@import url('https://fonts.googleapis.com/css2?family=Poppins: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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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');

/*** GENERIC CSS ***/
html, body {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    color: #555555;
}

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-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 50px;
    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;
}

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

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

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
}

ol li, ul li {
    font-size: 16px;
    line-height: 1.8;
}

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

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

.visible-xs {
    display: none;
}

.btn-default {
    position: relative;
    line-height: 54px;
    font-weight: 400;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    padding: 0px 35px;
    color: #fff;
    background: none;
    transition: all .5s;
    border: 1px solid #fff;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 185px;
    font-size: 15px;
    text-align: center;
    font-family: Montserrat, sans-serif;
}

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

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

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

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

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

ul.bulleted {
    margin: 30px 0px 40px 0px;
    padding: 0px 0px 0px 25px;
    display: block;
}

ul.bulleted li {
    margin: 0px 0px 15px 0px;
    list-style: none;
    position: relative;
}

ul.bulleted li:before {
    color: #d61616;
    speak: none;
    font: normal normal normal 20px/1 FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    position: absolute;
    left: -25px;
    top: 2px;
}

.section-title h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 3px;
    line-height: 1.2;
    color: #000;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

.section-title h6 {
    line-height: 1;
    font-weight: 300;
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

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

.bg-red {
    background: #d61616;
}

.white-text {
    color: #fff !important;
}

.ob-cover {
    object-fit: cover;
}

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

.header .black-logo {
    display: none;
}

.header.scrolled .black-logo {
    display: inline-block;
    filter: brightness(1);
}

.header.scrolled .white-logo {
    display: none;
}

.header.scrolled {
    position: fixed;
    width: 100%;
    transition: 0.3s;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
}

.header.scrolled .navbar-nav .nav-link, .header.scrolled .navbar-nav li:first-child a, .header.scrolled .navbar-nav li:last-child a,
.header.active .navbar-nav .nav-link {
    color: #000;
}

.header.active .navbar-nav .socials a {
    color: #000;
}

.header.active .navbar-nav .nav-link:after,
.header.active .navbar-nav .nav-link:before,
.header.scrolled .navbar-nav .nav-link:after,
.header.scrolled .navbar-nav .nav-link:before {
    border-color: #000;
}

.header .logo img {
    max-height: 100px;
    margin-left: 15px;
    filter: brightness(0) invert(1);
    display: none;
}

.header.scrolled .logo img {
    filter: none;
    display: inline-block;
}

.header.active {
    background: #fff;
}

.header.scrolled .navbar-nav .nav-link {
    margin-top: 7px;
    margin-bottom: 5px;
}

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

.header.scrolled .navbar-nav .nav-link:hover:after {
    background: #000 !important;
}

.navbar-nav {
    justify-content: center;
}

.black-logo {
    display: none;
}

.header.scrolled .white-logo {
    display: none;
}

.header.scrolled .black-logo {
    display: inline-block;
}

.navbar {
    padding: 0;
    min-height: 100px;
}

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

.navbar-nav .nav-link {
    color: #000;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    transition: all .3s;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0px;
}

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

.home .navbar-nav .nav-link:after {
    background-color: #fff;
}

.home .hamburger span, .home .hamburger span:before, .home .hamburger span:after {
    background-color: #fff;
}

.navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    transition: all .3s;
    border-bottom: 1px solid #fff;
}

.navbar-nav .nav-link:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    bottom: 3px;
    left: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #000;
}

.navbar-nav .nav-link:hover:after,
.navbar-nav .nav-link.active:after {
    width: 100%;
}

.header.scrolled .navbar-nav .nav-link:after {
    background: #000;
}

.navbar-nav .dropdown-menu {
    left: -20px;
    top: 99%;
    min-width: 200px;
    padding: 0px;
    background: #dddddd;
    border: none;
    border-radius: 0;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.18);
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    margin-top: 0;
}

.navbar-nav .socials {
    display: flex;
    align-items: center;
}

.navbar-nav li {
    margin: 0px 25px;
}

.navbar-nav .logo .nav-link:after,
.navbar-nav .logo .nav-link:before {
    opacity: 0;
    display: none;
}

.dropdown-item {
    padding: 5px 0px;
    color: #000;
    font-size: 14px;
    transition: all .3s;
    text-transform: capitalize;
}

.dropdown-item:before {
    content: '';
    height: 2px;
    width: 0px;
    margin-right: 10px;
    background: #d61616;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    background: none;
    color: #d61616;
}

.dropdown-item:hover:before {
    width: 14px;
}

