*

body {
	font: 15px/1.5 Calibri, Helvetica, san-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
}


header {
	color: #ffffff;
	min-height: 50px;
	border-bottom: 1px solid gray;
	width: 100%;
	z-index: 20;
	background-color: #fff;
	position:fixed;
}


header a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color:#2288c7;
	font-size: 14px;
}

header a:hover{
	font-weight:bolder;
	color:red;
}

header li{
	padding-right: 20px;
	padding-left: 20px;
	display:inline-block;	
	float: left;
}

header .company-wrapper{
	float:left; 
	padding-top: 10px;
	padding-left: 20px;
	width: 40%;
}

header p{
	margin: 0 0 0 20px;
	letter-spacing: 2px;
	font-family: 'Bebas Neue', cursive;
	color :#0858CF;
	font-size: 24px;
}

header nav{
	float: right;
}

header #icon {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .menu {
	width: 100%;
	height: 3px;
	background: #0858CF;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .menu:before,
header .menu:after {
	content: '';
	position: absolute;
	top:  -8px;
	width: 100%;
	height: 3px;
	background: #0858CF;
}

header .menu:after {
	top: 8px;
}

.companyname {
	width: 500px;
	margin-left: 15px;
}

.logo {
	width: 30px;
	float: left;
	padding-top: 5px;
}

.logo img {
	width:22px;
	height:22px;
}


.index-wrapper{
	margin:0;
	width: 100%;
	height: 600px;
	background-size: cover;
	position: relative;
	animation: animate 30s ease-in-out infinite; 
	display: flex;
	align-items: center;
	justify-content: center;
}


@keyframes animate {
	0%,100% {
		background: url('../img/index/computer.jpg') center;
	}
	20% {
		background: url('../img/index/computer.jpg') center;
	}
	25% {
		background: url('../img/index/audio.jpg') center;
	}

	45% {
		background: url('../img/index/audio.jpg') center;
	}

	50%{
		background: url('../img/index/index3.jpg') center;
	}

	70% {
		background: url('../img/index/index3.jpg') center;
	}

	75% {
		background: url('../img/index/camera.jpg') center;
	}

	95% {
		background: url('../img/index/camera.jpg') center;
	}

}

.punchline-wrapper {
	width: 100%;
	position: relative;
	border: 1px solid yellow;
	height:540px;
	padding:0;
	margin: 0;
}

.punchline-slide {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 30px;
}

.punchline {
	margin-top: 20px;

	padding: 0;
	text-align: center;
	width: 540px;
	height: 540px;
	background-color: rgba(0, 0, 0, .5);
	font-family: 'Roboto', sans-serif; 
	font-style: italic;
	font-size: 40px;
	color: #fff;
	border-radius: 50% 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}



.punchline p {
	padding:20px;
}

.OurCompany-wrapper {
	width: 80%;
	margin: auto;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	padding:10px;
}

.ourcompany {
	margin:0;
	padding:0;
	width:50%;
	padding: 20px;
	color:#212120;
}

.ourculture {
	margin:0;
	padding:0;
	width:50%;
	padding: 20px;	
	color:#212120;
	border-left: 1px solid gray;
}

.OurCompany-wrapper p {
	color: #252525;
}

.knowus-wrapper {
	width: 100%;
	margin-top: 10px;
	display: flex;
	padding: 5px 0px 5px 0px;
}

.knowus {
	margin: auto;
	text-align: center;
	padding: 10px 20px 10px 20px;
	background-color: #2288c7;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	width: 150px;
	transition : width 350ms ease-in-out;
}

.knowus a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color : #fff;

}
.knowus-wrapper :hover {
	background-color:#c21104;
	width: 200px;
}

.qualitypriority-wrapper {
	height: 600px;
	background: url('../img/index/qualityprio2.jpg') center no-repeat; 
	background-size: cover;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}

