@font-face {
    font-family:"the-seasons";
    src:url("https://use.typekit.net/af/f6c02a/00000000000000007750b302/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/f6c02a/00000000000000007750b302/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/f6c02a/00000000000000007750b302/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}
    
@font-face {
    font-family:"the-seasons";
    src:url("https://use.typekit.net/af/b8a9de/00000000000000007750b301/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/b8a9de/00000000000000007750b301/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/b8a9de/00000000000000007750b301/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}
    
@font-face {
    font-family:"the-seasons";
    src:url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
    
@font-face {
    font-family:"the-seasons";
    src:url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
    
/*** GENERIC CSS ***/
html,body {
    font-family: "Open Sans", sans-serif;
}

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

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

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;
    line-height: 1.1;
    font-family: "the-seasons",sans-serif;
}

h1 {
    font-size:54px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size:35px;
}

h4 {
    font-size:27px;
}

h5 {
    font-size:24px;
}

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

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

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

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

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

.visible-xs {
    display: none;
}

.btn-default {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #c1121f;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    line-height: 50px;
    transition: all .3s ease-in;
    text-align: center;
    vertical-align: middle;
    border-radius: 40px;
    padding: 0px 25px;
    min-width: 200px;
    border: solid 2px #c1121f;
    letter-spacing: 1px;
}

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

.btn-black {
}

.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 hr {
    border-top: 2px solid #760000;
    border-top: 2px solid #c1121f;
    height: 2px;
    width: 35px;
    margin-top: 12px;
    margin-bottom: 15px;
    opacity: 1;
    display: inline-block;
}

.section-title h6 {
    color: #636363;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.3em;
}

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

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

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

/*** HEADER ***/
.header {
    width: 100%;
    z-index: 99;
    padding: 15px 0px;
    padding-right: 15px;
    padding-left: 7px;
    background: #003049;
}

.header .navbar-nav.lt {
    opacity: 0;
    pointer-events: none;
    opacity: 1;
    pointer-events: all;
}

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

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0px;
    padding-right: 15px;
    padding-left: 7px;
}

.navbar-nav .nav-link {
    color: #19130b;
    line-height: 17px;
    padding-bottom: 5px;
    position: relative;
    transition: all .3s;
    letter-spacing: 0px;
    font-weight: 400;
    letter-spacing: 0px;
    padding:0px 0px !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
}

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

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
}

.navbar-light .navbar-nav .nav-link i {
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
    color: #fff;
}

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

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

.navbar-light .navbar-nav .nav-item.active>a,
.fixed .navbar-light .navbar-nav .nav-item.active>a,
.header.innerheader .menu-btn span {
    color: #c1121f !important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
    background: #fff;
}

.navbar-expand-xl .navbar-nav>li {
    margin: 0px 20px;
    display: inline-block;
    vertical-align: top;
}

.navbar-brand img {
    max-height: 100px;
    margin-right: 20px;
}

.navbar {
	padding:0px 0px;
}

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

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

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

ul.sub-menu {
    min-width:255px;
    width: 100%;
    padding:0px 0px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    padding-top: 15px;
    
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 100px);
    min-width: 250px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.navbar-nav ul.sub-menu li a.nav-link {
    line-height: 1;
    transition: all .3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 25px;
    padding: 9px 10px !important;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;

    background: rgba(255, 255, 255, 1);
    color: #000!important;
    border: none;
    text-transform: uppercase;
    white-space: break-spaces;
}

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

.navbar-expand-xl .navbar-nav.rt >li {
    margin-right: 0;
    margin-left: 11px;
}

.navbar-expand-xl .navbar-nav.lt >li {
    margin-left: 0px;
}

.navbar-expand-xl .navbar-nav.rt >li:first-child {
    margin-right: 15px;
}

.navbar-expand-xl .navbar-nav.rt >li i {
    margin: 0;
}


.header .navbar-expand-xl .navbar-nav.rt >li:hover>a  i {
    color: #c1121f !important;
}


.fixed .menu-btn:hover {
    color: #fff !important;
}

.menu-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: .15em;
}

.menu-btn:hover {
    color: #003049 !important;
    color: #fff !important;
}

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

.menu-btn div span {
    display: block;
    width: 100%;
    height: 2px;
    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: 7px 0px;
}

.side-menu {
	background:#fff;
	position:fixed;
	top:0px;
	right:-140%;
    width: 442px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
    padding: 55px 19px;
    width: 100%;
    max-width: 400px;
	overflow:hidden;
	overflow-y:auto;
}

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

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

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

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
	height:90%;
	width:100%;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    padding: 16px 30px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #171819;
    font-size: 16px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 400;
    text-align: center;
}

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

a.CloseBtn {
	float:right;
	color:#000;
	font-size:26px;
	margin:10px 10px 45px 15px;
	position: relative;
    z-index: 99;
    cursor: pointer;
}

a.CloseBtn:before,
a.CloseBtn:after {
    content: '';
    display: block;
    width: 22px;
    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: #000;
}

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

.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>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #003049;
    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: #fff;
    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, .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: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: #c1121f !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;
}

