*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
}
h1,h2,h3,h5,p,li,a,label,input,button,span{
  font-family: 'Work Sans', sans-serif;
}

body a:hover{
  text-decoration: none;
   transition: all 0.3s ease-in-out;
}
body li{
  list-style: none;
}
.font_light {
  font-weight: 300;
}
.font_regular{
  font-weight: 400;
}
.font_medium {
  font-weight: 500;
}
.font_semibold{
  font-weight: 600;
}
.font_bold{
  font-weight: 700;
}
.font_extrablack{
  font-weight: 800;
}

.clear{
  clear: both;
}
.pull-right{
  float: right;
}
.pull-left{
  float: left;
}
.white{
  color: rgb(255,255,255);
}
.brown{
  color: #b0293f;
}
.blue{
  color:#3d93a0;
}
.brown-bg{
  background-color:#b0293f; 
}
.blue-bg{
  background-color:#3d93a0; 
}
.black{
  color: #0e0e0e;
}
.green {
  color: #42929d;
}
.dr-gray {
  color: #4f4f4f;
}
.red {
  color: #bb2342;
}
.heading {
  font-size: 35px;
}

.hover-blue{
  position: relative;
  overflow: hidden;
  border: none;
  z-index: 0;
}
.hover-blue:before{
  position: absolute;
  content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(61, 147, 160);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hover-blue:hover:before{
  transform: scaleX(1);
}

.hover-brown{
  position: relative;
  overflow: hidden;
  border: none;
  z-index: 0;
}
.hover-brown:before{
  position: absolute;
  content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(176, 41, 63);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hover-brown:hover:before{
  transform: scaleX(1);
}
header .header-logo{
  position: relative;
}
header .header-logo:before{
  position: absolute;
    top: -7px;
    left: -23px;
    content: "";
    background-color: rgb(255,255,255);
    height: 106px;
    width: 140px;
    z-index: -1;
    border-radius: 53px 230px 112px 204px;
    transform: rotateZ(147deg);
}
header {
  box-shadow: 0px 0px 15px #00000045;
}

header .top-div{
  background-color: #b0293f;
  color:rgb(255,255,255);
}
.nav-head .navbar-logo1 a{
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 2;
}
.nav-head{
  padding: 10px 0;
  position: relative;
  background-color: rgb(255,255,255);
}
header .container{
  /*padding: 0;*/
}
.nav-head .navbar-expand-md{
  justify-content: space-between;
  padding: 0;
}
.nav-head .navbar-mob .nav-link{
  color: #0e0e0e;
  transition: all 0.3s ease-in-out; 
  padding: 15px;
  font-weight: 600;
  position: relative;
  font-size: 17px;
}
.nav-head .navbar-mob .nav-link:before{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 5px;
  background-color: #42929d;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-in-out; 
}
.nav-head .navbar-mob .nav-link:hover:before,
.nav-head .navbar-mob .nav-link.active:before{
  opacity: 1;
  width: 67%;
}
.nav-head .navbar-mob .nav-link:hover,
.nav-head .navbar-mob .nav-link.active,
.navbar-mob .dropdown-menu .dropdown-item:hover 
{
  color: #42929d;
}
.nav-head .navbar-mob .nav-link.book-shipment:before{
  display: none;
}
.nav-head .navbar-mob .nav-item .nav-link.book-shipment{
  color: #b0293f;
  background-color: rgba(61, 147, 160,0.102);
  border-radius: 18px;
  width: 216px;
  height: 37px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding: 0;
  line-height: 2.2;
  margin-top: 10px;
  margin-left: 13px;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: inline-block;
}
.nav-head .navbar-mob .nav-item .nav-link.book-shipment:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(176, 41, 63);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.nav-head .navbar-mob .nav-link .pencil-icon{
  font-size: 25px;
  margin: 7px 0px 5px 10px;
  float: left;
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
} 
 .navbar-mob .dropdown-menu .dropdown-item {
  font-size: 17px;
  color: #0e0e0e;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  padding: 10px;
}
.navbar-mob .dropdown-menu{
  top: 113%;
  padding: 0;
  border:none;
  border-radius: 0;
  background-color: #fff;

}
.dropdown-item.active, .dropdown-item:active{
  background-color: transparent;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    }
header .top-div .icon{
  font-size: 15px;
  display: inline-block;
}
header .top-div .icon.download-icon{
  font-size: 22px;
  vertical-align: sub;
}
header .top-div .login-link{
  background-color: #42929c;
  padding: 2px 8px;
  display: inline-block;
}
header .top-div a{
  color: rgb(255,255,255);
  margin: 0 6px;
  font-size: 15px;
  font-weight: 500;
}
 header .header-social-div ul li{
   display: inline-block;
}

 header .header-social-div ul li a{
  color: #ffff;
  display: block;
    text-align: center;
}
 header .header-social-div .footer-social{
  font-size: 21px;
   height: 40px;
 width: 40px;
 border-radius: 50%;
 line-height: 2;
 transform: translateY(0);
 transition: all 0.3s ease-in-out;
}
 header .header-social-div .footer-social:hover{
  transform: translateY(-5px);
}
header .header-social-div .social1{
  background-color: #4668b2;
}
 header .header-social-div .social2{
  background-color: #c43232;
}
 header .header-social-div .social3{
  background-color: #1d98e6;
}

/*slider section*/
.slider-section{
  position: relative;
  border-bottom: 5px solid #b3233c;
}
.home-slider{
  position: relative;
}
.home-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
}
.home-slider .owl-nav .owl-next{
  position: absolute;
  right: 10%;
  transform: rotateY(-180deg);
} 
.home-slider .owl-nav .owl-prev{
  position: absolute;
  left: 15%;
}
.home-slider.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 45px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}
.home-slider.owl-theme .owl-nav .disabled{
  opacity: 1;
}
.home-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
    color: #FFF;
    text-decoration: none;
}
.home-slider.owl-drag .owl-item.active .caption h1{
   animation: 1s 0.5s fadeInDown both;
}
.home-slider.owl-drag .owl-item.active .caption .slider-btn{
   animation: 1s 0.5s fadeInDown both;
}
.home-slider .caption{
  position: absolute;
  top: 35%;
  left: 20%;
}
.home-slider .caption h1{
  font-size: 75px;
   line-height: 1.174;
}
.home-slider .caption .slider-btn{
  background-color: rgb(255, 255, 255);
  width: 150px;
  height: 49px;
  border-radius: 30px;
  line-height: 2.2;
  margin-top: 30px;
  color: #b0293f;
}
.home-slider .caption .slider-btn:hover{
color: rgb(255, 255, 255);
}
/*counter section*/
.slider-section .counter-div{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  background-color: rgba(0, 0, 7, 0.431);
  padding: 30px 0;
}
.counter-outer{
  color: rgb(255,255,255);
  position: relative;
}
.counter-outer.white-line:before{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   height: 73px;
  width: 1px;
  background-color: rgba(255, 255, 255,0.141);
}

