@font-face {
    font-family: "Ah-moharram";
    src: url("../fonts/Ah-moharram-bold.ttf") format("woff"),
        url("../fonts/Ah-moharram-bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "couture";
    src: url("../fonts/couture-bld.ttf") format("woff"),
        url("../fonts/couture-bld.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri.ttf") format("woff"),
        url("../fonts/Calibri.ttf") format("truetype");
    font-display: swap;
}
:root {
    --dark-blue: #2d2e7d;
    --white: #ffffff;
    --black: #000000;
    --color-primary: #d7592f;
}
.btn-primary {
    --color-primary: #d7592f;
    --white: #ffffff;

    --bs-btn-bg: #d7592f;
    --bs-btn-border-color: #d7592f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #be461d;
    --bs-btn-hover-border-color: #be461d;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d7592f;
    --bs-btn-active-border-color: #d7592f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: #d7592f;
    --bs-btn-disabled-border-color: #d7592f;
    --bs-btn-border-radius: 0;
    --bs-btn-font-family: "Calibri", "san-serif";
}
.btn-secondary {
    --color-primary: #2d2e7d;
    --white: #ffffff;

    --bs-btn-bg: #2d2e7d;
    --bs-btn-border-color: #2d2e7d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #202268;
    --bs-btn-hover-border-color: #202268;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2d2e7d;
    --bs-btn-active-border-color: #2d2e7d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: #2d2e7d;
    --bs-btn-disabled-border-color: #2d2e7d;
    --bs-btn-border-radius: 0;
    --bs-btn-font-family: "Calibri", "san-serif";
}
a {
    color: var(--dark-blue);
}
.contact-form .form-group {
    margin-bottom: 3rem;
}
.form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    text-align: start;
    font-family: "Calibri", "san-serif";
    font-size: 1.2rem;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
body,
main {
    overflow-x: hidden;
}
header {
    overflow-x: hidden;
}
.ah-moharram {
    font-family: "Calibri", "san-serif";
}
p,
ol,
ul,
li,
div,
span,
body {
    font-family: "Calibri", "san-serif";
}
/* Nav Bar */
.navbar-brand img {
    transition: all 0.3s;
}
#navbar_top.fixed-top .navbar-brand img {
    max-width: 145px;
}
#navbar_top.bg-light {
    background-color: #fff !important;
}
#navbar_top.fixed-top.bg-light {
    border-bottom: 1px solid #ddd;
}
.navbar-toggler .icon-bar {
    background-color: var(--black);
    transition: all 0.2s;
    display: block;
    width: 33px;
    height: 2px;
    border-radius: 1px;
    margin: 9.5px 0;
}
.navbar-container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}
#navbar_top.fixed-top .navbar-container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.navbar-toggler {
    border: none;
    background: transparent !important;
    z-index: 10009;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler .icon-top-bar {
    transform: rotate(45deg);
    transform-origin: 0;
}

.navbar-toggler .icon-middle-bar {
    opacity: 0;
}

.navbar-toggler .icon-bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0;
}

.navbar-toggler.collapsed .icon-top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .icon-bottom-bar {
    transform: rotate(0);
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-left: 1.4em;
    color: var(--black);
    transition: all 0.3s;
    font-family: "Calibri", "san-serif";
    font-size: 1.2em;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
    color: var(--dark-blue);
}
.navbar-nav .nav-link::after {
    content: " ";
    height: 1px;
    background-color: var(--dark-blue);
    transition: all 0.3s;
    width: 0;
    display: block;
    top: 3px;
    position: relative;
    margin: auto;
}
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link.show::after,
.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.page-title-section {
    background-color: var(--dark-blue);
    padding: 1.3em 0;
    color: var(--white);
}
.page-title,
.page-year {
    font-size: 2.5em;
    font-family: "Calibri", "san-serif";
    margin-bottom: 0;
}

/* Hero Section */
.hero-section {
    margin-top: 8em;
    margin-bottom: 8em;
}
.hero-section h2 {
    font-size: 3em;
}
.hero-read-more {
    position: absolute;
    right: -1em;
    bottom: 2em;
    color: var(--white);
    background-color: var(--color-primary);
    border-radius: 5em;
    width: 4.5em;
    height: 4.5em;
    text-align: center;
    font-size: 1.5em;
    line-height: 1;
    padding: 1.2em 1em;
    font-family: "Calibri", "san-serif";
}
.hero-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
}
.hero-indecators {
    max-width: 140px;
    margin-top: -5em;
    height: 35px;
}

#HeroCarousel .carousel-control-prev,
#HeroCarousel .carousel-control-next {
    /* top: -5em; */
    bottom: unset;
    background-color: #2d2e7d;
    width: 3em;
    opacity: 1;
    color: #fff;
    padding: 1em 2em;
    transition: all 0.5s;
    height: 51px;
}

