@font-face {
    font-family: 'iran-sans-300';
    src: url('../font/font_iransans/iran-sans-300.woff') format('woff')
}
*{
    font-family: iran-sans-300;
    text-align: right;
    direction: rtl;
}
.top-header{
    margin-top: 20px;
}
.inestageram-icon{
    
    margin-right: 9px;
    margin-top: 5px;
    text-align: left;
    display: inline-block;
}
.dropdown-menu{
    background-color: #333;
    border: none;
    border-bottom: 4px solid #007bff ;
    border-radius: 0 0 8px 8px;
    margin-top: 0px;
}
.dropmenu{
    color: #fff;
    display: block;
    padding-right: 15px;
    padding-top: 2px;
}
.dropmenu:hover{
    list-style: none;
    color: #fff;
}
a:hover{
    color:darkgray !important;
    transition: 0.3s;
    text-decoration: none;
}


#image-count{
    background: linear-gradient(135deg,#0183b7 20%,#00407d 80%);

    width: auto;
    height: 300px;
    margin-top: -18px;
    margin-left: 0px;
    margin-right: 0px

}
#image-count h3 , h4{
    text-align: center;
    color: #ffffff;
}
.search-box {
    width: 80%;
    height: 35px;
    border: 2px solid #091442;
    border-radius: 0px 20px 20px 0px;
    border-left: #ffffff;
    padding-right: 5px;
    padding-bottom: 6px;
    text-align: center;
    font-size: 12px
}
.search-btn{
    width: 15%;
    height: 35px;
    border: 2px solid #091442;
    margin-right: -5px;
    background-color: #091442;
    color: #ffffff;
    border-radius: 20px 0px 0px 20px;
    border-right: #ffffff;
    padding-right: 2px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 15px
}
.nav-item{
    padding-top: 2px;
    padding-bottom: 5px;
}

.image-radius15{
    overflow: hidden;
    border-radius: 15px;
    align-items: center;
}
.image-item{
    overflow: hidden;
    border-radius: 15px;
}
.image-item img{
    height: 180px;
    object-fit: cover;
    transition: all ease-in-out 0.25s;
}
.image-item img:hover{
    transform: scale(1.07);
    transition: all ease-in-out 0.25s;
}
.caption-item{
    background-color: #fff;
    border-radius: 15px;
    margin-top: -25px;
    padding-top: 20px;
    position: relative;
}

.title-item a{
    font-size: 16px;
    padding: 1px 1px;
}
.title-item a span:hover{
    color: #0a53be;
}

.cap-item p{
    font-size: 16px;
    opacity: 0.7;
    padding: 20px;
    padding-top: 5px;
    margin-top: -80px;
    height: 150px;
}
.like-item svg{
    cursor: pointer;
}
.like-item2{
    padding-right: 15px;
    font-size: 15.5px;
}
.like-item2 svg:hover{
    color: red;
}
.shop-item{
    font-size: 14px;
    color: red;
}
.post-item{
    margin-top: 15px;
}
.hero-header{
    padding-right: 2px;
    margin-top: 16px;
    border-bottom: 3px solid #007bff;
    font-size: 17px;
    width: 130px;
    padding-bottom: 5px;
}
.moredore:hover{
    background-color: #fff;
    color: #333 !important;
    border: 1px solid #333;
}

/*// content slider and info //*/

.info-text{
    border: 1px solid #efefef;
    background-color: #333;
    color: #fff;
    margin-top: 6px;
    padding: 8px 2px;
    border-radius: 10px;
    font-size: 15px;
    text-align: justify;
    height: 90px;
    padding: 10px;
}
#info-section{
    position: relative;
    border-radius: 6px;
}
.border-radius-slider{
    border-radius: 20px;
}

.info-date{
    float: left;
    font-size: 15px;
    color: #ffffffea;
    padding: 7px;
}
.info-date svg{
    vertical-align: -1.5px;
    margin-right: 3px;
}
/*// END content slider and info //*/

