/*author : Jomin  Date : 17/09/2017*/

body{
	background: -moz-radial-gradient(center, ellipse cover, rgba(17,37,73,1) 0%, rgba(17,37,73,1) 1%, rgba(2,12,29,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(17,37,73,1)), color-stop(1%, rgba(17,37,73,1)), color-stop(100%, rgba(2,12,29,1))); /* safari4+,chrome */
	background:-webkit-radial-gradient(center, ellipse cover, rgba(17,37,73,1) 0%, rgba(17,37,73,1) 1%, rgba(2,12,29,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(17,37,73,1) 0%, rgba(17,37,73,1) 1%, rgba(2,12,29,1) 100%); /* opera 11.10+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(17,37,73,1) 0%, rgba(17,37,73,1) 1%, rgba(2,12,29,1) 100%); /* ie10+ */
	background:radial-gradient(ellipse at center, rgba(17,37,73,1) 0%, rgba(17,37,73,1) 1%, rgba(2,12,29,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112549', endColorstr='#020c1d',GradientType=1 ); /* ie6-9 */ 
}
.nav-wrapper nav.navbar-inverse{
	background-color: #0c1930;
	-webkit-box-shadow: -1px 11px 53px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: -1px 11px 53px -1px rgba(0,0,0,0.5);
	box-shadow: -1px 11px 53px -1px rgba(0,0,0,0.5);
	padding: 1vw;
}
.main-container{
	height: 84.6vh !important;
	margin-top: 5.4vw;
	padding: 0;
	position: relative;
}
.centering{
	position: relative;
	top: 50%;
	transform: translateY( -50%);
	-webkit-transform: translateY( -50%);
	-moz-transform: translateY( -50%);
	-ms-transform: translateY( -50%);
	-o-transform: translateY( -50%);
}
.contact span.head{
	text-align: center;
	margin: 0 auto;
	display: block;
	color: #f37044;
	font-size: 2.1vw;
	font-family: 'RalewayBold';
}
.contact span.head h2{
	color: rgba(91, 195, 185, 0.08);
	margin: 0px;
	font-family: 'RalewayBlack';
	font-size: 3.2vw;
	position: absolute;
	top: -2.5vw;
	left: 0;
	right: 0;
}
.description-box{
	background-color: #10213d;
	padding: 2vw 1vw;
	width: 80%;
	margin: 0 auto;
	margin-top: 2vw;
	display: block;
}
.contact-input-feild{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	position: relative;
}
.contact-map-feild{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-top: 1vw;
}
.contact-input-feild p, .description-box p{
	color: #fff;
	font-family: 'PoppinsMedium';	
	font-size: 1.1vw;
	margin-bottom: 0px;
	line-height: 1.9vw;
	width: 90%;
	margin: 0 auto;
}
.description-box p{
	text-align: center;
}
.input-feilds{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-top: 1vw;
}
.input-feilds.small{
	width: 47%;
	margin-right: 1vw;
}
.input-feilds input,.input-feilds textarea{
	width: 100%;
	height: 3.2vw;
	padding:0vw 1vw;
	background-color: #0a1528;
	border: 0px solid #0a1528;
	font-family: 'PoppinsBold';
	font-size: 0.8vw;
	color: #fff;
	color: rgba(255, 255, 255, 0.44);
	outline: 0;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #0a1528 !important;

}
.input-feilds textarea{
	height: 206px !important;
	width: 97% !important;
	resize: none;
	padding: 1vw;
}
.input-feilds input.error, .input-feilds textarea.error{
	border: 0.01vw solid red;
}
.knowMore{
	opacity: 1;
	margin-top: 0;
}
.contact-map-feild iframe{
	height: 19.5vw;
}
.address-sec{
	margin-top: 1.3vw;
}
.address-sec i{
	font-size: 1vw;
	color: #f37044;
}
.address-sec span{
	padding-left: 0.5vw;
	font-family: 'PoppinsLight';
	color: #fff;
	font-size: 1vw;
}

.contact-section .mail, .contact-section .contact{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}
.address-sec a{
	text-decoration: none;
}
.success.resp{
	width: 100%;
	height: 101%;
	position: absolute;
	background-color: #10213d;
	z-index: 999;
	text-align: center;
}
.success.resp i{
	color: green;
	font-size: 7vw;
}
.success.resp p{
	font-size: 2vw;
	margin-top: 2vw;
}
.error.resp{
	width: 100%;
	height: 101%;
	position: absolute;
	background-color: #10213d;
	z-index: 999;
	text-align: center;
}
.error.resp i{
	color: red;
	font-size: 7vw;
}
.error.resp p{
	font-size: 2vw;
	margin-top: 2vw;
}
@media screen and (max-width: 991px){
	.description-box{
		width: 90%;
		padding: 2vw 2vw;
	}
	.contact-input-feild, .contact-map-feild{
		width: 100%;
	}
	.contact-map-feild{
		margin-top: 2vw;
	}
	.input-feilds textarea{
		height: 150px !important;
		width: 98% !important;
	}
	.input-feilds.small{
		width: 48%;
	}
	.input-feilds input, .input-feilds textarea{
		height: 5.2vw;
	}
	.contact-map-feild iframe{
		display: none;
	}
	.input-feilds input, .input-feilds textarea{
		font-size: 1.2vw;
	}
	.contact-input-feild p, .description-box p{
		font-size: 1.8vw;
	}
	.knowMore{
		margin-top: 0vw !important;
	}
	.contact span.head{
		font-size: 3.1vw;
	}
	.address-sec i{
		font-size: 1.7vw;
	}
	.address-sec span{
		font-size: 1.7vw;
	}
	.contact span.head h2{
		font-size: 4.8vw;
	}
	.nav-wrapper nav.navbar-inverse{
		background-color: transparent;
		box-shadow: none; 
	}
	.input-feilds{
		margin-top: 2vw;
	}
}
@media screen and (max-width: 768px){
	.input-feilds textarea{
		height: 80px !important;
	}
	.input-feilds input, .input-feilds textarea{
		font-size: 2.3vw;
		height: 8.2vw;
	}
	.contact-input-feild p, .description-box p{
		font-size: 2.4vw;
		line-height: 4.2vw;
	}
	.address-sec span, .address-sec i{
		font-size: 2.2vw;
	}
	.contact span.head{
		font-size: 4.1vw;
	}
	.contact span.head h2{
		font-size: 6.8vw;
	}
}