/* General
===========================*/
.site-wrapper {
    overflow-x: hidden;
}

body {
    box-sizing: border-box;
    /* text-transform: uppercase; */
    overflow-x: hidden;
    color: #42515a;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
}

.cards {
    height: 100%;
    padding-top: 20px;
    position: relative;
}

.page_active {
    color: #ffcb08 !important;
}
.pledge_page_active {
    color: green !important
}


.btn-quote:hover {

    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 0, 0) !important;

}

/* .page_active_services{
    color: #ffcb08 !important;
} */

/* Header
======================= */

/* header{
    background-color: #fff;
    /* padding: 15px 0; */
/*padding: 0;
    position: relative;
} */
.header-1 {
    background-color: #fff;
    /* padding: 15px 0; */
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
}

/* header .logo img{
    max-height:80px;
    margin-bottom: 15px;
    margin-top: 15px;
} */
.header-1 .logo img {
    max-height: 80px;
    margin-bottom: 15px;
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
}

.header-1 .logo img.header-1-scrolled {
    margin-bottom: 10px;
    margin-top: 10px;
}

.nav-menu {
    height: 100%;
}

#header-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

#header-ul li {
    position: relative;
    white-space: nowrap;
    /* padding: 10px 0 10px 50px; */
    padding: 0 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

#header-ul li:last-child {
    padding-right: 0;
}

#header-ul li a {
    text-decoration: none;
    color: #42515a;
}


#header-ul li:hover a {
    color: #ffcb08;
}
.pledge_page_active:hover a {
    color: green !important; /* Green only for pledge_page_active */
}


/* 
.header-1 #about-nav:hover, .header-1 #services-nav:hover{
    background-color: #ffcb08;
}

.header-1 #about-nav:hover a, .header-1 #services-nav:hover a{
    color: white !important;
} */

/* #about-nav::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100px;
} */

.btn-design {
    color: #fff;
    background-color: #e04d2c;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.675rem 0.95rem !important;
}

/* header-2 */


#header-2 {
    background-color: #ffcb08;
    display: none;
    position: fixed;
    top: 99px;
    left: 0;
    right: 0;
    z-index: 10000;
}

#header-2 #header-ul li:hover a {
    color: white;
}

#header-2 #header-ul {
    height: auto;
}

#header-2 #header-ul li {
    padding: 10px 0 10px 50px;
}


/* Mobile Nav */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 30px;
    z-index: 10001;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #f54b31;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap .social {
    display: inline-block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 16px;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li.social {
    float: none !important;
    width: auto !important;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}

/* .mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 30px;
    z-index: 10001;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    }
    
    .mobile-nav-toggle i {
    color: #f54b31;
    }
    
    .mobile-nav {
    position: fixed;
    top: 111px;
    right: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 10px 10px 5px #00000045;
    }
    
    .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    }

    .mobile-nav #header-ul li{
        padding: 0;
    }
    
    .mobile-nav a {
    display: block;
    position: relative;
    color: #333333;
    padding: 10px 20px !important;
    font-weight: 500;
    outline: none;
    }
    
    .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #f54b31;
    text-decoration: none;
    }
    
    .mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
    }
    
    .mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
    }
    
    .mobile-nav .drop-down > a {
    padding-right: 35px;
    }
    
    .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
    }
    
    .mobile-nav .drop-down li {
    padding-left: 20px;
    }
    
    .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(26, 26, 26, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
    }
    
    .mobile-nav-active {
    overflow: hidden;
    }
    
    .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
    }
    
    .mobile-nav-active .mobile-nav-toggle i {
    color: #f54b31;
    } */


/* Welcome - Home
===========================*/

