@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb.woff') format('woff'), url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: reza;
    src: url(../fonts/DroidKufi-Regular.woff2)
}

@font-face {
    font-family: art;
    src: url(../fonts/art.ttf)
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-FD-WOL.eot');
    src: url('../fonts/Vazir-FD-WOL.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-FD-WOL.woff') format('woff'), url('../fonts/Vazir-FD-WOL.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Bold-FD-WOL.eot');
    src: url('../fonts/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-Bold-FD-WOL.woff') format('woff'), url('../fonts/Vazir-Bold-FD-WOL.ttf') format('truetype');
    font-weight: bold;
}

body {
    background-image: url(../img/body-bg.jpg);
    background-size: 51px;
    overflow-x: hidden;
    background-attachment: fixed;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

@media (max-width: 768px) {
    main {
        display: none;
    }
}

.container {
    background-color: white;
    padding: 5px 7px;
}

a.navbar-brand {
    font-family: 'iransans'!important;
    font-size: 13px !important;
    background-color: transparent !important;
}

.col-md-3.logo-col {
    background: #023849;
}

.col-md-3.buttons-col {
    background: #023849;
    border: solid #bebebe 1px;
}

.logo-top-side {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 6px 12px 0 12px;
    background-image: url(../logo/bg-fram-2.svg), url(../logo/bg-fram-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top , bottom;
}
.logo-top-side img{
    width: 139.2px;
}
.vertical-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    font-family: 'IRANSans';
    font-size: 12px;
    padding: 3px 3px 7px 3px;
    font-weight: 400;
}

.vb {
    background-color: #316c83;
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex: 1;
    padding-right: 14px;
    margin: 4px 0;
}

.vb:hover {
    background-color: #2f839d;
}

.vb:last-child {
    margin-bottom: 0;
    min-height: 35px;
}

.navbar {
    background-color: #023849;
    padding: 0;
}

.navbar .nav-link, .navbar .navbar-brand {
    color: white;
    font-family: 'IRANSans' !important;
    font-size: 14px !important;
    background: #306c83;
    margin: 7px 3px;
    padding: 0 12px;
    border-radius: 4px;
    border-bottom: solid 2px transparent;
}

.navbar .nav-link:hover, .navbar .navbar-brand:hover {
    color: #ccc;
}

@media (max-width: 768px) {
    main-menu {
        display: none;
    }
}

@media (max-width: 768px) {
    .row.g-1.top-main {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 920px;
    }
}

a.navbar-brand {
    color: #FFE601 !important;
}

.welcome-box {
    background-color: #023849;
    margin-top: 6px;
    color: white;
    text-align: center;
    background-image: url(../img/lotus.png);
    background-size: 44px;
    padding: 0 31px;
}

.welcome-box-content h1 {
    font-size: 13px;
    font-family: 'IRANSans';
    line-height: 2;
}

.welcome-box-title {
    font-family: art;
    font-size: 60px;
    padding: 7px 0;
}

.welcome-box-button {
    padding-bottom: 27px;
    font-family: 'IRANSans';
    padding-top: 11px;
}

.top-bar.container {
    background-color: #15526a;
    padding: 0;
    background-image: url(../img/majles.png);
    background-size: 132px;
    background-position: 14px -40px;
    background-repeat: no-repeat;
}

.language .fa, .language .en {
    display: inline-block;
    text-align: center;
}

.language .fa img, .language .en img {
    width: 28px;
    height: auto;
}

.fab {
    color: #71cef6;
    font-size: 19px;
}

.sp-card {
    background-color: #c5d1d6;
    margin-top: 0;
    border-radius: 4px;
    min-height: 311px;
    position: relative;
        padding: 0 1px;
}

.sp-card-header {
    background-color: #8ba2ab;
    text-align: center;
    color: white;
    border-radius: 7px 7px 0px 0px;
    font-family: 'IRANSans';
    font-size: 14px;
    padding: 3px 0;
    text-shadow: 1px 1px 2px #000000;
}

.sp-card-body {
    margin-top: 5px;
    text-align: center;
    padding-bottom: 8px;
    min-height: 96px;
}

.sp-card-img img {
    border-radius: 7px;
    object-fit: cover;
    width: 100px;
    height: 100px;
    margin: 10px 0;
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 71%);
    margin-bottom: 18px;
}

