@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*** GENERIC CSS ***/
html, body {
    height: 100%;
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

body {
    font-size: 14px;
    color: #555555;
}


@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 {
    -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 {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Barlow Condensed', sans-serif;
    color: #000000;
}

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


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

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

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

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

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

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

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

/**/

/**/


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

.visible-xs {
    display: none;
}

.btn-default {
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 269px;
    min-width: 200px;
    line-height: 58px;
    border: 1px solid #c6a04f;
    background: #c6a04f;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 700;
    padding: 0px 30px;
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease;
}

.btn-default i {
    margin-left: 10px;
}

.btn-default:hover {
    background: #000;
    border-color: #000;
    color: #fff !important;
}

.btn-default.lg {
    font-weight: bold;
    padding: 16px 20px;
    min-width: 270px;
}

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

.btn-default.black {
    color: #000;
    border-color: #000;
}

.btn-default.black:hover {
    color: #000;
    background: #000;
    border-color: #000;
    color: #fff;
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content: '';
    width: 100px;
    background: #134db8;
    height: 4px;
    position: absolute;
    top: 100%;
    left: 0%;
}

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

.section-title h6 {
    display: block;
    margin: 0;
    padding: 15px 5px 0 0;
    position: relative;
    z-index: 2;
    color: #6e45cf;
    font-size: 70px;
    font-family: 'Born Ready Slanted';
}

.section-title.white h6 {
}

.section-title.white h2 {
}

.section-title h2 {
    color: #c6a04f;
    font-size: 138px;
    font-weight: 700;
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 0.8;
    margin-top: -20px;
}

.section-title p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.529;
    color: #fff;
}

/*.container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}*/

.container.normal {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

/*** PRELOADER ***/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #134db8;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

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

.navbar {
    padding: 0px 0px;
}

.navbar-brand {
    padding: 0;
}

.header .navbar-nav .nav-item {
    padding: 0px 15px;
    border-right: 2px solid #c6a04f;
}

.header .navbar-nav .nav-item:last-child {
    border-right: none;
}

.header .navbar-collapse {
    justify-content: center;
    align-items: center;
}

.header .navbar-nav .nav-link {
    padding: 0px;
    color: inherit;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Barlow Condensed', sans-serif;
}

.header .navbar-nav .nav-link:hover {
    color: #c6a04f !important;
}

.navbar-brand img {
    max-height: 90px;
    margin-left: 0;
}

.nav-item:hover .nav-link {
    color: #fff !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border: none;
    padding: 0;
    padding: 0px;
    position: absolute;
    padding: 25px 0 0;
    width: 100%;
    min-width: 220px;
    left: -150%;
    right: -150%;
    margin: 0 auto;
    border-radius: 0;
    text-align: center;
    background: none;
}

.dropdown-menu::before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c29b40;
    opacity: 0.8;
}

.dropdown-menu > li {
    padding: 0px;
}

.dropdown-menu a {
    color: #ffffff;
    font-size: 15px;
    display: block;
    padding: 0px 4px;
    position: relative;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.025em;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #c29b40;
}

.dropdown-menu a:hover {
    background: none;
    color: #fff;
    background: #000;
}

.nav-item.dropdown:hover .dropdown-menu.sub-menu {
    display: block;
}

a:hover, button:hover {
    cursor: pointer;
}

.menu-btn {
    border-radius: 0;
    display: inline-block;
    line-height: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 41px;
    height: 35px;
    outline: none;
    background: transparent;
    position: relative;
    margin-left: 62px;
    transition: background .3s ease;
}

.menu-btn:hover {
}

.menu-btn:hover span {
    background: #fff;
}

.menu-btn span {
    height: 3px;
    background: #c6a04f;
    display: inline-block;
    margin: 5px 0px;
}

.menu-btn span:first-child {
    width: 50%;
}

.side-menu .container {
    width: 100%;
    max-width: 1170px;
}

.side-menu {
    position: fixed;
    top: 0px;
    right: -140%;
    width: 70%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    z-index: 99999;
    background-position: center;
    background-size: cover;
    transition: all .5s ease;
    background-color: #000;
    padding: 25px 65px 40px 90px;
}

.side-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background-color: #000;
    opacity: 0;
    display: none;
}

.side-menu::after {
    width: 100%;
    height: 439px;
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -150px;
    transform: translate(0, -50%);
    background-image: url(../img/logo-white.png);
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: .15;
    pointer-events: none;
}

