/*#034132*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600;800&amp;display=swap"); @import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&display=swap'); @font-face {
    font-family: 'Argesta Display';
    src: url("../fonts/ArgestaDisplay-Regular.eot");
    src: url("../fonts/ArgestaDisplay-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ArgestaDisplay-Regular.woff2") format("woff2"), url("../fonts/ArgestaDisplay-Regular.woff") format("woff"), url("../fonts/ArgestaDisplay-Regular.ttf") format("truetype"), url("../fonts/ArgestaDisplay-Regular.svg#ArgestaDisplay-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');

/*pa {*/
/*  outline: none !important;*/
/*}*/
* {
    /* font-family:  cormorantgaramond-semibold,cormorantgaramond,cormorant garamond,serif !important; */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #141414;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-image: url('../img/back_img_3.webp');
    background-attachment: fixed;
    background-size: cover;
    /* box-shadow: inset 0px 3000px 3000px #fff; */
}

/* HTML TAGS */
img {
    max-width: 100%;
}

strong {
    font-weight: 600;
}

iframe {
    max-width: 100%;
}

/* LINKS */
a {
    color: #141414;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #141414;
}

/* FORM ELEMENTS */
input[type="text"] {
    width: 420px;
    max-width: 100%;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="email"] {
    width: 420px;
    max-width: 100%;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="search"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="password"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="number"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="date"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(3px);
    appearance: none;
    background: #ededed;
    border-radius: 50%;
}

input[type="radio"]:checked {
    border: 6px solid #141414;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(3px);
    appearance: none;
    background: #ededed;
}

input[type="checkbox"]:checked {
    border: 4px solid #ededed;
    background: #141414;
}

textarea {
    width: 520px;
    max-width: 100%;
    height: 140px;
    padding: 30px;
    border: 1px solid #cecece;
}

select {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 30px) 34px, calc(100% - 25px) 34px, calc(100% - 3.5em) 20px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
}

select:focus {
    background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 25px) 34px, calc(100% - 30px) 34px, calc(100% - 3.5em) 20px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
    border-color: gray;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type="submit"] {
    height: 55px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #a36a2c;
    border: none;
    padding: 0 35px;
}

button[type="submit"] {
    height: 80px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #a36a2c;
    border: none;
    padding: 0 50px;
}

button[type="submit"] i {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    transform: translateY(2px);
}

/* SPACINGS */
.no-spacing {
    margin: 0 !important;
    padding: 0 !important;
}

.no-top-spacing {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.no-bottom-spacing {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.spacing-50 {
    height: 50px;
    display: flex;
}

.spacing-100 {
    width: 100%;
    height: 100px;
    display: flex;
}

/* CUSTOM CONTAINER */
/*@media (min-width: 1170px) {*/
/*  .container {*/
/*    max-width: 1100px;*/
/*  }*/
/*}*/
/*@media (min-width: 1280px) {*/
/*  .container {*/
/*    max-width: 1260px;*/
/*  }*/
/*}*/
/* CUSTOM CLASSES */
.overflow {
    overflow: hidden;
}

/* CUSTOM CURSOR */
/*.cursor {*/
/*  position: fixed;*/
/*  top: -40px;*/
/*  left: -40px;*/
/*  pointer-events: none;*/
/*  z-index: 9999;*/
/*  mix-blend-mode: difference;*/
/*}*/
/*.cursor:before {*/
/*  content: "";*/
/*  width: 80px;*/
/*  height: 80px;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  border-radius: 50%;*/
/*  background: white;*/
/*  border: 1px solid white;*/
/*  transition: all ease 0.15s;*/
/*  transform: scale(0.15);*/
/*}*/
/*.cursor.light:before {*/
/*  transform: scale(1);*/
/*  background: transparent;*/
/*}*/
/*.cursor.drag {*/
/*  mix-blend-mode: unset;*/
/*}*/
/*.cursor.drag:before {*/
/*  transform: scale(1);*/
/*  background: #a36a2c;*/
/*  border-color: transparent;*/
/*}*/
/*.cursor.drag:before {*/
/*  content: "\ea23";*/
/*  font-family: "LineIcons";*/
/*  font-size: 20px;*/
/*  color: #fff;*/
/*}*/
/* RANGE SLIDER */
.range-slider {
    width: 100%;
    display: block;
}

.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 0;
    background: #f2f2f2;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a36a2c;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #a36a2c;
    cursor: pointer;
    -moz-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range:active::-moz-range-thumb {
    background: #a36a2c;
}

.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #a36a2c;
}

::-moz-range-track {
    background: #a36a2c;
    border: 0;
}

input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0;
}

/* ACCORDION */
.accordion {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 0;
}

.accordion .card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: none;
    border-radius: 0;
    border: 1px solid #eaebee;
    margin-bottom: 10px;
    border: none;
}

.accordion .card .card-header {
    width: 100%;
    display: block;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}

.accordion .card .card-header a {
    width: 100%;
    float: left;
    font-weight: 600;
    padding: 20px 25px;
    color: #141414;
    font-weight: 600;
    border: 1px solid #cbcbcb;
}

.accordion .card .card-header a:hover {
    color: #a36a2c;
    text-decoration: none;
}

.accordion .card .card-body {
    width: 100%;
    line-height: 26px;
    opacity: 0.7;
}

.accordion .card [aria-expanded="true"] {
    color: #fff !important;
    background: #a36a2c;
    border-color: #a36a2c !important;
}

/* DATE PICKER */
.datepicker-dropdown {
    width: 280px;
    border: none;
    padding: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

.datepicker-panel ul:first-child {
    width: 280px;
    display: flex;
}

.datepicker-panel ul:first-child li {
    flex: auto;
    box-shadow: none;
}

.datepicker-panel ul:nth-child(2) {
    font-weight: 600;
}

.datepicker-panel ul:nth-child(2) li {
    background: #f5f3ec;
}

.datepicker-panel > ul > li {
    padding: 5px 0;
    width: 40px;
    height: auto;
    box-shadow: 1px 0 0 0 #eee, 0 1px 0 0 #eee, 1px 1px 0 0 #eee, 1px 0 0 0 #eee inset, 0 1px 0 0 #eee inset;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    background: #a36a2c;
    color: #fff;
}

.datepicker-panel > ul > li.highlighted {
    background-color: #a36a2c;
}

.datepicker-panel > ul > li:hover {
    background-color: #f5f3ec;
}

.datepicker-top-left:after, .datepicker-top-right:after {
    display: none;
    border: none;
}

.datepicker-top-left:before, .datepicker-top-right:before {
    display: none;
    border: none;
}

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
    display: none;
    border: none;
}

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
    display: none;
    border: none;
}

/* HAMBURGER MENU */
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
    align-items: center;
}

.line {
    fill: none;
    stroke: #000;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 30 207;
    stroke-width: 3;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
}

.line3 {
    stroke-dasharray: 30 207;
    stroke-width: 3;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

/* REVEAL EFFECT */
.reveal-effect {
    float: left;
    position: relative;
    background: white;
    padding: 10px;
    box-shadow: 0 0 10px #dcc9b2;
}

.reveal-effect img {
    height: 265px;
    object-fit: cover;
    width: 100%;
}

/*.reveal-effect.animated:before {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #034132;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  animation: 1s reveal linear forwards;*/
/*  -webkit-animation-duration: 1s;*/
/*  z-index: 1;*/
/*  -moz-animation-duration: 1s;*/
/*  -ms-animation-duration: 1s;*/
/*  -o-animation-duration: 1s;*/
/*  animation-duration: 1s;*/
/*  -webkit-animation-fill-mode: forwards;*/
/*  -moz-animation-fill-mode: forwards;*/
/*  -ms-animation-fill-mode: forwards;*/
/*  -o-animation-fill-mode: forwards;*/
/*  animation-fill-mode: forwards;*/
/*  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
/*  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
/*  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
/*  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
/*  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
/*}*/
.reveal-effect.animated > * {
    animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@-webkit-keyframes reveal-inner {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    50% {
        visibility: hidden;
        opacity: 0;
    }

    51% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

/* CUSTOM BUTTON */
.custom-button {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background: #a36a2c;
    padding: 0 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}

.custom-button.light {
    border: 1px solid #fff;
    background: none;
}

.custom-button:hover {
    text-decoration: none;
    color: #fff;
}

.custom-button:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: width 0s ease, background .25s ease;
}

.custom-button:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background: #141414;
    transition: width .25s ease;
    opacity: 0.1;
}

.custom-button:hover:before {
    width: 100%;
    background: #141414;
    opacity: 0.1;
    transition: width .25s ease;
}

.custom-button:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

/* PRELOADER */
.preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #141414;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 1s;
    transition-delay: 1s;
}

