html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 12px 0;
}
img {
    max-width: 100%;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}
a{
    color: #194687;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #e07f21;
}
ul,
ol {
    padding: 0;
    margin: 0;
}
.bg-orange {
    background: #e07f21;
}
/*---------------------
  Helper CSS
-----------------------*/
.section-title {
    margin-bottom: 22px;
    text-align: center;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #19191a;
    line-height: 42px;
    margin-top: 10px;
}
.section-title small {
    font-size: 16px;
    color: #9a9a9a;
    font-weight: 500;
    text-transform: uppercase;
}
.section-title h2 span {
    display: inline-block;
    padding: 0 1em;
    background-color: #fff;
    position: relative;
    z-index: 1;
    /* border-left: 3px solid #dfa974;
      border-right: 3px solid #dfa974; */
}
.section-title h2 span::after {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 95%;
    right: 0;
    z-index: 0;
    height: 20px;
    width: 0;
    border-left: 3px solid #e07f21;
}
.section-title h2 span::before {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 4px;
    right: 100%;
    z-index: 0;
    height: 20px;
    width: 0;
    border-right: 3px solid #e07f21;
}
.section-title h2::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #dfa974;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 0;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width: 576px) {
    .spad {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.spad-2 {
    padding-top: 50px;
    padding-bottom: 70px;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}
/* buttons */
.primary-btn {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.primary-btn:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #dfa974;
    content: "";
}
.btn-primary{
    color: #ffffff;
    background: #194687;
}
.btn-orange {
    color: #ffffff;
    background: #e07f21;
    margin-left: 10px;
}

/* Preloder */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
}
.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}
.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}
.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}
.search-model-form {
    padding: 0 15px;
}
.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999;
}
.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*---------------------
  Header
-----------------------*/
.header-section.header-normal .menu-item {
    -webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
    box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}
