@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

body {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    overflow-x: hidden;
    background: #000000;
    font-family: "Poppins", sans-serif;
}

input, select, button {
}

.material-symbols-outlined.fill {
    font-variation-settings:
    'FILL' 1
}

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

a {
    transition: all ease .5s;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

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

button:focus {
    box-shadow: none
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#fff;
    font-weight: 400;
}

h1 {
    font-size:60px;
    font-weight: bold;
}

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

p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: "Roboto Flex", sans-serif;
}

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

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

.btn-default {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    line-height: 67px;
    padding: 0px 25px;
    text-align: center;
    border-radius: 0px;
    background: #b68f6d;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    transition-delay: .2s;
    width: max-content;
}

.btn-default:hover::before {
    bottom: 0;
}

.btn-default::before {
    content: attr(data-text);
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -100%;
    left: 0;
    background: #917155;
    transition: all .2s ease-in-out;
    transition-delay: .2s;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 2;
}

.btn-default::after {
    content: attr(data-text);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #b68f6d;
    transition: all .2s ease-in-out;
    transition-delay: .2s;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 1;
}

.btn-default:hover::after {
    top: -100%;
}

.btn-default:hover,
.btn-default:active {
    /* background: #000;
    color: #fff; */
}

.small-link {
    display: inline-block;
    font-weight: bold;
    color: #b68f6d;
    font-size: 18px;
    line-height: 1.6;
    transition: all .3s;
}

.small-link i {
    position: relative;
    top: 2px;
    margin-left: 8px;
    transition: all .3s;
    left: 0;
}

.small-link:hover i {
    left: 5px;
}

.section-title h6 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #b68f6d 0%, #af8663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0px;
    margin-bottom: 25px;
    position: relative;
    z-index: 6;
}

.section-title h2 span {
    color: #b68f6d;
    font-weight: bold;
}

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

.list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    list-style: none;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.list li {
    margin-bottom: 25px;
    vertical-align: top;
}

.list li .material-symbols-outlined {
    color: #fff;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*** SIDEMENU ***/
.menu-btn {
    color: #b68f6d !important;
    min-width: 40px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #b68f6d !important;
    height: 2px;
    margin: 2.5px 0px;
    border-radius: 5px;
    transition: all .3s;
    float: left;
}

.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 30px;
}

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

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

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

.side-menu ul.main-menu.navbar-nav li {
	list-style:none;
	display:inline-block;
	width:100%;
    margin: 0;
    margin-bottom: 10px;
}

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

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

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

.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 15px;
    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 .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: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

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

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

.side-menu ul.navbar-nav>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.navbar-nav>li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

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

.side-menu ul.navbar-nav>li>ul.sub-menu>li a {
    font-size: 12px;
    background: #ebebeb;
    color: #000;
    margin: 0;
    padding: 10px 15px !important;
}

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

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


/*** CONTAINER MODIFY ***/
@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}

/*** TOPBAR ***/
.topbar {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.topbar p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .04em;
    margin: 10px 0px;
}

.topbar p a {
    color: #fff;
    margin-right: 10px;
}

.topbar p a:hover {
    color: #b68f6d;
}

.topbar p a i {
    color: #b68f6d;
}

.topbar p span {
    font-size: 19px;
    font-weight: 400;
}

.topbar .social a {
    display: inline-block;
    min-width: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #b68f6d;
    font-size: 20px;
    border-radius: 50%;
    margin-left: 5px;
}

.topbar .social a:hover {
    background: #000;
}

/*** HEADER ***/
header {
    width: 100%;
    z-index: 9;
    padding: 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

header.fixed {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, .15);
}

header.fixed .topbar {
    display:none;
}

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

header .navbar {
    padding: 15px 0px;
}

header .navbar-collapse {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

header .navbar-nav>.nav-item {
    padding: 0px 25px;
}

header .navbar-nav>.nav-item>.nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0px;
    position: relative;
    text-transform: uppercase;
}

