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

/*** GENERIC CSS ***/
html,body {
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

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

body {
    font-size: 16px;
    background: #fff;
    color: #000;
}

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

a i {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

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

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
}

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

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

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

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

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

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

.section-title h6 {
    font-size: 18px;
    color: #5a182a;
    margin-bottom: 4px;
}

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

.section-title h2 {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
}

.btn-default, .cf7mls_next.action-button, .cf7mls_back.action-button {
    display: inline-block;
    min-width: 155px;
    border: 2px solid #000;
    color: #000;
    position: relative;
    padding: 0px 35px;
    border-radius: 0px;
    line-height: 53px;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s;
    text-align: center;
    letter-spacing: 1px;
}

.btn-default:hover,
.btn-default.active, .cf7mls_next.action-button:hover, .cf7mls_back.action-button:hover {
    background: #5a182a;
    border-color: #5a182a;
    color: #fff;
}

.btn-default.white, .cf7mls_next.action-button, .cf7mls_back.action-button {
    border-color: #fff;
    color: #fff;
}

.btn-default.white:hover,
.btn-default.white.active, .cf7mls_next.action-button:hover {
    background: #5a182a;
    border-color: #5a182a;
    color: #fff;
}

.cf7mls_next.action-button, .cf7mls_back.action-button {
	padding:0px 35px !important;
	border-radius:0px !important;
	background:transparent !important;
	border:2px solid #fff !important;
	color:#fff !important;
}

.cf7mls_next.action-button:hover, .cf7mls_back.action-button:hover {
    background: #5a182a !important;
    border-color: #5a182a !important;
    color: #fff !important;
}

/*** SIDEMENU ***/
.menu-btn {
    min-width: 30px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-left: 40px;
    justify-content: end;
    text-align: right;
}

.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: 3px;
    margin: 6px 0px;
    border-radius: 0px;
    transition: all .3s;
    margin-left: auto;
}

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

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

.side-menu {
    background: #0c0f24;
	position:fixed;
	top:0px;
    left: -100%;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 35px;
	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: 400;
}

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

.side-menu a.CloseBtn {
    float: right;
    color: #000000;
    background: #d0b99b;
    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;
}

.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: #d0b99b !important;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #d0b99b;
    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: #000000;
    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.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: 12px;
    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: #000 !important;
    background: #d0b99b !important;
}

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

.side-menu .contact-details {
    border-top: 1px solid rgba(255,255,255,0.6);
    padding-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.side-menu .contact-details li a, .side-menu .contact-details li * {
    color: #fff;
}

.side-menu .contact-details li:hover *, .side-menu .social a:hover {
    color: #d0b99b !important;
}

.side-menu .social a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
} 


/*** Social Side menu ***/
.floating-contact-smis {
    position: absolute;
    top: 60%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 99;
}

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

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

.floating-contact-smis .rote {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: scale(-1);
    font-weight: 400;
    letter-spacing: .300em;
}

.floating-contact-smis .rote::after {
    content: "";
    display: block;
    width: 1px;
    height: 104px;
    background: #fff;
}

.floating-smis {
    margin-bottom: 25px;
}

