@charset "utf-8";
/* CSS Document */
#services{
	position: relative;
	margin-top: 200px;
}
.homebox {
	width: 100%;
	height: auto;
	
}
.homebox img {
	width: 100%;
	height: auto;
}
.owl-carousel{
	border: 1px solid #ec3237;
}
/*----Services---------*/
h1{
	color: #ec3237;
	font-size: 30px;
	position: relative;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-family: Poppins;
}
h1::after{
	content: '';
	position: absolute;
	left: 0%;
	right: 0;
	top: 100%;
	bottom: 0;
 background: #3d4095;

	width: 200px;
	height: 4px;
	
}
h2{
	color: #ec3237;
	font-size: 30px;
	position: relative;
	margin-bottom: 50px;
	text-transform: uppercase;
}
h2::after{
	content: '';
	position: absolute;
	left: 0%;
	right: 0;
	top: 100%;
	bottom: 0;
	    background: #3d4095;

	width: 200px;
	height: 4px;
	
}
 p{
	font-family: Poppins;
	font-size: 20px;
	text-align: justify;
	color: #706d6d;
	margin-bottom: 50px;
}
#services ul{
	list-style: none;
	font-size: 20px;
	font-family: Poppins;
	padding-left: 0px;
	margin-top: 50px;
}
#services i{
	margin-right: 10px;
	color: #3d4095;
}
#services span{
	font-weight: 500;
}
/*-----Other---*/
h3{
	color: #000;
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
}
#other ul{
	list-style-type: none;
	font-size: 20px;
	padding-left: 0px;
	font-family: Poppins;
	display: block;
	
	
}
#other ul a{
	color: #000;
	transition: all 0.5s ease;
	background-color: transparent;
	position: relative;
	text-transform: capitalize;
	
}
#other ul a::before{
	content: '';
	position: absolute;
	left: 0%;
	right: 0;
	top: 0%;
	bottom: 0;
	background: #000;
	width: 0%;
	height: 100%;
	transition: all 0.5s ease;
	
}
#other ul li div{
	display: inline-block;
	width: 25px;
}
/*
#other ul a:hover::before{
	width: 100%;
}*/
#other ul a:hover{
	text-decoration: none;
	color: #fff;
	
}
.title:hover::after{
	width: 100%;
	z-index: -1;
	
	
}
.title::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;
}
.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;
}

/*-------Media Query------------*/
@media (max-width: 1279px) {
	
}
	


@media (max-width: 1240px) {
	
	h6{
		font-size: 24px;
	}
}
@media (max-width: 1211px) {
	
}
@media (max-width: 1199px) {
	h1,h2{
		font-size: 28px;
	}
	
}
@media (max-width: 992px) {
	#services{
		padding-top: 00px;
		padding-bottom: 00px;
		margin-top: 150px;
	}
	p{
		font-size: 18px;
	}
	h1,h2{
		font-size: 24px;
	}
	

}
@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: 930px) {
	#other ul a{
		font-size: 18px;
	}
	
	
}
@media (max-width: 869px) {
	.detail h6{
		font-size: 16px;
	}

	}
@media (max-width: 869px) {
	.detail h6{
		font-size: 14px;
	}
	#other ul a {
    font-size: 16px;
}

	}
@media (max-width: 796px) {
	h2,h1,h3{
		font-size: 20px;
	}
	h1::after,h2::after{
		width: 150px;
	}
}
@media (max-width: 755px) {
	h2,h1,h3{
		font-size: 20px;
	}
	h1::after,h2::after{
		height: 3px;
	}
	
}
@media (max-width: 707px) {
	h2,h1,h3{
		font-size: 24px;
	}
	h1::after,h2::after{
		height: 3px;
	}
	p{
		margin-bottom: 30px;
	}
	
}
@media (max-width: 675px) {
	#other ul{
		overflow-x: scroll;
		width: 100%;
	}
}
@media (max-width: 669px) {
	#download h6 {
   font-size: 18px;
}
	
}
@media (max-width: 610px) {
	h1,h2,h3{
		font-size: 22px;
	}
}
@media (max-width: 597px) {
	#services ul {
		font-size: 16px;
	}
}
@media (max-width: 592px) {
	p{
		font-size: 16px;
	}
	.servicetocustomer{
		padding: 10px;
	}
	#facility{
		margin-top: 150px;
	}
	#other ul{
		height: 300px;
		overflow-y: scroll;
	}
	
}
@media (max-width: 483px) {
	#services ul{
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	h6{
		font-size: 20px;
	}
	p{
		font-size: 14px;
	}
	#services{
		margin-top: 100px;
	}
}
@media (max-width: 340px) {
	h1,h2{
		font-size: 20px;
	}
}