@font-face {
    font-family: 'BYekan';
    src: url('../fonts/yekan-400.eot') format('eot'),
        url('../fonts/yekan-400.ttf') format('ttf'),
        url('../fonts/yekan-400.woff') format('woff');
    font-weight: normal;
    font-size: medium;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

html {
    direction: rtl;
    overflow-x: hidden;
}

body {
    font-family: 'BYekan';
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    height: 100vh;
}

a {
    text-decoration: none;
}
.about-us-show li:before {
    content: "\f00c" !important;
    font-family: "Font Awesome 5 Free";
    color: #3856ac;
    font-weight: bold;
    display: inline-block;
    width: 2em;
}

div.content {
    min-height: 55%;

}

.font-custom {
    font-size: 18px;
    color: black;
}


.multi_step_form {
    min-height: 950px;
}

/*======  NAVBAR  ======*/
button.navbar-toggler {
    /* background: #979797; */
    /* position: absolute;
    text-align: center;
    left: 0; */
    position: absolute;
    top: -70px;
    left: 0;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.collapse.show .navbar-nav {
    /* position: absolute; */
    z-index: 999;
    /* background: #3856ac; */
    width: 100%;
    /* box-shadow: 2px 2px 3px #3333; */
    /* padding: 30px 0; */
    margin: 0;
    top: 0;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*======  NAVBAR  ======*/

/**=============== MAIN WRAPPER ======*/
.main-wrapper {
    position: relative;
    height: 100%;
}

.main-content {
    height: 100%;
}

/**=============== MAIN WRAPPER ======*/

/** STEPER **/
fieldset .bg-light-gray {
    min-height: 500px;
}

/** STEPER **/

/**============== PROFILE =====*/
img.profile--avatar {
    margin: 0 auto !important;
    display: block;
}

/**============== PROFILE =====*/

/**======= TRACKING =====*/
.tracking-row {
    /* margin-left: 14px !important; */
}

.tracking .header .border-right {
    border-right: 3px solid #fff;
}

.tracking-row--left-item {}

/**======= TRACKING =====*/

/*===============================  FOOTER START ===========*/

/*=============================== FOOTER END ===========*/



/*** =============== responsive ===============*/

@media screen and (max-width:420px) {
    div.navbar, nav {
        /* width: 100%; */
    }

    /* .navbar-nav {
        position: absolute;
        left: 0;
        width: 100%;
        background: #333;
        top: 28px;
        z-index: 99;
    } */

    .collapse.show .navbar-nav a {
        /* color: #fff; */
    }

    .navbar {
        width: 100%;
        position: relative;
    }

    .swiper .item {
        width: calc(100% - 67%);
    }

    .jobs-homepage .swiper-wrapper {
        max-height: 151px;
        margin-bottom: 13px;
    }

    .swiper-wrapper {
        max-height: 73px;
        margin-bottom: 13px;
    }

    .slider-company img {
        width: 100% !important;
    }

    .slider-company .swiper-slide {
        margin-top: 20px !important;
        margin-bottom: 13px;
    }

    .section-title:after, .section-title:before {
        display: none;
    }
}

@media screen and (min-width:625px) and (max-width: 998px) {
    #msform ul#icons img {
        width: 50%;
    }
}

@media screen and (max-width: 998px) {
    .section-title:after, .section-title:before {
        display: none;
    }

    .multi_step_form #msform fieldset {
        padding: 20px 4px !important;
    }

    .navbar {
        width: 100%;
        position: relative;
    }

    .slider-company {
        position: relative;
    }

    /* button.navbar-toggler {
        width: 10%;
    } */
}

@media screen and (min-width: 998px) {
    .navbar {
        background: none !important;
    }
}