﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

body {
    font-size:20px;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
    font-family: "Cormorant", serif;
}

@font-face {
    font-family: 'ProximaNovaFont';
    src: url('../fonts/ProximaNovaFont.eot');
    src: url('../fonts/ProximaNovaFont.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaFont.woff2') format('woff2'),
         url('../fonts/ProximaNovaFont.woff') format('woff'),
         url('../fonts/ProximaNovaFont.ttf') format('truetype'),
         url('../fonts/ProximaNovaFont.svg#ProximaNovaFont') format('svg');
}
 
@font-face {
    font-family: 'ivymode';
    src: url('IvyMode-Light.eot');
    src:  local('../fonts/Ivy Mode Light'), local('IvyMode-Light'),
            url('../fonts/IvyMode-Light.eot?#iefix') format('embedded-opentype'),
            url('../fonts/IvyMode-Light.woff2') format('woff2'),
            url('../fonts/IvyMode-Light.woff') format('woff'),
            url('../fonts/IvyMode-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ivymode-regular';
    src: url('IvyMode-Regular.eot');
    src:  local('../fonts/IvyMode-Regular'), local('IvyMode-Regular'),
            url('../fonts/IvyMode-Regular.eot?#iefix') format('embedded-opentype'),
            url('../fonts/IvyMode-Regular.woff2') format('woff2'),
            url('../fonts/IvyMode-Regular.woff') format('woff'),
            url('../fonts/IvyMode-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

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

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

a {
    transition: all ease .5s;
    color: #fff;
}

button {
    transition: all ease .5s;
}

a:hover {
    color: #fff;
}

a:focus {
    text-decoration: none;
}

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

button:focus {
    box-shadow: none
}

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

p {
    font-weight: 300;
    color: #121212;
    font-size:20px;
    line-height: 32px;
    margin-bottom: 15px;
}

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

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

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-75 {
    padding-top: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.video-btn {
    text-align: center;
    text-decoration: none
}

.video-btn i {
    font-size: 24px;
    color: #5e2b76;
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50px
}

.video-btn span {
    color: #fff;
    margin-left: 12px
}

.video-btn-animate {
    position: relative;
    z-index: 1
}

.video-btn-animate::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    transition: all ease .5s;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(253, 98, 25, .9)
}

.video-btn-animate.whites::before,
.video-btn-animate.whites::after {
    background-color: rgba(255, 255, 255, .9)
}

@keyframes ripple {

    0%,
    35% {
        transform: scale(0);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        transform: scale(2)
    }
}

.main-btn {
    background-color: #5fb9c1;
    color: #fff;
    padding: 15.5px 25px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-title {
    display: inline-block;
}

.section-title h6 {
    font-size: 16px;
    letter-spacing: 10px;
    font-family:"ivymode";
    font-family: "Cormorant", serif;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    line-height: 1;
}

.section-title.white h6:after {
    background: #fff;
}

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

.section-title.sm h2 {
    letter-spacing: .2em;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title h2 {
    color:#0b1040;
    font-size: 60px;
    margin-top: 0;
    font-family:"ivymode";
    font-family: "Cormorant", serif;
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
}

.section-title.lines h2::before {
    content: '';
    position: absolute;
    left: -75px;
    top: 12px;
    width: 50px;
    height: 2px;
    background: #0b1040;
}

.section-title.lines h2::after {
    content: '';
    position: absolute;
    right: -75px;
    top: 12px;
    width: 50px;
    height: 2px;
    background: #0b1040;
}

.section-title.style1 h2 {
    margin-bottom: 0;
    line-height: .9;
}

.section-title.style1 h6 {
    float: right;
    left: auto;
    right: -30px;
}

.section-title.white-title h2 {
    color: #fff;
    line-height: 1.3;
}

.section-title.center {
    padding: 0px;
}

.section-title.center h6 {
    left: 0;
}

.navbar-brand {
    position: relative;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}

.navbar-brand img {
    max-height: 67px;
    max-height: 100px;
    max-height: 90px;
}

.navbar-brand .agency-logo {
    margin-left: 25px;
}

.navbar-brand .agency-logo img {
    max-height: 50px;
}

.navbar-area {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.navbar-area.is-sticky {
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 999;
    position: sticky;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #5e2b76 !important
}

.navbar-area .mobile-nav {
    display: none
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}


.menu-btn {
	border-radius:100%;
	display:inline-block;
    line-height: 4px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
	color: #000;
    margin-left: 15px;
}

.menu-btn em {
    font-size: 16px;
    color: #181818;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    font-style: normal;
}

.menu-btn .spans {
    display: inline-block;
    position: relative;
    width: 28px;
    margin-left: 12px;
}

.menu-btn:hover {
    opacity: .5;
}

.menu-btn span {
	background:#181818;
}

.menu-btn:hover span {
	background:#181818;
}

.menu-btn span.sd {
    width: 18px;
}

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

.menu-btn span.s3 {
    width: 75%;
}

.menu-btn span {
    height: 1px;
    background: #000;
    display: inline-block;
    margin: 3.5px 0px;
    float: right;
    transition: all .3s;
}



.main-nav {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav .navbar {
    transition: all ease .5s;
    z-index: 2;
    position: unset;
    padding: 0
}

.main-nav .navbar ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    justify-content: center;
    align-items: center;
}

.navbar-collapse {
    align-items: end;
}

.main-nav .navbar .navbar-nav.middle {
    padding-bottom: 0px;
    width: 20%;
    justify-content: center;
    align-items: center;
}

.main-nav .navbar .navbar-nav.middle li {
    text-align: center;
}

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

.main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    margin: 0px 20px;
    margin-left: 25px;
    margin-right: 0;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    color: #091940;
    letter-spacing: 1.5px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #091940;
    padding: 2px 0 2px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 20px
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
    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 .nav-link.dropdown-toggle::after {
    display: none
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:hover,
.main-nav .navbar .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar .navbar-nav .nav-item .nav-link.active {
    color: #0b1040;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px
}

.main-nav .navbar .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0
}

.main-nav .nav-right-options .social {
    margin-right: 15px;
    z-index: 1;
    color: #fff;
    text-decoration: none;
}

.main-nav .nav-right-options .social i {
    text-decoration: none;
}

.main-nav .nav-right-options .main-btn {
    border-radius: 0;
    background: #7c4296;
    padding: 20.5px 25px;
    background-color: #ffbe17 !important;
    color: #1e1e1e !important;
    padding: 10px 28px !important;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .15em;
    font-weight: 400;
}

.btn-default {
    display: inline-block;
    border-radius: 0;
    background-color: #0b1040;
    border: 1px solid #0b1040;
    letter-spacing: 2px;
    color: #fff;
    padding: 13px 35px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

.btn-default:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.main-nav .nav-right-options .main-btn:hover {
    background: #fff !important;
    color: #000!important;
}

.mobility-single-item {
    background-color: #fcfcfc;
    padding: 30px 40px;
    margin-bottom: 25px
}

.mobility-single-item h3 {
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 22px
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header.fixed {
    position: fixed;
    background: #000;
    z-index: 999;
    padding: 18px 0;
    padding-left: 3.750%;
    padding-right: 3.750%;
}

.header.fixed .navbar-brand {
    bottom: 0px;
}
/* 
.header.fixed .navbar-brand .agency-logo img {
}

.header.fixed .navbar-brand a:first-child img {
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
    color:#fff;
} */

.header .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
    border-bottom: 1px solid transparent;
}

.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link {
    border-color: #fff;
}
/* 
.header.fixed .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header.fixed .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link {
    border-color: #fff;
}


.header.fixed .menu-btn em {
    color: #fff;
}

.header.fixed .menu-btn span {
    background: #fff;
} */

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    z-index: 9;
    overflow: visible;
}

a, .fa {
    text-decoration: none;
    cursor: pointer;
}


.navbar-expand-lg .navbar-nav>.nav-item {
    position: relative;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translate(0%, 100%) scaleY(1);
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu {
    position: absolute;
    bottom: 0;
    left: 0%;
    right: auto;
    transform-origin: top center;
    transform: translate(0, 100%) scaleY(0.01);
    opacity: 0;
    background-color: #fff;
    padding: 5px 0;
    transition: transform .4s;
    display: block;
    border: none;
    border-radius: 0;

    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu a.nav-link {
    display: inline-block;
    width: 100%;
    color: #091940 !important;
    white-space: nowrap;
    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0px;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none !important;
    border:none;
    padding: 10px 15px;
    display: block;
    background: none !important;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu a.nav-link:hover {
    color: #091940 !important;
    background: #f5f5f5 !important;
}

.main-nav .navbar .navbar-nav.middle .nav-item .nav-link:after {
	display: none !important;
}

.main-nav .navbar .navbar-nav.middle .nav-item img {
    width: 206px;
}

.main-nav .navbar .navbar-nav.middle .nav-item .nav-link {
    border-color: transparent !important;
}

/******/
.banner {
    padding: 0px 0px 00px 0px;
    position: relative;
    z-index: 8;
}

.banner .spr {
    padding: 320px 15px 280px 15px;
}

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

.banner .pbs {
    padding-bottom: 160px;
}

.banner h2 {
    font-size: 72px;
    color: #222021;
    opacity: .8;
    font-weight: 200;
    line-height: 85px;
}

.banner h4 {
    font-family:"ivymode";
    color: #222021;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(20%, -50%);
    color: #fff;
    border-color: #fff;
}

.video-btn:hover img {
    transform: scale(1.2);
    opacity: .5;
}

.video-btn img {
    max-width: 50px;
    filter: invert(1);
    max-width: 100px;
    transition: all .3s ease-in-out;
}

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

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

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

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

.banner .cta-banner {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.banner .btn-default {
	padding: 16px 45px;
    line-height: 22px;
    background: white;
    color: #0b1040;
    font-size: 20px;
    border-color: #0b1040;
    margin: 0px 5px;
    font-weight: 500;
}

.banner .btn-default.active {
    background: #091940;
    color: #fff;
    border-color: #091940;
}
 
.banner .btn-default.active:hover {
    background: #fff;
    color: #fff;
    border-color: #fff;
}
.banner .btn-default.active:hover {
background: none;
}
 
/***** *****/
.about {
    padding: 50px 0px 50px 0px;
    background: url(../images/bg-about.webp) 50% 50% no-repeat;
    background-size: cover;
}

.about.home {
    background:linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)), url(../images/listing-1.jpg) 50% 50% no-repeat;
    background-size: cover;
}


.about .spr {
    padding: 100px 35px 30px 15px;
}

.about .img {
    position: relative;
}

.about.home .box-content {
    margin: 30px 0px;
}

.about.home .box-content span {
    display: inline-block;
    margin-bottom: 10px;
}

.about.home .box-content p, .about.home .box-content h3 {
    color: rgb(29, 38, 87);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin: 0px;
}

.about.home .box-content p {
    font-size:24px;
    font-weight: 400 !important;
}

.about.home .box-content h3 {
    font-size:30px;
    margin: 5px 0;
    color: rgb(29, 38, 87);
}

/*** ***/
.ctas {
    padding: 70px 0px 40px 0px;
}

.ctas .ctabox {
    position: relative;
    overflow: hidden;
}

.ctas .container-fluid {
    max-width: 90%;
}

.ctas .link {
    color: #091940;
    font-family: 'Cormorant', serif;
    font-size: 28px;
    background-color: #fff;
    width: 80%;
    height: auto;
    display: block;
    text-align: center;
    padding: 0px 0px;
    line-height: 57px;
    /*-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);*/
    border:1px solid #091940;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin-top: -28px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}

.ctas .ctabox:hover .link {
    color:#091940;
    background-color: #fff;
    border: 1px solid #d7d2cb;
    margin-top: -29px;
}

.ctabox img {
    height: 400px;
    object-fit: cover;
    transition: all .2s ease-in-out;
}

.ctas .ctabox:hover img {
    transform:scale(1.2);
}

/*** ***/
.properties {
    padding: 80px 0px;
    position: relative;
}

.section-title h2 {
    display: inline-block;
}

.section-title.lines h2::before, .section-title.lines h2::after {
    top: 50%;
}

.properties .section-title p {
    font-size: 35px;
    line-height: 1.4;
}

.properties .container-fluid {
    max-width: 90%;
}

.properties .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top:30%;
    left: 0px;
    width: 100%;
}

.properties .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000 !important;
    color: #fff !important;
}

.properties .owl-theme .owl-nav [class*=owl-] {
    margin-top: 10px;
    background: #ad9f92;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    color: rgba(255, 255, 255, .7);
    font-size: 26px;
    font-weight: 300;
}

.properties .owl-theme .owl-nav .owl-next {
    float: right;
}

.properties .owl-theme .owl-nav .owl-prev {
    float: left;
}

.properties .owl-theme .owl-nav [class*=owl-] i {
    margin-bottom: 4px;
}

.properties .btn-default {
    font-size: 35px;
    padding: 13px 45px;
}

.listingbox .label {
    color: #fff;
    background: #BEB09E;
    background: #0b1040;
    padding: 10px 10px 10px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    text-align: center;
    text-align: center;
}

.listingbox .img {
    position: relative;
}

.listingbox .inner {
    padding-top: 20px;
}

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

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

.listingbox .price {
    margin-bottom: 4px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}

.listingbox .inner .address {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.listingbox .inner span {
    font-size: 16px;
}

.listingbox .details {
    margin: 0px;
    padding: 0px;
    color: #333;
}

.listingbox .details li {
    display: inline-block;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
}

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


/*** ***/
.testimonials {
    padding: 70px 0px;
    background: url(../images/bg-testi.webp) 50% 50% no-repeat;
    background-size: cover;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .65), rgba(255, 255, 255, .8)), url(../images/bg-testi.png) 50% 50% no-repeat;
    background: url(../images/bg-quote.png) 50% 50% no-repeat;
    background-size: cover;
    /* background: #f5f5f5; */
    background-attachment: fixed;
    position: relative;
}


.testimonials h5 {
    font-size: 20px;
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 60px;
}

.swiper-pagination-bullet {
    transform: scale(1) !important;
    background: none !important;
    border: 1px solid #000;
}

.swiper-pagination-bullet, .swiper-pagination-bullet-active {
    background-color: #5F5F5F !important;
}


/*** ***/
.footer {
    padding-top: 50px;
    background: #d7d2cb;
    background: #fff;
}

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

.footer h3 {
    color: #0b1040;
    text-transform: uppercase;
    text-align: left;
    display: block;
    position: relative;
    font-weight: 300;
    letter-spacing: .2em;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    color: #000;
    padding-bottom: 10px;
    font-size: 16px;
}

.footer-contact-item .black {
    color: #000;
}

.footer-contact-item>span {
    min-width: 20px;
    margin-right: 5px;
    color: #0b1040;
    vertical-align: middle;
}

.footer-contact-item span, .footer-contact-item a {
    color: #0b1040;
}

.footer-contact-item a:hover {
    color: #0b1040;
}

.footer .smi a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    padding-top: 1px;
    line-height: 35px;
    vertical-align: middle;
    border-radius: 50%;
    background: #333;
    text-align: center;
}

.footer .smi a:hover {
    color: #fff;
    background:#0b1040;
}

.footer ul {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer ul li {
    display: inline-block;
    width: 49%;
}
  
.footer ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
  
.footer .down {
    background: #333;
    margin-top: 50px;
}
  
.footer .down .log img {
    max-height: 46px;
}

.footer .copy {
    background: #000;
    margin-top: 50px;
}

.footer .copy p {
    color: #fff;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2);   */
    font-weight: 400;
    padding: 30px 15px;
}

.copyright {
    background: #091940;
    padding: 0px 0px 25px 0px;
}

.copyright p {
    color: #fff;
    font-size: 18px;
}

.copyright img {
    height: 40px;
}

/*** PAGE BANNER ***/
.page-banner {
    height: 60vh;
    align-content: center;
    display: flex;
    padding-bottom: 50px;
}

.page-banner h1 {
    font-size:60px;
    opacity: 0.8;
}

.tools {
    padding: 65px 0px;
}

.form-box .form-control {
    width: 100%;
    padding: 10px 15px;
    border-radius: 0px;
    margin: 0px 0px 15px 0px;
    background: none;
}

#download-guide .form-control,
.about.buysell .form-box .form-control {
    width: 100%;
    padding: 10px 15px;
    border-radius: 0px;
    margin: 15px 0 0 0;
    background: none;
}

.select2-container--default .select2-selection--multiple {
    width: 100%!important;
    padding: 10px 15px!important;
    border-radius: 0px!important;
    margin: 15px 0 0 0!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 1;
}

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

.form-box textarea {
    height: 100px;
    resize: none;
}

.coords {
    padding:100px 0px;
}

.coords .box {
    box-shadow: 0 3px 20px 0 rgba(8, 15, 52, 0.06);
    padding: 40px;
    background: #fff;
    transition:0.4s all ease;
    height: 100%;
}

.coords .box:hover {
    transform: translateY(-8px);
}

.coords .box img {
    width: 40px;
    filter: brightness(0) saturate(100%) invert(68%) sepia(10%) saturate(446%) hue-rotate(348deg) brightness(93%) contrast(90%);
}

.coords .box .img {
    border-radius: 50%;
    background: #f7f7f7;
    display: inline-block;
    margin-bottom: 30px;
    padding: 25px;
    transition:0.4s all ease;
}

.coords .box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.coords .box .custom-border {
    border-bottom-color: #BDB7B3;
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin: 15px 0;
}

.coords .box a {
    color: #000;
}

.coords .box:hover .img {
    transform: scale(1.1);
    background:#ad9f92;
}

.coords .box:hover .img img {
    filter: invert(1);
}

/*** TEAM ***/
.team {
    padding: 60px 0px;
}

.team-box a {
    color: #000;
}

.team-box a:hover {
    color: #ad9f92;
}

.team-box .image { 
    height: 400px;   
    position: relative;
    overflow: hidden;
    margin-bottom:20px;
}

.team-box figure {
    height: 100%;
    object-fit: cover;
}

.team-box .view-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 25, 64, .8);
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    transform: translateY(101%);
    transition: all .4s;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.team-box:hover .view-more {
    display: flex;
    color: #fff;
    transform: translateY(0%);
}

.quote-box h4 {
    font-weight: bold;
    margin: 15px 0px;
}

.quote-box {
    padding:40px;
    height: 100%;
    border-right: 1px solid #BEB09E;
    border-bottom: 1px solid #BEB09E;
}

.testimonials .cols:nth-of-type(3n) .quote-box {
    border-right: 0px;
}

.info-small {
    padding: 60px 0px;
    background: #181818;
}

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


/************* Free Estimation Page CSS Start **************/
.spperinfo {
    padding: 80px 0px;
    margin: 0;
}

.spperinfo .bg {
    border-radius: 20px;
    /*box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);*/
    padding: 55px 50px;
    /*background: #f2f2f2;*/
}

.spperinfo .bottom-btn {
    margin-top: 30px;
    margin-bottom: 10px;
}

.spperinfo .btn-info {
    border: none;
    width: 100%;
    margin-top: 15px;
    pointer-events: none;
    min-height: 106px;
    font-size: 18px;
    padding: 24px 0px;
}

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

.spperinfo .section-title h2 {
    line-height: 1.2;
    margin: 0;
    /* font-size: 38px; */
    margin-top: 0px;
}

.spperinfo .btn-info span {
    font-size: 16px;
}

.spperinfo .btn-info {
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
    background: none;
    border-radius: 0px;
}

.spperinfo .btn-info.active {
    background: #333  !important;
    border-color: #333 !important;
    color: #fff!important;
}

.spperinfo p label {
    font-size: 20px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 20px;
}

.spperinfo input {
    width: 100%;
    height: 60px;
    padding: 0;
    padding-left: 15px;
    color: #000;
    background: #fff;
    box-shadow: none;
    border: 1px solid #2b2b2b;
    border-radius: 0;
}

.spperinfo input::-webkit-input-placeholder {
    color: #000 !important;
}

.spperinfo input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.fieldset-cf7mls .cf7mls_next {
    float: right;
}

.spperinfo.alert input {
    color:#000;
}

.spperinfo input:focus {
    background: #fff;
    color:#000;
}

.spperinfo.alert input:focus {
    background: none;
    color:#000;
}

.spperinfo input::-webkit-input-placeholder {
    color:#000;
}

.spperinfo.alert input::-webkit-input-placeholder {
    color:#000;
}

.cf7mls-btns  {
    margin-top: 50px;
}

.cf7mls-btns .action-button {
    margin: 25px 0px 26px;
    position: relative;
}

.cf7mls-btns .action-button:hover {
    background-color: #2b2b2b !important;
    border-color: #2b2b2b;
    color: #fff;
}

#stepper #StepTwo input {
    border: 1px solid #2b2b2b;
    margin-bottom: 20px;
}

#StepThree p {
    color: #2b2b2b;
    font-weight: 600;
    text-transform: uppercase;
}


#StepOne.active,#StepTwo.active, #StepThree.active {
    display: block !important;
}

.spperinfo.alert h4 {
    font-size: 26px;
    line-height: 1.5;
    color: #2b2b2b;
    font-weight: 600;
}

.spperinfo.alert label {
    font-size: 16px;
    text-transform: uppercase;
    color: #2b2b2b;
}

#stepper.alert span.wpcf7-list-item {
    display: inline-block;
    width: 48%;
    text-align: left;
}

.spperinfo.alert input {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #2b2b2b !important;
}

#stepper.alert span.wpcf7-list-item input {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
    border: 1px solid #2b2b2b !important;
    appearance: auto;
}

