@import url(styles.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

/* End Fonts */

:root {
    --main-color: #357179;
    --sec-color: #CAA72E;
    --dark-color: #111225;
    --bg-color: #F6F6F6;
}

* {
    box-sizing: border-box;
}
.single-book-content p {
    text-align: justify !important;
}
a {
    text-decoration: none;
    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(--thr-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: "IBM Plex Sans Arabic", sans-serif;
    background: #fff;
    text-align: start;
    direction: rtl;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    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;
}

main {
    overflow: hidden;
    /* position: relative; */
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

/* Start Sidebar */

.cursor {
    opacity: 0;
    transition: all .5s;
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 20px;
    /* padding-top: 30.1px; */
    /* padding-bottom: 53.1px; */
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background: #fff;
    visibility: hidden;
    /* transform: scaleY(0) translateY(-100%); */
    right: -100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -10;
    opacity: 0;
    transition: all .3s;
}

.mobile-menu .menu-box {
    position: relative;
    z-index: 2;
    height: calc(100% - 70px);
    /* display: flex; */
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.mobile-menu .menu-box .navigation li {
    /* margin: 0 0 20px; */
    /* text-align: center; */
}

.mobile-menu .menu-box .navigation li a {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: #333;
    padding: 10px 0;
    display: block;
    border-bottom: 1px #eee solid;
    text-align: start;
    text-transform: capitalize;
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 37px;
}

body.mobile-menu-visible .mobile-menu {
    right: 0;
    opacity: 1;
    z-index: 999999;
    visibility: visible;
    /* transform: none; */
}

/* End Sidebar */

/* Start Header */

.header-med .head-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /* margin-top: 27px; */
    gap: 20px;
}

header.sticky {
    position: relative;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 13px 0;
    /* overflow: hidden; */
    top: 0;
}

.header-med .head-inner .logo a {
    display: block;
    max-width: 63px;
}

.close-btn {
    color: var(--dark-color);
    display: table;
    margin: 0 0 20px;
    margin-inline-start: auto;
    font-size: 18px;
    cursor: pointer;
    width: 40.37px;
    height: 40.37px;
    border-radius: 50%;
    border: 0.47px solid var(--dark-color);
    line-height: 40.37px;
    text-align: center;
}

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 53px;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: all .5s;
    top: 0;
}

.menu-right .mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.menu-right .mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.menu-right .mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.menu-right .mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.menu-right .mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1),
.menu-right .mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

.lang-h {
    padding: 9px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #393838;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar-collapse {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    /* max-height: 100%; */
    /* overflow-y: auto; */
}

.navbar-collapse .navigation {
    /* width: 50%; */
    flex: 0 0 auto;
}

.mobile-menu .menu-box .navigation li a:hover {
    /* color: #fff; */
    /* text-decoration: underline; */
}

.mobile-menu .menu-box .navigation li:last-child {
    margin: 0;
}

.mobile-menu .menu-box .menu-outer {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.flex-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.logo a {
    display: block;
    text-align: center;
}

.logo a img {
    max-height: 277.78px;
}

header .flex-h {
    margin-top: 84px;
}

.header-med .head-inner ul li a {
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #111225;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
}


.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.logo-h {
    max-width: 158.54px;
    width: 100%;
    /* margin-inline-end: 47px; */
}

.logo-h a {
    display: block;
    width: 100%;
}

.header-med .head-inner ul li {
    position: relative;
}

.header-med .head-inner ul li.current-menu-item a,
.header-med .head-inner ul li a:hover,
.header-med .head-inner ul li .sub-menu li a:hover {
    color: var(--sec-color);
}

.header-med .head-inner ul li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    margin-inline-start: 12px;
    transition: all .4s;
    position: relative;
    display: inline-block;
}

.header-med .head-inner ul li .sub-menu {
    min-width: 214.47px;
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 14px 0px #0000001A;
    border-radius: 8px;
    padding: 17px;
    visibility: hidden;
    z-index: 99;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-out 0s;
    margin: 0;
}

.header-med .head-inner ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 17.93px;
    padding: 11px 0;
    display: block;
    color: var(--dark-color);
    /* border-bottom: 1px solid #E1E1E1; */
}

.header-med .head-inner ul li .sub-menu li:first-child a {
    padding-top: 0;
}

