/* =Fonts
========================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Higuen';
    src: url('fonts/Higuen-Regular.woff2') format('woff2'),
        url('fonts/Higuen-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* =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:16px; line-height:1.45; font-weight: 400; font-family: 'Jost', Arial, Helvetica, sans-serif; color:#5e5e5e; letter-spacing: 0.025rem; background: #fff; }
img { vertical-align:top; border:0; }
.allanim { -webkit-transition:all 350ms; transition:all 350ms; }
a { color:#eeb500; text-decoration:none; -webkit-transition:all 350ms; transition:all 350ms; }
a:hover { color:#eeb500; text-decoration:none; }
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: 600; }
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 { font-family: 'Higuen'; text-transform: capitalize; line-height:1.3; margin:0 0 0.8rem; font-weight: 600; color: #0f0f0f; }
h1, .h1 { font-size:3.5rem; } /* 56px */
h2, .h2 { font-size:2.813rem; } /* 45px */
h3, .h3 { font-size:2.375rem; } /* 38px */
h4, .h4 { font-size:2rem; } /* 32px */
h5, .h5 { font-size:1.563rem; } /* 25px */
h6, .h6 { font-size:1.125rem; } /* 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: 80%; }
.text-primary { color:#eeb500 !important; }
.bg-primary { background:#eeb500 !important; }
.bg-light { background-color: #F0F4F8 !important; }
.text-black { color:#000000 !important; }
.bg-black { background:#000000 !important; }
.text-secondary { color:#1d1d1d !important; }
.bg-secondary {   background-color: #1d1d1d !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 { font-weight: 700; box-shadow: none !important; outline: none !important; border-radius: 0.3rem; transition: 0.35s all; padding: 0.6rem 2rem; border-width: 1px; border-style: solid; border-radius: 0; }
.btn.btn-primary { background:#eeb500; border-color: #eeb500; color: #1d1d1d; }
.btn.btn-primary:hover { background: #1d1d1d; border-color: #1d1d1d; color: #eeb500; }
.btn.btn-primary-outline { background:transparent; border-color: #eeb500; color: #eeb500; }
.btn.btn-primary-outline:hover { background: #eeb500; border-color: #eeb500; color: #fff; }
.btn.btn-secondary { background:#1d1d1d; color: #fff; border-color: #1d1d1d; }
.btn.btn-secondary:hover { background: #eeb500; color: #1d1d1d; border-color: #eeb500; }
.btn.btn-secondary-outline { background:transparent; color: #1d1d1d; border-color: #1d1d1d; }
.btn.btn-secondary-outline:hover { background: #1d1d1d; color: #fff; border-color: #1d1d1d; }
.btn.btn-white { background:#fff; border-color: #fff; color: #1d1d1d; }
.btn.btn-white:hover { background: #eeb500; border-color: #eeb500; color: #fff; }
.btn.btn-white-outline { background:transparent; color: #fff; border-color: #fff; }
.btn.btn-white-outline:hover { background: #fff; color: #1d1d1d; border-color: #fff; }
.btn-with-ico { display: inline-flex; align-items: center; }
.btn-with-ico figure { min-width: 14px; margin: 0 0 0 0.4rem; width: 14px; transform: translateX(0); transition: 0.35s all; }
.btn-with-ico:hover figure { transform: translateX(5px); }
.btn-with-ico figure svg { width: 100%; height: auto; fill: #fff; position: relative; top: -1px; transition: 0.35s all; }
.btn.btn-white figure svg { fill: #1d1d1d; }
.btn.btn-white:hover figure svg { fill: #fff; }
.btn.btn-secondary:hover figure svg { fill: #1d1d1d; }


.form-group { margin-bottom: 1rem; }
.form-group:last-child { margin-bottom: 0; }
.form-control { height: 50px; border: 1px solid rgba(0,0,0,0.15); border-radius: 0; font-size: 1rem; font-weight: 500; padding: 0.6rem 1rem; box-shadow: none; outline: none; color: #1d1d1d; background-color: transparent; transition: 0.35s all; }
.form-control:focus { box-shadow: none; outline: none; border-color: rgba(0,0,0,0.50); background-color: transparent; color: #1d1d1d; }
textarea.form-control { height: 100px; }
.form-control::placeholder { color: #1d1d1d; opacity: 0.5; }
.form-check label { font-weight: 500; }
.form-check-input:checked { background-color: #eeb500; border-color: #eeb500; }
.form-label { font-weight: 500; }

/* =Header Css
========================================================================================*/
#header { position: sticky; top: 0; z-index: 9; box-shadow: 0 0 15px rgba(38, 50, 56,0.1); transition: 0.35s all; background: #1d1d1d; }

