@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&family=Whisper&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");

body {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
    font-family: "Outfit", 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;
}

@font-face {
    font-family: "GuthenJaquelineRegular";
    src: url("../fonts/GuthenJaquelineRegular.eot");
    src: url("../fonts/GuthenJaquelineRegular.eot") format("embedded-opentype"),
        url("../fonts/GuthenJaquelineRegular.woff2") format("woff2"),
        url("../fonts/GuthenJaquelineRegular.woff") format("woff"),
        url("../fonts/GuthenJaquelineRegular.ttf") format("truetype"),
        url("../fonts/GuthenJaquelineRegular.svg#GuthenJaquelineRegular")
            format("svg");
}

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

button {
    transition: all ease 0.5s;
}

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

button:focus {
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Quicksand", sans-serif;
    /* font-family: "Playfair Display", serif; */
}

p {
    font-size: 17px;
    color: #333333;
    line-height: 2;
    letter-spacing: 0.025em;
    font-weight: 300;
    margin-bottom: 20px;
}

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

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

.section-title {
    padding-left: 50px;
    border-left: 3px solid rgba(89, 110, 150, 1);
    margin-bottom: 50px;
    display: inline-block;
    text-align: left;
}

.section-title h6 {
    color: #000;
    font-size: 20px;
    color: #828282;
    letter-spacing: 0.82em;
    margin-bottom: 10px;
    margin-left: 3px;
    text-transform: uppercase;
    font-weight: 300;
}

.section-title h2 {
    font-size: 60px;
    font-style: normal;
    color: #2b2b2b;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1;
    margin: 0;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
    font-weight: 100;
    letter-spacing: 0.1em;
}

/* .section-title.style2 h2 {
	font-family: 'GuthenJaquelineRegular';
	font-size: 70px;
	font-style: normal;
	color: #2b2b2b;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1;
	margin: 0;
} */

.section-title.style2 h6 {
    font-family: "GuthenJaquelineRegular";
    font-size: 70px;
    font-style: normal;
    color: #2b2b2b;
    letter-spacing: 0;
    text-transform: none;
    line-height: 0.7;
    margin: 0;
}

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

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

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

.btn-default {
    line-height: 60px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0px 24px;
    min-width: 220px;
    overflow: hidden;
    color: #000000;
    background: none;
    border: 1px solid #c5c5c5;
    font-family: "Quicksand", sans-serif;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.btn-default::before,
.btn-default::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 50px;
    height: 2px;
    background: #dc1c2e;
    transition: all 0.3s;
}

.btn-default:hover::before,
.btn-default:hover::after,
.btn-default.active::before,
.btn-default.active::after {
    background: #e2e2e2;
}

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

.btn-default.white:before,
.btn-default.white:after {
    background: #fff;
}

.btn-default:after {
    left: auto;
    top: auto;
    right: -1px;
    bottom: -1px;
}

.btn-default:hover,
.btn-default.active {
    color: #fff;
    background: #dc1c2e;
    border-color: #dc1c2e;
}

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

.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: 12px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: scale(-1);
    text-shadow: 0 0 3px #000000;
}

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

.al-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.ju-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.fx-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.di-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.floating-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: 18px;
    color: #000000;
    margin: 8px 0;
    box-shadow: 0 0 3px #000000;
    transition: all 0.3s;
}

.floating-contact a:hover {
    background: #dc1c2e;
    border-color: #dc1c2e;
    color: #ffffff;
}

.floating-smis a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    margin: 8px 0;
    box-shadow: 0 0 3px #000000;
    text-shadow: 0 0 3px #000000;
    transition: all 0.3s;
}

.floating-smis a:hover {
    background: #dc1c2e;
    border-color: #dc1c2e;
    color: #ffffff;
}

/*** Sidemenu ***/
.menu-btn {
    color: #fff !important;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.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: 1px;
    margin: 3px 0px;
    transition: all 0.3s;
    float: right;
}

.menu-btn div {
    margin-left: 0px;
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 100%;
}

.side-menu {
    background: #000;
    position: fixed;
    top: 0px;
    left: -600px;
    width: 340px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    z-index: 9999999;
    padding: 55px 35px;
    overflow: hidden;
    overflow-y: auto;
    left: -100%;
}

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

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

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

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

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

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

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

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