header .navbar-nav>.nav-item:hover>.nav-link,
header .navbar-nav>.nav-item.active>.nav-link {
    color: #b68f6d;
}

header .navbar-nav>.nav-item:last-child {
    padding-left: 5px;
}

header .navbar-nav>.nav-item>a>img {

}
/**/
.main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0px 10px;
    transition: all .3s;
}

header.fixed .main-nav .navbar .navbar-nav .nav-item  {
    padding: 0px 12px;
}

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

.main-nav .navbar .navbar-nav>.nav-item.menu-item-has-children>.nav-link::before {
    content: "";
    display: inline-block;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 42%;
    right: 0px;
    font-size: 14px;
}

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

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

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li {
    background: none !important;
    text-align: center;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li>a.nav-link {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-transform: inherit;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    padding: 0px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 41px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    background: rgba(0, 0, 0, 1) !important;
}

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


/*** BANNER ***/
.banner {
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(180deg,#000c,#0000 15.13%),linear-gradient(180deg,#0000 46.88%,#0009);
    z-index: 4;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

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

.banner .h-100 {
    height: 100%;
}

.banner h1 {
    color: #fff;
    margin-bottom: 5px;
}

.banner p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.banner #myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

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

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

.info:before {
    content: '';
    position: absolute;
    display: block;
    height: 50%;
    width: 50%;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    transition: all .3s ease-in-out;
}

.info:after {
    content: '';
    position: absolute;
    display: block;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    transition: all .3s ease-in-out;
    z-index: 1;
}

.info p {
    margin-bottom: 30px;
}

.info .section-title {
    padding-left: 10px;
}

.info .section-title h2 {
    min-width: 600px;
}

.info .home-img {
    padding: 15px;
    box-sizing: border-box;
    background-color: #000000;
    transition: all .3s ease-in-out;
    transition-delay: .1s;
    position: relative;
    display: block;
    margin: 0 auto 50px;
}

.info .btnbar {
    margin: 65px 0px;
}

.info .btn-default {
    margin: 10px 10px;
	border-bottom: 5px solid #907156;
}


/*** buy-with-sell ***/
.buy-with-sell {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding-bottom: 30px;
}

.buy-with-sell .section-title {
    margin-bottom: 100px;
}

.video-cta {
    display: inline-block;
    width: 100%;
    height: 400px;
    position: relative;
}

.video-cta:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    border-right: 25px solid #b68f6d;
    border-bottom: 25px solid #b68f6d;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    height: 100px;
    width: 100px;
    display: block;
    z-index: 999;
    box-sizing: border-box;
}

.video-cta:before {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.video-cta video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.video-cta h3 {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
    padding: 60px;
    font-size: 64px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 500;
}

.video-cta.right h3 {
    left: 0px;
    right: 15px;
    text-align: right;
}

.video-cta:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    border-left: 15px solid #fff;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    pointer-events: none;
}

.video-cta.right {
    margin-top: 100px;
}

.video-cta.right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 25px solid #fff;
    border-top: 25px solid #fff;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    height: 100px;
    width: 100px;
    display: block;
    z-index: 999;
    box-sizing: border-box;
    bottom: 50%;
    left: 0;
    transform: translateY(150%);
}

.video-cta.right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    box-sizing: border-box;
    text-align: right;
    border-right: 15px solid #b68f6d;
    border-bottom: 15px solid #b68f6d;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    pointer-events: none;
    padding: 60px;
    font-size: 64px;
    font-family: var(--headings);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 500;
}


/*** ABOUT ***/
.about {
    padding: 70px 0px;
}

.about p {
    margin-bottom: 20px;
}

.team-img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1.2;
    margin-top: 30px;
}

/*** PROPERTIES ***/
.properties {
    padding: 70px 0px;
}

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

.property-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all .3s ease;
    margin-bottom: 45px;
}

