* {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&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')
@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel-Italic.woff2') format('woff2'),
        url('../fonts/Corbel-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel-Bold.woff2') format('woff2'),
        url('../fonts/Corbel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel-BoldItalic.woff2') format('woff2'),
        url('../fonts/Corbel-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel-Bold.woff2') format('woff2'),
        url('../fonts/Corbel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel-BoldItalic.woff2') format('woff2'),
        url('../fonts/Corbel-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel.woff2') format('woff2'),
        url('../fonts/Corbel.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel-Italic.woff2') format('woff2'),
        url('../fonts/Corbel-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('../fonts/DomaineSansFine-Regular.woff2') format('woff2'),
        url('../fonts/DomaineSansFine-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Norman';
    src: url('../fonts/NormanRegular.woff2') format('woff2'),
        url('../fonts/NormanRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Acta Display Book";
    src: url("../fonts/8426a04cc01b52b246b8a8e01d168356.eot");
    src: url("../fonts/8426a04cc01b52b246b8a8e01d168356.eot?#iefix")format("embedded-opentype"),
        url("../fonts/8426a04cc01b52b246b8a8e01d168356.woff")format("woff"),
        url("../fonts/8426a04cc01b52b246b8a8e01d168356.woff2")format("woff2"),
        url("../fonts/8426a04cc01b52b246b8a8e01d168356.ttf")format("truetype"),
        url("../fonts/8426a04cc01b52b246b8a8e01d168356.svg#Acta Display Book")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary: #272727;
    --light-blue: #cbcbcb;
    --white: #ffffff;
    --black: #000000;
	--light-gray: #e2e2e2;
	--gray: #272727;
    --font-Helvetica: 'Helvetica';
    --font-Acta: "Acta Display Book";
    --font-coral: 'Corbel';	
}




body {
    font-size: 16px;
    background-color: var(--primary);
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

@media screen and (min-width:1280px) {
    .container-fluid {
        max-width: 1580px;
    }
}

.m-view {display:none !important;}
.d-view {display:block !important;}

header.home-header {
    position: absolute;
    z-index: 5;
    width: 100%;
}
header.page-header {
    z-index: 5;
    position: relative;
}
header.page-header nav.navbar ul.dropdown-menu {
    padding: 0;
    border-radius: 0;
    background-color: var(--light-blue);
    margin-top: 10px;
	border: none;
}
header.page-header nav.navbar ul.dropdown-menu li.nav-item {
    padding: 0;
}
header.page-header nav.navbar ul.dropdown-menu li.nav-item a.dropdown-item {
    padding: 6px 15px;
}
header.page-header nav.navbar .menu-item-has-children .dropdown-toggle {
    padding: 0 44px 0 16px;
}
.navbar-expand-lg .navbar-nav {
    gap: 40px;
}
header.home-header nav.navbar ul > .menu-item-has-children > a {
    padding-right: 45px !important;
}

header.home-header nav.navbar .menu-item-has-children ul.dropdown-menu {
    padding: 0 !important;
    border-radius: 0;
    background-color: var(--light-blue);
    border: navajowhite;
    margin-top: 15px;
    left: 0;
}
header.home-header nav.navbar .menu-item-has-children ul.dropdown-menu a.dropdown-item {
    padding: 4px 20px;
    line-height: 1.8;
}
header.page-header nav.navbar ul.dropdown-menu li.nav-item.current-menu-item a.dropdown-item {
    color: #1e2125;
    background-color: #e9ecef;
}
a {
    transition: all ease 0.3s;
    text-decoration: none;
    color: var(--black);
}

a:hover {
    transition: all ease 0.3s;
/*     opacity: 0.7; */
}

.btn {
    border-radius: 100px;
    font-family: var(--font-Helvetica);
    font-weight: 400;
    color: var(--white);
    padding: 8px 1.7em;
    line-height: 1.4;
    font-size: 0.875em;
    transition: all ease 0.3s;
}

.btn.btn-primary {
    background: linear-gradient(90deg, #39437C 0%, #3394B0 100%);
    border: transparent;
}

.btn.btn-primary:hover {
/*     opacity: 0.7; */
}

.btn.btn-outline-primary {
    border-color: var(--white);
}

.btn.btn-outline-primary:hover {
    background-color: var(--white);
    color: var(--black);
}

.bgcolor {
    background-color: var(--light-blue);
}

.bgcolorGrey {
    background-color: #b6b6b6;
}

.sectionPadding {
    padding: 5em 1em;
}

h2 {
    font-size: 1.875em;
    font-family: var(--font-Acta);
}

p {
    font-family: var(--font-Helvetica);
}

/* Navbar */
.navbar {
    padding: 0;
}

.navbar.navbarinner {
    background-color: #b6b6b6;
}

@media (min-width:991px) {
	html {
		margin: 0 !important;
	}
    .navbar.navbarinner {
        height: 124px;
    }
	.logged-in.admin-bar header.page-header {
/* 		margin-top: 32px; */
	}
	.navbar.navbarinner a.custom-logo-link {
		position: absolute;
		top: 0;
	}
    .navbar.navbarinner .navbar-brand {
        margin-top: 48px;
    }
}
.navbar.navbarinner a.custom-logo-link:hover {
    opacity: 1;
}
.navbar.navbarinner .navbar-nav .nav-item .nav-link {
    color: var(--black);
    font-weight: 400;
}

.navbar.navbarinner .navbar-nav .nav-item .nav-link svg path {
    stroke: var(--black);
}

.navbar.navbarinner .navFlex .callicon,
.navbar.navbarinner .navFlex .bar {
    filter: grayscale(1) invert(1);
}



.navbar.navbarinner .btn.btn-outline-primary {
    border-color: var(--black);
    color: var(--black);
}

.navbar .navbar-brand {
    margin-top: -10px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--white);
    padding: 0 1em;
    font-weight: 300;

}


.menu-item-has-children::after {
    right: 4px !important;
    top: -1px !important;
	pointer-events: none;
}

.navbarinner .menu-item-has-children::after
{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M4.03479 10.0173L12.0174 17.9999L20 10.0173' stroke='black' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") !important;
pointer-events: none;
}


.navbar .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 14px;
    margin-top: 0.125rem;
}

.navbar .navbar-nav .nav-item .nav-link svg {
    width: 20px;
    position: relative;
    top: -2px;
    margin-left: 0.4em;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .navFlex {
    display: flex;
    align-items: center;
    gap: 1.6em;
    margin: 0 1.6em 0 3.6em;
}

.navbar .navFlex .btn {
    line-height: 35px;
}

.navbar .navFlex .callicon {
    width: 1.2em;
}

.navbar .navFlex .bar {
    width: 3em;
}

/* Banner Section */
.bannersection {
    height: 700px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;

}

.bannersection video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    object-fit: cover;
}

.bannersection .banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: max-content;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-template-template-house-land .bannersection .banner_content {
    transform: translate(-60%, -50%);
    top: inherit !important;
    text-align: left;
    position: inherit;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.page-template-template-house-land .bannersection .banner_content-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-39%, -50%);
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.bannersection .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    display: block;
}

.bannersection .playBtn img {
    width: 110px;
}

.bannersection h1 {
    font-size: 5.438em;
    color: var(--white);
    margin-bottom: 0.1em;
    font-family: var(--font-Acta);
    letter-spacing: -1px;
}

.bannersection .btn {
    width: 100%;
    max-width: 380px;

}

/* Explore Section */
.explore .explore-content h3 {
    font-size: 1em;
    margin-bottom: 1.3em;
    text-transform: capitalize;
}
.explore img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.explore .explore-content {
    padding: 1.5em;
}

.explore .explore-content h2 {
    margin-bottom: 2.8em;
}
.summary-client-exp {
	margin-bottom: 4em;
}
.explore .explore-content p {
/*     margin-bottom: 4em; */
    line-height: 24px;
}

.explore .explore-content .btn {
    width: 100%;
    max-width: 200px;
}
section.testimonials.meet-director .dir-content {
    max-width: 820px;
    width: 100%;
    margin: 0 auto 60px;
}

/* Slider Contain */
.contain .card {
    position: relative;
}

.contain .owl-dots {
    position: absolute;
    bottom: 13px;
    right: 25px;
}

.contain .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 40%;
    width: 100%;
}
.contain .owl-theme .owl-nav button svg,
.latestSlider .owl-theme .owl-nav button svg {
    width: 40px;
    height: 40px;
}
.testimonials .owl-theme .owl-nav button svg {
    width: 32px !important;
    height: 32px;
}
.contain .owl-theme .owl-nav button svg polygon,
.latestSlider .owl-theme .owl-nav button svg polygon {
    fill: #969696;
	transition: all ease 0.3s;
}
.contain .owl-theme .owl-nav button:hover polygon {
    fill: #000;
}
.contain .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    margin: 0 5px;
    height: 10px;
}

