/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		min-width: 1200px;
		line-height: 2.25em;
		min-height: 100%;
	}

	h1, h2, h3, h4, h5, h6
	{
	}


	


	.pad-right
	{
		margin-right: 1.5em;
	}

	.pad-left
	{
		margin-left: 1.5em;
	}
	
	body.left-sidebar,
	body.homepage
	{
	}

		body.left-sidebar #content,
		body.homepage #content
		{
			padding-left: 0px;
		}


	
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper	{
		padding: 0px 0 0px 0;
		height:auto;
		position:absolute;
		top:35px;
		z-index:999;
		width:100%;
		background:rgba(255,255,255,0.7);
	}
	#topwrapper{
		width:100%;
		height:auto;
		float:left;
		padding:7px 0px;
		margin:0px;
		background:#00226c;
	}
	#banner-wrapper{
		width:100%;
		height:auto;
		float:left;
		padding:0px;
		margin:0px;
		clear:both;
	}
	
	
	#quick-wrapper{
		padding: 0px 0px;
		margin:0px;
		float:left;
		width:100%;
		border-top:1px solid #fff;
		background: rgba(129,180,0,1);
background: -moz-linear-gradient(left, rgba(129,180,0,1) 0%, rgba(129,180,0,1) 50%, rgba(28,135,207,1) 51%, rgba(28,135,207,1) 71%, rgba(28,135,207,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(129,180,0,1)), color-stop(50%, rgba(129,180,0,1)), color-stop(51%, rgba(28,135,207,1)), color-stop(71%, rgba(28,135,207,1)), color-stop(100%, rgba(28,135,207,1)));
background: -webkit-linear-gradient(left, rgba(129,180,0,1) 0%, rgba(129,180,0,1) 50%, rgba(28,135,207,1) 51%, rgba(28,135,207,1) 71%, rgba(28,135,207,1) 100%);
background: -o-linear-gradient(left, rgba(129,180,0,1) 0%, rgba(129,180,0,1) 50%, rgba(28,135,207,1) 51%, rgba(28,135,207,1) 71%, rgba(28,135,207,1) 100%);
background: -ms-linear-gradient(left, rgba(129,180,0,1) 0%, rgba(129,180,0,1) 50%, rgba(28,135,207,1) 51%, rgba(28,135,207,1) 71%, rgba(28,135,207,1) 100%);
background: linear-gradient(to right, rgba(129,180,0,1) 0%, rgba(129,180,0,1) 50%, rgba(28,135,207,1) 51%, rgba(28,135,207,1) 71%, rgba(28,135,207,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b400', endColorstr='#1c87cf', GradientType=1 );
	}

	
	#main-wrapper{
		padding: 25px 0px 30px 0px;
		margin:0px;
		background:#fff;
		float:left;
		width:100%;
		text-align:center;
		line-height:20px;
		font-size:15px;
		font-weight:400;
		color:#3a3a3a;
	}
	
	#features-wrapper{
		padding: 55px 0px 30px 0px;
		background:#f3f3f3 url(../images/icon6.png) no-repeat top center;
		margin:0px;
		float:left;
		width:100%;
		border-bottom:#c8c8c8 1px solid;
	}
	


	#footer-wrapper
	{
		padding: 25px 0px 25px 0px;
		margin:0px;
		border-top:#f3f3f3 4px solid;
		background:#05266f;
		float:left;
		width:100%;
	}
	.container2{
		width:85%;
		height:auto;
		margin:0px auto;
		padding:0px;
	}
	.container3{
		width:80%;
		height:auto;
		margin:0px auto;
		padding:0px;
	}
	#innerbanner-wrapper{
		width:100%;
		height:auto;
		float:left;
		padding:0px;
		margin:0px;
		clear:both;
	}
	#innerbanner-wrapper img{
		width:100%;
		float:left;
	}


/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo	{
		padding:10px 0px 10px 0px;
		float:left;
	}
	#logo img{
		float:left;
	}
		



/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/





h4{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	text-align:center;
	font-weight:700;
	line-height:30px;
	margin:0px 0px 25px 0px;
	text-transform:uppercase;
}


.featureimge{
	width:50%;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	text-align:center;
}
.featureimge img{
	-webkit-border-radius: 250px;
-moz-border-radius: 250px;
border-radius: 250px;
padding:10px;
border:1px solid #fff;
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.25);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.25);
float:right;
width:60%;
}