.side-menu.intro {
    right: 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: 0px;
}

.side-menu .sp {
    margin-top: 50px;
    padding: 0px 20px;
}

.side-menu h3 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}

.side-menu .mheight {
    min-height: 140px;
}

.line-down {
    display: inline-block;
    width: 100%;
    margin-top: 75px;
    padding: 70px 0;
    border-top: 1px solid #c6a04f;
    color: #ffffff;
    position: relative;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    border: none;
    border-radius: 0;
    background: transparent;
    text-transform: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
    color: #b0b0b0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
}

.side-menu ul.main-menu > li {
    margin-bottom: 2px;
}

.side-menu ul.main-menu > li > a:hover:before, #burger_nav > li.open > a:before {
    transform: scaleX(1);
}

.side-menu ul.main-menu li a:hover {
    background: none;
    color: #fff;
}

.side-menu ul.sub-menu {
    padding: 12px 0 0;
    display: none;
    list-style: none;
    margin: 0;
    margin-top: 10px;
}

.side-menu ul.sub-menu li a {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
    color: #9e9e9e;
    text-transform: uppercase;
    transition: color .3s ease;
    font-family: 'Barlow Condensed', sans-serif;
}

.side-menu ul.sub-menu li a:hover {
    color: #fff;
}

.side-menu li:hover > ul.sub-menu {
    display: block;
}

.side-menu .logo img {
    /* filter: brightness(0) invert(1); */
    max-height: 130px;
}

.side-menu .mob p {
    color: #fff;
    font-size: 16px;
}

.side-menu .mob a {
    color: #fff;
    display: inline-block;
    margin-right: 40px;
    transition: color .3s ease;
}

.side-menu h4 {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.4em;
    margin-bottom: 8px;
    margin-top: 40px;
    line-height: 1.6;
    font-family: "din-2014", sans-serif;
}

.side-menu h4 a {
    font-size: 20.7px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.2em;
    transition: color .3s ease;
}

.side-menu h4 a:hover {
    color: #dc1c2e;
}

ul.SubMenu {
    padding-left: 0px !important;
    display: none;
}

ul.SubMenu li a {
    font-size: 14px !important;
    padding: 8px 35px !important;
    border: none !important;
}

ul.SubMenu.active {
    display: block;
}

a.CloseBtn {
    color: #fff;
    font-size: 26px;
    margin: 0;
    border-radius: 0;
    display: inline-block;
    line-height: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    color: #c6a04f;
    outline: none;
    background: transparent;
    position: relative;
    transition: background .3s ease;
    z-index: 99999;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    margin-left: 10px;
    margin-top: -4px;
}

.closetext {
    text-align: right;
    float: right;
    color: #fff;
    position: relative;
    vertical-align: middle;
    font-family: 'Barlow Condensed', sans-serif !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

a.CloseBtn:hover {
    color: #c6a04f;
}

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

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);
}

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);
}

.navbar-nav {
    height: 70px;
    align-items: center;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: inline-block;
}

.header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #000;
    margin-top: 0;
    padding: 15px 50px;
}

.header .navbar-brand .logo-white {
    display: none;
}

.header.scrolled .navbar-brand .logo-normal {
    display: none;
}

.header.scrolled .navbar-brand .logo-white {
    display: block;
}

.header.scrolled .menu-btn span {
}

.header.scrolled .navbar-brand img {
    filter: inherit;
}

.header.scrolled .navbar-nav .nav-link {
    color: #fff;
}

.header.scrolled .nav-item:hover > .nav-link {
    color: #c6a04f !important;
}

/**/
.header .navbar-nav .dropdown > .nav-link {
    padding-right: 12px;
}

.header .navbar-nav .dropdown > .nav-link:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0px;
    color: #fff;
    font-size: 14px;
}

ul#primary-menu.navbar-nav li.menu-item-has-children > a:after {
    background: none;
    left: auto;
    height: auto;
}

ul#primary-menu.navbar-nav li.menu-item-has-children > a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0px;
    font-size: 14px;
}


/***** Home CSS *****/
.banner {
    position: relative;
    height: 97vh;
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: linear;
    z-index: 1;
}

#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 {
    max-height: 160px;
}

.banner h2 {
    color: #c6a04f;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 123px;
    font-weight: 700;
    line-height: 0.8;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
}