.contain .owl-dot.active span {
    background: var(--black) !important;
}

.contain .owl-theme .owl-dots .owl-dot span {
    background: #808080
}

.contain .owl-prev {
    left: -51px;
    position: absolute;
    transform: rotate(180deg);

}

.contain .owl-prev,
.contain .owl-next {
    opacity: 0.5;
    background-color: transparent !important;
}

.contain .owl-prev:hover,
.contain .owl-next:hover {
    opacity: 1;
}

.contain .owl-prev span,
.contain .owl-next span {
    font-size: 5em;
}

.contain .owl-next {
    right: -51px;
    position: absolute;
}

/* Experience Section */
.experience .experience_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8em;
    position: relative;
}

.experience .experience_flex .arrowPos {
    position: absolute;
    bottom: 31px;
    width: 40px;
    right: 0;
    display: none;
}
.experience .experience_flex .content-section {
    width: 100%;
    min-width: 390px;
    max-width: 390px;
}

.experience .experience_flex .content-section h3 {
    font-size: 1.25em;
    letter-spacing: 5px;
    margin-bottom: 2.5em;
    font-weight: 300;
}
.experience .experience_flex .content-section h2 {
    font-family: var(--font-Acta);
    font-size: 2.688em;
    margin-bottom: 0.7em;
}

.experience .experience_flex .content-section a {
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 0.7em;
}

.experience .experience_flex .content-section a span {
    font-size: 2.5em;
    font-weight: 200;
}

.experience .exp-slider h4 {
    width: 90px;
    height: 90px;
    border: 1px solid var(--black);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    font-family: var(--font-Acta);
    margin-bottom: 0.4em;
}

.experience .exp-slider h3 {
    font-family: var(--font-Acta);
    font-size: 2.688em;
}

.experience .exp-slider {
    overflow-x: auto;
    max-width: 1500px;
    position: relative;

}

.experience .exp-slider .exp-slider_items {
    width: 100%;
    min-width: 284px;
    margin-bottom: 3em;
}

.experience .exp-slider .exp-slider-scroll {
    /* snap mandatory on horizontal axis  */
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
   
    gap: 7.5em;
}

.experience .exp-slider .exp-slider-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.experience .exp-slider .exp-slider-scroll::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #F5F5F5;
}

.experience .exp-slider .exp-slider-scroll::-webkit-scrollbar-thumb {
    background-color: #808080;
}

/* Services */
.services {
    padding: 1em;
    gap: 1em;
    background-color: #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services .serviceitems {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 800px;
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

}

.services .serviceitems .servicecard {
    background-color: #c0c0c0;
    width: 100%;
    max-width: 270px;
    padding: 22px 0.6em 0.6em;
    text-align: center;
    margin: 5em 4em;
	    z-index: 1;
	transition: all ease 0.6s;
}

.services .serviceitems
{
	transition:all ease 0.6s
}

.services .serviceitems:hover .servicecard{
	transform:scale(1.06);
}

.services .serviceitems .servicecard h3 {
    font-size: 0.8em;
    font-weight: 400;
    margin-bottom: 1.8em;
}


