/*
Theme Name: India Finger Printing 
Theme URI: http://indiafingerprinting.com/
*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%;}
body {line-height:normal;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}

*::-moz-selection {
    background: none repeat scroll 0 0 #24890d;
    color: #fff;
    text-shadow: none;
	}

/* BODY */
body{
	background:#fff;
	overflow-x: hidden;
  	}

/*============== Container =================*/
.container{
	margin:0 auto 0 auto;
	width:1140px;
	position:relative;
	}


/*============== TOP STRIP =================*/
.topstrip{
	float:left;
	width:100%; height: 32px;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
.topstrip li{
	text-align:center;
	font-family: 'open_sanssemibold';
	font-size:13px; line-height: 32px;
	color:#333;
	font-weight:normal;
	padding: 0 0 0 0;	
}	
.topstrip .outside{
	position:absolute;
	z-index:1;
	width:100%;
	height:32px;
	right:0;
	top:0;
	margin:0 0 0 0;
	}
.topstrip .outside span.sbutton{
	float:left;
	margin:0 0 0 0;
	}
.topstrip .outside span.sbutton span.fa{
	font-size:18px;
	line-height:32px;
	text-align:center;
	color:#fff;
	width:32px;
	height:32px;
	transition:0.2s; -webkit-transition:0.2s;
	float:left;
	background: #213976;
	}
.topstrip .outside span.sbutton span.fa:hover{
	background: #fcd63c;
	color: #213976;
}
.topstrip .outside span.sbutton:last-of-type{
	float:right;
	margin:0 0 0 0;
	}

header{
	float:left;
	width:100%;
	margin:0 0 0 0;
	background: #fff;
	padding:30px 0 30px 0;
	position: relative;
	z-index: 999;
	}
.logo{
	float:left;
	margin:0 0 0 0;
	}
.headerright{
	float: right;
	margin: 0 0 0 0;
}
.seal{
	float:right;
	margin:0 0 0 30px;
	}	
.contactblock{
	float:right;
	margin:1px 0 0 0;
	}
.contactblock .item{
	text-align:left;
	font-family: 'open_sansbold';
	font-size:22px; line-height: 24px;
	color:#213976;
	font-weight:normal;
	margin:0 0 11px 0;
	border-bottom: 2px solid #fcd63c;
	padding-bottom: 11px;	
}	
.contactblock .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.contactblock .item span{
	float: left;
	color: #213976;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 2px solid #fcd63c;
}
nav{
	float: left;
	width: 100%; height: 48px;
	background: #213976;
}	
nav ul{
	float:left;
	width:100%;
	margin:0 0 0 0;
}
nav ul li{
	float: left;
	border-right: 1px solid rgba(255,255,255,0.1);
	margin:0 0 0 0;
}
nav ul li:last-child{
	border-right: none;
}
nav ul li a{
	float: left;
	text-align:left;
	font-family: 'open_sanssemibold';
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration: none;
	margin:0 0 0 0;
	text-transform: uppercase;
	padding: 15px 23px 16px 23px;
}
nav ul li a span.fa{
	text-align: right;
	float: right;
	font-size: 16px;
	margin-left: 5px;
}
nav ul li.active a{
	background: #fcd63c;
	color: #213976;
}
nav ul li:hover a{
	background: #fcd63c;
	color: #213976;
	text-decoration: none;
}
nav ul li a .icon{
	margin-left: 8px;
}
/* Drop-Down Menu Starts */
nav ul li ul{
	float:left;
	margin:32px 0 0 0;
	width:250px;
	padding:16px 0 0 0;
	border-bottom: 4px solid #133d7d;
	}
nav ul li ul li{
	float:left !important;
	width:100% !important;
	line-height:normal !important;
	height:auto;
	border-right:none;
	overflow: hidden;
	}
nav ul li ul li a{
	float:left;
	width:84%;
	color:#213976;
	text-align:left;
	font-family: 'open_sansregular';
	font-size:12px;
	text-decoration:none;
	padding:12px 0 12px 16%;
	line-height:normal;
	background:#fcd63c;
	}
nav ul li:hover ul li a{
	background:#fcd63c;
	color: #213976;
	}
nav ul li ul li:hover a{
	background: #fcd63c;
	}	
nav ul li ul {position: absolute; left:-999em; height:auto; z-index:999; }
nav li ul ul  { margin: -1px 0 0 180px; border-left: 1px solid #dbdbdb; }
nav li ul ul li a  {}
nav li ul li ul li a  {}
nav li:hover,.menu li.hover  { position: static; }
nav li:hover ul ul, .menu li.sfhover ul ul,
nav li:hover ul ul ul, .menu li.sfhover ul ul ul,
nav li:hover ul ul ul ul, .menu li.sfhover ul ul ul ul { left: -999em; }
nav li:hover ul, .menu li.sfhover ul,
nav li li:hover ul, .menu li li.sfhover ul,
nav li li li:hover ul, .menu li li li.sfhover ul,
nav li li li li:hover ul, .menu li li li li.sfhover ul  { left: auto; }	
/* Sub Sub Menu */	
nav ul li ul li ul{
	width:220px !important;
	margin:0 0 0 250px !important;
	padding:0 0 0 0;
	border:none;
	}
nav ul li ul li ul li{
	border:none;
	}
nav ul li ul li ul li a{
	color:#fff;
	width:84% !important;
	padding:12px 8% 12px 8% !important;
	border:none;
	background:#d55d0d;
	}
nav ul li:hover ul li ul li a{
	background:#d55d0d;
	color: #fff;
	}
nav ul li ul li ul li:hover a{
	background: #d55d0d;
	}	
.mobilenavouter{
	display:none;
	left: 0; top: 0;
	width:100%;
	position: absolute;
	z-index: 9999;
	}
.mobtitle{
	float:right;
	width: 24px; height: 24px; line-height: 24px;
	margin: 38px 2% 0 0;  
	}
.mobtitle span.fa{
	float:right;width:24px;height:24px;line-height:40px;font-size:24px;color:#333;cursor:pointer;
	
	}
.mobilenav{
	position:absolute;
	z-index:9999;
	display:none;
	width:100%;
	background:#fff;
	margin:0 0 0 0;
	top:93px;
	left:0;
	}	
.mobilenav ul li{
	float:left;
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	}
.mobilenav ul li:last-of-type{
	border-bottom: none;
	}	
.mobilenav ul li a{
	float:left;
	width:96%;
	text-decoration:none;
	text-align:left;
	font-family: 'open_sansregular';
	font-size:12px;
	color:#444;
	font-weight:normal;
	margin:0 0 0 0;
	padding:12px 2% 12px 2%;
	cursor:pointer;
	text-transform:uppercase;
	}
.mobilenav ul li.menu-item-has-children ul.sub-menu li{
	width:100%;
	padding:0 8% 0 3%;
	border-bottom: none;
	}
.mobilenav ul li.menu-item-has-children ul.sub-menu li a{
	width:100%;
	color:#444;
	}
.mobilenav ul li.menu-item-has-children a .icon{
	font-size:16px;
	margin:2px 0 0 10px;
	}
.mobilenav ul li.menu-item-has-children ul li a .icon{
	font-size:16px;
	margin:2px 10px 0 0;
	}
.sliderwrap{
	float: left;
	width: 100%; height: 450px;
	background: #676b74 url(images/bg.jpg) no-repeat;
	background-size: cover;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow:hidden;
	position: relative;
	z-index: 99; 
}
.sliderwrap .overlay{
	float: left;
	width: 100%; height: 430px;
	padding: 20px 0 0 0;
	background: rgba(255,255,255,0.8);
}
.sliderwrap h1{
	background: rgba(29,29,29,0.7);
	text-align: center;
	font-family: 'open_sanssemibold';
	font-size: 39px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	border-radius:4px; 
	-webkit-border-radius:4px;
}
.sliderwrap p{
	width: 1060px;
	background: rgba(29,29,29,0.7);
	text-align: center;
	font-family: 'open_sansregular';
	font-size: 14px; line-height: 25px;
	color: #fff;
	padding: 20px 40px 20px 40px;
	margin: 0 0 0 0;
	bottom: 0;
}

.hcontent{
	float: left;
	width: 100%; 
	background: #213976;
	padding: 90px 0 0 0;
}
.hcontent h2{
	text-align:center;
	font-family: 'open_sansbold';
	font-size:28px;
	color:#fff;
	font-weight:normal;
	margin:0 0 80px 0;
	position: relative;
	text-transform: uppercase;	
}
.hcontent h2:after{
	content: '';
	width: 300px; height: 1px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	margin: 0 auto 0 auto; left: 0; right: 0; top: 75px;
	z-index: 2;
}
.hcontent h3{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin:0 0 50px 0;
}
.hcontent p{
	display: table;
	width: 70%;
	text-align:center;
	font-family: 'open_sansregular';
	font-size:15px; line-height: 25px;
	color:#fff;
	font-weight:normal;
	margin:0 auto 0 auto;
}
.hcontent .map{
	display: table;
	width: 1140px;
	margin: 0 auto 0 auto;
}
.hcontent .map img{
	float: left; width: 100%; height: auto;
	margin: 0 0 0 0;
}
.hcontent .buttons{
	display: table;
	margin: 35px auto 10px auto;
}
.hcontent .buttons .button{
	float: left;
	width:auto ; height:40px ; line-height: 40px;
	margin: 0 0 0 15px;
	padding: 0 30px 0 30px;
	background: #fcd63c;
	text-align:center;
	font-family: 'open_sansregular';
	font-size:15px ;
	color: #213976;
	font-weight: normal;
	text-decoration: none;
	border-radius:4px; -webkit-border-radius:4px; 
	transition:0.2s; -webkit-transition:0.2s;	
}
.hcontent .buttons .button.orange{
	background: #fcd63c;
}



.hservices{
	float: left;
	width: 100%; 
	background: #fff;
	padding: 70px 0 70px 0;
}
.hservices h2{
	text-align:center;
	font-family: 'open_sansbold';
	font-size:28px;
	color:#424956;
	font-weight:normal;
	text-transform: uppercase;
	margin:0 0 80px 0;
}
.hservices h2:after{
	content: '';
	width: 300px; height: 1px;
	background: rgba(0,0,0,0.1);
	position: absolute;
	margin: 0 auto 0 auto; left: 0; right: 0; top: 75px;
	z-index: 2;
}
.hservices h3{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:18px;
	color:#424956;
	font-weight:normal;
	margin:0 0 50px 0;
}
.hservices .items{
	float: left;
	width:100%; 
	margin: 0 0 0 0;
}
.hservices .items .item{
	float: left;
	width: 29%;
	margin: 15px 2% 15px 2%;
	overflow: hidden;
	background: #fff;
	color: #213976;
	border-radius:4px; 
	-webkit-border-radius:4px;
	transition:0.2s; -webkit-transition:0.2s;
	box-shadow:0 0 5px rgba(0,0,0,0.4); -webkit-box-shadow:0 0 5px rgba(0,0,0,0.4);
}
.hservices .items .item:nth-of-type(3n+1){
	clear: both;
}
.hservices .items .item:hover{
	box-shadow:0 0 25px rgba(0,0,0,0.6); 
	-webkit-box-shadow:0 0 25px rgba(0,0,0,0.6);
	background: #213976;
	color: #fff;
}
.hservices .items .item:hover h2{
	color: #fff;
}
.hservices .items .item .thumb{
	float: left;
	width: 100%; height: 220px; overflow: hidden;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #ccc;
}
.hservices .items .item img{
	float: left;
	width: 100%; height: auto;
	margin-bottom: 0;
}
.hservices .items .item h2{
	text-align:left;
	font-family: 'open_sanssemibold';
	font-size:15px;
	font-weight:normal;
	margin:0 25px 15px 25px;	
}
.hservices .items .item p{
	text-align:left;
	font-family: 'open_sansregular';
	font-size:12px; line-height: 20px;
	font-weight:normal;
	margin:0 25px 15px 25px;	
}
.hservices .items .item a{
	float: left;
	width: 100%; height: 40px; line-height: 40px;
	background: #fcd63c;
	text-align:center;
	font-family: 'open_sansregular';
	font-size:13px; 
	color:#213976;
	font-weight:normal;
	text-decoration: none;
	margin: 0 0 0 0;
	transition:0.5s; -webkit-transition:0.5s;
}
.hservices .items .item:hover a{
	background: #fcd63c;
}


.cta{
	float: left;
	width: 100%; 
	background: #213976;
	padding: 40px 0 40px 0;
}
.cta h2{
	text-align:left;
	font-family: 'open_sansbold';
	font-size:32px;
	color:#fff;
	font-weight:normal;
	margin:0 0 20px 0;
	position: relative;
	text-transform: uppercase;	
}
.cta p{
	text-align:left;
	font-family: 'open_sansregular';
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin:0 0 0 0;
	position: relative;
	text-transform: uppercase;	
}
.cta .leftside{
	float: left;
	margin: 0 0 0 0;
}
.cta .rightside{
	float: right;
	margin: 0 0 0 0;
}
.cta .rightside .phone{
	float: right;
	height: 45px; line-height: 45px;
	background: #fff;
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
	text-align:left;
	font-family: 'open_sansregular';
	font-size:18px;
	color:#213976;
	font-weight:normal;
}
.cta .rightside .phone span{
	float: left;
	width: 45px; height: 45px; line-height: 45px;
	background: #fcd63c;
	text-align: center;
	font-size: 20px;
	color: #213976;
	margin-right: 20px;
}
.cta .rightside a.button{
	float: right;
	width: 375px; height: 45px; line-height: 45px;
	background: #fcd63c;
	text-align:left;
	font-family: 'open_sansbold';
	font-size:16px;
	color:#213976;
	text-transform: uppercase;
	text-decoration: none;
	margin: 5px 0 0 0;
}
.cta .rightside a.button span{
	float: left;
	width: 45px; height: 45px; line-height: 45px;
	background: #e6bc10;
	text-align: center;
	font-size: 20px;
	color: #213976;
	margin-right: 20px;
}


.hwhy{
	float: left;
	width: 100%; 
	background:url(images/bg.jpg) no-repeat;
	background-size: cover;
}
.hwhy .overlay{
	float: left;
	width: 100%;
	background: rgba(33,57,118,0.6);
	padding: 70px 0 70px 0;
}
.hwhy h2{
	text-align:center;
	font-family: 'open_sansbold';
	font-size:28px;
	color:#fff;
	font-weight:normal;
	text-transform: uppercase;
	margin:0 0 80px 0;
}
.hwhy h2:after{
	content: '';
	width: 300px; height: 1px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	margin: 0 auto 0 auto; left: 0; right: 0; top: 75px;
	z-index: 2;
}
.hwhy h3{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin:0 0 50px 0;
}
.hwhy .items{
	float: left;
	width:100%; 
	margin: 40px 0 0 0;
}
.hwhy .items .item{
	float: left;
	width: 23%;
	margin: 15px 1% 15px 1%;
	overflow: hidden;
	transition:0.2s; -webkit-transition:0.2s;
}
.hwhy .items .item:hover img{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}
.hwhy .items .item img{
	display: table;
	width: auto; height: 60px;
	margin: 0 auto 30px auto;
	transition:0.3s; -webkit-transition:0.3s;
}
.hwhy .items .item h2{
	text-align:center;
	font-family: 'open_sanssemibold';
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin:0 0 15px 0;	
}
.hwhy .items .item p{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:12px; line-height: 20px;
	color:#fff;
	font-weight:normal;
	margin:0 0 0 0;	
}


.testimonials{
	float: left;
	width:100%; 
	margin: 0 0 0 0;
	padding: 50px 0 80px 0;
	position: relative;
}
.testimonials h2{
	text-align:center;
	font-family: 'open_sansbold';
	font-size:28px;
	color:#424956;
	font-weight:normal;
	text-transform: uppercase;
	margin:0 0 80px 0;
}
.testimonials h2:after{
	content: '';
	width: 300px; height: 1px;
	background: rgba(0,0,0,0.2);
	position: absolute;
	margin: 0 auto 0 auto; left: 0; right: 0; top: 75px;
	z-index: 2;
}
.testimonials h3{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:18px;
	color:#424956;
	font-weight:normal;
	margin:0 0 50px 0;
}
.testimonials .tslider{
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
}
.testimonials .tslider .content{
	display: table;
	width: 500px;
	margin: 0 auto 0 auto;
}
.testimonials .tslider .content img{
	display: table;
	width: 100px; height: auto;
	margin: 6px auto 0 auto;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
.testimonials .tslider .content .rightside{
	display: table;
	width: 500px; height: 150px;
	margin: 0 auto 0 auto;
}
.testimonials .tslider .content p{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:15px;
	color:#424956;
	font-weight:normal;
	margin:0 0 30px 0;	
}
.testimonials .tslider .content h4{
	text-align:center;
	font-family: 'open_sanssemibold';
	font-size:19px;
	color:#424956;
	font-weight:normal;
	margin:0 0 0 0;	
}
.testimonials .outside{
	position:absolute;
	z-index:2;
	width:100%; height: 32px;
	right:0;
	top:0; bottom: 0;
	margin:auto 0 auto 0;
	}
.testimonials .outside span.sbutton{
	float:left;
	margin:0 0 0 0;
	}
.testimonials .outside span.sbutton span.fa{
	font-size:18px;
	line-height:32px;
	text-align:center;
	color:#fff;
	width:32px;
	height:32px;
	transition:0.2s; -webkit-transition:0.2s;
	float:left;
	background: #213976;
	}
.testimonials .outside span.sbutton span.fa:hover{
	background: #213976;
	color: #fff;
}
.testimonials .outside span.sbutton:last-of-type{
	float:right;
	margin:0 0 0 0;
	}

footer{
	float: left;
	width: 100%;
	background: #213976;
}
footer .footermain{
	float: left;
	width:100%;
	padding: 90px 0 90px 0;
}
footer .footermain .widget{
	float: left;
	max-width: 300px;
	margin: 0 50px 0 0;
}
footer .footermain .widget:last-of-type{
	float: right;
	width: 230px;
	max-width: 230px;
	margin: 0 0 0 0;
}
footer .footermain .widget h2{
	text-align:left;
	font-family: 'open_sanssemibold';
	font-size:15px;
	color:#fcd63c;
	font-weight:normal;
	text-transform: uppercase;
	margin-bottom: 25px;		
}
footer .footermain .widget p{
	text-align:left;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#d2d3d5;
	font-weight:normal;	
}
footer .footermain .widget p a{
	text-decoration: none;
	color: #fcd63c;
}
footer .footermain .widget p:hover a{
	text-decoration: underline;
}
footer .footermain .widget ul{

}
footer .footermain .widget ul li{
	margin-bottom: 6px;
}
footer .footermain .widget ul li a{
	text-align:left;
	font-family: 'open_sansregular';
	font-size:13px; line-height: 24px;
	color:#d2d3d5;
	font-weight:normal;
	text-decoration: none;
	
}
footer .footermain .widget ul li a span{
	float: left;
	line-height: 24px;
	margin-right: 15px;
}
footer .footermain .widget .contactinfo{
	float: left;
	width: 230px;
	margin-bottom: 15px;
}
footer .footermain .widget .contactinfo:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
footer .footermain .widget .contactinfo span{
	float: left;
	width: 30px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	margin: 0 0 0 0;
}
footer .footermain .widget .contactinfo .info{
	float: right;
	width: 200px;
	text-align:left;
	font-family: 'open_sansregular';
	font-size:12px; 
	color:#d2d3d5;
	font-weight:normal;
}

footer .footerbottom{
	float: left;
	width:100%;
	height: 90px;
	background: #0d2258; 
}
footer .footerbottom .copyright{
	float: left;
	width:100%; line-height: 90px;
	text-align:center;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#d2d3d5;
	font-weight:normal;
}


/*============== INNER PAGE =================*/
.pagebanner{
	float:left; display: table;
	width:100%; height: 350px;  
	background: #fff;
	margin:30px 0 0 0;
	padding:0 0 0 0;
	position: relative;
	}
.pagebanner .container{
	position: relative;
}
.pagebanner .overlay{
	position: absolute;
	width: 100%;
	height: 350px;
	background: rgba(33,57,118,0.7);
	z-index: 3;
	left: 0; top: 0;
}
.pagebanner .ytrip, .pagebanner .btrip{
	position: absolute;
	width: 20px; height: 350px;
	background: #fcd63c;
	z-index: 2;
	left: -25px; top: 0;
}
.pagebanner .btrip{
	background: #213976;
	left: -50px;
}
.pagebanner .yalignright{
	left: inherit;
	right: -25px;
}
.pagebanner .balignright{
	left: inherit;
	right: -50px;
}
.pagebanner img{
	float: left;
	width: 100%; height: auto;
}
.pagebanner h2{
	position: absolute;
	left: 0; right: 0; top: 120px; 
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: 'open_sanssemibold';
	font-size: 30px;
	color: #fff;
	z-index: 5;
	text-transform: uppercase;
	padding: 20px 5% 20px 5%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 60%; 
}

.pagecontent{
	float:left;
	width:100%;
	margin:0 0 0 0;
	padding:40px 0 40px 0;
	position: relative;
	}
.pagecontent .leftside{
	float: left;
	width: 70%;
	margin: 0 0 0 0;
}
.pagecontent .leftside.contact{
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
.pagecontent .leftside h1,
.pagecontent .leftside h2,
.pagecontent .leftside h3,
.pagecontent .leftside h4,
.pagecontent .leftside h5,
.pagecontent .leftside h6,
.pagecontent .leftside p,
.pagecontent .leftside ul li
{
	text-align: left;
	font-family: 'Arial';
	color: #333;
	margin: 0 0 20px 0;
	font-weight: normal;
}
.pagecontent .leftside h1{font-size: 42px;}
.pagecontent .leftside h2{font-size: 36px;}
.pagecontent .leftside h3{font-size: 30px;}
.pagecontent .leftside h4{font-size: 24px;}
.pagecontent .leftside h5{font-size: 18px;}
.pagecontent .leftside h6{font-size: 14px;}
.pagecontent .leftside p{font-size: 15px; line-height: 26px; margin-bottom: 10px;}

.pagecontent .leftside strong{
	font-weight: bold;
}
.pagecontent .leftside ul, .pagecontent .leftside ol{
	margin: 0 0 0 40px;
}
.pagecontent .leftside ul li,
.pagecontent .leftside ol li
{
	font-size: 15px;
	line-height: 26px;
	list-style: disc;
	margin: 0 0 0 0;
}
.pagecontent .leftside ol li{
	list-style: decimal;
}
.pagecontent .leftside blockquote{
	float: left;
	width: 90%; height: auto;
	padding: 25px 5% 25px 5%;
	background: #e7e7e7;
	border-bottom: 5px solid #213976;
}
.pagecontent .leftside iframe{
	float: left;
	width: 100%; height: auto;
	margin: 0 0 0 0;
}
.pagecontent .leftside a{
	color: #213976;
	text-decoration: none;
}
.pagecontent .leftside table{
	width: 100%;
}
.pagecontent .leftside table tr td{
	padding: 15px;
	text-align: left;
	font-family: 'Arial';
	font-size: 14px;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #fff;
}
.pagecontent .leftside table tr td a{
	color: #213976;
	text-decoration: none;
}
.pagecontent .leftside table tr td:hover a{
	text-decoration: underline;
}
.pagecontent .leftside table tr:nth-of-type(2n) td{
	background: #e7e7e7;
}
.pagecontent .leftside .formlayout{
	float: left;
	width: 58%;
	padding: 25px 4% 10px 4%;
	background: #fff;
	border:1px solid #eee;
	margin: 20px 0 0 0;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.pagecontent .leftside form{
	float: left;
	width: 100%;
	margin: 0 auto 0 auto;
}
.pagecontent .leftside form fieldset{
	float: left;
	width: 100%;
	margin-bottom: 21px;
}
.pagecontent .leftside form label{
	float: left;
	width: 100%;
	margin-bottom: 0;
	text-align: left;
	color:#111;
	font-size: 14px;
	font-weight:bold;
	font-family:'Arial';
}
.pagecontent .leftside form p{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.pagecontent .leftside form input[type="text"],
.pagecontent .leftside form input[type="email"],
.pagecontent .leftside form select,
.pagecontent .leftside form textarea
{
	float: left;
	width: 97%; height: 32px;
	padding: 0 0 0 3%;
	margin: 5px 0 0 0;
	border: 1px solid #ccc;
	background:#fff;
	text-align: left;
	font-family: 'Arial';
	font-size: 15px;
	color: #555;
	font-weight: normal;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.pagecontent .leftside form select{
	width: 100%; height: 34px;
}
.pagecontent .leftside form textarea{
	width: 94%; height: 90px;
	padding: 10px 3% 10px 3%;
}
.pagecontent .leftside form input[type="submit"], .pagecontent .leftside form button
{
	float: left;
	width: 100%; height: 50px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	background: #213976;
	text-align: center;
	font-family: 'Arial';
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	transition:0.2s; -webkit-transition:0.2s;
	text-transform: uppercase;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.pagecontent .leftside form input[type="submit"]:hover, .pagecontent .leftside form button:hover
{
	background:#36539f ;
}
div.wpcf7-response-output{
	float: left; width: 90%; padding: 10px 5% 10px 5% !important; margin: 20px 0 0 0 !important;
}
span.wpcf7-not-valid-tip{
	display: inherit !important; float: left;
}
.gcapwrap{
	float: left;
	width: auto;
	margin: 8px 0 0 0;
	padding:0 0 0 0;
}
.responsetype{
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	padding:12px 30px;
	text-align: left;
	color:#111;
	font-size: 13px;
	font-weight:normal;
	font-family:'Arial';
	border-radius:3px;
	-webkit-border-radius:3px;
	background: #eee;
}
.responsetype.ok{
	background: #6ece2e;
	text-align: left;
	color:#fff;
	font-size: 13px;
	font-weight:normal;
	font-family:'Arial';
}
.responsetype.alert{
	background: #f25d5d;
	text-align: left;
	color:#fff;
	font-size: 13px;
	font-weight:normal;
	font-family:'Arial';
}
.pagecontent .leftside .caddresses{
	float: right;
	width: 28%;
	padding: 20px 2% 20px 2%;
	background: #e7e7e7;
	margin:19px 0 20px 0;
	border: 2px solid #ccc; 
}
.pagecontent .leftside .caddresses .cablock{
	float: left;
	width: 100%;
}
.pagecontent .sidebar{
	float: right;
	width: 26%;
	margin: 0 0 0 0;
}
.pagecontent .sidebar .widget{
	float: left;
	width: 100%; height: auto;
	margin: 0 0 30px 0;
}
.pagecontent .sidebar .widget h2{
	text-align: left;
	font-family: 'Arial';
	font-size: 17px;
	color: #555;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #ccc;
	text-transform: uppercase;
}

.pagecontent .sidebar .widget p{
	text-align: left;
	font-family: 'Arial';
	font-size: 13px;
	color: #555;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.pagecontent .sidebar .widget .icon{
	float: left;
	width: 49%; height: 120px;
	background: #213976;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: 'Arial';
	color: #fff;
}
.pagecontent .sidebar .widget .icon.ialignright{
	float: right;
}
.pagecontent .sidebar .widget .icon span{
	display: table;
	width: 60px; height: 50px; line-height: 50px;
	text-align: center;
	font-size: 48px;
	color: #fcd63c;
	margin: 20px auto 15px auto;
}

.pagecontent .sidebar .widget .qicon{
	float: left;
	width: 100%; height: auto; 
	background: #ed3a3a;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-family: 'Arial';
	color: #fff;
	padding: 20px 0 20px 0;
}
.pagecontent .sidebar .widget .qicon span{
	display: table;
	width: 32px; height: 32px; line-height: 32px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 5px;
	border: 2px solid #fff;
	margin: 0 auto 20px auto;
}


.pagecontent .sidebar .widget .ricon{
	float: left;
	width: 100%; height: auto; 
	background: #f7f7f7;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-family: 'Arial';
	color: #213976;
	padding: 20px 0 20px 0;
	margin-bottom: 10px;
}
.pagecontent .sidebar .widget .ricon.bg{
	background: #e7e7e7;
}
.pagecontent .sidebar .widget .ricon span{
	display: table;
	width: 38px; height: 38px; line-height: 38px;
	text-align: center;
	font-size: 24px;
	color: #fcd63c;
	padding: 5px;
	background: #213976;
	margin: 0 auto 20px auto;
	border-radius:35px; 
	-webkit-border-radius:35px;
}

.pagecontent .sidebar .widget form{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.pagecontent .sidebar .widget form input[type="text"],
.pagecontent .sidebar .widget form input[type="email"],
.pagecontent .sidebar .widget form select,
.pagecontent .sidebar .widget form textarea
{
	float: left;
	width: 97%; height: 32px;
	padding: 0 0 0 3%;
	margin: 7px 0 0 0;
	border: 1px solid #ccc;
	background:#f7f7f7;
	text-align: left;
	font-family: 'Arial';
	font-size: 15px;
	color: #555;
	font-weight: normal;
}
.pagecontent .sidebar .widget form select{
	width: 100%; height: 34px;
}
.pagecontent .sidebar .widget form textarea{
	width: 94%; height: 90px;
	padding: 10px 3% 10px 3%;
}
.pagecontent .sidebar .widget form input[type="submit"]
{
	float: left;
	width: 100%; height: 50px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	background: #213976;
	text-align: center;
	font-family: 'Arial';
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	transition:0.2s; -webkit-transition:0.2s;
	text-transform: uppercase;
}
.pagecontent .sidebar .widget form input[type="submit"]:hover
{
	background:#36539f ;
}
.pagecontent .sidebar .widget form p{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.c_contactblock{
	float: left;
	width:100%; 
	margin: 30px 0 10px 0;
}
.c_contactblock .widget{
	float: left;
	width:28%; height: 200px;
	padding: 25px 2% 25px 2%;
	background: #e7e7e7;
	border-bottom: 4px solid #FCD63C; 
	margin: 0 2% 0 0;
}
.c_contactblock .widget:last-of-type{
	float: right;
	width: 28%;
	margin-right: 0;
}
.c_contactblock .widget span{
	display: table;
	width: 32px; height: 32px; line-height: 32px;
	background: #213976;
	text-align: center;
	color: #fff;
	border-radius:25px; 
	-webkit-border-radius:25px;
	margin: 0 auto 25px auto;
}
.c_contactblock .widget h2{
	text-align:center;
	font-family: 'open_sansbold';
	font-size:21px;
	color:#333;
	font-weight:normal;
	text-transform: uppercase;
	margin:0 0 5px 0;
}
.c_contactblock .widget p{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:16px;
	color:#555;
	font-weight:normal;
	margin:10px 0 10px 0;
}


.pagecontent .content  form{
	float: left;
	width: 100%; height: auto;
	margin: 20px 0 0 0;
}
.pagecontent .content  form p{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.pagecontent .content  form input[type="text"],
.pagecontent .content  form input[type="email"],
.pagecontent .content  form select,
.pagecontent .content form textarea
{
	float: left;
	width: 97%; height: 35px;
	padding: 0 0 0 3%;
	margin: 0 0 0 0;
	border: 1px solid #ccc;
	background: #fff;
	text-align: left;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
.pagecontent .content form select
{
	width: 100%; height: 36px;
	padding: 0 0 0 0;
}
.pagecontent .content form textarea
{
	width: 94%; height: 160px;
	padding: 10px 3% 10px 3%;
}
.pagecontent .content form input[type="submit"]
{
	float: left;
	width: auto; height: 40px;
	padding: 0 20px 0 20px;
	margin: 0 0 30px 0;
	border: none;
	border-bottom: 2px solid #333;
	background: #707070;
	text-align: center;
	font-family: 'open_sansbold';
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	transition:0.2s; -webkit-transition:0.2s;
}
.pagecontent .content form input[type="submit"]:hover
{
	opacity: 0.8;
}
.error{
	display:none;
	float:left;
	width:100%; height:auto;
	padding:0 0 0 0;
	margin:5px 0 0 0;
	color:#F00;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-radius:4px; -webkit-border-radius:4px;
	}			
.result{
	display:none;
	float:left;
	width:90%; height:auto;
	padding:12px 5% 12px 5%;
	margin:20px 0 20px 0;
	background:#ffb22c;
	color:#333;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-radius:4px; -webkit-border-radius:4px;
	}	
.result.success{
	background:#6cba27;
	color:#fff;
	}
.result.fail{
	background:#ff2626;
	color:#fff;
	}
.result.rebutton{
	background: #213976 !important;
	color: #fff !important;
	text-decoration: none;
}

.mapper{
	float: left;
	width: 100%;
	background: #eee;
	padding: 50px 0;
}
.mapper h3{
	text-align: center;
	color:#111;
	font-size: 32px; line-height: 32px;
	font-weight:bold;
	text-transform: uppercase;
	font-family: Arial;
	letter-spacing: 2px;
	margin:0 0 40px 0;
	position: relative;
}
.mapper h3:after, .mapper h3:before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: '';
	width: 200px;
	height: 3px;
	background: #fcd63c;
}
.mapper h3:after{
	right: 0;
}
.mapper h3:before{
	left: 0;
}
.mapper iframe{
	width: 100%;
	height: 320px;
	margin-bottom: 0;
}
.mapper .widgetwrap{
	padding: 30px;
}
.mapper .widget{
	float: left;
	width: 27%; height: 150px;
	margin: 0 2% 0 0;
	padding:0 0 0 5%;
	position: relative;
	text-align: left;
	color:#213976;
	font-size: 16px;
	font-weight:normal;
	font-family: Arial;
}
.mapper .widget:last-of-type{
	border-right: none;
	margin-right: 0;
}
.mapper .widget span{
	position: absolute;
	width: 24px; height: 24px;
	text-align: left;
	color:#213976;
	font-size: 21px;
	font-weight:normal;
	margin:0 0 0 0;
	left: 0; top: 5px;
}
.mapper .widget.address{

}
.mapper .widget.phone, .mapper .widget.email{
}
.mapper .widget.email{
}
form.wpcf7{
			float: left;
			width: 100%;
		}
		form.wpcf7 span{
			float: left;
			width: 100%;
		}
		.g-recaptcha, .wpcf7-form-control{
			float: left;
			width: 100%;
			margin: 0 0 0 0;
			padding:0 0 0 0;
		}
		.wpcf7-form-control-wrap{
			float: left;
			width: 100%;
			margin: 0 0 0 0;
		}