.sticky_header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
  }
.yekan{
    font-family: yekan !important;
}
.vazir{
    font-family: vazir !important;
}
.TNR{
    font-family: "Times New Roman";
}
.rtl{
    direction: rtl !important;
}
.ltr{
    direction: ltr !important;
}
.padding_0{
    padding: 0;
}
.margin_10{
    margin: 10px auto;
}
.padding_10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.box_shadow{
    box-shadow: 0px 2px 5px 0px #cccccc;
}
.dis_none{
    display: none;
}
.tr_50{
    transition: all 0.5s ease !important;
}
body::-webkit-scrollbar{
    width: 10px;
    background: #f5f5f5;
}
body::-webkit-scrollbar-button{
    background: #364a6d;
    width: 10px;
}
body::-webkit-scrollbar-thumb{
    background: #0d152a;
    width: 10px;
}
.red{
    color: #ff0000;
}
.green{
    color: #008000;
}


.bg-dark-tr-30{
    background: #00000030;
}

.bg-dark-tr-50{
    background: #00000050;
}

.bg-dark-tr-70{
    background: #00000070;
}

.bg-dark-tr-80{
    background: #00000080;
}
.color-white{
    color: #ffffff;
}
.hr_2_line{
    height: 3px;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.alert-site-success{
    border-right: 10px solid #10de10;
    border-left: 10px solid #10de10;
}

/*------form----------------*/
.o_form{
    direction: rtl;
    padding: 15px;
    background: #fff;
    border: 1px solid #9c9090cc;
    border-radius: 5px;
}
.o_form p {
    margin: 0;
    text-align: right;
    padding: 7px 0;
    font-size: 14px;
    color: #797979;
}
.o_form p > i{
    margin: 0px 2px 0px 2px;
}
.o_form a{}
.o_form input{}
.o_form textarea{
    height: 150px;
}
.o_form select{}
.o_form select optgroup{}
.o_form select option {}
.o_form button{}

.edit_form{
    direction: rtl;
    padding: 15px;
    background: #fff;
    border: 5px solid #9c9090cc;
    border-radius: 5px;
}
.edit_form p {
    margin: 0;
    text-align: right;
    padding: 7px 0;
    font-size: 14px;
    color: #797979;
}
.edit_form p > i{
    margin: 0px 2px 0px 2px;
}
.edit_form a{}
.edit_form input{}
.edit_form textarea{
    height: 150px;
}
.edit_form select{}
.edit_form select optgroup{}
.edit_form select option {}
.edit_form button{
    width: 250px;
}
.slider_btn{
    padding: 10px 50px;
    border: 2px solid #ccc;
    color: #ccc;
    background: #00000080;
    text-decoration: none !important;
    transition: all 0.5s ease;
}
.slider_btn:hover{
    border-radius: 10px;
    background: #fff;
    border: 2px solid #000;
    color: #616161;
}
/*------------------------ top content ------------------------*/
.header-top-area{
    background: #313131;
}
.top-contact{

}
.top-contact a{
    float: right;
    padding: 5px 0px 5px 15px;
    font-size: 12px;
    font-weight: 300;
    direction: rtl;
    color: #ffffff;
    font-family: vazir;
    text-decoration: none;
}
.top-contact a i{
    float: right;
    color: #f20025;
    margin-left: 5px;
}
.top-contact a:hover{
    color: #cccccc;
}

/*----------------------------------------------------*/
.main-wrapper{
    background: #f5f5f5;
    direction: rtl;
}

/*-------------- Main Menu Css ------------------*/
.header{
    background: #fff;
}
.logo{
    float: left;
}
.logo img {
    float: left;
    width: 100%;
    max-width: 250px;
    padding: 10px;
    margin: 0px auto;
    display: block;
    max-height: 70px;
}

.logo a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.main-menu{
    float: right;
    font-family: vazir;
}
.mobile_menu{
    border: 0;
    background: #efefef;
    color: #000;
    font-family: vazir;
    font-size: 14px;
    margin: 0;
    padding: 24px;
    direction: rtl;
}
#mobile_nav{
    display: none;
}
#desktop_nav{
}
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000000000000000000;
    top: 0;
    right: 0;
    background: -webkit-linear-gradient(10deg, #f2f3f7, #e1e1db);
    background: -o-linear-gradient(bottom right,#f2f3f7,#e1e1db);
    background: -moz-linear-gradient(bottom right,#f2f3f7,#e1e1db);
    background: linear-gradient(to top right,#f2f3f7,#e1e1db);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
    box-shadow: -6px -1px 18px -9px black;
}
.sidenav > a{
    display: block;
    padding: 0 20px;
    font-size: 26px;
    color: #c10a25;
}
.sidenav > ul{
    padding: 0;
    margin: 0;
    text-align: right;
}
.sidenav > ul > li{}
.sidenav > ul > li > a{
    display: block;
    padding: 10px 20px;
    font-family: vazir;
    font-size: 14px;
    color: #313131;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidenav > ul > li > a > i{}
@media screen AND ( max-width: 1225px) {
    #mobile_nav{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    #desktop_nav{
        display: none;
    }
}
@media screen AND ( max-width: 560px) {
    #mobile_nav{
        display: block;
        position: absolute;
        top: -70px;
        right: 0;
    }
}
.mobile_menu > i{margin: 0}
.mobile_menu > span{}

.main-menu > nav{
}
.main-menu > nav > ul{
    padding: 0;
}
.main-menu > nav > ul > li{}
.main-menu > nav > ul > li > a{
    padding: 22px 15px;
    display: block;
    direction: rtl;
    font-size: 16px;
    color: #313131;
    text-decoration: none;
    transition: all 0.5s ease;
}
.main-menu > nav > ul > li > a:hover{
    background: #f5f5f5;
}
.main-menu > nav > ul > li > a > i{}
.main-menu > nav > ul > li > ul{
    width: 200px;
    right: 0;
    padding: 0;
    overflow: visible !important;
}
.main-menu > nav > ul > li > ul > li{}
.main-menu > nav > ul > li > ul > li  a {
    text-align: right;
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #838383;
    text-decoration: none;
    border-bottom: 1px solid #f7f7f7;
}

.dropdown-menu-child-n3 {
    position: absolute;
    width: 200px;
    top: 0;
    right: 200px;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*---------------------slider home page */
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {position:absolute;}
.jssorb032 .i {position:absolute;cursor:pointer;}
.jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#000;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
.jssorb032 .i:hover .b {fill:#000;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .iav .b {fill:#000;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}












/*------------------------------------------------*/
.homepage_section_box{
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.label-box{
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    cursor: default;
}
.top_line_label{
    height: 5px;
    background: #9e9797;
    width: 40%;
    margin: 5px auto;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    transition: all 1s ease;
}
.bottom_line_label{
    height: 5px;
    background: #9e9797;
    width: 30%;
    margin: 5px auto;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    transition: all 0.25s ease;
}
.box_homepage:hover .top_line_label{
    width: 60%;
}
.box_homepage:hover .bottom_line_label{
    width: 40%;
}
/*-------------- about us home page -------------*/
.home_about_us_img{
    width: auto;
    margin: auto;
    display: block;
}


/*---------- article ----------------*/
.art_box{
    padding: 0;
}
.art_img_box{
    width: 100%;
    overflow: hidden;
    height: 250px;
    background: #000000;
    position: relative;
}
.article{
    margin: 5px;
    border: 1px solid #ccc;
    display: block;
    text-decoration: none !important;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.article img{
    width: 100%;
    height: 250px ;
    transform: scale(1);
    opacity: 1;
}
.article > h3{
    margin: 0;
    text-align: justify;
    padding: 10px;
    font-size: 18px;
    color: #646464;
}
.article > p{
    text-align: right;
    padding: 0 10px;
    font-size: 12px;
    color: #989898;
    margin: 0;
}
.article > b{
    display: block;
    padding: 10px;
    font-size: 12px;
    color: #004358;
}
.article > b > i{
    margin: 1px 5px;
    float: left;
}
.article:hover img{
    transform: scale(1.3);
    opacity: 0.5;
}

.article:hover b{
    color: #e0ca18;
}
.art_writer{
    margin: 0;
    text-align: right;
    padding: 5px;
    font-size: 13px;
    color: #ffffff;
    margin-right: -100%;
    position: absolute;
}
.art_category{
    margin: 0;
    text-align: right;
    padding: 5px;
    font-size: 13px;
    color: #ffffff;
    margin-right: -100%;
    position: absolute;
    top: 9%;
}
.art_date{
    margin: 0;
    text-align: right;
    padding: 5px;
    font-size: 13px;
    color: #ffffff;
    margin-right: -100%;
    position: absolute;
    top: 18%;
}

.article:hover .art_writer,
.article:hover .art_category,
.article:hover .art_date{
    margin-right: 10px;
}

/*---------subscribe_form-----------*/
.subscribe_form{
    display: block;
    width: 50%;
    margin: 0 auto 50px;
    text-align: center;
}
.subscribe_form p{
    margin: 0;
    padding: 10px;
    font-size: 22px;
    color: #ffff;
}
.subscribe_form input{
    display: block;
    width: 85%;
    margin: auto;
    padding: 10px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    text-align: center;
    font-family: cursive;
    font-size: 16px;
}
.subscribe_form button{
    color: #fff;
    width: 85%;
    margin: auto;
    padding: 10px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 0;
    background: #348a11;
    text-align: center;
}
/*----------------------------Footer -------*/
.cooperative-item{}
.cooperative-item a{}
.cooperative-item a img{
    padding: 0 5px;
}
.owl-carousel-cooperative{
    position: relative;
}
.owl-carousel-cooperative button.owl-prev{
    position: absolute;
    left: 0;
    top: 0;
    background: #eaeaea50 !important;
    width: 30px !important;
    height: fit-content;
    font-size: 35px !important;
    margin: 0 !important;
    outline: 0 !important;
}
.owl-carousel-cooperative button.owl-next{
    position: absolute;
    right: 0;
    top: 0;
    background: #eaeaea50 !important;
    width: 30px !important;
    height: fit-content;
    font-size: 35px !important;
    margin: 0 !important;
    outline: 0 !important;
}
/*-----------------services_box -------------------*/
.worksample_box{
    padding: 20px 0;
}
.worksample_item{}
.worksample_item > h2{
    text-align: center;
    font-size: 22px;
    padding: 10px;
    color: #004358;
    margin: 0;
}
.worksample_item > p{
    margin: 0px;
    padding: 10px;
    font-size: 14px;
    text-align: justify;
    color: #a0a0a0;
}
.worksample_item > img{
   width: auto;
    border-radius: 10px;
    margin: auto;
    display: block;
}
.worksample_item > video{
    width: 95%;
    border-radius: 10px;
    margin: auto;
    display: block;
}
.worksample_item > a{
    position: absolute;
    left: 0;
    margin: 0 20px;
    bottom: 0;
    display: block;
    width: 250px;
}
/*-----------------cooperative------------------*/

.footer-bottom-area{
    background: #313131;
}
.copy-right-footer{
    color: #fff;
    padding: 15px;
    font-family: times new roman;
    direction: ltr;
}
.copy-right-footer > span > a{
    text-decoration: none;
    color: #f10;
}
/*-------------404 --*/
.page_404{}
.page_404 img{
    width: 250px;
    filter: contrast(2);
}
.page_404 p{
    text-align: center;
    font-size: 20px;
}
.page_404 a{
    text-decoration: none;
    padding: 13px;
    border: 2px solid #4793b9;
    margin: 6px auto;
    display: table;
    border-radius: 20px;
    color: #4793b9;
    transition: all 0.5s ease;
}
.page_404 a:hover{
    background:#4793b9;
    color: #fff;
    border: 2px solid #274d63;
}

/*------------footer------------- */
.footer_row_1{}
.footer_row_1 img{
    width: 90%;
    margin: 10px auto;
    display: block;
}
.footer_row_1 p{
    font-size: 12px;
    color: #c5c5c5;
    text-align: center;
}
.footer_row_1 ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_row_1 ul li{
    text-align: right;
}
.footer_row_1 ul li a{
    display: block;
    color: #fdfdfd;
    font-size: 12px;
    padding: 10px 0px;
    text-decoration: none;
}
.footer_row_1 ul li a i{
    float: right;
    margin: 0px 2px;
}
.footer_row_1 ul li a span{}
.footer_row_2{}
.footer_row_2 ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer_row_2 ul li{
    text-align: right;
}
.footer_row_2 ul li a{
    display: block;
    padding: 6px 0;
    font-size: 14px;
    text-decoration: none;
    color: #eeeeee;
}
.footer_row_2 ul li a span{
    display: block;
    transition: all 0.25s ease;
}
.footer_row_2 ul li a i{
    float: right;
    margin: 0 5px;
    transition: all 0.25s ease;
}
.footer_row_2 ul li a:hover i{
    margin-right: 20px;
    color: #ca1010;
}

.footer_row_2 a:hover span{
    padding-right: 50px;
    color: #ca1010;
}
.social_menu_footer{}
.social_menu_footer ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.social_menu_footer ul li{
    float: left;
}
.social_menu_footer ul li a{
    margin: 5px 7px;
    display: inline-block;
}
.social_menu_footer ul li a img{
    width: 45px;
    height: 45px;
    border-radius: 0;
    transition: all 0.5s ease;
    transform: rotate(0deg);
    padding: 5px;
}
.social_menu_footer ul li a:hover img{
    transform: rotate(360deg);
    border-radius:50%;
    overflow:hidden;
    padding:10px
}
/*==============================*/
.customer_box_parent{
    margin: auto;
}
.customer_box{
    margin: 10px;
    overflow: hidden;
}
.customer_box a{
    text-decoration: none;
}
.customer_box a p{
    text-align: center;
    font-size: 12px;
    padding: 5px 2px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    direction: initial;
}
.customer_box a img{
    width: 100%;
    padding: 0px;
    border-radius: 3px;
}
.customer_box a img:hover{
 padding: 10px;
}
/*------------ services_box --------------*/
.service_box_parent{
    margin: auto;
    overflow: hidden;
}
.services_box{
    margin: 10px;
    overflow: hidden !important;
}
.services_box a{
    text-decoration: none;
    overflow: hidden;
}
.services_box a > img{
    width: 100%;
    height: 250px;
}
.services_box a > p{
    margin: 10px 0px;
    position: absolute;
    top: 0;
    right: -100%;
    height: 250px;
    width: -webkit-fill-available;
    text-align: center;
    line-height: 13;
    direction: initial;
}

.services_box a:hover p{
    top: 0;
    right: 0;
    height: 250px;
}


/* -------------- counter ----------------*/
.counter_box_parent{
    margin: auto;
    text-align: center;
    padding: 5px 5px;
}
.counter_box{
    padding: 0;
    line-height: 6;
    display: block;
    font-weight: bold;
    font-size:30px;
}
.counter_title{
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
}
/* -------- 4 colom box*/
.col_4_row{
    margin: 60px auto;
}
.col_4_box_parent{
    text-align: center;
    display:inline-block;
    padding: 0;
    margin: auto;
}
.col_4_box_child{
    height: auto;
    margin: 15px;
    background: #cccccc40;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px -1px #ccc;
    border: 2px solid #cccccc60;
    display: block;
    min-height: 360px;
    max-height: 360px;
}
.col_4_box_child > img{
    display: block;
    margin: 0px auto 6px;
}
.col_4_box_content{
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

/* --------------- post  */
.post_box_parent{
    width: 75%;
    margin: auto;
}
.post_box_parent > a{
    display: block;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    margin: 10px auto;
    width: 100%;
    text-decoration: none;
}
.post_box_img{
}
.post_box_img > img{
    width: 75px;
    margin: auto;
    display: block;
    border-radius: 50%;
}
.post_box_content{}
.post_box_content > h3{
    margin: 0 0 9px 0;
    text-align: right;
    font-size: 20px;
    color: #313131;
}
.post_box_content > p{
    margin: 0;
    text-align: right;
    font-size: 13px;
    color: #909090cc;
}
.post_link{
    display: block;
    text-align: right;
    padding: 10px 10px 0 0;
    text-decoration: none !important;
    margin: 0;
    color: #868686;
}
.post_link:hover{
    padding-right: 20px;
}