#welcome {
    /* background-image: url(./assets/img/welcome.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    height: 86vh;
    margin-top: 109px;
}

.welcome-cont {
    /* background-image: url(./assets/img/welcome.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    height: inherit;
}

.welcome-cont::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(./assets/img/welcome.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10;
}


#welcome h1 {
    color: #fff;
    position: relative;
    padding-bottom: 22px;
    text-transform: initial;
    font-size: 50px;
}

#welcome h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 6px;
    background: #fff;
}

#welcome h3 {
    color: #fff;
    text-transform: initial;
    font-size: 35px;
}

#welcome p {
    color: #fff;
    text-transform: initial;
    font-size: 20px;
}


.book-track .nav-tabs .nav-item {
    width: 154px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: #536369;
    white-space: nowrap;
}

@media (min-width:768px) {
    .book-track .nav-tabs .nav-item {
        width: 260px;
    }

}

.book-track .nav-tabs .nav-link {
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
}

.book-track .nav-tabs .nav-item.show .nav-link,
.book-track .nav-tabs .nav-link.active {
    padding: 1rem 1rem;
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.book-track .nav-link {
    padding: 0.6rem 1rem;
}

.book-track .tab-content {
    background-color: #efefef;
    padding-top: 25px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 35px;
}

.book-track .tab-content .container p {
    color: #536369 !important;
    font-size: 1rem !important;
    font-weight: 600;
}

.track-inp {
    /* width: 400px;  */
    padding: 1.4rem 1rem;
    border: 1px solid #536369;
    border-radius: 0;
}

.book-inp {
    /* width: 400px;  */
    /* padding: 0.7rem 1rem;  */
    /* padding: 1.4rem 1rem; */
    border: 1px solid #536369;
    border-radius: 0;
    height: 47px;
    /* background-color: white;
    text-align: left; */
}

/* .dropdown-toggle::after{
    position: absolute;
    top: 22px;
    right: 16px;
    bottom: 0;
    margin: 0;
} */

/* .dropdown-menu{
    text-transform: initial;
} */

.inp-btn {
    border-radius: 0;
    padding: 0.67rem 4.5rem !important;
}

/* Our Services */

#services {
    background-color: #efefef;
}

#services h1 {
    color: white;
}

#services .cards {
    background-color: white;
}

#services .cards:hover span {
    background-color: #ffcb08;
    opacity: 1;
}

#services a {
    text-decoration: none;
    color: #536369;
}

#services p {
    font-size: 12px;
    text-transform: initial;
    text-align: center;
}

#services h5 {
    text-transform: capitalize;
    text-align: center;
    margin-top: 0.5rem;
}

@media (min-width:576px) {
    #services h5 {
        text-align: initial;
        margin-top: 0;
    }

    #services p {
        text-align: initial;
    }

}

#services span {
    background-color: #efefef;
    display: inline-block;
    border-radius: 10rem;
    transition: all 0.4s ease-in-out;
}

#services img {
    padding: 20px;
    height: 99px;
    width: 99px;
}

#services>.container>.col-lg-4 {
    padding: 15px;
}

#services>.container>.col-lg-4 .row {
    margin: 0;
}


#services>.container>div>div {
    box-shadow: 3px 3px 8px grey;
}


/* Why Choose Us */
#choose .container {
    padding: 60px 0;
}

#choose h5 {
    text-transform: initial;
    font-size: 18px;
    text-align: center;
    margin-top: 0.5rem;
}

#choose p {
    text-transform: initial;
    font-size: 14px;
    text-align: center;
}

@media (min-width:576px) {
    #choose h5 {
        text-align: initial;
        margin-top: 0;
    }

    #choose p {
        text-align: initial;
    }
}


#choose .why-img img {
    width: 60px;
    height: 60px;
    position: relative;
}

/* .why-img{
    position: relative;
}

.why-img::after{
    content:'';
    position: absolute;
    top: 70px;
    left: 30px;
    background: #536369;
    height: calc(100% - 20px);
    width: 3px;
    border-radius: 2px;
} */
@media (min-width:600px) {
    .why-img::after {
        content: '';
        position: absolute;
        top: 68px;
        left: 48%;
        background: #536369;
        height: calc(100% - 52px);
        width: 3.5px;
        border-radius: 2px;
    }
}

/* Gallery */
.carousel-control-prev-icon {
    background-image: url(./assets/img/prev.png);
}

.carousel-control-next-icon {
    background-image: url(./assets/img/next.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 45px;
    height: 45px;
}

.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Testimonials */
#testimonials .container {
    padding: 60px 0;
}


#testimonials .test-box {
    background-color: #42515a;
    box-shadow: 5px 5px 10px grey;
}

#testimonials .cont>div {
    background-color: white;
    border-radius: 5rem;
    padding: 16px 4px;
}

.cont {
    padding-top: 70px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 50px;
    color: white;
}