.footer-back{
    background-color: #333;
    color: #fff;
}
.footer-back-caption{
    color: #fff;
}
.caption-footer {
    text-align: justify;
    font-size: 14px;
    color: #fff;
}
.footer-copy-right{
    background-color:gray;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 3px;
    text-align: center;
}
.information-post svg{
    opacity: 0.35;
}
.information-post p{
    font-size: 16px;
}
.information-post a{
    font-size: 13px;
    color: #6fc341;
}
.login-in-dore{
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}
.login-in-dore a{
    color: #fff;
    font-size: 15px;
}
.category-tags{
    font-size: 12px;
    color: #0a3622 !important;
    background-color: #dce4e9;
    border: 1px solid #dce4e9;
    border-radius: 4px;
    padding: 6px 15px;
}
.category-tags:hover{
    color: #0a53be !important;
    background-color: #fff;
    border: 1px solid #dce4e9;
}
category-tags-div{
    margin-top: 15px;
    display: block;
}
.label-tags-div{
    margin-top: 15px;
    display: inline-block;
}
.label-tags{
    font-size: 12px;
    color: #0a3622 !important;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 6px 15px;
}ّ
.label-tags:hover{
    color: #0a53be !important;
    background-color: #fff;
    border: 1px solid #dce4e9;
}
.image-crourse img{
    padding: 7px;
    border-radius: 15px;
}
.image-crourse p{
    padding: 1px 10px 10px 10px;
    text-align: justify;
    line-height: 30px;
}
.content-crourse p{
    text-align: justify;
    line-height: 30px;
}
.alert-success{
    color: #54aa24;
    background-color: #f3fbee;
    border: 1px solid #d5edc6;
    padding: 14px 20px;
    text-align: center;
    margin: 10px;
    line-height: 25px;
}
.alert-info{
    color: #00b3e9;
    background-color: #effafd;
    border: 1px solid #dce4e9;
    padding: 14px 20px;
    text-align: center;
    margin: 10px;
    line-height: 25px;
}
.alert-info p{
    text-align: center;
}
.item-download{
    border: 1px dashed #d7e0e9;
    position: relative;
    padding: 12px 15px;
    margin-top: 15px;
    border-radius: 5px;
}
.number-item-download{
    margin-right: -28px;
    background-color: #fff;
    border: 1.5px solid #d7e0e9;
    position: absolute;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    height: 30px;
}
.item-titel-download{
    margin-right: 8px;
    padding-left: 8px;
    border-left: 1px solid #edf1f4;
}
.item-time-download{
    color: #8f9ca7;
    margin-right: 8px;
    padding-left: 8px;
    border-left: 1px solid #edf1f4;
}
.status-item-download{
    color: #6fc341;
    margin-right: 8px;
    padding-left: 8px;
    text-align: center;
}
.green-logo{
    cursor: pointer;
    margin-right: 10px;
    margin-top: -5px;
    float: left;
    border: 1px solid #b6e49c;
    color: #6fc341;
    font-size: 18px;
    padding: 9px;
    border-radius: 50%;
}
.blue-logo{
    cursor: pointer;
    margin-right: 10px;
    margin-top: -5px;
    float: left;
    border: 1px solid #bbeafa;
    color: #77c3e2;
    font-size: 18px;
    padding: 9px;
    border-radius: 50%;
}
.light-logo{
    cursor: pointer;
    margin-right: 10px;
    margin-top: -5px;
    float: left;
    border: 1px solid #e7eaee;
    color: #b0b9be;
    font-size: 18px;
    padding: 9px;
    border-radius: 50%;
}
.register-item{
    width: 50%;
    box-shadow: 0 0 15px #d7dee9;
    background-color: #fff;
    border-radius: 15px;
}
.comment-img{
    width: 50px;
    height: 50px;
}
.comment-body{
    max-width: 100%;     
    border: 1 px solid #ccc;
    border-radius: 5px;
    margin-right: 100 px;
    margin-top: -70 px;

}
/* about-web */
/* خدمات ما  */
.background-div-khadamat {
    width: 80%;
    height: 150px;
    margin: 2px;
    /* background-image: url('../image/img_moarefi/khdamat1.jpg');  مسیر تصویر خود را اینجا بگذارید */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.background-div-khadamat p {
    font-size: 1.2rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.background-div-khadamat-seo {
    background-image: url('../image/img_moarefi/seo.jpg'); /* مسیر تصویر خود را اینجا بگذارید */
}
.background-div-khadamat-poshtibani {
    background-image: url('../image/img_moarefi/poshtibani.jpg'); /* مسیر تصویر خود را اینجا بگذارید */
}
.background-div-khadamat-sefareshi {
    background-image: url('../image/img_moarefi/sefareshi.jpg'); /* مسیر تصویر خود را اینجا بگذارید */
}
.background-div-khadamat-onlineshop {
    background-image: url('../image/img_moarefi/onlineshop.jpg'); /* مسیر تصویر خود را اینجا بگذارید */
}
.background-div-khadamat-web-modern {
    background-image: url('../image/img_moarefi/web-modern.jpg'); /* مسیر تصویر خود را اینجا بگذارید */
}
.background-div-khadamat-web-sherkati {
    background-image: url('../image/img_moarefi/web-sherkati.jpg'); /* مسیر تصویر خود را اینجا بگذارید */
}

/* چرا ما  */
.background-div-why {
    width: 80%;
    height: 150px;
    margin: 2px;
    /* background-image: url('../image/img_moarefi/khdamat2.jpg');  مسیر تصویر خود را اینجا بگذارید */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.background-div-why p {
    font-size: 1.2rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.background-div-img-whykoll {    
    background-image: url('../image/img_moarefi/khdamat2.jpg'); /* مسیر تصویر خود را اینجا بگذارید */    
}
.background-div-img-moshavereh {    
    background-image: url('../image/img_moarefi/moshavereh.jpg'); /* مسیر تصویر خود را اینجا بگذارید */    
}
.background-div-img-hazineh {    
    background-image: url('../image/img_moarefi/hazineh.jpg'); /* مسیر تصویر خود را اینجا بگذارید */    
}
.background-div-img-fanavari {    
    background-image: url('../image/img_moarefi/fanavari.jpg'); /* مسیر تصویر خود را اینجا بگذارید */    
}
.background-div-img-rahkar-shakhsisazi {    
    background-image: url('../image/img_moarefi/rahkar-shakhsisazi.jpg'); /* مسیر تصویر خود را اینجا بگذارید */    
}
.background-div-img-tahvil-projeh {    
    background-image: url('../image/img_moarefi/tahvil-projeh.jpg'); /* مسیر تصویر خود را اینجا بگذارید */    
}
.background-div-img-amniyat {    
    background-image: url('../image/img_moarefi/amniyat.jpg'); /* مسیر تصویر خود را اینجا بگذارید */    
}
/* end about-web */
