@font-face {
    font-family: iranyekan;
    src: url(../fonts/eot/IRANYekanWebBold.eot) format('eot'),
    url(../fonts/svg/IRANYekanWebBold.svg) format('svg'),
    url(../fonts/ttf/IRANYekanWebBold.ttf) format('truetype'),
    url(../fonts/woff/IRANYekanWebBold.woff) format('woff'),
    url(../fonts/woff2/IRANYekanWebBold.woff2) format('woff2');
    font-weight: bold;
}
@font-face {
    font-family: iranyekan;
    src: url(../fonts/eot/IRANYekanWebLight.eot) format('eot'),
    url(../fonts/svg/IRANYekanWebLight.svg) format('svg'),
    url(../fonts/ttf/IRANYekanWebLight.ttf) format('truetype'),
    url(../fonts/woff/IRANYekanWebLight.woff) format('woff'),
    url(../fonts/woff2/IRANYekanWebLight.woff2) format('woff2');
    font-weight: 200;
}
@font-face {
    font-family: iranyekan;
    src: url(../fonts/eot/IRANYekanWebRegular.eot) format('eot'),
    url(../fonts/svg/IRANYekanWebRegular.svg) format('svg'),
    url(../fonts/ttf/IRANYekanWebRegular.ttf) format('truetype'),
    url(../fonts/woff/IRANYekanWebRegular.woff) format('woff'),
    url(../fonts/woff2/IRANYekanWebRegular.woff2) format('woff2');
    font-weight: normal;
}

.light_theme {
    --white-color:#ffff;
    --light-gray: #f5f5f5;
    --light-blue:#0cb0e5;
    --purple-color :#38346e;
    --latests-txt-color :#0d1d31;
    --gray : #374146;
    --light-gray-box :#f3f4f5;
    --gray-btn-color:#435469;
    --border-color : #2d2a58;
    --dark:#3b3f43;
    --sub-menu-color:#292929;
    --footer-meta-txt-color:#414650;
    --to-top-color:#373737;
    --light-gray2:#9f9197;

}



body{
    box-sizing: border-box;
    font-family: 'iranyekan';
}
li , ul{
    margin: 0;
   list-style: none;
    padding: 0;
}
/*header*/
ul.menu_item a {
    color: var(--white-color);
}
.ul_wrapper li a{
    color: var(--sub-menu-color) !important;
}
.fa-caret-down{
    font-size: 11px;
}
.video_wrapper{
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
#slider-vid{
    width: 100%;
}
.header_top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0 40px 0;
    /*padding: 40px 40px 40px 0;*/
    position: fixed;
    /*box-shadow: 0 5px 15px #00000021;*/
    background-color: transparent;
    width: 100%;
    z-index: 500;
    top: 0;
    right: 0;
    /*height: 200px;*/
    padding-bottom: 170px;
}
.img_container{
    position: absolute;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    /*width: 20%;*/
}
.img_container h1{
    color: var(--white-color);
    font-family: 'iranyekan';
    font-size: 12px;
    font-weight: 800;
}
.caption{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    text-align: center;
}
.caption_blog{
    /*height: 800px !important;*/
    height: 430px !important;
}
/*#swiper_main .header_bottom_top span:before, #swiper_main .header_bottom_top span:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    left: -100%;*/
/*    height: 5px;*/
/*    width: 100%;*/
/*    border-top: solid 1px #ffffff4f;*/
/*    border-bottom: solid 1px #ffffff4f;*/
/*}*/
.header_bottom_top p{
    text-align: center;

}
.menu_box{
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    gap: 35px;
    position: absolute;
    /*width: 50%;*/
    top: 30px;
    /*right: 390px;*/
    width: 100%;
    color: var(--white-color);
    margin-right: 106px;
    /*margin-top: -5px;*/

}
.menu_items {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    gap: 30px;
    /*justify-content: center;*/
    margin-top: -3px;
    position: relative;
}
/*.menu_item{*/
/*    color: var(--white-color) !important;*/
/*}*/
.menu_item > a{
    color: var(--white-color) !important;
}
.ul_wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--white-color);
    border-radius: 5px;
    padding: 10px;
    padding-right: 15px !important;
    display: none;
    position: absolute;
    z-index: 100;
    box-shadow: 0 0 15px 0px #dddddda3 !important;

}
.menu_item:hover > ul{
    display: block;
}

