html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* Archivo */
/* Importing "Font Families" */

/* Archivo */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

/* Monument Extended */
@font-face {
    font-family: " Extended";
    src: local("MonumentMonument Extended"),
        url("../../../fonts/MonumentExtended-FreeForPersonalUse/MonumentExtended-Regular.otf") format("opentype");
}



/* "Font Families" custom Classes */

.ff-monument {
    font-family: "Monument Extended";
}

.ff-archivo {
    font-family: "Archivo";
}


* {
    margin: 0;
    padding: 0;

}

.firstrow a {
    padding-bottom: 0px;
    font-size: 12px;
    text-decoration: none;
}

nav #frimg1 {
    padding-right: 10px;
    height: 20px;
    width: 25px;
}

#open {
    font-size: 12px;
    margin-bottom: 0px;
}

#sicons {
    text-align: end;
}

#fricon {
    padding-right: 15px;
    height: 25px;
    width: 38px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link[aria-current="page"] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cc0000 !important;
    color: white !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link[aria-current="page"] {
    background-color: #cc0000 !important;
    color: white !important;
}

.custom-navbar {
    background-color: #041620;
    font-size: 15px;
}

.custom-navbar .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    /* margin-left: 10px; */
    transition: all 0.3s ease;
}

.custom-navbar .nav-link:hover {
    color: #ff4444 !important;
    transform: scale(1.05);
}

.navbar-toggler {
    /* background-color: rgba(255, 254, 254, 0.2); */
    /* border-radius: 5px; */
}

.navbar {
    position: fixed;
    overflow: hidden;
    padding: 0px;
    /* height: 80px; */
    z-index: 1050;
    position: relative;
}

.navbar-brand {
    width: 350px;
    height: 90px;
    /* background-image: url(/images/Rectangle.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

#logoimg {
    padding-top: 10px;
    height: 65px;
    width: 110px;
    /* border-radius: 90%; */
    /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); */
    /* background-color: transparent; */
    
}
.logo{
     text-shadow: 10px 10px 16px #f2f4f3; 
}


/* .navbar-toggler {

    margin: 15px;
    border-color: red;
} */

.navbar-toggler-icon {
    justify-items: end;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-custom {
    position: relative;
    background: none;
}

.navbar-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("{{ asset('/images/about-bg-cship') }}");
    /* Laravel asset path */
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    /* Change this for lighter/darker background */
    z-index: 0;
}

.navbar-custom>* {
    position: relative;
    z-index: 1;
}


#home {
    background-color: red;
}

.nav-item {
    margin-left: 10px;
}

.hero-bg {
    height: auto;
    /* background-image: url(/images/bg-image.jpg) !important; */
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
}

.hero-color {
    height: auto;
    background-color: #041620;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}

#plane1 {
    height: auto;
    width: 400px;
    text-align: end;
    padding-right: 50px;
}

#trucklogo1 {
    /* margin-top: -30px; */
    height: auto;

}

.text-body {
    color: white !important;
}

.our-btn {
    color: white;
    background-color: red;
    padding: 10px 20px;
    border: none;
    text-decoration: none;
}

.our-btn:hover {
    color: rgb(9, 9, 9);
    background-color: white;
}

.about-btn {
    color: white;
    border: 1px solid red;
    background-color: #041620;
    padding: 10px 20px;
    margin-left: 20px;
    text-decoration: none;
}

.about-btn:hover {
    color: #041620;
    background-color: white;
    border: none;
    ;
}

.digital-bg {
    /* background-image: url(/images/sky-bg.jpg) !important; */
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comp-btn {
    width: 210px;
    height: auto;
    color: white;
    background-color: black;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    /* text-decoration: none; */
}

.digitaltxt {
    width: auto;
    text-align: end;
}

.global {
    width: 100%;
    float: right;
    background-color: white;
    box-shadow: 2px 3px 15px 1px #888888;
}

#gimage img {
    height: 25px;
}

#gtext p {
    font-size: 14px;
}

#gimage {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
    background-color: #041620;
}

#gimage i {
    color: white;
    height: 20px;
    width: 23px;
    margin-top: 4px;
}

#gadimage {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
    background-color: red;
}

#gadimage img {
    height: 20px;
    width: 23px;
}

#plane-img {
    text-align: center;
}

#plane-img img {
    height: 80px;
    margin-top: 285px;
}

