/* ================= Start:- Imports ================= */

@import url('../fonts/fonts.css');
@import url('../css/animate.css');
@import '../owlcarousel/owl.carousel.min.css';
@import '../owlcarousel/owl.theme.default.min.css';
/* ================= End:- Imports ================= */

/*  */

/* ================= Start:- Common ================= */

:root {
    --primary-color: #00047a;
    --green-primary: #174e3f;
    --yellow-dark: #fba737;
    --red-light: #d43b2d;
    --red-dark : #ff3333;
    --white: #ffffff;
}

html, body {
    background-color: #ffffff;
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

body {
    display: flex;
    flex-direction: column;
}

.main-section {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
    font-size: 13px;
}

a:link, a:hover, a:visited, a:active {
    color: #000000;
    text-decoration: none;
}

input {
    color: #503a85;
}

textarea {
    resize: none !important;
}

.direct-rtl {
    direction: rtl;
}

.direct-ltr {
    direction: ltr !important;
}

.bg-gray {
    background-color: #cecdcd;
}

.form-control {
    border-radius: 0px !important;
}

.form-control:focus, .custom-select:focus {
    border-color: var(--green-primary);
    box-shadow: none;
}

.form-label {
    color: #8f8f8f !important;
}

.custom-select {
    border-radius: 0px !important;
    color: #503a85 !important;
    background-image: url("../images/common/select-icon.svg");
    background-size: 4%;
    background-position: 10px !important;
}

.custom-select:focus {
    box-shadow: none !important;
}

label.custom-control-label {
    position: relative;
    padding-right: 1.5rem;
}
  
label.custom-control-label::before, label.custom-control-label::after{
    right: 0;
    left: auto;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #503a85 !important;
    background-color: #503a85 !important;
}

.cus-input:checked~.cus-label::before {
    color: #fff;
    border-color: var(--green-primary) !important;
    background-color: var(--green-primary) !important;
}

.p-indent {
    text-indent: 50px;
}

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

.d-none-cus {
    display: none !important;
}

.bg-main {
    background: var(--primary-color);
}

.text-main {
    color: #503a85 !important;
}

.text-main-2 {
    color: var(--green-primary) !important;
}

.text-main-red {
    color: var(--red-dark) !important;
}

.text-main-blue {
    color: var(--primary-color) !important;
}

/*  Start:: Buttons */

.btn:focus {
    box-shadow: none;
}

.btn-social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 2px;
    border-radius: 20px;
    padding: 1% 2% !important;
    background-color: #ffffff;
    color: var(--red-light) !important;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-social:hover, .btn-social:focus {
    background-color: var(--red-light);
    color: #ffffff !important;
}

.btn-track {
    height: 30px;
    border: 1px solid var(--green-primary);
    border-radius: 5px;
    padding: 0px 15px !important;
    background-color: var(--green-primary);
    color: #ffffff !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-track:hover {
    
}

.btn-main {
    border: 1px solid var(--red-light);
    border-radius: 0px;
    background-color: var(--red-light);
    color: #ffffff !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-main:hover {
    background-color: transparent;
    color: var(--red-light) !important;
}

.btn-main-2 {
    width: 130px;
    border: 1px solid var(--green-primary);
    border-radius: 0px;
    background-color: var(--green-primary);
    color: #ffffff !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-main-2:hover {
    background-color: transparent;
    color: var(--green-primary) !important;
}

.btn-main-3 {
    width: 130px;
    border: 1px solid var(--primary-color);
    border-radius: 0px;
    background-color: var(--primary-color);
    color: var(--yellow-dark) !important;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 2px 5px 10px #b9b9b9;
}

.btn-main-3:hover {
    box-shadow: 2px 5px 10px #ebebeb;
}

.btn-main-4 {
    width: auto;
    height: 45px;
    border: 1px solid #503a85;
    border-radius: 0px !important;
    padding: 8px 15px !important;
    background-color: #503a85;
    color: #ffffff !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-main-4:hover {
    background-color: #ffffff;
    color: #503a85 !important;
}

.btn-main-5 {
    width: auto;
    border: 1px solid #503a85;
    border-radius: 20px;
    background-color: #503a85;
    color: #ffffff !important;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-main-5:hover {
    background-color: transparent;
    color: #503a85 !important;
}

.btn-main-6 {
    border: 1px solid var(--green-primary);
    border-radius: 0px;
    background-color: var(--green-primary);
    color: #ffffff !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-main-6:hover, .btn-main-6:focus {
    background-color: transparent;
    color: var(--green-primary) !important;
}

/* Start:: Nav Buttons */

.btn-nuser {
    border: 1px solid var(--green-primary);
    border-radius: 20px;
    background-color: var(--green-primary);
    color: #ffffff !important;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-nuser:hover, .btn-nuser:focus {
    background-color: #ffffff;
    color: var(--green-primary) !important;
}

.btn-menu span {
    display: none;
    background: var(--green-primary);
    width: 25px;
    height: 2px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.btn-menu-2 span {
    display: none;
    background: #503a85;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.btn-nav-close {
    width: 50px;
    border: 1px solid transparent;
    border-radius: 40px;
    font-size: 23px;
    color: var(--green-primary) !important;
    -webkit-transition: .5s;
    transition: .5s;
}

@media only screen and (max-width: 767px) {
    .btn-menu span, .btn-menu-2 span {
        display: block;
    }

    .btn-track {
        padding: 0px 5px !important;
        font-size: 10px;
    }

    .btn-track span{
        width: 100%;
        display: flex;
    }
}

/* End:: Nav Buttons */

.btn-wallet {
    color: #503a85;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-wallet:hover, .btn-wallet:focus {
    color: #ffffff;
    background-color: #503a85;
}

/*  End:: Buttons */

/* Start:::- Input-With-Icon */

.input-withicon-group {
    color: #afafaf;
    position: relative;
}

.input-withicon-group .input-withicon-field {
    color: #503a85 !important;
    padding-left: 32px;
}

.input-withicon-icon {
    color: #503a85 !important;
    position: absolute;
    top: 20%;
    left: 8px;
    font-size: 18px;
}

.input-withicon-icon-2 {
    cursor: pointer;
    color: #b9b9b9 !important;
    position: absolute;
    top: 25%;
    left: 8px;
    font-size: 18px;
}

.input-withicon-icon-2:hover, .input-withicon-icon-2:focus {
    cursor: pointer;
    color: #502e85 !important;
    position: absolute;
    top: 20%;
    right: 8px;
    font-size: 18px;
}

.input-withicon-icon-3 {
    color: #b9b9b9 !important;
    position: absolute;
    top: 25%;
    left: 8px;
    font-size: 18px;
}

.input-withicon-field {
    font-size: 14px;
}

.input-withicon-group .input-withicon-field:focus {
    color: #503a85 !important;
}

.input-withicon-group .input-withicon-field:focus+.input-withicon-icon {
    color: #503a85 !important;
}

/* End:::- Input-With-Icon */

.line-1 {
    content: "";
    display: block;
    height: 2px;
    background-color: #ffffff;
}

.line-2 {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    padding: 0px;
    margin: 10px auto;
    background-color: var(--red-light);
}

.line-3 {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    padding: 0px;
    margin-right:auto;
    background-color: var(--red-light);
}

.line-4 {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    padding: 0px;
    margin: 10px auto;
    background-color: var(--green-primary);
}



/* ================= End:- Common ================= */

/*  */

/* ================= Start:- Feedback ================= */

.feedback-star {
    cursor: pointer;
    color: #c5c4c4;
    font-size: 20px;
    margin-right: 5px;
}

.feedback-star-yes {
    color: #ffd700;
    -webkit-transition: .4s;
    transition: .4s;
}

.feedback-star-no {
    color: #c5c4c4;
    -webkit-transition: .6s;
    transition: .6s;
}

.feedback-label {
    cursor: pointer;
}

/* ================= End:- Feedback ================= */

/* */

/* ================= Start:- Footer ================= */

footer {
    border-top: 1px solid #afafaf;
    background-color: var(--white);
    color: var(--primary-color);
}

footer a:link, footer a:active, footer a:visited {
    color: var(--primary-color);
    font-size: 15px;
}

footer a:hover {
    color: var(--yellow-dark);
}

.footer-end {
    border-top: 2px solid var(--primary-color);
}

/* ================= End:- Footer ================= */

/*  */

/* ================= Start:- Home ================= */

/* Start:: Navbar */

.nav-link-common {
    color: #503a85 !important;
}

.text-main {
    color: var(--primary-color) !important;
}

.dropdown-main {
    position: relative;
}

.dropdown-main .dropdown-menu {
    position: absolute;
    top: 40px;
    left: -20px;
    min-width: 80% !important;
    font-size: 14px;
}


.service-info {
    height: 80px;
}
.service-info {
    height: 80px;
}

.service-info  span{
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    padding: 0.5rem;
    background-color: var(--primary-color);
    color: #f0f0f0;
    text-align: center;
    font-size: 1.05rem;
    font-weight: bolder !important;
}

@media only screen and (max-width: 992px) {
    .navbar-brand-img {
        width: 120px;
        height: auto;
    }
}

.nav-link-home {
    color: var(--primary-color) !important;
}

@media only screen and (max-width: 767px) {
    .nav-link-common, .nav-link-home {
        display: none;
    }
}

/* Start::: Slide-Navbar */

.navbar-home {
    border-bottom: 1px solid var(--primary-color);
    background-color: var(--white) !important;
}
.navbar {
    border-bottom: 1px solid var(--primary-color);
}

.slide-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 4500;
    background-color: #0505058e;
}

.slide-nav-content {
    background-color: var(--primary-color);
    animation-delay: .1s;
}

.slide-nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--green-primary);
    text-align: left;
    color: var(--white) !important;
    -webkit-transition: .6s;
    transition: .6s;
}