#testimonials .cont img {
    /* padding: 10px; */
    /* height: 99px; 
    width: 99px; */
    height: 83px;
    width: 110px;
}

.test-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #ffcb08;
}

#testimonials p {
    padding-top: 20px;
}

#testimonials h5 {
    padding-top: 20px;
}

/* Customers */

#customers {
    padding: 60px 0;
}

/* Partners */

#partners {
    padding: 60px 0;
}

/* Footer
======================= */

footer {
    background-image: url(./assets/img/footer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}

@media (min-width:576px) {
    footer {
        text-align: initial;
    }
}

@media (max-width:576px) {

    .quick-links,
    .quick-links-footer,
    .address {
        margin-top: 1rem;
    }

    .service-offered {
        margin-top: 1.7rem;
    }

    footer {
        background-position: right;
    }
}



/* footer .container>.row>div{
    display: flex;
    flex-direction: column;
    align-items: center;
} */

footer .foot-border {
    border-bottom: 2px dashed rgba(255, 255, 255, 0.6);
}

footer a {
    text-decoration: none;
    font-size: 16px;
    text-transform: initial;
    color: white;
}

footer span {
    text-transform: initial;
}

footer .service-offered a,
footer .quick-links a {
    padding-bottom: 1rem;
    display: block;
}

footer a:hover {
    text-decoration: none;
    color: #ffcb08;
}

footer p {
    text-transform: initial;
    font-size: 16px;
}

footer .footer-icons a {
    margin-right: 1rem;
}

footer .footer-icons a i {
    color: #ffcb08;
}

footer h5 {
    font-size: 1rem;
    color: #ffcb08;
}

footer .address {
    text-transform: initial;
    font-size: 16px;
}

@media (min-width:800px) {
    footer .service-offered {
        padding-left: 5rem;
    }

    footer .address {
        padding-left: 2rem;
    }
}

/* About Us Page
============================= */

/* #welcome.welcome-about{
    height: 78vh;
} */

#welcome.welcome-about .welcome-cont::after {
    background-image: url(./assets/img/aboutus.png);
}

/* About Us - about us page below banner */
#about-us {
    padding: 60px 0;
}

#about-us p {
    text-transform: initial;
    font-size: 16px;
}

/* Mission - Vision */
#mission-vision {
    background-color: #f7f7f7;
}

#mission-vision .nav-tabs {
    border: none;
}

#mission-vision .nav-tabs .nav-link {
    margin: 0;
    border-bottom: 3px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

#mission-vision .nav-link {
    color: #495057;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem;
}

@media (min-width:330px) {
    #mission-vision .nav-link {
        padding: 0.5rem 1rem;
    }
}


#mission-vision .nav-tabs .nav-item.show .nav-link,
#mission-vision .nav-tabs .nav-link.active {
    color: #e2593b;
    background-color: transparent;
    border-color: #e2593b;
}

#mission-vision .tab-content .tab-pane p {
    text-transform: initial;
    font-size: 1.5rem;
    font-weight: 600;
}

#mission-vision .tab-content .tab-pane i {
    padding-right: 10px;
}

/* Awesome Facts */
#facts {
    background-image: url(./assets/img/facts.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#facts h2 {
    color: white;
}

#facts h1 {
    color: #ffcb08;
}

#facts p {
    font-size: 1.5rem;
    color: white;
    text-align: center;
}

@media(min-width:576px) {
    #facts p {
        font-size: 1.8rem;
    }
}

/* Our Team */
#team h4 {
    position: relative;
    padding-bottom: 15px;
}

#team .card h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 6px;
    background: #ffcb08;
}

#team p {
    text-transform: initial;
}

#team a i {
    color: #536369;
}

/* Services Page
========================== */
#header-services {
    background-color: #ffcb08;
    display: none;
    position: fixed;
    top: 97px;
    left: 0;
    right: 0;
    z-index: 10000;
}

#header-services li:hover a {
    color: white;
}

#header-services .nav-pills .nav-link.active,
#header-services .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
}

#header-services .nav-pills .nav-link {
    border-radius: 0;
}

#header-services .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #42515a;
}