.header-med .head-inner ul li .sub-menu li:last-child a {
    padding-bottom: 0;
    border: none;
}

.header-med .head-inner ul li:hover .sub-menu {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.header-med .head-inner ul li.menu-item-has-children>a:hover::after {
    transform: rotate(180deg);
}

.head-inner .menu-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 32px;
}

.lang-h:hover {
    /* color: #fff; */
}

.mobile-nav-toggler .lines {
    display: block;
    width: 35px;
    overflow: hidden;
}

.mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.mobile-nav-toggler .lines ::after,
.mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    transition: all .5s;
    top: 0;
}

.mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.mobile-nav-toggler .lines i:nth-child(1),
.mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

.item.res-menu {
    display: none;
}

body.mobile-menu-visible {
    overflow: hidden;
}

.btn-mobile {
    margin-top: 30px;
}

.btn {
    outline: none;
    position: relative;
    border: none !important;
    padding: 8px 24px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    min-width: 147px;
    background: var(--main-color);
    min-height: 52px;
    border-radius: 8px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    box-shadow: none !important;
    z-index: 1;
    font-weight: 700;
    transition: all .4s;
}

header .btn {
    font-size: 15px;
    line-height: 18.23px;
}

.btn::before,
.btn::after,
.btn span::before,
.btn span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background-color: var(--sec-color);
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.btn::before {
    left: 0;
}

.btn::after {
    left: 50%;
}

.btn:hover::before,
.btn:hover::after,
.btn:hover span::before,
.btn:hover span::after {
    /* height: 80px; */
}

.btn span::before,
.btn span::after {
    top: auto;
    bottom: 0;
}

.btn span::before {
    left: 25%;
}

.btn span::after {
    left: 75%;
}

.nav-inner {
    /* margin-inline-start: auto; */
}

.search-box-btn.search-box-outer {
    color: #000;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.btn:hover {
    background: var(--sec-color);
    color: #fff;
}

/* End Header */

/* Start Banner-h */

.banner-block .row {
    min-height: 768.55px;
    align-items: center;
    -webkit-align-items: center;
}

.banner-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(184.57deg, rgba(0, 0, 0, 0) 3.65%, #000000 96.3%);
    height: calc(100% - 142px);
    top: auto;
    opacity: .4;
}

.text-banner {
    text-align: center;
}

.text-banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0.25px;
    text-align: center;
    margin: 0;
}

.banner-slider {
    margin: 0 !important;
}

.banner-slider .slick-dots {
    bottom: 64px;
    position: absolute;
    z-index: 3;
}

.banner-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.banner-slider .slick-dots li button {
    width: 29px;
    height: 5px;
    background: #fff;
    margin: 0 6px;
    border-radius: 50px;
    padding: 0;
    transition: all .4s;
}

.banner-slider .slick-dots li.slick-active button {
    background: var(--sec-color);
}

.banner-slider .slick-dots li button::before {
    display: none;
}

/* End Banner-h */

/* Start About-h */

.about-h {
    padding: 100px 0;
}

