body{margin: 0px; padding: 0px;}
h1, h2, h3, h4, h5, h6{margin: 0px; padding: 0px;  font-family: 'Montserrat', sans-serif; }
p{ line-height: 22px; margin-bottom: 10px; padding: 0px; font-size: 16px; color: #333;  font-family: 'Montserrat', sans-serif;}
a{ text-decoration: none;  font-family: 'Montserrat', sans-serif;}
span{font-family: 'Montserrat', sans-serif;}
li{font-family: 'Montserrat', sans-serif;}
button{font-family: 'Montserrat', sans-serif;}
img{max-width: 100%;}
.justify{ text-align: justify;}
.header{padding: 0px 50px;
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255);
  z-index: 99;}
.logo{margin-top: 7px; width: 100px;}
 nav{ display: block;}
.menu {display: block; float: right; margin-bottom: 0px; margin-top:7px;}
.menu li { display: inline-block;position: relative; z-index: 100;}
.menu li:first-child {margin-left: 0;}
.menu li a {font-weight: 500; text-decoration: none; text-transform: uppercase; padding: 30px 20px; display: block;color: #000; transition: all 0.2s ease-in-out 0s; font-size: 16px;}
.menu li a:hover,.menu li:hover>a { color: #FFC200;}
.menu ul {visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  left: -29px;
  background: #fff;
  z-index: 99;
  transform: translate(0,20px);
  transition: all 0.2s ease-out;}
.menu ul:after { bottom: 100%; left: 48%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0);
   margin-left: -6px;}
.menu ul li { display: block; float: none; background: none; margin: 0;padding: 0;}
.menu ul li a { font-size: 14px;
  font-weight: normal;
  display: block; text-transform: capitalize;
  color: #fff;
  background: #000;
  text-align: center;
  border-bottom: 1px solid #2b2b2b; padding: 20px 0;}
.menu ul li a:hover,.menu ul li:hover>a { background: #003262;color: #FFC200;}
.menu li:hover>ul { visibility: visible; opacity: 1; transform: translate(0,0);}
.menu ul ul { left: 169px; top: 0px; visibility: hidden; opacity: 0; transform: translate(20px,20px); transition: all 0.2s ease-out;}
.menu ul ul:after {left: -6px; top: 10%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
 border-color: rgba(255, 255, 255, 0);border-right-color: #fff;border-width: 6px; margin-top: -6px;}
.menu li>ul ul:hover { visibility: visible; opacity: 1; transform: translate(0,0);}

a.fontlarge svg{font-size: 20px !important; position: relative; top: 3px; color: #000;}
a.login {font-size:16px; color: #000 !important; text-transform: uppercase;}

.responsive-menu {display: none;
  width: 100%;
  padding: 20px 26px;
  color: #201f1f;
  text-transform: uppercase;
  font-weight: 600;}
.responsive-menu:hover {color: #201f1f; text-decoration: none;}
a.homer {background: #9ca3da;}

@media screen and (max-width: 640px) {
  .responsive-menu {
    display: none;
    width: auto;
    padding: 20px 26px;
    color: #201f1f;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .menu{width: 100%;}
  ul.menu{padding-left: 0px !important; margin-top: 20px;}
  .menu li a {
    background: #fff;
    color: #797979;
    padding: 10px 15px;
  }
  ol.breadcrumb li {
    font-size: 10px !important;
  }
  .input-group-text {
    display: unset;
    width: 100%;
  }
  td{font-size: 13px !important;}
  th{font-size: 13px !important;}
}
  
.top_header{background: #003262; width: 100%; padding: 10px 0px;}
.top_header ul {margin-bottom: 0px; float:right; margin-right: 5px;}
.top_header ul li {list-style: none; display: inline-block; margin-bottom: 0px;}
.top_header ul li a{list-style: none; font-size: 14px; color: #fff; margin: 0px 20px; text-transform: uppercase; transition:  all ease 0.5s;}
.top_header ul li a:hover{ color: #FFC200; transition:  all ease 0.5s;}

.bannertext{position: absolute; top: 40%; left: 9%;}
.bannertext h2{font-style: normal;
  font-weight: 400; color: #FFC200;
  font-size: 25px;
  line-height: 30px;}

  .bannertext h3{font-style: normal;
    font-weight: 700;
    font-size: 45px; color: #FFFFFF;
    line-height: 55px;}

    .bannertext a{font-style: normal;
   font-weight: 700; float: left;
 font-size: 15px; padding: 15px 20px; background: #FFC200; 
  line-height: 18px; color: #000000; margin-top: 40px; transition: all ease 0.5s;
 }
 .bannertext a:hover{background: #003262; color: #fff; transition: all ease 0.5s;}


 .bannertext2{position: absolute; top: 20%; left: 0%; right: 0px; margin: 0 auto; text-align: center;}
 .bannertext2 h2{font-style: normal;
   font-weight: 400; color: #FFC200;
   font-size: 25px;
   line-height: 30px;}
 
   .bannertext2 h3{font-style: normal;
     font-weight: 700;
     font-size: 45px; color: #FFFFFF;
     line-height: 55px;}
 
     .bannertext2 a{font-style: normal; text-align: center; margin:0 auto;
    font-weight: 700;  position: relative; top: 35px;
  font-size: 15px; padding: 15px 20px; background: #FFC200; 
   line-height: 18px; color: #000000; margin-top: 40px; transition: all ease 0.5s;
  }
  .bannertext2 a:hover{background: #003262; color: #fff; transition: all ease 0.5s;}

  button.carousel-control-prev, .carousel-control-next{display: none;}

  section{padding: 30px 0px;}
  .main_headings h4{font-weight: 400;
    font-size: 35px; color: #000;}
  .main_headings{ margin: 0 auto; text-align: center;}
  .solutionsbox{width: 100%; text-align: center; margin-top:80px; transition: all ease 0.5s; padding: 15px;}
  .pic {text-align: center; border-radius: 100%; border: 3px solid #003262; width: 93px;
    height: 93px; margin: 0 auto; position: relative; bottom:60px; }
  .pic img {margin-top: 18px;}
  .solutionsbox h3{
  font-style: normal;
font-weight: 700;
font-size: 25px; color: #003262;
line-height: 30px; bottom: 45px; position: relative;
text-align: center;
text-transform: capitalize;}
.solutionsbox p{ bottom: 30px; position: relative;}

a.bttnstyle{font-style: normal;
  text-align: center;
  margin: 0 auto;
  font-weight: 700; bottom: 20px; position: relative;
  font-size: 15px;
  padding: 15px 25px;
  background: #FFC200;
  line-height: 18px;
  color: #000000;
  margin-top: 11px;
  transition: all ease 0.5s;
  display: inline-block;}

 a.bttnstyle:hover{background: #003262; color: #fff; transition: all ease 0.5s;}
  
 .solutionsbox:hover{ background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); transition: all ease 0.5s;}
  img.imgw{width: 60px; margin-top: 21px;}
  .solutionsbox:hover img{filter: invert(74%) sepia(83%) saturate(1801%) hue-rotate(358deg) brightness(102%) contrast(106%);}
  .solutionsbox:hover .pic{ background-color: #003262;}
  .bgcolor{ background: rgba(0, 0, 0, 0.8); content:""; padding: 200px 0px; width: 100%; height: 100%;}
  .videodiv{width: 60%; margin: 0 auto; text-align: center;}
  .videodiv img{ width: 90px;}
 
  .videodiv h5{
  font-style: normal; margin-top: 15px;
font-weight: 400; color: #FFFFFF;
font-size: 35px;
line-height: 43px;}




.title{color: #1a1a1a;text-align: center;margin-bottom: 10px}
.content{position: relative;width: 90%;max-width: 400px;margin: auto;overflow: hidden; border-bottom: 10px solid #EABA21;}
.content .content-overlay{background: rgba(255, 194, 0, 0.81); position: absolute;height: 100%;width: 100%;left: 0;top: 0;
  bottom: 0;right: 0;opacity: 0;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s}
.content:hover .content-overlay{opacity: 1;}
.content-image{width: 100%}
.content-overlay{border-bottom: 0px solid #FFC200;}



.content-details{position: absolute;text-align: center;padding-left: 1em;padding-right: 1em;
    width: 100%;top: 50%;left: 50%;opacity: 0;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s}
.content:hover .content-details{top: 50%;left: 50%;opacity: 1}

.content-details h3{font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  color: #000000;}
.content-details p{color: #000000;font-style: normal;
  font-weight: 400;
  font-size: 14px; margin-top:0px; padding: 10px 30px;}

  .testmonial{background: #FFF; padding: 50px 0px;}
  .testmonial h4{color: #000000;}
  .playbtton{position: absolute;
    top: 38%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 13%;}

 .videotexts{position: absolute;  bottom: 30px;  width: 40%; padding:5px 20px; 
  background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(0,0,0,1));}   
 .videotexts h5{font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  
  color: #FFFFFF;}
  .videotexts p{font-style: normal;
    font-weight: 400;
    font-size: 16px;
   color: #FFFFFF; margin-bottom: 0px;}

   .testomonialbox{background: #fff; padding: 30px 40px; height: 301px;}


   .testimonial{
    margin: 20px 0;
}
.testimonial .testimonial-content{
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5%;
}
.testimonial .pics{
  width: 150px;
  height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,0.15); display: none;
}
.testimonial .pics img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 10px 0 0 0;
}
.testimonial .post{
    font-size: 12px;
    color: #000;
}
.testimonial .description{
    display: inline-block; text-align: center;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
    color: #000;
    margin: 0; padding: 0px 50px;
    position: relative;
}
.testimonial .description:before{
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid rgba(255,255,255,0.15);
    position: absolute;
    top: 20px;
    left: -21px;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #000;
    border: 1px solid #000;
}
.owl-theme .owl-controls .owl-page span{
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}
@media only screen and (max-width: 767px){
    .testimonial .testimonial-content{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .testimonial .description{
        width: 100%;
    }
    .testimonial .description:before{
        border: 10px solid transparent;
        border-bottom: 10px solid rgba(255,255,255,0.15);
        position: absolute;
        top: -20px;
        left: 47.5%;
    }
}

.description h3{
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;

color: #000000;}
.description span{
  font-style: normal;
  font-weight:normal;
  font-size: 15px;
  line-height: 20px;
  
  color: #000000;}

.owl-pagination{display: none;}  

#testimonial-slider .owl-prev{position: absolute; left: -35px; top: 40%; font-size: 30px; background: none; color: #000; opacity: 0.9;}
#testimonial-slider .owl-next{position: absolute; right: -35px; top: 40%; font-size: 30px; background: none; color: #000; opacity: 0.9;}
#testimonial-slider .owl-buttons{ position: absolute; width: 100%; top: 30%;}
#testimonial-slider .owl-buttons .owl-prev{ float: left; position: relative;}
#testimonial-slider .owl-buttons .owl-next{ float: right; position: relative;}
#testimonial-slider .owl-buttons .owl-prev::before{ content: ' '; position: absolute; background-image: url("../img/black-arrow-left.png"); background-repeat: no-repeat; width: 30px; height: 35px;}
#testimonial-slider .owl-buttons .owl-next::before{ content: ' '; position: absolute; background-image: url("../img/black-arrow-right.png"); background-repeat: no-repeat; width: 30px; height: 35px;}
#testimonial-slider .owl-pagination{ display: none !important;}
#testimonial-slider .owl-theme .owl-controls .owl-page span{width: 30px !important; height: 7px !important; border-radius: 0 !important; border: none; background: #FFC200 !important;}


.logos{margin: 35px auto;
  text-align: center;}
.logos img{ width: 200px; margin: 0 auto; text-align: center;}
.videotext h5{font-size: 30px;}
.videotext h4{font-size: 35px;}
.videodiv span{font-style: normal;
  font-weight: 400;
  font-size: 20px; margin-top: 20px; display: block;
  line-height: 24px;
  text-align: center; margin-bottom: 20px;
  color: #FFFFFF;}
  .videodiv a{font-style: normal;
    font-weight:600;
    font-size: 20px; 
    line-height: 24px; 
    text-align: center;
    color: #FFC200;}

    .footer{background: #003262; float: left; padding: 20px 0px; width: 100%;}
 .footerbox{width: 20%; float: left; padding: 20px 10px; height: 330px !important;}  
 .footerbox p{ color: #fff;display: flex;} 
 .footerbox p img{width: 15px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 10px;}
  .social {padding: 0px; margin-top: 20px; margin-left: 20px;}
  .social a{width: 28px;
    height: 28px;
    line-height: 30px;
    background: #fff;
    border-radius: 100%; margin-right: 5px;
    display: inline-block;  transition:  all ease 0.5s;
    text-align: center;}
    .social a:hover{ background: #FFC200; transition:  all ease 0.5s;}
  .social svg{ font-size: 16px; color: #002F88; }

  .borders2{padding: 20px 30px;}
  .borders{border-left: 1px solid #2a4371; height: 100%; border-right: 1px solid #2a4371; padding: 20px 30px;}
  .footerbox h3{font-size: 16px;
    color: #fff;
    font-weight: bold;}
  .line{background: #FFC200; height: 1px; width: 50px; margin-top: 6px;}
  .footerbox ul{ margin-top: 20px; padding: 0px;}
  .footerbox ul li{ margin: 10px 0px; list-style: none;}
  .footerbox ul li a{ font-size: 16px; color: #fff; transition:  all ease 0.5s;}
  .footerbox ul li a:hover{ font-size: 16px; color: #FFC200; transition:  all ease 0.5s;}

  .footerbottom{background: #000000;
    padding: 0px 0px;
    float: left;
    width: 100%;
    text-align: center;}
  .footerbottom p{ font-style: normal;
    font-weight: 400;
    font-size: 16px; color: #fff;
    padding: 10px 0px; margin-bottom: 0px;}

    .mb-20{ margin-bottom: 20px;}

    /*  #client-slider.item{ margin: 10px 30px;} */
    .our-client{ margin-top: 50px !important;}
    .our-client .item img{ width: 80%;}

    .domain-expertis{background: #003262;}
    .domain-expertis h4{ color: #FFF;  margin-bottom: 50px;}
    .domain-expertis .item{ text-align: center;}
    .domain-expertis .item span{display: block;
      text-align: center;
      color: #FFF; margin-top: 20px;}
      .owl-theme .owl-controls .owl-buttons div{ background-color: transparent !important;}
    .domain-expertis .owl-buttons{ position: absolute; width: 100%; top: 20%;}
    .domain-expertis .owl-buttons .owl-prev{ float: left; position: relative;}
    .domain-expertis .owl-buttons .owl-next{ float: right; position: relative;}
    .domain-expertis .owl-buttons .owl-prev::before{ content: ' '; position: absolute; background-image: url("../img/arrow-left.png"); background-repeat: no-repeat; width: 30px; height: 35px;}
    .domain-expertis .owl-buttons .owl-next::before{ content: ' '; position: absolute; background-image: url("../img/arrow-right.png"); background-repeat: no-repeat; width: 30px; height: 35px;}
    .domain-expertis .owl-pagination{ display: block !important;}
    .domain-expertis .owl-theme .owl-controls .owl-page span{width: 30px !important; height: 7px !important; border-radius: 0 !important; border: none; background: #FFC200 !important;}
    .domain-expertis .owl-theme .owl-controls .owl-page .active span{background: #FFC200 !important;}  
    #client-slider .item{ text-align: center;}

      .statics{background: #003262; padding: 80px 0;}
      .statics h5{ color: #FFF; font-size: 40px;}
      .statics .item{ text-align: center;}
      .statics .item span{display: block;
        text-align: center; font-size: 25px;
        color: #FFC200;}
        .statics .owl-buttons{ position: absolute; width: 100%; top: 20%;}
        .statics .owl-buttons .owl-prev{ float: left; position: relative;}
        .statics .owl-buttons .owl-next{ float: right; position: relative;}
        .statics .owl-buttons .owl-prev::before{ content: ' '; position: absolute; background-image: url("../img/arrow-left.png"); background-repeat: no-repeat; width: 30px; height: 35px;}
        .statics .owl-buttons .owl-next::before{ content: ' '; position: absolute; background-image: url("../img/arrow-right.png"); background-repeat: no-repeat; width: 30px; height: 35px;}
        .statics .owl-pagination{ display: block !important;}
        .statics .owl-theme .owl-controls .owl-page span{width: 30px !important; height: 7px !important; border-radius: 0 !important; border: none; background: #FFC200 !important;}


    .title-white{ color: #FFF !important;}

    .inner-banner{ width: 100%; background-image: url(../img/about-banner.jpg); background-repeat: no-repeat; background-position: center; height: 500px;}
    .inner-banner-text{ width: 100%; margin-top: 15%;}
    .inner-banner-text h2{ color: #FFC200; font-size: 25px;}
    .inner-banner-text h4{ color: #ffffff; font-size: 45px; margin-bottom: 50px;}
    .inner-banner-text a {
      font-style: normal;
      font-weight: 700;
      font-size: 15px;
      padding: 15px 20px;
      background: #FFC200;
      line-height: 18px;
      color: #000000;
      margin-top: 140px;
      transition: all ease 0.5s;
    }
    .inner-banner-text a:hover{background: #003262; color: #fff; transition: all ease 0.5s;}
    .about-text img{ margin-left: 30px;}
    .about-text h3{ font-size: 35px; font-weight: normal;}
    .about-text p{ text-align: justify;}
    .approach-text{ width: 100%; background: #003262; color: #FFF; padding-bottom: 150px;}
    .approach-text h4{ margin-bottom: 20px;}
    .approach-text p{ color: #FFF;}
    .under-approach{width: 100%;}
    .under-approach .boxap{ margin-top: -150px;}
    .under-approach h2{ margin-bottom: 20px; text-align: center;}
    .bgwhite{ background: #FFF; box-shadow: 0px 0px 15px 0px #00000040; padding: 40px; min-height: 380px;}
    .about-3box .col-md-4{ padding: 0;}
    .about-3box .col-md-4 .blubox{ padding: 50px;}
    .about-3box p{ font-size: 15px;}
    .about-3box  .blu1{background: #0059AD;}
    .about-3box  .blu2{background: #004585;}
    .about-3box  .blu3{background: #003262;}
    .about-3box h5{ text-align: center; font-size: 25px; font-weight: bold; color: #FFF; position: relative; margin-bottom: 30px;}
    .about-3box p{ text-align: justify; color: #FFF;}
    .about-3box h5:before{ content: ' '; position: absolute; width: 86px; height: 2px; background: url(../img/yellow-line.png) no-repeat; background-position: 50%; bottom: -10px; left: 38%;}

     .mission-vission h5{ font-size: 35px; color: #FFC200; margin-top: 50px;}
     .mission-vission p{ font-size: 20px; color: #FFF;}
    .mission-vission .msn{background: url(../img/mission.png) no-repeat; text-align: center; padding: 50px; min-height: 350px;}
    .mission-vission .vsn{background: url(../img/vision.png) no-repeat; text-align: center; padding: 50px; min-height: 350px;}

    #exTab2 h3 {
      color : white;
      background-color: #428bca;
      padding : 5px 15px;
    }
    
    /* remove border radius for the tab */
    
    #exTab1 .nav-pills > li > a {
      border-radius: 0;
    }

    .btn {
      font-style: normal;
      font-weight: 700;
      font-size: 15px;
      padding: 15px 20px;
      background: #FFC200;
      line-height: 18px;
      color: #000000;
      margin-top: 40px;
      transition: all ease 0.5s; border-radius: 0;
    }
    .btn:hover{background: #003262; color: #fff; transition: all ease 0.5s;}

    .tabs-soltion{}
    .tabs-soltion h6{ font-size: 20px; font-weight: 500; position: relative; margin: 20px 0;} 
    .tabs-soltion h6::before {
      content: ' ';
      position: absolute;
      width: 56px;
      height: 2px;
      background: url(../img/yellow-line.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
      background-position: 50%;
      bottom: -5px;
      left: 0;
    }
    .tabs-soltion{}

    .tabs-soltion .nav-tabs .nav-link.active{ border: 0; border-bottom: 2px solid #FDB515; font-size: 20px; font-weight: 600; color: #003262;}
    .tabs-soltion .nav-tabs .nav-link{font-size: 20px; color: #003262;}
    .tabs-soltion .nav-tabs {border-bottom: 2px solid #C4C4C4; margin-bottom: 20px !important;}


    .soltions-text .pic{ bottom: 0px !important;}

/* //////////////////////////////// */
div.form {
  background-color: #003262; padding: 50px; color: #FFF !important;
}
div.form h4.careershead { margin-bottom: 50px; color: #FDB515; font-size: 30px; font-weight: bold;}

.contact-wrapper {
  margin: auto 0;
}

.submit-btn {
  float: left;
}
.reset-btn {
  float: right;
}
.form-headline{ margin-bottom: 30px;}
.form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid #FFC200;
}

.highlight-text {
  color: #FFC200;
}

.hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.highlight-text-grey {
  font-weight: 500;
}

.email-info {
    margin-top: 20px;
}

::-webkit-input-placeholder { /* Chrome */
  font-family: 'Roboto', sans-serif;
}

.required-input {
  color: black;
}
@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}

h3,
ul {
  margin: 0;
}

h3 {
  margin-bottom: 1rem;
}

.form-input:focus,
textarea:focus{
  outline: 1.5px solid #FFC200;
}

.form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 0px;
}

.wrapper > * {
  padding: 1em;
}
@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .wrapper > * {
    padding: 2em 2em;
  }
}

ul {
  list-style: none;
  padding: 0;
}

.contacts {
  color: #212d31;
}

.form {
  background: #fff;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
form label {
  display: block;
}
form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

button,
.submit-btn,
.form-input,
textarea {
  padding: 1em;
}

button, .submit-btn {
    font-style: normal; border: none;
    font-weight: 700;
    font-size: 15px;
    padding: 15px 20px;
    background: #FFC200;
    line-height: 18px;
    color: #000000;
    margin-top: 20px;
    transition: all ease 0.5s;
}

button:hover, .submit-btn:hover,
button:focus , .submit-btn:focus{
  background: #003262;
  outline: 0;
  color: #eee;
}
.error {
  color: #FFC200;
}

.navbar-fixed-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
/*     z-index: 1; */
/* background: white; */
}

.navbar-fixed-top.cbp-af-header-shrink {
padding: 10px 0;
}



/* Leadership */
.leadership h4{ margin-bottom: 40px;}
.card-img-overlay {
  transform: translateY(18rem);
  transition: transform 0.18s ease-in;
  /* background-color: #003262; */
}
.leadership a{ cursor: pointer;}
.card-img-overlay .card-text {
  opacity: 0;
  transform: translateY(-6rem);
  transition: opacity 0.05s ease-in, transform 0.25s ease-in;
}
.card-img-overlay .btn {
  opacity: 0;
  transform: translateY(2rem);
}

.leadership .card { border: 0;
  overflow: hidden;
  background-color: #345; width: 100%; float: left; margin: 0 5px 10px 5px; border-radius: 0;
}
.yellow-bodr{ position: absolute; width: 100%; height: 5px;}
.leadership .card-img, .card-img-bottom{ border-bottom-right-radius:0%; border-bottom-left-radius:0%;}
.leadership .card-img, .card-img-top{border-top-left-radius:0%; border-top-right-radius:0%;}
.card:hover .card-img { 
  mix-blend-mode: overlay;
  border-radius: calc(0.25rem - 0px);
}
.card:hover .card-img-overlay {
  transform: translateY(0); padding-top: 65px;
  transition: transform 0.25s ease-out;
  background-color: rgba(255, 195, 0, 0.9);
}
.card:hover .card-text {
  opacity: 1; color: #000; padding: 0 30px;
  transform: translateX(0);
  transition: opacity 0.5s ease-out, transform 0.2s ease-out;
}
.card:hover .card-img-overlay p{ font-style: italic;}
.card:hover .card-img-overlay a{ font-size: 26px; color: #000000; font-weight: 700;}
h2.card-title{ font-size: 26px;}
h2.card-title span{ font-size: 16px; display: block;}
.card:hover .btn {
  opacity: 1;
  transform: translateX(0); border: none;
  transition: opacity 0.7s ease-out, transform 0.35s ease-out;
}
.card:hover h2{ display: none;}

.leadershipmodal .modal-body{ background-color: #003262; color: #FFF; padding: 0 !important;}
.leadershipmodal .modal-dialog { max-width: 80%; margin: 3.75rem auto; }
.leadershipmodal .modal-close{ position: absolute;   top: -50px; right: 0;}
.leadershipmodal h6{color: #FFF; margin-bottom: 20px;}
.leadershipmodal p{color: #FFF;}
.leadershipmodal img{ width: 100%;}
.leadershipmodal .detail{ padding: 20px;}
/* .leadershipmodal .col-md-4, .leadershipmodal .col-md-8{ padding: 0 !important;} */
/* Leadership End */
.career2{ background-image:url(../img/career2bg.jpg) !important; padding: 70px 0;}
.career2 h2{color: #FFC200; font-size: 22px; text-align: center; margin-bottom: 40px;}
.career2 .form{ background-color: transparent !important;}
.career2 .form input,  .career2 .form select,  .career2 .form textarea{background-color: rgba(252, 252, 252, 0.7) !important; }
.detail{ text-align: justify;}


/* Responsive menu */

        @media (max-width: 767px) {
          .mainWrap { width: auto; padding: 50px 20px; }
          .menu { display: none;}
          .responsive-menu { display: block; }
          nav { margin: 0; background: none;}
         .menu li { display: block; margin: 0;}
         .menu li a { background: #fff; color: #797979;}
         .menu li a:hover,.menu li:hover>a {
           background: #029ae5;color: #fff;}
         .menu ul { visibility: hidden; opacity: 0;  top: 0;  left: 0;  width: 100%; transform: initial; }
         .menu li:hover>ul { visibility: visible;  opacity: 1;  position: relative; transform: initial; }
         .menu ul ul { left: 0; transform: initial;}
         .menu li>ul ul:hover { transform: initial; }

         
        }

        @media (max-width: 767px) {
        .footerbox{width: 100%; height: auto !important;}
        .card {width: 100%; border-radius: 0;}
         .card-img-overlay { transform: translateY(13rem);}
         .testmonial{ padding-bottom: 120px !important;}
         .about-text img{margin-left: 0px;}
        }


        .leadership h2{ margin-bottom: 10px;}
        .leadership h6{ margin-bottom: 30px;}
        .leadership .row{ margin-bottom: 50px !important;}


        .custom-file-upload-hidden {
          display: none;
          visibility: hidden;
          position: absolute;
          left: -9999px;
      }
      .custom-file-upload {
          display: block;
          width: auto;
          font-size: 16px;
          margin-top: 30px;
          //border: 1px solid #ccc;
          label {
              display: block;
              margin-bottom: 5px;
          }
      }
      
      .file-upload-wrapper {
          position: relative; 
          margin-bottom: 5px;
          //border: 1px solid #ccc;
      }
      .file-upload-input {
          width: $file-upload-size;
          color: #333;
          font-size: 16px;
          padding: 11px 17px; 
          border: none;
          background-color: $file-upload-color; 
          @include transition(all 0.2s ease-in); 
          float: left; /* IE 9 Fix */
          &:hover, &:focus { 
              background-color: darken($file-upload-color, 5);
              outline: none; 
          }
      }
      .file-upload-button {
          cursor: pointer; 
          display: inline-block; 
          color: #fff;
          font-size: 16px;
          text-transform: uppercase;
          padding: 14px 20px; 
          border: none;
          margin-left: -1px;   margin-top: 0px;
          background-color: darken($file-upload-color, 10); 
          float: left; /* IE 9 Fix */
          @include transition(all 0.2s ease-in);
          &:hover {
              background-color: darken($file-upload-color, 20);
          }
      }

select.form-input{ background: #FFF !important; color: #666;}

/////////////////////////////////




