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

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

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

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


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


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

#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}

#cookieNotice.light {
    background-color: #fff;
    /*background-color: var(--cookieNoticeProLight);*/
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}

#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}

    #cookieNotice #closeIcon {
        width: 20px;
        height: 20px;
        cursor: pointer;
        color: #bfb9b9;
        overflow: hidden;
        opacity: .85;
        z-index: 999999;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
    }

    #cookieNotice * {
        margin: 0;
        padding: 0;
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
    }

    #cookieNotice .title-wrap {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
        padding-left: 45px;
        height: 40px;
    }

        #cookieNotice .title-wrap svg {
            margin-right: 10px;
        }

    #cookieNotice h4 {
        font-family: inherit;
        font-weight: 700;
        font-size: 18px;
    }

    #cookieNotice.light p, #cookieNotice.light ul {
        color: #393d4d;
        color: var(--cookieNoticeProDark);
    }

    #cookieNotice p, #cookieNotice ul {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #cookieNotice .btn-wrap {
        display: flex;
        flex-direction: row;
        font-weight: 700;
        justify-content: center;
        margin: 0 -5px 0 -5px;
        flex-wrap: wrap;
    }

        #cookieNotice .btn-wrap button {
            flex-grow: 1;
            padding: 0 7px;
            margin: 0 5px 10px 5px;
            border-radius: 20px;
            cursor: pointer;
            white-space: nowrap;
            min-width: 130px;
            line-height: 36px;
            border: none;
            font-family: inherit;
            font-size: 16px;
            transition: box-shadow .3s;
        }

    #cookieNotice button {
        outline: 0;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

    #cookieNotice .btn-wrap button:hover {
        transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
        transform: translate3d(0,-1px,0);
    }

.btn-primary {
    color: #ffffff;
    background: #115cfa;
    border: 1px solid #115cfa;
}

.header-col__right nav {
    font-size: 30px;
    margin-left: 25px;
    cursor: pointer;
}

.header-col__right a {
    font-size: 32px;
}


.header-col__right nav .submenu {
    left: -45px;
    min-width: 300px;
    background-color: rgb(255, 255, 255, 68%);
    margin-top: -12px;
}

        .header-col__right nav .submenu > li > a {
            padding: 5px 0px;
            font-size: 22px;
        }

ul li:not(.slick-current) {
    transform: scale(0.9);
    transition-delay: 0s;
}

.hero-slider-9 .slick-slide {
    opacity: 1;
}

.hero-slider-9 .slick-slide:not(.slick-current) {
    opacity: 1;
}


.la-image-loading img {
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
}

.header-area--default.fixed {
    background-color: #000;
    padding-top: 0px;
    padding-bottom: 0px;
}

.real-estate__header-center {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: center;
    justify-content: end;
}

.real-estate__header-center {
    /*align-items: flex-end;
    justify-content: end;*/
}


header .header__navigation.menu-style-three {
    margin-right: 2%;
}

.header-social-left li {
    color: #fff;
}

.header-social-left .header-col__right a {
    margin-left: 16px;
}
.navigation-menu .current {
}

.navigation-menu > ul > li.current > a:before {
    color: #86764f;
}

.navigation-menu > ul > li.current > a:before {
    width: 100%;
    left: 0;
}

.navigation-menu > ul > li {
    margin: 0 14px;
}

.navigation-menu > ul > li.socialLink a {
    font-size: 18px;
}

.real-estate__right a{
    font-size: 24px;
}

.footer-menu ul li a{
    font-weight: normal;
}

.navigation-menu > ul > li > a {
    font-size: 16px;
    font-weight: bold;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    color: #86764f;
}

    .navigation-menu > ul > li > a:before {
        background-color: #000;
        height: 0px;
    }

.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
    color: #000;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 84%;
    max-width: 84%;
    margin: auto;
}

.sticky.is-sticky .header__logo{
    padding: 0px !important;
}

    .sticky.is-sticky .header__logo .logoLargeMenu {
        background: url(../images/logo/smallLogo.png);
        background-size: contain !important;
        padding: 50px;
        background-repeat: no-repeat;
        background-position: center;
    }

.sticky.is-sticky .header__logo img {
    display: none;
}

.sticky.is-sticky  ul > li > a{
    color: #86764f;
}


h1, h2, h3, h4, h5, h6 {
    color: #86764f;
}

body {
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    background: #333;
}


.font-weight--bold {
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
}

p {
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
}

header {
    background-color: transparent;
    color: #86764f;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 0px solid #000;
    position: fixed;
    z-index: 99;
    width: 100%;
}

header .real-estate__right img{
    max-width: 150px;
}

header .header-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0px;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner {
    width: 320px;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
    color: #86764f;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_info .copyright {
    color: #86764f;
}

