@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
/*  */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
 font-family: 'Montserrat', sans-serif;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}

.f-regular{
 font-family: 'Montserrat', sans-serif;
   font-weight:400;
 }
.f-medium{
font-family: 'Montserrat', sans-serif;
  font-weight:500;
}
.f-semibold{
font-family: 'Montserrat', sans-serif;
  font-weight:600;
}
.f-bold{
font-family: 'Montserrat', sans-serif;
  font-weight:700;
}

a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    /*height: 76px;*/
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
    /*background: #ffffff0d;*/
    background: #fff;
    /*background: linear-gradient(to top, rgb(255 255 255 / 0%)22%, rgb(0 0 0 / 54%)60%);*/
    box-shadow: 0px 2px 10px #00000059;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background:  #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
/*header.shrink .whitelogo{
  display: none;
}*/
header .whitelogo {display: none !important;}
header .navbar-brand img.color-logo{
  display: block;
}
/*header.shrink .navbar-brand img.color-logo{
  display: block;
}*/
/*header.shrink .navbar-expand-md .navbar-nav .nav-item .nav-link{
  color: #000;
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link{
  color: #fff;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link img{
 filter: invert(47%) sepia(97%) saturate(5528%) hue-rotate(353deg) brightness(96%) contrast(90%);
}*/
/*header.shrink .navbar-expand-md .navbar-nav .nav-link img.email {
    filter: invert(325%) sepia(88%) saturate(7479%) hue-rotate(436deg) brightness(112%) contrast(92%);
}*/
/*header.shrink .navbar-expand-md .navbar-nav .nav-item .nav-link.active {
    color: #0e3475;
    font-weight: 500;
}*/