.floating-smis a {
    display: flex;
    border: 0;
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 16px;
    -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;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
    margin-bottom: 15px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.floating-smis a:hover {
    background: #5a182a;
    border-color: #5a182a;
    color: #fff;
}


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

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

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

header.fixed {
    position: fixed;
    background: #d0b99b;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}

header .navbar-brand img {
    max-height: 80px;
    transition: all .3s;
}

header.fixed .menu-btn span {
    background: #000 !important;
}

header .navbar-brand img.mainlogo {
    display: none;
}

header.fixed .navbar-brand img {
    display: none;
}

header.fixed .navbar-brand img.mainlogo {
    display: inline-block;
}

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

.navbar {
	padding:0px 0px;
}

@media (min-width: 992px) {
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
}

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

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

.navbar-light .navbar-nav>.menu-item {
    margin-left: 35px;
	display:inline-block;
    vertical-align: top;
}

.navbar-light .navbar-nav>.menu-item>a {
    position: relative;
    color: #faf8f3;
    font-size: 16px;
    line-height: 40px;
    padding-bottom: 5px;
    transition: all .3s;
    font-weight: 500;
    padding: 0px 0px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Jost", sans-serif;
}

.navbar-light .navbar-nav>.menu-item>a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    opacity: 0;
    height: 100%;
    border-bottom: solid 4px #faf8f3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: auto;
    pointer-events: none;
}

.navbar-light .navbar-nav>.menu-item.menu-item-has-children>a:after {
    content: "";
    font-size: 18px;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar-light .navbar-nav>.menu-item:hover>a::before,
.navbar-light .navbar-nav>.menu-item.current-menu-item>a::before {
    opacity: 1;
    width: 100%;
}

header.fixed .navbar-light .navbar-nav>.menu-item>a {
    color: #000;
}

header.fixed .navbar-light .navbar-nav>.menu-item:hover>a,
header.fixed .navbar-light .navbar-nav>.menu-item.current-menu-item>a {
	color:#000 !important;
}

header.fixed .navbar-light .navbar-nav>.menu-item>a::before {
    border-color: #000;
}

header.fixed .navbar-light .navbar-nav>.menu-item {
    margin-left: 24px;
}

header .navbar-light .navbar-nav>.menu-item.btn-link {
    text-decoration: none;
}

.navbar-light .navbar-nav>.menu-item:hover>a,
.navbar-light .navbar-nav>.menu-item.current-menu-item>a {
	color:#faf8f3!important;
}

.navbar-light .navbar-nav>.menu-item ul.sub-menu {
    border: none;
    border-radius: 0px !important;
    text-align: left;
    display: block;
    list-style: none;
    margin: 0;
    position: absolute;
    overflow: hidden;
    left: calc(50% - 100px);
    min-width: 180px;
    padding: 0px;
    padding-top: 18px;
    background: none !important;
    opacity: 0px;
    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;
    box-shadow: none;
    white-space: nowrap;
}

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

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

.navbar-light .navbar-nav>.menu-item ul.sub-menu>li:last-child {
    border: none;
}

.navbar-light .navbar-nav>.menu-item ul.sub-menu>li>a {
    transition: all .3s;
    display: inline-block;
    clear: both;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 45px;
    padding: 0px 18px !important;
    font-size: 14px;
    border: none;
    white-space: nowrap;
    letter-spacing: 0px;
    color: #faf8f3;
    background: #0c0f24;
    text-transform: uppercase;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

.navbar-light .navbar-nav>.menu-item ul.sub-menu>li:hover>a,
.navbar-light .navbar-nav>.menu-item ul.sub-menu>li.current-menu-item>a {
	color:#000!important;
    background: #d0b99b;
}

header .menu-right {
    display: flex;
    align-items: center;
}

header .social {
    color: #faf8f3;
    display: inline-block;
    border: 1px solid #faf8f3;
    width: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
}

header .social:hover {
    background: #d0b99b;
    border-color: #d0b99b;
    color: #faf8f3;
}

header.fixed .social {
    color: #0c0f24;
    border-color: #0c0f24;
}

header.fixed .social:hover {
    color: #fff;
    background: #5a182a;
    border-color: #5a182a;
}

/*** BANNER ***/
.banner {
    position: relative;
    padding: 70px 0px 20px 0px;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: visible;
}

.banner .container {
    position: relative;
    z-index: 3;
}

.banner h1 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400;
}

.banner h2 {
    color: #fff;
    font-size: 80px;
    margin: 40px 0px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.banner .btn-default {
    margin-right: 10px;
}

.banner p {
    color: #fff;
    font-size: 13px;
    margin-bottom:50px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    pointer-events: none;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/*** STATS ***/
.stats {
    padding: 70px 0px;
}

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

.stats h4 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size:40px;
    font-weight: 600;
}

.stats p {
    font-size: 20px;
}

.stats .down p {
    margin-top: 40px;
    font-size: 12px;
    
}

/*** WHYSELL ***/
.whysell {
    padding: 70px 0px;
    background: #faf8f3;
}

.whysell h3 {
    font-size: 35px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}

.whysell .space {
    position: relative;
    padding: 90px 0px;
}

.whysell figure {
    display: inline-block;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 85%;
}

.whysell figure:hover {
    filter: grayscale(0);
    filter: grayscale(100%);
}

.whysell .text {
    display: block;
    padding: 4%;
    width: 45%;
    background: #fff;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
    margin-left: auto;
    position: relative;
    z-index: 3;
}

.whysell .owl-carousel .owl-item {
    transform: scale(0.8);
}

.whysell .owl-carousel .owl-item.center {
    transform: scale(1);
}

.whysell .text h6 {
    color: #5a182a;
    font-style: italic;
    font-size: 18px;
}

.whysell .owl-theme .owl-nav {
    margin: 0;
}

.whysell .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 10%;
    transform: translate(0px, -50%);
    border: 1px solid #0c0f24;
    color: #0c0f24;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.whysell .owl-theme .owl-nav [class*=owl-] i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.whysell .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10%;
}

.whysell .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: #5a182a;
}

.whysell .btn-default {
    margin-top: 60px;
}


/*** LOGOS ***/
.logos {
    padding: 80px 0px;
}

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

.logobox {
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*** TESTIMONIALS ***/
.testimonials {
    padding: 80px 0px;
    background: #d0b99b;
    background: #faf8f3;
}

.testimonials .owl-item {
    padding: 0px 75px;
}

.testimonials .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%;
    left: 0px;
}

.testimonials .owl-nav button {
    background: #d0b99b !important;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
}

.testimonials .owl-nav .owl-prev {
    float: left;
}

.testimonials .owl-nav .owl-next {
    float: right;
}


/*** ABOUT ***/
.about {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

.about .align {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 65%;
    object-fit: cover;
    filter: grayscale(100);
    opacity: .2;
}

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

.imgstyle {
    display: inline-block;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.25;
    transition: all .2s ease-in-out;
}

.imgstyle img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all .2s ease-in-out;
    box-shadow: 0 30px 30px rgb(0 0 0 / 10%);
}

.imgstyle::before {
    border: 1px solid #5a182a;
    width: calc(100% - 30px);
    height: 100%;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    transition: all .2s ease-in-out;
}

.about .btn-default {
    margin-top: 30px;
}

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

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

.about .team-box {    
    transition: all .2s ease-in-out;
}

.about .team-box h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    margin: 30px 0px 0px 0px;
}