.sub-title {
    background: #3571791F;
    padding: 8px;
    border-radius: 6px;
    color: var(--main-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.25px;
    margin-bottom: 32px;
    display: inline-block;
    min-width: 86px;
    min-height: 40px;
    align-content: center;
    text-align: center;
}

.about-text h3 {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0.25px;
    margin-bottom: 32px;
}

.about-text {
    max-width: 595px;
}

.about-text p {
    max-width: 495px;
    color: #1E1E1E;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;text-align: justify;
    letter-spacing: 0.25px;
}

.about-text .readMore {
    margin-top: 32px;
}

.readMore {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    gap: 10px;
    color: var(--main-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.25px;
    padding-inline-start: 7.5px;
    min-height: 38px;
    min-width: 120px;
}

.readMore i {
    font-size: 17.5px;
}

.readMore::before {
    width: 38px;
    content: "";
    position: absolute;
    inset: 0;
    height: 38px;
    z-index: -1;
    background: var(--main-color);
    opacity: .1;
    border-radius: 50px;
    transition: all .5s;
}

.readMore:hover::before {
    width: 100%;
    border-radius: 5px;
}

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

.about-img {
    max-width: 500px;
    margin-inline-start: auto;
    height: 392px;
    position: relative;
}

.about-img .img {
    max-width: calc(100% - 20px);
    margin-inline-end: auto;
    height: 372px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.about-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-img .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(243.14deg, rgba(53, 116, 121, 0.1) -16.68%, rgba(0, 0, 0, 0.8) 98.82%);
}

.about-img::after {
    content: "";
    position: absolute;
    max-width: 401px;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 335px;
    background: var(--main-color);
    z-index: -1;
    border-end-end-radius: 10px;
}

/* End About-h */

/* Start Media-h */

.media-h {
    padding: 80px 0;
    background: var(--bg-color);
}

.title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 31px;
}

.title-flex .title {
    margin: 0;
}

.title {
    margin-bottom: 31px;
}

.title h3 {
    margin: 0;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 48px;
    line-height: 77px;
    letter-spacing: 0%;
}

.title-flex .nav.nav-tabs {
    border: none;
    gap: 24px;
}

.title-flex .nav.nav-tabs .nav-item .nav-link {
    background: #3574791A;
    min-width: 120px;
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 8px;
    color: var(--main-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.25px;
    text-align: center;
}

.title-flex .nav.nav-tabs .nav-item .nav-link.active {
    background: var(--main-color);
    color: #fff;
}

.media-block {
    border: 1px solid #34255E1F;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    transition: all .4s;
    margin: 15px 0;
    height: calc(100% - 30px);
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.media-block .img {
    height: 211.98px;
    overflow: hidden;
}

.media-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.media-block .details {
    padding: 22px 16px;
    height: calc(100% - 211.98px);
    display: flex;
    flex-direction: column;
}

.date-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 13px;
    color: #424242;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.date-h .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.media-block .details .date-h {
    margin-bottom: 16px;
}

.media-block .details h3 {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
    transition: all .4s;
}

.media-block .details p {
    color: #424242;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}

.showMore {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    color: #A0ACAE;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.25px;
}

.showMore i {
    width: 24px;
    height: 24px;
    line-height: 28px;
    font-size: 17.5px;
}

.media-block .details .showMore {
    margin-top: 16px;
    margin-top: auto;
}

.media-block:hover {
    /* border-color: var(--main-color); */
}

.media-block:hover .details h3,
.media-block:hover .details .showMore {
    /* color: var(--main-color); */
}

/* End Media-h */

/* Start Publics-h */

.publics-h {
    padding: 100px 0;
}

.btn.btn-border {
    min-width: 110px;
    background: transparent;
    border: 1px var(--main-color) solid !important;
    color: var(--main-color);
}

.btn.btn-border:hover {
    background: var(--sec-color);
    border-color: var(--sec-color) !important;
    color: #fff;
}

.public-block {
    margin: 15px 0;
    height: 437px;
    border-radius: 4px;
    overflow: hidden;
}

.public-block .img,
.public-block .img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-position: center;
    border-radius: 4px;
}

.public-block h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: calc(100% - 32px);
    margin: 16px;
    background: #FFFFFF61;
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 16px;
    color: #1E1E1E;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    transition: all .5s;
    transform: translateY(100%);
    opacity: 0;
}

.public-block:hover h3 {
    opacity: 1;
    transform: none;
}

/* End Publics-h */

/* Start Footer */

.footer-top {
    padding: 64px 0;
}

.logo-f {
    display: block;
    max-width: 158.54px;
}

.des-f {
    margin: 19px 0;
    max-width: 253px;
}

.des-f p {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.25px;
}

.s-h {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.s-h a {
    width: 31.37px;
    height: 30.77px;
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    font-size: 18.95px;
    color: var(--sec-color);
}

.s-h a i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.s-h a:hover {
    background: var(--sec-color);
    color: #fff;
    border-color: var(--sec-color);
}

.foot-block h3 {
    color: #1E1E1E;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
}

.info-f ul li {
    display: flex;
    margin-bottom: 16px;
}

.info-f ul li .icon {
    width: 34px;
    height: 34px;
    background: #CDAC3A1F;
    border-radius: 8px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.info-f ul li .details {
    width: calc(100% - 34px);
    padding-inline-start: 12px;
}

.info-f ul li .details h5 {
    color: #1E1E1E;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.info-f ul li .details a {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.info-f ul li .details a u {
    text-decoration: none;
    direction: ltr;
    display: inline-block;
}

.map-f {
    height: 185px;
    border-radius: 10px;
    overflow: hidden;
}

.copy-right {
    padding: 32px 0;
    /* text-align: center; */
}

.copy-right p {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
}

.upPage {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 38.18px;
    height: 39.01px;
    background: var(--sec-color);
    color: #fff;
    font-size: 20.41px;
    margin: 30px;
    transform: translateY(150%);
    opacity: 0;
}

.upPage i {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.upPage.active {
    transform: none;
    opacity: 1;
}

/* End Footer */

/* Start Partners-h */

.partner-block {
    background: #FFFFFF;
    box-shadow: 0px 4px 51px 0px #ACACAC40;
    border-radius: 12px;
    padding: 24px;
    height: calc(100% - 20px);
    margin: 10px 0;
}

.partner-block .img {
    height: 273px;
    overflow: hidden;
    border-radius: 8px;
}

.partner-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.partner-block .details {
    padding: 16px 0 0;
}

.partner-block .details h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #1E1E1E;
}

.partner-block .details span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3C3A3A;
    text-transform: uppercase;
}

/* End Partners-h */

/* Start Breadcrumb-h */

.breadcrumb-h {
    padding: 161px 0;
}

.breadcrumb-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(184.57deg, rgba(0, 0, 0, 0) 3.65%, #000000 96.3%);
    height: 75%;
    top: auto;
    opacity: .40;
}

.text-bread h1 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 51px;
    letter-spacing: 0.25px;
    margin: 0;
}

.text-bread ul {
    display: flex;
}

.text-bread ul li a,
.text-bread ul li span {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.25px;
}

.text-bread ul li a {
    opacity: .6;
}

.text-bread ul li a::after {
    content: "-";
    margin: 0 4px;
    margin-inline-end: 7px;
}

/* End Breadcrumb-h */

/* Start About-page */

.about-more {
    padding-bottom: 80px;
}

.about-block {
    height: calc(100% - 20px);
    margin-bottom: 20px;
    box-shadow: 0px 4px 51px 0px #ACACAC40;
    border-radius: 12px;
    padding: 28px 24px;
}

.about-block .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 8px;
    background: #3574791A;
    margin-bottom: 18px;
}