.header-top { background-color: #1d1d1d; padding: 2rem 0 0; }
.logo-text { max-width: 210px; width: 100%; margin: 0 auto; }
.header-contact a { display: flex; align-items: center; color: #fff; font-weight: 500; transition: 0.35s all; margin-right: 1rem; }
.header-contact a:last-child { margin-right: 0; }
.header-contact a figure { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.header-contact a figure svg { width: 16px; height: 16px; fill: #fff; transition: 0.35s all; }
.header-contact a:hover { color: #fff; }
.header-contact a:hover figure { background: #fff; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.header-contact a:hover figure svg { fill: #eeb500; }
.social-links { display: flex; align-items: center; margin-left: auto; }
.social-links a { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; 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: #fff; transition: 0.35s all; vertical-align: top; }
.social-links a:hover { background: #eeb500; border-color: #eeb500; }
.social-links a:hover svg { fill: #1d1d1d; }
.header-bottom { padding: 1.25rem 0; }
.logo { max-width: 130px; width: 100%; display: flex; align-items: center; justify-content: center; transition: 0.35s all; }
.logo figure { margin: 0; width: 100%; }
.logo figure img { width: 100%; height: auto; }
.logo figure a { display: block; }
.right-menubar .navbar { padding: 0; }
.navbar ul li { margin-right: 0.6rem; font-size: 0.9rem; letter-spacing: 0.04rem; font-weight: 500; margin-bottom: 0; text-transform: uppercase; }
.navbar ul li:last-child { margin-right: 0; }
.navbar ul li a { color: #fff; transition: 0.35s all; padding: .5rem 1.3rem 1.0rem !important; position: relative; cursor: pointer; }
.navbar ul li a:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; width: 0; height: 2px; background: #eeb500; transition: 0.35s all; }
.navbar ul li a.active, .navbar ul li:hover > a { color: #eeb500; }
.navbar ul li a.active:before, .navbar ul li:hover > a:before { width: 100%; }
.navbar ul li .dropdown-menu { background-color: #fff; border: 0; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.navbar ul li li { margin: 0; }
.navbar ul li li a { padding: 0.5rem 1rem; }
.navbar ul li li:hover a { background: #eeb500; 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); }

.navbar ul li.dropdown .dropdown-toggle { position: absolute; top: 5px; right: 5px; }
.navbar ul li.dropdown .dropdown-toggle:after { border-top-color: #fff; }
.navbar ul li li a { color: #5e5e5e; padding: 0.5rem 1rem !important; text-transform: none; }
.navbar ul li li a:hover { color: #fff; }
.navbar ul li li a:before { display: none; }

/* =Footer page Css
========================================================================================*/
#footer { background-color: #1d1d1d; background-repeat: no-repeat; background-size: cover; background-position: top center; position: relative; z-index: 1; color: #fff; }
#footer:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; background: #1d1d1d; opacity: 0.98; }
.footer-top { padding: 3rem 0; }
.f-logo { max-width: 150px; width: 100%; margin: 0 auto 0; }
.footer-top h5 { margin-bottom: 0.8rem; padding-bottom: 0.7rem; position: relative; color: #fff; }
.footer-top h5:after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 70px; background: #eeb500; }
.f-menu { margin-top: 0.9rem; }
.f-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; flex-wrap: wrap; }
.f-menu ul li { margin: 0.5rem 0; color: #fff; }
.f-menu ul li a { color: #fff; text-decoration: none; }
.f-menu ul li a:hover { color: #eeb500; padding-left: 0.5rem; }

.contact-list { padding: 0.7rem; }
.contact-list ul { margin: 0; padding: 0; list-style: none; }
.contact-list ul li { display: flex; margin: 0 0 1.5rem 0; }
.contact-list ul li:last-child { margin-bottom: 0; }
.contact-list ul figure { height: 50px; width: 50px; min-width: 50px; background: #fff; border-radius: 50px; margin: 0 1.2rem 0 0; display: flex; align-items: center; justify-content: center; }
.contact-list ul figure svg { fill: #1d1d1d; height: 22px; width: 22px; }
.contact-list .contact-info { margin: 0; font-size: inherit; color: #fff; }
.contact-info h6 { margin: 0 0 0.3rem 0; color: #fff; }
.contact-info p { opacity: 0.6; margin: 0 0 0.2rem 0; }
.contact-info p a { color: #fff; }
.contact-info p a:hover { color: #eeb500; }

.footer-bottom { font-weight: 500; border-top: 1px solid rgba(255, 255, 255, 0.3); }

/* =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: #eeb500; border-color: rgba(34, 90, 238,0.2); }

.nav.nav-tabs .nav-item { margin-bottom: 0; }
.nav-tabs .nav-link { font-weight: 600; background: #F0F4F8; color: #1d1d1d; }
.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: #1d1d1d; z-index: -1; opacity: 0.75; }
.hero-row { position: relative; z-index: 1; min-height: calc(100vh - 127px); display: flex; flex-direction: column; align-items: center; justify-content: center; background: #1d1d1d; } 
.hero-video { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; opacity: 0.6; } 
.hero-video video { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.banner-social-link figure { margin: 0; width:18px; }
.banner-social-link svg { fill: #fff; vertical-align: top; width: 100%; height: auto; }
.banner-social span { display: flex; transform: rotate(90deg) translateY(-50%); transform-origin: top left; height: 35px; align-items: center; position: absolute; left: 50%; right: 0; top: 0; margin: auto; width: 85px; font-weight: 600; color: #fff; }
.banner-social { display: flex; flex-direction: column; position: absolute; left: 1rem; bottom: 1rem; padding-top: 150px; }
.banner-social span:after { content: ""; position: absolute; left: calc(100% + 0.5rem); top: 0; bottom: 0; background: #fff; height: 2px; width: 50px; margin: auto; }
.banner-social-link a { margin: 0.6rem 0; display: block; transform: scale(1); }
.banner-social-link a:hover { transform: scale(1.1); }

.about-img { /*padding-left: 8%; padding-right: 8%; padding-bottom: 6%;*/ position: relative; z-index: 1; max-width: 80%; margin: 0 auto 0; width: 100%; } 
/*.about-img:after { content: ""; position: absolute; bottom: 0; left: 0; top: 10%; right: 20%; z-index: -2; background:#1d1d1d; }*/
.bg-patern { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-size: 100% auto; background-position: bottom center; opacity: 0.5; z-index: -1; }

.logo-anim-icon { background: #0f0f0f; position: absolute; bottom: -1px; left: 0; height: 70px; width: 80px; border-radius: 0 0 0 0; margin: auto; right: 0; display: flex; justify-content: center; gap: 2px; align-items: end; }
.logo-anim-icon span { width: 2px; height: 80%; display: block; background: linear-gradient(0deg, rgba(15, 15, 15, 1) 0%, rgba(180, 125, 35, 1) 50%, rgba(236, 210, 123, 1) 100%); animation: heightUpDown 1.5s infinite alternate; }
.logo-anim-icon span:nth-child(2) { animation-delay: 0.2s; height: 40%; }
.logo-anim-icon span:nth-child(9) { animation-delay: 0.4s; height: 50%; }
.logo-anim-icon span:nth-child(5) { animation-delay: 0.6s; height: 35%; }
.logo-anim-icon span:nth-child(3) { animation-delay: 0.8s; height: 45%; }
.logo-anim-icon span:nth-child(6) { animation-delay: 1s; height: 55%; }
.logo-anim-icon span:nth-child(4) { animation-delay: 1.2s; height: 40%; }
.logo-anim-icon span:nth-child(8) { animation-delay: 1.4s; height: 30%; }
.logo-anim-icon span:nth-child(7) { animation-delay: 1.6s; height: 50%; }
.logo-anim-icon span:nth-child(10) { animation-delay: 1.8s; height: 60%; }
@keyframes heightUpDown {
    0% { height: 30%; }
    100% { height: 70%; }
}

.logo-slider figure { max-width: 250px; width: 90%; margin: 0 auto; padding: 1rem; background: #fff; border-radius: 0.5rem; }
.logo-slider figure img { width: 100%; height: auto; }
.swiper .swiper-pagination { position: static; margin-top: 1rem; }
.swiper .swiper-pagination .swiper-pagination-bullet { background: #fff; }


.feature-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-left: 1px; margin-right: -5px; }
.feature-list-box { width: 33.333333%; text-align: center; padding: 3rem 2rem; border: 2px solid #37474f; margin: -1px; position: relative; z-index: 1; transition: 0.35s all; }
.feature-list-box:hover { background: #37474f; border-color: #37474f; z-index: 2; box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
.feature-list-box figure { margin: 0 auto 1.2rem; height: 80px; width: 80px; display: flex; align-items: center; justify-content: center; } 
.feature-list-box figure svg { width: 100%; height: auto; fill: #eeb500; max-height: 100%; transition: 0.35s all; }
.feature-list-box:hover figure svg { fill: #fff; }
.feature-list-box h6 { font-family: 'Jost', Arial, Helvetica, sans-serif; font-weight: 600; text-transform: uppercase; max-width: 210px; width: 100%; margin: 0 auto; color: #1d1d1d; transition: 0.35s all; }
.feature-list-box:hover h6 { color: #fff; }
.feature-list-right { position: relative; }
.feature-list-content { position: relative; z-index: 1; margin: 2.5rem 0; padding: 2.5rem 0; }
.feature-list-content img { width: 100%; height: 100%; object-fit: cover; object-position: center center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; }

.feature-list-text { margin: 5rem auto; z-index: 1; text-align: center; max-width: 600px; width: 90%; color: #1d1d1d; background-color: rgba(255, 255, 255, 0.3); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius: 12px; padding: 2rem; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }

.the-numbers-row { background-color: #1d1d1d; color: #fff; text-transform: uppercase; font-size: 1rem; font-weight: 700; text-align: center; position: relative; z-index: 1; background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; }
.the-numbers-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #1d1d1d; z-index: -1; opacity: 0.85; }
.slider-nav { display: flex; align-items: center; justify-content: center; margin-top: 1.5rem; }
.slider-nav .swiper-button-prev, .slider-nav .swiper-button-next { background: #1d1d1d; position: static; height: 50px; width: 50px; border-radius: 50px; transition: 0.35s all; transform: none; margin: 0; box-shadow: 0 0 15px rgba(3, 49, 75, 0.1); }
.slider-nav .swiper-button-prev:hover, .slider-nav .swiper-button-next:hover { background: #fff; }
.slider-nav .swiper-button-prev svg, .slider-nav .swiper-button-next svg { fill:#1d1d1d; height: 16px; width: 16px; fill: #fff; transition: 0.35s all; }
.slider-nav .swiper-button-prev:hover svg, .slider-nav .swiper-button-next:hover svg { fill: #1d1d1d; }
.swiper-button-prev::after, .swiper-button-next::after { display: none; }

.project-slider-box { background: #fff; position: relative; overflow: hidden; border-radius: 0.5rem; }
.project-slider-img { position: relative; margin: 0; padding-top: 56.25%; overflow: hidden; } 
.project-slider-img span { position: absolute; left: 0; bottom: 0; font-weight: 600; background-color: rgba(255, 255, 255, 0.3); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius: 0; padding: 0.6rem 2rem; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); font-size: 1.1rem; z-index: 2; color: #1d1d1d; } 
.project-slider-img img { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; transition: 0.35s all; transform: scale(1.1); }
.project-slider-box:hover .project-slider-img img { transform: scale(1); }
.project-slider-info { padding: 1.5rem; }
.project-slider-info h5 a { text-decoration: none; } 
.project-slider-info ul { margin: 0 0 1rem 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; }
.project-slider-info ul li { margin: 0 0 0 0.8rem; padding: 0 0 0 0.8rem; position: relative; }
.project-slider-info ul li:first-child { margin-left: 0; padding-left: 0; } 
.project-slider-info ul li:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: #fff; height: 80%; margin: auto; opacity: 0.5; } 
.project-slider-info ul li:first-child:before { display: none; } 
.project-price { font-family: 'Montserrat'; font-size: 1.5rem; font-weight: 600; letter-spacing: 0.12rem; }
.project-price .old-price { text-decoration: line-through; opacity: 0.5; color: #eeb500; }
.project-location { display: flex; align-items: center; font-style: italic; }
.project-location figure { height: 40px; width: 40px; min-width: 40px; background: rgba(255, 255, 255,0.1); border-radius: 50px; margin: 0 0.8rem 0 0; display: flex; align-items: center; justify-content: center; }
.project-location figure svg { fill: #eeb500; height: 20px; width: 20px; }

.schedule-row { background-repeat: no-repeat; background-size: cover; background-position: top left; background-attachment: fixed; background-color: #0f0f0f; position: relative; z-index: 1; }
.schedule-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #0f0f0f; z-index: -1; opacity: 0.95; }
.schedule-list { margin-bottom: 0.5rem; }
.schedule-list ul { display: flex; margin: 0; padding: 0; list-style: none; }
.schedule-list ul li { padding: 0.6rem; border-right: 1px solid rgba(255,255,255,0.1); width: 33.333333%; text-align: center; }
.schedule-list ul li:first-child { padding-left: 0; }
.schedule-list ul li:last-child { padding-right: 0; border-right: 0; }
.schedule-list h5 { font-size: 1rem; margin: 0 0 0.3rem 0; }
.schedule-list h6 { font-size: 0.9rem; margin: 0; color: #eeb500; }
.schedule-row .btn:hover { background: #fff; border-color: #fff; color: #1d1d1d; }

.gallary-row { overflow: hidden; }
.gallary-slider.swiper { overflow: inherit; }
.gallary-slider figure { margin: 0; height: auto; padding-top: 75.25%; background: #fff; }
.gallary-slider figure img { width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; object-fit: cover; object-position: center center; opacity: 0.5; transition: 0.35s all; }
.gallary-slider .swiper-slide.swiper-slide-active figure img { opacity: 1; }
.gallary-slider .slider-nav { justify-content: space-between; }
.gallary-slider .slider-nav .swiper-button-prev, .gallary-slider .slider-nav .swiper-button-next { background-color: #0f0f0f; }
.gallary-slider .slider-nav .swiper-button-prev:hover, .gallary-slider .slider-nav .swiper-button-next:hover { background-color: #fff; }

.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; }
.lb-data .lb-number { display: none; }
.lb-outerContainer .lb-container { padding: 0; }

/* =About Us page Css
========================================================================================*/
.story-bg-img { height: 500px; background-color: #1d1d1d; background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; }
.experience-box { padding: 2rem; border-radius: 1rem; background: #fff; }
.experience-box h4 { color: #1d1d1d; text-align: center; }
.experience-text { max-width: 250px; position: relative; margin: 0 auto; width: 100%; }
.experience-text figure { padding-top: 100%; border-radius: 50%; overflow: hidden; position: relative; z-index: 1; background: #0f0f0f; }
.experience-text figure img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; z-index: -1; object-fit: cover; object-position: center center; opacity: 0.6; }
.experience-text span { margin: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; font-size: 5rem; font-weight: 800; }
.batch-img-box { text-align: center; }
.batch-img-box figure { max-width: 140px; margin: 0 auto 1rem; }
.batch-img-box figure img { width: 100%; height: auto; }
.team-list-box { background: #fff; padding: 0.5rem 1rem; display: flex; flex-direction: column; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) }
.team-list-box figure { margin: 0.5rem 0; position: relative; padding-top: 130%; }
.team-list-box figure img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; } 
.team-info { padding: 0.5rem 0; text-align: center; }
.team-info h6 { font-weight: 700; margin: 0 0 0.3rem 0; font-size: 1.3rem; }
.team-info p { opacity: 0.5; }
.team-list .row > div:nth-child(2n+2) .team-list-box { flex-direction: column-reverse; }

/* =Contact Us page Css
========================================================================================*/
.queries-box { background-repeat: no-repeat; background-size: cover; background-position: center center; background-color: #1d1d1d; padding: 1.5rem; display: flex; align-items: center; position: relative; z-index: 1; }
.queries-box:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background: #1d1d1d; opacity: 0.5; } 
.queries-box figure { width: 50px; min-width: 50px; margin: 0 1.5rem 0 0; }
.queries-box figure svg { width: 100%; height: auto; fill: #fff; } 
.queries-info-box h5 { margin: 0 0 0.2rem 0; }
.contact-info { margin-top: 2rem; font-size: 1.3rem; }
.map-box { font-size: 0; }
.map-box iframe { width: 100%; height: 450px; border: 0; }

/* =Property Details page Css
========================================================================================*/
.property-slider-img { margin-bottom: 2rem; }
.property-slider .slider-nav { margin: 0; }
.property-slider .slider-nav .swiper-button-prev, .property-slider .slider-nav .swiper-button-next { position: absolute; top: 50%; transform: translateY(-50%); height: 44px; width: 44px; }
.property-slider .slider-nav .swiper-button-prev { left: 0.7rem; }
.property-slider .slider-nav .swiper-button-next { right: 0.7rem; }
.property-slider .slider-nav .swiper-button-prev svg, .property-slider .slider-nav .swiper-button-next svg { height: 14px; width: 14px; }
.property-slider figure img { width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; object-fit: cover; object-position: center center; opacity: 0.5; transition: 0.35s all; }
.property-slider figure { margin: 0; height: auto; padding-top: 56.25%; background: #07122b; }
.property-slider .swiper-slide.swiper-slide-active figure img { opacity: 1; }

.table { border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.025); }
.table:last-child { margin-bottom: 0; }
table.table td { border-bottom: 1px solid rgba(255, 255, 255, 0.2); color: #fff; padding: 1rem; }
.agent-box .team-list-box { border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.025); }
.agent-box { position: sticky; top: 92px; }
.black-gradient { background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); }
.sustainability-main-box { background-color: #1d1d1d; background-repeat: no-repeat; background-size: cover; background-position: center center; border-radius: 0.7rem; padding-top: 10rem; overflow: hidden; }
.sustainability-box { padding: 2rem; background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); }
.sol-box { border-radius: 0.5rem; background-color: #000; position: relative; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: center center; text-align: center; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 1; cursor: pointer; }
.sol-box h5 { margin: 0; padding: 5rem 1rem; color: #fff; width: 100%; text-align: center; }
.sol-box:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: 0.4; z-index: -1; }
.square-img { position: relative; padding-top: 100%; overflow: hidden; }
.square-img img { position: absolute; left: 0; right: 0; bottom: 0; top: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; }

.resource-box { background: #fff; padding: 1rem; border-radius: 0.6rem; box-shadow: 0 0 15px rgba(0,0,0,0.05); height: 100%; }
.resource-box figure { position: relative; padding-top: 56.25%; overflow: hidden; border-radius: 0.5rem; }
.resource-box figure img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; }
.resource-content { padding: 1rem; padding-bottom: 0; }
.resource-content ol { margin: 0; }
.resource-content h5, .resource-content h6 { margin-bottom: 0.1rem; }
.resource-content h5:last-child, .resource-content h6:last-child { margin-bottom: 0; }
.resource-content h6 a { display: inline-block; text-decoration: none; }

.gallary-img { border: 1px solid #dee2e6; border-radius: 0.5rem; padding: 0.5rem; }
.gallary-img figure { margin: 0; }
.gallary-img figure a { position: relative; overflow: hidden; padding-top: 100%; display: block; background: #1d1d1d; border-radius: 0.25rem; }
.gallary-img figure img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; transition: 0.35s all; opacity: 0.5; transform: scale(1.1); }
.gallary-img:hover figure img { opacity: 1; transform: scale(1); }

.client-box.card { height: 100%; border-radius: 0.5rem; overflow: hidden; }
.client-box .card-header { padding: 1rem; }
.client-box .card-header figure { margin: 0; text-align: center; height: 130px;  display: flex; align-items: center; justify-content: center; }
.client-box .card-header figure img { max-width: 160px; max-height: 130px; width: auto; height: auto; }

.section-row-sol{
        padding: 1rem 0;
}
