@import url(line-awesome.min.css);
@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(animate.css);
@import url(all.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(jquery.fancybox.css);
@import url(intlTelInput.css);
@import url(slick.css);
@import url(slick-theme.css);

/* Fonts */

@font-face {
    font-family: 'bahij';
    src: url('../fonts/Bahij_TheSansArabic-Plain.ttf');
}

@font-face {
    font-family: 'bahijBold';
    src: url('../fonts/Bahij_TheSansArabic-Bold.ttf');
}

@font-face {
    font-family: 'bahijLight';
    src: url('../fonts/Bahij_TheSansArabic-Light.ttf');
}

@font-face {
    font-family: 'bahijMed';
    src: url('../fonts/Bahij_TheSansArabic-SemiBold.ttf');
}


/* End Fonts */

:root {
    --main-color: #019F91;
    --light-color: #1EA69B;
    --sec-color: #39728D;
    --bg-color: #F7F7F7;
    --grid-color: linear-gradient(270deg, #103B61 0%, #069999 100%);
    --dark-color: #15516D;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'bahij';
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'bahij';
    background: #fff;
    text-align: start;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'bahij';
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.owl-carousel {
    direction: ltr;
}


/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search.open {
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -25px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--main-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--sec-color);
    font-size: 20px;
    /*  	font-weight: 900;*/
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    padding-inline-end: 35px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--sec-color);
    padding: 0;
    cursor: pointer;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--main-color);
    transition: all .5s;
}

.searchForm .btnSearch {
    box-shadow: none !important;
    color: #213040;
    background: var(--white);
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: normal;
    border: none;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: auto;
    height: auto;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: url(../images/close-icon.svg), pointer;
}


/* End Search */


/* Start Select Nice */

select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: right; */
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    padding: 0 20px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    /* text-align: left; */
    transition: all 0.2s;
    color: var(--main-color);
    background: #fff;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-color);
    color: var(--white);
}


/* End Select Nice */


/* Start Sidebar */

.drawer-list {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    transform: translate(100vw, 0);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 100px;
    transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
    border-bottom-left-radius: 100vw;
    background-color: #3d88ce;
    background-color: var(--main-color);
    /* z-index: 99999999999999999; */
}