/* general banner */
/* #welcome.welcome-freight, #welcome.welcome-relocation, #welcome.welcome-warehousing, #welcome.welcome-customs, #welcome.welcome-ecommerce, #welcome.welcome-event{
    height: 78vh;
} */

/* on page tabs */
.services-page-content .nav-pills .nav-link.active,
.services-page-content .nav-pills .show>.nav-link {
    color: #e66f54;
    background-color: initial;
}

.services-page-content .nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 1px solid grey;
}

.services-page-content .nav-pills .nav-link:first-child {
    border-top: 1px solid grey;
}

.services-page-content .nav-link {
    display: block;
    padding: 0.8rem 0;
    color: #42515a;
}

.services-page-content .contact-us a {
    display: block;
    text-transform: initial;
    text-decoration: none;
    color: #42515a;
}

.services-page-content .contact-us a i {
    padding-right: 10px;
    color: #e66f54;
}

.contact-us {
    margin-top: 4rem;
}

/* Freight Services */
#welcome.welcome-freight .welcome-cont::after {
    background-image: url(./assets/img/freight_services.png);
}

#freight-services h5 {
    font-size: 1rem;
}

#freight-services h3 {
    font-size: 1.5rem;
}

#freight-services p,
ul li {
    text-transform: initial;
    font-size: 1rem;
}

.service-box-bottom {
    box-shadow: 1px 1px 2px lightgray;
    border: 1px solid lightgray;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 10px;
}

.service-box-bottom h5 {
    margin: 0;
}

@media(max-width:576px) {
    .service-box-bottom {
        margin: 10px;
    }
}

.service-box-bottom .row {
    padding-bottom: 1rem;
    justify-content: center;
    align-items: center;
}

.service-box-bottom .row div:first-child {
    padding-right: 0;
}

.service-box-bottom .row div:first-child img {
    width: 38px;
    max-width: initial;
}

.service-box-bottom .row div:last-child {
    padding-left: 15px;
}

@media(min-width: 576px) {
    .service-box-bottom .row div:last-child {
        padding-left: 25px;
    }
}

@media(max-width: 576px) {
    .service-box-bottom h5 {
        margin-top: 0.8rem;
    }
}

/* Relocation */
#welcome.welcome-relocation .welcome-cont::after {
    background-image: url(./assets/img/relocation-services-banner.png);
}

#relocation h5 {
    font-size: 1rem;
}

#relocation h3 {
    font-size: 1.5rem;
}

#relocation p {
    text-transform: initial;
    font-size: 1rem;
}

/* Warehousing */
#welcome.welcome-warehousing .welcome-cont::after {
    background-image: url(./assets/img/warehousing_banner.png);
}

#warehousing h5 {
    font-size: 1rem;
}

#warehousing h3 {
    font-size: 1.5rem;
}

#warehousing p {
    text-transform: initial;
    font-size: 1rem;
}


/* Pet Relocation */
#welcome.welcome-pet .welcome-cont::after {
    background-image: url(./assets/img/petRelocation.png);
}

#pet h5 {
    font-size: 1rem;
}

#pet h3 {
    font-size: 1.5rem;
}

#pet p {
    text-transform: initial;
    font-size: 1rem;
}

/* Home Relocation */
#welcome.welcome-home .welcome-cont::after {
    background-image: url(./assets/img/HomeRelocationMain.png);
}

#home h5 {
    font-size: 1rem;
}

#home h3 {
    font-size: 1.5rem;
}

#home p {
    text-transform: initial;
    font-size: 1rem;
}

/* Vehicle Relocation */
#welcome.welcome-vehicle .welcome-cont::after {
    background-image: url(./assets/img/VehicleRServiceMain.png);
}

#vehicle h5 {
    font-size: 1rem;
}

#vehicle h3 {
    font-size: 1.5rem;
}

#vehicle p {
    text-transform: initial;
    font-size: 1rem;
}

/* international Relocation */

#welcome.welcome-international .welcome-cont::after {
    background-image: url(./assets/img/InternationRelocationServiceMain.jpg);
}

#international h5 {
    font-size: 1rem;
}

#international h3 {
    font-size: 1.5rem;
}

#international p {
    text-transform: initial;
    font-size: 1rem;
}

/* Commercial Relocation */

#welcome.welcome-commercial .welcome-cont::after {
    background-image: url(./assets/img/transportation-services-min.png);
}

