@import url('../fonts/stylesheet.css');
/* ==========================================================================
Main Styles
========================================================================== */
body {
	font-size: 14px;
	color: #0d0d0d;
	font-family: 'poppinsregular';
}
.sep {
	max-width: 80px;
	border: 2px solid #0d0d0d;
	margin-top: 40px;
	margin-bottom: 40px;
}
.light-sep {
	max-width: 80px;
	border: 2px solid #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
	font-size: 36px;
	color: #15181d;
}
h2 {
	font-size: 36px;
	color: #252525;
	font-family: 'poppinssemibold';
}
h3 {
	font-size: 28px;
	color: #252525;
	font-family: 'poppinssemibold';
}
h4 {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	margin-top: 20px;
}
h5 {
	font-size: 22px;
	color: #000;
	font-weight: 400;
}
h6 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
p {
	color: #222222;
	font-size: 15px;
	line-height: 180%;
	font-family: 'poppinsregular';
    margin-bottom:10px;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
.white_text {
	color: #fff
}
.regular {
	font-family: 'Poppins', sans-serif;
}
a:active, a:focus, a:hover, button:active, button:focus {
	outline: none;
	text-decoration: none;
}
.btn.focus, .btn:focus {
	box-shadow: none
}
header {
	padding: 10px 0;
	z-index: 100;
	/*position: fixed;*/
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #fff;
	padding: 20px 0;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(19 19 19 / 25%);
	box-shadow: 0px 0px 30px 0px rgb(19 19 19 / 25%);
}
header.sticky .toptime_contact {
	margin-bottom: 10px;
}
header .navbar-brand {
	padding: 0
}
header .navbar-brand img {
	max-height: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header.sticky .navbar-brand img {
	max-height: 50px
}
header.sticky #cssmenu ul ul {
	padding-top: 0px;
}
.btn {
	font-size: 15px; /*letter-spacing: 1px;*/ font-weight: normal !important
}
.blue_btn {
	background: #10377a;
	color: #fff;
	border-radius: 6px;
	padding: 12px 35px;
	position: relative;
	display: inline-block;
}
.blue_btn:hover {
	background: #033ea2;
	color: #fff;
}
.arrow_button {
	background: transparent;
	color: #1b1b1b;
	border-radius: 0;
	padding: 0;
	position: relative;
	border: 0
}
.arrow_button span {
	height: 22px;
	width: 22px;
	border: 1px solid #147abf;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 2px;
	text-align: center;
	line-height: 17px;
	-webkit-transition: .5s;
	transition: .5s;
}
.arrow_button span:after {
	height: 6px;
	width: 6px;
	border-bottom: 1px solid #147abf;
	border-right: 1px solid #147abf;
	content: "";
	display: inline-block;
	transform: rotate( 310deg);
	margin-left: -2px;
	-webkit-transition: .5s;
	transition: .5s;
}
.arrow_button:hover span {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	background: #147abf
}
.arrow_button:hover span:after {
	border-color: #fff
}
.btn-primary {
	background: #10377a;
    border-color: #10377a;
	color: #fff;
	border-radius: 6px;
	padding: 10px 45px;
	font-size: 17px;
    font-family: 'poppinsmedium';
     border: solid 2px #10377a;
}
.btn-primary:hover {
	background-color: #033ea2;
	border-color: #033ea2;
}

.linedarkbtn {
	background: #fff;
    border: solid 2px #222222;
	color: #222222;
	border-radius: 6px;
	padding: 10px 45px;
	font-size: 17px;
    font-family: 'poppinsmedium';
}
.linedarkbtn:hover {
	background-color: #222222;
	border-color: #222222;
    color: #fff;
}



.border-btn {
	background: transparent;
	color: #10377a !important;
	border-radius: 6px;
	padding: 9px 30px;
	position: relative;
	border: 2px solid #10377a;
	font-family: 'poppinsmedium';
}
.border-btn_wit {
	background: transparent;
	color: #fff !important;
	border-radius: 6px;
	padding: 9px 30px;
	position: relative;
	border: 2px solid #fff;
	font-family: 'poppinsmedium';
}
.border-btn_wit:hover {
	background: #fff!important;
	color: #10377a !important;
}
.border-btn:hover {
	background: #10377a;
	color: #fff !important;
}
.border-btn-white {
	background: transparent;
	color: #fff;
	border-radius: 0;
	padding: 10px 55px 10px 30px;
	position: relative;
	border: 2px solid #fff;
}
.border-btn-white:hover {
	background: #fff;
	color: #000;
}
.carousel-caption {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: left
}
.carousel-caption h1 {
	color: #fff;
	font-size: 33px;
	font-weight: normal; /*line-height: 40px*/
}
.carousel-caption p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	max-width: 420px;
}
.carousel-item {
	position: relative;
	background-size: cover !important;
	min-height: 100% !important;
}
/*.carousel-item:after { position: absolute; content: ""; top: 0; bottom: 0; left: -10%; width: 60%; background: rgba(20,122,191,0.8); transform: skew(-5deg); }*/
.banner .carousel-indicators {
	right: 50px;
	top: 0;
	bottom: 0;
	left: inherit;
	margin: 0;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	display: flex;
	width: 15px;
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}
.banner .carousel-indicators li {
	height: 10px;
	width: 10px;
	border-radius: 10px;
	background: #fff;
	padding: 0;
	text-indent: 0;
	border: 0!important;
	margin: 15px 0;
	flex: inherit;
	opacity: 0.5;
	position: relative;
}
.banner .carousel-indicators li:before {
	content: "";
	height: 17px;
	width: 17px;
	border: 1px solid #fff;
	position: absolute;
	top: -4px;
	left: -4px;
	border-radius: 50%;
}
.banner .carousel-indicators li.active {
	background: #fff;
	opacity: 1
}
.banner .carousel-indicators li.active:before {
	height: 16px;
	width: 28px;
	height: 28px;
	top: -9px;
	left: -9px;
}
.carousel-inner {
	height: 100vh;
}
.sec_padd {
	padding: 100px 0
}
.sec_padd2 {
	padding: 55px 0 85px 0
}
.whoWeR_sec .container-fluid {
	padding: 0 15px;
}
.pd-15per {
	padding-right: 15%
}
.whoWeR_sec p {
	line-height: 27px;
}
.client_sec .item {
	border: 1px solid #e2e2e2;
}
.client_sec .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
	padding: 15px 0;
}
.client_sec .owl-dot {
	width: 13px;
	height: 13px;
	background: #a0b1cf !important;
	border-radius: 50px;
	display: inline-block;
	margin: 3px;
}
.client_sec .owl-dots {
	text-align: center;
	margin-top: 35px;
}
.client_sec .owl-dot.active {
	background: #10377a !important;
}
footer {
	background: url("../image/footerbg.jpg") #1c1c1c repeat center top;
	padding-top: 95px;
	color: #989898;
	border-top: solid 12px #10377a;
}
.footer_bottom {
	background: #021130;
	padding: 25px 0;
	color: #7d7d7d;
	font-size: 13px;
	margin-top: 75px
}
.f_logo {
	padding-top: 75px;
}
.f_address {
	display: inline-block;
	width: 100%;
	margin-top: 7px;
}
.fo_addrs {
	background: url("../image/location.png") no-repeat left top;
	padding-left: 30px;
	margin-bottom: 10px;
}
.fo_phone {
	background: url("../image/phone_.png") no-repeat left top;
	padding-left: 30px;
	margin-bottom: 10px;
}
.fo_mail {
	background: url("../image/mail_.png") no-repeat left top;
	padding-left: 30px;
}
.fo_mail a {
	color: #989898;
}
.fo_mail a:hover, .footer_menu li a:hover {
	color: #0c52ca;
}
.f_social_link a {
	margin-right: 10px;
	opacity: .6;
}
.f_social_link a:hover {
	opacity: 1;
}
.powered_ {
	text-align: right
}
.powered_ img {
	margin-left: 5px
}
footer h3 {
	font-size: 24px;
	color: #e5e5e5;
	font-weight: 500;
	margin-top: 30px;
}
footer p {
	font-size: 15px;
	color: #e5e5e5;
	line-height: 1.6
}
footer h5 {
	font-size: 18px;
	margin: 0px 0 30px
}
.footer_menu {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}
.footer_menu li {
	font-size: 14px;
	color: #989898;
	line-height: 33px; /*-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;*/ padding: 0 15px;
	display: inline-block;
	width: 100%;
}
.footer_menu li a {
	color: #989898;
}
.banner_inner {
	height: 350px;
	background-position: center !important;
	background-attachment: fixed !important;
	background-size: cover!important;
        padding-top:150px;
}
.banner_inner h1 {
	color: #fff;
	font-size: 35px;

}
.banner_inner p {
	color: #fff;
	font-size: 16px
}
.blog_item {
	margin-bottom: 50px;
}
.blog_detail p {
	color: #646464;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}
.blog_detail_sec p {
	margin-bottom: 30px;
	font-size: 16px;
	color: #363636
}
.blog_detail span {
	color: #8b8b8b;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	margin-top: 15px;
	margin-left: 30px;
	vertical-align: middle;
}
.blog_detail span img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}
.blog_detail_sec h3 {
	color: #000000;
	font-size: 33px;
	font-weight: 500;
	margin: 0 0 30px;
}
.blog_page h3 {
	font-size: 24px;
}
h2.side_head {
	font-size: 23px;
	font-weight: 600;
	margin: 0 0 25px;
	line-height: 100%;
}
.popular_listing {
	margin-bottom: 20px;
}
.popular_listing .media_image {
	margin-right: 20px;
	max-width: 80px;
	border-radius: 4px;
}
.popular_listing h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
}
.popular_listing .blog_time {
	margin-left: 0;
	margin-top: 25px;
}
.popular_listing .blog_detail span {
	font-size: 14px;
}
.blog_detail span img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}
.project-item {
	margin: 0 10px;
	padding-bottom: 40px;
}
.project-thumb {
	position: relative;
	overflow: hidden;
}
.project-item img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.project-item:hover img {
	transform: scale(1.2) rotate(-10deg);
}
.project-content {
	background-color: #fff;
	padding: 20px;
	margin: -50px 10px 0;
	box-shadow: 0px 15px 20px 0px rgb(209 218 235 / 50%);
	position: relative;
	z-index: 2;
}
.project-content h4 {
	margin-top: 0
}
.project-content h3 a, .project-content h3 {
	font-size: 20px;
	line-height: 26px;
	color: #051441;
}
.contact-block {
	background: #EDF0FA;
	padding: 30px 30px;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.contact-icon i {
	width: 84px;
	height: 84px;
	background: #0c59db;
	text-align: center;
	line-height: 84px;
	display: inline-block;
	border-radius: 50%;
}
.contact-details {
	margin-left: 30px;
}
.icon-box-title {
	font-size: 16px;
	font-weight: 500
}
.contact-details p, .contact-details a {
	margin-bottom: 0;
	font-size: 14px;
	color: #1b1b1b;
}
.form-control {
	box-shadow: none;
	outline: none;
	border: 1px solid #dfdce6;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family: "Poppins", sans-serif;
	color: #17305e;
	height: auto;
	padding: 10px 20px;
	resize: none;
	min-width: 100%;
	height: 50px;
}
.contact-form textarea, .contact-form select, .contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"] {
	background: #EDF0FA;
	border: 1px solid transparent;
}
.contact-form .form-control:focus {
	background-color: #EDF0FA;
	border-color: transparent;
}
.contact_sec h2 {
	font-size: 45px;
	font-weight: 600;
	color: black;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 25px;
}
.about_sec h2 {
	color: #0c0c0c;
	font-size: 30px;
	font-weight: 600;
	color: black;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px
}
.about_sec p {
	font-size: 15px
}
.row_5 {
	margin-left: -5px;
	margin-right: -5px
}
.row_5 .col-6 {
	padding: 0 5px
}
.row_5 .col-6 img {
	margin: 5px 0
}
.directer_board {
	background: #f5f8ff
}
.team-item {
	position: relative;
	margin-bottom: 75px;
	margin-top: 15px;
}
.team-item .team-image img {
	border-radius: 3px 3px 0 0;
}
.team-item .text-bottom {
	padding: 24px 25px;
	background: #ffffff;
	text-align: center;
	position: absolute;
	bottom: -60px;
	width: 80%;
	left: 50%;
	z-index: 1;
	transition: all 0.3s ease;
	transform: translateX(-50%);
	box-shadow: 0px 15px 34px -5px rgb(193 193 193 / 30%);
}
.team-item .text-bottom .person-name {
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: capitalize;
	line-height: normal;
}
.team-item .text-bottom .person-name a {
	color: #000;
}
.team-item .text-bottom span.designation {
	display: block;
	color: #000;
	margin: 4px 0 0;
	font-size: 14px;
	text-transform: uppercase;
}
.team-item .text-bottom .desc {
	font-size: 14px;
	position: relative;
	z-index: 1;
	max-height: 0;
	opacity: 0;
	line-height: 24px;
	-webkit-transition: all 0.6s, max-height 0.5s;
	-o-transition: all 0.6s, max-height 0.5s;
	-moz-transition: all 0.6s, max-height 0.5s;
	transition: all 0.6s, max-height 0.5s;
	overflow: hidden;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	-ms-transform-origin: bottom;
	-o-transform-origin: bottom;
	transform-origin: bottom;
}
.team-item:hover .text-bottom .desc {
	position: relative;
	max-height: 400px;
	opacity: 1;
	text-align: center;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.4s, max-height 1.5s;
	-o-transition: all 0.4s, max-height 1.5s;
	-moz-transition: all 0.4s, max-height 1.5s;
	transition: all 0.4s, max-height 1.5s;
	margin-top: 14px;
}
.sec_vision {/*background:url(../image/bg.jpg) no-repeat; background-size:cover;*/ position: relative;
	padding: 80px 0;
	background-color: #f9f9f9;
	min-height: 450px;
}
.sec_vision:before {
	content: "";
	background: url(../image/whyus_btm1.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	display: block;
	background-size: cover
}
.mission_sec:before {
	background: url(../image/whyus_btm2.jpg) no-repeat;
	position: absolute;
	left: inherit;
	right: 0
}
.vision_content {
	padding: 0 15% 0 40px;
}
.mission_content {
	padding: 0 40px 0 15%;
}
.sec_values:before {
	background: url(../image/values.jpg) no-repeat center;
	position: absolute;
	left: 0;
}
.comon_listing {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.comon_listing li {
	background: url(../image/list_icon.png) no-repeat;
	background-position: 0px 6px;
	padding: 6px 0 6px 35px;
}
.expert_item .text-bottom {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding: 10px 0;
	background: transparent;
	box-shadow: none;
}
.expert_item {
	margin-bottom: 15px;
}
.expert_item .text-bottom .person-name {
	font-size: 18px;
}
.pr-40 {
	padding-right: 40px;
}
ul.page-nav-vertical {
	list-style-type: none;
	padding: 0;
	margin-bottom: 15px;
}
ul.page-nav-vertical li {
	margin-bottom: 13px;
}
ul.page-nav-vertical li a {
	display: block;
	border: 2px solid #d3e1fb;
	padding: 16px 18px;
	transition: all .5s ease;
	border-radius: 5px;
	font-size: 16px;
	line-height: 27px;
	color: #444;
	position: relative;
}
ul.page-nav-vertical li.active a, ul.page-nav-vertical li:hover a {
	color: #ffffff;
	border-color: #147abf;
	background: #147abf;
}
ul.page-nav-vertical li a:before {
	content: "";
	position: absolute;
	right: 13px;
	top: 25px;
	font-family: Flaticon;
	color: #1c1b1b;
	transition: all .5s ease;
	height: 10px;
	width: 10px;
	transform: rotate(45deg);
	border-width: 1px;
	border-style: solid;
	border-color: #000 #000 transparent transparent;
}
ul.page-nav-vertical li.active a:before, ul.page-nav-vertical li:hover a:before {
	border-color: #fff #fff transparent transparent;
}
.content_page_sec h2 {
	font-size: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #353535;
}
.related_project {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
}
.related_project img {
	max-width: 80px;
	margin-right: 15px;
}
.related_project p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 10px;
}
.related_project a {
	font-size: 14px
}
.panel_row {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ececec;
}
.panel_row:nth-child(even) {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}
/***=====home=====***/
.toptime_contact {color: #fff;font-size: 13.5px;margin-bottom: 15px;}
.toptime_contact a {color: #fff;}
.textblue, .toptime_contact a:hover {color: #10377a;}
.get_a_quote {background: #222222;color: #fff !important;border-radius: 6px;padding: 12px 18px !important;}
.get_a_quote:hover {background: #10377a;color: #fff;}
.toptime_contact .d-inline-block {margin-left: 10px;}
.whoWeR_sec {background: url("../image/welcome_bg.jpg") repeat;}
.title_borderbtm {position: relative;}
.title_borderbtm:after {position: absolute;content: "";width: 42px;height: 8px;background: url("../image/title_line.png") no-repeat;left: 0;bottom: -12px;}
.service_section {background: url("../image/service_bg.jpg") no-repeat center top;padding-top: 100px;padding-bottom: 100px;}
.ser_box {text-align: center;-webkit-box-shadow: 0px 0px 30px 0px rgb(179 187 206 / 50%);box-shadow: 0px 0px 30px 0px rgb(179 187 206 / 50%);background: #fff;border-radius: 6px;padding: 25px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;min-height: 460px;}
.sericon_b {display: block;margin: 0 auto;}
.sericon_w {display: none;}
.serviceimg {width: 100%;display: inline-block;text-align: center;}
.ser_box h4 {font-family: 'poppinssemibold'; text-align: left; font-size: 30px;}
.ser_box p {text-align: justify;}
.ser_box_hover:hover {background: #10377a;transform: scale(1.07);}
.ser_box_hover:hover .sericon_b {display: none;}
.ser_box_hover:hover .sericon_w {display: block;margin: 0 auto;}
.ser_box_hover:hover h4, .ser_box_hover:hover p {color: #fff;}
.sec_head.title_borderbtm:after {left: 50%;transform: translate(-50%, -50%);}
.toptime_contact_smallresltn{display:none;}
.scrolldown{position:absolute; right:25px; bottom:25px;}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);transform: translateY(0);}
40% {-moz-transform: translateY(-30px);transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);-ms-transform: translateY(0);-webkit-transform: translateY(0);transform: translateY(0);}
40% {-moz-transform: translateY(-30px);-ms-transform: translateY(-30px);-webkit-transform: translateY(-30px);transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);-ms-transform: translateY(-15px);-webkit-transform: translateY(-15px);transform: translateY(-15px);}}
.bounce {-moz-animation: bounce 2s infinite;-webkit-animation: bounce 2s infinite;animation: bounce 2s infinite;}
.banerbtm_btns{ background:#10377a; padding:25px 0;}
.w-btn, .l-bluebtn{padding:15px 65px; font-size:18px; border-radius:6px; font-family: 'poppinsmedium';-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out; margin:0 5px;}
.w-btn:hover, .l-bluebtn:hover{padding:15px 60px 15px 70px;}
.w-btn{border:solid 2px #fff; color:#fff;}
.w-btn:hover{color:#222222; background:#fff;}
.l-bluebtn{background:#d3dff6; border:solid 2px #d3dff6; color:#10377a; }
.l-bluebtn:hover{background:#afc7f3; border:solid 2px #afc7f3; color:#0a224d;  }


/***===About===***/
.header_inner{background:#fff;}
.visionmission{background:none;}
.mission_{background: #001298;}
.vision_{background: #001298;}
.values_{ background: #10377a;}
.mission_, .vision_, .values_{ min-height:420px;}
.visionmission h4, .visionmission p{color:#fff;}
.mission_:hover, .vision_:hover,.values_:hover {transform: scale(1.05);}
.redtext{color:#de0303;}
.calender_{ background: url("../image/calender_ico.png") no-repeat right 5px top 10px;}
.contact-form input[type="text"].calender_[type="text"]{ background: url("../image/calender_ico.png") #EDF0FA no-repeat right 10px top 15px;}
.carousel-caption{padding-top:50px;}
.text-blue{color:#10377a;}
.servicesboxes{-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.servicesboxes h4{font-family: 'poppinsmedium' !important;padding: 15px 0;margin-top: 0; font-size:18px; background: #f5f5f5;}
.servicesboxes:hover {transform: scale(1.05);}
.servicesboxes:hover h4{color:#fff; background: #10377a;}
/***===common===***/
.text_sm {font-size: 18px !important;}
.text_lg {font-size: 45px !important;}
.text_big {font-size: 65px !important;}
.carousel-caption h1.text_lg {line-height: 50px;}
.carousel-caption h1.text_big {line-height: 70px;}
.fontregular {font-family: 'poppinsregular' !important;}
.fontmedium {font-family: 'poppinsmedium' !important;}
.fontsemibold {font-family: 'poppinssemibold' !important;}
.fontbold {font-family: 'poppinsbold' !important;}
.lineh_25 {line-height: 25px;}
.lineh_28 {line-height: 28px;}
.lineh_30 {line-height: 30px;}
.f_16{font-size:16px !important;}
.f_17{font-size:17px !important;}
.f_18{font-size:18px !important;}
.service_section h4 {color: #fff; font-size: 30px;}
.service_section p {color: #fff;}
.chill {margin: 0; padding: 0;}
.chill li {list-style: inside; line-height: 30px;}
.map {padding: 30px; width: 100%;}