.offcanvas-menu_wrapper .social-link a{
    color: #86764f;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner {
    background: #fff;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li {
    color: #878285;
}
.bgNackchi {
    background-color: #000;
    color: #fff;
}

.bgNackchiSec {
    background-color: #212121;
}

.bgNackchiSec {
    padding-left: 0px;
    padding-right: 0px;
}

.aboutUsHomeSection {
    /*padding-bottom: 15%;*/
    background-color: #fff;
    color: #000;
    padding-bottom: 30px;
}

.aboutUsHomeSection h2 {
    margin-bottom: 4%;
    color: #86764f;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}

    .aboutUsHomeSection h2 span {
        border-bottom: 3px solid #86764f;
        padding-bottom: 2%;
        width: 15%;
        position: relative;
        display: block;
    }

.aboutUsHomeSection p {
    color: #000;
    max-width: 80%;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0px;
    margin-left: 0px;
}


.contact-form-section h2 {
    margin-bottom: 4%;
    color: #fff;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}

    .contact-form-section h2 span {
        border-bottom: 3px solid #86764f;
        padding-bottom: 2%;
        width: 30%;
        position: relative;
        display: block;
    }

.contact-form-section .contactInfo{
    margin-top: 10%;
}

.contact-form-section .btn-full {
    background: transparent;
    width: 100%;
    border: 1px solid;
    font-size: 24px;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    width: 100%;
}

.contact-form-section .contactInfo h6 {
    color: #fff;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 5%;
}

.contact-form-section .contactInfo ul {
    margin-bottom: 5%;
}

.websiteContentWrapper {
    /* max-width: 84%;
    margin: auto;
    margin-top: 0%;
    margin-bottom: 8%;*/
}

.single-hero-slider-nine {
    height: 100vh;
    background-position: center !important;
    background-size: cover !important;
    /*-webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;*/
}

    .single-hero-slider-nine.bg-img.slick-slide:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, .01);
        z-index: 9;
    }

.heroTextBlox h1 {
    font-size: 52px;
    color: #86764f;
    font-weight: normal;
    font-family: PlayfairDisplay-Regular, timesbold;
}

.heroTextBlox {
    position: absolute;
    /* right: 0%; */
    left: 120px;
    top: 65%;
    z-index: 99999;
    display: inline-block;
}

.single-agents .agents-image::after {
    background: rgba(112, 0, 50, 0.8);
}

.single-agents .agents-content .title {
    font-weight: bold;
    margin-bottom: 6px;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    font-size: 26px;
}

.single-agents .agents-image img{
    width: 100%;
}

.agents-slider-1 .slick-dots li button {
    background: #ececec;
    width: 32px;
    height: 32px;
}

.agents-slider-1 .slick-dots li.slick-active button {
    background: #86764f;
}

.readMoreColored {
    background: #86764f;
    color: #fff;
    font-size: 18px;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    padding: 25px;
}



/* gallery style start */

.case-studies-area{
    padding-left: 0px;
    padding-right: 0px;
}


    .case-studies-area h2 {
        margin-bottom: 4%;
        color: #333;
        font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
        font-size: 28px;
        text-transform: capitalize;
    }

        .case-studies-area h2 span {
            border-bottom: 3px solid #333;
            padding-bottom: 2%;
            width: 15%;
            position: relative;
            display: block;
        }

#lightgallery {
    position: relative;
    float: left;
    width: 100%;
}

.leftArticlesBlock {
    position: relative;
    /* display: block; */
    float: left;
    width: 60%;
}

    .leftArticlesBlock img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 35vh;
        min-height: 35vh;
    }



.archive {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    /* grid-template-rows: repeat(auto-fit, minmax(210px, 1fr)); */
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: repeat(1, 1fr); */
    grid-gap: 32px;
    grid-auto-flow: dense;
}

/* Extra-wide grid-posts */
.article:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.article:nth-child(2) {
    grid-column: 3 / 6;
    grid-row: 1 / 2;
}


.article:nth-child(3) {
    grid-column: 1 / 6;
    grid-row: 2 / 4;
}


.article:nth-child(4) {
    /*grid-column: 5 / 7;
    grid-row: 1 / 2;*/
    /*grid-column: 5 / 9;
    grid-row: 1 / 4;*/
}


.rightArticlesBlock {
    position: relative;
    /* display: block; */
    float: left;
    width: calc(40% - 32px );
    margin-left: 32px;
}

.rightArticlesBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: calc(70vh + 32px);
    min-height: calc(70vh + 32px);
}

.rightArticlesBlock.archive {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    /* grid-template-rows: repeat(auto-fit, minmax(210px, 1fr)); */
    grid-template-columns: repeat(1, 1fr);
    /* grid-template-rows: repeat(1, 1fr); */
    grid-gap: 32px;
    grid-auto-flow: dense;
}