#commercial h5 {
    font-size: 1rem;
}

#commercial h3 {
    font-size: 1.5rem;
}

#commercial p {
    text-transform: initial;
    font-size: 1rem;
}

/* Customs Clearance */
#welcome.welcome-customs .welcome-cont::after {
    background-image: url(./assets/img/customs_banner.png);
}

#customs h5 {
    font-size: 1rem;
}

#customs h3 {
    font-size: 1.5rem;
}

#customs p {
    text-transform: initial;
    font-size: 1rem;
}

/* E-Commerce Logistics */
#welcome.welcome-ecommerce .welcome-cont::after {
    background-image: url(./assets/img/ecommerce_banner.png);
}

#ecommerce h5 {
    font-size: 1rem;
}

#ecommerce h3 {
    font-size: 1.5rem;
}

#ecommerce p {
    text-transform: initial;
    font-size: 1rem;
}

/* Event Logistics */
#welcome.welcome-event .welcome-cont::after {
    background-image: url(./assets/img/events_banner.png);
}

#event h5 {
    font-size: 1rem;
}

#event h3 {
    font-size: 1.5rem;
}

#event p {
    text-transform: initial;
    font-size: 1rem;
}



/* Sustainability pledge  */
#welcome.welcome-pledge .welcome-cont::after {
    background-image: url(./assets/img/sustainability_pledge.png);
   
}

#pledge h5 {
    font-size: 1rem;
}

#pledge h3 {
    font-size: 1.5rem;
}

#pledge p {
    text-transform: initial;
    font-size: 1rem;
}


.carbon_neutral_image {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: -60px auto 0;
}

.carbon_neutral_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purifying_air_image {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: -60px auto 0;
}

.purifying_air_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_info {
    padding-bottom: 10px;
    padding: 50px;
    text-align: left;
    letter-spacing: 0px;
    color: #42515A;
    opacity: 1;
}


/* Request a Quote
========================== */