a.CloseBtn:before,
a.CloseBtn:after {
    content: "";
    display: block;
    width: 15px;
    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);
}

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

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

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

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

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

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

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

.side-menu .menu-item-has-children:hover > a {
    color: #dc1c2e !important;
}

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

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

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

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

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

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

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

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item > a,
.side-menu ul.navbar-nav li ul.sub-menu li.active > a {
    background: #dc1c2e !important;
    color: #fff !important;
}

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

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

section {
    overflow: hidden;
}

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

.header .navbar-brand {
    opacity: 0;
}

.header.fixed .navbar-brand {
    opacity: 1;
    pointer-events: all;
}

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

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

.header .btn-default {
    margin-left: 20px;
}

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

.header .main-nav .navbar .navbar-nav > .nav-item > a {
    padding: 0px 34px;
    line-height: 54px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

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

.main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0px 12px;
    padding: 0px 10px;
}

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

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

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li {
    background: rgba(0, 0, 0, 0.82) !important;
    text-align: left;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li > a.nav-link {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    font-weight: 300;
    text-transform: inherit;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1;
    text-decoration: none !important;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    color: #ffffff !important;
    background: none !important;
    text-align: center;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li:hover > a.nav-link,
.navbar-expand-lg .navbar-nav > .nav-item .sub-menu .active > a.nav-link {
    background: #dc1c2e !important;
    color: #ffffff !important;
}

.header.inner-header .navbar-brand {
    opacity: 1;
}

/*** Banner ***/
.banner {
    position: relative;
    overflow: hidden;
    height: 96vh;
    margin: 5px 5px 10px;
}

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

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

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

.banner-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1;
}

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

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

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

.banner .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.banner .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.28);
}

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

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

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

.banner .owl-dots {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    /* background: rgb(206, 206, 206); */
    margin: 0;
    z-index: 9;
}

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

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

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

/*** About ***/
.about {
    position: relative;
    padding: 100px 0 50px 0;
    overflow: hidden;
}

.about .welcome-accent {
    position: absolute;
    left: 0;
    width: 55px;
    height: 73%;
    top: 8.5%;
}

.about .welcome-bg {
    position: absolute;
    left: 0;
    width: 32.18%;
    height: 75.9%;
    right: 0;
    left: inherit;
}

.about .welcome-accent canvas,
.about .welcome-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about .welcome-accent::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(85, 100, 113, 0.5);
}

.about .welcome-bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34, 34, 34, 0.95);
}

.about .content {
    position: relative;
    padding-left: 8.188vw;
    padding-right: 4.063vw;
    padding-top: 38px;
    z-index: 2;
}

.about .content .text {
    margin-left: 3.125vw;
    position: relative;
}

.about .content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/logo-mono.png) no-repeat right bottom / 54.62%
        auto;
    opacity: 0.07;
    transform: translate(-2%, 21%);
    z-index: -1;
}

.about .welcome-image {
    position: relative;
    width: 38.57%;
    padding-right: 4.625vw;
}

.canvas-img {
    position: relative;
    background: url(../images/bg-office.webp) 50% 50% no-repeat;
    background-size: cover;
}

.canvas-img canvas {
    display: block;
    width: 100%;
    background: rgba(rgb(220, 28, 46), 1);
}

.canvas-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.about .welcome-image .canvas-img::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 5px solid rgb(220, 28, 46);
    border: 5px solid #dc1c2e;
    -o-border-image: linear-gradient(
            to right,
            rgb(0, 0, 0) 0%,
            rgb(220, 28, 46) 100%
        )
        5;
    border-image: linear-gradient(
            to right,
            rgb(0, 0, 0) 0%,
            rgb(220, 28, 46) 100%
        )
        5;
}

.about p strong {
    font-weight: 700;
}

/*** featured-listings ***/
.featured-listings {
    position: relative;
    padding: 100px 0;
}

.featured-listings.innerpage .nolist .btn-default {
    color: #fff;
}

.featured-listings .section-title {
    margin-bottom: 80px;
}

.featured-listings .bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 743px;
}

.featured-listings .bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(15, 15, 15, 0.85);
}

.featured-listings .bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-listings .container-fluid {
    position: relative;
    z-index: 9;
}

