/* .dropdown-backdrop{display:none;}
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
*/
 /*for ie8{
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
}also use rgba to hex conertor*/
 body {
	font-family:Roboto;
	font-size: 14px;
	/*line-height: 1.7;*/
}
img {
	max-width:100%;
}
figure {
	margin:0;
	padding:0;
}
*, input, button {
	outline:none !important;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
	font-family: Montserrat;
}
 @media (max-width: 1199px) {
 .container {
 width:auto;
}
}
 @media (min-width: 1200px) {
 .container {
 width: 1200px;
}
}
.main_heading {
    font-size: 31px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
    font-family: Montserrat;
}
.main_heading:before {
	content: "";
	position: absolute;
	left:0;
	bottom: 0;
	width: 42px;
	height: 2px;
	background-color:#ff6f6f;
}
 @media(max-width: 1160px) {
 .main_heading {
 font-size: 33px;
}

}


 @media (max-width: 767px) {
 .main_heading {
 font-size: 30px;
 line-height: 29px;
 text-align: center;
}
 .main_heading:before {
 left: 50%;
 margin-left: -21px;
}
}
 @media (max-width: 480px) {
.main_heading {
 font-size:	24px;
}
}

.header_right {
	float:right;
	width: 60%;
	position: absolute;
	right: 0;
	z-index: 1111;
}
.top_link {
	color: #FFFFFF;
	font-size: 15px;
	background-color: #4886ff;
	text-align: right;
	padding: 5px 0;
	position: relative;
}
.top_link:before {
	content: "";
	position: absolute;
	left: -38px;
	top: 0px;
	width: 0;
	height: 0;
	border-top: 40px solid #4886ff;
	border-left: 38px solid transparent;
}
.top_link a {
	color:#fff;
}
.top_link a:hover {
	opacity: 0.9;
}
.top_link ul {
	list-style: none;
	margin: 0;
	padding:0;
}
.top_link ul li {
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
	border-right: 1px solid #fff;
}
.top_link ul li:last-child {
	margin-top: 4px;
	border-right: 0;
}
.top_link ul li:last-child img {
	position: relative;
	top: -1px;
	margin-right: 6px;
}
.top_link ul li a {
	font-weight: 500;
	font-size: 15px;
}
.top_link .media_top a {
	font-size: 21px;
	margin: 0 4px;
}


 @media (max-width: 896px) {
 .top_link ul li:last-child {
margin-top: 0;
}

header:before,
header:after{
display: none;	
}

 .header_right {
 float:none;
 background:#000;
 display:block;
 width:auto;
 height:42px;
 margin-left: -15px;
 margin-right: -15px;
}
 .top_link {
 margin-right:10px;
 float:right;
 background-color: transparent;
 padding-top: 10px;
}
 .top_link ul li:last-child {
 padding-right: 0;
}
 .media_top {
 display: none;
}
 .top_link:before {
display: none;
}


}
.header_left {
	padding: 22px 10px 0;
	float: left;
	width: 31%;
	text-align: left;
	position: absolute;
	left: 0;
	z-index: 1111;
}
@media (max-width: 896px) {
.header_left {display: block;float: none;margin: 0px auto 0;text-align:center;padding: 10px 0;width: auto;position: static;}
 .site_logo img {
 max-width: 235px;
}

.header_right{
position: static;	
}

}
.banner {
	position:relative;
}
footer {
	background:#515cda;
	color:#fff;
	background-color: #192735;
	background-repeat: no-repeat;
	background-position: center;
}
footer a, footer a:focus {
	color:#fff;
}
footer a:hover {
	color:#fff;
}
.footer_left {
	float:left;
	width:70%;
}
.footer_right {
	text-align:right;
}
 @media (max-width: 767px) {
 .footer_left, .footer_right {
 text-align:center;
 width: 100%;
 font-size: 15px;
}
}
/*inner css*/