.top-nav {
    border-bottom: 1px solid #e5e5e5;
    background: #343742;
}
.top-nav .tn-left .top-social {
    display: inline-block;
    margin-right: 35px;
    padding: 3px 0;
}
.top-nav .tn-left .top-social span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.top-nav .tn-right {
    float: right;
}
.top-nav .tn-right li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding: 4px 0 2px;
    margin-right: 64px;
    position: relative;
}
.top-nav .tn-right li:after {
    position: absolute;
    right: -32px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    content: "";
}
.top-nav .tn-right li:last-child {
    margin-right: 0;
}
.top-nav .tn-right li:last-child:after {
    display: none;
}
.top-nav .tn-right li i {
    color: #dfa974;
    margin-right: 4px;
}
.menu-item {
    position: relative;
    z-index: 9;
}
.menu-item .logo {
    padding: 25px 0;
    text-align: center;
}
@media (max-width: 768px) {
    .menu-item .logo {
        margin-left: -15px;
        margin-right: -15px;
        text-align: left;
    }
}
.menu-item .logo a {
    display: inline-block;
}
.menu-item .nav-menu {
    text-align: right;
}
.menu-item .nav-menu .mainmenu {
    display: inline-block;
}
.menu-item .nav-menu .mainmenu li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-right: 1px solid #eee;
}
.menu-item .nav-menu .mainmenu li.active a:after {
    opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover > a:after {
    opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
    top: 100px;
    opacity: 1;
    visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
    font-size: 16px;
    color: #19191a;
    margin: 0 20px;
    font-weight: 500;
    display: inline-block;
    padding: 45px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li a:after {
    position: absolute;
    left: 0;
    top: 72px;
    width: 100%;
    height: 2px;
    background: #dfa974;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
    position: absolute;
    left: 0;
    top: 100px;
    width: 180px;
    background: #ffffff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
    box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
    list-style: none;
    display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
    font-size: 16px;
    color: #19191a;
    display: block;
    text-align: left;
    padding: 8px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
    color: #dfa974;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
    display: none;
}
.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 43px;
    padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
    font-size: 16px;
    color: #19191a;
    cursor: pointer;
}
.canvas-open {
    display: none;
}
.offcanvas-menu-wrapper {
    display: none;
}
/*---------------------
  Hero
-----------------------*/
.hero-section {
    position: relative;
    margin-bottom: 20px;
    background: url("/img/banner/banner-2.jpg") no-repeat #194687;
    background-size: 100%;
}

.hero-section:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: black;
    opacity: 0.3;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.hero-section .container {
    position: relative;
    z-index: 5;
}
.slider-text {
    padding-top: 25px;
    text-align: center;
}
.slider-text h1 {
    font-size: 55px;
    color: white;
    line-height: 90px;
    margin-bottom: 16px;
}
@media (max-width: 767px){
    .slider-text h1 {
        font-size: 24px;
        line-height: 30px;
    }
}
.slider-text h2 {
    font-size: 35px;
    color: white;
}

@media (max-width: 767px){
    .slider-text h2 {
        font-size: 15px;
    }
}
.slider-text p {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 35px;
}
.booking-top {
    background: #343742;
}
.booking-top ul {
    background-color: #343742;
    list-style-type: none;
    margin: 0;
    padding: 16px 0 24px;
    line-height: 38px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.booking-top ul li {
    line-height: 46px;
    padding-left: 60px;
}
.booking-top ul li:hover,
.booking-top ul li.active {
    background: #ffffff;
    border-left: 6px solid #e07f21;
    color: #000;
}
.booking-top ul li a {
    color: #ccc;
}
.booking-top ul li:hover a,
.booking-top ul li.active a {
    color: #000;
}
.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.hero-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
    height: 6px;
    width: 6px;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
    width: 30px;
    border-radius: 50px;
    opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
    height: 100%;
}
/*---------------------
  About US
-----------------------*/
.about-text-wrap {
    margin-top: 22px;
}
.about-text {
    padding: 30px;
}
.about-text p {
    color: #595960;
    font-size: 14px;
    font-weight: 500;
}
.about-text .about-title {
    color: #606060;
    font-size: 18px;
}
.about-pic img {
    min-width: 100%;
}
.about-text .about-btn {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background: #dfa974;
    padding: 4px 20px 3px;
    margin-right: 12px;
}
/*---------------------
  Service Section
-----------------------*/
.services-section {
    padding-bottom: 20px;
    /* border-top: 1px solid #e5e5e5; */
}
.services-section .section-title {
    margin-bottom: 36px;
    text-align: center;
}
.service-item {
    text-align: center;
    padding: 50px 29px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service-item i {
    display: inline-block;
    color: #fff;
    font-size: 54px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service-item h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service-item p {
    color: #fff;
    color: #e0e0e0;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*---------------------
	Index-News
-----------------------*/
.news-section .card .card-header {
    background: #fff;
    font-size: 18px;
    padding: 20px;
    font-weight: 600;
}
.news-section .card .card-title a {
    font-size: 14px;
    color: #004c79;
}
.news-section .card .card-text {
    font-size: 12px;
}
.news-section .card .card-text span.card-text-more {
    display: block;
    border-bottom: 1px solid #eee;
    text-align: right;
    color: #7b7b7b;
}
.news-section .card span {
    display: inline-block;
}
.news-section .card span a.btn {
    border-radius: 30px 30px 30px 30px;
    padding: 0 15px;
    font-size: 12px;
}
/*---------------------
  pro-section
-----------------------*/
.pro-section .section-title {
    margin-bottom: 36px;
}
/* booking-form */
.booking-form {
    background: #555b6b;
    padding: 0 0 30px 0;
}
.booking-form ul {
    background-color: #555b6b;
    list-style-type: none;
    margin: 0;
    line-height: 38px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.booking-form ul li a.nav-link:hover,
.booking-form ul li a.nav-link.active {
    background: #ffffff;
    color: #000;
}
@media screen and (min-width: 992px) {
    .booking-form ul li {
        line-height: 36px;
        display: block;
        width: 100%;
    }
    .booking-form ul li a.nav-link:hover,
    .booking-form ul li a.nav-link.active {
        border-left: 6px solid #e07f21;
    }
}
@media screen and (max-width: 992px) {
    .booking-form ul li a.nav-link:hover,
    .booking-form ul li a.nav-link.active {
        border-top: 3px solid #e07f21;
    }
}
.booking-form ul li a {
    color: #ccc;
}
.booking-form ul li:hover a,
.booking-form ul li.active a {
    color: #000;
}
.booking-form .booking-title {
    padding: 20px 0 20px 40px;
}
.booking-form .booking-title .h1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 0;
}
.booking-form .booking-title span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: block;
}
.protab-section .pro-title span > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #dfa974;
}
.protab-section .pro-title span a.btn {
    border-width: 1px;
    border-color: rgba(52, 55, 66, 1);
    border-radius: 30px 30px 30px 30px;
    background-color: rgba(52, 55, 66, 1);
    color: #fff;
    padding: 0 15px;
    margin-top: 16px;
    font-size: 14px;
}
.protab-section .pro-title span a.btn:hover {
    background: none;
    color: #000;
}
.single-products {
    padding: 20px;
    margin-top: 20px;
}
/* banner-bg */
.banner-bg {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*---------------------
  Footer Section
-----------------------*/
.footer-section {
    background: #30333d;
}
.footer-section .footer-text {
    padding: 80px 0 30px;
}
.footer-section .footer-text .ft-about {
    margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
    margin-bottom: 20px;
    color: #dfa974;
}
.footer-section .footer-text .ft-about .logo a {
    display: inline-block;
}
.footer-section .footer-text .ft-about p {
    color: #aaaab3;
    margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact {
    margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact .h4 {
    font-size: 16px;
    color: #dfa974;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: "Cabin", sans-serif;
    margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 16px;
    line-height: 32px;
    list-style: none;
}
.footer-section .footer-text .ft-contact ul li a {
    color: #aaaab3;
}
.footer-section .copyright-option {
    background: rgba(16, 20, 31, 0.2);
    padding: 20px 0;
    color: #aaaab3;
    font-size: 14px;
}
.footer-section .copyright-option a {
    color: #aaaab3;
}
.footer-section .copyright-option .co-text p {
    font-size: 14px;
    color: #aaaab3;
}
/* --------------------------------- Other Pages Styles ----------------------------------- */
/*---------------------
  Breadcrumb Section
-----------------------*/
.breadcrumb-section {
    background: #194687;
}
.breadcrumb {
    padding: 0 1rem;
    margin-bottom: 0;
    background: transparent;
}
.breadcrumb-text {
    font-size: 14px;
    padding: 10px 0;
}
.breadcrumb-text .bt-option a {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-weight: 500;
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
    color: #e07f21;
}
.breadcrumb-item a,
.breadcrumb-item.active{
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    content: "\f105";
    font-family: "FontAwesome";
}
.breadcrumb-text .bt-option span {
    display: inline-block;
}


    /*------------------------
      About Us Page Section
    -------------------------*/
.aboutus-page-section {
    padding-top: 40px;
    padding-bottom: 70px;
}
.page-text {
    margin-bottom: 65px;
}
.page-text .ap-title {
    margin-bottom: 30px;
}
.page-text .ap-title h2 {
    font-size: 44px;
    color: #19191a;
    margin-bottom: 18px;
}
.page-text .ap-title p {
    font-size: 18px;
    color: #707079;
    line-height: 28px;
}
.sidebar-container .widget-sidebar {
    margin: 20px;
}
.sidebar-container .widget-sidebar .widget-title {
    margin-bottom: 3px;
    background: #e07f21;
    text-align: center;
    padding: 10px;
}
.sidebar-container .widget-sidebar .widget-title span {
    font-size: 20px;
    color: #ffffff;
}
@media (max-width: 768px) {
    .sidebar-container .widget-sidebar {
        margin-left: -10px;
        margin-right: -10px;
        text-align: center;
    }
    .sidebar-container .widget-sidebar .widget-categories {
        background: #f2f2f2;
    }
    .sidebar-container .widget-sidebar .widget-categories li {
        display: inline-block;
    }
    /* .sidebar-container .widget-sidebar .widget-categories li::after {
      content: "|";
      display: inline-block;
      color: #ccc;
    } */
    .sidebar-container .widget-sidebar .widget-foot {
        display: none;
    }
}
.sidebar-container .widget-sidebar .widget-categories li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 42px;
    background: #f2f2f2;
    margin-bottom: 3px;
    text-align: center;
}
.sidebar-container .widget-sidebar .widget-categories li.active {
    background: #e6e6e6;
}
.sidebar-container .widget-sidebar .widget-categories li:hover {
    background: #434343;
}
.sidebar-container .widget-sidebar .widget-categories li a {
    color: #707079;
    padding: 0 10px;
}
.sidebar-container .widget-sidebar .widget-categories li:hover a {
    color: #ffffff;
}
.sidebar-container .widget-sidebar .widget-foot {
    background: #f2f2f2;
    padding: 35px;
}
.sidebar-container .widget-sidebar .widget-contact p {
    padding: 0;
    margin: 0;
}
.sidebar-container .widget-sidebar .widget-title2 {
    margin-bottom: 3px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    background: #f2f2f2;
    padding: 5px;
}
.sidebar-container .widget-sidebar .widget-title2 span {
    font-size: 20px;
}
.sidebar-container .widget-sidebar .widget-news h5 {
    font-size: 14px;
    padding: 10px 0;
}
.sidebar-container .widget-sidebar .widget-news h5 a {
    color: #000;
}
/*---------------------
  Video Section
-----------------------*/
.video-section {
    height: 500px;
    padding-top: 140px;
}
.video-section .video-text {
    text-align: center;
}
.video-section .video-text h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 16px;
}
.video-section .video-text p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
}
.video-section .video-text .play-btn {
    display: inline-block;
}
/*---------------------
  Gallery Section
-----------------------*/
.gallery-section {
    padding-bottom: 80px;
}
.gallery-section .section-title {
    margin-bottom: 38px;
}
.gallery-item {
    position: relative;
    height: 279px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.gallery-item:hover:after {
    opacity: 1;
}
.gallery-item:hover .gi-text {
    opacity: 1;
}
.gallery-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 26, 0.3);
    content: "";
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.gallery-item.large-item {
    height: 576px;
}
.gallery-item .gi-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.gallery-item .gi-text h3 {
    color: #ffffff;
}
/*---------------------
  Room Section
-----------------------*/
.product-list-wrap {
    margin-top: 44px;
}
.product-item {
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}
.product-item img {
    min-width: 100%;
}
.product-item .ri-text {
    padding: 24px 24px 30px 28px;
    border-top: 1px solid #ebebeb;
}
.product-item .ri-text h3 {
    font-size: 20px;
    margin-bottom: 17px;
}
.product-item .ri-text h3 a {
    color: #19191a;
}
.product-item .ri-text p.pro-desc {
    font-size: 14px;
    color: #9a9a9a;
}
.product-item .ri-text .primary-btn {
    color: #19191a;
}
.page-pagination {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-pagination a {
    font-size: 12px;
    color: #707079;
    border: 1px solid #efd4b9;
    border-radius: 2px;
    padding: 7px 13px 5px;
    margin-right: 7px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page-pagination a:last-child {
    margin-right: 0;
}
.page-pagination .pagination li a:hover,
.page-pagination .pagination li a:focus,
.page-pagination .pagination li a.current {
    background: #dfa974;
    color: #ffffff;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #dfa974;
    border-color: #efd4b9;
    font-size: 12px;
    padding: 7px 13px 5px
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    font-size: 12px;
    padding: 7px 13px 5px
}
/*-----------------------
  Room Details Section
-------------------------*/
.room-details-section {
    padding-top: 0;
    padding-bottom: 80px;
}
.room-details-item {
    margin-bottom: 50px;
}
.room-details-item img {
    margin-bottom: 40px;
}
.room-details-item .rd-text .rd-title {
    overflow: hidden;
    margin-bottom: 8px;
}
.room-details-item .rd-text .rd-title h3 {
    color: #19191a;
    float: left;
}
.room-details-item .rd-text .rd-title .rdt-right {
    float: right;
    text-align: right;
}
.room-details-item .rd-text .rd-title .rdt-right .rating {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
}
.room-details-item .rd-text .rd-title .rdt-right .rating i {
    color: #f5b917;
}
.room-details-item .rd-text .rd-title .rdt-right a {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background: #dfa974;
    padding: 14px 28px 13px;
}
.room-details-item .rd-text h2 {
    color: #dfa974;
    font-weight: 700;
    margin-bottom: 25px;
}
.room-details-item .rd-text h2 span {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #19191a;
}
.room-details-item .rd-text table {
    margin-bottom: 32px;
}
.room-details-item .rd-text table tbody tr td {
    font-size: 16px;
    color: #19191a;
    line-height: 36px;
}
.room-details-item .rd-text table tbody tr td.r-o {
    width: 120px;
    color: #707079;
}
.room-details-item .rd-text p {
    color: #707079;
}
.room-details-item .rd-text p.f-para {
    margin-bottom: 22px;
}
.rd-reviews {
    padding-top: 55px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.rd-reviews h4 {
    color: #19191a;
    letter-spacing: 1px;
    margin-bottom: 45px;
}
.rd-reviews .review-item {
    margin-bottom: 32px;
}
.rd-reviews .review-item .ri-pic {
    float: left;
    margin-right: 30px;
}
.rd-reviews .review-item .ri-pic img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.rd-reviews .review-item .ri-text {
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}
.rd-reviews .review-item .ri-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    content: "";
}
.rd-reviews .review-item .ri-text span {
    font-size: 12px;
    color: #dfa974;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.rd-reviews .review-item .ri-text .rating {
    position: absolute;
    right: 0;
    top: 0;
}
.rd-reviews .review-item .ri-text .rating i {
    color: #f5b917;
}
.rd-reviews .review-item .ri-text h5 {
    color: #19191a;
    margin-top: 4px;
    margin-bottom: 8px;
}
.rd-reviews .review-item .ri-text p {
    color: #707079;
    margin-bottom: 0;
}
.review-add h4 {
    color: #19191a;
    letter-spacing: 1px;
    margin-bottom: 45px;
}
.review-add .ra-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 20px;
    margin-bottom: 25px;
}
.review-add .ra-form input::-webkit-input-placeholder {
    color: #aaaab3;
}
.review-add .ra-form input::-moz-placeholder {
    color: #aaaab3;
}
.review-add .ra-form input:-ms-input-placeholder {
    color: #aaaab3;
}
.review-add .ra-form input::-ms-input-placeholder {
    color: #aaaab3;
}
.review-add .ra-form input::placeholder {
    color: #aaaab3;
}
.review-add .ra-form h5 {
    font-size: 20px;
    color: #19191a;
    margin-bottom: 24px;
    float: left;
    margin-right: 10px;
}
.review-add .ra-form .rating {
    padding-top: 3px;
    display: inline-block;
}
.review-add .ra-form .rating i {
    color: #f5b917;
    font-size: 16px;
}
.review-add .ra-form textarea {
    width: 100%;
    height: 132px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 20px;
    padding-top: 12px;
    margin-bottom: 24px;
    resize: none;
}
.review-add .ra-form textarea::-webkit-input-placeholder {
    color: #aaaab3;
}
.review-add .ra-form textarea::-moz-placeholder {
    color: #aaaab3;
}
.review-add .ra-form textarea:-ms-input-placeholder {
    color: #aaaab3;
}
.review-add .ra-form textarea::-ms-input-placeholder {
    color: #aaaab3;
}
.review-add .ra-form textarea::placeholder {
    color: #aaaab3;
}
.review-add .ra-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    background: #dfa974;
    border: none;
    padding: 14px 34px 13px;
    display: inline-block;
}
.room-booking {
    padding: 0 30px 0 40px;
}
.room-booking h3 {
    color: #19191a;
    margin-bottom: 30px;
}
.room-booking form .check-date {
    position: relative;
    margin-bottom: 15px;
}
.room-booking form .check-date label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}
.room-booking form .check-date input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
}
.room-booking form .check-date i {
    color: #dfa974;
    position: absolute;
    right: 18px;
    bottom: 17px;
}
.room-booking form .select-option {
    margin-bottom: 15px;
}
.room-booking form .select-option label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}
.room-booking form .select-option .nice-select {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 20px;
    width: 100%;
    float: none;
}
.room-booking form .select-option .nice-select:after {
    border-bottom: 2px solid #dfa974;
    border-right: 2px solid #dfa974;
    height: 10px;
    margin-top: 0;
    right: 20px;
    width: 10px;
    top: 36%;
}
.room-booking form .select-option .nice-select span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
}
.room-booking form .select-option .nice-select .list {
    margin-top: 0;
    width: 100%;
}
.room-booking form button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #dfa974;
    border-radius: 2px;
    color: #dfa974;
    font-weight: 500;
    background: transparent;
    width: 100%;
    height: 46px;
    margin-top: 30px;
}
/* News List  */
.single-news-wrap {
    border: 1px solid #f6f6f6;
    padding: 10px 15px;
}
.single-news-wrap .news-detail {
    padding: 15px 0;
    border-bottom: 1px dotted #d9d9d9;
}
.news-content-wrap .news-detail h2 a {
    color: #434343;
    font-size: 16px;
    font-weight: 600;
}
.single-news-wrap .news-detail span.news-time {
    display: block;
    font-size: 13px;
    color: #929292;
}
.single-news-wrap .news-detail span.news-time + p {
    font-size: 13px;
    color: #929292;
}
/*---------------------
  Blog Section
-----------------------*/
.pro-section.blog-page {
    padding-top: 0;
    padding-bottom: 88px;
}
.blog-item {
    height: 200px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}