.slide-nav-item:hover {
    color: var(--green-primary) !important;
    text-decoration: underline;
}

.nav-active {
    color: var(--green-primary) !important;
}

/* End::: Slide-Navbar */

/* End:: Navbar */

.h-sec-1 {
    background-color: var(--primary-color);
    background-image: url("../images/backgorund/landing2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    color: #ffffff;
}

.h-sec-1-head {
    font-size: 5rem;
}

@media only screen and (max-width: 767px) {
    .h-sec-1-head {
        font-size: 4rem;
    }
}

.h-sec-3 {
    background-color: #f5f5f5;
    color: var(--primary-color);
}

.h-sec-3 h1 {
    font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
    .h-sec-3 h1 {
        font-size: 1.5rem;
    }
}


.h-sec-app {
    background-color: #f5f5f5;
    color: #503a85;
}

@media only screen and (max-width: 767px) {
    .h-sec-app h1 {
        font-size: 1.5rem;
    }
}


.h-sec-5 {
    background-color: #ffffff;
}

/* Start:: Testimonial */

/* Start::: Owl carousel */

.owl-prev {
    left: -50%;
}

.owl-next {
    right: -50%;
}

.owl-prev, .owl-next {
    position: relative !important;
    top: 30%;
}

.owl-prev img, .owl-next img {
    width: 40px;
    height: auto;
}

.owl-prev:hover, .owl-next:hover {
    background-color: transparent !important;
}

.owl-theme .owl-nav {
    position: relative !important;
    top: -50% !important;
    background-color: transparent;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .owl-prev img, .owl-next img {
        width: 20px;
        height: auto;
    }
}

/* End::: Owl carousel */

.testi-card img {
    height: 100%;
    background-color: #503a85;
}

.testi-card h5 {
    color: var(--yellow-dark);
    text-transform: uppercase;
    font-weight: 700;
}

.testi-card p {
    margin-bottom: 0;
    color: #000000;
    font-size: 0.925rem;
    text-align: justify;
}

.feedback-content {
    position: relative;
    border-radius: 10px;
    background-color: #8454d4;
    color: #ffffff;
}

.feedback-content::before {
    position: absolute;
    left: 15%;
    bottom: -13px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #8454d4;
    -webkit-clip-path: polygon(0 0, 20% 100%, 100% 0);
    clip-path: polygon(0 0, 20% 100%, 100% 0);
}

.feedback-content-text {
    height: 150px !important;
    overflow: hidden;
}

.feedback-userimg {
    width: 80px !important;
}

@media only screen and (max-width: 1200px) {
    .feedback-content-text {
        height: 250px !important;
        overflow: hidden;
    }
}

/* End:: Testimonial */

/* ================= End:- Home ================= */
/*  */
/* ================= Start:- How-We-Work ================= */
.how-work-content {
    text-align: left;
}

.how-work-content p {
    font-size: 15px;
}


/* ================= End:- How-We-Work ================= */
/*  */
/* ================= Start:- Contact Us ================= */

.contact-detail-div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    min-height: 70px;
}