.banner h2 span {
    font-family: 'Born Ready Slanted';
    font-size: 93px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}

.zindex {
    position: relative;
    z-index: 3;
}

.h-100vh {
    height: 100vh;
}

.bg-purple {
    background-color: #000;
}

.bg-img::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg-brick.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.07;
}

.about {
    position: relative;
    padding: 165px 0 98px;
}

.about::before {
    width: 50%;
    height: 26px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #6e45cf;
}

.about h2 {
    color: #fff;
    color: #6e45cf;
    font-size: 99px;
    font-family: 'Born Ready Slanted';
}

.about p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 30px;
    line-height: 30px;
    letter-spacing: 0.03em;
}

.about .section-title h2 {
    font-size: 6.875vw;
    font-size: 99px;
}

.about .section-title {
    position: relative;
    left: 120px;
    z-index: 3;
    margin-top: 100px;
}

.about h4 {
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}

.about h4 a {
    font-weight: 400;
    color: #fff;
    font-size: 24px;
}

.team {
    position: relative;
    padding: 0px 0px 180px 0px;
}

.team::before {
    width: 1.625%;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #6e45cf;
}

.rotate-title {
    right: -240px;
    position: absolute;
    top: 30%;
    transform: rotate(-90deg);
    pointer-events: none;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.rotate-title h2 {
    color: #c6a04f;
    line-height: 0.8;
    font-weight: 700;
    font-size: 120px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
}

.team .owl-carousel {
    padding-top: 90px;
    /*border-top: 1px solid #c6a04f;*/
}

.team-box .img {
    overflow: hidden;
}

.team-box .img figure {
    height: 300px;
    margin: 0;
    width: 100%;
    position: relative;
    transition: all .3s;
}

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

.team-box h3 {
    margin: 20px 0 0px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.03em;
}

.team-box p {
    color: #c6a04f;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: all 0.3s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

.properties {
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
}

.properties::after {
    width: 50%;
    height: 26px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #6e45cf;
}

.properties .owl-carousel .owl-nav button.owl-next,
.properties .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: #c6a04f;
    font-size: 100px;
    margin: 0;
    position: absolute;
    top: 43%;
    left: 5px;
    font-weight: 400;
    line-height: 35px;
    text-shadow: -1px 1px 5px #000000;
}

.properties .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 5px;
}

.property-box {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: #ffffff;
}

.property-box::before {
    width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.7;
}

.property-box figure {
    display: block;
    width: 100%;
    min-height: 402px;
    margin: 0;
}

.property-box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 0 30px 25px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    width: 100%;
    align-items: end;
}

.property-box .right {
    margin-left: auto;
}

.property-box .img {
    position: relative;
}

.property-box .img:before {
    width: 7px;
    height: 105px;
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    background-color: #c6a04f;
    transition: all 0.5s ease-in-out;
}