.blog-item.small-size {
    height: 200px;
}
.blog-item .bi-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(80, 80, 80, 0.5);
}
.blog-item .bi-text .b-tag {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #dfa974;
    padding: 3px 10px;
    border-radius: 2px;
}
.blog-item .bi-text h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.blog-item .bi-text h4 a {
    color: #ffffff;
}
.blog-item .bi-text .b-time {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.load-more {
    text-align: center;
    padding-top: 30px;
}
.load-more .primary-btn {
    color: #19191a;
}
/*----------------------------
  Blog Details Hero Section
----------------------------*/
.blog-details-hero {
    height: 530px;
    padding-top: 165px;
}
.bd-hero-text {
    text-align: center;
}
.bd-hero-text span {
    font-size: 12px;
    color: #ffffff;
    background: #dfa974;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 2px;
}
.bd-hero-text h2 {
    font-size: 44px;
    color: #ffffff;
    line-height: 54px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.bd-hero-text ul li {
    list-style: none;
    font-size: 14px;
    color: #dfa974;
    margin-right: 35px;
    display: inline-block;
}
.bd-hero-text ul li:last-child {
    margin-right: 0;
}
.bd-hero-text ul li.b-time {
    text-transform: uppercase;
}
/*---------------------
  Blog Details Section
-----------------------*/
.blog-details-section {
    padding-top: 55px;
}
.blog-details-text .bd-title {
    margin-bottom: 52px;
}
.blog-details-text .bd-title p {
    font-size: 18px;
    color: #707079;
    line-height: 30px;
}
.blog-details-text .bd-pic {
    overflow: hidden;
    margin-bottom: 35px;
}
.blog-details-text .bd-pic .bp-item {
    width: calc(33.33% - 10px);
    float: left;
    margin-right: 15px;
}
.blog-details-text .bd-pic .bp-item:last-child {
    margin-right: 0;
}
.blog-details-text .bd-pic .bp-item img {
    min-width: 100%;
}
.blog-details-text .bd-more-text {
    margin-bottom: 50px;
}
.blog-details-text .bd-more-text .bm-item {
    margin-bottom: 30px;
}
.blog-details-text .bd-more-text .bm-item h4 {
    color: #19191a;
    margin-bottom: 20px;
}
.blog-details-text .bd-more-text .bm-item p {
    font-size: 18px;
    color: #707079;
    line-height: 30px;
}
.blog-details-text .tag-share {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    margin-bottom: 75px;
}
.blog-details-text .tag-share .tags {
    float: left;
}
.blog-details-text .tag-share .tags a {
    font-size: 12px;
    color: #707079;
    background: #ebebeb;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 6px;
}
.blog-details-text .tag-share .tags a:hover {
    color: #ffffff;
    background: #dfa974;
}
.blog-details-text .tag-share .social-share {
    float: right;
}
.blog-details-text .tag-share .social-share span {
    display: inline-block;
    font-size: 18px;
    color: #707079;
}
.blog-details-text .tag-share .social-share a {
    display: inline-block;
    font-size: 16px;
    color: #707079;
    margin-left: 30px;
}
.blog-details-text .comment-option {
    margin-bottom: 75px;
}
.blog-details-text .comment-option h4 {
    color: #19191a;
    margin-bottom: 35px;
}
.blog-details-text .comment-option .single-comment-item {
    margin-bottom: 30px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
    padding-left: 22px;
}
.blog-details-text
.comment-option
.single-comment-item.first-comment
.sc-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 255px;
    background: #ebebeb;
    content: "";
}
.blog-details-text .comment-option .single-comment-item.reply-comment {
    padding-left: 120px;
    margin-bottom: 52px;
}
.blog-details-text
.comment-option
.single-comment-item.second-comment
.sc-text {
    padding-left: 22px;
}
.blog-details-text
.comment-option
.single-comment-item.second-comment
.sc-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100px;
    background: #ebebeb;
    content: "";
}
.blog-details-text .comment-option .single-comment-item .sc-author {
    float: left;
    margin-right: 28px;
}
.blog-details-text .comment-option .single-comment-item .sc-author img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.blog-details-text .comment-option .single-comment-item .sc-text {
    display: table;
    position: relative;
}
.blog-details-text .comment-option .single-comment-item .sc-text span {
    font-size: 12px;
    color: #dfa974;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog-details-text .comment-option .single-comment-item .sc-text h5 {
    font-size: 20px;
    color: #19191a;
    margin-top: 4px;
    margin-bottom: 8px;
}
.blog-details-text .comment-option .single-comment-item .sc-text p {
    color: #707079;
    margin-bottom: 18px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a {
    display: inline-block;
    color: #19191a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 24px;
    border: 1px solid #f9eee3;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a:hover {
    background: #dfa974;
    color: #ffffff;
    border-color: #dfa974;
}
.blog-details-text .leave-comment h4 {
    color: #19191a;
    margin-bottom: 35px;
}
.blog-details-text .leave-comment .comment-form input {
    width: 100%;
    height: 50px;
    color: #707079;
    font-size: 16px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-details-text .leave-comment .comment-form input:focus {
    border-color: #dfa974;
}
.blog-details-text .leave-comment .comment-form textarea {
    width: 100%;
    height: 116px;
    color: #707079;
    font-size: 16px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 42px;
    resize: none;
    padding-top: 12px;
}
.blog-details-text .leave-comment .comment-form textarea:focus {
    border-color: #dfa974;
}
.blog-details-text .leave-comment .comment-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    background: #dfa974;
    border: none;
    padding: 14px 42px 13px;
    display: inline-block;
    border-radius: 2px;
}
/*---------------------
  Recommend Blog
-----------------------*/
.recommend-pro-section {
    padding-top: 65px;
    padding-bottom: 50px;
}
.recommend-pro-section .section-title {
    margin-bottom: 37px;
}
.recommend-pro-section .section-title h2 {
    margin-top: 0;
}
/* product list page */
.single-product-item {
    border: 1px solid #f0f0f0;
    padding: 20px 20px 0 20px;
}
.single-product-item:hover {
    border: solid 1px #e07f21;
    filter: alpha(opacity=900);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.single-product-item img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-product-item img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*-----------------------
product
------------------------*/
.product-list-title h1 {
    font-size: 22px;
    padding: 10px 0;
}
.single-product-item {
    margin-bottom: 6px;
}
.product-thumbnail-wrap .product-thumb{
    border: 1px solid #eaeaea;
}
.single-product-item .product-details .product-title {
    margin-bottom: 12px;
    text-align: center;
}
.single-product-item .product-details .product-title a {
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    line-height: 140%;
}
.single-product-item .pro-desc {
    border-bottom: 1px solid #ccc;
}
.protab-section .single-product-item .pro-desc p {
    font-size: 14px;
    margin-bottom: 0;
    height: 100px;
}
.page-content-section .single-product-item .pro-desc p {
    font-size: 14px;
    margin-bottom: 0;
    height: 80px;
}
.single-product-item .pro-desc p + a {
    display: block;
    font-size: 12px;
    color: #ef7217;
    line-height: 140%;
    text-align: right;
    padding: 30px 0 10px 0;
}
/* single-product-page-content */
.single-product-page-content .product-details h1 {
    font-size: 24px;
}
.single-product-page-content .product-details .product-info-stock-sku h2 {
    font-size: 14px;
    margin: 20px 0;
    font-weight: 600;
}
.single-product-page-content .product-details .products-desc {
    font-size: 14px;
}


.single-product-page-content .nav{
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 5px;

}

.single-product-page-content .nav-pills .nav-link{
    border-radius: 0;
}
.single-product-page-content .nav h2{
    font-size: 16px;
}
.single-product-page-content .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #194687;
}
.single-product-page-content .product-full-info-reviews .tab-content h2,
.single-product-page-content .related_pro h2,
#nav-tabContent h2,
.post-content h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.single-product-page-content .product-full-info-reviews .tab-content h3,
.post-content h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}
.single-product-page-content .product-full-info-reviews .tab-content h4,
.post-content h4 {
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    margin: 10px 0;
}
/* single-blog-content  */
.single-blog-content-wrap {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eeeeee;
}
.single-blog-content-wrap .post-header h1 {
    font-size: 22px;
    font-weight: 600;
}
.single-blog-content-wrap .post-header .post-info {
    margin: 20px 0;
}
.single-blog-content-wrap .post-header .post-info span,
.single-blog-content-wrap .post-header .post-info i.fa {
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}

