/* Banner Header */
.banner-content {
	position: relative;
}
.banner-content img {
	min-height: 600px;
	object-fit: cover;
	width: 100%;
}
@media (min-width: 320px) {
    .banner-content img {
        min-height: 290px;
        object-position: -35px;
    }
}
@media (min-width: 512px) {
    .banner-content img {
        min-height: 300px;
        object-position: -60px;
    }
}
@media (min-width: 768px) {
    .banner-content img {
        min-height: 600px;
        object-position: center;
    }
}
.banner-content figcaption {
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 300;
	justify-content: center;
	left: 0;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	width: 75%;
}
.banner-content figcaption h1 {
	font-family: 'Montserrat';
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
}
/* Contact Form */
.contact-form h2 {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.contact-form p {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 300;
}
.contact-form label {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.form-style {
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 400;
	outline: 0 !important;
	width: 100%;
}
.form-style:focus {
	border-color: #000;
	box-shadow: none !important;
}
.btn-form-style {
	align-items: center;
	background: #faa61a;
	border: 0;
	border-radius: 3em;
	color: #000;
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 700;
	display: flex;
	height: 40px;
	justify-content: center;
	margin-left: auto;
	position: relative;
	transition: background .3s ease;
	text-transform: uppercase;
	width: 300px;
}
.btn-form-style::before,
.btn-form-style::after {
	transition: all .3s;
	content: "";
}
.btn-form-style:hover::before {
	border: 1px solid #ffbc4c;
	border-radius: 3em;
	bottom: 0;
	content: "";
	height: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 310px;
}
.btn-form-style:hover::after {
	background: #ffbc4c;
	border-radius: 3em;
	content: "";
	height: 10px;
	margin: auto;
	left: 0;
	position: absolute;
	top: -12px;
	right: 0;
	width: 10px;
}
.btn-form-style:hover {
	background: #ffbc4c;
}
/* Testimonial */
.testimonials {
	box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}
.testimonials-content {
	text-align: center;
}
.testimonials-content img {
	border-radius: 100%;
	height: 50px;
	object-fit: cover;
	width: 50px;
}
.testimonials h4 {
	color: #575757;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
}
.testimonials p {
	color: #575757;
	font-family: 'Quicksand';
	font-size: 14px;
	font-weight: 300;
}
.contact-social ul {
	display: flex;
	list-style: none;
}
.contact-social a {
	text-decoration: none;
}
.contact-social i {
	align-items: center;
	background: #000;
	border-radius: 3em;
	color: #faa61a;
	display: flex;
	font-size: 14px;
	height: 35px;
	justify-content: center;
	margin: auto 10px;
	transition: color .3s ease;
	width: 35px;
}
.contact-social i:hover {
	color: #fff;
}
.testimonials {
	position: relative;
}
.testimonials::after {
	background: url('../../../img/asset-contact.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 337px;
	position: absolute;
	top: 5%;
	right: 5%;
	width: 9px;
}
.testimonials .title-section h2 {
	color: #d3d3d3;
	font-family: 'Roboto';
	font-size: 132px;
	font-weight: 100;
	line-height: 95px;
	margin: 0;
	padding-top: 25px;
	text-align: center;
	text-transform: uppercase;
}
.testimonials .subtitle-section h3 {
	display: inline-flex;
	font-size: 50px;
	justify-content: center;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.subtitle-section h3 .circle-separate {
	background: #faa61a;
	border-radius: 3em;
	height: 20px;
	margin: auto 5px;
	width: 20px;
}
.testimonials .email-contact {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
.testimonials .email-contact span {
	border: 1px solid #faa61a;
	border-radius: 3em;
	font-size: 18px;
	padding: 5px 25px;
}
.testimonials h3 {
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 100;
	position: relative;
	text-transform: uppercase;
}
.testimonials .follow-us h3::before {
	background: url('../../../img/border-btn.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 47px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 207px;
}
.contact-social img {
	border-radius: 100%;
	margin: 0 15px;
	width: 40px;
}
.testimonials span {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 300;
}
.social-media .linkedin {
	display: none;
}