.header .logo img {
    height: 58px;
}


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

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

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

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

.banner h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    letter-spacing: .02em;
    margin-bottom: 20px;
}

.banner .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.slider, .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

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

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

.banner .logo img {
    height: 200px;
}

.banner .logo-remax {
    width: 160px;
}

.banner .p-bottom {
	position:absolute;
	bottom:25px;
	left:25px;
	width:calc(100% - 50px);
	z-index: 99;
}

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


/*** about ***/
.about {
    padding: 50px 0px;
    background: #fdf0d5 url(../img/bg-art-white.png) 50% 50% no-repeat;
    background-size: cover;
}

.about h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    color: #958d8d;
}

.about p {
    margin-bottom: 30px;
    color: #837e8b;
}

.about blockquote {
    margin-bottom: 30px;
    padding: 20px;
    border:1px solid #f2f2f2;
}

.about blockquote h5 {
    font-style: italic;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.about-contact-ctn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.about-contact a {
    transition: all .3s ease;
}

.about-contact a:hover {
    color: #c1121f;
}


/*** info ***/
.info {
    padding:70px 0px;
    background: #152F45;
    background: #6c757d;
    background: #f0f7ff;
    overflow: hidden;
}

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

.info p {
    /* color: #fff; */
}

.info .btn-default {
    margin-top: 20px;
    background: #c1121f;
    color: #fff;
}

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

.imgstyle {
    position: relative;
    height: 100%;
    min-height: 150px;
}

.imgstyle img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 700px;
}

.info .bigtext {
    opacity: .25;
    font-family: "the-seasons";
    color: #375c72;
    font-size: 90px;
    transform: translateX(50%) translateY(-50%) rotate(-90deg);
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 80px;
    text-transform: uppercase;
    text-align: center;
}

.info .bigtext.left {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    right: auto;
    left: 60px;
}

/*** TESTIMONIALS ***/
.testimonials {
    padding: 60px 0px;
    background: #003049 url(/wp-content/uploads/2025/01/KG-bg1.png) 50% 50% no-repeat;
    background-size: cover;
}

.testimonials .icon {
    color: #6b819d;
}

.testimonials p {
    color: #fff;
    font-size: 16px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    opacity: .5;
    margin: 0px 6px;
}

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

.section-title.backlogo {
    background: url(../img/logo-home.png) 50% 50% no-repeat;
    background-size: contain;
    padding: 18px 0px 7px 0px;
    margin-bottom: 50px;
}

.section-title.backlogo h2 {
    margin: 0;
}

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

.testimonials .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 54px;
    height: 24px;
    bottom:0px;
    left: 200px;
    filter: invert(1);
    background: none !important;
}

.testimonials .owl-theme .owl-nav [class*=owl-].owl-prev {
    transform: scaleX(-1);
}

.testimonials .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 200px;
}

/*** SOLD TESTIMONIALS ***/
.sold-testimonials {
    background:#003049;
    padding: 70px 0px;
}

.sold-testimonials .testibox p {
    color: #003049;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}



.testibox {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.testibox .img img {
    height: 295px;
    object-fit: cover;
}

.testibox .text {
    padding: 25px 15px;
}

.sold-testimonials .testibox p {
    color: #003049;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.sold-testimonials .testibox .name {
    font-weight: bold;
    color: #003049;
    display: block;
}

.sold-testimonials .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 54px;
    height: 24px;
    top: 45%;
    left: -80px;
    filter: invert(1);
    background: none !important;
}

.sold-testimonials .owl-theme .owl-nav [class*=owl-].owl-prev {
    transform: scaleX(-1);
}

.sold-testimonials .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -80px;
}

/*** PROPERTIES ***/
.properties {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
    /* background: #669bbc url(../img/bg-properties.webp) top center no-repeat; */
    background-size: cover;
}

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

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

.properties .section-title p {
    font-size: 16px;
    color: #939598;
}

.listingbox {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #939598;
    background-color: rgba(0, 48, 73, 1);
    position: relative;
    transition: 0.4s all ease;
}

.listingbox .img:before {
    /* content: ""; */
    background-color: #19130b;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .2;
    transition: all .2s ease-in;
}

.properties .item {
    padding: 0px 5px;
}

.listingbox .text {
    width: 100%;
    color: #fff;
    padding: 20px 25px;
}

.listingbox:hover .img img {
    transform: scale(1.1);
}

.listingbox:hover ul li {
    color: #000;
}

