﻿@import url(fonts.css); /*font import*/

html,
body {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    direction: ltr;
}

body.rtl {
    font-family: iranian_sans;
    font-family: yekan;
    text-align: right;
    direction: rtl;
}

body {
    background-color: #f5f5f5;
    overflow-x: hidden;
}

a {
    display: inline-block;
}

label {
    margin: 0;
}

img {
    max-width: 100%;
}

i {
    font-style: normal;
}

a:focus,
button:focus,
input:focus {
    outline: none;
}

a:not(.disabled) label {
    cursor: pointer;
}

li {
    list-style: none;
}

a {
    color: #888;
}

    a:hover {
        text-decoration: none;
    }

ul {
    padding: 0;
    margin: 0;
}

::placeholder {
    color: #8d8d8d;
    font-size: 15px;
}

.dir-ltr {
    direction: ltr;
}

.container-manual {
    max-width: 1600px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

    .container-manual.container-manual-small {
        max-width: 1200px;
    }

.row-manual {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*#region header */
.header-site {
    width: 100%;
    height: 90px;
    min-height: 90px;
    display: inline-block;
    margin-bottom: -90px;
    overflow: hidden;
}

    .header-site .menu-content {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        background-color: #0008;
        color: #fff;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
        z-index: 2;
        padding: 5px 10px;
    }

        .header-site .menu-content.fixed {
            z-index: 3;
            top: 0;
            position: fixed;
            background-color: #fff;
            -moz-box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
            -webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
            box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
        }

.menu-content .container-manual {
    position: relative;
    -webkit-align-items: unset;
    align-items: unset;
}

.menu-content ul {
    min-height: 50px;
    -webkit-align-items: unset;
    align-items: unset;
}

    .menu-content ul > li {
        margin-left: 10px;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
    }

        .menu-content ul > li a {
            padding: 10px 15px;
            font-size: 14px;
            color: #fff;
        }

.fixed.menu-content ul > li a {
    color: #525252;
}

.menu-content .logo {
    margin-left: 30px;
}

    .menu-content .logo a {
        max-width: 120px;
    }

.menu-content.fixed > ul > li a {
    color: #525252;
}

.sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    right: 0;
    background-color: #fff;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    -moz-box-shadow: 0 8px 12px -3px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 8px 12px -3px rgb(0 0 0 / 50%);
    box-shadow: 0 8px 12px -3px rgb(0 0 0 / 50%);
    padding: 10px 20px;
    display: none;
}


    .sub-menu nav {
        -webkit-align-items: unset;
        align-items: unset;
    }

    .sub-menu ul {
        width: 33.33%;
    }

        .sub-menu ul li.title {
            font-size: 20px;
            color: #000;
            margin-bottom: 10px;
            padding: 10px 0;
        }

        .sub-menu ul li a {
            /*padding: 10px 5px;*/
            font-size: 15px;
            padding: 10px 15px;
            display: inline-block;
            width: 100%;
            color: #000;
        }

            .sub-menu ul li a:hover {
                background-color: #f8f8f8;
            }



.image-header-content,
.image-header-content .swiper-slide,
.image-header-content a,
.image-header-content,
.image-header-content .swiper-container {
    width: 100%;
    height: 100%;
}

.image-header-content a {
    background-size: 100% 100%;
    background-position: center center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.caption-slide {
    width: 767px;
    max-width: 100%;
    margin: auto;
}

    .caption-slide h1 {
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 25%);
        text-align: center;
        margin-bottom: 22px;
    }

    .caption-slide h5 {
        font-size: 22px;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 25%);
        text-align: center;
        color: #fff;
        font-weight: 700;
    }
/*#endregion header */
/*#region content site */

.text-input {
    padding: 10px 15px;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    margin-right: 10px;
    width: 100%;
    padding: 12px 15px 11px 15px;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    text-align: left;
}

    .text-input::placeholder {
        color: #8d8d8d;
        font-size: 13px;
        text-align: right;
    }

.btn-manual {
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    background-color: #ed0026;
    color: #fff;
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0 5px 5px 0;
}

.inputs-content {
    padding: 50px 15px;
}

