@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


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

body {
	font-size: 16px;
	color: #000;
	font-family: "DM Sans", sans-serif;
}

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

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

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:#050a30;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
}

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

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

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

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

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

p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 2;
}

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

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

.btn-default {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #050a30;
	border-radius: 0px;
	border: 2px solid #050a30;
	outline: 0px;
	padding: 15px 40px;
	transition: all .4s ease-in-out;
}

.btn-default:hover {
	background: #050a30;
	border-color: #050a30;
	color: #fff;
}

.btn-default.blackfill {
	background: #050a30;
	border-color: #050a30;
	color: #fff;
}

.btn-default.blackfill:hover {
	background: none;
	border-color: #050a30;
	color: #050a30;
}

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

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

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

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

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

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

.section-title h6 {
	color: #000;
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 0;
}

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

.section-title h2 {
	font-family: "Playfair Display", serif;
	color: #050a30;
	line-height: 1;
	font-size: 65px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
}

.section-title h2 span {
	display: block;
	font-family: "DM Sans", sans-serif;
	color: #999999;
	font-size: 22px;
	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: "";
}


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1600px;
	padding-left: 100px;
	padding-right: 100px;
}

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

.broker-img-ctn {
	position: relative;
}

.broker-img-ctn::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	background: #A88948;
	z-index: -1;
}

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

@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: 999;
	background: #050a30;
	padding: 15px 15px;
}

.header .navbar-brand img {
	max-height: 100px;
	transition: all .3s;
}

.header.fixed .navbar-brand img {
	max-height: 80px;
}

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

.navbar-brand-inner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.header .navbar-brand.logo a {
	display: none;
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	line-height: .4;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	opacity: 1;
	pointer-events: none;
}

.header .navbar-brand .agency-logo {
	width: 175px;
	filter: brightness(0) invert(1);
}

.header.fixed .navbar-brand.logo a,
.header.inner-pages .navbar-brand.logo a {
	display: block;
	pointer-events: all !important;
}

.header .navbar-brand.logo a span {
	font-family: "DM Sans", sans-serif;    
	font-size: 14.6px;
	line-height: 1.2;
	letter-spacing: 0.33em;
	transition: all 0.6s ease;
}

.navbar-brand .logo img {
	max-height: 50px;
	margin-top: -15px;
}

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

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

.main-nav .navbar .navbar-nav .nav-item .nav-link {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 0px;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.4;
	font-family: "Lato", sans-serif !important;
	position: relative;
}

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

.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.active>.nav-link:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -4px;
	left: 0;
}

.main-nav .navbar .navbar-nav>.nav-item.lbtn.active>.nav-link:before {
	display: none !important;
}

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

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

.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
	color: #fff !important;
	font-size: 14px;
}

.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-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: 35px;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #fff !important;
	background: rgba(5, 10, 48,.8) !important;
	margin-bottom: 1px;
}

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

section {
	overflow: hidden;
}

/*** HERO ***/
.hero {
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.hero-content {
	position: absolute;
	z-index: 5;
	width: 100%;
	bottom: 85px;
	left: 0;
}

.hero .logo {
	max-height: 300px;
	margin-bottom: 40px;
}

.hero video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

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

.hero .container {
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
}

.hero .hero-btn-ctn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.hero .btn-default {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	border: 2px solid #ffffff;
	border-width: 2px;
	background: transparent;
	margin: 0px 5px;
}

.hero .btn-default:hover {
	background: #050a30;
	color: #fff;
	border-color: #050a30;
}

.hero .btn-default.btn-white:hover {
	background: #050a30;
	color: #fff;
	border-color: #050a30;
}

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

.social-fix {
	position: fixed;
	right: 35px;
	top: 50%;
	z-index: 15;
	transform: translate(0, -50%);
}

.social-fix ul {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	list-style: none;
}

.social-fix  ul li {
	margin: 5px 0;
}

.social-fix  ul li.st-divider {
	background-color: rgba(255, 255, 255, 0.2);
	width: 1px;
	height: 54px;
}

.social-fix ul li a {
	font-size: 20px;
	display: flex;
	width: 36px;
	height: 36px;
	background: #f9f9f9;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: all 0.6s ease;
	color: #050a30;
}

.social-fix  ul li .ai-font-envelope-f {
	font-size: 12px;
}

/*** PROPERTIES ***/
.properties {
	padding-top: 0;
	padding-bottom: 80px;
}

.properties.property-page {
	padding: 80px 0;
}

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

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

.propertybox .img:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgba(9, 9, 121, 0) 0%, #000 100%);
	z-index: 15;
	transition: all 0.6s ease;
	opacity: 0;
}