.listingbox .img {
    /* display: inline-block; */
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 300px;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    overflow: hidden;
    transition: all .3s;
}

.listingbox .img .label {
    padding: 4px 10px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 10px;
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 20px;
    background-color: #d9534f;
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    border-radius: .25em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

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

.listingbox h4 {
    color: #fff;
    margin: 0 0 5px;
    font-size: 25px;
    font-family:"the-seasons";
    font-weight: 500;
    letter-spacing: 0px;
}

.listingbox p.price {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    opacity: 1;
    margin-bottom: 5px;
}

.listingbox ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.listingbox ul li {
    display: inline-block;
    margin: 0 15px;
    color: #fff;
}

.listingbox ul li:first-child {
    margin-left: 0;
}

.listingbox p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5em;
}

.listingbox .img:hover {
    border: 0px solid transparent;
}

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

.listingbox:hover {
    background-color: rgba(0, 48, 73, 0.2);
}

.listingbox:hover p {
    color: #000;
    text-shadow: none;
}

.listingbox:hover h4,
.listingbox:hover .price {
    color: #003049;
    opacity: 1;
    text-shadow: none;
}


/*** SOLD PROPERTIES ***/
.sold-properties {
    padding: 70px 0px;
    background: #f0f7ff;
    background-size: cover;
}

.sold-properties .mapimg {
    min-height: 600px;
    object-fit: cover;
}

/*** FOOTER ***/
.footer {
    padding:65px 0px;
    background: #6b819d;
    background: #003049;
}

.footer .logo-remax {
    max-width: 200px;
}

.footer .logo {
    margin-bottom: 10px;
    display: inline-block;
}

.footer span.logo-text {
    color: #fff;
    margin-bottom: 13px;
    display: inline-block;
}

.footer .logo img {
    height: 140px;
}

.footer .space>div {
    padding: 0px 45px;
}