.services .serviceitems .servicecard .service_body {
    background-color: var(--white);
    padding: 3em 1.0em;
    text-align: center;
    height: 350px;
    display: flex;
    flex-direction: column;
}

.services .serviceitems .servicecard .service_body h2 {
    font-size: 1.813em;
    line-height: 16px;
    margin-bottom: 0.5em;
}

.services .serviceitems .servicecard .service_body p {
    margin-bottom: 1.6em;
    font-family: var(--font-Acta);
    font-size: 1em;
}

.services .serviceitems .servicecard .service_body h2 small {
    font-size: 0.3em;
    font-family: var(--font-coral);
    letter-spacing: 1.4px;
}

.services .serviceitems .servicecard .service_body .btn {
    width: 100%;
    margin-top: auto;
}

/* Service One */
.servicesone {
    padding: 1em;
    padding-top: 0;
    gap: 1em;
    background-color: #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.servicesone .serviceitems .arrowPos {
    color: var(--white);
    position: relative;
}

.servicesone .serviceitems .arrowPos svg {
    width: 30px;
    margin-left: 30px;
}


.servicesone .serviceitems {
    height: 400px;
    width: 35%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 1.5em;
	transition:all ease 0.3s
}

.servicesone .serviceitemswidth {
    width: 65%;
    padding: 0;
}

.servicesone .serviceitems h3 {
    font-family: var(--font-Acta);
    font-size: 2.813em;
    color: var(--white);
    position: relative;
}

.servicesone .serviceitems p {
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
    margin-top: auto;
    color: var(--white);
    font-family: var(--font-Helvetica);
    font-size: 0.875em;
    position: relative;
}

.servicesone .serviceitemswidth .serviceitems {
    width: 100%;
    position: relative;
	transition:all ease 0.3
}

.servicesone .serviceitemswidth .serviceitems:hover{
		transition:all ease 0.3s
}



.serviceitems::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
	transition: all ease 0.6s;
}
.serviceitems:hover::before {
    background-color: rgba(0,0,0,0.3);
}
.servicesone .serviceitemswidth .serviceitems .relativePos {
    position: relative;
}
.serviceitems .arrowPos .cls-1 {
    stroke: #fff;
}
.servicesone .serviceitemswidth .contain .owl-prev {
    left: 0;
}

.servicesone .serviceitemswidth .contain .owl-next {
    right: 0;
}

.servicesone .serviceitemswidth .contain .owl-nav svg {
    width: 22px !important;
}
.serviceitems .arrowPos {
    padding-top: 10px;
}
.serviceitems .arrowPos::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #fff;
    top: 0;
}
.page-template-template-house-land section.explore.assistance {
    padding: 80px;
}
/* Upcoming Box */
.upcomingbox {
    padding: 80px;
}

.upcomingbox .upcomingcard {
    background-color: var(--gray);
    border: 12px solid var(--white);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 2.5em;
    color: var(--white);
    width: 100%;
    max-width: 560px;
}

.upcomingbox.contactus {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.upcomingbox.contactus p {
    font-size: 1em;
    line-height: 15px;
}

.upcomingbox.contactus .upcomingcard .btn,
.upcomingcard form .btn{
    width: 100%;
    border-radius: 8px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
    font-weight: bold;
}


.upcomingbox.contactus .upcomingcard h2 {
    font-size: 1.75em;
}

.upcomingbox.contactus .upcomingcard {
    padding: 1.3em;
}

.upcomingbox .upcomingcard h2 {
    margin-bottom: 1.9em;
    line-height: 45px;
}

.upcomingbox .upcomingcard p {
    margin-bottom: 1.3em;
    line-height: 26px;
}
.upcomingcard p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6 !important;
}
.upcomingbox .upcomingcard .btn {
    margin-top: 2em;
/*     width: 190px; */
}

/* Latest Design */
.latestDesign {
    padding: 5em 0;
    background-color: var(--white);
}

.latest_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4em;
}

.latest_header p {
    width: 100%;
    max-width: 600px;
    color: var(--black);
    line-height: 25px;
}

.latest_header h2 {
    font-size: 2.188em;
}
.latestDesign .owl-item .item {
	overflow:hidden;
}
.latestSlider .latestBox {
/*     height: 270px;
    width: 100%; */
	width: calc(100% - 20px);
	margin: 10px auto 0 !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position: relative;
	overflow: hidden;
/*     padding: 0.5em; */	
/*    display: flex;
    justify-content: flex-end;
    align-items: flex-start; */
	transition: all ease 0.6s;
}
.latestSliderListing .latestBox img {
    width: 100%;
}
.latestDesign .owl-item .item:hover .latestBox.bg-img > img,
.tabContent .latestSlider.latestSliderListing .card:hover .latestBox img {
    transform: scale(1.06);
}
.latestDesign .owl-item .item .latestBox.bg-img > img,
.tabContent .latestSlider.latestSliderListing .card .latestBox img{
	transition: all ease 0.6s;
}
.latestSlider.latestSliderListing .card .card-body {
    padding: 0;
}

.latestSlider.latestSliderListing .card .card-body .contentheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2em;
}

