/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-y: hidden;
    height: 100vh;
}

a, a:hover {
    text-decoration: none;
}

.form-control {
    border-color: #ddd;
}


.navbar {
    background-color: rgb(255 255 255);
}

.get_btn {
    color: #ffffff !important;
    background-color:#100039;
    border-radius: 5px;
    padding: 10px 20px !important;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
}

.mandatory {
    color: red;
}

.get_btn2 {
    color: #000000 !important;
    border-radius: 5px;
    border: 1px solid #2891e5;
    padding: 10px 20px !important;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    position: relative;
    display: flex;
    align-items: center;
}

    .get_btn2 i {
        position: absolute;
        left: 10px;
        transition: 0.2s linear;
    }

    .get_btn2 span {
        display: inline-block;
        margin-left: 10px;
    }

.nav-link.get_btn2:hover i {
    font-size: 150%;
    color: #100039;
}

.nav-link.get_btn2:hover {
    border-color: #2992e9;
}

.nav-link {
    margin-right: 1rem;
}

    .nav-link.d-flex {
        padding: 0px;
        border-left: 1px solid #100039;
        padding-left: 1rem !important;
    }

        .nav-link.d-flex span:first-child {
            font-size: 13px;
            color: black;
        }

        .nav-link.d-flex span:last-child {
            font-weight: 500;
            color: #100039;
        }

