﻿@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
}
.HomeBg {
    background-image: url(../img/home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 425px;
    background-position: left;
    opacity: 0.7;
}
.btnsHolder {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0px, -50%);
}
#ShippolicyTbl h5 {
    white-space: nowrap;
    font-size:1.1rem
}
.smBtn {
    border: none;
    border-radius: 25px;
    padding: 0.4rem 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    width: 97px;
}

.langSelect {
    height: inherit;
    background-color: transparent;
    padding: 0rem 0.5rem;
    font-weight: 600;
    line-height: unset;
    color: #ffffff;
    border: 2px solid #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z' /><path d='M0 0h24v24H0z' fill='none' /></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}

    .langSelect:focus {
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z' /><path d='M0 0h24v24H0z' fill='none' /></svg>");
    }

#selectLanguage {
    height: 35px;
    width: 200px;
    margin: auto;
}

.opensans {
    font-family: 'OpenSans';
}

.navbar-brand img {
    width: 130px;
}

.extraMenu {
    list-style-type: none;
    margin-bottom: 0;
}

.rightanchor {
    list-style: none;
}

.primaryBg {
    background-color: #f68f50;
}

.primaryC {
    color: #f68f50;
}

.primHover:hover {
    background-color: #87c65b !important;
    color: #fff !important;
    border-color: transparent !important;
}

.secondaryBg {
    background-color: #87c65b;
}

.secondaryC {
    color: #87c65b;
}

.secHover:hover {
    background-color: #f68f50 !important;
    color: #fff !important;
    border-color: transparent !important;
}

.thirdC {
    color: #6e6f71;
}

.thirdBg {
    background-color: #515151;
}

.btn-white {
    background-color: #fff;
    color: #f68f50;
}

.btn-default {
    border: 2px solid #7b7b7b !important;
}

.flagshipafter {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.flagshipbefore {
    position: absolute;
    top: 0;
    width: 100%;
}

#Partners .owl-carousel .owl-item img {
    width: 150px;
    margin: auto;
}

#Partners .owl-carousel {
    margin: auto;
}

#Partners .owl-nav.disabled {
    display: block !important;
    height: 0;
}

#Partners .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #f68f50;
}
 #Partners .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #f68f50;
}
    #Partners .owl-next i, #Partners .owl-prev i {
        font-size: 2.3em;
    }

#Partners .owl-prev {
    display: none;
}

.footerLogo img {
    width: 125px;
}

.footerAnchors {
    display: flex;
    flex-direction: column;
}

    .footerAnchors a {
        display: block;
        text-align: center;
        color: #fff;
        text-decoration: none;
        margin-bottom: 6px;
    }

.socialIcons a {
    width: 35px;
    margin: auto;
    margin-right: 12px;
}

.ProvidesYou img {
    width: 55px;
    margin-left: 20px;
    padding-right: 10px;
}


.subscribe {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 54px;
    background-color: #FFF;
    margin: auto;
}

    .subscribe input {
        font-family: inherit;
        border: 0;
        flex: 1;
        padding: 0 16px;
        outline: none;
        background-color: transparent;
        color: #54524f;
    }

        .subscribe input::placeholder {
            color: inherit;
        }


    .subscribe button {
        border: 0;
        height: 45px;
        width: 120px;
        border-radius: 50px;
        background-color: #6e6f71;
        color: #fff;
        cursor: pointer;
        transition: all .2s;
        text-align: center;
    }

        .subscribe button:hover {
            background-color: #87c65b;
        }

        .subscribe button i {
            color: #fefefe;
        }

.XlBtn {
    border: none;
    border-radius: 25px;
    padding: 0.8rem 1.5rem;
    font-weight: 700;
    font-size: 1.3rem;
}

.w57 {
    width: 250px;
}

button.secondaryBg:hover {
    background-color: #f68f50 !important;
}

.Home .btn-white:hover {
    background-color: #87c65b !important;
    color: #fff;
}

.navbar-dark .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 1.1rem;
    margin-right: 15px;
}
/*signin*/
.h100 {
    height: 100vh;
}

.rightsignin {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0.52), rgb(246 143 80 / 75%)), url(../img/signin.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rightsignup {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0.52), rgb(246 143 80 / 75%)), url(../img/signup.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rightReset {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0.52), rgb(246 143 80 / 75%)), url(../img/reset.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.flagshipright {
    position: absolute;
    height: 100vh;
    left: 0;
}

.form-group {
    margin-bottom: 1rem;
}

.mainBtn {
    width: 100%;
    padding: 0.8rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
}

.SecondaryBtn {
    width: 100%;
    padding: 0.8rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #545454;
    border: 1px solid #545454;
}

    .mainBtn:hover, .SecondaryBtn:hover {
        background-color: #87c65b !important;
        color: #fff;
        border-color: transparent;
    }

.form-control b {
    font-weight: 500 !important;
}

/*pricing*/
.ddl {
    width: 100%;
    height: 38px;
    border-color: #ced4da;
    border-radius: .25rem;
}

.pricingTbl tbody:last-child {
    border-bottom: transparent;
}

.pricingTbl h5, .pricingTbl h4 {
    margin: 0
}

.pricingResult {
    display: none;
}

.emptyBtn {
    border: 2px solid #6e6f71;
    color: #6e6f71
}
/*trackshipment*/

.searchInput {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 54px;
    background-color: #eee;
    margin: auto;
}

    .searchInput input {
        font-family: inherit;
        border: 0;
        flex: 1;
        padding: 0 16px;
        outline: none;
        background-color: transparent;
        color: #54524f;
    }

        .searchInput input::placeholder {
            color: inherit;
        }


    .searchInput button {
        border: 0;
        height: 45px;
        width: 120px;
        border-radius: 50px;
        background-color: #f68f50;
        color: #fff;
        cursor: pointer;
        transition: all .2s;
        text-align: center;
    }

        .searchInput button:hover {
            background-color: #87c65b;
        }

        .searchInput button i {
            color: #fefefe;
        }

.shipmentTbl tbody tr {
    border-bottom: 1px solid #ced4da;
}

    .shipmentTbl tbody tr:last-child {
        border-bottom: transparent;
    }

.scrollbar {
    overflow-y: scroll;
    direction: rtl;
}

    .scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .scrollbar::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #808080;
    }


