@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body {
	font-family: 'Roboto', sans-serif;

	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
h1,h2,h3,h4,h5,h6{margin: 0;}
*{padding:0; margin: 0;}
ul{margin: 0; padding-left: 0px;}

 .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

header .container-fluid{padding: 0 30px;}

header.header{width: 100%; float: left; position: relative; z-index: 30; background: #fff; }
header ul.nav li a {
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 19px 22px;
    line-height: 64px;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff !important;
	
}
.nav li:hover a:before{ 
	content: "";
    width: 100%;
	height: 3px; 
	float: left;
	background: #ff9a4e !important;
	margin: 0 auto;
	left: 0;
	right: 0; 
	bottom: -10px;
	position: absolute;
	
}

header .navbar {
    border: none;
    background: #fff;
    border-radius: 0;
    padding: 7px 20px 7px 0;
    margin: 0;
}



#awards li {
    margin-bottom: 10px;
}
#awards figure {
    border: 5px solid #1f63ab;
}
.banner{position: relative}
.banner img{width:100%;}
.banner .join{
	    background: #e9b02f;
    position: absolute;
    bottom: 34%;
    left: 0;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none;
    right: 0;
    width: 168px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    margin: 0 auto;
}

.banner h2 {
	line-height: 52px;
    z-index: 12;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff !important;
    text-align: center;
    bottom: 48%;
	font-size: 50px;
	
}
.banner h2 span{font-size: 38px; font-weight: 400; display: block;}


.gray-box {
    background: #f2f6f7;
    margin-top: -100px;
    padding: 60px 15%;
}
.gray-box p{   
	line-height: 32px;
    font-size: 18px;
}
.intern{}
.intern-img img{width:100%;}
.intern .intern-text{font-size: 16px; 
    text-align: center;}