.about-more .col-md-4:nth-child(2) .about-block .icon {
    background: #C76A071A;
}

.about-more .col-md-4:nth-child(3) .about-block .icon {
    background: #B64B4B1A;
}

.about-block h3 {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.about-block p {
    color: #3C3A3A;
    font-weight: 400;
    font-size: 16px;    text-align: justify;
    line-height: 26px;
    max-width: 333px;
}

.counter-h {
    padding-bottom: 90px;
}

.counter-block {
    margin: 10px 0;
    height: calc(100% - 20px);
    background: #CDAC3A0F;
    padding: 24px 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
}

.counter-block .details {
    width: calc(100% - 80px);
}

.counter-item {
    direction: ltr;
    display: table;
}

.counter-block .details .counter-item {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 42px;
    line-height: 58px;
    margin-bottom: 7px;
    text-transform: uppercase;
    display: flex;
    justify-content: end;
}

.counter-block .details h3+span {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}

.counter-block .icon {
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

.director-page .about-img {
    align-content: center;
    margin: 0;
    height: 415px;
    max-width: 525px;
    text-align: center;
}

.director-page .about-img .img {
    height: calc(100% - 32px);
    border-radius: 12px;
    margin: auto;
    max-width: 494px;
}

.director-page .about-img::after,
.director-page .about-img::before {
    content: "";
    position: absolute;
    background: var(--sec-color);
    height: 37%;
    max-width: 72%;
    width: 100%;
}

.director-page .about-img::before {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    border-start-start-radius: 10px;
    max-width: 52%;
}

.director-page .about-text {
    max-width: 100%;
    position: relative;
    padding-inline-start: 30px;
}

.director-page .about-text h3 {
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    color: #051A38;
    margin-bottom: 20px;
}

.director-page .about-text p {
    max-width: 657px;
    font-weight: 400;
    font-size: 16px;    text-align: justify;
    line-height: 32px;
    color: #051A38;
    margin-bottom: 10px;
}

.team-h .partner-block {
    margin-bottom: 40px;
    height: calc(100% - 40px);
}

.team-h {
    padding-bottom: 60px;
}

.director-page .about-text .icon {
    position: absolute;
    left: 0;
    top: 0;
    margin: 8px 0;
    margin-inline-end: 47px;
    z-index: -1;
}

/* End About-page */

/* Start Anira-page */

.about-text.anira-text {
    padding: 100px 0 0;
}

.about-text.anira-text p {
    max-width: 1264px;
    color: #1E1E1E;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.25px;
    margin-bottom: 32px;
}

.about-text.anira-text p:last-child {
    margin: 0;
}

/* End Anira-page */

/* Start Contact-page */

.body-inner {
    padding: 100px 0;
}

.contact-block {
    border: 1px solid #E9EEEF;
    box-shadow: 0px 4px 20px 0px #0000000D;
    padding: 40px 32px;
    border-radius: 12px;
    height: 100%;
}

.contact-title {
    margin-bottom: 24px;
}

.contact-title h3 {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    margin: 0;
}

.contact-form .form-group {
    margin-bottom: 16px;
}

.contact-block.contact-form {
    max-width: calc(100% - 40px);
}

.contact-form .form-group:last-child {
    margin: 0;
}

.contact-form .form-group .form-control {
    width: 100%;
    border: 1px solid #E6E8E9;
    height: 55px;
    border-radius: 8px;
    padding: 0 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
}

.contact-form .form-group .form-control:focus {
    box-shadow: none;
}

.contact-form .form-group textarea.form-control {
    height: 108px;
    padding: 12px 16px;
}

.contact-form .form-group .btn {
    width: 100%;
    margin-top: 8px;
}

.contact-info .info-f ul li {
    margin-bottom: 32px;
}

/* End Contact-page */

/* Start Services-page */

.serv-block {
    margin-bottom: 48px;
    height: calc(100% - 48px);
    text-align: center;
    border: 1px solid #34255E1F;
    border-radius: 12px;
    overflow: hidden;
    padding: 32px;
    transition: all .4s;
}

.serv-block .icon {
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto;
    background: #CDAC3A1F;
    border-radius: 12px;
}

.serv-block .icon img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
    object-position: center;
}

.serv-block .details {
    padding: 32px 0 0;
    height: calc(100% - 84px);
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}

.serv-block .details h3 {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

.serv-block .details p {
    color: #424242;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.serv-block .details .btn.btn-border {
    margin-top: 32px;
    border-color: var(--sec-color) !important;
    color: var(--sec-color) !important;
    margin-top: auto;
}

/* End Services-page */

/* Start Single-page */

.title p {
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    max-width: 853px;
}

.single-block {
    box-shadow: 0px 20px 60px 0px #34255E1F;
    border-radius: 8px;
    padding: 32px;
    height: 100%;
}

.single-block.single-content {
    max-width: calc(100% - 20px);
    text-align: center;
}

.single-block.single-content .nav.nav-tabs {
    border: 1px solid #96B5B9;
    display: inline-flex;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 24px;
    min-height: 58px;
    align-items: center;
    -webkit-align-items: center;
    padding: 8px;
}

.single-block.single-content .tab-content {
    text-align: start;
}

.single-block.single-content .nav.nav-tabs .nav-item .nav-link {
    border: none;
    border-radius: 0;
    padding: 3px 8px;
    min-width: 120px;
    color: #D0DEE0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    border: none !important;
}

.single-block.single-content .nav.nav-tabs .nav-item:last-child {
    border: none;
    padding-inline-end: 0;
}

.single-block.single-content .nav.nav-tabs .nav-item {
    border-inline-end: 1px solid #96B5B9;
    padding: 0 13px;
}

.single-block.single-content .nav.nav-tabs .nav-item:first-child {
    padding-inline-start: 0;
}

.single-block.single-content .nav.nav-tabs .nav-item .nav-link.active {
    color: #357179;
    font-weight: 700;
}

.text-tab ul li {
    margin-bottom: 20px;
    position: relative;
    padding-inline-start: 26px;
    color: #1E1E1E;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.text-tab ul li::before {
    content: "\f00c";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 6 Pro';
    width: 16.67px;
    height: 16.67px;
    line-height: 16.67px;
    text-align: center;
    border-radius: 50%;
    background: rgb(204 170 46 / 40%);
    font-size: 8px;
    color: var(--sec-color);
}

.single-sidebar .item {
    display: flex;
    padding-block: 24px 16px;
    border-bottom: 0.5px solid #D0DEE0;
}

.single-sidebar .item .icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.single-sidebar .item .details {
    width: calc(100% - 38px);
    padding-inline-start: 16px;
}

.single-sidebar .item:first-child {
    padding-top: 0;
}

.single-sidebar .item:nth-last-child(2) {
    border: none;
}

.single-sidebar .item .details h3 {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.single-sidebar .item .details span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #6A6E83;
}

.single-sidebar .item-btn {
    padding-top: 24px;
}

.single-sidebar .item-btn .btn {
    width: 100%;
    gap: 8px;
    min-height: 54px;
    font-weight: 400;
}

@media (min-width: 576px) {
    .orderModal .modal-dialog {
        max-width: 671px;
    }
}

.orderModal .modal-content {
    border-radius: 12px;
    border: 1px solid #E9EEEF;
    padding: 40px 32px;
}

.orderModal .modal-content .modal-header,
.orderModal .modal-content .modal-body {
    padding: 0;
}

.orderModal .modal-content .modal-header {
    justify-content: space-between;
    border: none;
    margin-bottom: 24px;
    align-items: center;
    -webkit-align-items: center;
}

.orderModal .modal-content .modal-header .modal-title {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    margin: 0;
}

.orderModal .modal-content .modal-header .btn-close {
    margin: 0;
}

.orderModal .contact-block {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    border: none;
}

/* End Single-page */

/* Start Books-page */

.books-search {
    margin-bottom: 48px;
    align-items: center;
    -webkit-align-items: center;
}

.books-search .title {
    margin: 0;
}

.books-search form {
    display: flex;
    justify-content: flex-end;
    max-width: 458px;
    gap: 24px;
    margin-inline-start: auto;
}

.books-search form .form-group {
    width: 50%;
    flex: 0 0 auto;
}

.books-search form .form-group .form-control {
    border: 1px solid #D0DEE0;
    height: 44px;
    border-radius: 7px;
    padding: 10px;
    line-height: 24px;
    color: #1E1E1E;
    font-weight: 400;
    font-size: 16px;
}

.books-search form .form-group .form-control::after {
    font-weight: 300;
    top: 11px;
    left: 10px;
}

.books-search form .form-group .form-control .current {
    display: block;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.book-block-in {
    border: 1px solid #D1D1D1;
    border-radius: 24px;
    overflow: hidden;
    padding: 12px;
    margin-bottom: 48px;
    height: calc(100% - 48px);
}

.book-block-in .img {
    height: 342.5px;
    border-radius: 8px;
    overflow: hidden;
}

.book-block-in .img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-position: top  center;
}

.book-block-in .details {
    text-align: center;
    padding-block: 16px 4px;
}

.book-block-in .details h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #1E1E1E;
    margin: 0;
}

.single-book {
    background: #F8F7F0;
    margin: 100px 0;
}

.single-book-img {
    border: 1.35px solid #D1D1D1;
    padding: 11px;
    height: 500px;
    overflow: hidden;
    border-radius: 10.81px;
    max-width: 377px;
}

.single-book-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10.81px;
    border: 1.35px solid #E6F3F0;
}