.qualitypriority-overlay {
	position: absolute;
	left:-20%;
	top:-30%;
	height:150%;
	width :150%;
	background: rgba(0, 0, 0,.5);
	border-radius: 50%;
}

.qualitypriority {
	padding:0;
	margin:0;
	height: 100%;
	width: 40%;
	float: right;
	position: relative;
	color: #F5F5F5;
}

.qualitypriority-container {
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
}

.qualityprioritytext p:nth-child(1) {
	font-size: 36px; 
	padding:0;
	margin:0;
	color: #fff;
	padding:0;
}

.qualityprioritytext p:nth-child(2) {
	font-size: 24px; 
	color: #FAC402;
	text-decoration: bold;
	padding: 0;
	margin: 0;
}

.qualityprioritytext p:nth-child(3){
	font-size: 16px; 
	padding-bottom: 30px;
}

.qualityprioritytext {
	padding:0;
	margin:0;
	font-family: "Poppins", sans-serif;
	width:100%;
}

.knowourservices-wrapper {
	margin:0;
	padding:0;
}

.knowourservices {
	width:180px;
	margin:0;
	padding: 5px 0px;
	background-color: #2288c7;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	transition: width 350ms ease-in-out;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.knowourservices a{
    text-decoration: none;
    color: #fff;
}


.knowourservices a:hover{
    color: #fff;
}

.knowourservices-wrapper :hover {
	background-color: #c21104;
	color: #c21104;
}

.knowourservices:hover {
	width: 250px;
}


.certification-wrapper {
	margin-top: 100px;
	display: flex;
	height: 300px;
}

