
/*------------------banner---------------*/

*
{
	margin:0;
	padding:0;
}


#banner{
	background: linear-gradient(rgba(0,0,0,0.5),#009688),url(image/caros/caros2.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
}
#banner1{
	background: linear-gradient(rgba(0,0,0,0.5),#009688),url(image/caros/caros3.jpg);
	background-size: cover;
	background-position: center;
	height: 65vh;
}

#banner2{
	background: linear-gradient(rgba(0,0,0,0.5),#009688),url(image/caros/caros5.jpg);
	background-size: cover;
	background-position: center;
	height: 65vh;
}

#banner3{
	background: linear-gradient(rgba(0,0,0,0.5),#009688),url(image/caros/caros6.jpg);
	background-size: cover;
	background-position: center;
	height: 65vh;
}

#banner4{
	background: linear-gradient(rgba(0,0,0,0.5),#009688),url(image/caros/caros7.jpg);
	background-size: cover;
	background-position: center;
	height: 65vh;
}

#banner5{
	background: linear-gradient(rgba(0,0,0,0.5),#009688),url(image/caros/caros8.jpg);
	background-size: cover;
	background-position: center;
	height: 65vh;
}

.banner-text{
	text-align:center;
	padding-top: 130px;
}
	
.banner-text h1{
	color:#fff;
	font-family: Times new roman,cursive;
	font-size:60px;
	font-style:italic;
	
}	
.banner-text p{
	color:#f50e2a;
	font-family: comic sans MS;
	font-size:20px;
	text-align:center;
	font-style:italic;
	
}
	
.banner-text h1 logo1{
	width:120px;
	
	
}	

/*----------button---top: 4%;
	left: 4%;------*/		
.banner-btn		
{
margin: 20px auto 0;
}

.banner-btn	a	
{
width: 150px;
text-decoration: none;
display: inline-block;
margin: 0 10px;
padding: 12px 0;
color: #fff;
border: 0.5px solid #fff;
position: relative;
z-index: 1;
transition: color 0.5s;

}
.banner-btn	a span{
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	transition: 0.5s;
	
}
	
.banner-btn	a:hover span{
	width: 100%;
}

.banner-btn	a:hover{
	color: #000;
}		
.banner-text1{
	color:#fff;
	font-family: arial;
	font-size:15px;
	text-align:center;
	
}
.banner-text1 h2{
	color:#fff;
	font-family: comic sans MS;
	font-size:12px;
	text-align:center;
	font-style:italic;
	
	
}
		
#sideNav{
	width: 200px;
	height: 100vh;
	position: fixed;
	right: -250px;
	top:0;
	background: #017d76;
	z-index: 2;
	transition: 0.5s;
}

nav ul li{
	list-style: none;
	margin: 50px 20px;
}

nav ul li a{
	text-decoration: none;
	color: #fff;
}
#menuBtn{
	width: 80px;
	height: 80px;
	background: 009688;
	text-align: centre;
	position: fixed;
	right: 30px;
	top: 20px;
	border-radius: 3px;
	z-index: 3;
	cursor: pointer;
}

#menuBtn img{
	width: 50px;
	margin-top: 15px;
	
}

 @media screen and (max-width: 770px){
	.banner-text h1{
	font-size: 40px;
	}
	.banner-btn	a	{
	display: block;
	margin: 20px auto;
}

}

/*------------Objectives-------*/

#feature{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 20px;
}