.featured-listings .sp {
    position: relative;
    padding-right: 5.625vw;
}

.featured-listings .item {
    padding: 0px 12px 20px 12px;
}

.featured-listings .bgimg:hover .align {
    opacity: 1;
}

.featured-listings .bgimg .align .btn-default {
    margin-top: 0px;
}

.featured-listings .bgimg .align {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 7;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    background: rgb(220, 28, 46, 0.1);
}

.featured-listings .bgimg p {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.featured-listings .bgimg p span {
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-listings .bgimg p span:first-child {
    border-left: 0;
}

.featured-listings .bgimg p span {
    padding: 0 42px;
    border-left: 1px solid #ffffff;
}

.featured-listings .bgimg {
    padding: 250px 0px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.featured-listings .bgimg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    background: rgb(220, 28, 46, 0.2);
    opacity: 0;
}

.featured-listings .bgimg:hover:after {
    opacity: 1;
}

.featured-listings .bgimg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 25%,
        rgba(0, 0, 0, 0.5) 99%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.featured-listings .bgwhite {
    padding: 78px 30px 64px;
    position: relative;
    margin-top: 125px;
    padding: 78px 30px 64px;
    background: #ffffff;
    height: 95%;
    width: 97%;
    box-shadow: 8px 9px 11px 0px #00000033;
}

.featured-listings .bgwhite::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 228px;
    top: 0;
    left: 0;
    border: 10px solid #000000;
    -o-border-image: linear-gradient(
            to right,
            rgb(0, 0, 0) 0%,
            rgb(220, 28, 46) 100%
        )
        10;
    border-image: linear-gradient(
            to right,
            rgb(0, 0, 0) 0%,
            rgb(220, 28, 46) 100%
        )
        10;
    border-left: 0;
    border-bottom: 0;
    pointer-events: none;
}

.featured-listings .bgwhite .text {
    position: relative;
    z-index: 3;
}

.featured-listings .bgwhite h4 {
    font-size: 19px;
    color: #000000;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}

.featured-listings .bgwhite h4 span {
    display: block;
    font-size: 14px;
    margin-top: 3px;
}

.featured-listings .price-text {
    font-family: "Quicksand", sans-serif;
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-top: 10px;
}

.featured-listings .prop-btn-ctn {
    margin-top: 40px;
}

.featured-listings .owl-dots {
    margin-left: calc(67.19% + 30px);
    margin-top: -26px !important;
    position: relative;
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    background: #525252;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0 12px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #dc1c2e !important;
}

.owl-dots .owl-dot.active span::before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #dc1c2e;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s;
}

.featured-listings .owl-nav {
    position: absolute;
    top: 10%;
    left: 68%;
}

.featured-listings .owl-nav button {
    background: #dc1c2e !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
}

.featured-listings .owl-nav button span {
    color: #fff;
    font-size: 36px;
    line-height: 24px;
    display: inline-block;
}

.featured-listings .owl-nav button:hover {
    background: #fff !important;
}

.featured-listings .owl-nav button:hover span {
    color: #000 !important;
}

/*** ctas ***/
.ctas {
    position: relative;
    padding: 5px 5px;
}

.ctas .space > div {
    padding: 5px;
}

.ctas-link {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ctas .bgimg {
    position: relative;
    aspect-ratio: 16 / 9;
}

.ctas .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ctas .bgimg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    transition: all 0.3s;
}

.ctas-link:hover .bgimg:before {
    opacity: 1;
    transform: scale(1);
}

.ctas-link .bgimg::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(220, 28, 46, 0.62);
    opacity: 0;
    transform: scale(0);
    z-index: 5;
    transition: all 0.3s;
}

.ctas-link span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    z-index: 6;
    font-family: "Quicksand", sans-serif;
}

/*** sold-map ***/
.sold-map {
    padding: 80px 0px 0px 0px;
}

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

.testimonials .left {
    width: 33.12%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials .left canvas {
    filter: grayscale(1);
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials .left:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34, 34, 34, 0.85);
}

.testimonials .right {
    width: 50px;
    height: 100%;
    left: inherit;
    right: 0;
    position: absolute;
    top: 0;
}

.testimonials .right canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials .right::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(85, 100, 113, 0.5);
}

