@font-face {
    font-family: Yekan;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 05\ Medium.ttf");
    font-weight: normal;
}

@font-face {
    font-family: Yekan1;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 07\ Heavy.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Yekan-bold;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 06\ Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-Light.eot");
    src: url("../fonts/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Light.woff2") format("woff2"), url("../fonts/Vazir-Light.woff") format("woff"), url("../fonts/Vazir-Light.ttf") format("truetype");
    font-weight: 300;
}


/*---------------------------------- End of fonts ---------------------------------- */


/* body {
    font-family: "Yekan", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Yekan", sans-serif !important;
}

.bbody {
    font-family: "Yekan", Arial, sans-serif;
    font-weight: normal;
} */

.textdec {
    text-decoration: none !important;
}

.text-blue {
    color: #78acf1;
}

.text-orange {
    color: #f9a828;
}

.text-pink {
    color: #d92f89;
}


/* header */

@media (min-width: 991px) {
    header {
        background-color: #fff;
        position: relative;
        margin-bottom: 70px !important;
    }
    header .time-zone {
        background-color: #f47721;
        position: absolute;
        padding: 0px 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        padding-top: 12px;
    }
    header .time-zone h6 {
        font-size: 14px;
        color: #fff;
    }
    header .fa-bars {
        display: none;
    }
    header .logo img {
        width: 90px;
    }
    header .links {
        display: flex;
        align-items: center;
    }
    header .links a {
        font-size: 18px;
        color: #161616;
        font-weight: 400;
        text-decoration: none;
        margin-right: 25px;
        position: relative;
    }
    header .links a::before {
        content: "";
        position: absolute;
        bottom: -10px;
        width: 0%;
        right: -6%;
        height: 2px;
        background-color: #f47721;
        transition: all 400ms;
    }
    header .links a:hover::before {
        width: 112%;
        left: -6%;
        transition: all 300ms;
    }
    header .links a img {
        width: 20px;
        margin-top: -5px;
    }
    header .links .link-menu {
        position: relative;
        padding: 20px 0px;
    }
    header .links .link-menu:hover .sub-menu {
        display: block;
    }
    header .links .link-menu .sub-menu {
        color: #000000;
        background-color: #efefef;
        width: 230px;
        padding-right: 10px;
        padding-bottom: 25px;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 1px;
        margin-left: 0px;
        border-radius: 0px;
        position: absolute;
        top: 90%;
        left: -20px;
        display: none;
        padding-top: 15px;
        z-index: 10;
    }
    header .links .link-menu .sub-menu a {
        font-size: 18px;
        color: #000000;
        text-transform: uppercase;
        margin-top: 5px;
        margin-bottom: 5px;
        border-style: solid;
        border-bottom-width: 3px;
        border-color: transparent;
        display: block;
        width: 100%;
        padding-left: 10px;
    }
    header .links .link-menu .sub-menu a::before {
        content: "";
        position: absolute;
        bottom: -5px;
        width: 0%;
        left: 0%;
        height: 3px;
        background-color: #f47721;
    }
    header .links .link-menu .sub-menu a:hover::before {
        width: 100%;
    }
    header .btn-div a {
        text-decoration: none;
        font-size: 18px;
        color: #ffffff;
        background-color: #f47721;
        padding: 15px 10px;
        border-width: 1px;
        border-color: #f47721;
        display: flex;
        align-items: center;
        width: 189px;
        justify-content: center;
        font-weight: 700;
        padding-top: 18px;
    }
    header .btn-div a:hover {
        background-color: #1c2e5b;
    }
    header .btn-div a img {
        width: 20px;
        margin-right: 5px;
        margin-top: -5px;
    }
}

@media (max-width: 991px) {
    header {
        background-color: #f47721;
        position: relative;
    }
    header .time-zone {
        background-color: #f47721;
        position: absolute;
        padding: 0px 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        padding-top: 12px;
    }
    header .time-zone h6 {
        font-size: 14px;
        color: #fff;
    }
    header i {
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }
    header .logo img {
        width: 50px;
    }
    header .links {
        display: none;
        align-items: center;
    }
    header .links a {
        font-size: 18px;
        color: #161616;
        font-weight: 400;
        text-decoration: none;
        margin-right: 25px;
        position: relative;
    }
    header .links a::before {
        content: "";
        position: absolute;
        bottom: -10px;
        width: 0%;
        right: -6%;
        height: 2px;
        background-color: #f47721;
        transition: all 400ms;
    }
    header .links a:hover::before {
        width: 112%;
        left: -6%;
        transition: all 300ms;
    }
    header .logo {
        padding-right: 80px;
    }
    header .links a img {
        width: 20px;
        margin-top: -5px;
    }
    header .links .link-menu {
        position: relative;
        padding: 20px 0px;
    }
    header .links .link-menu:hover .sub-menu {
        display: block;
    }
    header .links .link-menu .sub-menu {
        color: #000000;
        background-color: #efefef;
        width: 230px;
        padding-right: 10px;
        padding-bottom: 25px;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 1px;
        margin-left: 0px;
        border-radius: 0px;
        position: absolute;
        top: 90%;
        left: -20px;
        display: none;
        padding-top: 15px;
    }
    header .links .link-menu .sub-menu a {
        font-size: 18px;
        color: #000000;
        text-transform: uppercase;
        margin-top: 5px;
        margin-bottom: 5px;
        border-style: solid;
        border-bottom-width: 3px;
        border-color: transparent;
        display: block;
        width: 100%;
        padding-left: 10px;
    }
    header .links .link-menu .sub-menu a::before {
        content: "";
        position: absolute;
        bottom: -5px;
        width: 0%;
        left: 0%;
        height: 3px;
        background-color: #f47721;
    }
    header .links .link-menu .sub-menu a:hover::before {
        width: 100%;
    }
    header .btn-div a {
        text-decoration: none;
        font-size: 12px;
        color: #ffffff;
        background-color: #f47721;
        /* padding: 15px 10px; */
        border-width: 1px;
        border-color: #f47721;
        display: flex;
        align-items: center;
        /* width: 189px; */
        justify-content: center;
        font-weight: 700;
        /* padding-top: 18px; */
    }
    header .btn-div a:hover {
        background-color: #1c2e5b;
    }
    header .btn-div a img {
        width: 15px;
        margin-right: 5px;
        margin-top: -5px;
    }
}


