@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-family: 'Renner';
    font-weight: 200;
}

@font-face {
    font-family: 'Monument Extended';
    src: url('../fonts/MonumentExtended-Light.eot');
    src: url('../fonts/MonumentExtended-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonumentExtended-Light.woff2') format('woff2'),
         url('../fonts/MonumentExtended-Light.woff') format('woff'),
         url('../fonts/MonumentExtended-Light.ttf') format('truetype'),
         url('../fonts/MonumentExtended-Light.svg#MonumentExtended-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey';
    src: url('../fonts/Audrey-Normal.eot');
    src: url('../fonts/Audrey-Normal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Audrey-Normal.woff2') format('woff2'),
        url('../fonts/Audrey-Normal.woff') format('woff'),
        url('../fonts/Audrey-Normal.ttf') format('truetype'),
        url('../fonts/Audrey-Normal.svg#Audrey-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Renner';  
    src: url('../fonts/Renner-it-Light.eot');
    src: url('../fonts/Renner-it-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Renner-it-Light.woff2') format('woff2'),
        url('../fonts/Renner-it-Light.woff') format('woff'),
        url('../fonts/Renner-it-Light.ttf') format('truetype'),
        url('../fonts/Renner-it-Light.svg#Renner-it-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Renner';
    src: url('../fonts/Renner-it-Medium.eot');
    src: url('../fonts/Renner-it-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Renner-it-Medium.woff2') format('woff2'),
        url('../fonts/Renner-it-Medium.woff') format('woff'),
        url('../fonts/Renner-it-Medium.ttf') format('truetype'),
        url('../fonts/Renner-it-Medium.svg#Renner-it-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Renner';
    src: url('../fonts/Renner-it-Semi.eot');
    src: url('../fonts/Renner-it-Semi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Renner-it-Semi.woff2') format('woff2'),
        url('../fonts/Renner-it-Semi.woff') format('woff'),
        url('../fonts/Renner-it-Semi.ttf') format('truetype'),
        url('../fonts/Renner-it-Semi.svg#Renner-it-Semi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Renner';
    src: url('../fonts/Renner-it-Bold.eot');
    src: url('../fonts/Renner-it-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Renner-it-Bold.woff2') format('woff2'),
        url('../fonts/Renner-it-Bold.woff') format('woff'),
        url('../fonts/Renner-it-Bold.ttf') format('truetype'),
        url('../fonts/Renner-it-Bold.svg#Renner-it-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    transition: all ease .5s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Audrey';
}

p, ul.list li {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-title {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.section-title.white .number {
    color: #fff;
}

.section-title .number {
    font-size: 10px;
    color: #2b2b2b;
    letter-spacing: 0.4em;
    position: absolute;
    left: 10px;
    display: flex;
    align-items: center;
    transform: rotate(90deg);
    transform-origin: top left;
    top: -5px;
}

.section-title .number:after {
    width: 84px;
    height: 3px;
    background-image: linear-gradient(to bottom, #b58d4f, #dfc674, #b58d4f);
    content: '';
    display: inline;
    margin-left: 5px;
}

.section-title h6 {
    color: #001736;
    font-weight: 400;
    margin-bottom: 13px;
    font-size: 20px;
    font-family: 'Monument Extended';
    text-transform: uppercase;
    letter-spacing: 0.48em;
}

.section-title h2 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
    background-image: linear-gradient(to bottom, #b58d4f, #dfc674, #b58d4f);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    margin-left: -2px;
}

.section-title.white h6 {
    color: #fff;
}

.section-title.white p {
    color: #fff;
}

.text-justify p {
    text-align: justify;
}

.btn-default {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #252429;
    /* line-height: 45px; */
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 30px;
    /*background: linear-gradient(to bottom, #b58d4f 0%, #dfc674 50%, #b58d4f 100%);*/
    position: relative;
    border:2px solid #252429;
}

.btn-default span {
    position: relative;
    z-index: 2;
}

.btn-default:hover {
    /*background: linear-gradient(to bottom, #dfc674 0%, #b58d4f 50%, #dfc674 100%);*/
    background: #252429;
    color: #fff;
}

ul.bulleted-list {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

ul.bulleted-list li {    
    color: #c8c8c8;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.63;
    margin-bottom:7px;
}

/*** Social Side menu ***/
.floating-contact-smis {
    position: absolute;
    bottom: 0px;
    left: 22px;
    transform: translateY(-50%);
    z-index: 999;
}

.floating-contact-smis.active {
    display: inline-block;
}

.floating-contact-smis .align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.floating-smis a {
    display: flex;
    border: 0;
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    color: #b58d4f;
    font-size: 20px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s
}

.floating-smis a:hover {
    color: #000;
}

/*** Sidemenu ***/
.menu-btn {
    color: #fff !important;
    min-width: 40px;
    min-height: 30px;
    display: flex;
    align-items: start;
    font-size: 14px;
    flex-wrap: wrap;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    z-index: 99;
    background: #fff;
    width: 85px;
    text-align: center;
    padding: 47px 22px 0px 22px;
}

.menu-btn.inner-page {
    height: auto;
    padding: 47px 22px;
}

.menu-btn:before,
.menu-btn:after {
    display: none;
}

.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #b58d4f !important;
    height: 3px;
    margin: 3px 0px;
    transition: all .3s;
    float: right;
}

.menu-btn span:nth-child(2) {
    width: 60%;
    right: 20%;
    position: relative;
}

.menu-btn div {
    margin-left: 0px;
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 100%;
    display: inline-block;
}
/**/
.side-menu {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 50%;
    background-color: #000;
    height: 100%;
    z-index: 999999;
    padding: 40px 60px 40px 70px;
    -webkit-transition: all ease 0.9s;
    transition: all ease 0.9s;
    overflow-y: scroll;
}

.side-menu .logo img {
    max-height: 48px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.side-menu.intro {
    left:0px;
}

.side-menu ul.main-menu ul {
    padding: 0;
}

.side-menu ul.main-menu li {
    list-style:none;
    display:inline-block;
    width:100%;
}

.side-menu ul.main-menu {
    padding-left:0px;
    margin-top:50px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.side-menu ul.main-menu li a:hover,
.side-menu ul.main-menu li.active>a {
    background-image: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.CloseBtn {
    text-transform:uppercase;
    color:#fff;
    font-size:12px;
    letter-spacing:3px;
     display: inline-block;
    text-align:center;
}

.CloseBtn img {
    height: 20px;
    display: inline-block;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    filter: invert(1);
}

.CloseBtn:hover img {
    transform: rotate(90deg);
}

/**/
.side-menu ul.main-menu.navbar-nav {
    margin-top:30px;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
    border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
    background:none;
    color: #fff;
    background-image: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741);
    -webkit-background-clip: text;
    color: transparent;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 10px 5px;
    font-size: 12px;
    background: #ebebeb;
    color: #000;
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children:hover>a {
    background-image: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741);
    -webkit-background-clip: text;
    color: transparent !important;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 6px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
    content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
    background:none;
    color:#000;
    border-bottom-color: rgba(11, 23, 23, .2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #ccc;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li {
    margin: 0;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a,
.side-menu ul.navbar-nav li ul.sub-menu li.active>a {
    color: #000 !important;
    background: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741) !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

section {
    overflow: hidden;
}

/**** TOPBAR ***/
.topbar {
    padding: 5px 0px;
    background: #000;
    width: 100%;
}

.topbar * {
    color: #fff;
}

.topbar a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 0px;
}

.topbar a i {
    margin-right: 5px;
}

.topbar a:last-child {
    background: linear-gradient(to bottom, #b58d4f 0%, #dfc674 50%, #b58d4f 100%);
    padding: 5px 20px;
    margin-right: 0px;
}

/*** HEADER ***/
header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow: visible;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px 0px;
    padding-left: 85px;
}

header .container {
    max-width: 1408px;
}

header.fixed {
    position: fixed;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.57);
    padding: 20px 0px;
    padding-left: 85px;
}

header.fixed .menu-btn {
    padding: 32px 22px 0px 22px;
    height: 90px;
}

header.fixed .navbar-nav{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


header .logo a {
    margin-right: 20px;
}

header .logo a + a img {
    max-height: 55px;
}

header.fixed .logo a + a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(81%) saturate(0%) hue-rotate(160deg) brightness(113%) contrast(101%);
}

header .logo img {
    max-height: 40px;
}

header .main-nav {
    padding: 0px 20px;
}

header .navbar {
    padding: 0px;
}

header .main-nav .navbar .navbar-nav>.nav-item {
    padding: 0px 15px;
}

header .main-nav .navbar .navbar-nav > .nav-item:not(:first-child) {
    border-left: 1px solid #fff;
}

header .main-nav .navbar .navbar-nav>.nav-item.bleft {
    border-left: 1px solid rgba(255, 255, 255, .6);
    padding: 0px 0px;
    padding-left: 21px;
    margin-left: -5px;
    margin-right: 0px;
}

header .main-nav .navbar .navbar-nav>.nav-item.bleft>a {
    line-height: 26px;
}

header .main-nav .navbar .navbar-nav>.nav-item.bnone>a::after {
    display: none;
}

header .main-nav .navbar .navbar-nav>.nav-item.bnone>a:hover,
header .main-nav .navbar .navbar-nav>.nav-item.bnone>a:hover {
    color: #b58d4f;
}

header .main-nav .navbar .navbar-nav>.nav-item .ai-font-phone-o {
    font-size: 16px;
}

header .main-nav .navbar .navbar-nav>.nav-item>a {
    padding: 0px 0px;
    line-height: 18px;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 300;
    text-transform: uppercase;
}

header .main-nav .navbar .navbar-nav>.nav-item.menu-item-has-children>a {
    padding-right: 15px;
}

header .main-nav .navbar .navbar-nav>.nav-item.menu-item-has-children>a:before {
    content: "";
    font-family: IcoFont;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    line-height: 1;
    font-size: 15px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: all 0.3s;
    color: #fff;
}

header .main-nav .navbar .navbar-nav>.nav-item>a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 51%;
    right: 51%;
    bottom: 0px;
    background: #fff;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header .main-nav .navbar .navbar-nav>.nav-item:hover > a {
    color: #ffffff;
}

header .main-nav .navbar .navbar-nav>.nav-item:hover>a:after,
header .main-nav .navbar .navbar-nav>.nav-item.active>a:after  {
    left: 0;
    right: 0;
}

.main-nav .navbar .navbar-nav {
    align-items: center;
}

.main-nav .navbar .navbar-nav .nav-item {
    position: relative;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu, .navbar-expand-lg .navbar-nav>.nav-item .sub-menu {
    padding: 11px 0 0;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    left: 50%;
    width: auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 15px);
    transition: transform .3s, opacity .3s, visibility, .3s;
    display: block;
    min-width: 200px;
    background: none !important;
    border: none !important;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover .dropdown-menu, .navbar-expand-lg .navbar-nav>.nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translate(-50%, 0%);
    border-radius: 0;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li {
    background: rgba(26, 26, 26, .75) !important;
    text-align: left;
    margin-bottom: 1px;
    padding: 0;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li>a.nav-link {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    line-height: 1;
    text-decoration: none !important;
    padding: 15px 15px;
    display: block;
    color: #000000 !important;
    background: rgba(255,255,255,80%) !important;
    text-align: center;
    font-size: 13px;
    letter-spacing: .08em;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li:hover>a.nav-link,
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu .active>a.nav-link {
    background: rgba(181, 141, 79, 80%)!important;
    color: #ffffff!important;
}

header .main-nav .navbar .navbar-nav>.nav-item>a.menu-btn {
    font-size: 10px;
    letter-spacing: 2px !important;
}

header .main-nav .navbar .navbar-nav>.nav-item.btn-link {
    background:#fff;
    box-shadow: none;
    border: 0px;
    text-decoration: none;
}

header .nav-item.btn-link a {
    color: #000 !important;
    text-decoration: none !important;
}

header .main-nav .navbar .navbar-nav>.nav-item.btn-link>a:after {
    display: none !important;
    text-decoration: none !important;
}

header.home-page .navbar-brand.logo {
    opacity: 0;
}

header.home-page.fixed .navbar-brand.logo {
    opacity: 1;
}




/*** Banner ***/
.banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.banner .logo {
    margin-bottom: 20px;
    max-height: 75px;
}

.banner-content {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0;
}

.banner-content .btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content .btns a {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    text-decoration: none;
}

.banner-content .btns a:hover {
    color: #b58d4f;
}

.banner-content .btns .sb-br {
    display: inline-block;
    position: relative;
    width: 2px;
    height: 45px;
    background: linear-gradient(to bottom, #b58d4f 0%, #dfc674 50%, #b58d4f 100%);
    display: block;
    margin: 0 40px;
}

.banner-content .logo img {
    max-height: 300px;
    margin-top: 30px;
}

.banner::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 84px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
    pointer-events: none;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute; 
    right: 0;
}

#myVideo2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute; 
    right: 0;
}

.banner .logo-exp {
    max-height: 90px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 5;
}

/*** ABOUT ***/
.about {
    padding: 80px 0px;
}


.pic-me:before {
    content: '';
    position: absolute;
    top: 0;
    right: 115px;
    right: 15.25%;
    width: 100vw;
    height: 100%;
    background: #252429;
    pointer-events: none;
}

.pic-me img {
    z-index: 2;
    z-index: 2;
    display: block;
    position: relative;
    margin-top: 100px;
}


/*** CTAS ***/
.ctas {
    padding: 100px 0px 0px 0px;
    position: relative;
}

.ctas:before {
    content: '';
    position: absolute;
    top: 350px;
    width: 100vw;
    height: 40%;
    background: #252429;
    pointer-events: none;
    transition: all .3s;
}

.ctas .section-title {
    margin-bottom: 50px;
}

.cta-box {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
}

.cta-box .img {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    aspect-ratio: 1 / 1.15;
    overflow: hidden;
    object-fit: cover;
    background: #141414;
}

.cta-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
    opacity: .8;
}

.cta-box:hover .img img {
    opacity: .5;
    transform: scale(1.05);
}

.cta-box span {
    color: #fff;
    font-size: 32px;
    display: inline-block;
    text-align: center;
    padding: 0px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Audrey';
}

/*** NUMBERS ***/
.numbers {
    padding: 100px 0px;
    background: linear-gradient(rgba(37, 36, 41, 0.9), rgba(37, 36, 41, 0.9)), url(../img/bg-numbers.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.numbers .section-title {
    margin-bottom: 50px;
}

.numbers h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}

.numbers p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 14px 0 0;
    font-weight: 300;
    line-height: 1.6;
    text-transform: uppercase;
}

.numbers .bright {
    padding: 15px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.numbers .bright:last-child {
    border-right: 1px solid transparent;
}

.numbers .space {
    padding: 0 60px;
}


/*** WHY WORK WITH ME ***/
.why-work {
    background: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 90%)), url(../img/lachance_why_us.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

.why-work .bg {
    background: #252429;
    padding: 70px 30px 30px 30px;
    position: relative;
    margin-top: 80px;
    left: -100px;
    box-shadow: 3px 3px 7px 0px rgba(255, 255, 255, .1);
}

.why-work h4 {
    font-size: 27px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    /* color: #000; */
}

.why-work h4 img {
    max-height: 50px;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(57%) sepia(100%) saturate(283%) hue-rotate(358deg) brightness(90%) contrast(90%);
}

.why-work p {
    margin-bottom: 20px;
    color: #fff;
    /* color: #000; */
}

.why-work ul.list li {
    color: #fff;
}

.why-work .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.why-work .item {
    padding: 0px 90px;
}

.why-work .owl-theme .owl-nav {
    text-align: right;
}

.why-work .owl-theme .owl-nav [class*=owl-] {
    border-radius: 0px;
    margin: 0px 0px !important;
    color: #fff;
    width: 39px;
    height: 39px;
    text-align: center;
    background: #404040;
    background: #4b4a4a;
    transition: all .3s;
}

.why-work .owl-theme .owl-nav [class*=owl-]:hover {
    opacity: .6;
}

.why-work .owl-theme .owl-nav [class*=owl-].owl-next {
    background: #696969;
}

.why-work .owl-theme .owl-nav {
    margin-top: 30px;
}

.why-work .owl-nav button i {
    color: #fff;
}

.why-work .custom-nav {
    display: flex;
    gap: 30px;
    margin-right: 30px;
    margin-top: 0px;
    justify-content: center;
}

.why-work .custom-nav button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.58em;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    position: relative;
    background: none !important;
    border-radius: 0px !important;
}

.why-work .custom-nav button img {
    filter: brightness(0) invert(1);
}

/*** PROPERTIES ***/
.properties {
    padding: 80px 0px;
}

.property-box {
    position: relative;
    margin-bottom: 50px;
    margin-left: 50px;
}

.property-box:before {
    position: absolute;
    left: -8.150470219435737%;
    bottom: -6.692406692406692%;
    width: 90.90909090909091%;
    max-width: 580px;
    height: 86.35778635778636%;
    max-height: 671px;
    background: #252429;
    content: '';
    z-index: 0;
}

.property-box .img {
    position: relative;
    width: 100%;
    max-height: 500px;
    aspect-ratio: 1 / 1;
}

.property-box .img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/fl-overlay.png) no-repeat bottom center / cover;
    z-index: 2;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.property-box .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.property-box .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 207px;
    z-index: 10;
    padding: 0 0 0 5.29%;
    color: #fff;
    background: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

.property-box .text .fpd-left {
    width: calc(100% - 178px);
    padding: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding: 40px 0 25px;
}

.property-box .text .address1 {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
}

.property-box .text .address2 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.property-box .text .price {
    color: #fff;
    font-size: 36px;
    display: block;
    margin-top: 20px;
    letter-spacing: 0em;
    font-weight: 300;
}

.property-box .text .view-details {
    width: 150px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 0.2em;
    background-image: linear-gradient(to bottom, #b58d4f, #dfc674, #b58d4f);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.property-box:hover .text .view-details {
    opacity: 1;
    visibility: visible;
}

.property-box:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.52);
}

.property-box:hover .img:before {
    opacity: 0;
}

.property-box:hover .img img {
    transform: scale(1.02) translate(-50%, -50%);
}

.property-box:hover .img:before {
    opacity: 0;
}

.property-box:hover .img:after {
    opacity: 1;
}

.property-box:hover .text .view-details {
    opacity: 1;
    visibility: visible;
}

.properties .custom-nav {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    width: 55%;
    margin-top: 50px;
}

.properties .custom-nav button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.58em;
    color: #2b2b2b;
    padding: 20px 0;
    /*display: flex;
    width: 100%;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e2e2e2;*/
    text-align: center;
    position: relative;
    background: none !important;
    border-radius: 0px !important;
}

.properties .custom-nav button:first-child {
    border-top: 0;
    float: left;
}

.properties .custom-nav button:last-child {
    float: right;
}


/*** TESTIMONIALS ***/
.testimonials {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.testimonials:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    height: 70%;
    background: #252429;
}

.testimonials .section-title {
    margin-bottom: 50px;
    text-align: left;
}

.testimonials .row {
    position: relative;
    z-index: 2;
}

.testimonials .bg {
    background: #fff;
    padding: 70px 70px;
}

.testimonials .bg * {
    font-weight:300 !important;
}


/*** SOLD MAP ***/
.sold-map {
    padding: 100px 0px 0px 0px;
    /* background: linear-gradient(rgba(37, 36, 41, 0.9), rgba(37, 36, 41, 0.9)), url(../img/bg-numbers.jpg) 50% 50% no-repeat; */
    position: relative;
    overflow: hidden;
}

.sold-map .section-title {
    margin-bottom: 40px;
}

.sold-map:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70%;
    height: 70%;
    background: #252429;
}

.sold-map .row {
    position: relative;
    z-index: 2;
}


/*** BLOG ***/
.blog {
    padding: 100px 0px 40px 0px;
    position: relative;
    overflow: hidden;
}

.blog:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    height: 70%;
    background: #252429;
}

.blog .row {
    position: relative;
    z-index: 2;
}

.blog .section-title {
    margin-bottom: 50px;
    text-align: left;
}

.blog .bg {
    background: #fff;
    padding: 50px 60px;
}

.blogbox {
    display: inline-block;
    width: 100%;
    position: relative;
    transition: all 0.3s;
    background-color: #141414;
    color: #fff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
    overflow: hidden;
}

.blogbox:hover {
    color: #141414;
}

.blogbox .img {
    overflow: hidden;
    background: #141414;
    aspect-ratio: 1 / 1;
}

.blogbox.half .img {
    aspect-ratio: 16 / 9;
}

.blogbox .img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/fl-overlay.png) no-repeat bottom center / cover;
    z-index: 1;
    transition: all .3s;
}

.blogbox:hover .img:before {
    opacity: 0.5;
}

.blogbox .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
    opacity: 0.5;
}

.blogbox:hover .img img {
    transform: scale(1.1);
    opacity: 0.5;
}

.blogbox .text {
    padding: 25px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px 30px;
    z-index: 2;
}

.blogbox .text p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.blogbox h4 {
    margin-bottom: 12px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.blogbox h4 .delim {
    color: #fff;
    font-size: 14px;
    font-style: normal;
}

.blogbox h4 span {
    color: #fff;
    font-style: italic;
}

.blogbox h3 {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.6;
}

.blogbox .link {
    letter-spacing: 3px;
    font-weight: 600;
    color: #ca943c;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    border-bottom: 1px solid #ca943c;
}

.blogbox .link:hover {
    color: #ca943c;
    border-color: transparent;
}



/*** SOCIAL ***/
.social {
    padding: 100px 0px;
    position: relative;
}

.social .section-title {
    margin-bottom: 40px;
}

.social h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4px;
    margin: 30px 0px 30px 0px;
}

.social .text {
    padding: 0 30px;
    text-align: center;
}

.social .up p {
    color: #2b2b2b;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
}

.social .up p a:hover {
    color: #b58d4f;
}

.social p a {
    color: #2b2b2b;
}

.social .bg-white {
    padding: 50px;
    position: relative;
}

.videobox {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.videobox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
    pointer-events: none;
    opacity: 0;
    background: #000;
    z-index: 2;
}

.videobox .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80px;
    z-index: 3;
    width: auto;
}

.videomodal .modal-content {
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}

.videomodal .modal-body {
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}

.videobox:hover:before {
    opacity: .6;
}

.videomodal .btn-close {
    position: absolute;
    top: -25px;
    right: 0px;
    color: #fff;
    opacity: 1;
    z-index: 9999;
    filter: invert(1);
    font-size: 14px;
}

.socialboxes a {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.socialboxes a img {
    display: inline-block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.socialboxes a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s;
}

.socialboxes a:hover:before {
    background: rgba(0, 0, 0, .3);
}


/*** CONTACT-FORM ***/
.contact-form {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.contact-form .container {
    max-width: 1540px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.contact-form .section-title {
    display: inline-block;
    margin-bottom: 60px;
}

.contact-form .bg1 {
    background: #252429;
    padding: 115px 90px 125px;
}

.contact-form .bg1 .consent-ctn a,
.contact-form .bg1 .consent-ctn label {
    color: #fff;
}

.contact-form .form-control {
    border-radius: 2px;
    padding: 10px 0px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 14px;
    color: #fff;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-weight: 300;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.contact-form textarea.form-control {
    height: 80px;
}

.contact-form p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 14px;
}

.contact-form .btn-default {
    margin-top: 10px;
    min-width: 130px;
}

.contact-form .btn-default, footer .btn-default {
    border-color: #fff;
    background: none;
    color: #fff;
}

.contact-form .btn-default:hover, footer .btn-default:hover {
    background: #fff;
    color: #252429;
}

.contact-form .form-check {
    text-align: left;
}

.form-check.check-input {
    color: #fff;
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 25px;
}

.form-check.check-input .form-check-input[type=checkbox] {
    margin-left: -35px;
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 0;
    width: 20px;
    height: 20px;
    top: -3px;
    position: relative;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form .bg2 {
    background: linear-gradient(rgb(37 36 41 / 90%), rgb(37 36 41 / 90%)), url(../img/lachance_contact.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 115px 90px 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form .contact-info {
    justify-content: center;
}

.contact-info {
    display: flex;
    align-items: start;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .65px;
    line-height: 1.5;
    padding: 6px 0;
}

.contact-info a {
    color: #fff;
}

.contact-info a:hover {
    color: #b58d4f !important;
}

.contact-info .img {
    margin-right: 8px;
    min-width: 16px;
    margin-top: 0px;
}

.contact-info .img img {
    max-width: 24px;
}

.contact-form .social-items {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.contact-form .social-items a {
    display: inline-block;
    margin: 0 6.5px;
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    margin: 0px 8px;
    color: #fff;
    transition: all .4s ease-in-out;
}

.contact-form .social-items a:hover {
    background: linear-gradient(to bottom, #b58d4f 0%, #dfc674 50%, #b58d4f 100%);
    color: #fff;
}


/*** FOOTER ***/
footer {
    position: relative;
    overflow: hidden;
    background: #252429;
    padding: 80px 0 0 0;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(38.51% 48.25% at 50.45% 50.9%, rgba(1, 78, 78, 0) 0.01%, #001736 100%);
    border-radius: 50px;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: none;
}

footer .right-border {
    position: relative;
}

footer .right-border::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    background-color: #FFFFFF1A;
    height: 100%;
    width: 1px;
}

footer .container,
footer .container-fluid {
    position: relative;
    z-index: 2;
}

footer .logo {
    display: inline-block;
    margin-bottom: 20px;
}

footer .logo img {
    max-height: 50px;
}

footer .agency-logo img {
    filter: brightness(0) invert(1);
    max-height: 100px;
    margin-top: 50px;
}

footer p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
}

footer .links {
    display: flex;
    gap: 20px 50px;
    flex-wrap: wrap;
}

footer .links a {
    display: flex;
    gap: 20px 50px;
    flex-wrap: wrap;
    font-size: 20px;
    color: #fff;
    border: 1px solid #FFFFFF1A;
    border-radius: 0px;
    padding: 9px 20px;
    line-height: 1.1em;
    transition: all 0.3s ease-in-out
}

footer .links a:hover {
    color: #b58d4f;
    border-color: #b58d4f;
}

footer .links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 38px;
    margin-top: 30px;
}

footer .links-list li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

footer .links-list li a:hover {
    color: #b58d4f;
}

footer .space-left {
    padding-left: 50px;
}

footer h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

footer .small-links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 38px;
    margin-top: 30px;
}

footer .small-links-list li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

footer .small-links-list li a:hover {
    color: #b58d4f;
}

footer .top {
    padding-top: 50px;
}

footer .top h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 15px;
}

footer .social-links {
    display: inline-block;
    vertical-align: middle;
}

footer .social-links a {
    display: inline-block;
    margin-right: 15px;
    width: 38px;
    line-height: 36px;
    border: 1px solid #FFFFFF1A;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-align: center;
}

footer .social-links a:hover {
    color: #b58d4f;
    border-color: #b58d4f;
}

footer .form-control {
    background: #fff;
}

footer .btn-default:before,
footer .btn-default:after {
    background: #000;
}

.copyright {
    position: relative;
    border-top: 1px solid #FFFFFF1A;
    padding: 50px 0;
    margin-top: 50px;
    z-index: 1;
}

footer .copyright p {
    text-align: center;
    margin: 0;
}

footer .copyright p img {
    max-height: 40px;
    margin-left: 4px;
}

footer .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #828283 !important;
    background-color: #fff;
    border: 1px solid #F1F1F1 !important;
    border-radius: 0px;
    padding: 17px 20px;
    box-shadow: none;
    outline: none;
    height: 57px;
    margin-bottom: 25px;
    box-shadow: none !important;
    outline: none !important;
}

/*tpm fix*/
.properties .owl-carousel .owl-stage-outer {
    overflow: visible!important;
}

/*** PAGE BANNER ***/
.page-banner {
    height: 350px;
    padding-bottom: 30px;
}

.page-banner h1 {
    color: #fff;
    text-transform: uppercase;
}

.breadcrumbs {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.breadcrumbs li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding:0px 5px;
}

.breadcrumbs li a {
    color: #fff;
}

/*** BUY/SELL FORM ***/
.buysellform h4 {
    color: #fff;
    text-transform: uppercase;
}

.buysellform .form-control {
    border-radius: 2px;
    padding: 10px 0px;
    box-shadow: none;
    resize: none;
    color: #fff;
    outline: none;
    height: 50px;
    font-size: 16px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    margin-top: 25px;
    letter-spacing: 1px;
    font-weight: 300;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent!important;
    border: none!important;
    border-bottom: solid 1px #fff!important;
    border-radius: 0!important;
    margin-top: 25px;
}

.select2-search__field::placeholder {
    font-size: 16px!important;
    font-weight: 300!important;
    color: #fff!important;
    opacity: 1!important;
    margin-top: 0!important;
}

.buysellform select.form-control option {
    color: #000;
}

.buysellform .form-control::-webkit-input-placeholder {
    color: #fff !important;
}

.buysellform textarea.form-control {
    height: 120px;
}

.buysellform .btn-default {
    min-width: 150px;
    margin-top: 25px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

.buysellform .btn-default:hover {
    background: #fff;
    color: #252429;
}

.buysellform select.form-control {
    appearance: auto;
}

.buysellform .consent-ctn a,
.buysellform .consent-ctn label {
    color: #fff;
}

/*** DOWNLOAD GUIDE ***/
.info-small {
    padding: 75px 0px;
}

.info-small .section-title h2 {
    font-size: 42px;
}


/*** FREE HOME EVALUATION ***/
.evaluation-box {
    padding: 75px 0px;
    position: relative;
    background: linear-gradient(rgba(255,255,255, 0.9), rgba(255,255,255, 0.9)), url(../img/bg-numbers.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.evaluation-box .bg-form {
    padding:75px 50px;
    background: #fff;
}

.evaluation-box label {
    font-size: 18px;
    font-weight: 500;
    color: #252429;
    margin-top: 10px;
    margin-bottom: 20px;
}

.evaluation-box .form-control {
    border: 1px solid #000;
    border-radius: 0px;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.evaluation-box .checkbox-group label {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    color: #252429;
    border: 1px solid #252429;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
}

.evaluation-box .btn-default.bordered:hover, .evaluation-box .btn-default.bordered.active {
    background: #252429;
    border-color: #252429;
    color: #fff;
}

.evaluation-box .btn-default.active {
    background: #252429;
    border-color: #252429;
    color: #fff;
}

.evaluation-box .btn-default.bordered:before, .evaluation-box .btn-default.bordered:after {
    display: none;
}


.evaluation-box fieldset.active {
    display: block;
}

.evaluation-box .navigate-btns {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.evaluation-box p {
    color: #252429;
}

fieldset#StepOne .navigate-btns {
    justify-content: end;
}

.evaluation-box .checkbox-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Ensure items wrap when needed */
}

.evaluation-box .checkbox-group label {
    flex: 0 1 calc(50% - 10px); /* Each item takes 50% width minus a small margin */
    margin-bottom: 25px; /* Adds spacing between rows */
}

.evaluation-box input[type="checkbox"] {    
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}

/*** TEAM ***/
.our-team {
    padding:100px 0px;
}

.team-box figure {
    aspect-ratio: 1 / 1.15;
}

.team-box figure img {
    object-fit: cover;
    object-position: center;
    border:1px solid #b58d4f;
    height: 100%;
}

.our-team .custom-nav {
    display: flex;
    gap: 30px;
    margin-right: 30px;
    margin-top: 0px;
    justify-content: center;
}

.our-team .custom-nav button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.58em;
    color: #000;
    padding: 20px 0;
    text-align: center;
    position: relative;
    background: none !important;
    border-radius: 0px !important;
}

.calc-section {    
    background: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 90%)), url(../img/lachance_why_us.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.team-pic {
    position: relative;
}

.team-pic::after {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #252429;
    z-index: 1;
}

/*** TEAM MEMBERS ***/
.team-member {
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 400px;
    display: inline-block;
}

.team-member figure {
    height: 100%;
}

.team-member figure img {
    width: 100%;    
    object-fit: cover;
    object-position: bottom center;
    border:1px solid #b58d4f;
    height: 100%;
}

.team-member-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    height: 100%;
}

.team-member .social {
    padding: 15px 0px 30px 0px;
}

.team-member .social a {
    border-radius: 30px;
    background: #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

.team-member .social a:hover {
    background: #b58d4f;
}

.profile-data {
    background: #b58d4f;
    padding: 15px 30px;
}

.profile-data a {
    margin-right: 30px;
}

.profile-data i {
    margin-right: 10px;
}

.team-member h2 {
    text-transform:uppercase;
    font-weight: 600;
}

/*** ***/
.home-about .contact-info,
.home-about .contact-info a {
    color: #000;
}

.home-about .contact-info i {
    color: #b58d4f;
}

.home-about .social-items {
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-about .social-items a {
    border-radius: 30px;
    background: #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

.home-about .social-items a:hover {
    color: #fff;
    background: #b58d4f;
}
.modal .wpcf7-form {
	overflow: visible;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #000
}

body.blog {
	padding: 0px 0px;
}

.modal {
	z-index: 999999;
	padding: 0px !important;
}

.modal.guide .modal-body {
	padding: 70px 30px 70px 30px;
}

.modal.guide button.btn-close {
	font-size: 17px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal.guide button.btn-close svg,
.modal.guide button.btn-close i {
	opacity: 0;
}

.modal.guide .modal-dialog {
	max-width: 600px !important;
}

.modal.guide .btn-default {
	display: block;
	margin: 0 auto;
	background-color: transparent;
	margin-top: 25px;
}

.modal.guide .section-title h2 {
	font-size: 45px;
}

.modal.guide .form-control {
	width: 100%;
	height: 51px;
	border: none;
	border: 1px solid #000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .02em;
	color: #000;
	margin: 10px 0px;
	padding: 0 15px;
	border-radius: 0px;
	outline: 0;
	box-shadow: none;
}

.modal.guide .form-control::-webkit-input-placeholder {
	color: #000;
}

.modal.guide textarea.form-control {
	height: 100px;
	resize: none;
	margin-top: 30px;
}


input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}


/* ✅ Success message (form sent) */
.wpcf7 form.sent .wpcf7-response-output {
	background: #f6f4ee; /* soft beige or light neutral background */
	color: #0a3a2a; /* elegant dark green accent */
	border: 2px solid #0a3a2a;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ❌ Error message (validation failed or required fields missing) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	background: #fdf2f2; /* soft red background */
	color: #8b0000; /* deep red text */
	border: 2px solid #e63946; /* elegant red border */
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ⚠️ Individual field validation tips (inline error under fields) */
.wpcf7-not-valid-tip {
	color: #e63946; /* red accent for field warnings */
	font-size: 14px;
	margin-top: 4px;
	font-weight: 500;
}

/* ✨ Fade-in animation for both messages */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.otgs-development-site-front-end{
	display:none;
}

 
.contact-form .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
}
 
.contact-form span.wpcf7-list-item {
    margin: 0;
    color: #fff;
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 25px;
}
 
.contact-form span.wpcf7-list-item input[type="checkbox"] {
    position: relative;
    width: 20px;
    height: 20px;
    top: 5px;
    margin-left: -35px;
    margin-right: 10px;
}
 
header .main-nav .navbar .navbar-nav>.nav-item>a:after {
    margin: 0;
    border: none;
}
 
/**/
.navbar-light .navbar-nav>.nav-item:hover>a,
.navbar-light .navbar-nav>.nav-item.active>a,
.navbar-light .navbar-nav>.nav-item.current-menu-item>a,
.navbar-light .navbar-nav>.nav-item.current-menu-parent>a {
    color: #fff;
}
 
header .main-nav .navbar .navbar-nav>.nav-item:hover>a:after,
header .main-nav .navbar .navbar-nav>.nav-item.current_page_item>a:after,
header .main-nav .navbar .navbar-nav>.nav-item.current-menu-parent>a:after {
    left: 0;
    right: 0;
}
 
.navbar-light .navbar-nav>.nav-item:hover ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
 
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li:hover>a,
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li.current-menu-item>a {
    background: rgba(181, 141, 79, 80%) !important;
    color: #ffffff !important;
}
 
 
/**/
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a,
.side-menu ul.main-menu li.current_page_item>a,
.side-menu ul.main-menu li.current-menu-parent>a {
    background-image: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li:hover a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.current_page_item>a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.active>a {
    color: #000 !important;
    background: linear-gradient(to bottom, #cc9741, #f8e9a0, #cc9741) !important;
}
 
 .side-menu .details {
    padding: 20px 0px 8px 0px;
    border-top: 1px solid rgba(255,255,255, 0.46);
    border-bottom: 1px solid rgba(255,255,255, 0.46);
    text-align: left;
    max-width: 100%;
    color: #fff;
    margin-bottom: 15px;
}
 
.side-menu .details a {
    display: flex;
    align-items: center;
    justify-content: start;
    width: max-content;
    color: #fff;
    margin-bottom: 12px;
}
 
.side-menu .details a i {
    margin-right: 10px;
}
 
.side-menu .details a:hover {
    color: #b58d4f;
}
 
.side-menu .social-links a {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 30px;
    min-width: 30px;
    text-align: center;
    padding-top: 4px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}
 
.side-menu .social-links a:hover {
    color: #fff;
    background: #b58d4f;
    border-color: #b58d4f;
}

.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    margin-bottom: 5px;
    opacity: 1 !important;
    outline: 0px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: visible;
    width: max-content;
    color: #252429 !important;
    border: 2px solid #252429;
    font-family: 'Renner';
    background: none;
    outline: 0px;
    padding: 8px 30px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px !important;
    border-radius: 0px;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: inherit;
    text-align: center;
}

.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    background: #252429 !important;
    color: #fff !important;
    border-color: #252429 !important;
}
 
.evaluation-box .navigate-btns button[type="submit"] {
    margin-left: auto;
}
 
.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(50% - 10px);
    margin: 0px;
    color: #252429;
    margin-bottom: 25px !important;
    font-size: 16px;
    font-weight: 500;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item label {
    margin: 0;
}
 
.evaluation-box input[type="submit"].btn-default, .evaluation-box button[type="submit"].btn-default {
    margin-left: auto;
}
 
input[type="submit"], button[type="submit"] {
    transition: all .3s;
}
 
.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}
 
span.wpcf7-list-item {
    margin: 0px;
}
 .mw-calc-table > tbody > tr.active {
    border-color: #b58d4f !important;
}
  
section.evaluation-box .section-title {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: max-content;
    margin-bottom: 20px;
}

.team-member-details h6{
    color: #001736;
    font-weight: 400;
    margin-bottom: 13px;
    font-size: 16px;
    font-family: 'Monument Extended';
    text-transform: uppercase;
    letter-spacing: 0.48em;
}

.testimonials .bg * {
    font-family: "Open Sans", sans-serif !important;
}
 
.side-menu ul.main-menu li a {
    font-weight: 300;
}
 
.profile-data a {
    color: #fff;
    font-size: 20px;
}
 
section.info-small.documents .document {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #000;
    padding: 12px 15px;
    margin-bottom: 20px;
}
 
section.info-small.documents .document>img {
    max-height: 40px;
}
 
section.info-small.documents .document>h6 {
    margin: 0;
}
 
section.info-small.documents .document .btn-default {
    margin: 0 !important;
}

section.info-small.documents .document {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #000;
    padding: 12px 15px;
    margin-bottom: 20px;
}
 
section.info-small.documents .document>img {
    max-height: 40px;
}
 
section.info-small.documents .document>h6 {
    margin: 0;
    font-family: 'Monument Extended';
    font-weight: 600;
    font-size: 15px;
}
 
section.info-small.documents .document .btn-default {
    margin: 0px !important;
    margin-left: auto !important;
    background: #252429;
    color: #fff;
}
 
section.info-small.documents .document .btn-default:hover {
    background: none !important;
    color: #252429 !important;
}