@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


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

body {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #000;
    letter-spacing: .05rem;
}

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

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

a:focus {
    text-decoration: none;
}

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 400;
    font-family: "Noto Serif Display", serif;
    font-family: "Italiana", sans-serif;
    font-family: "Cormorant Garamond", serif;
}

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

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

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

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

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

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

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

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

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

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

.visible-xs {
    display: none;
}

.btn-default {
    cursor: pointer;
    display: inline-block;
    color: #e4001f;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    line-height: 56px;
    transition: all .3s ease-in;
    border-radius: 0px;
    padding: 0px 23px;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
    border: 1px solid #e4001f;
    background-color: transparent;
    overflow: hidden;
}

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

.btn-default:hover:before {
    transform: translateX(0);
}

.btn-black {
    border-color: #112132;
    color: #112132;
}

.normal-btn {
    display: inline-block;
    border: 2px solid #fff;
    font-size: 13px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    border-radius: 20px;
}

.normal-btn i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.normal-btn:hover {
    background: #e4001f;
    color: #fff;
    border-color: #e4001f;
}

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

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

ul.list li {
    margin:0px 0px 15px 0px;
}

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

.section-title {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.section-title h6 {
    letter-spacing: 3px;
    font-weight: 600;
    color: #e4001f;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.6;
}

.section-title h2 {
    font-size: 44px;
    line-height: 1.2;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
}

.section-title h2:after {
    content: '';
    background: #e4001f;
    position: relative;
    width: 45px;
    height: 1px;
    display: inline-block;
    margin-left: 15px;
}

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

.section-title p {
    font-size: 16px;
    line-height: 1.5;
}

section {
    overflow: hidden;
}

/*** HEADER ***/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0px;
    transition: all .4s ease-out;
    overflow: visible;
}

.header.inner-header {
    position: relative;
    background-color: #f1f1f1;
}

.header.inner-header .navbar-light .navbar-nav .nav-item>.nav-link {
    color: #000;
}

.header.inner-header .navbar-brand img {
    filter: none;
    display: inline-block;
}

.navbar-brand img {
    max-height: 70px;
    margin-right: 20px;
    filter: brightness(0) invert(1);
    display: none;
}

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

.header.fixed {
    position: fixed;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
}

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

.navbar {
	padding:0px 0px;
}

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

.navbar-light .navbar-nav .nav-item {
    position: relative;
    margin: 0px 0px 0px 30px;
}

.navbar-light .navbar-nav .nav-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    transition: all .3s;
    list-style: none;
    padding: 0;
    padding-top: 15px;
    margin: 0;
}

.navbar-light .navbar-nav .nav-item:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-light .navbar-nav .nav-item>.sub-menu>li>a {
    background: #211f1c;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 20px;
    line-height: 45px;
    font-size: 13px;
    margin-bottom: 1px;
}

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

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

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

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

.header .btn-default {
    margin-left: 25px;
    background: #e4001f;
    color: #fff;
}

/*** SIDE-SOCIAL ***/
.side-social {
    position: fixed;
    top: 0px;
    left: -30px;
    left: 40px;
    width: 35px;
    padding: 10px 10px 10px 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-top: 95px;
    padding-bottom: 0px;
}

.side-social a {
    color: #fff;
    font-size: 14px;
    margin: 14px 0;
    display: inline-block;
    background: #747474;
    font-size: 20px;
    line-height:40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2px;
}

.side-social a:first-child {
    padding-bottom: 5px;
}

.side-social a:hover {
    color: #fff;
    background: #e4001f;
}

/*** SIDE-MENU ***/
.menu-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0px;
    letter-spacing: 3px;
    margin-top: 15px;
}

.header.fixed .menu-btn,
.header.inner-header .menu-btn {
    color: #000;
}

.menu-btn div {
    position: relative;
    display: inline-block;
    width: 45px;
    margin-top: 5px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.menu-btn div span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    margin: 8px 0px;
}

.side-menu {
	background:#f1f1f1;
	position:fixed;
	top:0px;
	left:0px;
    width: 100%;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 35px;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    display: none;
}

.side-menu h3 {
    font-size: 30px;
}

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

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

.side-menu .logo-cm {
    display: none;
}

.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;
    flex-direction: row;
    align-items: start;
    display: inline-block;
    width: 100%;
}

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