#digital-img {
    /* background-image: url(/images/family.jpg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 350px;
    width: auto;
    align-items: end;
    position: relative;
}

.botm-img {
    position: absolute;
    bottom: -55px;
    border: 1px solid white;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    /* background-image: url(/images/dark-bg.jpg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.serv-btn {
    width: auto;
    text-align: end;

}

.serv-btn a {
    color: white;
    background-color: red;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.serv-btn a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.map-area {
    height: auto;
    border: 1px solid white;
}

#map-txt {
    text-align: center;
    align-items: center;
}

.carousel-img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 800px; */
    /* width: 50%; */
    object-fit: cover;
}

.product {
    padding: 5px;
}


#map-bg {
    margin-top: 30px;
    height: auto;
    text-align: center;
    /* background-image: url(/images/map.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#trk-icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: darkblue;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#trk-icon img {
    height: 25px;
    width: 25px;
}

.arrow-bg {
    height: auto;
    background-image: url(/images/arrow-bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    display: flex;
    color: white;
    text-align: center;
}

#arow-logo img {
    width: auto;
    height: 220px;
}

#box-center {
    display: flex;
    justify-content: space-around;
}

#arrow-box1 {
    height: 150px;
    width: 300px;
    /* background-color: #fc2c2f; */
    border-radius: 20px;
    padding-top: 10px;
}

#arrow-box1 img {
    height: 30px;
    width: 30px;
}

.cloud-bg {
    height: auto;
    /* background-image: url(/images/cloud-bg.jpg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid white;
}


#cloud-btn a {
    background-color: #000000;
    color: #fefafa;
    text-align: center;
}

#cloud-btn a:hover {
    background-color: #b1b0b0;
    color: #000000;
    /* text-align: center; */
}

#servs-img {
    text-align: center;
}

#servs-img img {
    height: 300px;
    width: auto;
}

.project {
    height: auto;
    background-image: linear-gradient(#041620 100%);
}

.pro-btn {
    width: 170px;
    /* height: 30px; */
    color: white;
    background-color: red;
    text-align: center;
    border-radius: 5px;
}

.pro-btn a {
    color: white;
    background-color: red;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.proj-btn {
    text-align: end;
}

.proj-btn a {
    color: white;
    background-color: red;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.proj-btn a:hover {
    color: rgb(0, 0, 0);
    background-color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

#threeimgs {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

#cargo-ships {
    height: 350px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(/images/cargo-ship.jpg); */
}

#truck-line {
    /* background-image: url(/images/truck\ line.jpg); */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 350px;
    border-radius: 10px;
}

.specl-text {
    height: 240px;
    width: 220px;
    background-color: white;
    border: 1px solid red;
    border-radius: 15px;
    margin-left: -100px;
    margin-top: 50px;
}

.specl-text p {
    font-size: 11px;
}

.expl-btn a {
    color: white;
    background-color: red;
    padding: 10px 20px;
    border: none;
    text-decoration: none;
}

#cargoplane {
    height: 350px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url(/images/cargo-palne.jpg); */
}

.dots-3 {
    text-align: center;
}

.dots-3 i {
    font-size: 10px;
}

.imports {
    height: auto;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

#plane12 {
    margin-bottom: -55px;
}

#truckl2 {
    width: auto;
    height: 400px;
}