/*** SLIDER ***/
.slider {
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.slider .fullheight {
    position: relative;
    z-index: 9;
    background: rgba(0, 0, 0, .4);
    margin: 0 auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    display: none;
}

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

.big-container {
    max-width: 1400px;
}

.cta {
    padding: 90px 0px;
    background: #f4f4f4;
}

.cta-box {
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.cta-box .img {
    position: relative;
    transition: 400ms all ease;
    overflow: hidden;
}

.cta-box .img figure {
    height: 350px;
    width: 100%;
    object-fit: cover;
    margin: 0;
    transition: 0.4s all ease;
    background-size: cover;
}

.cta .img::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #000);
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    transition: 400ms all ease;
    z-index: 1;
    top: 0;
    left: 0;
}

.cta-box:hover .img::before {
    background-color: #000;
}

.cta-box .text {
    top: 70%;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0%;
    z-index: 2;
}

.cta-box .text p {
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: 3px;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    transition: 0.4s all ease;
}

.cta-box:hover .text p {
    transform: translateY(-50px);
}

/**/
.about-box {
    position: relative;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    margin-top: 60px;
}

.about-box img {
    transition: all .5s;
}

.about-box:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.about-box .img {
    position: relative;
    transition: 400ms all ease;
    overflow: hidden;
}

.about-box:before {
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #000); */
    background: rgba(0, 0, 0, .5);
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    transition: 400ms all ease;
    z-index: 1;
    top: 0;
    left: 0;
}

.about-box:hover .img::before {
    background-color: #000;
}

.about-box .text {
    top: 80%;
    position: absolute;
    text-align: center;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2;
}

.about-box .text h2 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 200;
    color: #fff;
    line-height: 1.3;
    margin: 0;
}

.about {
    position: relative;
}

.about-text {
    margin-top: -100px;
    position: relative;
    width: 70%;
    left: 15%;
    background: #fff;
    z-index: 2;
    padding: 30px;
}

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

.listing-box {
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
}

.listing-box:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #000);
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    transition: 400ms all ease;
    z-index: 1;
}

.listing-box a {
    width: 100%;
    display: block;
}

.listing-box canvas {
    width: 100%;
    height: 400px;
    background-size: cover;
    position: relative;
    z-index: 0;
    transition: all .3s;
    margin: 0;
    display: block;
}

.listing-box:hover canvas {
    transform: scale(1.1);
}

.listing-box .text {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    padding: 0px 15px;
    z-index: 2;
}

.listing-box .left {
    float: left;
}

.listing-box .right {
    float: right;
    width: 100%;
}

.listing-box .price {
    margin-bottom: 4px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

.listing-box .address {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
}

.listing-box .details {
    padding: 0;
    margin: 0;
}

.listing-box .details li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.listing-box .details li:not(:last-child)::after {
    content: '|';
    margin: 0 5px;
}

/**/
.testimonials {
    background: #000;
    padding: 100px 0;
}

.testimonials .spr {
    padding: 0px 70px;
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    left: 0;
    background: none;
    margin: 0;
    margin-top: -32px;
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    line-height: 25px;
}

.testimonials .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.testimonials h5 {
    color: #fff;
    margin: 25px 0 0;
    text-transform: uppercase;
    font-size: 16px;
}

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

.cta-buyer-seller .about-box canvas {
    height: 650px;
    width: 100%;
    position: relative;
    transition: all .3s;
}

.cta-buyer-seller .about-box:before {
    background: #141414;
    opacity: 0.6;
}

.cta-buyer-seller .about-box h2 {
    font-size: 50px;
}

.cta-buyer-seller .about-box {
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}

.cta-buyer-seller .about-box .text {
    top: 50%;
}

.cta-buyer-seller .about-box:hover canvas {
    transform: scale(1.1);
}

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

.social-media .insta {
    display: flex;
}

.social-media .head {
    display: flex;
    padding: 30px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    min-width: 284px;
    max-width: 284px;
    align-items: center;
}

.social-media .item {
    padding-top: 100%;
}

.social-media .item:hover .text {
    opacity: 1;
    cursor: pointer;

}

.social-media .item .text {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 10%;
    color: #fff;
    font-size: 11px;
    transition: all .3s;
    display: inline-block;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    opacity: 0;
}

.social-media .item__caption {
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.social-media figure {
    float: left;
    width: 100%;
    position: relative;
    height: 283px;
    margin: 0;
}

.hamburger {
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    z-index: 915;
    position: relative;
    top: 0;
    right: 0;
    /* padding: 40px; */
    height: 57px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 15px;
    right: 25px;
    position: fixed;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    position: relative;
    margin-left: 15px;
}

.hamburger span:before, .hamburger span:after {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    content: '';
}

.hamburger span:before {
    top: -8px;
}

.hamburger span:after {
    bottom: -8px;
}

.megamenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    display: none;
}

.megamenu .close {
    width: 24px;
    height: 24px;
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    background: none;
    opacity: 1;
    text-shadow: none;
}

.megamenu .close:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.megamenu .sidemenu-header {
    padding-bottom: 90px;
    text-align: right;
    margin-right: 25px;
}


.header.scrolled .hamburger span:before,
.header.scrolled .hamburger span:after {
    background-color: #000;
}

.header.scrolled .hamburger span {
    background-color: #000;
}

.megamenu.active {
    display: block;
}

.megamenu.active .menu-wrapper {
    transform: translateY(0%);
}

.megamenu .menu-wrapper {
    height: 100vh;
    background: #fff;
    padding: 40px 5px 66px 0;
    overflow-y: auto;
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transform: translateY(-100%);
}

.megamenu .imgs figure {
    height: 100vh;
    margin: 0;
}

.menu-wrapper ul {
    padding: 0;
    margin: 0;
}

.menu-wrapper ul li {
    border-bottom: 1px solid #0000001a;
    margin: 0;
    overflow: hidden;
}

.menu-wrapper ul li a {
    padding: 12px 12px 12px 70px;
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 48px;
    color: #000;
    transition: 0.2s all;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition-property: transform, opacity, color;
    transition-duration: 0.55s, 0.55s, 0.3s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1), ease-in-out, ease-in-out;
}