.testimonials .container {
    position: relative;
    max-width: 1510px;
    padding: 0 15px;
    margin: 0 auto;
}

.testimonials .bgwhite {
    margin-left: auto;
    margin-right: auto;
}

.testimonials .content {
    position: relative;
    width: 36.82%;
    padding-left: 4.375vw;
    padding-top: 120px;
    padding-bottom: 185px;
    background: #ffffff;
}

.testimonials .text {
    position: relative;
    width: 63.18%;
    padding: 45px 5% 0 5.7%;
}

.testimonials .text:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.testimonials .item {
    padding: 0 35px;
}

.testimonials p {
    font-size: 18px;
    color: #333333;
    line-height: 2.1;
    letter-spacing: 0.025em;
}

.testimonials h4 {
    display: block;
    font-family: "Italiana", sans-serif;
    font-size: 23px;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-top: 92px;
}

.testimonials .btn-default {
    margin-top: 10px;
}

.testimonials .owl-dots {
    margin-left: calc(-74.19vh + 0px);
    margin-top: 0;
    position: absolute;
    text-align: left;
    bottom: 25%;
}

/*** social-media ***/
.social-media {
    position: relative;
    padding: 130px 0 135px;
}

.social-media .container {
    max-width: 1430px;
    margin: 0 auto;
}

.social-media {
    position: relative;
    padding: 130px 0 135px;
}

.socials-item {
    display: flex;
    align-items: start;
    gap: 6px;
    justify-content: center;
}

.socials-item a + a {
    margin-top: 30px;
}

.socials-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(220, 28, 46) 0%,
        rgb(220, 28, 46) 100%
    );
    background: linear-gradient(
        to right,
        rgb(161 0 15) 0%,
        rgb(220, 28, 46) 100%
    );
    transition: all 0.3s;
    aspect-ratio: 1 / 1;
}

.socials-item a:hover {
    background: linear-gradient(
        to right,
        rgb(114 13 22) 0%,
        rgb(203 18 36) 100%
    );
    background: linear-gradient(
        to right,
        rgb(195 62 73) 0%,
        rgb(247 112 125) 100%
    );
}

.socials-item a i {
    font-size: 42px;
    color: #ffffff;
}

/*** contact-form ***/
.contact-form {
    background: #ccc;
    background: url(../images/bg-contact.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 150px 0px;
    position: relative;
    overflow: hidden;
}

.contact-form .container {
    position: relative;
    z-index: 3;
    max-width: 1430px;
    padding: 0 15px;
}

.contact-form .bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-form .bgimg canvas {
    filter: grayscale(1);
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form .bgimg::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: rgba(34, 34, 34, 0.8);
    z-index: 1;
}

.contact-form .btn-default {
    margin-top: 50px;
}

.contact-form .section-title p {
}

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

.form-control {
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 20px 25px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.5) !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    margin-bottom: 12px;
}

.form-control:focus {
    color: #fff;
}

textarea.form-control {
    padding: 20px 25px;
    height: 110px;
}

/*** footer ***/
.footer {
    background: url(../images/bg-footer.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 88px 0px 50px 0px;
}

.footer:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: rgba(15, 15, 15, 0.85);
    z-index: 1;
}

.footer .container {
    position: relative;
    z-index: 3;
    max-width: 1430px;
    padding: 0 15px;
}

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

.foot-contact-details p {
    color: #fff;
}

.foot-contact-details p a {
    color: #fff;
    display: inline-block;
    margin: 0px 15px 10px 15px;
}

.foot-contact-details p a:hover {
    color: #dc1c2e;
}

.foot-contact-details p i {
    margin-right: 10px;
}

.footer .logo {
    display: inline-block;
    margin-bottom: -100px;
    background: #fff;
    padding: 20px 40px;
    position: relative;
    z-index: 5;
}

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

.footer .logo-remax {
    max-height: 75px;
    margin: 0px 0px 20px 0px;
}

.footer .links {
    list-style: none;
    margin: 60px 0px;
    padding: 0px;
}

.footer .links li {
    margin: 0px 40px;
    display: inline-block;
}

.footer .links li a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

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