.single-book-content {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px;
    height: 100%;
}

.single-book-content .title-book-in {
    margin-bottom: 24px;
}

.single-book-content .title-book-in h3 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #1E1E1E;
}

.single-book-content .title-book-in span {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #484747;
}

.single-book-content .text-tab {
    margin: 24px 0;
    background: #F8F7F0;
    border-radius: 12px;
    padding: 16px 28px;
}

.single-book-content .text-tab ul li span {
    display: inline-flex;
    margin: 0 4px;
    background: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    color: #1E1E1E;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.single-book-content .text-tab ul li::before {
    top: 5px;
}

.single-book-content .btn {
    min-width: 275px;
    gap: 8px;
}

/* End Books-page */

/* Start Single-film */

.single-film-video {
    height: 468px;
    overflow: hidden;
    display: block;
    border-radius: 4px;
    position: relative;
}

.single-film-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-film-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.single-film-video::before {
    content: "\f144";
    font-family: 'Font Awesome 6 Pro';
    margin: auto;
    position: absolute;
    inset: 0;
    z-index: 5;
    width: 94px;
    height: 94px;
    line-height: 94px;
    font-size: 94px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    align-content: center;
    text-align: center;
}

.single-film-content {
    padding: 52px 0 0;
}

.single-film-content .title-book-in {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 24px;
}

