
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    font-style: normal;
    font-weight: normal!important;
    color: #797979!important;
    line-height: 26px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

h1, h2, h4, h5, h3 {
    color: #333;
}

p{
    font-family: 'Open Sans', sans-serif;
}

a{
    font-family: 'Poppins', sans-serif;
}

.collapse.navbar-collapse {
    position: relative;
    width: 100%;
    background-color: rgb(255,255,255);
    top: 0px;
    z-index: 9;
}

.r_title h3{
    margin-top: 0px;
}

.right_side  a:hover{
    cursor: pointer;
    color: #bfa373;
}

.media {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.video_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.submit_btn {
    background-image: -webkit-linear-gradient(60deg, #bfa373 50%, transparent 50%);
    background-image: -o-linear-gradient(60deg, #bfa373 50%, transparent 50%);
    background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
    color: #242424;
    border: 1px solid #bfa373;
    line-height: 40px;
    background-position: 0%;
    display: inline-block;
    padding: 0px 25px;
    background-size: 500px;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    width: auto;
    height: auto;
    letter-spacing: 2.6px;
    font-weight: normal;
    border-radius: 0px;
    background-color: transparent;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

a {
    color: #bfa373;
}

a{
    text-decoration: none;
}

.p_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.room_area {
    background: #f2f2f2;
}


nav.container.navbar.navbar-expand-lg.navbar-light.bg-light.PC {
    width: 1220px;
    margin-bottom: 0px;
}

.room_item:hover .room_img:before {
    opacity: 1;
}


a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.main_blog_item:hover .blog_img:before {
    opacity: 1;
}

.main_title {
    margin-bottom: 50px;
}


/* ----------------------- */
.my-mfp-zoom-in.mfp-ready.mfp-bg{
    opacity: 0.8;
}

.mfp-bg{
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

/* -----------box_search------------- */











.mfp-wrap{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
     position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
  
}

.mfp-container{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-auto-cursor .mfp-content{
    cursor: auto;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    width: 100%;
    cursor: auto;
}


.mfp-content{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in .zoom-anim-dialog{
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.search_area{
    position: relative;
    max-width: 950px;
    margin: auto;
    margin-top: 13%;
}

.search_area .search_box_inner{
    background: #242424;
    padding: 100px 60px;
    display: block;
    overflow: hidden;
}

.search_area .mfp-close{
    right: 0px;
    color: #fff;
}



button.mfp-close, button.mfp-arrow{
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.search_area .search_box_inner h3{
    padding-bottom: 20px;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .48px;
}

.search_area .search_box_inner .input-group{
    display: block;
    position: relative;
}

.input-group{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group{
    position: relative;
    display: table;
    border-collapse: separate;
}

.search_area .search_box_inner .input-group input{
    background: transparent;
    border-radius: 0px;
    outline: none;
    height: 50px;
    padding: 0px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    color: #666;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    letter-spacing: .28px;
    width: 100%;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default{
    padding: 0px;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    color: #666;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    letter-spacing: .28px;
}


.search_area .search_box_inner .input-group .input-group-btn{
    position: absolute;
    right: 5px;
    top: 12px;
    z-index: 4;
}

#search_background:checked~.mfp-wrap{
    display: block;
}




/* #search_background:checked~.mfp-bg{
    display: block;
} */

.mfp-bg:hover{
    cursor: pointer;
}

.mfp-bg{
    display: none;
}

.collapse.navbar-collapse {
    height: 95px !important;
}

.submenu{
    height: 111px;
}




/* -------------------header----------------------- */

.top_menu{
    background: #353335;
}

.justify-content-between{
    display: flex;
    justify-content:  space-between;
}

.right_side>.list{
    display: flex;
}

.list{
    list-style: none;
}

.list a{
    text-decoration: none;
}

.right_side{
    display: flex;
    align-items: baseline;
}

.top_menu .left_side p{
    font-size: 15px;
    color: #9d9d9d;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 0px;
}

.top_menu .left_side p i{
    font-size: 20px;
    color: #9d9d9d;
    padding-right: 10px;
}

.fa{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}

.top_menu .left_side p a{
    color: #bfa373;
    text-decoration: none;
}

.top_menu .right_side .list{
    display: inline-block;
}

.top_menu .right_side .list li{
    display: inline-block;
    margin-right: 32px;
}

.top_menu .right_side .list li a{
    line-height: 50px;
    color: #8c8c8c;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.top_menu .right_side .list li a:before{
    content: "";
    height: 14px;
    width: 1px;
    background: #8c8c8c;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top_menu .right_side .nice-select{
    display: inline-block;
    float: none;
    clear: none;
    border: none;
    background: transparent;
    padding-left: 0px;
}

.nice-select{
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.top_menu .right_side .nice-select span{
    font-size: 15px;
    color: #8c8c8c;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.top_menu .right_side .nice-select .list {
    border-radius: 0px;
    z-index: 99;
}

.top_menu .right_side .list{
    display: inline-block;
}

/* .nice-select.list{
    z-index: 99;
} */

.top_menu .right_side .nice-select:after{
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    border: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -8px;
}

.nice-select:after{
    border-bottom: 2px solid #999 ;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
    color: #8c8c8c;
}

.top_menu .right_side .nice-select .list li{
    display: block;
    margin-right: 0px;
    font-size: 15px;
    color: #797979;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
    background-color: #f6f6f6;
}

.top_menu .right_side .list li{
    display: inline-block;
    margin-right: 32px;
}

.nice-select .option{
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* .nice-select>.list{
    position: absolute;
    padding-left: 0;
    top: 46px;
    left: -16px;
    background-color: #fff;
    z-index: 1;
} */

.nice-select .list{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    /* pointer-events: none; */
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 99;
}


.left_side,.right_side{
    height: 50px;
}

#nice-select-input:checked ~ .list{
    opacity: 1;
    transition: linear .2s;
}

.right_side .list a:hover{
    color: #bfa373 !important;
    transition: linear .2s;
}

.header_area .main_menu .container{
    /* bottom: 15px; */
    position: relative;
}

.main_menu .navbar.navbar-expand-lg{
    position: relative;
    padding: 0px;
    background-color: transparent !important;
}


.navbar-light .navbar-brand{
    color: rgba(0,0,0,.9);
}

a.navbar-brand img{
    width: 143px;
}

#navbarSupportedContent .ml-auto{
    left: 20px;
    position: relative;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li{
    margin-right: -5px;
}

.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
}

.dropdown-menu{
    float: none;
}

.nav>li{
    position: relative;
    display: block;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li a{
    line-height: 95px;
    font-size: 16px;
    color: #242424;
    display:block;
    padding:15px 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu{
    transform: rotateX(-90deg);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    top:100%;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #ffffff;
    border-radius: 0px;
    border: none;
    padding: 0px;
    left: -40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* visibility: hidden; */
    margin-top: 0px;
    -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 8%);
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li{
    margin-right: 0px;
    display: block;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li:hover.submenu .dropdown-menu{
    transform: rotateY(0) ;
    visibility: visible ;
    /* opacity: 1 !important; */
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: auto;
    right: 97%;
    min-width: 270px;
    top: 0px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 8%);
    /* top: -27px !important; */
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li:hover.submenu .dropdown-menu{
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu:hover.submenu .dropdown-menu{
    visibility: visible;
    right: 100%;
    opacity: 1;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li:hover a, .main_menu .navbar.navbar-expand-lg .navbar-nav li.active a{
    color: #bfa373;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a{
    border-bottom: 1px solid #dcdcdc!important;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a{
    display: block;
    line-height: 42px;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    padding: 0px 20px;
    text-transform: inherit;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 500;
    text-shadow: none;
    border-bottom: 1px solid #dcdcdc;
}



.menu_nav .menu-item-has-children .menu-item-has-children:first-child > ul, .menu_nav .menu-item-has-children .menu-item-has-children:nth-child(3) > ul{
    position: relative;
    top: -43px!important;
}

.menu-item .dropdown-menu{
    margin-top: 0px!important;
}

.dropdown-menu li{
    height: 43px;
}

.navbar-expand-lg .navbar-collapse{
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand-lg{
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}

.menu_nav li{
    min-width: 78px;
    
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:hover a{
    color: #fff;
    background: #bfa373;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a{
    background: #bfa373;
    color: #fff;
}

/* .dropdown-menu li{
    color: #000;
    background-color: #fff;
}

.menu-item-type-post_type:hover a{
    background: #bfa373;
    color: #fff;
}

.menu-item-515:hover>a{
    background: #bfa373;
    color: #fff;
}

.menu-item-465:hover>a{
    background: #bfa373;
    color: #fff;
} */

.menu_nav .menu-item-has-children .menu-item-has-children > ul{
    position: relative;
    top: -43px!important;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a{
    background: #fff;
    color: #242424;
}

.main_menu{
    /* height: 95px; */
    /* background-color: red; */
    /* align-items: center; */
}

.main_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li.search_icon{
    margin-left: 10px;
}

/* .main_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li{
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
} */

.navbar-nav .search_icon{
    top: 3px;
    left: 5px;
    position: relative;
}

.main_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li.search_icon a i{
    display: inline-block;  
    margin-right: 20px;
}

.navbar-nav .search_icon .icon-Search{
    right: 18px;
    position: relative;
}

i.icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
}

.icon{
    font-family: 'Stroke-Gap-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li.search_icon a:before{
    content: "";
    height: 18px;
    width: 1px;
    background: #a6a6a6;
    position: absolute;
    left: -20px;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li{
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li:last-child{
    margin-right: 0px;
}

.navbar-nav>li{
    float: left;
}

.main_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li.book_now a{
    background-image: -webkit-linear-gradient(60deg, #bfa373 50%, transparent 50%);
    background-image: -o-linear-gradient(60deg, #bfa373 50%, transparent 50%);
    background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
    color: #fff;
    border: 1px solid #bfa373;
    line-height: 40px;
    background-position: 0%;
    display: inline-block;
    padding: 0px 26px;
    background-size: 500px;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2.6px;
}

.main_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li.book_now a:hover{
    color: #bfa373;
    border-color: #bfa373;
    background-position: 100%;
}

.mobile,.navbar-collapse__box{
    display: none;
}



article, aside, figcaption, figure, footer, header, hgroup, main, nav, section{
    display: block;
}





/* ---------------------------- */

.footer_area {
    background: #242424;
    padding-top: 80px;
}

.footer_widgets_area {
    padding-bottom: 65px;
}

.about_widget p {
    margin-bottom: 18px;
    color: #a8a8a8;
    font-size: 14px;
    padding-right: 15px;
}

.about_widget img {
    margin-bottom: 22px;
}

.about_widget p {
    margin-bottom: 18px;
    color: #a8a8a8;
    font-size: 14px;
    padding-right: 15px;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.about_widget .list li {
    display: inline-block;
    margin-right: 10px;
}

.about_widget .list li a {
    height: 36px;
    width: 36px;
    border: 1px solid #848484;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 37px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.f_title {
    margin-bottom: 35px;
}

.f_title h3 {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-top: 0px;
}

.f_title h3:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #bfa373;
    position: absolute;
    left: 0px;
    bottom: -11px;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.link_widget .list li {
    margin-bottom: 10px;
}

.link_widget .list li a {
    color: #a8a8a8;
    font-size: 14px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.f_title {
    margin-bottom: 35px;
}

.contact_widget h4 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #a8a8a8;
    margin-bottom: 20px;
}

.contact_widget p {
    font-size: 14px;
    color: #a8a8a8;
    margin-bottom: 3px;
}

.contact_widget p + p {
    margin-bottom: 0px;
}

.contact_widget p {
    font-size: 14px;
    color: #a8a8a8;
    margin-bottom: 3px;
}

.contact_widget p a {
    color: #a8a8a8;
}

.link_widget .list li a:hover {
    color: #bfa373;
}

.news_widget p {
    font-size: 14px;
    color: #a8a8a8;
    margin-bottom: 20px;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.news_widget .input-group {
    display: block;
}

.news_widget p {
    font-size: 14px;
    color: #a8a8a8;
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap {
    position: unset!important;
}
.wpcf7-form-control-wrap {
    position: relative;
}

.footer_widgets_area .input-group-append {
    display: block;
}

.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    top: 5px!important;
}   

.footer_widgets_area div.wpcf7 .ajax-loader {
    display: none!important;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}   

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}
.wpcf7-display-none {
    display: none;
}



.footer_copyright .copyright_inner {
    border-top: 1px solid #3b3e43;
    padding-top: 30px;
    padding-bottom: 30px;
}

.news_widget .input-group .wpcf7-text {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #383938;
    background: transparent;
    height: 46px;
    padding: 0px 12px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #838486;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news_widget .input-group .input-group-append .input-group-text {
    margin-top: 20px;
}

.footer_widgets_area .input-group-append .submit_btn:hover {
    color: #bfa373!important;
    background-color: transparent !important;
}   

/* ------------- */
.video_inner{
    position:relative;
}
.video_inner .video_left_text h3 {
    color: #fff;
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 23px;
}

.video_inner .video_left_text p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
}

.main_btn {
    background-image: -webkit-linear-gradient(60deg, #bfa373 50%, transparent 50%);
    background-image: -o-linear-gradient(60deg, #bfa373 50%, transparent 50%);
    background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
    color: #fff;
    cursor:pointer;
    border: 1px solid #bfa373;
    line-height: 40px;
    background-position: 0%;
    display: inline-block;
    padding: 0px 25px;
    background-size: 500px;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2.6px;
}

.video_inner .video_icon {
    text-align: center;
}

.video_inner .video_icon i {
    color: #fff;
}

.video_inner .video_icon i:before {
    font-size: 80px;
}



/* ----------------------- */

.testimonials_area.testi_two {
    background: #efefef;
}

.testimonials_area {
    background: #bfa373;
}

.single_title {
    text-align: center;
    margin-bottom: 75px;
}

.single_title.dark h2 {
    color: #242424;
}
.single_title h2 {
    color: #fff !important;
    font-size: 32px;
    position: relative;
}

.single_title.dark h2:before {
    background: #bfa373;
}

.single_title h2:before {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}



.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item {
    float: left;
}

.testimonials_area.testi_two .testi_item p {
    border: none;
    background: #fff;
    color: #797979;
}

.testi_item p {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 25px 35px 25px 25px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 26px;
    position: relative;
}

.testimonials_area.testi_two .testi_item p:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-color: #fff transparent transparent transparent;
    background: none;
}
.testimonials_area .testi_slider .slick-track .slick-slide{
    margin-right:30px;
}
.testi_item p:before {
    content: "";
    background: url(../img/icon/testi-down.jpg) no-repeat scroll center center;
    height: 23px;
    width: 23px;
    position: absolute;
    left: 40px;
    bottom: -22px;
}

.testi_item .media {
    margin-top: 40px;
}

.testi_item .media .d-flex {
    padding-right: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.testi_item .media .media-body {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
}

.testimonials_area.testi_two .testi_item .media .media-body h4 {
    color: #242424;
}

.testi_item .media .media-body h4 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.testimonials_area.testi_two .testi_item .media .media-body h4 {
    color: #242424;
}

.testi_item .media .media-body h4 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa, .fa-stack {
    display: inline-block;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*
.testi_two .fa-star:before {
    content: "\f005";
    color: #9da4b1;
}

.fa-star:before {
    content: "\f005";
    color: #e9dfce;
}*/

.owl-stage.slick-initialized.slick-slider {
    transform: translate3d(45px, 0px, 0px) !important;
    transition: all 0s ease 0s;
    width: 1200px !important;
}

/* .owl-item.cloned.slick-slide.slick-active {
    margin-right: 30px;
    width: 580px;
} */

/* .owl-item.slick-slide{
    margin-right: 30px;
    width: 330px !important;
} */

.testimonials_area.testi_two .testi_item .media .media-body h4 span {
    color: #bfa373;
}

.testi_item .media .media-body h4 span {
    font-size: 15px;
}



/* ----------- */

.breadcrumb_text h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.breadcrumb_text h2:before {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    right: -65px;
    bottom: 7px;
    background: #bfa373;
}

.breadcrumb_text .link a.active {
    color: #bfa373;
}
.breadcrumb_text .link a {
    font-size: 14px;
    color: #dcdbdb;
    font-family: "Poppins", sans-serif;
    margin-right: 20px;
    position: relative;
}

.breadcrumb_text .link .active:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #dcdbdb;
}

.breadcrumb_text .link a:last-child {
    margin-right: 0px;
}

.breadcrumb_text .link a {
    font-size: 14px;
    color: #dcdbdb;
    font-family: "Poppins", sans-serif;
    margin-right: 20px;
    position: relative;
}


/* ----------------- */

.facilities_area {
    background: #f5f5f5;
}

.main_title2 {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.main_title2:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #bfa373;
    position: absolute;
    left: 50%;
    bottom: -23px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main_title2 h2 {
    font-size: 32px;
    color: #242424;
    margin-bottom: 15px;
}

.main_title2 p {
    margin-bottom: 0px;
}

.facilities_inner {
    margin-bottom: -60px;
}   

.facilities_item {
    margin-bottom: 60px;
}

.facilities_item .media .d-flex {
    padding-right: 24px;
}

.facilities_item .media .d-flex i {
    line-height: 50px;
}   

.facilities_item .media .d-flex i:before {
    font-size: 50px;
    color: #bfa373;
}

.flaticon-swimming-pool-1:before {
    content: "\f10b";
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}
i:before {
    margin-left: 0px !important;
}

.facilities_item .media .media-body h4 {
    font-size: 20px;
    color: #242424;
    margin-bottom: 15px;
}

.facilities_item .media .media-body p {
    margin-bottom: 0px;
}
/* --------- */
/* -------- */

.place_inner .place_text {
    margin-bottom: 55px;
}

.place_inner .place_text h6 {
    margin-bottom: 0px;
    color: #242424;
    font-size: 28px;
    line-height: 37px;
    font-weight: normal;
}

.place_inner .place_text {
    margin-bottom: 55px;
}

.place_inner .place_text p {
    margin-bottom: 25px;
}

.place_inner .place_text p + p {
    margin-bottom: 0px;
}

/* ------------ */
.main_title h2 {
    color: #242424;
    font-size: 32px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.main_title h2:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #bfa373;
    position: absolute;
    right: -60px;
    bottom: 7px;
}

.main_title p {
    margin-bottom: 0px;
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 20px;
}














/* ------------------- */
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}   */

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    height: 100%;
}

/* .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
} */

.mfp-iframe-scaler {
    width: 100%;
    height: 30px;
    /* overflow: hidden; */
    /* padding-top: 56.25%; */
}

/* .mfp-iframe-holder .mfp-close {
    top: -40px;
} */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    height: 30px;
    font-size: 30px;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: #000;
}


.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap{
    display: none;
}

.mfp-iframe-scaler{
    display: flex;
    flex-direction: column;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}


.navbar-right {
    float: right!important;
    margin-right: -45px;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}


.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    display: none;
}


.header_area .main_menu {
  /*  position: fixed;*/
/*    width: 100%;
    top: 50px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(0px);*/
    /* -webkit-transition: background 500ms ease, -webkit-transform 500ms ease; */
    /* transition: background 500ms ease, -webkit-transform 500ms ease; */
    /* -o-transition: transform 500ms ease, background 500ms ease; */
    transition: transform 5000ms ease, background 5000ms ease;
    /* transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease; */
    /* -webkit-transition: transform 500ms ease, background 500ms ease; */
    /* -webkit-box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 14%); */
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 14%);
    z-index: 40;
}


.g_fillter .list li a:hover{
    cursor: pointer;
}

.about_widget .list li a:hover {
    border-color: #bfa373;
    color: #bfa373;
}


@media (max-width: 1023px){
    .top_menu .right_side .nav__bar{
        display: none;
    }

    .PC{
        display: none;
    }

    .mobile{
        display: flex;
        justify-content: space-between;
    }

    .buttun_nav i{
        font-size: 30px;
    }

    .navbar-collapse__box{
        display: none !important;
        transform: rotateX(-90deg);
        transition: linear .3s;
    }

    #buttun_nav-input:checked ~ .navbar-collapse__box{
        display: block !important;
        transform: rotateX(0deg);
        transition: linear .3s;
    }

    .navbar-collapse__box{
        display: flex;
        flex-direction: column;
    }

    nav.container.navbar.navbar-expand-lg.navbar-light.bg-light.mobile {
        align-items: baseline;
    }

    .navbar-collapse__box{
        height: calc(100vh - 80px);
        /* background-color: green; */
    }

    .navbar-nav{
        height: 100%;
        justify-content: space-around;
        padding-left: 20px;
    }

    .menu_nav li{
        height: calc(100%/8);
        display: flex;
        align-items: center;
        border-top: 1px solid #ededed;
        width: 20%;
       
    }

    .menu_nav a{
        color: #0b0b0b;
    }

    .navbar-collapse{
        height: 100%;
    }

    .collapse.navbar-collapse {
        height: 100% !important;
    }

    .navbar-nav{
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 767px){
    .main_menu{
        padding: 0 10px;
    }

    .menu_nav li{
        width: 40%;
    }

    .right_side{
        display: none;
    }

    .justify-content-between{
        justify-content: center !important;
    }

    .top_menu .left_side p{
        font-size: 12px;
    }

    .top_menu .left_side p i{
        font-size: 15px;
    }


    .main_title h2:before{
        display: none;
    }

    .p_100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .breadcrumb_text h2:before{
        display: none;
    }

    .left_title p:before{
        display: none;
    }
}
/* slick slider start */

.slider .slider-item {
    position: relative;
}

.slider .slider_text {
    position: absolute;
    top: 30%;
    left: 50%;
    color: #fff;
}

    .slider .slider_text h3 {
        font-size: 55px;
        font-style: italic;
        margin-bottom: 30px;
        color: #fff;
    }

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .slider_text a {
    background-image: linear-gradient(30deg, #fff 50%, transparent 50%);
    border-color: #fff;
    color: #242424;
}

    .slider .slider_text a:hover {
        color: #fff;
    }

@media(min-width: 320px) and (max-width: 767px) {
    .slider .slider_text h3 {
        font-size: 28px;
    }

    .slider .slider_text {
        left: 5%;
        top: 20%;
    }
}

.slider .slick-arrow {
    position: absolute;
    top: 40%;
    border-radius: 50%;
    transform: none;
    background-image: linear-gradient(30deg, #fff 50%, transparent 50%);
    border-color: #fff;
    color: #242424;
    border: 1px solid #fff;
    line-height: 18px;
    background-position: 0%;
    display: inline-block;
    padding: 8px 16px;
    background-size: 500px;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-weight: 600;
}
    .slider .slick-arrow:hover {
        color: #fff;
        border-color: #fff;
        background-position: 100%;
        background: transparent;
    }
    .slider .slick-arrow i {
        font-size:20px;
    }
.slider .slick-next {
    right: 1%;
}

.slider .slick-prev {
    left: 1%;
}
/* slick slider end */

/* contact form */

section.contact {
    background: url("../../images/contact-usbg.svg") no-repeat;
    background-position: top center;
    background-size: 100%;
    margin: 60px 0;
}

    section.contact .title-intro {
        font-size: 34px;
        text-transform: capitalize;
    }

    section.contact .form-contact {
        padding: 60px 45px;
        box-shadow: 0px 0px 30px #00000014;
        position: relative;
        z-index: 1;
    }

        section.contact .form-contact .form-title {
            text-transform: uppercase;
        }

        section.contact .form-contact label {
            font-weight: 500;
        }

        section.contact .form-contact select.form-control {
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        section.contact .form-contact .select-box {
            position: relative;
        }

            section.contact .form-contact .select-box:before {
                content: "\f107";
                position: absolute;
                display: block;
                font-family: "fontawesome";
                top: 37px;
                right: 22px;
                color: currentColor;
                font-size: 18px;
                z-index: 1;
            }

        section.contact .form-contact .form-control {
            display: block;
            width: 100%;
            height: 45px;
            padding: 0.375rem 0.75rem;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            color: #000;
            border-color: #cbaa77;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            position: relative;
        }

            section.contact .form-contact .form-control::placeholder {
                text-transform: capitalize;
            }

        section.contact .form-contact .form-group {
            margin-bottom: 35px;
        }

            section.contact .form-contact .form-group table tr td {
                max-width: 300px;
            }

                section.contact .form-contact .form-group table tr td img {
                    max-width: 100%;
                }

           /*     section.contact .form-contact .form-group table tr td:nth-child(2),
                section.contact .form-contact .form-group table tr th:nth-child(2) {
                    text-align: left;
                }*/

            section.contact .form-contact .form-group table tr td,
            section.contact .form-contact .form-group table tr th {
                border: none;
                border-top: 1px solid #ddd;
                padding: 8px;
                text-align: center;
            }

            section.contact .form-contact .form-group table tr th {
                color: #D1A84D;
            }

            section.contact .form-contact .form-group table tr td .number-room {
                width: 105%;
                border: 1px solid #eee;
                text-align: center;
            }

        section.contact .form-contact .date-pick {
            position: relative;
            display: block;
        }

            section.contact .form-contact .date-pick::before {
                content: "\f073";
                position: absolute;
                display: block;
                font-family: "fontawesome";
                top: 38px;
                right: 20px;
                color: currentColor;
                font-size: 22px;
                z-index: 1;
            }

        section.contact .form-contact .form-request {
            min-height: 150px;
        }

        section.contact .form-contact [type=radio]:checked,
        section.contact .form-contact [type=radio]:not(:checked) {
            position: absolute;
            left: -9999px;
        }

            section.contact .form-contact [type=radio]:checked + label,
            section.contact .form-contact [type=radio]:not(:checked) + label {
                position: relative;
                padding-left: 28px;
                cursor: pointer;
                line-height: 20px;
                display: inline-block;
            }

                section.contact .form-contact [type=radio]:checked + label:before,
                section.contact .form-contact [type=radio]:not(:checked) + label:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 18px;
                    height: 18px;
                    border: 1px solid #ddd;
                    border-radius: 100%;
                    background: #fff;
                }

                section.contact .form-contact [type=radio]:checked + label:after,
                section.contact .form-contact [type=radio]:not(:checked) + label:after {
                    content: "";
                    width: 12px;
                    height: 12px;
                    background: #F87DA9;
                    position: absolute;
                    top: 3px;
                    left: 3px;
                    border-radius: 100%;
                    -webkit-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

                section.contact .form-contact [type=radio]:not(:checked) + label:after {
                    opacity: 0;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                }

                section.contact .form-contact [type=radio]:checked + label:after {
                    opacity: 1;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }

        section.contact .form-contact .err {
            color: red;
            position: absolute;
        }

        section.contact .form-contact .check-agree {
            display: flex;
            align-items: center;
            margin-bottom: 35px;
        }

            section.contact .form-contact .check-agree label {
                margin-bottom: 0;
                margin-left: 10px;
            }

                section.contact .form-contact .check-agree label a {
                    color: #D1A84D;
                }

                    section.contact .form-contact .check-agree label a:hover {
                        text-decoration: underline;
                    }

        section.contact .form-contact .btn-form__contact {
            color: #fff;
            background-color: transparent;
            border: 1px solid white;
            transition: all 0.2s ease-in-out;
            padding: 12px;
            min-width: 230px;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.07em;
            cursor: pointer;
            position: relative;
        }

            section.contact .form-contact .btn-form__contact::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                right: 0;
                z-index: -1;
                border: none;
                background-color: #cbaa77;
                transition: all 0.2s ease-in-out;
            }

            section.contact .form-contact .btn-form__contact:hover {
                color: #cbaa77;
                border: 1px solid #cbaa77;
            }

                section.contact .form-contact .btn-form__contact:hover::before {
                    width: 0%;
                    transition: all 0.2s ease-in-out;
                }

            section.contact .form-contact .btn-form__contact:focus {
                outline: none;
            }
#form-contact table, td, th {
    border: 1px solid #ced4da;
    font-weight: 600;
}

    #form-contact table th {
        text-align: center;
    }

table th:nth-child(4) {
    width: 10%;
}

#form-contact table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 15px;
    margin-bottom: 15px;
}


.page__item  {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #bfa373;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px;
    cursor:pointer;
}
/*----start paging-----*/
.page__item.active {
    background-color: #bfa373;
}
.page__item .page__link {
    color: #bfa373;
}
.page__item.active .page__link {
    color: #fff;
}
 
.page__item:hover {
    background-color: #bfa373;
}
.page__item:hover .page__link {
    color: #fff;
}
.page__item .page__link {
    line-height: 38px;
    color: #bfa373;
}
/*----end paging-----*/


section.contact .contact-form .form-control {
    border: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 32px;
    background: #f5f5f5;
    height: 50px;
}

/*----start loading form-----*/
#wraploadding {
    background-color: #fff;
    opacity: 0.8;
    z-index: 5000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

    #wraploadding div#imgloadding {
        width: 100px;
        height: 100px;
        margin: auto;
        position: relative;
    }
/*----end loading form-----*/
