@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,900');
/*
font-family: 'Roboto', sans-serif;
*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color:#202020;
}
*{
	outline:none !important;
}
a:hover, a:focus{
	text-decoration:none;
}
h1, h2, h3, h4{
	font-family: 'Roboto', sans-serif;
}
p:empty{
	display:none;
}
h1, h2{
	margin-top:0;
}
/*============================================header============================================*/
/*============================================header============================================*/
/*============================================header============================================*/
.headertop{
	background:#fff;
	padding:10px 0;
}
.headersocial{
	text-align:right;
	padding:40px 0 0;
}
/*====slider caption===*/
.slide-caption{
	position:absolute;
	z-index:1;
	bottom:0;
	background:rgba(0,0,0,0.5);
	width:100%;
	color:#fff;
	padding:15px 0;
}
.slide-caption-details p{
	margin-bottom:0;
	font-size:24px;
}
/*============================================body============================================*/
/*============================================body============================================*/
/*============================================body============================================*/
p:empty{
	display:none;
}
h2{
	text-align:center;
	font-weight:700;
	font-size:36px;
	color:#202020;
	margin-bottom:30px;
}

.maincontent{
	background:#0a2658;
	margin-top:90px;
	padding:60px 0;
	color:#fff;
}
.maincontenttitle{
	position:relative;
	margin-top:-120px;
	margin-bottom:30px;
}
.maincontenttitle:after{
	position:absolute;
	z-index:1;
	top:0px;
	left:0;
	width:50%;
	height:100%;
	content:"";
	background:#4ed7f9;
}
.maincontenttitle:before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 125px 0 0 90px;
    border-color: transparent transparent transparent #4ed7f9;
	position:absolute;
	top:0;
	left:50%;
	content:"";
	z-index:2;
	
}
.maincontenttitle h1{
	position:relative;
	z-index:9;
	margin:0;
	padding:15px 0;
	font-weight:700;
	font-size:36px;
	color:#202020;
	line-height:95px;
}
.readmore{
	display:inline-block;
	color:#202020;
	background:#4ed7f9;
	border-radius:6px;
	padding:10px 30px;
	font-weight:700;
	border:1px solid #4ed7f9;
}
.readmore:hover{
	color:#fff;
	background:#0a2658;
	border:1px solid #4ed7f9;
}
.titlebottomtext{
	text-align:center;
	margin-bottom:30px;
}

/*=========bestservices==============*/
.bestservices{
	padding:50px 0;
}
.servicesholder{
	border:1px solid #a9a9a9;
	padding:15px;
	margin-bottom:30px;
	position:relative;
}
.servicesholder:hover{
	box-shadow:0 4px 5px rgba(0,0,0,0.2);
	border-left6:1px solid #0a2658;
}
.servicesholder:hover:after{
	border-left:5px solid #0a2658;
	height:100%;
	width:1px;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	content:"";
}

.servicesholderinn{
	position:relative;
	min-height:90px;
	padding-left:90px;
}
.servicesholderinn h3{
	font-size:20px;
	color:
}
.servicesholderinn .servicesimg{
	position:absolute;
	z-index:9;
	top:0;
	left:0;
}
.servicesholderinn h3{
	margin-top:0;
	padding-top:15px;
}