.single-film-content .text-tab ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.single-film-content .text-tab ul li {
    min-width: 180px;
    margin: 0;
}

.single-film-content .text-tab ul li::before {
    top: 5px;
}

.single-film-content .text-tab {
    margin: 24px 0;
}

.single-film-content p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

/* End Single-film */

/* Start Single-part */

.img-part-in {
    border: 1px solid #D1D1D1;
    height: 280px;
    overflow: hidden;
    border-radius: 8px;
    padding: 10px;
    max-width: 274px;
}

.img-part-in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.text-part-in {
    /* padding-inline-start: 10px; */
}

.text-part-in h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 16px;
}

.text-part-in span {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #357179;
}

.text-part-in p {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.25px;
    text-align: justify;
    color: #1E1E1E;
    max-width: 948px;
}

.text-comp.text-part-in h3 {
    color: #357179;
}

.text-comp .details-in h4 {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
}

.text-comp .details-in ol {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.text-comp .details-in ol li {
    color: #111225;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
    padding: 0 10px;
    position: relative;
}

.text-comp .details-in ol li::after {
    content: ">";
    margin: 0 6px;
    margin-inline-end: 4px;
    text-decoration: none;
    position: absolute;
}

.text-comp .details-in ol li:last-child::after {
    display: none;
}

.text-comp .details-in ul li {
    display: list-item;
    list-style: inside;
    color: #111225;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.text-comp .details-in ul li u {
    display: inline-block;
    direction: ltr;
}

/* End Single-part */

/* Start Single-media */

.single-media-inner {
    max-width: 1168px;
    margin: 0 auto;
}

.single-media-inner .single-media-img {
    height: 419px;
    overflow: hidden;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #D1D1D1;
}

.single-media-inner .single-media-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}