.cargo-bg {
    /* height: 300px; */
    /* background-image: url(/images/cargo.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.clients {
    height: auto;
    color: white;
    text-align: center;
    background-image: linear-gradient(to bottom right,
            #041620 0%,
            #041620 60%,
            #FC2C2F 60%,
            #FC2C2F 80%,
            #041620 80%,
            #041620 100%);
}

#dot-area {
    height: auto;
    /* background-image: url(/images/dot\ area.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ceotext {
    color: black;
    width: auto;
    border-radius: 20px;
    background-color: white;
    border: 1px solid white;
}

.ceocercle {
    height: 50px;
    width: 50px;
    margin-top: 20px;
    border: 1px solid #041620;
    background-color: #041620;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ceocercle img {
    height: 20px;
    width: 20px;
}

.ceotext p {
    margin-top: 18px;
}

.ceoimg img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.ceoimg h6 {
    margin-top: 10px;
}

.blogs {
    height: auto;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
}

#blog-data {
    text-align: center;
}

#blog-truck {
    height: 190px;
    width: auto;
}

.blog-texts {
    padding-top: 35px;
    margin-top: -50px;
    height: 120px;
    width: 250px;
    border: 1px solid white;
    background-color: white;
    border-top-left-radius: 500px 30px;
}

.form {
    height: auto;
    border: 1px solid #F5F5F5;
    /* background-image: url(/images/form-bg.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.get-btn a {
    color: white;
    background-color: #041620;
    padding: 10px 20px;
    border: none;
    text-decoration: none;
}

#callnow {
    width: auto;
    background-color: white;
}

.appform {
    background-color: white;
    border: 1px solid white;
    border-radius: 20px;
}

#formheading {
    text-align: center;
}

#formheading h5 {
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #07283a;
}

#contnum {
    display: flex;
}

#namebg p {
    padding: 17px 0px;
    margin-bottom: 0px;
}

#fmsg {
    height: 130px;
    padding: 0px;
}

#msgbg {
    background-color: #F5F5F5;
    height: auto;
}

#submit-btn button {
    color: white;
    background-color: red;
    padding: 10px 40px;
    border: none;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.form #s-btn {
    text-align: center;
}

.fotr-bg {
    color: white;
    height: auto;
    /* background-image: url(/images/footer-bg.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#fotr-red {
    padding: 10px;
    color: white;
    border: 1px solid red;
    background-color: rgb(255, 255, 255);
    text-align: center;
}

#fotrimg {
    height: 80px;
    align-items: center;
    justify-content: center;
}

#oly-top p {
    margin-left: 10px;
}

#Email {
    padding: 8px 16px;
}

/* #sublast {
    display: flex;
    justify-content: space-between;
} */
.navbar.bg-active {
    background-image: url("{{asset('images/menu_bg')}}");
    background-size: cover;
    background-position: center;

}

.navbar-collapse.show {
    background-image: url("{{asset('images/menu_bg')}}");
    background-size: cover;
    background-position: center;
    padding: 10px;
}

/* .pic-back{
    background-image: url("{{asset('images/menu_bg')}}");
} */
#fotr-submit {
    padding: 5px 10px;
    color: white;
    background-color: #f51010;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#fot-ser {
    display: flex;
    align-items: center;
}

#links-colour {
    text-decoration: none;
    color: black;
}

.white-dot {
    height: 10px;
    width: 10px;
    margin-right: 5px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}

#fotr-imgs img {
    height: 90px;
    border-radius: 10px;
}

.copyright {
    background-color: red;
    text-align: center;
    color: white;
}

.copyright p {
    font-size: 17px;
    margin: 0px;
}

@media (max-width: 991.98px) {
    .collapse a {
        justify-content: end;
    }

    .collapse {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-brand {

        width: 165px;
    }

    #sicons {
        text-align: left;
    }

    .specl-text {
        margin-left: 0px;
    }

    #res-centr {
        text-align: center;
    }

}


/* Testimonials page */


.test-bg {
    background-image: url(/images/testi-hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
}

.testi-reviews {
    border: 1px solid white;
}

#testi-img1 {
    display: flex;
    align-items: center;
}

#testi-img1 img {
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

.comma {
    color: white;
    height: 35px;
    width: 35px;
    background-color: #2C2C2C;
    border-radius: 50%;
}

.comma p {
    text-align: center;
    font-size: 40px;
}

#card-border {
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.achivemwnts {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
}

#achive-text {
    display: flex;
    text-align: center;
    align-items: center;
}

#touch-btn {
    background-color: #041620;
    padding: 10px 20px;
    border-top: 4px solid red;
    color: white;
}

#touch-btn:hover {
    background-color: white;
    border: 2px solid red;
    color: black;
}

.outline-circle {
    border: 80px solid rgb(238, 226, 226);
    border-radius: 50%;
    background-color: transparent;
}

#circle-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-order {
    height: 120px;
    width: 100%;
    text-align: center !important;
    color: white !important;
    background-color: red !important;
    border: 1px solid red;
}

.testi-blogs {
    border: 1px solid white;
}

#blogs-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

#align-text {
    display: flex;
    align-items: center;
}

#shipcenter {
    display: flex;
    justify-content: center;
}

.testi-img-ship {
    height: 230px;
    width: 300px;
    display: flex;
    border: 1px solid white;
    justify-content: end;
    align-items: end;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/tetsi-ship.png);
}

.testi-date {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 9px;
    width: 50px;
    height: 50px;
    color: white;
    margin-bottom: 12px;
    margin-right: 12px;
    background-color: rgb(36, 35, 35);
}

