@charset "utf-8";

/* CSS Document */

html {
	height: 100%;
}

body {
	overflow-x: hidden;
	font-family: 'poppinsregular';
}

* {
	margin: 0;
	padding: 0;
}


@font-face {
	font-family: 'poppinsbold';
	src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinsregular';
	src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

a {
	outline: none;
}

a:focus {
	outline: none;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.margin1 {
	margin-top: 10px;
}

.margin2 {
	margin-top: 20px;
}

.margin3 {
	margin-top: 30px;
}

.margin4 {
	margin-top: 40px;
}

.margin5 {
	margin-top: 50px;
}

.margin6 {
	margin-top: 60px;
}


.padding15{padding: 15px;}
.padding10{padding: 10px;}
















.wow {
	visibility: hidden;
}



.no-padding {
	padding-left: 0;
	padding-right: 0;
}




.btn_new1 {
    color: #000;
    font-size: 13px;
background:#a3cef1;
padding: 6px 9px; border-radius: 16px;transition: all .7s;line-height:normal;text-transform: uppercase;}




.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#000; 
}


.btn_new2 {
    color: #000;
    font-size: 13px;
background:#a3cef1;
padding: 6px 9px; border-radius: 16px;transition: all .7s;line-height:normal;text-transform: uppercase;}




.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#000; 
}



.btn_new3 {
    color: #fff;
    font-size: 13px;
background:#274c78;
padding: 6px 9px; border-radius: 16px;transition: all .7s;line-height:normal;text-transform: uppercase;}




.btn_new3.focus,
.btn_new3:focus,
.btn_new3:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#000; 
}















/* -------- NAV & LOGO SECTION --------*/




.myheader{position: fixed; top: 0; width: 100%;z-index: 9999;}
 .navbar-custom {
       
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }



.top-nav-collapse {
        padding: 0;        
        background:#fff !important; transition: all 1s;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);
	
    }

.logo_div img{transition:all .8s;
    padding: 5px;}



.logo-max-width{max-width: 100px;transition:all .8s;}
.nav-margin-zero{ margin-top: 5px !important; transition:all .8s;}


.logo_urbana img{display: inline-block;}