.side-menu ul.main-menu>li {
    width: 25%;
    float: left;
    padding: 30px 20px !important;
}

.side-menu ul.main-menu>li>a {
    letter-spacing: 1px;
    color: #000;
    font-family: "Noto Serif Display", serif;
    font-size: 24px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 400;
    margin-bottom: 0px;
}

.side-menu ul.main-menu li a:hover,
.side-menu ul.main-menu li.active>a {
	background:none;
    color:#e4001f;
    font-weight: 500 !important;
}

.side-menu a.CloseBtn {
    float: right;
    color: #000;
    font-size: 26px;
    margin: 0px 0px 10px 15px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    min-width: 20px;
    min-height: 20px;
}

.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 25px;
    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 ul.main-menu.navbar-nav {
	margin-top:30px;
}

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

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

.side-menu ul.main-menu.navbar-nav li a:hover,
.side-menu ul.main-menu.navbar-nav>li.active>a {
	background:none;
    color: #e4001f;
    font-weight: 400 !important;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 5px 0px;
    font-size: 16px;
    color: #000;
    font-weight: 400 !important;
    position: relative;
    transition: all .4s ease-out;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 1px;
    background-color: #e4001f;
    margin: auto;
    opacity: 0;
    transition: all .4s ease-out;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a:hover:before,
.side-menu ul.main-menu.navbar-nav li .sub-menu .active>a:before {
    opacity: 1 !important;
    transition: all .6s ease-out .2s !important;
}

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

.side-menu ul.navbar-nav li a:hover {
	background:none;
    color:#e4001f;
    border-bottom-color: rgba(11, 23, 23, .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;
    padding: 0px 0px !important;
    top: 0 !important;
    pointer-events: all;
}

.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.active>a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a {
    background: none !important;
    color: #e4001f !important;
    padding-left: 20px;
}

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

@media only screen and (max-width:767px) {
.side-menu ul.main-menu>li {
    width: 100%;
    padding: 0px 0px !important;
}

.side-menu ul.main-menu {
    flex-wrap: wrap;
}
}

.side-menu .info-tel {
    margin-right: 0px;
    display: block;
}

.info-tel:hover {
    font-weight: bold;
}

.info-tel i {
    margin: 14px 0;
    display: inline-block;
    background: #747474;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding-left: 2px;
    margin-right: 5px;
}

.info-tel:hover i {
    color: #fff;
    background: #e4001f;
}

.bulleted li::marker {
    color: #e4001f;
}

/*** BANNER ***/
.banner {
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 8;
    overflow: hidden;
    height: calc(100vh - 124px);
    height: 100vh;
}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
}

.banner .item {
    position: relative;
    height: calc(100vh - 124px);
    height: 100vh;
}

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

.banner .btn-default {
    min-width: 225px;
    background: #e4001f;
    color: #fff;
    border-color: #e4001f;
}

.banner .btn-default:hover {
    background: transparent;
    color: #e4001f;
}

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

.banner .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.banner .logo img {
    filter: brightness(0) invert(1);
    max-height:300px;
    margin-bottom: 50px;
}

.banner .agency-logo {
    position: absolute;
    width: 150px;
    bottom: 0px;
    right: 15px;
    filter:brightness(0) invert(1);
    z-index: 6;
}


@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
}
}

/*** ABOUT ***/
.about,
.about.inner-page {
    padding: 75px 0 60px;
    background: #e8dfd8;
    position: relative;
    overflow: hidden;
}

.about.newstyle figure {
    height: 70vh;
}