.fp_price {
    font-size: 32px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.fp_address {
    margin: 4px 0 8px;
    font-size: 18px;
    font-weight: 600;
}

.fp_other_info span:last-child {
    padding-right: 0;
}

.fp_other_info span:first-child {
    padding-left: 0;
}

.fp_other_info span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

.property-box .small-btn {
    width: 100%;
    min-width: 130px;
    height: 48px;
    display: inline-block;
    vertical-align: bottom;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    line-height: 46px;
    letter-spacing: 0.025em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ffffff;
}

.property-box:hover .small-btn {
    border-color: #c6a04f;
    background-color: #c6a04f;
    color: #fff;
}

.property-box:hover .img::before {
    bottom: 0;
    height: 100%;
}

.property-box:hover {
    color: #fff;
}

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

.property-box:hover .normal {
    opacity: 0;
}

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

.property-box .text.hover .fp_address {
    font-size: 20px;
    font-weight: 400;
    margin-top: auto;
}

.property-box .text.hover .fp_address strong {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.property-box .text.hover .fp_price {
    font-size: 42px;
    margin-top: 10px;
}

.property-box .text.hover {
    display: block;
}

.property-box .text.hover .right {
    float: right;
}

.property-box .text.hover .texti {
    display: flex;
    width: 100%;
    align-items: end;
}

.fp_hover_top {
    margin-bottom: 130px;
}

.fp_hover_top span:first-child {
    padding-left: 0;
}

.fp_hover_top span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
}

.fp_hover_top span:first-child {
    padding-left: 0;
}

.fp_hover_top span:last-child {
    padding-right: 0;
}

.fp_hover_top span::before {
    width: 2px;
    height: 29px;
    content: '';
    position: absolute;
    top: calc(50% - 14.5px);
    left: 0;
    background-color: #c6a04f;
}

.fp_hover_top span:first-child:before {
    opacity: 0;
}

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

.property-box::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    border: 7px solid #c6a04f;
    background: rgba(0, 0, 0, 0.18);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.testimonials {
    padding: 140px 0 120px;
    position: relative;
}

.testimonials .owl-carousel::before {
    width: 155px;
    height: 143px;
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    background-image: url(../img/icon-quote.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.testimonials .owl-carousel {
    padding-top: 160px;
}

.testimonials .item {
    padding: 0px 40px 0px 100px;
}

.testimonials .item p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.testimonials .rotate-title {
    position: absolute;
    top: 40%;
    right: -240px;
    transform: rotate(-90deg);
    pointer-events: none;
}

.testimonials .reviews_author {
    margin-top: 20px;
    padding-right: 60px;
    padding-bottom: 10px;
    color: #6e45cf;
    font-size: 58px;
    font-family: 'Born Ready Slanted';
    text-align: right;
}

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

.testimonials .owl-theme .owl-dots .owl-dot.active {
    background-color: rgba(198, 160, 79, 0.3);
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
    background: #c6a04f;
    margin: 5px 5px;
}

.testimonials .owl-theme .owl-dot {
    margin: 0px 3px;
}

.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 100px;
    text-align: center;
}

.social-media {
    padding: 90px 0 120px;
    overflow: hidden;
}

.social-media .rt .row > div {
    padding: 0px 5px 10px 5px;
}

.social-media .title {
    min-width: 185px;
    font-size: 40px;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    top: 72px;
    right: -99px;
    transform: rotate(-90deg);
    pointer-events: none;
    color: #c6a04f;
    font-family: 'Oswald', sans-serif;
    line-height: 40px;
}

.social-media .rt {
    padding-left: 70px;
}

.social-media .rt .title {
    right: -110px;
}

.social-box .img {
    overflow: hidden;
}

.social-box .img figure {
    height: 233px;
    margin: 0;
    width: 100%;
    position: relative;
    transition: all .3s;
}

.social-box .link {
    display: flex;
    width: 100%;
    margin: 30px auto 25px;
    align-items: center;
}

.social-box .link img {
    margin-right: 10px;
}

.social-box .link h4 {
    color: #c6a04f;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 0.6;
    text-transform: uppercase;
    margin: 0;
}

.social-box .link h4 span {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.06em;
}

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

.social-box p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.social-box .links {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.social-box .links a:first-child {
    padding-left: 0;
}

.social-box .links a {
    padding: 0 10px;
    color: #c6a04f;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    transition: all 0.3s
}

.social-box .links a:last-child {
    padding-right: 0;
}

.social-box .links a::before {
    width: 2px;
    height: 2px;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background-color: #c6a04f;
}

.getintouch {
    padding: 130px 0px 100px 0px;
}

.getintouch .rotate-title {
    right: -155px;
    top: 49%;
}

.getintouch .section-title h2 {
    /* margin: 0; */
}

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

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: #fff;
    border: none;
    border: 1px solid #fff;
    background: none;
    font-weight: 400;
    height: 55px;
    outline: 0;
    line-height: 1.5;
    padding: 10px 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    box-shadow: none;
    outline: none;
}

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

textarea.form-control {
    height: 150px;
    resize: none;
    padding: 10px 15px;
}

.footer {
    padding: 100px 0px 50px 0px;
    position: relative;
}

.footer:after {
    width: 50%;
    height: 26px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #c6a04f;
}

.footer p {
    color: #686868;
}

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

.footer .logoexp {
    display: inline-block;
    margin-top: 10px;
}

.footer .logoexp img {
    max-height: 120px;
    filter: brightness(0) invert(1);
}

.footer h3 {
    color: #c6a04f;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 25px;
}

.footer ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer ul li {
    flex-grow: 1;
    flex-basis: 120px;
    margin-bottom: 10px;
}

.footer ul li a {
    font-weight: 400;
    font-size: 16px;
}

.footer ul li a:hover {
    color: #000;
}

.footer a:hover {
    color: #000;
}

.footer .social-link {
    font-weight: 400;
    transition: all .3s;
}

.footer .social-link:hover,
.footer .social-link:hover,
.footer .social-link:hover {
    color: #c6a04f;
}

.footer .social-link:hover .fa {
    color: #fff;
    background: #c6a04f;
}


.footer .social-link .icon {
    background: #6e45cf;
    color: #fff;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    transition: all .3s;
    margin-right: 5px;
}

.footer .links a {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.footer .links a:hover {
    color: #c6a04f;
}

.footer .copy p img {
    width: 130px;
    padding-left: 10px;
    /* filter: brightness(0) invert(1); */
}

.page-banner {
    background: url(../img/bg-contact.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 240px 0px 160px 0px;
    position: relative;
}

.page-banner h2 {
    color: #c6a04f;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
}

/************** Buyer Seller Page CSS Start ***************/
.buysell {
    position: relative;
    padding: 70px 0px 0px 0px;
}

.buysell .list li {
    margin-bottom: 10px;
}

.buysell p.letter {
    margin-top: 30px;
    margin-bottom: 70px;
    min-height: 70px;
    color: #000;
}

.buysell p.letter::first-letter {
    float: left;
    position: relative;
    font-size: 125px;
    line-height: 0.6;
    margin: 0.1em 0.1em 0.1em 0;
    font-weight: 100;
}

.buysell .list li {
    margin-bottom: 10px;
}

.list li::marker {
    color: #c6a04f;
    font-size: 20px;
    font-weight: 600;
}

.infos {
    padding: 70px 0px 70px 0px;
}

.info-small {
    padding: 70px 0px 70px 0px;
}

.info-small .bg {
    padding: 60px 60px;
    background: #f5f2f2;
}

.info-small p {
    color: #000;
}

.forminfo::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(145deg, rgba(210, 35, 42, 1) 36%, rgba(7, 76, 142, 1) 61%);
    z-index: -1;
    opacity: .7;
}

.forminfo label {
    color: #000;
    font-size: 16px;
    vertical-align: unset;
    display: flex;
    align-items: end;
}

.forminfo .mheight label {
    min-height: 48px;
}


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

.forminfo .form-control {
    border: 1px solid #000;
    height: 50px;
    margin-bottom: 20px;
}

.forminfo .rt label.check {
    width: 48%;
    color: #4c4a4a;
    font-size: 14px;
    margin-top: 7px;
}

.forminfo .rt label.check input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #fff;
    appearance: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
}

.forminfo .rt label.check input:checked {
    background: #c6a04f;
    border-color: #c6a04f;
}

.forminfo .form-control {
    color: #000;
}

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

.forminfo .rt label.check input:checked::before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    list-style: none;
    position: relative;
    top: -2px;
    left: 4px;
    font-size: 12px;
}

.forminfo .rt label {
    color: #fff;
}

.forminfo .rt label.check {
    color: #e5e5e5;
    display: inline-block;
    min-height: inherit;
}

.downform {
    padding: 70px 0px;
}

.nform label {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
    color: #000;
}

.nform .form-control {
    border: 1px solid #000;
    height: 50px;
}

.forminfo h3 {
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.forminfo {
    position: relative;
    padding: 80px 0px 50px 0px;
}

.forminfo:after {
    display: none;
}

.forminfo .rt label.check {
    color: #000;
    display: inline-block;
    min-height: inherit;
}

.forminfo .rt label {
    color: #000;
}

.forminfo .rt label.check input {
    border: 1px solid #000;
    margin-right: 6px;
}

.forminfo .lt h3 {
    margin: 0;
}

.forminfo .lt h3:after {
    content: '';
    width: 128px;
    height: 2px;
    background: #000;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.forminfo h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

.forminfo .rt h3 {
    font-size: 35px;
    margin-bottom: 10px;
}

.forminfo .bg {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 40px 40px;
}

.forminfo .rt label.check {
    width: auto;
    margin-right: 15px;
    margin-bottom: 5px;
}

.btn-default.active:hover {
    background: #000;
    border-color: #000;
}

.info-small .section-title h2 {
    font-size: 76px;
    line-height: 1;
}

.info-small .section-title {
    margin: 0;
}

/************** Buyer Seller Page CSS End ***************/

.fieldset-cf7mls .cf7mls_next {
    float: right;
}

.cf7mls-btns .action-button {
    background-color: #c6a04f !important;
    border: 2px solid #c6a04f;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    margin: 25px 0px 26px;
    min-width: 100px;
    padding: 10px 15px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    transform: all .3s;
}

.cf7mls-btns .action-button {
    margin: 25px 0px 26px;
}

.cf7mls-btns .action-button:hover {
    background-color: #000 !important;
    border-color: #000;
    color: #fff;
}

.cf7mls_next.action-button {
}

.cf7mls-btns .action-button {
    margin: 25px 0px 26px;
}

.fieldset-cf7mls .cf7mls-btns .cf7mls_back {
    float: left;
    border-color: #c6a04f !important;
    background: none !important;
    color: #c6a04f !important;
}

.fieldset-cf7mls .cf7mls-btns .cf7mls_back:hover {
    border-color: #c6a04f !important;
    background: #c6a04f !important;
    color: #fff !important;
}

#stepper #StepTwo input {
    border: 1px solid #000;
    margin-bottom: 20px;
}

#stepper input.wpcf7-submit {
    border: 1px solid #c6a04f;
    color: #fff;
    background: #c6a04f;
    min-height: 45px;
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 200px;
    margin-top: 35px;
}

#stepper input.wpcf7-submit:hover {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}

#StepThree p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

#StepOne.active, #StepTwo.active, #StepThree.active {
    display: block !important;
}

