*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	height: 100vh;
	width: 100vw;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
html{
	overflow-y: hidden;
}
#navbar{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	background: #4F81BD !important;
	color: white !important;
	font-weight: bolder;
	padding: 0 !important;
	border-bottom: 3px solid white;
}
#navbarSupportedContent a{
	color: #fff;
	border-bottom: 2px solid transparent;
}
.navbar .navbar-brand img{
	margin-left: 20px;
	height: 105px;
	width: auto;
}
/* style.css */
#navbar {
  transition: transform 0.4s ease-in-out;
}
#navbarSupportedContent a{
	color: #fff;
	letter-spacing: 2px;
	padding: 0px 20px;
	transition: 0.5s;
}
#navbarSupportedContent a:hover{
	color: #FD7272;
	border-bottom: 3px solid blue;
}
.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.overlay1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.overlay2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.overlay1 h2{
	font-size: 80px;
	display: block;
	font-weight: bolder;
	width: 0ch;
	white-space: nowrap;
	overflow: hidden;
	align-self: center;
	align-items: center;
	text-align: center;
	animation: typing 5s infinite;
}
.overlay h1{
	font-size: 80px;
	display: block;
	font-weight: bolder;
	width: 0ch;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	animation: animate 7s infinite;
}
.overlay2 h3{
	font-size: 80px;
	display: block;
	font-weight: bolder;
	width: 0ch;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	animation: resources 6s infinite;
}
@keyframes typing {
	0%{
		transform: translateY(-2000px);
		width: 0ch;
	}
	50%{
		transform: translateY(0);
		width: 25ch;
	}
}
@keyframes transform {
	0%{
		transform: translateZ(0);
		opacity: 0;
	}
	10%{
		transform: translateY(400px);
	}
}
@keyframes resources {
	0%{
		transform: translateY(-1000px);
		width: 0ch;
	}
	50%{
		transform: translateY(0);
		width: 25ch;
	}
}
.btn{
	position: absolute;
	width: 100%;
	left: 0;
	top: 65%;
	z-index: 1;
	animation: transform 6s infinite;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
.btn button{
	border: 2px solid black;
	color: #ffffff;
	font-weight: bold;
	border-radius: 10px;
	padding: 15px;
	background: transparent;
}
@keyframes animate {
	0%{
		transform: translateY(0);
		width: 0ch;
	}
	50%{
		transform: translateY(-150px);
		width: 25ch;
	}
}
.client-pic{
	height: 100vh;
	min-width: 100vw;
}
.client-pic img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	background-repeat: no-repeat;
}
.vision img{
	height: 100%;
	width: 100%;
    object-fit: cover;
    object-position: center;
}
.vision h1{
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 1px;
	font-weight: 900;
}
.vision p{
	margin-top: 130px;
	text-align: center;
	line-height: 35px;
}
.about{
	background: #e5e5e5;
	margin-top: 70px;
	padding-bottom: 50px;
}
.about h1{
    font-size: 30px;
	padding-top: 20px;
	font-weight: 900;
	letter-spacing: 1px;
}
.about p{
	margin-top: 50px;
	line-height: 35px;
	text-align: center;
}
.about i{
	padding: 10px 10px;
	align-items: center;
}
.card{
	height: 180px;
	width: 350px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 20px 0px;
	transition: 0.5s;
}
.card i{
	margin-top: 30px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	font-size: 35px;
	border-radius: 50%;
	padding: 15px;
}
.card-title{
	font-size: 15px;
}
.card:hover{
	transform: scale(1.1);
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	color: #5EBEC4;
}
.client{
	margin-top: 55px;
}
.testimonial-area2{
	padding-left: 215px;
	padding-right: 100px;
	padding-top: 25px;
	margin-top: 55px;
	height: 200px;
	width: 100%;
	background: #4F81BD;
}
.testimonial-area2 .owl-carousel{
	overflow: hidden;
	padding: 0 20px;
	margin: 0 -20px;
	margin-right: -50px;
}
.client-testimonial{
	border-radius: 3px;
	height: 100%;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}
.client-info2 .client-pic2{
	align-items: center;
	height: 150px;
	width: 180px;
	object-fit: cover;
	object-position: center;
}
.client-info2 .client-pic2 img{
	height: 100%;
	width: 100%;
}
.client h1{
    font-size: 30px;
	letter-spacing: 1px;
	font-weight: 900;
}
.contact{
	margin-top: 120px;
}
.contact-us h1{
    font-size: 30px;
	font-weight: 900;
	letter-spacing: 1px;
}
.box{
	margin-top: 50px;
	height: 500px;
	width: 300px;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	display: block;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.details i{
	position: absolute;
	left: 2%;
	top: 0;
	font-size: 32px;
}
.box .details h2{
	position: relative;
	margin-top: 45px;
	font-size: 17px;
	font-weight: bold;
}
form{
	margin-top: 50px;
}
.form-group{
	display: flex;
	flex-direction: column;
}
textarea{
	height: 220px;
	width: 350px;
}
.sign-in{
	padding: 10px;
	width: 100%;
	border: none;
	border-radius: 5px;
	color: white;
	background: #4F81BD;
	transition: 0.5s;
}
.sign-in:hover{
	background: black;
	color: white;
}
.footer{
	margin-top: 50px;
	border-top: 5px solid #CAD3C8;
	width: 100%;
	height: 130px;
	background: #4F81BD;
	text-align: center;
	color: white;
	padding: 3px; 
	position: relative;
}
.footer .copyright p{
	padding-top: 50px;
	font-size: 15px;
}
.footer a{
	position: absolute;
	left: 5%;
	text-decoration: none;
	font-size: 15px;
	color: white;
}
@media (max-width: 600px) {
	*{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	.client{
		min-width: 100%;
	}
	.testimonial-area2{
		padding-top: 20px;
		height: 230px;
		min-width: 100%;
		min-height: 100%;
	}
	.testimonial-area2 .owl-carousel{
		padding-top: 25px;
		margin-left: -200px;
		min-height: 100vh;
		min-width: 100vw;
	}
	.single-testimonial .client-info .client-pic{
		padding-bottom: 10px;
	}
	.client-testimonial{
		border-radius: 3px;
		height: 100%;
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	.testimonial-content owl-carousel.client-info2 .client-pic2{
		height: 250px;
		width: 250px;
	}
	.client-info2 .client-pic2 img{
		margin-left: 55px;
		width: 100%;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
	.overlay h1{
		font-size: 38px;
		display: block;
	}
	.overlay1 h2{
		font-size: 35px;
	}
	.overlay2 h3{
		font-size: 38px
	}
	.btn{
		font-size: 15px;
	}
	.vision p{
	    margin-top: -2px;
	}
}