@charset "utf-8";
/* CSS Document */

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

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

p{
	line-height:1.4em;
	font-size:1em;
	
}

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

.greenBtn{
	height:20px;
	padding:10px 30px;
	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;
}

/******** menu**********/
nav a {
	font-size:0.9em;
	padding:5px 20px;	
	
}

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

#header{
	height:140px;
	padding-top:10px;	
	-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:50%;
	float:none;
	margin:0 auto;
		
}
#linkSpace{
	width:100%;
	float:none;
	padding-top:0px;
	margin:0 auto;
	
}

/********* banner **********/
#banner{
	height:180px;
	
}

#insidebanner{
	height:100px;
	overflow:hidden;
	
}
#insidebanner img{
	width:200%;
	height:auto;
	position: relative;
	left:-70px;
}

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

#intro p{
	font-size:1em;
	line-height:1.4em;
}

/********* services block *********/
#services{
	padding:20px 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:100%;
	height:400px;
	float:right;
	font-family: 'Quicksand', sans-serif;
    font-size:1.0em;
	color:#fff;
	padding: 0 55px;
	text-align:center;
	line-height:2em;	
}
#testimonial-slider {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

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

/****** about us ******/
#about{
	
	padding:3% 2% 1% 2%;
}

#about-img{
	width:85%;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1%;
}
.vm-box{
	width:90%;
	height:auto;
	margin:4% auto;
	background:linear-gradient(#fff, #efefef);
	border:1px solid #eee;
	-webkit-box-shadow:0px 4px 6px #ccc;
	-moz-box-shadow:0px 4px 6px #ccc;
	box-shadow:0px 4px 6px #ccc;
	display:block;
	padding:0 30px;
	vertical-align:top;
	text-align:center;
}