.spperinfo.alert h4 {
    font-size: 24px;
    line-height: 1.5;
    color: #000;
}

.spperinfo.alert label {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

#stepper.alert span.wpcf7-list-item input {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}

#stepper.alert span.wpcf7-list-item {
    display: inline-block;
    width: 48%;
    text-align: left;
}

.spperinfo.alert input {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
}

.spperinfo.alert input.wpcf7-submit {
    border: 1px solid #c6a04f !important;
    color: #fff !important;
    background: #c6a04f !important;
}

.spperinfo P {
    white-space: inherit;
}

#stepper.alert #StepTwo input {
    margin-bottom: 0px;
}

div#StepThree .white-box {
    padding: 15px 15px;
}

/************** Free Estimation Page CSS End ***************/

/************** Calculator Page CSS Start ***************/
.newinfo {
    padding: 80px 0px;
    overflow: hidden;
}

#payment-calc .rh-calc-main .rate-selector, .ratehub-calc #calc_extension .section-content h4, .ratehub-calc #calc_extension .rate-risk .ledger-items li:first-child + li, #payment-calc .rh-calc-main .rate-selector, #afford-output .rate-selector {
    color: #c6a04f !important;
}

.ratehub-calc #calc_extension .amortization tbody .highlight td, .ratehub-calc #calc_extension .amortization tbody .highlight th, #afford-input tbody .afford-submit a, .rh-rate-selector table.rate-display td:first-child + td + td a, .ratehub-calc .go, .ratehub-calc .get-details, #afford-input tbody .afford-submit a, #payment-calc .calc-tip-middle, #payment-calc .calc-tip-top, #payment-calc .calc-tip-bottom {
    background: #c6a04f !important;
}