.preloader .loadbar {
    width: 0%;
    height: 100%;
    max-height: 6px;
    background: #034132;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

.preloader figure {
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fade 0.30s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    position: relative;
}

.preloader figure span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.preloader figure img {
    height: 800px;
    display: inline-block;
    /* opacity: 0.05; */
}

@keyframes fade {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* PAGE TRANSITION */
.page-transition {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #a36a2c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.page-transition .layer {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 1s;
}

.page-transition.active {
    height: 100vh;
}

.page-transition.active .layer {
    height: 100vh;
}

/* BODY */
body .navbar {
    /*transform: translateY(-100%);*/
    /*transition-delay: 1.3s;*/
    /*transition-duration: 1s;*/
    /*-webkit-transition-duration: 1s;*/
    /*transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);*/
    /*-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);*/
    background: #fff;
    border-bottom: 2px solid #a16529;
}

body .slider .main-slider {
    transform: scale(1.4);
    transition-delay: 1.15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/*body .page-header {*/
/*  transform: scale(1.4);*/
/*  transition-delay: 1.15s;*/
/*  transition-duration: 1s;*/
/*  -webkit-transition-duration: 1s;*/
/*  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);*/
/*  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);*/
/*}*/
/* PAGE LOADED */
.page-loaded .preloader {
    height: 0;
}

.page-loaded .preloader .loadbar {
    max-height: 100%;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.page-loaded .preloader figure {
    transform: translateY(50px);
    opacity: 0;
}

.page-loaded .navbar {
    transform: translateY(0);
}

.page-loaded .slider .main-slider {
    transform: scale(1);
}

.page-loaded .page-header {
    transform: scale(1);
}

/* HAMBURGER NAVIGATION */
.hamburger-navigation {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    background: #a36a2c;
}

/*.hamburger-navigation .layer {*/
/*  width: 100%;*/
/*  height: 0;*/
/*  background: #141414;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 0;*/
/*  transition-duration: 1s;*/
/*  -webkit-transition-duration: 1s;*/
/*  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);*/
/*  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);*/
/*  transition-delay: 1s;*/
/*}*/
.hamburger-navigation .container {
    position: relative;
    z-index: 1;
    visibility: hidden;
}

.hamburger-navigation .info-box {
    width: 50vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 50px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.hamburger-navigation .info-box span {
    width: 100%;
    display: block;
    font-size: 22px;
    /*font-family: "Argesta Display";*/
    margin-bottom: 20px;
}

.hamburger-navigation .info-box .nav-social {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.hamburger-navigation .info-box .nav-social li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}

.hamburger-navigation .info-box .nav-social li a {
    color: #fff;
    font-size: 14px;
}

.hamburger-navigation .nav-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*-webkit-transition: all .35s ease-in-out;*/
    /*-moz-transition: all .30s ease-in-out;*/
    /*-ms-transition: all .30s ease-in-out;*/
    /*-o-transition: all .30s ease-in-out;*/
    /*transition: all .30s ease-in-out;*/
}

.hamburger-navigation .nav-menu.mobile-menu {
    display: none;
}

.hamburger-navigation .nav-menu li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.hamburger-navigation .nav-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 3vw;
    /*font-family: "Argesta Display";*/
}

.hamburger-navigation .nav-menu li a:hover {
    color: #a36a2c;
}

/* HAMBURGER NAGIVATION ACTIVE */
.hamburger-navigation-active .scroll-content {
    transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .layer {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .container {
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .nav-menu {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .info-box {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .navbar .logo {
    opacity: 0;
}

.hamburger-navigation-active .navbar .navbar-text {
    opacity: 0;
}

.hamburger-navigation-active .navbar .site-menu {
    opacity: 0;
}

/* NAVBAR */
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0px 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 7;
}

.navbar .logo {
    display: inline-block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.navbar .logo a {
    display: inline-block;
}

.navbar .logo a img {
    height: 50px;
}

.navbar .navbar-text {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.navbar .site-menu {
    display: inline-block;
    /*margin: 0 auto;*/
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.navbar .site-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    list-style: none;
}

.navbar .site-menu ul li a {
    display: inline-block;
    color: #a36a2c;
    font-weight: 600;
    font-size: 15px;
    background: white;
    padding: 10px;
}

.navbar .site-menu ul li a:hover {
    text-decoration: none;
}

.navbar .hamburger-menu {
    display: inline-block;
    /* margin-left: auto; */
}

/* SLIDER */
.slider {
    width: 100%;
    height: 90vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    text-align: center;
    background: url("../images/slide01.jpg") center;
    background-size: cover !important;
    overflow: hidden;
}

.slider h5 {
    display: block;
    letter-spacing: 3px;
    color: #a46b2c;
    background: white;
    width: fit-content;
    margin: auto;
    padding: 5px 10px;
}

.slider h1 {
    font-weight: 400;
    font-size: 4vw;
    /*font-family: "Argesta Display";*/
    margin-bottom: 30px;
}

.slider p {
    padding: 0 20%;
    opacity: 0.7;
    letter-spacing: 1px;
}

.slider a {
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: #f5f3ec;
    color: #a36a2c;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
    position: relative;
}

.slider a:hover {
    text-decoration: none;
}

.slider a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: width 0s ease, background .25s ease;
}

.slider a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background: #141414;
    transition: width .25s ease;
    opacity: 0.1;
}

.slider a:hover:before {
    width: 100%;
    background: #141414;
    opacity: 0.1;
    transition: width .25s ease;
}

.slider a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

.slider .main-slider {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.slider .main-slider .swiper-slide {
    height: 100%;
    display: flex;
    overflow: hidden;
}

.slider .main-slider .swiper-slide .container {
    position: relative;
    z-index: 1;
}

.slider .main-slider .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: center;
    padding-top: 100px;
}

.slider .main-slider .swiper-slide .slide-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}

/*.slider:before {*/
/*  content: "";*/
/*  width: 30%;*/
/*  height: 6px;*/
/*  background: #a36a2c;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 2;*/
/*}*/
.slider .slider-fraction {
    width: 20%;
    display: none;
    height: 80px;
    line-height: 80px;
    background: #fff;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #141414;
    /*font-family: "Argesta Display";*/
    font-size: 22px;
}

.slider .slider-prev {
    width: 60px;
    height: 60px;
    background: #dfbe6b;
    position: absolute;
    left: 0%;
    bottom: 40%;
    z-index: 2;
    cursor: pointer;
}

.slider .slider-prev:hover:before {
    opacity: 1;
}

.slider .slider-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    opacity: 0.5;
}

.slider .slider-next {
    width: 60px;
    height: 60px;
    background: #dfbe6b;
    position: absolute;
    right: 0%;
    bottom: 40%;
    z-index: 2;
    cursor: pointer;
}

.slider .slider-next:hover:before {
    opacity: 1;
}

.slider .slider-next:before {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    opacity: 0.5;
}

/* PAGE HEADER */
.page-header {
    width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    background-size: cover !important;
    position: relative;
}

.page-header:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.page-header .container {
    position: relative;
    z-index: 1;
    color: #fff;
}

.page-header .container h1 {
    width: 100%;
    display: block;
    font-size: 40px;
    /*font-family: "Argesta Display";*/
    text-indent: -5px;
    font-weight: 600;
}

.page-header .container p {
    width: 100%;
    display: block;
    margin: 0;
    /*letter-spacing: 10px;*/
    font-size: 22px;
}

/* SCROLL DOWN */
.scroll-down {
    display: none;
    width: 1px;
    height: 80px;
    background: #fff;
    position: absolute;
    left: calc(50% - 0.5px);
    bottom: 0;
    z-index: 2;
}

.scroll-down:after {
    content: "";
    width: 1px;
    height: 0;
    animation: 1s scrolldown infinite;
    background: #a36a2c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@keyframes scrolldown {
    0% {
        top: 0;
        height: 0;
    }

    50% {
        top: 0;
        height: 100%;
    }

    51% {
        top: auto;
        bottom: 0;
        height: 100%;
    }

    100% {
        top: auto;
        bottom: 0;
        height: 0;
    }
}

/* CONTENT SECTION */
.content-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
    position: relative;
    /*background: #b9f1e1e3;*/
    background: #ebd394d1;
}

.content-section.bottom-spacing {
    margin-bottom: 100px !important;
}

.content-section.top-spacing {
    margin-top: 100px !important;
}

#main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: #fff; */
}

/* SECTION TITLE */
.section-title {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.section-title.text-center {
    text-align: center;
}

.section-title.text-center h6:before {
    left: calc(50% - 2vw);
    top: calc(100% + 10px);
}

.section-title.light {
    color: #fff;
}

.section-title.light h6 {
    opacity: 0.6;
}

.section-title.light h6:before {
    background: #fff;
}

.section-title h6 {
    width: fit-content;
    display: block;
    font-size: 15px;
    font-weight: 800;
    /*opacity: 0.3;*/
    letter-spacing: 2px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #a16529;
    padding: 10px 30px;
    margin-bottom: 20px;
}

/*.section-title h6:before {*/
/*  content: "";*/
/*  width: 4vw;*/
/*  max-width: 100%;*/
/*  height: 1px;*/
/*  display: inline-block;*/
/*  background: #141414;*/
/*  position: absolute;*/
/*  left: calc(-4vw - 20px);*/
/*  top: calc(50% - 0.5px);*/
/*}*/
.section-title h2 {
    width: 100%;
    display: block;
    margin: 0;
    /*font-family: "Argesta Display";*/
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

/* HOTEL SEARCH FORM */
.hotel-search {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.hotel-search h6 {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px;
}

.hotel-search form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hotel-search form .form-group {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

.hotel-search form .form-group i {
    position: absolute;
    right: 25px;
    bottom: 42px;
    transform: translateY(50%);
    color: #808080;
}

.hotel-search form .form-group input[type="number"] {
    width: 100px;
}

.hotel-search form .form-group input {
    width: auto;
}

.hotel-search form .form-group select {
    width: 300px;
}

.hotel-search form .form-group label {
    width: 100%;
    display: block;
    font-size: 14px;
}

/* SIDE CONTENT */
.side-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    padding: 25px 0;
}

/* .side-content.text-left {
  padding-right: 5%;
} */
.side-content.text-left p {
    padding-right: 10%;
}

.side-content.text-center {
    text-align: center;
    padding: 0 10%;
}

.side-content.text-center .custom-button {
    margin-left: auto;
    margin-right: auto;
}

.side-content.light {
    color: #fff;
}

.side-content.light .custom-button {
    border: 1px solid #fff;
    background: none;
}

.side-content h6 {
    width: fit-content;
    display: block;
    line-height: 21px;
    font-size: 12px;
    font-weight: 800;
    /*opacity: 0.3;*/
    letter-spacing: 2px;
    color: #a1662a;
    color: #fff;
    text-align: center;
    background: #a16529;
    padding: 10px 50px;
}

.side-content h2 {
    width: 100%;
    display: block;
    margin: 0;
    /*/*font-family: "Argesta Display";*/
    font-size: 34px;
    font-weight: 700;
    line-height: 53px;
}

.side-content p {
    width: 100%;
    display: block;
    margin-top: 25px;
    opacity: 0.7;
}

.side-content p:last-child {
    margin-bottom: 0;
}

.side-content .custom-button {
    margin-top: 40px;
}

/* SIDE IMAGE */
.side-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
}

.side-image.overlap-bottom {
    transform: translateY(100px);
}

.side-image.overlap-top {
    transform: translateY(-100px);
}

.side-image.right-full {
    width: 50vw;
    float: left;
}

.side-image.left-full {
    width: 50vw;
    float: right;
}

.side-image.left-full-space {
    width: 44vw;
    float: right;
    margin-right: 6vw;
}

.side-image.left-align {
    float: right;
    position: relative;
}

.side-image.left-align:after {
    content: "";
    width: calc(50vw - 100px);
    height: 100%;
    background: #f5f3ec;
    position: absolute;
    right: 100px;
    top: 100px;
    z-index: -1;
}

.side-image.right-align {
    float: left;
    position: relative;
}

.side-image.right-align:after {
    content: "";
    width: calc(50vw - 100px);
    height: 100%;
    background: #f5f3ec;
    position: absolute;
    left: 100px;
    top: 100px;
    z-index: -1;
}

.side-image .video-button {
    width: 140px;
    height: 140px;
    line-height: 140px;
    background: #fff;
    position: absolute;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
    color: #a36a2c;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.side-image .video-button:hover {
    background: #a36a2c;
    color: #fff;
}

.side-image img {
    width: 100%;
}

/* SIDE GALLERY */
.side-gallery {
    width: calc(50vw + 15%);
    float: right;
    margin-bottom: 0;
    position: relative;
    transform: translateY(-100px);
}

.side-gallery div:first-child {
    width: calc(66.66666% - 10px);
}

.side-gallery div:nth-child(2) {
    margin-bottom: 10px;
}

.side-gallery div {
    width: calc(33.33333% - 10px);
    float: left;
    margin-right: 10px;
}

/* SIDE HOTEL BOX */
.side-hotel-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.side-hotel-box.right {
    padding-left: 100px;
}

.side-hotel-box .review {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}

.side-hotel-box .review i {
    display: inline-block;
    margin-right: 3px;
    color: #00aa6c;
}

.side-hotel-box .review span {
    display: inline-block;
    opacity: 0.4;
    margin-left: 8px;
}

.side-hotel-box h2 {
    width: 100%;
    display: block;
    font-size: 44px;
    /*font-family: "Argesta Display";*/
    margin-bottom: 25px;
}

.side-hotel-box p {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.side-hotel-box .info-box {
    width: 100%;
    display: flex;
    border: 1px solid #cbcbcb;
    padding: 20px;
    margin-bottom: 20px;
}

.side-hotel-box .info-box span {
    display: inline-block;
    border-left: 6px solid #a36a2c;
    padding-left: 20px;
}

.side-hotel-box .info-box b {
    height: 54px;
    line-height: 1.3;
    margin-left: auto;
    font-size: 40px;
}

.side-hotel-box .info-box b small {
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    opacity: 0.5;
}

.side-hotel-box .custom-button {
    margin-right: 30px;
}

.side-hotel-box .availability {
    line-height: 80px;
    display: inline-block;
}

.side-hotel-box .availability i {
    color: #a36a2c;
}

/* CAROUSEL IMAGE BOX */
.carousel-image-box {
    width: calc(50vw + 100% / 2);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.carousel-image-box figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    overflow: hidden;
    align-items: end;
}

.carousel-image-box figure img {
    width: 100%;
    float: left;
    height: 400px;
    object-fit: cover;
}

.carousel-image-box figure figcaption {
    width: 93%;
    position: absolute;
    left: 10px;
    /* top: 0; */
    padding: 15px 20px;
    color: #fff;
    background: #a16529;
}

.carousel-image-box figure figcaption h5 {
    width: 100%;
    display: block;
    font-size: 30px;
    text-align: center;
    font-weight: 800;
}

.carousel-image-box figure figcaption p {
    width: 100%;
    display: block;
    margin: 0;
}

.swiper-scrollbar {
    width: 100%;
    height: 4px;
    display: inline-block;
    opacity: 1 !important;
}

/* EVENTS TAB */
.events-tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.events-tab .tab-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0;
}

.events-tab .tab-nav li {
    display: inline-block;
    margin-right: 20px;
    padding: 0 5px;
    list-style: none;
    border-bottom: 4px solid transparent;
}

.events-tab .tab-nav li.active {
    border-color: #a36a2c;
}

.events-tab .tab-nav li a {
    display: inline-block;
    color: #fff;
}

.events-tab .tab-item {
    width: 100%;
    float: left;
    display: none;
    position: relative;
    overflow: hidden;
}

.events-tab .tab-item.active-item {
    display: block;
}

/* CONTENT TAB */
.content-tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.content-tab .tab-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.content-tab .tab-nav li {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    margin-right: 20px;
    padding: 0 25px;
    list-style: none;
    border: 1px solid #eee;
    margin-bottom: -1px;
}

.content-tab .tab-nav li.active {
    border-bottom: 1px solid #fff;
}

.content-tab .tab-nav li.active a {
    color: #a36a2c;
    opacity: 1;
}

.content-tab .tab-nav li a {
    display: inline-block;
    font-weight: 600;
    opacity: 0.5;
}

.content-tab .tab-item {
    width: 100%;
    float: left;
    display: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-top: none;
    padding: 50px;
}

.content-tab .tab-item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.content-tab .tab-item ul li {
    width: 33.33333%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 7px 0;
}

.content-tab .tab-item ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.content-tab .tab-item ul li figure {
    width: 50px;
    float: left;
    margin-bottom: 0;
}

.content-tab .tab-item ul li figure img {
    height: 22px;
    float: left;
}

.content-tab .tab-item ul li b {
    font-weight: 400;
    float: left;
}

.content-tab .tab-item.active-item {
    display: block;
}

/* CAROUSEL EVENTS BOX */
.carousel-events-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.carousel-events-box .swiper-prev {
    width: 60px;
    height: 60px;
    background: #141414;
    position: absolute;
    left: 0;
    top: 33%;
    z-index: 2;
    cursor: pointer;
}

.carousel-events-box .swiper-prev:hover:before {
    opacity: 1;
}

.carousel-events-box .swiper-prev:before {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 25px;
    top: 23px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    opacity: 0.5;
}

.carousel-events-box .swiper-next {
    width: 60px;
    height: 60px;
    background: #141414;
    position: absolute;
    right: 0;
    top: 33%;
    z-index: 2;
    cursor: pointer;
}

.carousel-events-box .swiper-next:hover:before {
    opacity: 1;
}

.carousel-events-box .swiper-next:before {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 23px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    opacity: 0.5;
}

.carousel-events-box figure {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.carousel-events-box figure:before {
    background: #a36a2c !important;
}

.carousel-events-box figure img {
    width: 100%;
    display: block;
}

.carousel-events-box .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
}

.carousel-events-box .content h5 {
    width: 100%;
    display: block;
    font-size: 28px;
    /*font-family: "Argesta Display";*/
}

.carousel-events-box .content h5 a {
    display: inline-block;
    color: #fff;
}

.carousel-events-box .content h5 a:hover {
    color: #a36a2c;
}

.carousel-events-box .content span {
    display: inline-block;
    margin: 4px auto;
    color: #f5f3ec;
    opacity: 0.6;
}

.carousel-events-box .content small {
    width: 100%;
    display: block;
}

/* ROOM SLIDER */
.rooms-slider {
    width: 100%;
    /*height: 80vh;*/
    max-height: 700px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

/*.rooms-slider:before {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 240px;*/
/*  background: #d9b980;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*}*/
.rooms-slider .swiper-slide {
    max-width: 75%;
    background-size: cover !important;
    background-position: center !important;
    transform: scale(0.9);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.rooms-slider .swiper-slide .room-detail {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 50px;
    position: absolute;
    left: 50px;
    bottom: 50px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    opacity: 0;
}

.rooms-slider .swiper-slide .room-detail .price-line {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #a36a2c;
    letter-spacing: 1px;
}

.rooms-slider .swiper-slide .room-detail .price-line span {
    color: #141414;
    opacity: 0.7;
}

.rooms-slider .swiper-slide .room-detail h3 {
    width: 100%;
    display: block;
    font-size: 36px;
    /*font-family: "Argesta Display";*/
    margin-bottom: 20px;
}

.rooms-slider .swiper-slide .room-detail .reviews {
    width: 100%;
    color: #888888;
    font-size: 15px;
}

.rooms-slider .swiper-slide .room-detail .reviews span {
    padding: 5px 8px;
    background: #a36a2c;
    color: #fff;
    font-weight: 800;
    margin-left: 5px;
}

.rooms-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.rooms-slider .swiper-slide.swiper-slide-active .room-detail {
    opacity: 1;
}

/* RECENT NEWS */
.col-md-6:nth-child(2) .recent-news {
    padding-right: 30px;
}

.col-md-6:nth-child(3) .recent-news {
    padding-left: 30px;
}

.recent-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.recent-news figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.recent-news figure img {
    width: 100%;
}

.recent-news .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 80px;
}

.recent-news .content ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 15px;
    position: relative;
}

.recent-news .content ul:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #a36a2c;
    position: absolute;
    left: -80px;
    top: calc(50% - 0.5px);
}

.recent-news .content ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}

.recent-news .content ul li:last-child {
    margin-right: 0;
}

.recent-news .content ul li a {
    display: inline-block;
    color: #a36a2c;
    font-size: 14px;
    font-weight: 600;
}

.recent-news .content span {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.5;
    line-height: 27px;
}

.recent-news .content span:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #141414;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-news .content h2 {
    width: 100%;
    display: block;
    font-size: 36px;
    /*font-family: "Argesta Display";*/
    margin-top: 20px;
    margin-bottom: 0;
}

/* IMAGE */
.image {
    width: 100%;
    display: block;
}

/* TESTIMONIAL BOX */
.testimonial-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    background: #a36a2c;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.testimonial-box.bottom {
    margin-bottom: -100px;
}

.testimonial-box small {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.testimonial-box small i {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-box h4 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    /*font-family: "Argesta Display";*/
}

.testimonial-box p {
    width: 100%;
    margin-bottom: 40px;
    font-size: 19px;
}

.testimonial-box .custom-button {
    margin: 0 auto;
}

/* PACKAGE BOX */
.package-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 60px;
    color: #fff;
}

.package-box h4 {
    width: 100%;
    display: block;
    font-size: 36px;
    /*font-family: "Argesta Display";*/
    margin-bottom: 15px;
}

.package-box p {
    width: 100%;
    display: block;
    margin-bottom: 35px;
}

.package-box a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid #eee;
    font-size: 15px;
}

