
/* ---------- Services HERO ------*/

.services-intro-wrapper {
	width: 100%;
	height: 80vh;
	position: relative;
}

.services-intro-img {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.services-intro-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.intro-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, black, transparent);
	z-index: 2;
}

.services-intro-write {
	position: absolute;
	left:5%;
	top:50%;
	transform: translateY(-50%);
	padding: 20px;
	width: 30%;
	z-index: 3;
}

.services-intro-write p:nth-child(1){
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 30px;
}

.services-intro-write p:nth-child(2){
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #fff;
}

/* ----------  services buttons ------ */

.services-wrapper {
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

.services-button-wrapper {
	width: 	100%;
	height: 100px;
	display: flex;	
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.services-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0;
	width : 15%;
	height: 80%;
	margin:20px;
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,.3);
	background-color: #2288c7;
}

.services-button button {
	width: 100%;
	height: 100%;
	background: #2288c7;
	border:none;
	font-family: "Roboto";
	font-size: 18px;
	border-radius: 3px;
	display: inline-block;
	transition: transform .3s ease-in;
}

.services-button a{
	text-decoration: none;
	color: #FAFAFA;
}


.services-button button:hover {
	transform: scale(1.1);
	background: #c21104;
}

.services-write-wrapper {
	width: 100%;
	height:auto;
	padding:0;
	margin:0;
}

.services-ano-container {
	width: 100%;
	height: 350px;
	padding:0;
	margin: 0;
	position: relative;
 	overflow: hidden;
}

.services-rack-container {
	width: 100%;
	height: 350px;
	padding:0;
	margin: 0;
	position: relative;
 	overflow: hidden;
}

.services-ptg-container {
	width: 100%;
	height: 350px;
	padding:0;
	margin: 0;
	position: relative;
 	overflow: hidden;
}

.services-reel-container {
	width: 100%;
	height: 350px;
	padding:0;
	margin: 0;
	position: relative;
 	overflow: hidden;
}

.services-write-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}

.services-write-img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position:50% 30%;
}

.services-write-overlay {
	position: absolute;
	top: -40%;
	left: -20%;
	height: 180%;
	width: 70%;
	border-radius: 50%;
	background-color: rgba(34, 136, 199, .9);
	/*background-color: rgba(28, 28, 27, .8); */
	z-index: 2;
}


.services-write {
	position: absolute;
	top:0;
	left:0;
	float: left;
	width: 40%;
	height: 100%;
	z-index: 9;
	padding: 30px;
}


.services-write p:nth-child(1) {
	padding-top:15px;
	margin:0;
	font-size: 30px;
	font-family: "Roboto";
	font-weight: bold;
	color:#FFF;
}

.services-write p:nth-child(2) {
	padding-bottom:10px;
	margin:0;
	font-size: 26px;
	font-family: "Roboto";
	color:orange;
}

.services-write p:nth-child(3), p:nth-child(4){
	color: #FFF;
	padding:0;
	margin:0;
	font-size: 14px;
	font-family: "Montserrat";
	padding-bottom:5px;
}

.services-table {
	padding: 0;
	margin: 0;	
	width: 100%;
	height:auto;
	position: relative;
	margin-bottom: 50px;
}

.services-table-head {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left:10px;
	margin: 0;	
	width: 100%;

}

