:root {
     font-size: 100%;
}
html {
  scroll-behavior: smooth;
}
 html, body {
     font-size: 100%;
     overflow-x: hidden;
     font-family: "Montserrat", sans-serif;
}
 body a {
     transition: 0.1s all ease;
     -webkit-transition: 0.1s all ease;
     -moz-transition: 0.1s all ease;
     -o-transition: 0.1s all ease;
     -ms-transition: 0.1s all ease;
     text-decoration: none;
}
a:hover {
    color: #2e6535;
   
}
 body img {
     transition: 0.6s all ease;
     -webkit-transition: 0.5s all ease;
     -moz-transition: 0.5s all ease;
     -o-transition: 0.5s all ease;
     -ms-transition: 0.5s all ease;
     text-decoration: none;
}
 a:not([href]):not([tabindex]) {
     color: #fff;
}
 a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
     color: #fff;
     cursor: pointer;
     user-select: none;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
     font-weight:400;
     color: #316535;
     transition: 0.1s all ease;
     font-family: "Playfair Display", serif;
}
/* title */
 h2 {
     font-weight: 400;
     font-size: 3rem;
     line-height: 3.5rem;
}
/* subtitle */
 h4 {
     font-weight: 400;
     font-size: 2.6rem;
     line-height: 2.6rem;
}
 p, .table th, .table td {
     line-height: 2.2rem;
     font-size: 1.4rem;
     color: #333;
     margin: 0;
     transition: 0.1s all ease;
}
 p, li, a {
     line-height: 1.5;
     font-size: 18px;
     color: #333;
     font-weight:400;
     margin: 0;
     transition: 0.1s all ease;
}
 ul {
     margin: 0;
     padding: 0;
}
 li {
     list-style-type: none;
}
 body a:hover {
     text-decoration: none;
}

.mb-50{
    margin-bottom:60px !important;
}


/* color FCMO */
 .bg-grey {
     background: #DEEDF6;
}
/* green-btn */
.green-btn {
    padding: 13px 40px;
    border: none;
    transition: all 0.8s !important;
    min-width: 300px;
    text-align: center;
    width: fit-content;
    color: #316535;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0;
    background: transparent;
    border: solid 1px #316535;
    max-width: 100%;
    font-size: 16px;
    cursor: pointer;
}
.green-btn span {
    margin-bottom: -2px;
}
.green-btn:hover, 
.green-btn:hover:focus, 
.green-btn:active {
    background-color: #316535;
    color: #fff;
}

.green-btn.border-btn:hover, 
.green-btn.border-btn:hover:focus, 
.green-btn.border-btn:active {
    background-color: #B81117;
    color: #fff;
}



