/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Secular One";
  color: #444444;
}

img{
  max-width: 100%;
  height: auto;
}

p{
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #d20000;
}

a:hover {
  color: #d20000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Secular One', sans-serif;
}

h2{
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 29px;
  font-weight: 900;
  padding-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
}
h2.blue{
  color: #d20000;
}

.btn{
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  background: #d20000;
  margin: 0;
  border-radius: 0px;
  font-size: 15px;
  padding: 9px 14px;
  width: fit-content;
}
.btn:hover{
  color: #fff;
  background: #f74747;
}

.btn:visited{
  color: #fff;
}

.btn-light{
  color: #d20000;
  background: #fff;
}
.btn-light:hover{
  color: #fff;
  background: #f74747;
  border: none;
}
.btn-light:visited{
  color: #d20000;
}
.btn-gray{
  background: #3c4551;
  font-size: 20px;
  padding: 16px 40px;
  border-radius: 30px;
  margin: 20px;
}
.btn-gray:hover{
  background: #7f8083;
}
.btn-border{
  color: #fff;
  background: none;
  border: 3px solid #fff;
}
.btn-border:hover{
  color: #f74747;
  background: none;
  border: 3px solid #f74747;
}

.text-primary{
  color: #d20000 !important;
}

.form-control {
  border-radius: 0;
}

.rotate{
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.rotate.down{
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}

#loading{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff url('../img/logo/logo.gif') no-repeat center;
  background-size: 40%;
  z-index: 99999;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0px;
  bottom: 169px;
  z-index: 996;
  background: #d20000;
  width: 65px;
  height: 65px;
  transition: all 0.4s;
  box-shadow: 0 0 3px rgb(0 55 100 / 50%);
}
.back-to-top i {
  font-size: 35px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #f74747;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  box-shadow: rgb(47 51 60 / 20%) 3px 1px 7px;
  flex-wrap: nowrap;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
  font-size: 13px;
  margin: 0;
  letter-spacing: 1px;
}
#header .logo a:hover {
  text-decoration: underline;
}
#header .logo img {
  max-height: 90px;
  image-rendering: -webkit-optimize-contrast;
}

#header .logo .call-wrap {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  margin: -1px 0 0 12px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  font-family: "Roboto";
  letter-spacing: 0cm;
  transform: scale(1, 0.9);
}

#header .logo .call-wrap span{
  display: block;
  margin-bottom: 5px;
}

#header .logo .call-wrap a{
  color: #d20000;
}
.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin: 0px !important;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.dropdown{
  margin: 0 0 0 37px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 900;
  color: #2d3236;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  /* z-index: 1; */
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.dropdown:after {
  transition: opacity .3s linear,visibility .3s linear;
  content: '';
  height: 4px;
  background: #d20000;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 6px;
  opacity: 0;
  visibility: hidden;
}
.dropdown:hover:after {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.navbar a:hover {
  color: #979797;
}

.navbar .getstarted, .navbar .getstarted:focus {
  color: #9d9d9d;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #5cb874;
  transition: 0.3s;
  font-size: 14px;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  background: #5cb874;
  color: #fff;
}

.navbar .drop {
    position: absolute;
    width: 200px !important;
    z-index: 99;
    visibility: hidden;
    padding-top: 25px;
    opacity: 0;
    text-align: left;
    background: none;
    transition: opacity .3s linear,visibility .3s linear;
}

.navbar li:hover > .drop{
  opacity: 1;
  visibility: visible;
}

.navbar .drop-opener{
  display: none;
}

.navbar .dropdown ul {
  display: block;
  position: relative;
  margin: 0px;
  /* z-index: 99; */
  background: #d20000;
  padding: 16px 10px 4px;
  box-shadow: 0 0 7px 1px rgb(47 51 60 / 30%);
}
.navbar .dropdown ul li {
  min-width: 200px;
  
}
.navbar .dropdown ul a {
  text-transform: none;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  color: #fff;
  margin: 0 0 16px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  text-decoration: underline;
}

.navbar .mega-menu{
  width: 100% !important;
  position: fixed;
  left: 0px;
  padding-top: 24px;
}

.navbar .mega-menu .container-fluid{
  background: #d20000;
  color: #fff;
  padding-top: 43px;
  padding-bottom: 37px;
}

.navbar .mega-menu .mega-ul{
  padding: 0 30px;
}

.navbar .mega-menu .mega-ul .title{
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 26px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar .mega-menu ul{
  box-shadow: none;
}

.navbar .mega-menu .btn{
  text-transform: uppercase;
    color: #d20000;
    font-weight: 900;
    background: #fff;
    margin: 0;
    border-radius: 0px;
    font-size: 13px;
    padding: 11px 8px 9px;
}

#mega-mid{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* .navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
} */
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #d20000;
  font-size: 1.25rem;
  cursor: pointer;
  display: none;
  line-height: 1;
  transition: color .3s linear,border .3s linear,background .3s linear,opacity .3s linear,visibility .3s linear,box-shadow .3s linear;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}


@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  #topbar {
    display: none !important;
  }

}


