@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton|Montserrat|Oswald|PT+Sans|Quicksand');

body{
	margin:0;
	padding:0;
	font-family: 'PT Sans', sans-serif;
	
}
.clearing{
	clear:both;	
}

.outercontainer{
	width:80%;
	margin:0 auto;	
}

.responsiveImg{
	width:100%;
	height:auto;
}

h1{
	font-family: 'Oswald', sans-serif;
	padding-bottom:10px;
	margin:0;
	font-size:2.5em;
}
h2{
	font-family: 'Oswald', sans-serif;
	padding-bottom:10px;
	margin:0;
	font-size:1.8em;
}

p{
	line-height:1.6em;
	font-size:1.1em;
	
}

.justify{
	text-align:justify;	
}

.greybg{
	background:#f9f9f9;	
}

.blueTxt{
  color:#21becc;
}


.blueBox{
  background:#7db448;
  padding:5px 10px;
  border-radius:5px;color:#fff;
}

.right-align{
  float:right;
}

/******* buttons *******/

.greenBtn{
	height:20px;
	padding:15px 40px;
	background:#8fc759;
	border-radius:25px;
	color:#fff;
	transition:all 0.5s;
	text-decoration:none;
	font-weight:bold;
	font-size:0.8em;
}

.greenBtn:hover{
	background:#63a227;
	border-radius:0px;
}

/*****image hover effects *****/
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.service-container {
  position: relative;
  width: 20%;
  display:inline-block;
  margin:0.5%;
}

.service-image {
  display: block;
  width: 100%;
  height: auto;
}

.service-overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:1;
  
  font-size: 20px;
  padding: 20px 0px;
  text-align: center;
  font-weight:normal;
}

.service-container:hover .service-overlay {
  opacity: 1;
  padding: 80px 0px;
  font-weight:normal bold;
}

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

.service-overlay a:hover{
	color:#63a227;
}

@media screen and (max-width: 50em) {

	.service-container {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 80%;
	}
}

/********* top part**********/
#topBand{
	background-image: linear-gradient(to right, #065d6f , #28cedb);
	height:40px;
	padding-top:10px;
	color:#fff;
	text-align: right;
}

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

.fa-white{
	color:#fff;
}

#header{
	height:150px;
	padding-top:20px;	
	-moz-box-shadow: 0px 3px 5px #ddd;
	-webkit-box-shadow: 0px 3px 5px #ddd;
	box-shadow: 0px 3px 5px #ddd;
	z-index:9000;
}
#logo{
	width:22%;
	float:left;
		
}
#linkSpace{
	width:70%;
	float:right;
	padding-top:50px;
	
}

/********* banner **********/
#banner{
	height:auto;
	
}

#insidebanner{
	height:230px;
	
}

/********* intro **********/
#intro{
	height:auto;
	padding:3% 8% 0.5% 5%;
	
}
#intro-img{
	width:40%;
	float:left;
	margin-right:2%;
	margin-bottom:1%;
}

#intro p{
	font-size:1.2em;
	line-height:1.7em;
}

/********* services block *********/
#services{
	padding:40px 0;
	text-align:center;	
}

/****** testimonial block ********/
#testimonial{
	position:relative;
	height:400px;
	background-image:url('../images/testimonial-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;	
}
#testimonialBlock{
	background:rgba(30,129,131,0.6);
	display:flex;
	justify-content:center;
	align-items:center;
	width:50%;
	height:400px;
	float:right;
	font-family: 'PT Sans', sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	padding: 0 55px;
	
}
/*-------------------------------- */
#testimonial-slider {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.testimonial-slides {
  position: relative;
  margin: 0;
  padding: 0;
}
.testimonial-slide {
  position: absolute;
  list-style-type: none;
  width: 99%;
	margin:0 auto;
  height: 250px;
  top: 0;
  left: 0;
}
.testimonial-slide1 {}
.testimonial-slide2 {}
.testimonial-slide3 {}
.testimonial-slide4 {}
.testimonial-slide5 {}

/****** footer ******/
#footer{
	text-align:center;
	padding:10px 0;	
}
#footer #footerLogo{
	width:30%;
	margin:10px auto;
	border-bottom:1px solid #ccc;
}
#footer #copyrights{
	font-size:0.8em;
	color:#666;
	margin-top:20px;
}

/****** about us ******/
#about{
	
	padding:3% 0 1% 0;
}
#about-img{
	width:55%;
	float:right;
	margin-left:2%;
	margin-bottom:1%;
}
.vm-box{
	width:27%;
	height:350px;
	margin:1% 1%;
	background:linear-gradient(#fff, #efefef);
	border:1px solid #eee;
	-webkit-box-shadow:0px 8px 6px #ccc;
	-moz-box-shadow:0px 8px 6px #ccc;
	box-shadow:0px 8px 6px #ccc;
	display:inline-block;
	padding:0 30px;
	vertical-align:top;
}

/******** services page ********/
#servicespg{
	padding:3% 0 1% 0;
}
.services-icon-box{
	width:30px;
	height:30px;
	float:left;
	margin-right:10px;
}
.service-img{
	width:80%;
	margin-bottom:15px;
}

.pdt-box{
  width:150px;
  height:220px;
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  text-align:center;
}


/*******contact page *********/
.equal-leftCol{
	width:49%;
	margin-right:1%;
	margin-bottom:1%;
	float:left;	
}

.equal-rightCol{
	width:49%;
	margin-left:1%;
	float:right;
	margin-bottom:1%;
}