.spperinfo P {
    white-space: inherit;
    color: #000;
}

#stepper.alert #StepTwo input {
    margin-bottom: 0px;
}

#stepper.alert input:focus {
    box-shadow: none !important;
    outline: none !important;
}

div#StepThree .white-box {
    padding: 15px 15px;
}

.spperinfo .section-title h2:after {
    opacity: 0;
}

/**/
.spperinfo input.wpcf7-submit,
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    height: 61px!important;
    width: auto!important;
    margin-top: 15px!important;
    background: #2b2b2b !important;
    border: 1px solid transparent !important;
}

.cf7mls_next.action-button, .cf7mls_back, .cf7mls_next, .spperinfo input.wpcf7-submit, .cf7mls_back.action-button {
    background: #ad9f92 !important;
    border: 0 none !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    padding: 0px 15px !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
    text-align: center !important;
    line-height: 58px !important;
    min-width: 180px !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    border: 1px solid #ad9f92!important;
    transition: all .3s;
}

.cf7mls_next.action-button:hover, .cf7mls_next.active,
.cf7mls_next:hover,.spperinfo input.wpcf7-submit:hover {
    color: #fff !important;
    background: #9f8f80  !important;
    border-color: #9f8f80 !important;
}

.cf7mls-btns .cf7mls_back.action-button,.cf7mls_back {
    color: #ad9f92 !important;
    background: none  !important;
    border-color: #ad9f92 !important;
}