/*=======committeemembers==========*/
.committeemembers{
	padding:50px 0;
	background:#0a2658;
	color:#fff;
}
.committeemembers h2{
	color:#fff;
}
.committeetext{
	border:1px solid #e2e2e2;
	padding:10px 15px;
	text-align:center;
	position:relative;
}
.committeetext h4{
	font-weight:400;
	font-size:20px;
}
.committeetext h5, .committeetext p{
	font-weight:300;
	font-size:16px;
	font-style:italic;
}
.committeeholder{
	position:relative;
}
.committeeholder:hover .committeetext{
	background:#000000;
}
.committeeholder:hover:after{
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	width:100%;
	height:5px;
	background:#4ed7f9;
	content:"";
}
/*====objectivespeople====*/
.objectivespeople{
	position:relative;
	padding:50px 0;
}
.objectivespeople:after{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:50%;
	height:100%;
	content:"";
	background:#e5e5e5;
}
.objectivespeople:before{
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	width:50%;
	height:100%;
	content:"";
	background:#4ed7f9;
}
.objectivespeople .container-fluid{
	position:relative;
	z-index:9;
}
.objectivesholder ol li{
	padding-bottom:15px;
	padding-left:15px;
}
.peoplesay{
	padding:0 15px;
}
.peoplesay h3{
	font-size:36px;
	color:#0a2658;
	font-weight:400;
}
.peoplesay h5{
	font-size:18px;
	color:#202020;
	font-weight:400;
}
.peoplesayholder{
	padding-left:250px;
	min-height:250px;
	position:relative;
}
.peoplesayimg{
	width:200px;
	height:200px;
	border-radius:100%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	border:4px solid #0a2658;
}
.peoplesayimg:after{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #0a2658;
	content:"";
	right:-28px;
	top:50px;
	position:absolute;
	-moz-transform: rotate(-14deg);
	-ms-transform: rotate(-14deg);
	-o-transform: rotate(-14deg);
	-webkit-transform: rotate(-14deg);
	transform: rotate(-14deg);
}
.peoplesayholder .peoplesayimg img{
	border-radius:100%;
	border:2px solid #fff;
}
/*================stayinformed==================*/
.stayinformed{
	position:relative;
	background:url(images/stayinformedbg.jpg) no-repeat center;
	background-attachment:fixed;
	padding:80px 0 100px;
}
.stayinformed:after{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
}
.stayinformed .container{
	z-index:9;
	position:relative;
}
.stayinformed h2{
	color:#fff;
}
.stayinformed .titlebottomtext{
	color:#fff;
}
.stayinformedform {
	position:relative;
	padding-right:120px;
}
.stayinformedform .mailpoet_text{
	width:100%;
	background:rgba(0,0,0,0.6);
	border:none;
	color:#fff;
	padding:10px 12px;
	border-radius:6px 0 0 6px;
}
.stayinformedform #mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea{
	width:100%;
}
.stayinformedform .mailpoet_submit{
	position:absolute;
	z-index:9;
	top:0;
	right:0;
	width:120px;
	padding:10px 0;
	text-align:center;
	border:none;
	color:#202020;
	font-weight:700;
	background:#4cc7e5;
	border-radius:0 6px 6px 0;
}
/*====================latestblog===============*/
.latestblog{
	background:#f2f2f2;
	padding:50px 0;
}
.homeblog{
	position:relative;
	margin-bottom:30px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	background:#fff;
}
.homeblogimg{
	position:absolute;
	z-index:9;
	top:0;
	left:0;
	display:block;
	width:50%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.homeblogtext{
	width:50%;
	float:right;
	padding:15px 15px 15px 30px;
}
.homeblogtext p{
	min-height:140px;
}
.homeblogtext h3{
	margin:0 0 15px;
	font-size:20px;
}
.homeblogtext h3 a{
	color:#202020;
}
.learnmore{
	color:#0a2658;
}
.learnmore:hover{
	color:#4ed7f9;
}
/*=============oursponsors===========*/
.oursponsors{
	padding:50px 0;
	background:#fff;
}
/*============================================footer============================================*/
/*============================================footer============================================*/
/*============================================footer============================================*/
.footertop{
	background:#272727;
	padding:50px 0;
	color:#fff;
	font-size:15px;
}
.footertop h4{
	font-weight:700;
	color:#fff;
	font-size:26px;
	margin:0 0 30px;
}
.footertop h3{
	font-weight:400;
	color:#fff;
	font-size:18px;
	margin:0 0 30px;
	text-transform:uppercase;
	position:relative;
	border-bottom:1px solid #828282;
	padding-bottom:10px;
}
.footertop h3:after{
	position:absolute;
	z-index:1;
	bottom:-3px;
	left:0;
	height:5px;
	width:75px;
	background:#4ed7f9;
	border-radius:5px;
	content:"";
}
.footertop ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footertop ul li{
	padding:5px 0;
	display:block;
}
.footertop ul li a{
	display:inline-block;
	padding-left:30px;
	position:relative;
	color:#fff;
}
.footertop ul li a:hover{
	color:#4ed7f9;
}
.footertop ul li a:after{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	content: "\f07c";
	font-family: 'FontAwesome';
	color:#4ed7f9;
}
.footertop ul li a:hover:after{
	color:#fff;
}

.addressholder{
	position:relative;
	padding-left:30px;
	margin-bottom:15px;
}
.addressholder i{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	color:#4ed7f9;
}
.addressholder a{
	color:#fff;
}
.addressholder a:hover{
	color:#4ed7f9;
}
/*===footerbottom=====*/
.footerbottom{
	background:#000;
	padding:30px 0;
	color:#fff;
	font-size:15px;
}
.copyright{
	text-align:right;
	padding-top:10px;
}


/*============================================socialicon============================================*/
.socialicon a{
	display:inline-block;
	height:34px;
	width:34px;
	line-height:34px;
	text-align:center;
	border-radius:100%;
	background:#737373;
	color:#fff;
}
.socialicon a:hover{
	background:#0a2658;
}

/*============================================inner page============================================*/
/*============================================inner page============================================*/
/*============================================inner page============================================*/
.innerpage{
	padding:50px 0;
}
.alignleft{
	float:left;
	margin-bottom:10px;
	margin-right:15px;
}
.alignright{
	float:right;
	margin-bottom:10px;
	margin-left:15px;
}
.blogholder{
	padding:15px;
	background:#fafafa;
	border:1px solid #ddd;
	margin-bottom:30px;
}
.postimg img{
	width:auto;
	height:auto;
	margin-bottom:15px;
}
.innerpage h1{
	padding-bottom:15px;
}

.innerpage ol, .innerpage ul{
	padding-left:20px;
}
.innerpage ol li, .innerpage ul li{
	padding-left:15px;
	padding-bottom:15px;
}
.btn-submitbtn{
	display:inline-block;
	color:#202020;
	background:#4ed7f9;
	border-radius:6px;
	padding:10px 30px;
	font-weight:700;
	border:1px solid #4ed7f9;
}
.btn-submitbtn:hover{
	color:#fff;
	background:#0a2658;
	border:1px solid #4ed7f9;
}
.required{
	color:#F00;
}
div.wpcf7 .ajax-loader{
	display:none;
}
textarea.form-control{
	height:100px;
}
.form-group span.wpcf7-not-valid-tip{
	font-size:14px;
}
/*============================================pradip============================================*/
/*============================================pradip============================================*/
/*============================================pradip============================================*/

/*=========scroll-top-wrapper==========*/
.scroll-top-wrapper{
	width:30px;
	height:30px;
	background:#f00;
	color:#fff;
	border-radius:100%;
	text-align:center;
	position:fixed;
	bottom:30px;
	right:20px;
	display:none;
	cursor:pointer;
	z-index:999;
}
.scroll-top-wrapper .fa-2x{
	font-size:14px;
	line-height:30px;
}
.scroll-top-wrapper.show{
	display:block;
	opacity:0.5;
}
.scroll-top-wrapper.show:hover{
	opacity:1;
}

/*============error404=============*/

.error404 .topbannerinn{
	min-height:300px;
}
.page404{
	padding:0 0 80px;
}
.page404title{
	font-size:300px;
	text-align:center;
	line-height:1;
	margin-bottom:0px;
	color:#000;
	text-shadow:4px 4px 0 #23d0e0, -4px -4px 0 #e60000;
}
.page404inn h4{
	color:#00757f;
	font-size:40px;
	text-align:center;
	padding:20px 0;
}
.page404inn p{
	font-size:20px;
}
.page404btn {
	text-align:center;
	padding-top:20px;
}
.page404btn .btn-404{
	border-radius:10px;
	text-transform:uppercase;
}
