.auto-container {
    position: static;
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.p-relative {
    position: relative;
}
.p-60 {
    padding: 60px 10px;
}
.f-16 {
    font-size: 16px;
}
.box-shadow {
    box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
}
.navbar-brand img {
    width: 155px;
}
.header-contact-us a i {
    font-size: 1.7rem;
    padding-right: 10px;
}
.footer-heading img {
    filter: brightness(0) invert(1);
    scale: 0.7;
}
.footer-content p {
    max-width: 100%;
    color: var(--white-color);
    text-align: center;
}
.footer-social-link {
    text-align: center;
}
.footer-social-link ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    border-radius: 100%;
    text-align: center;
    color: var(--white-color);
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}
.footer-info-box .icon-box i {
    font-size: 20px;
    color: var(--white-color);
}
.footer-copyright-links {
    background-color: var(--bs-body-color);
    color: var(--white-color);
    padding: 20px 0;
}
.footer-copyright p {
    font-size: 0.875rem;
    font-weight: 300;
    text-align: left;
}
.footer-policy-links ul li a {
    font-size: 0.875rem;
    font-weight: 300;
    color: var(--white-color);
}

.about-transportation .section-title h2 {
    font-size: 2.125rem;
}
.clients-carousel {
    padding: 60px 0;
    position: relative;
}
.client-block {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.clients-section ul li {
    list-style-type: none;
}
.client-block .image {
    position: relative;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.client-block img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    opacity: 1;
    width: auto !important;
    display: inline-block !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-content-two {
    padding-right: 30px;
}
.tp-section__subtitle {
    color: #062e39;
    font-weight: 700;
}
.tp-section__subtitle-before::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 20px;
    height: 2px;
    background: #062e39;
}
.tp-section__title {
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 600;
}
.tp-section__subtitle-before {
    display: inline-block;
    padding-right: 30px;
}
.about-content-two content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #3b3b3b;
    margin-bottom: 15px;
}
.about-content-two ol {
    line-height: 1.5rem;
}
.btn-style-1, .btn-style-2, .small-btn-style {
    background: #064ACB;
    border: 0;
    border-radius: 30px;
    color: #1a1729;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    font-weight: 600;
    padding: 15px 35px;
    padding-right: 70px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    color: #fff;
    overflow: hidden;
}
.btn-style-1:before, .btn-style-2:before, .small-btn-style:before {
    background: #fff;
    border-radius: 30px;
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
    height: 46px;
    line-height: 46px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 46px;
    color: #1C263A;
    font-size: 1rem;
}
.btn-style-1:after, .btn-style-2:after, .small-btn-style:after {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    border-radius: 100px;
    background: #053ca3;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
  
.flex-item-left {
    flex: 37%;
}
  
.flex-item-right {
    flex: 50%;
}

.header-nav {
    background: var(--primary-color);
    border: none;
    border-radius: 0;
    position: relative;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    transition: .3s ease;
}
.header-nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #fff;
    display: block;
}
.main-header .navbar-nav:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -21px;
    bottom: 0;
    width: 50px;
    transform: skewX(-30deg);
    background: inherit;
}
.main-header .navbar-nav {
    margin-right: -20px;
    background: var(--primary-color);
    padding-left: 20px;
    position: relative;
}
.navbar-brand {
    display: block;
    z-index: 1;
}
.nav-scroll {
    position: fixed;
    /* position: sticky; */
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    margin-top: 0;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
.menu-tabs{
	position: fixed;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	display: inline-block;
	text-align: center;
	float: none;
	margin:0 auto;
	z-index: 9999;
	transition: .3s ease;
}
.menu-tabs.out{
	opacity: 0;
	visibility: hidden;
}
.menu-tabs li a{
	background: #00BCD4;
	border-radius: 0;
	margin:0;
	color:#fff;
	padding:15px 30px;
	border:none;
	transition: .3s ease;
	opacity: .875;
}
.menu-tabs li a:hover{
    opacity: 1;
}
.menu-tabs li:nth-child(1) a{
	background: #e6212a;
    border-radius: 5px 0 0;
}
.menu-tabs li:nth-child(2) a{
	background: #2db742;
}
.menu-tabs li:nth-child(3) a{
	background: #30318b;
    border-radius: 0 0 5px;
}
.menu-tabs .icon{
	width: 32px;
	height: 45px;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
    font-size: 1.35rem;
    line-height: 2.4rem;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}

/***** Back to Top *****/
.back-to-top {
    position: fixed;
    bottom: -10%;
    right: 1rem;
    width: 2.5rem;
    height: 4rem;
    border-radius: 1.25rem;
    border: 0;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    background: #000164;
    border: 1px solid #000164;
    box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.02);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.back-to-top:before {
    content: '\f176';
    font-family: 'Font Awesome 6 Pro';
    font-size: 1.6rem;
    font-weight: 100;
    color: #fff;
}

.back-to-top.active {
    bottom: 1.5rem;
    visibility: visible;
    opacity: 0.7;
}
.news-nav{
	text-align: left;
	float: none;
	display: block;
}
.news-nav li{
	display: inline-block;
	float: none;
    margin-bottom: 45px;
}
.news-nav li a {
    border: 1px solid #30318a;
    background: #30318adb;
    color: #fff;
    padding: 10px 30px;
    margin: 0 5px;
    font-size: 12px;
    border-radius: 10px;
}
.news-nav li.active a{
	color:#fff;
	background: #00BCD4;
}

/* Sticky Floating Button */
.floating-btn {
    position: fixed;
    list-style: none;
    padding: 0;
    z-index: 9;
    bottom: 12%;
    right: -125px;
}
  
.floating-btn li {
    position: relative;
    right: 0;
    width: 190px;
    height: 60px;
    -webkit-box-shadow:0px 0px 5px 1px rgb(153 153 153 / 50%);
    border-radius: 10px 10px 0;
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 10px 0;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.floating-btn li:nth-child(1){
	background: #e6212a;
}
.floating-btn li:nth-child(2){
	background: #2db742;
}
.show-floating {
    right: 120px !important;
}
.floating-btn .stick-content > a {
    display: inline-block;
    width: 100%;
}
  
.floating-btn .stick-content .img {
    width: 50px;
    float: left;
    margin: 10px 0;
    color: #fff;
    font-size: 24px;
}
  
.floating-btn .stick-content .desc {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-size: 12px;
    color: #fff;
    float: right;
    width: 110px;
    vertical-align: middle;
}
  
.floating-btn .stick-content .desc span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

/* sub menu */
.main-menu > ul > li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    min-width: 275px;
    padding: 15px;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    border-radius: 10px;
    z-index: 999;
    border: 1px solid #ececec;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.main-menu ul ul li {
    margin: 0;
    padding: 10px 5px;
}
.main-menu > ul > li ul.sub-menu > li a {
    color: #111;
    font-size: 14px;
    font-weight: 400;
}

.main-menu >  ul > li ul.sub-menu li ul.level-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #ffffff;
    width: 270px;
    padding: 20px 0 25px;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.main-menu > ul > li ul.sub-menu li {
    line-height: 1;
    display: block;
    position: relative;
}
.main-menu > nav > ul > li ul.sub-menu li a {
    font-size: 14px;
    color: #111;
    display: block;
    padding: 0 15px;
}
.main-menu > ul > li ul.sub-menu li:hover>ul.level-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
.main-menu ul ul {
    overflow: visible;
}
.slicknav_nav li a:hover {
    background-color: transparent;
    color: #FF5722;
    border-radius: 0;
    margin: 0;
}
/* RESPONSIVE */
@media only screen and (max-width: 767px){
    .home-transportation-right {
        width: 100%;
        padding-bottom: 10px;
    }
    .page-header-box h2 {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .product-single-section .product-single-img {
        width: 100%;
    }
    .flex-item-right, .flex-item-left {
        flex: 100%;
    }
    .product-single-section .product-tab-area .main-tab button,
    .product-single-section .product-tab-area .main-tab a {
        padding: 10px 10px;
        font-size: 0.82rem;
    }
    .transportation-img-1 {
        width: 100%;
    }
    .about-transportation .section-title h2 {
        font-size: 1.5rem;
    }
    .cargo-shipment {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .slicknav_menu {
        padding: 0;
    }
    .cargo-shipment {
        padding: 50px 10px;
    }
    .menu-tabs {
        bottom: 0;
        left: 0;
        transform: none;
        display: flex;
        flex: 1;
        flex-direction: row;
        width: 100%;
    }
    .menu-tabs li:nth-child(1){
        background: #e6212a;
        border-radius: 5px 0 0;
        width: 33.333%;
        font-size: 12px;
    }
    .menu-tabs li:nth-child(2){
        background: #2db742;
        width: 33.333%;
        font-size: 12px;
    }
    .menu-tabs li:nth-child(3){
        background: #30318b;
        border-radius: 0 5px 0 0;
        width: 33.333%;
        font-size: 12px;
    }
    .menu-tabs li a {
        padding: 10px;
        background: transparent !important;
    }
    .menu-tabs li a i.icon {
        margin-right: 5px;
        font-size: 1.35rem;
        line-height: 2.7rem;
    }
    .news-nav li {
        display: grid;
        float: none;
    }
    .news-nav li a {       
        padding: 7px;
        margin: 3px;
    }
    .back-to-top {
        width: 2rem;
        height: 3.5rem;
    }

    .back-to-top:before {
        font-size: 1.4rem;
        margin-left: -2px;
    }

    .back-to-top.active {
        bottom: 2rem;
        opacity: 0.4;
    }
    .header-nav:before {
        display: none;
    }
    .navbar-brand img {
        width: 210px;
        filter: invert(brightness(1));
        filter: brightness(0) invert(1);
        padding: 10px 25px;
    }
}

@media only screen and (max-width: 380px){
    .product-single-section .product-tab-area .main-tab button,
    .product-single-section .product-tab-area .main-tab a {
        padding: 10px 10px;
        font-size: 0.6rem;
    }
}