@media (min-width: 768px) {
    .drawer-list {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

.drawer-list ul {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: auto;
}

.drawer-list li {
    list-style: none;
    text-transform: uppercase;
    pointer-events: auto;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translatex(100vw);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
    text-align: center;
    justify-content: center;
}

.drawer-list li:last-child {
    margin-bottom: 2em;
}

.drawer-list li a {
    text-decoration: none;
    color: #FEFEFE;
    text-align: center;
    display: block;
    padding: 1rem;
    font-size: calc(24px - .5vw);
}

@media (min-width: 768px) {
    .drawer-list li a {
        text-align: center;
        padding: 0.5rem;
    }
}

.drawer-list li a:hover {
    cursor: pointer;
    /* background-color: #88c2f8; */
    /* background-color: var(--light-color); */
}

input.hamburger {
    display: none;
}

input.hamburger:checked~.drawer-list {
    transform: translatex(0);
    border-bottom-left-radius: 0;
}

input.hamburger:checked~.drawer-list li {
    transform: translatex(0);
}

input.hamburger:checked~.drawer-list li:nth-child(1) {
    transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(2) {
    transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(3) {
    transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(4) {
    transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(5) {
    transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(6) {
    transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(7) {
    transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(8) {
    transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(9) {
    transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(10) {
    transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(11) {
    transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(12) {
    transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(13) {
    transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(14) {
    transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(15) {
    transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(16) {
    transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(17) {
    transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(18) {
    transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(19) {
    transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(20) {
    transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(21) {
    transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(22) {
    transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(23) {
    transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(24) {
    transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(25) {
    transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(26) {
    transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(27) {
    transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(28) {
    transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(29) {
    transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(30) {
    transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(31) {
    transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(32) {
    transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(33) {
    transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(34) {
    transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(35) {
    transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(36) {
    transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(37) {
    transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(38) {
    transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(39) {
    transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(40) {
    transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(41) {
    transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(42) {
    transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(43) {
    transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(44) {
    transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(45) {
    transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(46) {
    transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(47) {
    transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(48) {
    transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(49) {
    transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li:nth-child(50) {
    transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked~.drawer-list li a {
    padding-right: 15px;
}

input.hamburger:checked~label>i {
    background-color: transparent;
    transform: rotate(90deg);
}

input.hamburger:checked~label>i:before {
    transform: translate(-50%, -50%) rotate(315deg);
    background: var(--white);
}

input.hamburger:checked~label>i:after {
    transform: translate(-50%, -50%) rotate(-315deg);
    background: var(--white);
}

input.hamburger:checked~label close {
    color: var(--white);
    width: 100%;
    display: none;
}

input.hamburger:checked~label open {
    color: rgba(0, 0, 0, 0);
    width: 0;
}

label.hamburger {
    z-index: 9999999;
    position: relative;
    display: block;
    height: 32px;
    width: 32px;
    margin: 0;
}

label.hamburger:hover {
    cursor: pointer;
}

label.hamburger text close,
label.hamburger text open {
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    position: absolute;
    transform: translateY(46px);
    text-align: center;
    overflow: hidden;
    transition: width 0.25s 0.35s, color 0.45s 0.35s;
}

label.hamburger text close {
    color: rgba(0, 0, 0, 0);
    right: 0;
    width: 0;
}

label.hamburger text open {
    color: var(--main-color);
    width: 100%;
    display: none;
}

label.hamburger>i {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    background-color: var(--main-color);
    pointer-events: auto;
    transition-duration: 0.35s;
    transition-delay: 0.35s;
}

label.hamburger>i:before,
label.hamburger>i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background-color: var(--main-color);
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
}

label.hamburger>i:before {
    transform: translate(-50%, -10px);
}

label.hamburger>i:after {
    transform: translate(-50%, 11px);
}

label.hamburger {
    /* position: fixed; */
    top: 0;
    right: 0;
}

input.hamburger:checked~label.hamburger {
    position: fixed;
    left: 10%;
    right: auto;
    top: 10%;
    z-index: 99999999999;
}


/* End Sidebar */


/* Start Header */

.header-top {
    padding: 10px 0;
}

.menu-right ul {
    display: flex;
    align-items: center;
}

.menu-right ul li {
    margin-inline-end: 33px;
}

.menu-right ul li a {
    color: #000000;
    font-size: 16px;
    /* direction: ltr; */
    display: block;
    align-items: center;
}

.menu-right ul li a i {
    margin-inline-end: 7px;
}

.menu-right ul li a span {
    display: inline-block;
    direction: rtl;
    font-family: 'bahijLight';
}

.menu-right ul li a:hover {
    color: var(--main-color);
}

.menu-left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-left .search-menu .btnSearch {
    padding: 0;
    color: #000;
    font-size: 22px;
}

.menu-left .lang {
    display: block;
    margin: 0 16px;
    color: #000000;
    font-family: 'bahijLight';
}

.menu-left .social-h {
    display: flex;
    align-items: center;
}

.menu-left .social-h a {
    color: #515151;
    font-size: 13px;
    margin-inline-start: 16px;
}

.menu-left .social-h a:first-child {
    margin: 0;
}

.header-mid {
    background: var(--grid-color);
    padding: 33px 0;
}

.header-res {
    display: none;
}

.header-mid .logo {
    display: block;
    text-align: center;
    line-height: 165px;
    height: 165px;
}

.header-mid .logo img {
    max-height: 100%;
}

.navbar {
    padding: 0;
    z-index: 5;
    background: #F9F9F9;
}

.navbar .container {
    display: block;
}

.nav-menu ul {
    display: flex;
    flex: 0 1;
}

.nav-menu ul li {
    flex: auto;
    padding: 10px;
    position: relative;
}

.nav-menu ul li a {
    display: block;
    color: #000000;
    font-size: 16px;
    font-family: 'bahijLight';
    /* padding: 10px; */
    position: relative;
}

.nav-menu ul li a:hover,
.nav-menu ul li.current-menu-item a {
    color: #1EA69B;
}


/* End Header */


/* Start Slider-home */

.banner-home .container,
.banner-home .container .row {
    min-height: 622px;
}

.home-slider .img-slider {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-slider .img-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-slider .img-slider::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.18;
}

.container {
    position: relative;
    z-index: 2;
}

.home-slider .text-slider {
    width: 465px;
    height: 455px;
    background: rgb(255 255 255 / 93%);
    padding: 70px 30px;
}

.banner-home .container {
    direction: rtl;
}

.banner-home .container .row {
    align-items: center;
}

.home-slider .text-slider h1 {
    color: #000000;
    font-size: 35px;
    margin: 0;
    line-height: 56px;
    font-family: 'bahijBold';
}

.home-slider .text-slider p {
    margin: 16px 0;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-family: 'bahijLight';
    max-height: 130px;
    overflow: hidden;
}

.btn {
    min-width: 146px;
    min-height: 40px;
    background: var(--sec-color);
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-family: 'bahijLight';
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    border: none;
    overflow: hidden;
}

.btn::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: var(--main-color);
    width: 100%;
    height: 200%;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 50% 50%, 0 100%, 0% 0%);
    transition: all .5s;
}

.btn:hover::after {
    transform: translateY(-120%);
}

.btn span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.home-slider.owl-carousel .owl-nav {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    width: 96%;
    top: 50%;
}

.home-slider .active .text-slider {
    animation: 1s flipInY;
}

.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next {
    font-size: 27px;
    color: #fff;
    padding: 0;
    margin: 0;
    background: transparent !important;
    outline: none;
    position: absolute;
    transition: all .5s;
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.home-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover,
.home-slider.owl-carousel .owl-nav .owl-next:hover {
    color: var(--main-color);
}


/* End Slider-home */


/* Start About-h */

.about-h {
    padding: 100px 0;
}

.text-about h1 {
    font-size: 41px;
    color: var(--light-color);
    line-height: 67px;
    font-family: 'bahijBold';
    margin: 0 0 30px;
}

.text-about p {
    margin: 32px 0;
    color: #000000;
    font-size: 16px;
    font-family: 'bahijLight';
    line-height: 28px;
    max-height: 80px;
    overflow: hidden;
}

.video-block {
    height: 330px;
    position: relative;
}

.video-block::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 20px;
    width: 100%;
    height: 100%;
    background: #F3F3F3;
    z-index: -1;
}

.video-block .video-inner {
    width: 100%;
    height: 100%;
}

.video-block .video-inner a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.video-block .video-inner a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-block .video-inner a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #240626;
    opacity: 0.44;
}

.video-block .video-inner a::before {
    content: "\f04b";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #eb2828;
    z-index: 9;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    line-height: 72px;
}

.video-block .video-inner a:hover::before {
    animation: 1s bounceIn;
}


/* End About-h */


/* Start Directors-h */

.directors-h {
    padding: 65px 0;
    background: var(--bg-color);
}

.title {
    margin: 0 0 30px;
}

.title.title-center {
    text-align: center;
}

.title h3 {
    padding: 0 0 32px;
    position: relative;
    color: var(--light-color);
    font-size: 23px;
    font-family: 'bahijBold';
}

.title h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    background: #8C1992;
}

.title.title-center h3::after {
    left: 0;
    margin: auto;
    right: 0;
}

.direct-slider .item {
    padding: 0 8px;
}

.dir-block {
    margin: 15px 0;
    background: #fff;
    box-shadow: 0px 10px 12px #00000029;
    border-radius: 5px;
    overflow: hidden;
    min-height: 545px;
    direction: rtl;
}

.dir-block .img {
    height: 265px;
}

.dir-block .img img {
    width: 100%;
    height: 100%;
   /** object-fit: cover; **/
    object-position: center;
}

.dir-block .details {
    padding: 16px 12px 22px;
    text-align: center;
}

.dir-block .details h3 {
    font-size: 18px;
    color: var(--light-color);
    font-family: 'bahijBold';
    margin: 0 0 5px;
    min-height: 44px;
}

.dir-block .details span {
    color: #1E1E1E;
    font-size: 12px;
    font-family: 'bahijLight';
    min-height: 43px;
    display: block;
}

.dir-block .details p {
    margin: 5px 0 0;
    color: #000000;
    font-size: 15px;
    font-family: 'bahijLight';
    line-height: 22px;
}

.owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    width: 110%;
    margin-left: -5%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    background: rgb(87 87 87 / 23%);
    border-radius: 50%;
    line-height: 42px;
    padding: 0;
    margin: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: all .5s;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: var(--light-color);
}

.directors-h .btn {
    display: table;
    margin: 65px auto 0;
}


/* End Directors-h */


/* Start Center-h */

.item-magazine {
    display: flex;
    margin: 0 0 17px;
    align-items: center;
}

.item-magazine .day {
    background: var(--dark-color);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
}

.item-magazine .day span,
.item-magazine .day h4 {
    text-align: center;
    margin: 0;
    color: #fff;
    display: block;
    letter-spacing: 0.17px;
    font-size: 12px;
    font-family: 'bahijBold';
    width: 100%;
}

.item-magazine .details {
    width: calc(100% - 64px);
    padding-inline-start: 17px;
}

.item-magazine .details p {
    color: #000000;
    font-size: 16px;
    font-family: 'bahijLight';
    line-height: 24px;
    max-height: 50px;
    overflow: hidden;
    transition: all .5s;
}

.item-magazine:last-child {
    margin: 0;
}

.center-h {
    padding: 65px 0;
}

.more {
    display: table;
    margin-inline-start: auto;
    color: var(--light-color);
    font-size: 14px;
    font-family: 'bahijBold';
}

.more i {
    margin-inline-start: 21px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.center-slider .item {
    padding: 0 8px;
    direction: rtl;
}

.center-block a {
    display: block;
    width: 100%;
    height: 213px;
    overflow: hidden;
    position: relative;
    border: 1px transparent solid;
}

.center-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.center-block a::after,
.center-block a::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.center-block a::after {
    background: var(--light-color);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}

.center-block a:hover::after {
    opacity: 0.35;
}

.center-block a:hover {
    border-color: #707070;
}

.center-block a::before {
    opacity: 0;
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    width: 55px;
    height: 55px;
    background: #FFFFFF;
    z-index: 2;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #434343;
    font-size: 16px;
    transition: all .5s;
}

.center-block a:hover::before {
    opacity: 1;
    animation: 1s bounce;
}

.center-slider.owl-carousel .owl-nav {
    position: relative;
    top: -2px;
    width: 150px;
    margin: 34px auto 0;
}

.center-slider.owl-carousel .owl-nav .owl-prev,
.center-slider.owl-carousel .owl-nav .owl-next {
    background: transparent;
    width: auto;
    height: auto;
    line-height: normal;
}

.center-slider.owl-carousel .owl-nav .owl-prev span,
.center-slider.owl-carousel .owl-nav .owl-next span {
    height: 10px;
    line-height: 10px;
}

.center-slider.owl-carousel .owl-nav .owl-prev span img,
.center-slider.owl-carousel .owl-nav .owl-next span img {
    opacity: .2;
    transition: all .5s;
}

.center-slider.owl-carousel .owl-nav .owl-prev span img {
    transform: scaleX(-1);
}

.center-slider.owl-carousel .owl-nav .owl-prev span img:hover,
.center-slider.owl-carousel .owl-nav .owl-next span img:hover {
    opacity: 1;
}

.owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #545454;
    opacity: .2;
    margin: 0 2px;
    transition: all .5s;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--light-color);
    opacity: 1;
}

.slider-inner-c {
    position: relative;
}

.slider-inner-c::after {
    content: "";
    position: absolute;
    right: -4%;
    width: 108%;
    height: 149px;
    background: #EBEBEB;
    top: 33.6px;
    bottom: 0;
    z-index: -1;
}

.slider-inner-c::before {
    content: "";
    position: absolute;
    right: -2.5%;
    width: 105%;
    height: 171px;
    background: #F2F2F2;
    z-index: 0;
    top: 23px;
}

.after-slider {
    position: relative;
}

.after-slider::after {
    content: "";
    position: absolute;
    right: -.5%;
    width: 101%;
    height: 195px;
    background: #F6F6F6;
    top: 10px;
}

.item-magazine:hover .details p {
    color: var(--light-color);
}

.item-magazine:hover .day {
    background: var(--light-color);
}


/* End Center-h */


/* Start Research-h */

.research-h {
    padding: 77px 0;
    background: var(--bg-color);
}

.research-slider .item {
    padding: 0 22px;
}

.res-block {
    margin: 15px 0;
    direction: rtl;
    padding-bottom: 30px;
}

.res-block .icon {
    width: 90px;
    height: 90px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.res-block .icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(30 166 155 / 35%);
    line-height: 90px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    z-index: -1;
}

.res-block .img {
    width: 72px;
    height: 72px;
    background: var(--light-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.res-block .icon .img img {
    max-width: 38px;
    max-height: 30px;
}

.res-block.item2 .icon::after {
    background: rgb(57 114 141 / 35%);
    animation: pulse2 2s infinite;
}

.res-block.item2 .icon .img {
    background: #39728D;
}

.res-block.item3 .icon .img {
    background: #15516D;
}

.res-block.item3 .icon::after {
    background: rgb(21 81 109 / 35%);
    animation: pulse3 2s infinite;
}

.res-block.item4 .icon::after {
    animation: pulse4 2s infinite;
    background: rgb(135 135 135 / 35%);
}

.res-block.item4 .icon .img {
    background: #878787;
}

.res-block.item3 .icon .img {
    background: #15516d;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(30 166 155 / 35%);
        box-shadow: 0 0 0 0 rgb(30 166 155 / 35%);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgb(30 166 155 / 0);
        box-shadow: 0 0 0 10px rgb(30 166 155 / 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgb(30 166 155 / 0);
        box-shadow: 0 0 0 0 rgb(30 166 155 / 0);
    }
}

@keyframes pulse2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(57 114 141 / 35%);
        box-shadow: 0 0 0 0 rgb(57 114 141 / 35%);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgb(57 114 141 / 0);
        box-shadow: 0 0 0 10px rgb(57 114 141 / 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgb(57 114 141 / 0);
        box-shadow: 0 0 0 0 rgb(57 114 141 / 0);
    }
}

@keyframes pulse3 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(21 81 109 / 35%);
        box-shadow: 0 0 0 0 rgb(21 81 109 / 35%);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgb(21 81 109 / 0);
        box-shadow: 0 0 0 10px rgb(21 81 109 / 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgb(21 81 109 / 0);
        box-shadow: 0 0 0 0 rgb(21 81 109 / 0);
    }
}

@keyframes pulse4 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(135 135 135 / 35%);
        box-shadow: 0 0 0 0 rgb(135 135 135 / 35%);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgb(135 135 135 / 0);
        box-shadow: 0 0 0 10px rgb(135 135 135 / 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgb(135 135 135 / 0);
        box-shadow: 0 0 0 0 rgb(135 135 135 / 0);
    }
}

.res-block .details {
    min-height: 176px;
    background: #fff;
    box-shadow: 0px 5px 35px #19191926;
    text-align: center;
    padding: 69px 30px 35px;
    margin-top: -45px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.res-block .details p {
    color: #474747;
    font-size: 17px;
    line-height: 24px;
    font-family: 'bahijBold';
}

.research-h .btn {
    display: table;
    margin: 35px auto 0;
}


/* End Research-h */


/* Start Footer */

footer {
    background: linear-gradient(90deg, #069999 0%, #103B61 100%);
}

.footer-top {
    padding: 65px 0;
}

.footer-col h3 {
    font-size: 21px;
    color: #fff;
    font-family: 'bahijMed';
    margin: 0 0 25px;
}

.footer-col ul li a {
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    font-family: 'bahijLight';
    margin: 2px 0;
    display: block;
}

.footer-col .social-f {
    display: flex;
    flex: 0 1;
    margin: 18px 0 0;
}

.footer-col .social-f a {
    font-size: 13px;
    color: #fff;
    flex: auto;
    padding: 0 2px;
}

.footer-bottom {
    border-top: 1px rgb(0 0 0 / 20%) solid;
}

.footer-bottom .row {
    align-items: center;
}

.footer-bottom p {
    color: #fff;
    font-size: 13px;
    font-family: 'bahijLight';
}

.footer-bottom .ryad-logo {
    display: table !important;
    margin-inline-start: auto;
}


/* End Footer */


/* Start Menu-res */

.menu-res {
    display: flex;
    align-items: center;
    flex: 0 1;
}

.menu-res .item {
    max-width: 33.33%;
    flex: 0 033.33%;
    padding: 10px;
    /* text-align: center; */
    justify-content: center;
}

.menu-res .item .hamburger {
    margin: auto;
}

.menu-res .item a,
.menu-res .item button {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 15px;
}

.menu-res .item a i,
.menu-res .item button i {
    font-size: 20px;
}

.nav-menu ul li .sub-menu {
    position: absolute;
    display: none;
    z-index: 9;
    min-width: 200px;
    right: 0;
    z-index: 999999;
}

.nav-menu ul li .sub-menu li {
    margin: 0;
    padding: 0;
    opacity: 0;
    transform-origin: bottom;
    animation: enter 0.2s ease forwards;
    background: #fff;
}

.nav-menu ul li .sub-menu li:nth-child(1) {
    animation-duration: 0.2s;
    animation-delay: 0s;
}

.nav-menu ul li .sub-menu li:nth-child(2) {
    animation-duration: 0.3s;
    animation-delay: 0.1s;
}

.nav-menu ul li .sub-menu li:nth-child(3) {
    animation-duration: 0.4s;
    animation-delay: 0.2s;
}

.nav-menu ul li .sub-menu li:nth-child(4) {
    animation-duration: 0.5s;
    animation-delay: 0.3s;
}

.nav-menu ul li .sub-menu li:nth-child(5) {
    animation-duration: 0.6s;
    animation-delay: 0.4s;
}

.nav-menu ul li .sub-menu li:nth-child(6) {
    animation-duration: 0.7s;
    animation-delay: 0.5s;
}

@keyframes enter {
    from {
        opacity: 0;
        transform: scaleY(0.98) translateY(10px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.nav-menu ul li:hover .sub-menu {
    display: block;
}

.drawer-list li .sub-menu {
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: #168e84;
}

.drawer-list li.open .sub-menu {
    height: auto;
    opacity: 1;
}

.drawer-list li .sub-menu li {
    margin: 10px 0;
}

.menu-res .drawer-list li a {
    display: table;
    margin: auto;
    width: auto;
    position: relative;
}

.menu-item-has-children a::after {
    content: "";
    position: absolute;
    left: -12px;
    width: 8px;
    height: 8px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    top: 20px;
    transform: rotate(45deg);
}

.drawer-list li .sub-menu li a::after,
.sub-menu li a::after {
    display: none !important;
}

.nav-menu ul li a::after {
    left: 0;
    top: 5px;
}


/* End Menu-res */


/* Start Breadcrumb */

.magazine-page {
    padding: 80px 0;
}

.breadcrumb {
    margin: 0;
    background: transparent;
    padding: 20px 0;
}

.breadcrumb .text-bread ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb .text-bread ul li {
    padding: 0 14px;
    position: relative;
}

.breadcrumb .text-bread ul li a,
.breadcrumb .text-bread ul li span {
    color: #666666;
    font-size: 15px;
    font-family: 'bahijLight';
}

.breadcrumb .text-bread ul li span {
    color: #1F1F1F;
}

.breadcrumb .text-bread ul li a::after {
    content: "\f104";
    font-family: 'Line Awesome Free';
    font-weight: bold;
    position: absolute;
    left: -6px;
    top: 0;
}


/* End Breadcrumb */


/* Start Magazine-page */

.body-inner {
    padding: 50px 0 80px;
}

.sidebar-right .links-side {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    margin: 0 0 15px;
}

.sidebar-right .links-side ul li {
    padding: 9px 18px;
    /* margin: 18px 0; */
    border-bottom: 1px solid #EAEAEA;
}

.sidebar-right .links-side ul li a {
    color: #1F1F1F;
    font-size: 16px;
    font-family: 'bahijLight';
    position: relative;
}

.sidebar-right .links-side ul li.active a,
.sidebar-right .links-side ul li a:hover,
.sidebar-right .links-side ul li.active a:hover {
    padding-inline-start: 22px;
    color: var(--main-color);
}

.sidebar-right .links-side ul li.active a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 11px;
    border-bottom: 2px solid var(--main-color);
    transition: all .5s;
}

.sidebar-right .links-side ul li a:hover {
    padding: 0;
}

.banner-side {
    background: linear-gradient(360deg, #103B61 0%, #069999 100%);
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    min-height: 209px;
    padding: 40px;
    text-align: center;
}

.banner-side .text-banner h1 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin: 0;
}

.banner-side .text-banner .btn-banner {
    min-width: 146px;
    min-height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 23px 0 0;
    font-size: 13px;
    font-family: 'bahijLight';
    color: #fff;
}

.banner-side .text-banner .btn-banner:hover {
    background: #fff;
    color: var(--main-color);
}

.content-magazine .img-user {
    text-align: center;
}

.content-magazine .img-user .img {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    border: 2px solid #1EA69B;
    margin: auto;
}

.content-magazine .img-user .user-name {
    padding: 24px 0 0;
}

.content-magazine .img-user .user-name h3 {
    color: #1F1F1F;
    font-family: 'bahijMed';
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 9px;
}

.content-magazine .img-user .user-name h4 {
    color: #1F1F1F;
    font-size: 18px;
    font-family: 'bahijMed';
    margin: 0;
}

.content-magazine .content-inner {
    padding: 30px 0 0;
    position: relative;
}

.content-magazine .content-inner p {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 28px;
    font-family: 'bahijLight';
    text-align: center;
}

.content-magazine .content-inner::after {
    content: "\f10d";
    position: absolute;
    left: 0;
    top: -46px;
    font-size: 46px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    opacity: 0.29;
    color: var(--main-color);
}

.breadcrumb .text-bread ul li:first-child {
    padding-inline-start: 0;
}

.title-page h3::after {
    background: var(--light-color);
}

.title-page h3 {
    line-height: 34px;
    padding: 0 0 15px;
}


/* End Magazine-page */


/* Start Issues-page */

.issues-block {
    border: 1px solid #1EA69B;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.issues-block .img {
    max-width: 106px;
    height: 135px;
    flex: 0 0 106px;
}

.issues-block .details {
    width: calc(100% - 106px);
    padding-inline-start: 20px;
}

.issues-block .img img {
    width: 100%;
    max-height: 100%;
}

.issues-block .details .head-is {
    display: flex;
}

.issues-block .details .head-is .title-is h3 {
    color: var(--light-color);
    font-size: 18px;
    font-family: 'bahijMed';
}

.issues-block .details .head-is .title-is span {
    color: #8D8D8D;
    font-size: 15px;
    font-family: 'bahijMed';
}

.issues-block .details .head-is .title-is span i {
    color: var(--light-color);
    font-size: 18px;
    margin-inline-end: 6px;
}

.issues-block .details .head-is .btns-is {
    margin-inline-start: auto;
}

.issues-block .details .head-is .btns-is .btn {
    min-width: 141px;
    min-height: 35px;
    border: 1px solid var(--light-color);
    border-radius: 4px;
}

.issues-block .details .head-is .btns-is .btn i {
    font-size: 16px;
    margin-inline-end: 8px;
}

.issues-block .details .head-is .btns-is .btn.btn-border {
    background: var(--main-color);
    color: var(--main-color);
    margin-inline-end: 12px;
}

.issues-block .details .head-is .btns-is .btn.btn-border::after {
    background: #fff;
}

.issues-block .details .head-is .btns-is .btn.btn-border span {
    color: var(--light-color);
}

.issues-block .details .head-is .btns-is .btn.btn-border:hover span {
    color: #fff;
}

.issues-block .content-is {
    padding-top: 13px;
}

.issues-block .content-is p {
    font-size: 16px;
    color: #000;
    font-family: 'bahijLight';
    line-height: 28px;
}

.single-page.body-inner .issues-block {
    border-color: #ccc;
    margin: 20px 0;
}

.issues-items {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding: 30px 11px 0;
}

.title-items {
    color: #1F1F1F;
    font-size: 18px;
    font-family: 'bahijMed';
    margin: 0 0 37px;
}

.single-page.body-inner .issues-items .issues-block .details {
    padding: 0;
    width: 100%;
}

.single-page.body-inner .issues-items .issues-block .details .content-is .btn-sec {
    min-width: 140px;
    min-height: 35px;
    border: 1px solid #EF624C;
    border-radius: 4px;
    display: table;
    color: #EF624C;
    font-size: 16px;
    margin-inline-start: auto;
    text-align: center;
    padding: 4px 5px;
    margin-top: 20px;
}

.single-page.body-inner .issues-items .issues-block .details .content-is .btn-sec i {
    font-size: 18px;
    margin-inline-end: 6px;
}

.sidebar-right .links-side ul li:last-child {
    border: none;
}


/* End Issues-page */


/* Start Admin-page */

.admin-page .content-magazine .img-user {
    display: flex;
    align-items: center;
    margin: 50px 0 0;
}

.admin-page .content-magazine .img-user .img {
    margin: 0;
}

.admin-page .content-magazine .img-user .user-name {
    padding: 0;
    padding-inline-start: 23px;
}

.admin-page .content-magazine .img-user .user-name h3 {
    margin: 0;
    font-size: 18px;
}

.content-magazine .img-user .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.admin-page .content-magazine .content-inner p {
    text-align: start;
}


/* End Admin-page */


/* Start Media-page */

.center-inner .center-block {
    margin: 15px 0;
    box-shadow: 0px 5px 15px #0000000D;
    border-radius: 5px;
    transition: all .5s;
}

.center-inner .center-block a {
    height: auto;
    border: none;
}

.center-inner .center-block .img {
    height: 202px;
}

.center-inner .center-block .img a {
    height: 100%;
}

.center-inner .center-block .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.center-inner .center-block .details {
    padding: 12px;
}

.center-inner .center-block .details .name {
    color: #1F1F1F;
    font-size: 16px;
    font-family: 'bahijMed';
    margin: 0 0 8px;
}

.center-inner .center-block .details .name::before,
.center-inner .center-block .details .name::after {
    display: none;
}

.center-inner .center-block .details span {
    color: #666666;
    font-family: 'bahijLight';
    font-size: 16px;
}

.center-inner .center-block .details span i {
    font-size: 18px;
    margin-inline-end: 7px;
    position: relative;
    top: 2px;
}

.filter-search {
    max-width: 419px;
    margin: 0 0 30px;
}

.filter-search form {
    width: 100%;
    height: 100%;
    position: relative;
}

.filter-search form input {
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E3E3E3;
    border-radius: 27px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    font-family: 'bahijLight';
}

.filter-search form input::placeholder {
    color: #ADADAD;
}

.filter-search form button {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    border: none !important;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 22px;
    color: #000;
}


/* End Media-page */


/* Start Single-media */

.single-inner .img {
    height: 360px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 17px;
    position: relative;
}

.single-inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-inner .details h3 {
    color: #1F1F1F;
    font-size: 18px;
    font-family: 'bahijMed';
    line-height: 28px;
    margin: 0 0 7px;
}

.single-inner .details span {
    color: #666666;
    font-size: 16px;
    font-family: 'bahijLight';
}

.single-inner .details span i {
    font-size: 18px;
    margin-inline-end: 7px;
}

.single-inner .details p {
    color: #1F1F1F;
    font-size: 16px;
    font-family: 'bahijLight';
    line-height: 28px;
    margin: 26px 0;
}

.single-inner .img.video-block a {
    display: block;
    width: 100%;
    height: 100%;
}

.single-inner .img.video-block a::after {
    content: "\f144";
    font-family: 'Line Awesome Free';
    font-weight: bold;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 74px;
    height: 74px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 41px;
    color: var(--light-color);
    border-radius: 50%;
    text-align: center;
    line-height: 74px;
}

.title-sec {
    margin: 0 0 33px;
}

.more-media {
    border-top: 1px solid #E9E9E9;
    padding: 33px 0 0;
}

.title-sec h3 {
    margin: 0;
    font-size: 23px;
    font-family: 'bahijMed';
    padding-inline-start: 10px;
    position: relative;
}

.title-sec h3::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 27px;
    background: var(--light-color);
}

.center-inner .more-slider .item {
    padding: 0 10px;
    direction: rtl;
}

.center-inner .more-slider .item .center-block {
    margin: 0;
}

.body-inner .center-block {
    margin: 15px 0;
}

.center-inner .center-block .details p {
    color: #1F1F1F;
    font-size: 16px;
    font-family: 'bahijLight';
    line-height: 28px;
    margin: 10px 0 0;
    max-height: 55px;
    overflow: hidden;
}


/* End Single-media */


/* Start Research-page */

.center-block.research-block .img {
    height: 263px;
}

.center-block.research-block .details span {
    color: #8D8D8D;
    font-size: 15px;
}

.center-block.research-block .details span i {
    color: var(--light-color);
}

.center-block.research-block {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    box-shadow: none;
}

.center-block.research-block .img a::before,
.center-block.research-block .img a::after {
    display: none;
}

.center-block.research-block .img a .hover-box {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.center-block.research-block .img a .hover-box::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--light-color);
    transition: all .5s;
    opacity: 0;
    z-index: -1;
}

.center-block.research-block:hover .img a .hover-box::before {
    opacity: .77;
}

.center-block.research-block .img a .hover-box span {
    font-size: 16px;
    color: #fff;
    font-family: 'bahijMed';
    margin-top: 6px;
    opacity: 0;
}

.center-block.research-block .img a .hover-box i {
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    line-height: 62px;
    border-radius: 50%;
    font-size: 32px;
    color: var(--light-color);
    opacity: 0;
}

.center-block.research-block:hover .img a .hover-box i {
    animation: 1s zoomInDown;
    opacity: 1;
}

.center-block.research-block:hover .img a .hover-box span {
    animation: 1s zoomInDown;
    opacity: 1;
}

.pagination {
    justify-content: center;
    margin-top: 22px;
    align-items: center;
}

.center-block.research-block:hover {
    border-color: var(--light-color);
}

.pagination li .page-link {
    line-height: 32px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--light-color);
    border-radius: 3px !important;
    color: var(--light-color);
    padding: 0;
    text-align: center;
    margin: 0 5px !important;
}

.pagination li .page-link.active {
    background: var(--light-color);
    color: #fff;
}

.pagination li .page-link.prev,
.pagination li .page-link.next {
    border: none;
    /* width: auto; */
    height: auto;
    margin: 0;
    position: relative;
    top: 1px;
}

.pagination li .page-link.other-pages {
    background: transparent;
    width: auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li .page-link.other-pages u {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--light-color);
    margin: 0 3px;
}


/* End Research-page */


/* Start Share-research */

.file-upload .file-upload-select {
    display: block;
    color: #dbdbdb;
    cursor: pointer;
    text-align: left;
    /* background: #fff; */
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-upload .file-upload-select .file-select-button {
    background: #161f27;
    padding: 10px;
    display: inline-block;
}

.file-upload .file-upload-select .file-select-name {
    display: inline-block;
    position: relative;
    padding: 0;
    z-index: 2;
    font-size: 16px;
    /* color: #fff; */
}

.file-upload .file-upload-select:hover .file-select-button {
    background: #324759;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-upload-select input[type="file"] {
    display: none;
}

.text-share h1 {
    font-size: 26px;
    line-height: 41px;
    font-family: 'bahijMed';
    color: var(--light-color);
    margin: 0 0 25px;
}

.text-share .title {
    margin: 25px 0;
}

.text-share .title h3::after {
    background: var(--light-color);
}

.text-share .title h3 {
    padding: 0 0 20px;
}

.text-share ul {
    /* display: list-item; */
    margin-inline-start: 15px;
    color: var(--light-color);
}

.text-share ul li {
    list-style: auto;
    display: list-item;
    color: #2D2D2D;
    font-size: 16px;
    font-family: 'bahijMed';
    margin: 7px 0;
    padding-inline-start: 10px;
}

.text-share ul li::marker {
    color: var(--light-color);
    margin-inline-end: 8px;
}

.text-share p {
    color: #2D2D2D;
    font-size: 16px;
    font-family: 'bahijMed';
    line-height: 34px;
}

.form-share {
    background: #F8F8F8;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 23px;
}

.form-share .title {
    text-align: center;
}

.form-share .title h3::after {
    right: 0;
    left: 0;
    margin: auto;
    background: var(--light-color);
}

.form-share .title h3 {
    padding: 0 0 20px;
}

.form-share form .form-group {
    margin: 14px 0;
}

.form-share form .form-group label {
    color: #2D2D2D;
    font-size: 16px;
    font-family: 'bahijLight';
    margin: 0 0 3px;
    line-height: 34px;
}

.form-share form .form-group .form-control {
    height: 45px;
    background: #fff;
    border: 1px solid #B5B5B5;
    border-radius: 3px;
    padding: 0 17px;
    font-size: 16px;
    font-family: 'bahijLight';
    transition: all .5s;
}

.form-share form .form-group .form-control::placeholder {
    color: #CBCBCB;
}

.form-share form .form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--light-color);
}

.form-share form .form-group .file-upload-select.form-control {
    text-align: start;
    justify-content: flex-start;
    border-color: var(--light-color);
    color: var(--light-color);
}

.form-share form .form-group .file-upload-select.form-control i {
    font-size: 22px;
    margin-inline-end: 13px;
}

.btn-form {
    border: none !important;
    min-width: 168px;
    min-height: 46px;
    background: var(--light-color);
    border-radius: 50px;
    display: table;
    margin: 40px auto 0;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
    font-family: 'bahijLight';
    font-size: 16px;
}


/* End Share-research */


/* Start Req-page */

.form-share form .form-group textarea.form-control {
    height: 111px;
    padding: 17px;
}

.req-page .form-share {
    max-width: 650px;
    margin: auto;
    padding: 33px 50px;
}

.flex-h {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.flex-h .iagree-h {
    color: #2D2D2D;
    font-size: 16px;
    font-family: 'bahijMed';
    display: inline-flex;
    align-items: center;
}

.flex-h .iagree-h input {
    width: 23px;
    height: 22px;
    background: #fff;
    border: 1px solid #A2A2A2;
    margin-inline-end: 6px;
    position: relative;
    top: 5px;
}

.flex-h .link-login {
    display: flex;
    margin-inline-start: auto;
    color: #3EAADC;
    font-size: 16px;
    font-family: 'bahijMed';
    padding-bottom: 5px;
    border-bottom: 1px solid #3EAADC;
}

.title.title-thr h3::after {
    display: none;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    text-align: right;
}

.project-data {
    padding: 30px 0;
}

.page-content.article-page.single {
    padding: 10px 0 60px;
}

.all-member.row {margin: 0;}

.wpcf7-list-item {
    margin: 0;
    margin-inline-end: 10px;
}

.art-item {
    margin: 15px 0;
}

.art-item .img {
    width: 100%;
    height: 200px;
}

.art-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.art-item .art-info p {
    margin: 0 0 20px;
}

.art-item .art-info .readmore a {color: var(--main-color);font-size: 16px;font-weight: bold;}

.page-content.article-page {
    padding: 10px 0 50px;
}

.page-item.active .page-link {
    background: var(--main-color);
    border-color: var(--main-color);
}

.body-inner .dir-block {
    min-height: 510px;
}

.direct-slider-2 .item {
    padding: 15px;
}

.direct-slider .dir-block {
    min-height: 610px;
}

.directors-h + .directors-h {
    border-top: 5px #fff solid;
}

.about-more {
    padding: 80px 0;
}

.img-in-ab .img {
    height: 250px;
    margin: 15px 0;
}

.img-in-ab .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-block-h {
    margin: 15px 0;
}

.about-block-h .title-ab {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.about-block-h .title-ab .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
}

.about-block-h .title-ab h3 {
    width: calc(100% - 40px);
    padding-inline-start: 16px;
    font-size: 23px;
    font-family: 'bahijBold';
    color: var(--sec-color);
    margin: 0;
}

.about-block-h  p {
    margin: 25px 0;
    font-size: 17px;
    line-height: 27px;
}

.bank-block {
    max-width: 500px;
    margin: 30px auto;
    padding: 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.bank-block .img {
    border-bottom: 1px #f1f1f1 solid;
    padding-bottom: 15px;
    text-align: center;
    line-height: 120px;
}

.bank-block .img img {
    max-width: 250px;
}

.bank-block  .details {
    padding: 20px 0 0;
}

.bank-block .details h3 {
    font-size: 22px;
    font-family: 'bahijBold';
    color: var(--main-color);
    margin: 0 0 15px;
}

.bank-block .details ul li {
    display: flex;
    font-size: 17px;
    color: var(--dark-color);
    align-items: center;
    margin: 10px 0 0;
}

.bank-block .details ul li span {
    width: 120px;
    font-family: 'bahijMed';
}

.bank-block .details ul li p {
    font-size: inherit;
    color: #212121;
    width: calc(100% - 120px);
    padding-inline-start: 10px;
}

.block-video-in {
    height: 400px;
    margin: 0 0 50px;
}

.mt-30 {
    margin: 30px 0;
}
/* End Req-page */



.about-block-h ul li {
    padding-inline-start: 20px;
    margin: 14px 0;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.about-block-h ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 50%;
}

.share-pagea2.body-inner .col-md-7.col-sm-12 {
    display: none;
}

.share-pagea2.body-inner .col-md-5 {
    max-width: 100%;
    flex: auto;
}

.single-inner .details .btn-group {margin: 30px 0;width: 100%;}

.single-inner .details .btn-group .btn {
    display: table;
    margin: auto;
    color: #fff;
}

.single-inner .details .btn-group .btn span {
    color: #fff;
}

.pdf-block {
    padding: 12px;
    border: 1px #e9e4e4 solid;
    min-height: 75px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.pdf-block a {
    color: var(--sec-color);
    font-family: 'bahijMed';
    /* display: flex; */
}

.pdf-block a i {
    margin-inline-end: 10px;
    position: relative;
    top: 2px;
}

.pdf-block a span {
    display: flex;
}

.title.title-page {margin: 30px 0;}

table {width: 100%;margin: 0;}

table tr td {
    padding: 10px;
    border: 1px #c8e7e7 solid;
}

.all-member.row h3 {
    margin: 20px 0;
    font-family: 'bahijMed';
    font-size: 18px;
    display: block;
    width: 100%;
    color: var(--light-color);
}

.nav-menu ul li .sub-menu li a {
    padding: 10px;
}

.nav-menu ul li .sub-menu .sub-menu {
    right: 100%;
    top: 0;
    display: none;
}

.nav-menu ul li .sub-menu li:hover .sub-menu {
    display: block;
}

.nav-menu ul li .sub-menu li.menu-item-has-children::after {content: "";position: absolute;left: 0;/* right: 0; */width: 8px;height: 8px;border-top: 1px #ccc solid;border-left: 1px #ccc solid;top: 0;transform: rotate(-45deg);margin: 20px 10px;}

.single-inner .details iframe {
    height: 400px;
}