.navbar-mobile {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 90px;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: transform .3s linear,-webkit-transform .3s linear;
  z-index: 999;
}
.navbar-mobile #mobile-nav {
  position: fixed;
  top: 0px;
  right: 95px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  transition: 0.3s;
  width: 100%;
}

.navbar-mobile .dropdown-ul {
  display: flex;
  flex-direction: column;
}

.navbar-mobile .dropdown-ul li:last-child{
  order: -1;
}

.navbar-mobile ul li:after{
  width: 0;
}

.navbar-mobile .dropdown:after{
  width: 0;
}

.navbar-mobile .dropdown{
  margin:0;
  border-top: 1px solid #979797;
  width: 100%;
}

.navbar-mobile .dropdown-ul li{
  width: 100%;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 21px 31px 19px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222222;
  text-decoration: none;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fff;
}
.navbar-mobile .navbar-mobile:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #fff;
}

.navbar-mobile .dropdown:hover {
  background: #d20000;
}

.navbar-mobile .mega-menu{
  display: none;
  position: relative;
}

.navbar-mobile .mega-menu .container-fluid{
  background: #eff2f5;
  color: #000;
  padding: 14px 0;
}

.navbar-mobile .mega-menu .mega-ul{
  padding: 0;
}
.navbar-mobile .mega-menu .mega-ul li{
  border-top: 1px solid #979797;
}

.navbar-mobile .mega-menu .mega-ul .title{
  padding: 14px 52px;
}

.navbar-mobile .mega-menu .mega-ul .btn{
  display: none;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
  width: 100% !important;
  padding: 0;
}

.navbar-mobile .dropdown-active ul{
  display: block;
  width: 100%;
  background: #eff2f5;
  margin: 0;
}

