
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*** GENERIC CSS ***/
html,body {
    font-family: "brother-1816",sans-serif;
}

body {
    font-size: 16px;
    color: #555555;
    font-weight: lighter;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #555555;
}

a:hover {
    text-decoration: none;
    color: #24a9e2;
}

a:focus {
    text-decoration: none;
}

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

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
}

h3 {
    font-size:35px;
    line-height: 1.5;
}

h4 {
    font-size:27px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: "brother-1816",sans-serif;
    font-weight: lighter;
}

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

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

.section-title {
    margin-bottom: 30px;
}

.section-title h6 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.section-title.black h6 {
    color: #000;
}

.section-title.black h2 {
    color: #C1A95A;
}

.btn-default {
    padding: 0px 50px;
    display: inline-block;
    background: #C1A95A;
    color:#fff;
    border: 0px;
    font-weight: 500;
    text-transform: uppercase;
    height: 50px;
    line-height:45px;
    margin: 30px 0px;
    border: 2px solid #C1A95A;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-default.white {
    background: none;
    color: #fff;
}

.btn-default.white:hover {
    background:#C1A95A;
    color: #fff;
}

.btn-default:hover {
    background:#5C0451;
    color: #fff;
}

.section-title h2 {
    color: #fff;
    text-transform: uppercase;
}

/*** HEADER ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0px;
}

.header .wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 12px;
}

.navbar-nav .nav-link {
    color: #fff;
    line-height: 17px;
    padding-bottom: 5px;
    position: relative;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    letter-spacing: 1.12px;
    padding:0px 0px !important;
    font-size: 16px;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: .15em;
}

.navbar-light .navbar-nav .nav-link i {
    vertical-align: middle;
    margin-right: 10px;
    background: #000;
    border: 1px solid #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link {
	color:#bea670!important;
}

.navbar-light .navbar-nav .nav-item.active>a {
    color:#bea670!important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
    background: #fff;
}

.navbar-light .navbar-nav .nav-item.logo img {
    max-height: 100px;
}

.navbar-expand-lg .navbar-nav>li {
    margin: 0px 20px;
	display:inline-block;
    vertical-align: top;
}

.navbar-light .navbar-nav .nav-item.lbtn>.nav-link {
	background:#C1A95A;
	color:#fff;
    border: 2px solid #C1A95A;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    border-radius: 60px;
    letter-spacing: 0px;
    padding: 0px 20px !important;
}

.navbar-light .navbar-nav .nav-item.lbtn:hover>.nav-link {
	background:#5C0451 !important;
	color:#fff !important;
}

.navbar-brand img {
    max-height: 100px;
    margin-right: 20px;
}

.navbar {
	padding:0px 0px;
}

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

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

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

ul.sub-menu {
    min-width:255px;
    width: 100%;
    padding:0px 0px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    padding-top: 15px;
    
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 100px);
    min-width: 250px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav ul.sub-menu li {
	width:100%;
    position: relative;
    margin-bottom: 1px;
}

.navbar-nav ul.sub-menu li a.nav-link {
    line-height: 1;
    transition: all .3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 25px;
    padding: 10px 10px !important;
    
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;

    background: rgba(255, 255, 255, 1);
    color: #000!important;
    border: none;
    text-transform: uppercase;
    white-space: break-spaces;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover>a,
.navbar-light .navbar-nav .nav-item ul.sub-menu li.active>a {
	color:#fff!important;
    background: #bea670;
}



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

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

.banner-content .logo {
    margin-bottom: 40px;
    display: inline-block;
}

.banner-content .logo img {
    max-height: 120px;
}

.banner-content .content {
    display: flex;
    align-items: end;
    padding: 0px 30px;
}

.banner-content h1 {
    font-size: 68px;
    margin: 0px;
    line-height: 1;
}

.banner-content p {
    color: #F2F1ED;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    opacity: 0.8;
    margin: 0px;
}

.banner-content a {
    display: inline-block;
    min-width: 220px;
    text-align: center;
    color: #bea670;
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #bea670;
}

.banner-content a:hover {
    background: #5C0451;
    color: #fff;
    border-color: #5C0451;
}

.banner-content h1, .banner-content h6 {
    color: #fff;
}

.banner-content h6 {
    color: #fff;
    letter-spacing: 9px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.banner-content .btn-default {
    margin: 0px 5px;
}

.banner .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 12.29%, rgba(0, 0, 0, 0.00) 77.62%);
    pointer-events: none;
}

.banner .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 4;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 12.29%, rgba(0, 0, 0, 0.00) 77.62%);
    pointer-events: none;
}

.banner-carousel {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.banner .item {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

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

.banner .owl-dots {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 9;
}

.banner .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: -4px 10px;
    background: rgb(206, 206, 206);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.banner .logo-remax {
    max-height: 50px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 5;
}

.banner .owl-theme .owl-nav {
    margin-top: 0px;
}

.banner .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -30px;
    color: #C6AD45;
    font-size: 20px;
    background: none !important;
}

.banner .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 50%;
    margin-left: 0px;
    margin-right: -30px;
}

/*** SOCIAL FIX ***/
.social-fix {
    position: fixed;
    right: 25px;
    top: 50%;
    z-index: 15;
    transform: translate(0, -50%);
}