.about .about-team-img {
    filter: drop-shadow(2px 4px 6px #808080);
}

.about .btn-default {
    margin-right: 2px;
    margin-bottom: 20px;
}

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

.about.newstyle .section-title {
    background: #fff;
    padding: 50px 0 0 0;
}

.about.newstyle .section-title h2 {
    margin: 10px 0px 25px 0px;
}

.about.newstyle .container-fluid {
    max-width: 1440px;
}

.about.newstyle .btn-default {
    margin:0px 5px;
    margin-bottom: 20px;
}

.about.newstyle .section-title .img {
    max-height: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
}

/*** PROPERTIES ***/
.properties {
    padding: 60px 0px 50px 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.properties:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 1.2s linear 2s;
    background: #e8dfd8;
}

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

.properties .section-title h2 {
    font-size: 70px;
    margin-top: 0;
}

.properties .btn-default.active {
    color: #fff;
    background: #e4001f;
}

.section-title.line h2 {
    position: relative;
    padding-bottom: 0px;
    display: inline-block;
    margin-bottom: 15px;
}

.listingbox {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .3s;
    background-color: #f1f1f1;
    color: #000;
}

.listingbox:hover {
    color: #000;
}

.listingbox .img {
    height: 300px;
    overflow: hidden;
}

.listingbox .img img {
    display: block;
    transition: all 1.2s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.listingbox:hover .img img {
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.listingbox .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 25px;
}

.listingbox .text .top-text-ctn {
    flex-grow: 1;
}

.listingbox h4 {
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #e4001f;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.listingbox h4 .delim {
    color: #747474;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
}

.listingbox h4 span {
    color: #1B2E47;
    font-style: italic;
}

.listingbox h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 10px 0 20px 0;
}

.listingbox .learn-text {
    letter-spacing: 3px;
    font-weight: 600;
    color: #1B2E47;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.listingbox .learn-text:hover {
    color: #000;
}

.listingbox p {
    color: #000;
}

.listingbox ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.listingbox ul li {
    font-size: 16px;
    color: #000;
}

.listingbox ul li::after {
    content: '|';
    padding: 0 10px;
}

.listingbox ul li:last-of-type::after {
    content: none;
}

.listingbox ul li img {
    width: 22px;
    margin-bottom: 4px;
}

.properties .mts {
    margin-top: 35px;
}

/*** BUYSELL ***/
.buysell {
    padding: 40px 0px;
    padding: 60px 0 80px;
    overflow: hidden;
}

.buysell .section-title {
    margin-bottom: 0;
}

.buysell .left .section-title {
    position: relative;
}

.buysell .section-title hr {
    position: absolute;
    left: 50%;
    top: 0;
}

.buysell .animated .section-title hr {
    height: 120px;
}

.buysell .section-title hr {
    display: inline-block;
    border: none;
    opacity: 1;
    height: 0px;
    background-color: #1B2E47;
    width: 1px;
    margin: 0;
    transition: all .8s ease-out;
}

.cta-imgs {
    position: relative;
}

.buysell-img-ctn {
    position: relative;
    aspect-ratio: 3 / 2;
}

.buysell-img-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buysell-img-ctn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: all 1s ease-out .6s;
}

.sm-left-img,
.sm-right-img {
    max-height: 300px;
    position: absolute;
    bottom: -75px;
    aspect-ratio: 4 / 5;
    border: 5px solid #fff;
    z-index: 1;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity .8s ease-out .6s, transform .8s ease-out .6s;
}

.sm-left-img {
    left: -40px;
}

.sm-right-img {
    right: -40px;
}

.animated .sm-left-img,
.animated .sm-right-img {
    opacity: 1;
    transform: translateX(0px);
}

.sm-left-img img,
.sm-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-heading {
    background-color: #fff;
    padding: 25px;
    width: 60%;
    margin-left: 40%;
    position: relative;
    z-index: 1;
    margin-bottom: 250px;
    margin-left: 45px;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity .8s ease-out .6s, transform .8s ease-out .6s;
}

.animated .cta-heading {
    opacity: 1;
    transform: translateX(0px);
}

#buy1 .cta-sm-img {
    height: 250px;
}

.buysell .second .cta-lg-img {
    top: 0;
    left: 0;
    right: 60px;
    bottom: 150px;
    left: 0;
}

.buysell .second .cta-lg-img:before {
    right: 0%;
    left: 0;
}

.buysell .second.animated .cta-lg-img:before {
    right: 100%;
}

.buysell .second.animated .cta-lg-img {
    top: 0;
    left: 0;
    right: 60px;
    bottom: 150px;
}

.buysell .second .cta-heading {
    width: 60%;
    margin-left: 40%;
}

.buysell .second.animated .cta-heading {
    opacity: 1;
    transform: translateX(0px);
}

.buysell .second .cta-sm-img {
    border: 5px solid #fff;
    position: relative;
    z-index: 1;
    width: 50%;
    margin-left: 50%;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity .8s ease-out .6s, transform .8s ease-out .6s;
}