.cf7mls-btns .cf7mls_back.action-button:hover,.cf7mls_back:hover {
    color: #fff !important;
    background: #9f8f80 !important;
    border-color: #9f8f80 !important;
    opacity: 1 !important;
}


/************* Free Estimation Page CSS End **************/


.marketing {
    overflow: hidden;
    padding: 60px 0px;
}

.marketing .img {
    min-height: 550px;
}

.header,  .main-nav .navbar .navbar-nav.middle .nav-item img{
    transition: all .3s;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.header.fixed .main-nav .navbar .navbar-nav.middle .nav-item img {
    width: 175px;
}

.about.teammember a {
    color: #000;
}

.about.teammember .section-title h4 {
    text-transform: uppercase;
    color: #888;
    font-size: 1.25rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #091940;
}

.about.teammember .meta-info {
    margin-bottom: 20px;
}

/*** new css ***/

.topbar .social {
    display: flex;
    align-items: center;
}

.topbar .rt .social {
    justify-content: end;
}

.topbar .social a {
    color: #091940;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 24px;
}

.topbar .social a i {
    color: #091940;
    font-size: 24px;
    margin-right: 7px;
}

.topbar .social a:hover,
.topbar .social a:hover i {
    color: #091940 !important;
}

.topbar .social a img {
    margin-right: 10px;
}

.topbar .social a:hover img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(1731%) hue-rotate(166deg) brightness(91%) contrast(94%);
}