#HeroCarousel .hero-indecators .carousel-control-prev:hover {
    margin-right: 0.5em;
}
#HeroCarousel .hero-indecators .carousel-control-next:hover {
    margin-left: 0.5em;
}

/* About Section */
.about-section {
    background-color: #f4f4f4;
    padding-top: 6em;
    padding-bottom: 6em;
}
.about-section h2 {
    font-size: 3em;
}
.video-play-btn {
    top: 50%;
    left: 50%;
    margin-top: -4em;
    margin-left: -4em;
    width: 8em;
    height: 8em;
    border-radius: 100px;
    background-color: var(--dark-blue);
    position: absolute;
    transition: all 0.5s;
}
.video-play-btn:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.video-play-btn::after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -30px;
    width: 0;
    height: 0;
    border-left: 42.5px solid #ffffff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    transition: all 0.5s;
}
.video-play-btn:hover::after {
    opacity: 0.7;
}

/* Articls */
.articles-section {
    margin-top: 6em;
    margin-bottom: 6em;
}
.articles-section h2 {
    font-size: 3em;
    margin-bottom: 0.6em;
}
.articles-large-content {
    border-top: 1px solid #000000;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 8em;
}
.articles-grid {
    margin-top: 8em;
}
.article-grid-item {
    padding-bottom: 3em;
    margin-bottom: 6em;
    border-bottom: 1px solid #000;
    position: relative;
    padding-left: 7em;
}

/* .articles-grid .col-lg-4:nth-last-child(-n + 3) .article-grid-item {
    border-bottom: 0;
} */