.footer .copy p {
    color: #fff;
    opacity: 1;
    border-top: 2px solid #ffffff;
    padding: 100px 0px 20px 0px;
    margin: 0;
    margin-top: 40px;
    font-size: 18px;
    margin-top: -10px;
}

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

.footer .agency-text-ctn {
    margin-bottom: 15px;
}

.footer .agency-text-ctn p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/*** Page banner ***/
.page-banner {
    height: 45vh;
    position: relative;
    padding-top: 85px;
}

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

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

.page-banner h1 {
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
}

/*** about page ***/
.about p a:hover {
    color: #db1f26;
}

.about .socials {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.about .socials a {
    display: inline-block;
    margin-bottom: 15px;
    color: #000;
}

.about .socials a:hover {
    color: #db1f26;
}

.about .socials a i {
    display: inline-block;
    color: #fff;
    background: #db1f26;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.featured-listings.innerpage {
    padding: 70px 0px;
}

.featured-listings.innerpage .item {
    margin-bottom: 40px;
}

/*** contactpage ***/
.contact-form.contactpage .bg {
    padding: 35px 35px;
}

.contact-form.contactpage {
    background: none;
}

.contact-form.contactpage a,
.contact-form.contactpage p,
.contact-form.contactpage span,
.contact-form.contactpage .btn-default {
    color: #000;
}

.contact-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #000;
}

.contact-info > i {
    display: inline-block;
    color: #fff;
    background: #dc1c2e;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

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

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

.contact-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.contact-form ul li {
    display: inline-block;
    margin: 0px 5px;
}

.contact-form ul li a {
    display: inline-block;
    font-size: 18px;
    height: 40px;
    transition: all 0.2s;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: #e2e0d9;
    border-radius: 50%;
    color: #000;
}

.contact-form ul li a:hover {
    background: #dc1c2e;
    color: #fff;
}

.contact-form.contactpage h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 35px;
}

.contact-form.contactpage .form-control {
    background: rgba(0, 0, 0, 0.38) !important;
    color: #fff !important;
}

.contact-form.contactpage .form-control::placeholder {
    color: #fff !important;
}

.contact-form.contactpage h3 {
    color: #000;
}

/*** buysellform ***/
.buysellform {
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
}

.buysellform .bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
}

.buysellform .bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(15, 15, 15, 0.85);
}

.buysellform .bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

.buysellform h4 {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

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

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

.buysellform textarea.form-control {
    height: 132px;
    resize: none;
}

.select2-container--default .select2-selection--multiple {
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 1.5 !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    background: rgba(255, 255, 255, 0.38) !important;
    margin-bottom: 12px !important;
    padding: 12px 25px !important;
    appearance: none !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.select2-search__field::placeholder {
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #fff;
}

.buysellform option {
    color: #000;
}

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

.info-small .btn-default {
    padding: 0px 25px;
}

/*** Calculator info ***/
.calc-info {
    padding: 70px 0px;
    overflow: hidden;
    background: #fff;
}

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

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

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

.mw-calc-table > tbody > tr.active > td > input[readonly],
.mw-calc-table > tbody > tr.active > td > textarea[readonly] {
    color: #fff !important;
}

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

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

#calculate_lt:hover {
    color: #fff !important;
    background: #dc1c2e !important;
    opacity: 0.6 !important;
}

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

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

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

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

.evaluation-box .section-title {
    margin-bottom: 80px;
}

.evaluation-box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.evaluation-box .bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(15, 15, 15, 0.85);
}

.evaluation-box .bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.evaluation-box .container {
    position: relative;
    z-index: 9;
}

.evaluation-box .bg-form {
    padding: 75px 50px;
    background: rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.5);
}

.evaluation-box .section-title {
    display: inline-block;
    margin: 0px auto;
    margin-bottom: 40px;
}

.evaluation-box h2,
.evaluation-box h6 {
    color: #fff;
}

.evaluation-box label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

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

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.8;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0px;
    padding: 17px 0px;
    font-weight: 400;
    color: #fff;
    background: none;
}

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

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

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

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

.evaluation-box select.form-control {
    appearance: auto;
    padding: 0;
}

.evaluation-box textarea.form-control {
    height: 110px;
    resize: none;
}

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

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

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

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

.navigate-btns .btn-default {
    color: #fff;
}