#payment-calc .calc-tip-nib {
    display: none !important;
}

.newinfo .iframCode h2 {
    margin-bottom: 0px !important;
}

.ratehub-calc #calc_extension .section-title:after, .ratehub-calc #calc_extension .section-title:before {
    background: none;
}

.ratehub-calc #calc_extension .section-title::after {
    position: relative;
    right: auto;
    top: auto;
    content: "\f078";
    background: none;
    height: 22px;
    width: auto;
    margin-left: 7px;
}

.ratehub-calc .rh-calc-main .col1 {
    color: #000 !important;
    font-weight: 500 !important;
}

#payment-calc .calc-tip-wrapper {
    z-index: 99 !important;
}

.rh .popover .popover-title {
    background: #c6a04f !important;
}


/************** Calculator Page CSS End ***************/

/************** Contact Page CSS Start ***************/
.contact-info {
    padding: 70px 0px;
}

.contact-info .section-title h2 {
    font-size: 55px;
}

.contact-info .section-title {
    font-size: 55px;
    margin-bottom: 40px;
}

.contact-info .form-control {
    height: 50px;
    margin-bottom: 25px;
    border-color: #000;
    color: #000;
    font-size: 14px;
}

.contact-info .logoexp {
    margin-top: 20px;
    display: inline-block;
}

.contact-info .logoexp img {
    max-height: 90px;
}

.contact-info .form-control:focus {
    background: none;
    outline: none;
    box-shadow: none;
    color: #000;
}

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

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