/* link btn */
.link-btn {
    color: var(--Primary-Red-500, #D01F26);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.18px;
}



.link-btn:hover {
    text-decoration: underline;
    color: var(--Primary-Red-500, #D01F26);
}

.link-btn img {
    position: relative;
    top: -2px;
}



/* read more */
.read-more {
    color: var(--Primary-Red-500, #D01F26);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.18px;
}
.read-more img {
    position: relative;
    top: -1px;
    transition:0.4s;
}
.read-more:hover {
    color:var(--Primary-Red-500, #D01F26);
}
.read-more:hover img{
    transform:translatex(4px) !important;
}




/* section padding */
 .space {
     padding: 80px 0px;
}
/* section heading */
.header.js-header.darkHeader.darkHeader-2 nav.navbar {
    height: 70px;
}
.head-text {
    margin-bottom: 50px;
}
.heading-pnel {
    margin-bottom: 40px;
}
 .heading-pnel span {
     font-size: 1.6rem;
     text-transform: uppercase;
     color: #24c0e9;
     font-weight: 600;
     margin-bottom: 10px;
     display: inline-block;
}
 .heading-pnel h2 {
    color: var(--Primary-Navy-500, #302B53);
    /* Heading/Heading 02/Regular */
    font-family: "DM Serif Display";
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 111.111% */
}

 .heading-pnel h2.subb-heading{
    font-size: 40px;
     line-height: 48px;
     margin-bottom:10px;
}

 .heading-pnel p {
     margin: 0;
     transition: 0.6s all ease;
     color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
 .heading-pnel .btn-link {
}

/* white heading */
 .heading-pnel.fff h2 {
     color: #fff;
}
 .heading-pnel.fff p {
     color: #fff;
}








/* header */
.header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0px 0px;
}
 .header.js-header.darkHeader {
     width: 100%;
     /* top: -100px; */
     z-index: 999;
     /* height: 0; */
     overflow: hidden;
}
.header.js-header.darkHeader.darkHeader-2 {
    top: 0;
    transition: all 0.6s;
    overflow: visible;
    height: auto;
    position: fixed;
    border: none;
    background: #fff;
    box-shadow: 0px 0px 10px 10px #00000005;
}

.blue-logo {
    display: none;
}


.header.js-header.darkHeader.darkHeader-2 .white-logo {
    display:none;
}
.header.js-header.darkHeader.darkHeader-2 .blue-logo {
    display: block;
}

.header.js-header.darkHeader.darkHeader-2 .navbar-light .navbar-nav > li > a,
.header.js-header.darkHeader.darkHeader-2 .topbar-menu ul li a {
    color: #316535 !important;
}
.header.js-header.darkHeader.darkHeader-2 .topbar-menu ul li a img {
    filter: invert(1);
}




@media (max-width:1700px) {
    .header.js-header.darkHeader.darkHeader-2 .logo-box{
        width: 127px;
    }

    .header.js-header.darkHeader.darkHeader-2 .navbar-light .navbar-nav > li > a {
        font-size: 20px;
    }

    .header.js-header.darkHeader.darkHeader-2 .student-portal a {
        height: 130px;
    }
}


.header .container-fluid {
    /* padding: 0; */
}

 .navbar-light .navbar-brand {
     margin: 0;
}
.logo-box {
    overflow: hidden;
    width: 130px;
    margin-left: 30px;
    transition: 0.6s;
}
 .logo-box img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     margin-left: 0;
}
header .green-btn svg {
    margin-left: 8px;
}

 header .green-btn span {
     display: inline-block;
     padding: 0;
     background: #0000001c;
     font-size: 14px;
     position: relative;
     width: 30px;
     height: 30px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 6px;
}
 .right-head {

}
.navbar-light .navbar-nav > li {
    margin: 0 21px;
}
.navbar-light .navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav > li > a {
    padding: 0;
    position: relative;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #fff !important;
    position:relative;
}

.navbar-light .navbar-nav > li > a:hover:after  {
    width:100%;
}

.navbar-light .navbar-nav > li > a:after {
    height: 1px;
    content: "";
    display: block;
    background-color: #fff;
    width: 0%;
    position: absolute;
    bottom: -7px;
    transition:0.6s;
}
.header.js-header.darkHeader.darkHeader-2 .navbar-light .navbar-nav > li > a:after {
    background-color: #316535;
}



.navbar-light .navbar-nav > li > a:hover{
    color:#fff !important;
}
 .navbar-light .navbar-nav .nav-link:hover:before, .navbar-light .navbar-nav .active .nav-link:before {
     width: 100%;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
     color: #fff;
}
 .navbar-light .navbar-nav .nav-item {
     
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding:0 !important;
}
 .navbar {
     padding: 0;
}
.center-head {
    /* margin-left: auto; */
    padding-right: 0;
}

.navbar-collapse {
    flex-direction: column;
    align-items: flex-end;
}
.center-head {
    /* margin-left: auto; */
}


.student-portal > a {
    display: flex;
    width: 130px;
    height: 140px;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #67C0E3;
    color: #FFF;
    text-align: center;
/* Footer/Bold */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.28px;
}

.student-portal > a:hover {
    background:#59A3D1;
}

.student-portal > a > img {
    width: 42px;
}

.topbar-menu ul li:last-child a {
    padding-right: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    font-size: 14px;
    top: 100%;
    border: none;
    min-width: 300px;
    padding: 30px;
    box-shadow: 0px 6px 4px #00000012;
    background: #fff;
    border-radius: 4px;
    transition: 0.6s;
    left: 20px;
}

 .dropdown-menu figure {
     margin: 0;
     flex: 0 0 300px;
}
 .dropdown-menu figure img {
     width: 100%;
}
 .navbar-light .navbar-nav .dropdown-menu.show,
 .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
     display: block !important;
     align-items: center;
}
 .navbar-light .navbar-nav .dropdown-menu li {
     margin-bottom: 3px;
}
.navbar-light .navbar-nav .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    padding: 0;
    position: relative;
    color: #333 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    padding: 6px 0px;
}
 .navbar-light .navbar-nav .dropdown-menu li a:hover {
    color:#7dc02d !important;
}
.topbar {
    display: none;
}
 .topbar ul {
     display: flex;
     align-items: center;
     justify-content: end;
     margin-bottom: 20px;
}
 .topbar ul li {
     padding: 0px 14px;
     border-right: 1px solid #000;
     line-height: 16px;
}
 .topbar ul li a {
     font-size: 16px;
     line-height: 16px;
}
 .topbar ul li a:hover {
     color: #044ed7 !important;
}
 .topbar ul li:last-child {
     margin: 0;
     padding-right: 0;
     border: 0;
}
/* banner */
.banner .banner-bg,
.banner .banner-bg .container-fluid{
  height:100%;
}
.slider-info.banner-bg {
    background-position: center 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-info.banner-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 30%;
}
 .navbar {
     justify-content: center;
     height: 100px;
}
.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*-- //header --*/

/* banner */
.banner {
    position: relative;
}

.banner-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 0px;
}
.banner-main-text {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.banner-main-text p {
    width: 50%;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    color: #fff;
} 

.banner-main-text h1 {
        font-family: "Playfair Display", serif;
        font-size: 70px;
        font-style: normal;
        font-weight: 400;
        line-height: 1; /* 104.878% */
        color: #fff;
        width: 50%;
}
.head-text h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 15px;
}

.head-text p {
    color: #316534;
    font-size: 18px;
    line-height: 1.5;
}
.banner-main-text h1 span{ 
    font-size: 82px;
    font-style: italic;
    font-weight: 400;
    line-height: 86px;
}

.banner-main-text h1 a.green-btn {
    margin-top: 40px;
}

.banner-main-text .green-btn {
    margin-top: 35px;
}
.section-heading-btn .green-btn {
    margin-right: 0;
    margin-left: auto;
}
.section-heading h2 {
    color: var(--Primary-Navy-500, #302B53);
    font-family: "DM Serif Display";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.64px;
    margin-bottom:15px;
}
.section-heading  p {
    color: var(--Neutral-Grey-800, #191D23);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
    margin-bottom: 20px;
}
@media screen and (max-width: 1700px) {
    .section-heading p {
    line-height: 30px;
    font-size: 20px;
}
.section-heading h2 {
    font-size: 54px;
    line-height: 60px;
}
}
@media screen and (max-width: 1300px){
    .section-heading p {
    line-height: 30px;
    font-size: 20px;
}
.section-heading h2 {
    font-size: 44px;
    line-height: 50px;
}
.about-text p {
    line-height: 26px;
    font-size: 16px;
}
}
@media screen and (max-width: 991px){
.section-heading {
    margin-bottom: 30px;
}
.section-heading-btn .green-btn {
    margin-right: 0;
    margin-left: 0;
}
} 
/* mobile menu */

@media (min-width: 992px) {
    .mobile-menu,
    nav.sidebar {
        display: none;
    }
}
@media (max-width: 991px) {
    .center-head,
    .right-head {
        display: none;
    }
    .header .container-fluid {
        padding: 5px 20px;
    }
    .logo-web {
        width: 84px;
    }

    .logo-web .logo-box {
        width: 84px;
        margin: 0;
    }
    .mobile-menu {
        display: flex;
        align-items: center;
    }

    .mobile-menu .SearchMobile img {
        width: 28px;
    }

    .mobile-menu .SearchMobile {
        margin-right: 25px;
    }

    /*Mobile nav*/
    nav.sidebar {
        /* overflow-y: auto; */
        position: fixed;
        top: 0px;
        left: -100%;
        width: 100%;
        height: 100%;
        color: #fff;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0.9;
        z-index: 1002;
        background: #fff;
        max-width: 350px;
    }

    nav.open.sidebar {
        left: 0px;
        -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
        opacity: 1;
    }

    .authfy-login {
        height: 100%;
    }

    .authfy-login .authfy-panel.active {
        opacity: 1;
        transform: translateX(0px);
        position: relative;
    }
    .authfy-panel {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: translateX(-100%);
        padding: 0px;
        transition: all 0.5s ease 0s;
        background: #fff;
    }

    .logo-wrap {
        display: flex;
        align-items: center;
        background: #fff;
        /* height: 88px; */
        justify-content: space-between;
        padding: 5px 20px;
    }

    .logo-wrap .logo-box img {
        height: 8rem;
        width: 100%;
        object-fit: contain;
    }
    .logo-wrap .logo-box .btn.search-btn {
        margin: 0px;
    }
    .logo-wrap .logo-box .btn.search-btn img {
        width: 15px;
        height: 15px;
    }
    .logo-wrap .overlay img {
        width: 18px;
    }

    nav.sidebar ul.nav-categories {
        padding: 0;
        padding-top: 0;
        background: #fff;
        padding-bottom: 0;
    }
    nav.sidebar ul.nav-categories li.small-li a {
        font-size: 16px;
    }

    .Mobile-Socail ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 38px;
    }

    .Mobile-Socail {
        margin-top: 25px;
        padding-bottom:40px;
    }

    .Mobile-Socail ul li img {
        width: 24px;
    }
    .nav-header .logo-wrap .logo-box {
        height: auto;
    }

    nav.sidebar ul.nav-categories li a {
        padding: 12px 20px;
        border-bottom: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        color: #000;
        position: relative;
        font-weight: 300;
        border-bottom: solid 1px #dbd9d9;
    }
    nav.sidebar ul.nav-categories li ul.content li a {
        padding-left: 40px;
        font-size: 15px;
    }
    nav.sidebar ul.nav-categories li a span.fa {
        font-size: 18px;
    }
    nav.sidebar ul.nav-categories li a.open.open-selected:after {
        content: "-";
    }

    nav.sidebar ul.nav-categories li a.open:after {
        content: "+";
        font-size: 16px;
    }
    .logo-wrap .logo-box.logo-back a {
        font-size: 16px;
        color: #620b0d;
        font-weight: 600;
        display: flex;
        align-items: center;
        border: solid 1px #620b0d;
        padding: 7px 18px;
        width: 130px;
    }

    .nav-header .logo-wrap .logo-box.logo-back {
        height: auto;
    }

    .nav-header .logo-wrap .logo-box.logo-back img {
        height: 17px;
        margin-right: 10px;
    }

    nav.sidebar ul.nav-categories li a.lnk-toggler:after {
        display: none;
    }
    nav.open.sidebar .logo-wrap {
        /* background: #6273b3; */
    }
    .Student-Btn {
        padding: 25px;
        display: flex;
        gap: 20px;
        justify-content: space-evenly;
    }

    .Student-Btn .Student-A {
        font-size: 16px;
        display: flex;
        align-items: center;
        border: solid 1px #d01f26;
        padding: 8px 12px;
        border-radius: 50px;
        font-weight: bold;
        color: #d01f26;
    }

    .Student-Btn .Student-A img {
        margin-left: 8px;
    }
    nav.sidebar ul.nav-categories li a.lnk-toggler.back-btn {
        justify-content: start;
        color: #302b53;
    }

    nav.sidebar ul.nav-categories li a.lnk-toggler.back-btn img {
        margin-right: 15px;
    }
    .authfy-body {
        /* background: #6273b3; */
    }
}

@media (min-width: 574px) {
    nav.open.sidebar {
        max-width: 400px;
    }

	.FooterSocail {
		display: block;
	}
	a.copyright_footer {
		text-align: center;
		margin-bottom: 22px;
	}
}

.banner-bg:after {
    content: "";
    background: #00000033;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner .banner-bg > * {
    z-index: 9;
}

.slider-info.banner-bg.blue-overlay:after {
    background: #6273b3;
    opacity: 80%;
}

.banner .banner-bg img {
    height: 100%;
    object-fit: cover;
        transform: scale(1.2);
}

.header.js-header.darkHeader.darkHeader-2 .topbar-menu ul li .green-btn {
    color: #fff !important;
}

.header.js-header.darkHeader.darkHeader-2 .topbar-menu ul li .green-btn img {
    filter: unset;
}

.header.js-header.darkHeader.darkHeader-2 .mobile-menu .SearchMobile img {
    filter: invert(1);
}

.WelcomeHomeItems {
    aspect-ratio: 1/1.3;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.WelcomeHomeItems .WelcomeHomeContent {
    position: relative;
    z-index: 9;
}

.WelcomeHomeItems .WelcomeHomeContent h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}

.WelcomeHomeItems:after {
    content: "";
    background: hsl(0deg 0% 0% / 32%);
    position: absolute;
    width: 100%;
    height: 100%;
}


.HoverEffect{
    position: relative;
    overflow: hidden;
}
.HoverEffect:hover:before{
-webkit-animation: shine .75s;
    animation: shine .75s;
}

.HoverEffect:before{
position: absolute;
    top: 0;
    left: -200%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX( -25deg );
    transform: skewX( -25deg );
    opacity: 0.3;
}


@keyframes shine {
    100% {
        left: 80%;
    }
}
@-webkit-keyframes shine {
    100% {
        left: 80%;
    }
}
.AboutContent{
padding-left: 0px;
}
.AboutContent h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.AboutContent p {
    font-size: 18px;
    color: #316535;
    margin-bottom: 15px;
    font-weight: 500;
}

.AboutImages {
    position: relative;
    padding-left: 8%;
    padding-top: 8%;
}

.AboutImages:before {
    content: "";
    width: 90%;
    height: 90%;
    background: #316535;
    position: absolute;
    top: 0;
    left: 0;
}

.AboutImages img {
        /*width: 500px;*/
    height: auto;
    z-index: 9;
    position: relative;
    object-fit: cover;
    max-width: 100%;
}

.OverViewBox {
    background-size: cover;
    position: relative;
}

.OverViewSection {
    background: #306434;
    padding: 15px;
}

.OverViewBoxItem {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.OverViewBoxItem h3 {color: #fff;font-size: 36px;margin-bottom: 15px;    text-align: center;}

.OverViewBoxItem p {
    color: #fff;
    text-align: center;
    max-width: 300px;
    font-size: 18px;
}

.OverViewBox:after {
    content: "";
    background: rgb(0 0 0 / 42%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.OverViewBox > * {
    z-index: 9;
    position: relative;
}

.HappyClientsContent {
    padding: 50px 0px;
    position: relative;
}

.HappyClientsContent h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

.HappyClientsContent p {
    font-size: 18px;
    color: #306433;
    margin-bottom: 15px;
}

.HappyClientsContent h4  {
    font-size: 30px;
    margin-top: 40px;
}
.HappyClientsBigImages {
    height: 100%;
}

.HappyClientsBigImages img {
    height: 100%;
    object-fit: cover;
}

.HappyClientsContent:after {
    content: "";
    background-image: url(../images/client.png);
    width: 350px;
    height: 350px;
    position: absolute;
    top: -40px;
    right: -18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.memoriesSection {
    background: #306434;
}

.memoriesItem img {
    width: 100%;
        height: 100%;
}

.memoriesItem {
    position: relative;
    margin-bottom: 30px;
        
    height: calc(100% - 30px);
} 

.memoriesItem .memoriesContent {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 7px;
    padding-bottom: 15px;
    background: rgba(48,100,52,1);
    background: -moz-linear-gradient(left, rgba(48,100,52,1) 0%, rgba(48,100,52,0.12) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(48,100,52,1)), color-stop(100%, rgba(48,100,52,0.12)));
    background: -webkit-linear-gradient(left, rgba(48,100,52,1) 0%, rgba(48,100,52,0.12) 100%);
    background: -o-linear-gradient(left, rgba(48,100,52,1) 0%, rgba(48,100,52,0.12) 100%);
    background: -ms-linear-gradient(left, rgba(48,100,52,1) 0%, rgba(48,100,52,0.12) 100%);
    background: linear-gradient(to right, rgba(48,100,52,1) 0%, rgba(48,100,52,0.12) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306434', endColorstr='#306434', GradientType=1 );
}

.memoriesItem .memoriesContent h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
}

.DontWorrySection {
    min-height: 500px;
    background-size: cover;
    position: relative;
}

.DontWorrySection:after {
    content: "";
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.12) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.12)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.12) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.12) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.12) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.12) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.DontWorrySection > * {
    position: relative;
    z-index: 9;
}

.DontWorryContent {
    padding: 50px 0px;
}

.DontWorryContent h3 {
    font-size: 50px;
    margin-bottom: 20px;
}

.DontWorryContent p {
    color: #316535;
    font-size: 18px;
    margin-bottom: 30px;
}

.DontWorryContent .green-btn {
    min-width: auto;
}

.newsletterBox {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.newsletterBox .newsletterInput {
    width: 185px;
}

.newsletterBox .newsletterInput .form-control {
    background: transparent;
    border: none;
    border-bottom: solid 2px #fff;
    padding-bottom: 15px;
    border-radius: 0;
    padding-left: 0;
    color: #fff;
    font-family: "Playfair Display", serif;
}

.newsletterBox .newsletterInput input::placeholder{
    color:#fff;
}
.newsletterSubmit .green-btn:focus{
outline: none;
}
.newsletterSubmit {
    width: 152px;
}
.newsletterBox .newsletterInput .form-control:focus {
    box-shadow: none;
}
.newsletterSubmit .green-btn {
    border-color: #fff;
    color: #fff;
    border-width: 2px;
    cursor: pointer;
    min-width: unset;
    width: 100%;
    line-height:0;
}

.newsletterSubmit .green-btn:hover {
    background: #fff;
    color: #306434;
}

footer.Main-footer {
    padding-top: 170px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.FooterHeading h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #316535;
}

.FooterContent .FooterList ul li a, .FooterContent .FooterList p {
    font-size: 16px;
    color: #316535;
    font-weight: 500;
}
footer.Main-footer:before {
    content: "";
    background-image: url(../images/footer.png);
    position: absolute;
    width: 240px;
    height: 489px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    left: 40px;
}

.FooterBottom ul {
    display: flex;
    justify-content: space-between;
}

.FooterBottom ul li a {
    font-size: 16px;
    color: #306434;
    font-weight: 500;
}

.FooterBottom {
    margin-top: 4%;
    max-width: 1065px;
}

.FooterSocail ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.FooterSocail ul li {
    width: 35px;
    margin: 0px 6px;
}

.FooterSocail ul li img {
    width: 100%;
}

.FooterSocail {
    margin-top: 2%;
    max-width: 1065px;
}
a.copyright_footer {
    display: block;
    font-size: 10px;
	text-decoration: underline;
	margin-bottom: 0px;
    margin-left: 3px;
}
.FooterSocail {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
p.copyright__ {
    font-size: 10px;
    display: flex;
}
.FooterSocail ul li:last-child {
    margin-right: 0;
}

.afterNone:after{
display: none !important;
}

.banner.inner-pageBanner .banner-main-text h1 {
    font-size: 120px;
}

.banner.inner-pageBanner .banner-text {
    padding-bottom: 80px;
}

.brandLogos ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.brandLogos ul li {
    width: 20%;
    margin-bottom: 30px; 
    padding: 0px 15px;
}

.brandLogos ul li img {width: 100%;height: 40px;object-fit: contain;}

.brandLogos {
    margin-bottom: 40px;
}

.brandLogos ul li .brandLogosItem {
    padding: 20px 15px;
    border: solid 1px #316535;
}

.TeamSliderImages img {
    aspect-ratio: 1/1.3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TeamSliderImages {
    margin-bottom: 20px;
}

.TeamSliderContent h4 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 15px;
}

.TeamSliderContent {
    text-align: center;
}

.TeamSliderContent p {
    font-size: 18px;
    color: #316535;
        text-transform: uppercase;
}

#TeamSlider.owl-carousel .owl-stage-outer{
margin-bottom: 50px;
}

#TeamSlider .owl-dots {
    counter-reset:dots;
    max-width: 150px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9;
}
#TeamSlider .owl-dot:before {
    counter-increment:dots;
    content:counter(dots);
    margin:0px 5px;
    padding: 0;
    font-size:20px;
    line-height: 1.6;
    color: #000;
}
#TeamSlider .owl-dot span {
    display:none !important;
}
#TeamSlider .active:before,
#TeamSlider .owl-dot:hover:before {
    color:#000000;
}
#TeamSlider .owl-dot:focus{
outline: none;
}
#TeamSlider .owl-dots {
        max-width: 300px;
    margin: auto;
    text-align: center;
}