.social-fix ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.social-fix ul li {
    margin: 5px 0;
}

.social-fix  ul li .aios-ai-phone {
    font-size: 14px;
}

.social-fix  ul li a {
    font-size: 20px;
    display: flex;
    width: 36px;
    height: 36px;
    /* background: #ffffff; */
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
    color: #C6AD45;
    border: 1px solid #C6AD45;
}

.social-fix  ul li a:hover {
    background-color: #5C0451;
    color: #fff;
    border-color: #5C0451;
}

.social-fix ul li .ai-font-envelope-f {
    font-size: 12px;
}

.social-fix.black ul li a {
    color:#000;
}

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

.about .section-title {
    position: relative;
    z-index: 2;
}

.about .section-title h2 {
    background:rgba(255, 255, 255, 0.75);
    color: #5C0451;
}

.about .img-style {
    position: relative;
    left: -246px;
    width: 400px;
}

.about.inner {
    padding: 110px 0px 50px 0px;
}

/*** STATS ***/
.stats {
    padding:100px 0px;
    color: #C6AD45;
    background: #000;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/slide-1.jpeg) 50% 50% fixed no-repeat;
    background-size: cover;
}

.stats h3 {
    color: #C6AD45;
    font-size: 72px;
    font-weight:800;
    margin-bottom: 0px;
}

.stats p {
    text-transform: uppercase;
    color: #fff;
}

/*** WHY CHOOSE ***/
.why-choose {
    padding: 80px 0px;
}

.choose-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 70px 40px 70px 40px;
    background: linear-gradient(180deg, rgba(17, 23, 53, 1) 30%, rgba(94, 4, 82, 1) 100%);
}

.choose-box.middle {
    background: linear-gradient(180deg, rgba(94, 4, 82, 1) 30%, rgba(17, 23, 53, 1) 100%);
}

.choose-box h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    min-height: 110px;
    margin-bottom: 10px;
}

.choose-box img {
    filter: invert(1) brightness(1);
    max-height: 70px;
    margin-bottom: 20px;
}

.choose-box p {
    color: #fff;
}

/*** mortgage-path ***/
.mortgage-path {
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../img/bg.jpeg) 50% 50% no-repeat;
    background-size:cover;
    padding:75px 0px;
}

.mortgage-path h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
}

.mortgage-path-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 70px 40px 70px 40px;
    background: linear-gradient(180deg, rgba(17, 23, 53, 1) 30%, rgba(94, 4, 82, 1) 100%);
}

.mortgage-path-box.middle {
    background: linear-gradient(180deg, rgba(94, 4, 82, 1) 30%, rgba(17, 23, 53, 1) 100%);
}

.mortgage-path-box h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    min-height: 110px;
    margin-bottom: 10px;
}

.mortgage-path-box img {
    max-height: 70px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.mortgage-path-box p {
    color: #fff;
}

/*** testimonials ***/
.testimonials {
    padding: 70px 0px;
    background: linear-gradient(180deg, rgba(17, 23, 53, 1) 30%, rgba(94, 4, 82, 1) 100%);
}

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

.testi-box {
    display: flex;
    width: 100%;
    align-items: center;
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.testi-box .img {
    min-width: 60px;
    margin-right: 10px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 9px 0 #00000026;
    height: 60px;
    max-width: 60px;
}

.testi-box .img img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testi-box h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}

.testi-box .stars {
    color: #f7b80c;
}

.testi-box .date {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
}

.testi-box p {
    font-size: 14px;
    margin-bottom: 20px;
}

.testi-box p a {
    color: #5959bf;
}

/*** social-media ***/
.social-media {
    padding: 70px 0px;
}

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

.social-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
    background: #000;
}