.latestSlider.latestSliderListing .card .cardFooter {
    background-color: #cccccc;
    padding: 1.2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.latestSlider.latestSliderListing .card .cardFooter .listingFlex {
    display: flex;
    align-items: center;
    gap: 1.3em;
}

.latestSlider.latestSliderListing .card .cardFooter .listingFlex div {
    display: flex;
    align-items: center;
    gap: 0.8em;
}

.latestSlider.latestSliderListing .card .cardFooter .listingFlex div img {
       width: 20px;
    height: 20px;
    object-fit: contain;
}

.latestSlider.latestSliderListing {
    margin-bottom: 1.3em;
}

.latestSlider.latestSliderListing .card .cardFooter a {
    font-size: 0.875em;
}


.latestSlider .latestBox .badge {
    border-radius: 8px;
    background: linear-gradient(90deg, #39437c 0%, #3394B0 100%);
    padding: 0.6em 1.3em;
    font-weight: 300;
    font-family: var(--font-Acta);
}
.latestSlider .latestBox span.badge {
    position: absolute;
    top: 20px;
    right: 20px;
}
.latestSlider .card-body {
    text-align: center;
}

.latestSlider .card-body h2 {
    margin-top: 0.5em;
}

.latestSlider .card-body p {
    font-family: 'Poppins', sans-serif;
}
.property_results a:hover {
    color: var(--black);
}
.latestSlider .card {
    border-radius: 0;
    border-color: #a3a3a3;
}


.latestSlider .card .card-body {
    padding: 0.7em;
}
.latestDesign .latestSlider .card .card-body {
    padding: 0;
}
.latestDesign .latestSlider .card .card-foot {
    margin-top: 20px;
}
.latestSlider .card-foot {
    padding: 40px 15px 20px;
    text-align: center;
    background-color: #cccccc;
}

.latestSlider .card-foot .arrowPos {
    color: var(--black);
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
}

.latestSlider .card-foot .arrowPos svg {
    width: 30px;
    margin-right: 18px;
}

.latestSlider .card-foot h4 {
    font-family: var(--font-Helvetica);
    font-size: 1.2em;
    margin-bottom: 2.4em;
}
.card-inner {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}

.latestSlider .owl-prev {
    left: -51px;
    position: absolute;
    transform: rotate(180deg);

}
.latestSlider .card-foot .arrowPos svg .cls-1 {
    stroke: #7f7f7f;
}

.latestSlider .owl-prev,
.latestSlider .owl-next {
    opacity: 0.5;
    background-color: transparent !important;
}

.latestSlider .owl-prev:hover,
.latestSlider .owl-next:hover {
    opacity: 1;
}

.latestSlider .owl-prev span,
.latestSlider .owl-next span {
    font-size: 5em;
}

.latestSlider .owl-next {
    right: -51px;
    position: absolute;
}

.latestSlider .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 40%;
    width: 100%;
}

.latestDesign .btn {
    margin-top: 4em;
    width: 100%;
    max-width: 200px;
    font-size: 1em;
}

/* Reviews */
.meet-director,
.testimonials {
    padding: 5em 0;
    background-color: var(--light-blue);
}

section.testimonials.meet-director img.img-fluid {
    filter: grayscale(85%);
}

.testMoniFix h2 {
    font-family: var(--font-Acta);
 	font-size: 2em;
    margin: 0.7em 0 1.5em;
}

/*.testimonialsSlider {
    border-bottom: 1px solid #b0b0b0;
    padding-bottom: 4em;
}*/

.testimonialsSlider .reviewHeader {
    display: flex;
    align-items: center;
    gap: 1.5em;
    margin-bottom: 1.8em;
}

.testimonialsSlider .reviewHeader h3 {
    font-family: var(--font-Helvetica);
    font-size: 1.3em;
    margin-bottom: 0.1em;
}

.testimonialsSlider .reviewHeader span {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 100px;
    font-family: var(--font-Acta);
    font-size: 2.3em;
}


.testimonialsSlider h2 {
    font-family: var(--font-Acta);
    font-size: 1.188em;
    margin-bottom: 1.3em;
}
.testimonials .item p {
    text-align: justify;
    color: #000;
}
.testimonialsSlider .arrowPos {
    color: var(--black);
    position: relative;
    display: block;
    margin-top: 1.7em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	display: none;
}

.testimonialsSlider .arrowPos svg {
    width: 30px;
    margin-right: 0.4em;
}
.testimonials .item {
    padding: 0 40px;
}
.testimonialsSlider .owl-nav svg {
    width: 22px !important;
}
.testimonials .owl-nav button {
    margin: 0 !important;
}
.testimonials .owl-nav button.owl-prev {
    left: -20px;
}
.testimonials .owl-nav button.owl-next {
    right: -20px;
}
/* Blog */
.blog {

    background-color: var(--light-blue);

}
section.blog .blog_header {
    padding-top: 0;
	margin-bottom: 80px;
}
.borderBottom {
    padding-bottom: 4em;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 4em;
}

.blog .blog_header {
    text-align: center;
    margin-bottom: 2em;
	padding-top:4em
}

.blog .blog_header h3 {
    font-size: 1.875em;
}

.blog .blog_header h2 {
    font-size: 4.375em;
}

.blog img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-bottom: 1.5em;
}

.blog .card {
    height: 100%;
	transition:all ease 0.3s;
		border-radius: 0;
}

.upcomingbox .wpcf7-spinner
{
	display:none !important
}



.blog .card .card-body h4 {
    font-family: var(--font-Acta);
    font-size: 1.438em;
    line-height: 1.4;
	transition:all ease 0.3s;
		margin-bottom: 20px;
}

.blog .card .card-body p {
    font-size: 0.875em;
}

.blog .arrowPos {
    color: var(--black);
    font-size: 1em;
    margin-top: 0.6em;
    display: block;
	z-index: 1;
    position: relative;
}

.blog .arrowPos svg {
    width: 25px;
    margin-left: 0.4em;
}

