/* =Fonts
========================================================================================*/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@font-face {
    font-family: 'Kalista Serif';
    src: url('fonts/KalistaSerif-Regular.eot');
    src: url('fonts/KalistaSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/KalistaSerif-Regular.woff2') format('woff2'),
        url('fonts/KalistaSerif-Regular.woff') format('woff'),
        url('fonts/KalistaSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kapakana:wght@300..400&display=swap');
/* font-family: "Cormorant Garamond", serif;
font-family: "Playfair Display", serif;
font-family: "Lato", sans-serif; */
/* Colors */
/* { 
    Primary: #523D35;
    Secondary: #223030;
    Secondary2: #959D90;
    Secondary3: #BBA58F;
    Secondary4: #E8D9CD;
    Secondary4: #EFEFE9;
} */


/* =Box Sizing
========================================================================================*/
* { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; height: 100%; }
html { overflow-y: inherit !important; }
body { font-size:15px; line-height:1.45; font-weight: 400; font-family: 'Lato', Arial, Helvetica, sans-serif; color:#4D4D4D; letter-spacing: 0.025rem; }
img { vertical-align:top; border:0; }
.allanim { -webkit-transition:all 350ms; transition:all 350ms; }
a { color:#223030; text-decoration:underline; -webkit-transition:all 350ms; transition:all 350ms; }
a:hover { color:#223030; text-decoration:underline; }
button:focus { outline: none; }
a:focus { outline: none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active { background-color:transparent; }
}
b, strong { font-weight: 700; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 0.8rem 0; }
p:last-child { margin:0 0 0 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height:1.35; margin:0 0 0.8rem; font-family: 'Cormorant Garamond'; font-weight: 700; color: #223030; }
h1, .h1 { font-size:3.9rem; } /* 56px */
h2, .h2 { font-size:2.813rem; } /* 45px */
h3, .h3 { font-size:2.75rem; font-family: "Playfair Display", serif; } /* 38px */
h4, .h4 { font-size:2rem; font-family: "Playfair Display", serif; } /* 32px */
h5, .h5 { font-size:1.763rem; font-family: "Playfair Display", serif; } /* 25px */
h6, .h6 { font-size:1.125rem; font-family: "Playfair Display", serif; } /* 18px */

ul:last-child { margin: 0; }
ul, ol { padding-left: 1.2rem; }
ul li, ol li { line-height:1.45; margin-bottom: 0.35rem; }
img { max-width: 100%; height: auto; }
.container { max-width: 1434px; width: 90%; }
.text-primary { color:#223030 !important; }
.bg-primary { background:#223030 !important; }
.bg-light { background-color: #EFEFE9 !important; }
.text-black { color:#223030 !important; }
.bg-black { background:#223030 !important; }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 { color: #fff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: inherit; text-decoration: underline; }


/* =Form Css
========================================================================================*/
.btn { display: inline-flex; align-items: center; font-weight: 700; box-shadow: none !important; outline: none !important; border-radius: 0.4rem; transition: 0.35s all; padding: 0.6rem 2rem; border-width: 1px; border-style: solid; text-decoration: none; }
.btn:hover { text-decoration: none; }
.btn.btn-primary { background:#223030; border-color: #223030; color: #fff; }
.btn.btn-primary:hover { background: #000; border-color: #000; color: #fff; }
.btn.btn-primary-outline { background:transparent; border-color: #223030; color: #223030; }
.btn.btn-primary-outline:hover { background: #223030; border-color: #223030; color: #fff; }
.btn.btn-secondary { background:#523035; color: #fff; border-color: #523035; }
.btn.btn-secondary:hover { background: #959D90; color: #fff; border-color: #959D90; }
.btn.btn-secondary-outline { background:transparent; color: #523035; border-color: #523035; }
.btn.btn-secondary-outline:hover { background: #959D90; color: #fff; border-color: #959D90; }

.btn.btn-white-outline { background:transparent; color: #fff; border-color: #fff; }
.btn.btn-white-outline:hover { background: #fff; color: #223030; border-color: #fff; }

.btn.btn-white { background:#fff; border-color: #fff; color: #223030; }
.btn.btn-white:hover { background: #223030; border-color: #223030; color: #fff; }
.btn.btn-white svg { fill: #223030; }
.btn.btn-white:hover svg { fill: #fff; }

.btn svg { width: 14px; height: auto; margin: 0 0 0 0.6rem; fill: #fff; transition: 0.35s all; transform: rotate(0); transform-origin: center center; }
.btn:hover svg { transform: rotate(45deg); fill: currentColor; }

.form-group { margin-bottom: 1rem; }
.form-group:last-child { margin-bottom: 0; }
.form-control { height: 50px; border: 1px solid #E1E2EA; border-radius: 0.5rem; font-size: 0.9rem; font-weight: 400; padding: 0.6rem 1rem; box-shadow: none; outline: none; color: #000000; }
.form-control:focus { box-shadow: none; outline: none; border-color: #BBBDCC; }
textarea.form-control { height: 100px; }
.form-control::placeholder { color: #000000; opacity: 0.4; }
.form-check label { font-weight: 500; }
.form-check-input:checked { background-color: #223030; border-color: #223030; }
.form-label { font-weight: 500; color: #223030; display: block; }

/* =Header Css
========================================================================================*/
#header { position: fixed; left: 0; right: 0; top: 0; z-index: 11; box-shadow: 0 0 15px rgba(38, 50, 56,0.1); transition: 0.35s all; background: #223030; }
#header.navhide { background: radial-gradient(circle at 19% 34%, rgba(59, 58, 59, 1) 0%, rgba(15, 15, 15, 1) 75%); background: #223030; }
.header-top { background-color: #223030; padding: 0.625rem 0; }
.header-contact a, .header-contact > div { display: flex; align-items: center; color: #979797; font-weight: 500; transition: 0.35s all; margin-bottom: 1rem; text-decoration: none; }
.header-contact a:last-child, .header-contact > div { margin-right: 0; }
.header-contact a figure, .header-contact > div figure { height: 40px; min-height: 40px; width: 40px; min-width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #979797; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.header-contact a figure svg, .header-contact > div figure svg { width: 16px; height: 16px; fill: #979797; transition: 0.35s all; }
.header-contact a:hover, .header-contact > div:hover { color: #223030; }
.header-contact a:hover figure, .header-contact > div:hover figure { background: #223030; border-color: #223030; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.header-contact a:hover figure svg, .header-contact > div:hover figure svg { fill: #fff; }
.header-contact a span { word-break: break-all; }
.social-links { display: flex; align-items: center; margin-left: auto; }
.social-links a { text-decoration: none; height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #979797; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.social-links a:last-child { margin-right: 0; }
.social-links a figure { margin: 0; width: 16px; height: 16px; }
.social-links a figure svg { width: 100%; height: auto; fill: #979797; transition: 0.35s all; vertical-align: top; }
.social-links a:hover { background: #223030; border-color: #223030; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.social-links a:hover svg { fill: #fff; }
.header-bottom {  padding: 1.5rem 0; }
.logo { max-width: 280px; width: 100%; }
.logo figure { margin: 0; }
.logo figure img { width: 100%; height: auto; }
.logo figure a { display: block; text-decoration: none; }
.right-menubar .navbar { padding: 0; }
.navbar ul li { margin-right: 0.6rem; font-size: 1rem; letter-spacing: 0.04rem; margin-bottom: 0; }
.navbar ul li a { color: #959D90; transition: 0.35s all; position: relative; text-decoration: none; }
.navbar ul li a.active, .navbar ul li:hover > a { color: #fff; }
.navbar ul li .dropdown-menu { background-color: #fff; border: 0; border-radius: 8px; box-shadow: 0 0 15px rgba(34, 48, 48, 0.1); }
.navbar ul li li { margin: 0; }
.navbar ul li li a { padding: 0.5rem 1rem; text-decoration: none; }
.navbar ul li li:hover a { background: #223030; color: #fff; }
.dropdown .dropdown-toggle::after { margin-left: 0.455em; position: relative; top: 0.15rem; }
.navbar .navbar-toggler { position: relative; height: 35px; width: 35px; background: transparent; padding: 0; box-shadow: none; outline: none; border-radius: 0; border: 0; display: none; }
.navbar .navbar-toggler span { height: 2px; width: auto; background: #fff; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: 0.35s all; }
.navbar .navbar-toggler span:before, .navbar .navbar-toggler span:after { content: ""; position: absolute; left: 0; right: 0; margin: auto; height: 2px; transform: none; background: #fff; transition: 0.35s all; }
.navbar .navbar-toggler span::before { top: -12px; }
.navbar .navbar-toggler span::after { bottom: -12px; }
.navbar .navbar-toggler:not(.collapsed) span { background: transparent; }
.navbar .navbar-toggler:not(.collapsed) span:before, .navbar .navbar-toggler:not(.collapsed) span:after { top: 0; bottom: 0; margin: auto; }
.navbar .navbar-toggler:not(.collapsed) span:before { transform: rotate(45deg); }
.navbar .navbar-toggler:not(.collapsed) span:after { transform: rotate(-45deg); }

/* =Footer page Css
========================================================================================*/
.footer-top { padding: 3rem 0; background: #EFEFE9; }
.f-logo { max-width: 320px; width: 100%; margin: 0 auto 0; }
.footer-top h5 { margin-bottom: 1.2rem; font-size: 1.2rem; padding-bottom: 0.7rem; position: relative; }
.footer-top h5:after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100px; background: #223030; }
.f-menu { margin-top: 0.9rem; }
.f-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; flex-direction: column; }
.f-menu ul li { margin: 0 0 1rem; color: #223030; }
.f-menu ul li a { color: #979797; text-decoration: none; }
.f-menu ul li a:hover { color: #223030; padding-left: 0.5rem; }

.f-contact { display: flex; align-items: center; margin-bottom: 1rem; color: #979797; }
.f-contact:last-child { margin-bottom: 0; }
.f-contact figure { height: 40px; min-width: 40px; width: 40px; border: 1px solid #979797; margin: 0 0.6rem 0 0; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.f-contact figure svg { fill: #979797; vertical-align: top; width: 16px; height: auto; }
.f-contact span { color: #979797; }
.footer-bottom { font-weight: 500; }

.bottom-f-menu ul { display: flex; align-items: center; justify-content: end; list-style: none; }
.bottom-f-menu ul li { margin: 0 0.5rem; }
.bottom-f-menu ul li a { color: #979797; text-decoration: none; }
.bottom-f-menu ul li a:hover { color: #fff; }



/* =Accordion and Tab Css
========================================================================================*/
.accordion-header .accordion-button { outline: none; box-shadow: none; border: 1px solid rgba(0,0,0,.125); margin-bottom: -1px; background: #fff; } 
.accordion-button { font-weight: 600; }
.accordion-button:not(.collapsed) { background: rgba(34, 90, 238,0.2); color: #223030; border-color: rgba(34, 90, 238,0.2); }

.nav.nav-tabs .nav-item { margin-bottom: 0; }
.nav-tabs .nav-link { font-weight: 600; background: #EFEFE9; color: #223030; }
.tab-content > .tab-pane { padding: 1rem 0; }


/* =Home page Css
========================================================================================*/
.reveal { visibility: hidden; }
.section-row { padding: 5rem 0; }
.section-title { margin-bottom: 3rem; }
.section-title h2 { margin: 0; }
.page-title-row { background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; }
.page-title-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #223030; z-index: -1; opacity: 0.75; }

.hero-banner-row { background: radial-gradient(circle at 19% 34%, rgba(59, 58, 59, 1) 0%, rgba(15, 15, 15, 1) 75%); position: relative; z-index: 1; background: #EFEFE9; }
.hero-banner-row:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 40vh; background: #959d90; z-index: -1; background: #959d90; }
.hero-bg { position: absolute; z-index: -1; background-repeat: no-repeat; background-size: cover; background-position: center center; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.4; }
.hero-banner-inner h1 { color: #fff; margin: 0 0 1rem; }
.hero-img-box { max-width: 450px; margin: 0 auto; width: 100%; border-radius: 100rem 100rem 0 0; border: 1rem solid rgba(255,255,255,0.2); position: relative; overflow: hidden; }
.hero-img { padding-top: 125%; background-repeat: no-repeat; background-size: cover; background-position: center center; animation: slideBackground 25s linear infinite; }
@keyframes slideBackground {
	0% { background-position: 0% 0; }
	50% { background-position: 100% 0; }
	100% { background-position: 0% 0; }
}
.person-count { position: relative; }
.person-count .count-minus, .person-count .count-plus { width: 46px; min-width: 46px; display: flex; align-items: center; justify-content: center; position: absolute; top: 2px; bottom: 2px; font-size: 2rem; cursor: pointer; background: #223030; transition: 0.35s all; border-radius: 5rem; } 
.person-count .count-minus:hover, .person-count .count-plus:hover { background: #223030; }
.person-count .count-minus { left: 2px; /*border-radius: 0.5rem 0 0 0.5rem;*/ }
.person-count .count-plus { right: 2px; /*border-radius: 0 0.5rem 0.5rem 0;*/ }
.person-count svg { width: 14px; fill: #fff; transform: rotate(0); }
.person-count span:hover svg { transform: rotate(180deg); transition: 0.35s all; }
.person-count .form-control { padding: 0 55px; text-align: center; border-radius: 5rem; }
.header-search-box .form-control { border-radius: 5rem; border-width: 0; }
/* .header-search-box { padding: 1rem; background: #fff; border-radius: 0.85rem; } */
.header-search-box {  }
.header-search-box .btn { height: 100%; padding:0.6rem; justify-content: center; border-radius: 5rem; }

.lb-data .lb-close { position: fixed; top: 1rem; right: 1rem; width: 2rem; height: 2rem; background: transparent; opacity: 1; }
.lb-data .lb-close:before, .lb-data .lb-close:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 80%; width: 2px; background: #fff; margin: auto; }
.lb-data .lb-close:before { transform: rotate(45deg); } 
.lb-data .lb-close:after { transform: rotate(-45deg); }
.lb-outerContainer { background: transparent; position: static; }
.lb-data .lb-number { display: none; }
.lb-outerContainer .lb-container { padding: 0; }
.lb-nav { position: static; }
.lb-nav a.lb-prev, .lb-nav a.lb-next { height: 50px; width: 50px; opacity: 1; background: #fff; position: absolute; top: 50%; transform: translateY(-50%); }
.lb-nav a.lb-prev:after, .lb-nav a.lb-next:after { content: ""; width: 16px; height: 16px; border-top: 3px solid #223030; border-right: 3px solid #223030; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.lb-nav a.lb-prev:after { transform: rotate(-135deg); left: 7px; }
.lb-nav a.lb-next:after { transform: rotate(45deg); right: 7px; }
.lb-nav a.lb-prev { left: 0; }
.lb-nav a.lb-next { right: 0; }
.lightboxOverlay { opacity: 0.93; }


.hero-banner-inner .property-slider-box { position: relative; }
.hero-banner-inner .property-slider figure { background: radial-gradient(circle at 19% 34%, rgba(59, 58, 59, 1) 0%, rgba(15, 15, 15, 1) 75%); background: #223030; }
.hero-banner-inner .property-slider figure img { opacity: 0.45; }
.hero-banner-inner .swiper-button-prev, .hero-banner-inner .swiper-button-next { background: rgba(255, 255, 255, 0.5); }
.hero-banner-inner .slider-nav { border-color: rgba(255, 255, 255, 0.5); }
.hero-content { position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 2; padding: 2rem; max-width: 800px; display: flex; align-items: center; justify-content: center; margin: auto; text-align: center; }
.hero-content .section-row { width: 100%; }
.hero-banner-inner .property-slider { border-radius:2rem; }

.swiper-button-prev, .swiper-button-next { height: 50px; width: 50px; background: rgba(34, 48, 48, 0.5); border-radius: 50px; transition: 0.35s all; }
.swiper-button-prev { left: 2rem; }
.swiper-button-next { right: 2rem; }
.swiper-button-prev:hover, .swiper-button-next:hover { background: #fff; }
.swiper-button-prev:after, .swiper-button-next:after { display: none; }
.swiper-button-prev svg, .swiper-button-next svg { height: 16px; width: 16px; fill: #fff; transition: 0.35s all; }
.swiper-button-prev:hover svg, .swiper-button-next:hover svg { fill: #223030; }

.slider-nav { position: absolute; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(34, 48, 48, 0.5); z-index: 1; border-radius: 100px; }
.slider-nav .swiper-button-prev, .slider-nav .swiper-button-next { position: static; margin:0.4rem; transform: none; }
.property-slider { border-radius: 3rem; }
.property-slider figure { margin: 0; }
.property-slider .lightbox-img a { position: relative; overflow: hidden;  padding-top: 56.25%; display: block; text-decoration: none; }
.property-slider .lightbox-img a img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%; object-fit: cover; object-position: center center; }

.gallery-slider-info { max-width: 375px; margin-left: auto; width: 100%; }
.gallery-row { position: relative; z-index: 1; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-color: #223030; color: #fff; }
.gallery-row:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #223030; opacity: 0.8; z-index: -1; }
.gallery-row .gallery-slider-box { max-width: 1011px; width: 100%; margin-left: 0; margin-right: auto; }
.gallery-row .gallery-slider-box .slider-nav { margin-right: 0; border-color: rgba(255, 255, 255, 0.5); }
.gallery-row .gallery-slider-box .swiper-button-prev, .gallery-row .gallery-slider-box .swiper-button-next { background: #fff; }
.gallery-row .gallery-slider-box .slider-nav svg { fill: #223030; }
.gallery-row .gallery-slider-box .swiper-button-prev:hover svg, .gallery-row .gallery-slider-box .swiper-button-next:hover svg { fill: #fff; }
.gallery-row .gallery-slider figure { margin: 0; border: 2px solid rgba(255,255,255,0.4); padding: 0.6rem; background: rgba(255,255,255,0.2); }
.gallery-row .gallery-slider a img { clip-path: polygon(0 0, 80% 0, 100% 30%, 100% 70%, 100% 100%, 30% 100%, 0 100%, 0% 30%); }
.realar-box { background:#fff; clip-path: polygon(0 0, 80% 0, 100% 30%, 100% 70%, 100% 100%, 30% 100%, 0 100%, 0% 30%); color: #223030; text-align: center; padding:1.6rem 1rem; transition: 0.35s all; height: 100%; }
.realar-box:hover { background:#223030; color: #fff; }
.realar-box figure { max-width: 60px; margin: 1rem auto 0; width: 100%; padding-bottom: 80px; position: relative; }
.realar-box figure:after { content: ""; position: absolute; left: 0; right: 0; bottom: 10px; height: 60px; margin: auto; width: 2px; background: #223030; opacity: 0.3; transition: 0.35s all; }
.realar-box:hover figure:after { background: #fff; }
.realar-box figure svg { width: 100%; height: auto; }
.realar-slider .slider-nav { position: static; border: 0; display: flex; justify-content: space-between; margin-top: 1rem; }
.realar-slider .slider-nav .swiper-pagination { position: static; height: 3px; border-radius: 1rem; margin: 0 1rem; background: rgba(0,0,0,0.15); }
.realar-slider .slider-nav .swiper-button-prev, .realar-slider .slider-nav .swiper-button-next { width: 30px; min-width: 30px; height: 30px; margin: 0; background: transparent; }
.realar-slider .slider-nav .swiper-button-prev svg, .realar-slider .slider-nav .swiper-button-next svg { fill: rgba(34, 48, 48, 0.5); }
.realar-slider .slider-nav .swiper-button-prev svg:hover, .realar-slider .slider-nav .swiper-button-next:hover svg { fill: #223030; }
.realar-slider .slider-nav .swiper-pagination .swiper-pagination-progressbar-fill { background: #223030; }
.realar-slider .swiper-slide { height: auto; }

.testimonials-slider-box { position: relative; z-index: 1; }
.testimonials-top-left { position: absolute; left: 0; top: 0; margin: 0; max-width: 234px; width: 20%; z-index: -1; }
.testimonials-top-left svg, .testimonials-bottom-right svg { width: 100%; height: auto; }
.testimonials-bottom-right { position: absolute; right: 0; bottom: -10px; margin: 0; max-width: 349px; width: 20%; z-index: -1; }
.quote-ico { width: 55px; position: absolute; top: -1.4rem; right: -2rem; z-index: -1; margin: 0; } 
.quote-ico svg { width: 1005; height: auto; }
.testimonials-img { text-align: center; position: relative; z-index: 1; width: 100%; margin: 0 auto; }
.testimonials-img:after { content: ""; background: #EFEFE9; position: absolute; left: 0; right: 0; top: 15%; bottom: 0; z-index: -1; border-radius: 500px 500px 0 0; } 
.testimonials-img figure { width: 100%; margin: 0 auto; }
.testimonials-img figure img { width: 100%; height: auto; }
.testimonials-slider .slider-nav { position: static; border:0; padding:0; margin-top: 1rem; }
.testimonials-slider .slider-nav .swiper-button-prev, .testimonials-slider .slider-nav .swiper-button-next { margin: 0; /*background-color: rgba(99, 80, 45, 0.4);*/ }
.testimonials-slider .slider-nav .swiper-button-prev:hover, .testimonials-slider .slider-nav .swiper-button-next:hover { background: #959D90 }

.testimonials-slider .slider-nav .swiper-button-prev:hover svg, .testimonials-slider .slider-nav .swiper-button-next:hover svg { fill: #fff; }
.testimonials-info figure { max-width: 100px; width: 100%; }
.testimonials-info h5 { font-size: 1rem; }
.testimonials-info h6 { font-size: 0.9rem; border-top: 1px solid rgba(0,0,0,0.2); padding: 0.8rem 0 0 0; margin: 0; text-align: right; }
.testimonials-user { display: flex; align-items: center; margin-bottom: 0.8rem; font-size: 1rem; }
.testimonials-user figure { margin: 0 0.5rem 0 0; background: #223030; border-radius: 50%; max-width: inherit; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; }
.testimonials-user figure svg { width: 50%; fill: #fff; height: auto; }
.policy-notes-row { background-color: #f8f9fa; }

/* =Overview page Css
========================================================================================*/
.hero-banner-inner .property-slider .lightbox-img a { padding-top: 50%; text-decoration: none; }
.bottom-booking { position: sticky; bottom: 0; z-index: 9; padding: 1rem 0; } 
.bottom-booking-sub { background: #959D90; color: #fff; padding: 1.6rem 2rem; border-radius: 500px; }
.property-booking-info h6 { color: #fff; font-size: 0.8rem; margin: 0 0 0.4rem 0; }
.property-booking-address { display: flex; }
.property-booking-address .map-ico { width: 22px; margin: 0 0.3rem 0 0; height: 22px; font-size: 0; }
.property-booking-address .map-ico svg { width: 20px; height: 22px; position: relative; left: -3px; top: -2px; }
.property-booking-info { font-size: 0.8rem; }
.property-booking-rating { display: flex; }
.property-booking-rating figure { margin: 0 0.3rem; max-width: 70px; display: flex; align-items: center; justify-content: center; position: relative; top: -0.1rem; }
.property-booking-rating p { margin: 0; }
.property-booking-address:after { content: "|"; margin: 0 0.4rem; opacity: 0.5; font-weight: 800; }
.bottom-booking-sub .header-search-box { background: transparent; border-radius: 0; padding: 0; max-width: 630px; margin-left: auto; width: 100%; border: 0; }
.bottom-booking-sub .form-control { color: #fff; background: transparent; border:1px solid rgba(255,255,255,0.5); border-radius: 50px; text-transform: uppercase; }
/* .bottom-booking-sub .header-search-box .btn:hover { background: rgba(255,255,255,0.2); } */
.bottom-booking-sub .person-count .count-minus, .bottom-booking-sub .person-count .count-plus { background: #223030; }
.bottom-booking-sub .form-control::placeholder { color: #fff; opacity: 0.4; }


.property-overview ul { display: flex; margin: 1rem 0; padding: 0; list-style: none; flex-wrap: wrap; }
.property-overview ul li { margin: 0.35rem 0.7rem 0.35rem 0; display: flex; align-items: center; border: 2px solid #EFEFE9; padding: 0.6rem 1.1rem 0.6rem 0.6rem; border-radius: 5rem; color: #223030; }
.property-overview .icon { height: 40px; width: 40px; margin: 0 0.5rem 0 0; background: #EFEFE9; color: #223030; display: flex; align-items: center; justify-content: center; border-radius: 5rem; }
.property-overview .icon svg { width: 22px; }
.gallery-slider-box .gallery-slider { overflow:inherit; }

.gallery-slider figure { margin: 0; }
.gallery-slider .lightbox-img a { position: relative; overflow: hidden;  padding-top: 70%; display: block; text-decoration: none; }
.gallery-slider .lightbox-img a img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.gallery-slider-box .slider-nav { position: static; display: flex; margin: 2rem auto 0; width: 100%; max-width: 130px; border-color: #223030; }
.gallery-slider-box .swiper-button-prev, .gallery-slider-box .swiper-button-next { background: #223030; }
.gallery-slider-box .swiper-button-prev svg, .gallery-slider-box .swiper-button-next svg { fill: #fff; }
.gallery-slider-box .swiper-button-prev:hover, .gallery-slider-box .swiper-button-next:hover { background: #959D90; }

.amenities-box { background: #fff; padding: 1.5rem; height: 100%; border-radius: 1rem; box-shadow: 5px 5px 10px rgba(0,0,0,0.03); }
.amenities-box figure { width: 50px; background: #EFEFE9; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 0.6rem; color: #223030; margin: 0 0 1rem; }
.amenities-box figure svg { width: 36px; height: auto; }
.amenities-box h6 { /*font-size: 0.8rem;*/ margin: 0 0 0.2rem; letter-spacing: 0.1rem; }


.policy-note-img-box { position: relative; overflow: hidden; border-radius: 1rem; }
.policy-note-img-box figure { margin: 0; position: relative; padding-top: 100%; }
.policy-note-img-box figure img { width: 100%; height: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100%; object-fit: cover; object-position: center center; }
.policy-note-info { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(39, 69, 81,0.9); padding: 1.5rem; color: #fff; transform: translateY(100%); transition: 0.5s all; opacity: 0; visibility: hidden; }
.policy-note-info-top { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(39, 69, 81,0.9); padding: 1.5rem; color: #fff; transform: translateY(0); transition: 0.5s all; opacity: 1; visibility: visible; }
.policy-note-img-box h6 { color: #fff; margin: 0; /*font-size: 0.9rem;*/ }
.policy-note-info h6 { position: relative; padding-bottom: 1rem; margin-bottom: 1rem; }
.policy-note-info h6:after { content: ""; position: absolute; left: 0; bottom: 0; width: 50px; height: 2px; background: #fff; }
.policy-note-img-box:hover .policy-note-info-top { transform: translateY(-30%); opacity: 0; visibility: hidden; }
.policy-note-img-box:hover .policy-note-info { transform: translateY(0); opacity: 1; visibility: visible; }


.sub-page-row { background:radial-gradient(circle at 19% 34%, rgba(59, 58, 59, 1) 0%, rgba(15, 15, 15, 1) 75%); background: #000000; position: relative; z-index: 1; }
.sub-page-row .hero-bg { opacity: 0.25; }

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply { background-color: #223030; }
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover { background-color: #000000; }
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a { background-color: #223030; box-shadow: none; text-decoration: none; }
.pignose-calendar .pignose-calendar-unit a { color: #4D4D4D; text-decoration: none; }
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year, .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month, .pignose-calendar .pignose-calendar-header .pignose-calendar-week { font-family: 'Kalista Serif'; }
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month { font-size: 100%; }
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year { font-size: 90%; }
.pignose-calendar .pignose-calendar-header .pignose-calendar-week { font-size: 10px; font-weight: normal; letter-spacing: 0.12rem; }

.accessibility-main-box { position: relative; z-index: 1; }
.accessibility-info-box { position: relative; z-index: 1; border-radius: 1.2rem; padding:2rem; margin-bottom: 3rem; }
.accessibility-info-box:last-child { margin-bottom: 0; }
.accessibility-info-box .property-slider .lightbox-img a { padding-top: 70%; }
.accessibility-info-side { padding-left: 2rem; position: relative; z-index: 2; }
.accessibility-main-box .accessibility-info-box:nth-child(2n+2) .row { flex-direction: row-reverse; }
.accessibility-main-box .accessibility-info-box:nth-child(2n+2) .accessibility-info-side { padding-left: 0; padding-right: 2rem; }
.accessibility-main-box .property-slider { border-radius: 1rem; }
.accessibility-main-box .slider-nav { right: auto; left: 1.5rem; }
.accessibility-info-box h5 { margin-bottom: 0; }

.card { border-radius: 1rem; }
.iti { width: 100%; }
.iti .iti__selected-country { width: 60px; }
.iti .iti__selected-country .iti__selected-country-primary { width: 100%; padding-left: 1rem; }
.iti .iti__selected-country .iti__selected-country-primary .iti__arrow { margin-left: 0.8rem; }
.iti__search-input { padding:0.7rem 1rem; }
.big-rounded { border-radius: 2rem; }  
.about-row .hero-img-box { max-width: 100%; }

.page-banner-row { background: radial-gradient(circle at 19% 34%, rgba(59, 58, 59, 1) 0%, rgba(15, 15, 15, 1) 75%); position: relative; z-index: 1; margin-top: 90px; background: #959d90; }
.page-banner-row:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 40vh; background: #fff; z-index: -1; background: #EFEFE9; }
.page-banner-row .hero-banner-inner .property-slider figure img { opacity: 1; }

.page-banner-row .hero-banner-inner .slider-nav { border-color: rgba(34, 48, 48, 0.5); }
.page-banner-row .hero-banner-inner .swiper-button-prev, .page-banner-row .hero-banner-inner .swiper-button-next { background: rgba(34, 48, 48, 0.5); }
.page-banner-row .hero-banner-inner .swiper-button-prev:hover, .page-banner-row .hero-banner-inner .swiper-button-next:hover { background: #959D90; }
.page-banner-row .hero-banner-inner .swiper-button-prev svg, .page-banner-row .hero-banner-inner .swiper-button-next svg { fill: #fff; }
.sub-page-row { margin-top: 93px; }
.pignose-calendar .pignose-calendar-top { box-shadow: none; }
.page-banner-row .hero-bg { display: none; }


/* =Contactus page Css
========================================================================================*/
.about-host figure { max-width: 100px; margin: 0 1rem 0 0; border-radius: 50%; overflow: hidden; }
.about-host-box .card-header, .about-host-box .card-body { padding: 1rem; background: transparent; }
.about-host h6 { margin: 0; font-weight: bold; }
.about-host figure img { width: 100%; height: auto; }
.map-box { position: relative; padding-top: 56.25%; background: #EFEFE9; height: 100%; }
.map-box iframe { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; }
.contact-left .card { max-width: 490px; margin: 0 auto; width: 100%; background: rgba(255,255,255,1); border: 1px solid rgba(255,255,255,0.5); } 
.contact-left .card .card-body { padding: 3rem; }
.contact-left .property-overview ul { flex-direction: column; display: inline-flex; margin: 0; }
/* .contact-left .header-contact a, .contact-left .header-contact > div { color: #223030; }
.contact-left .header-contact a figure, .contact-left .header-contact > div figure { border-color: #223030; }
.contact-left .header-contact a figure svg, .contact-left .header-contact > div figure svg { fill: #223030; }
.contact-left .header-contact a:hover figure svg, .contact-left .header-contact > div:hover figure svg { fill: #fff; }
.property-overview ul li { border-color: rgba(0,0,0,0.4); } */


.hero-video { position: relative; overflow: hidden; background: #223030; border-radius: 2rem; padding-top: 50%; }
.hero-video video { opacity: 0.45; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.property-slider2 figure { position: relative; padding-top: 130%; overflow: hidden; margin: 0; }
.property-slider2 figure img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; }

.dark-intro-section { position: relative; background-color: #263238; background-repeat: no-repeat; background-size: cover; background-position: center center; z-index: 1; }
.dark-intro-section:after { content:""; position: absolute; bottom: 0; left: 0; right: 0; top: 0; background: #263238; z-index: -1; opacity: 0.8; }
.dark-intro-section .text-white p a { color:#8E9876; text-decoration: underline; }

.about-title { margin: -4.4rem 0 0rem 0; }
.about-title h5 { font-style:italic; }
.about-title h2 { font-family: "Kalista Serif", cursive; font-weight: normal; text-align:center; text-transform: uppercase; }

.accordion-replay { border-top: 1px solid rgba(0,0,0,0.2); padding: 0.8rem 0 0 0; }
.testimonials-info .accordion-replay h6 { padding: 0; border: 0; margin-left:auto; }
.accordion-replay .accordion-button { border: 0; padding: 0; font-weight: bold; background: transparent; color: #959D90; text-decoration: underline; }
.accordion-replay .accordion-button:after { display: none; }

.about-host-box .about-host figure { max-width: inherit; border-radius: 0; margin: 0; width: 100%; }
.about-host-box .about-host { position: relative; }
.about-host-box .about-host figure img { clip-path: polygon(0 0, 80% 0, 100% 30%, 100% 70%, 100% 100%, 30% 100%, 0 100%, 0% 30%); height: 570px; object-fit: cover; object-position: top center; }
.about-host h5 { position: absolute; right: 0.9rem; bottom: 2rem; margin: 0; padding: 0.7rem 1.5rem 0.9rem; background: #fff; color: #959D90; clip-path: polygon(20% 00%, 30% 00%, 100% 00%, 100% 70%, 100% 100%, 40% 100%, 0 100%, 0% 40%); }
.card.about-host-box { border-radius: 0; }