#TeamSlider .owl-dots button.owl-dot {
    width: 60px;
    height: 60px;
    margin: 0px 5px;
}

#TeamSlider .owl-dots button.owl-dot.active, #TeamSlider .owl-dots button.owl-dot:hover {
    background: #316534;
}

#TeamSlider .owl-dots button.owl-dot.active:before, #TeamSlider .owl-dots button.owl-dot:hover:before {
    color: #fff;
}

#TeamSlider .owl-nav {
        max-width: 350px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: -56px;
        position: relative;
}

#TeamSlider .owl-nav button {
    font-size: 60px;
    color: #316534;
    line-height: 55px;
}

#TeamSlider .owl-nav button:focus {
    outline: none;
}

.LetsHelp.DontWorrySection {
    min-height: 800px;
}

.LetsHelp.DontWorrySection > .row {
    height: 100%;
    align-items: center;
}

.LetsHelp.DontWorrySection {
    display: flex;
    align-items: center;
    padding: 50px;
    margin-bottom: 15px;
}

.LetsHelp.DontWorrySection .DontWorryContent {
    padding: 0;
}

.LetsHelp.DontWorrySection .DontWorryContent h3, .LetsHelp.DontWorrySection .DontWorryContent p {
    color: #fff;
}

.LetsHelp.DontWorrySection .green-btn {
    border-color: #fff;
    color: #fff;
}