.info-location {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #000;
    transition: all .3s;
}

.info-location a {
    color: #000;
    transition: all .3s;
}

.info-location:hover,
.info-location:hover a,
.info-location:hover span {
    color: #c6a04f;
}

.info-location:hover .fa {
    color: #fff;
    background: #c6a04f;
}

.info-location i.fa {
    float: left;
    background: #6e45cf;
    color: #fff;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin-right: 15px;
    transition: all .3s;
}

.info-location span {
    font-size: 15px;
    display: block;
    line-height: 35px;
    color: #000;
}

.map iframe {
    float: left;
    margin: 0;
}


/************** Contact Page CSS End ***************/

/************** About Page CSS Start ***************/
.about-inner {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.about-inner .section-title {
    margin-bottom: 60px;
}

.about-inner .head {
    color: #c6a04f;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Barlow Condensed', sans-serif;
}

.about-inner p {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 15px;
    line-height: 30px;
    letter-spacing: 0.03em;
}

.img-style {
    position: relative;
    display: inline-block;
}

.img-style:after {
    content: '';
    position: absolute;
    top: -50px;
    right: -40px;
    width: 200px;
    height: 130px;
    background: #c6a04f;
    z-index: -1;
    border-radius: 3px;
}

.img-style img {
    /* box-shadow: 0px 4px 5px 5px rgba(0,0,0,0.3); */
    border: 20px solid #6e45cf;
    /* border-radius: 10px; */
}

.who-we-are {
    position: relative;
    padding: 120px 0 90px 0;
}

.who-we-are .section-title {
    margin-bottom: 60px;
}

.who-we-are .section-title h6 {
}

.who-we-are p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 30px;
    line-height: 30px;
    letter-spacing: 0.03em;
}

/************** About Page CSS End ***************/


.form-modal .modal-content {
    border-radius: 0;
    border: none;
    padding: 30px 40px 45px 40px;
}

.form-modal .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #000;
    font-size: 60px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

.form-modal .close:hover {
    opacity: 1;
}

.form-modal .section-title h2 {
    font-size: 55px;
}

.formi .form-control {
    height: 50px;
    margin-bottom: 25px;
    border-color: #000;
    color: #000;
    font-size: 14px;
}

.formi .form-control:focus {
    background: none;
    outline: none;
    box-shadow: none;
    color: #000;
}

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

.formi textarea.form-control {
    height: 150px;
}

.smallinfo {
    background: url(../img/bg-art.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.rotate-text textpath {
    text-transform: uppercase;
}

.smallinfo p {
    font-size: 18px;
    font-weight: 500;
}

.smallinfo p a {
    color: #000;
}

.smallinfo p a:hover {
    color: #c6a04f;
}

.rotate-text {
    transform: rotate(-64deg);
    display: inline-block;
    position: absolute;
    top: -200px;
    left: -230px;
    letter-spacing: 2px;
    font-size: 10px !important;
}

.about-inner.team-member {
    padding-bottom: 40px;
}

.icon-lg {
    font-size: 40px;
    color: #000;
    position: absolute;
    top: -61px;
    left: 14px;
}

.icon-lg:hover {
    color: #c6a04f;
}

.social-media .rt .icon-lg {
    left: 60px;
}

.menu-btn {
    margin-left: 20px;
}

.rts a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 24px;
}

.map .overlay {
    position: relative;
}

.map .overlay iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale(100%) invert(92%) contrast(83%);
}

.header li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.header li.menu-item-has-children > ul.sub-menu > li {
    position: relative;
}

.header li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu {
    display: none !important;
    position: absolute;
    top: 0;
    left: 100%;
}

.header li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
    display: block !important;
}

.header ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    float: none;
    position: absolute;
    top: 70px;
    padding: 0px;
    box-shadow: 0px 1px 2px 2px #f2f2f2;
    border: none;
}


input.wpcf7-form-control.wpcf7-not-valid {
    border: 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;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    display: inline-block !important;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.sidebar-menu > li {
    float: left;
    width: 25%;
}

.sidebar-menu > li > a {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1.5;
    font-weight: 500;
}

.sidebar-menu ul.sub-menu {
    display: inline-block !important;
    position: relative;
    top: auto;
    left: auto;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    width: 100%;
    margin: 0;
}

.sidebar-menu ul.sub-menu > li > a {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

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

ul#primary-menu.navbar-nav li.menu-item-has-children > a {
    padding-right: 15px;
}

ul#primary-menu.navbar-nav li.menu-item-has-children > a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0px;
    font-size: 14px;
}