/*** new css ***/
.testimonials .stars {
    font-size: 18px;
    color: #dc1c2e;
    margin-bottom: 18px;
    display: inline-block;
}

.social-media .social-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    background: #000;
    overflow: hidden;
    position: relative;
}

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

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

/*** why-buy ***/
.why-buy {
    padding: 30px 0px 90px 0px;
}

.why-buy .section-title {
}

.why-buy .pic-me {
    border: 5px solid #dc1c2e;
    -o-border-image: linear-gradient(
            to right,
            rgb(0, 0, 0) 0%,
            rgb(220, 28, 46) 100%
        )
        5;
    border-image: linear-gradient(
            to right,
            rgb(0, 0, 0) 0%,
            rgb(220, 28, 46) 100%
        )
        5;
}

.why-buy .why-work-content h6 {
    font-weight: bold;
    font-size: 22px;
    display: flex;
    align-items: center;
}

.why-buy .why-work-content img {
    margin-right: 10px;
}

.why-buy .why-work-content p {
    margin-left: 35px;
}

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

.team-box {
    display: inline-block;
    width: 100%;
    border: 5px solid #dc1c2e;
    -o-border-image: linear-gradient(
            to right,
            rgb(0, 0, 0) 0%,
            rgb(220, 28, 46) 100%
        )
        5;
    border-image: linear-gradient(
            to right,
            rgb(0, 0, 0) 0%,
            rgb(220, 28, 46) 100%
        )
        5;
    background: #000;
    margin-bottom: 30px;
}

.team-box .text {
    float: left;
    width: 100%;
    background: rgba(89, 110, 150, 1);
    background: #000;
    padding: 20px 10px 15px 10px;
}

.team-box .img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/bg-office.webp) 50% 50% no-repeat;
}

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

.team-box .img img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1.3;
    object-fit: cover;
    object-position: top center;
    transition: all 0.3s;
}

.team-box .text h3 {
    color: #fff;
    margin-bottom: 0px;
}

.team-box .text p {
    color: #fff;
    margin-bottom: 0px;
}

/*** testimonials ***/

.testimonials-info {
    padding: 70px 0px 45px 0px;
}

.testimonial-box {
    padding: 40px 40px;
    border-radius: 20px;
    margin-bottom: 35px;
    background: url(../images/bg-properties.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.testimonial-box * {
    position: relative;
    z-index: 3;
}

.testimonial-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(15, 15, 15, 0.85);
    z-index: 2 !important;
}

.testimonial-box h4 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

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

.testimonial-box .stars {
    margin-bottom: 15px;
}

.testimonial-box .stars i {
    margin-bottom: 15px;
    color: #dc1c2e;
}

.ratings {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.ratings .icon {
    width: 30px;
}

.ratings .stars {
    display: inline-block;
    width: 100%;
    margin: 14px 0px 7px 0px;
}

.ratings .rating-text {
    display: inline-block;
    width: 100%;
}

/*** partners page ***/
.partners-box {
    width: 100%;
    transition: all 0.3s;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 5px 0px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dc1c2e;
    padding: 30px 0px 0px 30px;
    margin-bottom: 20px;
    top: 0px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .partners-box .text {
        order: 1;
    }

    .partners-box .img {
        order: 2;
    }
}

.partners-box:hover {
    top: -10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.3);
}

.partners-box h3 {
    color: #dc1c2e;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 26px;
}

.partners-box p {
    margin: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: start;
    font-size: 14px;
}

.partners-box p i {
    color: #dc1c2e;
    min-width: 25px;
    margin-top: 5px;
    font-size: 15px;
}

.partners-box p a {
    color: #555555;
}

/*** NEW CSS ***/
.list {
    font-weight: 300;
    margin-bottom: 30px;
    padding-left: 20px;
    color: #333333;
}

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

.sectors {
    padding: 80px 0px 80px 0px;
}

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

.sectors .mbs {
    margin-bottom: 40px;
}

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

.sector-box > img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all 0.3s;
}

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

.sector-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.sector-box span {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    z-index: 4;
}
/**/
.partners-box {
    flex-wrap: wrap;
    align-items: center;
    display: block !important;
}

.partners-box .user-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners-box .text.full {
    width: 100%;
}