.LetsHelp.DontWorrySection .green-btn:hover {
    background: #fff;
    color: #316535;
}

.LetsHelp.DontWorrySection .DontWorryContent h3 {
    font-size: 95px;
}

.LetsHelp.DontWorrySection .DontWorryContent p {
    font-size: 22px;
}

.EmployeeContent h2 {
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.EmployeeContent  p {
    font-size: 26px;
    font-weight: 400;
    color: #316535;
    margin-bottom: 15px;
}

.EmployeeContent ul li, .EmployeeContent ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #316535;
    line-height: 1.8;
}

.EmployeeContent {
    margin-bottom: 30px;
}

.EmployeeImageBig {
    margin-bottom: 30px;
}

.EmployeeContentBox p {
    font-size: 18px;
    color: #316535;
    margin-bottom: 20px;
}

.EmployeeContentBox {
    margin-top: 30px;
}

.videos-box.EmployeeVideos {
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfp-iframe-holder .mfp-close:focus {
    outline: none;
}

.head-text.LeftSideHeading  h2 {
    text-align: left;
    width: 84%;
}

.head-text.LeftSideHeading {
    margin: 0;
}

.head-text.RighSideHeading {
    margin: 0;
    text-align: left;
    padding-left: 0;
    position: relative;
	height: 100%;
}
.ProjectStepImage {
    padding-left: 0;
}
.head-text.RighSideHeading p {
    text-align: left;
    margin-bottom: 20px;
}

.ProjectStepContent > h6 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.ProjectStepItem .head-text h2 {
    margin-bottom: 30px;
}

.ProjectStepItem .head-text p {
    margin-bottom: 20px;
}

.ProjectStepContent {
    max-width: 450px;
}

.ProjectStepSlider 
 .owl-dots {
    position: absolute;
    top: 0;
}

.ProjectStepSlider {
    position: relative;
    padding-top: 40px;
}
.ProjectStepSlider .owl-dots .owl-dot:focus{
    outline: none;
}
.ProjectStepSlider .owl-dots .owl-dot {
    width: 15px;
    background: #adb2ad;
    height: 15px;
    border-radius: 50%;
    margin: 0px 4px;
}

.ProjectStepSlider .owl-dots .owl-dot:first-child {
    margin-left: 0;
}

.ProjectStepSlider .owl-dots .owl-dot.active {
    background: #316535;
}

.HappyClientsSection {
    background: #316535;
}

.HappyClientContent p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.HappyClientContent h6 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}