/* MEMBER BOX */
.member-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.member-box:hover figure img {
    opacity: 0.6;
}

.member-box:hover figure ul {
    opacity: 1;
    visibility: visible;
}

.member-box figure {
    width: 100%;
    display: block;
    margin-bottom: 0;
    position: relative;
    background: #141414;
}

.member-box figure * {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.member-box figure ul {
    width: 44px;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 30px;
    bottom: 60px;
    opacity: 0;
    visibility: hidden;
}

.member-box figure ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
}

.member-box figure ul li:last-child {
    margin-bottom: 0;
}

.member-box figure ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    background: #a36a2c;
    color: #fff;
}

.member-box figure img {
    width: 100%;
    display: block;
}

.member-box .content {
    width: calc(100% - 30px);
    display: inline-block;
    background: #fff;
    margin-top: -30px;
    padding: 30px;
    position: relative;
}

.member-box .content small {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.member-box .content h5 {
    width: 100%;
    display: block;
    font-size: 28px;
    /*font-family: "Argesta Display";*/
    margin-bottom: 25px;
    opacity: 0.7;
}

.member-box .content a {
    display: inline-block;
    text-decoration: underline;
    color: #a36a2c;
    font-weight: 600;
    font-size: 15px;
}

/* VIDEO BOX */
.video-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 100px 0;
}

.video-box .play-btn {
    width: 140px;
    height: 140px;
    line-height: 140px;
    display: inline-block;
    background: #fff;
    color: #a36a2c;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    margin-bottom: 100px;
}

.video-box .play-btn:hover {
    background: #a36a2c;
    color: #fff;
}

.video-box h2 {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

/* ROOMS FITER */
.rooms-filter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.rooms-filter h6 {
    display: inline-block;
    font-weight: 600;
}

.rooms-filter .price-range {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;
}

.rooms-filter .price-range .range-slider__value {
    float: right;
    margin-top: -56px;
    font-weight: 800;
    color: #a36a2c;
}

.rooms-filter .price-range .range-slider__value:before {
    content: "$";
}

.rooms-filter .price-range .range-slider {
    width: 100%;
}

.rooms-filter .specifications {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

.rooms-filter .specifications ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.rooms-filter .specifications li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    list-style: none;
}

/* ROOMS LIST */
.rooms-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.rooms-list li {
    width: 50%;
    display: inline-block;
    margin: 0;
    margin-top: 50px;
    padding: 0;
    padding-right: 30px;
    list-style: none;
}

.rooms-list li:nth-child(1) {
    margin-top: 0;
}

.rooms-list li:nth-child(2) {
    margin-top: 0;
}

.rooms-list li:nth-child(even) {
    padding-right: 0;
    padding-left: 30px;
}

/* ROOM BOX */
.room-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.room-box figure {
    width: 100%;
    display: block;
    margin: 0;
}

.room-box figure img {
    width: 100%;
}

.room-box .content {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-top: -50px;
    margin-left: 50px;
    position: relative;
    z-index: 1;
    padding: 25px;
    padding-right: 0;
    box-shadow: -1px 1px 5px #e1dddd;
}

.room-box .content .price-line {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #a36a2c;
    letter-spacing: 1px;
}

.room-box .content .price-line span {
    color: #141414;
    opacity: 0.7;
}

.room-box .content h3 {
    width: 100%;
    display: block;
    font-size: 36px;
    /*font-family: "Argesta Display";*/
    margin-bottom: 20px;
}

.room-box .content .bottom-specs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}

.room-box .content .bottom-specs .icons {
    width: 50%;
    display: inline-block;
}

.room-box .content .bottom-specs .icons img {
    height: 25px;
    margin-right: 5px;
}

.room-box .content .bottom-specs .reviews {
    width: 50%;
    text-align: right;
    color: #888888;
    font-size: 15px;
}

.room-box .content .bottom-specs .reviews span {
    padding: 5px 8px;
    background: #a36a2c;
    color: #fff;
    font-weight: 800;
    margin-left: 5px;
}