.social-box img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / .95;
    object-fit: cover;
    transition: all .3s;
    opacity: .8;
}

.social-box:hover img {
    opacity: .5;
}

/*** CONTACT BOX ***/
.contact-form {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../img/bg-contact.jpg) 50% 50% no-repeat;
    background-size:cover;
    padding:75px 0px 0px 0px;
}

.contact-box {
    background: linear-gradient(180deg, rgba(17, 23, 53, 1) 30%, rgba(94, 4, 82, 1) 100%);
    border: 5px solid #C6AD45;
    padding: 50px;
}

.contact-box .form-control {
    background: none;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    padding: 10px 0px;
    font-size: 14px;
    margin-bottom: 30px;
}

.contact-box .form-control::placeholder {
    color: #ccc;
}

.contact-box textarea {
    height: 110px;
    resize: none;
}

.contact-box input[type="checkbox"].form-control {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px;
    margin-right: 10px;
    position: relative;
    box-shadow: none !important;
    outline: none !important;
}

.contact-box input[type="checkbox"].form-control:checked {
    background: #fff;
}

.contact-box input[type="checkbox"].form-control:checked::before {
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #000;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 4px;
}

.contact-box .form .d-flex {
    gap: 10px;
    display: flex;
}

.contact-box * {
    color: #fff;
}

/*** FOOTER ***/
.foot-contact {
    background: #040503;  
    padding:150px 0px 75px 0px;
    margin-top: -75px;
}

.foot-contact .fa { 
    color: #f2e6de;
    font-size: 24px;
    margin-bottom: 15px;
}

.foot-contact h3 {    
    color: #f2e6de;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.foot-contact p, .foot-contact a {    
    color: #f2e6de;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.6;
}

.foot-contact p .fa {
    font-size: 20px;
    margin-right: 5px;
}

.foot-contact .social .fa {
    margin: 0px 5px;
    background:#5C0451;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
}

.foot-contact a:hover {
    color: #fff;
    opacity: 0.7;
}

footer {
    padding: 75px 0px 30px 0px; 
    background: linear-gradient(180deg, rgba(17, 23, 53, 1) 30%, rgba(94, 4, 82, 1) 100%);
    background: #000;
}

footer * {
    color: #fff;
}

footer .logo img {
    max-height: 200px;
    margin-bottom: 15px;
}

footer .foot-menu {
    margin:30px 0px 30px 0px;
    padding: 0px;
    list-style: none;
}

footer .foot-menu li {
    display: inline-block;
    margin: 0px 30px;
}

footer .foot-menu li a {
    font-size: 16px;
    text-transform: uppercase;
}

footer .foot-menu.small li a {
    font-size: 12px;
    text-decoration: underline;
}

footer .foot-menu li:hover a {
    color: #fff;
    opacity: 0.5;
}



/*** SIDEMENU ***/
.menu-btn {
    min-width: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-left: 20px;
    justify-content: end;
    text-align: right;
    flex-wrap: wrap;
}

.menu-btn em {
    color: #fff;
    font-size: 10px;
    text-align: justify;
    color: #fff;
    font-style: normal;
    letter-spacing: 2px;
}

.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: #fff !important;
    height: 2px;
    margin: 7px 0px;
    border-radius: 0px;
    transition: all .3s;
    margin-left: auto;
}

.menu-btn:hover span {
    width: 100% !important;
}

.menu-btn span:nth-child(3) {
    width: 50%;
}

.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 40px;
}

.side-menu {
    background: #000;
	position:fixed;
	top:0px;
    left: -150%;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 25px;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

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

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

.side-menu ul.main-menu.navbar-nav li {
	list-style:none;
	display:inline-block;
	width:100%;
    margin: 0;
    margin-bottom: 10px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	background:none;
    color:#5C0451;
    border-color: #5C0451;
}

.side-menu a.CloseBtn {
    float: right;
    color: #000;
    background: #fff;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0px 0px 0px 5px;
}

.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.side-menu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.side-menu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.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,
.side-menu .menu-item-has-children.active>a {
    color: #5C0451 !important;
    border-color: #5C0451;
}

.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;
    background-clip: unset !important;
}

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

.side-menu ul.navbar-nav>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: #fff;
    border: none;
    border-radius: 0;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul.navbar-nav>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 a {
    font-size: 14px;
    background: #ebebeb;
    color: #000;
    margin: 0;
    padding: 10px 15px !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: #fff !important;
    background: #5C0451 !important;
}

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