.blog .btn.btn-outline-secondary {
    border-radius: 0;
    margin-top: 5em;
    color: var(--black);
    width: 100%;
    max-width: 160px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Faq */
.faq {

    background-color: var(--light-blue);
    padding-bottom: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
}

.radiusBox {
    margin-top: 2em;
    border-radius: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq .faqBox > h2 {
    margin-bottom: 50px !important;
	text-align: center;
}
.faq .faqBox {
    width: 100%;
    max-width: 800px;
}

.faq .accordion .accordion-item {
    margin-bottom: 1em;
    background-color: transparent;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
}

.faq .accordion .accordion-item .accordion-button {
    background: var(--white) !important;
    color: var(--black) !important;
    font-family: var(--font-Acta);
    padding: 1.2em;
    padding-left: 2em;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.faq .accordion .accordion-item .accordion-button[aria-expanded="true"] {
    background: linear-gradient(90deg, #39437c 0%, #3394B0 100%) !important;
    color: var(--white) !important;
}
.faq .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}


.faq .accordion .accordion-body {
    background-color: transparent;
    font-size: 1em;
}

.faq .accordion .accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(0deg);
}

.faq .accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(180deg);
}

.form-control {
    border-radius: 0;
    background-color: transparent;
    border-color: #414040;
    margin-bottom: 1em;
}

.formFlex {
    display: flex;
    align-items: center;
    gap: 1em;
}

/* Footer CSS */
footer .bgColor {
    background-color: var(--gray);
    padding: 2.5em 0;
    color: var(--white);
}

footer .bgColor1 {
    padding: 2.5em 0;
    background-color: var(--light-blue);
}

footer h3 {
    font-size: 2.5em;
    font-family: var(--font-Acta);
    margin-bottom: 0.5em;
}

footer h4 {
    display: flex;
    align-items: center;
    font-size: 1.188em;
    font-weight: 300;
    margin-bottom: 1.3em;
}

footer h4 img {
    width: 20px;
    margin-right: 7px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul {
    display: flex;
    gap: 1.3em;
}

footer ul li a {
    border: 1px solid #ccc;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7em;
    color: var(--white);
}
footer ul li a i {
    font-size: 22px;
}
footer ul li a:hover {
    background-color: var(--white);
    color: var(--black);
}
.footer-bottom p {
    font-size: 12px;
}
.footer-imgs.img2 {
    text-align: center;
}
.footer-imgs.img2 img {
    max-width: 70px;
}
.scrollToTop {
    width: 100px;
    height: 130px;
    padding: 10px;
    text-align: center;
    border: 1px solid var(--black);
    width: 50px;
    height: 50px;
    background-color: var(--white);
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 7;
}

.scrollToTop i {
    font-size: 1.3em;
    position: relative;
    top: 0.1em;
    color: var(--black);
}

.scrollToTop:hover {
    text-decoration: none;
}

/* Listing Section */
.listingsection {
    background-color: var(--light-gray);
    padding: 7em 0 5em;
}
.tabs-column ul.nav.nav-tabs li {
    display: contents;
}
.listingsection .nav-pills .nav-link, 
.tabs-column ul.nav.nav-tabs li a {
    padding: 1em 0;
    color: #808080;
    font-size: 1.8em;
    font-family: var(--font-Acta);
    border-radius: 0;
}

.listingsection .nav,
.tabs-column ul.nav.nav-tabs{
    gap: 4em;
    border-bottom: 1px solid #aaaaaa;
}

.listingsection .nav-pills .nav-link.active,
.listingsection .nav-pills .show>.nav-link,
.tabs-column ul.nav.nav-tabs li a.active {
    background-color: transparent;
    color: var(--black);
    border-bottom: 1px solid var(--black);
}

.listingsection .tabContent h3 {
    margin: 1.5em 0;
    font-size: 1em;
    font-family: var(--font-Helvetica);
    line-height: 25px;
}

.listingsection .tab_filter .filter_items {
    border: 1px solid #b7b7b7;
    padding: 1em;
    display: flex;
    align-items: center;
    gap: 1em;
    background-color: #dbdbdb;
    width: 100%;
    max-width: 210px;
}
.listingsection .listdesc {
    margin-top: 4em;
}
.listingsection .listdesc h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
	line-height: 1.4;
}
.listingsection .tab_filter {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    margin-bottom: 5em;
	margin-top: 4em;
}

.listingsection .tab_filter .filter_items span {
    font-weight: 500;
        min-width: 95px;
}
.listingsection .tab_filter .filter_items select {
    font-weight: 200;
}
.listingsection .tab_filter .filter_items .form-control {
	font-family: 'Helvetica';
    border: none;
    background-color: transparent;
    appearance: auto;
    padding: 0;
    margin-bottom: 0;
}

.listingsection .tab_filter .filter_items .form-control:focus {
    box-shadow: none;
}


li.pager-item {
    padding: 0 5px;
}

.bg-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-gray{
    background-color: #dbdbdb;
}
.bg-gray-lite{
    background-color: #cbcbcb;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Assuming a 16:9 aspect ratio, adjust as needed */
}

.iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wpforms-container input.wpforms-field-medium, 
.wpforms-container select.wpforms-field-medium, 
.wpforms-container .wpforms-field-row.wpforms-field-medium
{
    max-width:100%  !important;
}

.wpforms-container .wpforms-field {
    padding: 5px 0 !important;
    position: relative;
}

.wpforms-submit
{
        background: linear-gradient(90deg, #39437C 0%, #3394B0 100%) !important;
    border: transparent !important;
    font-size: 15px !important;
    width: 100% !important;
    max-width: 150px;
    height: 50px !important;
}

.wpforms-field-name-first,
.wpforms-field-name-last,
.wpforms-field-medium
{
    border-radius: 0 !important;
    background-color: transparent !important;
    border-color: #5b5858 !important;
    color: #fff !important;
}

.wpforms-field-name-first::placeholder,
.wpforms-field-name-last::placeholder,
.wpforms-field-medium::placeholder
{
    color: #fff !important;
}

.abouPad
{
    padding:3em 0
}

.abouPad p{
        color: #2d2d2d;
    font-size: 1em;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.abouPad h2{
        font-size: 2.625em;
    margin-bottom: 0.5em;
}

.exploreOne{
    padding:3em 0
}

.exploreOne h4{
  font-size: 0.9em;
}

.exploreOne h3{
    font-family: var(--font-Acta);
    font-size:1.875em;
    margin: 0.7em 0;
}

.directorSection{
    padding:3em 0 !important
}

.directorSection .dir-heading h3
{
        font-family: var(--font-Acta);
    font-size:2.625em;
    margin: 0 0 0.7em;
}

.directorSection .dir-content
{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 2em;
    color: #000;
    font-weight: 600;
    line-height: 31px;
}

.dirContent span
{
    display:block;
    margin-bottom:0.5em
}

.dirContent h4{
    font-family: var(--font-Acta);
    font-size:1.875em;
        margin: 0;
}

.dirContent p
{
    margin:2.5em 0
}

.social-row{
    background:linear-gradient(90deg, #39437C 0%, #3394B0 100%);
        border-radius: 100px;
    gap: 1em;
    margin-top:auto;
    margin-bottom:1em;

        padding: 0.3em 1.5em;
    width: fit-content;
}
.social-row .social-links img {
    width: 16px !important;
}

.formSection {
    padding: 3em 0;
}

.formSection p {
    line-height: 1.4;
}

.formSection h2 {
    font-size: 2.625em;
}

.formSection .upcomingbox .upcomingcard {
    max-width: 600px;
    width: 100%;
    margin-left: auto !important;
    background-color: #282828;
    margin-top: -230px;
    padding: 1.3em;
    position: relative;
    z-index: 4;
}
.formSection .upcomingbox .upcomingcard h2 {
    font-size: 1.75em;
}

.formSection .upcomingbox .upcomingcard .form-control {
    border-color: #414040;
}

.formSection .formBoxPad {
    padding: 5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.formSection .formBoxPad h2 {
    color: #fff;
    font-size: 3.5em;
    margin-bottom: 0.6em;
    text-shadow: -6px 4px 9px rgba(0, 0, 0, 0.6);
}

.formSection .btn {
    border-radius: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.formSection h3 {

    font-family: var(--font-Acta);
    font-size: 2.688em;
}

.formSection h4 {
    font-family: var(--font-Helvetica);
    margin: 0.7em 0;
}

.explore .sub-title h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.explore .title {
    margin-bottom: 4rem;
}
.explore .button-link a.btn {
    min-width: 200px;
}
section.explore.about-us .explore-content {
    padding-bottom: 70px !important;
}
section.explore.about-us .explore-content .button-link {
    bottom: 0;
}

section.explore.simplify-home {
    background: #b6b6b6;
	padding: 60px 0 70px;
}
section.explore.simplify-home h3 {
    max-width: 580px;
    width: 100%;
    margin: 0 auto 20px;
}
.simplify-home  h6 {
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0 20px;
}
.simplify-home p {
    font-size: 14px;
}
.page-template-template-house-land section.blog,
.page-template-template-house-land section.faq {
    background: #b6b6b6;
}
.page-template-template-house-land section.blog .borderBottom {
    padding-top: 5em;
}
@media (min-width: 992px) {
        .hide-on-desktop {
            display: none !important;
        }
	.testimonials .latest_header {
		padding-left: 40px;
	}
}
@media (max-width: 767.98px) {
	.hide-on-mobile {
		display: none !important;
	}
	.blog .row .row {
		gap: 15px;
	}
	.page-template-template-house-land .bannersection .banner_content {
		text-align: center;
	}
	.bannersection .btn {
		max-width: 300px;
	}
}



/* Properties  */

.sliderdetail_section swiper-container {
    width: 100%;
    height: 100%;
}

.sliderdetail_section swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderdetail_section swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliderdetail_section body {
    background: #000;
    color: #000;
}

.sliderdetail_section swiper-container {
    width: 100%;
    height: calc(100vh - 100px);
    margin-left: auto;
    margin-right: auto;
}

.sliderdetail_section swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    width: 100%;
}

.mySwiper2 swiper-slide {
    width: 33%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

.sliderdetail_section .mySwiper swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper2 swiper-slide img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.breadSectionbox {
    background: #282828;
    color: #fff;
    padding: 4em 0 1.5em 0;
}

.breadSection {

    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
}


.breadSection h2 {
    margin: 0;
}

.breadSection .breadFlex {
    display: flex;
    gap: 3em;
}


.breadSection .breadFlex a {
    margin: 0;
    display: flex;
    gap: 1em;
    line-height: 0;
    align-items: center;
    color: #fff;
}

.breadSection .breadFlex img {
    width: 27px;
}
.tabs-column .tab-content h3 {
    font-size: 17px !important;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 300;
}

@media (max-width:767px) {
	.swiper-button-next svg, .swiper-button-prev svg {
		width: 14px;
	}
    .breadSection {
        flex-direction: column;
    }

    .breadSection .breadFlex {
        gap: 1em;
        flex-direction: column;
        justify-content: center;
        width: 100%;
		margin-top: 40px;
    }

    .breadSection .breadFlex a {
        font-size: 0.8em;
    }
	footer > section {
		padding: 50px 0 !important;
	}
	footer .row {
		gap: 50px;
	}
	footer .offset-1 {
		margin-left: 0;
	}
	.footer-bottom .row {
		gap: 10px;
	}
	section.footer-bottom {
		padding-bottom: 10px !important;
		padding-top: 20px !important;
	}
	.designsection .designsection_Right .preview {
		padding: 1em;
	}
	.tabs-column ul.nav.nav-tabs {
		gap: 1em;
		border-bottom: 0px solid #aaaaaa;
	}
	.listingsection .nav-pills .nav-link, .tabs-column ul.nav.nav-tabs li a {
		padding: 0.3em 0;
	}
}


.slider2section {
    padding: 3em 0;
    background-color: #e2e2e2;
}

.slider2section .upcomingbox {
    padding: 0;
}

.slider2section .slider2-content {
    padding-top: 1em;
}


.slider2section .slider2-content p {
    margin-bottom: 1.8em;
    font-weight: 600;
    line-height: 28px;
}


.slider2section .slider2-content h2 {
    font-size: 35px;
}

.slider2section .slider2-content .para1 {
    font-size: 12px;
    font-weight: 600;
}

.slider2section .slider2-content .para1 a {
    text-decoration: underline;
}

.slider2section .slider2-content h2 {
    margin-bottom: 0.3em;
}

.slider2section .slider2-content h3 {
    font-size: 17px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 300;
}

.slider2section .slider2-content h4 {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 24px;
}

.designsection {
    padding: 3em 0;
    background-color: #cbcbcb;
    font-family: var(--font-Helvetica);
}

.designsection .designsection_Left h3 {
    font-size: 17px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 300;
}

.designsection .designsection_Left p {
    font-size: 12px;
    font-weight: 600;
    margin: 2em 0 3em;
    line-height: 24px;
}

.designsection .designsection_Left p a {
    text-decoration: underline;
}

.designsection .designsection_Left .listingFlex {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 2em;
    justify-content: space-between;
}

.designsection .designsection_Left .listingFlex div {
    display: flex;
    align-items: center;
    gap: 0.8em;
    font-weight: 300;
}

.designsection .designsection_Left .listingFlex div img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.designsection .designsection_Left h4 {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
}

.designsection .designsection_Left ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.5em;
}

.designsection .designsection_Left ul li {
    display: flex;
    gap: 1em;
    font-family: var(--font-Helvetica);
    margin-bottom: 0.3em;
    font-weight: 500;
}

.designsection .designsection_Left ul li span:first-child {
    width: 180px;
    font-size: 14px;
}

.designsection .designsection_Left ul li span:last-child {
    font-size: 12px;
}

.downloadBro {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1em 0;
    margin-bottom: 1.4em;
}

.downloadBro a {
    display: flex;
    align-items: center;
    gap: 0.7em;
    font-family: var(--font-Acta);
}

.downloadBro a img {
    width: 20px;
}

.designsection .designsection_Left .btn {
    width: 100%;
    border-radius: 0;
    padding: 1em 0;
    height: auto;
    background: #282828;
    font-size: 18px;
}

.para_footer {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}


.designsection .designsection_Right .preview {
    padding: 4em;
    background-color: #fff;
}

.designsection .designsection_Right .preview h3 {
    font-size: 14px;
    text-align: center;
}

.designsection .designsection_Right .previewImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.designsection .designsection_Right .previewImg img {
    height: 592px;
    object-fit: contain;
}

.designsection .designsection_Right .previewFooter {
    padding: 2em;
    background-color: #e2e2e2;
}

.designsection .designsection_Right .previewFooter h3 {
    font-family: var(--font-Helvetica);
    font-size: 16px;
    margin-bottom: 0.7em;
    font-weight: 600;
}

.designsection .designsection_Right .previewFooter p {
    font-size: 10px;
    margin-bottom: 0.8em;
    font-weight: 600;
}


.designsection .designsection_Right .previewFooter input[type=radio]+label {
    display: inline-block;
}

.otherclass .step1_bowl {
    display: none;
}

.designsection .designsection_Right .previewFooter form {
    margin-top: 1.2em;
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    row-gap: 1em;
}

.designsection .designsection_Right .previewFooter form .form-check {
    margin-bottom: 0;
}

.blogInner {
    padding: 4em 0 7em;
}

.blogInner .blog_header span img {
    width: 20px;
    object-fit: contain;
    height: 29px;

}

.blogInner .blog_header p {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin: 1em 0 1.5em;
}

.blogInner .blog_header span {
    display: flex;
    justify-content: center;
}

.catSection {
    padding: 3em 0;
    background-color: #f6f6f6;

}

.catSection h3 {
    font-size: 19px;
    font-weight: 500;
    font-family: var(--font-Helvetica);
    margin-bottom: 1em;
}

.catSection ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}


.catSection ul li a {
    border: 1px solid #282828;
    border-radius: 100px;
    padding: 0.6em 1.6em;
    display: block;
    color: #0d0e0e;
    text-align: center;
}

.catSection .catBox .arrowPos {
    color: var(--black);
    font-size: 1em;
    margin-top: 0.6em;
    display: block;
}

.catSection .catBox svg {
    width: 25px;
    margin-left: 0.4em;
}

.catBox img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 1.6em;
}

.catBox ul {
    gap: 0.5em;
}

.catBox ul li {
    border: 1px solid #000;
    padding: 0.6em 1em;

}

.catBox h3 {
    font-family: var(--font-Acta);
    font-size: 23px;
    line-height: 35px;
}

.catSection .btn.btn-outline-secondary {
    border-radius: 0;
    margin-top: 5em;
    color: var(--black);
    width: 100%;
    max-width: 160px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.owl-theme .owl-nav [class*='owl-']
{
        margin: -9px;
}



.exploreNewContent.explore .explore-content h2 {
   margin-bottom:0.8em
}

.testMoniFix {
    height: 100%;
    display: flex;
    flex-direction: column;
	padding-top: 10px;
}

.exploreNewContent.explore .explore-content p {
    margin-bottom: 1.5em;
    line-height: 24px;
}


@media (max-width:767px) {
    .catBox {
        margin-bottom: 1em;
    }
}

.testMoniFix  > span {
    font-weight: 300;
}
.testMoniFix.content-justify p {
    text-align: justify;
	font-size: 14px;
}


/* contact form 7 */

div#wpforms-202-field_2-container {
    width: 70%;
}

button#wpforms-submit-202 {
    position: absolute;
    right: 0;
    bottom: 9px;
}
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
    padding: 0;
}
.wpforms-container .wpforms-field {
    padding: 0 !important;
    position: relative;
}
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
    padding: 0 !important;
}
.wpforms-submit {
    background: linear-gradient(90deg, #39437C 0%, #3394B0 100%) !important;
    border: transparent !important;
    font-size: 15px !important;
    width: 100% !important;
    max-width: 156px;
    height: 44px !important;
    border: none;
    border-radius: 0px !important;
}


@media (min-width:768px) and (max-width:992px) {
	.bannersection h1 {
		font-size: 4.438em;
	}
	.experience .experience_flex {
		gap: 4em;
	}
	.servicesone .serviceitems h3 {
		font-size: 2em;
	}
	.blog .row.row {
		gap: 15px;
	}
}

@media (min-width:1400px) {
	.explore #owl-carousel .owl-nav [class*='owl-'] {
		margin: 0px !important;
	}
	.explore #owl-carousel .owl-nav button.owl-prev {
		left: -40px;
	}
	.explore #owl-carousel .owl-nav button.owl-next {
		right: -40px;
	}
	.explore #owl-carousel .owl-nav button.owl-prev svg, 
	.explore #owl-carousel .owl-nav button.owl-next svg {
		width: 30px;
		height: 30px;
	}
}
.footer-imgs {
    max-width: 150px;
	width: 100%;
	flex: 1;
}
.footer-imgs img {
    max-width: 100px;
    width: 100%;
}
.wpforms-container input[type] {
    font-family: 'Helvetica' !important;
}