.ul_wrapper a{
    color: var(--sub-menu-color);
    font-weight: 400;
    text-decoration: none;


}
/* style menu in mobile*/
.menu_items_mobile{
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*justify-content: center;*/
    /*align-items: center;*/
    height: 100%;
    padding-right: 20px;
}
.menu_item_mobile >li > a{
    color: var(--white-color) !important ;
}
.menu_item_mobile:hover > ul{
    display: block;
}
.active{
    display: block;
}
.fa-xmark{
    font-size: 30px;
}
/*end style menu in mobile*/
.menu_box a {
    cursor: pointer;
    font-family: 'iranyekan';
    /*color: var(--white-color);*/
}
.img_container img{
    height: 45px;
}
.fa-bars{
    color: var(--white-color);
    position: absolute;
    display: none;
    position: absolute;
    /*top: -7px;*/
    /*right: 280px;*/
    /*left: 60px;*/
    /*left: 100px;*/
    left: 10px;
    font-size: 30px;
    cursor: pointer;
}
.menu_box_mobile_container{
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: center;*/
    position: fixed;
    height: 100vh;
    left: -250px;
    top: 0;
    background-color: var(--purple-color);
    width: 250px;
    z-index: 200;


}
.menu_items a{
    font-size: 14px;
    font-weight: 400;
}
.menu_box_mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    height: 100vh;
}
.about_us_menu_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 40px;

}
/*.test_wrapper{*/
/*    position: absolute;*/
/*    margin-top: 35px;*/
/*}*/
.fa-caret-down{
    /*margin-top: 4px;*/

}
.fa-caret-down_mobile{
    /*margin-top: 0 !important;*/
    margin-top: -5px !important;
}
.about_us_box{
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;

}
.menu_item_mobile{
    color: var(--white-color) !important;
}
.about_us_box a{
    /*color: var(--white-color);*/
}
.about_us_box:hover> li{
    display: block;
    
}
.test_wrapper{
    /*display: none;*/
}
/*.test_wrapper div{*/
/*    padding: 10px 60px;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    font-size: 15px;*/
/*}*/

/*.about_us_menu_box button{*/
/*    padding: 10px 60px;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    font-size: 15px;*/
/*}*/
.icon_box_mobile{
    display: flex;
    justify-content: end;
    padding: 25px;
    /*position: absolute;*/
    /*top: -60px;*/
    /*left: 0;*/
}
.menu_box_mobile a , .menu_box_mobile_container i{
    color: var(--white-color);
    cursor: pointer;
}
.menu_box_mobile_container i{
    /*font-size: 30px;*/
     /*font-weight: 400;*/
}
.header_bottom{
    /*position: absolute;*/
    display: flex !important;
    color: var(--white-color);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*right: -100px;*/
    /*margin-top: 132px;*/
}
.header_bottom p{
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 300;
}
.header_bottom_bottom{
    font-family: 'iranyekan' !important;
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    line-height: 2;
    text-align: center;
}
.test_wrapper_container{
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}


/*swiper*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: var(--white-color);*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next_main , .swiper-button-prev_main{
    margin: -25px 0 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 48px;
    border: solid 1px #ffffff !important;
    border-radius: 10px;
    background: transparent;
    color: #ffffff !important;
    border-radius: 10px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content:  '' !important;
}
.swiper-button-next_main , .swiper-button-prev_main{
    color: var(--white-color) !important;
    width: 50px !important;
    height: 50px !important;
}
.swiper-button-next , .swiper-button-prev{
    
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 10px;
    color: white;
}

.fa-caret-right , .fa-caret-left{


}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*end swiper*/
/*end header*/