.propertybox .img:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.30);
	background-size: 100%;
	z-index: 2;
}

.propertybox:after {
	display: block;
	width: 0;
	background: #050a30;
	height: 12px;
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	max-width: 238px;
	transition: all 0.6s ease;
}

.propertybox:hover:after {
	width: 100%;
}

.propertybox:hover .img:before {
	opacity: 1;
}

.sold-properties .propertybox:hover .img::before {
	opacity: 0;
}

.propertybox .img img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / .7;
}

.home-property-swiper .propertybox .img {
	aspect-ratio: 1 / 1;
}

.home-property-swiper .propertybox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.propertybox .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 25px;
	z-index:9;
}

.propertybox .text h3 {
	font-family: "Playfair Display", serif;
	font-size: 30px;
	letter-spacing: 0.14em;
	line-height: 1;
	color: #fff;
	margin-bottom: 15px;
}

.propertybox .text p {
    font-size: 20px;
	line-height: 1.2;
	color: #fff;
	margin: 5px 0 15px 0;
	font-weight:bold;
}

.propertybox .text ul {
	display: flex;
	margin-top: 4px;
	list-style: none;
	padding: 0;
	color: #fff;
	margin: 0;
}

.propertybox .text ul li {
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.502);
	letter-spacing: 0.14em;
	line-height: 1;
}

.propertybox .text ul li:first-child {
	border-left: 0;
	padding-left: 0;
}

.propertybox .see-more-ctn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
	z-index: 16;
	opacity: 0;
}

.propertybox:hover .see-more-ctn {
	opacity: 1;
}

.propertybox .see-more-ctn span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .5px;
	color: #fff;
	background: transparent;
	border: 2px solid #ffffff;
	padding: 12px 30px;
}

.propertybox:hover span {
	bottom: 0;
}

.sold-properties .prop-btn-ctn,
.properties .prop-btn-ctn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.sold-properties .swiper-button-next,
.sold-properties .swiper-button-prev,
.properties .swiper-button-next, 
.properties .swiper-button-prev {
	position: relative;
    width: 60px;
    height: 57px;
	top: unset;
    color: #050a30;
	border: 2px solid #050a30;
    background: rgba(255, 255, 255, .6);
    outline: none;
    cursor: pointer;
    overflow: hidden;
    transition: 0.4s all ease;
	margin: 0;
}

.sold-properties .swiper-button-next:hover,
.sold-properties .swiper-button-prev:hover,
.properties .swiper-button-next:hover, 
.properties .swiper-button-prev:hover {
    color: #fff;
    background: #050a30;
}