.counter-outer .counter-icon{
  float: left;
  font-size: 73px;
  font-weight: 400;
}
.counter-outer h1{
  display: inline-block;
  margin-left: 10px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
 
}
.counter-outer .plus{
  font-size: 30px;
   font-weight: 600;
}
.counter-outer p{
  font-size: 16px;
   font-weight: 400;
     margin-left: 90px;
    line-height: 0.2;
}
.quote-div{
  position: fixed;
  right: 0;
  top: 80%;
  transform: translateY(-100%);
  z-index: 1;
}
.quote-div .quote-inner{
    align-items: center;
    width: 40px;
    height: 185px;
    color: rgb(255,255,255);
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
}
.quote-div .quote-inner span{
 font-size: 30px;
 transform: rotateZ(-90deg);
}
.quote-div .quote-inner p{
  font-size: 14px;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl; 
    transform: rotateZ(180deg);

}
.quote-div .quote-content{
  transform-origin: initial;
    transform: rotateZ(-90deg);
}
.quote-div .tracking{
  margin-left: -10px;
}
.quote-div .request{
  margin-left: -40px;
}
.service-section {
  background-color: #f5f9fa;
  padding: 70px 0 50px 0;
}
.service-section  h1{
  margin-bottom: 40px;
}
.service-slider.owl-theme .owl-nav {
    position: absolute;
    margin-top: 0;
    width: 100%;
    top: 45%;
    transform: translateY(-50%);
}
 .service-slider.owl-theme  .owl-nav .owl-next{
position: absolute;
right: -40px;
transform: rotateY(-180deg);
 }