.single-product-page-content .service-item i {
    color: #194687;
    font-size: 70px;
}
single-product-page-content. .service-item p {
    color: #808080;
}
.single-product-page-content .service-item h3{
    color: #0f0f0f;
    font-size: 20px;
}

.sidebar-container .widget-sidebar .widget-title {
    margin-bottom: 3px;
    background: #e07f21;
    text-align: center;
    padding: 10px;
}


/*---------------------
  Contact Section
-----------------------*/
.action-box .action-item a {
    color: #000;
}
.contact-info-wrap .h2 {
    font-size: 24px;
    color: #19191a;
    margin-bottom: 24px;
}
.contact-info-wrap .h3 {
    font-size: 18px;
    color: #19191a;
    margin-bottom: 24px;
}
.contact-info-wrap p {
    color: #707079;
}
.single-contact-info {
    padding: 10px 0;
}
.map {
    height: 470px;
    -webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
    margin-top: 75px;
}
.index-map {
    height: 300px;
    -webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
}
.map iframe,
.index-map iframe {
    width: 100%;
}
.tag_posts .media-body h5,.tag_posts .media-body h3 {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
}
.tag_posts .media-body h5 a,.tag_posts .media-body h3 a {
    color: #001f3f;
}
.tag_posts .media-body p {
    font-size: 11px;
    line-height: 20px;
}
/*-------------------------------- Respinsive Media Styles --------------------------------*/
@media only screen and (min-width: 1554px) and (max-width: 1920px) {
    .hp-product-items .hp-product-item .hr-text {
        bottom: -200px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .hp-product-items .hp-product-item .hr-text {
        bottom: -288px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1210px;
    }
}
/* Medium Device: 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -150px;
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -150px;
    }
    .hp-product-items .hp-product-item .hr-text {
        bottom: -322px;
    }
    .hp-product-items .hp-product-item:hover .hr-text {
        bottom: 80px;
    }
}
@media only screen and (max-width: 991px) {
    .top-nav {
        display: none;
    }
    .menu-item .nav-menu {
        display: none;
    }
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 98;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }
    .canvas-open {
        position: absolute;
        right: 40px;
        top: 25px;
        font-size: 22px;
        width: 30px;
        height: 30px;
        color: #19191a;
        border: 1px solid #19191a;
        border-radius: 2px;
        line-height: 33px;
        text-align: center;
        z-index: 100;
        display: block;
        cursor: pointer;
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        z-index: 999;
        background: #ffffff;
        text-align: center;
        overflow-y: auto;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 80px 30px 30px 30px;
        display: block;
    }
    .offcanvas-menu-wrapper .canvas-close {
        height: 30px;
        width: 30px;
        border: 1px solid #19191a;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 30px;
        padding-right: 1px;
    }
    .offcanvas-menu-wrapper .search-icon {
        color: #19191a;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px;
    }
    .offcanvas-menu-wrapper .header-configure-area {
        margin-bottom: 30px;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option {
        display: inline-block;
        cursor: pointer;
        padding: 13px 0;
        position: relative;
        margin-bottom: 10px;
    }
    .offcanvas-menu-wrapper
    .header-configure-area
    .language-option:hover
    .flag-dropdown {
        top: 40px;
        opacity: 1;
        visibility: visible;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option img {
        height: 26px;
        width: 26px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option span {
        font-size: 16px;
        color: #19191a;
        text-transform: uppercase;
        font-weight: 500;
    }
    .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100px;
        background: #ffffff;
        display: block;
        padding: 10px 15px;
        -webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
        box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 99;
    }
    .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown
    ul
    li {
        list-style: none;
        text-align: left;
    }
    .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown
    ul
    li
    a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #19191a;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown
    ul
    li
    a:hover {
        color: #dfa974;
    }
    .offcanvas-menu-wrapper .header-configure-area .bk-btn {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        padding: 16px 28px 15px;
        background: #dfa974;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .offcanvas-menu-wrapper .mainmenu {
        display: none;
    }
    .offcanvas-menu-wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
        float: none;
        margin: 0 0 10px 0;
        display: none;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
        display: block !important;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
        margin: 0;
        text-align: left;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
        padding-left: 20px;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
        margin: 0;
        padding: 10px;
        font-weight: 600;
        font-size: 14px;
        color: #19191a;
        border-bottom: 1px solid #e5e5e5;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
        border-radius: 0;
        background: transparent;
        color: #dfa974;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
        border-bottom: 0;
        padding-left: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
        color: #19191a;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
        color: #dfa974;
    }
    .offcanvas-menu-wrapper
    .slicknav_menu
    .slicknav_nav
    .slicknav_row:hover
    span {
        color: #dfa974;
    }
    .offcanvas-menu-wrapper .top-social {
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .offcanvas-menu-wrapper .top-social a {
        display: inline-block;
        font-size: 16px;
        color: #19191a;
        margin-right: 20px;
    }
    .offcanvas-menu-wrapper .top-social a:last-child {
        margin-right: 0;
    }
    .offcanvas-menu-wrapper .top-widget li {
        list-style: none;
        font-size: 16px;
        color: #19191a;
        font-weight: 500;
        line-height: 28px;
    }
    .offcanvas-menu-wrapper .top-widget li i {
        color: #dfa974;
        margin-right: 4px;
    }
    .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .about-text {
        margin-bottom: 30px;
    }
    .footer-section .copyright-option ul {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-section .copyright-option .co-text {
        text-align: center;
    }
    .about-pic img {
        margin-bottom: 20px;
    }
    .room-booking {
        padding: 0;
        margin-top: 40px;
    }
    .contact-form {
        padding-top: 30px;
    }
    .slider-text {
        margin-bottom: 20px;
    }
}
/* Tablet Device: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -30px;
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
    .hp-product-items {
        margin: 0;
    }
    .hp-product-item {
        margin-bottom: 15px;
    }
}
/* Large Mobile: 480px */
@media only screen and (max-width: 767px) {
    .testimonial-slider.owl-carousel .owl-nav {
        display: none;
    }
    .room-details-item .rd-text .rd-title {
        margin-bottom: 25px;
    }
    .room-details-item .rd-text .rd-title h3 {
        float: none;
        margin-bottom: 30px;
    }
    .room-details-item .rd-text .rd-title .rdt-right {
        float: none;
        text-align: left;
    }
    .footer-section .copyright-option ul li {
        margin-right: 25px;
    }
    .blog-details-text .tag-share .tags {
        float: none;
        margin-bottom: 20px;
    }
    .blog-details-text .tag-share .social-share {
        float: none;
    }
    .about-text .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .hp-product-items {
        margin: 0 -5px;
    }
    .hp-product-item {
        margin-bottom: 10px;
    }
}
/* Small Mobile: 320px */
@media only screen and (max-width: 479px) {
    .footer-section .copyright-option ul li {
        margin-bottom: 5px;
    }
    .video-section {
        padding-top: 80px;
    }
    .rd-reviews .review-item .ri-pic,
    .blog-details-text .comment-option .single-comment-item .sc-author {
        float: none;
        margin-bottom: 30px;
    }
    .rd-reviews .review-item .ri-text .rating {
        position: relative;
    }
    .rd-reviews .review-item .ri-text,
    .blog-details-text
    .comment-option
    .single-comment-item.second-comment
    .sc-text,
    .blog-details-text
    .comment-option
    .single-comment-item.first-comment
    .sc-text {
        padding-left: 0;
    }
    .blog-details-text .comment-option .single-comment-item.reply-comment {
        padding-left: 30px;
    }
    .rd-reviews .review-item .ri-text:before,
    .blog-details-text
    .comment-option
    .single-comment-item.first-comment
    .sc-text:before,
    .blog-details-text
    .comment-option
    .single-comment-item.second-comment
    .sc-text:before {
        display: none;
    }
    .blog-details-hero {
        padding-top: 70px;
    }
    .blog-details-text .bd-pic .bp-item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .blog-details-text .tag-share .tags a {
        margin-bottom: 6px;
    }
    .blog-details-text .comment-option .single-comment-item .sc-text a {
        margin-bottom: 10px;
    }
}
/* Scroll to top */
.scrolltotop {
    background-color: #dfa974;
    color: #fff;
    font-size: 2.2rem;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    line-height: 38px;
    text-align: center;
    display: block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: -0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    right: 30px;
    z-index: 95;
}
.scrolltotop.show {
    bottom: 40px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.scrolltotop:hover,
.scrolltotop:active,
.scrolltotop:focus {
    background-color: #e07f21;
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
/* Scroll end */