.partners-box h3 {
    line-height: 1.1;
}

.partners-box h3 span {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.partners-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*** SECTORS ***/
.lavalinfo {
    position: relative;
    padding: 70px 0px 0px 0px;
    overflow: hidden;
}

.lavalcontent {
    margin-top: 70px;
    padding: 70px 0px 70px 0px;
    overflow: hidden;
    background: #f1f1f1;
}

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

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

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

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

.lavalcontent .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #676767;
    /* background: -webkit-linear-gradient(145deg, rgba(210, 35, 42, 1) 36%, rgba(7, 76, 142, 1) 61%); */
}

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

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

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

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

.lavalcontent h4 {
    color: #676767;
}

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

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

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

.main-nav
    .navbar
    .navbar-nav
    .nav-item.menu-item-has-children
    > .nav-link:after {
    display: inline-block;
    margin-left: 4px;
    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;
    font-size: 14px;
    transition: all 0.3s;
}

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

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li {
    padding: 0;
}

.navbar-light .navbar-nav .nav-item:hover > .nav-link,
.navbar-light .navbar-nav .nav-item.current-menu-item > .nav-link,
.navbar-light .navbar-nav .nav-item.current-menu-parent > .nav-link {
    background: #dc1c2e !important;
    color: #ffffff !important;
}

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

.side-menu ul.main-menu.navbar-nav > li.current-menu-parent > a,
.side-menu ul.main-menu.navbar-nav > li.current_page_item > a {
    background: none;
    color: #dc1c2e;
    font-weight: 500 !important;
}

/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button {
    opacity: 1 !important;
    outline: 0px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in;
    border-radius: 0px;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
    border: 1px solid #c5c5c5;
    background-color: transparent;
    font-family: "Quicksand", sans-serif;
    position: relative;
    overflow: hidden;
    line-height: 60px !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0px 24px !important;
    min-width: 220px;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    border-color: #dc1c2e !important;
    background: #dc1c2e !important;
    color: #fff !important;
}

/**/
.evaluation-box .cf7mls_next.action-button::before,
.evaluation-box .cf7mls_next.action-button::after,
.evaluation-box .cf7mls_back.action-button::before,
.evaluation-box .cf7mls_back.action-button::after,
.evaluation-box .action-button::before,
.evaluation-box .action-button::after {
    content: "";
    display: block !important;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 50px;
    height: 2px;
    background: #dc1c2e;
    transition: all 0.3s;
}

.evaluation-box .cf7mls_next.action-button::after,
.evaluation-box .cf7mls_back.action-button::after,
.evaluation-box .action-button::after {
    left: auto;
    top: auto;
    right: -1px;
    bottom: -1px;
}

.evaluation-box .cf7mls_next.action-button:hover::before,
.evaluation-box .cf7mls_next.action-button:hover::after,
.evaluation-box .cf7mls_back.action-button:hover::before,
.evaluation-box .cf7mls_back.action-button:hover::after,
.evaluation-box .action-button::before,
.evaluation-box .action-button::after {
    background: #e2e2e2;
}

.evaluation-box .navigate-btns button[type="submit"] {
    margin-left: auto;
}

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

.evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(50% - 10px);
    margin: 0px;
    margin-bottom: 25px !important;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.evaluation-box .checkbox-group .wpcf7-list-item label {
    margin: 0;
}

.evaluation-box input[type="submit"].btn-default,
.evaluation-box button[type="submit"].btn-default {
    margin-left: auto;
}

input[type="submit"],
button[type="submit"] {
    transition: all 0.3s;
}

.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}

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;
    color: #fff;
}

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

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

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

.modal.guide .section-title {
    margin-bottom: 20px;
}

.modal.guide .section-title p {
    font-size: 14px;
    line-height: 2;
}

.modal.guide button.submit.btn-default {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

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

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

.modal.guide .form-control {
    background: rgba(0, 0, 0, 0.38) !important;
    color: #fff !important;
}

.modal.guide .form-control::placeholder {
    color: #fff !important;
}

.modal.guide .modal-body .wpcf7 form .wpcf7-response-output {
    color: #000;
}

.contact-form.contactpage .btn-default:hover *,
.contact-form.contactpage button.btn-default:hover {
    color: #fff !important;
}