.service-slider.owl-theme .owl-nav .owl-prev{
position: absolute;
left: -40px;
  }
  .service-slider.owl-theme .owl-nav [class*=owl-] {
    color: #0e0e0e;
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.service-slider.owl-theme .owl-nav [class*=owl-]:hover{
   color: #0e0e0e;
}
.service-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent;
}
.service-slider .caption{
  position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: rgb(255,255,255);
    /*transition: 0.2s ease-in-out;*/
    opacity: 1;
}
/*.service-slider .content-wrapper:hover .caption{
opacity: 0;
}*/
/*.service-slider .caption .service-icon,*/
.service-slider .content-wrapper .service-icon {
  font-size: 70px;
  display: block;
}
.service-slider .content-wrapper h2{
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}
.service-slider .overlay p{
  margin: 20px 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.service-slider .overlay .btn{
  border:1px solid rgba(255, 255, 255,0.349);
  border-radius: 30px;
  color: rgb(255,255,255);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  width: 105px;
    height: 32px;
  font-weight: 700;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.service-slider .overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  text-align: center;
 /* padding: 120px 0;*/
    transition: all 0.4s ease-in-out;
    z-index: 1;
 /*   opacity: 0;*/
  
}
.service-slider .content-wrapper:hover .overlay{
 bottom: 0;
 padding: 45px 0;
 height: 100%;
 background-color: rgba(177,43,70,0.97);
}
.service-slider .content-wrapper:hover .caption{
  opacity: 0;
}
.service-slider .content-wrapper:hover .overlay p{
  opacity: 1;
}
.service-section .brows-all{
   background-color: rgb(61, 147, 160);
   width: 210px;
  height: 49px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  margin: 40px auto 0 auto;
  line-height: 2.2;
  display: block;
}
.solution{
/*  background-image: url(../images/manage-lead-bg.jpg);
 background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-position: center;*/
 /* padding: 130px 0;*/
}
.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: translate3d(0,0,0);
-webkit-transform: translateX(-50%);*/
transform: translateX(-50%);
}
.solution .container {
  margin-top: 130px;
}
.solution .content-left p{ 
font-size: 20px;
}

.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 .solution-icon1{
  font-size: 100px;
}
.solution .content-right p{
   font-size: 18px;
   line-height: 1.2;
}

.solution .content-right{
  display: flex;
}
.home-about{
  padding: 80px 0;
  background-image: url(../images/parcel-image.jpg);
  background-repeat: no-repeat;
  background-position: 80% 94%;
}
.home-about .image-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-about .about-inner{
  margin-top: 30px;
}
.home-about .about-inner h2{
  font-size: 20px;
  margin: 15px 0;
}
.home-about .about-inner p{
  font-size: 17px;
  line-height: 1.529;
}
.home-about .about-inner .about-btn{
  width: 142px;
  height: 53px;
  border-radius: 30px;
  background-color: rgb(61, 147, 160);
  color: rgb(255,255,255);
  line-height: 2.3;
  font-size: 17px;
  margin-top: 30px;
}