/* ROOM TYPE */
.room-type {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.room-type .price-line {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #a36a2c;
    letter-spacing: 1px;
}

.room-type .price-line span {
    color: #141414;
    opacity: 0.7;
}

.room-type h3 {
    width: 100%;
    display: block;
    font-size: 80px;
    /*font-family: "Argesta Display";*/
    margin-bottom: 20px;
    text-indent: -4px;
}

.room-type small {
    width: 100%;
    display: block;
    opacity: 0.5;
    font-size: 16px;
}

/* RECENT TESTIMONIAL */
.recent-testimonial {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
    padding: 50px;
    margin-bottom: 50px;
}

.recent-testimonial span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.recent-testimonial span b {
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
}

.recent-testimonial span i {
    color: #a36a2c;
    display: inline-block;
    margin: 0 2px;
    font-size: 14px;
}

.recent-testimonial small {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    opacity: 0.5;
}

.recent-testimonial p {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 19px;
    /*font-family: "Argesta Display";*/
}

/* ROOM GALLERY */
.room-gallery-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.room-gallery-top .swiper-slide {
    max-width: 40%;
}

.room-gallery-thumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.room-gallery-thumbs .swiper-slide {
    background: #141414;
}

.room-gallery-thumbs .swiper-slide:hover img {
    opacity: 1;
}

.room-gallery-thumbs .swiper-slide img {
    opacity: 0.5;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

/* ROOM INFO BOX */
.room-info-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    border: 1px solid #eee;
    margin: 30px 0;
}

.room-info-box h6 {
    width: 100%;
    display: block;
    font-size: 26px;
    /*font-family: "Argesta Display";*/
    margin-bottom: 15px;
    color: #a36a2c;
}

.room-info-box p {
    width: 100%;
    display: block;
}

.room-info-box p:last-child {
    margin-bottom: 0;
}

.room-info-box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

.room-info-box ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
    padding: 5px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.room-info-box ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.room-info-box ul li figure {
    width: 50px;
    float: left;
    margin-bottom: 0;
}

.room-info-box ul li figure img {
    height: 22px;
    float: left;
}

.room-info-box ul li b {
    width: 30%;
    font-weight: 600;
    float: left;
}

.room-info-box ul li span {
    width: 65%;
    float: left;
}

/* MEETING EVENT BOX */
.meeting-event-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.meeting-event-box figure {
    width: 100%;
    display: block;
    margin: 0;
}

.meeting-event-box figure img {
    width: 100%;
}

.meeting-event-box .content {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.meeting-event-box .content h5 {
    width: 100%;
    display: block;
    font-size: 28px;
    /*font-family: "Argesta Display";*/
}

.meeting-event-box .content h5 a {
    display: inline-block;
}

.meeting-event-box .content h5 a:hover {
    color: #a36a2c;
}

.meeting-event-box .content span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    opacity: 0.4;
}

.meeting-event-box .content small {
    width: 100%;
    display: block;
}

/* SPECIAL OFFER BOX */
.special-offer-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.special-offer-box figure {
    width: 100%;
    display: block;
    margin: 0;
}

.special-offer-box figure img {
    width: 100%;
}

.special-offer-box .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 20px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.special-offer-box .content span {
    width: 100%;
    display: block;
    margin-bottom: 0;
    opacity: 0.4;
    font-weight: 600;
    font-size: 13px;
}

.special-offer-box .content h5 {
    width: 100%;
    display: block;
    font-size: 28px;
    /*font-family: "Argesta Display";*/
}

.special-offer-box .content h5 a {
    display: inline-block;
}

.special-offer-box .content h5 a:hover {
    color: #a36a2c;
}

.special-offer-box .content p {
    width: 100%;
    display: block;
    opacity: 0.7;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 12px;
}

.special-offer-box .content small {
    display: inline-block;
    background: #a36a2c;
    padding: 4px 8px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
}

/* EVENT HEADLINE */
.event-headline {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.event-headline .rating {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.event-headline .rating i {
    color: #a36a2c;
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
}

.event-headline h3 {
    width: 100%;
    display: block;
    font-size: 50px;
    /*font-family: "Argesta Display";*/
    margin-bottom: 20px;
    text-indent: -4px;
}

.event-headline address {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.event-headline address span {
    display: inline-block;
}

.event-headline address span:first-child {
    margin-right: 10%;
}

.event-headline address span i {
    display: inline-block;
    color: #a36a2c;
    margin-right: 10px;
}

/* CONTACT FORM */
.contact-form {
    width: 100%;
    display: block;
}

.contact-form input[type="text"] {
    width: 100%;
}

.contact-form textarea {
    width: 100%;
}

/* CONTACT BOX*/
.contact-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #034132;
    color: #000;
    padding: 30px;
    margin: 15px 0;
}

.contact-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    /*font-family: "Argesta Display";*/
    /*text-align: center;*/
}

.contact-box address {
    width: 100%;
    display: block;
    margin: 0;
    text-align: justify;
}

.contact-box address strong {
    width: 100%;
    display: block;
    margin-top: 5px;
}

/* GOOGLE MAPS */
/*.google-maps {*/
/*  width: 100%;*/
/*  height: 560px;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  position: relative;*/
/*  background: #a36a2c;*/
/*}*/
/*.google-maps iframe {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: block;*/
/*  mix-blend-mode: overlay;*/
/*  filter: grayscale(1);*/
/*}*/
/*.google-maps i {*/
/*  width: 80px;*/
/*  height: 80px;*/
/*  line-height: 80px;*/
/*  background: #fff;*/
/*  text-align: center;*/
/*  position: absolute;*/
/*  left: calc(50% - 40px);*/
/*  top: calc(50% - 40px);*/
/*  font-size: 40px;*/
/*  color: #a36a2c;*/
/*  border-radius: 50%;*/
/*}*/
/*.google-maps:after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*}*/
/* NEWS BOX */
.news-box {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 100px;
}

.news-box.single .content {
    padding-left: 0;
}

.news-box.single .content .category:before {
    display: none;
}

.news-box.single .content .author {
    margin-bottom: 30px;
}

.news-box:last-child {
    margin-bottom: 0;
}

.news-box:hover .content h3 a {
    background-size: 100% 100%;
}

.news-box figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #a36a2c;
}

.news-box figure img {
    width: 100%;
    max-width: inherit;
}

.news-box .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 80px;
}

.news-box .content .category {
    display: inline-block;
    color: #a36a2c;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.news-box .content .category:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #a36a2c;
    position: absolute;
    left: -80px;
    top: calc(50% - 0.5px);
}

.news-box .content .date {
    display: inline-block;
    font-size: 14px;
    opacity: 0.5;
    font-weight: 600;
    margin-left: 15px;
}

.news-box .content .date:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #141414;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    transform: translateY(-2px);
}

.news-box .content h3 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 400;
    /*font-family: "Argesta Display";*/
}

.news-box .content h3 a {
    display: block;
    color: #141414;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.news-box .content h3 a:hover {
    color: #a36a2c;
    text-decoration: none;
}

.news-box .content .author {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 13px;
}

.news-box .content .author img {
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.news-box .content .author b {
    font-weight: 600;
}

.news-box .content h6 {
    font-size: 24px;
    line-height: 1.7;
    margin: 30px 0;
}

.news-box .content strong {
    font-weight: 600;
}

.news-box .content figure {
    margin: 30px 0;
}

.news-box .content blockquote {
    width: 100%;
    display: block;
    padding: 40px;
    background: #f5f3ec;
    color: #a36a2c;
    font-size: 22px;
    /*font-family: "Argesta Display";*/
    margin: 30px 0;
}

.news-box .content ul {
    padding-left: 20px;
}

.news-box .content ul li {
    margin: 4px 0;
}

/* SIDEBAR */
.sidebar {
    width: 100%;
    display: block;
    padding-left: 30px;
}

.sidebar .widget {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f5f3ec;
    border-right: 4px solid #f5f3ec;
    border-bottom: 4px solid #f5f3ec;
    padding: 35px;
    margin-bottom: 35px;
    position: relative;
}

.sidebar .widget * {
    position: relative;
}

.sidebar .widget .widget-title {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 22px;
    color: #a36a2c;
    margin-bottom: 30px;
    padding-bottom: 30px;
    /*font-family: "Argesta Display";*/
}

.sidebar .widget .widget-title:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #a36a2c;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.sidebar .widget .widget-title:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #f5f3ec;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: difference;
}

.sidebar .widget form {
    width: 100%;
    display: block;
}

.sidebar .widget form input[type="submit"] {
    margin-top: 10px;
    background: #141414;
    color: #fff;
}

.sidebar .widget .categories {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.sidebar .widget .categories li {
    width: 100%;
    display: block;
    margin: 4px 0;
    padding: 0;
    list-style: none;
}

.sidebar .widget .categories li a {
    color: #141414;
    font-size: 19px;
}

.sidebar .widget .categories li a:hover {
    color: #a36a2c;
}

.sidebar .widget .widget-gallery {
    width: calc(100% + 4px);
    float: left;
    margin: 0 -2px;
    padding: 0;
}

.sidebar .widget .widget-gallery li {
    width: 50%;
    float: left;
    margin: 0;
    padding: 2px;
    list-style: none;
}

/* PAGINATION */
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-item .page-link {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 600;
    color: #141414;
    outline: none !important;
}

.pagination .page-item .page-link:focus {
    outline: none !important;
}

/* NEWSLETTER BOX */
.newsletter-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 20%;
}

.newsletter-box h6 {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 800;
    opacity: 0.3;
    letter-spacing: 2px;
    position: relative;
}

.newsletter-box h6:before {
    content: "";
    width: 4vw;
    max-width: 100%;
    height: 1px;
    display: inline-block;
    background: #141414;
    position: absolute;
    left: calc(50% - 2vw);
    top: calc(100% + 10px);
}

.newsletter-box h2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    /*font-family: "Argesta Display";*/
    font-size: 50px;
}

.newsletter-box form {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cbcbcb;
    padding: 10px;
    margin-bottom: 15px;
}

.newsletter-box form input[type="email"] {
    flex: 1;
    height: 60px;
    border: none;
    padding: 0 10px;
}

.newsletter-box form input[type="submit"] {
    height: 60px;
    border: none;
}

.newsletter-box small {
    width: 100%;
    display: block;
}

.newsletter-box small a {
    display: inline-block;
    text-decoration: underline;
}

.newsletter-box small a:hover {
    text-decoration: none;
}

/* FOOTER BAR */
.footer-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 40px 0;
}

.footer-bar i {
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
}

.footer-bar h6 {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    font-size: 24px;
    /* opacity: 0.4; */
}

.footer-bar strong {
    font-size: 15px;
    background: white;
    color: #a36a2c;
    padding: 10px;
}

.footer-bar figure {
    margin-left: auto;
    margin-bottom: 0;
}

.footer-bar figure img {
    height: 40px;
}

/* FOOTER */
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*background: #024132;*/
    background: url('../img/footer_backf.webp');
    background-size: cover;
    box-shadow: inset 1000px 1000px 1000px #000000e0;
    background-position: center;
    padding-top: 80px;
    color: #fff;
}

.footer img {
    width: 370px;
    margin-bottom: 12px;
}

.footer .widget-title {
    width: 100%;
    display: block;
    font-size: 22px;
    /*font-family: "Argesta Display";*/
    margin-bottom: 25px;
}

.footer p {
    width: 100%;
    display: block;
}

.footer p a {
    color: #fff;
}

.footer p a:hover {
    text-decoration: underline;
}