.header li.menu-item-has-children > ul.sub-menu {
    border: none;
    padding: 0px;
    position: absolute;
    padding: 25px 0 0;
    width: 100%;
    min-width: 220px;
    left: -150%;
    right: -150%;
    margin: 0 auto;
    border-radius: 0;
    text-align: center;
    background: none;
    box-shadow: none;
    top: 100%;
}

.header li.menu-item-has-children > ul.sub-menu::before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c29b40;
    opacity: 0.8;
}

.header li.menu-item-has-children > ul.sub-menu > li {
    padding: 0;
    border: none;
}

.header li.menu-item-has-children > ul.sub-menu > li > a {
    color: #ffffff;
    font-size: 15px;
    display: block;
    padding: 0px 4px;
    position: relative;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.025em;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #c29b40;
    text-align: center;
}

.header li.menu-item-has-children > ul.sub-menu > li > a:hover {
    background: none;
    color: #fff;
    background: #000;
}


.forminfo .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 33.33%;
}

.forminfo .rt input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #000;
    appearance: none;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    position: relative;
}

.forminfo .rt input[type="checkbox"]:checked {
    border-color: #c6a04f;
    background: #c6a04f;
}

.forminfo .rt input[type="checkbox"]:checked::before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    list-style: none;
    position: relative;
    top: -2px;
    left: 4px;
    font-size: 12px;
}

.forminfo .rt .wpcf7-list-item label {
    font-size: 14px;
}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
    border-radius: 0;
    letter-spacing: 1px;
}

.cf7mls-btns .cf7mls_back.action-button {
    border: 2px solid #c6a04f;
    padding: 11px 15px;
}

#StepThree p {
    font-size: 14px;
    line-height: 1.8;
}

.forminfo .rt #StepOne label,
.forminfo .rt #StepTwo label,
.forminfo .rt #StepThree label {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    background-color: #c6a04f !important;
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 14px;
}

button#cf7mls-back-btn-cf7mls_step-3 {
    border: 2px solid #c6a04f;
    padding: 11px 15px;
    text-transform: uppercase;
    color: #c6a04f;
    letter-spacing: 1px;
    background: none;
    border-radius: 0;
}

button#cf7mls-back-btn-cf7mls_step-3 {
    background-color: #c6a04f !important;
    color: #fff;
}

#stepper input.wpcf7-submit {
    border-radius: 0;
}

.header .nav-item.current_page_item > .nav-link {
    color: #c6a04f !important;
}

ul#primary-menu.navbar-nav li.menu-item-has-children.current-menu-parent > a {
    color: #c6a04f !important;
}

.header .current-menu-parent .current-menu-item > .nav-link {
    color: #c6a04f !important;
    background: #000;
}

section.contact-info div#wpcf7-f243-o1 .wpcf7-response-output, section.forminfo .wpcf7 form .wpcf7-response-output {
    color: #000;
}

.banner .btnbar {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.banner .btnbar .btn-default {
    width: 100%;
    background: #6e45cf;
    border: none;
}

.banner .btnbar .btn-default:hover {
    background: #c6a04f;
    border-color: #c6a04f;
}

.about.home {
    padding-bottom: 0;
}

.about.home::after {
    width: 50%;
    height: 26px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #6e45cf;
    display: none;
}

.team.home::before {
    opacity: 0;
}

.team.home .owl-carousel {
    border: none;
}

.footer p {
    color: #fff;
}

.footer {
    background: #000;
}

.footer ul li a {
    color: #fff;
}

.footer .social-link {
    color: #fff;
}

.footer ul li a:hover {
    color: #c6a04f;
}

.footer .copy p img {
    filter: brightness(0) invert(1);
}

ol li, ul li {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.wpcf7-list-item .wpcf7-list-item-label a {
    text-decoration: underline;
}

.getintouch .wpcf7-list-item,
.getintouch .wpcf7-list-item .wpcf7-list-item-label a {
    color: #fff;
}

.getintouch .wpcf7-list-item .wpcf7-list-item-label a:hover {
    color: #24a9e2;
}

[data-name="checkbox-term"] label {
    display: block;
}

[data-name="checkbox-term"] .wpcf7-list-item {
    width: 100%;
}