/*contact page*/
  input[type=number]::-webkit-inner-spin-button, 
 input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.contact{
    padding: 50px 0;
    background: linear-gradient(90deg, rgb(255,255,255) 50%, #48aeba 50%); 
}
.contact-left{
  padding: 0 30px;
}
.contact-left .form-group{
  position: relative;
}
.contact-left .form-control{
  border: 1px solid rgb(189, 203, 205);
  border-radius: 0;
  margin-bottom: 25px;
}
.contact-left  .contact-label{
/*  position: absolute;
  top: 5px;
  left: 15px;
  pointer-events: none;*/
  color: #124d57;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0;
}
.form-control:focus{
  box-shadow: none;
  outline:none;
}
button:focus {
    outline: none;
    outline: none;
}
.contact-left  .contact-btn{
      border-radius: 50px;
    cursor: pointer;
   width: 142px;
  height: 53px;
  background-color: rgb(179, 35, 60);
  border:none;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  margin: 30px 10px 0 0 ;
}
.contact-left  h1{
  margin: 0 0 30px 10px;
}
.contact-right .contact-icon{
  float: left;
  display: inline-block;
  font-size: 35px;
 color: rgb(255, 255, 255);
}
.contact-right .contact-icon.call-icon{
  transform: rotateY(-180deg);
}
.contact-right p{
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 30px 60px;
   line-height: 1.381;
    color: rgb(255, 255, 255);
    border-bottom:1px solid rgba(255, 255, 255,0.22);
    padding-bottom: 30px;
}
.contact-right p a{
 color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.contact-right p a:hover,
.contact-right ul li a:hover{
  color: #bb2342;
}
.contact-right h2{
  float: left;
  font-size: 27px;
}
.contact-right h1{ 
  margin-bottom: 10px;
}
.contact-right h5{ 
  margin-bottom: 30px;
}
.contact-right ul{
  display: inline-flex;
}
.contact-right ul li a{
 font-size: 25px;
 margin-left: 20px;
 color: rgb(255, 255, 255);
}
.contact-right{
  padding: 0 30px;
}
 .contact-left .form-error{
  position: absolute;
  bottom: -23px;
  left: 10px;
  color: #ff0000cc;
  font-size: 13px;
  font-weight: 300;

 }
/*footer css*/
#footer-cta {
  display: block;
  float: right;
  clear: both;
  margin-top: -0.5rem;
  transition: all 0.5s ease-in-out;
}
#footer-cta a {
  line-height: 0 !important;
  padding: 1rem;
  background: #ebf4f5;
  line-height: 1;
  font-size: 1rem;
  border-radius: 50px;
  color: #000;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
#footer-cta:hover {}
#footer-cta:hover a {color: #fff; background: #b0293f;}
.footer {
background-color: #1b2d30;
color: white;
border-top: 5px solid #9b263d;
margin-top: -10px;
}
 .footer h2.footer-heading{
  font-size: 30px;
  font-weight: 300;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255,0.102);
 }
 .footer .div-main{
  padding: 30px 0;
 }
.footer .section{
  float: left;
}
.footer .section1{
  width: 20%;
  padding: 60px 0;
}
.footer .section2{
  width: 23%;
}
.footer .section3{
  width: 11%;
}
.footer .section4{
  width: 24%;
}
.footer .section5{
  width: 22%;
}
.footer .section1 .footer-logo{
  font-size: 90px;
}
.footer .section h1{
  font-size: 18px;
  font-weight: 500;
}
.footer .section4 .social-div ul li{
   display: inline-block;
}

.footer .section4 .social-div ul li a{
  color: rgb(255,255,255);
  display: block;
    text-align: center;
}
.section4 .social-div .footer-social{
  font-size: 21px;
   height: 40px;
 width: 40px;
 border-radius: 50%;
 line-height: 2;
 transform: translateY(0);
 transition: all 0.3s ease-in-out;
}
.section4 .social-div .footer-social:hover{
  transform: translateY(-5px);
}
.section4 .social-div .social1{
  background-color: #4668b2;
}
.section4 .social-div .social2{
  background-color: #c43232;
}
.section4 .social-div .social3{
  background-color: #1d98e6;
}

