/*** Spinner Start ***/

/*** Spinner ***/
.select2-container {
    width: 100% !important;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-white);
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-primary);
    background: var(--bs-white);
    border: 1px solid var(--bs-white);
}

/*** Icon Animation Start ***/

@keyframes icon-animat {
    0% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }

    25% {
        border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
    }

    50% {
        border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
    }

    75% {
        border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
    }

    100% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }
}

/*** Icon Animation End ***/


/*** Carousel Header Start ***/

.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}

/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/

.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/

/*** About Start ***/

.about .about-item .about-item-inner {
    display: flex;
    border-radius: 10px;
}

.about .about-item .about-item-inner .about-icon {
    width: 36%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);

    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon_1 {
    width: 40%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}

/*** About End ***/

/*** Fact Counter Start ***/

.counter {
    background: url(../img/home/numeric-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.counter .counter-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1200px) {
    .counter .row>[class*="col-"] .counter-border-right {
        border-right: none;
    }
}

/*** Fact Counter End ***/

/*** Services Start ***/

.service .service-item {
    position: relative;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item .service-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Service End ***/

/*** Process Start ***/

.steps {
    background: url(../img/home/cargo-runway-process-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.steps .steps-item {
    position: relative;
    background: var(--bs-process);
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    font-size: 24px;
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 40px;
    font-weight: 900;
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Process End ***/

/*** Blog Start ***/

.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}

/*** Blog End ***/

/*** Banner Start ***/

.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

/*** Banner End ***/

/*** Contact Start ***/

.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/

/*** Footer Start ***/

.footer-section {
    background: url(../img/home/footer-bg.png) center/cover no-repeat;
    border-radius: 20px;
    color: #fff;
    padding: 60px 0;
}

.footer-logo {
    width: 200px;
}

.footer-location img {
    width: 28px;
}

.footer-social a {
    color: #fff;
    font-size: 18px;
    margin-right: 12px;
}

.footer-middle-card {
    background: #fff;
    color: #1b1d3a;
    /* padding: 20px; */
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    /* width: 94%; */
    width: 100%;
}

.footer-middle-card img {
    width: 20px;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.footer-links {
    list-style: none;
    list-style-type: ">";
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 10px;
}

.footer-links a:hover {
    color: #ff6600;
}

.footer-bottom-links a {
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
}

.footer-copy {
    font-size: 16px;
    color: #fff;
    /* opacity: 0.9; */
    /* font-weight: 600; */
}

.section {
    opacity: 0.1;
    width: 100%;
}

.footer-sec-1 p {
    padding: 0px 10px;

}

.footer-sec-3 {
    padding: 0px 42px;
}

.footer-middle-card h6{
    font-weight: 600;
    line-height: 28px;
    font-size: 20px;
}

@media (max-width: 344px){
    .footer-middle-card{
        padding: 12px 10px 3px 10px;
    }
}

@media (max-width: 720px){
    .footer-company-logo{
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1280px) {
      .footer-middle-card{
        padding: 12px 10px 3px 8px;
    }
}

/*** Footer End ***/

/*** copyright Start ***/

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}

/*** copyright end ***/


/* about steps img */
.steps_1 {
    background: url(../img/cargo-runway-process.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.steps_1 .steps-item {
    background: #fff;
}

.steps_1 .steps-item h4 {
    color: black;
}

.steps_1 .steps-item p {
    color: black;
}

.steps_1 .steps-item .setps-number {
    background: #1b1d3a;
}

.topbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}


.topbar a {
    color: white !important;
    /* font-weight: 700; */
}

.topbar a:hover{
    color: #ff6600 !important;
}

.btn-header {
    color: #fff !important;
    border: 1px solid #ff6600;
    background: #ff6600;
}

.btn-header:hover {
    background-color: #e85b00 !important;
}

.form-select,
.form-control {
    height: 50px;
}

.btn-search {
    background-color: #ff6600 !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
}

.btn-search:hover {
    background-color: #e85b00 !important;
}

textarea {
    height: 85px !important;
}

.text-color {
    color: #ff6600;
}

.rounded p {
    font-size: 16px;
}

.about-btn {
    border: 1px solid #ff6600;
    color: #ff6600;
}

.about-btn:hover {
    background-color: #ff6600;
    color: #fff;
}

.about-banner {
    position: relative;
    overflow: hidden;
    background: url(../img/about/about-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
    height: 500px;
}

.air-banner {
    position: relative;
    overflow: hidden;
    background: url(../img/air-freight/air-freight-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
    height: 500px;
}

.ocean-banner {
    position: relative;
    overflow: hidden;
    background: url(../img/ocean-freight/ocean-freight-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
    height: 500px;
}

.contact-banner {
    position: relative;
    overflow: hidden;
    background: url(../img/contact-us/contact-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
    height: 500px;
}

.quote-banner {
    position: relative;
    overflow: hidden;
    background: url(../img/quote/inquiry-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
    height: 500px;
}

@media screen and (max-width: 1260px) {
    .md-wrape {
        flex-direction: column-reverse !important;
    }
}

@media screen and (max-width: 900px) {

    .sticky-top .navbar-light .navbar-brand img {
        height: 70px;
    }

    .main-banner {
        height: auto;
        width: 100%;
    }
}

.form-select:focus {
    border-color: #ced4da !important;
    box-shadow: none;
}

.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none;
}

.quote-btn {
    background: #ff6600;
    border: 1px solid var(--bs-primary);
    color: #fff;
}

.quote-btn:hover {
    background-color: #e85b00 !important;
    color: #fff !important;
    border: 1px solid #e85b00;
}

.btn:focus {
    box-shadow: none;
}

@media screen and (max-width: 755px) {

    .quote_mb {
        margin-bottom: 1rem;
    }

}

.banner-text-center {
    padding: 180px 0px 92px 22px;

}

.banner-text-center h1{
    font-size:64px;
    line-height:70px;
    font-weight: 700;
}

.nav-bar {
    background: transparent !important;
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.navbar-scrolled {
    background: #ffffff !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
}



/* our services */
.service p {
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 768px) {
    .service h1 {
        font-size: 28px;
        /* text-align: center; */
    }

    .service p {
        font-size: 16px;
        /* text-align: center; */
    }

    .service img {
        display: block;
        margin: 0 auto;
    }

    .service span img {
        display: inline;
    }
}


.service-item {
    border-radius: 8px;
    transition: all 0.3s ease;
    align-items: flex-start;
}

.service-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

@media (max-width: 576px) {
    .service-item {
        text-align: left;
        flex-direction: row;
    }

    .service-icon img {
        width: 42px;
        height: 42px;
    }
}

.service .text-align-center {
    text-align: left;
}

.service a{
    color: #ff6600;
}

/* end our services */

/* Our patners start */

.our-patners .align-item-right {
    text-align: right;
}

@media (max-width: 768px) {
    .our-patners .align-item-right {
        text-align: left;
    }
}

/* Our Pathners End */

/* Home Page CSS Start */

.home-banner-text{
    font-style: italic;
    font-family: Playfair;
}

.banner-text{
    font-weight: 300;
}

.modal-content {
    left: 65%;
    /* top: 500px; */
    width: 30%;
    position: fixed;
    z-index: 1;
}

#fisForm{
    width: 100%;
}

.contact-info {
    text-align: left;
}

.offcanvas-end {
    width: 526px;
}

.inquiry-card {
    padding-left: 0px !important;
    padding-right: 0px !important;
    line-height: 10px;
}

.text-danger {
    float: left;
    padding-left: 7px;
    font-size: 14px;
}

.btn-primary:focus {
    background-color: none;
    border-color: none;
}

.error-message {
    color: red;
    /* font-size: 0.9em; */
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
}

.card-block {
    box-shadow: var(--card-shadow);
    background-color: #fff;
    margin: 1em 0;
}

.card-block-title {
    margin: .5em 0;
    font-size: 1.5em;
    font-weight: 600;
}

.select2-container .select2-selection--single {
    height: inherit;
    border-radius: 10px;
    border-color: #ced4da !important;
    text-align: left;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 12px 15px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 13px !important;
    right: 5px !important;
    width: 20px !important; 
}

#fisForm .select2-container--default .select2-selection--single .select2-selection__arrow{
     height: 26px;
    position: absolute;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6E7684 !important;
}

.select2-container--default .select2-selection--single {
    height: 50px !important;
}


.clients {
    position: relative;
}

.clients-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 15;
    padding: 20px;
}

.clients-carousel .owl-nav button.owl-prev,
.clients-carousel .owl-nav button.owl-next {
    background: #333;
    color: red;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
}

.client-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.clients-carousel .owl-item img {
    display: block;
    margin: auto;
    width: auto;
}

.clients .client-box {
    text-align: center;
    padding: 20px 0;
    /* border-right: 1px solid rgb(228 225 225); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    max-height: 100%;
    margin-bottom: 20px;
}

.client-box img {
    max-width: 120px;
    opacity: 0.85;
}

.client-box img:hover {
    opacity: 1;
}

.owl-nav .fa {
    font-size: 22px;
    padding: 4px 8px;
    border-radius: 25px;
    border: 1px solid #ccc
}

.owl-nav button {
    outline: none !important;
}


.clients .owl-carousel.owl-drag .owl-item{
    margin-right: 0px;
    height: 136px;
}

.clients-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.clients-carousel .owl-item {
    flex: 0 0 auto;

}

.clients-carousel .border-bottom-first{
    /* border-bottom: 1px solid #ccc; */
    margin-top: 10px;
}

.owl-carousel .owl-stage-outer {
    height: 250px !important;
}

.owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    color: #ccc;
    background: none
}

.clients-carousel .owl-nav .owl-prev{
    left: -60px;
    margin: -25px;
}

.clients-carousel .owl-nav .owl-next{
    right: -60px;
    margin: -25px;
}

/* animation */
.contact-link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff6600;
    font-weight: 500;
    text-decoration: none;
}

.contact-link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background-color: #ff6600;
    transition: width 0.4s ease;
}

.contact-link a:hover::after {
    width: 100%;
}

.contact-link a span img {
    transition: transform 0.3s ease;
}

.contact-link a:hover span img {
    transform: translateX(6px);
}

@media (max-width: 1080px){
    .clients-carousel .owl-nav .owl-next{
        right: -20px;
    }
     .clients-carousel .owl-nav .owl-prev{
        left: -20px !important;
    }
}
@media screen and (min-width: 344px) and (max-width: 580px)  {
    
    .clients-carousel .owl-nav .owl-next{
        display: none;
    }

    .clients-carousel .owl-nav .owl-prev{
        display: none;
    }

}


/* Home Page CSS End */

/* about start */

.about {
    background: #f4f4f4;
}

.about img {
    max-width: 100%;
}

.about .about-image-1 {
    width: 100%;
    margin-top: 45px;
}

.about .about-image-2 {
    margin-top: -25px;
    /* margin-top: 22px; */
    width: 100%;
}

.about .about-icon {
    padding-left: 22px;
}

.about .about-icon-text {
    margin-left: -75px;
}

.about .about-list {
    margin-left: -49px;
    font-size: 14px;
}

@media (max-width: 1370px)
{
    .about .about-list {
        margin-left: -18px;
    }

    .footer-middle-card{
        padding: 20px;
    }
}


@media screen and (min-width: 576px) and (max-width: 1150px) {

    .about .about-image-2 {
        margin-top: 20px;
    }

    .about .about-icon {
        /* padding-left: 10px !important; */
        text-align: center;
    }

    .about .about-icon-text {
        margin-left: 0px !important;
        text-align: center;
    }

    .about .about-list {
        /* margin-left: 0px; */
        font-size: 14px;
    }

    .about .col-md-6 .row {
        margin-bottom: 10px;
    }

    .ocean-freight .text-box-margin{
        margin-top: -100px;
    }

    .air-freight .text-box-margin{
        margin-top: -50px;
    }
}

@media (max-width: 768px) {

    .about .about-image-2 {
        /* margin-top: 15px !important; */
    }

    .about .about-icon {
        padding-left: 15px !important;
    }

    .about .about-icon-text {
        margin-left: 0px;
    }

    .about .about-list {
        margin-left: 0px;
        font-size: 14px;
    }

    .about .row.col-md-6 {
        display: flex;
        /* align-items: center; */
        margin-bottom: 10px;
    }

    .about .row.col-md-6 img {
        width: 25px;
        margin-right: 10px;
        position: absolute;
    }
    .ocean-freight .text-box-margin{
        margin-top: -100px;
    }

    .air-freight .text-box-margin{
        margin-top: -50px;
    }

    
    .clients-carousel .owl-nav .owl-prev {
            left: -40px;
    }

    .clients-carousel .owl-nav .owl-next{
        right: -40px;
    }
}

/* about end */

/* Feature Start */

.feature {
    /* background: #f4f4f4; */
}

.feature .feature-img {
    width: 100%;
    height: 100%;
}

.feature .icon h6 {
    color: #1b1d3a;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {

    .feature .feature-img {
        width: 50%;
    }

}

/* Feature End */

/* Step Process start */
.process {
    background: #f6f6f4;
}

.step-box {
    padding: 0px 10px;
}

.step-img-icon {
    width: 35%;
}

.arrow {
    position: absolute;
    top: 19%;
    right: -40px;
    width: 90px;
}


.process .step-img h6 {
    color: #1b1d3a;
    font-weight: 600;
}


@media (max-width: 767px) {
    .arrow {
        display: none !important;
    }
}

@media (max-width: 960px) {
    .arrow {
        right: -33px;
        width: 65px;
    }
}

/* Step Process End */

/* Free Quote Section */
.quote-section {
    background: url(../img/home/free-quote.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 20px;
    /* border-radius: 25px; */
    position: relative;
    overflow: hidden;
    /* max-width: 1100px; */
}

.quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.45); */
    border-radius: 25px;
}

.quote-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.quote-content h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.quote-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.btn-quote-search {
    background: #ff6600;
    color: #fff;
    padding: 8px 20px;
    /* font-size: 14px; */
    font-weight: 600;
    border-radius: 6px;
    border: none;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 50px;
}

.btn-quote-search:hover {
    background: #e85b00;
    color: #fff;
}

@media (max-width: 1090px) {

    .quote-section {
        border-radius: 0;
    }

}

@media (max-width: 576px) {
    .quote-section {
        padding: 80px 15px;
    }

    .quote-content h1 {
        font-size: 28px;
    }

    .quote-content p {
        font-size: 16px;
    }

    .btn-search {
        padding: 10px 28px;
        font-size: 14px;
    }
}



@media (max-width: 576px) {
    .quote-section {
        padding: 80px 15px;
    }

    .quote-content h1 {
        font-size: 28px;
    }

    .quote-content p {
        font-size: 16px;
    }

    .btn-search {
        padding: 10px 28px;
        font-size: 14px;
    }
}

/* End */

/* Testimonial Start */
/* LEFT BOX */
.left-box {
    background: linear-gradient(to bottom, #1b1d3a, #ff6a00);
    border-radius: 20px;
    color: white;
}

/* TESTIMONIAL CARD */
/* .testimonial-card {
    background: #f9f9f9;
    border-radius: 25px;
    height: 100%;
} */

.testimonial-text {
    font-size: 17px;
    line-height: 28px;
    color: #444;
}

.profile-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.right-section {
    margin-left: -41px;
}

.left-section {
    padding: 0px 77px;
}

.scroll-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-container {
    width: 500px;
    height: 200px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;

    direction: rtl;
    border: 1px solid #ddd;
    padding: 10px;
}

.card-container * {
    direction: ltr;
}

.left-btn,
.right-btn {
    padding: 10px 15px;
    cursor: pointer;
}

.left-box,
.testimonial-card {
    height: 100%;
}


.right-card-box{
/* padding: 20px; */
}

/* .carousel */

.testimonial-card {
    background: #f9f9f9;
    border-radius: 25px;
    height: 100%;
}

.testimonial-scroll-area {
    white-space: nowrap;
    overflow-x: hidden;
}

.testimonial-item {
    display: inline-block;
    width: 100%;
    white-space: normal;
    vertical-align: top;
}

.left-arrow,
.right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.left-arrow {
    left: 91%;
    margin-top: 94px;
}

.right-arrow {
    right: 0%;
    margin-top: 93px;
}

@media (max-width:375px){
    .author-box {
        bottom: 0px;
        margin-top: 0px;
        position: unset !important;
    }

    .testimonial-nav{
        right: 140px !important;
        gap: 20px !important;
    }
}


/* Testimonial End */

.title-color {
    color: #1b1d3a;
    font-size: 60px;
}

.font-text-color {
    color: #6e7684;
    font-size: 16px;
}

/* --- Sticky Topbar --- */
.hero-banner {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    max-height: 760px;
    max-width: 100%;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(to top, #13387e, #020a1a);
    opacity: 80%;
}

/* TEXT ON VIDEO */
.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    left: 15%;
}

.hero-content h1 {
    font-size: 72px;
    line-height: 63px;
    font-weight: 700;
}

.hero-content .highlight {
    color: #ff5e00;
}

/* SEARCH BAR */
.search-section {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.search-box-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.search-box {
    position: relative;
    z-index: 2;
    display: flex;
    border-radius: 8px;
    padding: 20px;
    gap: 12px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 8px;
}

.search-box select {
    padding: 10px;
    border-radius: 5px;
}

.search-btn {
    background: #ff5e00;
    color: white;
    padding: 12px 25px;
    border-radius: 6px;
    border: none;
    font-weight: 600;
}

.main-header:not(.scrolled) .navbar-nav li a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.main-header:not(.scrolled) .navbar-nav li a:hover {
    color: #ff5e00;
}


.main-header:not(.scrolled) .btn-header:hover {
    color: #fff;
}


.main-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent;
    transition: all 0.3s ease;
}

.logo img {
    height: 110px;
    transition: 0.3s;
}

.logo-black {
    display: none;
}

.logo-white {
    display: block;
}

.main-header .menu a {
    color: #fff;
    font-weight: 500;
}

.main-header .quote-btn {
    padding: 8px 18px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
}

.main-header.scrolled {
    background: #ffffff !important;
    /* box-shadow: 0px 2px 10px rgba(0,0,0,0.15); */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.main-header.scrolled .logo-white {
    display: none;
}

.main-header.scrolled .logo-black {
    display: block;
    height: 70px;
}

.main-header.scrolled .navbar-nav li a {
    color: #1b1d3a;
    font-size: 16px;
    font-weight: 600;
}

.main-header.scrolled .navbar-nav li a:hover {
    color: #ff5e00;
}

.main-header.scrolled .btn-header {
    color: #fff !important; 
    border-color: #ff5e00;
}

.main-header.scrolled .btn-header:hover {
    color: #fff !important;
    background-color: #ff5e00;
}


.quote-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.main-header.scrolled .quote-btn {
    border-color: #1b1d3a !important;
    color: #6e7684 !important;
}

.nav-link.active {
    color: #ff5e00 !important;
    font-weight: 600;
}

.main-header:not(.scrolled) .navbar-nav li a.active{
    color: #ff5e00 !important;
    font-weight: 600;
}

.navbar-toggler:focus{
    box-shadow: none;
}

#menu{
        margin-top: 50px;

}

.main-header.scrolled #menu{
    margin-top: 0px !important;
}

@media (max-width: 1200px) {

    .main-header {
        background: #ffffff !important;
        padding: 10px 0;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    }

    .logo-white {
        display: none !important;
    }

    .logo-black {
        display: block !important;
        height: 55px !important;
    }

    .navbar-toggler {
        border: 2px solid #ff6600 !important;
        border-radius: 10px !important;
        padding: 6px 10px !important;
        background: #fff !important;
        margin-right: 10px;
    }

    .navbar-toggler .fa-bars {
        color: #ff6600 !important;
        font-size: 20px;
    }

    .navbar-collapse {
        background: #ffffff !important;
        padding: 20px !important;
    }

    .navbar-nav li a {
        color: #1b1d3a !important;
        font-size: 18px;
        font-weight: 600 !important;
        padding: 10px 0;
    }

    .btn-header {
        border: 2px solid #ff6600 !important;
        color: #ff6600 !important;
        border-radius: 8px;
        width: 150px;
        margin-top: 20px;
        display: inline-block;
        text-align: center;
    }

    .main-header .navbar-nav li a {
        color: #1b1d3a !important;
    }

    .main-header .navbar-nav li a:hover {
        color: #ff6600 !important;
    }

    .main-header:not(.scrolled) .navbar-nav li a {
        color: #1b1d3a !important;
    }

    .search-box select {
        text-wrap: wrap; 
        padding: 10px 30px 10px 10px;
        border-radius: 5px;
    }

    .search-box #no_of_containers {
        padding: 0px 10px !important;
        text-wrap: wrap !important;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 38px;
    }
}


/* @media (max-width: 991px) { */

@media screen and (min-width: 750px) and (max-width: 991px) {

    .hero-content {
        top: 45%;
    }

    .hero-content h1 {
        font-size: 28px;
        line-height: 23px;
    }
}



@media (max-width: 670px) {
    .hero-overlay {
        height: 41%;
    }
}

@media (max-width: 750px) {
    .hero-banner {
        max-height: none;
        overflow: unset;
    }

    .hero-overlay {
        height: 50%;
    }

    .hero-video {
        height: 372px;
    }

    .search-box {
        gap: 22px;
    }

    .search-box-wrapper{
        background-color: #fff;
    }

    .form-border-bottom {
        border-bottom: 1px solid #ede5e5;
    }

    .service .row {
        margin-top: -97px;
    }

    .service h1 {
        text-align: start;
    }

    .service {
        padding: 0;
    }

    .our-patners h1 {
        font-size: 38px;
        margin: 0;
    }

    .search-box {
        position: relative;
    }

    .search-section {
        position: relative;
    }

    .hero-content {
        top: 30%;
        left: 0;
    }
    
    .hero-content h1{

        font-size: 20px; 
         line-height: 22px;
    }

    /* .hero-overlay {

        height: 48%;
    } */

    .about h1 {
        font-size: 38px;
    }

    .about .about-icon {
        /* padding-left: 10px !important; */
        text-align: center;
    }

    .about .about-icon-text {
        margin-left: 0px;
        text-align: center;
    }

    .about .about-list {
        margin-left: 37px;
    }

    .process {
        margin-top: -140px;
    }

    .right-section {
        margin-left: 0;
        margin-top: 13px;
    }

    .left-arrow {
        /* left: 95%;
        margin-top: 216px; */
        left: 96%;
        margin-top: 187px;
    }

    .right-arrow {
        /* right: -21%;
        margin-top: 216px; */
        right: -21%;
        margin-top: 186px;
    }

    .inquiry-text {
        line-height: 17px;
    }

    .about-icon {
        text-align: center;
    }

    .about .seprate-section-border {
        display: none;
    }

    .about-bg .title-color {
        font-size: 38px;
        margin-top: 60px;
    }

    .feature h1{
        font-size: 38px;
    }

    .process h1{
        font-size: 38px;
    }

    .about .about-image-1{
        margin-top: 0px;
    }

    .contact .rounded{
        margin-left: 0px !important;
    } 
    
}

@media screen and (min-width: 750px) and (max-width: 1350px) {
    .right-arrow {
        right: -12%;
        margin-top: 141px;
    }

    .left-arrow {
        left: 94%;
        margin-top: 142px;
    }

     .clients-carousel .owl-nav .owl-prev{
            left: -40px;
    }

}


@media screen and (min-width: 420px) and (max-width:540px) {
    .right-arrow {
        right: -2%;
        margin-top: 167px;
    }

    .left-arrow {
        left: 81%;
        margin-top: 167px;
    }
}

.testimonial-left-card {
    background: #003f3f;
    color: white;
    padding: 30px;
    border-radius: 20px;
}

.testimonial-left-card img {
    border-radius: 15px;
    margin-top: 15px;
}

.testimonial-carousel-wrapper {
    background: #f9f9f7;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    min-height: 450px;
    /* padding: 15px; */
     /* height: 300px; */
     /* box-sizing: border-box */
}

.testimonial-slide {
    display: none;
    /* animation: fade 0.5s ease-in-out; */
}

.testimonial-slide.active {
    display: block;
    height: 100%;
    padding-bottom: 100px;
}

@keyframes fade {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}


.testimonial-slide p{
    font-size: 20px;
    font-style: italic;
    color: #1b1d3a;
}

.stars {
    color: #ffb400;
    font-size: 20px;
    margin-bottom: 10px;
}

.author-box {
    /* display: flex;
    align-items: center;
    margin-top: 267px; */
       display: flex;
    align-items: center;
    /* margin-top: 267px; */
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.author-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.testimonial-nav {
    position: absolute;
    /* right: 30px; */
    right: 42px;
    /* bottom: 20px; */
    bottom: 36px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.prev,
.next {
    font-size: 24px;
    cursor: pointer;
}

.dot {
    width: 8px;
    height: 8px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dot.active {
    background: #000;
}

.footer-contact a {
    color: #6e7684;
    font-weight: 500;
}

.footer-contact a:hover {
    color: #ff6600;
}

/* about start */
.about-bg {
    background-color: #fff !important;
}

.about-bg p span {
    color: #1b1d3a;
}

.about-bg .about-icon-text {
    margin-left: -10px;
}

.about-bg .about-title p{
    color: #1b1d3a;
    font-weight:600;
}

.about-bg .about-text p{
    font-size: 20px;
}

.form-border-bottom {
    border-bottom: 1px solid #ede5e5;
}

@media(max-width:980px) {
    .about-mission {
        margin-top: 24px;
    }
}

/* about end */

/* contact start */

.contact span {
    color: #1b1d3a;
    font-weight: 600;
    font-size: 18px;
}

.contact img {
    width: 31px;
    margin-top: -8px;
}

.contact .border-right {
    border-right: 1px solid #ede5e5;
    /* height: 90%; */
}

.contact .margin-text {
    margin-top: -20px;
}

.contact .btn.btn-light:hover {
    background-color: #ff6600;
    color: #fff;
}

.contact .card {
    background: #f6f6f4;
    border-radius: 9px;
    height: 250px;
    padding: 20px 20px;
}

.contact .icon-text{
    font-weight: 500;
    color: #6E7684;
    font-size: 18px;
}

.contact .icon-text:hover{
    color: #ff6600;
}

.contact h1{
    font-weight: 600;
}

.contact-left-sec{
    margin-left: 45px;
}

@media(max-width:1180px) {
    .contact .border-right {
        border-right: none;
    }

    .contact .rounded {
        /* margin-left: -20px; */
    }
}

@media(max-width: 375px){
    .contact-left-sec{
        margin-left: 0px;
    }

    .contact .card{
        height: auto;
    }
}
/* contact end */

/* Quote inquiry start */

.inquiry-card .card {
    border: none;
    border-radius: none;
}

.inquiry-card .contact-border-bottom {
    border-bottom: 1px solid #ede5e5;
}


@media(max-width:1360px) {
    .left-img {
        width: 100%;
        max-width: 550px;
        height: 582px;
        margin-bottom: 25px;
    }
}

/* Quote inquiry end */