.footer .icon {
    color: #003049;
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.footer h3 {
    color: #003049;
    color: #fff;
    font-weight: 600;
    line-height: 1.7em;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer p {
    color: #fff;
    font-size: 16px;
}

.footer p a:hover {
    color: #c1121f;
}

.socials {
    padding: 0;
    margin: 0;
}

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

.socials li a {
    border:1px solid #000;
    background: #000;
    width:35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.socials li:hover a {
    background: #c1121f;
    border-color: #c1121f;
    color: #fff;
}

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

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

.contact-info:hover a {
    color: #c1121f !important;
}

.contact-info:hover i {
    background: #c1121f !important;
}

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

.copyright p {
    color: #fff;
}

.copyright img {
    max-width: 125px;
}

/*** page-banner ***/
.page-banner {
    height: 50vh;
}

.page-banner h1 {
    color: #fff;
    margin: 0px;
    font-size: 70px;
}


/** Buyer-Seller **/
.buysellpage .btn-default {
    margin-bottom: 20px;
}

.buysellpage p a {
    color: #003049;
}

.buysellpage p a:hover {
    color: #c1121f;
    text-decoration: none;
}

.buysellform {
    padding:80px 0px;
    overflow: hidden;
    position: relative;
    background: #669bbc;
    background: #f0f7ff;
}

.buysellform .form-control {
    border: 1px solid #ccc;
}

.buysellform .select2-container--default .select2-selection--multiple {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #000;
    margin-bottom: 15px;
    height: auto;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.6;
}

.buysellform .select2-container--default .select2-selection--multiple .select2-search__field {
    margin: 0;
}

.buysellform .select2-container--default .select2-selection--multiple input.select2-search__field::placeholder {
    text-transform: capitalize!important;
    opacity: 1;
    color: #000;
}

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

.buysellform h4 {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.buysellform .bgs {
    border-radius: 20px;
    background: #f2f2f2;
    box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
    padding: 80px 50px;
}

select.form-control {
    appearance: auto;
}

.info-small {
    overflow: hidden;
    padding: 80px 0px;
}

.form-control {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    color: #000;
    margin-bottom: 15px;
    height: 50px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.6;
}

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

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

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


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

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

.contactpage-info h3 {
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contactpage-info .bg {
    background: #0d1321;
    padding: 70px 60px;
    background: #f0f7ff;
}

.contactpage-info .socials {
    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;
}

.contactpage-info .socials li:hover a {
    background: none;
    color: #c1121f;
}
 
.contactpage-info .form-control {
    border: 1px solid #ccc;
}

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

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

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

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

#calculate_lt {
	background: #003049 !important;
}

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

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


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

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

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

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

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

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

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

.evaluation-box .btn-default.active {
    background: #c1121f;
    border-color: #c1121f;
    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 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

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

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



/***  ***/
.info .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info .text .section-title {
    padding: 50px;
    max-width: 960px;
}

.about.aboutsection {
    background: none;
    position: relative;
    z-index: 3;
    padding: 0;
}

.about.aboutsection .inspace {
    padding: 130px 0px 80px 0px;
    position: relative;
    z-index: 5;
}

.about.aboutsection .inspace:after {
    content: '';
    background: url(/wp-content/uploads/2025/01/kevin-logo-noir.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 350px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: .1;
}

.about.aboutsection .container {
    position: relative;
    z-index: 5;
}

.about.aboutsection:before {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 0%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 0%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 90%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.about.aboutsection::after {
    background: transparent url(/wp-content/uploads/2025/01/Watercolor-01.png) right bottom / cover no-repeat;
    width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: " ";
    z-index: 1;
}

.imgstylenew {
    margin: 0;
    position: relative;
    width: 100%;
    display: inline-block;
}

.imgstylenew:before {
    content: "";
    position: absolute;
    border: 1px solid #f2efe6;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    opacity: .75;
}

.imgstylenew img {
    min-height: 650px;
    object-fit: cover;
    position: relative;
}

.service-personalie {
    padding: 100px 0px;
    background: #003049 url(/wp-content/uploads/2025/01/KG-bg1.png) 50% 50% no-repeat;
    background-size: cover;
}

.service-personalie .section-title p {
    color: #fff;
    margin-bottom: 50px;
}

.service-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px 0px;
}

.service-text img {
    display: block;
    width: 150px;
}

.service-text div {
    width: calc(100% - 175px);
    font-size: 15px;
}

.service-text h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 10px;
}

.service-text p {
    color: #fff;
    font-size: 14px;
}

/*** aboutpage style ***/
.imginfo img {
    max-height:350px;
    object-fit: cover;
    object-position: center center;
}

.about-quote {
    padding: 80px 0px;
}

.about-quote blockquote h5 {
    font-style: italic;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.core-values {
    padding: 80px 0px;
    background: #f0f7ff;
}

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

.core-values p {
    color: #837e8b;
}

/*** Partner-info ***/
.partner-info {
    padding: 80px 0px;
}

.partner-info h3 {
    font-weight: 700;
    line-height: 1.7em;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.partner-info p {
    font-size: 15px;
}

.partner-info p a:hover {
    color: #c1121f;
}

.partextinfo {
    height: 100%;
    min-height: 200px;
    padding: 20px 30px;
    border:1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partextinfo img {
    max-width: 200px;
    height: auto;
}

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

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

.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link:before {
	content: '';
	content: "";
	font-family: IcoFont;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	line-height: 1;
	font-size: 17px;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link {
	padding-right: 20px !important;
}

.navbar-nav li.current-menu-parent>a,
.navbar-nav li.current_page_item>a {
	color: #c1121f !important;
	font-weight: 700 !important;
}

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

.navbar-nav li.menu-item-has-children ul.sub-menu li a.nav-link {
	line-height: 1;
	transition: all .3s;
	text-transform: capitalize;
	width: 100%;
	display: inline-block;
	clear: both;
	white-space: nowrap;
	border: 0;
	margin: 0px;
	width: 100%;
	position: relative;
	line-height: 25px;
	padding: 10px 10px !important;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 1) !important;
	color: #000 !important;
	border: none;
	text-transform: uppercase;
	white-space: break-spaces;
}

.navbar-nav li.menu-item-has-children:hover ul.sub-menu li:hover>a.nav-link,
.navbar-nav li.menu-item-has-children ul.sub-menu li.current_page_item>a.nav-link {
	color: #fff !important;
	background: #c1121f !important;
	font-weight: 400 !important;
}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #c1121f;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    line-height: 50px !important;
    transition: all .3s ease-in;
    text-align: center;
    vertical-align: middle;
    border-radius: 40px;
    padding: 0px 25px !important;
    min-width: 200px;
    border: none;
    letter-spacing: 1px;
}

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

.wpcf7-list-item {
	display: inline-block;
	margin: 0px;
}

.evaluation-box .checkbox-group label {
	margin-bottom: 0px;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
	display: inline-block;
	margin: 0;
	margin-bottom: 25px;
	font-size: 18px;
	width: 50%;
}

.evaluation-box .navigate-btns.text-end {
	justify-content: end;
}

.header {
	z-index: 99;
	position: relative;
}

.navbar-nav li.current-menu-parent>a, .navbar-nav li.current_page_item>a {
    color: #c1121f !important;
}

.navbar-nav a.nav-link.btn-default{
	padding:15px 25px !important;
	font-weight:400 !important;
}

.service-text.right {
    padding-right: 40px;
}
.service-text.left {
    padding-left: 40px;
}

.service-personalie .service-text p{
	font-size:16px;
}

.partextinfo .fa{
	padding-right :5px;
}

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

#sold_map {
    z-index: 10;
}