.services-table-head p{
	font-family: "Roboto";
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.services-grid {
	display: grid;
  	grid-template-columns: 15% 35% 15% 35%;
  	padding:5px;
}

.grid-item {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px 10px;
  font-size: 14px;
  text-align: left;
  font-family: "Montserrat";
  font-size: 14px;
}  

/* ----------  quality text control ------ */
.equipment-wrapper {
	width: 100%;
	height: 80vh;
	margin-top:50px;
	display: flex;	
	padding-bottom: 40px;
	padding-top: 60px;
	background: #e3e3e3;
}

.equipment-write {
	width:30%;
	height: auto;
	margin:auto;
	text-align: left;
	padding: 0 10px 0 100px; 
}

.equipment-write p:nth-child(1){
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	padding:0;
	margin:0;
}

.equipment-write p:nth-child(2){
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding-top : 10px;
	width:80%;
	color:#000;
}

.equipment-slide-container {
	width: 70%;
}

.equipment-slide {
	width: 80%;
	position:relative;
	height: 100%;
	margin:auto;
}

.equipment-img-container {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.equip-img {
	padding:0;
	margin:0;
	list-style: none;
	position:relative;
	height: 100%;
	transition : transform 250ms ease-in;
}

.equip-slide {
	position: absolute;
	top:0;
	bottom:0;
	width: 100%;
}

.equip-slide p {
	padding: 0;
	margin: 0;
	position: absolute;
	top:0;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: rgba(34, 136, 199, .8);
	width: 50%;
	line-height: 60px;
	color: #fff;
	text-align: left;
	padding-left: 20px;
}


.equip-slideimg {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	box-shadow:  0px 0px 3px 0px rgba(0,0,0, .3);
}

.equip-button {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	background: transparent;
	border:0;
	cursor: pointer;
}

.equip-button-left {
	left: -50px;
}

.equip-button-right {
	right: -50px;
}

.equip-button img {
	width: 35px;
	height: 35px;
}

.equip-nav-button {
	padding: 10px 0;
	display: flex;
	justify-content: center;
}

.equip-indicator {
	width: 15px;
	height: 15px;
	border:0;
	border-radius: 50%;
	background-color: rgba(0,0,0,.4);
	margin: 0 12px;
	cursor: pointer;
}

.equip-indicator.current-slide {
	background-color: rgba(0,0,0, .75);
}

.is-hidden { display:none;}


/*----------------media query--------------------- */

@media only screen and (max-width: 414px) {


		.services-intro-wrapper {
			width: 414px;
			height: 80vh;
			position: relative;
		}

		.services-intro-img {
			overflow: hidden;
		}

		.services-intro-img img {
			height: 125%;
			width: 100%;
			object-fit: cover ;
			object-position: 0px -90px;
		}


		.services-intro-write {
			width: 60%;
		}

	.services-intro-write p:nth-child(1){
			font-size: 26px;
		}

	.services-intro-write p:nth-child(2){
			font-size: 14px;
	 }

	 .services-button {
			width : 20%;
			margin:10px;
		}

		.services-button button {
			font-size: 14px;
		}

		.services-write-overlay {
			width: 95%;
		}


		.services-write {
			width: 60%;
		}

		.services-write p:nth-child(1) {
			font-size: 22px;
		}

		.services-write p:nth-child(2) {
			font-size: 16px;
		}

		.services-write p:nth-child(3), p:nth-child(4){
			font-size: 12px;
		}

		.services-write p:nth-child(3) span {
			display: none;
		}		

/*------- equipment -----*/

		.equipment-wrapper {
			width: 414px;
			height: 80vh;
			margin-top:50px;
			display: block;	
			padding-bottom: 10px;
			padding-top: 10px;
			background: #f1f1f1;
		}

		.equipment-write {
			width:100%;
			height: auto;
			text-align: left;
			padding: 20px; 
		}

		.equipment-write p:nth-child(1){
			font-family: 'Poppins', sans-serif;
			font-size: 26px;
			padding:0;
			margin:0;
		}

		.equipment-write p:nth-child(2){
			font-family: 'Poppins', sans-serif;
			font-size: 14px;
			padding-top: 0;
			width:80%;
			color:#000;
		}

		.equipment-slide-container {
			width: 100%;
		}

		.equipment-slide {
			width: 100%;
			height: 300px;

		}

		.equip-slide p {
			font-size: 12px;
			width: 100%;
			line-height: 40px;
		}

		.equip-button-left {
			left: 0px;
			z-index: 10;
		}

		.equip-button-right {
			right: 0px;
		}

		.equip-button img {
			width: 30px;
			height: 30px;
			background-color: rgba(34, 136, 199, .8);
		}

		.equip-nav-button {
			padding: 10px 0;
			display: flex;
			justify-content: center;
		}

		.equip-indicator {
			width: 10px;
			height: 10px;
		}


		.services-grid {
				display: grid;
		  	grid-template-columns: 20% 30% 20% 30%;
		  	padding:2px;
		}

		.grid-item {
		  border: 1px solid rgba(0, 0, 0, 0.4);
		  padding: 2px 2px;
		  font-size: 10px;
		  text-align: left;
		} 

}