.header_bg {
    /* padding: 20px 0px 0px; */
    background: url('../images/globe_bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 90px);
}

.banner_content {
    padding: 3rem 0px;
    color: #000;
}

    .banner_content h1 {
        font-size: 2.7rem;
        font-weight: 600;
    }

    .banner_content p {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
/* Make the image fully responsive */
#demo {
    margin-top: 3rem;
}

.carousel-inner img {
    width: 500px;
    height: 500px;
}

.title_heading {
    padding: 50px 0px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

    .title_heading h3 {
        display: inline-table;
        position: relative;
        padding-bottom: 3px;
        font-weight: 600;
        font-size: 2.5rem;
        margin-top: 20px;
    }

        .title_heading h3::before,
        .title_heading h3::after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            height: 2px;
            width: 0;
        }

        .title_heading h3::before {
            left: 0;
            transition: width 0s ease, background .5s ease;
        }

        .title_heading h3::after,
        .title_heading h3:hover::before {
            background: #6e2e92;
            transition: width .5s ease;
        }

        .title_heading h3::after {
            right: 0;
        }

        .title_heading h3:hover::before {
            width: 100%;
        }

        .title_heading h3:hover::after {
            width: 100%;
            background: 0 0;
            transition: all 0s ease;
        }

    .title_heading p {
        margin-top: 2rem;
    }

.service_wrapper {
    margin: 100px auto 0px;
}

    .service_wrapper .service_left {
        width: 80%;
        text-align: right;
    }

.service_right .service_box {
    margin-bottom: 2rem;
}

    .service_right .service_box img {
    }

    .service_right .service_box h5 {
        margin: 1rem auto;
        font-weight: 600;
    }

    .service_right .service_box p {
    }

.extensive_reach {
    background: url('../images/network-bg.jpg') no-repeat;
    background-position: 30px 100%;
    background-size: cover;
    margin: 0px auto 0px;
    padding-bottom: 50px;
    padding-top: 20px;
}

    .extensive_reach .reach_right {
        position: relative;
    }

.bounce {
    -webkit-animation: 3s ease 0s normal none infinite running jump;
    -moz-animation: 3s ease 0s normal none infinite running jump;
    -o-animation: 3s ease 0s normal none infinite running jump;
    -ms-animation: 3s ease 0s normal none infinite running jump;
    animation: 3s ease 0s normal none infinite running jump;
    position: absolute;
    top: -120px;
    right: 0;
    height: 330px;
    width: 400px;
}

    .bounce img {
        width: inherit !important;
        height: inherit !important;
    }

@keyframes jump {
    0% {
        top: -120px;
        -webkit-animation-timing-function: ease-in;
    }

    50% {
        top: 0px;
        height: 300px;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        top: -120pxpx;
        -webkit-animation-timing-function: ease-in;
    }
}


/* Facts_css */
.single-coutnerup {
    text-align: center;
}

    .single-coutnerup .count-num {
        font-size: 3rem;
        line-height: 60px;
        font-weight: 700;
        color: #773b99;
        margin-bottom: 15px;
        display: block;
    }

    .single-coutnerup h3 {
        font-size: 1rem !important;
        font-size: 25px;
    }


/* Our_Clients_css */
.our_clients {
    position: relative;
    overflow: hidden;
    padding-bottom: 2.5rem;
}

    .our_clients .o-image {
        position: absolute;
        top: 0;
        right: -11%;
        width: 450px;
    }

        .our_clients .o-image img {
            width: 100%;
            object-fit: cover;
        }

.our_clients_inner {
}

    .our_clients_inner h3 {
        margin: 2rem 0rem;
        font-size: 4rem;
    }

.our_clients_cover {
}

    .our_clients_cover ul li {
        display: inline-block;
        list-style: none;
        margin: 1rem .5rem;
        font-size: 2rem;
        border: 1px solid #ddd;
        padding: 1rem 1.5rem;
        font-weight: 700;
    }

        .our_clients_cover ul li:hover {
            border-color: #8853a5;
        }

        .our_clients_cover ul li:first-child {
            color: red;
        }

        .our_clients_cover ul li:nth-child(2) {
            color: #2ca848;
        }

        .our_clients_cover ul li:nth-child(3) {
            color: #252122;
        }

        .our_clients_cover ul li:nth-child(4) {
            color: #d70512;
        }

        .our_clients_cover ul li:nth-child(5) {
            color: #d70512;
        }

        .our_clients_cover ul li:nth-child(6) {
            color: #482f94;
        }

        .our_clients_cover ul li:nth-child(7) {
            color: #f26422;
        }

        .our_clients_cover ul li:nth-child(8) {
            color: #e29403;
        }

        .our_clients_cover ul li:nth-child(9) {
            color: #124888;
        }


/* Testimonial_css */
.client_testimonial {
    background-color: #eff6f9;
    padding: 4rem 0px 3rem;
}

.testimonial_box {
    padding: 20px 40px 20px 150px;
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
}

    .testimonial_box h3 {
        font-weight: 500;
        position: relative;
        color: #000;
        font-size: 2rem;
    }

        .testimonial_box h3:before {
            content: "";
            position: absolute;
            background: url(../images/hash_img.png) no-repeat;
            width: 150px;
            height: 150px;
            left: -145px;
            top: 0;
            z-index: 1111;
            background-size: contain;
        }

.carousel {
    /* width: 750px; */
}

.carousel-inner {
    width: auto;
    margin: 0 auto;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    min-height: 250px;
}

.carousel .client_set {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .item a {
    color: #eb7245;
}

.carousel .client_set .img-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 1rem;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 10px 0 10px;
    font-size: 1.2rem;
}

.testimonial {
    color: #000000;
    font: Times Roman;
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

    .carousel .overview b {
        color: #333;
        font-size: 15px;
        text-transform: uppercase;
        display: block;
        padding-bottom: 5px;
    }

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.carousel .carousel-control {
    width: 50px;
    height: 50px;
    text-shadow: none;
    top: calc(50% - 25%);
    color: #9E9E9E;
    display: none;
}

.carousel-control i {
    font-size: 1.5rem;
    margin-right: 2px;
}

.carousel-control.left {
    left: 0;
}

.carousel-control.right i {
    margin-right: -2px;
}

.carousel .carousel-indicators {
    bottom: 15px;
    display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    box-sizing: border-box !important;
}

.carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent;
}

    .carousel-indicators li.active {
        border: none;
        background: #888;
    }

/* carrier_wrapper */
.carrier_wrapper {
    background-image: linear-gradient(-46deg, #f9a61d 0%, #f9a61d 20%, #f1252a 100%);
}

.carrier_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .carrier_inner h3 {
        align-self: center;
        color: #fff;
        font-size: 4rem;
        margin: 3rem;
    }

    .carrier_inner .carrier {
        width: 25%;
        background-color: #fff;
        border-radius: 5px;
        padding: 2rem;
        margin: 2rem;
        transition: 0.3s;
    }

        .carrier_inner .carrier:hover {
            box-shadow: 0px 15px 30px rgba(0, 0, 0, .1);
        }

        .carrier_inner .carrier img {
            margin-bottom: 1rem;
        }

        .carrier_inner .carrier h4 {
            font-weight: 700;
        }


.try_IndustrialCargoService {
    background: #162343 url(../images/corner_img.png) no-repeat center right;
    padding: 45px 0;
    color: #fff;
}

    .try_IndustrialCargoService h4 {
        font-size: 2rem;
        border-radius: 40px;
        overflow: hidden;
        background: linear-gradient(125deg, #e51937, #f9a61d);
        display: inline-block;
        padding: 3px;
    }

        .try_IndustrialCargoService h4 a {
            padding: 1rem 2rem;
            display: inline-block;
            background-color: #fff;
            color: #162343;
            border-radius: 40px;
            transition: 0.3s;
        }

            .try_IndustrialCargoService h4 a:hover {
                color: #fff;
                background: linear-gradient(125deg, #e51937, #f9a61d);
            }

.footer_marquee {
    margin-top: 2rem;
    overflow: hidden;
}

/*Whatsapp-button*/
.whatsapp {
    position: fixed;
    left: 20px;
    bottom: 0;
    animation: bounce_up 4s ease-in infinite;
}

    .whatsapp ul li {
        line-height: 60px;
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 1rem;
        border: 3px solid #fff;
    }

        .whatsapp ul li a {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .whatsapp ul li:first-child a {
            background-color: #6e2e92;
        }

        .whatsapp ul li:last-child a {
            background-color: #34e43b;
        }

        .whatsapp ul li a i.fa {
            font-size: 2rem;
            color: #fff;
        }

@keyframes bounce_up {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
        transform: translateY(-80px);
    }

    100% {
        opacity: 0;
        transform: translateY(0px);
    }
}

/* Upper_footer_css */
.upper_footer {
    background-color: #000000;
    padding: 20px 15px;
    color: #fff;
}

.d_hours p {
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #9E9E9E;
}

.download_here {
    text-align: right;
}

    .download_here a img {
        width: 150px;
        height: auto;
    }

footer {
    background-color: #000;
    padding: 30px 0px 0px;
}

.footer_menu, .footer_social {
    text-align: center;
}

    .footer_menu ul li {
        margin-top: 15px;
        list-style: none;
        display: inline-block;
    }

        .footer_menu ul li a {
            color: #9e9e9e;
            padding: 0 1rem;
        }

.footer_copyright p, .footer_powered p {
    color: #9e9e9e;
    font-size: 14px;
    margin-top: 15px;
}

.footer_powered p {
    text-align: right;
    color: #585858;
}

    .footer_powered p a {
        color: #585858;
    }

.footer_social ul {
    margin-top: 15px;
}

    .footer_social ul li {
        list-style: none;
        display: inline-block;
    }

        .footer_social ul li a {
            text-decoration: none;
            padding: 5px 10px;
            color: #9E9E9E;
            font-size: 14px;
        }

.fa.fa-facebook {
    color: #3b5998;
}

.fa.fa-twitter {
    color: #00acee;
}

.fa.fa-youtube {
    color: #c4302b;
}

.fa.fa-google {
    color: #de5246;
}

.footer_social ul li .fa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    border: 2px solid #fff;
}

    .footer_social ul li .fa:hover {
        border: 2px solid #f99119;
    }

/* Login_css */
/*.login_bg {
    padding: 3rem 0px;
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
}*/

/*.login_bg {
    padding: 3rem 0px;
    background-image: url('../images/login-bgs.jpg');
    background-size: cover;
}*/

.login_bg {
    padding: 3rem 0px;
    background-image: linear-gradient(#ffffff52, #ffffffb3), url('../images/login-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

.login_inner {
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
}

    .login_inner .form_title {
        color: #100039;
        margin-bottom: 1rem;
        margin-top: 1.2rem;
    }

        .login_inner .form_title h4,
        .login_inner .form_title h6 {
            font-weight: 400;
        }

    .login_inner .input-group-prepend {
    }

        .login_inner .input-group-prepend .input-group-text {
            width: 40px;
            justify-content: center;
            background-color: #100039;
            color: #fff;
            border-color: #100039;
        }


/* Quick-Quote_css */
.quick_quote {
    padding-bottom: 2rem;
    background-color: ghostwhite;
}

/* Terms & Conditions_css */
.terms_con {
    padding-bottom: 2rem;
    background-color: ghostwhite;
}

    .terms_con .terms-list ul li {
        list-style: decimal;
        margin: .5rem auto;
    }

/* Contact_css */
.office_locaction .office_add .media {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}

    .office_locaction .office_add .media i {
        float: left;
        font-size: 30px;
        color: #2e3192;
    }

.office_locaction .office_add .media_body {
    overflow: hidden;
    margin-left: 20px;
}

    .office_locaction .office_add .media_body p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: .5rem;
    }

        .office_locaction .office_add .media_body p a {
        }

.contact_form {
    padding: 20px 0px;
}

    .contact_form h4 {
        margin-bottom: 1.5rem;
    }

/* back to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color:#0077a9;
    color: white;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 4px;
    transition: 0.4s all;
}

    #myBtn:hover {
        background-color: #262f36;
        transition: 0.4s all;
    }

@media screen and (max-width: 575px) {
    .nav-item {
        margin-top: 20px;
    }

    #demo {
        display: none;
    }

    .banner_content {
        padding-bottom: 3rem;
    }

        .banner_content h1 {
            font-size: 2rem;
        }

        .banner_content p {
            font-size: 1.2rem;
        }

    .title_heading {
        width: auto;
    }

        .title_heading h3 {
            font-size: 1.7rem;
        }

    .extensive_reach {
        min-height: 70vh;
        background-position: 77% center;
        padding-bottom: 0;
        overflow: hidden;
    }

        .extensive_reach .reach_left {
            margin-bottom: 30px;
        }

        .extensive_reach .reach_right {
            width: 100%;
            height: 440px;
            position: relative;
        }

    .bounce {
        right: -95px;
    }

    .carousel {
        width: auto;
    }

    .testimonial_box {
        width: 100%;
        padding: 1rem .5rem 1rem 4rem;
    }

        .testimonial_box h3 {
            font-size: 1.5rem;
        }

            .testimonial_box h3::before {
                background-size: 50px 50px;
                left: -55px;
            }

    .carousel .testimonial {
        font-size: 1rem;
    }

    .carrier_wrapper {
        height: auto;
        padding-bottom: 2rem;
    }

    .carrier_inner {
        display: block;
        text-align: center;
    }

        .carrier_inner h3 {
            padding: 2rem;
            margin: 0 auto;
        }

        .carrier_inner .carrier {
            width: auto;
            margin: 1rem;
        }

    .service_wrapper .service_left {
        width: 100%;
        margin: 2rem auto;
        text-align: center;
    }

    .our_clients .o-image {
        right: -30%;
        width: 250px;
        top: -2%;
    }

    .our_clients_inner {
        display: block;
        text-align: center;
    }

        .our_clients_inner h3 {
            padding: 5rem 15px 1rem;
        }

    .our_clients_cover {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

        .our_clients_cover ul li {
            font-size: 1rem;
            float: left;
            margin: .5rem;
            padding: .5rem .75rem;
        }

    .try_IndustrialCargoService h4 {
        font-size: 1.1rem;
    }

    .d_hours {
        margin-bottom: 15px;
        text-align: center;
    }

    .download_here, .footer_copyright {
        text-align: center;
    }

        .download_here a {
            margin-bottom: 15px;
            display: inline-block;
        }

    .footer_logo, .footer_social ul {
        text-align: center;
    }
}

.validate {
    border: 1px solid red !important;
}

p.fail-text {
    text-align: left;
    font-size: 10px;
    color: #d40511;
    padding-top: -7px;
    margin-bottom: 3px;
    margin-top: 0px;
    /* margin-left: 5px; */
}

.PointerCusrsor {
    cursor: pointer;
}

.ui-widget-content {
    z-index: 99999 !important;
    background-color: #efeeec;
    border: 1px solid;
    margin-right: 244px;
    list-style: none;
    width: 360px !important;
}

i#helpPass {
    padding-top: 10px;
    padding-left: 3px;
    color: #6e2e92;
}

i#helpPass1 {
    color: #100039;
    font-size: 20px;
    display: block;
    position: absolute;
    right: 1.2em;
    margin-top: 7px;
    cursor: pointer;
}

.custom_tooltip {
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 99;
    display: none;
}

.login_inner .input-group:hover .custom_tooltip {
    display: inline-block;
}

.tooltip_content {
    position: absolute;
    border: 1px solid #ddd;
    padding: 10px 15px;
    background-color: rgb(0 0 0 / .8);
    color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

    .tooltip_content::before {
        content: '';
        position: absolute;
        top: -20px;
        left: 2%;
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: 10px solid #484747;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: #484747;
        border-right-color: transparent;
    }

    .tooltip_content ol {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

        .tooltip_content ol li {
            font-size: .75rem;
        }

i#helpPass11 {
    color: rgb(110 46 146);
    font-size: 20px;
    display: block;
    position: absolute;
    right: 1.2em;
    margin-top: 7px;
    cursor: pointer;
    z-index: 999999;
}

i#helpPass12 {
    color: rgb(110 46 146);
    font-size: 20px;
    display: block;
    position: absolute;
    right: 1.2em;
    margin-top: 7px;
    cursor: pointer;
    z-index: 999999;
}

/*Error-Active-Page-css*/
.bg_orange {
    background-color: #f9931c;
}

.bg_purple {
    background-color: purple;
}

.error_msg_box {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 20px;
    margin-top: 3rem;
}

    .error_msg_box i {
        font-size: 4rem;
        margin-right: 2.4rem;
    }

.error_msg p {
    margin-bottom: 0;
}

.sub_msg_box {
    margin-top: 2rem;
}

/*404-Page-css*/
.text_orange {
    color: #100039;
}

.error_link {
    text-align: center;
    margin: 20px auto;
}

    .error_link a {
        color: #6e2e92;
    }

        .error_link a h5 {
            display: inline-block;
        }

.error_img_box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #100039;
    text-align: center;
    line-height: 100px;
    margin: 30px auto;
}

    .error_img_box i {
        font-size: 4rem;
        line-height: 100px;
        color: #fff;
    }


/*/ Track-Page-css /*/
.track_now_box {
    padding: 20px;
}

.panel {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px auto;
}

.custom_btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 1.1rem;
}

.bg_orange {
    background-color: #100039;
}

@media screen and (max-width: 575px){
.whatsapp{
    display: none;
  }
}

.quick_btn{
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
}
.quick_btn:hover{
  background-color: #fff;
  color: #484747;
}

.registraion-form{
    position: relative;
    /* top: -13px; */
}

.registraion-form .captcha{
    margin-bottom: 0px!important;
}

.registraion-form .form_title{
    margin-bottom: 10px;
    margin-top: 0;
}

.registraion-form .have-account{
    margin-bottom: 5px!important;
}

.registraion-form .have-account p{
    margin-bottom: 0px!important;
}

.FixedInput{
    margin-bottom: 10px!important;
}