.navbar-mobile .dropdown-active ul a{
  color: #000;
  padding: 13px 52px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

.navbar-mobile .dropdown-active ul a:hover{
  background: #003764;
  color: #fff;
  text-decoration: none !important;
  transition: color .3s linear,border .3s linear,background .3s linear,opacity .3s linear,visibility .3s linear,box-shadow .3s linear;
}

.navbar .topbar-mob{
  display: none;
}

.navbar-mobile .topbar-mob{
  display: block !important;
  background: #222222;
}

.navbar-mobile .topbar-mob a{
  color: #fff;
  font-weight: 900;
}

.navbar-mobile .topbar-mob a:hover{
  background: #d20000;
}

.navbar-mobile .drop-opener{
  background: none;
  height: 64px;
  position: absolute;
  width: 54px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  font-size: 25px;
  line-height: 1;
  padding: 0;
  color: #000;
  position: absolute;
}

.navbar-mobile .drop-opener:hover, .navbar-mobile .drop-opener:focus{
  background: #003764 !important;
  color: #fff;
  font-size: 25px;
  position: absolute;
  justify-content: space-around;
}

.navbar-mobile .drop-opener i, .navbar-mobile .drop-opener:focus i{
  font-size: 25px;
  margin: 0;
}

.video-container{
  overflow:hidden; 
}
.video-fluid {
  width: 100vw;
  height: 56.25vw;
  min-height: 150vmin;
  min-width: 177.77vh;
  margin-top: -216px;
  margin-bottom: -145px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px){
  .video-fluid{
    height: auto;
  }
}
.banner{
  font-size: 60px;
  line-height: 72px;
  margin: 0 0 11px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  /* font-family: "futura-pt-bold"; */
}
.banner small{
  font-size: 48px;
  line-height: 52px;
  margin-bottom: -10px;
  display: block;
  color: #000;
}
.banner-p{
  width: 58%;
  text-shadow: 0 0 2px #fff;
  font-size: 16px;
  font-weight: 900;
}

@media (max-width: 991px){
  .banner{
    font-size: 45px;
    line-height: 72px;
    margin: 0;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    /* font-family: "futura-pt-bold"; */
  }
  
  .banner small{
    font-size: 28px;
    line-height: 52px;
    margin-bottom: -20px;
    display: block;
    color: #000;
  }
  
  .banner-p{
    width: 58%;
    text-shadow: 0 0 2px #fff;
    font-size: 14px;
  } 
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
}

.section-bg {
  background-color: #d20000;
  padding: 48px 0 51px;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .row{
  height: 300px;
  margin-bottom: 30px;
}

.logistic-services{
  background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url('../img/ShipWithUs-Home.jpeg');
  background-size: cover;
  background-position: 30% 50%;
}

.carriers-services{
  background: linear-gradient(rgba(210,0,0,.7), rgba(210,0,0,.7)), url('../img/HaulWithUs-Home.jpeg');
  background-size: cover;
  background-position: 30% 50%;
}

.jobs-services{
  background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url('../img/WorkWithUs-Home.jpeg');
  background-size: cover;
  background-position: 30% 50%;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  color: #f74747;
}

.featured-services .description {
  line-height: 24px;
  font-size: 33px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 12px;
}

@media (max-width: 768px){
  .featured-services .row{
    height: auto;
  }
  .featured-services .description{
    font-size: 20px;
    padding: 5px 0 15px 0;
    margin: 0;
  }
  .featured-services .title{
    margin: 0;
    font-size: 14px;
  }
  .featured-services .services-holder{
    margin: 30px;
  }
  .featured-services .services-holder .btn{
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Tracking Section
--------------------------------------------------------------*/
.tracking-section{
  margin: 30px 0;
  padding: 48px 0 51px;
  color: #fff;
}

.tracking-section h2{
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 29px;
  font-weight: 900;
  padding-bottom: 12px;
}

.track {
  width: 100%;
  position: relative;
  display: flex;
}

.trackTerm {
  width: 100%;
  border: 3px solid #fff;
  border-right: none;
  padding: 5px;
  outline: none;  
  color: #fff;
  background-color: #d20000;
}

.trackTerm::placeholder{
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding-left: 15px;
  font-weight: 900;
  line-height: 20px;
}

.trackTerm:focus{
  color: #fff;
}

.trackButton {
  height: 36px;
  border: 1px solid #fff;
  background: #fff;
  text-align: center;
  color: #d20000;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  width: 30%;
}

.tracking-wrap{
  width: 100%;
  margin-bottom: 15px;
}

.tracking-section a{
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
  line-height: 16px;
}

.tracking-section a:hover{
}
@media (max-width: 991px){
  .trackButton {
    font-size: 13px;
  }
  .tracking-section{
    padding: 28px 0 51px;
  }
  .tracking-section h2{
    font-size: 26px;
    margin-bottom: 10px;
  }
  .trackTerm::placeholder{
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .footer-block{
  background: linear-gradient(to bottom,#141515 0%,#0a3043 100%);
  color: #fff;
  font-size: 14px;
  padding: 85px 0 17px;
}

#footer .contacts-block{
  background: #351a1a;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  padding: 20px 0 13px;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .footer-nav-title{
  margin-bottom: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}

#footer .footer-nav-title a{
  color: #fff;
}

#footer .title{
  display: block;
  color: #d20000;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

#footer .footer-nav{
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 20px;
}

#footer .footer-nav li{
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}

#footer .footer-nav .fnav-link{
  color: #f74747;
  transition: color .3s linear,border .3s linear,background .3s linear,opacity .3s linear,visibility .3s linear,box-shadow .3s linear;
}

#footer .footer-nav .fnav-link:hover{
  color: #fff;
  text-decoration: underline;
}

#footer .nav-column{
  padding-left: 50px;
}