.featurecont{
	width:45%;
	height:auto;
	float:right;
	padding:0px;
	margin:0px;
}
.featurecont ul{
	padding:0px;
	margin:10px 0px 0px 0px;
	float:left;
}
.featurecont li{
	padding:0px;
	margin:0px 0px 10px 0px;
	float:left;
	list-style-image:url(../images/icon5.png);
	list-style-position:outside;
	color:#000;
	width:100%;
	font-size:15px;
	font-weight:400;
	text-align:left;
	line-height:20px;
}
.box1{
	width:23%;
	height:auto;
	float:left;
	padding:20px 30px;
	margin:0px;
	color:#fff;
	font-size:13px;
	font-weight:400;
	text-align:center;
	line-height:16px;
}


.cate-list {
	padding:0px 0px 0px 0px;
	float:left;
	width:100%;
	margin-bottom:0px; 
	margin-right:0px;
	font-size:0px;
	line-height:0px;
} 
.cate-list a {
	display:inline-block;
	overflow: hidden;
   	position: relative;
	
}
.cate-list a .img-container-ie {display:none;}
.cate-list a .img-container {
   display: block;
   position: relative;
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
}
.cate-list a .mask-1 {
   position: absolute;
   overflow: hidden;
   top: 0px;
   left: 0px;
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
}
.cate-list a:hover .img-container {
   -webkit-transform: translateX( 0% ) rotateY( 90deg );
 	-moz-transform: translateX( 0% ) rotateY( 90deg );
  	-o-transform: translateX( 0% ) rotateY( 90deg );
   -ms-transform: translateX( 0% ) rotateY( 90deg );
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   transition-delay: 0s;
}
.cate-list a:hover .mask-1 {
   opacity: 1;
   width:100%;
-webkit-transform: translateX( 0% ) rotateY( -180deg );
 	-moz-transform: translateX( 0% ) rotateY( -180deg );
  	-o-transform: translateX( 0% ) rotateY( -180deg );
   -ms-transform: translateX( 0% ) rotateY( -180deg );
   }



.box2{
	width:30%;
	height:auto;
	min-height:290px;
	float:left;
	padding:20px 75px 20px 50px;
	margin:0px 0px 0px 0px;
	color:#fff;
	font-size:13px;
	font-weight:400;
	text-align:center;
	line-height:16px;
	background:url(../images/bog-bg1.png) no-repeat ;
	background-size:100% 100%;
}
.box3{
	width:30%;
	height:auto;
	min-height:290px;
	float:left;
	padding:20px 75px 20px 50px;
	margin:0px 0px 0px -6%;
	color:#fff;
	font-size:13px;
	font-weight:400;
	text-align:center;
	line-height:16px;
	background:url(../images/bog-bg2.png) no-repeat ;
	background-size:100% 100%;
}

h5{
	color:#fff;
	font-family: 'Allerta', sans-serif;
	font-size:25px;
	font-weight:600;
	line-height:30px;
	margin:10px 0px 5px 0px;
	width:100%;
	float:left;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.toplist1{
	width:20%;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	font-family: 'Play', sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	line-height:20px;
	color:#fff;
}
.toplist1 b{
	color:#1674c3;
}
.toplist2{
	width:55%;
	height:auto;
	float:right;
	padding:0px;
	margin:0px;
	font-family: 'Play', sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	color:#fff;
	text-align:right;
	text-transform:uppercase;
}
.toplist2 b{
	color:#1674c3;
}
.toplist2 a{
	color:#fff;
}
.toplist2 a:hover{
	color:#aef203;
}
.toplist3{
	width:25%;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	font-family: 'Play', sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
	color:#fff;
}
.toplist3 a{
	color:#fff;
}
.toplist3 a:hover{
	color:#aef203;
}
h6{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	text-align:left;
	font-weight:700;
	line-height:30px;
	margin:0px 0px 0px 0px;
	text-transform:uppercase;
}
	#head-wrapper{
		padding: 20px 0px;
		margin:0px;
		background:#fff;
		float:left;
		width:100%;
		text-align:left;
		line-height:20px;
		font-size:15px;
		font-weight:400;
		color:#3a3a3a;
	}
	#head-wrapper p{
		padding:0px;
		margin:0px;
		text-align:left;
		font-size:18px;
	}
	#head-wrapper b{
		font-weight:bold;
	}
	#innercont-wrapper{
		padding: 0px 0px 30px 0px;
		background:#f3f3f3 url(../images/icon6.png) no-repeat top center;
		margin:0px;
		float:left;
		width:100%;
		border-bottom:#c8c8c8 1px solid;
		text-align:justify;
		line-height:21px;
		font-size:15px;
		font-weight:400;
		color:#000;
	}
	.arowdown{
		width:100%;
		height:auto;
		float:left;
		padding: 55px 0px 30px 0px;
		background:#f3f3f3 url(../images/icon6.png) no-repeat top left;
	}
	ul.tabs {
width:100%;
overflow:hidden;
display:inline;
}