.footer .section5 .contact-icon{
  float: left;
  margin-right: 10px;
  font-size: 30px;
  color: #bb2342;
}
.footer .section5 p a{
  font-size: 18px;
  color: rgb(255,255,255);
}
.footer .section5 p a:hover{
  color: #bb2342;
}
.footer .section ul li a,
.footer .section  p,
.footer a,
.footer p
{
  color: rgba(153,176,179,0.6588235294117647);
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.footer .section ul li a:hover,
.footer a:hover{
  color: rgb(255,255,255);
}
.footer .section ul li{
 line-height: 2; 
}
.footer .section h5 {
    font-size: 12px;
    font-weight: 500;
}
.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 {
  position: relative;
}
.breadcum .container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
    /*  display: flex;
    align-items: center;
    justify-content: space-around;
        flex-direction: column;*/
}
.breadcum h1 {
      font-size: 70px;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.breadcum a {
  font-size: 70px;
  display: inline-block;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}
.breadcum p {
  display: inline-block;
  font-size: 17px;
  margin: 0;
}
.breadcum .slash {
  display: inline-block;
  font-size: 17px;
  color: #fff;
}
.breadcum .link-box {
  position: absolute;
  text-align: right;
  bottom: 35px;
  right: 0;
  left: auto;
}
.about {
  padding: 80px 0;
}
.title {
      font-size: 35px;
    margin: 0 0 20px;
}
.about .img-box {
  padding: 0 30px 0 0;
}
.about .text-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.about .text-box p {
  font-size: 17px;
  line-height: 1.529;
  margin: 0 0 20px;
}
.vision-mission {
  background: url('../images/vision-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 0;   
}

.left-tnfm {
  display: inline-block;
  transform: rotate(180deg);
}
.vision-mission .nav-wrapp {
      padding: 0 70px;
      position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.vision-mission .nav-tabs {
      display: block;
    border: 0;
}
.vision-mission .nav-tabs .nav-item {
  margin: 0;
  display: block;
}
.vision-mission .nav-tabs .nav-link {
      font-size: 35px;
    display: flex;
    padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    border: 0;
    background: transparent;
    justify-content: space-between;
    align-items: center;
        opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.vision-mission .nav-tabs .nav-item:first-child .nav-link {
  border-bottom: 1px solid #ffffff59;
}
.vision-mission .nav-tabs .nav-link.active,
.vision-mission .nav-tabs .nav-link:hover {
  opacity: 1;
}
.vision-mission .nav-tabs .nav-link .left-tnfm {
  font-size: 25px;
    display: inline-block;
    margin-right: 15px;
}
.vision-mission .nav-tabs .nav-link .tab-icon {
      font-size: 110px;
    display: inline-block;
    margin-left: 20px;
}

.vision-mission .tab-pane p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.certificates,
.services {
  padding: 80px 0;
}
.certificates-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.certificates .title {
  margin: 0 0 0px;
}
.certificates-wrapper {display: flex; align-items: center;}
.certificate-container {width: 150px;}
.gallery {
  padding: 80px 0 0px;
}
.gallery .wrapp {
  display: block;
  text-decoration: none;
      margin: 0 0 70px;
      padding: 0 10px;
}
.gallery .wrapp .img-box {
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  position: relative;
}
.gallery .wrapp .img-box img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.gallery .wrapp .img-box:hover img {
  transform: scale(1.1);
}
.gallery .wrapp p {
  line-height: 1.413;
  font-size: 18px;
  margin: 0;
  padding: 20px 0 0;
}
.lg-backdrop {
    background-color: rgba(0,0,0,0.61)!important;
  }
  .services .nav-tabs {
    border: 0;
  }
.services .nav-tabs .nav-link {
   font-size: 20px;
    background: transparent;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    color: #0d0d0d;
    font-weight: 600;
    border: 0;
    transition: all 0.3s ease-in-out;
  }
.services .nav-tabs .nav-link:hover,
.services .nav-tabs .nav-link.active {
  color: #42929d;
}
.services .card-body .title {
  color: #0e0e0e;
  margin: 40px 0 10px;
}
.services .card-body p {
  font-size: 19px;
  margin: 0;
}
.services .nav-tabs .nav-link span {
  display: block;
}
.services .nav-tabs .nav-link .tab-icon {
      font-size: 60px;
    margin: 0 20px 0 0;
    color: #b0293f;
    transition: all 0.3s ease-in-out; 
}
.services .nav-tabs .nav-link:hover .tab-icon,
.services .nav-tabs .nav-link.active .tab-icon {
  color: #42929d;
} 
.services .nav-tabs .nav-link .icon-left-arrow {
  transform: rotate(180deg);
      font-size: 15px;
    font-weight: 600;
    margin: 0 5px 0 0;
}
.services .card .img-box {
  position: relative;
}
.services .card .pane-icon {
  display: block;
  background: #3d93a0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.services .card .pane-icon span {
    font-size: 60px;
    color: #fff;
    margin: 10px;
    display: block;
}
.services  .sticky.fixed {
  position: sticky;
  top: 30px;
}

/*useful tool css start */

.container-dimnsn, .convertions, .tracking, .incoterms {
  margin: 30px 0px;
}

#colms {
  background-color: rgb(255,255,255);
  padding: 5px 00px 5px 30px;
  min-height: 400px;
}

#colms .left {
  width: 100%;
  float: left;
  margin-right: 18px;
}

.comparisonTable {
  margin-left: -25px;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #fbfbfb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  background: linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fbfbfb',GradientType=0 );
}

.comparisonTable table {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  border: 1px solid #252a51;
  background: transparent;
  background: -moz-linear-gradient(top, #fff 0%, #fdfdfd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fdfdfd));
  background: -webkit-linear-gradient(top, #fff 0%,#fdfdfd 100%);
  background: -o-linear-gradient(top, #fff 0%,#fdfdfd 100%);
  background: -ms-linear-gradient(top, #fff 0%,#fdfdfd 100%);
  background: linear-gradient(top, #fff 0%,#fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fdfdfd',GradientType=0 );
}

.comparisonTable table th {
  font-family: "AktivGrotesk-Regular";
  padding: 15px;
  text-align: center;
  font-weight: normal;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%,rgba(161, 166, 166, 0.31) 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%,rgba(161, 166, 166, 0.31) 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
  background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}

.comparisonTable table tbody {
  color: #010002;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.comparisonTable table td {
  padding: 10px;
  text-align: center;
  border: 1px dotted #767676;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.comparisonTable .textR strong {
  text-transform: uppercase;
  color: #0c6e6f;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; 
}
.comparisonTable .buttn {
  background-color: #01595a;
  border: none;
  padding: 5px 10px;
  color: #FFF;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.5px;
  border: 1px solid #01595a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; 
  transition: all 300ms ease-in-out;
}
.comparisonTable .buttn:hover {
  background-color: transparent;
  color: #01595a;
}
.tracking .trk_title h2, 
.tracking .trk_title_2 h2, 
.incoterms .trk_title h2, 
.incoterms .trk_title_2 h2 {
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 8px 0 0 !important;
  white-space: pre;
  color: #026667;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800; 
}
.trk_title .trk_title_line, 
.tracking .trk_title_line_2, 
.incoterms .trk_title_line_2 {
  display: table-cell;
  height: 6px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.trk_title .trk_title_line .title-liner, 
.tracking .title-liner_2, 
.incoterms .title-liner_2 {
  border-bottom: 1px solid #252a51;
  border-top: 1px solid #252a51;
  display: block;
  height: 3px;
  position: relative;
  width: 100%;
}
.tracking .trk_list li {
  float: left;
  width: 270px;
  padding: 3px 5px 3px 15px;
  background: url(../images/tracking-arrow.jpg) 0 center no-repeat;
}

.tracking .trk_list li a {
  color: #767676;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.tracking .trk_list li a:hover {
  color: #000;
}
/* useful css end*/


/*download page*/
.download_main{
  padding: 70px 0px;
}
.download_main .download_body .dwonload{
  float: left;
  display: inline-block;
  width: 30%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 16px 0px rgba(0, 1, 6, 0.06);
  border: 1px solid rgb(202, 200, 200);
  margin-left: 33px;
  padding: 10px 24px 10px 0px;
  min-height: 325px;
  position: relative;
  background-image: url();
}
.download_main .download_body .dwonload h1{
  font-weight: 600;
  font-size: 28px;
  color: #0e0e0e;
  margin-left: 60px;
}
.download_main .download_body .dwonload .back_img{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 150px;
  z-index: -1;
}
.download_main .download_body .dwonload .icon_download{
  position: absolute;
  top: 10px;
  left: 28px;
  width: 25px;

}
.download_main .download_body .dwonload ul{
  list-style: none;
  padding: 0 0 0 25px;
}
.download_main .download_body .dwonload ul li a{
  text-decoration: none;
  font-size: 16px;
  color: #0e0e0e;  
  line-height: 2.2;
   font-weight: 500;
}
.download_main .download_body .dwonload ul li a:hover{
color: rgb(0, 103, 104);
transition: all 0.3s ease-in-out;
}
.download_main .download_body .dwonload ul a{
  text-decoration: none;
  font-size: 18px;
  color: #767676; 
  font-weight: 400;

}
.download_main .download_body .dwonload ul .icon-arraow_down{
  float: right;
  margin-top: -28px; 
  font-size: 15px;
}
.download_main .download_body .dwonload ul .icon-arraow_down:hover{
  color: rgb(0, 103, 104);
transition: all 0.3s ease-in-out;
}
.download_main .download_body .dwonload hr {
  margin-top: 1rem; 
  margin-left: 30px;
}
/*download page end*/
.sitemap-content{
  padding: 50px 0;
}
.sitemap-content .m-menu{
  color: #0e0e0e;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.sitemap-content .s-menu{
   color: #0e0e0e;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.sitemap-content .s-menu:hover,
.sitemap-content .m-menu:hover{
color: #42929d;
}

/*error page*/
.error-div {
  padding: 80px 0;
}
.error-div h1 {
  font-size: 40px;
  margin: 0 0 20px;
}
.error-div h2 {
  font-size: 30px;
}
.error-div p {
  font-size: 16px;
  margin: 0 0 20px;
}
.error-div a{
  background: rgba(179,35,60,1);
    text-transform: uppercase;
    width: 150px;
    height: 50px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    line-height: 1.7;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
}

/*modal shipment*/
/*.modal-content{
 border-radius: 20px;
}*/
.shipment-form .close-btn{
  position: absolute;
  top: -30px;
  right: 0;
  background-color: transparent;
  border:none;
  font-size: 14px;
  font-weight: 600;
}
.shipment-form .close-btn i{
  margin-left: 5px;
}
.shipment-form .form-div{
  padding: 30px;
}
.shipment-form .shipment-label{
  color: #124d57;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0;
}
.shipment-form .form-error {
   
    color: #ff0000cc;
    font-size: 13px;
    font-weight: 300;
}
.shipment-form .form-submit {
    width: 130px;
    cursor: pointer;
    height: 45px;
    border-radius: 24px;
    background-color: rgb(179, 35, 60);
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin: 13px 10px 0 0;
}
.shipment-form h2{
  background-color: #42929d;
padding:10px 0;
font-size: 25px;
text-transform: uppercase;
}
.shipment-form .modal-dialog {
    max-width: 870px;
    }
   .shipment-form  .modal {
    background: black !important;
}
.shipment-form  .form-group {
    margin-bottom: 20px;
}
.shipment-form .form-control{
  border-radius: 0;
}
.shipment-form .form-check {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 30px;
}
.track-frame{
  margin-top: 100px;
}

header .top-div a.nav-link {
    display: inline-block;
}

.certificate-container {
    box-shadow: 0px -1px 36px #0000000f;
    margin: 0px 10px;
}
.certificates-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}