.testi-img-plane {
    height: 230px;
    width: 300px;
    display: flex;
    border: 1px solid white;
    justify-content: end;
    align-items: end;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/testi-palne.png);
}

.testi-img-mart {
    height: 230px;
    width: 300px;
    display: flex;
    border: 1px solid white;
    justify-content: end;
    align-items: end;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/testi-mart.png);
}

.testi-img-vehicle {
    height: 230px;
    width: 300px;
    display: flex;
    border: 1px solid white;
    justify-content: end;
    align-items: end;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/testi-vehicles.png);
}

.testi-partner {
    position: relative;
    background-color: #f4f4f4;
    overflow: hidden;
}

#align-our {
    display: flex;
    align-items: center;
}

#logo-irrange {
    display: flex;
    justify-content: space-around;
}

#wire-logo {
    /* background-image: url(/images/wire-logo.png); */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 180px;
    height: 80px;
    border: 1px solid gray;
}

#real-logo {
    /* background-image: url(/images/real-logo.png); */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 180px;
    height: 80px;
    border: 1px solid gray;
}

#inner-logo {
    /* background-image: url(/images/inner-logo.png); */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 180px;
    height: 80px;
    border: 1px solid gray;
}

#cross-logo {
    background-image: url(/images/cross-logo.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 180px;
    height: 80px;
    border: 1px solid gray;
}

.two-color {
    color: white;
    border-bottom: 0px solid white;
}

#red-bg {
    background-color: red;
}

#blue-bg {
    background-color: #20242c;
}

#left-border {
    border-left: 1px solid white;
}

#two-logo {
    text-align: end;
}