.title-text{
	text-align: center;
	padding-bottom: 20px;
}
.title-text p{
	margin: auto;
	font-size: 20px;
	color: #009688;
	font-weight: bold;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.title-text h1{
	font-size: 20px;
}

.title-text p::after{
	content: "";
	width: 50px;
	height: 35px;
	background: linear-gradient(#019587,#f88);
	position: absolute;
	top: -20px;
	left: 0;
	z-index: -1;
	transform: rotate(-10deg);
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
}
.title-text h2{
	margin-left: 20px;
	font-size: 15px;
	color: #009688;
	position: relative;
	z-index: 1;
	display: inline-block;
	text-align: center;
}

.title-text h3{
	margin-left: 20px;
	font-size: 15px;
	color: #009688;
	position: relative;
	z-index: 1;
	display: inline-block;
	text-align: center;
}
.feature-box{
	width: 50%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}
.feature{
	flex-basis: 80%;
}
.feature-img{
	flex-basis: 80%;
	margin: auto;
}
.feature h1{
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
}
.feature-img img{
	width: 100%;
	border-radius: 10px;
	
}	

.feature-desc{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.feature-text p{
	padding: 0 20px;
	text-align: initial;
	margin-left: 20px;
	font-size: 15px;
	color: #009688;
}
@media screen and (max-width: 770px){

.title-text h1{
	font-size: 20px;
}
.feature{
	flex-basis: 100%;
}	
.feature-img{
	flex-basis: 100%;
}
.feature-img img{
	width: 100%;
	
}	

}

/*------------service-------*/

#service{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 20px;
	background: linear-gradient(#fff,#dae7dd,#c7cdc8);
}

.service-box{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: auto;
}
.single-service{
	flex-basis: 48%;
	text-align: center;
	border-radius: 7px;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
}

.single-service img{
	width: 100%;
	border-radius: 7px;
}
.overLay{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	border-radius: 7px;
	cursor: pointer;
	background: linear-gradient(rgba(0,0,0,0.5),#009688);
	opacity: 0;
	transition: 1s;
}

.single-service:hover .overLay{
	opacity: 1;

}
.service-desc{
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	transition: 1s;
	}
hr{
	background: #fff;
	height: 2px;
	border: 0;
	margin: 15px auto;
	width: 60%;
}
.service-desc p{
	font-size: 14px;
}
.single-service:hover .service-desc{
	bottom: 20%;
	opacity: 1;
	
}
/*-----services------------*/

#testimonial1{
	width: 100%
	padding: 70px 0;
	
}
.testimonial1-row{
	padding: 10px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: justify;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-left: 300px;
	
}
.testimonial1-col{
	flex-basis: 28%;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 10px 20px 3px #006199;
	cursor: pointer;
	transition: transform .5s;
}

.testimonial1-col p{
	font-size: 12px;
	color: #009688;
	text-align: justify;
}

.testimonial1-col h6{
	font-size: 15px;
	text-align: center;
}

.testimonial1-col img:hover .overLay{
	
}
/*--------*/
@media screen and (max-width: 770px){
	.single-service{
		flex-basis: 100%;
		margin-bottom: 30px;
	}
	.service-desc p{
	font-size: 12px;
}
	hr {
		margin: 5px auto;
		
	}
	.single-service:hover .service-desc{
	bottom: 5%!Important;
	
}
.testimonial1-row{
	align-items: center;
	width: 80%;
	padding: 10px;
}
	
.testimonial1-col{
	flex-basis: 100%;
	
}
}



/*------------about us photo-------*/

#service1{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 20px;
	/*---background: linear-gradient(#fff,#dae7dd,#c7cdc8);---*/
}

.service1-box{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: auto;
}
.single-service1{
	flex-basis: 48%;
	text-align: center;
	border-radius: 7px;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
}

.single-service1 img{
	width: 80%;
	border-radius: 7px;
	
}
.overLay1{
	
	height: 100%;
	width: 60%;
	position: absolute;
	top: 0;
	border-radius: 2px;
	cursor: pointer;
	background: linear-gradient(rgba(0,0.2,0,0.3),#005247);
	opacity: 0;
	transition: 1s;
}

.single-service1:hover .overLay{
	opacity: 1;
	height: 100%;
	width: 60%;
	position: absolute;
	top: 0;
	border-radius: 7px;

}
.service1-desc{
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	transition: 1s;
	}
hr{
	background: #fff;
	height: 2px;
	border: 0;
	margin: 15px auto;
	width: 60%;
}
.service-desc p{
	font-size: 14px;
}
.single-service:hover .service-desc{
	bottom: 20%;
	opacity: 1;
	
}

@media screen and (max-width: 770px){
	.single-service1{
		flex-basis: 50%;
		margin-bottom: 30px;
	}
	.service1-desc p{
	font-size: 12px;
}
	hr {
		margin: 5px auto;
		
	}
	.single-service1:hover .service-desc{
	bottom: 25%!Important;
	
}
}

/*-----about us------------*/

#testimonial{
	width: 100%
	padding: 70px 0;
	
}
.testimonial-row{
	width: 70%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	
}
.testimonial-col{
	flex-basis: 28%;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 10px 20px 3px #006199;
	cursor: pointer;
	transition: transform .5s;
}
.testimonial-col p{
	font-size: 12px;
}

.user{
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.user img{
	width: 50px;
	margin-right: 20px;
	border-radius; 3px;
}
.user-info h4{
	font-size:12px;
	color: #009688;
}
.user-info small{
	color: #009688;
	font-size:10px;
}

/*-------
.testimonial-col:hover{
	transform: translateY(-7px);
}---*/
	@media screen and (max-width: 770px){
	.testimonial-col{
	flex-basis: 100%;
	}

}
/*----projects---width:600px;

---*/

.container{
	
	margin: 0 auto 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
}
.container .box{
	left: 50px;
	position: relative;
	/*----width: 300px;
	height: 150px;
	background: #ff0;---*/
	margin: 10px;
	box-sizing: border-box;
	display: inline-block;
	
}
.container .box .imgBox{
	position: relative;
	overflow: hidden;

}
.container .box .imgBox img{
	max-width: 100%;
	transition: transform 2s;

}	
.container .box:hover .imgBox img{	
	transform: scale(1.2);
}
.container .box .details{
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: rgba(0,0,0,.8);
	transform: scaleY(0);
	transition: transform .5s;
}
.container .box:hover .details{
	transform: scaleY(1);
}	
.container .box .details .content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 15px;
	color: #fff;
}
.container .box .details .content h2{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #ff0;
}

.container .box .details .content p{
	margin: 10px 0 0;
	padding: 0;

}	

@media screen and (max-width: 770px){
	.container {
	flex-basis: 100%;
	}
.container .box{
	flex-basis: 100%;
	}
	.container .box .imgBox {
	flex-basis: 100%;
	}
	.container .box .imgBox img{
	flex-basis: 100%;
	}
	.container .box .details{
	flex-basis: 100%;
	right: 150px;
	}
	
	
}


/*----footer------*/
#footer{
	padding: 50px 0 20px;
	background: linear-gradient(#eff,#dae7dd,#c7cdc8);
	position: relative;
}	

.footer-row{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_logo{
	width: 35px;
}
.footer-left h6{
	font-size: 10px;
	color: #f50e2a;
	padding-left: 150px;
}
	
	
.footer-left,.footer-right{
	flex-basis: 45%;
	padding: 10px;
	margin-bottom: 20px;
}
.footer-right{
	text-align: right;
	color: #009688;
	font-size: 11px;
}
.footer-row h1{
	margin: 10px 0;
	font-size: 25px;
}

.footer-row p{
	line-height: 15px;
}
.footer-img{
	max-width: 270px;
	opacity: 0.2;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%,-50%);
}
.social-link{
	text-align: center;
	
}
.social-link p{
	align: center;
	font-size: 12px;
	color: #009688;
}

@media screen and (max-width: 770px){
	.footer-left,.footer-right{
	flex-basis: 100%;
	font-size:12px;
	}
.footer-img{
	max-width: 150px;
	align: center;
	padding: 150px 0 20px;
}
.footer-left{
	text-align: center;
}
.footer-right{
	text-align: center;
}
}












	
		