*{
	font-family: "League Spartan", sans-serif;
}
.sectionGrid.container-fluid {
    max-width: 1800px;
}
header.mainHeader div#navbarSupportedContent {
    flex-grow: 0;
}
header.mainHeader .container-fluid {
    max-width: 1800px;
}
header.mainHeader {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgb(0 0 0 / 80%);
}
section.bannerHome {
    background: url("../images/bg1.jpg");
    background-position: center;
    background-size: cover;
}
section.bannerHome .bannerOverlay {
    padding: 200px 0;
    background: rgb(0 0 0 / 50%);
}
section.bannerHome h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 26px;
    font-size: 1.3684210526316rem;
    line-height: 1.3em;
    font-weight: 500;
}
section.bannerHome h1 {
    text-align: center;
    color: #fff;
    font-size: 90px;
    font-size: 4.7368421052632rem;
    font-weight: 500;
}

a.btn-blue {
    width: 250px;
    height: 60px;
    background: #13b395;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
}
section.bannerHome a.btn-blue {
    margin-top: 85px;
}
nav.navbar.navbar-expand-lg {}header.mainHeader nav.navbar {
    padding: 0;
}

ul.navbar-nav li {
    line-height: 80px;
    padding: 0 20px;
}

ul.navbar-nav li a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
ul.navbar-nav li a.nav-link.active {
    color: #13b395;
}
a.navbar-brand {
    height: 80px;
}
ul.navbar-nav li:hover a {
	color: #13b395;
}

a.navbar-brand img {
    max-height: 100%;
}
section.whatWeDo {
    padding-top: 100px;
    padding-bottom: 100px;
}

.infoBox p {
    text-align: left !important;
    font-size: 18px !important;
}

.infoBox h4 {
    font-size: 16px;
    color: #34a0a4;
    margin-bottom: 20px;
}

.infoBox h5 {
    font-size: 25px;
}

.infoBox {
    margin-top: 50px;
}
section.featuredProperties {
    background: #f8f4f0;
    padding-top: 100px;
    padding-bottom: 100px;
}
 .titleBox h2 {
    font-size: 60px;
    font-size: 3.1578947368421rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.titleBox p {
    font-size: 24px;
    text-align: center;
}

.propertiesBox {
    margin-top: 50px;
    padding: 0 40px;
}

.propertiesImg img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 30px;
}

.propertiesInfo h6 {
    color: #34a0a4;
}
.propertiesInfo h2 {
    text-align: left !important;
    font-size: 25px !important;
    font-size: 1.3157894736842rem !important;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'League Spartan', sans-serif;
}

.propertiesInfo p {
    font-size: 19px;
    line-height: 1.42em;
}
footer {
    background: #000;
}