.contact-detail-div > i {
    padding: 1rem;
}

.contact-detail-div  h6 {
    margin: 0px;
    padding-left: 1rem;
}

.form-contact, .form-contact:focus {
    border: transparent !important;
    background-color: #f0f0f0 !important;
}

/* ================= End:- Contact Us ================= */
/*  */
/* ================= Start:- About ================= */
.about-content {
    text-align: left;
}

.about-content p {
    font-size: 14px;
}

/* ================= End:- About ================= */
/*  */
/* ================= Start:- My-Profile ================= */

.img-myprofile {
    border: 1px solid #503a85;
    background-color: #ffffff;
    position: relative;
}

.btn-img-edit {
    position: absolute;
    top: 100px;
    right: 50px;
    color: #ffffff;
    font-size: 14px;
    background-color: #503a85;
    border: 1px solid #503a85;
    border-radius: 20px;
    -webkit-transition: .6s;
    transition: .6s;
}

.btn-img-edit:hover {
    background-color: #ffffff;
    color: #503a85;
}

@media only screen and (max-width: 992px) {
    .btn-img-edit {
        position: absolute;
        top: 100px;
        right: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .div-myprofile-details {
        border-left: 1px solid #aaaaaa;
    }
}

/* ================= End:- My-Profile ================= */

/* ================= Start:- FAQ ================= */
.faq-content {
    text-align: left;
}
.faq-content p {
    font-size: 14px;
}
/* ================= End:- FAQ ================= */

/* ================= Start::- Sign-In and Sign-Up ================= */

.sign-in-card, .sign-up-card {
    border: 1px solid #707070;
    border-radius: 5px;
}

/* ================= End::- Sign-In and Sign-Up ================= */

/*  */

.terms-con-div {
    font-size: 13px;
}

/* ================= Start::- Modal ================= */

.modal-header {
    position: relative;
    border-color: transparent !important;
}

.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background-color: #503a85 !important;
    padding: 5px 10px;
    border-radius: 20px;
}