.menu-wrapper ul li ul li {
    border: none;
}

.menu-wrapper ul li a {
    padding: 16px 12px 16px 70px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    color: #000;
    transition: 0.2s all;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition-property: transform, opacity, color;
    transition-duration: 0.55s, 0.55s, 0.3s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1), ease-in-out, ease-in-out;
}

.menu-wrapper ul li ul {
    padding-left: 40px;
}

.menu-wrapper ul li ul li a {
    font-size: 15px;
    line-height: 1.2;
    border: none;
    font-weight: 300;
    margin-left: 0px;
    letter-spacing: 3px;
    padding: 6px 12px 16px 63px;
}

.menu-wrapper ul li.social {
    text-align: right;
    border: none;
    padding-top: 35px;
    padding-right: 45px;
}

.menu-wrapper .social a {
    position: relative;
    border: 1px solid #000;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    display: inline-block;
    justify-content: center;
    transition: 0.4s all ease;
    padding: 0;
    line-height: 39px;
    text-align: center;
    margin-left: 10px;
}

.menu-wrapper ul .social a:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

/*** FOOTER ***/
.footer {
    padding: 100px 0px;
}

.footer p, .footer a {
    color: #000;
    font-weight: 300;
}

.footer ul {
    padding-left: 0px;
    margin-bottom: 40px;
}

.footer ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 4px 0px;
}

.footer ul li a {
    color: #000;
    font-size: 16px;
    line-height: 19px;
}

.footer .big-container {
    padding: 0px 50px;
}

.footer input, .footer textarea {
    background: none;
    border: none;
    border-bottom: solid 1px;
    font-size: 15px;
    line-height: 1.67;
    color: var(--fontColor);
    width: 100%;
    padding: 15px 0px;
    margin-bottom: 26px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 0;
    outline: none;
}

.footer textarea {
    height: 100px;
    resize: none;
}