.buysell .second.animated .cta-sm-img {
    opacity: 1;
    transform: translateX(0px);
}

.buysell .mts {
    margin-top: 80px;
}

.buysell .section-title h6 {
    font-size: 17px;
}

.buysell .section-title h6.headwithline {
    position: relative;
    margin-bottom: 50px;
}

.buysell .section-title h6.headwithline::after {    
    position: absolute;
    right: auto;
    margin-left: -22.5px;
    bottom: -25px;
    left: 50%;
    content: '';
    background: #e4001f;
    width: 45px;
    height: 2px;
}

.buysell #buy2 .cta-sm-img {
    max-width: 250px;
    top: 180px;
    position: relative;
    margin-left: auto;
}

.buysell #buy2.right .cta-sm-img {
    margin-left: 0;
    margin-right: auto;
}

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

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

.testimonials .owl-theme .owl-dots {
    margin-top: 20px !important;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, .5);
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(234 0 42 / 100%);
}

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

.testimonials .owl-carousel .owl-stage {
    display: flex;
}

.testimonials .bg,
.testimonials .item {
    height: 100%;
}

.testimonials .bg p {
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.testimonials .bg p.name {
    position: absolute;
    bottom: 140px;
    right: 0px;
    width: 100%;
}

.testimonials .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 78%;
    gap: 0;
}

.testimonials .bg {
    position: relative;
    padding: 40px 15px 165px 15px;
    background: linear-gradient(90deg, rgba(239, 238, 236, 1) 40%, rgba(239, 234, 230, 1) 81%, rgb(199 197 192) 100%);
}

.testimonials .bg .left {
    position: absolute;
    top: 37px;
    left: 5px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(73%) saturate(5611%) hue-rotate(343deg) brightness(97%) contrast(119%);
    max-width: 70px;
    transform: rotate(3deg);
}

.testimonials .bg .right {
    position: absolute;
    bottom: 131px;
    right: 5px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(73%) saturate(5611%) hue-rotate(343deg) brightness(97%) contrast(119%);
    max-width: 70px;
    transform: rotate(2deg);
    z-index: 2;
}

.testimonials .bg .bgimg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.testimonials .gicon {
    display: inline-block;
    max-width: 30px;
}

.testimonials .stars {
    display: inline-block;
    width: 100%;
    margin: 20px 0px 30px 0px;
}

.testimonials .name {
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    margin-top: 15px;
    position: relative;
    text-transform: uppercase;
}

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

.social-media .nav-tabs {
    justify-content: center;
    margin-bottom: 40px;
    border: none;
}

.social-media .nav-tabs .nav-item.show .nav-link,
.social-media .nav-tabs .nav-link.active {
    border-color: #dfdfdf;
}

.social-media .nav-tabs .nav-item .nav-link img,
.social-media .nav-tabs .nav-link img {
    width: 40px;
    height: 40px;
}

.socialbox {
    position: relative;
    overflow: hidden;
    background: #000;
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1.35;
}

.socialbox img {
    transition: all .3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.socialbox:hover img {
    transform: scale(1.1);
    opacity: .6;
}

/*** CONTACT-FORM ***/
.contact-form {
    padding: 70px 0px;
    background: #e8dfd8;
    position: relative;
}

.contact-form .bg {
    background-color: #fff;
    padding: 25px 60px 50px;
}

.contact-form .section-title h2 {
    font-size: 64px;
    margin-top: 0;
}

.contact-form .section-title p {
    margin-bottom: 35px;
}

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

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

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

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

select.form-control {
    appearance: auto;
}

.form-control:focus {
    color: #000;
    outline: 0;
    box-shadow: none;
    background: none;
    border: 1px solid #000;
}

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

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

.contact-form h5 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0px 0 15px;
}

.btn-default.fillbtn {
    background: #e4001f;
    color: #fff;
    min-width: 250px;
}

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

.btn-default.fillbtn:before {
    border-bottom: 80px solid #fff;
}