#footer .mid-column{
  border-right: 1px solid #284452;
  border-left: 1px solid #284452;
  padding-left: 50px;
}

#footer .social-title{
  margin-bottom: 9px;
  display: block;
  text-transform: uppercase;
  font: 700 16px/18px "futura-pt-bold",sans-serif;
  color: #fff;
}

#footer .social-block{
  float: left;
  padding-right: 15px;
  color: #808080;
  width: 50%;
}

#footer .social-links {
  margin: 6px 0 20px 0;
  list-style-type: none;
  display: flex;
  padding: 0;
}

#footer .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #d20000;
  color: #fff;
  line-height: 1;
  padding: 4px 0;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  width: 28px;
  height: 28px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #f74747;
  color: #fff;
  text-decoration: none;
}

#footer .block-2 .social-links a{
  background: #808080;
  color: #fff;
}

#footer .block-2 .social-links a:hover{
  background: #616161;
}

#footer .contactus-block .adr{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 44px;
  text-transform: uppercase;
  margin: 6px 0 20px 0;
}

#footer .contactus-block .adr i{
  font-size: 16px;
}

#footer .contactus-block .adr a{
  color: #fff;
}

#footer .contactus-block .adr a:hover{
  opacity: .75;
}

#footer .copyright {
  background: #000;
  padding: 15px 0 4px;
  font-size: 12px;
}

#footer .copyright ul{
  display: flex;
  padding: 0;
  list-style-type: none;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

#footer .copyright li{
  margin: 0px 28px 10px 0px;
}

#footer .copyright ul li:after{
  content: '';
  position: absolute;
  top: 3px;
  margin-left: 13px;
  width: 1px;
  height: 10px;
  background: #f3f3f3;
}

#footer .copyright ul li:first-child:after{
  width: 0px;
}

#footer .copyright ul li:last-child:after{
  width: 0px;
}

#footer .copyright a{
  color: #fff;
  text-decoration: none;
}

#footer .mobile-btn{
  display: none;
}

#footer .footer-nav .btn-border{
  margin-top: 50px;
}

@media (max-width: 768px){
  #footer .footer-block #abc,#footer .footer-block #abc1,#footer .footer-block #abc2,#footer .footer-block #abc3,#footer .footer-block #abc4{
    display: none;
  }

  #footer .footer-nav .btn{
    display: none;
  }

  #footer .mid-column, #footer .nav-column{
    padding: 0;
    border: none;
  }

  #footer .footer-block{
    padding: 20px 0 17px;
  }
  
  #footer .footer-nav-title {
    margin-bottom: 10px;
  }

  #footer .contacts-block .contact-container{
    display: flex;
    flex-direction: column-reverse;
  }

  #footer .copyright ul{
    justify-content: center;
  }
  #footer .mobile-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    width: 80%;
  }

  #footer .mobile-btn .btn{
    margin-bottom: 34px;
  }

  #footer .footer-centered{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.popup-modal .modal-holder{
  width: 70%;
  max-width: 70%;
  margin-top: 0 ;
}
.popup-modal .popup-label{
  color: #d20000;
  font-weight: 900;
}

.popup-modal .popup-content{
  border-radius: 0;
  padding: 50px 0px;
}
.popup-modal .modal-header{
  border: 0;
}
.popup-modal .popup-description{
  padding: 0 100px;
  font-size: 16px;
}