.single-media-content {
    padding: 20px 0 0;
}

.single-media-content .title-book-in {
    margin-bottom: 12px;
}

.single-media-content .title-book-in h3 {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 12px;
}

.single-media-content p {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.25px;
}

.mobile-menu .menu-box .navigation li.current-menu-item a {
    color: var(--sec-color);
}

.mobile-menu .menu-box .navigation li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    margin-inline-start: 12px;
    transition: all .4s;
    position: relative;
    display: inline-block;
}

.mobile-menu .menu-box .navigation li.menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    transition: all .4s;
    position: relative;
}

.ryad-logo {
    float: left;
}

.media-block:hover .details .showMore {
    color: var(--sec-color);
}

div#file-groups .wpcf7-field-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 16px;
}

div#file-groups .wpcf7-field-group .form-group {
    width: calc(100% - 85px);
    margin: 0;
}

div#file-groups .wpcf7-field-group button {
    height: 36px;
    width: 36px;
    border: none;
    margin: 0;
    border-radius: 5px;
    font-size: 21px;
}

div#file-groups .wpcf7-field-group button.wpcf7-field-group-add {background: var(--main-color);color: #fff;}

div#file-groups .wpcf7-field-group button.wpcf7-field-group-remove {
    background: red;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

div#file-groups .wpcf7-field-group:nth-child(1) .form-group {
    width: calc(100% - 44px);
}

.contact-form .form-group .form-control[type=file] {
    line-height: 55px;
}
/* End Single-media */

.book-block-in .details h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-block .overlay-img img {
    object-fit: inherit;
}

@media (min-width: 991px) {

    .contact-form .form-group .form-control:focus {
        border-color: var(--main-color);
    }

    .serv-block:hover .details .btn.btn-border {
        background: var(--sec-color) !important;
        color: #fff !important;
    }

    .serv-block:hover {
        box-shadow: 0px 20px 60px 0px #34255E1F;
        border-color: transparent;
    }
    
    .info-f ul li .details a:hover {
        color: var(--sec-color);
    }

}