h5.sp-card-title {
    font-family: 'IRANSans';
    font-weight: 600;
    font-size: 11px;
    line-height: 1.7;
}

p.sp-card-text {
    font-family: 'IRANSans';
    font-size: 12px;
    padding: 0 10px;
}

a.btn.btn-secondary.btn-sm.article-buttom {
    font-family: 'IRANSans';
    font-size: 11px;
}

button.btn.btn-secondary.btn-sm.article-buttom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.footer {
    background: #023849;
}

.footer-right {
    color: #2d778e;
    font-family: 'IRANSans';
    font-size: 11px;
    padding-top: 13px;
    font-weight: 100;
}

.footer-right li {
    list-style-type: none;
    text-decoration: none;
    color: #778d95;
    font-family: 'IRANSans';
    font-size: 9px;
    line-height: 1.9;
    font-weight: 400;
}

.footer-logo img {
    width: 145px;
    float: left;
    padding: 16px 16px;
    margin-left: 20px;
}

.copyright p {
    text-align: center;
    color: #2c748a;
    background-color: #02151c;
    font-size: 12px;
    padding: 5px;
    direction: ltr;
    margin: 0;
}

.row.g-2.sp-card-row {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    cover-top-and-menu-mobile-version {
        display: none;
    }
}

button.btn.side-menu {
    border: none;
    background: transparent;
    outline: none;
    float: inline-end;
    color: #ffbe00;
    font-size: 28px;
}

.btn:focus {
    box-shadow: none;
}

.title-mobile-site-name {
    margin-right: 10px;
    color: #ffbe00;
    font-family: art;
    font-size: 40px;
}

.mobile-cover-main {
    background-color: #023849;
    height: 100vh;
}

@media screen and (orientation: landscape) {
    .mobile-cover-main {
        height: 100vw;
    }
}

.mobile-cover-main-logo img {
    width: 347px;
}

.mobile-cover-main-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.welcome-text-mobile h1 {
    color: white;
    font-family: 'art';
    text-align: center;
    padding: 23px 42px;
    font-size: 29px;
    line-height: 2;
}

.welcome-text-mobile {
    display: flex;
    color: #fff;
    justify-content: space-between;
    margin: 56px 37px;
    flex-direction: column;
}

.blog-and-news-header {
    background-color: #016991;
    color: white;
    font-family: 'IRANSans';
    font-size: 12px;
    border-radius: 6px;
    font-weight: 600;
    padding-top: 2px;
}

.statement {
    text-align: center;
    border: solid 1px #c5d1d6;
    background-image: url(../img/flag-corner.png);
    background-repeat: no-repeat;
    background-size: 90px;
    background-color: #c5d1d6;
    border-radius: 10px;
    min-height: 171px;
}

.statement-title h2 {
    font-size: 14px;
    font-family: 'IRANSans';
    margin-top: -11px;
}

.statement-title h6 {
    font-family: 'IRANSans';
    font-size: 11px;
    color: #8ba0a9;
    margin-top: -5px;
}

.statement-text p {
    font-size: 12px;
    font-family: 'IRANSans';
    padding: 0 15px;
}

button.btn.btn-secondary.btn-sm.statement-archive {
    padding: 2px 9px;
    font-size: 10px;
    font-family: 'IRANSans';
    font-weight: 100;
    background-color: #05425c;
    border: none;
}

img.news-card {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

h5.news-card-title {
    font-family: 'IRANSans';
    font-size: 12px;
    font-weight: 700;
    color: #016991;
}

p.news-card-content {
    font-family: 'IRANSans';
    font-size: 12px;
    color: black;
}

.news-card-info {
    display: flex;
    justify-content: space-between;
}

.nwes-card-date {
    color: #80a6b6;
    font-size: 11px;
}

.news-cards.card-body {
    background-color: #eef5f8;
    padding: 7px 11px;
    min-height: 84px;
}

.logo-top-side\.opages {
    background-color: #023849;
    height: 230px;
}

img.rounded.mx-auto.d-block.bold-top-img {
    width: -webkit-fill-available;
}

img.img-fluid.mx-auto.d-block.news-card-small-img {
    width: 184px;
    height: 109px;
}

.sp-post-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.sp-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-post-image-title {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 73%);
    color: white;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'IRANSans';
    font-size: 13px;
}

