

/* ================ MAIN BANNER ================ */

.main-banner {
	background: url(../images/resources/banner-img1.jpg) #121318;
	background-repeat: no-repeat;
	background-position: top right;
}
.banner-slider {
	padding: 285px 0 163px;
}
.main-banner-text {
	max-width: 770px;
}
.main-banner-text > span {
	display: inline-block;
	color: #A9AFC3;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 150%;
	text-transform: uppercase;
	position: relative;
	padding-left: 86px;
	margin-bottom: 19px;
	margin-top: -4px;
}
.main-banner-text > span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 1px;
	background-color: #a8afc2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-banner-text > h1 {
	font-weight: 700;
	font-size: 120px;
	line-height: 100%;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 31px;
}
.main-banner-text > h1 span {
	display: inline-block;
	background-color: #00aeef;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	left: -17px;
}
.main-banner-text > p {
	font-weight: 300;
	font-size: 22px;
	line-height: 150%;
	color: #A9AFC3;
	max-width: 580px;
	margin-bottom: 70px;
}

/* ==================== EXPTZ SECTION =================== */

.expt-text {
	position: relative;
	max-width: 560px;
	margin-top: -2px;
}
.expt-text .main-banner-text.title-hd {
	margin-bottom: 0;
}
.main-banner-text.title-hd .btn-default2 {
	margin-top: 52px;
}
.main-banner-text.title-hd > span {
	margin-bottom: 18px;
}
.main-banner-text.title-hd > h1 {
	font-size: 44px;
	line-height: 110%;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 27px;
}
.main-banner-text.title-hd > h1 span {
	width: 14px;
	height: 14px;
	left: -5px;
}
.main-banner-text.title-hd > p {
	margin-bottom: 28px;
	font-size: 18px;
}
.main-banner-text.title-hd p.bdy {
	font-family: Muli;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 170%;
	color: #A9AFC3;
	margin-bottom: 0;
}
.main-banner-text.title-hd {
	margin-bottom: 61px;
	position: relative;
	z-index: 9;
}
/* ================= CONSULTATION SECTION ==================== */

.consulation-section {
	position: relative;
	max-width: 560px;
}

/* CONTACT FORM */

.contact-form {
	padding-top: 10px;
}
.input-field {
	margin-bottom: 37px;
}
.input-field input,
.input-field textarea {
	border:0;
	border-bottom: 1px solid #393f4f;
	padding-bottom: 5px;	
	width: 100%;
	font-family: Muli;
	font-size: 18px;
	line-height: 170%;
	color: #A9AFC3;
	opacity: 0.5;
	background: inherit;
}
.input-field textarea {
	height: 116px;
	resize: none;
}
.input-field > .btn-default {
	background-color: inherit;
	margin-top: 10px;
}
.input-field > .btn-default:hover {
	background-color: #dd4142;
	color: #fff;
}