.popup-modal .popup-body .popup-buttons{
  margin: 0;
  padding: 19px 0 4px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.popup-modal .popup-body .popup-buttons li{
  margin: 0 19px 22px;
  width: 370px;
  box-shadow: 2px 1px 9px 1px rgb(0 0 0 / 27%);
}

.popup-modal .popup-body a{
  padding: 23px 17px !important;
  align-items: center;
  display: flex !important;
  color: #000;
  width: 100%;
}

.popup-modal .popup-body .title{
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.36;
}

.popup-modal .popup-body a:hover{
  color: #fff !important;
  text-decoration: none !important;
  background: none;
}

.popup-modal .popup-body .popup-buttons li:hover{
  background: #f74747;
  color: #fff;
}

.popup-modal .popup-body .img-holder{
  border-radius: 50%;
  background: #d20000;
  color: #fff;
}

.popup-modal .popup-body a .img-active{
  position: fixed;
}

.popup-modal .popup-body .text-holder{
  font-size: 16px;
  line-height: 1.25;
  padding-left: 26px;
}

.popup-modal .popup-body .img-active{
  visibility: hidden;
  opacity: 0;
  display: none;
}

.popup-modal .popup-body a:hover .img-active{
  visibility: visible;
  opacity: 1;
  display: block;
  transition: opacity .3s linear,visibility .3s linear;
}

.popup-modal .popup-body a:hover .img-holder{
  background: #fff;
  color: #d20000;
}

.popup-modal .popup-close{
  position: absolute;
  top: 20px;
  opacity: 1;
  right: 20px;
  color: #d20000;
  font-size: 30px;
  font-weight: 100;
}

@media (max-width: 768px) {
  .popup-modal .modal-holder{
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .popup-modal .popup-description{
    padding: 0 10px;
    font-size: 14px;
  }
  .popup-modal .popup-body .popup-buttons{
    padding: 0px 0 4px;
  }
  .popup-modal .popup-body .title{
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Logistics-Services
--------------------------------------------------------------*/
.common-banner .banner-background{
  background-image: url(../img/FTL/FTL_Hero.jpeg);
  height: 376px;
  padding: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.common-banner .logistic-banner{
  background-image: url(../img/logistics-services/LogisticsServices_Hero.jpeg);
}
.common-banner .aboutus-banner{
  background-image: url(../img/about/AboutUs_Hero.jpg);
}

.common-banner .banner-background .overlay{
  background-image: url(../img/gradient01.png);
  height: 376px;
  background-repeat: no-repeat;
  
}

.common-banner .banner-background .overlay-text{
  position: absolute;
  transform: translate(18%, -154%);
}

.common-banner .banner-background .overlay-text .title{
  font-size: 25px;
  text-transform: uppercase;
  color: #f74747;
  font-weight: 900;
}

.common-banner .banner-background .overlay-text .slogan{
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  margin-bottom: 22px;
  font-family: 'Secular One', sans-serif;
}

.common-banner .banner-background .overlay-text .btn{
  width: fit-content;
}


@media (max-width: 768px) {
  .common-banner .banner-background{
    height: 200px;
    overflow: visible;
    margin-bottom: 160px;
    background-position: 100% 61%;
    background-size: 290%;
  }

  .common-banner .banner-background .overlay{
    height: 200px;
    background-position: 177% 0;
  }

  .common-banner .banner-background .overlay-text{
    position: relative;
    transform: none;
    background: #351a1a;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 20px;
    margin: 0;
  }

  .common-banner .banner-background .overlay-text .overlay-div{
    align-items: center;
  }

  .common-banner .banner-background .overlay-text .title{
    font-size: 18px;
    line-height: 39px;
    margin: 0;
  }

  .common-banner .banner-background .overlay-text .slogan{
    font-size: 22px;
    margin-bottom: 12px;
  }

  .common-banner .banner-background .overlay-text .btn{
    font-size: 13px;
  }
}


/*--------------------------------------------------------------
# LServices Section
--------------------------------------------------------------*/
.lservices-section{
  padding: 0px 0px 14px;
}
.lservices-section .img-wrap{
}
.lservices-section .img-wrap img{
  height: 130px;
}
.lservices-section h2{
  line-height: 24px;
  font-size: 32px;
  color: #d20000;
  font-weight: 900;
  margin-bottom: 36px;
  font-family: 'Secular One', sans-serif;
}
.lservices-row .bg-gray{
  /* background: #80808038; */
}
.lservices-row .service-col{
  box-shadow: rgb(47 51 60 / 20%) 0px 0px 10px 1px;
  margin: 10px -6px;
  padding: 20px 0px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.lservices-row .service-col:hover{
  background: #8080802f;
  box-shadow: rgba(0, 0, 0, 0.699) 0px 0px 10px 1px;
  cursor: pointer;
}
.lservices-row .title{
  display: block;
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0px 10px 0px;
  color: #d20000;
  font-family: 'Secular One', sans-serif;
}
.lservices-row .description{
  font-size: 16px;
}
.lservices-section a{
  display: block;
  margin: 5px 0;
}
.lservices-section .quote-link{
  text-decoration: underline;
}
.lservices-section .quote-link:hover, .lservices-section .more-link:hover{
  text-decoration: none;
}
.lservices-section .more-link{
  text-decoration: underline;
  color: #000;
}
@media (max-width: 991px){
  .img-wrap{
    max-width: 253px;
    height: auto;
  }
  .lservices-row .bg-gray{
    background: none;
  }
  .lservices-row .service-col{
    padding: 20px 10px;
    margin: 10px;
    display: block;
  }
  .lservices-section .img-wrap img{
    width: 100%;
    height: auto;
  }
  .lservices-section .text-center{
    text-align: left !important;
  }
  .lservices-row .description{
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .lservices-row .title{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #d20000;
    margin-left: 0;
    margin-top: 0;
  }
  .lservices-section{
    padding: 20px 0px 0px;
  }
  .lservices-section h2{
    font-size: 22px;
  }
}

@media (max-width: 768px){
.mobile-nav-col{
  padding: 0;
  right: 10px;
}
.navbar-mobile #mobile-nav {
  right: 0px;
}
  .lservices-section{
    padding: 60px 0px 0px;
  }
}

.booking-section .description{
  color: #fff;
  margin-top: 30px;
}
.booking-section .description a{
  color: #fff;
  text-decoration: underline;
}
.booking-section .description a:hover{
  text-decoration: none;
}

.section-advantages{
  background: url('../img/logistics-services/bg-01.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.section-advantages .services-holder{
  margin-top: 72px;
}
.section-advantages .img-holder{
  margin-bottom: 20px;
}
.section-advantages .img-holder p{
  padding: 19px 0px;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 20px;
  text-align: center;
}
.section-advantages .img-holder .text-primary{
  margin-bottom: 15px;
  padding: 0;
  color: #d20000 !important;
}

.description-section .text-holder{
  padding: 0 0 20px 0;
}

.description-section .text-holder h2{
  color: #d20000;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 80px;
}
.description-section .text-holder h3{
  color: #d20000;
  font-size: 18px;
}

.description-section .text-holder p{
  margin-bottom: 28px;
  line-height: 26px;
  font-size: 16px;
}

.description-section .text-holder ul{
  font-size: 16px;
  padding-left: 35px;
}

.description-section .text-holder .title{
  display: block;
  font-weight: 700;
  margin-bottom: 1px;
}

.description-section .text-holder a{
  text-decoration: underline;
  font-weight: 600;
}
.description-section .text-holder a:hover{
  text-decoration: none;
}

.description-section .img-holder{
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.description-section .img-holder img{
  position: absolute;
}
.description-section .img-holder img:first-child{
  z-index: -1;
}
.description-section .img-holder img:last-child{
  z-index: -2;
}
.aboutus-section{
  padding: 30px 0px 50px 0;
}
.aboutus-section h2{
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  margin-top: 0px !important;
  color: #d20000;
}
.aboutus-section .text-holder img{
  max-width: 100%;
}
.section-impacts{
  background-color: #E3E3E3;
}
.section-impacts h2{
  color: #2d3236;
}

.section-impacts ul{
  color: #2d3236;
  list-style-type: none;
  flex-wrap: wrap;
}
.section-impacts ul li{
  width: 25%;
}
.section-impacts ul li .number{
  font-size: 65px;
  line-height: 1.15;
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: none;
}
.section-impacts ul li .title{
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.section-highlights{
  background: url(../img/about/img-05.jpg);
}
.section-highlights .main-highlight{
  color: #d20000;
  font-size: 32px;
  line-height: 1.56;
  font-weight: 400;
  margin: 20px 20px;
}
.contact-section{
  padding: 52px 0 19px;
}
.contact-section .img-hold{
  margin-bottom: 27px;
}
.contact-section .img-hold img {
  min-height: 166px;
}
.contact-section span{
  margin-bottom: 5px;
  font-size: 16px;
}
.contact-section .number{
  color: #222222;
}
.contact-section .number:hover{
  text-decoration: underline;
}
.contact-section .link{
  text-decoration: underline;
  overflow-wrap: break-word;
}

.contact-section .link:hover{
  text-decoration: none;
}
.contact-section .title{
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #d20000;
  font-family: 'Secular One', sans-serif;
}
.contact-section .contact-divider{
  margin-bottom: 26px;
}
.form-section{
  padding: 88px 0 45px;
}
.form-section h2{
  margin: 0;
  padding: 0;
}
.form-section .text-holder{
  margin-bottom: 30px;
}
@media (max-width: 1023px){
  .contact-section .img-hold img{
      max-height: 83px;
      min-height: 0px;
  }
  .contact-section span{
    margin-bottom: 4px;
    font-size: 14px;
  }
  .contact-section .title{
    font-size: 18px;
    margin-bottom: 4px;
  }
}
@media (max-width: 991px){
  .description-section{
    text-align: center;
  }
  .description-section .text-holder{
    padding: 0 40px;
  }
  .description-section .img-holder{
    display: none;
  }
  .description-section .text-holder h2{
    color: #d20000;
    font-size: 22px;
  }
  
  .description-section .text-holder p{
    margin-bottom: 23px;
    line-height: 22px;
    font-size: 14px;
  }
  .section-highlights h2{
    font-size: 22px;
    line-height: 1.09;
    font-weight: 700;
  }
  .section-highlights .main-highlight{
    color: #d20000;
    font-size: 32px;
    line-height: 1.56;
    font-weight: 400;
    margin: 20px 20px;
  }
}

.serviceDetails-section{
  padding: 48px 0 51px;
  color: #fff;
}

.serviceDetails-section h2{
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 29px;
  font-weight: 900;
  padding-bottom: 12px;
}

.serviceDetails-section p{
  font-size: 16px;
  padding: 0 25px;
}

.serviceDetails-section .services-holder{
  text-align: left;
}
.serviceDetails-section .services-holder h3{
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 900;
  padding-left: 70px;
}

.DarkBg-section{
  background-color: #2d3236;
  padding: 48px 0 51px;
}

.section-capabilities{
  background: linear-gradient(rgba(221, 221, 221, 0.7), rgba(221, 221, 221, 0.7)), url('../img/FTL/img25.jpg');
  color: #2d3236 !important;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.section-industries{
  background: linear-gradient(rgba(45, 50, 54, 0.9), rgba(45, 50, 54, 0.9)), url('../img/FTL/IndustriesBG_1.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.section-industries .services-holder{
  margin-top: 72px;
}
.section-industries .img-holder{
  margin-bottom: 20px;
}
.section-industries .img-holder p{
  padding: 19px 0px;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 20px;
  text-align: center;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  min-height: 40px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 34px 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
  color: #d20000;
  text-transform: capitalize;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #d20000;
  content: "/";
}
.breadcrumbs ol li:last-child{
  font-weight: 900;
}
.breadcrumbs ol li a{
  text-decoration: underline;
}
.breadcrumbs ol li a:hover{
  text-decoration: none;
}
@media (max-width: 768px) {
  /* .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  } */
  .breadcrumbs{
    display: none;
  }
}

@media (max-width: 991px){
  h2{
    font-size: 22px;
    margin-bottom: 19px;
  }
  .description-section{
    text-align: center;
  }
  .description-section .text-holder{
    padding: 0 40px;
  }
  .description-section .img-holder{
    display: none;
  }
  .description-section .text-holder h2{
    color: #d20000;
    font-size: 22px;
  }
  
  .description-section .text-holder p{
    margin-bottom: 23px;
    line-height: 22px;
    font-size: 14px;
  }
  .section-highlights h2, .section-impacts h2{
    font-size: 22px;
    line-height: 1.09;
    font-weight: 700;
  }
  .section-impacts ul li{
    width: 50%;
  }
  .section-impacts ul li .number{
    font-size: 45px;
    line-height: 1.22;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px;
  }
  .section-impacts ul li .title{
    display: block;
    font-size: 14px;
    line-height: 1.14;
    font-weight: 900;
    text-transform: none;
  }
  .section-highlights p{
    padding: 0;
  }
  .section-highlights .main-highlight{
    font-size: 22px;
    line-height: 1.22;
    font-weight: 400;
    margin: 20px 20px;
  }
  .aboutus-section .text-holder{
    padding: 0;
  }
  .aboutus-section h2{
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 48px;
  }
  .aboutus-section .img-holder{
    display: flex;
    justify-content: center;
  }
}