.sold-properties .swiper-button-next::after,
.sold-properties .swiper-button-prev::after,
.properties .swiper-button-prev:after, 
.properties .swiper-button-next:after {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.propertybox span {
	display: block;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: #fff;
	border: 2px solid #ffffff;
	background: transparent;
	transition: all 0.6s ease;
}

.propertybox .address span {
    position: unset;
    border: 0px;
    max-width: unset;
    font-size: 14px;
    text-align: left;
    text-transform: unset;
    line-height: 2;
	font-weight:normal;
}

.properties .arrowstyle {
	margin-top: 40px;
}

.properties .arrowstyle button {
	background: none !important;
	margin: 0;
	border: none !important;
	margin: 0px 13px;
	margin-top: 10px;
}

.properties .arrowstyle .btn-default {
	vertical-align: top;
}

.properties .arrowstyle i {
	font-size: 34px;
	color: #999999;
}

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

.about p {
	font-size: 16px;
	color: #000;
	line-height: 1.8;
	letter-spacing: 0.02em;
	margin: 15px 0;
}

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

.about .section-title {
	padding-top: 50px;
}

/*** SOLD-MAP ***/
.sold-properties {
	padding: 0 0 70px 0;
}

.sold-properties label {
	width: 100%;
	color: #fff;
	position: absolute;
	display: block;
	max-width: 133px;
	right: 33px;
	top: 30px;
	background:#050a30;
	border: 2px solid #050a30;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.6s ease;
	line-height: 42px;
	letter-spacing: 0.14em;
	z-index:99999;
	font-weight:bold;
}

.sold-properties .propertybox .text p {
	color:#fff !important;
}

/*** REVIEWS ***/
.reviews {
	padding-top: 30px;
}

.reviews .reviews-ctn {
	padding: 0 75px;
}

.reviews .stars-ctn {
	text-align: center;
	margin-bottom: 35px;
}

.reviews .stars i {
	font-size: 23px;
	color: #999999;
}   

.reviews p {
	line-height: 2.1;
	letter-spacing: 0.05em;
	font-size: 18px;
	color: #000;
	text-align: center;
	margin: 0;
}   

.reviews h3 {
	font-family: "DM Sans", sans-serif;
	color: #000;
	line-height: 1.5;
	letter-spacing: 0.19em;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 57px;
	padding-bottom: 15px;
}

.reviews  .swiper-button-next, 
.reviews .swiper-button-prev {
    color: #999999;
}

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

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

.ctas .space>div {
	padding: 0px 20px;
}

.ctas a {
	display: inline-block;
	border: 1px solid #050a30;
	width: 100%;
	padding: 0 40px;
	color: #050a30;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	height: 130px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
	transition: all 0.6s ease;
	position: relative;
	margin-bottom: 20px;
}

.ctas a:after {
	display: block;
	width: 2px;
	height: 97px;
	position: absolute;
	right: 10%;
	background: #d1d3d4;
	content: "";
	top: 50%;
}

.ctas a:hover {
	background: #050a30;
	background-size: cover;
	color: #ffffff;
	border-color: #050a30;
}

.ctas a span {
	font-family: "Playfair Display", serif;
	display: block;
	letter-spacing: 0.05em;
	font-size: 23px;
	padding-top: 0px;
	transition: all 0.6s ease;
}

/*** SOCIALINFO ***/
.socialinfo {
	padding-bottom: 80px;
}

.sociallist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.sociallist .userimg {
	display: flex;
	align-items: center;
}

.sociallist .userimg .img .fa {
	width: 66px;
	height: 66px;
	background: #050a30;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin-right: 20px;
	flex-shrink: 0;
}

.socialinfo .userimg .text {
	width: 75%;
}

.sociallist .userimg h3 {
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #000;
	text-transform: inherit;
}

.sociallist .userimg p {
	margin-top: 10px;
	color: #000;
	line-height: 1.5;
}

.sociallist .btn-default {
	min-width: 178px;
	text-align: center;
	line-height: 42px;
	text-transform: capitalize;
	padding: 0px 20px;
	font-weight: 400;
	margin-left: 13px;
	min-width: fit-content;
}

.sociallist .btn-default i {
	margin-right: 6px;
	vertical-align: middle;
	font-size: 22px;
}

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

.faceimg:hover img {
	opacity: 0.9;
}

.faceimg img {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}

/*** CONTACTFORM ***/
.contactform {
	background: linear-gradient(rgba(5, 10, 48, 0.8), rgba(5, 10, 48, 0.8)), url(../img/bgform.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0px;
}

.contactform .container {
	position: relative;
	z-index: 3;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
}

.contactform .section-title h2 {
	margin: 0px;
	font-size: 57px;
	text-transform: uppercase;
	margin-top: 20px;
}

.contactform .section-title p {
	margin: 0px;
	color: #ffffff;
	padding-top: 5px;
	text-transform: uppercase;
	font-weight: 300
}

.contactform .form-control {
	width: 100%;
	background: transparent;
	border: none;
	height: 31px;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 0;
	border: none;
	border-bottom: 1px solid #ffffff;
	outline: none !important;
	box-shadow: none !important;
	margin-bottom: 20px;
}

.contactform .form-control::-webkit-input-placeholder,
.contactform .form-control::-moz-placeholder {
	color: #fff;
}

.contactform .form-control:focus {
	color: #fff;
	border: none;
	background: transparent;
	border-bottom: 1px solid #ffffff;
}

.contactform .btn-default {
	font-size: 13px;
	letter-spacing: 0.14em;
	line-height: 44px;
	padding: 0px 30px;
	margin-top: 40px;
}

.contactform textarea.form-control {
	height: 115px;
	margin-top: 10px;
	margin-bottom: 0;
	resize: none;
}

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

.contactform .consent-ctn a {
	text-decoration: underline;
}

/*** FOOTER ***/
.footer {
	position: relative;
	padding-top: 80px;
}

.footer .logo {
	display: inline-block;
}

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

.footer img.agency-logo {
	width: 250px;
}

.footer h3 {
	color: #050a30;
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: "Playfair Display", serif;
}

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

.footer .links ul li a {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	color: #2f2f2f;
	margin-bottom: 10px;
}

.footer .links ul li a:hover {
	color: #050a30;
}

.footer p {
	color: #2f2f2f;
}

.footer p a {
	color: #2f2f2f;
}

.footer p a:hover {
	color: #050a30;
}

.footer form {
	position: relative;
}

.footer .form-control {
	width: 100%;
	display: inline-block;
	border-radius: 0;
	height: 57px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: #828282;
	color: #050a30;
	outline: none;
	border: 1px solid #2f2f2f;
	background: transparent;
	padding: 0px 60px 0px 15px;
	box-shadow: none !important;
	outline: none !important;
	margin: 0px;
}

.footer .submitbtn {
	position: absolute;
	top: 0;
	right:0;
	width: 56px;
	line-height: 55px;
	border: none;
	color: #fff;
	font-size: 20px;
	background: #050a30;
}

.footer .social-items {
	display: flex;
}

.footer .social-items a {
	width: 47px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 21px;
	text-align: center;
	color: #ffffff;
	background: #050a30;
	border-radius: 50%;
	margin: 0 6px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.footer .social-items a:hover {
	background: #000;
}

.footer .copy p {
	margin-top: 50px;
	padding: 20px 0px;
	border-top: 1px solid #c3c3c3;
}

.footer .copy img {
	margin-left: 5px;
}

/*** MOBILE SIDE MENU AND TOPBAR ***/
.topbar {
	display: flex;
	justify-content: end;
	padding: 12px 24px;
	width: 100%;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0, 1, 1, .09);
	-moz-box-shadow: 0 2px 7px rgba(0,1,1,.09);
	box-shadow: 0 2px 7px rgba(0, 1, 1, .09);
}

.topbar .tel {
	color: #050a30;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
}

.menu-btn {
	align-items: center;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: end;
    line-height: 4px;
    position: absolute;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.menu-btn:hover {
	background: #050a30;
	color: #fff;
}

.menu-btn .spans {
    position: relative;
    width: 25px;
}

.menu-btn span {
	background: #fff;
    display: inline-block;
    height: 1px;
    margin: 3.5px 0;
    transition: all 0.3s;
}

.side-menu {
	position: fixed;
	left: -100%;
	width: 50%;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:999999;
	overflow: hidden;
	overflow-y: auto;
	height: 100vh;
	background: #fff;
}

.side-menu.mobile-is-open {
	left: 0;
}

.side-menu .btn-close {
	cursor: pointer;
}

.side-menu .img img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

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

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

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

.side-menu ul.main-menu {
	width: 100%;
	margin: 0;
	padding: 0 10px;
}

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

.side-menu ul.main-menu>li>a {
	border-bottom: 1px solid #ededed;
}

.side-menu ul.main-menu li a {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	text-align: left;
	color: #858585;
	padding: 10px 0;
}

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

a.menu-btn.active span:nth-child(2) {
	opacity: 0;
}

a.menu-btn.active span:nth-child(1) {
	transform: rotate(-45deg);
	position: relative;
	top: 14px;
}

a.menu-btn.active span:last-child {
	transform: rotate(45deg);
	width: 100%;
	position: relative;
	top: -4px;
}

a.menu-btn.active span:last-child {
	width: 100%;
}

.side-menu .menu-item-has-children {
	cursor: pointer;
}

.side-menu .menu-item-has-children>a {
	pointer-events: none;
	cursor: pointer;
	position: relative;
}

.side-menu ul.main-menu > li.menu-item-has-children > a::after {
	display: inline-block;
	margin-left: 8px;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0px;
	border-left: 0.3em solid transparent;
}

.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: #f5f5f5;
	padding: 0px 0px !important;
	display: none !important;
	top: 0 !important;
	box-shadow: none;
	border: none;
	background: #f5f5f5;
}

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

.side-menu ul.main-menu li ul.sub-menu li:hover a,
.side-menu ul.main-menu li ul.sub-menu li.current_page_item>a,
.side-menu ul.main-menu li ul.sub-menu li.active>a  {
	background: #050a30 !important;
	color: #fff !important;
}

.side-menu ul.main-menu li ul.sub-menu li a {
	color: #050a30;
	font-size: 15px;
	padding: 0px 15px;
	line-height: 35px;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #f7f7f7;
	background-color: #d5d2d2;
}

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

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

.backdrop-sidemenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0009;
	pointer-events: none;
	opacity: 0;
	transition: all .3s;
	z-index:9999;
}

.backdrop-sidemenu.active {
	opacity: 1;
	pointer-events: all;
}

.mobile-menu-ctn {
	height: calc(100% - 56px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 50px;
}

.mobile-menu-ctn .contact-ctn {
	padding: 0 10px 40px;
}

.mobile-menu-ctn .contact-ctn .info-ctn {
	text-align: left;
	margin-bottom: 25px;
}

.mobile-menu-ctn .contact-ctn .info-ctn p {
	font-family: "Playfair Display", serif;
	font-size: 26px;
	line-height: 1;
	color: #050a30;
}

.mobile-menu-ctn .contact-ctn .info-ctn a {
	font-size: 16px;
	font-weight: 500;
	color: #858585;
	border-bottom: solid 1px #ededed;
	padding: 8px 0;
	transition: all .3s ease;
}

.mobile-menu-ctn .contact-ctn .info-ctn a:last-of-type {
	border-bottom: none;
}

.mobile-menu-ctn .contact-ctn .info-ctn a:hover {
	color: #050a30;
}

.mobile-menu-ctn .contact-ctn .info-ctn i {
	margin-right: 5px;
}

.mobile-menu-ctn .contact-ctn ul {
	display: flex;
	align-items: center;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-menu-ctn .contact-ctn ul li a {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	color: #fff;
	border-radius: 50%;
	background: #050a30;
}

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

.page-banner .breadcrumbs {
	margin: 0px;
	padding:15px;
	list-style: none;
}

.page-banner .breadcrumbs li {
	margin:0px 5px 0px 0px;
	padding: 0px;
	display: inline-block;
}

.page-banner .breadcrumbs li, .page-banner .breadcrumbs li a {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*** BUYERS/SELLER CSS ***/
.about {
}

.about .btn-link:hover {
	color: #000;
}

/*** BUYERS/SELLER FORM ***/
.buysellform {
	background: #050a30;
	padding: 80px 0px;
}

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

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

.buysellform .form-control {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .6px;
	background: transparent;
	width: 100%;
	height: 52px;
	color: #fff;
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none !important;
	outline: none !important;
	box-shadow: none !important;
	margin-bottom: 20px;
	border: 1px solid rgb(255 255 255 / 50%);
	padding: 0px 15px;
}

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


.select2-container--default .select2-selection--multiple {
	width: 100%;
	height: auto;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .6px;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none !important;
	border: none;
	border: 1px solid rgb(255 255 255 / 50%)!important;
	border-radius: 0!important;
	outline: none !important;
	box-shadow: none !important;
	margin-bottom: 20px;
	padding: 9px 15px;
}

.select2-search__field::placeholder {
	color: #fff;
}

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

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

.buysellform textarea.form-control {
	height: 125px;
	resize: none;
	padding: 15px 15px;
	margin-bottom: 0;
}

.buysellform option {
	color: #000;
}

.buysellform .btn-default {
	margin-top: 20px;
	border: 1px solid #fff !important;
}

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

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

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


/*** TESTIMONIALS ***/
.testimonials {
	padding: 30px 15px;
}

.testimonial-box {
	width: 100%;
	height: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-align: center;
	border: 1px solid #000;
	padding: 60px 50px 50px 50px;
	margin-bottom: 30px;
}

.testimonial-box .testimonial-content {
	flex-grow: 1;
}

.testimonial-box .ratings i {
	font-size: 25px;
	color: #050a30;
}

.testimonial-box p {
	color: #767676;
	font-size: 17px;
	line-height: 1.6;
	margin: 1.12em 0;
}

.testimonial-box h3 {
	font-size: 28px;
	font-weight: 700;
	color: #050a30;
	text-transform: none;
}

.testimonials .testimonials-pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}

.testimonials .page-numbers {
	display: inline-block;
	min-width: 55px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.61px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #050a30;
	color: #050a30;
	padding: 15px 25px;
	transition: 0.4s all ease;
	margin: 40px 0px;
}

.testimonials .page-numbers:hover,
.testimonials .page-numbers.current {
	color: #fff;
	background: #050a30;
}

/*** CONTACT PAGE ***/
.about.contact-page .section-title h2 {
	margin-bottom: 10px;
}

.about.contact-page .section-title p {
	margin-bottom: 25px;
}

.form-box .form-control {
	width: 100%;
	height: 51px;
	border: none;
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .02em;
	color: #000;
	margin: 10px 0px;
	padding: 0 10px;
	border-radius: 0px;
	outline: 0;
	box-shadow: none;
}

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

.form-box textarea.form-control {
	height: 100px;
	resize: none;
	margin-top: 30px;
}

.form-box .btn-default {
	background: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 400;
}

.form-box .btn-default:hover {
	background:#050a30;
	color: #fff;
}


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

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

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

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

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

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

mw-calc-panel-body, mw-calc-section {
	background:#050a30 !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: #050a30 !important;
	background: #fff !important;
}

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

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

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

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

.otgs-development-site-front-end{
	display:none;
}
.navbar-light .navbar-nav .nav-item.current_page_item > .nav-link {
	border-color: #fff !important;
}

li.menu-item-has-children > a:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	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;
}

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

.main-nav .navbar .navbar-nav>.nav-item.lbtn>.nav-link:before {
	display: none !important;
}

.main-nav .navbar .navbar-nav>.nav-item.current-menu-parent>.nav-link:before,
.main-nav .navbar .navbar-nav>.nav-item.current_page_item>.nav-link:before,
.main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -4px;
	left: 0;
}

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

.side-menu ul.main-menu>li:hover>a,
.side-menu ul.main-menu>li.current-menu-item>a,
.side-menu ul.main-menu>li.current-menu-parent>a  {
	background: none !important;
	color: #050a30;
	font-weight: 400;
}

.side-menu ul.main-menu > li.menu-item-has-children > a::after {
	position: relative;
}

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

.modal.guide .wpcf7 form .wpcf7-response-output {
	color: #000;
}

.about.contact-page .form-box .btn-default.white {
	color: #050a30;
	border-color: #050a30;
	background: none;
	display: block;

}

.about.contact-page .form-box .btn-default.white:hover {
	background: #050a30;
	color: #fff;
}

.evaluation-box .cf7mls_next.action-button, .evaluation-box .cf7mls_back.action-button, .evaluation-box .action-button {
	margin-bottom: 5px;
	transition: all .3s;
	opacity: 1 !important;
	border-radius: 0px;
	background: none;
	color: #fff;
	border: 2px solid #fff;
	outline: 0px;
	padding: 0px 40px !important;
	text-transform: uppercase;
	min-width: 100px;
	display: inline-block;
	text-align: center;
	font-family: "DM Sans", sans-serif;
	letter-spacing: .5px;
	font-weight: 700;
	font-size: 15px;
	line-height: 54px !important;
}

.evaluation-box .cf7mls_next.action-button:hover, .evaluation-box .cf7mls_back.action-button:hover, .evaluation-box .action-button:hover {
	border: 2px solid #fff !important;
	background: #fff !important;
	color: #050a30 !important;
}

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

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

.evaluation-box .checkbox-group .wpcf7-list-item {
	flex: 0 1 calc(50% - 10px);
	margin: 0px;
	margin-bottom: 25px !important;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.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;
}
section.hero h5{
	font-family: "Playfair Display", serif;
	color: #fff;
	line-height: 1;
	font-size: 35px;
	margin-bottom:30px;
	text-transform:inherit;
}