.property-box:hover {
    transform: scale(1.05);
    transform: scale(1.03);
}

.property-box .img {
    display: inline-block;
    width: 100%;
}

.property-box .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .6;
}

.property-box .text {
    display: inline-block;
    width: 100%;
}

.property-box h3 {
    font-size: 1.1em;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 700;
}

.property-box p {
    color: #888;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5em;
}


/*** OUR-EXPERTISE ***/
.our-expertise {
    padding: 70px 0px 90px 0px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.our-expertise .section-title h2 {
    margin-bottom: 50px;
}

.our-expertise .margin-bottom {
    margin-bottom: 90px;
}

.our-expertise .expertise-img {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.our-expertise .expertise-img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-expertise .text {
    padding: 40px 20px;
}

.our-expertise h6 {
    margin-bottom: 20px;
    display: inline-block;
    background: #b68f6d;
    color: #fff;
    width: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
}

.our-expertise h3 {
    color: #b68f6d;
    margin-bottom: 20px;
    font-weight: 600;
}

/*** MEET-TEAM ***/
.meet-team {
    padding: 80px 0px 60px 0px;
}

.meet-team .section-title {
    margin-bottom: 20px;    
}

.meet-team .item {
    padding: 20px 20px;
}

.team-box {
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all .3s ease;
}

.team-box .img img {
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.team-box:hover {
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .2);
    transform: scale(1.02);
}

.team-box .text {
    padding: 20px 20px;
    text-align: center;
}

.team-box h3 {
    font-size: 20px;
    color: #b68f6d;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
}

.team-box h5 {
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    min-height: 45px;
}

.meet-team .custom-nav {
    margin-top: 30px;
}

.meet-team .custom-nav button,
.meet-team .owl-theme .custom-nav.owl-nav [class*=owl-] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    border: none;
    border: 1px solid #36363D;
    transition: border-color 0.6s;
    color: #b68f6d;
    font-size: 48px;
    padding: 0px;
    background: none;
    text-align: center;
}

.meet-team .custom-nav button.owl-prev:after {
    content: "";
    width: 12px;
    height: 20px;
    background-color: #b68f6d;
    display: inline-block;
    -webkit-clip-path: path("M8.74228e-07 10C8.74228e-07 10 7.46882 5.55797 11.6785 -2.81045e-08L12 0.293238C10.8 2.94325 9.43095 6.76794 5.81709 10C9.43095 13.2338 10.8 17.0595 12 19.7095L11.6758 20C7.46605 14.4502 8.74228e-07 10 8.74228e-07 10Z");
    clip-path: path("M8.74228e-07 10C8.74228e-07 10 7.46882 5.55797 11.6785 -2.81045e-08L12 0.293238C10.8 2.94325 9.43095 6.76794 5.81709 10C9.43095 13.2338 10.8 17.0595 12 19.7095L11.6758 20C7.46605 14.4502 8.74228e-07 10 8.74228e-07 10Z");
    position: relative;
    top: -7px;
    right: 2px;
}

.meet-team .custom-nav button.owl-next:after {
    content: "";
    width: 12px;
    height: 20px;
    background-color: #b68f6d;
    display: inline-block;
    -webkit-clip-path: path("M12 10C12 10 4.53118 14.442 0.321478 20L0 19.7068C1.2 17.0567 2.56905 13.2311 6.18291 10C2.56905 6.76622 1.2 2.94054 0 0.290524L0.324249 0C4.53395 5.54982 12 10 12 10Z");
    clip-path: path("M12 10C12 10 4.53118 14.442 0.321478 20L0 19.7068C1.2 17.0567 2.56905 13.2311 6.18291 10C2.56905 6.76622 1.2 2.94054 0 0.290524L0.324249 0C4.53395 5.54982 12 10 12 10Z");
    position: relative;
    top: -7px;
    left: 2px;
}

.meet-team .custom-nav button.owl-prev:hover,
.meet-team .custom-nav button.owl-next:hover {
    background-color: #b68f6d !important;
    border-color: #b68f6d !important;
}

.meet-team .custom-nav button.owl-prev:hover:after,
.meet-team .custom-nav button.owl-next:hover:after {
    background-color: #fff !important;
}


/*** BLOG-INFO ***/
.blog-info {
    padding: 70px 0px;
}

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

.blog-info .card {
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 25px;
    background: none;
    border: 1px solid rgba(255,255,255,0.2);
    height: calc(100% - 25px);
    transition: all .3s;
}

.blog-info .card:hover {
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .2);
}