.side-menu h4 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
}


.contact-info {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

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

.contact-info.black a {
    color: #000;
}

.contact-info i {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    background:#5C0451;
    min-width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.contact-info a:hover {
    color: #5C0451;
}

.social-items i {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    background:#5C0451;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.social-items a:hover {
    color: #fff;
    opacity: 0.7;
}


/*** COMMUNITIES ***/
.communities {
    background: #fff;
    padding: 100px 0px;
}

.community-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    overflow:hidden;
}

.communities figure img {
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    width: 100%;
}

.communities figure {
    position: relative;
    overflow:hidden;
    margin: 0px;
}

.communities figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(103,72,61,0.8);
    opacity: 0.5;
    transition: all .3s;
}

.communities figure:hover::after, .communities figure:hover:before {
    opacity: 1;
}

.communities figure::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border:1px solid #c9a89c;
    z-index: 10;
    opacity: 0.5;
}

.communities figure h5 {
    position: absolute;
    bottom: 20px;
    left: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.communities .owl-theme .owl-nav {
    margin-top: 0px;
}

.communities .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    left: 0px;
    background: #fff;
    border-radius: 0px;
    margin: 0px;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    color: #000 !important;
    text-align: center;
    transition: all .3s;
}

.communities .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0px;
}

.communities .owl-theme .owl-nav [class*=owl-]:hover {
    background: #C1A95A;
    color: #fff !important;
}



/*** BLOGS ***/
.blogs {
    padding: 80px 0px 55px 0px;
    background: rgba(223, 224, 229, 1);
}

.blog-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
}

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

.blog-box .img img {
    object-fit: cover;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: all .3s;
}

.blog-box:hover .img img {
    transform: scale(1.1);
}

.blog-box .text {
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
}

.blog-box h3 {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    transition: all .3s;
}

.blog-box a:hover h3 {
    color: #C1A95A;
}

.blog-box p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.blog-box .read-link {
    color: #C1A95A;
    font-size: 15px;
    font-weight: 500;
}

.blog-box .read-link:hover {
    opacity: 1;
    color: #000;
}

.blogs.inner {
    padding-bottom: 120px;
}

/*** page-banner ***/
.page-banner {
    height: 60vh;
    padding-top: 80px;
}

.page-banner h1 {
    color: #fff;
    margin: 0px;
    font-size: 50px;
    text-transform: capitalize;
}

.page-banner h2 {
    color: #fff;
    margin: 10px 0px 0px 0px;
    font-size: 30px;
}


/*** COMMUNITIES DETAILS PAGE ***/
.lavalcontent {
    padding: 70px 0px 130px 0px;
    overflow: hidden;
    background: #f1f1f1;
}

.lavalcontent .nav-tabs {
	border: none;
	justify-content: center;
	margin-bottom: 50px;
}

.lavalcontent .nav-tabs a {
	border: none;
}

.lavalcontent .nav-tabs li {
	margin: 0px 10px;
}

.lavalcontent .nav-tabs li button {
	display: inline-block;
	background: #000;
	color: #fff;
	line-height: 55px;
	padding: 0px 25px;
	font-size: 16px;
	border-radius: 4px;
	min-width: 180px;
	text-align: center;
	text-transform: capitalize;
    border: none;
}

.lavalcontent .nav-tabs li button:hover,
.lavalcontent .nav-tabs li button.active {
	color: #fff;
	background-color: #C1A95A;
}

.lavalcontent .table {
	background: #fff;
	padding: 40px;
}

.lavalcontent .table tr:first-child td {
	border: none;
}

.lavalcontent .table tr td:nth-child(even) {
    text-align: right;
}

.lavalcontent .table tr td {
	font-size: 15px;
	color:#000;
	padding: 20px 20px;
}

.lavalcontent .table tr td b {
    font-weight: bold;
}

.lavalcontent .bgs h3 {
    color: #000;
    font-weight: bold;
	position: relative;
	font-size: 35px;
	line-height: 1.1;
	margin-bottom: 17px;
	letter-spacing: 1px;
}

.lavalcontent .tp {
	margin-bottom: 40px;
}

.lavalcontent .bgs {
	background: #fff;
	padding: 40px 40px;
	border-radius: 15px;
}

.lavalcontent .bgs h3 {
	font-size: 22px;
}

.lavalcontent .bgs h6 {
}

.pop_graphs img{
	width:100%;
}

.links-content ul {
	padding-left:15px;
}