.modal-footer {
    border-color: transparent !important;
}

.modal-sub-text {
    color: #8f8f8f;
    font-size: 12px;
}

.thank-modal-text {
    color: #8f8f8f;
    font-size: 14px;
}

/* ================= End::- Modal ================= */

/*  */

/* ================= Start:- New-Shipment  ================= */

.payment-card {
    height: 100%;
    cursor: pointer;
    border: 2px solid #503a85;
    -webkit-transition: .5s;
            transition: .5s;
}

.payment-card:hover {
    background-color: #e5def7;
}

.payment-card p {
    font-size: 14px;
}

input[type="radio"]:checked + label .payment-card {
    background-color: #f4f0ff;
    box-shadow: 2px 2px 6px #a7a6a6;
    -webkit-transition: .2s;
            transition: .2s;
}


.pay-sec-div1 {
    border-left: 2px solid #707070;
}

.pay-sec-div2 {
    color: #707070;
}


@media only screen and (max-width: 767px) {
    .pay-sec-div1 {
        border-left: none;
    }
}


/* ================= End:- New-Shipment  ================= */
/*  */
/* ================= Start:- Control-Panel  ================= */

.control-div {
    border-left: 2px solid #888888;
}

.nav-pills .nav-link {
    font-size: 18px;
    text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #503a85;
}

.img-print {
    width: 40px;
}

@media only screen and (max-width: 1199px) {
    .control-div {
        border-left: none;
    }
}

@media only screen and (max-width: 767px) {
    .nav-pills .nav-link {
        font-size: 12px;
    }

    .img-print {
        width: 30px;
    }
}


/* ================= End:- Control-Panel  ================= */