.blog-info .card-img-top {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s linear all;
    transition: .3s linear all;
}

.blog-info .card-img-top img { 
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .6;
    -webkit-transition: .3s linear all;
    transition: .3s linear all;
}

.blog-info .card-body {
    padding: 15px 20px;
}

.blog-info .card:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-info .card h3 {
    line-height: 1.45;
    color: #b68f6d;
    color: #fff;
    font-size: 26px;
}

.blog-info .card p {
    color: #888;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5em;
}

.blog-meta {
    margin-bottom: 10px;
}

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


/*** FOOTER ***/
footer {
    padding: 120px 0px 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .logo-mark {
    max-height: 80px;
}

footer h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

footer p {
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.4;
}

.social-contacts span {
    display: flex;
    align-items: start;
    margin-bottom: 5px;
}

.social-contacts span i {
    color:#b68f6d;
    margin-right: 5px;
    position: relative;
    top: 3px;
    min-width: 25px;
    margin-right: 10px;
}

.social-contacts span a:hover {
    color: #b68f6d;
}

.social_icons {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.social_icons li {
    padding: 0;
    display: inline-block;
    margin: 0 15px 0 0;
}

.social_icons li a {
    width: 40px;
    line-height: 38px;
    border-radius: 50%;
    display: inline-block;
    border:1px solid #b68f6d;
    background: #b68f6d;
    color:#fff;
    text-align: center;
}

.social_icons li a:hover {
    color: #b68f6d;
    background: #fff;
    border-color: #fff;
}

.form-control {
    border-radius: 2px;
    padding: 10px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 18px;
}

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

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

footer .btn-default {
    width: 100%;
    line-height: 50px;
    font-size: 18px;
}

footer .logos {
    margin: 60px 0px 40px 0px;
}

footer .logos img {
    max-height: 140px;
    margin: 10px 20px;
}

footer .logos .agency-logo {
    max-height: 80px;
}

.copyright p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ccc;
}

footer h3, footer p, footer p a {
    color: #fff;
}


/*** INNER HEADER ***/
header.inner-header {
    background: #000;
    position: relative;
}

header.inner-header.fixed {
    position: fixed;
}

/*** PAGE BANNER ***/
.page-banner {
    position: relative;
    background: #0f0f0f;
    padding: 50px 0px;
}

.page-banner h1 {
    font-size: 40px;
    margin: 0px;
}

/*** TEAM PAGE ***/
.meet-team.inner-team .team-box {
    margin-bottom: 25px;
}

/*** ABOUT PAGE ***/
.about p a {
    color: #b68f6d;
}

.about p a:hover {
    color: #fff;
    text-decoration: underline;
}

/*** BUYSELLFORM ***/
.buysellform {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 70px 0px;
}

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

select.form-control {
    appearance: auto;
}

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

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

.info-small .btn-default {
    margin-top: 15px;
}

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

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

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

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

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

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

#calculate_lt:hover {
	color: #000 !important;
	background: #e9b78b !important;
}

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

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

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



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

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

.evaluation-box label {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    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: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
    display: inline-block;
}

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

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

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

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

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

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

.evaluation-box .checkbox-group label {
    flex: 0 1 calc(50% - 10px); 
    margin-bottom: 25px; 
}

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

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

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

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

.evaluation-box button {
    background: none;
}


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