ul.tabs li {
list-style-type:none;
line-height:25px;
display:block;
float:left;
width:15%;
font-family: 'Orienta', sans-serif;
color:#00226c;
font-weight:bold;
font-size:15px;
text-align:center;
padding:5px 0px 5px 0px;
margin-right:2%;
cursor:pointer;
height:auto;
border:1px solid #77baeb;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background:#f7f7f7;
text-transform:uppercase;
-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.15);
box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.15);
}
ul.tabs li:last-child {
	width:22%;
}

ul.tabs li:hover {
	background:#fff;
color:#34a208;
border:#a4dc15 1px solid;
}

ul.tabs li.current {
background:#fff;
color:#34a208;
border:#a4dc15 1px solid;
}

.tabscontent {
padding:30px;
margin:20px 0px 0px 0px;
display:none;
color:#000;
width:100%;
clear:both;
float:left;
text-align:justify;
background:#fff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.tabscontent h4 {
	font-family: 'Allerta', sans-serif;
	font-size:20px;
	text-align:left;
	font-weight:700;
	line-height:30px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}
.innerbox1{
	width:45%;
	height:auto;
	float:left;
	padding:0px;
	margin:20px 0px 0px 0px;
	font-size:14px;
	line-height:20px;
}

.innerbox1 ul{
	padding:0px;
	margin:10px 0px 0px 20px;
	float:left;
	width:100%;
}
.innerbox1 li{
	padding:0px;
	margin:0px 0px 7px 0px;
	float:left;
	list-style-image:url(../images/icon5.png);
	list-style-position:outside;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	font-size:14px;
	font-weight:400;
	text-align:left;
	line-height:19px;
}
.margrght{
	margin-right:10% !important;
}
.innerbox1 h2{
	color:#1e68ac;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	line-height:25px;
	margin:0px 0px 10px 0px;
}
.innerbox2{
	width:100%;
	height:auto;
	float:left;
	padding:0px;
	margin:20px 0px 0px 0px;
	font-size:14px;
	line-height:20px;
}

.innerbox2 ul{
	padding:0px;
	margin:10px 0px 0px 20px;
	float:left;
	width:100%;
}
.innerbox2 li{
	padding:0px;
	margin:0px 0px 7px 0px;
	float:left;
	list-style-image:url(../images/icon5.png);
	list-style-position:outside;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	font-size:14px;
	font-weight:400;
	text-align:left;
	line-height:19px;
}
.teamphoto{
	width:25%;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
}
.teamphoto img{
	padding:0px;
	margin:0px;
	width:80%;
	-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px;
padding:10px;
border:1px solid #fff;
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.25);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.25);
}
.teamcontent{
	width:75%;
	height:auto;
	float:left;
	padding:10px 0px 0px 0px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
	line-height:20px;
	color:#000;
	display:inline-block;
}
.teamcontent ul{
	list-style:square;
	list-style-position:outside;
	margin-left:15px;
}
.teamcontent h4 {
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:19px;
	font-weight:300;
	line-height:25px;
	margin:0px 0px 15px 0px;
	text-transform:none;
	text-align:left;
	
}
.teamcontent h4 b{
	color:#000;
	font-size:25px;
	font-weight:400;
	letter-spacing:-1px;
}
.dot{
	width:100%;
	height:3px;
	clear:both;
	float:left;
	padding:0px;
	margin:30px 0px 30px 0px;
	border-top:#fff 2px dotted;
	
}

	.rightimg{
	float:right !important;
	text-align:right;
}
.teamhead{
	width:100%;
	height:auto;
	float:left;
	padding:0px 0px 15px 0px;
	margin:40px 0px 20px 0px;
	font-family: 'Allerta', sans-serif;
	font-weight:600;
	float:left;
	color:#0a3693;
	font-size:25px;
	line-height:25px;
	letter-spacing:-1px;
	border-bottom:#c8c8c8 2px dotted;
}

