.gm-style {
    width: 52% !important;
}
.contact {
	margin-bottom: 120px;
}
.color a {
	color: #999 !important;
}
.color p {
	margin-bottom: 10px;
}
.cont-map {
	position: relative;
	z-index: 2;
}
section {
	display: block;
}
.fadeInDown {
	visibility: visible;
	animation-delay: 0.3s;
	animation-name: fadeInDown;
}
.cont-map .contact-form, .cont-map .contact-map {
	padding: 0;
}
.cont-map .contact-form form {
	position: relative;
	top: -50px;
	right: -50px;
	padding: 60px 30px;
	background: #fff;
	-webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
	box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
	border: 10px solid #f7f7f7;
	border-radius: 5px;
}
.section-head {
	position: relative;
	margin: 0px auto 35px;
}
.section-head h6 {
	color: #b19777;
	font-weight: 300;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.section-head h4 {
	font-weight: 500;
	font-size: 40px;
	letter-spacing: 2px;
	color: #000;
}
.form-group {
	margin-bottom: 1rem;
}
.cont-map .contact-form form input, .cont-map .contact-form form textarea {
	padding: 15px;
	background: #f7f7f7;
	border: 0;
	width: 100%;
}
.btn-curve.btn-color {
	background: #b19777;
	border-color: #b19777;
}
.btn-curve {
	background: 0 0;
	padding: 12px 35px;
	border: 1px solid #1e1e1e;
	font-family: teko, sans-serif;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.btn-curve.btn-color {
	background: #b19777;
	border-color: #b19777;
}
.btn-curve span {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.btn-curve.btn-color span {
	color: #fff;
}
.cont-map .contact-form, .cont-map .contact-map {
	padding: 0;
}
.cont-map .contact-map {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 41%;
	z-index: -1;
}

.cont-map .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 61%;
	z-index: -1;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.mb-img {
	display: none;
}
footer .item .logo {
	margin-bottom: 0px !important;
}
footer .item .copy-mr {
	margin-left: 20px;
}
.social-mr {
	margin-left: 10px;
	margin-top: -30px;
}
.border-seo {
	border: 1px solid #ffffff66;
	padding: 13px;
	border-radius: 15px 50px 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	transition: all 1s;
}
.bg-seo {
	padding-bottom: 50px;
	background-color: #1f1f1f;
}
.footer-seo-content span {
	font-size: 13px;
}
.bg-seo .border-seo {
	max-width: 23%;
}
.border-seo:hover {
	background-color: #c5a47ecc;;
}
.footer-seo {
	border: 1px solid;
	padding: 7px;
	margin-right: 6px;
	border-radius: 15px 50px 30px;
}
.seo {
	font-size: 12px;
	color: #cbcbcb;
	padding: 0px 25px 70px 25px;
}
.seo a:hover {
	color: #c5a47e;
}
footer .item .logo-2 img {
	width: 200px;
	/* margin-top: -80px; */
	margin-bottom: 55px;
}
.icon img {
	width: 40px;
	height: 40px;
	margin-right: 30px;
	object-fit: cover;
}
@media (max-width: 999px) {
	.contact {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.mb-img {
		padding: 30px 5px;
		display: block;
	}
	.cont-map .contact-map {
		position: relative;
		height: 400px;
		width: 100%;
	}
	.cont-map .contact-form form {
		top: 0;
		right: 0;
		margin: 50px 0;
	}
	.section-head h4 {
		font-size: 22px;
	}
	.btn-curve {
		padding: 8px 15px;
	}
	.cont-map .bg-img {
		display: none;
	}
	.bg-seo .border-seo {
		max-width: 100% !important;
	}
	.footer-seo {
		padding: 4px;
		margin-right: 4px;
	}
	.navbar .navbar-nav .dropdown-item:hover, .main-color, .progress-wrap::after {
		margin-top: -30px !important;
	}
	svg:not(:root) {
		overflow: hidden;
		margin-top: -40px !important;
	}
	.footer-seo {
		margin-bottom: 10px;
	}
	.seo {
		font-size: 11px;
	}
}