.contact-form label {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.contact-form label.check {
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

/*** CONTACT-DETAILS ***/
.contact-details {
    background: #211f1c;
    padding: 70px 0px;
}

.contact-details .icon {
    color:#e4001f;
    font-size: 24px;
    display: block;
    margin: 0 auto 30px;
}

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

.contact-details p {
    line-height: 1.7em;
    color: #fff;
    font-size: 16px;
}

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

.contact-details .social a {
    display: inline-block;
    color: #e4001f;
    color: #e4001f;
    background: #000;
    border-radius:50%;
    font-size: 22px;
    text-align: center;
    width: 40px;
    line-height: 40px;
}

.contact-details .social a:hover {
    background: #e4001f;
    color: #000;
}

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

/*** FOOTER ***/
.footer {
    padding:75px 0px 45px 0px;
    background: #000;
    background-size: cover;
}

.footer ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.footer ul li {
    display: inline-block;
    margin: 10px 10px;
}

.footer ul li a {
    display: inline-block;
    color: #e4001f;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

.footer ul li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.footer .logo {
    margin-bottom: 30px;
}

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

.footer .logo .remax {
    max-height: 60px;
    filter: invert(1) brightness(1);
}

.footer .logo a {
    margin: 0px 15px;
    display: inline-block;
}

.footer h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer p {
    color: #939598;
    font-size: 14px;
}

.footer small, .footer .details {
    color: #DDDDDD;
}

.footer .details { 
    margin:10px 0px 20px 0px;
}

.footer small {
    font-size: 12px;
}

.footer .details a {
    color: #DDDDDD;
    margin: 0px 10px;
    font-size: 18px;
    line-height:2;
}

.footer .details .fa {
    margin-right: 10px;
}

.footer .details a:hover {
    color: #fff;
}

.footer .socials li {
    display: inline-block;
    margin: 0px 7px;
    padding: 0px;
    list-style: none;
}

.footer .socials li a {
    border:1px solid #ddd;
    width:40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
}

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

/*** COPYRIGHT ***/
.copyright {
    background: #000;
    padding: 15px 0px;
}

.copyright p {
    font-size: 14px;
    color: #ddd;
}

.copyright img {
    width: 125px;
    margin-left: 5px;
}


/*** ABOUTPAGE CSS ***/
.contact-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-info>i {
    margin-top: 3px;
    margin-right: 12px;
    color: #0d1321;
    font-size: 16px;
    background: #747474;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-left: 1px;
}

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

.contact-info.white>i {
    color: #fff;
    background: #747474;
}

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

.contact-info:hover a {
    background: none;
    color: #e4001f;
}

.team-box {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.team-box .img {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: 340px; */
    aspect-ratio: 1 / 1;
    margin-bottom: 2px;
    overflow: hidden;
}

.team-box .img img {
    object-position: top;
    display: block;
    transition: all .8s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;    
}

.team-box .img .read {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .8);
    color: #1B2E47;
    transition: all .4s linear;
    z-index: 3;
    opacity: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
}

.team-box:hover .img .read {
    opacity: 1;
}

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

.team-box .text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-grow: 1;
    overflow: hidden;
}

.single-team-member .team-box .text {
    flex-grow: 0;
}

.team-box .text .top-text-ctn {
    flex-grow: 1;
    margin-bottom: 25px;
}

.team-box h3 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.team-box h6 {
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #959595;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}


/*** CONTACTPAGE CSS ***/
.contactpage-info {
    padding: 80px 0px;
    position: relative;
}

.contactpage-info h3 {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contactpage-info .bg {
    padding: 70px 60px;
    background: #f1f1f1;
}

.contactpage-info .socials {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

.contactpage-info .socials li {
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
    list-style: none;
}

.contactpage-info .socials li a {
    border: none;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline-block;
    line-height: inherit;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.map iframe {
    float: left;
}

/*** BLOG ***/
.bloginfo {
    padding: 50px 0px 25px 0px;
}

.bloginfo .blogbox {
    margin-bottom: 25px;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,.2);
}

.blogbox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    transition: all .3s;
    background-color: #fff;
    color: #000;
}

.blogbox:hover {
    color: #000;
}

.blogbox .img {
    height: 250px;
    overflow: hidden;
}

.blogbox .img img {
    display: block;
    transition: all 1.2s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blogbox:hover .img img {
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.blogbox .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 25px;
    min-height: 240px;
}

.blogbox .text .blog-content {
    flex-grow: 1;
}

.blogbox h4 {
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #747474;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.blogbox h4 .delim {
    color: #747474;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
}

.blogbox h4 span {
    color: #211f1c;
    font-style: italic;
}

.blogbox h3 {
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
}

.blogbox .learn-text {
    letter-spacing: 3px;
    font-weight: 600;
    color: #e4001f;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.blogbox .learn-text:hover {
    color: #000;
}

.bloginfo.details {
    padding: 50px 0px;
}

.bloginfo.details p {
    color: #000;
}


/*** BUYER-SELLERS PAGES CSS ***/
.about.buysell-about.inner-page .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.btn-link {
    color: #747474;
}

.btn-link:hover {
    color: #e4001f;
}

.about.buysell-about.inner-page .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.about.buysell-about.inner-page .bg {
    background-color: #fff;
    padding: 45px;
}

.about.buysell-about.inner-page .section-title h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

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

.buysell-info #buysellsecton-1.animated .section-title:before {
    height: 130px;
}

.buysell-info .section-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    height: 0;
    width: 1px;
    margin: auto;
    background-color: #1B2E47;
    transition: all .6s linear .6s;
}

.buysell-info .img {
    display: inline-block;
    position: relative;
    width: 100%;
}

.buysell-info .text {
    float: right;
    position: relative;
    width: 80%;
    margin-left: 20%;
    background-color: #fff;
    margin-top: -60px;
    padding: 30px;
}

.buysell-info .text p {
    color: #e1c086;
    color: #211f1c;
    font-family: "Noto Serif Display", serif;
    font-size: 18px;
    line-height: 1.5;
}

/**/
.buysell {
    padding: 60px 0 80px;
    overflow: hidden;
}

.buysell.buysellpage .cta-lg-img {
    margin-top: 50px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.buysell.buysellpage .cta-lg-img>img {
    aspect-ratio: 1 / 1.45;
}

.buysell.buysellpage #buy2 .cta-sm-img {
    max-width: 250px;
    top: -160px;
    position: relative;
    margin-left: auto;
    border: 10px solid #fff;
    right: -55px;
}

.buysell.buysellpage .cta-lg-img>.cta-sm-img>img {
    aspect-ratio: 1 / 1.5;
}

.buysell.buysellpage .section-title {
    padding-left: 50px;
}

.buysell.buysellpage p:last-child {
    margin-top: 35px;
}

/**/
.buysell-info.nextlevel {
    background-color: #f6f5ee;
    padding: 80px 0px 0px 0px;
    position: relative;
    overflow: visible;
}

.buysell-info.nextlevel.animated:before {
    height: 220px;
}

.buysell-info.nextlevel:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: auto;
    height: 0;
    width: 1px;
    background-color: #1B2E47;
    transition: all 1s linear 1s;
}

.buysell-info .section-title {
    position: relative;
    padding: 20px 40px;
}

.buysell-info.nextlevel .section-title h2 {
    margin-bottom: 15px;
}

.buysell-info.nextlevel p {
    margin-bottom: 35px;
}

.buysell-info.nextlevel .btn-default {
    margin-right: 20px;
    margin-bottom: 15px;
}

.buysell-info.nextlevel .img {
    width: 90%;
}

.buysell-info.nextlevel .text {
    padding: 0px;
    position: relative;
    border: 10px solid #fff;
    width: 400px;
    right: -60px;
    padding-top: 44.25%;
    margin-bottom: -53px;
    margin-top: -24px;
}

.buysell-info.nextlevel .text iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    z-index: 1;
}

.buysell-info.nextlevel .text iframe.active {
    opacity: 1;
}

.buysell-info.nextlevel .text .imgin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/next-2.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 1;
}

