﻿@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSans-Bold-web.eot');
    src: url('../fonts/IRANSans-Bold-web.eot?#iefix') format('eot'), url('../fonts/IRANSans-Bold-web.woff2') format('woff2'), url('../fonts/IRANSans-Bold-web.woff') format('woff'), url('../fonts/IRANSans-Bold-web.ttf') format('ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Vazir-FD';
    src: url('../fonts//Vazir-FD.woff'), /* IE9 Compat Modes */
    url('../fonts/Vazir-FD.woff?#') format('eot'), /* IE6�8 */
    url('../fonts/Vazir-FD.woff') format('truetype'), /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
    url('../fonts/Vazir-FD.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ 
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: IRANYekan;
    src: url("../fonts/iranyekanwebregular.0f8cf57b.eot") format("embedded-opentype"), url("../fonts/iranyekanwebregular.e31c09af.woff2") format("woff2"), url("../fonts/iranyekanwebregular.534fe99e.woff") format("woff"), url("../fonts/iranyekanwebregular.1d0667f5.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    --bcolor: #007aff;
    --ocolor: #ff7a00;
}
.selectedItemParent {
    color: var(--blue) !important;
    border-bottom: 3px solid var(--bcolor);
}
.embed-responsive-item {
    width: 100%;
    min-height: 500px;
}
.selectedItem {
    background-color: var(--bcolor) !important;
    color: white !important;
    border-radius: 5px;
}
a {
    text-decoration: none;
}
.back-hover {
    cursor: pointer;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}

    .back-hover:hover .text-color, .back-hover:hover .fa, .back-hover:hover .fa-5x {
        color: white !important;
        font-weight: 500 !important;
    }
    .back-hover:hover {
        background-color: var(--bcolor);
        border-radius:10px;
        color: white !important;
        font-weight: 500 !important;
    }
        .back-hover:hover img {
            filter: brightness(0%) invert(1);
        }
.border-right {
    border-right: 1px solid rgba(222, 226, 230, 0.8) !important;
}
.border-right:nth-of-type(7) {
    border-right: 0 !important;
}  
    .border-right:first-of-type {
        border-right: 0 !important;
    }
.back-hover.border-right.cms-plugin-style:nth-child(n+7) {
    border-bottom: 0 !important;
}

@media (max-width: 1200px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1200px)  {
    .border-right:nth-of-type(4) {
        border-right: 0 !important;
    }  
   
}



.bcolor {
    color: var(--bcolor);
}

.ocolor {
    color: var(--ocolor);
}

* {
    font-family: 'Vazir-FD';
    font-size: 11px;
}

.navbar .megamenu {
    padding: 1rem;
}

.navbar {
    padding-bottom: 0.1rem;
}

    .navbar * {
        font-family: 'Vazir-FD' !important;
        font-size: 14px !important;
    }
    .navbar .fa {
        font-family: "Font Awesome 6 Pro" !important;
        font-size: 14px !important;
    }
.nav-mitem {
    box-shadow: inset 0 -4px 0 0 white;
}

.nav-item-child::before {
    background-image: url('../themesh/img/logo.png');
    content: ' ';
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    float: right;
    margin: 0px 0px 0px 12px;
}

.nav-item-child {
    padding: 10px;
}

.nav-mitem:active {
    box-shadow: inset 0 -4px 0 0 #007aff;
}

.nav-mitem:hover {
    box-shadow: inset 0 -4px 0 0 #007aff;
}

.nav-mitem.dropdown-toggle.show {
    border-radius: 10px 10px 0 0;
    background-color: #007aff;
    box-shadow: inset 0 -4px 0 0 #007aff;
    color: white;
}

.megamenu {
    border-radius: 0 0 10px 10px;
    background-color: white;
    border-top: 5px solid #007aff;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*    width: 900px !important; 
    position: absolute;*/
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

#carouselExampleDark::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="white" d="M0,0 C360,160 1080,160 1440,0L1440,320L0,320Z"></path></svg>') no-repeat top;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: auto;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    top: 20.25rem;
    color: #fff;
    text-align: center;
}

.carousel-indicators {
    bottom: 100px;
}

.sectionIcons {
    position: relative;
    bottom: 0px;
    top: -80px;
}
#searchdiv1 {
    max-width: 660px;
    margin: 0px auto;
    position: relative;
    bottom: 0px;
    top: -40px;
}
/*@media (min-aspect-ratio: 2/1) { 
    .sectionIcons {
        position: relative;
        bottom: 0px;
        top: -188px;
    }
    .carousel-indicators {
        top: -188px;
    }
    #searchdiv1 { 
        top: -100px;
    }
}*/
.sectionbgpattern {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5)), url('../themesh/img/patern2.png');
}

