@charset "utf-8";
/* CSS Document */
/*-------Contact Detail-------*/
#contactdetail{
	position: relative;
	margin-top: 200px;
}
 img{
	width: 400px;
	height: 400px;
	vertical-align:middle;
}
h1{
	color: #ec3237;
	font-size: 30px;
	position: relative;
	margin-bottom: 50px;
}
h1::after{
	content: '';
	position: absolute;
	left: 0%;
	right: 0;
	top: 100%;
	bottom: 0;
	background: #3d4095;
	width: 150px;
	height: 4px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.contactdetail h6{
	font-size: 30px;
	color: #000;
}
.contactdetail p{
	margin-bottom: 30px;
	
	
	font-size: 20px;
	font-family: Poppins;
	color: #706d6d;
		
}
.contactdetail ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 30px;
	font-size: 20px;
}
#contactdetail  a{
	color: #706d6d;
	transition:  all 0.5s ease;
	font-size: 20px;
	font-family: Poppins;
}
#contactdetail  a:hover{
	text-decoration: none;
	color: #EC3237;
}
/*----Google map---*/
#map{
	margin-top: 50px;
	margin-bottom: 50px;
}

/*----Contact Form------*/
h2{
	color: #ec3237;
	font-size: 30px;
	position: relative;
	margin-bottom: 50px;
	margin-top: 100px;
}
h2::after{
	content: '';
	position: absolute;
	left: 0%;
	right: 0;
	top: 100%;
	bottom: 0;
	background: #3d4095;
	width: 135px;
	height: 4px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*-----Contact form-------*/
.form-control{
	border:1px solid #ec3237;
	border-radius: 0px;
	color: #000!important;
	
	height: 50px;
	margin-bottom: 50px;
	
}
::placeholder{
	color: #000!important;
	font-size: 20px;
}
button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn1{
	position: relative;
	background: #ec3237;
	border-radius: 0px;
	width: 200px;
	height: 70px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 100px;
	
	border: 1px solid #ec3237;
	
}
.btn1:hover{
	color: #fff;
	background: none;
	border: 1px solid #3d4095;
}
.btn1:hover::after{
	width: 100%;
	z-index: -1;
	
	
}
.btn1::after{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	background-color:#3d4095;
	left: 0%;
	right: 0;
	top:0;
	bottom: 0;
	color: #fff;
	transition: all 0.5s ease;
}
/*--------Downlod------*/

/*-------Media Query------------*/
@media (max-width: 1279px) {
	
}
	


@media (max-width: 1240px) {
	
	h6{
		font-size: 24px;
	}
}
@media (max-width: 1211px) {
	
}
@media (max-width: 1199px) {
	
}
@media (max-width: 992px) {
	#intro,#services,#quality{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	p{
		font-size: 18px;
	}
	

}
@media (max-width: 991px) {
	
	#download .container{
		padding-left: 20px;
	}
	.container{
		max-width: 100%;
	}
}
@media (max-width: 990px) {
	img{
		width: 300px;
		height: 300px;
		
	}
}
@media (max-width: 938px) {
	.contactdetail h6{
		font-size: 24px;
	}
	.contactdetail p {
		font-size: 18px;
		
	}
	.contactdetail ul {
margin-bottom: 20px;
}
}
@media (max-width: 755px) {
	h2,h1{
		font-size: 28px;
	}
	h1::after,h2::after{
		height: 3px;
		width: 100px;
	}
	
}
@media (max-width: 707px) {
	
	h1::after,h2::after{
		height: 3px;
	}
	p{
		margin-bottom: 30px;
	}
	
}
@media (max-width: 669px) {
	#download h6 {
   font-size: 18px;
}
	
}
@media (max-width: 610px) {
	h1,h2{
		font-size: 22px;
	}
	#contactdetail{
		margin-top: 150px;
	}
	h2{
		margin-top: 50px;
	}
}
@media (max-width: 592px) {
	#contactdetail p{
		font-size: 16px;
	}
	#contactdetail  a{
		font-size: 16px;
	}
	.servicetocustomer{
		padding: 10px;
	}
	#management{
		margin-top: 150px;
	}
	::placeholder{
		font-size: 18px;
	}
	img{
		width: 250px;
		height: 250px;
	}
	
}
@media (max-width: 575px) {
	.form-control{
		margin-bottom: 20px;
	}
}
@media (max-width: 400px) {
	h6{
		font-size: 20px;
	}
	p{
		font-size: 14px;
	}
}
@media (max-width: 340px) {
	h1,h2{
		font-size: 20px;
	}
}