.footer .bottom-bar {
    width: 100%;
    /*display: flex;*/
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    font-size: 14px;
    position: relative;
    margin-top: 50px;
    align-items: center;
}

.footer .bottom-bar:before {
    content: "";
    width: calc(100% + 100px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -50px;
    opacity: 0.2;
}

.footer .bottom-bar span {
    display: inline-block;
    font-size: 18px;
}

.footer .bottom-bar .footer-social {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer .bottom-bar .footer-social li {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
    list-style: none;
}

.footer .bottom-bar .footer-social li a {
    display: inline-block;
    color: #a36a2c;
    background: white;
    padding: 10px;
    font-weight: 700;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .hotel-search form .form-group {
        margin: 15px;
    }

    .side-image .video-button {
        width: 120px;
        height: 120px;
        line-height: 120px;
        left: calc(50% - 60px);
        top: calc(50% - 60px);
    }

    .side-image.overlap-bottom {
        transform: translateY(0);
    }

    .side-image.left-align:after {
        display: none;
    }

    .side-image.right-align:after {
        display: none;
    }

    .side-image.overlap-top {
        transform: translateY(0);
    }

    .side-content.text-left p {
        padding-right: 0;
    }

    .side-content .custom-button {
        margin-top: 20px;
    }

    .section-title h2 {
        font-size: 48px;
    }

    /*.section-title h6:before {*/
    /*  display: none;*/
    /*}*/
    .side-content h2 {
        font-size: 26px;
    }

    .carousel-image-box {
        width: 100%;
    }

    .side-hotel-box.right {
        padding-left: 50px;
    }

    .side-hotel-box h2 {
        font-size: 38px;
    }

    .side-hotel-box h2 br {
        display: none;
    }

    .side-hotel-box .review {
        display: none;
    }

    .side-content.text-left {
        padding-right: 10%;
    }

    .video-box .play-btn {
        width: 120px;
        height: 120px;
        line-height: 120px;
        left: calc(50% - 60px);
        top: calc(50% - 60px);
    }

    .rooms-slider .swiper-slide .room-detail {
        width: 60%;
    }

    .recent-news .content {
        padding-left: 0;
    }

    .recent-news .content ul:before {
        display: none;
    }

    .meeting-event-box .content {
        width: 100%;
        margin-top: 0;
        padding-top: 25px;
    }

    .meeting-event-box .content h5 {
        font-size: 23px;
    }

    .event-headline h3 {
        font-size: 44px;
    }

    .room-box .content {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
        padding: 0;
    }

    .special-offer-box .content h5 {
        font-size: 23px;
    }

    .special-offer-box .content {
        width: 100%;
        margin-top: 25px;
        padding: 0;
    }

    .newsletter-box h2 {
        font-size: 48px;
    }

    .side-gallery {
        transform: translateY(0);
    }

    .rooms-list li {
        padding-right: 15px;
    }

    .rooms-list li:nth-child(even) {
        padding-left: 15px;
    }

    .room-type h3 {
        font-size: 60px;
    }

    .room-info-box {
        padding: 30px;
    }

    .room-info-box ul li span {
        width: auto;
    }

    .contact-box {
        padding: 30px;
    }

    .contact-form input[type="text"] {
        width: 100%;
    }

    .custom-button {
        height: 70px;
        line-height: 70px;
    }

    .sidebar {
        padding-left: 0;
    }

    .news-box .content {
        padding-left: 0;
    }

    .news-box .content .category:before {
        display: none;
    }

    .footer .bottom-bar:before {
        width: 100%;
        left: 0;
    }

    .content-section.bottom-spacing {
        margin-bottom: 0 !important;
    }

    .content-section.top-spacing {
        margin-top: 0 !important;
    }

    .col-md-6:nth-child(2) .recent-news {
        padding-right: 0;
    }

    .col-md-6:nth-child(3) .recent-news {
        padding-left: 0;
    }
}

/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .cursor {
        display: none;
    }

    .hamburger-navigation .nav-menu.mobile-menu {
        display: inline-block;
    }

    /*.navbar .site-menu {*/
    /*  display: none;*/
    /*}*/
    .side-image.right-full {
        width: 100%;
    }

    .side-content.text-center {
        padding: 35px 0 0 0;
    }

    .side-content.text-left {
        padding: 100px 0;
    }

    .side-hotel-box.right {
        padding: 100px 0;
    }

    .side-gallery {
        width: 100vw;
        margin-left: 50%;
        float: left;
        transform: translateX(-50%);
    }

    .side-gallery div:nth-child(1) {
        width: 100%;
    }

    .side-gallery div:nth-child(2) {
        width: 50%;
        margin: 0;
    }

    .side-gallery div:nth-child(3) {
        width: 50%;
        margin: 0;
    }

    .side-content h2 br {
        display: none;
    }

    .rooms-slider {
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .rooms-slider .swiper-slide {
        max-width: 100%;
    }

    .testimonial-box.bottom {
        margin-bottom: 0;
    }

    .recent-news .content h2 {
        font-size: 27px;
        margin-top: 10px;
    }

    .member-box {
        margin: 15px 0;
    }

    .member-box .content {
        width: 100%;
        margin-top: 0;
    }

    .side-image.left-full-space {
        width: 100vw;
        float: left;
        margin-right: 0;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .event-headline h3 {
        font-size: 36px;
    }

    .event-headline h3 br {
        display: none;
    }

    .content-tab .tab-item {
        padding: 30px;
    }

    .content-tab .tab-item ul li {
        width: 50%;
    }

    .content-tab .tab-item .col-lg-4.col-md-6 {
        margin-bottom: 30px;
    }

    .video-box {
        margin: 0;
    }

    .video-box h2 br {
        display: none;
    }

    .video-box .play-btn {
        margin-bottom: 50px;
    }

    .rooms-filter .price-range {
        width: 100%;
        margin-bottom: 10px;
    }

    .rooms-filter .specifications {
        width: 100%;
        padding-left: 0;
    }

    .rooms-list li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 60px;
    }

    .rooms-list li:nth-child(even) {
        width: 100%;
        padding-left: 0;
    }

    .rooms-list li:last-child {
        margin-bottom: 0;
    }

    .recent-testimonial {
        padding: 30px;
    }

    .sidebar {
        margin-top: 50px;
    }

    .newsletter-box {
        padding: 0;
    }

    .footer-bar h6 {
        font-size: 20px;
    }

    .footer-bar figure img {
        height: 34px;
    }

    .footer .widget-title {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .footer .row div:first-child .widget-title {
        margin-top: 0;
    }
}
.laptop_view
{
    display: block;
}
.mobile_view
{
    display: none;
}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .hamburger-navigation-active .hamburger-navigation .container {
        padding-top: 50px;
    }
    .tam_head
    {
        padding-left:0 !important;
    }
    .team_ul
    {
        padding-left:15px !important;
    }
    .laptop_view
    {
        display: none;
    }
    .mobile_view
    {
        display: block;
        margin-bottom: 20px;
    }
    .beader_two
    {
        padding-left:0 !important;
    }

    .hamburger-navigation .info-box {
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
    }

    .hamburger-navigation .nav-menu li {
        margin: 3px 0;
    }

    .hamburger-navigation .nav-menu li a {
        font-size: 6vw;
    }

    .page-header .container h1 {
        font-size: 10vw;
    }

    .page-header .container p {
        letter-spacing: 0;
    }

    .navbar .navbar-text {
        display: none;
    }

    .slider h5 {
        letter-spacing: 0;
        font-size: 13px;
    }

    .slider h1 {
        font-size: 12vw;
    }

    .slider a {
        height: 70px;
        line-height: 70px;
    }

    .slider .slider-prev {
        display: none;
    }

    .slider .slider-next {
        display: none;
    }

    .slider .slider-fraction {
        width: 30%;
    }

    .hotel-search form .form-group {
        width: 100%;
    }

    .section-title h2 {
        font-size: 30px;
        margin-bottom: 0px !important;
    }

    .section-title h2 br {
        display: none;
    }

    .side-hotel-box h2 {
        font-size: 34px;
    }

    .package-box {
        padding: 30px;
    }

    .package-box h4 {
        font-size: 34px;
    }

    .events-tab .tab-nav li {
        margin-bottom: 10px;
    }

    .rooms-slider .swiper-slide .room-detail {
        width: calc(100% - 30px);
        left: 15px;
        bottom: 15px;
        padding: 15px;
    }

    .room-box .content .bottom-specs .icons {
        width: 100%;
    }

    .room-box .content .bottom-specs .reviews {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .room-type h3 {
        font-size: 34px;
    }

    .room-gallery-top {
        display: none;
    }

    .room-info-box ul li b {
        width: 80%;
    }

    .content-tab .tab-nav li {
        padding: 0 15px;
        margin-right: 0;
        margin-left: -1px;
    }

    .content-tab .tab-nav li:first-child {
        margin-left: 0;
    }

    .content-tab .tab-item ul li {
        width: 100%;
    }

    .news-box {
        margin-bottom: 50px;
    }

    .news-box .content h3 {
        font-size: 30px;
        line-height: 1.2;
        margin-top: 10px;
    }

    .sidebar .widget {
        padding: 30px;
    }

    .newsletter-box h2 {
        font-size: 34px;
    }

    .newsletter-box form {
        height: auto;
    }

    .newsletter-box form input[type="email"] {
        margin-bottom: 10px;
    }

    .newsletter-box form input[type="submit"] {
        width: 100%;
    }

    /*.footer-bar strong {*/
    /*width: 100%;*/
    /*display: block;*/
    /*margin: 10px 0;*/
    /*}*/
    .footer-bar figure {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        text-align: center;
    }

    .footer .bottom-bar .footer-social {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .footer .bottom-bar .footer-social li {
        margin-left: 0;
        margin-right: 10px;
    }
}

.amenit {
    list-style-type: disclosure-closed;
}

.amenit li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 30px;
}

.banner-video {
    position: relative;
}

.banner-video video {
    position: relative;
    z-index: 0;
}
.banner-video iframe
{
    position: relative;
    z-index: 0;
}

.banneroverlay {
    position: absolute;
    bottom: 40%;
    left: 0px;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.banneroverlay a {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background: #f5f3ec;
    color: #a36a2c;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
    position: relative;
}

.banneroverlay h1 {
    font-weight: 400;
    font-size: 45px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 90px;
}

.testimonial-card:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    background-color: #eeba87;
}

.testimonial-card {
    padding: 30px;
    border-radius: 25px;
    margin-top: 30px;
    /*background-color: #eeba87;*/
    background-color: #fff;
    box-shadow: var(--boxShadow);
    position: relative;
    transition: 0.5s ease;
}

.testimonial-card .stars {
    margin-bottom: 15px;
}

.stars ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.stars ul li {
    display: inline-flex;
    align-items: center;
}

.stars ul li svg {
    color: #FFD31D;
}

.testimonial-card p {
    font-size: var(--fontSize);
    color: var(--blackColor);
}

.testimonial-card .testimonial-footer {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial-card .testimonial-footer img {
    border-radius: 50%;
    margin-right: 15px;
    width: auto !important;
}

.testimonial-card .testimonial-footer h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: var(--blackColor);
}

.testimonial-card .testimonial-footer p {
    color: var(--paragraphColor);
    margin-bottom: 0px;
}

.testimonial-card p {
    font-size: var(--fontSize);
    color: var(--blackColor);
}

.gallert-img {
    background: white;
    padding: 10px;
    /*box-shadow: 0 0 10px #a06529;*/
    height: 100%;
}

.gallert-img img {
    background: white;
    padding: 10px;
    box-shadow: 0 0 10px #a06529;
    height: 250px;
    object-fit: cover;
}

.owl-dots {
    display: none;
}

.owl-nav {
    display: none;
}

.site-menu img {
    width: 250px;
}

.galimg {
}

.galimg img {
    margin-bottom: 25px;
}

/*.about-chirag-farm*/
/*{*/
/*    padding:70px 0;*/
/*}*/
.background-section {
    /* Specify the height of your section */
    height: 100%;
    /* Set the background image */
    background-image: url('https://wallpapercave.com/wp/wp4021327.jpg');
    /* Set background size */
    background-size: cover;
    /* Center the background image */
    background-position: center;
    /* Add a semi-transparent overlay */
    background-color: rgba(0, 0, 0, 0.5);
    /* Additional styling */
    color: white;
    text-align: center;
    /*padding: 40px 0;*/
    box-shadow: inset 1000px 1000px 10000px #000000a8;
}

/*.bg-colo*/
/*{*/
/*    background-color:black;*/
/*    opacity:0.8;*/
/*    height:100%;*/
/*    width:100%;*/
/*}*/
#close {
    background: #b88643;
    color: white;
    text-align: center;
}

/*news css news css*/
/*.gray-simple {*/
/*    background: #ecf3fa !important;*/
/*}*/
.justify-content-center {
    justify-content: center !important;
}

.h-100 {
    height: 100vh;
}

.img-fluid {
    width: 100%;
    height: 235px;
}

.news-wrap-grid {
    width: 100%;
    background: #fff !important;
    border-radius: 6px;
    position: relative;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.g-4 {
    padding-bottom: 1.7rem;
}

.news-thumb {
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.news-info {
    padding: 10px 20px;
}

.news-info i {
    margin-right: 7px;
}

.label {
    padding: 4px 15px;
    color: #fff !important;
    font-weight: 500;
    border-radius: 4px;
    font-size: 75%;
}

.bg-seegreen {
    background-color: #a36a2c !important;
}

.text-light {
    opacity: 1;
    color: #ffffff !important;
    font-size: revert;
}

.news-body {
    padding: 20px 20px 30px;
}

.custom-buttons {
    height: 53px;
    line-height: 53px;
    display: inline-block;
    background: #a36a2c;
    padding: 0 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    /*border-radius: 6px;*/
}

.bl-title {
    font-size: 31px;
    margin-bottom: 15px;
}

.news-body h4 {
    line-height: 26px;
    font-size: 16px;
    color: #1159ad;
    font-weight: 600;
    text-transform: capitalize;
}

/*  news-details css */
.news-details {
}

/*.news-comment-tag{*/
/*    display:flex;*/
/*}*/
.single-news-item {
    display: block;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    border: 2px solid #e5e8f3;
}

.news-featured-img img {
    display: block;
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.single-news-item .news-details .meta-comment-tag {
    padding: 0;
    list-style: none;
}

.single-news-item .news-details .meta-comment-tag li {
    display: inline-block;
    margin-right: 19px;
}

.single-news-item .news-details .meta-comment-tag li a {
    color: #6e7c90;
    display: flex;
    letter-spacing: 0;
    line-height: 18px;
}

.single-news-item .news-details .meta-comment-tag li a .icons {
    margin-right: 10px;
}

.single-news-item .news-details p {
    color: #000000;
    font-size: 19px;
    margin: 25px 0 0;
    font-family: Jost, sans-serif;
}

.social-icons {
    display: flex;
    margin-top: .7em;
    padding-left: 12%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.social-icons-main h1 {
    padding-top: 22px;
}

.social-icons-main {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 2px solid #e5e8f3;
}

.social-icons-main .social-icons p {
    padding-top: 19px;
    padding-left: 11px;
}

.social-icons a {
    border-radius: 30px;
}

.social-icons a svg {
    height: 25px;
}

.btn-primary {
    background: #074da3;
    border-color: #074da3;
    color: #fff;
}

.btn {
    padding: 20px 20px;
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    transition: .4s;
    border-radius: .4rem;
}

.btn, .square--100 {
    align-items: center;
}

.single-widgets {
    border: 2px solid #e5e8f3;
    padding: 30px 28px 35px;
    background: #fff;
    margin: 0 0 40px;
    border-radius: 6px;
}

.single-widgets h4 title {
    line-height: 26px;
    font-size: 21px;
    color: #1159ad;
    font-weight: 700;
    text-transform: capitalize;
}

.single-widgets.widget-thumb-news ul {
    padding: 0;
    list-style: none;
}

.single-widgets.widget-thumb-news ul li .left {
    display: block;
    float: left;
    width: 80px;
}

.single-widgets.widget-thumb-news ul li .left img {
    width: 100%;
    height: 78px;
    border-radius: 40px;
    object-fit: cover;
    margin-top: 11px;
    margin-left: 6px;
}

.single-widgets.widget-thumb-news ul li .right {
    display: block;
    overflow: hidden;
}

/*.single-news-item .news-details p {*/
/*    color: #6e7c90;*/
/*    font-size: 16px;*/
/*    margin: 25px 0 0;*/
/*}*/
.single-widgets.widget-thumb-news ul li .right .feed-title {
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 15px;
    font-family: Jost, sans-serif;
    line-height: 27px;
    margin: 0 0 7px;
    padding-left: 20px;
    color: #a06529;
}

.single-widgets.widget-thumb-post ul li .right .news-date {
    color: #6e7c90;
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
}

.single-widgets .news-date {
    padding-left: 15px;
}

.single-widgets.widget-thumb-news ul li .right .news-date i {
    margin-right: 5px;
}

.single-widgets.widget-tags ul {
    padding: 0;
    list-style: none;
}

.single-widgets.widget-tags ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.single-widgets.widget-tags ul li a {
    border: 1px solid #eaeaea;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
    padding: 9px 25px;
}

.single-widgets.widget-thumb-news ul li {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
    border-bottom: 2px dashed #a06529;
    padding-bottom: 12px;
}

.single-widgets.widget-thumb-news .title {
    font-size: 2rem;
    color: #a06529;
    font-family: Jost, sans-serif;
    font-weight: 600;
}

.news-comment-tag {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 62px;
}

.news-comment-tag li {
    display: flex;
    align-items: center;
}

.news-comment-tag .icons {
    margin-right: 8px;
}

.news-comment-tag .icons i {
    font-size: 20px;
    color: #333;
}

.news-comment-tag a {
    text-decoration: none;
    color: #d7b363;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.det-banner_1 {
    background: linear-gradient(45deg, black, transparent),url("../img/rimage2.jpeg");
    height: 525px;
    background-size: cover;
}

.det-banner_2 {
    background: linear-gradient(45deg, black, transparent),url("../img/ext-1.jpeg") ;
    height: 525px;
    background-size: cover;
}

.det-banner_2 h1 {
    /*font-size: 74px;*/
    font-size: 83px;
    /*font-weight: bold;*/
    background: linear-gradient(to right, #ba8944, #e0be6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    padding:10px;
}

.det-banner_2 h5 {
    background: linear-gradient(to right, #ba8944, #e0be6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 27px;
}

.det-banner_1 h1 {
    /*font-size: 74px;*/
    font-size: 83px;
    /*font-weight: bold;*/
    background: linear-gradient(to right, #ba8944, #e0be6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 80px;
}

.det-banner_1 h5 {
    background: linear-gradient(to right, #ba8944, #e0be6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 27px;
}

.banner_1 {
    padding: 180px;
}

.side-image {
    height: auto !important;
    padding: 18px;
}

.data-div_1 {
    position: relative;
}

.data-div_1 .side-arrow1 {
    width: 69px;
    position: absolute;
    top: 26px;
    height: auto !important;
    z-index: 999;
    left: 7px;
}

.abt_data h2 span {
    background: linear-gradient(to right, #ba8944, #e0be6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.side-arrow3 {
    /*position: absolute; */
    width: 69px;
    position: absolute;
    /* top: 26px; */
    height: auto !important;
    z-index: 999;
    /* left: 7px; */
    bottom: 6px;
    right: 6px;
}

.data-div_1 .side-arrow4 {
    width: 69px;
    position: absolute;
    top: 5px;
    height: auto !important;
    z-index: 999;
    left: 7px;
}

.grid-container {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-auto-flow: dense;
}

.grid-container .item {
    /*background: #8FF;*/
    display: flex;
}

.grid-container .item a {
    display: flex;
    width: 100%;
}

.grid-container .item.portrait {
    grid-row: auto / span 2;
}

.grid-container .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.filter-buttons {
    padding: 1rem;
    text-align: center;
}

.filter-buttons button {
    /*background:#ccc;*/
    border: none;
    /*font-size:1rem;*/
    /*padding:.5rem 1rem;*/
    margin-bottom: .5rem;
    height: 52px;
    /* line-height: 60px; */
    display: inline-block;
    background: #e0bd6b;
    padding: 0 44px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}

.filter-buttons button:focus {
    outline: none;
    background: #eee;
}

.mixitup-control-active {
    background: #bb8a45 !important;
}
 @keyframes blink {
        0% { opacity: 1; }
        50% { opacity: 0; }
        100% { opacity: 1; }
    }

    .blink-text {
        animation: blink 0s step-start infinite;
  color: #6c440c;
  font-weight: 600;
  font-size: xxx-large;
    }
    .blink-text:hover {
        color: black; /* Change to your desired color */
    }
    .cons{
        margin-top: 77px;
    }

.why_choose2 {
    background: linear-gradient(45deg, #000000ba, #000000c7),url(../img/inter4.jpeg) !important;
    /* height: 486px; */
    background-size: cover;
    height: auto;
    background-position: center;
    /*background-attachment:fixed;*/
}

.why_choose2 h1 {
    color: white;
    font-size: 46px;
    text-align: center;
    font-weight: 600;
    margin-top: 45px;
}

.why_choose2 h1 span {
    background: linear-gradient(to right, #ba8944, #e0be6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}

.why_choose2 ul {
    margin-top: 24px;
}

.why_choose2 ul li {
    list-style: none;
    color: #ffffff;
    margin-bottom: 14px;
    /* line-height: 38px; */
}

.why_choose2 ul li svg {
    color: #e0be6c;
}

.amenity_card {
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    /*padding: 7px;*/
    /*border-bottom: 2px solid #debb69;*/
    /*height:100%;*/
    padding: 10px 5px;
    border: 2px dashed #a36a2c;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
}

.amenity_card img {
    width: 45px;
    display: flex;
    margin: auto;
    height: auto;
}

.title p {
    text-align: center;
    font-size: 14px;
    margin-top: 13px;
    text-transform: uppercase;
}

.bottom-data {
    background: linear-gradient(to right, #ba8944, #e0be6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}

.site_map {
    width: 57%;
    margin: auto;
    display: flex;
}

.gallery-content img {
    height: 282px !important;
}

.career-page img {
    height: auto;
    max-height: 350px;
    min-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.collapse-area {
    /* background: #d7d8dc; */
}

.panel {
    margin-top: 0px !important;
    border-radius: 0px !important;
    border: none;
    border-bottom-color: #d7d8dc;
    box-shadow: 0 0px 0px 0 transparent !important;
    -moz-box-shadow: 0 0px 0px 0 transparent !important;
    -webkit-box-shadow: 0 0px 0px 0 transparent !important;
    -o-box-shadow: 0 0px 0px 0 transparent !important;
}

.panel .panel-heading {
    border-radius: 0px !important;
    background: #f5f6f8;
    padding: 0px !important;
    border-bottom: 0px solid #dddee2;
}

.panel .panel-heading .panel-title a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 18px 14px;
    font-weight: 300;
    color: #fff;
    background-color: #bc8b46;
    line-height: 29px;
    position: relative;
}

.panel .panel-heading .panel-title a:hover, .panel .panel-heading .panel-title a:active {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #fff;
}

.panel .panel-heading .panel-title a span {
    float: left;
    margin-top: 15px;
    margin-right: 30px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.panel .panel-heading .panel-title a .bar, .panel .panel-heading .panel-title a .bar:after {
    border-width: 1px;
    border-style: solid;
    width: 19px;
    border-radius: 10px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.panel .panel-heading .panel-title a .bar:after {
    content: "";
    height: 0;
    position: absolute;
    top: 34px;
    left: 14px;
}

.panel .panel-heading .panel-title a.collapsed {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeef3;
    position: relative;
    font-size: 20px;
    color: black;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.panel .panel-heading .panel-title a.collapsed .bar {
    border-color: #75767f;
}

.panel .panel-heading .panel-title a.collapsed .bar:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    border-color: #75767f;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.panel-collapse {
    background-color: #ffffff;
}

.panel-collapse .panel-body {
    background-color: #ffffff;
    border: 0px solid !important;
    line-height: 26px;
    font-weight: 300;
    /*margin-left: 50px;*/
    padding: 5px 5px 20px 5px;
    color: #60626d;
}

.resume-form {
}

.shadow_2 {
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;*/
    /*padding: 23px;*/
    height: 180px;
    padding: 15px;
    border: 2px dashed #a36a2c;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
    /* height: 46px; */
}

.shadow_2 h3 {
    font-size: 25px;
    color: #d8b364;
}

.about_img .side-image2 {
    margin-top: 72px !important;
    height: 300px !important;
}

.about_img .side-arrow1 {
    width: 69px;
    position: absolute;
    top: 53px !important;
    height: auto !important;
    z-index: 999;
    left: -19px !important;
}

.card1 {
    display: block;
    position: relative;
    height: 310px;
    /*max-width: 262px;*/
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.foot_social {
    list-style-type: none;
    display: flex;
    padding: 10px 0 0 0px;
    justify-content: space-between;
}

.foot_social li {
    padding: 5px 18px 0px 18px;
}

.foot_social li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.allimg {
}

.allimg img {
    padding: 8px;
    border: 2px dashed #a36a2c;
    border-radius: 10px;
    height: 100% !Important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*background: #fbd2a6;*/
    background: #fff;
}

/*.apply_job {*/
/*    margin-top: 35px;*/
/*}*/

.job_openn {
    padding: 15px;
    /*border: 2px dashed #a36a2c;*/
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
}

.foot_quicklink {
    padding-left: 17px;
    line-height: 35px;
    list-style-type: disclosure-closed;
}
.foot_quicklink a
{
    color: white;
}
.best_plc {
    font-size: 18px;
}

.enquireNowRightButton.side {
    position: fixed;
    transform: translateY(-50%);
    writing-mode: vertical-lr;
    text-orientation: mixed;
    right: 0;
    padding: 20px 10px;
    top: 50%;
    background: #a16529;
    border: none;
    color: white;
    border-radius: 10px 0px 0px 10px;
}

.mdl-enq h5 {
    background: #a16529;
    text-align: center;
    padding: 10px 0;
    color: white;
}

/*New CSS*/
#main-nav ul li {
    display: inline-block;
    /* max-width: 130px; */
    float: left;
    /* flex-wrap: nowrap; */
    /* align-content: center; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: row; */
}

#main-nav ul li h3 {
    display: inline-block;
    width: auto;
    font-size: 19px;
    padding: 20px 20px;
}

#main-nav ul li .sub-nav {
    display: none;
    position: absolute;
    top: 71px;
    background: white;
    padding-left: 0px;
    padding-top: 12px;
    transition: .3s ease;
    opacity: 0;
}

#container {
    position: relative;
    /* left: 0; */
    transition: left 300ms ease;
    /* display: inline-block; */
    /* width: 80%; */
    align-items: center;
    display: flex;
    padding: 10px 0;
}

#container #content {
    position: relative;
    width: 100%;
    background: #404040;
    z-index: 1;
    float: left;
    overflow: hidden;
}

#container #content .left-burger {
    position: relative;
    width: 50%;
    float: left;
    background: transparent;
    z-index: 100;
}

#container #content .left-burger h2 {
    position: relative;
    z-index: auto;
}

#container #content .left-burger .triangle {
    width: 0;
    height: 0;
    border-top: solid #f1f1f1;
    border-right: solid transparent;
    border-left: none;
    border-bottom: none;
    position: absolute;
}

#container #content .right-slider {
    position: relative;
    width: 50%;
    float: left;
    background: transparent;
}

#container #content .right-slider h2 {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

#main-nav {
    align-self: center;
    width: 100%;
    /* background: #333; */
    /* position: fixed; */
    z-index: 100;
    display: inline-block;
}

#main-nav .logo {
    padding: 20px 50px;
    margin: 0;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    transition: opacity 200ms ease;
    position: relative;
}

#main-nav #bun {
    display: none;
    position: fixed;
    cursor: pointer;
    right: 0px;
    top: -8px;
    /*background: #404040;*/
    width: 90px;
    height: 38px;
    /*border: 1px solid #444444;*/
    border-radius: 5px;
    /*box-shadow: 0px 0px 0px 1px #1f1f1f;*/
    overflow: hidden;
}

#main-nav #bun .mmm-burger {
    position: relative;
    width: 25px;
    margin: 18px 7px 0;
    height: 3px;
    background: black;
    width: 30px;
}

#main-nav #bun .mmm-burger:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: black;
    right: 0;
    top: -8px;
    width: 15px;
}

#main-nav #bun .mmm-burger:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: black;
    left: 0;
    top: 8px;
    width: 15px;
}

#main-nav #bun:before {
    content: '';
    top: -10px;
    left: -45px;
    width: 30px;
    height: 75px;
    position: absolute;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(25deg);
    transition: left 300ms linear 50ms, opacity 20ms linear;
}

#main-nav #bun:hover:before {
    opacity: 1;
    left: 100px;
}

#sidebar {
    position: fixed;
    z-index: 999;
    height: 40%;
    width: 0px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    right: -300px;
    top: 0;
    transition: left 300ms ease;
}

#sidebar #mobile-nav .mobile-logo {
    color: white;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    margin: 0;
    opacity: 0;
    transition: opacity 1500ms ease;
}