.footer_top {
	padding:20px 0;
}
@media(max-width: 767px) {
 .footer_top {
 padding:20px 0 0;
}
}
.footer_top h3 {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Montserrat;
}
.footer_top ul {
	list-style-type: none;
	padding:0;
	margin: 20px 0 0;
}
.footer_top ul li {
	padding-bottom: 8px;
	float: left;
	width: 50%;
}
.footer_top ul li a {
	font-size: 15px;
	text-transform: capitalize;
	transition: 0.3s;
	position: relative;
	right: 0;
}
.footer_top ul li a:hover {
	transition: 0.3s;
	right: -1px;
	opacity: 0.8;
}
.footer_top .ul_contact li {
	float: none;
	width: 100%;
	position: relative;
}
.footer_top .ul_contact li:before {
	font-family: "FontAwesome";
	position: absolute;
	color:#fff;
	font-size: 16px;
	left: -25px;
}
.contact_article {
	padding-left: 30px;
}
.mail_icon:before {
	content: "\f003";
	top: 1px;
}
.phone_icon:before {
	content: "\f2a0";
	top: 1px;
	transform: rotate(-45deg);
}
.time_icon:before {
	content: "\f017";
	;
	top: 1px;
}
.location_icon {
	line-height: 1.8;
}
.location_icon:before {
	content: "\f041";
	top: 1px;
}
.media_body a {
	display: inline-block;
	font-size: 30px;
	transition: 0.3s;
	margin-right: 10px;
}
.media_body a:hover {
	opacity: 0.6;
	transition: 0.3s;
}
.footer_bottom {
	background-color:#15222e;
	padding:20px 0;
	font-size: 15px;
}
 @media(max-width: 767px) {
 .footer_top h3 {
 margin-top: 0;
}
 .footer_top article {
 padding-bottom: 15px;
}
 .contact_article {
padding-left: 0;
}
 .ul_contact li {
 padding-left: 25px;
}
 .footer_top .ul_contact li:before {
left: 0;
}
}
.top_social {
	display: inline-block;
	margin: 10px 15px 2px;
	vertical-align: top;
}
.top_social a {
	color:#fff;
	margin:0 5px;
}
.top_social a i {
	font-size:22px;
}
@media(max-width: 767px) {
 .top_social {
 margin: 6px 5px 2px 0;
}
 .top_social a {
 margin:0 2px;
}
}
header{
position: relative;
}
header:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 40px;
	z-index: 111;
	background-color: #4886ff;
}

header:after{
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
background-color: rgba(255, 255, 255, 0.9);
height: 112px;
z-index: 11;
} 