.topbar .rt .social a i {
    color: #333;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.topbar .rt .social a {
    margin-right: 0px;
    margin-left: 7px;
    vertical-align: middle;
}

.topbar .rt .social a.round-icon {
    color: #333;
    border-radius: 50%;
    text-align: center;
    margin-left: 17px;
}

.topbar .rt .social a.round-icon:hover i {
    color: #000 !important;
}

.topbar .rt .social a.round-icon i {
    color: #333;
    font-size: 20px;
    margin: 0;
}

.header.fixed, .header {
    background: #fff;
    padding: 15px 0px;
}

.header.fixed .topbar .social a,
.header.fixed .topbar .social a i,
.header.fixed .topbar .social a:hover,
.header.fixed .topbar .social a:hover i {
    color: #091940 !important;
}

.header.active .topbar .social a,
.header.active .topbar .social a i,
.header.active .topbar .social a:hover,
.header.active .topbar .social a:hover i {
    color: #091940 !important;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
    color: #091940 !important;
}

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

.listingbox .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 25, 64, .8);
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    transform: translateY(101%);
    transition: all .4s;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 10;
}

.listingbox:hover .inner {
    transform: translateY(0%);
}

.listingbox .price,
.listingbox .inner .address,
.listingbox .details {
    color: #fff;
}