.intern-text h3 {
    color: #ff9a4e;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}
.intern-text h3:before {
    content: "";
    width: 200px;
    height: 4px;
    background: #ff9a4e;
    position: relative;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: -64px;
    z-index: 1;
}
.intern-text ul li{ margin-bottom: 5px;}
.title-heading{
	font-size: 36px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;}
.title-heading:after{content: ''; width:115px; height: 4px; background: #ff9a4e;     position: absolute;
    left: 0px;    bottom: -20px;}
.title-heading.text-light{ color: #fff;}

.sub-title{    font-size: 28px;
    color: #ff9a4e; margin-bottom: 20px;}


.discover{background: #02406b; padding: 60px 0px;}
.discover-tabs{width: 100%; background: #fff; padding: 7px;}
.discover-tabs .nav-tabs>li>a{border:none; border-radius:4px; font-size: 18px; color: #000; font-weight: bold;    padding: 17px 10px;}
.discover-tabs .nav-tabs li.active a{background: linear-gradient(to right, #f2001f, #0071c0);   color: #fff;}
.discover-tabs .nav-tabs{border:none;}
.discover-tabs .nav-tabs>li.active>a, .discover-tabs .nav-tabs>li.active>a:focus, .discover-tabs .nav-tabs>li.active>a:hover{border:none; background: linear-gradient(to right, #f2001f, #0071c0);   color: #fff;}

img.full{width: 100%;}
.discover-tabs .tab-content{padding: 40px 30px 10px;}
.discover-tabs .tab-content p{font-size: 16px; line-height: 1.5em;}
.tab-content h3{font-size: 32px; font-weight: 500; margin-bottom: 30px;}

.discover-tabs iframe{margin-bottom: 30px;}

.space{height: 50px; width: 100%; float: left;}

.products{padding: 70px 0px 20px 0;}
.products .title-heading:after{left: 1px; margin: 0}
.products ul{ list-style: none;}
.products li{font-size: 16px; line-height: normal; padding: 12px 0; background:url("../img/arrow.png") no-repeat left 16px; padding-left: 24px;}
.applybtn {
  margin: 0 auto;
  text-align: center;
}
.career-growth {
    border-top: 4px solid #ff9a4e;
    box-shadow: 0px 0 55px -16px #888888;
	padding: 30px 20px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.career-growth img{ width: 100%;}
.career-growth h3{ font-size: 35px; margin-bottom: 20px;}
.career-growth h4{ margin-bottom: 20px; font-size: 28px;}
.career-growth li{ line-height: 33px; padding: 0 20px; background-position: left 10px;}
.jobs_area {
  background-color: #00a0e1;
  padding-top: 50px;
  padding-bottom: 50px;
}
h2.heading2 {
  font-size: 38px;
  font-weight: 900;
  position: relative;
  margin-bottom: 50px;
  color: #FFF;
}
.jobs_area .heading {
  font-weight: 600;
  color: #FFF;
  line-height: 40px;
  margin-bottom: 1.4em;
  font-size: 34px;
}
.panel-group .panel {
    border-radius: 0px !important;
}
.panel-default {
    border: none;
}
.panel-body {
    padding: 22px 28px;
    font-size: 16px;
    line-height: 30px;
    background: #ffffff;
}
.panel-group .panel:last-child {
    border-bottom: 0px solid #333333;
}
.panel-group .panel+.panel {
    margin-top: 20px;
}
.panel-title > a {
    width: 100%;
    display: inline-block;
    padding: 17px 28px;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    position: relative;
}
.panel-title > a::after {
    position: absolute;
    content: "-";
    right: 0px;
    width: 35px;
    height: 55px;
    top: 5px;
    font-size: 40px;
	color:#FFF;
}
.panel-heading {
    padding: 0;
}
.panel-title > a.collapsed {
    background: #00558f;
    color: #FFF;
}
.panel-title>a.collapsed:after{
    position: absolute;
    content: "+";
    right: 0px;
    width: 35px;
    height: 55px;
    top: 5px;
    font-size: 40px;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #00558f;
  border-color: #ddd;
  border-radius:0;
}
.title {
  font-size: 20px;
  font-weight: 600;
  color: #00a0e1;
}
.list_area{

}
.list_area ul{
    padding-left: 18px;
}
.list_area ul li{
    font-size: 14px;
    margin-bottom: 6px;
    color: #000000;
	list-style:none;
	background:url(../images/bullet.png) left center no-repeat;
	padding-left: 20px;
}

	
	
.service-box{width: 100%; border-radius: 5px;overflow: hidden; position: relative;}
.service-box img{width: 100%;}
.service-text{ transition: ease-in 0.3s; color: #fff; padding: 0px 20px 0px; position: absolute; bottom: -85%; left: 0px; width: 100%; height: 100%;}
.service-text h3{font-size: 21px; font-weight: bold; margin-bottom: 20px;}
.service-text a{ display: block; background: #fff; border-radius: 50%; width: 48px; height: 48px; margin: 15px auto 0; color: #023f6a; font-size: 24px; line-height: 48px; text-align: center;}

.service-box:hover .service-text{ bottom: 0px; padding-top: 30px;    background: rgba(0,0,0,0.5);}



.interview {
	border: 1px solid #ddd;
    border-left: 4px solid #ff9a4e;
	padding: 30px 20px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
	min-height: 246px;
}

.interview li{ line-height: 33px; padding: 0 20px; background-position: left 10px;}






.title-heading:after {
    content: '';
    width: 115px;
    height: 4px;
    background: #ff9a4e;
    position: absolute;
    left: 0px;
    bottom: -20px;
    text-align: center;
    margin: 0 auto;
    right: 0;
}
.about{width: 100%; float: left; padding-top: 40px; padding-bottom: 40px; background: #eeeeee;}
.about .title-heading:after {
    left: 1px;
    margin: 0;
}

.about p{ line-height: 26px; font-size: 16px; margin-bottom: 20px;}

.lft-col{border: 1px solid #ddd;
    border-left: 4px solid #ff9a4e;
    padding:20px 20px 0 20px ;
    margin-bottom: 20px;
    width: 100%;
    float: left;
	background: #fff;
}
.about ul { list-style: none;}
.about li {
    font-size: 16px;
    line-height: normal;
    padding: 12px 0;
    background: url(../img/arrow.png) no-repeat left 16px;
    padding-left: 24px;
}
.about img{ margin-bottom: 10px;}
.about h4 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 16px;
}
.highlights-col{ 
    padding:58px 20px;}

{}
.life-col{width: 100%; float: left; display: block;     padding: 50px 0;}
.life-col img{width: 100%;}
.life-col .title-heading:after, .testimonial .title-heading:after {
    left: 1px;
    margin: 0;
}




.test-box{padding: 50px; background:#eee; width: 100%;max-width: 1060px;  margin: 0 auto;    box-shadow: 0px 2px 7px rgba(0,0,0,0.25);}
.test-box .t-img{width:125px; height: 125px;float: left; border-radius: 50%; overflow: hidden; position:relative;}
.test-box .t-img img{     padding: 4px;
    
    position: relative;
    z-index: 9;
    border-radius: 50%;}
.test-box .t-img:after{content:""; position: absolute; width: 100%; height: 100%;background: linear-gradient(to top, #d20b30, #02406b);top:0px;} 
.test-box .t-text{padding-left: 155px;}
.test-box .t-text h2{ font-size: 36px; font-weight: bold; margin-bottom: 20px;}
.test-box .t-text h3{ font-size: 24px; font-weight: 500;margin-bottom: 20px;}



.testimonial{background: #e0ebf1; padding: 50px 0;}
.testimonial img {    width: auto !important;
    display: block;
    margin: 0 auto;
}


.testimonial .owl-theme .owl-nav{position: absolute; margin: 0;top: -85px;    right: 0px;}

.owl-theme .owl-nav [class*='owl-'] {  
	background: #e9b02f;
}
.owl-carousel .owl-stage-outer{    height: auto !important;}
.img-box {
    width: 50px;
    height: 50px;
    float: left;
    background: #4b4644;
    border-radius: 70%;
    margin: 0 12px 0 1px;
}
.testimonial .item {
        background: #fff;
    padding: 27px;
    float: left;
    width: 100%;
    height: auto;
	
    min-height: 324px;
}

#testimonial2 .item {
        background: #fff;
    padding: 27px;
    float: left;
    width: 100%;
    height: auto;
	
    min-height: 324px;
}
{}
#testimonial2{padding: 40px 0;}
#testimonial2 .item {
    border: 1px solid #d1d1d1;
    padding: 20px;
    min-height: 677px!important;
    background: url(../img/quote-bottom.png) bottom right no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-position-x: 94%;
    background-position-y: 94%;
}
#testimonial2 .title-heading:after{ right:inherit !important;}
.red-cont2 {
    color: #FFF;
    font-weight: normal !important;
    margin-bottom: 6px;
    font-size: 14px;
    text-align: left;
    background: url(../img/quote-top.png) top left no-repeat;
    padding: 30px;
}

#testimonial2 .heading3 {
    color: #000;
    font-weight: normal !important;
    margin-bottom: 6px;
    font-size: 20px;
    text-align: left;
    float: left;
}
#testimonial2 .heading4 {
    color: #333;
    font-weight: normal !important;
    margin-bottom: 6px;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding-left: 12px;
    float: left;
    padding-top: 10px;
}
.copyright{background:#f2f2f2; padding: 22px 0px;}
.copyright p{margin-bottom: 5px;}

.owl-carousel .owl-item img{width:auto;}



.navbar-toggle .icon-bar{    background: #003d69;}




@media only screen and (max-width: 1199px) {
	header ul.nav li a{font-size:12px; padding:10px;}
	.logo img { margin-top: 0px;}
	header .navbar{padding:15px 10px;}
	.service-box{margin-bottom:30px;}
	.service-text{bottom:-91%;}
	.discover-tabs .nav-tabs>li>a{ font-size: 15px;}
}




@media only screen and (max-width: 991px) {
	.service-text h3{font-size:24px;}
	.test-box .t-img{float:none; margin: 0 auto 30px;}
	.test-box .t-text{padding:0px;}
	.intern .intern-text{margin-bottom: 50px;}
	.title-heading{font-size:40px;}
	/*-- toggle collapse --*/
  .navbar {
    margin-bottom: 0;
    /*position: fixed;*/
    width: 100%;
    /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);*/
  }

  .navbar-header {
    float: none;
    padding-bottom: 0;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    width: auto;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
    text-align: left;
  }

  .dropdown-menu li>a {
    position: relative;
  }

  .dropdown span i {
    float: right;
    background: #000;
    width: 15px;
    height: 15px;
    padding-left: 4px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .dropdown span.active i {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari 3-8 */
    transform: rotate(180deg);
  }

  .navbar-nav>li>.dropdown-menu {
    position: inherit;
    float: inherit;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-default .navbar-toggle {
    border-color: #fff;
    background: #000;
    margin-top: 12px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #222222;
    border: 1px solid #fff;
  }

  /*-- /toggle collapse --*/
	.navbar-toggle { display: block;}
	header .navbar{box-shadow: none;}
}

@media only screen and (max-width: 767px) {
	.sub-title{font-size:24px;}
	.banner h2 {
    line-height: normal;
       font-size: 30px;
	}
	.banner h2 span {
    	font-size: 18px;
	}
	.title-heading, .testimonial h3{    margin-bottom: 50px}
	.owl-carousel .owl-stage-outer{height: 350px;}
	.banner .join{     font-size: 12px;}
	.tab-content h3{ font-size: 24px;}
	.test-box{padding:30px;}
	.service-text { bottom: -88%;}
	.title-heading , .testimonial h3{ font-size: 30px;}
	.intern-text h3, .test-box .t-text h2{font-size:24px;}
	.test-box .t-text h3{font-size:20px;}
	.intern {padding: 60px 0px;}
}