.rightArticlesBlock.article:nth-child(1) {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}



.single-project--three .project-top-wrap .project-image img{
    /*width: auto*/
}
/*.article:nth-child(4) {
    grid-column: 8 / 8;
    grid-row: 1 / 2;
}*/
/*.article:nth-child(5) {
    grid-column: 7 / 8;
    grid-row: 2 / 2;
}*/
/*.article:nth-child(31n + 1) {
    grid-column: 1 / -1;
}

.article:nth-child(16n + 2) {
    grid-column: -3 / -1;
}

.article:nth-child(16n + 10) {
    grid-column: 1 / -2;
}*/
/* Single column display for phones */
@media (max-width: 459px) {
    .archive {
        display: flex;
        flex-direction: column;
    }
}

.menuBlcok .title h3, .menuBlcok .title h4{
    color: #fff !important;
    text-align: center;
}


.ht-tab-menu-one button.is-checked {
    color: #86764f;
    font-weight: 700;
    background: #86764f;
    
}



.ht-tab-menu-one button {
    padding: 10px;
    border-right: 1px solid #fff;
    font-size: 25px;
}

.ht-tab-menu-one button span{

}
/* gallery style end */
.footerAddress {
    flex-direction: column;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    line-height: 42px;
}


.social-share-footer ul {
    padding-left: 15px;
    padding-right: 15px;
}


.footer-area-wrapper .footer-area{
    padding-top: 0px;
    padding-bottom: 0px;
}



.footer-widget-wrapper {
    align-items: center;
    align-content: center;
    align-self: center;
}

    .footer-widget-wrapper .copyright-text {
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
        font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 32px;
    }

.contact-form__three .contact-btn-three {
    background: #86764f;
    color: #ffffff;
}



.default-overlay-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
/*
.default-overlay-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(112, 0, 50, 0.8);
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
*/

.default-overlay .project-link-icon {
    color: #fff;
    font-size: 48px;
    z-index: 999;
}


.galleryMainImage.homeHiddenImage{
    display: none;

}

.lg-item .readMoreColored {
   
}


.lg-item .galleryReadMoreDiv {
    position: absolute;
    top: 75%;
    opacity: 0.9;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
}

.lg-backdrop {
    /*background-color: rgba(112, 0, 50, 0.94);*/
}

.lg-outer .lg-thumb {
    margin-left: auto;
    margin-right: auto;
}

/*
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: 3px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb {
    background: #86764f;
    border-radius: 16px;
}*/

.menuItemDiv .project-text-content {
    position: relative;
    bottom: 15px;
}

.teamHomeSection h2 {
    margin-bottom: 4%;
    color: #fff;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-transform: capitalize;
}

    .teamHomeSection h2 span {
        border-bottom: 3px solid #fff;
        padding-bottom: 2%;
        width: 15%;
        position: relative;
        display: block;
    }


.teamHomeSection h5.title {
    font-weight: normal;
    margin-bottom: 6px;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #fff;
    text-align: center;
}

.teamHomeSection h5.positiontitle {
    font-weight: normal;
    margin-bottom: 6px;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #fff;
    text-align: center;
}

.teamMemberBlock a {
    cursor: unset;
}

.teamMemberBlock .button-box a {
    border: 0px;
    color: #fff;
    padding-left: 0px;
    text-decoration: underline;
    font-size: 16px;
}

.teamMemberBlock .bioBodyText{
    text-align: left;
    text-align-last: left;
    padding-top: 30px;
}

.teamHomeSection {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/team/bg1.jpg);
    /*background-color: #000;*/
    color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}

    .teamHomeSection .default-overlay-bg {
        background: rgba(0, 0, 0, 0.8);
    }

.teamHomeSection .latest-blog-content{
    text-align: center;
}

.teamHomeSection p {
    color: #fff !important;
        font-size: 14px;
}

.teamHomeSection .teamMemberBlock{
    padding-right: 5%;
    padding-left: 5%;
}


#contactUsSection {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/contactBg2.jpg);
    /*background-color: #000;*/
    color: #fff;
    padding-top: 190px;
    padding-bottom: 190px;
    min-height: 95vh;
    display: flex;
    align-items: center;
}

    #contactUsSection .social-list-wrap li a {
        font-size: 52px;
        height: 60px;
        width: auto;
        line-height: 60px;
        text-align: center;
        background: transparent;
        color: #fff;
        border-radius: 0px;
        margin-right: 30px;
    }

.footer-widget {
    margin-bottom: 0px;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: unset !important;
    align-items: center !important;
}

.footer-widget__logo {
    margin-bottom: 0px;

}