.links-content ul li {
    color:#000;
	font-size: 15px;
	margin-bottom: 0.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.links-content ul li a {
    color:#000;
}


/*** BLOGS INFO ***/
.blogs-info {
    padding: 80px 0px 120px 0px;
}

.blogs-info p {
    margin-bottom: 30px;
}


/*** Calculator info ***/
.calc-info {
    padding: 80px 0px 140px 0px;
    overflow: hidden;
}

mw-calc-panel-body, mw-calc-section {
	background:#000 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding:35px 0px !important;
}

mw-calc-section {
	padding:35px 30px !important;
}

mw-calc-label {
	color: #fff !important;
	font-weight: 400 !important;
}

.mw-calc-search-input {
	border-radius: 0px !important;
}

#calculate_lt {
	color: #fff !important;
    background: #C6AD45 !important;
}

#calculate_lt:hover {
	color: #fff !important;
    background: #C6AD45 !important;
    opacity: .8;
}

.mw-calc-table > tbody > tr.active {
    border-color: #C6AD45 !important;
}

.mw-calc-table > tbody > tr.active > td {
    background: #C6AD45 !important;
    border-color: #C6AD45 !important;
    color: #fff !important;
    font-family: "brother-1816",sans-serif;
}

.mw-calc-table > tbody > tr.active > td strong {
    font-weight: 500;
}


/*** FREE HOME EVALUATION ***/
.evaluation-box {
    padding: 75px 0px 160px 0px;
    position: relative;
}

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

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

.evaluation-box label {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    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: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    height: inherit;
    margin-top: 0;
}

.evaluation-box .btn-default.bordered span {
    font-size: 14px;
    letter-spacing: .5px;
}

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

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

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

.evaluation-box fieldset {
    display: none;
}

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

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

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

.evaluation-box .checkbox-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
}

.evaluation-box .checkbox-group label {
    flex: 0 1 calc(50% - 10px); 
    margin-bottom: 25px; 
}

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

.evaluation-box .form-control {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 10px 16px;
    margin-bottom: 18px;
    height: 50px;
    color: #000 !important;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.evaluation-box .form-control::placeholder{
    color: #000;
}

.evaluation-box .form-control:focus {
    color: #000;
    outline: 0;
    box-shadow: none;
    background: #fff;
    border-color: #000;
}

/*** OUR TEAM ***/
.our-team {
    padding: 60px 0px 80px 0px;
}

.team-box {
    display: inline-block;
    width: 100%;
    background: linear-gradient(180deg, rgba(94, 4, 82, 1) 30%, rgba(17, 23, 53, 1) 100%);
    padding: 30px 20px 50px 20px;
    height: calc(100% - 25px);
    margin-bottom: 25px;
}

.team-box>.img {
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
}

.team-box h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0px 0px 0px;
}

.video-box {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.video-box video {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*** INFO INNOVATION ***/
.info-innovation {
    background: linear-gradient(180deg, rgba(94, 4, 82, 1) 30%, rgba(17, 23, 53, 1) 100%);
    padding: 60px 0px 80px 0px;
}

.info-innovation p {
    color: #fff;
    margin-top: 30px;
}

.info-innovation .img {
    border-radius: 20px;
    aspect-ratio: 1 / .9;
    margin: 25px 0px;
    object-fit: cover;
}

.innovation-box {
    display: inline-block;
    width: 100%;
    background-color: rgba(128, 86, 123, 1);
    padding: 40px 20px;
    text-align: center;
    height: calc(100% - 25px);
    margin-bottom: 25px;
}

.innovation-box .icon {
    max-height: 50px;
}

.innovation-box .fa {
    color: #fff;
    font-size: 50px;
}

.innovation-box p {
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0px;
}

/*** APPLY NOW CTAS ***/
.apply-now-ctas {
    background: url(../img/bg-ctas.webp) 50% 30% no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 120px 0px;
}

.apply-now-ctas:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(17, 23, 53, 1) 23%, rgba(70, 3, 61, 1) 100%) !important;
    opacity: 0.67;
    pointer-events: none;
}

.apply-now-ctas .row {
    position: relative;
    z-index: 2;
}

.apply-now-ctas .btn-default {
    margin: 10px 10px;
}

.apply-now-ctas .section-title h2 {
    margin-bottom: 20px;
}

/*** MORTGAGE PRODUCTS ***/
.mortgage-products {
    padding: 80px 0px;
}

.mortgage-products a .service-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 20px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.12);
}