#sidebar #mobile-nav ul {
    margin: 0;
    padding: 4px 0;
}

#sidebar #mobile-nav ul .nav-item {
    position: relative;
    border-top: 0px solid trandsparent;
    border-bottom: 0px solid trandsparent;
    float: left;
    list-style: none;
    width: 100%;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.05);
    /*border-top: 1px solid #5a5a5a;*/
    /*border-bottom: 1px solid #333;*/
    overflow: hidden;
    cursor: pointer;
    transform: scale(0.75, 0.75);
    opacity: 0;
    transition: left 300ms linear 2s, opacity 100ms ease-in 600ms;
    transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
    transition: border-top 40 ease 0ms, border-bottom 40 ease 0ms, box-shadow 150 ms ease-in;
}

#sidebar #mobile-nav ul .nav-item:hover {
    /*box-shadow: 0 0px 12px 3px #333;*/
    z-index: 100;
}

#sidebar #mobile-nav ul .nav-item:hover:after {
    color: #b88643;
}

#sidebar #mobile-nav ul .nav-item h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #a06529;
    padding: 20px 25px;
    margin: 0;
    /*text-shadow: 0px -2px #333;*/
}

#sidebar #mobile-nav ul .nav-item:first-child {
    /*border-top: 1px solid #333;*/
    margin: 0;
}