.blog-hero-bg {
    background-image: url(/images/blog-hero.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
}

.blog-card-img1 {
    /* background-image: url(/images/cotton-box.jpg); */
    background-size: cover;
    background-position: center;
    background-color: rgba(102, 6, 180, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
    height: 200px;
}

.blog-card-img2 {
    /* background-image: url(/images/blog-ports.jpg); */
    background-size: cover;
    background-position: center;
    background-color: rgba(102, 6, 180, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
    height: 200px;
}

.blog-card-img3 {
    /* background-image: url(/images/white-truck.jpg); */
    background-size: cover;
    background-position: center;
    background-color: rgba(102, 6, 180, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
    height: 200px;
}

.blog-card-img4 {
    /* background-image: url(/images/blog-ship.jpg); */
    background-size: cover;
    background-position: center;
    background-color: rgba(102, 6, 180, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
    height: 200px;
}

.blog-card-img5 {
    /* background-image: url(/images/blog-cntainer.webp); */
    background-size: cover;
    background-position: center;
    background-color: rgba(102, 6, 180, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
    height: 200px;
}

.blog-date {
    width: 120px;
    color: white;
    background-color: red;
    padding: 10px 10px;
    border-radius: 5px;
}


/* Contact Us Page */


.contact-hero-bg {
    background-image: url(/images/contact-hero.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
}

#contact-imgs1 {
    /* background-image: url(/images/cotton-box.jpg); */
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
    height: 50px;
    width: 250px;
    border-radius: 20px;
}

#contact-imgs2 {
    /* background-image: url(/images/contact-store.jpg); */
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
    height: 50px;
    width: 250px;
    border-radius: 20px;
}

#contact-imgs3 {
    /* background-image: url(/images/blog-ports.jpg); */
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
    height: 50px;
    width: 250px;
    border-radius: 20px;
}

#contact-imgs4 {
    /* background-image: url(/images/blog-cargo.jpg); */
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
    height: 50px;
    width: 250px;
    border-radius: 20px;
}

#cicon-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-icon {
    height: 40px;
    width: 40px;
    background-color: red;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub-btn button {
    color: white;
    background-color: red;
    padding: 10px 40px;
    border: none;
    text-align: center;
}

#namebg1 {
    background-color: white;
    padding-top: 16px;
    font-size: 13px;
}

#msgbg1 {
    background-color: white;
    font-size: 13px;
}

#cont-box {
    height: 250px;
    /* background-image: url(/images/cotton-box.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
}

#contact-form {
    display: flex;
    justify-content: space-between;
}

.contact-containers {
    background-image: url(/images/contact-conatiners.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mobile-icon {
    height: 70px;
    width: 70px;
    background-color: red;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-icon i {
    font-size: 40px;
}



/* About Us Page */


.about-hero-bg {
    background-image: url(images/about-hero.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
}

.about-red-box {
    height: 500px;
    background-image: url(/images/about-sunset-truck.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
}

.square-box {
    height: 120px;
    width: 120px;
    color: white;
    text-align: center;
    border: 1px solid red;
    background-color: red;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;

}

.square-box1 {
    position: absolute;
    bottom: -10px;
    left: -10px;
    color: white;
    text-align: center;
    border: 1px solid red;
    background-color: red;
}

.black-box {
    height: 70px;
    width: 70px;
    background-color: black;
    border-radius: 10px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.red-box1 {
    height: 60px;
    width: 60px;
    background-color: red;
    border-radius: 5px 5px 5px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cus-btn a {
    color: white;
    background-color: red;
    padding: 10px 20px;
    border: none;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
}

#mike-img img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

#sunset-truck {
    background-image: url(/images/about-evening-truck.png);
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-30 {
    height: 200px;
    border: 1px solid white;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 6px 15px rgba(255, 255, 255, 0.9);
}

.dot-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px dotted black;
}

.red-box2 {
    height: 80px;
    width: 80px;
    background-color: red;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.red-box2 img {
    height: 30px;
    width: 30px;
}

.red-box3 {
    height: 80px;
    width: 80px;
    background-color: black;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.red-box3 img {
    height: 30px;
    width: 35px;
}

.about-services {
    background-color: #f5f5f5;
}

#img-black-dot {
    margin-left: 50px;
    margin-bottom: -20px;
    position: relative;
}

#img-black-dot img {
    height: 25px;
    width: 25px;
}

#red-box4 {
    height: 80px;
    width: 80px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#red-box4 img {
    height: 30px;
    width: 35px;
}

.team-imgs {
    height: 300px;
    background-image: url(/images/about-mike1.png);
    background-position: center;
}

#about-card {
    text-align: center;
    border-radius: 10px;
    margin-top: -10px;
    background-color: white;
    border: none;
}

.about-icons {
    display: flex;
    justify-content: center;
}

.about-fb {
    border: 1px solid rgb(245, 225, 229);
    height: 25px;
    width: 25px;
}

.about-fb i {
    font-size: 12px;
}

.team-imgs1 {
    height: 300px;
    /* background-image: url(/images/about-mike2.png); */
    background-position: center;
    background-size: cover;
}

.team-imgs2 {
    height: 300px;
    /* background-image: url(/images/about-mike3.png); */
    background-position: center;
    background-size: cover;
}

.trans-img {
    height: 200px;
    /* background-image: url(/images/Industrial\ Shipping.png); */
    background-size: 100% 100%;
    background-position: center;
    border-radius: 14px;
}

.Industrial {
    background-color: white;
    padding: 10px 10px;
    margin-top: -20px;
    width: 230px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.trans-img1 {
    height: 200px;
    background-image: url(/images/Aftermarket\ Logistics.jpg);
    background-size: 100% 100%;
    background-position: center;
    border-radius: 14px;
}

.trans-img2 {
    height: 200px;
    background-image: url(/images/Packaging\ &\ Distribution.png);
    background-size: 100% 100%;
    background-position: center;
    border-radius: 14px;
}

.trans-img3 {
    height: 200px;
    background-image: url(/images/Individual\ Packaging.png);
    background-size: 100% 100%;
    background-position: center;
    border-radius: 14px;
}

.trans-img4 {
    height: 200px;
    background-image: url(/images/Effective\ packaging.png);
    background-size: 100% 100%;
    background-position: center;
    border-radius: 14px;
}

.trans-img5 {
    height: 200px;
    background-image: url(/images/Process\ and\ Packaging.png);
    background-size: 100% 100%;
    background-position: center;
    border-radius: 14px;
}

.about-bg-ship {
    background-image: url(images/about-bg-cship.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.7);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
}

#ship-logo {
    text-align: center;
}

#ship-logo img {
    height: 100px;
    width: 120px;
}

#ship-button {
    text-align: center;
}

#ship-button a {
    background-color: red;
    border: none;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}

#ship-button a i {
    font-size: 12px;
}


/* Services Page */

.services-hero-bg {
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.5);
    background-blend-mode: multiply;
    color: white;
}