.welcome-quote-cont {
    /* background-image: url(./assets/img/welcome.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    height: inherit;
    margin-top: 109px;
}

.welcome-quote-cont::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 55vh;
    background-image: url(./assets/img/quote_bannner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10;
}


#welcome-quote h1 {
    color: #fff;
    position: relative;
    padding-bottom: 22px;
    text-transform: initial;
    font-size: 45px;
}

#welcome-quote p {
    color: #fff;
    text-transform: initial;
    font-size: 18px;
}

#welcome-quote .row {
    margin: 0;
}

.quote-form .form-border {
    padding: 30px 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width:567px) {
    .quote-form .form-border {
        padding: 30px 50px;
    }
}

.form-border .form-header {
    border-bottom: 1px solid gray;
    padding-bottom: 6px;
    margin-bottom: 30px;
}

.quote-form .form-row .form-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/* #quote-form .container{
    padding-left: 200px !important;
    padding-right: 200px !important;
} */

.quote-form label {
    font-weight: 600;
    font-size: 0.9rem;
}

.quote-form .form-control {
    border: 1px solid rgba(110, 110, 110, 0.6);
    height: calc(1.7em + 0.77rem + 2.5px);
}

.quote-form form input::placeholder,
.quote-form form textarea::placeholder {
    font-size: 0.9rem;
    color: lightgray;
}

.quote-form form input::-webkit-input-placeholde,
.quote-form form textarea::-webkit-input-placeholde {
    font-size: 0.9rem;
    color: lightgray;
}

.quote-form .btn-quote-form {
    width: 100px;
}

.quote-form .reset {
    background-color: transparent;
    border: 2px solid #e04d2c;
    color: #e04d2c;
}

.quote-form .reset:hover {
    background-color: #e04d2c;
    color: #fff;
}

@media (min-width:992px) {
    .quote-form .btn-quote-form {
        width: 150px;
    }
}

/* Join us
========================== */

.join-us-cont {
    /* background-image: url(./assets/img/welcome.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    height: inherit;
    margin-top: 109px;
}

.join-us-cont::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 55vh;
    background-image: url(./assets/img/joinus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10;
}


#join-us h1 {
    color: #fff;
    position: relative;
    padding-bottom: 22px;
    text-transform: initial;
    font-size: 45px;
}

#join-us p {
    color: #fff;
    text-transform: initial;
    font-size: 18px;
}

#join-us .row {
    margin: 0;
}

.join-form .form-border {
    padding: 30px 50px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* #join-form .container{
    padding-left: 200px !important;
    padding-right: 200px !important;
} */

.join-form label {
    font-weight: 600;
    font-size: 0.9rem;
}

.join-form .form-control {
    border: 1px solid rgba(110, 110, 110, 0.6);
    height: calc(1.7em + 0.77rem + 2.5px);
}

.join-form form input::placeholder,
.join-form form textarea::placeholder {
    font-size: 0.9rem;
    color: lightgray;
}

.join-form form input::-webkit-input-placeholde,
.join-form form textarea::-webkit-input-placeholde {
    font-size: 0.9rem;
    color: lightgray;
}

.join-form .custom-file-label::after {
    display: none;
}

.join-form .custom-file {
    height: 134px;
    cursor: pointer;

}

.join-form .custom-file .custom-file-input {
    height: inherit;
    cursor: pointer;
}

.join-form .custom-file .custom-file-label {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: initial;
    font-weight: 400;
    font-size: 1rem;
    border: 2px dashed #6e6e6e99;
    background-color: #f8f8f8;
    cursor: pointer;
}

.join-form .custom-file .custom-file-label i {
    padding-right: 5px;
}

.join-form .custom-file .custom-file-label p {
    color: #c7c7c7 !important;
    font-size: 0.7rem !important;
    margin: 0;
}

/* Relocation
========================== */
#welcome-relocation {
    margin-top: 109px;
}

.welcome-relocation-cont {
    /* background-image: url(./assets/img/welcome.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    height: inherit;
}

.welcome-relocation-cont::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 55vh;
    background-image: url(./assets/img/relocation_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10;
}

#welcome-relocation .row {
    margin: 0;
}

#welcome-relocation h1 {
    color: #fff;
    position: relative;
    padding-bottom: 22px;
    text-transform: initial;
    font-size: 45px;
}

#welcome-relocation p {
    color: #fff;
    text-transform: initial;
    font-size: 18px;
}

#welcome-relocation .quote-form .cargo-type {
    column-gap: 30px;
}

#welcome-relocation .quote-form .cargo-type p {
    color: #e04d2c;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.quote-form .iti {
    display: block;
}

#welcome-relocation .quote-form .cargo-type label {
    font-size: 1.2rem;
}

#welcome-relocation .quote-form .cargo-type .form-check-input {
    margin-top: 0.6rem;
}

.relocation-form .form-border {
    padding: 30px 50px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.relocation-form label {
    font-weight: 600;
    font-size: 0.9rem;
}

.relocation-form .form-control {
    border: 1px solid rgba(110, 110, 110, 0.6);
    height: calc(1.7em + 0.77rem + 2.5px);
}

.relocation-form form input::placeholder,
.relocation-form form textarea::placeholder {
    font-size: 0.9rem;
    color: lightgray;
}

.relocation-form form input::-webkit-input-placeholde,
.relocation-form form textarea::-webkit-input-placeholde {
    font-size: 0.9rem;
    color: lightgray;
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group-text {
    padding: 0 0.75rem;
    color: #e04d2c;
    background-color: transparent;
    border-top: 1px solid rgba(110, 110, 110, 0.6);
    border-right: 1px solid rgba(110, 110, 110, 0.6);
    border-bottom: 1px solid rgba(110, 110, 110, 0.6);
    border-left: none;
}

.relocation-form .input-group .form-control {
    border-top: 1px solid rgba(110, 110, 110, 0.6);
    border-left: 1px solid rgba(110, 110, 110, 0.6);
    border-bottom: 1px solid rgba(110, 110, 110, 0.6);
    border-right: none;
}

/* Tracking
================ */
#track {
    margin-top: 160px;
}

#track h2,
p {
    text-transform: initial;
}

#track .container {
    padding-top: 50px;
}

#track p {
    font-size: 1.2rem;
    font-weight: 600;
}

#tracking-data #successresultblock>.row h4 {
    margin: 0;
}

#tracking-data #successresultblock .row {
    margin: 0;
}