.buysell-info.nextlevel .text #play-btn img {
    width: 100px;
}

/*** BUYER-SELLER FORM ***/
.about.buysell-about {
    padding: 70px 0px;
}

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

.buysellform {
    padding: 120px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}

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

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

.buysellform h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.buysellform .bg-form {
    padding: 80px 50px;
    background-color: #fff;
    background-color: #f6f5ee;
    background: none;
    padding: 25px 60px 50px;
    border: 1px solid #1B2E47;
    border-top: none;
    padding: 0 90px 45px;
}

.buysellform .bg-form {
    padding: 80px 50px;
    background-color: #fff;
    background-color: #f6f5ee;
    background: none;
    padding: 25px 60px 50px;
    border: 1px solid #1B2E47;
    padding: 0 90px 45px;
}


.buysellform .bg-form .section-title {
    background-color: #fff;
    display: inline-block;
    margin-top: -35px;
    padding: 0px 40px;
}


.buysellform .bg-form .section-title h2 {
    font-size: 48px;
    margin-bottom: 25px;
}

.select2-container--default .select2-selection--multiple {
    background: #fff!important;
    border: 0px!important;
    border-radius: 0px!important;
    padding: 10px 16px!important;
    margin-bottom: 18px!important;
    height: 50px!important;
    letter-spacing: 1px!important;
    border: 1px solid #000!important;
    opacity: .5!important;
}

