@charset "utf-8";
/* CSS Document */
#facility{
	position: relative;
	margin-top: 200px;
}
h1{
	color: #ec3237;
	font-size: 30px;
	position: relative;
	margin-bottom: 50px;
	text-transform: uppercase;
}
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;
}
 p{
	font-family: Poppins;
	font-size: 20px;
	text-align: justify;
	color: #706d6d;
	margin-bottom: 50px;
}
.box{
	
	margin-bottom: 30px;
	height: auto;
	border: 3px solid #efefef;
	
	
}
.imgbox{
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	/*border: 3px solid red;*/
	/*border-width: 5px;
	border-style: solid;
	border-image-slice: 1;
	border-image-source:  linear-gradient(to left,#ec3237,#3d4095);*/
	
	
}




.headline{
	background:linear-gradient(to left,#ec3237,#3d4095);
	color: #fff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-top: 0px;
	text-align: center;

	border-image: round;
	
	
	
	
	
}
.headline h6{
	margin-bottom: 0px;
	font-size: 22px;
	font-family: Poppins;
	padding: 5px 5px;
	/*border-width: 5px;
	border-style: solid;
	border-image-slice: 1;
	border-image-source:  linear-gradient(to left,#ec3237,#3d4095) !important;
	border-bottom: 0px;
		border-top-left-radius: 70px;
	border-top-right-radius: 70px;*/
	
}
.imgbox img{
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s ease;
	position:relative;
}
.imgbox img::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: red;
}
.imgbox img:hover{
	transform:  scale(1.5);
	
}
.detail{
	background-color: transparent;
	color: #6b5b5b;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: #efefef;
	border-top: 0px;
	
	
}
.detail h6{
	margin-bottom: 0px;
	font-size: 18px;
	font-family: Poppins;
	padding: 5px 5px;
}
.detail h6:last-child{
	font-size: 16px;
}
/*--------Downlod------*/
button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn{
	position: relative;
	background: #ec3237;
	border-radius: 0px;
	width: 130px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	
	border: 1px solid #ec3237;
	
}
.btn:hover{
	color: #fff;
	background: none;
	border: 1px solid #3d4095;
}
.btn:hover::after{
	width: 100%;
	z-index: -1;
	
	
}
#download{
	background: #efefef2e;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}
#download .container{
	background-color: #ec3237;
	padding-top: 10px;
	
}
#download h6{
	font-size: 20px;
	margin-top: -5px;
	color: #fff;
}
.btn::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;
}
hr{
	border: 1px solid #efefef;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}
/*-------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) {
	#management img,#qualitysystem img,#policy img{
		width: 300px;
		height: 300px;
		
	}
}
@media (max-width: 869px) {
	.detail h6{
		font-size: 16px;
	}

	}
@media (max-width: 869px) {
	.detail h6{
		font-size: 14px;
	}

	}
@media (max-width: 755px) {
	h2,h1{
		font-size: 28px;
	}
	h1::after,h2::after{
		height: 3px;
	}
	
}
@media (max-width: 707px) {
	h2,h1{
		font-size: 24px;
	}
	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;
	}
}
@media (max-width: 592px) {
	p{
		font-size: 16px;
	}
	.servicetocustomer{
		padding: 10px;
	}
	#facility{
		margin-top: 150px;
	}
	
}
@media (max-width: 400px) {
	h6{
		font-size: 20px;
	}
	p{
		font-size: 14px;
	}
}
@media (max-width: 340px) {
	h1,h2{
		font-size: 20px;
	}
}