.testimonials {
    background: none;
}

.testimonials .bg {
    padding: 70px 70px;
    background: linear-gradient(to bottom, rgba(9, 25, 64, .65), rgba(9, 25, 64, .8)), url(../images/bg-testi-new.webp) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
}

.testimonials .icon {
    position: absolute;
    top: 70px;
    left: 70px;
    color: #fff;
    font-size: 130px;
    z-index: 1;
    opacity: .2;
}

.testimonials .item {
    display: inline-block;
    padding: 70px 40px 30px 40px;
}

.testimonials .item p {
    color: #fff;
}

.testimonials .item h6 {
    color:#d1c9bb;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    margin-top: 20px;
    font-style: italic;
}

.testimonials .owl-item:nth-child(2n) .item {
    border: none;
}

.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #373737;
    border-color: #373737;
    background: #fff;
    border-color: #fff;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: none;
    border: 1px solid #fff;
    border-color: #888;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}




/*** CONTACT FORM ***/
.contact-form {
    padding: 100px 0px;
    background: #112132;
    background: url(../images/bg-contact.webp) 50% 50% no-repeat;
    background-size: cover;
}

.contact-form p {
    color:#ddd;
}

.contact-form .btn-default {
    margin-top: 20px;
    background: #fff;
    color: #091940;
}