#tracking-data #successresultblock>.row h4+span {
    padding-left: 1rem;
    font-size: 1.5rem;
    color: #e2593b;
    line-height: 1.2;
}

#tracking-data #successresultblock .consignee-dets span {
    color: #e2593b;
}

#tracking-data #successresultblock .consignee-dets .consignee-dets-left p {
    padding-bottom: 1.2rem;
    text-transform: uppercase;
}

#tracking-data #successresultblock .consignee-dets .consignee-dets-right p {
    padding-bottom: 1.2rem;
    text-transform: uppercase;
}

#privacy {
    margin-top: 109px;
}

.privacy_header {
    padding: 3% 18%;
    background-color: #fecb0b;
    margin-top: 12%;
    font-size: 25px;
    font-weight: bold;
}

.privacy_content {
    padding: 3% 8%;
}

.term_header {
    padding: 3% 18%;
    background-color: #fecb0b;
    margin-top: 12%;
    font-size: 25px;
    font-weight: bold;
}

.term_content {
    padding: 3% 8%;
}

.term_content li {
    text-transform: none;
}

.term_condtion {
    padding-right: 80px;
}

.privacy_policy {
    padding-right: 80px;
}

@media only screen and (max-width: 600px) {
    .term_condtion {
        padding-right: 18px;
    }

    .privacy_policy {
        padding-right: 10px;
    }
}


/* Custom CSS for dropdown */
#about-nav-tab .dropdown-menu {
    background-color: black;
    color: white !important;
    /* Black background for the dropdown menu */
}

#about-nav-tab .dropdown-menu a {
    color: white !important;
    padding: 12px 90px 2px 20px;
    margin-bottom: 5px;
    /* White text color for dropdown items */
}

#about-nav-tab .dropdown-menu a:hover {
    background-color: black;
    /* Ensure background stays black on hover */
    color: #FFCB09 !important;
    /* Ensure text stays white on hover */
}

/* Custom CSS to show dropdown on hover */
#about-nav-tab:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it looks like hover effect */
}



/* Custom CSS for dropdown */
#services-nav-tab .dropdown-menu {
    background-color: black;
    color: white !important;
    /* Black background for the dropdown menu */
}

#services-nav-tab .dropdown-menu a {
    color: white !important;
    padding: 12px 90px 2px 20px;
    margin-bottom: 5px;
    /* White text color for dropdown items */
}

#services-nav-tab .dropdown-menu a:hover {
    background-color: black;
    /* Ensure background stays black on hover */
    color: #FFCB09 !important;
    /* Ensure text stays white on hover */
    /* Ensure text stays white on hover */
}

/* Custom CSS to show dropdown on hover */
#services-nav-tab:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it looks like hover effect */
}


.page_active_services {
    background-color: #e04e2c !important;
    color: #000;

}

.dropdown-item {
    color: #FFCB09 !important;
    /* Default text color for dropdown items */
}

.dropdown-item:hover {
    background-color: black;
    /* Black background on hover */
    color: white;
    /* White text color on hover */
}


.demo {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.accordion button,
.accordion button:hover,
.accordion button:focus {
    text-decoration: none;
}

button.btn.btn-link {
    color: #42515a;
    font-weight: 600;
}

.heading-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.heading-container h2 {
    margin: 0;
    font-size: 2em;
    /* Adjust as necessary */
}

.line {
    flex-grow: 1;
    height: 2px;
    background-color: #e04d2c;
    position: relative;
    margin-left: 50px;
}

.line::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #e04d2c;
    border-radius: 50%;
    left: -30px;
    top: -9px;
}



#scrollToTop {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scrollToTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#scrollToTop:hover {
    cursor: pointer;
    background-color: #333;
}

#scrollToTop:active {
    background-color: #555;
}

#scrollToTop.show {
    opacity: 1;
    visibility: visible;
}



.cta-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-image: url('assets/img/Group\ 164.svg'); */
    background: transparent url('assets/img/Group\ 164.svg') 0% 0% no-repeat padding-box;
    width: 100%;
    height: 211px;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 10px;
}

.cta-content {
    color: #FFCB08;
}

.cta-content h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.cta-content p {
    margin: 5px 0 0;
    font-size: 16px;
}

.cta-button .btn {
    background-color: #FFCB08;
    color: #2b3f54;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}