header .navbar-expand-md .navbar-nav .nav-item .nav-link{
  color: #000;
}
header .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link{
  color: #fff;
}
header .navbar-expand-md .navbar-nav .nav-link img{
 filter: invert(47%) sepia(97%) saturate(5528%) hue-rotate(353deg) brightness(96%) contrast(90%);
}
header .navbar-expand-md .navbar-nav .nav-item .nav-link.active {
    color: #0e3475;
    font-weight: 500;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1829px;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
  position: relative;
  right: 0;
}
header li.nav-item {padding: 6px 0;}
.navbar-expand-md{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  padding: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 17px;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: 16px 16px;
    position: relative;
}
.navbar-expand-md .navbar-nav .nav-link:hover{
  color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 0%;
    height: 3px;
    bottom: -18px;
    left: 0;
     transition: all 0.3s ease-in-out;
}
.navbar-expand-md .navbar-nav .nav-link:hover:before{
  width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child {
    background: #e8401e;
    padding: 0px 16px;
    /*height: 76px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link::before{
  display: none;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7), .navbar-expand-md .navbar-nav .nav-item:nth-child(8) {
    background: #ffffff29;
    /*height: 76px;*/
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7){
  padding-left: 15px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(8){
  padding-right: 15px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:hover:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(8) .nav-link:hover:before{
  width: 0;
}
.navbar-expand-md .navbar-nav .nav-link.active::before{
  width: 100%;
}
.navbar-expand-md .navbar-nav .nav-link img {
    width: 23px;
    margin-right: 10px;
}

.navbar-brand {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0;
}
.navbar-brand img {
  width: 100%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
  .main-footer .footer-wrapp{
    display: flex;
    width: 100%;
    position: relative;
      z-index: 1;
  }
  footer{
    position: relative;
  }
 
  .main-footer {
    background: #f2efef;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 5%;
    padding-bottom: 3%;
}
.column .footer-contact a{
  font-size: 19px;
  color: #000;
}
.main-footer a i {
    color: #000;
}
.footer-contact .img-box {
   /* height: 45px;
    width: 46px;
    background: #ffffff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}
.footer-contact .img-box img {
    width: 21px;
    filter: invert(0%) sepia(3%) saturate(0%) hue-rotate(244deg) brightness(55%) contrast(103%);
}
  .btm-strip {
      background: #364953;
  }
  .btm-strip .container {
    padding: 21px 15px 21px 0px;
}
    .column:nth-child(1) {
    width: 28%;
    margin-right: 20px;
}
 .column:nth-child(1) p {
    color: #000;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}
  .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
  }
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}

  .social-box .facebook:hover{
    color: #4267B2;
  }
  .social-box .twitter:hover{
    color: #1d9bf0;
  }
  .social-box .insta:hover{
    color: #6938b9;
  }
  .social-box .linkedin:hover{
    color: #0072b1 ;
  }
 .footer-logo {
    display: block;
    width: 70%;
}
  .column:nth-child(2) {
    width: 11%;
  }
  
 .column h4 {
    color: #253a73;
    font-size: 20px;
    margin-bottom: 17px;
}
  .column a:hover{
    color: #253a73;
  }
  .footer-contact span {
    color: #5EC434;
    font-size: 30px;
    margin-right: 5px;
}
  .footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 11px;
}
 
  .column:nth-child(2) .footer-contact a {
      padding-bottom: 0;
      color: #fff;
      font-size: 15px;
      margin-left: 15px;
  }
  .column:nth-child(3) {
    width: 25%;
      padding-left: 40px;
}
  
  .column:nth-child(3) h4, .column:nth-child(4) h4 {
      margin-bottom: 20px;
  }
  .column:nth-child(4) {
    width: 26%;
    padding-left: 20px;
}
  .column:nth-child(5) {
    width: 24%;
}
 .column:nth-child(5) p {
    font-size: 16px;
    margin-bottom: 27px;
}
  
  .column a {
      display: block;
      padding-bottom: 15px;
      line-height: 1;
      color: #000;
      font-size: 16px;
      opacity: 74%;
  }
  .column p{
    color: #000;
    width: 100%;
    font-size:14px;
  }
  .column .social{
    margin-top: 15px;
  }

  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    width: 85%;
    margin-bottom: 0;
  }
.common-btn {
    width: 167px;
    height: 61px;
    background: #e8401e;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    transition: all 0.3s ease-in-out;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#0B3476;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    border-radius:0px;
    color: #fff;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    margin-left: 5px;
}

.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}

.btm-strip {
    background: #253a73;
}
.btm-strip a {
    font-size: 16px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}


/**/
.container {
  max-width: 1680px;
}
.slider-btn{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.slider-btn .common-btn{
  margin-right: 18px;
}
.slider-btn .common-btn:last-child{
  background: #0B3476;
}
.caption-left h2 {
    font-size: 100px;
    line-height: 109px;
    margin-bottom: 24px;
}
p{
  font-size: 19px;
}
.white{
  color: #fff;
}
.caption-left {
    position: absolute;
    top: 28%;
    left: 7%;
}
.slider-section .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    border: 1px solid #6d9bb9;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.slider-section .owl-theme .owl-nav [class*=owl-] img{
  filter: invert(100%) sepia(0%) saturate(7487%) hue-rotate(2deg) brightness(107%) contrast(104%);
  width: 67%;
}
.vision-bg .text-wrapp p {
    font-size: 29px;
}
section.footer-top .container {
    width: 85%;
    margin: 0 auto;
}
section.about .row {
    width: 90%;
    margin: 0 auto;
}
.footer-top .col-md-3{
  padding: 0px 8px;
}
.slider-section .owl-theme .owl-nav [class*=owl-]:hover{
  background:#6d9bb9 ;
}
.slider-section .owl-nav {
    position: absolute;
    right: 5%;
    bottom: 12px;
}
.slider-counter {
    position: absolute;
    bottom: 4%;
    color: #fff;
    z-index: 1;
    font-size: 37px;
    left: 7%;
}
.slider-section .owl-dots {
    position: absolute;
    bottom: 1%;
    left: 7%;
}
.slider-section .owl-theme .owl-dots .owl-dot span {
    width: 100px;
    height: 1px;
    margin: 5px 0px;
    background: #D6D6D6;
    border-radius: 0;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span, .slider-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    height: 4px;
    position: relative;
    top: 1px;
}
.our-number {
    padding: 9% 0 10%;
    position: relative;
}
.our-number .bg-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
  .navbar-brand img {
         margin: inherit;
        width: 14%;
        margin-top: 3px;
         display: flex;
         justify-content: center;
    }
.heading{
  font-size: 52px;
}
.number-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.number-single {
    width: 24%;
    box-shadow: 0px 16px 28px #0000001a;
    border: 1px solid #E3E0E0;
    height: 306px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 36px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: relative;
    top: 1px;
}
.number-single:hover{
  background: #0B3476;
  box-shadow: 0px 53px 76px #00000029;
  top: -20px;
}
.number-single h4 {
    font-size: 60px;
    color: #0B3476;
    margin: 10px 0px;
}
.number-single:hover h4,
.number-single:hover p{
  color: #fff;
}
.number-single p{
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
.number-single:hover img {
    filter: invert(73%) sepia(11%) saturate(7498%) hue-rotate(-167deg) brightness(241%) contrast(91%);
}
.breadcum {
    position: relative;
    margin-top: 0px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.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%);
}
.breadcum .main-img {
    width: 100%;
    filter: brightness(0.5);
}
.caption-heading {
    position: absolute;
    top: 42%;
  }
.breadcum h1 {
    font-size: 75px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.bredcrum-list a{
  color: #5E5D64;
  font-size: 16px;
}
.bredcrum-list .slash{
  color: #E6310D;
}
.bredcrum-list span{
  color: #5E5D64;
   font-size: 16px;
}
.bredcrum-list {
    background: #fff;
    position: absolute;
    bottom: 0px;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
    padding:20px 20px 32px;
    border-top: 8px solid #243972;
}
.get-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.get-single {
    width: 26%;
    color: #fff;
   padding: 38px 0px;
   height: 305px;
   position: relative;
   text-align:center;
}
.get-single::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 21px solid #0B3476;
    border-bottom: 19px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.get-single:nth-child(1){
  background: #0B3476;
}
.get-single:nth-child(2){
  background: #1953B1;
}
.get-single:nth-child(3){
  background: #3B80F1;
}
.get-single:nth-child(3)::before{
    border-left: 21px solid #1953b1;
  }
.get-single .img-box{
  width: 50px;
  height: 50px;
  background: #ffffff29;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.get-single h4{
  font-size: 23px;
  margin-bottom: 33px;
  margin-top: 7px;
}
.get-single h5{
  font-size: 19px;
  padding-left: 40px;
  margin-bottom: 0;
}
.get-single p,
.get-single a {
    font-size: 19px;
    margin-bottom: 0;
    line-height: 26px;
    padding-left: 40px;
    color: #fff;
    display: block;
}
.get-single a{
  text-align: center;
  padding-left: 0;
  color: #fff;
}
.support h2{
  font-size: 140px;
  color: #fff;
}
.some-text{
  display: flex;
  align-items: center;
}
.support h3{
  font-size: 41px;
  line-height: 50px;
  padding-left: 10px;
  color: #fff;
}
.right-text {
    display: flex;
    padding: 10px 0px;
}
.support {
    position: relative;
    color: #fff;
    padding: 8% 0;
    margin-top: 4%;
    margin-bottom: 3%;
}
.support .bg-img{
  position: absolute;
  top: 0;
  z-index: -1;
}
.right-text a {
    color: #fff;
    font-size: 19px;
    padding-left: 14px;
}
.support .row {
    width: 100%;
    margin: 0 auto;
    align-items: center;
}
.form-group .hide_label {
    position: absolute;
    top: 5px;
    left: 0px;
    margin: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    color: #000000;
    opacity: 39%;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.form-group .hide_label span{
  color: red;
}
.form-div .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c7c1c1;
    padding-left: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}
.form-group {
    position: relative;
    margin-bottom: 51px;
}
.form-control:focus{
  box-shadow: none;
}
p#msg-error3 {
    margin-bottom: 0;
    font-size: 14px;
    color: red;
    font-style: italic;
    font-weight: 600;
    margin-top: 5px;
}
.form-div .common-btn {
    outline: 0;
    background: #E6310D;
    border: 0;
    margin-top: 6%;
}
.how-can h2{
  font-size: 35px;
  margin-bottom: 40px;
}
.how-can{
  padding-top: 5%;
  padding-bottom: 3%;
}
.form-div {
    width: 89%;
}
section.work {
    padding-top: 1%;
    padding-left: 20px;
    padding-bottom: 2%;
}
.opportunity-div {
  padding: 50px 0;
  background: #F4F4F5;
}
.opportunity-div h2 {
  
  margin-bottom: 30px;
}
.opportunity-div .nav-tabs li {
  margin: 0 0 20px
}
.opportunity-div .nav-link {
  display: block;
  background: #fff;
  padding: 20px;
  border: 0;
  position: relative;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.opportunity-div .nav-link h5 {
  font-size: 19px;
  color: #000;
  margin-bottom: 2px;
}
.opportunity-div .nav-link small {
  font-size: 16px;
  color: #000000;
  opacity: 52%;
}
.opportunity-div .nav-link.active,
.opportunity-div .nav-link:hover {
  box-shadow: 0 7px 10px 0 rgba(179, 183, 189, .65)
}
.opportunity-div .nav-link .common-btn {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  background: #BFBFBF;
   width: 100px;
  height: 38px;
  padding: 7px;
  text-align: center
}
.opportunity-div .nav-link.active .common-btn {
  background: #e8401e;
  color: #fff
}
.opportunity-div .nav-tabs .nav-link:focus,
.opportunity-div .nav-tabs .nav-link:hover {
  border-color: unset;
  border: 0
}
.job-header .img-box {
  width: 61px;
  height: 61px;
  background: #0B3476;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 26px;
  margin-bottom: 1rem;
}
.job-header h4 {
  font-size: 20px;
  padding-left: 30px;
  margin-top: 0 !important;
}
.opportunity-div .card-body {
  padding: 34px 42px;
}
.opportunity-div .card-body h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.opportunity-div .card-body p {
  line-height: 33px;
  margin-bottom: 0;
}
.opportunity-div .card-body ul {
  padding-left: 20px;
}
.opportunity-div .card-body li {
  margin-bottom: 25px;
  font-size: 19px;
  position: relative;
}
.opportunity-div .card-body li::before {
  position: absolute;
  content: "";
  background: #0B3476;
  height: 8px;
  width: 8px;
  left: -18px;
  top: 10px;
}
.opportunity-div .card-body a {color: #fff; margin-top: 1rem;}
section.beyond {
    padding: 50px 0px;
}
.beyond-slider{
  margin-top: 50px;
}
.beyond-slider.owl-theme .owl-nav [class*=owl-],
.beyond-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ccc;
    font-size: 23px;
   background: transparent;
}
.beyond-slider .owl-next {
    position: absolute;
    right: -4%;
    top: 42%;
}
.beyond-slider .owl-prev {
    position: absolute;
    left: -4%;
    top: 42%;
}
.common-page{
  padding: 50px 0px;
}
.common-page img{
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.common-page p{
  font-size: 16px;
}
.common-page h4{
  font-size: 20px;
  font-weight: 500;
}
.common-page h3{
  font-size: 19px;
  font-weight: 500;
}
.sitemap{
  padding: 50px 0px;
}
.sitemap a{
  display: block;
  color: #222;
  margin-bottom: 10px;
  font-weight: 500;
}
.sitemap a:hover{
  color: #000;
  font-weight: 600;
}
.sitemap h4{
  font-size: 20px;
  color: #E6310D;
}
.error-btns{
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-btns .common-btn{
  margin: 0px 5px;
  width: 120px;
  font-size: 16px;
  height: 50px;
}
/**/
.footer-top {
    background-image: url(../images/footer-form.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

.footer-top h3, .footer-top p{
color:#fff;
}
.footer-top .form-control {
    background: #ffffff63;
    padding: 16px 20px;
    color: #fff !important;
    border:0px;
    border-radius:0px;
}

.footer-top .form-control::placeholder{
color:#fff;
}

.footer-top .common-btn {
    border-radius: 0px;
    background-color:#E6310D;
    width: 200px;
    border: 0;
}
.footer-top .common-btn span {
    padding-right: 5px;
}

.news-slider .item {
    position: relative;
}

.news-slider .item .caption-text {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: #fff;
    padding: 10px 20px;
    background: #00000045;
}
.news-slider.owl-theme .owl-dots .owl-dot.active span, .news-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #0B3476;
}
.news-slider .owl-nav img {
    width: 37%;
   filter: invert(78%) sepia(0%) saturate(2177%) hue-rotate(348deg) brightness(97%) contrast(102%);
}
.news-slider.owl-theme .owl-dots .owl-dot span {
    margin: 36px 4px 0;
    width: 10px;
    height: 10px;
  }
.caption-text p {
    margin-bottom: 0px;
}
.news {
    background-image: url(../images/news-banner.png);
    padding: 5% 0px;
    width: 100%;
    height: 432px;
}
.news h4 {
       color:#fff;
}
.news .row {
    width: 86%;
    margin: 0 auto;
    align-items: center;
}
.news p{
  color:#fff;
  margin-bottom: 0;
}
.news .container {
    margin-top: 50px;
}
.news-slider {
  width: 86% !important;
  margin: 0 auto;
}
.news-slider {
    margin-top: -50px;
}
.news-slider .owl-nav {
    position: absolute;
    top: 37%;
    width: 100%;
}
.news-slider.owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.news-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background:transparent;
}
.news-slider .owl-prev {
    position: absolute;
    left: -9%;
}

.news-slider .owl-next {
    position: absolute;
    right: -9%;
}
.news-slider .item{
  transition:0.3s all ease-in-out;
}
.news-slider .item:hover .caption-text{
  background-color: #e6310dd6;
  transition:0.3s all ease-in-out;
}

.home-about {
    position: relative;
}

.home-about .img-div {
    position: relative;
    /* right: 0; */
}
 .home-about .about2 {
    position: absolute;
    right: 0;
    /* width: 85%; */
}
.home-about {
    position: relative;
    height: 939px;
    padding-top: 5%;
    margin-bottom: 50px;
    padding-left: 6%;
}

.home-about .about1 {
    position: absolute;
    top: 170px;
    z-index: 1;
    /* width: 70%; */
    left: 7%;
}
.home-about span{
  position: absolute;
    font-weight:300;
    font-size:20px;
    color:#000000;
    background: #fff;
    left: 90px;
  }

 .home-about h3 {
    position: relative;
    font-weight:700;
    font-size: 40px;
    color:#0B3476;
    padding-left: 30px;
}
.home-about h2 {
    margin-top: 60px;
    margin-bottom: 22px;
}
.home-about p{
  margin-bottom: 28px;
}
.home-about .col-md-5 {
    position: relative;
    top: 96px;
}
.home-about h3:before {
    position: absolute;
    content: "";
    width: 17%;
    height: 80px;
    border: 1px solid #E6310D;
    left: 14px;
    top: -15px;
}
.news-slider {
    margin-bottom: 60px;
}
.value-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top h3{
  font-size:38px;
}
.about {
    padding: 80px 0px;
}

.vision-bg {
    background: url(../images/vision-bg.webp);
   /* padding: 60px 0px;*/
    height: 500px;
    background-position: center;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
}

.vision-about  .tab-div {
    width: 50%;
    background: #E6310D;
}

.vision-about .tab-div{
   background: #E6310D;
   border:0px;
   font-size: 25px;
   color:#fff;
   position:relative;
   display: flex;
   /* align-items: center;*/
    justify-content: center;
    text-align: center;
}
.tab-section {
    display: flex;
}
.vision-about .tab-div img {
    width: 16%;
    /* margin: 0 auto; */
    /* text-align: center; */
    /* display: block; */
}
.vision-about a.active{
  background-color:#0B3476;
}
.vision-about a{
width: 100%;
padding: 20px 0px;
}
.vision-about  a img {
    padding-right: 15px;
    width: 15%;
    filter: invert(93%) sepia(100%) saturate(0%) hue-rotate(223deg) brightness(106%) contrast(108%);
}
.vision-about .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-about .tab-div a:before {
    content: "";
    position: absolute;
    background: #0B3476;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 45%;
    transform: rotate(45deg);
    opacity: 0;
}
.vision-about .tab-div a.active:before {
    opacity: 1;
}
.vision-bg .text-wrapp {
    text-align: center;
    color: #fff;
    padding: 0px 90px;
    margin-top: 50px;
}
.vision-bg .text-wrapp h3{
  margin-bottom:50px;
  
}
.chairman-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
.chairman-wrapper .chairman-single:nth-child(1) {
    background: #ccc;
    width: 39%;
}
.chairman-wrapper .chairman-single:nth-child(2) {
    width: 77%;
    background-color: #F4F4F5;
    padding: 56px 54px;
}
.chairman-wrapper .chairman-single:nth-child(1) img {
    margin: 0 auto;
    display: block;
}
.chairman {
    padding: 50px 0px;
}

.chairman h2{
  margin-bottom:30px;
}
.grey{
  color:#0000007d;
}
.team-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-img img {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.team-img {
    background: #D4D4D8;
    padding: 30px 0px;
}
.team-single {
    margin: 0px 20px;
}
.team-members {
    background: #F4F4F5;
    padding: 60px 0px;
}

.team-content {
    padding: 10px;
    background: #fff;
}

.team-members .heading{
text-align:center;
margin-bottom:30px;

}
.team-single p{
  margin-bottom:5px;
}
.team-single span {
    font-size: 13px;
    color: #0B3476;
}
.chairman-wrapper{
  position:relative;
}
.chairman-wrapper:before {
    position: absolute;
    content: "";
    width: 3%;
    height: 94%;
    left: -11px;
    background: #f4f4f5;
    z-index: -1;
}
.services {
    padding: 60px 0px 50px;
}
.services .container, .services-contact .container, .faq-main .container {
    padding: 0px 80px;
}
.services.other-services .heading {
    padding-top: 30px;
}
.services.other-services .col-md-6 {
    padding: 0px;
}
.col-md-6.content-padding {
    padding-left: 30px !important;
}
.col-md-6.content-padding {
    padding-right: 30px !important;
}
.services .img-div {
    margin-top:0px;
    /*margin-bottom: 40px;*/
}
.services p.f-medium {font-weight: 400;}
.services ul li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  color: #212529;
    font-weight: 400;
}
.services ul li:before {
    position: absolute;
    content: "";
    background: #0B3476;
    left: 0px;
    width: 7px;
    height: 7px;
    z-index: 1;
    top: 7px;

}

.faq-main {
    padding: 20px 0px;
}
.services h4 {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size:20px;

}
.services h2 {
    margin-bottom: 20px;
    font-size: 30px;
}
.faq .card{
  margin-bottom: 15px;
}
.faq .card-header .btn-link {
    color: #0B3476;
    font-size: 18px;
    text-decoration: none;
    padding: 13px 0px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    text-align: left;
}
   .faq .card-body{
    padding-left: 0;
   }
 
  .faq .icon-mathematical-addition-sign {
    float: right;
    font-size: 9px;
    padding: 9px;
    color: #0B3476;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: -2px;
    border-radius: 50%;
    transform: rotate(-90deg);
}
.faq .icon-minus-symbol {
    float: right;
    font-size: 9px;
    padding: 9px;
    transition: all 0.5s ease-in-out;
    position: relative;
    color: #0B3476;
    border-radius: 50%;
}
.faq .collapsed .icon-mathematical-addition-sign {
  display: block !important;
}
.faq .collapsed .icon-minus-symbol {
  display: none;
  color:#fff;background: transparent;
  border:1px solid orange;
}
.faq .icon-mathematical-addition-sign{
  display: none;
}
.faq .card-body {
width: 100%;
margin: auto;
}
.faq .card-header{
  background: #fff;
  padding:0;
  border:0px;
}
.faq .card-body p{
  font-size: 15px;
  width: 100%;
}
.faq .card-body a{
  color: #008bd2;
}


.faq .card{
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-left:0px;
  border-right:0px;
  border-radius: 0px;
}
.faq .card-header .btn-link span {
    font-size: 20px;
    padding: 0px;
    margin-top: 10px;
}

.service-wrapp {
    display: flex;
}
.service-single {
    width: 50%;
}
.service-wrapp .service-single:nth-child(2) {
    padding-left: 40px;
}

.services-contact .container{
  padding:0px 80px;
}
.service-single h3{
  color:#0B3476;
}
.faq-main h2 {
    margin-bottom: 25px;
}

.related-work .item {
    position: relative;
}
.related-work .caption-work {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #0000006b;
    color: #fff;
    padding: 10px 30px;
}

.related-work .caption-work p{
  margin-bottom:5px;
}
.related-work {
    background: #F7F7FA;
    padding: 60px 0px;
}

.related-work .owl-nav {
    position: absolute;
    width: 100%;
    top: 43%;
}

.service-slider.owl-theme .owl-nav [class*=owl-]{
  background-color:transparent !important;
  color:#ccc !important;
}
.service-slider .owl-nav img {
    width: 37%;
    filter: invert(78%) sepia(0%) saturate(2177%) hue-rotate(348deg) brightness(97%) contrast(102%);
}
.related-work .owl-prev {
    position: absolute;
    left: -11%;
}

.related-work .owl-next {
    position: absolute;
    right: -10%;
}
.service-slider .owl-nav img {
    width: 22%;
  }
.related-work h2 {
    margin-bottom: 30px;
}

.related-work .container{
  padding:0px 80px;
}

.services-contact {
    padding-bottom: 50px;
}

.services .img-div {
    overflow: hidden;
}
.services .img-div img {
    transition: 0.5s all ease-in-out;
    width: 100%;
}
.services .img-div img:hover {
    transform: scale(1.1);
}

.work-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}

.work-wrapper .work-single {
    width: 49.45%;
    color: #fff;
    margin-bottom: 1.3%;
}

.work-single {
    position: relative;
}

.work-wrapper .work-single .work-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #00000073;
    padding: 10px 30px;
}

.work-wrapper .work-single .work-content p{
  margin-bottom:5px;
}

.work-wrapper .work-single h3 {
    font-size: 20px;
}

.work-sec{
  padding:50px 0px;
  text-align:center;
}
.work-sec .container {
    padding: 0px 100px;
}

 
@keyframes fadeInDown {
  0% {
     opacity: 0;
     transform: translateY(30px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
}
}

.homeservice{
  position:relative;
}
.homeservice .owl-dots  {
    position: absolute;
    right: 5%;
    text-align: right;
    top: 33%;
    z-index:1;
    display: flex;
    flex-direction: column;
}
.homeservice .owl-dot{
text-align:right;
border:0px !important;
background-color:transparent !important;
display:block;
margin-bottom:15px;
cursor:pointer;
position:relative;
color:#ffffff8a;
  margin-bottom:10px;
}


.homeservice .owl-dot button {
    background: transparent !important;
    color: #ffffff82;
    border: 0px;
    font-size: 18px;
    cursor:pointer;
}
.homeservice .owl-dot.active button{
  color:#fff;
  font-size:20px;
}
.homeservice .tabcontent {
    position: absolute;
    top: 35%;
    left: 6%;
    color: #fff;
    width: 40%;
}

.homeservice .tabcontent h3 {
    font-size: 40px;
}

.homeservice .owl-dot:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    right: -16px;
    top: 9px;
    border-radius: 10px;
}
.owl-dots button {
    background: transparent;
    border: 0px;
}
.owl-nav button {
    border: 0px;
}
.homeservice .owl-dot.active:before{
  background-color:#e8401e;
  top: 12px;
}
.homeservice .owl-dot:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid  #cccccc75;
    border-radius: 20px;
    top: 3px;
    right: -22px;
    opacity:0;
}

.homeservice .owl-dot.active:after{
  opacity:1;
  top:6px;
}
ul.dropdown-menu {
    min-width: 15rem;
   padding: 19px 18px 7px;
   background-color: #fff;
    top: 60px;
    border: 0px;
    left: 0%;
    border-radius: 0px;
    box-shadow: 0px 0px 10px #ccc;
}
.dropdown-link {
  margin-bottom: 11px;
  display: block;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.dropdown-link:hover{
  color: #1B4FAA;
}
.dropdown-link.active {
    color: #0e3475;
    font-weight: 600;
}

.template {
  position: relative;
}
.template .wrapp-navbar {
  position: absolute;
  right: 35px;
  top: 3%;
}
/*.template .sticky.fixed {
  position: sticky;
  top: 33%;
  z-index: 1;
  right: 0px;
}*/
.template .sticky.fixed {
    position: fixed;
    top: 33%;
    z-index: 1;
    right: 0px;
    width: 20%;
} 
.template .wrapp-navbar{
   position: fixed;
    top: 33%;
    z-index: 1;
    right: 0px;
    width: 82%;
  }
.template .sub-navbar .nav-link{
  color: #ffffffab;
  /*opacity: 0.6;*/
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 19px;
  padding-right: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.template .sub-navbar .nav-link::before{
  position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    right: -16px;
    top: 9px;
    border-radius: 10px;
    }
.template .sub-navbar .nav-link::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #cccccc75;
    border-radius: 20px;
    top: 3px;
    right: -22px;
    opacity: 0;
     transition: all 0.3s ease-in-out;
}

.template .sub-navbar .nav-link.active {
    color: #fff !important;
    opacity: 1;
    font-size: 20px;
  /*  border-right: 4px solid  #f4e915;*/
}
.template .sub-navbar .nav-link.active::after{
  opacity: 1;
  top: 3px;
}
.template .sub-navbar .nav-link.active::before{
background-color: #e8401e;
  }
/*.template .sub-navbar .nav-link.active span{
  opacity: 1;
  font-size: 25px;
}*/
.tab-wrapper{
  padding: 13% 0% 9% 2%;
}

.tab-wrapper .box h2 {
    font-size: 38px;
    color: #fff;
}
.tab-wrapper .box p {
    color: #fff;
    margin-bottom: 30px;
}


.home-tab{
  background-image: url(../images/freightforwarding-banner.png);
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
}
.home-tab2{
  background-image: url(../images/customclearnce-banner.png);
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
}

.home-tab3{
  background-image: url(../images/warehousing-home.png);
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
}
.home-tab4{
  background-image: url(../images/transportation-home.png);
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
}
.home-tab5{
  background-image: url(../images/lcl-home.png);
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
}
.template {
  position: relative;
}
.template .wrapp-navbar {
    position: absolute;
    right: 35px;
    top: 7%;
}
.template .tab-wrapper .box h3 {
    font-size: 40px;
    color: #fff;
}
/*.template .sticky.fixed {
  position: sticky;
  top: 33%;
  z-index: 1;
  right: 0px;
}*/

.tab-wrapper .box {
    width: 50%;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
    padding: 19px 20px;
}
.work .container {
    text-align: center;
}
.fp-section{
  position: relative;
}
.fp-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(to left, rgb(255 255 255 / 0%)22%, rgb(0 0 0 / 26%)60%);
}

.service-slider a {
    color: #fff;
}
.related-work .item .service-content {
    position: absolute;
    bottom: 0px;
    /* left: 20px; */
    transition: 0.3s all ease-in-out;
    width: 100%;
    height: 18%;
    padding: 20px;
}
.related-work .item:hover .service-content {
    height: 35%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%)20%, rgb(36 57 114 / 80%)60%);
}
.related-work .item .service-content .common-btn{
  display:none;
  border:0px;
}

.related-work .item:hover .service-content .common-btn{
  display:block;
  transition:0.3s all ease-in-out;
}
 .work-single {
    overflow: hidden;
}
 .work-single img {
    transition: 0.5s all ease-in-out;
    width: 100%;
}
 .work-single:hover img {
    transform: scale(1.1);
}

.related-work img {
    filter: brightness(0.8);
}
/*.work-single:hover img {
    transform: scale(1.5);
}*/

.slider-section{
display: none;
}

.support .col-lg-6.col-md-5 {
    border-right: 1px solid #fff;
}
.support .col-lg-5.col-md-6 {
    padding-left: 30px;
}
.vision-bg .owl-nav {
    position: absolute;
    top: 30%;
    width:100%;
}

.vision-bg .owl-nav .owl-prev{
  position:absolute;
  left:0px;
}

.vision-bg .owl-nav .owl-next{
  position:absolute;
  right:0px;
}

.vision-bg .owl-theme .owl-nav [class*=owl-]{
  background-color:transparent;
  font-size: 19px;
}


div#cookieNotice {
  position: fixed;
  bottom: 0px;
  color: #fff;
  background: #0000007d;
  z-index: 1;
  width: 100%;
}
div#cookieNotice .content-wrap {
  padding: 15px;
}
div#cookieNotice .content-wrap p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
}
div#cookieNotice a.btn-primary {
  padding: 9px;
  margin: 0px 7px;
  font-size: 14px;
}
div#cookieNotice .btn-primary {
  color: #fff;
  background-color: #e02128;
 border:0;
  padding: 9px;
  font-size: 14px;
  cursor: pointer;
}
.number-single img {
    width: 32%;
}
.opportunity-div .nav-link .text-box {
    width: 59%;
}
p.email-error.errors {
    color: red;
    font-size: 12px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3{
  width: 100%;
}

.footer-top .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
    color: #fff;
}

.footer-top .intl-tel-input .selected-flag .iti-arrow{
  color: #fff;
  border-top: 4px solid #fff;
}

.intl-tel-input .selected-flag .iti-arrow{
  right:0px !important;
}