h2.blog-post-title {
    font-family: 'IRANSans';
    font-size: 15px;
    padding-top: 31px;
    color: #023849;
}

h3.blog-post-author {
    font-size: 12px;
    font-family: 'IRANSans';
    color: #66aac0;
}

p.blog-post-date {
    font-size: 10px;
    font-weight: bold;
    color: #999090;
}

.blog-post-content p {
    font-family: 'IRANSans';
    font-size: 12px;
    text-align: justify;
    line-height: 2;
}

.space {
    margin: 16px;
}

.icon-container {
    display: flex;
    justify-content: center;
    background-color: #306c83;
    padding: 6px 0;
}

.icon-container i {
    margin: 0 10px;
    text-align: center;
    color: #ffffff;
}

.links-container a {
    text-decoration: none;
    color: #778d95;
    font-family: 'IRANSans';
    font-size: 9px;
    line-height: 1.9;
    font-weight: 500;
}

.links-container {
    display: grid;
    margin-top: 14px;
}

.icons-header .fa-fw {
    color: #65a5bd;
}

.card-header.articlescardheader {
    background-color: #8ba2ab;
    text-align: center;
    height: 25px;
    padding: 0px 0;
    color: white;
    text-shadow: 1px 1px 2px #000000;
}

.card-body.d-flex.flex-column.articlescardtext {
    text-align: center;
}

.container.articlepaddinf {
    padding: 0;
}

.card-header.articlescardheader {
    background-color: #8ba2ab;
    text-align: center;
    height: 25px;
    padding: 0px 0;
    color: white;
    text-shadow: 1px 1px 2px #000000;
    font-family: 'IRANSans';
}
}

.sp-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-card-body {
    flex: 1;
    overflow: hidden;
    margin-top: 5px;
}

.sp-card-footer {
    position: absolute;
    bottom: 21px;
    width: 100%;
}

.articledate {
    text-align: center;
    font-size: 10px;
    margin-top: -10px;
    color: #284d5b;
    font-weight: 700;
}

p.blog-post-reference {
    font-family: 'IRANSans';
    font-size: 12px;
    color: #4b81aa;
}

.articlebody {
    padding: 0 30px;
}

.position-sticky {
    background-color: #e0dfd1;
}

.fst-italic {
    background-color: #15526a;
    color: white;
    font-size: 12px;
    padding: 10px 9px;
    font-family: 'IRANSans';
    font-style: normal !important;
    margin-top: 6px;
}

ol.list-unstyled.mb-0.statement-block {
    font-family: IRANSans;
    font-size: 13px;
    padding: 0px 7px 7px 7px;
}

span.statement-date-sidebar {
    float: inline-end;
    color: #878d8f;
    font-size: 10px;
}

span.statement-title-sidebar a {
    text-decoration: none;
    color: #15526a;
    font-size: 12px;
}

.row.gx-xxl-5 > [class^="col-"] {
    padding-right: 4px;
    padding-left: 4px;
}

.membercardname h2 {
    font-family: 'IRANSans';
    color: #21586d;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    font-weight: 700;
}

.membercardname h6 {
    font-size: 12px;
    font-family: iransans;
    text-align: center;
    font-weight: 400;
}

.card.membercard {
    background-color: #e8e6d4;
    border: solid 1px #deeaec;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.memberspagetitle h1 {
    font-size: 17px;
    font-family: 'IRANSans';
    font-weight: 700;
    color: #15526a;
}

.memberboxinfo {
    background-color: #c8eefb;
    padding: 24px 18px;
}

.abouttextboxtitle {
    text-align: center;
    font-family: 'IRANSans';
    font-weight: 500;
    color: #2e7895;
    padding-bottom: 20px;
    margin-top: -15px;
}

.abouttextboxcontent {
    font-family: 'IRANSans';
    font-size: 12px;
    text-align: justify;
    padding: 0 18px 40px 18px;
    min-height: 432px;
}