@media(max-width: 550px) {
    .sectionIcons {
        top: 0px;
    }

    #carouselExampleDark::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: none;
        background-size: cover;
    }
}

.electronicLogo {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    padd1ing: 10px;
    border-radius: 10px;
    text-align: center;
}

.part-of-service {
    transition: all 2s;
    padding: 20px !important;
    border-left: 1px solid #D1D1D1;
}

.bluesec a {
    color: #007aff;
    font-family: 'Vazir-FD';
}

.graysec {
    color: #9A9EA5;
    font-family: 'Vazir-FD';
    font-size: 9px;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sectionwbg {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../themesh/img/bgback.jpg');
}

.departments {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../themesh/img/bgback2.jpg');
}

.boxElectronic {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    border-radius: 5px;
    padding: 0px;
    overflow: hidden;
    font-family: 'Vazir-FD';
    color: #666;
}

.boxElectronicRight {
    background-color: #007aff;
    padding: 15px;
    height: 100%;
    width: 70px;
    text-align: center;
}

.boxElectronicRighticongray {
    color: gray;
    font-size: 70px;
    opacity: 0.6;
    padding: 0px 0px 10px 0px;
}

.boxElectronicRighticon {
    color: #fff;
}

.boxElectronicRight img {
    height: 37px;
}

.boxElectronicLeft {
    padding: 25px 10px;
}

.boxElectronic {
    cursor: pointer;
    margin: 10px;
    transition: all 0.8s;
    width: 300px;
    height: 70px;
}

    .boxElectronic:hover {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
        width: 307px;
        background-image: linear-gradient(to right,#ff7a00, #ff7a00 );
        color: #fff;
        background-position: 80% 100%;
    }

        .boxElectronic:hover.boxElectronicRighticon {
            color: #007aff;
        }

        .boxElectronic:hover .boxElectronicRight {
            background-color: transparent;
        }

        .boxElectronic:hover .boxElectronicLeft a {
            color: #fff;
        }

.boxElectronicLeft a {
    color: #666;
}

.boxElectronic a {
    font-family: 'Vazir-FD';
    font-size: 14px;
}
/*=============================*/
.job-item {
    background-color: #fff;
    /*border:1px solid #ccc;*/
}

.job-tab .nav-tabs {
    margin-bottom: 60px;
    border-bottom: 0;
}

    .job-tab .nav-tabs > li {
        float: none;
        display: inline;
    }

    .job-tab .nav-tabs li {
    }

        .job-tab .nav-tabs li:last-child {
            margin-right: 0;
        }

.job-tab .nav-tabs {
    position: relative;
    z-index: 1;
    display: inline-block;
}

    .job-tab .nav-tabs:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        z-index: -1;
    }




    .job-tab .nav-tabs > li a {
        display: inline-block;
        background-color: var(--bcolor);
        color: white;
        border: none;
        border-radius: 3px;
        font-size: 14px;
        padding: 10px 50px;
        width: 200px;
        text-decoration: none;
    }

        .job-tab .nav-tabs > li > a.active,
        .job-tab .nav-tabs > li a.active > :focus,
        .job-tab .nav-tabs > li > a.active:hover,
        .job-tab .nav-tabs > li > a:hover {
            border: none;
            background-color: var(--ocolor);
            color: #fff;
        }

.job-item {
    border-radius: 3px;
    position: relative;
    margin-bottom: 3px;
    z-index: 1;
}

.job-tab .nav-tabs li {
    background-color: var(--bcolor);
}

.job-item .btn.btn-primary {
    text-transform: capitalize;
}

.job-item .job-info {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    padding: 20px 25px 20px;
}

.job-info .company-logo {
    margin-bottom: 30px;
}

.job-info .tr-title {
    margin-bottom: 15px;
}

    .job-info .tr-title span {
        font-size: 14px;
        display: block;
    }

    .job-info .tr-title a {
        color: #000;
    }

        .job-info .tr-title a:hover {
            color: #008def;
        }

.job-info ul {
    margin-bottom: 30px;
}

.job-meta li,
.job-meta li a {
    color: #646464;
}

    .job-meta li a:hover {
        color: #008def;
    }

.job-meta li {
    font-size: 12px;
    margin-bottom: 10px;
}

    .job-meta li span i {
        color: #000;
    }

    .job-meta li i {
        margin-right: 15px;
    }

.job-item .time {
    position: relative;
}

    .job-item .time:after {
        position: absolute;
        content: "";
        bottom: 35px;
        left: -50px;
        width: 150%;
        height: 1px;
        background-color: #f5f4f5;
        z-index: -1;
    }

.job-item:hover .time,
.job-item:hover .time:after {
    opacity: 0;
}

.job-item .time span {
    font-size: 12px;
    color: #bebebe;
    line-height: 25px;
}

.job-item .btn.btn-primary,
.role .btn.btn-primary,
.job-item .time a span {
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 10px;
    font-size: 12px;
}

.job-item .time a span {
    color: #fff;
    background-color: #f1592a;
    border-color: #f1592a;
}

    .job-item .time a span.part-time {
        background-color: #00aeef;
        border-color: #00aeef;
    }

    .job-item .time a span.freelance {
        background-color: #92278f;
        border-color: #92278f;
    }

.job-item .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #008def;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}

.job-item:hover .item-overlay {
    opacity: 1;
}

.item-overlay .job-info {
    padding: 25px 25px 40px;
    overflow: hidden;
}

.item-overlay .btn.btn-primary {
    background-color: #007bd4;
    border-color: #007bd4;
    margin-bottom: 10px;
}

.item-overlay .job-info,
.item-overlay .job-info ul li,
.item-overlay .job-info ul li i,
.item-overlay .job-info .tr-title a {
    color: #fff;
}

.job-social {
    margin-top: 35px;
}

    .job-social li {
        float: left;
    }

        .job-social li + li {
            margin-left: 15px;
        }

        .job-social li a i {
            margin-right: 0;
            font-size: 14px;
        }

        .job-social li a {
            width: 35px;
            height: 35px;
            text-align: center;
            display: block;
            background-color: #007bd4;
            line-height: 35px;
            border-radius: 100%;
            border: 1px solid #007bd4;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .job-social li:last-child a {
            background-color: #fff;
        }

            .job-social li:last-child a i {
                color: #008def;
            }

        .job-social li a:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            border-radius: 100%;
            background-color: #008def;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        .job-social li a:hover:before {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            padding: 5px;
        }

        .job-social li a:hover {
            border-color: #fff;
        }

            .job-social li a:hover i {
                color: #fff;
            }

.tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sec5 {
    background-color: var(--bcolor);
}


.img-hover {
    opacity: 0;
    width: 0;
    height: 0;
}

.part-of-service {
    cursor: pointer;
}

    .part-of-service:hover .img-hover {
        opacity: 1;
        width: 64px;
        transition: .4s;
        height: 64px;
        position: relative;
        right: 2px;
    }

    .part-of-service:hover .main-img {
        opacity: 0;
        width: 0;
        transition: 0.4s;
        height: 64px;
    }

.main-img {
    color: var(--bcolor) !important;
    width: 64px;
    height: 64px;
}

.part-of-service:hover p {
    color: var(--ocolor) !important;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}
/*===============================================================News Sec*/
.title_style {
    background-image: url(../themesh/img/title-back-image.png);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 102px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    background-position: center;
    padding-top: 30px;
}

.news_box_center .box_text {
    width: 100%;
	  height: 92px;
	  padding: 30px;
	  position: relative;
	  margin: 0 auto;
	  z-index: 999;
	  background: #ffffff;
	  border: 1px solid #e8f9fd;
	  box-shadow: 0px 15px 30px rgba(33, 85, 205, 0.15);
	  border-radius: 5px;
	  top: 50px;
    inset-inline-end: 50%;
    transform: translate(-50%, -50%);
}
/*===============================================================News Sec*/

.Introduction {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    height: 450px;
    background: linear-gradient(180deg, #F8F8F8 0%, #FFFFFF 100%);
    border: 1px solid rgba(220, 220, 220, 0.3);
    box-shadow: 0px 30px 60px rgba(33, 85, 205, 0.15), inset 0px 4px 250px rgba(121, 218, 232, 0.1);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    height: 316px;
}

.prn__text_box {
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.box_description__top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    align-items: start;
}

.box_description {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin: 0 auto;
}

.Introduction .box_description p {
    text-align: justify;
    font-size: 1.6rem;
    font-weight: 400;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    color: var(--primary-color);
    line-height: 24px;
    max-width: 590px;
}

.Introduction .box_description h4 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2155cd;
    line-height: 50px;
    margin-bottom: 15px;
}

.Introduction img {
    height: 100%;
    width: 100%;
    max-width: 550px;
    object-fit: cover;
}

.Introduction img {
    height: 100%;
    width: 100%;
    max-width: 550px;
    object-fit: cover;
}

@media (min-width: 992px) and (max-height: 920px) {
    .Introduction img {
        max-width: 325px;
    }
}


#sec7 {
    background-color: rgb(245, 245, 245);
    padding-top: 50px;
    padding-bottom: 100px;
}

.allsections {
    padding-top: 35px;
    padding-bottom: 35px;
}