section.bannersection.custom-desgin.finance {
    background-image: url(https://dailyupdateme.com/dwell/wp-content/uploads/2024/03/about-bg-scaled.jpg);
    background-size: cover;
    background-position: center;
}

.footer-imgs.img4 {
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #39437C 0%, #3394B0 100%) !important;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer-imgs.img4 img.img-fluid {
    width: 22px;
}
.house-designs h2 {
    max-width: 310px;
    width: 100%;
    margin: 0;
}
.card-info {
    padding: 15px 0;
}
.consultant-form p {
    font-size: 12px !important;
}
.assistance h2 {
    margin-bottom: 40px;
}
.assistance p {
    font-size: 20px;
    margin-bottom: 40px;
}
.banner_content .max-content {
    max-width: 500px;
}
.page-template-template-house-land .bannersection h1 {
    font-size: 48px;
}
.page-template-template-house-land .bannersection h4 {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}
.page-id-247 .banner_max .max-content h4 {
    background: linear-gradient(90deg, #39437C 0%, #3394B0 100%);
    width: fit-content;
    padding: 10px 30px;
    border-radius: 90px;
}
section.house-land {
    height: 450px;
}
section.house-land h2 {
    font-size: 56px;
}
section.sectionPadding.bg-img.house-land {
    display: flex;
    justify-content: center;
    align-items: center;
	background-position: 0 -440px;
}

section.testimonials.meet-director .dir-heading h2 {
    font-size: 2.68em;
    margin: 0;
}
section.testimonials.meet-director .dir-heading {
    margin-bottom: 40px;
}
section.testimonials.meet-director .dir-content {
    margin-bottom: 60px;
}
.single-post p {
    font-family: poppins;
    margin-bottom: 20px;
}
.single-post ol li {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
	.side-popup {
		padding: 40px 50px !important;
	}
}
.side-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    max-width: 500px;
    background: #bcbaba;
    color: #282828;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px 100px;
}
.side-popup.show.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.side-menu__close-button {
    height: 50px;
    width: 50px;
    border: 1px solid;
    margin-right: -15px;
}
.side-menu__close-button {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    position: relative;
    border-radius: 50%;
    font-size: 14px;
    font-size: 1.4rem;
	background: transparent;
	
    
}
button.menu-slide-close.side-menu__close-button.js--side-menu__close span {
    font-size: 12px;
    font-weight: 300;
}
.side-popup-nav {
    margin-top: 60px;
}
/*
.side-menu__close-button::after, .side-menu__close-button::before {
    content: "";
    height: 1px;
    background: currentColor;
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
}
.side-menu__close-button::before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}
.side-menu__close-button::after {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}

.side-popup-head button span {
    display: none;
}
*/
.side-popup-nav ul#menu,
.side-popup-nav ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.side-popup-nav ul#menu .menu-item-has-children {
    position: relative;
}
.side-popup-nav ul#menu > li > a {
    font-size: 28px;
    font-family: var(--font-Acta);
    width: 100%;
    display: block;
    padding: 10px 0;
	cursor: pointer;
}
.side-popup-nav ul#menu > li > a:hover {
	color: var(--black);
}
.side-popup-nav ul#menu .menu-item-has-children::before,
.side-popup-nav ul#menu .menu-item-has-children::after {
    background-image: none;
    background-color: #000;
	pointer-events: none;
    -webkit-transition: stroke-width .15s ease-in-out;
    transition: stroke-width .15s ease-in-out;
}
.side-popup-nav ul#menu .menu-item-has-children::before {
	display:none;
    content: '';
    position: absolute;
    right: 17px;
    top: 12px;
    width: 1px;
    height: 28px;
}
.side-popup-nav ul#menu .menu-item-has-children::after {
    top: 27px !important;
    width: 28px;
    height: 1px;
}
.side-popup-nav .menu-item-has-children.active-item::before {
	display:block !important;
}