.description_wrapper{
    /*margin-top: 130px;*/
    /*margin-top: 80px;*/
    position: relative;
    z-index: 100;
    /*width: 100%;*/
}
.description_img{
    display: flex;
    justify-content: center;
    border-radius: 10PX;
    background-color: var(--purple-color);
    padding: 24px;
   /* gap: 90px;*/
    justify-content: space-between;

}
.description_wrapper img{
    width: 150px;
}
.fa-xmark{
    position: relative;
    animation: xMark;
}
@keyframes xMark {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(100%);
    }

}




/*blogs*/
.latests_content_title{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
.news_wrapper{
    font-size: 19px;
    color: var(--gray);
    margin-top: 5px;
}
.blogs_wrapper{
    margin: 100px 0 50px 0;
}
.icon-inner{
    background-color: var(--purple-color);
    width: 70px;
    height: 70px;
    border-radius: 10px;
}
.icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa-file-lines{
    font-size: 30px;
    position: absolute;
    color: var(--white-color);
}

.fa-stack{
    margin-right: 0;
    margin-left: 20px;
    height: 57px;
    width: 50px;
    color: var(--white-color);
    line-height: 57px;
}
.rhex{
    margin-top: 14px;
    width: 50px;
    height: 28px;
    border-radius: 2px;
}
.blogs_items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.blogs_item{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 20px 0 #dddddd6b !important;
    box-shadow: 0 0 20px 8px #dddddd6b !important;
    /*width: 28%;*/
    width: 31%;
}
.blogs_img_wrapper{

}
.blog_img{
    height: 200px;
}
.blog_img img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.blogs_title{
    cursor: pointer;
    color: var(--purple-color);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 15px;
    height: 20px;
    line-height: 1.8;
    text-decoration: none;
}
.blogs_txt{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.time{
    color: var( --light-blue);
    font-size: 12px;
    font-family: 'iranyekan';
}
.time_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.time_wrapper a{
    background-color: var(--purple-color);
    color: var(--white-color);
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'iranyekan';
}
.latests_content_container{
    display: flex;
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    gap: 20px;
    margin: 0 0 40px 0;
}
.latests_content_txt{
    font-size: 30px !important;
    font-weight: 800 !important;
    color: var(--latests-txt-color);
}
.news{
    font-size: 19px;
}
.rhex:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
.rhex:before, .rhex:after {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    content: '';
}
a.btn_blog {
    background: #38346e;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
}
/* end blogs*/
.all_content_container{

    color: var(--white-color) !important;
    margin-top: 50px;
    cursor: pointer;
     margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.all_content_container a{
    background-color: var(--purple-color);
    border-radius: 10px;
    padding: 10px 20px;
}
.all_content_container button{
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: var(--white-color) !important;
    font-family: 'iranyekan';
    font-size: 14px;

}
.all_content_container a:hover{
    background-color: var(--light-blue);
}



/*footer*/
.footer_container{
    background-color: var(--light-gray);
    width: 100%;
}
.footer_box{
    display: flex;
    justify-content: space-between;
    max-width: 100% !important;
    /*gap: 40px;*/
    padding: 40px 0;
}
.container{
    margin: auto;
    width: min(90% , 1240px);
    /*width: min(97% , 1190px);*/
}
.about_us_container{
    width: 46%;
}
.about_us_container p{
    line-height: 2.8;
}
.about_us_container p{
    text-align: justify;

}
.quick_access_container{
    display: flex;
    flex-direction: column;
    /*gap: 40px;*/
}
.quick_access_container span , .about_us_container span , .permission_wrapper span{
    margin-bottom: 40px;
    margin-top: 10px;
}
.about_us_container{
    display: flex;
    flex-direction: column;
    /*gap: 40px;*/
}
.menu_quick_access_container , .permission_wrapper img{
    margin-top: 29px;
}
.permission_wrapper{
    display: flex;
    flex-direction: column;
    /*gap: 40px;*/
}
.permission_wrapper span , .quick_access_container span , .about_us_container span{
    color: var(--purple-color);
    font-weight: bold;
    font-size: 20px;
    font-family: 'iranyekan';
    /*border-bottom: 2px solid var(--light-blue);*/

}
.border_bottom_quick_access{
    width: 124px;
}
.border_bottom_about_us{
    width: 67px;
}
.border_bottom_permission{
    width: 100px;
}
.border_bottom{
    border-bottom: 2px solid #0cb0e5;
    /*width: 30%;*/
    margin-top: -32px;

}
.menu_quick_access_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.menu_quick_access_container a{
    cursor: pointer;
}
.permission_wrapper{
    width: 300px;
}
.footer_meta{
    padding: 40px 0 40px 0;
    /*background-color: #ffffff;*/
    /*color: #414650;*/
    font-size: 18px;
}
.footer_meta_items{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 20px 0;
}
.footer_meta_item:hover{
    background-color: var(--purple-color);
    transition: all 0.2s ease-in-out;
}
.footer_meta_item{
    /*width: 70px;*/
    /*height: 70px;*/
    width: 65px;
    height: 65px;
    background-color:var(--light-blue) ;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_meta_item>a>i{
    color: var(--white-color);
    font-size: 30px;
    margin-top: 13px;

}
.footer_meta_txt{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.footer_meta_txt{
    color: var(--footer-meta-txt-color);
}
.footer_meta_txt > span > p{
    display: inline;
}
.to_top_container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.to-top:hover{
    background-color: var(--purple-color);
    color: var(--white-color);
    transition: all 0.2s ease-in-out;
}
.to-top{
    width: 40px;
    height: 40px;
    background-color: var(--to-top-color);
    color: var(--light-gray2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    cursor: pointer;

}
.to-top i{
    margin-top: -4px;
}

/* end footer*/



/*Responsive*/
@media screen and (max-width: 1200px){
    .menu_box{
        margin-right: 140px;
    }
    /*.description_wrapper{*/
    /*    margin-top: 76px !important;*/
    /*}*/
    /*.blogs_item{*/
    /*    width: 50%;*/

    /*}*/
    .blogs_items{
        /*flex-wrap: wrap;*/
        /*justify-content: center;*/
        /*align-items: center;*/
    }
    .header_bottom p {
        font-size: 20px;

    }
    .blogs_item{
        width: 45%;
    }

}
@media screen and (min-width: 992px) {
    .fa-bars {
        display: none !important;

    }


}
@media screen and (max-width: 992px){
    .footer_box{
        flex-direction: column;
        gap: 20px;
    }
    .menu_items{
        display: none;
    }
    .fa-bars{
        display: block !important;
    }
    .about_us_container{
        width: 100%;
    }
    .icon_item{
        display: flex;
        justify-content: end;
        width: 100%;
        /*margin-top: -15px;*/
        margin-top: -17px;
    }
    #slider-vid{
          width: 1280px !important;
    }




}
@media screen and (max-width: 768px){
    .description_img{
       flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .blogs_item{
        width: 45%;
    }

}
@media screen and (max-width: 600px){
    .blogs_item{
        width: 100%;

    }
    .blogs_item{
        gap: 40px;
    }
    /*.container{*/
    /*    margin: 0;*/
    /*    width: 100%;*/
    /*}*/
    .description_img{
        margin-top: 135px;

    }
}
@media screen and (max-width: 425px){
    /*.fa-bars{*/
    /*    left: 56px;*/
    /*}*/
    .caption{
        height: 400px;
    }

}
@media screen and (max-width: 375px){
    .permission_wrapper img{
        width: 200px;
    }
    .img_container h1{
        font-size: 10px;
    }
    /*.fa-bars {*/
    /*    left: 42px;*/
    /*}*/
    .header_bottom_top h1 {
        font-size: 45px !important;
    }

}
ul.menu_quick_access_container li a {
    color: black;
}