.article-image {
    padding-bottom: 0.5em;
}
.article-image img {
    max-width: 85%;
}
.article-date {
    font-family: "Calibri", "san-serif";
    font-size: 1.3em;
    margin-bottom: 0;
}
.article-title {
    font-family: "Calibri", "san-serif";
    font-size: 23px;
    margin-bottom: 0.4em;

}
.article-grid-item .article-title{
    min-height: 56px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-desc {
    margin-bottom: 2em;
    font-size: 1em;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-hero-section .article-desc {
    font-size: 1.38em;
    display: block !important;
}
.read-more-section {
    border-top: 1px solid #000;
    padding-top: 3em;
}
.read-more-arrow {
    margin-right: 0.4em;
    max-width: 1em;
    margin-top: 0.2em;
}

/* Archive Section */
.archive-section {
    background-color: #f4f4f4;
}
.archive-section h2 {
    font-size: 3em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.archive-item-content {
    padding-left: 10em;
    padding-right: 10em;
}
.archive-item-content .article-date {
    font-size: 1.1em;
}
.archive-section .carousel-control-prev,
.archive-section .carousel-control-next {
    top: unset;
    bottom: -4em;
    background-color: #2d2e7d;
    width: 3em;
    opacity: 1;
    color: #fff;
    padding: 1em 2em;
    transition: all 0.5s;
    height: 51px;
}

.archive-section .carousel-control-prev {
    right: 10em;
}
.archive-section .carousel-control-next {
    right: 15em;
}
.archive-section .carousel-control-prev:hover {
    margin-right: 0.5em;
}
.archive-section .carousel-control-next:hover {
    margin-right: -0.5em;
}
/* Categories */
.categories-section {
    margin-top: 6em;
}

.categories-section h2 {
    font-size: 3em;
    margin-bottom: 0.6em;
}
.categoriy-item {
    border-top: 2px solid #2d2e7d;
    color: var(--white);
}
.categoriy-item a {
    transition: all 0.3s;
    display: block;
    color: var(--black);
    text-decoration: none;
    font-family: "Calibri", "san-serif";
    font-size: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.categoriy-item a:hover {
    background-color: #2d2e7d;
    color: var(--white);
}
.categoriy-item .category-title {
    float: right;
}
.categoriy-item .category-articles-count {
    float: left;
}

/* Articles page */
.articles-filter-list {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0.4em;
}
.articles-filter-list li {
    display: inline-block;
    list-style: none;
    margin-right: 1.5em;
}
.articles-filter-list li a {
    font-family: "Calibri", "san-serif";
    font-size: 1.5em;
    text-decoration: none;
    color: var(--white);
    transition: all 0.3s;
}
.articles-filter-list li a.active,
.articles-filter-list li a:hover {
    border-bottom: 1px solid var(--white);
}

/* Article Page */
.article-hero-section {
    position: relative;
    color: var(--white);
}
.article-hero-section h1 {
    font-size: 2.5rem;
    margin-bottom: 0.8em;
    line-height: 1.4;
}
.hero-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hero-bg::after {
    content: " ";
    background-image: url(../imgs/banner-overlay.png);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
}
.soundcloud-player {
    background-color: #cccccc25;
    padding: 5px;
    border-radius: 13px;
    border: 1px solid #ccccccab;
    max-width: 650px;
}
.soundcloud-player iframe {
    display: block;
}
.prev-btn {
    background-image: url("../imgs/back-btn.png");
    background-repeat: no-repeat;
    width: 92px;
    height: 92px;
    display: inline-block;
    padding: 33px;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 2.5em;
    margin-bottom: 5em;
}
.prev-btn:hover {
    transform: scale(0.9);
}
.share-btn {
    font-family: "Calibri", "san-serif";
    font-size: 1.2em;
    padding-left: 1.4em;
    padding-right: 1.4em;
}
.article-content-section {
    margin-top: 3em;
    margin-bottom: 6em;
}
.article-content-section h1,
.article-content-section h2,
.article-content-section h3,
.article-content-section h4 {
    font-family: "Calibri", "san-serif";
}
.article-content-section h2 {
    font-size: 3em;
}

.navigation-section {
    background-color: #f4f4f4;
    padding-top: 4em;
    padding-bottom: 4em;
}
.navigation-section a {
    color: var(--black);
    font-size: 1.6em;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.navigation-section .article-date {
    font-size: 1.2rem;
    margin: 0;
}
.navigation-section .article-title {
    font-size: 20px;
    margin: 0;
    max-width: 310px;
}
.navigation-book {
    max-width: 80%;
}
.navigation-arrow {
    transition: all 0.3s;
    margin-top: -100%;
    width: 65px;
}
.navigation-section a:hover .navigation-arrow {
    transform: scale(0.9);
}
.navigation-book img {
    max-width: 70%;
}
#article-content-tabs {
    border: none;
    float: left;
}
#article-content-tabs.nav-tabs .nav-item a {
    cursor: pointer;
    box-shadow: none !important;
    color: #000;
    padding-right: 1rem;
    text-decoration: none;
    transition: all 0.3s;
}
#article-content-tabs.nav-tabs .nav-item a.active {
    color: #d7592f;
}
.article-head-ar {
    font-family: "Calibri", "san-serif";
    font-size: 1.1rem;
    line-height: 0;
}
.article-head-en {
    font-family: "Calibri", "san-serif";
    border-right: 1px solid #000 !important;
    margin-right: 1rem;
}
#article-content-en {
    direction: ltr;
}
.tab-pane img {
    max-width: 100% !important;
    height: auto !important;
}
.attachment--preview > a {
    color: #777;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.attachment--preview > a:hover {
    color: #333;
}
.footnote_container {
    margin-top: 1rem;
    padding-top: 0.5rem;
    color: #5a5a5a;
    font-style: italic;
    font-size: 0.95rem;
}
div.mce-footnotes {
    margin-top: 1rem;
    padding-top: 0.5rem;
    color: #5a5a5a;
    font-style: italic;
    font-size: 0.95rem;
}
div.mce-footnotes hr {
    margin-inline-end: auto;
    margin-inline-start: 0;
    width: 100%;
}

div.mce-footnotes li > a.mce-footnotes-backlink {
    text-decoration: none;
    font-size: 0px;
    opacity: 0.7;
    transition: all 0.3s;
}
div.mce-footnotes li > a.mce-footnotes-backlink:hover {
    opacity: 1;
}
div.mce-footnotes li > a.mce-footnotes-backlink:before {
    content: " ";
    background-image: url(../imgs/back-to-top.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: contain;
    margin-left: 5px;
    margin-bottom: -2px;
}
@media print {
    sup.mce-footnote a {
        color: black;
        text-decoration: none;
    }
    div.mce-footnotes {
        break-inside: avoid;
        width: 100%;
    }
    div.mce-footnotes li > a.mce-footnotes-backlink {
        display: none;
    }
}

:target {
    scroll-margin-top: 95px;
}

.article-sharebox{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    padding: 1em;
    background-color: #0000009a;
    display: none;
}

.share-box-inner {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8em;
    margin-top: -8em;
    width: 16em;
    max-width: 80%;
    padding: 1.7em 2em 1.5em;
}
.share-box-inner h5 {
    border-bottom: 1px solid #ccc;
    font-size: 1.3em;
    margin-bottom: 1.1em;
    font-weight: 500;
}
.share-box-inner ul {
    padding: 0;
    margin: 0;
}
.share-box-inner ul li:first-child {
    margin-right: 0;
}
.share-box-inner ul li {
    display: inline-block;
    margin: 0 0.7em;
}
.share-box-inner ul li div {
    cursor: pointer;
}
.share-box-inner ul li div svg {
    width: 1.7em;
}
.share-box-inner ul li div.share-facebook svg {
    width: auto;
    height: 1.5em;
}
.share-box-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 5em;
    height: 5em;
    background: #fff;
    color: #000;
    z-index: 399;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
}
.share-box-close svg {
    width: 1.2em;
    max-width: 100%;
    height: auto;
    display: block;
}

/* About US */
.about_message_section {
    margin-top: 8em;
    margin-bottom: 8em;
}
.about_message_section h3 {
    font-size: 1.8rem;
}
.quoat-auther h4 {
    font-size: 1.6rem;
    color: #00000061;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 400;
}
.about_kpis_lis {
    font-size: 2rem;
    line-height: 100%;
}
.about_kpis_lis h4 {
    font-size: 3.3rem;
    line-height: 100%;
}
.article-tags {
    margin-top: 3rem;
}
.article-tags a {
    color: #2d2e7d;
    font-style: italic;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}
.article-tags a:hover {
    color: #4a4cda;
}
.article-notes {
    margin-top: 1rem;
    border-top: 1px solid #919191;
    padding-top: 0.5rem;
    color: #5a5a5a;
    font-style: italic;
    font-size: 0.95rem;
}

/* Records */
.records-section h1 {
    font-size: 3em;
    line-height: 1;
}
.records-section {
    padding-top: 6em;
    padding-bottom: 4em;
    border-top: 1px solid #ddd;
}
.playlist-section {
    margin-bottom: 6em;
}

.playlist-section iframe {
    background-color: #f5f5f5;
}

/* Contact Us */
.contact-section {
    padding-top: 6em;
    padding-bottom: 6em;
    border-top: 1px solid #ddd;
}
.contact-section h1 {
    font-size: 3em;
    line-height: 1;
}
.contact-content {
    max-width: 450px;
    margin-bottom: 3em;
}
.contact-content img {
    display: block;
}
.contact-content a {
    color: #000;
    text-decoration: none;
    margin-top: 0.6rem;
    display: inline-block;
    font-family: "Calibri", "san-serif";
    transition: all 0.3s;
}
.contact-content a:hover {
    color: var(--dark-blue);
}
.contact-content-phone {
    direction: ltr;
    text-align: start;
}
.contact-content-address {
    max-width: 350px;
}
.contact-submit {
    background-image: url(../imgs/next-arrow.png);
    background-repeat: no-repeat;
    background-position: 25px;
    background-size: 22px;
}

.feedback_success .main-heading, .feedback_failed .main-heading{
    font-size: 32px;
    line-height: 1.2;
}
.feedback_success i {
    color: green;
}

.feedback_success i, .feedback_failed i{
    font-size: 54px;
    display: block;
    margin-bottom: 25px;
}
.feedback_failed i{
    color: red;
}
/* Footyer */
footer {
    background-color: var(--dark-blue);
    padding-top: 6em;
    padding-bottom: 3em;
    color: var(--white);
}
footer h2,
footer h3,
footer h4,
footer h5,
footer a.moharram {
    font-family: "Calibri", "san-serif";
}
footer h3 {
    font-size: 1.8em;
}
footer h4 {
    font-size: 1.4em;
}
footer a.moharram {
    font-size: 1.4em;
}
footer ul.social-icons li {
    display: inline-block;
    margin-left: 1em;
}
footer ul.social-icons li a {
    font-size: 1.6em;
}
footer ul {
    padding: 0;
}
footer ul li {
    list-style: none;
}
footer ul li a {
    color: var(--white);
    text-decoration: none;
    font-size: 1em;
}
footer .subscribe-form {
    border-bottom: 1px solid var(--white);
    display: flex;
    margin-top: 4em;
}
footer ul.contact-list li {
    margin-top: 2em;
    margin-bottom: 2em;
}
footer ul.contact-list li a {
    font-family: "Calibri", "san-serif";
}
footer input {
    background-color: transparent;
    color: var(--white);
    padding: 1rem;
    border: 0;
    text-align: right;
    font-size: 1.2em;
    width: 60%;
    font-family: "Calibri", "san-serif";
}
footer input:focus,
footer input:focus-visible {
    outline: 0;
    border: 0;
}
footer input::placeholder,
footer input::-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: var(--white);
    direction: rtl;
}
::-ms-input-placeholder {
    color: var(--white);
    direction: rtl;
}
::placeholder {
    color: var(--white);
    direction: rtl;
}
footer .subscribe-form button {
    color: var(--black);
    background-color: var(--white);
    text-align: center;
    float: left;
    height: 100%;
    padding: 1rem 1.5rem;
    border: 0;
    font-size: 1.2em;
    width: 40%;
    font-family: "Calibri", "san-serif";
}
footer .bottom-footer {
    border-top: 1px solid var(--white);
}

footer .bottom-footer ul li {
    display: inline-block;
    margin-left: 1em;
}
footer .bottom-footer p {
    direction: ltr;
}
