:root {
    --main-color: #94bdd3;
    --main-text-color: #323e4a;
    --second-color: #cab89b;
    --title-color: #2d566c;
    --backdround-color: #f1eee7;
}

#your-color-code {
    color: #f1eee7;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Alexandria", sans-serif;
}
.preloader__img {
    animation: preloaderAnimation 2s linear 0s infinite normal both;
}
@keyframes preloaderAnimation {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.4);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
a {
    outline: none;
    transition: all 0.3s;
}

p {
    margin: 0px;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }
}

.h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .h1 {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .h1 {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .h1 {
        font-size: 24px;
    }
}

.h1-dop {
    font-size: 70px;
    line-height: 1.2;
}

@media (min-width: 1500px) {
    .h1-dop {
        font-size: 158px;
    }
}

@media (min-width: 1200px) {
    .h1-dop {
        font-size: 128px;
    }
}

@media (min-width: 992px) {
    .h1-dop {
        font-size: 118px;
    }
}

@media (min-width: 768px) {
    .h1-dop {
        font-size: 108px;
    }
}

@media (min-width: 576px) {
    .h1-dop {
        font-size: 90px;
    }
}

.h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .h2 {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .h2 {
        font-size: 17px;
        line-height: 1.6;
    }
}

.h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .h3 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .h3 {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .h3 {
        font-size: 20px;
    }
}

.text_lg {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
}

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

@media (max-width: 767.98px) {
    .text_lg {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .text_lg {
        font-size: 14px;
    }
}

.text_md {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
}

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

@media (max-width: 767.98px) {
    .text_md {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .text_md {
        direction: rtl;
        font-size: 15px !important;
    }
}

.text_md_dop {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
}

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

@media (max-width: 767.98px) {
    .text_md_dop {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .text_md_dop {
        font-size: 12px;
    }
}

.text {
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .text {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .text {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .text {
        font-size: 12px;
    }
}

.text_sm {
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .text_sm {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .text_sm {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .text_sm {
        font-size: 12px;
    }
}

.text_min {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .text_min {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .text_min {
        font-size: 12px;
    }
}

.text-extra-min {
    font-size: 12px;
    line-height: 1.5;
}

ul,
ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
    list-style: none;
}

label,
input,
button,
select,
textarea {
    box-shadow: none !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    line-height: 1.3 !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

tbody::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

/* Track */

::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #cab89b;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #cab89b;
}

.d-if-c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blue-light {
    color: var(--main-color) !important;
}

.bg_gray {
    background: #f3f3f7;
}

.bg_dark_gray {
    background: #878787 !important;
}

.container_lg {
    max-width: 1060px;
}

.container_sm {
    max-width: 630px;
}

.color-blue {
    color: #2d566c !important;
}

.color-blue-1 {
    color: #313a87 !important;
}

.color-blue-2 {
    color: #0f196f !important;
}

.color_black_2 {
    color: #131a37 !important;
}

.color-light-gray {
    color: #f1eee7 !important;
}

.color-gray {
    color: #aeb6bf !important;
}

.color-gray-2 {
    color: #949493 !important;
}

.color-gray-3 {
    color: #888888 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.mw-700 {
    max-width: 700px;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.row-dop {
    margin-inline-end: -12px;
    margin-inline-start: -12px;
}

@media (max-width: 767.98px) {
    .row-dop {
        margin-inline-end: -10px;
        margin-inline-start: -10px;
    }
}

.row-dop .col-dop {
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 767.98px) {
    .row-dop .col-dop {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767.98px) {
    .row-min {
        margin-inline-end: -8px;
        margin-inline-start: -8px;
    }
}

@media (max-width: 767.98px) {
    .row-min .col-min {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.direction-ltr {
    direction: ltr;
}

.h_100 {
    height: 70vh;
}

.mh-none {
    min-height: 0 !important;
}

.navbar {
    background-color: #fff;
}

.navbar .nav-item a {
    color: var(--main-text-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.navbar .nav-item a.active,
.navbar .nav-item a:hover,
.navbar .nav-item a:focus {
    color: var(--second-color);
}

.navbar .navbar-toggler {
    color: var(--main-color);
    border-color: white;
    font-size: 25px;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-toggler[aria-expanded="true"] {
    border-color: white;
}

.logo_header {
    max-width: 80px;
}

@media (max-width: 991px) {
    .logo_header {
        max-width: 40px;
    }
}

.offcanvas-end {
    width: 300px;
}

.btn-main {
    background-color: var(--main-color);
    color: #fff;
    padding: 12px 24px;
    border-radius: 24px;
    margin-inline-start: 20px;
    height: 52px;
    width: 98px;
}

@media (max-width: 991.98px) {
    .btn-main {
        margin-inline-start: auto;
        margin-inline-end: auto;
        width: 100%;
    }
}

.btn-white {
    background-color: #ffffff;
    color: var(--title-color);
    padding: 12px 24px;
    border-radius: 20px;
    font-size: 32px;
    line-height: 1.5;
    width: 252px;
    height: 88px;
}

@media (max-width: 991.98px) {
    .btn-white {
        width: 210px;
        height: 64px;
        font-size: 20px;
        border-radius: 10px;
    }
}

@media (max-width: 767.98px) {
    .btn-white {
        width: 140px;
        height: 44px;
        font-size: 16px;
    }
}

.btn-main:hover {
    color: var(--second-color);
}

.btn_blue {
    background: #367496;
    border-radius: 20px;
    width: 194px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
    border: 2px solid #367496;
}

.btn_blue:hover,
.btn_blue:focus {
    background: #ffffff;
    color: #367496;
}

@media (max-width: 767.98px) {
    .btn_blue {
        border-radius: 8px;
        font-size: 12px;
        width: 97px;
        height: 38px;
    }
}

.btn_blue_dop {
    width: 248px;
    height: 88px;
    background: #94bdd3;
    border: 2px solid #94bdd3;
}

.btn_blue_dop:hover,
.btn_blue_dop:focus {
    background: #ffffff;
    color: #94bdd3;
}

@media (max-width: 767.98px) {
    .btn_blue_dop {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .btn_blue_dop {
        width: 100%;
        height: 44px;
        font-size: 16px;
    }
}

.btn-read {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #35495e !important;
    transition: all 0.3s;
}

@media (max-width: 1400px) {
    .btn-read {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .btn-read {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .btn-read {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .btn-read {
        font-size: 12px;
    }
}

.btn-read .arrow_btn {
    width: 32px !important;
    display: inline-block !important;
}

.btn-read svg {
    transition: all 0.3s;
}

.btn-read svg .st_0 {
    fill: #35495e;
}

.btn-read:hover svg {
    transform: translate(2px, -2px);
}

.btn-filter {
    height: 44px;
    background: rgba(148, 189, 211, 0.2);
    border-radius: 15px;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #94bdd3;
    transition: all 0.3s;
}

@media (max-width: 767.98px) {
    .btn-filter {
        height: 38px;
        padding: 10px 5px;
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .btn-filter {
        height: 32px;
        font-size: 12px;
        padding: 8px;
    }
}

.btn-filter:after {
    display: none;
}

.btn-filter .st_1 {
    fill: #94bdd3;
    transition: all 0.3s;
}

.btn-filter:hover {
    color: #696e9f;
}

.btn-filter:hover .st_1 {
    fill: #696e9f;
}

.btn-filter .arrow_dropdown {
    margin-inline-end: 10px;
}

.btn-filter[aria-expanded="true"] .arrow_dropdown {
    transform: rotate(180deg);
}

.dropdown-menu.show {
    border-radius: 18px;
    border: none;
    width: 100%;
}

.btn_gray {
    background: #cab89b;
    border-radius: 18px;
    width: 269px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    transition: all 0.3s;
}

.btn_gray:hover,
.btn_gray:focus {
    background: #ffffff;
    color: #cab89b;
}

@media (max-width: 1200px) {
    .btn_gray {
        border-radius: 15px;
        width: 220px;
        height: 62px;
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .btn_gray {
        border-radius: 10px;
        width: 160px;
        height: 48px;
        font-size: 22px;
    }
}

.landing {
    display: flex;
    position: relative;
    background-color: #fff;
    background-image: url("../../images/setting/landing.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding-top: 80px;
    padding-bottom: 176px; */
    padding-block: 200px;
    height: 85vh;
}
.owl-nav,
.owl-dots {
    display: none;
}

.line_items_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.item_block {
    min-width: 87px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 15px 5px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arrow_back {
    width: 16px;
    margin-inline-start: 5px;
}

.researchers_block {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.researchers_block .inner_researchers_block {
    max-width: 846px;
    margin-inline-end: auto;
    margin-inline-start: auto;
}

.academic-fields {
    background-color: #f7f9fc;
    padding-bottom: 50px;
}

@media (max-width: 767.98px) {
    .academic-fields {
        padding-bottom: 40px;
    }
}

.title-section {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.5;
    color: #2d566c;
}

@media (max-width: 1200px) {
    .title-section {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    .title-section {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .title-section {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .title-section {
        font-size: 20px;
    }
}

.academic-fields .academic-slider {
    direction: ltr;
}

.academic-item {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(148, 189, 211, 0.2);
    border-radius: 16px;
}
.academic-item:hover {
    /* filter: drop-shadow(2px 4px 6px black); */
    /* transition: 0.2s; */
    /* margin-top: -5px !important; */
    /* transform: scale(1.01); */
}

.academic-item .academic-contnent {
    text-align: right;
    border-radius: 0px 0px 16px 16px;
    padding: 20px 20px 10px;
}
.academic-contnent .text_md {
    min-height: 60px;
    font-size: 18px !important;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
    .academic-item .academic-contnent {
        padding: 15px 10px 5px;
        border-radius: 0px 0px 6px 6px;
    }
}

.book-fields {
    padding-bottom: 40px;
}

.book-fields .book-slider {
    direction: ltr;
}

.book-item {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(148, 189, 211, 0.2);
    border-radius: 16px;
}

@media (max-width: 767.98px) {
    .book-item {
        border-radius: 6px;
    }
}

.book-item .top_book {
    background: #ededed;
    text-align: center;
    padding: 34px 20px;
    border-radius: 16px 16px 0px 0px;
}

@media (max-width: 767.98px) {
    .book-item .top_book {
        padding: 15px;
        border-radius: 6px 6px 0px 0px;
    }
}

.book-item .top_book img {
    display: inline-block;
    width: auto;
    max-height: 370px;
}

@media (max-width: 767.98px) {
    .book-item .top_book img {
        max-height: 210px;
    }
}

@media (max-width: 767.98px) {
    .book-item .top_book img {
        max-height: 150px;
    }
}

.book-item .book-contnent {
    text-align: right;
    border-radius: 0px 0px 16px 16px;
    padding: 28px 20px;
}

@media (max-width: 767.98px) {
    .book-item .book-contnent {
        padding: 20px 15px;
        border-radius: 0px 0px 6px 6px;
    }
}

@media (max-width: 767.98px) {
    .big_book_img {
        max-width: 220px;
        margin-inline-end: auto;
        margin-inline-start: auto;
        margin-bottom: 20px;
    }
}

.articles {
    background-color: #f7f9fc;
    background-image: url("../img/png/seamless-arabic-pattern-1.png");
    padding-bottom: 60px;
    /* padding-left: 6%; */
    background-repeat: repeat;
}

@media (max-width: 991px) {
    .articles {
        padding-bottom: 50px;
    }
}

.articles .acrticale-slider {
    direction: ltr;
}

.acrticale-item {
    background-color: #ffffff;
    border-radius: 16px;
}

.acrticale-item .card {
    border: none;
    border-radius: 16px;
}

.acrticale-item .card .card-img-top {
    border-radius: 16px 16px 0px 0px;
    height: 400px;
}

.acrticale-item .card .card-body {
    padding: 20px 10px;
}

.acrticale-item .card .card-body-dop {
    background: rgba(148, 189, 211, 0.2);
    border-radius: 0px 0px 16px 16px;
}

.acrticale-item .card .card-body .box-article {
    text-align: right;
}

.acrticale-item .card .card-body .box-article .card-title {
    font-style: normal;
    font-weight: 500;
    height: 60px !important;
    font-size: 18px;
    line-height: 1.4;
    color: #131a37;
    text-transform: capitalize;
    margin-bottom: 12px;
}

@media (max-width: 1200px) {
    .acrticale-item .card .card-body .box-article .card-title {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .acrticale-item .card .card-body .box-article .card-title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .acrticale-item .card .card-body .box-article .card-title {
        font-size: 16px;
    }
}

.acrticale-item .card .card-body .box-article .card-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #4379a7;
    text-transform: capitalize;
    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
    .acrticale-item .card .card-body .box-article .card-text {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .acrticale-item .card .card-body .box-article .card-text {
        font-size: 14px;
    }
    /* .acrticale-item .card .card-body {
        height: 160px;
    } */
}

@media (max-width: 575.98px) {
    .acrticale-item .card .card-body .box-article .card-text {
        font-size: 12px;
    }
}

.question_block {
    background-color: #94bdd3;
    background-image: url("../img/png/seamless-arabic-pattern-2-blue.png");
    padding-top: 56px;
    padding-bottom: 72px;
    background-repeat: repeat;
}

@media (max-width: 767.98px) {
    .question_block {
        padding-bottom: 56px;
    }
}

.bg_block {
    background-color: #94bdd3;
    background-image: url("../img/png/bg-line-blue.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 240px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .bg_block {
        min-height: 122px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.bg_block_dop {
    padding-top: 0px;
}

@media (max-width: 575.98px) {
    .bg_block_dop {
        padding-bottom: 60px;
    }
}

.wrapper_category {
    margin-bottom: 30px;
}

.category {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94bdd3;
    background: rgba(148, 189, 211, 0.2);
    border-radius: 14px;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .category {
        width: 61px;
        height: 31px;
        font-size: 12px;
        padding: 8px;
    }
}

.category.active {
    background: #94bdd3;
    color: #ffffff;
}

.wrapper_form {
    background-color: #94bdd3;
    background-image: url("../img/png/bg_form_blue.png");
    padding-top: 60px;
    padding-bottom: 90px;
    background-repeat: repeat;
}

@media (max-width: 767.98px) {
    .wrapper_form {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.wrapper_join_done {
    background-color: #f1eee7;
    padding-top: 8%;
    padding-bottom: 12%;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .wrapper_join_done {
        padding-top: 12%;
        padding-bottom: 16%;
    }
}

.wrapper_video_block {
    padding-top: 40px;
}

.line_gray {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 767.98px) {
    .line_gray {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.accordion .accordion-item {
    margin-bottom: 32px;
    border: 4px solid #cab89b;
}

@media (max-width: 767.98px) {
    .accordion .accordion-item {
        margin-bottom: 12px;
    }
}

.accordion .accordion-item .accordion-button {
    padding: 20px;
    background-color: #ffffff !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #071483;
}

@media (max-width: 1400px) {
    .accordion .accordion-item .accordion-button {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .accordion .accordion-item .accordion-button {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .accordion .accordion-item .accordion-button {
        font-size: 20px;
        padding: 15px 10px;
    }
}

.accordion .accordion-item .accordion-button:after {
    display: none;
}

.accordion .accordion-item .accordion-button span {
    padding-inline-start: 10px;
    font-family: "Alexandria", sans-serif;
}
span.color-blue p {
    text-align: right !important;
}

@media (max-width: 1200px) {
    .accordion .accordion-item .accordion-button span {
        padding-right: 30px;
    }
}

.accordion .accordion-item .accordion-button .minus_icon {
    display: none;
}

.accordion .accordion-item .accordion-button[aria-expanded="true"] .plus_icon {
    display: none;
}

.accordion .accordion-item .accordion-button[aria-expanded="true"] .minus_icon {
    display: inline-block;
}

.accordion .accordion-item .accordion-body {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.5;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1400px) {
    .accordion .accordion-item .accordion-body {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .accordion .accordion-item .accordion-body {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .accordion .accordion-item .accordion-body {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.accordion .accordion-item .accordion-body .inner-accordion-body {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 90px;
    padding-right: 90px;
}

@media (max-width: 1200px) {
    .accordion .accordion-item .accordion-body .inner-accordion-body {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 767.98px) {
    .accordion .accordion-item .accordion-body .inner-accordion-body {
        padding-left: 10px;
        padding-right: 50px;
    }
}

.accordion .accordion-item .accordion-body .inner-accordion-body .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.accordion .accordion-item-transparent {
    background: transparent;
    border: none;
}

.accordion .accordion-item-transparent .accordion-button {
    background: transparent !important;
}

.accordion-button .icons {
    border: 2px solid #131a37;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 5px;
}

.plus_icon,
.minus_icon {
    width: 30px;
}

@media (max-width: 767.98px) {
    .plus_icon,
    .minus_icon {
        width: 22px;
    }
}

.wrapper_books_list {
    padding-top: 40px;
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    .wrapper_books_list {
        padding-bottom: 30px;
    }
}

.wrapper_filter {
    padding-bottom: 40px;
    display: flex;
    align-items: center;
}

.wrapper_filter .dropdown {
    display: inline-block;
    margin-inline-start: 20px;
}

@media (max-width: 991.98px) {
    .wrapper_filter .dropdown {
        margin-inline-start: 15px;
    }
}

@media (max-width: 767.98px) {
    .wrapper_filter .dropdown {
        margin-inline-start: 10px;
    }
}

@media (max-width: 575.98px) {
    .wrapper_filter .dropdown {
        margin-inline-start: 6px;
    }
}

.wrapper_filter .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
}

.wrapper_filter .dropdown-menu .dropdown-item {
    color: #cab89b;
}

.wrapper_filter .dropdown-menu .dropdown-item:hover {
    background: #cab89b;
    color: #ffffff;
}

.top_book_page {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
    background-image: url("../img/png/seamless-arabic-pattern-1-new.png");
    background-repeat: repeat;
}

.bottom_book_page {
    padding-top: 45px;
    padding-bottom: 30px;
}

.inner_book_page {
    background: #94bdd3;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .inner_book_page {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .inner_book_page {
        padding: 12px;
    }
}

.type_class {
    width: 116px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
}

@media (max-width: 767.98px) {
    .type_class {
        width: 65px;
        height: 31px;
        border-radius: 8px;
        font-size: 12px;
    }
}

.book_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    color: #ffffff;
}

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

@media (max-width: 991.98px) {
    .book_title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .book_title {
        font-size: 20px;
        margin-top: 24px;
    }
}

.wrapper_share {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-top: 24px;
}

@media (max-width: 767.98px) {
    .wrapper_share {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
        padding-top: 24px;
        padding-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .wrapper_share {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

.item_share {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: end;
    text-decoration: none;
    padding: 6px 16px;
    border-top: 4px solid transparent;
    border-radius: 4px;
}
.item_share:hover {
    opacity: 0.7;
    filter: drop-shadow(1px 1px 5px gray);
}
.item_share_bg {
    background: #f7f9fc;
}

@media (max-width: 1400px) {
    .item_share {
        padding: 15px;
    }
}

@media (max-width: 991.98px) {
    .item_share {
        padding: 10px;
    }
}

@media (max-width: 575.98px) {
    .item_share {
        justify-content: center;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.item_share span {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    margin-inline-end: 15px;
}

@media (max-width: 1400px) {
    .item_share span {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .item_share span {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .item_share span {
        font-size: 14px;
        margin-inline-end: 10px;
    }
}

@media (max-width: 575.98px) {
    .item_share span {
        font-size: 12px;
        margin-inline-end: 5px;
    }
}

.item_share_f {
    color: #2374e1 !important;
    border-color: #2374e1;
}

.item_share_telg {
    color: #25a3e1 !important;
    border-color: #25a3e1;
}

.item_share_w {
    color: #44ba3a !important;
    border-color: #44ba3a;
}

.item_share_t {
    color: #000 !important;
    border-color: #000;
}

.item_share_l {
    color: #cab79a !important;
    border-color: #cab79a;
}

@media (max-width: 575.98px) {
    .item_share img {
        max-width: 20px;
    }
}

.wrapper_articles_list {
    padding-top: 40px;
    padding-bottom: 40px;
}

.back_text {
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .back_text {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .back_text svg {
        max-width: 12px;
    }
}

.content_article {
    margin-top: -120px;
    position: relative;
    background-color: #ffffff;
    border-radius: 26px;
}

@media (max-width: 575.98px) {
    .content_article {
        margin-top: -70px;
        border-radius: 8px;
    }
}

.content_article .mb-0 img {
    border-radius: 26px 26px 0px 0px;
}

@media (max-width: 575.98px) {
    .content_article .mb-0 img {
        border-radius: 8px 8px 0px 0px;
    }
}

.inner_content_article {
    padding: 48px 32px;
    background: #f7f9fc;
    border-radius: 0px 0px 26px 26px;
}

@media (max-width: 767.98px) {
    .inner_content_article {
        padding: 30px 16px;
    }
}

@media (max-width: 575.98px) {
    .inner_content_article {
        border-radius: 0px 0px 8px 8px;
    }
}

.article_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
}

@media (max-width: 1400px) {
    .article_title {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .article_title {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .article_title {
        font-size: 20px;
    }
}

.poz-rel {
    position: relative;
}

.search_block {
    padding-top: 56px;
    padding-bottom: 50px;
}

@media (max-width: 767.98px) {
    .search_block {
        padding-bottom: 20px;
    }
}

.item_category {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 20px 24px 12px 24px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .item_category {
        margin-bottom: 20px;
    }
}

.category_content {
    padding-bottom: 20px;
}

.category_footer {
    flex-shrink: 0;
}

.wrapper_category_blocks {
    background: #f9fafc;
    padding-top: 40px;
    padding-bottom: 50px;
}

.faq_content {
    padding-top: 30px;
}

.item_faq_content {
    max-width: 582px;
}

.breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: rgba(26, 26, 26, 0.6);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 12px;
    }
}

@media (max-width: 413.98px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 11px;
    }
}

.breadcrumb .breadcrumb-item.active {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .breadcrumb .breadcrumb-item.active {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb .breadcrumb-item.active {
        font-size: 12px;
    }
}

@media (max-width: 413.98px) {
    .breadcrumb .breadcrumb-item.active {
        font-size: 11px;
    }
}

.accordion .accordion-item-dop {
    padding: 12px 30px;
    margin-bottom: 0;
    border-width: 0px 0px 1px 0px;
    border-bottom: 1px solid #ededed;
    border-radius: 0px;
}

.accordion .accordion-item-dop:last-child {
    border-bottom: none;
}

.accordion-item-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s;
}

.accordion-item-line .arrow {
    transition: all 0.4s;
    transform: rotate(90deg);
}

.accordion-item-line[aria-expanded="true"] .arrow {
    transform: rotate(0deg);
}

.faq_content_text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sub_cat.active a,
.sub_cat:hover a {
    color: #1a1a1a !important;
}

.typewriter {
    display: inline-block;
}

.typewriter h1 {
    display: inline-block;
    color: #fff;
    font-family: monospace;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: 0.15em;
    animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* The typewriter cursor effect */

@keyframes blink-caret {
}

.select2-results__option:last-child > div > div:first-child {
    display: none;
}

.sibmin_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: rgba(26, 26, 26, 0.5);
}

.form {
    padding: 40px 0px;
    position: relative;
}

@media (max-width: 767.98px) {
    .form {
        padding: 20px 0px;
    }
}

.form .h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    color: #0f196f;
}

@media (max-width: 1200px) {
    .form .h3 {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .form .h3 {
        font-size: 32px;
        text-align: center;
    }
}

.form .form_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .form .form_title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .form .form_title {
        font-size: 16px;
        text-align: center;
    }
}

.form .form-label {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 12px;
}

@media (max-width: 1200px) {
    .form .form-label {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .form .form-label {
        font-size: 16px;
    }
}

.form .label_custom {
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    width: 100%;
    max-width: 150px;
}

.form .label_custom span {
    padding-top: 3px;
    display: inline-block;
}

.form .form-control,
.form .label_custom {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 24px;
    height: 68px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #94bdd3;
    border-color: transparent;
}

@media (max-width: 1200px) {
    .form .form-control,
    .form .label_custom {
        font-size: 18px;
        border-radius: 14px;
    }
}

@media (max-width: 767.98px) {
    .form .form-control,
    .form .label_custom {
        font-size: 14px;
        height: 40px;
    }
}

.form .textarea {
    padding-top: 20px;
    padding-bottom: 10px;
    height: 124px;
}

@media (max-width: 767.98px) {
    .form .textarea {
        padding-top: 10px;
        height: 55px;
    }
}

.form label.label_custom input[type="file"] {
    display: none;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #94bdd3;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #94bdd3;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #94bdd3;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #94bdd3;
}

.mw-150 {
    max-width: 150px;
}

@media (max-width: 575.98px) {
    .mw-150 {
        max-width: none;
    }
}

.mw-240 {
    max-width: 240px;
}

.form-check-input:checked[type="radio"] + .category {
    background: #94bdd3;
    color: #ffffff;
}

.form-check-inline {
    margin-inline-end: 13px;
}

@media (max-width: 575.98px) {
    .form-check-inline {
        margin-inline-end: 5px;
    }
}

.footer {
    padding-top: 35px;
    padding-bottom: 25px;
    background: #f7f9fc;
}

.footer .social ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 767px) {
    .footer .social ul {
        justify-content: space-evenly;
    }
}

.footer .social ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.footer .links a,
.footer .other-links a {
    display: block;
    text-decoration: none;
    color: #131a37;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 40px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .footer .links a,
    .footer .other-links a {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.footer_title {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 32px !important;
    margin-bottom: 15px;
}

@media (max-width: 1400px) {
    .footer_title {
        font-size: 17px !important;
    }
}

@media (max-width: 767px) {
    .footer_title {
        font-size: 16px !important;
    }
}

.footer .address .mail :first-child,
.footer .address .phone :first-child {
    display: block;
    text-decoration: none;
    color: #131a37;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 5px;
}

.footer .address .mail a,
.footer .address .phone a {
    display: block;
    color: #131a37;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 1400px) {
    .footer .address .mail a,
    .footer .address .phone a {
        font-size: 13px !important;
    }
}

@media (max-width: 767.98px) {
    .footer .address .mail a,
    .footer .address .phone a {
        font-size: 12px !important;
    }
}

.footer .copy-right:first-child {
    color: #131a37;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 5px;
}

.copy-right input {
    border: none;
    font-size: 16px;
    caret-color: #131a37;
    height: 56px;
    box-shadow: none !important;
}

@media (max-width: 767.98px) {
    .copy-right input {
        background: #f5f5f3;
    }
}

.copy-right input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(7, 20, 131, 0.4);
}

.copy-right input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(7, 20, 131, 0.4);
}

.copy-right input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(7, 20, 131, 0.4);
}

.copy-right input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(7, 20, 131, 0.4);
}

.copy-right .copy {
    margin-top: 50px;
    color: #131a37;
}

.copy-right span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .footer .links,
    .other-links {
        margin-inline-start: 0 !important;
        position: relative;
    }
    .footer .links a,
    .footer .other-links a {
        border-bottom: 1px solid #131a37;
        font-weight: 400;
        font-size: 16px;
        line-height: 50px;
        position: relative;
    }
    .footer .links a::after,
    .footer .other-links a::after {
        content: "";
        background-image: url("../images/png/arrow.png");
        background-repeat: no-repeat;
        background-size: 24px;
        width: 24px;
        height: 24px;
        margin-inline-start: 10px;
        position: absolute;
        left: 0;
        top: 5px;
    }

    [dir=ltr] .footer .links a::after,
    [dir=ltr] .footer .other-links a::after {
        left: inherit;
        right: 0;
    }

    .footer .address {
        display: flex;
        flex-grow: 20px;
        margin-top: 20px;
    }
    .footer .address .mail {
        flex-basis: 50%;
    }
    .footer .address .mail a,
    .footer .address .phone a {
        font-weight: 700;
        font-size: 12px;
        line-height: 10px;
        justify-content: space-between;
    }
    .footer .address .phone {
        flex: 1;
        margin-inline-start: 25px;
    }
    .footer .address .mail :first-child,
    .footer .address .phone :first-child {
        font-weight: bold;
        font-size: 16px;
        line-height: 32px;
    }
    .copy-right {
        margin-inline-start: 0;
    }
    .copy-right .copy {
        margin-top: 20px;
    }
}

.address .mail {
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--single {
    border-radius: 24px;
    height: 80px;
    border-color: #ffffff;
    position: relative;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .select2-container--default .select2-selection--single {
        height: 40px;
    }
}

.select2-container--default .select2-selection--single:after {
    content: "";
    background-image: url("../img/svg/search.svg");
    background-repeat: no-repeat;
    background-size: 34px;
    position: absolute;
    right: 24px;
    top: 22px;
    width: 34px;
    height: 34px;
}

@media (max-width: 767px) {
    .select2-container--default .select2-selection--single:after {
        background-size: 16px;
        right: 18px;
        top: 12px;
        width: 16px;
        height: 16px;
    }
}

.top_courses {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 304px;
    border-radius: 16px 16px 0px 0px;
}

@media (max-width: 767.98px) {
    .top_courses {
        height: 204px;
        border-radius: 10px 10px 0px 0px;
    }
}

@media (max-width: 575.98px) {
    .top_courses {
        height: 136px;
    }
}

.select2-search--dropdown,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 6px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 80px;
    padding-right: 90px;
    font-size: 18px;
    color: #bfbfbf;
    outline: none !important;
}

@media (max-width: 767px) {
    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        line-height: 40px;
        padding-right: 45px;
    }
}

.select2-results__option[aria-disabled="true"] {
    display: none;
}

.select2-dropdown {
    border-radius: 24px;
}

.select2-results {
    padding: 18px 0px;
}

.select2-container--open .select2-selection.select2-selection--single {
    border: 1px solid #e7992d;
    border-bottom-color: #aeaeae;
    box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.17);
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #e7992d;
    border-top: none;
    box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.17);
}

.select2-results__option {
    padding-left: 20px;
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.2;
    color: #1a1a1a;
}

@media (max-width: 991.98px) {
    .select2-results__option {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .select2-results__option {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .select2-results__option {
        font-size: 14px;
    }
}

.select2-container--default .select2-results__option--highlighted .sibmin_text {
    color: #ffffff;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--main-color);
}

.select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 80px;
}

@media (max-width: 767px) {
    .select2-container[dir="rtl"]
        .select2-selection--single
        .select2-selection__rendered {
        padding-right: 45px;
    }
    .h2,
    div,
    .text_lg {
        line-height: 1.6;
    }
}

.select2-search--dropdown,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: block;
}

.input-search-app {
    padding: 10px;
    border-radius: 20px;
    font-size: 22px;
    color: #94bdd3 !important;
    position: relative;
    padding-right: 60px;
}

.input-search-app:focus {
    outline: none;
}

.search-icon-input {
    position: relative;
}

.search-icon-input img {
    position: absolute;
    top: 50%;
    transform: translateY(-150%);
    right: 16px;
    width: 28px;
    height: 28px;
}

/* ////////////////////////////////////////////////////////// */

.pernt-list {
    position: relative;
}

#list {
    border: 1px solid lightgrey;
    border-radius: 5px;
    max-height: 300px;
    display: none;
    background: #fff;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    width: 100%;
    border-radius: 20px;
    z-index: 999;
}

.listItem {
    display: flex;
    /* flex-direction: column; */
    text-decoration: none;
    padding: 5px 20px;
    color: #000;
    /* background-color: var(--main-color); */
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.2;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.listItem img {
    margin-inline-end: 5px;
}

.listItem:hover {
    background-color: var(--main-color);
    color: #fff;
}

.remove-style {
    color: #888;
    text-decoration: none;
    cursor: pointer;
}

.remove-style:hover {
    color: #888;
}

.icon-input-search-content {
    display: inline-block;
    height: 30px;
    width: 30px;
}

/* aspect 16:9 */
.aspect-ratio-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.aspect-ratio-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ratio-2-3 {
    padding-bottom: 150%;
}
.long-line {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
}

.article-title-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* // bxd */

.question-item .home-q-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* min-height: 60px !important; */
    -webkit-box-orient: vertical;
    font-size: 16px !important;
}

.question-item .card-body-dop {
    border-radius: 16px !important;
    border: 2px solid var(--main-color);
}

.home-q-title p {
    text-align: start !important;
}
.home-q-show-a {
    font-size: clamp(0.3043rem + 3.4783vw, 1rem) !important;
    display: block;
    border-top: 1px solid #94bdd3;
    padding-top: 10px;
}
.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    /* margin-top: 8rem; */
    text-align: center;
    display: block;
    z-index: 5;
    -webkit-animation: bouncexd 3s linear 0s infinite alternate both;
    animation: bouncexd 3s linear 0s infinite alternate both;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.scroll-down img {
    width: 40px;
    height: 40px;
}

@keyframes bouncexd {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateY(-45px);
    }

    24% {
        opacity: 1;
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(-24px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(-12px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(-6px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(-4px);
    }

    25%,
    55%,
    75%,
    87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 767px) {
    .landing {
        padding-top: 62px;
        padding-bottom: 62px;
        height: 40vh;
    }
    .scroll-down {
        position: unset;
        margin-top: 5rem;
    }
    .acrticale-item .card .card-body .box-article .card-title {
        font-size: 12px !important;
        height: 55px !important;
        line-height: 1.5;
    }
    .wrapper_line_items_block {
        display: none;
    }
    .researchers_block {
        padding: 0;
        background: transparent;
    }
    .academic-contnent .text_md {
        font-size: 12px !important;
        height: 40px !important;
    }
    .copy-right span {
        font-size: 12px !important;
    }
}


html[dir="ltr"] .reverse-en {
    /* scale: -1; */
    transform: scaleX(-1);
}


.language-link {
    text-decoration: none;
    color: #2d566c;
    font-size: 18px;
    font-weight: 500;
    /* padding-inline: 10px; */
}
.language-link:hover {
    color: #94bdd3;
}


.devider {
    width: 1px;
    height: 100%;
    background: #2d566c;
    margin-inline: 10px;
}