.rtl .text-input {
    border-right: 1px soli\\;
    border-radius: 0 5px 5px 0\\;
    border-right: 1px solid #d8d8d8;
    padding: 11px 15px;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
.rtl .btn-manual {
    border-radius: 5px 0 0 5px;
}

.tracking-content {
    padding: 40px 25px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .tracking-content > * {
        width: 100%;
    }

    .tracking-content .icon {
        margin: auto;
        width: 150px;
        height: 150px;
        background-image: url(../images/pickup.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .tracking-content .inputs {
        margin-top: 20px;
    }

        .tracking-content .inputs h2 {
            font-size: 23px;
            font-weight: bold;
            color: #ff0025;
            text-align: center;
        }

        .tracking-content .inputs h5 {
            font-size: 16px;
            color: #858585;
            text-align: center;
            font-weight: normal;
            margin-top: 15px;
            margin-top: 10px;
            margin-bottom: 15px;
        }

.btn-tracking-content .text {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.btn-tracking-content .btn-manual {
    width: 100%;
    /* -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; */
    padding: 10px 15px;
    font-size: 17px;
}

/*#region numbers status */

.section-numbers-status {
    background-image: url(../images/shoar.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
}

    .section-numbers-status::after,
    .about-content::after {
        background-color: rgba(0,0,0,.8);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        content: " ";
    }

    .section-numbers-status .row-manual {
        height: 550px;
        z-index: 2;
        position: relative;
    }

    .section-numbers-status .column-status {
        width: 25%;
        padding: 10px 15px;
    }

.circle-content {
    width: 200px;
    height: 200px;
    padding: 10px 20px;
    border: 10px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin: auto;
}

    .circle-content p {
        margin: 0;
    }

.section-numbers-status .caption {
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
/*title*/
.title-row {
    text-align: center !important;
    padding: 100px 30px 60px;
}

    .title-row h1 {
        position: relative;
        width: auto;
        max-width: 100%;
        display: inline-block;
        text-align: center;
        margin: auto;
        font-size: 30px;
        color: #552525;
        background-color: transparent;
        font-weight: bold;
    }

        .title-row h1::after,
        .title-row h1::before {
            top: 50%;
            background-color: #ef2515;
            content: " ";
            width: 200px;
            display: inline-block;
            position: absolute;
            height: 4px;
        }

        .title-row h1::after {
            right: 120%
        }

        .title-row h1::before {
            left: 120%
        }

    .title-row.white-text h1 {
        color: #fff
    }

        .title-row.white-text h1::after,
        .title-row.white-text h1::before {
            background-color: #fff;
        }

    .title-row h1 label {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #552525;
        background-color: #e9e9e9;
        display: inline-block;
        margin: auto;
        padding: 10px 20px;
        font-size: 25px;
    }

.description-short {
    background-color: #e9e9e9;
    background-image: url(https://skyexpress.co/content/uploadedimage/5f72e7f5-f70f-48a1-a460-72359143f3aa_drugs.jpg);
    background-position: right top;
    background-size: 50%;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100px;
    min-height: 500px;
}

body.rtl .description-short {
    background-position: left top;
}

.desc-title h1 {
    font-size: 25px;
    margin-bottom: 25px;
    color: #222;
    font-weight: bold;
}

.desc-title p {
    line-height: 1.5;
    color: #525252;
    font-weight: 700;
}

.about-content {
    background-color: #f8d5f8;
    background-image: url(../images/about.jpg);
    min-height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
}

    .about-content .title-row,
    .about-content .about-row {
        position: relative;
        z-index: 2;
    }

    .about-content::after {
        background-color: rgb(0 0 0 /50%);
    }

    .about-content .about-row p {
        font-size: 22px;
        color: #f8f8f8;
        font-weight: 700;
        text-shadow: rgb(0 0 0 / 80%) 5px 0px 10px,rgb(0 0 0 / 30%) 5px 5px 10px;
    }

.description-inport-export {
    padding: 50px 15px;
    background-color: #fff;
    text-align: center;
}

.rounded-circle {
    margin: auto;
    width: 150px;
    height: 150px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    -moz-box-shadow: 0 0 12px 0px #000;
    -webkit-box-shadow: 0 0 12px 0px #000;
    box-shadow: 0 0 12px 0px #000;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
}

    .rounded-circle:hover {
        background-color: #fff;
        border-color: #77145D;
        color: #77145D
    }

.description-inport-export .info {
    margin-top: 15px;
    text-align: center;
}

    .description-inport-export .info h1 {
        font-weight: bold;
        font-size: 22px;
        color: #77145D;
        text-align: center;
        text-shadow: 0 0 0 rgb(0 0 0 /60%);
    }

    .description-inport-export .info p {
        font-size: 18px;
        color: #585858;
    }

/* contact */
.contact-content {
    padding: 50px 15px;
}

    .contact-content .title-row {
        padding-top: 0;
    }

.contact-row .info p {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

    .contact-row .info p label {
        font-size: 15px;
        color: #858585;
        margin-left: 5px;
        max-width: 170px;
    }

        .contact-row .info p label i {
            color: #525252;
            font-size: 22px;
            margin-left: 5px;
        }

    .contact-row .info p span {
        max-width: calc(100% - 170px);
    }

    .contact-row .info p.shared {
        -webkit-align-items: center;
        align-items: center;
    }

        .contact-row .info p.shared label {
            font-size: 18px;
        }

.share-content {
    margin-right: 10px;
}

    .share-content a {
        padding: 7px 10px;
        background-color: #888;
        border: 1px solid #ededed;
        color: #fff;
        margin-left: 10px;
        display: inline-block;
        font-size: 25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .share-content a:hover {
            background-color: #77145D;
        }

.map {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dedede;
}

footer {
    padding: 20px;
    background-color: #eee;
}

    footer p {
        margin: 0;
        font-size: 16px;
        color: #858585;
        text-align: center;
    }

        footer p i {
            font-size: 22px;
            margin-left: 15px;
        }
/*#endregion */
/*#endregion */
/*#region small display */

@media only screen and (max-width: 991px) {
    .image-header-content {
        height: 800px;
    }

    body {
        background-color: #f5f5f5;
    }

    .section-numbers-status .column-status {
        width: 50%;
    }

    .section-numbers-status .row-manual {
        height: 330px;
    }

    section {
        overflow: auto;
        overflow-x: hidden;
    }
    /*menu*/
    .menu-content .container-manual {
        display: block;
        position: fixed;
        background-color: rgb(0 0 0 /60%);
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

        .menu-content .container-manual.opened {
            display: block;
        }

        .menu-content .container-manual .logo {
            display: none;
        }

        .menu-content .container-manual > ul {
            width: 300px;
            max-width: 90%;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            background-color: #fff;
            border-left: 1px solid #dedede;
            display: block;
            overflow: auto;
        }

    .menu-content ul > li {
        position: relative;
        display: block;
        width: 100%;
    }

    .menu-content ul li a {
        color: #858585;
        padding-right: 50px;
        width: 100%;
    }

        .menu-content ul li a.more {
            position: absolute;
            right: 10px;
            top: 5px;
            width: auto;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: 1px solid #dedede;
            font-size: 16px;
            padding: 6px;
            line-height: 1;
        }

            .menu-content ul li a.more:hover,
            .menu-content ul li a.more.active {
                background-color: #77145D;
                color: #fff;
            }

    .sub-menu {
        position: unset;
        background-color: #f0f0f1;
    }

        .sub-menu.opened {
            display: block;
        }

        .sub-menu nav {
            display: block;
        }

        .sub-menu ul {
            width: 100%;
        }

            .sub-menu ul li.title {
                font-size: 17px;
                margin-bottom: 0;
            }

            .sub-menu ul li a {
                padding: 5px 10px;
            }

    .manu-bar-content {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

        .manu-bar-content a.menu {
            font-size: 20px;
            background-color: #fff;
            color: #000;
        }

        .manu-bar-content a.logo {
            max-width: 70px;
            margin: 0;
        }

    .inputs-content .col-sm-12 {
        margin-top: 20px;
    }

    .contact-row {
        text-align: center;
    }

        .contact-row .info p label {
            max-width: unset;
            width: 100%;
            font-size: 22px;
            color: #000;
            font-weight: bold;
            text-align: center;
        }

        .contact-row .info p span {
            max-width: unset;
            width: 100%;
            font-size:20px;
            font-weight:700;
            text-align:center;
        }
        .contact-row .info p a {
            margin:auto;
        }
        .description-short{
            background-position: bottom;
            background-size: 80%;
        }
        .desc-title p{
            color: #123;
            text-shadow: 0 0 7px white;
        }
        .btn-tracking-content .btn-manual{
            padding:9px 15px;
        }
        .desc-title h1{
            font-size: 22px;
            margin-bottom: 10px;
        }
}

@media only screen and (max-width: 767px) {
    .image-header-content {
        height: 350px;
    }

    .circle-content {
        width: 100px;
        height: 100px;
        font-size: 22px;
    }

    .inputs-content {
        padding: 10px 0;
    }

    .title-row {
        padding: 50px 20px 30px;
    }

    .description-inport-export .col-4 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .description-inport-export .col-4:last-of-type {
            -ms-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .title-row h1::before,
    .title-row h1::after {
        content: unset;
    }

    .description-inport-export .info p {
        font-size: 13px;
    }

    .caption-slide {
        padding: 10px;
    }

        .caption-slide h1 {
            font-size: 28px;
        }

        .caption-slide h5 {
            font-size: 20px;
        }

    .description-short {
        padding-bottom: 50px;
        min-height: unset;
    }

    .contact-row .info p.shared {
        display: block;
    }

        .contact-row .info p.shared > * {
            width: 100%;
            max-width: 100%;
            text-align: center;
        }

    .share-content {
        margin-top: 10px;
    }

        .share-content a {
            margin: auto;
        }

    .rounded-circle {
        width: 100px;
        height: 100px;
    }

    .about-content .title-row h1 {
        font-size: 23px;
    }

    .about-content .about-row p {
        font-size: 16px
    }

    .about-content {
        height: 300px;
    }
}

/*#endregion */

.badge.badge-custom {
    padding: .5em .6em .1em;
}

.secondary-content {
    color: #777777;
    font-weight: bold;
    font-size: 80%;
    font-style: italic !important;
}

.track-part-number {
    margin: -10px 0;
    font-size: 150%;
}

#language-menu {
    flex-direction: row-reverse;
    align-self: flex-start;
    flex-grow: 1;
    margin: 0;
}