.side-popup-nav ul.sub-menu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    line-height: 1.1;
    margin-right: 0.66em;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    padding: 0.5em 0;
    font-size: 16px;
	font-weight: 300;
	width: 100%;
}
.side-popup-nav a:hover {
	opacity: .5;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.side-popup-nav ul#menu > li {
    margin-top: 32px;
	position: relative;
}
.side-popup-nav ul#menu > li:first-child {
    margin-top: 0;
}


.floar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
	margin-top: 40px;
}
.floar-list .check-floar-item {
    flex: 0 0 21%;
}
/* The plan-item */
.plan-item {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.plan-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.plan-item .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.plan-item:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.plan-item input:checked ~ .checkmark {
  background: linear-gradient(90deg, #39437C 0%, #3394B0 100%);
}

/* Create the checkmark/indicator (hidden when not checked) */
.plan-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.plan-item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.plan-item .checkmark:after {
    left: 50%;
    top: 0%;
    transform: rotate(45deg) translate(50%, 50%) !important;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    /* transform: rotate(45deg); */
}
.livechat {
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, #39437C 0%, #3394B0 100%) !important;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 40px;
}
.livechat a {
    width: 26px;
    height: 26px;
}
.livechat img {
    width: 100%;
}

.home section#contact {
    padding: 80px;
}
.explore .contain {
    padding: 0 40px;
}
.cardFooter span.floor-plans, .contentheader p, .cardFooter .listingFlex div span {
    font-weight: 300;
}