.contact-form .btn-default:hover {
    background: #091940;
    color: #fff;
    border-color: #091940;
}

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

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

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

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

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

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

.contact-form h4 {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-form .normal-btn {
    width: 100%;
    background: #cbb26b;
    color: #000;
}

.contact-form .consent-ctn label,
.contact-form .consent-ctn a {
    color: #fff;
}

/*** contact-details ***/
.contact-details {
    background: #091940;
    padding: 70px 0px;
}

.contact-details .logo img {
    max-height: 120px;
}

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

.contact-details h3 {
    color: #f1fbfc;
    color: #fff;
    font-size: 20px;
    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 p a:hover {
    color: #fff;
}

.contact-details .social a {
    display: inline-block;
    color: #000;
    background: #fff;
    border-radius:50%;
    font-size: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    margin: 0px 2px;
}

.contact-details .social a:hover {
    opacity: 0.5;
}

.imgabout {
    position: relative;
}

.imgabout:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    border:3px solid #0b1040;
}

.imgabout img {
    position: relative;
    z-index: 3;
}

.header .nav-link img.white {
    display: none;
}

.form-box {
    position: relative;
    z-index: 9999;
}

.form-box .form-control {
    background: #fff;
}
.form-control {
    margin-bottom: 20px;
    font-size: 20px;
}
.mobile-style {
    display: flex;
    align-items: center;
}
 
.topbar .mobile-style  img {
    max-height: 115px;
    text-align: center;
    display: block;
    margin: 10px auto;
}
 
.mobile-style {
    display: flex;
    align-items: center;
}
 
.menu-btn {
    color: #000;
    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: 30px;
    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: 3px 0px;
}
 
.side-menu {
    background:#fff;
    position:fixed;
    top:0px;
    right:-140%;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height:100%;
    z-index:9999999;
    padding: 30px 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;
    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:#0b1040;
}
 
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: #0b1040;
    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 {
}
 
.side-menu ul.navbar-nav li a:hover {
    background:none;
    color:#0b1040;
    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: #0b1040 !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;
}
 
 
.main-nav .navbar .navbar-nav .nav-item.nav-item.menu-item-has-children>.nav-link {
    padding-right: 20px !important;
}
 
.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link:after {
    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 .sub-menu li {
    margin: 0;
    padding: 0;
}
 
.main-nav .navbar .navbar-nav .nav-item .sub-menu li:hover>a.nav-link,
.main-nav .navbar .navbar-nav .nav-item .sub-menu li.current_page_item>a.nav-link {
    color: #091940 !important;
    background: #f5f5f5 !important;
}
 
.main-nav .navbar .navbar-nav .nav-item.current-menu-parent>a,
.main-nav .navbar .navbar-nav .nav-item.current_page_item>a,
.main-nav .navbar .navbar-nav>.nav-item>a:hover {
    color: #0b1040 !important;
    border-color: #0b1040 !important;
}
.navigate-btns button[type="submit"] {
    float: right;
}
.form-box select.form-control {
    appearance: auto;
}
.cf7mls_next.action-button, .cf7mls_back, .cf7mls_next, .spperinfo input.wpcf7-submit, .cf7mls_back.action-button {
    background: #0b1040 !important;
    border-color: #0b1040;
}
 
.cf7mls_next.action-button:hover, .cf7mls_next.active, .cf7mls_next:hover, .spperinfo input.wpcf7-submit:hover {
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
}
 
.cf7mls-btns .cf7mls_back.action-button, .cf7mls_back {
    color: #0b1040 !important;
    background: none !important;
    border-color: #0b1040 !important;
}
 
.cf7mls-btns .cf7mls_back.action-button:hover, .cf7mls_back:hover {
    color: #fff !important;
    background: #0b1040 !important;
    border-color: #0b1040 !important;
}
 
.navigate-btns button[type="submit"] {
    float: right;
    margin-top: 15px;
}
.spperinfo .btn-info.active {
    background: #0b1040 !important;
    border-color: #0b1040 !important;
    color: #fff !important;
}
.properties .owl-theme .owl-nav [class*=owl-] {
    margin-top: 10px;
    background: #0b1040;
    font-size: 80px;
    padding-bottom: 16px !important;
}
 
.testimonials .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top:30%;
    left: 0px;
    width: 100%;
}
 
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000 !important;
    color: #fff !important;
}
 