/*#sidebar #mobile-nav ul .nav-item:first-child:hover {*/
/*box-shadow: 0 4px 16px 0px #333 !important;*/
/*}*/
/*#sidebar #mobile-nav ul .nav-item:last-child {*/
/*border-bottom: 1px solid #333;*/
/*}*/
/*#sidebar #mobile-nav ul .nav-item:last-child:hover {*/
/*  box-shadow: 0 -4px 16px 0px #333 !important;*/
/*}*/
#sidebar #mobile-nav ul .sub-nav {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: inset 0 -7px 12px rgba(0, 0, 0, 0.15) !important;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item {
    position: relative;
    float: left;
    list-style: none;
    width: 100%;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #333;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:hover {
    background: rgba(0, 0, 0, 0.1);
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:hover h4 {
    color: #fff;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item h4 {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    padding: 11px 20px 10px 40px;
    margin: 0;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:first-child {
    border-top: none;
}

#sidebar #mobile-nav ul .sub-nav .sub-nav-item:last-child {
    border-bottom: none;
}

.nav-slide {
    right: 0 !important;
    width: 300px !important;
}

.nav-slide #mobile-nav .mobile-logo {
    opacity: 1 !important;
}

.body-slide {
    right: 300px !important;
}

.body-slide #main-nav .logo {
    opacity: 0 !important;
}

.item-slide {
    transform: scale(1, 1) !important;
    opacity: 1 !important;
}

.scroll-jam {
    height: 100%;
    overflow-y: hidden;
}

.arrowed:after {
    content: '+';
    width: 25px;
    height: 25px;
    position: absolute;
    color: #333;
    right: 6px;
    font-size: 26px;
    top: 9px;
}

/*.selected {*/
/*  box-shadow: 0 0 12px 3px #333 !important;*/
/*}*/
.selected:after {
    content: "_";
    width: 25px;
    height: 25px;
    position: absolute;
    color: #b88643;
    right: 4px;
    font-size: 20px;
    top: 10px;
}

#main-nav ul li .sub-nav li {
    display: block;
    clear: both;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

#main-nav ul li .sub-nav li h4 {
    font-size: 18px;
    padding: 7px 40px;
}

#main-nav ul li:hover .sub-nav {
    display: block;
    opacity: 1;
    transition: .3s ease;
}

li.nav-item.call-button {
    border: 2px solid #a9733d;
    padding: 0px 0px;
    border-radius: 30px;
    margin: 10px 0px;
    transition-delay: unset !important;
}

li.nav-item.call-button h3 {
    padding: 0px;
}

#main-nav ul li.call-button h3 {
    padding: 9px 17px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

h1, h2 {
    font-family: "Italiana", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 50px;
}

section.content-section:nth-child(odd) {
    background: #fffffff0;
}

.location-text {
    /*position: absolute;*/
    /*z-index: 99;*/
    /*width: 30%;*/
    top: 140px;
}

/*section.content-section.location-section {*/
/*    padding: 0px;*/
/*}*/

#main-nav ul li.call-button h3 a svg {
    color: #a9733d;
    transition: .3s ease;
}

#main-nav ul li.call-button:hover {
    transition: .3s ease;
    background: #a26529;
}

#main-nav ul li.call-button:hover h3 a svg,#main-nav ul li.call-button:hover h3 a {
    color: #fff;
    transition: .3s ease;
}

.project-inner .reveal-effect {
    padding: 0px;
    box-shadow: unset;
}

.project-inner a {
    width: 100%;
    display: block;
}

.project-inner a img,.project-inner a figure {
    width: 100%;
    display: block;
}