.abouttextbox {
    background: linear-gradient(0deg, #c7eefb, transparent);
}

.col-md-9.flagcorner {
    background-image: url(../img/flag-corner-r.png) , url(../img/flag-corner.png) , linear-gradient(0deg, #c7eefb, transparent);
    background-repeat: no-repeat, no-repeat;
    background-size: cover ,;
    background-position: right top, left top;
}

img.text-center.about {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 157px;
    margin-top: 42px;
    padding-top: 27px;
}

.download-page-card {
    background: #e0dfd1;
    text-align: center;
    font-family: 'IRANSans';
    margin: 19px 0px;
}

.download-page-title {
    font-size: 13px;
    padding-top: 6px;
    font-weight: bold;
}

.download-page-card-content {
    font-size: 11px;
    padding: 0px 15px 11px 15px;
    text-align: center;
    font-family: iransans;
}

.btn .download-page-card-download {
    padding: 8px 0;
}

.lib-btn {
    font-size: 12px;
    height: 27px;
    margin: 14px 0;
}

.custom-img-statement-hom-top {
    width: 85px;
    padding-top: 13px;
}

.download-libbook-img {
    width: 95px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.download-page-box {
    border: solid 1px #dbdddf;
}

.menu-list-top {
    margin-left: auto;
    padding-left: 5px;
    margin-right: 4px;
}

.active a {
    color: #ffffff;
    text-decoration: none;
}

.nav-link .active {
    background: red;
}

li.nav-link.hover:hover {
    background: red;
    border-bottom: solid 2px white;
}

.navbar .nav-link.active, .navbar .navbar-brand.active {
    background-color: #1595cc;
    border-bottom: solid red 2px;
}

li.nav-link a {
    color: white;
    text-decoration: none;
}

.sitename {
    font-family: 'art';
    font-size: 32px;
    color: white;
    padding-right: 5px;
}

.p-2.flex-grow-1.bd-highlight.top1bgcolor {
    background-color: #023849;
}

.card-body.text-success {
    color: red !important;
    padding: 0 15px;
}

.card-footer.bg-transparent.border-success {
    padding: 0;
}

a.btn.btn-warning.btn-sm.lib-btn {
    margin: 0;
    display: block;
}

.card.border-success.mb-3 {
    min-height: 310px;
}

h5.card-title.book {
    font-family: iransans;
    font-size: 12px;
    text-align: center;
    padding-top: 9px;
}

.card-body.text-dark.book {
    padding: 0;
}

.download-page-img img {
    width: 116px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}

a.btn.btn-warning.btn-sm.lib-btn.book {
    font-family: 'IRANSans';
}

.welcomelibtitle h4 {
    text-align: center;
    font-family: 'IRANSans';
    color: #15526a;
    font-size: 17px;
    padding-bottom: 8px;
}

.welcomelibtext {
    font-family: 'IRANSans';
    text-align: center;
    font-size: 12px;
    padding: 0 28px;
}

.row.g-2.library {
    padding-right: 6px;
}

.statement.archive {
    text-align: center;
    border: solid 1px #c5d1d6;
    background-image: none;
    background-color: #ffffff;
    border-radius: 10px;
}

.statements-archive-toptitle h1 {
    font-size: 21px;
    font-family: 'IRANSans';
    text-align: center;
    padding: 23px 0px 6px 0;
    margin-top: -31px;
}

.statements-archive-toptitle h2 {
    font-family: 'IRANSans';
    font-size: 12px;
    padding: 0 92px 21px 92px;
    text-align: center;
    line-height: 2;
}

li.nav-item.hover.dropdown {
    list-style-type: none;
}

.dropdown-menu.show {
    display: block;
    background: #000000bd;
    margin-top: 0px;
    padding: 0;
}

.gallery img {
    border-radius: 6px 7px 0px 0px;
    background-color: #ffffff;
    padding: 8px;
    width: 100%;
    box-shadow: 0px -15px 10px -15px #b3aaaa;
    cursor: pointer;
}

#gallery-modal .modal-img {
    width: 100%;
}

.mfc {
    background: #000000a8;
}

.title-gallery-photo {
    font-family: 'IRANSans';
    font-size: 11px;
    text-align: center;
    background: white;
    color: #0c0000;
    border-radius: 0px 0px 7px 7px;
    padding: 0px 1px 8px 0px;
}

.row.gy-4.row-cols-1.row-cols-sm-2.row-cols-md-3.photo-gallery-page {
    margin: 30px 0;
}

.container.joinform {
    margin: 24px 25px;
    width: fit-content;
    padding: 34px;
    background-color: #e2e3cf;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

i.fa.topmenu {
    background: #1495cc;
    padding: 3px 0px;
    border-radius: 2px;
}

.iconstop1 {
    background: #023849;
    padding: 8px 9px;
}

li.bgcontact.nav-link.hover {
    margin-left: 7px;
}

.video-gallery-link {
    text-align: center;
    font-family: iransans;
    padding-top: 25px;
}

.golden-btn + .golden-btn {
    margin-top: 1em;
}

.golden-btn {
    width: 125px;
    background: linear-gradient(180deg, #115166, #022530);
    padding: 6px 0;
    font-family: 'IRANSans';
    color: white;
    border: solid 1px #3b5861;
}

.golden-button {
    text-align: center;
    margin-top: 60px;
}

.mobile-cover-main-logo-mobile img {
    width: 239px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.golden-btn:hover {
    background: linear-gradient(180deg, #022530, #115166);
}

.statement a {
    color: #000000;
    text-decoration: none;
}

.statement-title {
    color: #4697c1;
    font-size: 17px;
    font-weight: 500;
    padding: 0 20px;
}

.statement-page {
    font-family: iransans;
}

.statement-content {
    font-size: 12px;
    text-align: justify;
    padding: 23px 20px 87px 20px;
}

.statement-num {
    padding: 0 20px;
    font-size: 13px;
    color: #79bbd9;
}

.statement-date {
    padding: 0 20px;
    font-size: 15px;
    color: #6aafd1;
}

.flagcorner {
    background-image: url(../img/flag-corner-r.png) , url(../img/flag-corner.png) , linear-gradient(0deg, #c7eefb, transparent);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left top;
    padding-bottom: 0;
    margin-top: -47px;
    height: 100%;
}

.block-statementrow {
    margin: 52px 6px;
}

.news-single {
    margin-top: 47px;
    font-family: 'IRANSans';
}

.news-single-body {
    padding: 15px 20px;
}

.news-single-title {
    font-size: 14px;
    font-weight: 600;
    color: #15526a;
}

.news-single-date-created {
    font-size: 12px;
    color: #15526a;
    margin-top: 18px;
}

.news-single-category {
    font-size: 11px;
    color: #15526a;
}

.news-single-content {
    text-align: justify;
    font-size: 12px;
    padding: 23px 0;
}

.news-cards a {
    text-decoration: none;
}

.news-meta-homapage {
    display: flex;
    font-family: 'IRANSans';
    font-size: 10px;
    color: red;
    position: absolute;
    top: 67px;
}

.news-card-date {
    padding-left: 5px;
}

.news-card-category {
    padding-right: 5px;
}

a.news-card-link {
    margin: -5px 0px;
    color: black;
}

i.fa.topmenu.fa-spotify {
    padding: 3px 4px;
}

a i.fa.topmenu {
    color: white;
}

.news-cards.archive {
    margin: 0 4px 0 12px;
}

.news-meta-archive {
    display: flex;
    font-size: 11px;
    color: red;
    font-family: iransans;
    margin-top: -14px;
}

p.news-card-content.archive {
    font-family: 'IRANSans';
    font-size: 11px;
    color: black;
}

h5.news-card-title.archive {
    font-size: 11px;
    font-weight: 700;
    color: #016991;
}

h1.archive-title {
    padding: 7px 8px;
    background: red;
    background-color: #016991;
    color: white;
    font-family: 'IRANSans';
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.image-archive-statementspage img {
    width: 76px;
    padding-top: 17px;
}

.joneform {
    margin: 11px 17px;
    background-color: #f3f1de;
    padding: 13px 17px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-family: 'IRANSans';
    font-size: 12px;
    font-weight: 600;
    color: #c65555;
}

.container.joincon {
    background: #ff000000;
}

.joneform input {
    font-size: 12px;
}

select.form-select {
    font-size: 12px;
}

label {
    display: inline-block;
    padding-right: 5px;
}

.joinformpagemembers h1 {
    font-size: 18px;
    font-family: 'IRANSans';
    text-align: center;
    color: #15526a;
}

.joinformpagemembers h2 {
    font-size: 12px;
    font-family: 'IRANSans';
    text-align: center;
    padding: 11px 55px;
    line-height: 2;
}

.blog-and-news-header.banner {
    background-color: #016991;
    color: white;
    font-family: 'IRANSans';
    font-size: 12px;
    border-radius: 6px;
    font-weight: 600;
    padding: 10px 12px;
    margin-top: 7px;
}

.banner-title {
    background-color: #013b51db;
    padding: 11px 7px;
    text-align: center;
    font-family: iransans;
    font-weight: 500;
    color: white;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}

section.gallery {
    padding-bottom: 23px;
}

.sitename a {
    color: white;
    text-decoration: none;
}

.social-icons.members {
    display: flex;
    justify-content: space-around;
    background-color: #023849d4;
    margin-top: -36px;
    padding: 6px 0;
}

.social-icons.members .fa-fw {
    color: white;
}

.biokink {
    color: white;
    text-decoration: none;
    background: #5994a9;
    text-align: center;
    font-family: 'IRANSans';
    font-size: 12px;
    padding: 4px 0;
    border-radius: 0px 0px 9px 9px;
}

.socialiconsbiopage {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 13px;
}

.socialiconsbiopage a {
    color: #023849;
    border: solid;
    margin: 0px 5px;
}

.bioinfobiopage {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.biopagedesign {
    background: #dee7ec;
    border: solid 1px #dadada;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 9px;
    padding: 0 8px;
    margin-top: 47px;
    background-image: url(../img/flag-corner.png);
    background-repeat: no-repeat;
    background-size: 95px;
}

.imgbiopage {
    padding: 10px;
    margin-right: -11px;
}

.biographypagename {
    font-family: 'IRANSans';
    font-weight: bold;
    color: #15526a;
}

.biographypageposition {
    font-family: 'IRANSans';
    font-size: 12px;
}

.biographypagebiography {
    font-family: iransans;
    text-align: justify;
    font-size: 12px;
    padding: 0px 9px 89px 9px;
}

h1.biogmember {
    font-size: 14px;
    font-family: 'IRANSans';
    padding: 20px 10px 2px 0px;
    color: #15526a;
}

.row.biobluck {
    background: #1750702b;
    margin: 0 -8px;
    border-radius: 7px 7px 0px 0px;
}

.flagcorner.aboutpage {
    background-image: none;
}

.welcomelibtitle {
    margin-top: 70px;
}

.flagcorner.aboutpage.gallery {
    background: linear-gradient(0deg, #c7eefb, #c4e9f6)!important;
    background-image: none;
    margin-top: 0px;
}

.photogallerytitle h1 {
    color: #15526a;
    text-align: center;
    font-family: 'IRANSans';
    font-size: 17px;
    padding-top: 27px;
}

.flagcorner.videogallery {
    background-image: none;
    margin-top: -28px;
}

img.text-center.biog {
    width: 78px;
}

.photogallerytitle {
    font-family: iransans;
    text-align: center;
    color: #15526a;
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
}

a.pagenumber {
    background: #e50000;
    color: white;
    margin: 0 3px;
    padding: 5px 10px;
    border-radius: 4px;
}

.pagenumberdiv {
    display: inline-block;
    margin: 25px 0px;
}

.pagenumber {
    text-decoration: none;
    padding: 5px;
    border: 1px solid #ddd;
}

div.pagenumberdiv-container {
    text-align: center;
    direction: ltr;
}

h3.mb-0.cartboot-title {
    font-family: iransans;
    font-size: 12px;
    color: #3a86a3;
    font-weight: bold;
    padding: 7px 0;
}

.mb-1.text-muted.cartboot-meta {
    display: flex;
    font-size: 12px;
}

p.card-text.mb-auto.cartboot-content {
    font-family: 'IRANSans';
    font-size: 12px;
}

.col.p-4.d-flex.flex-column.position-static.cartboot {
    padding: 6px 12px 0px 12px !important;
    background-color: #c9dbe47d;
}

.cartboot-img img {
    width: 157px;
}

.mb-1.text-muted.cartboot-meta p {
    color: red;
    padding: 0 2px;
    margin-bottom: 0;
    font-family: 'IRANSans';
    font-size: 9px;
}

.newsarchivetitlep {
    background: #016991;
    color: white;
    font-family: 'IRANSans';
    font-size: 12px;
    padding: 8px 8px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.mobile-empty-button {
    margin: 70px;
}
.cartboot-img-archive img {
    width: 106px;
}
.welcome-footer {
    color: #778d95;
    font-family: 'IRANSans';
    text-align: justify;
    font-size: 9px;
    margin-top: 38px;
}

.statement-text2 p {
    font-size: 12px;
    font-weight: bold;
    font-family: iransans;
    line-height: 0;
    margin: 12px !important;
}

.sp-card-footer a {
    background: #016991;
    color: white;
    font-family: 'IRANSans';
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 4px;
    box-shadow: 2px 3px 5px 0px #214b5d;
}
p.sp-card-author2 {
    margin-top: -14px;
    font-family: 'IRANSans';
    font-size: 11px;
    color: #e31616;
}
.abouttextboxtitle h1 {
    font-size: 20px;
}
.container.newsbottomtransparent {
    background: transparent;
}
.newsbottomcardsingle {
    background: white;
    border-radius: 4px;
    margin-bottom: 29px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.news-bottom-in-singlepage-title {
    font-family: iransans;
    font-size: 11px;
    padding: 0px 8px;
    min-height: 37px;
    color: black;
}

.news-bottom-in-singlepage-img {
    padding: 9px 9px;
}
.header-singlenews {
    font-family: 'IRANSans';
    font-size: 12px;
    color: #023849;
    margin: 0px 11px 5px 9px;
    font-weight: bold;
    border-bottom: solid #769fac 1px;
    width: -webkit-fill-available;
    padding-bottom: 6px;
}

.membercard-img {
    background-image: url(https://c.tenor.com/-n8JvVIqBXkAAAAC/tenor.gif);
    height: 206px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 81px 65px;
    background-color: white;
}
span.current-page {
    background: #0289a3;
    color: white;
    margin: 0 3px;
    padding: 5px 10px;
    border-radius: 4px;
}
.container.unique-container {
    -webkit-box-shadow: 0 0 7px #424242;
    box-shadow: 0 0 7px #424242;
}
@media (max-width: 768px) {
.membersiddesktop{
    display:none;
}
}

@media (min-width: 768px) {
.membersidmob{
    display:none;
}
}


.row.membersidmob {
    font-family: 'FontAwesome';
    text-align: center;
}

.mem-img-social-icons {
    font-size: 30px;
    padding: 7px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    background-color: #073d52ad;
    position: relative;
    top: -59px;
}

.mem-img-social-icons a {
    color: white;
}


.mem-card-infomob {
    background-color: #085873;
    margin-top: -93px;
    font-family: 'IRANSans';
    padding: 60px 0 16px 0;
    color: white;
}
.mem-card {
    margin-bottom: 50px;
}
.mem-card-name h2 {
    font-size: 14px;
    font-weight: 700;
}
.mem-card-pos h6 {
    font-size: 12px;
}
.mem-card {
    margin-bottom: 30px;
}
.p-2.bd-highlight.headertime {
    color: #f4f4f4;
    margin-top: 14px;
    margin-left: 11px;
    font-size: 14px;
    font-family: art !important;
}



/* استفاده از فونت برای متن فارسی */
body {
    font-family: 'IRANSans', Arial, sans-serif; /* یک فونت فارسی به عنوان فونت اصلی */
    direction: rtl; /* تنظیم ترتیب متن به راست به چپ برای زبان‌های راست به چپ */
}

/* کلاس برای متن انگلیسی */
.ltr-text {
    direction: ltr; /* تنظیم ترتیب متن به چپ به راست برای متن انگلیسی */
    font-family: Arial, sans-serif; /* استفاده از فونت غیر فارسی برای متن انگلیسی */
}
.metasinglepage {
    padding: 0 21px;
    margin-top: -36px;
    margin-bottom: 59px;
    font-size: 11px;
    line-height: 0.3rem;
    color: #385f00;
}
    .social-sharing-buttons {
        margin-top: 20px;
        text-align: center;
    }
    .social-sharing-buttons .btn {
        margin: 5px;
        color: #000;
        padding: 10px;
        border-radius: 50%;
        text-decoration: none;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 20px;
        text-align: center;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
    }
    .social-sharing-buttons .btn:hover {
        background-color: #e9ecef;
    }
 