@font-face {
    font-family: Kumbh Sans;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/KumbhSans-VariableFont_YOPQ\,wght.ttf) format("truetype");
}
@font-face {
    font-family: Kumbh Sans;
    font-display: swap;
    font-weight: 900;
    src: url(../fonts/KumbhSans-VariableFont_YOPQ\,wght.ttf) format("truetype");
}




@font-face {
    font-family: Kumbh Sans;
    font-display: swap;
    font-weight: 600;
    src: url(../fonts/KumbhSans-VariableFont_YOPQ\,wght.ttf) format("truetype");
}

@font-face {
    font-family: Kumbh Sans;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/KumbhSans-VariableFont_YOPQ\,wght.ttf) format("truetype");
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-not-valid-tip {
  display: block !important;
}


body {
    font-family: Kumbh Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #1E1E1E;
}

a {
    transition: all 0.3s ease-out;
    text-decoration: none;
}
a:hover {
    color: inherit;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.block {
    display: block;
}

.fade-in-element {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}

.fade-in-element.visible {
    opacity: 1;
    transform: translateY(0);
}
  
.img-fluida img {
    width: 100%;
    height: auto;
}

p {
    font-size: 16px;
}

.img-100 {
    width: 100%;
    height: auto;
}
.width-100{
    width:100%!important;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; 
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; 
}
.slick-list:focus {
    outline: none; 
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; 
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table; 
}
.slick-track:after {
    clear: both; 
}
.slick-loading .slick-track {
    visibility: hidden; 
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; 
}
[dir="rtl"] .slick-slide {
    float: right; 
}
.slick-slide img {
    display: block; 
}
.slick-slide.slick-loading img {
    display: none; 
}
.slick-slide.dragging img {
    pointer-events: none; 
}
.slick-initialized .slick-slide {
    display: block; 
}
.slick-loading .slick-slide {
    visibility: hidden; 
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; 
}

.slick-arrow.slick-hidden {
    display: none; 
}

/*** Site ***/

.top {
    padding: 0px 0px 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: all 0.3s ease-out;
    top: 25px;
}
.scrolled{
    top: 0 !important;
}

.scrolled {
    background-color: #fff;
}

.ml-xl-auto {
    margin-left: auto;
}

.padding-l-0 {
    padding-left: 0px;
}
.padding-r-0 {
    padding-right: 0px;
}

.logo {
    max-width: 168px;
}

.content-links-top {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 16.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-links-top img {
    width: 51px;
}

.content-links-top a {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 16.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-links-top a:hover {
    color: #2FB44B;
}

/* .social-icons a {
    margin: 0px 2px;
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 25px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.social-icons img {
  width: 25px;
} */

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2ecc40; 
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icons i:hover {
  background-color: #27ae36;
}

.icon-ig {
    background-image: url(../images/instagram-icon.svg);
}
.icon-ig:hover {
    background-image: url(../images/instagram-icon-hover.svg);
}

.icon-tw {
    background-image: url(../images/twitter-icon.svg);
}
.icon-tw:hover {
    background-image: url(../images/twitter-icon-hover.svg);
}

.icon-fb {
    background-image: url(../images/fb-icon.svg);
}
.icon-fb:hover {
    background-image: url(../images/fb-icon-hover.svg);
}


.phone-top {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.675px;
}
.phone-top:hover{
color: #2FB44B;
}

.navmenu {
    background: #183164;
    padding: 8px 0px;
    margin-top: 20px;
    text-align: center;
}

.navmenu a {
    color: #FFF;
    text-align: center;
    font-family: "Kumbh Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;
    display: inline-block;
    line-height: 15px;
    position: relative;
    padding: 0px 26px;
    border-left: 2px solid #5B79B4;
}

.navmenu a:hover {
    color: #2FB44B;
}

.navmenu a:first-child {
    padding-left: 0px;
    border-left: none;
}

.navmenu a.dropdown-icon:first-child {
    padding-left: 26px;
    border-left: 2px solid #5B79B4;
}

/*
.navmenu a:last-child::before {
    display: none;
}

.navmenu a::before {
    background: #5B79B4;
    height: 100%;
    width: 1.5px;
    top: 0px;
    right: -30px;
    content: " ";
    position: absolute;
}
*/
.navmenu .dropdown {
    display: inline-block;
}

.navmenu .dropdown-menu {
    inset: 27px auto auto 0px !important;
}

.navmenu .clicked {
    inset: 2px auto auto 0px !important;
}

/*
.navmenu .dropdown a:first-child {
    padding-left: 48px;
}*/

.navmenu .dropdown .dropdown-menu a:first-child {
    padding-left: 10px;
}

.navmenu .dropdown .dropdown-menu .sub-menu a:first-child {
    padding-left: 25px;
}

.navmenu .dropdown-menu {
    border-radius: 0px;
    border: none;
}

.sub-menu {
    text-align: left;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    background-color: transparent;
    padding-top: 8px !important;
}

.dropdown-menu h6 {
    padding: 6px 10px;
    background: #2AB24B;
    display: block;
    width: 100%;
    color: #FFF;
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-bottom: 0px;
}

.dropdown-menu a {
    background: #DBDADA;
    padding: 6px 10px;
    display: block;
    text-align: left;
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
    border-bottom: 1px solid #fff;
    border-left: 0px;
}

.dropdown-menu a:hover {
    background: #2AB24B;
    color: #FFF;
    
}

.dropdown-menu a::before {
    display: none;
}

.dropdown-services .dropdown-menu {
    width: 299px;
    padding: 0px;
}

.dropdown-icon::after {
    content: " ";
    background-image: url(../images/arrow-dropdown.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 2px;
}

.sub-menu a {
    display: block;
    background-color: #fff;
    color: #8D8D8D;
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
    padding: 6px 10px;
    text-align: left;
    border-bottom: 1px solid #EFEFEF;
    padding-left: 25px;
    border-left: 0px;
}

.sub-menu a:hover {
    color: #183164;
    background-color: #fff;
    background-image: url(../images/arrow-right-drop.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
}

.sub-menu a:last-child {
    border-bottom: none;
}

.main section {
    background-color: #fff;
}

.hero {
    position: relative;
    z-index: 1;
}

.text-over {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    
    
}

.hero h1 {
    color: #183164;
    text-align: left;
    font-family: "Kumbh Sans";
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero h1 strong {
    font-weight: 700;
}

.hero .text-over {
    display: block;
    top: 0px;
    padding-top: 280px;
}

.arrow-bottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 40px;
}

.arrow-bottom img, .arrow-center img, .arrow img {
    transition: transform 0.3s ease;
}

.arrow-bottom img:hover, .arrow-center img:hover, .arrow img:hover {transform: scale(1.1);}




.premium {
    position: relative;
    z-index: 1;
}

.premium .text-over {
    display: block;
    top: 0px;
    padding-top: 90px;
}

.premium h2 {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
}
.premium strong {
    display: block;
    color: #2FB44B;
    font-family: "Kumbh Sans";
    font-size: 38.13px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 3.05px;
}

.premium .text-bottom {
    bottom: 0px;
    display: flex;
    align-items: end;
    padding-top: auto;
    padding-bottom: 80px;
}

.premium .text-bottom p {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 16.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 210.526% */
    margin-bottom: 0px;
}
@media(min-width:576px) and (max-width:630px){
    .premium .text-bottom p {
        line-height: 1.3;
    }
}

.warehousing {
    position: relative;
    z-index: 1;
}

.warehousing h2 {
    color: #FFF;
    font-family: "Kumbh Sans";
    font-size: 35.033px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.803px;
    
    display: inline-block;
}

.warehousing h2 span {
    font-size: 28.282px;
    letter-spacing: 2.263px;
    display: block;
}

.warehousing h2 span strong {
    font-weight: 900;
}

.warehousing .text-over {
    top: 0px;
    padding-top: 150px;
}


.arrow {
    display: inline-block;
    top: -15px;
    position: relative;
    margin-left: 15px;
}

/*
.tit-expansive {
    background-image: url(../images/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 27px;
}*/

.endtoend {
    position: relative;
    z-index: 1;
    margin-top: -200px;
    text-align: center;
    background-color: transparent !important;
}

.endtoend .text-bottom {
    bottom: 0px;
    display: flex;
    align-items: end;
    padding-top: auto;
    padding-bottom: 80px;
}

.endtoend h2 {
    color: #FFF;
    font-family: "Kumbh Sans";
    font-size: 28.282px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.263px;
    display: inline-block;
}

.endtoend span {
    display: block;
    color: #FFF;
    font-family: "Kumbh Sans";
    font-size: 29.25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.34px;
}

.endtoend strong {
    color: #FFF;
    font-family: "Kumbh Sans";
    font-size: 29.25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.34px;
}

.shipments {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 203px;
    padding-bottom: 100px;
}

.shipments .text-over {
    display: block;
    top: 192px;
    
}

.shipments h2 {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 34.283px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.743px;
    display: inline-block;
}

.shipments h2 strong {
    display: block;
}

.dominate {
    position: relative;
    z-index: 1;
    text-align: center;
    bottom: 0px;
}

.dominate .text-bottom {
    bottom: 0px;
    display: flex;
    align-items: end;
    padding-top: auto;
    padding-bottom: 80px;
}

.dominate h2 {
    color: #FFF;
    font-family: "Kumbh Sans";
    font-size: 28.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.28px;
    display: inline-block;
}

.dominate h2 span {
    color: #FFF;
    font-family: "Kumbh Sans";
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.08px;
    display: block;
}

.dominate h2 span strong {
    color: #FFF;
    font-family: "Kumbh Sans";
    font-size: 51px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 4.08px;
}

.flat-deck {
    position: relative;
    z-index: 0;
    text-align: center;
    bottom: 0px;
    background-color: #fff;
    background-image: url(../images/flat-deck.webp);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 45vw;
    z-index: 0 !important;
}

.flat-deck .text-over {
    position: fixed;
}



.flat-deck .text-bottom {
    bottom: 0px;
    display: flex;
    align-items: end;
    padding-top: auto;
    padding-bottom: 80px;
}

.flat-deck span {
    font-size: 44.033px;
}

.flat-deck h2 {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 39.63px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: initial;
}


.flat-deck h2 span strong {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 44.033px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.flat-deck h2 strong {
    font-weight: 900;
}

.drive-seven {
    position: relative;
    z-index: 1;
    text-align: center;
    bottom: 0px;
}

.drive-seven .btn-blue {
    margin-top: 26px;
}

.drive-seven .text-over {
    top: 0px;
    display: flex;
    align-items: center;
    padding-top: auto;
    padding-bottom: 80px;
}

.drive-seven h2 {
    color: #F2F2F2;
    font-family: "Kumbh Sans";
    font-size: 40.387px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.25px;
    text-align: right;
    
}

.drive-seven h2 strong {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    letter-spacing: 1px;
}

.col-driven-logo {
    text-align: center;
    padding-left: 82px;
}

.drive-seven h2 span strong {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 44.033px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}


.btn-green {
    color: #E8E8EA;
    font-family: "Kumbh Sans";
    font-size: 18.42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 22.5px;
    background: #2AB24B;
    padding: 10.5px 27.75px;
    display: inline-block;
}

.btn-green:hover {
    background-color: #fff;
    color: #2AB24B;
}

.btn-blue {
    border-radius: 22.5px;
    background: #183164;
    padding: 10.5px 27.75px;
    color: #E8E8EA;
    font-family: "Kumbh Sans";
    font-size: 18.42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}

.btn-blue:hover {
    background-color: #fff;
    color: #183164;
}

.back-to-top {
    position:absolute;
    top:auto;
    bottom:30px;
    right:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:44px;
	height:45px;
	cursor:pointer;
}

.back-to-top:hover img{
	transform: rotate(-90deg) scale(1.1);
}
.back-to-top img {
  width: 100%;
  transform:rotate(-90deg);
  transition: all 0.3s ease-out;
}
@media(min-width:576px){
    .back-to-top {
        bottom:65px;
    }
}
@media(min-width:1400px){
    .back-to-top {
        top:50%;
        bottom:auto;
        right: 40px;
        transform:translateY(-50%);
    }
}

.footer {
    padding: 10px 0px 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.content-footer h5 {
    display: block;
    color: #2FB44B;
    font-family: "Kumbh Sans";
    font-size: 19.313px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0px 0px 0px;
    margin: 0px;
}

.content-footer span {
    display: block;
    color: #8D8D8D;
    font-family: "Kumbh Sans";
    font-size: 13.297px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0px;
}

.content-footer a {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 22.747px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-footer a:hover {
    color: #2FB44B;
}

.content-footer p {
    color: #424242;
    font-family: "Kumbh Sans";
    font-size: 10.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 200% */
    margin-top: 15px;
}

.footer .social-icons {
    margin-top: 15px;
}


.footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}

.bwg_ctrl_btn_container, .bwg_toggle_container{
display:none!important;
}
.spider_popup_wrap{
    background:rgba(255, 255, 255, 0.8)!important;
}

.links-footer a {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 20px;
}

.links-footer a:hover {
    color: #2FB44B;
}

.sec-copy {
    padding: 20px 0px 35px;
    margin-top: 30px;
}

.breadcrumbs {
    border-bottom: 0.75px solid #2AB24B;
    padding: 20px 0px;
    margin-bottom: 50px;
}

.breadcrumbs a {
    color: #8D8D8D;
    font-family: "Kumbh Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 5.25px;
    text-transform: uppercase;
    position: relative;
    margin-right: 6px;
}

.breadcrumbs span {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 5.25px;
    text-transform: uppercase;
}

.subpage-copy .h2-green {
    color: #2AB24B;
    font-family: "Kumbh Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 49.5px; /* 165% */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.subpage-copy h3 {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 22.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.5px; /* 126.667% */
    margin-bottom: 15px;
    margin-top: 30px;
}
.subpage-copy h2 {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 22.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.5px; /* 126.667% */
    margin-bottom: 15px;
    margin-top: 30px;
}

.subpage-copy p {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.subpage-copy ul li {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.subpage-copy ul li a, .subpage-copy a {
    color: #183164;
}

.subpage-copy ul li a:hover, .subpage-copy a:hover {
    color: #2AB24B;
}

.subpage-copy .h2-blue {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    margin-top: 50px;
    margin-bottom: 31px;
    display: block;
}

.col-padding-copy {
    padding-top: 65px;
    padding-left: 55px;
}

.input-form {
    width: 49.5%;
    background: #F2F2F2;
    height: 38px;
    padding: 8px;
    color: #8D8D8D;
    font-family: "Kumbh Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    border: none;
    margin-bottom: 5px;
}

.input-form::placeholder {
    color: #8D8D8D;
    font-family: "Kumbh Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    border: none;
}

.text-form {
    width: 100%;
    background: #F2F2F2;
    
    padding: 8px;
    color: #8D8D8D;
    font-family: "Kumbh Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    border: none;
    margin-bottom: 5px;
}

.form-content .text-form{
    height: 81px;
}

.radio-form {
    width: 100%;
    padding: 8px;
    color: #8D8D8D;
    font-family: "Kumbh Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    border: none;
    margin-bottom: 5px;
}
.radio-form .wpcf7-list-item.first{
	margin-left:0;
}

.h-auto{
	height:auto!important;
}

.btn-send {
    border-radius: 22.5px;
    background: #2AB24B;
    color: #FFF;
    font-family: "Kumbh Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.474px;
    padding: 10px 20px;
    border: none;
}

.btn-send:hover {
    background-color: #183164;
    color:#fff;
}


.form-content p {
    color: #183164;
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.form-content br {
    display: none;
}

.modal-content {
	background: #eee;
	color: #2FB44B
}

.modal-content .modal-title {
	font-size: 32px
}

.modal-content .close {
	opacity: 1;
	text-shadow: none
}

.form h3 {
	clear: both;
	text-transform: uppercase;
	font-size: 18px
}


.form hr {
	border-top: 1px solid #fff
}

.form h3 {
	color: #d71921;
	font-weight: 500
}

.form label {
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 0;
	display: block;
	font-weight: bold;
	color: #f2f2f2;
	font-size: 14px
}

.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="number"],
.form input[type="file"] {
	width: 100%;
	padding: 10px 15px;
	background: #FFF;
	border-radius: 0;
	margin-bottom: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	outline: 0;
	font-weight: 500;
    height:48px;
}

.form textarea {
	height: auto
}

/*.form input[type="submit"] {
	padding: 3px 25px 4px;
    text-transform: uppercase;
    background: #003975;
	font-size: 24px;
	border-radius: 0;
	font-weight: 700;
    color: #fff;
    border:0;
}

.form input[type="submit"]:hover {
	background: #fff;
	color: #003975;
	cursor: pointer
}*/

.form .asterisk {
	color: #f77;
	padding-right: 3px
}


.subpage-page .top {
    background-color: #fff;
}

.img-endtoend {
    margin: 0px auto;
}

.menu-laptop {
    display: none;
}

.subpage {
    margin-top: 154px;
}

.content-footer a.devlink {
    color: #424242;
    font-family: "Kumbh Sans";
    font-size: 10.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: 15px;
}

.content-footer a.devlink:hover {
    color: #2FB44B;
}

.padding-col-footer {
    padding-top: 40px;
}

.col-mid-footer {
    padding-left: 25px;
}

.content-footer br {
    display: none;
}

.h2-blue br {
    display: none;
}

.ticker-wrap{
  background: #2FB44B;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
  font-weight: 700;
  padding:10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height:38px;
  margin-bottom:20px;
  display: none;
}

.ticker__item {
  position: absolute;
  white-space: nowrap;
  display: none;
}



@media (max-width: 1650.98px) {
    .col-driven-logo {
        padding-left: 162px;
        padding-top: 42px;
    }
}

@media (min-width: 1921px) {
    .col-driven-logo{
        padding-left: 0;
        left: -1.8vw;
        position: relative;
    }
        
    /* .col-driven-logo img{
        width:17vw;
    } */
}

@media (max-width: 1399.98px) {
    .subpage {
        margin-top: 0px;
    }
    .hero {
       margin-top: 110px;
    }
    .top {
        background-color: #fff;
        padding-bottom: 20px;
        border-bottom: 3px solid #9D9D9D;
    }
    .navmenu {
        display: none;
    }
    .hero h1 {
        font-size: 39px;
    }
    .hero .text-over {
        padding-top: 128px;
    }
    .warehousing h2 {
        font-size: 40.71px;
        letter-spacing: 3.017px;
        display: inline-block;
       /* background-image: url(../images/arrow-right-white-2.svg);
        background-position: right 43px;
        background-repeat: no-repeat;*/
    }
    .warehousing h2 span {
        font-size: 32px;
        font-weight: 900;
        letter-spacing: 3.12px;
    }
    .endtoend {
        margin-top: -140px;
    }
    .endtoend h2 {
        font-size: 31px;
        font-weight: 400;
        letter-spacing: 3.737px;
        background-position: right 40px;
        /*padding-right: 56px;*/
    }
    .endtoend h2 span {
        display: block;
        color: #FFF;
        font-size: 33px;
        letter-spacing: 3.017px;
    }
    .endtoend h2 span strong {
        font-weight: 900;
        font-size: 34px;
    }
    .img-endtoend {
        max-width: 98%;
        margin: 0px auto;
    }
    .endtoend .text-bottom {
        padding-bottom: 35px;
    }
    .col-driven-logo {
        padding-left: 0px;
    }
    .flat-deck {
        min-height: 63vw;
    }
    .links-footer-laptop {
        margin-top: 40px;
    }
    
    .content-menu-laptop a {
        color: #FFF;
        text-align: left;
        font-family: "Kumbh Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.92px;
        background: #183164;
        padding: 8px 14px;
        display: block;
        text-transform: uppercase;
        border-bottom: 1px solid #DBDADA;
    }

    .content-menu-laptop a.menu-grey {
        background: #DBDADA;
        color: #183164;
    }

    .content-menu-laptop h6 {
        padding: 6px 10px;
        background: #2AB24B;
        display: block;
        width: 100%;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.44px;
        margin-bottom: 0px;
        padding: 8px 14px;
        text-align: left;
        text-transform: uppercase;
    }
    .sub-menu a {
        display: block;
        background-color: #fff;
        color: #8D8D8D;
        font-family: "Kumbh Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.44px;
        padding: 6px 10px;
        text-align: left;
        border-bottom: 1px solid #EFEFEF;
        padding-left: 25px;
    }

    .sub-menu a:hover {
        color: #183164;
        background-color: #fff;
        background-image: url(../images/arrow-right-drop.svg);
        background-position: 10px center;
        background-repeat: no-repeat;
    }
    .content-menu-laptop .accordion-button:not(.collapsed) {
        background: #2AB24B;
        color: #fff;
    }
    .content-menu-laptop .accordion-item {
        border-radius: 0px;
        border: none;
    }
    .content-menu-laptop .accordion-button::after {
        content: " ";
        background-image: url(../images/arrow-green.svg);
        background-repeat: no-repeat;
        width: 10px;
        height: 14px;
        background-size: auto;
        position: absolute;
        right: auto;
        top: 11px;
        margin-left: 5px;
    }
    .content-menu-laptop .accordion-button:not(.collapsed)::after {
        content: " ";
        background-image: url(../images/arrow-white.svg);
        background-repeat: no-repeat;
        width: 10px;
        height: 14px;
        background-size: auto;
        position: absolute;
        right: auto;
        top: 11px;
        margin-left: 5px;
    }
    .menu-laptop {
        display: block;
        width: 100%;
        position: fixed;
        z-index: 2;
        height: 100%;
    }
    .menu-over {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: start;
    }
    .menu-over .container-fluid {
        padding: 0px;
    }
    .padding-r-0 {
        padding-right: 12px;
    }
    .menu-laptop {
        display: none;
    }

    .menu-over .content-links-top a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 86.5px;
        border-bottom: 1px solid #C5C5C5;
    }

    .menu-over .content-links-top a strong {
        display: inline-block;
    }

    .menu-over .content-links-top a img {
        display: inline-block;
        margin-right: 20px;
    }
    
    #close-menu {
        display: none;
    }
    .each-link-top {
        padding-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #DBDADA;
    }
    .link-first {
        border: none;
    }
    .shipments .text-over {
        top: 103px;
    }
    .shipments h2 {
        font-size: 42px;
        background-position: right 48px;
        margin-bottom: 0px;
        /*padding-right: 63px;*/
    }
    .shipments h2 strong {
        letter-spacing: 4px;
    }
    .dominate h2 span, .dominate h2 span strong {
        font-size: 68px;
    }
    .dominate h2 {
        font-size: 38px;
        background-position: right 78px;
    }
    .dominate .text-bottom {
        padding-bottom: 45px;
    }                                                                                                          
   
}

@media (max-width: 1199.98px) { 
    .hero h1 {
        font-size: 43px;
    }
    .content-links-top {
        display: none;
    }
    .center-lg {
        text-align: center;
    }
    .premium strong {
        font-size: 50px;
    }
    .premium h2 {
        font-size: 50px;
        text-align: center;
    }
    .shipments .text-over {
        top: 100px !important;
    }
    .shipments h2 {
        font-size: 47px;
        background-position: right 61px;
    }
    .shipments h2 strong {
        font-size: 47px;
    }
    .shipments {
        padding-top: 237px;
    }

    .flat-deck {
        min-height: 65vw !important;
    }
    .drive-seven-tablet-1 {
        position: relative;
        z-index: 1;
        text-align: center;
        bottom: 0px;
    }
    .drive-seven-tablet-1 .text-over {
        top: 0px;
        display: flex;
        align-items: center;
        padding-top: auto;
        padding-bottom: 80px;
    }
    .drive-seven-tablet-2 {
        position: relative;
        z-index: 1;
        text-align: center;
        bottom: 0px;
    }
    .drive-seven-tablet-2 .text-over {
        top: 0px;
        display: flex;
        align-items: center;
        padding-top: auto;
        padding-bottom: 80px;
    }
    .drive-seven-tablet-2 h2 {
        color: #F2F2F2;
        font-family: "Kumbh Sans";
        font-size: 40.387px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 5.25px;
        text-align: right;
    }
    .drive-seven-tablet-2 h2 strong {
        color: #183164;
        font-family: "Kumbh Sans";
        font-size: 90px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: block;
        letter-spacing: 1px;
    }
    .col-padding-copy {
        padding-left: 15px;
    }
    .menu-laptop .content-links-top {
        display: block;
        height: 100%;
        background: rgba(255, 255, 255, 0.97);
        overflow: hidden;
        padding-left: 61px;
        /* padding-top: 58px; */
    }
    .content-links-top .row {
        background-color: transparent;
    }
    .menu-laptop .container {
        
    }
    .menu-laptop {
         
    }
    .menu-laptop .padding-zero-right {
        padding-right: 0px;
    }
    .menu-laptop .padding-zero-left {
        padding-left: 0px;
    }
}

@media (max-width: 1100px) { 
    .dominate h2 {
        font-size: 30px;
        background-position: right 55px;
    }
    .dominate h2 span, .dominate h2 span strong {
        font-size: 54px;
    }
    .flat-deck .text-bottom {
        padding-bottom: 70px;
    }
    .flat-deck h2 {
        background-position: 100% 50px;
    }
}

@media (max-width: 991.98px) {
    .hero h1 {
        font-size: 41px;
    }
    
    .warehousing h2 {
        font-size: 29px;
    }
    .warehousing h2 span {
        font-size: 22px;
    }
    .warehousing .text-over {
        top: 0px;
        padding-top: 93px;
    }
    .endtoend h2 {
        font-size: 23px;
        background-position: right 25px;
    }
    .endtoend h2 span {
        font-size: 24px;
    }
    .endtoend h2 span strong {
        font-size: 27px;
    }
    .drive-seven-tablet-2 h2 {
        font-size: 39.387px;
    }
    .col-driven-logo img {
        width: 90%;
    }
    .premium h2 {
        font-size: 37px;
    }
    .premium h2 strong {
        font-size: 37px;
    }
    .shipments h2 {
        font-size: 40px;
        background-position: right 44px;
    }
    .shipments h2 strong {
        font-size: 40px;
    }
    .dominate h2 span, .dominate h2 span strong {
        font-size: 45px;
    }
    .dominate h2 {
        font-size: 25px;
        background-position: right 38px;
    }
    .flat-deck {
        min-height: 133vw !important;
    }
    .premium {
        padding-bottom: 85px;
        padding-top: 85px;
    }
    .hero .text-over {
        padding-top: 85px;
    }
    .endtoend {
        margin-top: -102px;
    }
}



@media (max-width: 768px) { 
    .container {
        max-width: 720px;
    }

    .premium .text-over {
        padding-top: 47px;
    }
    .premium .text-bottom {
        padding-bottom: 34px;
    }
    .endtoend {
        margin-top: -81px;
    }
    .dominate h2 {
        font-size: 18px;
        background-position: right bottom;
    }
    .dominate h2 span {
        font-size: 32px;
        
    }
    .dominate h2 span strong {
        font-size: 32px;
    }
    
    .flat-deck .text-bottom {
        padding-bottom: 195px;
    }
    .flat-deck h2 {
        font-size: 31px;
        
    }
    .flat-deck span {
        font-size: 34px;
        display: block;
    }
    .flat-deck h2 strong {
        font-size: 31px;
    }
    .flat-deck h2 span strong {
        font-size: 34px;
    }
    .flat-deck-ml{
        margin-left: 60px;
    }
    .col-driven-logo img {
        width: 300px;
    }
    .col-driven-logo {
        padding-left: 29px;
        padding-top: 46px;
    }
    .drive-seven-tablet-2 h2 {
        font-size: 30.387px;
    }
    .drive-seven-tablet-2 h2 strong {
        font-size: 70px;
    }
    .drive-seven-tablet-2 .text-over {
        padding-bottom: 0px;
    }
    .premium {
        padding-bottom: 116px;
    }
    .menu-laptop {
        overflow: auto;
    }
    .endtoend h2 {
        font-size: 17px;
        background-position: right 7px;
    }
    .endtoend h2 span {
        font-size: 20px;
    }
    .endtoend h2 span strong {
        font-size: 20px;
    }
    .arrow-center {
        text-align: center;
        margin-top: 15px;
    }
    .shipments h2 {
        font-size: 29px;
    }
    .shipments h2 strong {
        font-size: 29px;
    }
}


@media (max-width: 575.98px) {
    .hero h1 {
        text-align: center;
        font-size: 37px;
    }
    .hero {
        
        padding-bottom: 0px;
    }
    .hero .text-over {
        padding-top: 55px;
    }
    .arrow-bottom {
        display: none;
    }
    .premium h2, .premium h2 strong {
        text-align: center;
        font-size: 50px;
    }
    .premium .text-over {
        padding-top: 80px;
    }
    .arrow-center {
        text-align: center;
        margin-top: 15px;
    }
    .premium .text-bottom {
        padding-bottom: 23px;
    }
    .img-endtoend {
        max-width: 100%;
    }
    .endtoend {
        margin-top: 0px;
    }
    .warehousing {
        padding-bottom: 290px;
    }
    .warehousing h2 {
        color: #183164;
        font-size: 26px;
        text-align: center;
        background-position: bottom center;
        background-repeat: no-repeat;
        padding-right: 0px;
        padding-bottom: 48px;
        background-image: url(../images/arrow-right.svg);
    }
    .warehousing h2 span {
        font-weight: normal;
        font-size: 28px;

    }
    .warehousing .text-over {
        top: auto;
        padding-top: 0px;
        bottom: 26px;
        align-items: end;
    }
    .endtoend h2 {
        text-align: center;
        font-size: 17px;
        background-position: center bottom;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .endtoend strong {
        display: inline-block;
        font-size: 27px;
    }
    .shipments h2 {
        text-align: center !important;
        background-position: center bottom;
        padding-bottom: 35px;
        padding-right: 0px;
        font-size: 40px !important;
    }
    .shipments .text-over {
        top: 58px !important;
    }
    .shipments h2 strong {
        font-size: 40px;
    }
    .img-shipments {
        margin-top: 50px;
    }
    .dominate {
        padding-top: 322px;
        background: #183164 !important ;
    }
    .dominate .text-bottom {
        align-items: start;
        padding-bottom: 0px;
        padding-top: 40px;
    }
    .dominate h2 {
        text-align: center;
        font-size: 40px;
        text-align: center;
        font-size: 40px;
        background-position: bottom center;
        padding-right: 0px;
        padding-bottom: 25px;
    }
    .dominate h2 span {
        font-size: 40px;
    }
    .dominate h2 span strong {
        font-size: 40px;
    }
    .dominate .arrow {
        display: block;
        text-align: center;
    }
    .drive-seven-tablet-1 .text-over {
        padding-bottom: 0px;
    }
    .col-driven-logo img {
        width: 100%;
    }
    .col-driven-logo {
        padding: 0px;
    }
    .drive-seven-tablet-2 .text-right {
        text-align: center;
    }
    .drive-seven-tablet-2 .text-over {
        padding-bottom: 0px;
    }
    .footer {
        text-align: center;
    }
    .footer .social-icons {
        margin-bottom: 30px;
    }
    .flat-deck h2 {
        text-align: center;
        padding-right: 0px;
        padding-bottom: 137px;
        background-position: bottom center;
    }
    .flat-deck h2, .flat-deck h2 strong, .flat-deck h2 span strong, .flat-deck span {
        font-size: 29px;
        display: inline-block;
    }
    .flat-deck h2 strong {
        font-weight: 900;
    }
    .flat-deck .text-bottom {
        padding-bottom: 0px;
        margin-bottom: 0;
    }
    .flat-deck {
        min-height: 190vw !important;
    }
    .flat-deck-ml{
        margin-left: 0;
    }
    .subpage {
        margin-top: 4px;
    }
    .menu-laptop .padding-zero-right {
        padding-right: 12px;
    }
    .menu-laptop .padding-zero-left {
        padding-left: 12px;
    }
    .menu-laptop {
        margin-top: 0px;
        padding-top: 5px;
    }
    .menu-laptop .content-links-top {
        padding-top: 0px;
    }
    .warehousing .arrow {
        display: none;
    }
    .endtoend .arrow {
        display: block;
        text-align: center;
        top: 4px;
    }
    .shipments .arrow {
        display: block;
        text-align: center;
    }
    .flat-deck .arrow {
        display: block;
        text-align: center;
        top: -126px;
    }
    .content-footer br {
        display: block;
    }
    .breadcrumbs a {
        font-size: 13px;
        letter-spacing: 3.25px;
    }
    .breadcrumbs span {
        font-size: 13px;
        letter-spacing: 3.25px;
    }

    .h2-blue br {
        display: block;
    }
    .subpage-copy .h2-blue {
        font-size: 35px;
    }
    .input-form {
        width: 100%;
    }
    .social-icons-sm{
        justify-content: center !important;
    }
}

@media (max-width: 430px) {
    .hero h1 {
        font-size: 28px;
    }
    .premium h2 {
        font-size: 35px;
    }
    .premium .text-over {
        padding-top: 82px;
    }
    .premium {
        padding-bottom: 150px;
    }
    .premium .text-bottom p {
        padding-bottom: 15px;
    }
    .shipments h2 {
        font-size: 30px !important;
    }
    .shipments h2 strong {
        font-size: 30px;
    }
    .dominate h2 {
        font-size: 33px;
    }
    .dominate h2 span {
        font-size: 33px;
    }
    .dominate h2 span strong {
        font-size: 33px;
    }
    .dominate {
        padding-top: 262px;
    }
    .drive-seven-tablet-2 h2 strong {
        font-size: 65px;
    }
    .drive-seven-tablet-2 h2 {
        font-size: 26.387px;
    }
    .icon-menu {
       margin-right: 15px;
    }
    .premium h2, .premium h2 strong{
        font-size: 43px;
    }
    .premium h2 {
        font-size: 28px;
    }
}
    @media (max-width: 390px) {
        .flat-deck h2 {
            font-size: 27px;
        }
        .flat-deck h2 span {
            font-size: 27px;
        }
        .flat-deck h2 span strong {
            font-size: 27px;
        }
        .flat-deck h2 strong {
            font-size: 27px;
        }
        .flat-deck .text-bottom {
            padding-bottom: 100px;
        }
        .drive-seven-tablet-2 h2 strong {
            font-size: 63px;
        }
    }

.grecaptcha-badge{
    z-index: 999999999;
}

@media (max-width: 400px) {
    .form select,
    .form textarea,
    .form input[type="text"],
    .form input[type="password"],
    .form input[type="email"],
    .form input[type="tel"],
    .form input[type="number"],
    .form input[type="file"] {
        font-size: 13px !important;
    }
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
}
.subpage-copy .wpcf7 h2 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.custom-multiselect {
  position: relative;
  width: 100%;
  font-family: inherit;
}

.select-display {
  border-radius: 6px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.options-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-height: 180px;
  overflow-y: auto;
  z-index: 999;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.options-list label {
  display: block;
  padding: 3px 0;
  cursor: pointer;
}

.options-list input[type="checkbox"] {
  margin-right: 6px;
}

.custom-multiselect.active .options-list {
  display: block;
}
