@font-face {
    font-family: yekan;
    font-style: normal;
    src: url(../fonts/farsi-fonts-fa-num/iran-yekan-400.eot),
        url(../fonts/farsi-fonts-fa-num/iran-yekan-400.ttf),
        url(../fonts/farsi-fonts-fa-num/iran-yekan-400.woff),
        url(../fonts/farsi-fonts-fa-num/iran-yekan-400.woff2),
}
a {
    text-decoration: none;
}
body {
    direction: rtl;
    margin: 0;
    font-family: yekan;
}
.sectionTitle {
    /* background-image: linear-gradient(135deg, #2e7d32, #00695c);*/
    /* background-color: #2ecc71;  */
    border-right: solid 10px #00695c;
    /* border-bottom: solid 4px #00695c; */
    padding: 10px;
    border-radius: 0.25rem;
    color: #000;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    border-bottom: solid 1px #eee;
    z-index: 9999;
}
.header_navUl {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 25px 4rem;
    margin: 0;
}
.header_navUl > a {
    color: #000;
    text-decoration: none;
}
.header_navUl > div {
    color: #000;
    text-decoration: none;
}
.header_navLi {
    position: relative;
    cursor: pointer;
}
.cont-submenu {
    position: absolute;
    width: 300px;
    height: auto;
    right: auto;
    left: 50%;
    padding: 5px;
    top: 48px;
    background-color: #eee;
    transform: translate(-50%, -5%);
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 .25rem .25rem;
    transition: all ease-in-out .4s;
    cursor: auto;
    overflow-y: scroll;
}
.header_navLi:hover .cont-submenu {
    transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
}
.submenuTitle {
    font-size: clamp(12px, 20px, 21px);
    color: #848484;
    border-bottom: solid 1px #848484;
    padding-bottom: 4px;
}
.submenuCont {
    padding: 0;
    list-style: none;
}
.submenuCont>a {
    text-decoration: none;
}
.submenuItem {
    border-bottom: solid 1px #fff;
    padding: 8px;
    color: #000;
    cursor: pointer;
}
.submenuItem:hover {
    background-color: #fff;
    border-radius: .25rem;
}
.imgCardMenu > a >img {
    width: 100%;
    border-radius: .25rem;
    object-fit: cover;
}
.cont-submenuMin {
    position: absolute;
    width: 300px;
    height: auto;
    right: auto;
    left: 50%;
    padding: 5px;
    top: 44px;
    background-color: #eee;
    transform: translate(-50%, -5%);
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 .25rem .25rem;
    transition: all ease-in-out .4s;
    cursor: auto;
    overflow: hidden;
}
.header_navLi:hover .cont-submenuMin {
    transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
}
footer {
    background-color: #111111;
}
.contLogoes {
    display: grid;
    justify-content: center;
    align-items: start;
}
.contLogoes > img {
    width: 120px;
    border-radius: 50%;
}
.footerSectionTitle {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: right;
    color: #538d22;
}
.footerItem {
    border: none;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    padding: 0;
    color: #fff;
    cursor: pointer;
}
.footerItem:hover {
    color: #538d22;
}
.contLastArtile {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding: 1.5rem;
    background-color: #1d1d1d;
    border-radius: .25rem;
}
.contLastArtile > img {
    width: 180px;
    height: 100%;
    object-fit: cover;
    border-radius: .25rem;
}
.leftSideArticleCont {
    width: calc(100% - 180px);
}
.titlLastArticle {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 0 0 36px;
    padding: 0 5px;
    line-height: 1.4;
}
.contArtBtns {
    display: flex;
    flex-wrap: wrap;
    margin: 15px;
}
.contArtBtns > a {
    width: calc(50% - 6px);
    margin: 3px;
}
.seeArticle {
    display: inline-block;
    text-align: center;
    background: #2ecc71 !important;
    width: 100%;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: .25rem;
    cursor: pointer;
}
.seeArticles {
    display: inline-block;
    text-align: center;
    background: #fff !important;
    width: 100%;
    color: #2ecc71 !important;
    padding: 12px 25px;
    border-radius: .25rem;
    cursor: pointer;
}
.pTitle {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    padding-right: 10px;
}
.contSocialMedia {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    padding: 10px;
}
.socialMediaText {
    display: inline-block;
    margin: 0;
    color: #afafaf;
    font-size: 12px;
    line-height: 35px;
}
.socialMediaItems {
    background-color: #111111;
    padding: 10px;
    border-radius: .25rem;
    cursor: pointer;
}
.socialMediaItems > a {
    display: grid;
}
.socialMediaItems > a > i {
    color: #666;
}
.socialMediaItems > a > i:hover {
    color: #666;
}
.footerEnd {
    border-top: solid 1px #1d1d1d;
    color: #8f8f8f;
    text-align: center;
}
.website {
    color: #538d22;
    cursor: pointer;
}
.cont-keywords {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 4px;
}
.keyword {
    font-size: 14px;
    background: #eee;
    padding: 4px 8px;
    border-radius: .25rem;
}
#shortLink {
    display: inline;
    background: #eee;
    padding: 4px 8px;
    border-radius: .25rem;
    cursor: pointer;
}

/* Responsive */

@media(max-width: 1200px) {
    .header_navLi {
        font-size: 13px;
    }
}