.submit-btn {
    padding: 0px 46px;
    font-size: 14px;
    border: 1px solid;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.footer h4 {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 300;
}

.footer-contact {
    background: #d61616;
    padding: 30px 0;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
}

.footer .inf p {
    margin: 0;
    font-size: 14px;
    font-weight: 290;
}

.footer h3 {
    font-size: 27px;
    color: #000;
    line-height: 1.6;
    letter-spacing: 4px;
    font-weight: 300;
}

.footer-contact p {
    margin-bottom: 0;
}

.footer-contact a, .footer-contact .fa {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.footer-contact a:hover,
.footer-contact a:focus,
.footer-contact a:active {
    text-decoration: none;
    color: #000;
}

.social-icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #000;
    font-size: 18px;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
}

.social-icon:hover {
    color: #d61616 !important;
}

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

.fullheight {
    position: relative;
    z-index: 9;
    background: rgba(0, 0, 0, .5);
    margin: 0 auto;
    height: 100vh;
}

/*** PAGE BANNER ***/
.page-banner {
    background: url(../img/img-buyer.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 0px 0px 0px 0px;
    margin-top: 100px;
}

.page-banner .row {
    position: relative;
    background: rgba(0, 0, 0, .5);
    padding: 150px 0;
}

.page-banner h1 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: bold;
}

.copyrights {
    padding: 15px 0px;
    background: #fff;
    border-top: 1px solid #000;
}

.copyrights p {
    color: #000;
    font-size: 14px;
}

.copyrights .logo-market {
    max-height: 50px;
    margin-left: 5px;
    filter: invert(1);
}

.about-inner .text {
    padding: 50px 100px;
}

.work-with-us {
    background: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url(../img/bg-work.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 170px 0px;
}

.work-with-us p {
    color: #fff;
}

.work-with-us .section-title h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.work-with-us p {
    margin-bottom: 30px;
}

.work-with-us .section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
    width: 110px;
    height: 1px;
    background-color: var(--fontColor, #ffffff);
}

.contact-info {
    padding: 0px 0px;
}

.contact-info p {
    font-weight: 300;
}

.contact-info p.head {
    padding: 0;
    font-weight: bold;
    color: #000;
}

.contact-info p img {
    margin-right: 7px;
    filter: brightness(0) invert(1);
    width: 30px;
}

.contact-info p strong {
    font-weight: 600;
}

.contact-info p.location {
    align-items: start;
}

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

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

.contact-info .bg-img {
    background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url(../img/bg-contact.png) 50% 50% no-repeat;
    background-size: cover;
    /* background: #000; */
    padding: 100px 100px;
}

.formstyle {
    padding: 100px 100px;
}

.formstyle input, .formstyle textarea, .formstyle select {
    background: none;
    border: none;
    border-bottom: solid 1px;
    font-size: 15px;
    line-height: 1.67;
    color: #000;
    width: 100%;
    padding: 15px 0px;
    margin-bottom: 26px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 0;
    outline: none;
}

.formstyle textarea {
    height: 120px;
    resize: none;
}

.colspace > div {
    margin-bottom: 30px;
}

.listing.inner {
    padding: 60px 0px;
}

.listing.inner .listing-box canvas {
    height: 450px;
}

.filter-list button {
    min-width: inherit;
}

.filter-list button.active {
    background: #000;
    color: #fff;
}

ul.list {
    color: #000;
    padding-left: 35px;
}

ul.list p {
    color: #555555;
}

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

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

.info-small p {
    margin-bottom: 25px;
}

.tools-info {
    padding: 60px 0px;
    overflow: hidden;
}

.contact-info.black .section-title h2, .contact-info.black p.head strong, .contact-info.black p a, .contact-info.black p strong,
.contact-info.black p.location, .contact-info.black p {
    color: #000;
}

.contact-info.black p img {
    filter: unset !important;
}


.header.header-fix {
    background: #000;
}

.header.header-fix .navbar-nav .nav-link, .header.header-fix .navbar-nav li:first-child a,
.header.header-fix .navbar-nav li:last-child a, .header.header-fix.active .navbar-nav .nav-link {
    color: #fff;
}

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

.header.header-fix .navbar-nav .nav-link.active:after,
.header.header-fix .navbar-nav .nav-link:hover:after {
    border-color: #fff !important;
    background-color: #fff !important;
}

.header.header-fix .hamburger span,
.header.header-fix .hamburger span:before,
.header.header-fix .hamburger span:after {
    background-color: #fff;
}

.header.header-fix .logo img {
    filter: brightness(0) invert(1);
}

.slider {
    position: fixed;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.slider .fullheight {
    display: flex;
    position: relative;
}

.slider .logo img {
    filter: brightness(0) invert(1);
    max-width: 70%;
}

.cta {
    margin-top: 100vh;
}

section {
    background-color: #fff;
}


.listing-box .address2 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}

.listing-box .price .desc {
    font-size: 14px;
}

.listing-box:before {
    opacity: 0.8;
}

.listing-box canvas {
    background-size: cover;
    background-repeat: no-repeat;
}

.mission-statement {
    background: #000;
    padding: 120px 0px;
    margin-top: 70px;
}

.mission-statement p {
    color: #fff;
    font-weight: 200;
    margin-top: 30px;
}

.canvas canvas {
    height: 600px;
    width: 100%;
    float: left;
    position: relative;
    transition: all .3s;
}

.megamenu.active .menu-wrapper {
    transform: translateY(-100%);
    width: 100%;
    max-width: 100%;
    right: 0px;
}

.megamenu .menu-wrapper {
    right: -50% !important;
}

ul.list li {
    font-size: 16px;
    color: #555555;
    line-height: 1.8;
}

input.wpcf7-form-control.wpcf7-not-valid {
    border-bottom: 2px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: inline-block !important;
}

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

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

.megamenu .menu-wrapper {
    right: 0% !important;
}

.megamenu.active .menu-wrapper {
    transform: translateY(0%);
}

.navbar-nav {
    padding-right: 16px;
}

.navbar-nav .current_page_item > .nav-link:after {
    width: 100%;
}