.ltr {
    direction: ltr !important;
}

@media (max-width:767px) {
    .btnsHolder {
        right: 50% !important;
        transform: translate(50%, -50%) !important;
    }
    .socialIcons a {
        margin: unset;
        margin-right: 25px;
    }

        .content-center {
        justify-content: center;
    }
    .extraMenu {
        display: block !important;
        padding: 0 !important;
    }

        .extraMenu > li > a {
            padding-right: 0;
            padding-left: 0;
        }

    .flexcolomnMob {
        flex-direction: column;
    }

    .mb30Mob {
        margin-bottom: 30px !important;
    }

    .my3Mob {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .ProvidesYou .mb-3 {
        margin-bottom: .5rem !important;
    }

    .centerMob {
        text-align: center !important;
    }

    .pb3Mob {
        padding-bottom: 3rem !important;
    }

    .f2Mob {
        font-size: 2rem !important;
    }

    #Partners .owl-carousel .owl-item img {
        margin: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    #Partners .owl-nav, #Partners .owl-dots {
        height: 0;
    }

    #Partners .pfixMob {
        padding-bottom: 0rem !important;
        padding-top: 1rem !important;
    }

    .xs-none {
        display: none !important;
    }

    .h100 {
        height: auto !important;
    }

        .h100 .mb-5 {
            margin-bottom: 2rem !important;
        }
}
/about/
.why-choose-block {
}

.why-choose-block .inner-box .icon {
    color: #f68f50
}

.why-choose-block .inner-box:hover .icon {
    color: #fff;
}

    .why-choose-block .inner-box:hover .icon:before {
        border-color: #f68f50
    }

    .why-choose-block .inner-box:hover .icon:after {
        background-color: #f68f50;
        border-color: #f68f50
    }

.why-choose-block .inner-box .count {
    color: #f68f50
}

.why-choose-block .inner-box .icon i {
    position: relative;
    z-index: 9;
}

.why-choose-block .inner-box .icon:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #e9e5df;
    background-color: #fff;
    top: -30px;
    left: -20px;
    transition: .5s;
}

.why-choose-block .inner-box {
    position: relative;
    padding: 36px 30px 16px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}

    .why-choose-block .inner-box .icon {
        position: relative;
        font-size: 40px;
        margin-right: 30px;
        transition: .5s;
        line-height: 70px;
        width: 70px;
        height: 70px;
        text-align: center;
        margin-left: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

.why-choose-block .inner-box {
    position: relative;
    padding: 30px 18px 18px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}

    .why-choose-block .inner-box .count {
        position: absolute;
        top: -38px;
        left: -27px;
        font-size: 18px;
        font-family: Poppins,sans-serif;
        font-weight: 700;
        line-height: 25px;
        background: #fff;
        padding: 2px 6px;
    }

    .why-choose-block .inner-box .icon:after {
        position: absolute;
        content: '';
        width: 70px;
        height: 70px;
        border: 2px solid #e9e5df;
        background-color: #fff;
        border-radius: 50%;
        top: 0;
        left: 0;
        transition: .5s;
    }

.why-choose-block h4 {
    font-size: 1.2rem;
    color: #505152;
}

.why-choose-block .content .text {
    font-size: 0.9rem;
}

/contact/
.contact-widget .icon {
    color: #f68f50
}

.contact-widget.style-two .text span {
    color: #ff5f15
}

.contact-widget.style-two .social-icon li a:hover {
    color: #ff5f15
}

.contact-widget {
    position: relative
}

    .contact-widget .icon-box {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .contact-widget .icon {
        position: relative;
        font-size: 20px;
        margin-right: 20px;
        transition: .5s;
        line-height: 48px;
        width: 50px;
        height: 50px;
        text-align: center;
    }

    .contact-widget .text {
        color: #cfd7f8
    }

        .contact-widget .text strong {
            color: #fff;
            font-weight: 700;
            font-family: Poppins,sans-serif;
            display: block
        }

    .contact-widget.style-two h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px
    }

    .contact-widget.style-two .text strong {
        color: #2a2a2a
    }

    .contact-widget.style-two .text a {
        color: #2a2a2a;
    }

    .contact-widget.style-two .text {
        margin: 3px 0 30px;
        color: #2a2a2a;
        line-height: 30px;
    }

    .contact-widget.style-two .icon-box {
        margin-bottom: 0
    }

    .contact-widget.style-two .text span {
        font-weight: 700;
        font-family: Poppins,sans-serif
    }



    .contact-widget .icon-box .icon:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        border: 2px solid #e9e5df;
        background-color: #fff;
        border-radius: 50%;
        top: 0;
        left: 0;
        transition: .5s;
    }

    .contact-widget .icon-box span {
        position: relative;
        color: #f68f50;
        z-index: 9;
    }

.error {
    /*  display:none;*/
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 999;
    transform: translate(50%, 10px);
}