.HappyClientsSlider 
 .owl-nav .owl-prev {
    position: absolute;
    top: 26%;
    color: #fff !important;
    font-size: 40px !important;
    left: -60px;
    transform: translateY(-50%);
}

.HappyClientsSlider .owl-nav  .owl-next {
    position: absolute;
    top: 26%;
    color: #fff !important;
    font-size: 40px !important;
    right: -60px;
    transform: translateY(-50%);
}

#ClientsSlider {
    position: relative;
}

.HappyClientsSlider .owl-nav button:focus{
 outline: none;
}

.ContactFormBox .form-group {
    margin-bottom: 20px;
}

.ContactFormBox .form-control {
        min-height: 60px;
    width: 100%;
    border-radius: 0;
    background: #e6e7e7;
    border: none;
    font-size: 16px;
    padding: 15px 20px;
}

.ContactFormBox .form-control:focus {
    box-shadow: none;
}

.ContactFormBox .form-group label {
    font-size: 16px;
    color: #306434;
    margin-bottom: 2px;
}

.ContactFormBox .green-btn {
    min-width: auto;
    cursor: pointer;
    line-height:1;
}

.ContactFormBox .Check-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #306434;
     
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px;
    margin-top: -3px;
}
.ContactFormBox .form-group label {
    position: relative;
}
.ContactFormBox .Check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #306434;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ContactFormBox .Check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.ContactImage {
    height: 100%;
}

.ContactImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.head-text.RighSideHeading:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -6%;
    background: #316534;
}

.HomeLisingItem {
    margin-bottom: 30px;
    position: relative;
}
.HomeLisingContent {
    
    z-index: 9;
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 7px;
    padding-bottom: 15px;
    background: rgba(48,100,52,1);
    background: -moz-linear-gradient(left, rgba(48,100,52,1) 0%, rgba(48,100,52,0.12) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(48,100,52,1)), color-stop(100%, rgba(48,100,52,0.12)));
    background: -webkit-linear-gradient(left, rgba(48,100,52,1) 0%, rgba(48,100,52,0.12) 100%);
    background: -o-linear-gradient(left, rgba(48,100,52,1) 0%, rgba(48,100,52,0.12) 100%);
    background: -ms-linear-gradient(left, rgba(48,100,52,1) 0%, rgba(48,100,52,0.12) 100%);
    background: linear-gradient(to right, rgba(48,100,52,1) 0%, rgba(48,100,52,0.12) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306434', endColorstr='#306434', GradientType=1 );
    text-align: left;
    padding-left: 20px;
}

.HomeLisingContent h5 {
    color: #fff;
    font-size: 30px;
        text-transform: uppercase;
}
.HomeLisingItem:after {
    content: "";
    background-image: url(../images/bgOverlay.png);
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.CustomPaginations ul {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.CustomPaginations ul li.PaginationsNav {
    margin: 0px 15px;
}
.CustomPaginations ul li.PaginationsNav.FirstNav a,
.CustomPaginations ul li.PaginationsNav.LastNav a{
    font-size: 30px;
}
.CustomPaginations ul li.PaginationsNav a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #34642e;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CustomPaginations ul li.PaginationsNav.active a, .CustomPaginations ul li.PaginationsNav a:hover {
    background: #34642e;
    color: #fff;
}


.bgGreen{
background: #34642e;

}

.communitiesBox {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
       flex-wrap: wrap;

}

.communitiesBox .green-btn {
    color: #fff;
    border-color: #fff;
    min-width: 240px;
}

.communitiesBox h2 {
    text-transform: uppercase;
}

.LetsUp {
    min-height: 500px;
    display: flex;
    align-items: end;
}


.whiteBth.green-btn:hover{
    background-color: #fff;
    color: #34642e;
}
.whiteBth.green-btn{
    color: #fff;
    border-color: #fff;
}

.AvailableHomeHeading h2 {
    font-size: 50px;
    font-weight: 500;
        padding-right: 30px;
}

.AvailableHomeHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: solid 1px #34642e;
}

.AvailableHomeHeading h6 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}

.AvailableHomeListing ul li {
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #316535;
    font-weight: 500;
}

.AvailableHomeListing ul li img {
    width: 22px;
    object-fit: contain;
    margin-right: 10px;
}

.AvailableContent p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #316534;
}

.AvailableHomeSidebar {
    background: rgb(230 231 231 / 35%);
    border-radius: 20px;
    padding: 30px;
}

.AvailableSidebarHeading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.AvailableSidebarHeading img {
    width: 150px;
    margin-right: 15px;
}

.AvailableSidebarHeading p {
    color: #000;
    font-size:18px
}

.AvailableSidebarMail ul li {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.AvailableSidebarMail ul li a {
    font-weight: 400;
    font-size: 18px;
}

.AvailableSidebarMail {
    margin-bottom: 20px;
}

.ContactFormBox input::placeholder, .ContactFormBox textarea::placeholder{
color: #34642e;
}

.AvailableHomeSidebar> a {
    font-size: 16px;
    margin-top: 5px;
    display: inline-block;
    font-weight: 500;
    color: #316534;
}

.AvailableContent2 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.AvailableContentEr h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.AvailableContentEr p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    color: #316535;
    font-weight: 500;
}

.TableItemBox {
    margin-bottom: 50px;
}

.TableItem-Heading h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.TableItem  tr td {
    font-size: 16px;
    width: 50%;
    color: #000;
    padding: 10px 0px;
    border-bottom: solid 1px #ddd;
}

.TableItem  table {
    width: 100%;
}

.TableItem tr td:last-child {
    font-weight: 600;
}

.TableItem tr:last-child td {
    border: none;
}

.HomeLisingItem.Areas-Expertise:after{
    background-image: url(../images/area/0.png);
}
.HomeLisingItem.Areas-Expertise .HomeLisingContent {
    bottom: 60px;
}

.HomeLisingItem.Areas-Expertise img {
    aspect-ratio: 1/0.8;
    object-fit: cover;
}

.CommunitiesPage .row {
    margin: 0px -5px;
}

.CommunitiesPage .row > *{
padding: 0px 5px;
}

.HomeLisingItem.Areas-Expertise {
    margin-bottom: 10px;
}