.contact-LHS{
	width:45%;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#000;
	font-size:14px;
}
.contact-LHS b{
	font-weight:bold;
	color:#000;
}
.contact-LHS a{
	color:#000;
	text-decoration:none;
}
.contact-LHS a:hover{
	color:#3d9519;
}

.contact-RHS{
	width:45%;
	height:auto;
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

#map_canvas { width:100%; height:260px; margin-bottom:25px; padding:10px; border:1px solid #fff; float:left;  background:#fff; -webkit-border-radius: 5px;
-moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.15);
box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.15); }

#form_main {display:block; width:100%; float:left;}
#form_main label {display:block; height:auto; padding:0px 0px 10px 0px; float:left; width:100%;}
.fieldreq{ float:left; clear:both; color:#F00; font-size:10px; width:100%; }
#form_main select, #form_main input {width:100%; font-size:14px; font-family: 'Open Sans', sans-serif; color:#353535;margin:0; padding:11px 10px;  border:1px solid #e0e0e0;  background:#fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.15);
box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.15);
}
#form_main input[type=radio] { width:5%;}
#form_main textarea {height:auto; overflow:auto; width:100%; font-size:14px; color:#353535; margin:0; padding:11px 10px; font-family: 'Open Sans', sans-serif; border:1px solid #e0e0e0; background:#fff; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.15);
box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.15);}
fieldset{	border:0px;}
.buttons {padding-top:25px; text-align:right; float:right; width:100%; clear:both;}
.submitbutton{
	background:#00226c;
	margin:0px 0px 0px 5px;
	padding:0px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	padding:10px 20px 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #602d0c;
	cursor:pointer;
}
.submitbutton:hover{
	background:#36af04;
	border:1px solid #2c8b05;
	cursor:pointer;
}

	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

.footer{
	width:100%;
	height:auto;
	padding:0px 0px;
	margin:0px auto;
}
.footer ul{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	width:100%;
}
.footer li{
	padding:0px 20px 0px 0px;
	width:38%;
	margin:0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	float:left;
	color:#fff;
	font-size:14px;
	line-height:23px;
}
.footer li.copy{
	padding:0px;
	width:24%;
	margin:0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	float:left;
	color:#fff;
	font-size:17px;
	line-height:21px;

}
.footer li a{
	color:#fff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	
}
.footer li a:hover{
	color:#aef203;
}
.footer li h3{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:17px;
	font-weight:700;
	font-style:normal;
	line-height:20px;
	margin:0px 0px 20px 0px;
}
.bottomsocial{
	float:left;
	padding:0px;
	clear:both;
	width:100%;
	margin:10px 0px 0px 0px;
}
.bottomsocial a{
	float:left;
	padding:0px;
	font-size:20px !important;
	margin:0px 0px 0px 10px;
	color:#fff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.bottomsocial a:hover{
	color:#aef203;
}
.iconset{
	float:left;
	min-height:65px;
	margin-right:9px;
}
.iconset img{
	margin-top:3px;
}
h1{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:17px;
	font-weight:700;
	font-style:normal;
	line-height:20px;
	margin:0px 0px 10px 0px;
	text-align:left;
}
#inline1{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:15px;
	line-height:21px;
	color:#000;
}
#inline1 a{
	color:#000;
}
#inline2{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:15px;
	line-height:21px;
	color:#000;
}
#inline2 a{
	color:#000;
}
#inline3{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:15px;
	line-height:21px;
	color:#000;
}
#inline3 a{
	color:#000;
}
#inline4{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:15px;
	line-height:21px;
	color:#000;
}
#inline4 a{
	color:#000;
}
#inline5{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:15px;
	line-height:21px;
	color:#000;
}
#inline5 a{
	color:#000;
}
#inline6{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:15px;
	line-height:21px;
	color:#000;
}
#inline6 a{
	color:#000;
}
#inline7{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:15px;
	line-height:21px;
	color:#000;
}
#inline7 a{
	color:#000;
}