.project-inner a figcaption {
    background: #a26529;
    text-align: center;
    color: #fff;
    padding: 15px;
    font-weight: 400;
    font-size: 20px;
}
.back_img img
{
    position: absolute;
    right: 0;
    bottom: -30px;
}
.back_img_four img
{
    position: absolute;
    left: 0;
    bottom: -30px;
}
.back_img_two img
{
    position: absolute;
    left: 0;
    bottom: -100px;
}
.back_img_three img
{
    position: absolute;
    right: 0;
    bottom: -20px;
}


 section.tnt {
    background: #ebd394d1;
    padding-top: 60px;
    padding-bottom: 60px;
} 
 .separator{
  display:flex;
  align-items: center;
  display: none;

}

.col-md-6.box-4 .separator .line{
      transform: rotate(90deg);
}

.separator .line{
  height: 3px;
  flex: 1;
  background-color: #000;
}

.separator h2{
  padding: 0 2rem;
} 
  
.each .content
{
    text-align: center;
}
.each .box .content h3 {
        font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-top: 15px;
}  
  
    
.content img {
    width: 50px;
} 
    
.col-md-6.box-4 {
    display: flex;
    justify-content: center;
    padding-top: 140px;
    filter: drop-shadow(12px 12px 17px rgba(0, 0, 0, .25));
    border-radius: 15px;
       
}

.col-md-6.box-4 .each{
     background-color: rgb(22 202 189 / var(--tw-bg-opacity));
            --tw-bg-opacity: 1;
}


.col-md-6.box-3 {
    display: flex;
    justify-content: center;
    padding-top: 140px;
    filter: drop-shadow(12px 12px 17px rgba(0, 0, 0, .25));
    border-radius: 15px;
       
}

.col-md-6.box-3 .each{
     background-color: rgb(33 145 255 / var(--tw-bg-opacity));
            --tw-bg-opacity: 1;
}

.col-md-12.box-1 {
    justify-content: center !important;
    display: inline-flex;
    padding-bottom: 160px;
    filter: drop-shadow(12px 12px 17px rgba(0, 0, 0, .25));
    border-radius: 15px;
       
}

.col-md-12.box-1 .each{
     background-color: rgb(252 87 50 / var(--tw-bg-opacity));
            --tw-bg-opacity: 1;
}

.skills {
  /*display: grid;*/
  grid-template-columns: repeat(2, 1fr);
  width: 400px;
  gap: 20px;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: 1s;
}

.each {
  background: #f1f3f6;
  box-shadow: 0 0 5px rgba(55, 84, 170, 0);
  /*box-shadow: inset 0 0 5px rgba(55, 84, 170, 0),*/
  /*  inset 0 0 10px rgba(255, 255, 255, 0), 5px 5px 9px rgba(55, 84, 170, 0.15),*/
  /*  -5px -5px 11px white, inset 0px 0px 2px rgba(255, 255, 255, 0.2);*/
  /*transition: box-shadow 0.2s ease-in-out;*/
  height: 190px;
  width: 190px;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  border: 5px solid #a165294a;
  align-items: center;
    display: flex;
    justify-content: center;
}

.skills:hover .each {
  /*box-shadow: inset 4px 4px 7px rgba(55, 84, 170, 0.15),*/
  /*  inset -4px -4px 10px white, 0px 0px 2px rgba(255, 255, 255, 0.2);*/
  /*transition: box-shadow 0.2s ease-in-out;*/
}

.each.html {
  background: #f1f3f6;
  /*box-shadow: inset 0 0 5px rgba(55, 84, 170, 0),*/
  /*  inset 0 0 10px rgba(255, 255, 255, 0), 5px 5px 9px rgba(55, 84, 170, 0.15),*/
  /*  -5px -5px 11px white, inset 0px 0px 2px rgba(255, 255, 255, 0.2);*/
  transition: box-shadow 0.2s ease-in-out;
  height: 190px;
  width: 190px;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  border: 5px solid #a165294a;
}

.skills:hover .each.html {
  /*box-shadow: inset 4px 4px 7px rgba(55, 84, 170, 0.15),*/
  /*  inset -4px -4px 10px white, 0px 0px 2px rgba(255, 255, 255, 0.2);*/
  transition: box-shadow 0.2s ease-in-out;
}

.each .box {
  padding: 16px;
}




.ng .box {
  margin-top: 40px;
  text-align: right;
}

.each .box .content h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 6px;
}

.each .box .content p {
  font-size: 12px;
  margin: 0;
}

.html .box .content i {
  margin-top: 40px;
}

.css .box .content i {
  font-size: 30px;
  margin-left: 100px;
  margin-top: 40px;
}

.js .box .content i {
  margin-bottom: 20px;
}

.ng .box .content i {
  margin-bottom: 20px;
}

.each .box .content i {
  font-size: 30px;
}

.center {
  /*position: absolute;*/
  padding: 44px;
  text-align: center;
  height: 160px;
  width: 680px;
  background: #a16529;
  top: 50%;
  left: 50%;
  margin-bottom: 80px;
  /*transform: translate(25%, -50%);*/
  border-radius: 50%;
  border-radius: 108px;
  /*box-shadow: inset 0 0 5px rgba(55, 84, 170, 0),*/
  /*  inset 0 0 10px rgba(255, 255, 255, 0), 5px 5px 9px rgba(55, 84, 170, 0.15),*/
  /*  -5px -5px 11px white, inset 0px 0px 2px rgba(255, 255, 255, 0.2);*/
  transition: box-shadow 0.2s ease-in-out;
  border: 10px solid #e8edf5;
}

.center .box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}
.fancybox__content{
    width: 100%;
    height: 100%;
}
.cnt {
    justify-content: center !important;
    /*display: flex;*/
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fbfbfb;
    border: 10px solid #a16529;
    box-shadow: -2px 7px 26px 1px #00000040;
    border-radius: 25px;
}

.construction img{
      padding: 8px !important;
    border: 2px dashed #a36a2c;
    border-radius: 10px;
    height: 372px;
    width:484px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*background: #fbd2a6;*/
    background: #fff;
}
  .arrow-link::after {
        content: " â†’"; 
        font-size: inherit;
        margin-left: 10px; 
        transition: margin-left 0.3s ease;
    }

    .arrow-link:hover::after {
        margin-left: 15px; 
    }

    .arrow-link:hover {
        color: black;
    }
.privacy-sec{
    padding:60px 0px;
    background:white;
    color:black;
}
.privacy-sec p {
    margin-top:30px;
}

/* responsive css */
@media only screen and (max-width: 600px) {
 .content-section {
    padding: 34px 0;
}
.abt-immgg{
    width:100% !important;
    height:320px !important;
}
.side-content h2 {
        font-size: 18px !Important;
    }
.side-content p {margin-top: 10px;font-size: 18px;}
.side-content h6 {
    font-size: 15px;
}
section.tnt {
    padding-top: 30px;
    padding-bottom: 30px;
}
.box h2{
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 0;
}
.center {
    /* position: absolute; */
    padding: 44px;
    text-align: center;
    height: 130px !important;
    width: 680px;
    background: #a16529;
    top: 50%;
    left: 50%;
    margin-bottom: 80px;
    /* transform: translate(25%, -50%); */
    border-radius: 50%;
    border-radius: 108px;
    transition: box-shadow 0.2s ease-in-out;
    border: 10px solid #e8edf5;
    margin-bottom: 20px !important;
}
.each{ 
    margin-bottom: 13px !important;
}

.back_img_four img {
    position: absolute;
    left: 0;
    bottom: -30px;
    display: none;
}
.back_img img {
    position: absolute;
    right: 0;
    bottom: -30px;
    display: none;
}
.cnt {
   
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.testimonial-card{
    margin-top:0px !important;
}
.about_mjr_div {
    /*box-shadow: inset 1000px 1000px 10000px #a1652936;*/
    /*padding: 20px 0 !important;*/
}

/*.allimg {*/
/*    padding: 0px !important;*/
/*}*/
.abt_header {
    color: #A16529;
    font-weight: 600;
    font-size: 30px !important;
    margin-top: 26px;
    padding-left: 0px !important;
}
.abt_text{
font-family: Jost,sans-serif;
    word-wrap: break-word;
    font-size: 17px !important;
    display: inline-block;
    text-align: justify;
    line-height: 29px !important;
    padding:0px !important;
}
 
.team_ul li{
    font-family: Jost,sans-serif;
    word-wrap: break-word;
    font-size: 17px !important;
    /*display: inline-block;*/
    text-align: justify;
    line-height: 29px !important;
    padding:0px !important;
}


.card1 {
    display: block;
    position: relative;
    height: auto !important;
    /* max-width: 262px; */
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px 0px !important;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}
.small{
    word-wrap: break-word;
    display: inline-block; 
    font-family:Jost,sans-serif;
    font-size:17px
}
.det-banner_1 h1 {
    /* font-size: 74px; */
    font-size: 28px;
    /* font-weight: bold; */
    background: linear-gradient(to right, #ba8944, #e0be6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    /* margin-top: 15px; */
}

.det-banner_1 {
    background: linear-gradient(
45deg, black, transparent),url(../img/rimage2.jpeg);
    height: 225px;
    background-size: cover;
}
.banner_1 {
     padding: 0px;
     padding-top: 75px !important;
}
.croupt_heading{
    font-size: 22px !important;
    line-height: 35px;
    margin-top: 19px;
}
.cons {
    margin-top: 0px;
}
.blink-text {
    animation: blink 0s step-start infinite;
    color: #6c440c;
    font-weight: 600;
    /* font-size: 24px; */
    font-size: 25px;
    text-align: start !important;
}
.det-banner_2 h1 {
    /* font-size: 74px; */
    font-size: 28px !important;
    /* font-weight: bold; */
    background: linear-gradient(to right, #ba8944, #e0be6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    line-height: 50px !important;
}
.det-banner_2 {
    background: linear-gradient(
45deg, black, transparent),url(../img/ext-1.jpeg);
    height: 225px !important;
    background-size: cover;
}
.why_choose2 ul {
    margin-top: 24px;
    padding-left: 0px;
}
.lap_dis{
    display:none;
}
}
.abt_header{
       color: #A16529;
    font-weight: 600;
    font-size: 32px;
    padding-left: 40px; 
}
.beader_two
{
     color: #024132;
    font-weight: 600;
    font-size: 20px;
    padding-left: 40px; 
}
.tam_head
{
    color: #024132;
    font-weight: 600;
    font-size: 28px;
    padding-left: 40px; 
}

.abt_text{
    font-family:Jost,sans-serif; 
    padding-left:40px;
    word-wrap: break-word;
    display: inline-block;
}
/*.location-text {*/
/*    position: absolute;*/
/*    z-index: 99;*/
    /* width: 30%; */
/*    top: 140px;*/
/*}*/
.abt_up_pad
{
    padding-top:100px;
}
@media only screen and (max-width: 991px) {
    .mob-action {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #3a3b3e;
        color: #ffffff;
        box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
        z-index: 1030;
    }
}
@media only screen and (max-width: 991px) {
    .mob-action .nav-item {
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        width: 32%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 991px) {
    .mob-action .nav-item:not(:last-child) {
        border-right: 1px solid #ffffff;
    }
}

@media only screen and (max-width: 991px) {
    .mi.action-icon {
        font-size: 18px;
        color: #ffffff;
    }
}
.mi {
    font-family: micon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.foot_a:hover{
    text-decoration:none !important;
}


.media_img img
{
    height: 350px;
    width: 100%;
    object-fit: contain;
}