header .container{
position: relative;
}

 @media(max-width:896px) {
 header {
 position: static;
}
}
.banner{
	position:relative;
}
.banner .fixed_content{
	position:absolute;
	bottom: 35px;
	left:0;
	right:0;
	max-width:1170px;
	/* background-color:#000; */
	z-index:9999;
	font-size: 23px;
	color:#fff;
	text-align:right;
	margin: auto;
}
@media(max-width:896px){
	.banner .fixed_content {
    position: static;
    background-color: #4886ff;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 10px;
}
}
.banner .fixed_content a {
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    padding: 7px 30px;
    transition: 0.3s;
}
.banner .fixed_content a:hover {
    background-color: rgba(255,255,255,1);
}
@media(max-width:896px){
	.banner .fixed_content a {
		display: inline-block;
		font-size: 13px;
		text-transform: uppercase;
		color: #000;
		padding: 5px 8px;
		transition: 0.3s;
		margin: 1px;
	}
}
.banner .item {
	position: relative;
	overflow:hidden;
	height: 720px;
	background-color: #000;
	z-index:0;
}
.banner .item:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	background-color: rgba(0,0,0, 0.4);
}
/*.banner .item img {
	min-height: 100%;
	min-width: 105%;
	max-width: 0;
	transition: .3s;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin: auto;
} */
.banner_content {
	position: absolute;
	left: 0;
	right: 0;
	top: 156px;
	color: #fff;
	text-align: center;
	/* background-color: rgba(0, 0, 0, 0.5); */
	max-width: 1170px;
	margin: 0 auto;
	/* padding: 25px 20px; */
	/* top: 50%; */
	/* left: 50%; */
	-ms-transform: translateX(-50%) translateY(-50%);
	/* -webkit-transform: translate(-50%, -50%); */
	/* transform: translate(-50%, -50%); */
	width: 94%;
	z-index:10;
	text-align: left;
}
.banner_content h2 {
	font-weight: 600;
	font-family: Montserrat;
	font-size: 32px;
	text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
	/* text-transform: uppercase; */
	margin: 0 0 10px;
	max-width: 653px;
}
.banner_content p {
	display: block;
	font-family: Montserrat;
	position: relative;
	font-size: 25px;
	font-weight: 500;
	margin: 0;
}
.banner_content a {
	background-color: #4886ff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	padding: 12px 28px;
	margin: 20px 0 0;
	border-radius: 6px;
	transition: 0.3s;
}
.banner_content a:hover {
	transition: 0.3s;
	background-color: #316fe8;
}
 @media(max-width: 1024px) {
.banner .item img {
min-width: 155%;
}
 .banner .item {
 height: 560px;
}
 .banner_content {/* top: 200px; */}
}
 @media(max-width: 896px) {
.banner_content a {
	margin: 10px 0 0;
}
 .banner .item img {
max-width: none;
max-height: 115%;
width: auto !important;
min-height: 100%;
min-width: 100%;

}
 .banner .item {
 height: 400px;
}
 .banner_content {/* top: 70px; *//* left: 15px; *//* right: 15px; */}
 .banner_content h2 {
 font-size: 35px;
 text-align:center;
 line-height: 1.3;
}
 .banner_content a {
font-size: 15px;
}
}
 @media(max-width:500px) {
 .banner_content h2 {
 font-size: 23px;
}
 .banner_content {/* padding: 20px 12px; */top: 60%;}
 .banner .item {
 height: 340px;
}
 .banner .item img {
max-height: 100%;
}
}
.service_section {
border-radius: 10px;
    padding: 25px 0;
    margin-top: 5px;
    z-index: 1111;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.bg-green {
	background-color: #b5d56a;
}
.bg-pink {
	background-color: #ff6f6f;
}
.bg-blue {
	background-color: #4886ff;
}

.bg-yellow{
background-color: #f5b732;
}

.service_section article {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	padding: 10px 20px;
	vertical-align: top;
	border-radius: 8px;
	margin: 1%;
	transition:all 0.3s ease-out;
	width: 48%;
	float: left;
}

.service_section article h4 {
	color: #fff;
	font-size: 17px;
}
.service_section article figure {
	line-height: 84px;
}
.service_section article img {
	display: inline-block;
	height: 65px;
}
 @media(max-width: 896px) {
.service_section article img {
	height: auto;
}
}
.service_info {
	padding-left: 5px;
}
.service_info p {
	padding-right: 0px;
	font-weight: 500;
}
 @media(max-width: 1160px) {
 .service_section article {
 max-width: 140px;
 padding: 10px 12px;
 margin: 0 4px;
}

.service_section article h4 {
    font-size: 15px;
}

 .service_info p {
 padding-right: 0;
}
 .service_section {
 padding: 32px 20px 30px;
    margin-top: 15px;
}
 .service_info {
 padding-left: 10px;
}
}
 @media(max-width: 991px) {
 .service_section article {
 max-width: 145px;
}
}
.block {
	padding:20px 0;
}
 @media(max-width: 767px) {
.service_section {
margin-bottom: 35px;
margin-top: 35px;
text-align: center;
box-shadow: 0 0px 22px rgba(0, 0, 0, 0.1);
padding: 25px 15px 20px;
}
 .service_info {
 padding-left: 0;
 padding-bottom: 5px;
}
 .service_section article {
max-width: 100%;
display: block;
margin: 10px 1%;
}
 .service_section article img {
max-width: 55px;
}
 .service_section article h4 {
 font-size: 15px;
}
 .service_section article figure {
 line-height: 85px;
}

 .service_section article {
    width: 48%;
    margin: 1%;
    height: 155px;
}
 }
 @media(max-width: 896px) {
.block {
 padding:35px 0;
}
}
.features_section {
	background-image: url(../images/feature-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	background-attachment: fixed;
}
 @media(max-width: 896px) {
.features_section {
	background-size: 140%;
}
}
.feature_card {
	text-align: center;
	color: #fff;
	margin: 20px 0;
}
.feature_card span {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 2px solid #ff6f6f;
	padding: 20px 0 0;
}
.feature_card h2 {
	font-size: 45px;
	font-weight: 600;
	font-family: Montserrat;
	margin: 15px 0 8px;
}
.feature_card p {
	font-size: 20px;
	text-transform: capitalize;
}
 @media(max-width:767px) {
 .feature_card h2 {
 font-size: 35px;
}
 .feature_card p {
 font-size: 15px;
}
 .feature_card span {
 padding: 26px 0 0;
}
 .feature_card span img {
max-width: 46px;
}
 .feature_card {
 margin: 15px 0;
}
}
.choose_ul {
	list-style: none;
	margin: 0 0 25px;
	padding:0;
	border: none;
}
.choose_ul li {
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 15px 32px 14px 22px;
	margin: 0 0 13px;
	margin-right: 18px;
	width: 100%;
}
.choose_ul li:last-child {
	margin-bottom: 0;
}
.choose_ul li h3 {
	font-size: 21px;
	font-weight: 600;
	text-transform: capitalize;
	margin:0;
}
.choose_ul li p {
	font-weight: 400;
}
.choose_ul li a, .choose_ul li.active a, .choose_ul li a:focus {
	background-color: transparent;
	border: none;
	padding: 0;
}
.choose_ul.nav-tabs > li.active > a, .choose_ul.nav-tabs > li.active > a:hover, .choose_ul.nav-tabs > li.active > a:focus {
	background-color: transparent;
	border: none;
	padding: 0;
	color: #fff;
}
.choose_ul li a:hover, .choose_ul li.active a:hover {
	background-color: transparent;
	border: none;
}
.choose_ul li.active a:hover {
	color: #fff;
}
.choose_ul li.active a {
	color: #fff;
}
.choose_ul .active {
	color: #fff;
	background-color: #4886ff;
	border:none;
	position: relative;
}
.choose_ul .active:after {
	content: "";
	position: absolute;
	right: -17px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 18px solid #4886ff;
	border-bottom: 15px solid transparent;
	margin-top: -15px;
}
.choose_dl {
	display: table;
	width: 100%;
	margin:0;
	padding: 0;
}
.choose_dl dt {
	display: table-cell;
	width: 43%;
	vertical-align: top;
	padding-right: 20px;
}
.choose_dl dd {
	display: table-cell;
	width: 59%;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.choose_dl dd img {
	min-height: 100%;
	min-width: 125%;
	max-width: 0;
transition: .3s;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
}


.link_body_n ul{
list-style: none;
margin: 0;
padding: 0;	
}

.link_body_n ul li{
padding: 0 0 10px 18px;
position: relative;
}

.link_body_n ul li:before{
content: "";
position: absolute;
left: 0;
top: 10px;
width: 6px;
height: 6px;
background-color: #000;
}

.link_body_n a{
color: #4886ff;
transition: 0.3s;
text-align: center;
}

.link_body_n a:hover{
color: #000;
transition: 0.3s;
}

.about_panel .panel-heading{
background-image: none !important;
background-color: #4886ff;
color: #fff;	
padding: 0;
transition: 0.3s;
}

.about_panel .panel-heading:hover{
background-color: #3a75e8;
transition: 0.3s;
}

.about_panel .panel{
border: none;	
box-shadow: none;
margin-bottom: 20px;
}

.about_panel .panel-heading{
width: 100%;
	}

.about_panel .panel-title > a{
padding: 15px 18px;
display: block;
font-size: 20px;
font-weight: 600;
}

.about_panel .panel-title > a:hover, a:focus{
color: #fff;	
}

.about_panel.panel-group .panel-heading + .panel-collapse > .panel-body,
.about_panel.panel-group .panel-heading + .panel-collapse > .list-group{
border: none;
}

.about_panel .panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.why_data a{
padding: 10px 20px;
color: #fff;
border-radius: 3px;
display: inline-block;
margin: 10px 0 0;
}

.why_data h4{
margin: 0 0 10px;
font-size: 17px;
}

.why_data h4,
.why_data strong{
color: #4886ff;
	}

 @media(max-width: 1024px) {
 .choose_dl dd img {
min-width: 145%;
}
}
 @media(max-width: 896px) {
 .choose_dl {
display: block;
}
 .choose_dl dt {
display: block;
width: 100%;
padding: 0;
}
 .choose_dl dd {
display: block;
width: 100%;
padding: 0;
height: 400px;
margin-top: 20px;
}
 .blue_active:after {
 display: none;
}
 .choose_ul li {
 margin-right:0;
}
}
 @media(max-width: 767px) {

.why_data{
	text-align: center;
}

 .choose_ul {
margin-bottom: 15px;
}
 .choose_ul .active:after {
 display: none;
}

.tab_fig .link_body_n{
right: 10px;
}

}
 @media (max-width: 500px) {
.choose_dl dd {
height: 240px;
}
.choose_dl dd img {
min-width: 125%;
}
}
.empanel_section {
	background-color: #ebe5e5;
	text-align: center;
	background-image: url(../images/empanel.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 340px;
}
.empanel_section h3 {
	font-family: Montserrat;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 35px;
	margin:0 0 18px;
}
.empanel_section a {
	display: inline-block;
	background-color: #ff6f6f;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding: 14px 28px;
	margin: 14px 0 0;
	transition: 0.3s;
}
.empanel_section a:hover {
	background-color: #ee5b5b;
	transition: 0.3s;
}
 @media(max-width: 767px) {
.empanel_section h3 {
font-size: 30px;
}
}
 @media (max-width: 480px) {
.empanel_section h3 {
font-size:24px;
}
}
.carrer_body {
	color: #fff;
	background-image: url(../images/carrer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 48px 70px;
	background-size: cover;
}
.carrer_body h3 {
	font-size: 35px;
	font-weight: bold;
	margin:0 0 10px;
}
.btn {
	display: inline-block;
	background-color: #4886ff;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 14px 28px;
	transition: 0.3s;
}
.btn:hover {
	background-color: #3877f2;
	transition: 0.3s;
	color: #fff;
}
.carrer_body a {
	margin-top: 15px;
	margin-left: 15px;
}
 @media(max-width: 1055px) {
.carrer_body {
padding: 48px 40px;
}
 .carrer_body h3 {
 font-size: 32px;
}
 .carrer_body a {
margin-left: 0;
}
}
 @media(max-width: 767px) {
.carrer_body {
 padding: 30px 25px;
 text-align: center;
}
 .carrer_body h3 {
 font-size: 25px;
}
 .btn {
padding: 11px 20px;
}
}
.calendar_body {
	background-color:#fff;
	padding: 20px;
	margin-right: 20px;
	text-align: center;
}
.calendar_event {
padding: 50px 0 72px;
background-color:#f4f6ff;
}

.event_body {
	background-color: #fff;
	padding: 20px 59px 20px 20px;
	min-height: 468px;
}
@media(max-width:767px){
	.event_body {
		padding: 20px;
		margin: 20px 0 0;
		min-height: auto;
	}
}

.event_body h3 {
	font-size: 25px;
	font-family: poppins;
	font-weight: bold;
	margin:0 0 5px;
	text-transform: capitalize;
}
.event_card span {
	width: 75px;
	float: left;
	border: 2px dotted #f5b732;
	text-align: center;
	padding: 10px 8px;
	margin-right: 25px;
	text-transform: capitalize;
}
.event_card span i {
	font-style: normal;
	color: #f5b732;
	font-weight: 600;
	font-size: 35px;
	display: block;
	line-height: 1.2;
}
.event_content {
	overflow:hidden;
}
.event_content a {
	color: #f5b732;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
}
.event_content a img {
	margin-left: 3px;
	transition: 0.3s;
	position: relative;
	left:0;
}
.event_content a:hover img {
	transition: 0.3s;
	left:2px;
}
.event_card {
	margin: 0 0 10px;
}
 @media(max-width:1024px) {
 .calendar_body {
 margin:0;
}
}
 @media(max-width:767px) {
.event_body {
margin-top: 20px;
text-align: center;
margin-bottom: 20px;
}
 .event_card span {
float: none;
display: block;
margin: 0 auto 15px;
}
 .event_card p {
 font-size: 15px;
}
}
.request_section {
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	margin-bottom: 75px;
	padding: 20px 0;
}
.request_section:before {
	content:"";
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
.testimonial_body {
	margin-left: 35px;
	position: relative;
	top: 80px;
}
.testimonial_body article {
	background-color: #4886ff;
	color: #fff;
	padding: 42px 38px 30px;
	position: relative;
	margin-bottom: 45px;
	margin-top: 25px;
}
.testimonial_body article p {
	line-height: 1.7;
}
.testimonial_body article:before {
	content: "";
	position: absolute;
	left: 38px;
	top: -23px;
	width: 50px;
	height: 50px;
	background-color: #3870dd;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3px;
}
.testimonial_body article:after {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 45px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 22px solid transparent;
	border-top: 22px solid #4886ff;
}
.user_info figure {
	display: inline-block;
	border-radius: 100px;
	width: 65px;
	height: 65px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right:15px;
}
.user_info figure img {
	min-height: 100%;
	min-width: 165%;
	max-width: 0;
transition: .3s;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
}
.user_info {
	color: #fff;
}
.user_info h4 {
	overflow: hidden;
	vertical-align: top;
	margin: 10px 0 5px 0;
	text-transform: capitalize;
}
.user_info i {
	font-style: normal;
	overflow: hidden;
	display: block;
	text-transform: capitalize;
}
.request_form {
	background-color: #0d0d0d;
	padding: 15px 45px;
	position: relative;
}
.request_form:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
	width: 100%;
	height: 100px;
	background-color: #0d0d0d;
	z-index: -1;
}
.request_form:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	width: 100%;
	height: 100px;
	background-color: #0d0d0d;
	z-index: -1;
}
.request_form h3 {
	margin: 0 0 25px;
	font-size: 32px;
	color: #fff;
}
.request_form p {
	font-size: 20px;
	color: #fff;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="email"], form input[type="file"], form input[type="password"], form input[type="number"], form textarea, form select {
	width: 100%;
	padding: 15px 0;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color:#fff;
	margin:10px 0;
}
form textarea {
	height: 120px;
}
.align_text {
	text-align: right;
}
form input[type="submit"] {
	background-color: #4886ff;
	padding: 15px 40px;
	color: #fff;
	font-weight: 600;
	border: none;
	border-radius: 3px;
	margin: 10px 0;
	display: inline-block;
	transition: 0.3s;
}
form input[type="submit"]:hover {
	background-color: #3575f0;
	transition: 0.3s;
}
.news_email {
	background-color: #f4f4f4;
	padding: 25px 0 30px;
}
.news_email h3 {
	font-size: 28px;
	font-weight: 600;
	margin:0 0 3px;
}
.news_email h3 span {
	color:#4886ff;
}
.news_email p {
	margin:0;
}
/*.news_email form{
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 3px;
}*/

.subscribe_field {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	position: relative;
}
.news_email form input[type="text"] {
	color:#8c8b8b;
	font-size: 16px;
	padding: 12px 18px;
	border: 0;
	margin-right: 5px;
	width: 100%;
	margin: 4px 0;
	padding-right: 180px;
}
.news_email form input[type="submit"] {
	margin:0;
	padding-top: 12px;
	padding-bottom: 12px;
	position: absolute;
	right: 2px;
	top: 2px;
	bottom:2px;
}
 @media(max-width: 991px) {
 .news_email form input[type="submit"] {
 padding: 13px 35px;
}
 .news_email h3 {
 font-size: 25px;
 line-height: 1.4;
}
}
 @media(max-width: 767px) {
 .news_email {
 text-align: center;
}

.request_section {
	margin-bottom:0;
}

.news_email form input[type="text"] {
 text-align: center;
 background-color: #fff;
 margin:0 0 10px;
 padding-right: 18px;
}
 .subscribe_field {
 margin:10px 0 0;
}
 .news_email form input[type="submit"] {
position: static;
}
 .subscribe_field {
background-color: transparent;
box-shadow:none;
border-radius: 0;
}
}
 @media(max-width: 500px) {
.news_email form input[type="text"] {
 width: 100%;
 text-align: center;
}
}
 @media(max-width:767px) {
 .calendar_event {
 padding: 0 0 2px;
}
 .request_form:before, .request_form:after {
 display: none;
}
 .testimonial_body {
 top: 0;
 margin:0 0 20px;
}
 .request_form {
 padding: 15px 20px;
}
 .request_form p {
 font-size: 18px;
}
 .request_form h3 {
 font-size: 24px;
}
}
.scroll_ul {
	padding:0;
}
.scroll_ul li {
	list-style: none;
}
.event_body .panel {
	background-color: transparent;
	box-shadow: none;
	border: none;
}
.event_body .panel-footer {
	background-color: transparent;
	border: none;
	width: auto;
	position: absolute;
	top: 145px;
	right: 20px;
}
.event_body .pagination {
	position: relative;
}
.event_body .pagination li a {
	background: #f5b732;
	color: #fff;
	border: none;
	border-radius: 0;
}
 @media(min-width:897px) {
.event_body .pagination li {
 position: absolute;
 top: 0;
 right: 0;
}
 .event_body .pagination li:first-child {
top:40px;
}
}
 @media(max-width:896px) {
 .event_body .panel-footer {
top: 272px;
}
 .event_body .panel-footer {
 top: 20px;
 right: 0;
 padding-top: 0;
}
 .event_body .pagination li a {
margin: 0 2px;
}
}
 @media(max-width:450px) {
.event_body .panel-footer {
 top: 80px;
}
}

/***10/10/19***/

/*.top_link ul li:nth-child(3){
display: none;	
}*/

.login_after{
display: none !important;	
}

.login_top .login_after{
display: inline-block !important;	
} 

.top_link ul li:nth-child(2){
	border:none;
	margin-top: 3px; 
}

.login_top li:nth-child(2){
display: none;
}

.login_top .user_login{
position: relative;
width: 25px;
height: 25px;
overflow: hidden;
border-radius: 100px;
cursor: pointer;
}

.login_top .dropdown-menu{
left: -155px;
min-width: 185px;
top: 45px;
border-radius: 0;
border: none;
}

.login_top .dropdown-menu:after{
content: "";
position: absolute;
right: 12px;
top: -12px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 12px solid white;
z-index: -1;
	}

.login_top .dropdown-menu li{
display: block;
padding: 6px 10px;
border-bottom: 1px solid #eaeaea !important;
margin:0 !important;
}

.login_top .dropdown-menu li a{
font-size: 15px;
padding: 0;
text-transform: capitalize;
	}	

.login_top .dropdown-menu > li > a:hover,
.login_top .dropdown-menu > li > a:focus{
background-color: transparent;	
background-image: none;
}

.login_top .dropdown-menu > li:hover{
background-color: #eaeaea;
}

.grass_section{
padding: 0 0 30px;	
}

@media(max-width:896px){

.grass_section{
padding: 0 0 25px;
}

.top_link ul li:nth-child(2) {
    margin-top: 0;
    padding-right: 0;
}	

.login_top .dropdown-menu {
    background-color: #ddd;
}

.login_top .dropdown-menu:after {
border-bottom: 12px solid #ddd;
}

}


/* STRAT NEW */

.grass_block{
text-align: justify;	
}

.who_areyou figure{
	background-color: #ffffff;
	position:relative;
	height:300px;
	border: #e3e3e3 solid 1px;
	border-radius: 3px;
	overflow: hidden;
}
.who_areyou figure img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	height: 102%;
}
@media(max-width:767px){
	.who_areyou figure{
		height:auto;
	}
	.who_areyou figure img{
		position: static;
		transform: translate(0,0);
		width:100%;
	}
}
.who_accordian .panel-heading{
	/* background-color: #4CAF50; */
	padding:0;
}
.who_accordian .panel-heading h4{
	background-color:#ccc;
	padding:0;
}
.who_accordian .panel-heading h4 a{
	background-color: #e7e7e7;
	padding:0;
	display: block;
	padding: 10px 15px;
	color: #222222;
	border-radius: 3px 3px 0 0;
	font-size: 20px;
	font-weight: 600;
}
.who_accordian .panel-body{
	padding:5px 15px;
}
@media(max-width:767px){
	.who_accordian .panel-body{
		min-height:auto;
	}
}
.who_accordian .panel{
	border-radius: 3px;
	border: #e7e7e7 solid 1px;
	box-shadow: none;
}
.whyus_block{
background: #f4f6ff;
}

.heading1 {
    font-family: Montserrat;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 35px;
    margin: 0 0 18px;
}
.list1{
	padding: 0;
	list-style:none;
	margin: 10px 0;
}
.list1 li {
	padding: 2px 0 2px 24px;
	position:relative;
	font-weight:500;
}
.list1 li:before {
	content:'';
	background: url("../images/check.png") no-repeat;
	background-size: 14px;
	padding: 4px 0;
	font-weight:500;
	display: inline-block;
	height: 14px;
	width: 14px;
	position: absolute;
	left: 0;
	top: 3px;
}
.list1 li a:last-child {
	color:#3978f1 !important;
	display: inline-block;
}

.service_page{
	text-align: justify;
}

.owl-dots {
   position: absolute;
   height: 18px;
   width: 100%;
   text-align: left;
   max-width: 1170px;
   top:207px;
   margin: auto;
   left: 0;
   right: 0;
}
.owl-dots .owl-dot{
    height: 4px;
    width: 35px;
    background-color: #fff;
    display: inline-block;
    border: 0;
    margin: 2px;
}
.owl-dots .owl-dot.active{
	background-color:#4886ff;
}
@media(max-width:896px){
	.owl-dots {
		text-align: center;
		bottom: 10px;
	}
}
.more_info{
	float:right;
	color: #4886ff;
}

/* blog css */


.blog_listing article {
margin: 0 0 60px 0;
border: 1px solid #ececec;
box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
min-height: 510px;
}

.blog_listing article > div{
padding: 0 15px 20px;
text-align: center;
}

 @media(min-width:768px) {
 .blog_listing article {
 max-width: 410px;
 min-height: initial;
}
}
.blog_listing figure {
	position: relative;
	background: #fff;
	height: 250px;
	overflow: hidden;
	border: 10px solid #fff;
}
.blog_listing figure img {
	width:100%;
}
 @media(max-width:767px) {
.blog_listing figure {
 height:auto;
 max-width: 460px;
 margin:0 auto;
}
}
.blog_listing figure dl {
	position:absolute;
	display:table;
	width:100%;
	background:rgba(0, 0, 0, 0.6);
	color:#fff;
	font-size:15px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:0;
}
.blog_listing figure dl dd {
	display:table-cell;
	padding:10px;
}

.blog_listing figure dl dd:last-child{
text-align: right;	
} 

.blog_listing figure dl dd .fa {
	margin:0 5px 0 0;
}
.blog_listing h3 {
	font-size:24px;
	font-weight:500;
	line-height:1.3;
	margin: 8px 0 15px;
	font-family: Poppins;
	color: #4886ff;
}
.blog_listing p {
	line-height: 1.6;
	font-size: 0.9em;
	margin: 0 0 20px;
}
.blog_listing article a {
font-size: 0.9em;
display: inline-block;
background-color: #4886ff;
padding: 8px 20px;
position: absolute;
left: 50%;
transform: translate(-50%,0);
color: #fff;
transition: 0.3s;
}

.blog_listing article a:hover{
transition: 0.3s;
   opacity: 0.8;
    }

.left_items.popular h4 {
	font-weight: 500;
	font-size: 14px;
	margin: 6px 0 5px 0;
	display: inline-block;
	line-height: 1.5;
	font-family: Poppins;
}

/**/

.blog_card{
padding: 12px 12px 15px;
border: 1px solid #ededed;
box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
margin: 0 0 20px;
}	

.blog_card figure{
margin: 0 0 10px;
position: relative;
    overflow: hidden;
    background-color: #000;
    height: 230px;
    text-align: center;
	}

.blog_card figure img{
min-height: 100%;
min-width: 100%;
max-width: 200%;
transition: 0.3s;
width: auto;
height: auto;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: auto;
}	

.blog_card figure h3{
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0.6);
color: #fff;
font-size: 18px;
text-align: left;
padding: 12px 15px;
font-weight: 500;
margin: 0;
text-transform: capitalize;
font-family: Poppins;
	}

.blog_card figure h3 i{
font-size: 14px;
text-transform: capitalize;
padding: 8px 0 0 8px;
color: #fff;
display: inline-block;
}	

.blog_card figure h3 u{
font-size: 15px;
}

.blog_card p{
	font-size:15px;
	line-height: 1.6;
}

.blog_card a{
	border: 1px solid #ccc;
	color: #c5221d;
	font-size: 15px;
	padding: 4px 6px;
	display: inline-block;
	margin: 10px 0 5px;
	transition: 0.3s;
}

.blog_card a:hover{
background-color: #fff;
transition: 0.3s;
background: #fff3f2;
	}

.admin_s{
padding-left: 20px;	
}

.blog_card figure h3 > div{
margin-top:5px;	
}

@media(min-width: 992px){
.blog_card{
min-height: 515px;
}
}

@media(min-width: 1025px){

.blog_card figure {
    height: 250px;
}

}	

.blog_detail figure{
	height: 280px;
}

@media(min-width: 500px){
.blog_detail figure{
	height: 400px;
}
}

.left_block .heading3{
font-family: Poppins;
font-weight: 500;	
position: relative;
padding-bottom: 12px;
}

.left_block .heading3:before{
content: "";
position: absolute;
left: 0;
width: 60px;
height: 3px;
background-color:#0b3878;
bottom: 0;
}

.left_block ul {
	list-style:none;
	padding:0;
	margin:0;
}
.left_block ul li {
	list-style:none;
	margin:0 0 10px 0;
}
.left_list li {
	padding: 0;
	position: relative;
	width: 100%;
	border-bottom: none;
}
.left_list li a {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 98;
	padding: 7px 0;
	color:#000;
}
.left_list li.current_cat a {
	color:#ff3333;
}
.left_list li a:after {
	content: "";
	display: inline-block;
	height: 0.5em;
	vertical-align: bottom;
	width: 100%;
	margin-right: -100%;
	margin-left: 10px;
	border-top: 1px solid #dadada;
	z-index: 98;
}
.left_list li span {
	position: absolute;
	right: 0;
	top: 10px;
	height: 22px;
	min-width: 30px;
	background-color: #ffffff;
	z-index: 99;
	display: block;
	text-align: right;
	color: #696969;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.left_items {
	margin:20px 0 0 0;
}
.left_items dl {
	display:table;
	width:100%;
	border-bottom:solid 1px #dadada;
	margin:10px 0;
}
.left_items dl a {
	color:#000;
}
.left_items dl a:hover {
	color: #0b3878;
}
.left_items dl dt {
	display:table-cell;
	width:65%;
	vertical-align:top;
}
.left_items dl dd {
	padding-right:10px;
	display:table-cell;
	width:35%;
	vertical-align:top;
}
.left_items figure {
	padding:5px;
	background:#fff;
	margin:0 0 10px 0;
}
.left_items h4 {
	font-weight:500;
	font-size:15px;
	margin:15px 0 5px 0;
	display:inline-block;
}
.left_items h5 {
	font-weight:500;
	font-size:14px;
	padding:0 0 5px 0;
	display:block;
	font-family: Poppins;
	color:#0b3878;
}
.blog_listing article {
	margin:0 0 40px 0;
}