.certification-write-container {
	width:40%;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.certification-write {
	width: 60%;
	margin: auto;
	padding-left: 130px;
	height: 200px;
}

.certification-write p {
	color : #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	padding:0;
	margin: 0;
}	

.certification-write p:nth-child(2) {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: justify-all;
	padding-top: 15px;
}


.tuv-logos {
	width: 60%;
	display: flex;
	padding-right: 30px;
}


.tuv-logo1-container {
	margin-top: 30px;
}

.tuv-logo1-label {
	color: #2288c7;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: auto;
	width:75%;
}

.tuv-logo1 {
	width: 100px;
	height: 100px;
	background:url('../img/index/ISO9001b.jpg') center no-repeat;
	background-size: cover;
	margin:auto;
} 

.tuv-logo-wrapper {
	width: 25%;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
	margin:auto;
	height: 100%;
	transition : 250ms ease-in-out;
}

.tuv-logo-wrapper:hover {
	transform: scale(1.2);
}

.tuv-logo2-container {
	margin-top: 30px;
}

.tuv-logo2 {
	width: 100px;
	height: 100px;
	background:url('../img/index/ISO14001.jpg') center no-repeat;
	background-size: cover;
	margin:auto;
} 

.tuv-logo2-label {
	color: #2288c7;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin: auto;
	width:75%;
}


.tuv-logo3-container {
	margin-top: 15px;
}

.tuv-logo3 {
	padding:0;
	width: 140px;
	height: 140px;
	background:url('../img/index/ISO45001.png') center no-repeat;
	background-size: cover;
	margin:auto;
} 

.tuv-logo3-label {
	color: #2288c7;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	margin: auto;
	width:75%;
}


.endproduct-wrapper {
	margin-top: 100px;
	height: 500px;
	display: flex;
	background: #f2f2f2;
	padding: 50px 0px;
}
.endproduct {
	width: 50%;
	margin: auto;
}

.endproduct-write {
	margin:0;
	padding:0;
	width: 100%;
}
.endproduct-write p {
	color : #1F1F1F;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	width: 50%;
	margin: auto;
}


.endproduct-write p:nth-child(2) {
	margin-top: 10px;
	color : #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}


.seeourprocess-wrapper {
	padding: 0;
	width:50%;
	margin: auto;
}

.seeourprocess {
	width: 200px;
	padding: 5px;
	background-color: #2288c7;
	border-radius: 3px;
	text-align: center;*/
	cursor: pointer;
	transition : width 350ms ease-in-out;
}


.seeourprocess a{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin:0;
    text-decoration: none;
    color: #fff;
}

.seeourprocess-wrapper :hover {
	background-color: #c21104;
	width: 250px;
}


.endproduct-container {
	width: 50%;
}

.endproduct-slider {
	width: 80%;
	box-shadow:  0px 3px 4px 0px rgba(0,0,0, .4);
	height: 100%;
	overflow: hidden;
}

.endproduct-slider figure {
	position: relative;
	width: 500%;
	margin:0;
	left: 0;
	animation: 20s endproduct-slider infinite;
}

.endproduct-slider img {
	width:20%;
	float: left;
	height:500px;

}

.affiliate-wrapper {
	margin-top: 50px;
	height: 400px;
	display: flex;
	padding: 20px 0px;
}

.affiliate {
	width: 55%;
	margin: auto;
}

.affiliate-write {
	margin:0;
	padding:0;
	width: 100%;
}

.affiliate-write p {
	color : #1F1F1F;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	width: 80%;
	margin: auto;
}

.affiliate-write p:nth-child(2) {
	margin-top: 10px;
	color : #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.affiliate-write p:nth-child(3) {
	margin-top: 10px;
	color : #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}


.affiliate-container {
	width: 45%;
	margin:auto;
}

.affiliate-imgcontainer {
	margin: auto;
}




@keyframes endproduct-slider {

	0% {
		left: 0; 
	}	

	10% {
		left: 0;
	}

	15% {
		left: -100%;
	}

	35% {
		left: -100%;
	}

	40% {
		left: -200%;
	}

	55% {
		left: -200%;
	}

	60% {
		left: -300%;
	}

	75% {
		left: -300%;
	}

	80% {
		left: -400%;
	}

	95% {
		left: -400%;
	}

	100% {
		left: -400%;
	}
}



footer {
	width: 100%;
	height: 100px;
	background: #2288c7;
	text-align: center;
	margin-top: 100px;
	font-family: "Montserrat";
	font-size: 12px;
	color: #fff;
	padding:0;
}

.footer-links {
	padding:20px;
	height: 18px;
}

.footer-links a{
	color:#fff;
	padding: 0 20px;
	text-decoration: none;
	border-left: 1px solid #f2f2f2;
}

.footer-links a:nth-child(1) {
	border-left: none;
}

.footer-links a:hover {
	color:gold;
}

footer p{
	padding:0;
	margin: 0;
	line-height: 30px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}


/*-------- media query ----*/


@media only screen and (max-width: 414px) {

			body {
				width: 414px;
				padding: 0;
				margin: 0;
			}

/* ----- header ------*/

		  header {
		  	width: 414px;
		  }

			header ul {
				position: fixed;
				top: 35px;
				width:100%;
				height: 400px;
				background: #2f3640;
				left: -100%;
				list-style-type: none;
				padding: 0;
				transition:  .3s ease;
			}

			header ul.show{
				left: 0;
			}

			header nav {
				margin: 0;
				padding: 0;
			}

			header li {
				margin-top: 40px;
				padding: 0;
				width: 100%;
				text-align: center;
			}

			header a{
				padding: 40px;
				color: white;
				font-size: 20px;
			}

			header #icon {
				opacity: 1;
			}


/*------ intro slide----*/
			.punchline {
				width: 414px;
				height: 450px;
			}

			.OurCompany-wrapper {
				width: 100%;
				margin: auto;
				display: block;
				padding:0px;
			}

			.ourcompany {
				width:90%;
				padding: 0px 20px 20px 20px;
			}

			.ourculture {
				width:90%;
				padding: 0px 20px 20px 20px;
			}

		/*---------  quality our priority   --------- */

			.qualitypriority-wrapper {
				height: 400px;
				background: url('../img/index/qualityprio2.jpg') center no-repeat; 
				background-size: cover;
				margin-top: 40px;
				position: relative;
				overflow: hidden;
			}

			.qualitypriority-overlay {
				position: absolute;
				left:10%;
				top:-30%;
				height:150%;
				width :150%;
				background: rgba(0, 0, 0,.5);
				border-radius: 50%;

			}

			.qualitypriority {

				height: 100%;
				width: 100%;

			}

			.qualitypriority-container {
				width: 80%;
			}

			.knowourservices-wrapper {
				display: flex;
				justify-content: center;
				align-items: center;
			}

			.qualityprioritytext p:nth-child(1) {
				font-size: 30px; 
				padding:0;
				margin:0;
				color: #fff;
				padding:0;
			}


		/*---------- system certification ----------- */

			.certification-wrapper {
					margin-top: 30px;
					display: block;
					height: 400px;
				}

			.certification-write-container {
					width:100%;
					margin: 0;
					padding: 0;
				}

			.certification-write {
					width: 90%;
					margin: 0;
					padding: 20px;
					height: 150px;
				}

			.tuv-logos {
					width: 100%;
					display: flex;
					padding-right: 0px;
					border-bottom: solid 1px gray;
				}

			.tuv-logo1-container {
					margin-top: 0px;
				}

			.tuv-logo1-label {
				font-size: 10px;
			}

			.tuv-logo1 {
				width: 80px;
				height: 80px;
			} 

			.tuv-logo-wrapper {
				width: 30%;
				margin:auto;
				height: 200px;
				box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
			}

			.tuv-logo-wrapper:hover {
				transform: scale(1.0);
			}

			.tuv-logo2-container {
				margin-top: 0px;
			}

			.tuv-logo2 {
				width: 80px;
				height: 80px;
			} 

			.tuv-logo2-label {
				font-size: 10px;
			}


			.tuv-logo3-container {
				margin-top: 0px;
			}

			.tuv-logo3 {
				width: 80px;
				height: 80px;
			} 

			.tuv-logo3-label {
				font-size: 10px;	
				padding-top: 5px;
			}

/*------------ end product----------------*/


			.endproduct-wrapper {
				margin-top: 50px;
				height: 500px;
				display: block;
				padding: 0px;
				background: #fff;
			}

			.endproduct {
				width: 100%;
				margin: 0;
				padding: 0;
			}

			.endproduct-write {
				margin:0;
				padding:0;
				width: 100%;
			}
			.endproduct-write p {
				font-size: 28px;
				width: 90%;
			}

			.endproduct-container {
				width: 100%;
			}

			.endproduct-slider {
				width: 90%;
				box-shadow:  0px 2px 2px 0px rgba(0,0,0, .3);
				margin: auto;
			}

			.endproduct-slider img {
				height:300px;
			}


/*------------ affiliate----------------*/


			.affiliate-wrapper {
				margin-top: 50px;
				height: 500px;
				display: block;
				padding: 0px;
				background: #fff;
			}

			.affiliate{
				width: 100%;
				margin: 0;
				padding: 0;
			}

			.affiliate-write {
				margin:0;
				padding:0;
				width: 100%;
			}
			.affiliate-write p {
				font-size: 28px;
				width: 90%;
			}

			.affiliate-container {
				width: 100%;
			}



			/*------------ footer ---------*/

			footer {
				width: 100%;
				background: #2288c7;
				text-align: center;
				margin-top: 50px;
				font-size: 14px;
				color: #fff;
				padding:0;
				height: auto;
				
			}

			.footer-links {
				height: auto;
			}

			.footer-links a{
				color:#fff;
				padding: 10px 0;
				text-decoration: none;
				border: none;
				display: block;
				font-size: 16px;
			}



			.footer-links a:hover {
				color:gold;
			}

			footer p{
				font-size: 10px;
				padding-bottom:30px;
				margin: 0;
				line-height: auto;
			}


}