*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/911FontscomCenturyGothicRegular-911fontscomfontsmhpY.eot"); /* IE9 Compat Modes */
  src: url("../fonts/911FontscomCenturyGothicRegular-911fontscomfontsmhpY.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/911FontscomCenturyGothicRegular-911fontscomfontsmhpY.otf") format("opentype"), /* Open Type Font */
  url("../fonts/911FontscomCenturyGothicRegular-911fontscomfontsmhpY.svg") format("svg"), /* Legacy iOS */
  url("../fonts/911FontscomCenturyGothicRegular-911fontscomfontsmhpY.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/911FontscomCenturyGothicRegular-911fontscomfontsmhpY.woff") format("woff"), /* Modern Browsers */
  url("../fonts/911FontscomCenturyGothicRegular-911fontscomfontsmhpY.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CenturyGothic-Bold";
  src: url("../fonts/GOTHICB0.eot"); /* IE9 Compat Modes */
  src: url("../fonts/GOTHICB0.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/GOTHICB0.otf") format("opentype"), /* Open Type Font */
  url("../fonts/GOTHICB0.svg") format("svg"), /* Legacy iOS */
  url("../fonts/GOTHICB0.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/GOTHICB0.woff") format("woff"), /* Modern Browsers */
  url("../fonts/GOTHICB0.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
.f-regular{
  font-family: "CenturyGothic";
}
.f-bold{
  font-family: "CenturyGothic-Bold";
}


.white{
  color: rgb(255,255,255) !important;
}
.blue{
  color: #3576ae;
}
.gray{
  color: #88898a;
}
.light-blue{
  color: #6497a1;
}
.dark-blue{
  color:#1e456c;
}
header{
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0;
  box-shadow: 0px 2px 10px #00000059;
  background: #fff;
  top: 0;
  height: 55px;
}
header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
}
header .top-header{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
}
header .top-header a{
  color: #5e5b5c;
  font-size: 13px;
  margin-left: 20px;
}
header .navbar-expand-md{
  padding: 0;
  align-items: center;
  position: relative;
}
header .container{
  padding: 0;
}
header .navbar-brand{
  margin: 0;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 15px 0;
  width: 36%;
}
header .navbar-mob {
  position: absolute;
    top: 12px;
    right: 0px;
}
header .navbar-nav .nav-item span {
    font-size: 20px;
}
header .contact-div{
  position: absolute;
  right: 0;
  top: 15px;
}
header .contact-div span{
  display: inline-block;
  font-size: 17px;
  color: #3270a8;
  padding: 0 2px 0 21px;
  vertical-align: middle;
}
header .contact-div a:before{
  position: absolute;
  left: -37px;
  top: -17px;
  height: 50px;
  width: 1px;
  content: "";
  background-color: rgba(0, 0, 0,0.059);
}
header .contact-div a{
  display: inline-block;
  font-size: 13px;
  color: #000000;
  position: relative; 
}
header .navbar-brand:before{
  position: absolute;
  height: 83px;
  width: 155px;
  background-color: rgb(255, 255, 255);
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  border-radius: 0 0 7px 7px;
  box-shadow: 0px 12px 15px 2px rgba(0, 0, 0, 0.08);
}

header .navbar-nav .nav-item { 
  padding:0 35px 0 0;
}
header .navbar-nav .nav-item:nth-child(7),
header .navbar-nav .nav-item:nth-child(8){
display: block;
}
header .navbar-nav .nav-link{
  color:#002350;
  font-size: 13px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  position: relative;
  text-transform: uppercase;
}
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover{
  color: #121212;
}
.home-slider .caption h1{
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}
.home-slider .caption h1:before{
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  content: "";
  background-color: rgb(198, 138, 53);
}
.home-slider .caption h2{
  font-size: 52px;
  line-height: 1.017;
  margin-bottom: 40px;
  line-height: 1.011;
  color: #fff;
    font-weight: 700;
}
.home-slider.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.home-slider .slider-img{
  position: absolute;
  top: 37%;
  right: 0;
}
.slider-section{
  margin-top: 50px;
}
.common-btn{
  background-color:#07305c;
  border-radius: 30px;
  width: 167px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.common-btn span{
  font-size: 15px;
  margin-left: 10px;
  display: inline-block;
}
.home-slider .contact-info{
  margin-top: 25%;
}
.home-slider .contact-info a{
  font-size: 20px;
  color: #fff;
  margin-left: 7px;
}
.home-slider .contact-info span{
  color: #19abaa;
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-slider .contact-info span:nth-child(3){
  margin:0 0 0 40px;
}
.home-slider .caption{
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-slider .caption .img-wrapp img{
  display: block;
}

.highlights{
  padding: 50px 0px;
  background-color: #f4f5f6;
}
.highlights .highlight-single{
  width: 25%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: table-cell;
 
}
.highlights .highlight-single img{
  transition: all 0.3s ease-in-out;
  height: 167px;
}
.hightlights center{
  margin-top: 20px !important;
}
.highlights .text-box {
  background-color: #fff !important;
  color: #000;
  padding: 15px 5px;
  
}  
.highlights .container .common-btn {
  position: relative;
  background: #002151;
  width: 125px;
  font-size: 12px;
  height: 35px;
  text-transform: capitalize;
  bottom: 9px;
}


.text-box h1{
  margin-top: 0px;
  color: #000;
}
.text-box p{
  color: #000;
}

.highlights .highlight-single p  {
    font-size: 14px;
    margin: 8px 0 0 7px;
}
.highlights .highlight-single h1 {
  margin: 0px 0 0 7px;
}
.highlights  .parallax-container{
  position: relative;
  overflow: hidden;
  height: 560px;
}
.highlights .parallax{
  position: absolute;
  left: 0;
  right: 0;
  height: 540px;
}
.highlights .parallax .parallax-img{
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
/*transform: translate3d(0,0,0);
-webkit-transform: translateX(-50%);*/
transform: translateX(-50%);
}
.highlights .container{
  margin-top: 40px;
}
.highlights .container h1.heading{
  position: relative;
}

footer{
  background: #1e456c;
}
footer .footer-wrapp{
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
footer .footer-wrapp h1{
  font-size: 15px;
  color: #fff;
  line-height: 1.49;
  margin-bottom: 2px;
}
footer .footer-wrapp a,
footer .bottom-footer a{
  transition: all 0.3s ease-in-out;
}
footer .footer-wrapp .column:nth-child(1) h1:nth-of-type(2),
footer .footer-wrapp .column:nth-child(5) h1:nth-of-type(2){
  margin-bottom: 0;
}
footer .footer-wrapp p{
  font-size: 14px;
  color: #fff;
  font-family: "CenturyGothic";
  display: block;
  line-height: 1.429;
  min-height: 80px;
}
footer .footer-wrapp .column:nth-child(1) p{
  width: 85%;
}
footer .footer-wrapp a
{
  font-size: 14px;
  color: rgb(153 176 179 / 85%);
  font-family: "CenturyGothic";
  display: block;
  margin-bottom: 6px;
}
/*footer .footer-wrapp .column:nth-child(5) a{
  display: inline-block;
}*/
footer .footer-wrapp .column:nth-child(1){
  width: 26%;  
  position: relative;
} 
footer .footer-wrapp .column:nth-child(2){
  width: 16%;  
} 
footer .footer-wrapp .column:nth-child(3){
  width: 17%;  
} 
footer .footer-wrapp .column:nth-child(4){
  width: 21%;  
} 
footer .footer-wrapp .column:nth-child(5){
  width: 20%;  
} 
footer .footer-wrapp .column:nth-child(1) img{
  display: block;
  margin-bottom: 15px;
  width: 62%;
} 
.bottom-footer span, .bottom-footer a, .bottom-footer {
    font-size: 14px;
    color:rgb(153 176 179 / 85%);
}
footer  .footer-social{
  display: flex;
}
footer .footer-social a.social-link{
  font-size: 15px;
  color: #fff;
  margin-right: 20px;
  height: 40px;
  width: 40px;
  background-color: rgb(11, 39, 81);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .bottom-footer .container{
  padding: 15px 0;
  border-top: 1px solid rgba(227, 226, 226,0.102)
}
footer .bottom-footer a,
footer .bottom-footer span{
  font-size: 13px;
}
footer .bottom-footer .right{
  text-align: right;
}
footer .bottom-footer .right a{
  color: #fff;
}
footer .bottom-footer .right a:nth-of-type(2){
  margin-right: 30px;
}
footer .bottom-footer span.slash{
  margin:0 5px;
  display: inline-block;
}
footer .bottom-footer .col-lg-8 span:nth-child(1){
  margin-right: 15px;
}
footer .bottom-footer .col-lg-4 a:nth-child(5){
  margin-right: 10px;
}
footer .top-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
 
}
.client-slider.owl-carousel .owl-item img{
  width: auto;
}
.client-slider .client-wrapp{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(196, 194, 194);
  height: 110px;
  background: #fff;
}
.our-clients{
  padding: 35px 0 45px;
  background: #eeeeee;
}
.heading{
  font-size: 40px;
  margin-bottom: 40px;
}
.counter {
  padding-right: 30px;
}
.counter .container{
  display: flex;
  flex-wrap: wrap;
}
.counter .counter-single{
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin-bottom:10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.078) 
}
.counter .counter-single:nth-child(3){
  border-bottom: none;
}
.counter .counter-single .counter-text{
  margin-left: 10px;
}
.counter .counter-single .icon-wrapp{
  display: flex;
  align-items: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #002552;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.counter-single {
    width: 50%;
}
.counter .counter-single .icon-wrapp:before{
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  right: 0;
  height: 112%;
  width: 112%;
  z-index: -1;
  border: 7px solid rgba(198, 138, 53, 0.09);
  border-radius: 50%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.counter .counter-single .icon-wrapp span{
  display: inline-block;
  font-size: 55px;
  color: #fff;
  
  transition: all 0.3s ease-in-out;
}
    .counter .counter-single.active .icon-wrapp:before
    {
        border: 7px solid rgba(198, 138, 53,1);
        border-bottom-color: transparent;
        border-left-color: transparent;  
    }
    .counter .counter-single.active .icon-wrapp{
        background: rgba(0, 108, 170, 1);
    }
    .counter .counter-single.active .icon-wrapp span{
        color: #fff;
    }
.counter .counter-single .right-text h1,
.counter .counter-single .right-text span.plus{
  font-size: 33px;
  margin-bottom: 0;
  line-height: 1;
 font-size: 28px;
    margin-bottom: 5px;
}
.counter .counter-single .right-text p{
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;  
}
.counter .counter-single .right-text{
  margin-left: 20px;
}
.counter .counter-single .right-text span:nth-child(1){
  display: flex;
}
.counter .counter-single p{
  font-size: 15px;
  margin-bottom: 0;
}
.about-right .heading{
  line-height: 1;
  position: relative;
  font-size: 36px;
}
.home-about .about-right .heading:before{
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 3px;
  content: "";
  background-color: rgb(0 37 82);
}
.home-about .about-right p{
  font-size: 14px;
  line-height: 1.5;
}
.home-about .about-right .common-btn {
  width: 130px;
  margin-top: 0px;
}
.home-about .about-right{
  margin:0px 0 0 30px;
}
.home-about{
  padding: 60px 0;
}
.home-about .img-wrapp{
  overflow: hidden;
}
.home-about .img-wrapp img { 
  width: 100%; 
  transition: 0.5s all ease-in-out; 
} 
 
.home-about .img-wrapp:hover img { 
  transform: scale(1.1); 
} 
.common-pages h1{
  font-size: 22px;
}
.common-pages p{
  font-size: 16px;
}
.sitemap .l-menu{
  font-size: 18px;
}
.sitemap .s-menu{
  font-size: 16px;
  display: block;
  color: #5e5b5c;
}
.sitemap{
  padding: 60px 0;
}
.error-page{
  padding: 50px 0;
}
.error-page .common-btn{
  color: rgba(255,255,255,1);
  display: inline-block;
  padding: 10px 0;
  margin: 0 10px;
  width: 130px;
} 
.error-page h1{
  font-size: 40px;
  margin-bottom: 15px; 
}
.error-page h2{
  font-size: 30px;
  margin-bottom: 5px;
}
.error-page p{
  font-size: 16px;
}
/*  */
.highlights .highlights .highlight-single:hover .overlay {
  bottom: 0;
  padding: 45px 0;
  height: 100%;
  background-color: rgba(177,43,70,0.97);
}

/* .inner-box {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} */

.home-slider .caption {
  animation: 1s 0.5s fadeInDown both;
}
.solution .parallax-container {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.solution .parallax {
  position: absolute;
  left: 0;
  right: 0;
  height: 450px;
}
.solution .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}
.solution .container {
  margin-top: 130px;
}
.solution .content-left p {
  font-size: 20px;
}
.solution .content-right {
  display: flex;
}
.solution .content-right .solution-icon-div {
  text-align: center;
  float: left;
  margin: 0 auto;
  display: inline-block;
}
.solution .content-right .solution-icon {
  font-size: 90px;
  margin-bottom: 10px;
  display: block;
}
.solution .content-right p {
  font-size: 18px;
  line-height: 1.2;
}
.counter {
  padding-right: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}
/* vreadcum */
.breadcum {
  position: relative;
  margin-top: 50px;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.caption-heading{
  display: flex;
  /* align-items: center;
  justify-content:center; */
}
.breadcum-text{
position: absolute;
top:50%;
margin: auto;
/* background-color: #ebf8fe; */
padding: 10px;
}
.caption-heading h2 {
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    background: #353885;
    padding: 5px 14px;
}

.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.breadcum-list {

 text-align: center;
  font-size: 14px;
 
}




/* contact */
.contact {
  background: linear-gradient(90deg, rgb(255,255,255) 50%, #1e456c 50%);
}
.contact-form .common-btn {
  display: inline-block;
  height: 40px;
  width: 125px;
  border: 0px;
  background: #0f2a55;
  color: #fff;
  margin-top: 10px;
}
.form-div .form-control {
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 8px 20px;
  color: #000;
  background: #fff;
}
.contact-form{
  padding: 50px;
}
.contact-address p{
  margin-left: 35px;
  font-size: 14px;
}
.contact-address{
  padding: 50px;
  color: #fff;
  margin-top: 0px;
}
.address-content a{
  color: #fff;
  margin-left: 35px;
}
.contact-address a:hover{
  color:rgb(84, 86, 206);
}
.contact-address h4{
  font-weight: 500;
}
header .navbar-brand img {
  padding-left: 0px;
}
.address-content h3 {
  font-size: 18px;
margin-left:32px;
}
.social .social-wrap{
  display: flex;
  margin-left: 35px;
}
.social h3{
  font-size: 18px;
}
.social a.social-link {
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  background-color: rgb(11, 39, 81);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* services */
.services{
  padding: 60px 0;
}
.services .nav-tabs .nav-link{
  font-size: 15px;
  display: block;
  color: #000;
  padding: 10px 0 10px 20px;
  border: none;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  margin-top: 8px;
  background-color: #eeeeee;
}
.services .nav-tabs {
  flex-direction: column;
  background:transparent;
}
.services .card-body{
  padding-top: 0;
  padding-right: 70px;
}
/* .services .nav-tabs .nav-item.show .nav-link, 
.services .nav-tabs .nav-link.active,
.services .nav-tabs .nav-link:hover{
  background:#1e456c;
  color: #fff;
  border-right: 4px solid #1e456c;
} */
.services .nav-tabs .nav-link:before{
  position: absolute;
  content: "";
  right: 0;
  height: 10px;
  width: 10px;
  background: #1e456c;
  top: 16px;
  z-index: -1;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.services .right_service .main-tab{
  background: #1e456c;
  color: #fff;
}
.services .right_service .main-tab:hover{
  background: #1e456c;
  color: #fff;
}
/* .services .nav-tabs .nav-item.show .nav-link:before, 
.services .nav-tabs .nav-link.active:before,
.services .nav-tabs .nav-link:hover:before{
  opacity: 1;
  right: -8px;
} */
.services .card-body .img-wrapp,{
  position: relative;
  overflow: hidden;
}
.services .card-body p{
  font-size: 15px;
  line-height: 1.5;
}
.services .card h1{
  font-size: 30px;
  margin-top: 20px;
}
 /*about  */
.who-we{
  padding: 60px 0px;
}
.who-we .img-box { 
  overflow: hidden; 
} 
.who-we .img-box img { 
  transition: 0.5s all ease-in-out; 
} 
.who-we .img-box:hover img { 
  transform: scale(1.1); 
}
.who-we .text-box-about{
  margin-top: 10%;
}
.who-we .text-box-about p{
  font-size: 15px;
    line-height: 1.5;
}
.parallax-img-about {
  background: url(../images/about-parallax.jpg) no-repeat;
  padding: 100px 0px;
  background-size: cover;
  background-attachment: fixed;
}
.parallax-img-about .hover-box {
  background: #ffffffb0;
  position: relative;
  padding: 50px 20px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
}
.parallax-img-about .hver-box-vision {
  height: 312px;
}
.parallax-img-about .hover-box:hover{
  background-color: #1e456c;
  color: #fff;
}

.parallax-img-about .hover-box .circle-box {
  text-align: center;
  color: #fff;
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  background: #1e456c;
  left: 0;
  right: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
}
.parallax-img-about .circle-box-info h1 {
  color: #1e456c;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
}
.circle-box .icon-wrapp{
  margin-top: 23px;
  font-size: 42px;
}
.parallax-img-about .hover-box:hover .circle-box-info h1{
  color: #fff;
}
.parallax-img-about .circle-box-info p{
  font-size: 15px;
  line-height: 1.5;
}
/* career */
.career{
  padding:60px 0px;
}
.career .row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.job-openings {
  background: #e6e8f4;
  padding: 40px 0px;
}
.career-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  flex-wrap: wrap;
}
.img-wrapper { 
 
  overflow: hidden; 
  margin: 0 auto; 
} 
 
.img-wrapper img { 
  width: 100%; 
  transition: 0.5s all ease-in-out; 
} 
 
.img-wrapper:hover img { 
  transform: scale(1.1); 
} 
.career .text-wrapper p{
  font-size: 15px;
  line-height: 1.5;
}
.job-openings .opening-single {
  width: 48%;
  margin-bottom: 30px;
  position: relative;
}
.job-openings .opening-single:before {
  position: absolute;
  bottom: 0;
  width: 22%;
  background-color: #1e456c;
  content: "";
  height: 80%;
  border-radius: 20px;
  left: -6px;
  top: 11px;
  right: 0;
}
.job-openings h2{
  text-align: center;
  margin-bottom: 30px;
  font-size: 45px;
}
.job-openings .box-wrapper {
  position: relative;
  background-color: #fff;
  padding: 17px 17px 10px;
}
.job-openings .opening-single h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
.job-openings .opening-single p {
  color: #494949;
  margin-bottom: 10px;
}
.job-openings .box-wrapper .common-btn {
  color: #1e456c;
  width: 75px;
  height: 28px;
  background-color: #fff;
  border: 1px solid #1e456c;
  font-size: 11px;
  text-transform: uppercase;
}

.modal-content.career-form {
  position: relative;
  padding: 20px 0px;
  border-radius: 0px;
}
.modal-content.career-form h4 {
  margin-bottom: 20px;
  text-align: center;
}
.modal-content.career-form .close {
  position: absolute;
  right: 0px;
  padding-right: 20px;
  top: 10px;
  outline: none;
}
.form-div-career .form-group {
  margin-bottom: 20px;
}
.form-div-career .form-control {
  border-radius: 0px;
  padding: 10px;
}
.career-form .file-upload .file-select {
  display: block;
  border-radius: 50px;
  color: #34495e;
  cursor: pointer;
  height: 45px;
  text-align: left;
  background: #f5f6f8;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.career-form .file-upload .file-select .file-select-button {
  background: #a8b6b7;
  padding: 0 15px;
  color: #e7eaeb;
  display: inline-block;
  height: 44px;
  line-height: 45px;
  border-radius: 50px;
  font-size: 14px;
}
.career-form .file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline;
  padding: 0 0px;
  font-size: 12px;
  color: #000;
}
.career-form .file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.career-form .form-div-career .common-btn {
  width: 100px;
  background: #1e456c;
  outline: none;
  border: none;
  display: inline-block;
  margin-top: 20px;
}
.sitemap, .common-pages {
  padding: 60px 0;
}
.common-pages p{
  font-size: 15px;
  line-height: 1.5;
}
.sitemap a{
  font-size: 15px;
  line-height: 1.5;
}
  .address-wrap {
    display: flex;
}


.why-us{
  padding: 40px 0px;
}

.about-list{
  padding: 0px 0px 30px 0px;
}

/* 
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  
    pointer-events: none;
}


.dropdown .services-drop{
  left: -22px;
  font-size: 14px;
} */



.services .collapsed .icon-down-sign {
  display: block !important;
}

.services .collapsed .icon-mathematical-addition-sign {
  display: block !important;
  
}
.services .collapsed .icon-minus-symbol {
  display: none;
  color:#fff;background: transparent;
  border:1px solid orange;
}
.services .icon-mathematical-addition-sign{
  display: none;
}
.services .icon-mathematical-addition-sign {
  float: right;
  font-size: 12px;
  padding: 0px 7px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 5px;
  right: 10px;
  transform: rotate(-90deg);
  
}
.services .icon-minus-symbol {
  float: right;
  font-size: 12px;
  padding: 0px 7px;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 5px;
  right: 10px;
  color: #fff;
  transform: rotate(-90deg);
}
.services .collapsed .icon-mathematical-addition-sign {
  display: block !important;
  
}
.services .collapsed .icon-minus-symbol {
  display: none;
  color:#fff;background: transparent;
  border:1px solid orange;
}
.services .icon-mathematical-addition-sign{
  display: none;
}
.services .dropdown-item.active, .dropdown-item:active {
  color: #1e456c;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
}
.services .tab-li{
  background: aliceblue;
}
.home-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  bottom: 50%;
  background: transparent;
}
.home-slider.owl-carousel .owl-nav .owl-prev:hover{
  background-color: transparent;
}
.home-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  bottom: 50%;
  background: transparent;
}
.home-slider.owl-carousel .owl-nav .owl-next:hover{
  background-color: transparent;
}
.solution-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  bottom: 50%;
  background: #002955;
}
.solution-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  bottom: 50%;
  background: #002955;
}
.solution-slider.owl-carousel .owl-nav .owl-next:hover{
  background: #002955;
}
.solution-slider.owl-carousel .owl-nav .owl-prev:hover{
  background: #002955;
}
.address-icon .icon1{
  font-size: 27px;
}
.address-icon .icon2{
  font-size: 22px;
}
nav img {
  width: 33%;
  top: 12px;
  /* position: absolute; */
  position: relative;
}
.career-bulb{
	padding:40px 0px;
}
.career-bulb span{
	font-weight:bold;
}
.career-bulb a{
	color:#007bff;
}
.career-bulb a:hover{
	color:#007bff;
}