.footer-widget .footerHoldingLogo img{
    padding: 0%;

}

.scroll-top {
    /* border-radius: 0
px
; */
    background-color: #fff;
    /* color: #333 !important; */
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
}

.scroll-top i{
        color: #333;
}
.single-project--one .project-top-wrap .default-overlay::after {
    background: rgba(134, 118, 79, 0.5);
}

.hero-slider-9 .slick-arrow {
    background: rgba(255, 255, 255, 90%);
    padding: 12px;
    left: 0px;
    color: #000;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 6px;
}

.hero-slider-9 .slick-arrow:hover{
    background: rgba(0, 0, 0, 90%);
    color: #fff;
}

.hero-slider-9 .slick-arrow.slick-next{
    right: 0px
}

.contact-form__three textarea {
    margin-bottom: 0px;
    height: 100%;
}

form .submit-btn {
    margin-top: 10%;
}

.align-tems-style .footer-widget:first-child, .align-tems-style .footer-widget:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    text-align: right;
}

/*.scroll-top.show {
    bottom: 100px;
}*/

.container-fluid--cp-120{
    padding-left: 120px !important;
    padding-right: 120px !important;
}


#contactModalCenter .modal-dialog {
    width: 35%;
}

#contactModalCenter .modal-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

#privacyModalCenter .modal-content .modal-body {
    padding: 5%;
    max-height: none;
}




.loaderSuccessDiv, .loaderErrorDiv, .loaderSendDiv {
    display: none;
    color: #000;
    padding-left: 30px;
    font-size: 30px;
}

.loaderSendDiv {
    min-height: 500px;
}

    .loaderSendDiv img {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        /* width: 100%; */
        display: block;
        float: none;
        margin: auto;
    }

@media only screen and (max-width: 1024px) {
    .lg-outer .lg-thumb-outer{
        display: none;
    }

    .modal-dialog {
        width: 75% !important;
    }

    .header-col__right nav .submenu {
        left: auto;
        right: 0px;
    }
}



@media only screen and (max-width: 767px) {
    .header-col__right nav .submenu {
        left: auto;
        right: 0px;
    }
    .aboutUsHomeSection h2 span {
        width: 85%;
    }


    .teamHomeSection h2 span {
        width: 85%;
    }

    .contact-form-section h2 span {
        width: 85%;
    }
    .heroTextBlox {
        left: 5%;
    }

    .container-fluid--cp-120 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .align-tems-style .footer-widget:first-child, .align-tems-style .footer-widget:last-child {
        flex-direction: column;
        text-align: center;
    }

    #aboutUsSection .row{
        margin: 0px;
    }

    .footer-widget-wrapper {
        margin: 0px;
    }

    .la-image-loading .content {
        width: 100%;
        margin: auto;
    }

    .la-image-loading .content img{
        margin:auto;
        display: block;
    }

    .la-image-loading .content::after {
        content: '';
    }
    .hamburger-area {
        background-color: #86764f;
    }
    .menu-primary-menu-1 li a {
        color: #fff;
    }
    .sticky.is-sticky .real-estate__right a .fa {
        color: #86764f;
    }

    .modal-dialog {
        width: 95% !important;
    }

    .bgNackchiSec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero-slider-9 .slick-dots,
    .hero-slider-two .slick-dots,
    .hero-slider-12-active .slick-dots,
    .hero-slider-14-active .slick-dots {
        position: relative;
        bottom: 0px;
        text-align: left;
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        background: #86764f;
    }

        .hero-slider-two .slick-dots li.slick-active button::after, .hero-slider-9 .slick-dots li.slick-active button::after, .hero-slider-12-active .slick-dots li.slick-active button::after, .hero-slider-14-active .slick-dots li.slick-active button::after {
            border: 4px solid #fff;
        }

        .hero-slider-two .slick-dots li:hover button::after, .hero-slider-9 .slick-dots li:hover button::after, .hero-slider-12-active .slick-dots li:hover button::after, .hero-slider-14-active .slick-dots li:hover button::after {
            border-color: #fff;
        }

    .heroTextBlox h1 {
        font-size: 24px;
    }

    .aboutUsHomeSection p {
        max-width: 100%;
        font-size: 20px;
        line-height: 42px;
        letter-spacing: 0px;
    }

    .aboutUsHomeSection h2 {
        margin-bottom: 10%;
    }

    .agents-slider-1 .slick-dots li button {
        width: 16px;
        height: 16px;
    }

    .lg-item .readMoreColored {
        top: 75%;
        width: 100%;
    }

    .footer-widget__logo{
        max-width: 100%;
    }

    .footerAddress{
        margin-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px;
    }

    .real-estate__right a {
        font-size: 34px;
    }
}