.select2-search__field {
    margin-top: 0!important;
}

.select2-search__field::placeholder {
    color: #000!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
}

/*** INFO SMALL ***/
.info-small {
    overflow: hidden;
    padding: 80px 0px;
}

.info-small .section-title h2 {
    font-size: 48px;
} 

.info-small p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .05rem;
}


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

.evaluation-box .btn-default {
    min-width: 120px;
}

.evaluation-box .section-title {
    width: 100%;
}

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

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

.evaluation-box .checkbox-group label {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #747474;
    color: #000;
    border: 1px solid #747474;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
}

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

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

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

.evaluation-box button.active:hover {
    background: none;
    border-color: #fff;
    color: #fff;
}

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

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

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

.evaluation-box .cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    position: absolute;
    bottom: 0;
    margin: 0;
}

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

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

.evaluation-box .btn-default.fillbtn {
    min-width: 180px;
}

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

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

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

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

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

#calculate_lt {
	background:#e4001f !important;
	color: #fff !important;
    transition: all .3s;
    border: 1px solid #e4001f !important;
}

#calculate_lt:hover {
	color: #e4001f !important;
    background: #fff !important;
}

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

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

.mw-calc-search-label, .mw-calc-table > tbody > tr.active > td > input[readonly], .mw-calc-table > tbody > tr.active > td > textarea[readonly] {
    color: #000 !important;
    font-weight: bold !important;
}

/*** NEW CSS ***/
.banner::after {
    z-index: 9;
}

.banner .inner {
    z-index: 10;
}

.banner .logo img {
    filter: brightness(0) invert(1);
    max-height:300px;
    margin-bottom: 50px;
    margin-bottom: 10px;
}

.banner .agency-logo {
    position: relative;
    width: 150px;
    bottom: 0px;
    right: 0px;
    filter:brightness(0) invert(1);
    z-index: 6;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.banner .agency-logo img {
    width: 150px;
}

.navbar-light .navbar-nav .nav-item .sub-menu {
    width: auto;
}

.navbar-light .navbar-nav .nav-item>.sub-menu>li>a {
    white-space: nowrap;
}

.buysell #buy2 .cta-sm-img {
    aspect-ratio: 1 / 1.35;
}

/*** PAGE BANNER ***/
.page-banner {
    height: 48vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

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

.page-banner h1 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.otgs-development-site-front-end{
	display:none;
}


input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

.modal .form-control, .modal .form-control:focus {
	border:1px solid #fff !important;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
	text-transform:capitalize;
}

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

.modal button[type="submit"] {
	background:none;
}

.modal .btn-close {
    float: right;
    margin-top: -40px;
    margin-right: -40px;
	filter:invert(1);
}

.modal .btn-close i {
	display:none;
}

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

.modal.guide.modal .modal-dialog {
	max-width: 700px;
}

.modal.guide.modal .modal-content {
	padding:40px;
	background:#000;
}

.modal .modal-content * {
	color:#fff;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #e8dfd8;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #e4001f;
}

.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link:after {
    display: inline-block;
    margin-left: 4px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    font-size: 14px;
    transition: all .3s;
}
 
.navbar-light .navbar-nav .nav-item {
    margin: 0px 0px 0px 20px;
}
 
.navbar-light .navbar-nav .nav-item .sub-menu>li {
    margin: 0;
}
 
.navbar-light .navbar-nav .nav-item>.sub-menu>li>a {
    color: #fff !important;
    padding: 0px 20px !important;
}
 
.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 {
    color: #e4001f !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: #e4001f !important;
    color: #fff !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: #e4001f;
    font-weight: 400 !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: #e4001f;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    line-height: 56px !important;
    transition: all .3s ease-in;
    border-radius: 0px;
    padding: 0px 23px !important;
    min-width: 120px;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
    border: 1px solid #e4001f;
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}
 
.evaluation-box .cf7mls_next.action-button:hover, .evaluation-box .cf7mls_back.action-button:hover, .evaluation-box .action-button:hover {
    border-color: #e4001f !important;
    background: #e4001f !important;
    color: #fff !important;
}
 
.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: #000;
}
 