.footerTop {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footerTop .container-fluid {
    max-width: 1800px;
}

.footerAbout p {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.footerAbout {
    padding-right: 100px;
}

.contactFooter h6 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}

.contactFooter a.address {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.contactFooter a.email {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.contactFooter a.phone {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.footerSocial {
    margin-top: 30px;
}

.footerSocial ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.footerSocial ul li  a{
    list-style: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 57px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    border-radius: 17px;
    color: #000;
}

.footerSocial ul {
    padding: 0;
}
a.btnGreen {
    text-decoration: none;
    display: block;
    width: 250px;
    height: 60px;
    line-height: 60px;
    background: #13b395;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
}

a.centerBtn {
    margin: 0 auto;
    margin-top: 75px;
}

.footerNav {
    text-align: right;
}

.footerNav h6 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}

.footerNav ul li {
    list-style: none;
}

.footerNav ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.footerTop .col-sm-4:nth-child(2) {
    padding-left: 15%;
}
section.appointment {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("../images/cta.jpg");
    background-position: center;
    background-size: cover;
}
.appointmentFrm {
    background: #fff;
    padding: 80px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.appointmentFrm h2 {
    font-size: 60px;
    font-size: 3.1578947368421rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.appointmentFrm input {
    width: 100%;
    height: 55px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 18px;
}

.appointmentFrm textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    resize: none;
}

.appointmentFrm label {
    font-size: 20px;
}

input[type="submit"] {
    background: #13b395;
    border: none;
    color: #fff;
    font-size: 20px;
}
.testimonial-slider {
    position: relative;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 40PX 20px;
    margin-top: 50px;
}
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.testimonial {
    flex: 0 0 25%; /* 4 per row by default */
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    position: absolute;
    left: 67px;
    top: -25px;
}
.testimonial p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #002c33;
    font-weight: 600;
}
.testimonial h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #bf5727;
    margin-top: 15px;
}
.stars {
    color: #bf5727;
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 20px;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
.testimonial {
    flex: 0 0 50%; /* 2 per row for tablet */
}
.prev, .next {
    display: block;
}
}

@media (max-width: 768px) {
.testimonial {
    flex: 0 0 100%; /* 1 per row for mobile */
}
.prev, .next {
    display: block;
}
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    
}
.prev {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    display: block;
    line-height: 45px;
    padding: 0;
    text-align: center;
    transform: unset !important;
    font-size: 15px;
    top: 0px;
    right: 90px !important;
    background: rgb(19 179 149);
    color: #fff;
    left: unset !important;
}
.next {
        position: absolute;
        width: 40px !important;
        height: 40px !important;
        display: block;
        line-height: 45px;
        padding: 0 !important;
        text-align: center;
        transform: unset !important;
        font-size: 15px;
        top: 0;
        right: 45px !important;
        background: rgb(19 179 149);
        color: #fff;
        left: unset !important;
}
.testimonialItem {
    background: rgb(19 179 149 / 10%);
    border-radius: 20px;
    padding: 70px 25px 0 25px;
    text-align: left;
    position: relative;
    clip-path: path("M0,0 H450 V271 H0 Z M92,-50 m-15,0 a50,50 0 1,0 30,0 a15,15 0 1,0 -30,0");
    box-shadow: 0px 10px 10px rgb(0 0 0 / 9%);
    position: relative;
    height: 200px;
}

section.homeTestimonial {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
}
section.contactBox {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f8f4f0;
}

section.contactBox h2 {
    font-size: 60px;
    font-size: 3.1578947368421rem;
    font-weight: 500;
    font-family: 'League Spartan', sans-serif;
    line-height: 1em;
    margin-bottom: 30px;
}

section.contactBox ul {
    padding: 0;
}

section.contactBox ul li {
    list-style: none;
    margin-bottom: 35px;
}

section.contactBox ul li h6 {
    font-size: 15px;
    font-size: 0.78947368421053rem;
    line-height: 1.1em;
    font-weight: 500;
    font-family: 'League Spartan', sans-serif;
    letter-spacing: 2px;
    color: #34a0a4;
    text-transform: uppercase;
}

section.contactBox ul li a {text-decoration: none;font-weight: 600;color: #000;}
.contactBox-left {
    padding-right: 150px;
    padding-top: 50px;
}
.contactPageFrm {
    padding: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    border-radius: 30px;
    background: #fff;
}

.contactPageFrm input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid;
    background: transparent;
}

.contactPageFrm textarea {
    width: 100%;
    height: 150px;
    border: none;
    border-bottom: 1px solid;
    resize: none;
    background: transparent;
}

input[type="submit"] {
    background: #13b395;
}
.contactPageFrm h2 {
    text-align: center;
}
section.locationMap iframe {
    width: 100%;
    height: 600px;
}

section.bannerContact {
    background: url("../images/contact-us-bg.jpg");
    background-position: center;
    background-size: cover;
}
section.bannerContact .bannerOverlay {
    padding: 200px 0;
    background: rgb(0 0 0 / 50%);
}
section.bannerContact h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 26px;
    font-size: 1.3684210526316rem;
    line-height: 1.3em;
    font-weight: 500;
}
section.bannerContact h1 {
    text-align: center;
    color: #fff;
    font-size: 90px;
    font-size: 4.7368421052632rem;
    font-weight: 500;
}