@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Lato', Arial, Sans-serif;
	font-size: 15px; 
	}
*{
	padding: 0px;
	margin: 0px;
}
#main{
	width: 1170px; margin: 0 auto;
	background-color:#fff;
	}
img{
	border: 0;
	}
a{
	text-decoration: none;
}
h1{
	color: #005e7e;
	}
.clrfix{
	clear: both;
	}
/*==========================================Global css ends here==========================================================*/	
.top_bar{
	width: 100%;
	background: #005e7e;
	height: 10px;
	}

.header{
	width: 100%;
	}
.row_container{
	width: 1170px;
	margin: auto;
	}
.wrapper{
	background-color: rgb(208, 217, 220);
	width: 100%;
	}	
.left_column{
	float: left;
}
.right_column{
	float: right;
	}
.logo{
	float: left;
	margin: 20px 0px;
	}
.menu{
	padding: 0px;
	margin: 0px;
	}
.navigation{
	padding: 0px;
	margin: 0px;
	}
ul.navigation li{
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
	}
ul.navigation li a{
	float: left;
	display: block;
	margin: 70px 10px;
	font-size: 16px;
	text-transform: capitalize;
	color: #005e7e;
	padding:0px 2px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}
ul.navigation li a:hover{
	border-bottom: 5px solid #005e7e;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}	
.active{
	border-bottom: 5px solid #005e7e;
	}
.grid{
	float: left;
	}
.grid_container{
	margin: 30px 0px 20px 0px;
	float: left;
	width: 370px;
	padding: 0px 10px;
	}		
.image{
	float: left;
	margin-right: 20px;
	}	
.h1_normal{
	font-size: 25px;
	font-weight: 100;
	float: left;
	}
.h1_bold{
	font-size: 25px;
	float: left;
	}
.h1_holder{
	margin: 10px 0px;
	}
.paragraph_holder{
	margin: 10px 0px;	
	}
.paragraph{
	font-size: 15px;
	color: #005e7e;
	line-height: 25px;
	text-align: justify;
	}
.btn_holder{
	margin: 10px 0px;
	}
.btn{
	float: left; 
	margin: 30px 0px;
	}
.btn a{
	padding: 15px 30px;
	border: 3px solid #bebfc1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #005e7e;
	font-size: 22px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}	
.btn a:hover{
	background: #609baf;
	border: 3px solid #609baf;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}	
.h3_holder{
	margin: 10px 0px;
	}
.h3{
	color: #005e7e;
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	}
.service_holder{
	margin: 20px 0px;
	}	
.services{
	padding: 0px;
	margin: 0px;
	}
ul.services li{
	list-style-type: none;
}
ul.services li a{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 40px;
	display: block;
	background: url(../images/right-icon.png) 0px 0px;
	background-repeat: no-repeat;
	color: #005e7e;
	border-bottom: 1px dotted #005e7e;
	}
ul.services li a:hover{
	color: #bebfc1;
	}	
#none{
	border-bottom: none !important;
	}
.container{
	width: 100%;
	background: #f2f2f2;
/*	margin: 20px 0px 0px 0px;*/
	padding: 30px 0px 30px 0px;
	}	
.icon_holder{
	float: left;
	}
.icon{
	width: 110px;
	height: 110px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	background: #609baf;
	}
	
.home_icon{
	text-align: center;
	position: relative;
	left: 25%;
	top: 25%;
	float: left;
}
.call_icon{
	text-align: center;
	position: relative;
	left: 33%;
	top: 25%;
	float: left;
}
.mail_icon{
	text-align: center;
	position: relative;
	left: 25%;
	top: 30%;
	float: left;
}
.h4_container{
	margin: 30px 0px;
	}
.h4{
	font-size: 18px;
	font-weight: 400;
	color: #005e7e;
	float: left; padding-left:10px;
	}	
.h4 a{
	color:#005e7e;
	}
.footer{
	background: #e6e6e6;
	width: 100%;
	}				
.grid2{
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px;
	}
.footer_menu{
	margin: 0px;
	padding: 0px;
	}	
.footer_nav{
	margin: 0px;
	padding: 0px;
	}
ul.footer_nav li{
	list-style-type: none;
	float: left;
	}
ul.footer_nav li a{
	float: left;
	display: block;
	margin: 0px 10px 10px 10px;
	font-size: 12px;
	color: #005e7e;
	text-transform: capitalize;
	}
ul.footer_nav li a:hover{
	border-bottom: 3px solid #005e7e;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.follow_us{
	margin: 0px;
	float: left;
	width: 370px;
	}	
.social_icon{
	margin: 0px;
	padding: 0px;
	}
ul.social_icon li{
	list-style-type: none;
	float: left;
	margin: 0px 10px;
	}
#facebook{
	background: url(../images/social_image.png) 0px 0px;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
	}	
#twitter{
	background: url(../images/social_image.png) -43px 0px;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
	}
#skype{
	background: url(../images/social_image.png) -87px 0px;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
	}
#google{
	background: url(../images/social_image.png) -132px 0px;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
	}
#pin_it{
	background: url(../images/social_image.png) -179px 0px;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
	}
.text_holder{
	float: left;
	color: #005e7e;
	font-size: 12px;
	text-transform: capitalize;
	}
.social_icon_holder{
	margin: -4px 0px;
	float: left;
}			

#view3 ul li{list-style-image:url(../images/li-icon.png); list-style-position:inside; padding:3px 0px;}

.inner_cont{padding:20px;}
.gallery{padding:10px 10px 10px 15px;}
.gallery li{float:left; display:inline; margin:0px 20px 10px 0px; text-align:center; width:450px;}
.heading{font-weight:bold; color:#005e7e; padding:5px 0px; text-decoration:underline;}
										