#sec7 {
    clip-path: ellipse(90% 100% at 48% 100%);
}

#sec8 {
    clip-path: ellipse(90% 100% at 48% 100%);
    margin-top: -50px;
    box-shadow: 0px 0px 8px var(--ocolor);
}

@media (max-width: 550px) {

    #sec7 {
        clip-path: ellipse(210% 100% at 50% 100%);
    }

    #sec8 {
        clip-path: ellipse(210% 100% at 50% 100%);
        margin-top: -50px;
        box-shadow: 0px 0px 8px var(--ocolor);
    }

    .boxElectronic {
        margin: 2px;
    }

    .boxElectronicLeft {
        padding: 15px;
    }

    .boxElectronicRight {
        padding: 5px;
    }

    .boxElectronic {
        height: 50px;
    }
}

#sec8 {
    background-color: var(--bcolor);
    padding-top: 50px;
}

#orange {
    clip-path: ellipse(63% 92% at 50% 7%);
}


.button-group#orange .button {
    background: var(--ocolor);
    width: 220px;
    height: 60px;
    padding: 20px;
    display: inline-block;
    margin: 0 -3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 122, 0, 0.4);
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.9), 0px 10px 10px 0 rgba(111, 111, 111, 0.4);
}

    .button-group#orange .button span {
        text-align: center;
        margin: 10px 0 20px 0;
        display: block;
        font-size: 32px;
        text-shadow: none;
    }

    .button-group#orange .button:hover {
        background: #CA4B1E;
        cursor: pointer;
    }

    .button-group#orange .button.active {
        text-shadow: 0 0 10px #fff;
        color: #fff;
        box-shadow: inset 0px 5px 10px 5px rgba(162, 63, 24, 0.9);
    }

        .button-group#orange .button.active span {
            text-shadow: 0 0 20px #fff;
        }

.btnbg {
    background-image: url(../themesh/img/ibg.png);
    width: 110px;
    height: 110px;
    border: none;
    background-size: cover;
    background-position: center;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: block;
    padding: 30px 10px 5px 10px;
    margin: 0 auto;
    color: #ccc;
}

    .btnbg * {
        font-size: 45px;
    }

    .btnbg:hover {
        background-image: url(../themesh/img/ibg2.png);
        color: #fff;
    }

.boxalert {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ccc;
    min-height: 200px;
    padding: 10px;
    margin-top: 50px;
    vertical-align: central;
    padding-top: 40px;
}

.boxalert2 {
    background-color: #eeeeee;
    padding: 70px 10px;
}

.boxalert3 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ccc;
    min-height: 200px;
    padding: 10px;
    margin-top: 50px;
    vertical-align: central;
    padding-top: 40px;
    background-image: url('../themesh/img/pattern1.jpg');
}

.ow_mng {
    text-align: center;
}

.boxwithimage {
    padding: 30px;
    background-image: url('../themesh/img/patern2.png');
    border-radius: 10px;
    height: 300px;
    margin: 70px 0 20px 0;
}

.boxwithimageright {
    /*background-image: url('../themesh/img/patern2.png');*/
    border-radius: 10px;
    min-height: 300px;
    margin: 50px auto;
    /*clip-path: circle(107.2% at 0% 99%);*/
}

.boxwithimageleft { 
    /*background-image: url('../themesh/img/patern2.png');*/
    border-radius: 10px;
    min-height: 300px;
    margin: 50px auto;
    /*clip-path: circle(107.2% at 100% 99%);*/
}
.see-of {
    background-color: #C7C8CA;
    border-radius: 8px;
}
.footersec1 {
    margin-top: 50px;
    text-align: center;
    padding-top: 20px;
}


.secnews {
    margin-top: 101px;
    height: 350px;
}


@media (max-width: 550px) {


    .footersec1 {
        margin-top: 5px;
        padding-top: 5px;
    }

    .secnews {
        margin-top: 5px;
        height: 350px;
    }

    .allsections {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .boxwithimageright {
        clip-path: none;
        margin: 5px auto;
        min-height: auto;
    }

    .boxwithimageleft {
        clip-path: none;
        margin: 5px auto;
        min-height: auto;
    }

    .boxwithimage {
        margin: 5px auto;
        min-height: auto;
    }

    .Introduction {
        height: auto;
    }
    .boxElectronicRighticongray {
        display:none;
    }
}

.linksdiv {
    padding: 7px;
    color: white !important;
}

    .linksdiv a {
        padding: 7px;
        color: white !important;
    }

    .linksdiv:hover {
        border-bottom: 1px solid white;
    }
.image-container {
    position: relative;
    width: 100%; /* make the container responsive */
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* object-fit: cover; */
}

.original-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}