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

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

body {
	font-size: 18px;
	background: #fff;
	color: #555555;
}

@font-face {
	font-family: 'BDSans';
	src: url('../fonts/BDSans-Black.eot');
	src: local('Beautifully Delicious Sans Black'), local('BDSans-Black'),
		url('../fonts/BDSans-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BDSans-Black.woff2') format('woff2'),
		url('../fonts/BDSans-Black.woff') format('woff'),
		url('../fonts/BDSans-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BDSans';
	src: url('../fonts/BDSans-Thin.eot');
	src: local('Beautifully Delicious Sans Thin'), local('BDSans-Thin'),
		url('../fonts/BDSans-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BDSans-Thin.woff2') format('woff2'),
		url('../fonts/BDSans-Thin.woff') format('woff'),
		url('../fonts/BDSans-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BDSans';
	src: url('../fonts/BDSans-Regular.eot');
	src: local('Beautifully Delicious Sans Regular'), local('BDSans-Regular'),
		url('../fonts/BDSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BDSans-Regular.woff2') format('woff2'),
		url('../fonts/BDSans-Regular.woff') format('woff'),
		url('../fonts/BDSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BDSans';
	src: url('../fonts/BDSans-Bold.eot');
	src: local('Beautifully Delicious Sans Bold'), local('BDSans-Bold'),
		url('../fonts/BDSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BDSans-Bold.woff2') format('woff2'),
		url('../fonts/BDSans-Bold.woff') format('woff'),
		url('../fonts/BDSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


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

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

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-family: "Syncopate", sans-serif;
	font-weight: 400;
}

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

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

h3 {
}

h4 {
}

h5 {
}

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

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

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

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

.section-title.white h2 {

}

.section-title h6 {
	color: #223b4d;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: "Lato", sans-serif;
}

.section-title.left h2 span {
	margin: 0;
}

.section-title h2 {
	color: #223b4d;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 50px;
	font-weight: 500;
}

.section-title h2 span {
	display: block;
	font-family: "Lato", sans-serif;
	color: #b2b6b7;
	font-size: 25px;
	text-align: right;
	position: relative;
	padding-top: 3px;
	letter-spacing: 0.05em;
	font-weight: 300;
	margin: 0px -15px;
}

.section-title h2 span em {
	font-style: normal;
	display: inline-block;
	background: #fff;
	padding-left: 30px;
	font-style: normal;
	font-weight: 300;
	position: relative;
	z-index: 2;
}

.section-title h2 span::after {
	display: block;
	width: 100%;
	height: 1px;
	background: #999999;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
	content: "";
}

.btn-default {
	border-radius: 5px;
	color: #223b4d;
	border: 2px solid #223b4d;
	outline: 0px;
	padding: 0px 40px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 54px;
	display: inline-block;
	letter-spacing: 1px;
	transition: all .4s ease-in-out;
	text-align: center;
}

.btn-default:hover {
	background: #223b4d;
	border-color: #223b4d;
	color: #fff;
}

.btn-default.fill {
	background: #223b4d;
	border-color: #223b4d;
	color: #fff;
}

.btn-default.fill:hover {
	background: none;
	border-color: #223b4d;
	color: #223b4d;
}

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

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

.btn-default.whitefill {
	background: #fff;
	border-color: #fff;
	color:#000;
}

.btn-default.whitefill:hover {
	background: #525252;
	border-color: #525252;
	color:#fff;
}

.img-style {
	background: url(../img/bg-imgstyle.jpg) bottom center no-repeat;
	background-size: cover;
	border-radius:20px;
}

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

@media only screen and (min-width:992px) {
	.header .navbar-collapse {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: space-between;
	}
}

.header.fixed {
	position: fixed;
	z-index: 999999;
	background: #223b4d;
	top: 0;
	left: 0;
}

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

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

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

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

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

.main-nav .navbar .navbar-nav>.nav-item:last-child {
	padding-right: 0px;
}

.main-nav .navbar .navbar-nav .nav-item.lbtn .nav-link {
	padding: 8px 30px;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	text-align: center;
	transition: all 0.6s ease;
	flex-shrink: 0;
	min-width: 117px;
	margin-left: 13px;
	border-radius: 7px;
}

.main-nav .navbar .navbar-nav .nav-item.lbtn:hover> .nav-link {
	background: #fff !important;
	color: #000 !important;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
	color: #fff;
	text-transform: uppercase;
	padding: 0px 0px;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1.4;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before,
.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after,
.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link:after {
	display: none;
}

.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: 16px;    
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	transition: all .3s;
}

.main-nav .navbar .navbar-nav .nav-item:hover>.nav-link.dropdown-toggle::before {
	transform: rotate(180deg);
	margin-top: -3px;
}

.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.active> .nav-link {
	background: none !important;
	color: #fff !important;
	opacity: .6;
}

.main-nav .navbar .navbar-nav .nav-item.active>.nav-link.dropdown-toggle::before {
	transform: rotate(180deg);
	margin-top: -3px;
}

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

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

.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-light .navbar-nav>.nav-item.menu-item-has-children>a::after {
	display: inline-block !important;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	font-size: 18px;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu,
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu {
	padding: 11px 0 0;
	list-style: none outside none;
	margin: 0;
	position: absolute;
	left: 50%;
	width: auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, 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: .65px;
	text-decoration: none !important;
	padding: 0px 14px;
	line-height: 32px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #fff !important;
	background: rgba(0, 0, 0, 1) !important;
	opacity: .6;
}

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

.header .navbar-nav.rt>.nav-item.tel .nav-link {
	display: flex;
	align-items: center;
	gap: 17px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1.8px;
}

.header .navbar-nav.rt>.nav-item.tel:hover .nav-link,
.header .navbar-nav.rt>.nav-item.tel:focus .nav-link {
	background: none !important;
	color: #fff !important;
}

.header .navbar-nav.rt>.nav-item.tel .nav-link i {
	margin-right: 0px;
	margin-top: -7px;
	font-size: 24px;
	vertical-align: middle;
}

.header .navbar-nav.rt>.nav-item:last-child {
	margin-left: 40px;
}

.header .navbar-nav.rt>.nav-item:last-child .nav-link {
	padding-right: 0px !important;
}

.header .navbar-nav.rt>.nav-item.logo-agency {
	margin-left: 10px;
}

.header .navbar-nav.rt>.nav-item.logo-agency img {
	height: 35px;
}


/*** HERO BANNER ***/
.hero-banner {
	height: 100vh;
	width: 100%;
	padding-bottom: 75px;
	margin-top: -105px;
	position: relative;
	overflow:hidden;
}

.hero-banner h1 {
	color: #fff;
	text-transform: uppercase;
	font-size:42px;
}

.hero-banner h2 {
	color: #fff;
	text-transform: uppercase;
	font-size:32px;
}

.hero-banner h3 {
	color: #fff;
	text-transform: uppercase;
	font-size:22px;
}

.hero-banner p {
	color: #fff;
	font-size: 20px;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero-video::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

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

.hero-banner .btn-default {
	border-color: #fff;
	color: #fff;
	margin: 0px 10px 0px 0px;
	min-width: 250px;
}

.hero-banner .btn-default:hover {
	border-color: #223b4d;
}


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

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

/*** CTA ***/
.cta {
	padding: 100px 0px;
	background: #223b4d;
}

.cta a {
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 30px;
	width: 100%;
	text-align: center;
	position: relative;
	height: 197px;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.cta a:before {
	background:  linear-gradient(rgba(28, 57, 72, 0.8));
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.cta a span {
	position: relative;
	z-index: 9;
	text-transform: uppercase;
}

.cta a b {
	position: relative;
	z-index: 9;
	font-size:27px;
	font-family: "Syncopate", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.cta a:hover::before {
	background:  linear-gradient(rgba(0, 0, 0, 0.8));
}

/*** STATS ***/
.stats {
	background:url(../img/bg-stats.jpg) 50% 50% fixed no-repeat;
	background-size: cover;
	padding: 100px 0px;
}

.stats .stats-group {
	background:rgba(0, 0, 0, 0.8);
	padding:100px 50px;
	border-radius: 30px;
}

.stats .stats-box {
	display: flex;
	gap: 0px;
	justify-content: space-around;
}

.stats .stats-box>div {
	text-align: center;
	padding: 0px 60px;
	border-right: 1px solid rgba(255,255,255,0.5);
}

.stats .stats-box>div:last-child {
	border-right: 0px;
}

.stats .stats-box * {
	color: #fff;
}

.stats .stats-box .number {
	font-size: 36px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
}

.stats .stats-box p {
	text-transform: uppercase;
	font-size: 17px;
}

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

.property-box {
	margin-bottom: 30px;
}

.property-box .img {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 40px;
	margin-bottom: 15px;
}

.property-box .img img {
	object-position: center;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s ease-in-out;
}

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

.property-box h3 {
	text-transform: uppercase;
	letter-spacing: .64px;
	font-size: 16px;
	margin: 0;
	font-weight: 300;
}

.property-box h4 {
	letter-spacing: .64px;
	font-size: 16px;
	margin: 0;
	font-weight: 700;
}

.property-box .property-details ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

.property-box .property-details ul li {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .64px;
	line-height: 1;
	text-transform: uppercase;
	color: #555555;
	margin: 0;
	padding: 0 10px;
	border-right: solid 1px #555555;
}

.property-box .property-details ul li:first-of-type {
	padding-left: 0;
}

.property-box .property-details ul li:last-of-type {
	border-right: none;
}

.properties .owl-stage-outer {
	width: 100vw;
}

.properties .owl-nav {
	position: absolute;
	bottom: -110px;
	z-index: 99999;
}

.properties .owl-nav button span {
	width:58px;
	height: 58px;
	border-radius: 100%;
	border: 2px solid #223b4d;
	display: inline-block;
	font-size:36px;
	line-height: 48px;
}

.properties .owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}

.properties .owl-nav button:hover span {
	background: #223b4d;
}

.properties .btn-default {
	position: relative;
}

.p-relative {
	position: relative;
}

.properties hr {
	width:72%;
	border:1px solid #223b4d;
	opacity: 1;
	position: absolute;
	left: 0px;
	bottom:10px;
}

.properties .btn-default:before {
	content: '';
	position: absolute;
	top: 27.5px;
	right:110%;
	width:45vw;
	height: 2px;
}

/*** TESTIMONIALS ***/
.testimonials {
	padding: 100px 0px;
	text-align: center;
	background:url(../img/bg-stats.jpg) 50% 50% fixed no-repeat;
	background-size: cover;
}

.testimonials .item p b {
	text-transform: uppercase;
	font-family: "Syncopate", sans-serif;
	font-weight: 900;
}

.testimonials .bg-white {
	padding: 50px 50px;
	background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)) !important;
	border-radius: 20px;
}

.testimonials .owl-nav {
	z-index: 99999;
}

.testimonials .owl-nav button span {
	width:58px;
	height: 58px;
	border-radius: 100%;
	border: 2px solid #223b4d;
	display: inline-block;
	font-size:36px;
	line-height: 48px;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}

.testimonials .owl-nav button:hover span {
	background: #223b4d;
}

/*** SOCIAL MEDIA ***/
.social-media {
	padding: 75px 0px;
	background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)), url(../img/cta1.jpg) 50% 50% no-repeat !important;
	background-size: cover !important;
}

.social-media #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay,
.social-media .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-link {
	border-radius: 20px;
}

/*** GET IN TOUCH ***/
.get-in-touch {
	background: #fff;
	padding: 100px 0px;
}

.form-box .form-control {
	border-radius: 5px;
	border: 2px solid #e8e8e8;
	padding: 0px 15px;
	width: 100%;
	margin-bottom: 15px;
	height: 60px;
}

.form-box textarea.form-control {
	height: 100px;
	resize: none;
	padding: 10px 15px;
	line-height: 1.5;
}

.form-box .btn-default {
	background: transparent;
}

.form-box .btn-default:hover {
	background: #223b4d;
}

.get-in-touch .btn-default.fill {
	padding:0px !important;
	width:100% !important;
}

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

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

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

.blogbox:hover>img {
	transform: scale(1.05);
}

.blogbox .text {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: end;
	padding: 40px 30px;
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.44%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.44%, rgba(0, 0, 0, 0.5) 100%);
	pointer-events: none;
}

.blogbox h6 {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
}

.blogbox h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: "Lato", sans-serif;
}

.blogbox p {
	color: #fff;
	font-size: 15px;
	line-height: 27.2px;
	margin-bottom: 0px;
}

.blogbox-right:last-child {
	margin-bottom: 0px;
}

.blogbox-right {
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	gap: 20px;
}

.blogbox-right .img {
	min-width: 35%;
	object-fit: cover;
	transition: all .3s;
	position: relative;
	overflow: hidden;
}

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

.blogbox-right .img:hover>img {
	transform: scale(1.05);
}

.blogbox-right .text {
	min-width: 65%;
	padding: 10px 0px 0px 0px;
}

.blogbox-right h6 {
	color: #0c0f24;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
}

.blogbox-right h3 {
	color: #0c0f24;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: "Lato", sans-serif;
}

.blogbox-right p {
	color: #0c0f24;
	font-size: 15px;
	line-height: 27.2px;
	margin-bottom: 0px;
}


/*** FOOTER ***/
.footer {
	padding: 75px 0px 30px 0;
	background: #fff;
}

.footer .logos {
	display: flex;
	gap: 50px;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.footer .logo img {
	max-height: 55px;
	filter: brightness(0) saturate(100%) invert(18%) sepia(13%) saturate(2131%) hue-rotate(163deg) brightness(91%) contrast(86%);
}

.footer .agency-logo img {
	filter: brightness(0) saturate(100%) invert(18%) sepia(13%) saturate(2131%) hue-rotate(163deg) brightness(91%) contrast(86%);
}

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

.footer .contact-details {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin: 50px 0px 0px 0px;
}

.footer hr {
	margin: 30px 0px;
}

.footer .contact-details a {
	color: #223b4d;
}

.footer .contact-details a:hover {
	opacity: 0.6;
}

.foot-menu {
	margin-bottom: 30px;
}

.foot-menu li {
	display: inline-block;
	list-style: none;
	margin: 0px 30px;
}

.foot-menu li a {
	color: #223b4d;
	text-transform: uppercase;
}

.foot-menu li a:hover {
	opacity: 0.6;
}

.footer p {
	color: #223b4d;
}

.footer p a {
	font-weight: bold;
	color: #223b4d;
	text-decoration: underline;
}


/*** SIDEMENU ***/
.menu-btn {
	min-width: 20px;
	min-height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	margin-left: 40px;
	justify-content: end;
	text-align: right;
}

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

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

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

.side-menu {
	background: #fff;
	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: #000;
	font-size: 17px;
	padding: 7px 0px;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	font-weight: 400;
}

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

.side-menu a.CloseBtn {
	float: right;
	color: #fff;
	background: #223b4d;
	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:hover>a,
.side-menu .menu-item-has-children.active>a {
	color: #223b4d !important;
}

.side-menu .menu-item-has-children>a:after {
	content: '';
	width: 25px;
	height: 25px;
	background: #000;
	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.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: #fff;
	border: none;
	border-radius: 0;
	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: #223b4d !important;
}

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

.side-menu .contact-details {
	padding: 30px 0px;
	border-top: 1px solid rgba(0,0,0,0.46);
	border-bottom: 1px solid rgba(0,0,0,0.46);
}

.side-menu .contact-details a {
	color: #000;
	margin: 0px 10px;
}

/** PAGE BANNER ***/
.page-banner {
	height: 50vh;
	padding-top: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.page-banner .section-title {
	margin: 0;
}

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

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

/*** ABOUT PAGE ***/
.about .contact-details {
	max-width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #000;
	margin-top: 35px;
	margin-bottom: 65px;
}

.about .contact-details li {
	justify-content: start;
	padding: 0px;
	border: none;
	margin-bottom: 10px;
}

.about .contact-details li a {
	font-size: 16px;
}

.about .contact-details a:hover {
	color: #223b4d;
}

.about .contact-details .fa {
	display: inline-block;
	font-size: 16px;
	min-width: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: #223b4d;
	margin-right: 10px;
}

section {
	overflow: hidden;
}

/*** WHY WORK ***/
.why-work {
	padding: 100px 0px;
	background: #223b4d;
}

.why-work .list {
	color: #fff;
	font-size: 16px;
}

.why-work .list li {
	margin-bottom: 5px;
}


/*** BUYSELL ***/
.about.buysell .btn-link:hover {
	color: #223b4d;
}

.about.buysell {
	padding: 75px 0px;
}


/*** BUYSELL FORM ***/
.buysellform {
	background:url(../img/bg-stats.jpg) 50% 50% fixed no-repeat;
	background-size: cover;
	padding: 100px 0px;
}

.buysellform .bg-forms {
	background:rgba(0, 0, 0, 0.8);
	padding:100px 50px;
	border-radius: 30px;
}

.buysellform h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.buysellform .form-control {
	border-radius: 2px;
	padding: 10px 20px;
	box-shadow: none;
	resize: none;
	outline: none;
	height: 50px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border: none;
	margin-top: 18px;
}

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

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

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

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

.buysellform .consent-ctn label,
.buysellform .consent-ctn a {
	color: #000;
}

.select2-container--default .select2-selection--multiple {
	height: auto!important;
	border-radius: 2px!important;
	padding: 10px 20px!important;
	box-shadow: none!important;
	resize: none!important;
	outline: none!important;
	font-size: 16px!important;
	background-color: #fff!important;
	border: none!important;
	margin-top: 18px!important;
}

.select2-container .select2-search--inline .select2-search__field {
	color: #000!important;
	margin-top: 0!important;
}

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

.info-small .btn-default {
	width: auto;
}



/*** GET IN TOUCH CONTACTPAGE ***/
.get-in-touch.contactpage {

}

.get-in-touch.contactpage textarea {

}

.get-in-touch.contactpage .form-box textarea.form-control {
	height: 120px;
}

.get-in-touch.contactpage .bg {
	padding: 100px 60px;
	border-radius: 15px;
	background: #223b4d;
}

.get-in-touch.contactpage .bg .logo img {
	max-width: 320px;
}

.get-in-touch.contactpage .contact-details {
	max-width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #fff;
	margin-top: 35px;
	margin-bottom: 0px;
}

.get-in-touch.contactpage .contact-details li {
	justify-content: start;
	padding: 0px;
	border: none;
	margin-bottom: 14px;
}

.get-in-touch.contactpage .contact-details li a {
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
}

.get-in-touch.contactpage .contact-details a:hover {
	color: #fff;
	text-decoration: underline;
}

.get-in-touch.contactpage .contact-details .fa {
	display: inline-block;
	font-size: 16px;
	min-width: 30px;
	line-height: 30px;
	color: #223b4d;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
}

.get-in-touch.contactpage .divider {
	display: inline-block;
	width: 150px;
	height: 2px;
	background: #fff;
}

.get-in-touch.contactpage .contact-details.social-links {
	display: flex;
}

.get-in-touch.contactpage .contact-details.social-links .fa {
	font-size: 22px;
	min-width: 45px;
	line-height: 45px;
}

.get-in-touch.contactpage .contact-details.social-links .fa:hover {
	opacity: .5;
}


/*** CALC INFO ***/
.calc-info {
	padding: 70px 0px;
	overflow: hidden;
	background: #f5f5f5;
}

mw-calc-panel-body, mw-calc-section {
	background:#223b4d !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 {
	border-radius: 0px !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	background: none !important;
}

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

mw-calc-table {
	background: #223b4d;
}

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

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

/*** EVALUATION BOX ***/
.evaluation-box {
	padding: 75px 0px;
	position: relative;
	background: #f5f5f5;
}

.evaluation-box .section-title h2 {
	line-height: 1;
	margin-bottom: 30px;
}

.evaluation-box .bg-form {
	padding:75px 50px;
	background: #223b4d;
	border-radius:25px;
}

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

.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;
	margin-left: 0px !important;
	display: inline-block;
	height: inherit;
}

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

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

.evaluation-box .btn-default.bordered:hover, .evaluation-box .btn-default.bordered.active {
	background: #fff;
	border-color: #fff;
	color: #000;
	font-weight: 600;
}

.evaluation-box .btn-default.active {
	background: #000;
	border-color: #000;
	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: #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;
	color: #fff;
}

.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 {
	border-radius: 0px;
	padding: 10px 20px;
	box-shadow: none;
	resize: none;
	outline: none;
	height: 50px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border: none;
	margin-bottom: 18px;
}

.evaluation-box .form-control::-webkit-input-placeholder {
	color: #555;
}

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


/*** TESTIMONIALS INFO ***/
.testimonials-info {
	padding: 70px 0px 100px 0px;
}

.testibox {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	padding: 40px 0px;
	padding-left: 80px;
	position: relative;
}

.testibox .icon {
	position: absolute;
	top: 43px;
	left: 0px;
	font-size: 40px;
	opacity: .2;
	color: #223b4d;
}

.testibox h6 {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/*** PARTNERS ***/
.partners {
	padding: 75px 0px;
}

.partner-box {
	background:#f8f8f8;
	padding: 30px 30px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
	height:calc(100% - 30px);
}

.partner-box h4 {
	font-weight: 500;
	font-size: 26px;
	text-transform: uppercase;
}

.partner-box a {
	width: 100%;
	display: inline-block;
	transition: all 0.5s ease-out;
}

.partner-box a:hover {
	color: #223b4d;
	font-weight: 600;
}

.why-work-with-me {
	position: relative;
}

.why-work-with-me img {
	position: relative;
	z-index: 999;
}

.why-work-with-me:after {
	content: '';
	width: 70%;
	height:75%;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #223b4d;
}

.why-work-with-me .bg-white {
	padding: 60px;
	position: relative;
	z-index: 9;
}


#calculate_lt {
	border-radius: 25px !important;
}

.evaluation-box .form-control {
	border-radius: 5px;
}

.buysellform .form-control::-webkit-input-placeholder {
	color: #6e6a6a;
}

mw-calc-panel-body, mw-calc-section {
	border-radius: 25px !important;
}

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

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


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

body.blog{
	padding:0px;
}

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

.navigation li a:hover,
.navigation li.active a {
	color:#fff;
	background-color: #223b4d;
}

/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
	margin-bottom: 5px;
	opacity: 1 !important;
	outline: 0px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	overflow: visible;
	width: max-content;
	text-align: center;
	color: #fff !important;
	border: 1px solid #fff;
	font-family: "Montserrat", sans-serif;
	background: none;
	outline: 0px;
	padding: 0px 30px !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 50px !important;
	border-radius: 0px;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	min-width: inherit;
	font-weight: 400;
	text-align: center;
}

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

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

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

.evaluation-box .checkbox-group .wpcf7-list-item {
	flex: 0 1 calc(50% - 10px);
	margin: 0px;
	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;
}

span.wpcf7-list-item {
	margin: 0px;
}

.header {
	padding: 15px 20px;
}

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

.main-nav .navbar .navbar-nav .nav-item .nav-link {
	font-size: 16px;
}

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

.main-nav .navbar .navbar-nav .nav-item .nav-link {
	font-size: 15px;
}

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

.navbar-light .navbar-nav>.nav-item:hover>a, .navbar-light .navbar-nav>.nav-item.active>a, .navbar-light .navbar-nav>.nav-item.current-menu-item>a, .navbar-light .navbar-nav>.nav-item.current-menu-parent>a {
	background: none !important;
	color: #fff !important;
	opacity: .6;
}

.side-menu ul.main-menu li:hover>a, .side-menu ul.main-menu li.active>a, .side-menu ul.main-menu li.current_page_item>a, .side-menu ul.main-menu li.current-menu-parent>a {
	background: none;
	color: #223b4d !important;
	font-weight: bold !important;
}

section.info-small.blogdetails h2 {
	color: #223b4d;
	margin-top: 30px;
}

section.info-small.blogdetails figure.article-image.hero-image img {
	width: 100%;
}

section.info-small.blogdetails h3 {
	margin-top: 40px;
	color: #223b4d;
}

section.info-small.blogdetails ul {
	padding-left: 22px;
}
.buysellform .form-control {
    color: #212529;
}
 
.buysellform .form-control::-webkit-input-placeholder {
    color: rgba(33, 37, 41, 0.75);
}
section.info-small.blogdetails ul li::marker {
	color: #223b4d;
}
section.info-small.blogdetails h2 {
	font-size: 38px;
}

section.info-small.blogdetails figure.article-image img {
	height: 70vh;
	object-fit: cover;
	width: 100%;
}

.buysellform .bg-forms {
	background: rgb(199 196 196 / 90%);
}


section.hero-banner h6 {
	color: #fff;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: "Syncopate", sans-serif;
	font-weight: 400;
}

.buysellform h4 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}