.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 .3s;
}
 
.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}
 
.modal .form-control, .modal .form-control:focus {
    border: 1px solid #fff !important;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: capitalize;
    background: none !important;
    opacity: 1;
    text-transform: uppercase;
    padding: 10px 20px;
}
 
.modal button[type="submit"] {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
 
.modal button[type="submit"]:hover {
    background: #e4001f !important;
    color: #fff !important;
}
 
.banner .logo img {
    max-height: 260px;
}
 
.header .btn-default {
    padding: 0px 15px;
}
 
.navbar-light .navbar-nav .nav-item>.nav-link {
    padding: 0px 0px !important;
    font-size: 13px;
}
 
.navbar-light .navbar-nav .nav-item {
    margin: 0px 0px 0px 11px;
}
 .buysell .btn-default {
    margin-bottom: 15px;
}
 
/*.btn-default.fillbtn {
	color: #e4001f;
	min-width: 250px;
}

.btn-default {
	line-height: 10px;
	display: inline-block;
	padding: 28px 30px;
	letter-spacing: 3px;
	text-decoration: none;
	position: relative;
	border: none !important;
	background: none !important;
}

.frame-btn__outline--tall {
	margin: 0 5px;
	width: calc(100% - (5px * 2));
	height: 100%;
}

.frame-btn__outline {
	position: absolute;
	top: 0;
	left: 0;
}

.frame-btn__line {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.frame-btn__line--tall:before, .frame-btn__line--tall:after {
	height: 100%;
	width: 1px;
	top: 0;
}

.frame-btn__line:before, .frame-btn__line:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #e4001f;
	transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.frame-btn__line--flat:after {
	bottom: 0;
}

.frame-btn__line--tall:before {
	left: 0;
}

.frame-btn__line--tall:after {
	right: 0;
}

.frame-btn__line--flat:before, .frame-btn__line--flat:after {
	width: 100%;
	height: 1px;
	left: 0;
}

.frame-btn__line--flat:before {
	top: 0;
}

.frame-btn__line--tall:after {
	right: 0;
}

.frame-btn__outline--flat {
	margin: 5px 0;
	height: calc(100% - (5px * 2));
	width: 100%;
}

.btn-default:hover .frame-btn__outline--tall .frame-btn__line--tall:before, .btn-default:hover .frame-btn__outline--tall .frame-btn__line--tall:after {
	margin: 5px 0;
	height: calc(100% - (5px * 2));
}

.btn-default:hover .frame-btn__outline--tall .frame-btn__line--flat:before, .btn-default:hover .frame-btn__outline--tall .frame-btn__line--flat:after {
	transform: scaleX(0);
}

.btn-default:hover .frame-btn__outline--flat .frame-btn__line--tall:before, .btn-default:hover .frame-btn__outline--flat .frame-btn__line--tall:after {
	transform: scaleY(0);
}

.btn-default:hover .frame-btn__outline--flat .frame-btn__line--flat:before,
.btn-default:hover .frame-btn__outline--flat .frame-btn__line--flat:after {
	margin: 0 5px;
	width: calc(100% - (5px * 2));
}

.frame-btn__solid {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	background-color: #e4001f;
	width: calc(100% - (5px * 4));
	height: calc(100% - (5px * 4));
	transform-origin: 50%;
	transform: scale(0.85);
	opacity: 0;
	transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-default:hover .frame-btn__solid {
	opacity: 1;
	transform: scale(1);
}

.btn-default:hover .frame-btn__text {
	color: #fff !important;
	position: relative;
	z-index: 3;
}

.header .btn-default {
	padding: 28px 30px;
	color: #e4001f;
}
 
.evaluation-box .btn-default.bordered {
    border: 1px solid #747474 !important;
}
 
.evaluation-box .btn-default.bordered:hover, .evaluation-box .btn-default.bordered.active {
    background: #e4001f !important;
    border-color: #e4001f !important;
    color: #fff;
}
 */
 