.PortfolioPage .HomeLisingContent {
    position: absolute;
    bottom: auto;
    text-align: center;
    width: 100%;
    padding: 0px 20px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.PortfolioPage .HomeLisingContent h5 {
    color: #fff;
    font-size: 40px;
}
.PortfolioPage .HomeLisingItem img   {
    aspect-ratio: 1/1.2;
    object-fit: cover;
}

.RealtorPage .ContactFormBox {
    max-width: 950px;
}

.RealtorPage .ContactFormBox label {
       font-size: 26px;
    line-height: 1.5;
    margin: 0;
}

.RealtorPage .ContactFormBox .form-control {
    background: transparent;
    padding-left: 0;
    color: #306434;
    font-size: 20px;
    padding: 0px;
}

.RealtorPage .ContactFormBox .form-control {
    background-image: url(../images/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.RealtorPage .ContactFormBox .form-group {
    margin-bottom: 45px;
}

.RealtorPage .green-btn {
    min-width: 200px;
    min-height: 60px;
    font-size: 20px;
}

.gallery-filters.projects-list ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-filters.projects-list ul a {
    font-size: 24px;
    font-weight: 500;
    color: #316534;
}

.gallery-filters.projects-list {
    padding-bottom: 45px;
}

.gallery-filters.projects-list ul a.current, .gallery-filters.projects-list ul a:hover {
    text-decoration: underline;
}

.gallery__main img {
    width: 100%;
    aspect-ratio: 1/0.8;
}

.row.gallery-container {
    margin: 0px -5px;
}

.row.gallery-container > * {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.Tours-Items {
    position: relative;
    margin-bottom: 30px;
}

.Tours-Items .ToursVideo {
    margin-bottom: 15px;
}

.Tours-Items .ToursVideo img {
    width: 100%;
    aspect-ratio: 1/0.6;
    object-fit: cover;
}

.Tours-Items p {
    color: #316534;
}

.ToursOverlay {
    background: hwb(0deg 0% 100% / 50%);
    z-index: 1;
    transition: all 0.7s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.Tours-Items:hover .ToursOverlay {
    opacity: 1;
}

.ToursOverlay {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Tours-Items .ToursOverlay p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.Tours-Items .ToursVideo .ToursOverlay img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    aspect-ratio: unset;
    margin-right: 15px;
}

.toursSliderSection {
    padding: 30px 0px;
}
.FloorPlanSection .tab-content {
    background: #34642e;
    padding: 8%;
}
 
.FloorPlanSection .RightFloorPlan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.LeftFloorTabs ul.nav.nav-tabs {
    border: none;
    display: block;
}
 
.LeftFloorTabs h3 {
    margin-bottom: 20px;
}

.LeftFloorTabs {
    padding-top: 40px;
}
.LeftFloorTabs ul.nav.nav-tabs li{
margin-bottom: 5px;
}
.LeftFloorTabs ul.nav.nav-tabs li a {
    font-size: 16px;
    color: #316535;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}

.LeftFloorTabs ul.nav.nav-tabs li a.active, .LeftFloorTabs ul.nav.nav-tabs li a:hover {
    background: #316535;
    color: #fff;
}

.TourContent > p {
       color: #fff;
    font-size: 18px;
    max-width: 100%;
    margin: auto;
    padding: 30px 10% 0px;
}

.TourContent .TourContentBottom {
    text-align: right;
    padding: 10% 10% 10% 1%;
    color: #fff;
    max-width: 400px;
    margin-left: auto;
    border-top: solid 1px #fff;
}

.TourContent .TourContentBottom p {
    font-size: 18px;
    color: #fff;
}

.inner-pageBanner.contactPage .banner-text {
    padding-bottom: 0px;
    position: relative;
    padding: 0;
}

.ContactPageBox {
    max-width: 900px;
    margin: auto;
    padding: 15% 0px 10%;
}

.banner.inner-pageBanner.contactPage {
    height: 100%;
    overflow: auto;
}
 

 .ContactPageDetails .ContactPageHeading h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}

.ContactPageBox .ContactPageDetails p {
    width: 100%;
}

.ContactPageDetails .ContactPageHeading p {
    font-size: 16px;
}

.ContactPageDetails .ContactPageHeading {
    margin-bottom: 15px;
}

.ContactPageDetails .ContactPageMain {
    margin-left: 20px;
        margin-top: 30px;
}

.ContactPageDetails .ContactPageMain li {
    margin-bottom: 25px;
    border-bottom: solid 1px rgb(255 255 255 / 53%);
    padding-bottom: 15px;
}
.ContactPageDetails .ContactPageMain li:last-child {
    border: none;
    margin-bottom: 0 !important;
}
.ContactPageDetails .ContactPageMain li p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}

.ContactPageDetails .ContactPageMain li a, .ContactPageDetails .ContactPageMain li address {
    color: #fff;
    font-size: 14px;
	    margin-bottom: 10px;
    display: block;
}
 
.ContactPageDetails .ContactFormBox .form-control {
    background: transparent;
    font-size: 14px;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-left: 0;
}

.ContactPageDetails .ContactFormBox textarea.form-control {
    border: solid 1px #fff;
    padding-left: 15px;
}
.ContactPageDetails .ContactFormBox .form-group label{
    color: #fff;
}
.ContactPageDetails .ContactFormBox .form-control::placeholder{
 color:#fff;
}

.ContactPageDetails .ContactFormBox .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
}
 .contactPage .slider-info.banner-bg {
    background-position: center 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.ContactPageBox .ContactPageDetails .ContactFormBox  p {
    font-size: 14px;
}

.ContactPageDetails.ContactPageDetailsRight {
    padding-left: 50px;
    border-left: solid 1px #fff;
    margin-left: -15px;
    padding-bottom: 40px;
}

.ContactPageDetails.ContactPageDetailsRight .green-btn {
    max-width: 150px;
    margin-top: 15px;
}

.contactSocail ul {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

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

.CommunitiesDetailsImages {
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
}


.CommunitiesDetails .head-text p {
    text-align: left;
    margin-bottom: 30px;
}

.StudiosItem {
    display: flex;
    align-items: start;
}

.StudiosItem .StudiosItemIcon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.StudiosItem .StudiosItemIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.StudiosItem .StudiosItemContent p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.StudiosItem .StudiosItemContent span {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}
 
.DemographicsSection ul.nav.nav-tabs {
    border: none;
}

.DemographicsSection ul.nav.nav-tabs a.nav-link {
    border: solid 1px #316535;
    border-radius: 0;
    color: #316535;
}

.DemographicsSection ul.nav.nav-tabs li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.DemographicsSection ul.nav.nav-tabs a.nav-link:hover, .DemographicsSection ul.nav.nav-tabs a.nav-link.active {
    background: #316535;
    color: #fff;
}

.DemographicsPopulation {
    padding-top: 5%;
}

.DemographicsPopulation .StudiosItem .StudiosItemContent p, .DemographicsPopulation .StudiosItem .StudiosItemContent span {
    color: #000;
}

.PopulationBox > p {
    font-size: 14px;
    margin-bottom: 22px;
    color: #316535;
    font-weight: 500;
}

.PopulationProgress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.PopulationProgress .progress {
    width: 60%;
    background: #e6e7e7;
    height: 22px;
    border-radius: 0;
}

.determinate {
    background: #316535;
}

.PopulationProgressContent p {
    font-size: 14px;
    color: #316535;
    font-weight: 500;
}

.PopulationProgress .PopulationProgressContent ul li {
    list-style: disc;
    font-size: 14px;
    color: #316535;
    font-weight: 500;
}

.PopulationProgress .PopulationProgressContent ul {
    padding-left: 20px;
}

.PropertyListingsItems .PropertyListingsImage img {
    width: 100%;
}

.PropertyListingsItems {
    margin-bottom: 30px;
    background: #fff;
}

.PropertyListingsItems .PropertyListingsContent {
    padding: 20px;
}

.PropertyListingsItems .PropertyListingsContent h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.PropertyListingsItems .PropertyListingsContent p {
    color: #316535;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 42px;
}

.PropertyForm .form-group {
    margin-bottom: 30px;
}
.PropertyForm .form-group .form-control::placeholder{
color: #fff;
}
.PropertyForm .form-group .form-control {
    background: #34642e;
    border-radius: 0;
    border: none;
    color: #fff;
    border-bottom: solid 1px #fff;
    height: auto !important;
    padding: 10px 0px;
    font-size: 16px;
}

.PropertyForm .form-group .form-control:focus {
    box-shadow: none;
}

.PropertyForm .form-group input.form-control {
    padding-left: 30px;
}

.PropertyForm .form-group.SearchBtn {
    position: relative;
}

.PropertyForm .form-group.SearchBtn img {
    position: absolute;
    bottom: 13px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.PropertyForm .form-group label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.extra-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.extra-controls p {
    color: #fff;
    font-size: 12px;
}

.PropertyListings2 {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
}

.PropertyListingsImage {
    position: relative;
}
 

.PropertyListings2 p {
    background: #fff;
    text-align: center;
    padding: 4px 15px;
    font-size: 14px;
    margin-right: 10px;
    color: #34642e;
    line-height: 1.5;
}

.BigHeading.head-text h2 {
    font-size: 90px;
    margin-bottom: 35px;
}

.newsletterBox .wpcf7-form {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletterBox .wpcf7-form.invalid .wpcf7-response-output {
    width: 100%;
}

.newsletterBox .wpcf7-form.invalid .wpcf7-response-output {
    background: rgb(0 0 0 / 19%);
    text-align: center;
    padding: 10px;
    border-color: rgb(0 0 0 / 7%);
    color: #fff;
}

.newsletterSubmit > p {
    display: flex;
    align-items: center;
    position: relative;
}

.newsletterSubmit > p .wpcf7-spinner {
    position: relative;
    margin: 0;
    position: absolute;
    left: 10px;
}


.CustomPaginations ul li.PaginationsNav .page-numbers.current {
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #34642e;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.CustomPaginations ul li.PaginationsNav > * {
    margin: 0px 15px;
}

.CustomPaginations ul li.PaginationsNav {
    margin: 0px 15px;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    align-items: center;
}

body .wpcf7-not-valid-tip {
    font-size: 12px;
}
body .wpcf7-response-output {
    background: #950303;
    color: #fff;
    border: none !important;
    margin-left: 0px !important;
    margin-right: 0 !important;
    font-size: 14px;
    padding: 12px !important;
    text-align: center;
}

span.wpcf7-spinner {
    position: absolute;
    margin-top: -37px;
    left: 130px;
}

.PropertyListingsImage {
    position: relative;
    height: 180px;
}

.PropertyListingsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-btn {
    display: flex;
    justify-content: end;
}

.search-btn > * {
    background: #fff;
    color: #34642e;
    border: none;
    margin-left: 10px;
    padding: 8px 30px;
    cursor: pointer;
    border: solid 1px #fff;
}

.search-btn > *:hover {
    background: transparent;
    color: #fff;
}
.HomeLisingItem.Areas-Expertise a {
    display: block;
    z-index: 1;
    position: relative;
}
.no-result {
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
    border: 1px solid #ffffff17;
    padding: 10px 10px;
}

.brandBigImage .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.HomeLisingItem img {
    height: 100%;
}

.HomeLisingItem { 
    height: calc(100% - 30px);
}

.CommunitiesDetails ol {
    text-align: left;
}

.CommunitiesDetails ol li {
    list-style: auto;
    padding-left: 10px;
    color: #316534;
    font-size: 16px;
    line-height: 1.5;
        margin-bottom: 20px;
}
.CommunitiesDetails ol li table {
    margin-top: 20px;
}
.head-text table {
    width: 100%;
    text-align: left;
}
.CommunitiesDetails ol li img {
    margin-top: 20px;
}
.head-text table td {
    border: solid 1px #eee;
    padding: 15px;
}

.head-text table td:first-child {
    font-weight: 600;
}
.CommunitiesDetails img {
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
    width: 100%;
}
.head-text table td:last-child {
    color: green;
    font-weight: 600;
}

.StudiosItem .StudiosItemContent {
    width: calc(100% - 42px);
}