.serv-team-img1 {
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.serv-team-img2 {
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.serv-team-img3 {
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.serv-team-img4 {
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.serv-team-img5 {
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.serv-team-img6 {
    height: 150px;
    background-image: url(/images/project\ 1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.serv-team-img7 {
    height: 150px;
    background-image: url(/images/project\ 6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Overlay color */
    background-blend-mode: multiply;
}

.serv-team-img8 {
    height: 150px;
    background-image: url(/images/project\ 5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.serv-team-img9 {
    height: 150px;
    background-image: url(/images/project\ 7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.serv-team-img10 {
    height: 150px;
    background-image: url(/images/project\ 4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.serv-team-img11 {
    height: 150px;
    background-image: url(/images/project\ 2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.serv-team-img12 {
    height: 200px;
    background-image: url(/images/project\ 1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#serv-about-card{
 height: 200px;
}



/* Projects Page  */

.project-hero-bg {
    background-image: url(/images/services-bg-hero.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 33, 33, 0.5);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white;
}

#project-img1 {
    /* background-image: url(/images/project\ 1.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 220px;
}

#project-img2 {
    /* background-image: url(/images/project\ 2.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 220px;
    background-color: rgba(255, 0, 0, 1);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white !important;
}

.pro-arrow {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: black;
    text-align: center;
}

.pro-bottom {
    height: 80px;
    display: flex;
    justify-content: end;
    align-items: end;

}

#project-img3 {
    /* background-image: url(/images/project\ 3.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 220px;
}

#project-img4 {
    /* background-image: url(/images/project\ 4.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 220px;
}

#project-img5 {
    /* background-image: url(/images/project\ 5.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 220px;
}

#project-img6 {
    /* background-image: url(/images/project\ 6.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 220px;
}

#project-img7 {
    /* background-image: url(/images/project\ 7.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 220px;
}

#project-img8 {
    /* background-image: url(/images/project\ 8.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 220px;
}

#menu-ctext {
    text-align: center;
}

#menu-ctext a {
    padding: 5px 10px;
    border: 1px solid lightgray;
}

#menu-ctext a {
    text-decoration: none;
    color: black;
}

#menu-ctext a:hover {
    background-color: red;
    color: white;
}

#project-img9 {
    /* background-image: url(/images/project\ 1.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 220px;
    background-color: rgba(255, 0, 0, 1);
    /* Overlay color */
    background-blend-mode: multiply;
    color: white !important;
}

#project-img10 {
    /* background-image: url(/images/project\ 2.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 220px;
}


/* Show 5 items per carousel slide */
.carousel-inner {
    display: flex;
    width: 100%;
}

.carousel-item {
    flex: 0 0 20%;
    /* 5 items = 100 / 5 = 20% */
}

.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

/* Adjust arrow button position */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 15px;
}

/* Loder Animation */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background:  #000000;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-loader {
    position: relative;
    width: 180px;
    height: 180px;
}

.image-loader img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

/* Rotating ring */
.rotate-ring {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 5px solid transparent;
    border-top-color: #FF3D00;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 2;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Scroll Bottom to Top */

.scroll-top {
    background-color: #000;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    overflow-y: hidden;
    /* z-index: 99999; */
    text-decoration: none;
    color: white;
    /* background-color: var(--accent-color); */
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top i {

    font-size: 24px;
    color: #ffffff;
    /* background-color: var(--contrast-color); */
    line-height: 0;
}

.scroll-top:hover {
    text-decoration: none;
    background-color: #85b6fe;
    /* color: var(--contrast-color); */
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

/* landing-page */

@media (max-width: 776px) {
    .lead {
        font-size: .8rem;
        font-weight: 300;
    }
}

@media (max-width: 576px) {
    .lead {
        font-size: .5rem;
        font-weight: 300;
    }

    .lead-1 {
        margin-bottom: .5rem !important;
    }
}

/*  */
/*
.brands-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.brands-track {
    display: flex;
    width: min-content;
    animation: scroll linear infinite;
    animation-duration: var(--scroll-time, 20s);
}

.brand-item {
    flex: 0 0 auto;
    padding: 0 20px;
}

.brand-item img {
    max-height: 60px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
} */

.brands-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: black;
}

.brands-track {
    display: flex;
    width: min-content;
    animation: scroll linear infinite;
    animation-duration: var(--scroll-time, 20s);
    /* use custom property */
}

.brand-item {
    flex: 0 0 auto;
    padding: 0 30px;
}

.brand-item img {
    max-height: 60px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
        /* move only half (1st set width) */
    }
}