.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: #000;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #b68f6d;
}

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

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

/* ✅ Success message (form sent) */
.wpcf7 form.sent .wpcf7-response-output {
  background: #f6f4ee; /* soft beige or light neutral background */
  color: #0a3a2a; /* elegant dark green accent */
  border: 2px solid #0a3a2a;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-family: 'Poppins', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 500px;
  margin: 1.5rem auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

/* ❌ Error message (validation failed or required fields missing) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #fdf2f2; /* soft red background */
  color: #8b0000; /* deep red text */
  border: 2px solid #e63946; /* elegant red border */
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-family: 'Poppins', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 500px;
  margin: 1.5rem auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

/* ⚠️ Individual field validation tips (inline error under fields) */
.wpcf7-not-valid-tip {
  color: #e63946; /* red accent for field warnings */
  font-size: 14px;
  margin-top: 4px;
  font-weight: 500;
}

/* ✨ Fade-in animation for both messages */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-backdrop {
    z-index: 99999;
}
 
.modal {
    z-index: 999999;
    padding: 0px !important;
}
 
.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
}
 
.modal.guide button.btn-close {
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
}
 
.modal.guide button.btn-close svg,
.modal.guide button.btn-close i {
    opacity: 0;
}
 
.modal.guide .modal-dialog {
    max-width: 600px !important;
}
 
.modal.guide .btn-default {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    margin-top: 25px;
}
 
.modal.guide .btn-default:hover {
    color: #fff;
    border: 2px solid #050a30;
    background: #050a30;
}
 
.modal.guide .section-title h2 {
    font-size: 45px;
}
 
.modal.guide .form-control {
    width: 100%;
    height: 51px;
    border: none;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    color: #000;
    margin: 10px 0px;
    padding: 0 15px;
    border-radius: 0px;
    outline: 0;
    box-shadow: none;
}
 
.modal.guide .form-control::-webkit-input-placeholder {
    color: #000;
}
 
.modal.guide textarea.form-control {
    height: 100px;
    resize: none;
    margin-top: 30px;
}

header .navbar-light .navbar-nav>.nav-item:hover>.nav-link,
header .navbar-light .navbar-nav>.nav-item.current-menu-item>.nav-link,
header .navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link {
    color: #b68f6d !important;
}
 
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li:hover>a.nav-link,
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li.active>a.nav-link,
.navbar-light .navbar-nav .nav-item>.sub-menu>li.current-menu-item>a {
    background: #b68f6d !important;
    color: #fff !important;
}
 
.side-menu ul.main-menu.navbar-nav>li.current_page_item>a,
.side-menu ul.main-menu.navbar-nav>li.current-menu-parent>a {
    background: none;
    color: #b68f6d;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li:hover a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.current_page_item>a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.active>a {
    color: #fff !important;
    background: #b68f6d !important;
}
 
/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button {
    margin-bottom: 5px;
    opacity: 1 !important;
    outline: 0px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #fff !important;
    font-size: 20px;
    line-height: 67px !important;
    padding: 0px 25px!important;
    text-align: center;
    border-radius: 0px;
    border: none;
    background: #b68f6d;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    transition-delay: .2s;
    width: max-content;
    font-family: "Poppins", sans-serif;
}
 
 
.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    color: #fff !important;
    background: #917155 !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;
    color: #fff;
    margin-bottom: 25px !important;
    font-size: 16px;
    font-weight: 500;
}
 
.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.guide .section-title h2 {
    color: #000;
}
 
.modal.guide .section-title p {
    color: #000;
}
 
.modal.guide .btn-default:hover {
    color: #fff;
    border: none;
    background: none;
}
 

body.home .our-expertise h6.sub-title {
    margin-bottom: 0px;
    display: inline-block;
    background:none;
   width: 100%; 
    text-align: center;
    border-radius: 0%;
	font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #b68f6d 0%, #af8663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}