/* side-nav */

@media (min-width: 991px) {
    .side-all {
        display: none;
    }
}

@media (max-width: 991px) {
    .side-all {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.466);
        z-index: 10;
    }
    .side-all .fa-times {
        position: absolute;
        left: 50px;
        top: 10px;
        font-size: 25px;
    }
    .side-div {
        width: 291px;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        right: -291px;
        padding: 30px;
        display: block;
        transition: right 300ms;
    }
    .side-div-active {
        right: 0px !important;
        transition: right 300ms;
    }
    .side-div a {
        width: 100%;
        color: #000;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid rgba(167, 167, 167, .2);
        display: flex;
        padding: 10px 20px;
        justify-content: space-between;
        cursor: pointer;
    }
    .side-div .link-menu .sub-menu {
        padding-left: 10px;
        border-left: 4px solid rgba(167, 167, 167, .14);
        display: none;
    }
    .side-div .link-menu .sub-menu a {
        border-bottom: none;
        font-weight: 100;
    }
    .side-div a i {
        font-size: 20px;
        color: #000;
    }
    .side-div .active {
        width: 100%;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid rgba(167, 167, 167, .2);
        display: flex;
        padding: 10px 20px;
        justify-content: space-between;
        background-color: #000;
    }
    .side-div .active i {
        font-size: 20px;
        color: #fff;
    }
    .side-div .social {
        /* display: flex;
        align-items: center;
        justify-content: space-between; */
        position: absolute;
        width: 291px;
        padding: 30px;
        bottom: 0px;
        right: 0px;
        padding-bottom: 20px;
    }
    .side-div .social a {
        text-decoration: none;
        font-size: 15px;
        color: #1c1c1c;
        background-color: rgba(0, 0, 0, 0.04);
        padding: 8px;
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
    }
    .side-div .social p {
        font-size: 12px;
        color: #606060;
        margin-top: 15px;
        text-align: center;
    }
}


/* footer */

@media (min-width: 991px) {
    footer {
        width: 100%;
        margin-top: 200px;
        background-color: #f0f0f0;
        padding: 30px 0 100px;
    }
    footer .link {
        display: block;
    }
    footer .link h6 {
        font-size: 20px;
        color: #161616;
        font-weight: 500;
        margin-bottom: 30px;
    }
    footer .link a {
        font-size: 16px;
        color: #161616;
        font-weight: 500;
        text-decoration: none;
        display: block;
        margin-top: 10px;
    }
    footer .about {
        padding-right: 40px;
    }
    footer .about img {
        width: 66px;
    }
    footer .about p {
        font-size: 16px;
        text-align: justify;
        color: #000;
        padding-left: 20px;
        line-height: 35px;
    }
    footer .about a {
        width: 40px;
        height: 40px;
        background-color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        text-decoration: none;
        color: #fff;
    }
    .copy-right {
        width: 100%;
        background-color: #f47721;
        padding: 0px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .copy-right p {
        font-size: 13px;
        color: #ffffff;
        text-align: center;
        margin-top: 15px;
    }
    .support-div {
        position: fixed;
        left: 20px;
        bottom: 20px;
        cursor: pointer;
    }
    .support-div img {
        width: 60px;
        height: 60px;
    }
    .support-div p {
        background-color: rgb(34, 34, 34);
        border-radius: 10px;
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    footer {
        width: 100%;
        margin-top: 200px;
        background-color: #f0f0f0;
        padding: 30px 0 100px;
    }
    footer .link {
        display: block;
        text-align: center;
        margin-top: 40px;
    }
    footer .link h6 {
        font-size: 20px;
        color: #161616;
        font-weight: 500;
        margin-bottom: 30px;
    }
    footer .link a {
        font-size: 16px;
        color: #161616;
        font-weight: 500;
        text-decoration: none;
        display: block;
        margin-top: 10px;
    }
    footer .about {
        padding-right: 0px;
    }
    footer .about .img {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    footer .about img {
        width: 200px;
    }
    footer .about p {
        font-size: 16px;
        text-align: justify;
        color: #000;
        padding-left: 20px;
        line-height: 35px;
    }
    footer .about a {
        width: 40px;
        height: 40px;
        background-color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        text-decoration: none;
        color: #fff;
    }
    .copy-right {
        width: 100%;
        background-color: #f47721;
        padding: 0px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .copy-right p {
        font-size: 13px;
        color: #ffffff;
        text-align: center;
        margin-top: 15px;
    }
}