.upper_nav{background:#1689b7;padding-top: 4px; padding-bottom: 4px;}
.upper_nav a{color:#fff; text-decoration: none;font-size: 13px;}
.upper_nav a i{color:#ffcb04;}
.u_n_right{text-align: right;}





















/* -------- NAV & LOGO SECTION --------*/



.wrap2{ background:#fff; position: relative; z-index: 9;}
.crush img{width:100%;}

.logo_div{ text-align: center; margin-top:3px;}

.search_div{ margin-top: 20px;}
.search_div .form-control{  }

.p_login{text-align:right;}




.top_list p{text-align: center; font-weight: bold;}



ul.small_list{list-style: none;text-align: right;}
ul.small_list li{display: inline-block; vertical-align: middle;margin-left: 3px;
    margin-right: 3px; color: #000; line-height: normal;}
ul.small_list li a{text-decoration: none;margin: 0 0 0 5px; color: #000;background: #fff; padding: 2px 5px;}
ul.small_list li a img{max-width: 20px;}

.quote a{color:#1f54aa !important;}
.quote a i{font-size: 14px !important; vertical-align: middle !important; margin-top: -2px;}



.mob_right_nav a{margin-top:22px;display: inline-block;background:#a3cef1;color:#000;padding:7px 8px 6px 8px; border-radius: 16px;text-decoration: none;font-size: 13px;line-height:1;}
.mob_right_nav i{color: #000;font-size: 14px;vertical-align: middle;font-size: 13px;}



@media(min-width:1200px){

.login_wrap{margin: 0 auto;}

	
}


@media(min-width:992px){
.extra_nav{display: none !important}


}






@media (max-width: 992px) {
	
	.myheader{position: relative;}
	.wrap2{background:#fff;padding-top: 5px;padding-bottom: 5px;}
	.top_div{background:#333;}
	.logo_div{display: none;}
	
	.logo_urbana{display:block;}
	
	
	.p_login{text-align: center;}
	
	.top_div{text-align: center;}
.tel_div{ text-align: center; margin-top: 5px; margin-bottom: 5px;}
	
	.top_right{ text-align: center;}
	

	ul.credentials{ padding:12px 0 0 0;}
	
	ul.small_list{list-style: none;text-align: center; margin-bottom: 5px;}
	
	ul.small_list li{line-height:18px; }
	ul.small_list li a{display:inline-block;background: #ffcc05;}
	
	.upper_nav{text-align: center;}
	.u_n_right{text-align: center;}
	
	.margin_adjust2{margin-top: 10px;}
	.mob_left_nav{padding-left: 5px; padding-right: 5px;}
.mob_right_nav{padding-left:0; padding-right: 5px;}
	.mob_right_nav a{margin-top:10px;padding: 5px 6px;}
	
}











@media(max-width:767px) {
     .top_search{ width: 70%;}
	.news_input_top input[type=text]{ margin-bottom: 20px;}	
	
	
	
	
	
}

@media(max-width:479px) {
  .top_search{ width: 85%;}
}


@media(max-width:320px) {
	
}




.banner_outer{margin-top: -50px;position: relative;}


.img_wrap{position: relative;width: 100%;}








.img_wrap video{width: 100%;
        max-height: 950px;
        overflow: hidden;
        object-fit: fill;}

.banner_text{text-align: center;}
.banner_text h3{color: #fff; font-size: 30px;text-transform: uppercase;text-shadow: 0px 3px 5px #222222;margin-right: 5px; margin-left: 5px;}
.banner_text h2{color: #fff; font-weight: bold; font-size:32px; margin-top: 10px; text-transform: uppercase;text-shadow: 0px 3px 5px #222222;}

.banner_text h1{color: #fff; font-weight: bold; font-size:32px; margin-top: 10px; text-transform: uppercase;text-shadow: 0px 3px 5px #222222;}


.banner_text a{margin-top:15px;}


.slider_wrap{ position: absolute;bottom:15%;z-index: 999; width: 100%;}

.banner_list ul{list-style: none; margin-top:10px;text-align: center;}
.banner_list ul li{color: #fff; font-size:18px; margin-bottom: 5px;}

.banner_button{text-align: center; margin-top:20px;}


.banner_outer .overlay-top{background: #274c78;
background: linear-gradient(0deg, #274c78 0%, rgba(255,255,255,0) 42%);}



.overlay-top{position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index:9;
}


.heading {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.heading h2 {
    margin: 0;
    padding: 0;    
    color: #000000;
    text-transform: uppercase;font-size: 26px;}

.heading h2 span {
    background: url(../images/h2_bg.png) no-repeat bottom right;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 24px;
}

.heading h2 span span {
    color: #6096ba;
    background: none;
  
}







.blog_wrap{margin-bottom:30px;}

.blog_box{background:#f0f0f0;border-radius:50px;margin-bottom: 30px;box-shadow: 0 4px 6px 1px rgb(0 0 0 / 12%);border:1px solid #a3cef1;}


.blog_left{width: 30%; float: left;}
.blog_left img{border-radius: 100%;width: 85px;height: 85px;object-fit: cover;border:1px solid #a3cef1;box-shadow: 0 4px 4px 1px rgb(0 0 0 / 9%);}
.blog_right{width: 67%; float:right;}
.blog_right a.blog_title{margin-top: 4px;font-size: 15px; font-weight: bold; color: #000; margin-bottom:5px;display: block;text-decoration: underline;padding-right: 3px;}

.blog_right .btn_new1{padding:3px 7px 2px 7px; font-size: 13px;line-height: normal;color: #000; font-weight: normal;}




.gallary {
	
	text-align: center; width: 100%;
}

.img_box {position: relative;}
.img_box img{ width: 100%;opacity: .5;
  transition: all .5s; width: 100%; height:450px;object-fit:cover;}



.img_box:hover img{opacity: 1;}




.img_box a{ display: block; position: relative;}


.img_text{position: absolute; width: 100%; top: 46%; left: 0; text-align: center;z-index: 1;}
.img_text p{color: #fff;font-size: 24px; font-weight: bold;text-shadow: 1px 1px #000;}
.img_text p span{background:rgba(0,0,0,.65); padding: 2px 8px;border-radius: 12px;}

.img_text .btn_new3{display: inline-block;}

.img_text .btn_new1{display: inline-block;}









.industries{background:#274c78 !important; padding-top:20px; padding-bottom: 50px;}

.heading2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.heading2 h2 {   
    color: #fff;
    text-align: center;text-transform: uppercase;
}

.heading2 h2 span {
    background: url(../images/h2_bg3.png) no-repeat bottom right;
    padding-bottom: 23px;
}



.icon_div {
	
}

.icon_block {
 margin-top: 30px;
}

a.icon_text {
	font-size: 14px;
	color: #000;
}

.block2 {}

.hovicon {
	display: inline-block;
	font-size: ;
	line-height: 90px;
	cursor: pointer;
	margin: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 1;
	color: #fff;
}

.hovicon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.hovicon:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


/* Effect 4 */

.hovicon.effect-4 {
	width:95px;
	height:95px;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
	background:#7bb447;
}

.hovicon.effect-4.small {
	width: 45px;
	height: 45px;
}

.hovicon.effect-4.mini {
	width: 30px;
	height: 30px;
}

.hovicon.effect-4.sub-a {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hovicon.effect-4:before {
	line-height: 92px;
}

.hovicon.effect-4:after {
	top: -7px;
	left: -7px;
	padding: 5px;
	z-index: 10;
	border: 2px dashed #b1b0b0;
}

.hovicon.effect-4:hover {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	color: #fff;
}

.hovicon.effect-4:hover i {
	color: #fff;
}


/* Effect 4b */

.hovicon.effect-4.sub-b:hover {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hovicon.effect-4.sub-b:hover:after {
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

.hovicon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


/* -------- MID ICONS END --------*/


.block2 img{width: 100px; height: 100px; border-radius: 100%;border:2px solid #fff;}



.icon_block h4{color:#fff;text-decoration: underline; margin-top:20px; font-weight: bold;text-transform: uppercase;}
.icon_block p{color: #fff;}





.strength_outer{width: 100%; background: url(../images/ex.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;padding-top:60px; padding-bottom:60px;}

.strength_outer h3{color: #000;margin-top:0; margin-bottom: 20px;}



.strength_box{}



.counter_box{text-align: center; margin-top: 30px;background:#063c5b;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);border-radius: 22px;}
#counter{display: inline-block; font-size:54px;position: relative;margin-bottom: 0; color:#8cd14d;}
.counter_box p{font-size: 16px; color: #fff;}
.counter_box img{max-height: 90px;}
.counter_inner{padding: 20px;}
.with_plus{display: inline-block; font-size:24px;position: relative;margin-bottom: 20px; color:#8cd14d;}
.with_plus:after{content:'+'; position: absolute; font-size: 25px; top: -7px; right: -15px;line-height: 1; }


.heading3{text-align: left;}

.heading3 h3{font-size:50px; font-weight: bold;color: #063c5b;margin-top:10px;}

.heading3 p{line-height: 24px; color: #000;}







.our_company{margin-top: 50px; margin-bottom:0;}







.quote_form{box-shadow: 0 4px 8px 1px rgb(0 0 0 / 25%);border-radius: 20px;
    overflow: hidden;}
.quote_form_top{background:#a3cef1;padding: 15px;}
.quote_form_top h3{margin-bottom: 0;margin-top: 0; text-transform: uppercase; font-size: 18px; color: #000; letter-spacing:1px;}



.quote_form_bottom{background: #fff;}
.quote_padding{padding:10px;}


.quote_form .form-control{border:none !important;border-bottom:1px solid #e0e0e0 !important; height: 23px !important;}





.mid_contact{margin-bottom:20px;border-bottom: 1px solid #fff; padding-bottom: 15px;}

.mid_contact h3{font-size:36px; color: #fff; font-weight: bold;margin-top: 15px;}

.mid_contact h3 span{color:#a3cef1;}

.mid_contact p{color: #fff; line-height: 24px;font-weight: bold;}





.inner_banner1{}

.inner_banner1{padding-top:220px; padding-bottom: 160px;margin-bottom:0; width: 100%; background:url(../images/inner_bg1.jpg) no-repeat center center;background-size: cover;}
.inner_banner1 h2{color: #fff; text-align: center;margin: 0 0 0 0;font-size:24px;text-transform: uppercase;line-height: 1;}
.inner_banner1 h2 span{background:rgba(0,0,0,.5);padding:4px 5px 2px 5px;border-radius:8px;}
.inner_banner1 h3{color: #fff; text-align: center;margin:15px 0 0 0;font-size: 20px;}



.text_box_wrap{background:#6096ba; padding-top: 20px; padding-bottom: 20px;}


.video_div{position: relative;}

.video_div img{width: 100%;border-radius: 20px;}


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 22px;
  height: 30px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #7bb447;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background:#7bb447;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#7bb447, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 21px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}





#youtubeModal{z-index:9999999;}


#youtubeModal .modal-header{display: none;border-bottom: none;}
#youtubeModal .modal-content{background-color:transparent; box-shadow: none;border: none; font-size: 13px;}
#youtubeModal .modal-body{background: none;}

#youtubeModal .modal-footer{border-top: none;padding-top: 0;}
#youtubeModal .close{}

#youtubeModal.fade.in {
    background: rgba(0,0,0,.9);
}

.text_box_right{margin-top:5px;}
.text_box_right p{color:#fff; font-size: 15px;}



.team_leadership{background:#6096ba;margin-top:50px;padding-bottom:20px; display:none;}

.mission_wrap{display: flex;}

.mission_left{width:50%;float:left;background:#274c78;}
.mission_right{width:50%;float:right;}
.mission_right img{width:100%;height:100%;object-fit:cover;}


.mission_padding{padding:30px;}
.mission_left h2{margin-top:0;font-weight:bold;color:#fff;font-size:18px;text-decoration:underline;text-transform: uppercase;}
.mission_left p{color: #fff;line-height:24px;}
.mission_left ul{margin-left:15px;}
.mission_left ul li{color:#fff;margin-bottom: 10px;line-height:24px;}
.mission_left ul li span{text-decoration:underline;font-weight: bold;}




.mission_left2{width: 50%; float: right;}
.mission_left2 img{width: 100%;height: 100%; object-fit: cover;}


.mission_right2{width: 50%; float: left;background:#274c78;}
.mission_right2 h2{margin-top: 0;font-weight: bold;color: #fff; font-size:18px;text-decoration: underline;text-transform: uppercase;}
.mission_right2 p{color: #fff;line-height:24px;}
.mission_right2 ul{margin-left: 15px;}
.mission_right2 ul li{color: #fff;margin-bottom: 10px;line-height:24px;}
.mission_right2 ul li span{text-decoration: underline;font-weight: bold;}


.mission_margin1{margin-top: 30px}

.mission_margin2{}


.team_box_right{margin-top: 100px;}
.team_box_right p{color: #fff;}






.team_wrap{margin-bottom:50px;}
.team_box{margin-top: 35px;}
.team_box img{border-radius: 20px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);width: 100%;height: 375px; object-fit: cover;}
.team_text_wrap{background:#fff;width: 90%;margin:-60px auto 0 auto;position:relative; z-index: 1;border-radius: 20px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);}

.team_text_wrap h4{margin: 0 0 10px 0;font-weight: bold; text-decoration: underline; color:#274c78;}
.team_text_wrap h5{margin: 0 0 5px 0;color: #000; font-weight: bold;}
.team_text_wrap p{margin: 0 0 0 0;}


.gray_grab{background:#f0f0f0; padding-top: 20px; padding-bottom: 0;text-align: center;}
.gray_grab h3{color: #000;margin-top: 0;font-size:62px; margin-bottom:15px; margin-top: 115px;}
.gray_grab p{color: #000;font-size: 17px;}

.contact_wrap{background:#e7ecef;}



.contact_mid{padding-top: 30px;padding-bottom: 30px;}

.contact_block{background:#274c78;border-radius: 16px; margin-bottom:15px;padding:15px 15px 5px 15px;text-align: center;}

.contact_block i{color: #fff;font-size:58px;margin-bottom: 20px;}
.contact_block p{color: #fff;margin:0 0 5px 0;}


.google_map {
    width: 100%;
    height:584px;border-radius:20px;box-shadow: 0 3px 6px 1px rgb(0 0 0 / 19%);margin-top: 30px;
}


.form_div_outer{margin-top: 2px;}
.form_div_outer .form-control{ background: #fff; color: #333;border: 1px solid #e0e0e0; border-radius:8px; font-size: 13px;  box-shadow:none; resize: none;height: 43px;}


.form_div_outer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.form_div_outer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

.form_div_outer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}



.inner_banner2{}

.inner_banner2{padding-top:220px; padding-bottom: 160px;margin-bottom:0; width: 100%; background:url(../images/inner_bg2.jpg) no-repeat center center;background-size: cover;}
.inner_banner2 h2{color: #fff; text-align: center;margin: 0 0 0 0;font-size:24px;text-transform: uppercase;line-height: 1;}
.inner_banner2 h2 span{background:rgba(0,0,0,.5);padding:4px 5px 2px 5px;border-radius:8px;}
.inner_banner2 h3{color: #fff; text-align: center;margin:15px 0 0 0;font-size: 20px;}





.inner_banner3{}

.inner_banner3{padding-top:220px; padding-bottom: 160px;margin-bottom:0; width: 100%; background:url(../images/inner_bg3.jpg) no-repeat center center;background-size: cover;}
.inner_banner3 h2{color: #fff; text-align: center;margin: 0 0 0 0;font-size:24px;text-transform: uppercase;line-height: 1;}
.inner_banner3 h2 span{background:rgba(0,0,0,.5);padding:4px 5px 2px 5px;border-radius:8px;}
.inner_banner3 h3{color: #fff; text-align: center;margin:15px 0 0 0;font-size: 20px;}
























.inner_banner4{}

.inner_banner4{padding-top:220px; padding-bottom: 160px;margin-bottom:0; width: 100%; background:url(../images/inner_bg4.jpg) no-repeat center center;background-size: cover;}
.inner_banner4 h2{color: #fff; text-align: center;margin: 0 0 0 0;font-size:24px;text-transform: uppercase;line-height: 1;}
.inner_banner4 h2 span{background:rgba(0,0,0,.5);padding:4px 5px 2px 5px;border-radius:8px;}
.inner_banner4 h3{color: #fff; text-align: center;margin:15px 0 0 0;font-size: 20px;}




.inner_banner5{}

.inner_banner5{padding-top:180px;padding-bottom:120px;margin-bottom:0; width: 100%; background:url(../images/inner_bg4.jpg) no-repeat center center;background-size: cover;}
.inner_banner5 h2{color: #fff; text-align: center;margin: 0 0 0 0;font-size:24px;text-transform: uppercase;line-height: 1;}
.inner_banner5 h2 span{background:rgba(0,0,0,.5);padding:4px 5px 2px 5px;border-radius:8px;}
.inner_banner5 h3{color: #fff; text-align: center;margin:15px 0 0 0;font-size: 20px;}






.career_top{}
.career_top h1{color: #fff;text-align: center; font-size: 40px;margin: 0 0 0 0;}

.mission_padding_career{padding:30px 15px;}

.mission_left_career{width: 50%; float: left;}


.mission_left_career h2{margin-top: 0;font-weight: bold;color: #000; font-size:32px;text-decoration: underline;}
.mission_left_career p{color: #000;line-height:24px;}
.mission_left_career ul{margin-left: 15px;}
.mission_left_career ul li{color: #fff;margin-bottom: 10px;line-height:24px;}
.mission_left_career ul li span{text-decoration: underline;font-weight: bold;}

.mission_left_career h3{font-weight: bold;color:#000; font-size:20px;margin-top: 10px;}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;text-align: center;vertical-align: middle;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;}



.career_btns{}


.accordion-container{
  position: relative;
  width: 100%;
  height: auto;
  margin:0 auto;
}

.set{
  position: relative;
  width: 100%;
  height: auto;margin-bottom:15px;border-radius:16px;
  background-color: #fff;
}
.set > a{
  display: block;
  padding: 10px 15px;font-weight: bold;
  text-decoration: none;border-radius:16px;
  color: #000;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#063c5b;
  color: #fff;border-radius:16px;
}
.content{
  background-color: #fff;
 border-radius: 16px;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #000; font-size: 13px;
}


.content ul{ margin:10px 0 10px 0; padding: 0 0 0 0; list-style: none;}
.content ul li{ margin-bottom:6px;font-size: 13px; color: #000;}

.co_wrap{background:#6096ba;padding-bottom: 10px;}
.openings{}



ul.p_info{padding-left: 25px;}




#myModal_login{z-index: 99999;}
#myModal_login .modal-header{display: none;}
#myModal_login.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_login .modal-content {border-radius: 20px;}




.login_box ul{margin-bottom: 15px;}




.login_box .nav-pills > li.active > a, .login_box .nav-pills > li.active > a:hover, .login_box .nav-pills > li.active > a:focus {
    color: #fff;
    background-color:#274c78 !important;
}


.reg_link{margin-top:10px;}



.subscribe{
display: none;
background:#274c78;
 padding-top: 12px; padding-bottom: 12px;text-align: center}
.subscribe p{font-size: 17px; margin-top: 3px;margin-bottom: 0; color: #fff;display: inline-block;vertical-align: middle;}
.subscribe .btn_new2{display: inline-block;margin-left: 7px; font-weight: bold;}


#myModal_assis{z-index: 99999;}
#myModal_assis .modal-header{display: none;}


#myModal_assis.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_assis .modal-content {border-radius: 20px;}
.unlock_box h4{font-weight: bold;}


.blog_outer{ margin-top: 30px; margin-bottom: 50px;}
.blog_box2{margin-bottom: 30px;position: relative;}
.blog_lower{ margin-top: 10px;}
.blog_lower_left{ float: left; width: 18%;margin-top: 20px;background:#274c78;border-radius:4px;text-align: center;}

.blog_lower_left h3{font-weight: bold;margin-top: 0;}

.blog_lower_left h3 span{background:#fff; padding: 3px 7px;}

.blog_lower_left h4{font-size: 17px; color: #fff; text-transform: uppercase;margin-bottom: 0;}

.blog_lower_right{float: right; width: 82%; margin-top:15px;}
.inner1{padding: 10px;}
 
.blog_lower_right .inner1{padding:3px 10px;}


.blog_lower_right a.display1{font-size: 17px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;}
.blog_lower_right p{margin-bottom:10px;}
.display1{display: block;}


.right_block{border: 1px solid #e0e0e0; padding: 10px 15px;margin-bottom: 30px;border-radius: 6px;}
.right_block h3{margin-top: 10px; margin-bottom: 10px;font-size: 17px; text-transform: uppercase; font-weight: bold;}

ul.recent {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

ul.recent li {
	margin-bottom: 15px; border-bottom: 1px solid #777; padding-bottom: 15px;
}

ul.recent li a {
	color: #000;
	font-size: 14px;	
	text-decoration: none;	
	
}

ul.recent li a:hover {
	color: #333;
}

ul.recent li a i{font-size: 20px;}


.blog_box2 img{border-radius:6px;}


.blog_box_top{position: absolute;top: 20px; left: 10px;background:#fff;padding:4px 6px 2px 6px;border-radius:12px;}
.blog_box_top ul{list-style: none;}
.blog_box_top ul li{display:inline-block; margin-right: 5px;}
.blog_box_top ul li a{color: #000;}
.blog_box_top ul li a i{vertical-align: middle;font-size: 14px;}


ul.lower_pg {
	text-align: center;
	margin-bottom: 70px;
	margin-top: 60px !important;
	width: 100%;
}

ul.lower_pg li {
	display: inline-block;
}

ul.lower_pg li a {
	color:#000;
}

ul.lower_pg li a.active {
	background:#274c78;
	color: #fff;
}









.blog_inner_content {
	
	border: 1px solid #e0e0e0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog_inner_content h5 {
	text-align: center;
	
	letter-spacing: 1px;
	font-size: 14px;
}

.blog_inner_content h2 {
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;text-transform: capitalize;
	font-size: 19px; line-height: 30px;
	margin-bottom: 20px;
}

.blog_inner_content p {
	text-align: center;
	color: #000;

	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 28px;
}

.portfolio-item img{width: 100%;}
.portfolio-item h5 span{font-weight: bold;}





.review_box2 {
	border-top: 1px solid #e0e0e0;
	padding-top: 25px;
	margin-top: 10px;
}

.review_box2:first-child {
	border-top: none !important;
}

.review_box2 h4 {
	font-size: 15px;
    color: #000;
    margin: 4px 0 5px 0;
    padding: 0 0 0 0;
}

.review_box2 h4 span {
	font-size: 12px;
	color: #333;
}

.review_box2 .alpha {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000; font-weight: bold;
	background:#a3cef1;
	text-align: center;
	line-height: 36px;
}

.review_box2 .media-body p {
	font-size: 14px;
	color: #000;
	text-align: left;
	line-height: 24px;
}

.alpha {}

.review_box2 .media-body h6 {
	font-size: 12px;
	color: #333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.act_review2 {
	margin-top: 25px;
}

.inp_2 {
	background: #f0f0f0;
	color: #333;
	border: none;
	outline: none;
	border-radius: 0;
}

.act_review2 textarea {
	resize: none;
	background: #f0f0f0;
	color: #333;
	border: none;
	outline: none;
	border-radius: 0;
}

.stars {
	font-size: 18px;
	color: #ffd200;
}

ul.star_rating {}

ul.star_rating li {
	display: inline-block;
	color: #ffd200;
}

.float_right_element {
	float: right;
}

.rev_heading h3 {
	color: #333;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.rev_heading h3 span {
	border-bottom: 1px solid #777;
	padding-bottom: 4px;
}




.also_div h3{color: #000; font-size: 17px; font-weight: bold;}
.also_div h5{text-align: left;}






.feature_div{margin-top: 40px; margin-bottom: 40px;}
.feature_div h1{ margin-top:95px;background: url(../images/h2_bg.jpg) no-repeat left top; padding-top: 18px; line-height: 40px; font-weight: bold;text-transform: uppercase;font-size: 20px;}
.feature_div p{ margin-top:20px; line-height: ;}
.feature_div ul{ margin-top: 20px; margin-left: 0; list-style: none;}
.feature_div ul li{margin-top: 15px;}


.why_div{background:#6096ba; padding-top:40px;}
.categories_outer{ text-align: center; margin-bottom:0;}
.categories_outer ul.nav-pills{ margin-bottom: 50px;}
.categories_outer ul.nav-pills li{ display: inline-block; float: none; margin-right: 20px;}
.categories_outer ul.nav-pills li a{ color: #fff; font-size: 18px; border-bottom: 1px solid transparent; border-radius: 0; transition: all 1s;text-transform: uppercase;font-weight: bold;}
.categories_outer ul.nav-pills li a:hover{background: none; border-bottom: 1px solid #82daff; color: #82daff;}
.categories_outer ul.nav-pills li.active a{ background:none; color:#fff;font-size:18px;border-bottom: 1px solid #fff;}


.headings_div2 h2{ color: #fff; font-size: 14px;}
.headings_div2 h3{ font-size:26px; color: #fff; margin-bottom: 35px; }


.spc_wrap{margin-bottom: 80px;}

.special_left{background: #fff;}
.left_content{padding: 20px 30px;}
.left_content h3{ font-size: 18px; text-align: left; font-weight: bold;}
.left_content p{text-align: left; line-height: 28px;}
.left_content ul{ list-style: none; margin-top: 30px; text-align: left;}
.left_content ul li{line-height: 26px;}

.left_lower{ text-align: left; margin-top: 30px;}
.special_right{}

.aligned-row{display:flex;}

.special_right img{width: 100%; height: 100%;object-fit:cover;}





.checkup_div{width: 100%; background:url(../images/checkup_bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; text-align: center; padding-top: 90px; padding-bottom: 100px;}

.checkup_div p{ color: #fff;}
.checkup_div h2{ color: #fff; margin-bottom: 30px;}



#myModal_enquiry{z-index: 99999;}
#myModal_enquiry .modal-header{display: none;}
#myModal_enquiry.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_enquiry .modal-content {border-radius: 20px;background: transparent;}


#myModal_enquiry .modal-footer {
   
    border-top:none;
}





.inner_banner{position: relative; margin-top: 25px;}
.inner_banner_text{position: absolute; left: 5%; bottom: 20%; width: 100%;}
.inner_banner_text h2{color: #fff;font-size:36px;margin:0 0 0 0;}
.inner_banner_text h2 span{color:#6096ba;font-weight: bold;font-size: 52px;display: block;}

.join_box{background:rgba(0,0,0,.3);display: inline-block;padding: 15px;border-radius: 4px;}



.mantra_box{width: 100%; background:url(../images/career1.jpg) no-repeat center center; background-size: cover; text-align: center; padding-top: 90px; padding-bottom: 100px;}
.mantra_left{text-align:center;}
.mantra_left h2{color:#fff;margin-bottom: 40px;margin-top: 0;text-transform: uppercase;font-size: 26px;}
.mantra_left h2 span{
    background: url(../images/h2_bg3.png) no-repeat bottom right;
    padding-bottom: 23px;color:#6aa2c7;
}

.mantra_left p{color: #fff;line-height:25px;padding-left: 120px; padding-right: 120px;margin-bottom: 20px;}


.life{margin-top:30px;margin-bottom:10px;}
.life_top h2{margin-bottom:35px;}


.team_text_wrap2{background:#fff;margin-top: 0;margin-bottom: 15px; position:relative; z-index: 1;border-radius: 20px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);min-height:165px;}

.team_text_wrap2 h4{margin: 0 0 10px 0;font-weight: bold;color:#000;font-size:18px;}
.team_text_wrap2 h5{margin: 0 0 5px 0;color: #000; font-weight: bold;}
.team_text_wrap2 p{margin: 0 0 0 0;}

.mid_text{margin-bottom: 15px;}

.team_text_wrap3{margin-top:20px;position:relative; z-index: 1;text-align: center;}

.team_text_wrap3 h4{margin: 0 0 10px 0;font-weight: bold;color:#000;font-size:18px;}
.team_text_wrap3 h5{margin: 0 0 5px 0;color: #000; font-weight: bold;}
.team_text_wrap3 p{margin: 0 0 0 0;}

#myModal_join{z-index: 99999;}
#myModal_join .modal-header{display: none;}
#myModal_join.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_join .modal-content {border-radius: 20px;}

.join_pop h3{margin-top: 0;}

thead{background: #e5e5e5;}


.current_table{box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%); margin-bottom: 30px;}




.history_wrap{background: #d5efee;
    padding-top: 30px;
    padding-bottom: 10px;}



ul.timeline{list-style: none; margin-top: 20px;}

.timeline {
  list-style: none;
  padding: 0 0 20px;
  position: relative;
}

.timeline:before {
  top: 5px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #274c78;
  left: 5%;height: 95%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 10px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width:88.5%;
  float: left;
  
 
  padding: 0;
  position: relative;
 
}



.timeline > li > .timeline-badge {
  color: #fff;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size:16px;
  text-align: center;
  position: absolute;padding-left: 4px; padding-right: 4px;
  top: 0;
  left: 2%;
  margin-left: -19px;
  background-color: #999999;
  z-index: 100;
 
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color:#274c78 !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}





.n_head h3{font-weight: bold; margin: 0 0 0 0;font-size:16px;}

.n_body{padding: 0;}
.n_body p{margin-bottom: 0px; font-size: 14px;color: #000;line-height: 27px;}

.n_head p span{color: #1191ff;}



.n_body img{}

.n_head h6{margin: 0 0 0 0; font-size: 11px; color: #a5a5a5;}


.n_block{height: 60px;}


.n_body ul{margin-left: 15px;list-style:circle; margin-top:10px;}
.n_body ul li{font-size: 14px;color: #000;}





.timeline > li > .timeline-badge2 {
  color: #000;
  width: auto;
  height:auto; font-size: 13px;
  padding:3px 7px;  
  text-align: center;
  position: absolute;
  top: 4px;
  left: 5%;
  margin-left: -29px;
  background-color: #ffc83f;
  z-index: 100;
 border-radius: 6px;}



.jumbo1 p{color: #000; font-size: 16px;}


.image_size{width: 100%; height:175px; object-fit: cover;}

.n_body .gallery_box{margin-top: 15px;}



.timeline-panel .panel{background: none;border:none;box-shadow:none;}

.n_head{background:none !important;}



.service_heading_new p{text-align: center; line-height: 27px;color: #000; margin-bottom: 30px;}




















@media(max-width:992px) {
	.banner_text h2{font-size:36px;}
	.banner_text h1{font-size:36px;}

	.img_box img{ width: 100%; height:300px;object-fit:cover;}
	.quote_form {
  margin-top: 15px;
}
	.heading3 h3 {
    font-size: 28px;
  
}
	
	
	.mid_contact {
  margin-left: 0; margin-right: 0;
    padding: 0;text-align: center;
   
}
	.mid_contact h3{font-size:24px;margin-bottom:6px;}
	.mid_contact_right{margin-top:8px;}
	
	
	.inner_banner1 {
	padding-top: 120px;
	padding-bottom: 120px;
}
	
	.inner_banner2{padding-top: 120px;padding-bottom:120px;}
	.inner_banner3{padding-top: 120px;padding-bottom:120px;}
	.inner_banner3b{padding-top: 120px;padding-bottom:120px;}
	.inner_banner4{padding-top: 120px;padding-bottom:120px;}
	.inner_banner5{padding-top: 120px;padding-bottom:120px;}
	
	
	
	
	.mission_wrap{display: block;}

.mission_left{width:100%; float: none;background:#7bb447;}
.mission_right{width:100%; float: none;}
.mission_right img{width: 100%;height: auto; object-fit: cover;}

	.text_box_right {margin-top: 15px;}
	
	.mission_padding{padding:15px;}
	.mission_wrap{border-bottom:2px solid #fff;}
	.mission_right2{width:100%; float: none;background:#7bb447;}
.mission_left2{width:100%; float: none;}
.mission_left2 img{width: 100%;height: auto; object-fit: cover;}
	
	.mission_left h2 {   
    font-size:24px;}
	
	.mission_right2 h2 {   
    font-size:24px;}
	
		.gray_grab h3 {
  color: #000;
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 5px;}
	
	
	.grab_image{margin-top: 15px;}
	
	.contact_block{margin-bottom:15px;}
	
	.mission_left_career{width:100%; float: none;}
	
	.mission_padding_career{padding:15px 0;}
	
	
	.co_wrap{margin-top: 30px;}
	.career_top h1{font-size: 22px;}
	.heading2{margin-top:25px;margin-bottom: 50px;}
	
	.mission_left_career h2{font-size: 28px;}
	
	ul.lower_pg {margin-bottom:20px;
    margin-top:10px !important;}
	
	.feature_div h1 {
		margin-top:5px;line-height: normal;}
	
	
	.fea_img{margin-top: 15px;}
	
	.aligned-row{display: block;}
	
	.categories_outer ul.nav-pills {
    margin-bottom:20px;
}
	
	.why_div {padding-top: 20px;}
	.spc_wrap{margin-bottom:0;}
	
	.left_content ul {   
    margin-top: 20px;}
	
	.team_box_right {
    margin-top: 20px;
}
	
	
	
	.inner_banner {
    position: relative;
    margin-top: 10px;}
	
	.inner_banner_text h2{color: #fff;font-size:18px;margin:0 0 0 0;}
.inner_banner_text h2 span{color:#fff;font-weight: bold;font-size:18px;display:inline-block;}
	
	.mantra_box {padding-top:20px;
    padding-bottom: 30px;}
	.mantra_left p{padding-left:0;padding-right:0;text-align: justify;}
	
	.mantra_left h2 span {background:none;}
	.mantra_left h2{margin-bottom: 10px;}
	.life_top h2 span{background:none;}
	.life_top h2{margin-bottom: 10px;}
	
	.timeline > li > .timeline-badge span{display: none;}
	
	.timeline > li > .timeline-badge {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    padding-left: 4px;
    padding-right: 4px;
    top: 0;
    left: 5%;
    margin-left: -19px;
    background-color: #999999;
    z-index: 100;
}
	
	
	
	.mission_head{}
	.mission_head h5{margin-top:5px;font-size: 18px; font-weight: bold;}
	
	
	
	
	
}

@media(max-width:767px) {
	.banner_list{display: none;}
	.banner_text h3{margin-bottom: 0;font-size: 23px;}
	.banner_text h2{font-size:22px;margin-top: 5px;}
	.banner_text h1{font-size:22px;margin-top: 5px;}
	
	
	
	.banner_button{margin-top:10px;}
	
	
	
	.img_wrap video {width: 100%;
    max-height: 950px;
    height: 400px;
    overflow: hidden;
    object-fit: cover;}
	
	.blog_left{width:auto; float: left;}
.blog_right{width:auto; float:left; margin-left: 10px;}
	
	.img_box img{ width: 100%; height:300px;object-fit:cover;-webkit-filter: grayscale(0);
  filter: grayscale(0);}
	
	
	.icon_block {
    margin-top: 30px;
    text-align: center;}
	
	
	
	.block2 img{display: block;
  margin-right: auto;
  margin-left: auto;}
	
	.blog_lower_left{  width: 22%; }

.blog_lower_right{ width: 78%; }
	
	
	
}

@media(max-width:479px) {
	

	
	.blog_lower_left{  width:27%; }

.blog_lower_right{ width: 73%; }
	
	.blog_lower_left h4{font-size: 15px;}
	.blog_lower_right a.display1{font-size: 16px;}
	
	.timeline > li > .timeline-panel{width: 86%;}
	
	
	
	
	
	
}

@media(max-width:320px) {}



















/* -------- Scroll Top Css --------*/


/* -------- Scroll Top Css Ends --------*/



/* -------- FOOTER SECTION --------*/



footer{background:#274c78; padding-top: 30px; width: 100%; }



.footer3{margin-top: 30px; margin-bottom: 30px;}
.footer3 ul{list-style: none;}
.footer3 ul li{font-size: 14px;}
.footer3 ul li a{color: #fff; font-size:14px; line-height: 30px;}

.footer3 h4{ padding-bottom: 8px;color: #fff;font-weight: bold; font-size: 16px;border-bottom: 1px solid #fff;margin-top: 0;}


.footer4{ margin-top: 20px; border-top:1px solid #fff; padding-top: 20px;padding-bottom: 20px;color: #fff;}
.footer4 p{font-size: 13px;margin-bottom: 0;}

ul.soc li{display: inline-block; margin-right: 5px;margin-bottom: 10px;}
ul.soc li a img{max-width:30px;}

.footer3 p{color: #fff;}
.footer3 p a{color: #fff;}




.app_lower{}
.app_lower h6{color:#fff;}

.app_lower a img{max-width: 46%; display: inline-block;}

.first_footer a img{margin-bottom: 15px;border-radius: 12px;}


.app_lower ul{}
.app_lower ul li{ list-style: none; margin-bottom:5px; color: #fff;display: flex;}
.app_lower ul li i{color:#fff;width: 18px; flex-shrink:0;margin-right: 8px; margin-top: 3px;}
.app_lower ul li a{ color:#fff;text-decoration: none;flex-shrink: 1;}






@media(max-width:1200px){




}
	
	
	
@media(max-width:992px){
	
footer{padding-bottom:0;}
	
	


}








@media(max-width:767px) {
    
	.margin_mobile{margin-bottom: 100px;}
	
}

@media(max-width:479px) {
 
}


@media(max-width:320px) {
	
}