.mortgage-products a:hover .service-card {
    background: linear-gradient(180deg, rgba(17, 23, 53, 1) 30%, rgba(94, 4, 82, 1) 100%);
}

.mortgage-products a .service-card p {
    font-size: 16px;
    color: #000;
    transition: all .3s ease;
}

.mortgage-products a:hover .service-card p {
    color: #fff;
}

.mortgage-products .icon-ctn {
    width: 60px;
	height: 60px;
    flex-shrink: 0;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(17, 23, 53, 1) 30%, rgba(94, 4, 82, 1) 100%);
	padding: 12px;
    transition: all .3s ease;
}

.mortage-products a:hover .icon-ctn {
    border: solid 1px #C1A95A;
}

.mortgage-products .service-card .icon-ctn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mortgage-products ul li a:hover {
	background: linear-gradient(180deg, rgba(17, 23, 53, 1) 30%, rgba(94, 4, 82, 1) 100%);
	color: #fff;
}


/*** MORTGAGE SERVICES ***/
.mortgage-services {
    padding: 80px 0px 150px 0px;
    background: rgba(223, 224, 229, 1);
    background: #f5f5f5;
}

.mortgage-services h3 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}

.mortgage-services ul.bullete {
    list-style-type: disc;
}

.mortgage-services ul.bullete li {
    padding-left: 0px;
    background: none;
}

.mortgage-services ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 192px;
    border: double #c1a95a;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.mortgage-services ul li {
    width: 33.33%;
    padding: 5px 0px;
    background: url(../img/location-pin.png) 0% 50% no-repeat;
    background-size:  auto;
    padding-left: 25px;
}

.mortgage-services ul li img {
    max-height: 30px;
}

.mortgage-services ul li a {
    color: #C1A95A;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.mortgage-services ul li a:hover {
    color: #C1A95A;
    text-decoration: underline;
}

.mortgage-services p a {
    color: #C1A95A;
}

.mortgage-services.inner-white {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
}

/*** INFO ***/
.info {
    padding: 80px 0px;
}

.info p a {
    padding: 80px 0px;
    color: #C1A95A;
}

.info p a:hover {
    color: #C1A95A;
    text-decoration: underline;
}

/*** WHY CHOOSE US ***/
.why-choose-us {
    background: linear-gradient(180deg, rgba(94, 4, 82, 1) 30%, rgba(17, 23, 53, 1) 100%);
    padding: 70px 0px 40px 0px;
}

.why-choose-us .section-title h2 {
    margin-bottom: 30px;
}

.why-choose-us ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 120px;
}

.why-choose-us ul li {
    width: 50%;
    padding: 5px 0px 10px 0px;
    background: url(../img/icon-tick.png) 0% 50% no-repeat;
    background-size:  auto;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    text-align: left;
}

.why-choose-us ul li a {
}

.why-choose-us ul li a:hover {
    color: #C1A95A;
    text-decoration: underline;
}


/*** MORTGAGE INCLUDE ***/
.mortgage-include {
    padding: 80px 0px;
}

.mortgage-include .section-title h2 {
    color: #000;
    font-size: 35px;
    margin-bottom: 30px;
}

.mortgage-include ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.mortgage-include ul li {
    width: 25%;
    padding: 0px 0px;
    margin-bottom: 40px;
}

.mortgage-include ul li a {
    color: #C1A95A;
    font-size: 20px;
}

.mortgage-include ul li a img {
    margin-bottom: 20px;
}

.mortgage-include ul li a:hover {
    color: #C1A95A;
    text-decoration: underline;
}


/*** CONTACT BROKER ***/
.contact-broker {
    background: url(../img/bg-ctas.webp) 50% 30% no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 120px 0px;

    background: linear-gradient(180deg, rgba(94, 4, 82, 1) 30%, rgba(17, 23, 53, 1) 100%);
    background: linear-gradient(180deg, rgba(17, 23, 53, 1) 30%, rgba(94, 4, 82, 1) 100%);
    padding: 70px 0px 80px 0px;
}

.contact-broker:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(17, 23, 53, 1) 23%, rgba(70, 3, 61, 1) 100%) !important;
    opacity: 0.67;
    pointer-events: none;
}

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

.contact-broker .btn-default {
    margin: 10px 10px;
}

.contact-broker .section-title h2 {
    margin-bottom: 20px;
    color: #C1A95A;
}

.contact-broker .section-title h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-broker .section-title p {
    color: #fff;
    margin-bottom: 20px;
}