.about .team-box:hover {    
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.about .team-box:hover .imgstyle::before {
    z-index:999;
    width: calc(100% - 70px);
    height: calc(100% - 30px);
}

.contact-details {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #000;
}

.contact-details li {
    margin-bottom: 10px;
}

.contact-details li a {
    display: flex;
    gap: 4px;
    flex-direction: row;
    color: #000;
    align-items: center;
    width: max-content;
    font-size: 16px;
}

.contact-details .fa {
    font-size: 20px;
    min-width: 28px;
    max-height: 28px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    color: #000;
}

.contact-details li a:hover, .contact-details li a:hover .fa {
    color: #5a182a;
}

/*** WHY WORK ***/
.why-work {
    padding: 120px 0px;
    background: url(../img/bg-work.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.why-work .container {
    position: relative;
    z-index: 2;
}

.why-work:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    pointer-events: none;
}

.why-work .section-title {
    margin: 0px;
}

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

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

.social-media .section-title {
    margin: 0;
}

.social-box {
    display: inline-block;
    width: 100%;
    float: left;
    background: #0c0f24;
    overflow: hidden;
}

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

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

.social-media .nav-tabs {
    border: none;
    justify-content: end;
}

.social-media .nav-tabs .nav-link {
    border: none;
    opacity: .5;
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #000;
    margin-left: 25px;
    padding: 5px 0px;
}

.social-media .nav-tabs .nav-link i {
    margin-right: 10px;
}

.social-media .nav-tabs .nav-link.active {
    opacity: 1;
}


/*** BLOG ***/
.blog {
    padding: 70px 0px;
}

body.blog {
	padding:0px;
}

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

.blogbox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.blogbox:hover>img {
    transform: scale(1.05);
}

.blogbox .text {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: end;
    padding: 40px 30px;
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.44%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.44%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
}

.blogbox h6 {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}

.blogbox h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 0px;
}

.blogbox p {
    color: #fff;
    font-size: 15px;
    line-height: 27.2px;
    margin-bottom: 0px;
}
/**/
body.home .blogbox-right:last-child {
    margin-bottom: 0px;
}

.blogbox-right {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    gap: 20px;
}

.blogbox-right .img {
    min-width: 35%;
    object-fit: cover;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.blogbox-right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    aspect-ratio: 1 / 0.75
}

.blogbox-right .img:hover img {
    transform: scale(1.05);
}

.blogbox-right .text {
    min-width: 65%;
    padding: 10px 0px 0px 0px;
}

.blogbox-right h6 {
    color: #0c0f24;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}

.blogbox-right h3 {
    color: #0c0f24;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blogbox-right p {
    color: #0c0f24;
    font-size: 15px;
    line-height: 27.2px;
    margin-bottom: 0px;
}

/*** FOOTER ***/
footer {
    padding: 40px 0px 50px 0px;
    background: #d0b99b;
}

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

footer h3 {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

footer .social a {
    display: inline-block;
    background: #d0b99b;
    margin-right: 5px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}

footer .social a:hover {
    background: #000;
    color: #fff;
}

footer .links {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer .links>li {
    margin-bottom: 10px;
	margin-top:15px;
}

footer .links>li>a {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

footer .links li a:hover {
    color: #5a182a;
}

footer .links>li ul {
    list-style-type: disc;
    font-size: 12px;
}

footer .links>li ul li {
    margin-top: 0px;
}

footer .links>li ul li a {
    font-size: 14px;
}

footer .newsletter {
    background: #5a182a;
    padding: 30px 30px;
    border-radius: 10px;
}

footer .newsletter * {
    color: #fff;
}

footer .newsletter .form-control {
    border-radius: 0px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

footer .newsletter .form-control::placeholder {
    color: #fff;
}

footer .newsletter .btn-default {
    display: inline-block;
    height: 50px;
    min-width: 155px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.61px;
    line-height: unset;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: solid 2px #fff;
    padding: 10px 20px;
    transition: all ease 0.5s;
}

footer .newsletter .btn-default:hover {
    color: #5a182a;
    background: #fff;
}

footer .form input {
    width: 100%;
    height: 50px;
    padding: 0px 10px;
    color: #000;
    font-size: 15px;
}

footer .form .btn-default {
    min-width: 100%;
    padding: 0px 20px;
    margin-top: 10px;
    background: none !important;
}

footer .form .btn-default:hover {
    background:#d0b99b !important;
}

/*** COPYRIGHT ***/
.copyrights {
    padding: 20px 0px;
    background: #5a182a;
}

.copyrights * {
    color: #fff;
}

.copyrights img {
    max-height: 40px;
    margin-left: 5px;
}


/** PAGE BANNER ***/
.page-banner {
    height: 60vh;
    padding-top: 40px;
    position: relative;
}

.page-banner h1 {
    color: #fff;
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
}

.page-banner h6 {
    color: #fff;
    font-size: 16px;
    margin: 0px;
    font-weight: 400;
    margin-top: 10px;
}

.page-banner .section-title {
    margin: 0;
}

.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}

.page-banner .container {
    position: relative;
    z-index: 3;
}


/*** MARKETING ***/
.marketing {
    padding: 80px 0px;
}

.marketing figure {
    display: inline-block;
    height: 100%;
    width: 100%;
    min-height: 250px;
}

.marketing h3 {
    font-weight: bold;
    font-size: 32px;
}


/*** teaminfo ***/
.teaminfo {
    padding: 80px 0px;
}

.teaminfo h2 {
    font-weight: bold;
    font-size: 40px;
}

.teaminfo h3 {
    font-weight: bold;
    font-size: 32px;
}

.teaminfo p a:hover {
    font-weight: 600;
}


/*** property-vendre ***/
.property-vendre {
    padding: 80px 0px;
}

.property-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.property-card .property-img {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 10px;
}

.property-card .property-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.property-card:hover .property-img img {
    transform: scale(1.07);
}

.property-card .info-ctn {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.property-card .info-ctn .info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 20px;
}

.property-card .info-ctn .info p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5a182a;
    margin: 0;
}

.property-card .info-ctn .address-ctn {
    margin-bottom: 10px;
}

.property-card .info-ctn .address-ctn p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.property-card .info-ctn .price-ctn p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #000;
}

.property-card .info-ctn .specs ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.property-card .info-ctn .specs ul li {
    font-size: 14px;
    line-height: 1.2;
    border-right: solid 1px #000;
    padding: 0 8px;
}

.property-card .info-ctn .specs ul li:first-of-type {
    padding-left: 0;
}

.property-card .info-ctn .specs ul li:last-of-type {
    border-right: none;
}

.property-card .info-ctn .specs ul li i {
    font-size: 14px;
}

/*** mortgageinfo ***/
.mortgageinfo {
    padding: 70px 0px;
}

.list {
    padding-left: 18px;
}

.list li::marker {
    color: #5a182a;
}


/*** CALC INFO ***/
.calc-info {
    padding: 70px 0px;
    overflow: hidden;
}

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

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

mw-calc-label {
	color: #000 !important;
	font-weight:500 !important;
}

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

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

#calculate_lt:hover {
	color: #d0b99b !important;
    background: #000 !important;
}

mw-calc-table {
    background: #d0b99b;
}

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

.mw-calc-table > tbody > tr.active > td {
    background: #d0b99b !important;
    border-color: #d0b99b !important;
    color: #000 !important;
}


/*** mortgageinfo2 ***/
.mortgageinfo2 {
    padding: 90px 0px;
}

.mortgageinfo2 h3 {
    font-weight: 600;
}


/*** property-info ***/
.property-info {
    padding: 90px 0px;
}

.property-info h3 {
    font-weight: bold;
    font-size: 28px;
}

.property-info .form-control {
    border-radius: 30px;
    padding: 10px 25px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 16px;
    color: #000;
    background: #c7c7c7;
    border: none;
    margin-bottom: 25px;
}

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

.property-info .btns {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}

.property-info .btns button {
    color: #000;
    background: #c7c7c7;
    line-height: 50px;
    text-align: center;
    padding: 0px 30px;
    border-radius: 30px;
    border: none;
}

.property-info .btns button:hover {
    color: #fff;
    background: #5a182a;
}

.property-info .btn-default {
    margin-top: 30px;
    margin-right: 15px;
}

.property-info .link {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
    margin-left: 10px;
}

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

.contact-form .bg {
    padding: 50px 50px;
    background: #d0b99b;
}

.contact-form .form-control {
    border-radius: 0px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    margin-bottom: 25px;
}

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

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

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

option {
    color: #000;
}

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

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

.form-check.check-input .wpcf7-list-item {
	display:flex;
	gap:15px;
	align-items:start;
}

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

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color:red !important;
	color:#fff !important;
}

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

.evaluation-box .section-title h2 {
    line-height: 1;
}

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

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

.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: #000;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
    margin-left: 0px !important;
    display: inline-block;
}

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

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

.evaluation-box .btn-default.bordered:hover, .evaluation-box .btn-default.bordered.active {
    background: #5a182a;
    border-color: #5a182a;
    color: #fff;
    font-weight: 600;
}

.evaluation-box .btn-default.active {
}

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

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

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

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

.evaluation-box .checkbox-group .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% - 20px);
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}

.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 {
    border-radius: 0px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border: none;
    margin-bottom: 18px;
}

.evaluation-box .form-control::-webkit-input-placeholder {
    color: #555;
}

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

/*** BUYSELL FORM ***/
.buysellform {
    background: #d0b99b;
    padding: 80px 0px;
    overflow: hidden;
}

.buysellform .bg-form {
    padding: 0px 15px;
}

.buysellform h4 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.buysellform .form-control {
    border-radius: 2px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border: none;
    margin-bottom: 18px;
}

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

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

.buysellform .btn-default {
    min-width: 150px;
    margin-top: 25px;
}

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

/*** INFO SMALL ***/
.info-small {
    padding: 70px 0px;
    background: #f5f5f5;
    overflow: hidden;
}

.btn-link:hover {
    color: #5a182a;
}

body.single-post .page-banner h6, body.single-post .page-banner h6 a {
	color:#fff !important;
}