body{
    background-color: #F2F4F4;
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.top-nav{
    width: 100%;
}

.login-panel{
    float: right;
    width: 30%;
    background: #848484;
    text-align: center;
}

.login-panel a{
    text-decoration: none;
    color: #fff;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    border-right: 1px solid #fff;
}

.login-panel a:hover{
    color: #000;
}

.announce-bar{
    float: left;
    width: 70%;
    min-height: 22px;
    background: #848484;
}

.announce-head{
    float: left;
    color: #fff;
    width: 5%;
    padding: 0px 20px;
}

.marquee{
    width: 95%;
    margin: 0 auto;
    padding: 0px 3px;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
}

/* .marquee:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        text-indent: 100%;
    }
    100% {
        text-indent: -80%;
    }
}

@-webkit-keyframes marquee {
    0% {
        text-indent: 100%;
    }
    100% {
        text-indent: -80%;
    }
} */

.navbar {
    background: #fff;
    border-bottom: #2C6DE9;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-nav .nav-link{
    text-decoration: none;
    color: rgba(128, 126, 126, 0.719);
}

.navbar-nav .active{
    color: #000;
    font-weight: 500;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:after,
.navbar-nav .nav-link:before {
    transition: all .5s;
}

.navbar-nav .nav-link:hover {
    color: #000;
    font-weight: 500;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-nav .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
}

.navbar-nav .nav-link:hover:after {
  width: 100%;
}

.nav-title{
    margin-left: 20px;
}

.card-panel{
    min-height: 200px;
}

.anoun-link {
    text-decoration: underline;
}

/* process step css*/
.progressbar-desktop {
    counter-reset: step;
}

.progressbar-desktop li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.progressbar-desktop li:before {
    width: 120px;
    height: 120px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 5px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    color: transparent;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.progressbar-desktop li:after {
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 55px;
    left: -50%;
    z-index: -1;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.progressbar-desktop li:first-child:after {
    content: none;
}

.progressbar-desktop li:hover {
    color: #2C6DE9;
}

.progressbar-desktop li:hover:before {
    border-color: #5A8DEE;
}

.progressbar-desktop li + li:hover:after {
    background-color: #2C6DE9;
}

.icon_warehouse{
    position: absolute;
    top: 2px;
    left: 162px;
    width: 110px;
}

.icon_list{
    position: absolute;
    top: 7px;
    left: 167px;
    width: 100px;
}

.icon_truck{
    position: absolute;
    top: 12px;
    left: 170px;
    width: 100px;
}

.icon_parcel{
    position: absolute;
    top: 5px;
    left: 164px;
    width: 110px;
}

.progressbar-desktop h4{
    font-size: 1.2rem;
}

.progressbar-mobile{
    display: none;
}

.progressbar-mobile .col-12{
    margin: 10px 0;
    padding-left: 0px;
}

.step {
    position: relative;
    padding-left: 80px;
}

.step img {
    position: absolute;
    left: 0;
    margin-top: 0;
    padding: 0;
    width: 80px;
}

.step h4, .step p {
    text-align: left;
}

.step h4{
    font-size: 0.9rem;
    font-weight: 600;
}

.step p{
    font-size: 0.8rem;
}

/* footer css */
.footer {
    height: auto;
    background: #282828;
    border-top: #2C6DE9;
}

.sitemap{
    float: left;
}

.sitemap li {
    list-style: none;
}

.sitemap a {
    color: #fff;
}

.sitemap a:hover{
    color: #566;
}

.partner-list{
    float: left;
}

.partner-list .partner-image{
    width: 70px;
}

.social-list{
    float: left;
    padding: 10px 0;
}

.social-list ul {
    margin:10px;
    padding:0;
    display:flex;
}

.social-list ul li {
    list-style:none;
}

.social-list ul li a {
    display:block;
    position:relative;
    width:50px;
    height:50px;
    line-height:50px;
    font-size:30px;
    text-align:center;
    text-decoration:none;
    color:#404040;
    margin: 0 5px;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
}

.social-list ul li a span {
    position:absolute;
    transition: transform .5s;
}

.social-list ul li a span:nth-child(1),
.social-list ul li a span:nth-child(3){
    width:100%;
    height:3px;
    background:#404040;
}

.social-list ul li a span:nth-child(1) {
    top:0;
    left:0;
    transform-origin: right;
}

.social-list ul li a:hover span:nth-child(1) {
    transform: scaleX(0);
    transform-origin: left;
    transition:transform .5s;
    -webkit-transition:transform .5s;
    -moz-transition:transform .5s;
    -ms-transition:transform .5s;
    -o-transition:transform .5s;
}

.social-list ul li a span:nth-child(3) {
    bottom:0;
    left:0;
    transform-origin: left;
}

.social-list ul li a:hover span:nth-child(3) {
    transform: scaleX(0);
    transform-origin: right;
    transition:transform .5s;
    -webkit-transition:transform .5s;
    -moz-transition:transform .5s;
    -ms-transition:transform .5s;
    -o-transition:transform .5s;
}

.social-list ul li a span:nth-child(2),
.social-list ul li a span:nth-child(4){
    width:3px;
    height:100%;
    background:#404040;
}

.social-list ul li a span:nth-child(2) {
    top:0;
    left:0;
    transform:scale(0);
    transform-origin: bottom;
}

.social-list ul li a:hover span:nth-child(2) {
    transform: scale(1);
    transform-origin: top;
    transition:transform .5s;
    -webkit-transition:transform .5s;
    -moz-transition:transform .5s;
    -ms-transition:transform .5s;
    -o-transition:transform .5s;
}

.social-list ul li a span:nth-child(4) {
    top:0;
    right:0;
    transform:scale(0);
    transform-origin: top;
}

.social-list ul li a:hover span:nth-child(4) {
    transform: scale(1);
    transform-origin: bottom;
    transition:transform .5s;
    -webkit-transition:transform .5s;
    -moz-transition:transform .5s;
    -ms-transition:transform .5s;
    -o-transition:transform .5s;
}

.social-list .facebook:hover {
    color: #3b5998;
}

.social-list .facebook:hover span {
    background: #3b5998;
}

.social-list .twitter:hover {
    color: #1da1f2;
}

.social-list .twitter:hover span {
    background: #1da1f2;
}

.social-list .instagram:hover {
    color: #c32aa3;
}

.social-list .instagram:hover span {
    background: #c32aa3;
}

.social-list .google:hover {
    color: #dd4b39;
}

.social-list .google:hover span {
    background: #dd4b39;
}

.social-list ul li a .twitter {
    color: #1da1f2;
}

.social-list ul li a:hover:nth-child(3) {
    color: #c32aa3;
}

.social-list ul li a:hover:nth-child(4) {
    color: #dd4b39;
}

.footer-logo{
    float: right;
}

.copyright {
    float: right;
    text-align: right;
    color: #666;
    padding: 10px;
    margin: 30px 0 0 0;
}

.copyright a{
    color: #fff;
}

.copyright a:hover{
    color: #566;
}

/* back to top */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.noselect {
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 9999999;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-color: #2C6DE9;
    border: none;
    border-radius: 50%;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

.noselect svg {
    fill: white;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}

.noselect:hover {
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    width: 50px;
    height: 50px;
}

.noselect svg{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.noselect:hover {
    transform: scale(1.1);
}

.noselect:focus {
    outline: none;
}

/* btn hover effect */
.custom-btn {
    width: 130px;
    height: 40px;
    padding: 10px 25px;
    border: 2px solid #000;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-hover {
    background: #5A8DEE;
    color: #fff;
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-hover span {
   position: relative;
   display: block;
   width: 100%;
   height: 100%;
}

.btn-hover:before,
.btn-hover:after {
   position: absolute;
   content: "";
   height: 0%;
   width: 2px;
   background: #5A8DEE;
}

.btn-hover:before {
   right: 0;
   top: 0;
   transition: all 500ms ease;
}

.btn-hover:after {
   left: 0;
   bottom: 0;
   transition: all 500ms ease;
}

.btn-hover:hover{
   color: #000;
   background: transparent;
}

.btn-hover:hover:before {
   transition: all 500ms ease;
   height: 100%;
}

.btn-hover:hover:after {
   transition: all 500ms ease;
   height: 100%;
}

.btn-hover span:before,
.btn-hover span:after {
   position: absolute;
   content: "";
   background: #5A8DEE;
}

.btn-hover span:before {
   left: 0;
   top: 0;
   width: 0%;
   height: 2px;
   transition: all 500ms ease;
}

.btn-hover span:after {
   right: 0;
   bottom: 0;
   width: 0%;
   height: 2px;
   transition: all 500ms ease;
 }

.btn-hover span:hover:before {
   width: 100%;
}

.btn-hover span:hover:after {
   width: 100%;
}

/* pill nav effect */
.nav-item{
    padding: 0px 10px;
}

.nav-pills .nav-link{
    padding: .5rem;
}

.nav-pills .nav-link:hover {
    color: #fff !important;
    background: #5A8DEE;
}

/* modal css */
.modal-content{
    background-color: transparent !important;
}

.modal-content .modal-header{
    background: #282828;
}

.modal-header h5{
    color: #fff;
}

.modal-content .modal-body{
    background: #fff;
}

.modal-content .modal-footer{
    background: #282828;
    color: #fff;
}

.modal-header .close{
    color: #fff;
    text-shadow: none;
}

/* language modal */
.langSelector{
    padding: 10px;
    text-align: center;
    opacity: 0.6;
}

.langSelector,
.langSelector:after,
.langSelector:before {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.langSelector:hover {
    opacity: 1;
    color: #000;
}

.langSelector {
    position: relative;
}

.langSelector:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
}

.langSelector:hover:after {
  width: 50%;
}

.contact_div{
    padding: 100px;
}

.contact_ul{
    list-style: none;
    margin: 0px auto 50px;
}

.contact_ul li{
    margin: 20px 0;
}


/* Responsive Css */
@media (max-width: 1600px){
    .icon_warehouse{
        left: 123px;
    }

    .icon_list{
        left: 128px;
    }

    .icon_truck{
        left: 130px;
    }

    .icon_parcel{
        left: 123px;
    }
}

@media (max-width: 1500px){
    .icon_warehouse{
        left: 111px;
    }

    .icon_list{
        left: 115px;
    }

    .icon_truck{
        left: 117px;
    }

    .icon_parcel{
        left: 111px;
    }
}


@media (max-width: 1400px){
    .icon_warehouse{
        left: 90px;
    }

    .icon_list{
        left: 96px;
    }

    .icon_truck{
        left: 98px;
    }

    .icon_parcel{
        left: 94px;
    }
}

@media (max-width: 1300px){
    .icon_warehouse{
        left: 86px;
    }

    .icon_list{
        left: 90px;
    }

    .icon_truck{
        left: 92px;
    }

    .icon_parcel{
        left: 87px;
    }
}

@media (max-width: 1024px){
    .announce-bar{
        width: 60%;
    }

    .announce-head {
        padding: 0px 8px;
    }

    .login-panel{
        width: 40%;
    }

    .progressbar-desktop li{
        padding: 5px;
    }

    .icon_warehouse{
        top: 7px;
        left: 53px;
    }

    .icon_list{
        top: 13px;
        left: 60px;
    }

    .icon_truck{
        top: 14px;
        left: 60px;
    }

    .icon_parcel{
        top: 9px;
        left: 54px;
    }
}

@media (max-width: 768px) {
    .login-panel a{
        font-size: 12px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .announce-tab{
        margin-bottom: 1rem;
    }

    .tracking-tab{
        margin-bottom: 1rem;
    }

    .calculate-tab{
        margin-bottom: 1rem;
    }

    .announce-head{
        width: 10%;
        padding: 0px 10px;
        height: 22px;
    }

    .marquee{
        width: 90%;
        animation: marquee 10s linear infinite;
        -webkit-animation: marquee 10s linear infinite;
    }

    .footer-logo{
        display:none
    }

    .copyright{
        text-align: center;
        float: unset;
    }

    .progressbar-desktop{
        display: none;
    }

    .progressbar-mobile{
        display: block;
    }

    .social-list{
        margin-top: 0px;
        float: unset;
        text-align: center;
    }

    .social-list ul{
        justify-content: center;
    }

    @keyframes marquee {
        0% {
            text-indent: 480px;
        }
        100% {
            text-indent: -640px;
        }
    }

    @-webkit-keyframes marquee {
        0% {
            text-indent: 480px;
        }
        100% {
            text-indent: -640px;
        }
    }

    #abount-image{
        display: none;
    }

    .nav-title{
        display: none;
    }

}


@media (max-width: 480px) {
    body,
    .form-control,
    .input-group-text,
    .btn{
        font-size: 0.8rem !important;
    }

    .announce-bar{
        width: 100%;
    }

    .announce-head{
        width: 10%;
        padding: 0px 10px;
        height: 22px;
    }

    .login-panel{
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .marquee{
        width: 90%;
        font-size: 13px;
        padding: 1px 3px;
    }

    .card-body{
        padding: 0.8rem !important;
    }

    .partner-list{
        display: grid;
    }

    .partner-list .partner-image{
        width: 40px;
    }

    .announce-tab{
        margin-bottom: 1rem;
    }

    .tracking-tab{
        margin-bottom: 1rem;
    }

    .calculate-tab{
        margin-bottom: 1rem;
    }

    .social-list{
        margin-top: 50px;
    }

    .copyright{
        float: unset;
        text-align: center;
    }

    .marquee{
        animation: marquee 10s linear infinite;
        -webkit-animation: marquee 10s linear infinite;
    }

    @keyframes marquee {
        0% {
            text-indent: 480px;
        }
        100% {
            text-indent: -640px;
        }
    }

    @-webkit-keyframes marquee {
        0% {
            text-indent: 480px;
        }
        100% {
            text-indent: -640px;
        }
    }

    .contact_div{
        padding: 20px;
    }

    .contact_ul{
        padding: 0;
    }

}

@media (max-width: 375px){
    .social-list{
        margin-top: 0px;
        float: unset;
        text-align: center;
    }

    .partner-list{
        float: unset;
    }

    .contact_div{
        padding: 20px;
    }

    .contact_ul{
        padding: 0;
    }

}

@media (max-width: 320px) {
    .marquee{
        animation: marquee 10s linear infinite;
        -webkit-animation: marquee 10s linear infinite;
    }

    @keyframes marquee {
        0% {
            text-indent: 320px;
        }
        100% {
            text-indent: -640px;
        }
    }

    @-webkit-keyframes marquee {
        0% {
            text-indent: 320px;
        }
        100% {
            text-indent: -640px;
        }
    }
}


