@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    font-family: "Montserrat", sans-serif;
}
a{
    text-decoration: none;
}
a:hover{
    color: #fff;
}
ul{
    list-style: none !important;
    padding-left: 0 !important;
}

.nav-menu li {
    position: relative;
}
.sub-menu{
    z-index: 2;
    width: 300px;
}
.sub-menu li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.custom-navbar  .sub-menu li a{
    font-size: 14px !important;
    color: #000 !important;
}
.sub-menu li:hover{
    cursor: pointer;
    opacity: .4;
}
.nav-menu li ul {
    /* display: none; */
    position: absolute;
    top: 150%;
    left: 0;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-menu li.active a .icon-angle-down {
    transform: rotate(-180deg);
}
.icon-angle-down{
    height: 20px;
    width: 25px;
    margin-left: 10px;
}
.top-navigation{
    background-color: #871B1A;
    height: 64px;
    display: flex;
    align-items: center;
}
.list-info li{
    margin-right: 40px;
    font-weight: 400;
    font-size: 14px;
}
.list-info li a{
    color: #fff;
}
.list-info li a img{
    margin-right: 10px;
}
.follow-links span, .follow-links ul li{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons ul li{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons ul li a{
    color: #fff;
}
.social-icons ul li a i{
    padding-top: 7px;
}
.follow-links ul li a{
    padding-right: 20px;
    display: flex;
    color: #fff;

}
.follow-links ul li:last-child a{
    padding-right: 0 ;
}
.follow-links ul li:first-child{
    margin-left: 10px;
}
.custom-navbar .navbar-nav{
    gap: 35px;
}
.custom-navbar .navbar-nav li a{
    font-weight: 500;
    color: #0D3A73;
    font-size: 16px;
}
.custom-navbar .navbar-brand img{
    width: 300px;
}
.get-quote-btn{
    background-color: #117B44;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    padding: 12px 30px 12px 30px;
    margin-left: 30px;
}
.banner-heading h1{
    font-family: "Montserrat", sans-serif !important;
    font-size: 72px;
    font-weight: 500 !important;
    line-height: 90px;
}
.banner-heading h1 b{
    font-size: 96px;
}
.btn-green{
    font-family: "Montserrat", sans-serif !important;

}
.logistic-tabs .elementor-tabs-wrapper{
    background-color: #0D3A71;
}
.logistic-tabs  .elementor-tab-title{
    text-align: center;
    color: #fff;
    padding: 20px 20px !important;
}
.logistic-tabs  .elementor-tab-title img{
    margin-bottom: 15px;
}
.logistic-tabs  .elementor-active{
    background-color: #871B1A;
    color: #fff;
}
.logistic-tabs  .elementor-active a{
    color: #fff !important;
}
.logistic-tabs  .elementor-tab-content{
    background-color: #fff; 
    padding: 50px  0 !important;
}
.logistic-tabs .elementor-tab-title.elementor-active  {
    border-bottom: 6px solid #117B44 !important;
}
.logistic-tabs .elementor-tab-title img{
    height: 43px;
}

.inner-tabs {
    display: flex;   
    justify-content: space-between;
}
.inner-tabs-text{
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #000000;
}
.inner-tabs-text h2{
    font-size: 30px;
    color: #030303;
}
.green-btn{
    background-color: #117B44;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    width: 220px;
    height: 50px;
    border: 2px solid #117B44;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-image img{
    max-width: 580px !important;
}
.testimonials-clients{
    box-shadow: 0px 0px 14px #ddd;
    position: relative;
}

.testimonal{
    height: fit-content;
}
.testimonal-image img{
    margin: 3px;
}
.testimonial-section{
    padding-left: 50px;
}
.testimonial-quotes-icons img{
    position: absolute;
    bottom: 0px;
    right: 40px;
}
.clint-info{
    padding-left: 35px !important;
    margin-top: 70px;
}
.main-footer{
    background-color: #131314;
    color: #fff;
    padding: 80px 0;
}
.footer-logo img{
    width: 380px;
    max-width: 380px;
    max-height: 120px;
    height: 120px;
    margin-bottom: 30px;
}
.services-section ul li{
    padding: 5px 0;
}

.address-img{
    margin-right: 18px;
}
.address-content{
    padding-right: 100px;
}
.address-section-detail{
    display: flex;
}
.footer-links{
    padding-top: 30px;
}
.footer-links h5{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}
.footer-links a{
    display: block;
    padding: 5px 0;
}
.address-section-detail img{
    width: 40px;
    max-width: 20px;
}
.w40{
    width: 40px;
}
.detail{
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 40px;
    color: #fff;
}
.width-footer{
    width: auto !important;
}
.links-detail{
    flex-direction: column;
}
.img-link-sec{
    display: flex;
    padding: 5px 0;
}
.contact-section{
    margin-top: 40px;
    margin-bottom: 30px !important;
}
.social-icons ul{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 20px;
    margin-bottom: 0;
    align-items: center;
}
.service-detail h3{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}
.service-detail p{
    font-size: 16px;
    font-weight: 400;
}
.mt-40{
    margin-top: 40px;
}
.get-quote-form,
.other-sevices{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    
}
.get-quote-form h4,
.other-sevices h4{
    font-weight: 500;
    font-size: 30px;
    padding: 14px 20px;
    color: #fff;
    background-color: rgba(135, 27, 26, 1);
    border-radius: 10px 10px 0px  0px;
}
.inner-quote{
    padding: 20px;
}
.inner-quote .wpcf7-form-control{
    width: 100%;
    height: 49px;
    background: rgba(249, 249, 249, 1);
    border: none;
    border-radius: 10px;
    padding-left: 10px;
}
.inner-quote select{
    padding:  10px 20px  !important;
    appearance: none; /* Remove default styling */
    -webkit-appearance: none; /* Remove default styling in WebKit browsers */
    -moz-appearance: none; /* Remove default styling in Firefox */
    position: relative;
}
.inner-quote select option{
    padding: 5px ;
}
.custom-select{
    position: relative;
}
.custom-select::after{
    content: "";
    background: url('../images/down-arrow.png');
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    position: absolute;
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
}
.inner-quote textarea{
    height: auto !important;
}
.inner-quote textarea::placeholder{
    padding-top: 10px !important;
}
.inner-quote .wpcf7-form-control::placeholder{
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
}
.inner-quote .wpcf7-submit{
    background-color:  #117B44;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}
.other-sevices ul li{
    padding: 10px 20px;
    border-bottom: 1px solid #D6D6D6;
}
.other-sevices ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.other-sevices ul li:last-child{
    border-bottom: none;
}
.detail-quote{
    margin: 40px 0;
}
.get-in-touch-body ul{
    display: flex;
    gap: 30px;
    justify-content: center;
}
.get-in-touch-body ul li{
    cursor: pointer;
 }
.get-in-toch-header{
    font-weight: 500;
    font-size: 30px;
    padding: 14px 20px;
    color: #fff;
    background-color: rgba(135, 27, 26, 1);
    border-radius: 10px 10px 0px  0px;
}
.get-in-touch-body{
    box-shadow: 0 0 10px #ccc;
    padding: 20px 0;
}
.service-links a:hover{ 
    color: rgba(135, 27, 26, 1);
}
.charities-slider .slick-track{
    width: 100% !important;
}
.charities-slider .slick-slide{
    width: 100% !important;
}

@media screen and (min-width: 1950px) {
    .service-banner-img{
        padding-bottom: 410px;
    }
}
@media screen and (min-width: 1201px) and (max-width:1440px) {
    .chartities-slider .bdt-slider-image-wrapper img{
        height: auto !important;
    }
    .chartities-slider .bdt-slide-desc{
        margin-top: 0 !important;
    } 
}
@media screen and (min-width: 1024px) and (max-width:1200px) {
    .logistic-tabs .elementor-tabs-wrapper{
        overflow-x: scroll;
        
    }
    .custom-navbar .navbar-nav{
        gap: 10px;
    }
    .shipment-section{
        background-position: center;
        background-repeat: no-repeat;
        padding-bottom: 70px;
    }
    .get-quote-btn {
        margin-left: 20px;
    }
    .chartities-slider .bdt-slider-image-wrapper img{
        height: 100% !important;
    }
}
@media screen and (min-width: 992px) and (max-width:1023px) {
    .logistic-tabs .elementor-tabs-wrapper{
        overflow-x: scroll;
    }
    .list-info li a span{
        display: none;
    }
    .list-info li a img{
        width: 20px;
    }
    .list-info li {
        margin-right: 20px;
    }
    .follow-links span{
        display: none;
    }
    .follow-links ul li a{
        width: 40px;
        display: inline-flex;
    }
    .inner-tabs{
        flex-direction: column;
    }
    .inner-tabs-text .green-btn{
        margin-bottom: 20px;
    }
    .shipment-section{
        background-position: center;
        background-repeat: no-repeat;
        padding-bottom: 70px;
    }
    .chartities-slider .bdt-slider-image-wrapper img{
        height: 100% !important;
        width: auto !important;
    }

}

@media screen and (min-width: 768px) and (max-width:991px) {
    .logistic-tabs .elementor-tabs-wrapper{
        overflow-x: scroll;
    }
    .list-info li a span{
        display: none;
    }
    .list-info li a img{
        width: 20px;
    }
    .list-info li {
        margin-right: 20px;
    }

    .follow-links span{
        display: none;
    }

    .follow-links ul li a{
        width: 40px;
        display: inline-flex;
    }

    .inner-tabs{
        flex-direction: column;
    }
    .inner-tabs-text .green-btn{
        margin-bottom: 20px;
    }

    .shipment-section{
        background-position: center;
        background-repeat: no-repeat;
        padding-bottom: 20px;
    }
    .logistic-btn .elementor-widget-container{
        padding: 0 !important;
    }

    .hide-mobile{
        display: none;
    }
    .w100{
        width: 100%;
    }
    .chartities-slider .bdt-slider-image-wrapper img{
        height: 100% !important;
        width: auto !important;
    }
}

@media screen and (max-width:767px) {
    .logistic-tabs .elementor-tabs-wrapper{
        overflow-x: scroll;
    }

    .list-info li a span{
        display: none;
    }
    .list-info li a img{
        width: 20px;
    }
    .list-info li {
        margin-right: 20px;
    }

    .follow-links span{
        display: none;
    }

    .follow-links ul li a{
        width: 40px;
        display: inline-flex;
    }

    .inner-tabs{
        flex-direction: column;
    }
    .inner-tabs-text .green-btn{
        margin-bottom: 20px;
    }

    .shipment-section{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .tabs-image img{
        width: 380px;
    }
    .tabs-section .elementor-tab-mobile-title{
        background-color: #0D3A71;
        display: flex;
        align-items: center;
        justify-content: normal;
        padding-left: 40px;
    }
    .tabs-section .elementor-tab-mobile-title br{
        display: none;
    }
    .tabs-section .elementor-tab-mobile-title.elementor-active{
        background-color: #871B1A;
    }
    .logistic-tabs .elementor-tab-title img {
        height: 43px;
        width: 50px;
        margin-right: 50px;
    }
        
    .banner-sec h2 br{
        display: none;
    }
    .banner-sec h2 {
        line-height: 42px !important;
    } 
    .testimonal{
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 40px;
    }
    .testimonial-section{
        padding-left: 0;
    }
    .charities-section{
        background-repeat: no-repeat;
        background-position: 78% !important;
        background-size: cover;
        padding-top: 30px !important;
    }
    .charities-section h2{
        font-size: 30px !important;
        line-height: 36px !important;
    }
    .charities-section h2 br{
        display: none !important;
    }
    .testimonal-image img{
        margin-left: 30px !important;
    }
    .hide-mobile{
        display: none;
    }
    .testimonial-quotes-icons img {
        position: absolute;
        bottom: 40px;
        right: 40px;
        width: 80px;
    }
    .clint-info {
        padding-left: 0 !important;
        margin-top: 10px;
    }
    .inner-tabs-text h2 {
        font-size: 22px;
    }
    .custom-navbar .navbar-brand img{ 
        width: 200px;
    }
    .w100{
        width: 100%;
    }

    .service-banner-img{
        background-position: center;
    }
    .service-banner-img h2{
        line-height: 32px !important;
    }
    .chartities-slider .bdt-slider-image-wrapper img{
        height: 100% !important;
        width: auto !important;
    }
}

@media screen and (min-width: 474px) and (max-width: 576px) {
    .tabs-image img{
        width: 300px;
    }
}
@media screen and (min-width: 375px) and (max-width: 473px) {
    .tabs-image img{
        width: 300px;
    }
    .custom-navbar .navbar-brand {
        margin-right: 95px;
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .tabs-image img{
        width: 200px;
    }
    .custom-navbar .navbar-brand img{ 
        width: 140px;
    }

    .custom-navbar .navbar-brand {
        margin-right: 95px;
    }
    .footer-logo img{
        width: 260px;
    }
    .logistic-tabs .elementor-tab-title img{
        margin-right: 10px;
    }
}