.testimonials .owl-theme .owl-nav [class*=owl-] {
    margin-top: 10px;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    color: #0b1040;
    font-weight: 300;
    font-size: 80px;
    padding-bottom: 16px !important;
}
 
.testimonials .owl-theme .owl-nav .owl-next {
    float: right;
    position: relative;
    right: -50px;
}
 
.testimonials .owl-theme .owl-nav .owl-prev {
    float: left;
    position: relative;
    left: -50px;
}
 
.testimonials .owl-theme .owl-nav [class*=owl-] i {
    margin-bottom: 4px;
}
 
.about.teammember a:hover {
    color: #0b1040;
}
 
.coords .box img {
    filter: invert(14%) sepia(8%) saturate(5859%) hue-rotate(201deg) brightness(90%) contrast(114%);
}
 
.coords .box:hover .img {
    background: #0b1040;
}
 
.coords .box a:hover {
    color: #0b1040;
    font-weight: 600;
}
 
.page-banner h1 {
    text-transform: uppercase;
}
 
.section-title h2 {
    font-size: 40px;
}
 
.properties .owl-theme .owl-nav [class*=owl-] {
    font-size: 58px;
    padding-bottom: 13px !important;
    width: 50px;
    height: 50px;
}
 
.testimonials .owl-theme .owl-nav [class*=owl-] {
    font-size: 58px;
    padding-bottom: 13px !important;
    width: 50px;
    height: 50px;
}
.contact-details p a:hover {
    font-weight: bold;
}
.banner .btn-default:hover {
    background: none;
    color: #fff;
    border-color: #fff;
}
 
.ctas .link:hover {
    background: #091940 !important;
    color: #fff !important;
}
 
.topbar .social a:hover {
    color: #000;
    font-weight: 600;
}
 
section.about.teammember p strong {
    font-weight: 700;
}