body{font-family: 'Montserrat', sans-serif; padding-top: 80px;}
ul,ol{padding: 0px; margin: 0px;}
.container{max-width: 1240px;}
/*--------header-----------*/
.header{
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    border-top: 3px solid #16a8da;
}
#header.fixed1{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
.header_top{width: 100%; display: table; background-color: #fff; height: 88px;}
.logo{
    float: left;
    display: inline-block;  
    height: 85px;
    line-height: 85px;
    margin-left: 0px;
}
.logo a{
    vertical-align: middle;
    display: table;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    width: 585px;
    height: inherit;
    background-size: 100%;
}
#header.fixed1 .logo{height: 60px; }
#header.fixed1 .logo a{background-image: url(../images/logo.png); width: 90px; background-size: 100%;
background-position: left 5px; }


.top1_left {
    display: inline-block;
    float: right;
    margin-top: 23px;
}
.top1_left ul li {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    position: relative;
}
.top1_left ul li a{
    color: #000;
    display: inline-block;
    float: left;
    font-size: 18px;
    padding: 0 15px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
}
.top1_left ul li a i{margin-right: 7px; font-size: 18px; color: #16a8da;}
.top1_left ul li.whatsapp a i{color: #2751ab;}
.top1_left ul li a:hover{color: #1c93c5;}
.top1_left ul li:after{
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1px;
    height: 18px;
    content: "";
    background-color: #ccc;
}
.top1_left ul li:last-child:after{display: none;}

.topsocial{float: right; display: inline-block; margin-top: 13px;}
.topsocial a{text-decoration: none; color: #fff; border: 1px solid #fff; font-size: 14px; transition: all 0.3s;
height: 30px; width: 30px; margin-left: 10px; display: inline-block; text-align: center; line-height: 28px;}
.topsocial a:hover{background-color: #fff; color: #1b3072;}
.main_menu{
    clear: both;
    width: 100%;
    display: table;
    background-color: rgba(27, 48, 114, 0.8);
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.05);
}
#header.bc1 .main_menu{background-color: rgba(27, 48, 114, 1);}
.menu{
   clear: both;
   width: 100%;
}
.menu ul{
    list-style: none;   
    float: left;
    margin-right: 15px;
}
.menu > ul > li{
    display: inline-block;
    float: left;
    position: relative;
}
.menu > ul > li > a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 25px;
    height: 58px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 58px;
}
.menu > ul > li > a i{margin-left: 2px;}
.menu ul > li:hover > a, .menu ul > li > a.active{
    background-color: #015595; color: #fff;
}


.menu ul > li:hover ul.submenu1{
    display: block !important;  
}
ul.submenu1{
    width: auto;
    min-width: 260px;
    /*max-width: 1000px;*/
    background-color: #fff;
    box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
    border-top: 0px;
}
ul.submenu1 li{
    display: table;
    clear: both;
    width: 100%;    
}
ul.submenu1 li a{
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
    line-height: 24px;
    padding: 10px !important;
    display: block;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
}
ul.submenu1 li:last-child a{border-bottom: 0px;}
ul.submenu1 li:hover a{
    color: #16a8da !important; background-color: transparent;
}
ul.submenu1 li:last-child a{
    
}
/*------header_end--------*/


/*----------banner-----------*/
.banner_txt {
    top: 40% !important;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 86%;
	padding: 0 20px !important;
	margin: auto;
	left: 10%;
	margin: auto;
}
.banner_hd {
    color: #fff;
	font-size: 42px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 700;	
	/*text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;*/
}
.banner_hd span{color: #ff5304;}
.banner_cont {
    color: rgba(255, 255, 255, 1);
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 28px;
	font-weight: 500;
}
.banner_r_more{
	clear: both;
	margin-top: 40px;
}
.banner_r_more a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #0eb4f2;
	padding: 10px 20px;
	transition: all 0.3s ease 0s;
	text-transform: capitalize;
}
.banner_r_more img{margin-left: 5px;}
.banner_r_more a:hover{
	background-color: #1b3072;
}

.traingle1 { -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
clip-path: polygon(50% 0%, 0% 100%, 100% 100%); width: 100%; height: 100%; position: absolute;
left: 0px; top: 0px; background-color: rgba(27, 48, 114, 0.8); }
.traingle2 { position: absolute; right: 50px; bottom: 0px;
	width: 0; height: 0; border-left: 50px solid transparent; 
	border-right: 50px solid transparent; border-bottom: 100px solid rgba(255, 255, 255, 0.3); }
/*----------banner-----------*/


/*section1*/
.section1{
    width: 100%;
    display: table;
    padding: 50px 0;
    /*background-image: url('../images/bg1.png');*/
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: 130% center;
    background-attachment: scroll;
    background-color: #f8f8f8;    
    position: relative;
}

.section1 h2{font-size: 28px; color: #1b3072; margin-bottom: 20px; margin-top: 0px; font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px; position: relative; padding-bottom: 20px; font-weight: 700;}
.section1 h2:before{width: 50px; height: 2px; background-color: #1b3072; content: ""; position: absolute;
left: 0px; bottom: 0px;}
.section1 p{color: #000; font-size: 16px; line-height: 28px; margin-bottom: 40px;
display: inline-block; text-align: justify; font-weight: 500; padding-right: 20px;}
.section1 a{text-decoration: none; color: #fff; padding: 7px 20px; background-color: #1b3072;
font-weight: 500; font-size: 16px; transition: all 0.3s ease 0s;}
.section1 a:hover{background-color: #54b6e7; color: #fff;}


.section1 ul{list-style: none; margin-bottom: 30px;}
.section1 ul li{
    width: 100%;
    clear: both;
    padding: 10px 0 10px 50px;
    color: #000;
    font-size: 16px;
    display: block;
    position: relative;
    font-weight: 500;
}
.section1 ul li:before{
    background-image: url('../images/dot.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left 5px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 40px;
}
/*section1_end*/




/*section2*/
.section2{
  width: 100%;
  display: block;
  padding: 30px 0;
  background-image: url('../images/pattern-bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Montserrat', sans-serif;
  background-color: #7f8d9f;
}
.section2 h2, .section3 h2{
  font-size: 32px; font-weight: 700; text-transform: capitalize; position: relative;
padding-bottom: 20px; margin-bottom: 40px; color: #fff; text-align: center; 
font-family: 'Montserrat', sans-serif;
}
.section3 h2{color: #fff; margin: 0px;}
.section2 h2:before, .section3 h2:before{
  position: absolute; left: 48%; bottom: 0px;
  content: ""; height: 4px; background-color: #54b6e7; width: 4%;
}


.serv1{padding: 20px; background-color: #fff; box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
margin-bottom: 30px;}
.serv1 a img{width: 100%; display: block; }
span.hex a {
    display: inline-block;
    height: 100%;
    line-height: 122px;
}
.services1 h4{margin: 10px 0;}
.services1 h4 a {
    font-size: 18px;
    color: #1b3072;
    text-decoration: none;
    font-weight: 600;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease 0s;
    font-family: 'Montserrat', sans-serif;
}
.services1 h4 a:hover{color: #3193c8;}
.services1 p {
    height: 72px;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    color: #414a5d;
    font-weight: 500;
}
span.icon:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.services1 .col-sm-3{padding: 10px;}
a.serva{padding: 7px 20px; border: 1px solid #1b3072; text-decoration: none; margin: auto; 
    margin-top: 15px; display: table; border-radius: 0px; font-size: 16px; font-weight: 500; 
    color: #fff; background-color: #1b3072; transition: all 0.3s;}
a.serva:hover{background-color: #3193c8;  color: #fff; border-color: #3193c8;}

a.v_all{
  padding: 7px 30px; border: 1px solid #fff; text-decoration: none; margin: auto; margin-top: 30px; 
  display: table; font-size: 18px; color: #3193c8;  transition: all 0.3s;
  background-color: #fff; font-weight: 600;
}
a.v_all:hover{background-color: transparent; color: #fff;}


.section2 .owl-nav {top: 45% !important;}
.section2 .owl-prev{background-image: url('../images/prev3.png') !important; opacity: 1 !important;}
.section2 .owl-next{background-image: url('../images/next3.png') !important; opacity: 1 !important;}
/*section2_end*/


/*section3*/
.section3{
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}
/*.section3 ul{list-style: none; width: 100%; display: table;}
.section3 ul li{float: left; display: inline-block; width: 20%; padding: 20px 40px; border: 1px solid #ccc;
margin: -1px; background-color: #fff;}
.section3 ul li img{display: block; width: 100%;}*/


/*.map_locations*/
.map_locations {
    background-image: url(../images/pat3.png);
    background-repeat: repeat;
    background-color: #114c73;
    padding: 50px 0;
    position: relative;
}
.loc_title {
    text-align: center;
    color: #fff;
}
.loc_title h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;  
    position: relative;
}
.loc_title h2:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    content: '';
    height: 1px;
    background: rgba(255,255,255,0.25)
}
.loc_title h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;  
}
.loc_map {
    position: relative;
}
.loc_map img {
    width: 100%;
}
.pin {
    position: absolute;
}
.pin1 {
    top: 54%;
    left: 78%;
}
.pin2 {
    top: 48%;
    left: 78%;
}
.pin3 {
    top: 40%;
    left: 63%;
}
.pin4 {
    top: 45%;
    left: 63%;
}

.pin-circle {
    width: 20px;
    height: 30px;
    background-image: url(../images/address.png);
    background-size: 20px 30px;
    background-repeat: no-repeat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: flash;
          animation-name: flash;
}
.pin-info {
    position: absolute;
    right: 20px;
    top: -5px;
    width: 0px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #333;
    z-index: 2;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
}
.pin:hover .pin-info {
    width: 150px;
    transition: all .5s;
}
.place {
    position: relative;
}
.place:after {
    position: absolute;
    top: 5px;
    right: -5px;
    content: '';
    border-left: 14px solid #fff;
    border-bottom: 14px solid transparent;
    border-top: 14px solid transparent;
}

/*section3_end*/



/*------------box6--------------*/
.box6{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 40px 0;
    background-attachment: fixed;
    /*background-image: url(../images/banner4.jpg);*/
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.box6:before{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5)
}
.box6_left{
    float: left;
    display: inline-block;
    width: 40%;
    padding: 20px 20px 20px 0;
}
.box6_row1{
    width: 100%;
    display: table;
    clear: both;
    margin-bottom: 35px;
    padding-left: 38px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left 5px;
}
.b6_cont1{
    float: left;
    display: inline-block;
    width: 70%;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 1px;
}
.box6_right{
    float: left;
    display: inline-block;
    width: 60%;
    padding: 20px 0 20px 50px;
}
.form_hd{
    width: 100%;
    margin-bottom: 30px;
    color: #fff;
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 300;
    position: relative;
}
.form_hd:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 30px;
    background-color: #08acce;
    content: "";
}
.form_hd span{ color: #0eb4f2;}
.box6_right .ft_txt, .box6_right .ft_txtarea{
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    height: 46px;
    line-height: 46px;
    padding: 5px 15px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.box6_right .ft_txtarea{height: 90px; width: 98%;}

.ft_sub1{
    padding: 10px 25px;
    background-color: #0eb4f2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    text-transform: uppercase;  
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 0px;
}
.ft_sub1:hover{background-color: #1b3072 !important;}
/*------------box6_end--------------*/



/*-----------footer-------------*/
.footer{
    height: 45px;
    width: 100%;
    display: table;
    background-color: #0eb4f2;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-align:center;
    font-weight: 500;
}
.footer a{
    text-decoration: none;
    color: #fff;    
}
/*-----------footer_end-------------*/




/*---innerpages---*/
.innerbanner
{
    width:100%;
    float:left;
    height:340px;
    overflow:hidden;
    border-bottom:5px solid #e7e3d5;
    position:relative;
}
.innerpage_hd {
    padding: 15px 30px;
    position: absolute;
    left: 78px;
    bottom: 0px;
    background: #06c0f0;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.main_inner
{
    width:100%;
    float:left;
    position:relative;
}
.aboutuspage
{
    padding:15px 0px;
    width:100%;
    float:left;
    font-size: 16px;
    line-height:30px;
}
.aboutuspage h4{
    color:#195caa;
    font-size:23px;
    margin:30px 0px 15px;
}
.innerul ul
{
    margin:20px 0px;
    width:100%;
    float:left;
    list-style: none;
}
.innerul ul li {
    float: left;
    line-height: 30px;
    margin-bottom: 7px;
    padding-left: 40px;
    position: relative;
    width: 100%;
}
.innerul ul li::after {
    background-image: url('../images/dot.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left 0px;
    width: 30px;
    height: 30px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}
.vision_mission
{
    width:49%;
    float:left;
    border:1px solid #e7e5e5;
    margin:15px 0px 20px;
    padding:30px;
    background:#eee;
}
.vision_mission:last-child
{
    float:right;
}
.vm_icons
{
    width:100px;
    float:left;
}
.vm_icons img
{
    width:100%;
}
.vision_right
{
    width:76%;
    float:right;
    font-size: 16px;
    line-height:30px;
}
.vision_right h2{
    color:#195caa;
    font-size:23px;
    margin:0px 0px 10px;
}
.box1_left {
    width: 72%;
    float: left;
    line-height: 29px;
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 500;
    text-align: justify;
}
.box1_right
{
    width:25%;
    float:right;
    margin:30px 0px;
}
.box1_right ul{
    list-style-type:none;
}
.box1_right ul li{
    width:100%;
    float:left;
    margin-bottom:12px;
}
.box1_right ul li a{
    width:100%;
    border:1px solid #000;
    padding:13px 25px;
    display:table;
    color:#111;
    font-size:15px;
    text-align:center;
    letter-spacing:1px;
    text-decoration: none;
    transition:all .5s;
    font-weight: 500;
    border-radius:50px;
}
.box1_right ul li a:hover{
    border:1px solid #1b3072;
    color:#fff;
    text-decoration:none;
    background:#1b3072;
    transition:all .5s;
}
.box1_right ul li a.active{
    border:1px solid #1b3072;
    color:#fff;
    background:#1b3072;
    transition:all .5s;
    text-decoration:none;
}
.service_list
{
    width:100%;
    float:left;
    border-bottom: 1px solid #e7e5e5;
    margin: 20px 0px 20px;
    padding-bottom:20px;
}
.service_list:last-child
{
    border-bottom:0px;
}

.service_listimg {
    width: 170px;
    float: left;
    overflow:hidden;
    height:170px;
    border-radius:50%;
}
.service_listimg  img{
    width: 100%;
    height: 100%;
}

.service_right
{
    width:78%;
    float:right;
    font-size: 16px;
    line-height:30px;
}
.service_right h2{
    color:#195caa;
    font-size:21px;
    text-align: left;
    margin:0px 0px 10px;
}


.projects
{
    width:100%;
    float:left;
    list-style-type:none;
}
.projects li {
    list-style: none;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .5s;
    border: 1px solid #eee;
    text-align: center;
}
.projects li:nth-child(4n+4) {
    margin-right: 0;
}
.projects li img {
    width: 100%;
    transition:all .5s;
    height:250px;
}
.projects li a {
    color: #333;
}
.projects li .pop_details {
    padding: 10px;
}
.projects li .pop_details h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight:400;
}
.projects li:hover {
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
    transition: all .5s;
}
.projects h4 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.innerpage
{
    padding:30px 0px;
}



.projectdetails
{
    width:100%;
    float:left;
    list-style-type:none;
}
.projectdetails li {
    list-style: none;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .5s;
    border: 1px solid #eee;
    text-align: center;
}
.projectdetails li:nth-child(4n+4) {
    margin-right: 0;
}
.projectdetails li img {
    width: 100%;
    height:200px;
}
.projectdetails li a {
    color: #333;
}
.projectdetails li .pop_details {
    padding: 10px;
}
.projectdetails li .pop_details h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight:400;
}
.pop_details p{
    font-size:12px;
}
.projectdetails li:hover {
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
    transition: all .5s;
}
.projectdetails h4 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}


.contactpg, .careerspg{width: 100%; display: table; padding: 30px 0;}

.contactleft
{
    width:32%;
    float:left;
    border:1px solid #e5e5e5;
    margin:0px 0px 30px;
}
.contactleft ul
{
    width:100%;
    float:left;
    list-style-type:none;
}
.contactleft ul li
{
    width:100%;
    float:left;
    border-bottom:1px solid #e5e5e5;
}
.add_icon
{
    width:60px;
    float:left;
    color:#1580c7;
    padding:23px 10px;
    font-size:20px;
    text-align:center;
}
.add_text
{
    width:82%;
    padding:23px 10px;
    float:right;
    font-weight: 500;
    color:#333;
    border-left:1px solid #e5e5e5;
}

.map {
    width: 32%;
    float: left;
    margin: 0px 0px 30px 25px;
}

.contactright {
    width: 32%;
    float: right;
    margin: 0px 0px;
}
.contact_rightinner {
    background: #eff2f6 none repeat scroll 0 0;
    float: left;
    padding: 20px 30px;
    width: 100%;
}
.contactfielddiv {
    float: left;
    margin-bottom:10px;
    width: 100%;
}
.contactname {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0;
    width:100%;
    float:left;
}
.contactname p {
    margin-bottom:0px;
    color:#222;
}
.contactfealds {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 40px;
    line-height: 20px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.contactfielddiv span {
    color: #d5193e;
    font-size: 16px;
}
.et_pb_submit_cont {
    border: medium none;
    border-radius: 0;
    color: #16a8da;
    border:2px solid #16a8da;
    cursor: pointer;
    float: left;
    font-size: 14px;
    border-radius:50px;
    font-weight: 500;
    margin-top: 0;
    padding: 7px 30px;
    text-transform: uppercase;
    background:#fff;
    transition: all 0.3s ease 0s;
}
.et_pb_submit_cont:hover {
    background: #16a8da none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
     color: #fff;
}
.map iframe {
    height: 465px;
}
.contacthd {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 21px;
    letter-spacing: 1px;
    color: #222;
    font-weight: 400;

}



.BaA{background-color: #fff; margin-bottom: 30px; border: 1px solid #ccc;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
            width:100%;
            float:left;height:204px;
}
.BaA .img {width:100%;float:left;}
.BaA img, .BaA iframe{width: 100%; display: block;}
.BaA h3{font-weight: 500; margin: 20px 0px; color: #1b3072; font-size: 18px; 
    display: inline-block; width: 100%; font-family: 'Montserrat', sans-serif;display:none;
}
.BaA p{margin-bottom: 20px; display: inline-block; font-size: 16px; }






.career_link {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    padding: 20px;
    margin-bottom:30px;
    font-size: 15px;
    line-height: 26px;
    background : #f5f5f5;
}
.career_link .txt {
    max-height: 80px;
    overflow: hidden;
}
.career_link h3 {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.career_link a {
    float: left;
    margin-top: 15px;
    padding: 5px 30px;
    color: #fff;
    background: #000;
    transition: all .5s;
    text-decoration: none;
}
.career_link a:hover {
    background: #ff5304;
    transition: all .5s;
    text-decoration:none;
}

.careertexthd
{
    width:100%;
    float:left;
    padding:20px 10%;
    color: #333;
    font-size:35px;
    line-height:55px;
    margin:20px 0px 30px;
    text-align: center;
    font-weight: 300;
}

.job_text {
    width: 70%;
    float: left;
    position: relative;
    margin:0px 0px 30px;
    line-height: 29px;
    font-size: 16px;
    text-align:justify;
}
.job_text h2, .job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}
.job_dets h2 {
    border-bottom: 0px solid #eee;
}
.job_dets {
    width: 26%;
    float: right;
    margin:0px 0px 30px;
}
.job_nav {
    margin-top: -10px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    display: table;
}
.job_nav ul{list-style: none;}
.job_nav li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 20px 30px;
}
.job_nav li b {
    color: #ff5304;
    font-weight: 500;
}
.job_nav li span {
    display: block;
    font-size: 14px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #ff5304;
}
.job_nav li:last-child {
    padding: 0;
}
.job_nav li:last-child a {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background: #000;
}
.job_nav li:last-child a:hover {
    background: #ff5304;
    text-decoration:none;
    outline:none;
}
.job_nav li a:foucs {
    background: #ff5304;
    text-decoration:none;
    outline:none;
}

/*career_form*/
.career_form {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 20px;
    display: table;
}
.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}
.career_form h2 {
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-bottom:1px solid #eee;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;
}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover,
input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #333;
    outline: 0px;
    transition: all .5s;
}
textarea.c-input {
    height: 80px;
}
input.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #005d8d;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
    background: #333;
    transition: all .5s;
}


.innerbanner img{
    width:100%;
}



.toggle {
    list-style: outside none none;
    margin: 0px 0px 30px;
    padding: 0;
    width: 100%;
    float:left;
}
.toggle li {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}
.toggle h3 {
    background: #fff;
    border: 1px solid #ccc;
    border-radius:50px;
    color: #23224a;
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 12px 20px 12px 20px;
    position: relative;
    width: 100%;
}
.toggle h3::after {
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 11px;
}
.toggle h3.open::after {
    content: "\f067";
}
.toggle .panel {
    background: #edf7fa none repeat scroll 0 0;
    display: none;
    float: left;
    margin-bottom:0px;
    padding: 20px;
    position: relative;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    font-weight: 300;
}
.panel h4{
    font-size:18px;
    margin-bottom:5px;
    color:#195caa;
}
.panel h5{
    font-size:18px;
    margin-bottom:0px;
    font-weight:300;
    color:#000;
}
.getstarted
{
    position:absolute;
    right:20px;
    top:15px;
    background:#195caa;
    color:#fff;
    border-radius:3px;
    padding:5px 20px;
    display:table;
    font-size:12px;
        transition:all .5s;
}
.getstarted:hover
{
    background:#37b6e1;
    transition:all .5s;
}




.mmenu_but
{
    width:auto;
    padding:8px 5px 5px 0px;
    color:#fff;
    margin-right:10px;
    float:left;
    cursor:pointer;
    display:none;
    font-size:30px;
    font-weight:600;
    transition: all 0.3s ease 0s;
}
.header.fixed1 .mmenu_but{margin-top: 10px;}

.mobile_menu
{
    width:100%;
    height:100%;
    background:#fff;
    overflow-y: auto;
    z-index:9999999;
    position:fixed;
    display:block;
    left:-260px;
    top:0px;
    transition:ease all .5s;
    /*border-right:2px solid #2259da;*/
}
.mslidemenu_close
{
    width:100%;
    float:left;
    padding:10px;
    cursor:pointer;
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    background:#16a8da;
}
.mslidemenu_close i
{
    float:right;
}
.mobile_menu_wrapper
{
    width:100%;
    float:left;
    /*border-bottom:1px solid #ccc;*/
    padding:10px 15px;
}
.mobile_welcome h4
{
    font-size:18px;
    color: #222;
    margin-bottom:5px;
    
}
.mobile_welcome p
{
    font-size:14px;
    color: #222;
    margin-bottom:0px;
    
}
.mobilecategories
{
    font-size:18px;
    color: #373333;
    padding:10px;
    width:100%;
    float:left;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:0px;
    padding-bottom:0px;
}
ul.parent {
    list-style: none;
    width: 100%;
    float: left;
    margin-top:0px;
}
ul.parent li{
    width: 100%;
    float: left;
    position: relative;
}
ul.parent li a{
    display: inline;
    width: 100%;
    height:100%;
    outline:none;
    display:table;
    border-bottom:1px solid #f0f0f0;
    padding:12px 12px; 
    color: #333745;
    font-size: 12px;
    text-decoration: none;
    text-transform:uppercase;
    font-weight: 600;
}

ul.parent li span{
    float: right;
    color: #333745;
    font-size:20px;
    font-weight:bold;
    margin-top:0px;
    padding:0px;
    line-height:0px;
}
ul.parent li a:hover, .hpl_cats ul.parent li a:hover span {
    text-decoration: none;
    color: #16a8da;
}
ul.parent ul {
    padding-right: 0px;
    list-style: none;
    display:none;
    background-color: #f1f1f1;
}
ul.parent ul li{
    background-color: #f1f1f1;
    position:relative;
}
ul.parent ul ul li{
    background-color: #fff;
}
ul.parent ul li:last-child{
    border-bottom: 0px dotted #ccc;
}
.menul li a span
{
    position:relative;
    float:right;
}
.menul li a span:before {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 18px;
    content: '\f105';
    font-family: "FontAwesome";
    transition: all .5s;
}
.menul li.open a span:before {
    content: '\f107';
    transition: all .5s;
}
.remove_desktop
{
    display:none;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{padding-top: 60px;}
    .menu, .top1_left{display: none;}
    .header_top{height: 60px;}
    .logo{width: 100%; height: 60px;}
    .logo a{width: 100%; background-image: url(../images/logo.png);}
    .banner_txt{width: 100%; left: 0px; top: 35% !important;}
    .banner_hd{font-size: 18px; margin-bottom: 0px;}
    .banner_r_more{margin-top: 5px;}
    .banner_cont{display: none;}
    .banner_r_more a{font-size: 12px; padding: 5px 20px;}
    .overlay1{padding: 20px;}
    .techhd1{font-size: 16px;}
    .overlay1 p{opacity: 1; top: 0px; height: 100px;}
    .section1{padding: 20px 0; background-image: none;}
    .section1 ul li{font-size: 14px; line-height: 24px; padding-top: 5px;}
    .section1 .col-sm-6{margin-bottom: 15px;}
    .section3 ul li{width: 33.33%;}
    .section1 h2{font-size: 18px; padding-bottom: 10px; margin-bottom: 10px; line-height: 32px;}
    .section1 p{font-size: 14px; line-height: 24px; padding: 0px;}
    .lmore1{margin-bottom: 30px;}
    .section2 h2, .section3 h2{font-size: 24px;}
    .innerbanner{height: auto;}
    h4.innerpage_hd{margin: 0px; width: 100%; left: auto; font-size: 16px; padding: 5px 15px;}
    .box1_right{display: none;}
    .box1_left, .job_text, .job_dets, .contactleft, .map, .contactright{width: 100%;}
    .add_icon{width: 50px;}
    .map{margin: 0px; padding: 0px; margin-bottom: 20px;}
    .section4{padding: 20px;}
    .section4 p{font-size: 16px;}
    .mmenu_but, .mobile_menu{display:block;}
    .section2 .owl-nav{display: none;}
    .box6_left, .box6_right{clear: both; width: 100%; padding: 0px;}
    .form_hd{font-size: 26px;}
    .footer{font-size: 12px;}

    .box1_left{font-size: 14px; line-height: 26px; text-align: left;}
    .BaA{min-height: auto;}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{

}
@media only screen and (min-width : 960px) and (max-width : 1024px)
{
    
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
    
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
    
}





