/*index page*/
.carasouel{
	padding-bottom: 40px;
	padding-top: 95px;
}
.carasouel img{
	width: 100%;
}
.carasouel .col{
	margin-bottom: 25%;
}
.carasouel p{
	margin:  auto;
	padding: 5px;
	font-size: 37px;
	font-weight: 500;
	animation: fadeup 1.2s cubic-bezier(0.14, 0.01, 0.43, 1.14) both;
}
@keyframes fadeup{
	0%{
		opacity: 0;
		transform: translate3d(0%, 100%, 103px);
	}
	100%{
		opacity: 1;
		transform: translate3d(0%, 0, 0);
	}
}
.about{
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding: 100px 0px 50px 0px;
}
.about .image{
	max-width: 550px;
	padding: 0px 15px
}
.about .image img{
	box-shadow: 20px 20px 20px #d4d9dd;
	border-radius: 12px;
}
.about .text{
	width: 40%;
	padding: 0px 40px;
}
.about .text h2{
	padding-top: 20px;
	font-weight: 500;
}
.about .text p{
	color: #7b7c82;
	padding-top: 15px;
	padding-bottom: 20px;
}
.about .text button{
	padding: 10px 10px;
	background-color: #3d4a8c;
	color: white;
	border: none;
	outline: none;
	box-shadow: 2px 2px 2px gray;
}
.service{
	padding: 7vw;
}
.service .col-md{
	border: 1px solid #e8e9f1;
	height: 300px;
	padding: 50px 30px;
	transition: .5s linear !important;
	box-shadow: 20px 20px 16px #d4d9dd;
	border-radius: 4px; 
}
.service .lab:hover{
	background-image: url('./img/bright-and-ultra-modern-high-tech-laboratory-full-of-advanced-picture-id949946968.jpg') !important;
	background-repeat: no-repeat;
	background-position: center;
	transition: .8s linear !important;
	color: white;
}
.service .server:hover{
	background-image: url('./img/High End Server.jpg') !important;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	background-size: cover;
}
.service .work:hover{
	background-image: url('./img/Highend Workstation.jpg') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: white;
}
.service .col-md i{
	font-size: 45px;
	padding-bottom: 25px;
	color: #3577d1;
}
.service i:hover{
	color: white;
}
.jump{
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding: 30px 0px 50px 0px;
}
.jump .image{
	max-width: 550px;
	padding: 0px 15px
}
.jump .image img{
	box-shadow: 20px 20px 10px #d4d9dd;
	border-radius: 12px;
}
.jump .text{
	width: 40%;
	padding: 0px 40px;
}
.jump .text h2{
	padding-top: 40px !important;
	font-weight: 600;
	text-shadow: 4px 2px #d4d9dd;
}
.jump .text p{
	font-size: 16px;
	color: #7b7c82;
	padding-top: 15px;
	padding-bottom: 20px;
}
/*.jump .text button{
	padding: 10px 10px;
	background-color: #3d4a8c;
	color: white;
	border: none;
	outline: none;
	box-shadow: 2px 2px 2px gray;
}*/

@media screen and (max-width: 870px){
	.carasouel p{
		padding-bottom: 0;
		font-size: 18px;
	}
	.carasouel img{
		height: 250px;
	}
	.about{
		flex-direction: column;
		padding: 0px;
		padding-top: 20px;
	}
	.about .text{
		min-width: 100%;
		padding: 25px;
		padding-top: 10px;
	}
	.service .col-md{
		margin-top: 20px;
	}
	.service .lab{
		margin-right: 0 !important;
	}
	.service .server{
		margin-right: 0 !important;
	}
	.jump{
		flex-direction: column-reverse;
		padding: 0px;
		padding-top: 20px;
	}
	.jump .text{
		width: 100%;
		padding: 25px;
		padding-top: 10px;
	}
	.jump .text h2{
		font-size: 24px;
		text-align: center;
	}
}