@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: ERPx;
  direction: rtl;
  overflow-x: hidden;
  font-size: 10px !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
div {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

input {
  outline: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}
a:focus {
  color: unset;
}
a:hover {
  color: unset;
}

img {
  object-fit: cover;
}

.main-container {
  margin: 0 auto;
  width: 92%;
}
@media screen and (min-width: 767.5px) {
  .main-container {
    width: 90%;
  }
}
@media screen and (min-width: 1599.5px) {
  .main-container {
    max-width: 1450px;
  }
}
@media screen and (min-width: 1699.5px) {
  .main-container {
    max-width: 1550px;
  }
}





.banner .banner-container .slider-navigation, .news .news-slider-container .swiper-wrapper .news-slide .news-date, .news .news-slider-container .swiper-wrapper .news-slide .news-desc-box, .news .news-slider-container .slider-navigation, .news .see-all, .our-honors .tab-content .slider-navigation, .galleries .tab-content .slider-navigation, .galleries .see-all, .network-system .network-system-content .network-system-slider-parent .network-system-slider .slider-navigation, .articles .articles-content .articles-slider-container .slider-navigation, .articles .articles-content .see-all {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.about-us .about-us-img-parent .about-us-background, .our-aims .our-aims-content .aim-item-parent .aim-item .aim-item-inside, .galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item .link-galllery-item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.news .news-slider-container .swiper-wrapper .news-slide:before, .levels .levels-content:before, .galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item .gallery-img-box:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.news .title-div .section-subtitle, .news .news-slider-container .swiper-wrapper .news-slide .news-desc-box .news-box-title, .news .news-slider-container .swiper-wrapper .news-slide .news-desc-box .news-box-text, .about-us .about-us-content .about-desc .title-div .section-subtitle, .levels .levels-content .title-div .section-subtitle, .our-aims .title-div .section-subtitle, .our-honors .title-div .section-subtitle, .our-honors .tab-content .honors-slider-container .swiper-slide .honor-item .honor-title, .galleries .title-div .section-subtitle, .beside-you .title-div .section-subtitle, .beside-you .beside-you-background .beside-you-items .beside-you-item .history-name, .network-system .title-div .section-subtitle, .common-questions .title-div .section-subtitle, .common-questions .accordion .accordion-item .accordion-title .accordion-h4-title, .articles .articles-content .title-div .section-subtitle, .articles .articles-content .articles-slider-container .swiper-slide .article-box .article-info .article-text, .page-footer .footer-content .levels-address-info .level-address-info .level-address .level-address-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.levels .levels-content .our-levels .levels-item .level-name, .our-honors .tab-content .honors-slider-container .swiper-slide .honor-item .student-name, .network-system .network-system-content .network-system-slider-parent .network-system-slider .swiper-slide .network-system-item .person-name, .articles .articles-content .articles-slider-container .swiper-slide .article-box .article-info .article-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section {
  margin-block: 4em;
}

.slider-prev-btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0.5 !important; /* Lower opacity to indicate they’re disabled */
  pointer-events: none; /* Prevent clicks */
  display: block; /* Ensure they remain visible */
}

.num-num {
  font-family: ERPxFaNum !important;
}

.icon-thick-arrow {
  font-size: 1.4em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.nav-tabs > li > a:hover {
  border-color: transparent !important;
  background-color: transparent;
}

.nav::before,
.nav::after {
  content: none;
}

.page-navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.5em 0;
}
.page-navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 12px 29.2px 0px rgba(0, 0, 0, 0.08);
}
.page-navbar .school-logo {
  margin-right: 2em;
}
@media screen and (min-width: 767.5px) {
  .page-navbar .school-logo {
    margin-right: 0;
  }
}
.page-navbar .school-logo .school-logo-img {
  width: 4em;
}
@media screen and (min-width: 767.5px) {
  .page-navbar .school-logo .school-logo-img {
    width: 4.5em;
  }
}
.page-navbar .header-middle {
  height: 100%;
}
@media screen and (min-width: 991.5px) {
  .page-navbar .header-middle {
    margin-right: 3em;
    margin-left: auto;
  }
}
.page-navbar .header-middle .bar-icon {
  position: relative;
  font-size: 2.5em;
  display: block;
  cursor: pointer;
}
.page-navbar .header-middle .nav-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-navbar .header-middle .nav-list .nav-list-ul {
  height: 100%;
  width: 100%;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 767.5px) {
  .page-navbar .header-middle .nav-list .nav-list-ul {
    gap: 1.5em;
  }
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li {
  margin-left: 0.8em;
  height: 3.5em;
  position: relative;
  font-size: 1.4em;
  font-weight: 400;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  cursor: pointer;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:hover .icon-chevron, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.active .icon-chevron {
  color: #48cae4;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media screen and (min-width: 767.5px) {
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:before {
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 0;
    right: -20%;
    width: 100%;
    height: 3px;
    transition: all 0.32s ease-in-out;
    -webkit-transition: all 0.32s ease-in-out;
    -moz-transition: all 0.32s ease-in-out;
    -ms-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:hover::before {
    right: 0;
    opacity: 1;
  }
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.active::before {
    right: 0;
    opacity: 1;
  }
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:hover > .nav-submenu, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .nav-list-li:hover > .nav-sub-submenu {
    display: block;
    position: absolute;
    top: 3em;
    right: 0;
    z-index: 50;
  }
}
@media screen and (min-width: 991.5px) {
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li {
    font-size: 1.5em;
  }
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-link {
  text-decoration: none;
  cursor: pointer;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .icon-chevron {
  margin-right: 5px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu {
  display: none;
  width: 13em;
  padding: 0.4em;
  font-family: ERPxfaNum !important;
  backdrop-filter: blur(10px);
  box-shadow: 0px 111px 31px 0px rgba(0, 0, 0, 0), 0px 71px 28px 0px rgba(0, 0, 0, 0.02), 0px 40px 24px 0px rgba(0, 0, 0, 0.08), 0px 18px 18px 0px rgba(0, 0, 0, 0.13), 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu .submenu-ul .submenu-li {
  margin-bottom: 0 !important;
  padding: 0.8em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .icon-chevron {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover .nav-sub-submenu {
  display: block;
  position: absolute;
  right: 90%;
  top: 20%;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu {
  display: block;
}
.page-navbar .navbar-left-btns {
  gap: 0.5em;
}
.page-navbar .navbar-left-btns .icon-search::before {
  font-size: 1.1em;
}
@media screen and (min-width: 991.5px) {
  .page-navbar .navbar-left-btns .icon-search::before {
    font-size: 1.3em;
  }
}
.page-navbar .navbar-left-btns .nav-icon {
  font-size: 1.5em;
}
.page-navbar .navbar-left-btns .nav-big-btn {
  width: fit-content;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  aspect-ratio: 1;
  padding: 0.6em;
  text-align: center;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 1199.5px) {
  .page-navbar .navbar-left-btns .nav-big-btn {
    aspect-ratio: 3/1;
    padding: 1em;
  }
}
.page-navbar .navbar-left-btns .nav-icon {
  font-size: 1.95em;
}
@media screen and (min-width: 1199.5px) {
  .page-navbar .navbar-left-btns .nav-icon {
    margin-left: 0.3em;
  }
}
.page-navbar .mobile-menu {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  position: absolute;
  top: 20%;
  right: -100%;
  width: 73%;
  visibility: hidden;
  overflow: hidden;
  z-index: 1000;
  border-radius: 33px 0 0 33px;
  -webkit-border-radius: 33px 0 0 33px;
  -moz-border-radius: 33px 0 0 33px;
  -ms-border-radius: 33px 0 0 33px;
  -o-border-radius: 33px 0 0 33px;
}
.page-navbar .mobile-menu.open {
  right: 0;
  visibility: visible;
}
.page-navbar .mobile-menu .fa-times {
  padding: 1.5em;
  font-size: 2em;
  cursor: pointer;
}
.page-navbar .mobile-menu .mobile-menu-ul {
  padding: 0em 1.5em 1em;
  max-height: 50em;
  overflow-y: scroll;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li {
  position: relative;
  width: 100%;
  font-size: 1.5em;
  cursor: pointer;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  display: inline-block;
  padding: 0.7em;
  width: 100%;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li.open .mobile-menu-submenu {
  max-height: 20em;
  visibility: visible;
  margin-top: 1em;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu {
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  width: 100%;
  display: inline-block;
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu {
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  padding: 0 2em;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  width: 100%;
  display: inline-block;
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu.open {
  margin-top: 1em;
  max-height: 20em;
  visibility: visible;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .icon-chevron {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.page-navbar .mobile-menu .mobile-menu-ul .icon-chevron {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.page-footer {
  overflow: hidden;
  position: relative;
}
.page-footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50em;
  background: url(../images/typograph-footer.svg) no-repeat left;
  background-size: cover;
  z-index: 0;
}
@media (min-width: 767.5px) {
  .page-footer::after {
    height: 100%;
  }
}
.page-footer .footer-content {
  position: relative;
  padding-block: 5em;
  z-index: 1;
}
.page-footer .footer-content .levels-address-info {
  width: 100%;
}
.page-footer .footer-content .levels-address-info .divider {
  width: 80%;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 599.5px) {
  .page-footer .footer-content .levels-address-info .divider {
    display: none;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info {
  width: 100%;
}
@media (min-width: 599.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info {
    width: 46%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info {
    width: 21%;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .level-title {
  font-size: 1.7em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff98c;
  height: 3.5em;
  text-align: center;
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-title {
    text-align: right;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-title {
    font-size: 1.8em;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .level-address {
  width: 100%;
}
.page-footer .footer-content .levels-address-info .level-address-info .level-address .level-address-text {
  font-size: 1.4em;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
  height: 4.8em;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (min-width: 575.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-address .level-address-text {
    font-size: 1.5em;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .footer-address-icon {
  font-size: 1.8em;
}
@media (min-width: 1199.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .footer-address-icon {
    font-size: 2em;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .level-phone-number {
  font-size: 1.4em;
  height: 3em;
  color: #fff;
}
@media (min-width: 575.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-phone-number {
    font-size: 1.5em;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-phone-number {
    font-size: 1.7em;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .level-map-frame {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  border: 2px solid #fff98c;
  width: 60%;
  aspect-ratio: 3/2;
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-map-frame {
    width: 100%;
  }
}
@media (min-width: 1599.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-map-frame {
    width: 80%;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .level-map-frame .level-map {
  width: 100%;
  height: 100%;
}
.page-footer .footer-content .footer-links {
  width: 100%;
  margin-top: 6em;
}
.page-footer .footer-content .footer-links .footer-link-child {
  width: 80%;
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff98c;
  border: 1px solid #fff98c;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  padding-block: 0.8em;
}
.page-footer .footer-content .footer-links .footer-link-child:hover {
  background-color: #fff98c;
  color: #000;
}
.page-footer .footer-content .footer-links .footer-link-child:hover .icon-arrow-3:before {
  color: #000;
}
@media (min-width: 575.5px) {
  .page-footer .footer-content .footer-links .footer-link-child {
    width: 30%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .footer-links .footer-link-child {
    width: 20%;
  }
}
.page-footer .footer-content .footer-links .footer-link-child .icon-arrow-3 {
  margin-left: -7em;
  font-size: 0.6em;
}
.page-footer .footer-content .footer-links .footer-link-child .icon-arrow-3:before {
  color: #fff;
}
.page-footer .footer-content .footer-links .enamad {
  width: 40%;
  aspect-ratio: 1;
}
@media (min-width: 575.5px) {
  .page-footer .footer-content .footer-links .enamad {
    width: 20%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .footer-links .enamad {
    width: 15%;
  }
}
.page-footer .footer-content .footer-links .enamad .enamad-img {
  width: 100%;
  height: 100%;
}
.page-footer .footer-content .social-media-parent {
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .social-media-parent {
    margin-top: 3em;
  }
}
.page-footer .footer-content .social-media-parent .social-media-links {
  width: 100%;
}
@media (min-width: 767.5px) {
  .page-footer .footer-content .social-media-parent .social-media-links {
    gap: 2.5em;
  }
}
.page-footer .footer-content .social-media-parent .social-media-links .media-link-box {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  padding: 0.5em;
  border: 0.5px solid #fff98c;
}
.page-footer .footer-content .social-media-parent .social-media-links .media-link-box .footer-media-icon {
  font-size: 2.2em;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-content .social-media-parent .social-media-links .media-link-box .footer-media-icon {
    font-size: 3.4em;
  }
}
.page-footer .footer-content .social-media-parent .social-media-links .media-link-box .icon-linkedIn,
.page-footer .footer-content .social-media-parent .social-media-links .media-link-box .icon-telegram {
  font-size: 2em;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-content .social-media-parent .social-media-links .media-link-box .icon-linkedIn,
  .page-footer .footer-content .social-media-parent .social-media-links .media-link-box .icon-telegram {
    font-size: 3.2em;
  }
}
.page-footer .footer-content .footer-logo-box {
  margin-block: 1em;
  width: 50%;
}
@media (min-width: 575.5px) {
  .page-footer .footer-content .footer-logo-box {
    width: 30%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .footer-content .footer-logo-box {
    width: 18%;
  }
}
.page-footer .footer-content .footer-logo-box .footer-logo {
  width: 100%;
}
.page-footer .created-by {
  width: 100%;
  background: #fffdd8;
  padding: 1.7em;
  position: relative;
  z-index: 100;
  gap: 2em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by {
    padding-inline: 2.5em;
  }
}
.page-footer .created-by .footer-bottom-ul {
  margin-bottom: 0;
  color: #48cae4;
  gap: 1.4em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul {
    width: 30%;
    gap: 0;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text {
  text-align: center;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.2em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text {
    text-align: right;
    list-style-type: disc;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  content: "";
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  width: 70%;
  height: 0.7px;
  background-color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
    display: none;
  }
}
.page-footer .created-by .footer-bottom-btn-container {
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container {
    width: 30%;
    margin-bottom: -0.7em;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
  width: 50%;
  height: 3em;
  padding: 0.8em;
  gap: 0.5em;
  background: #48cae4;
  border-radius: 9px;
  color: #fffdd8;
  font-size: 1.2em;
  font-weight: 500;
}
@media (min-width: 575.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 38%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 29%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 43%;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 37%;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-google-play {
  font-size: 1.2em;
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-apple {
  font-size: 1.4em;
  padding-bottom: 7px;
}
.page-footer .abrisham-logo {
  width: 100%;
  gap: 0.6em;
}
@media (min-width: 991.5px) {
  .page-footer .abrisham-logo {
    width: 30%;
  }
}
.page-footer .abrisham-logo .law-message {
  color: #48cae4;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.page-footer .abrisham-logo .law-message .abrisham-logo-img {
  width: 2em;
}
.page-footer .abrisham-logo .law-message .logo-name-part-1 {
  color: #6396fd;
  font-size: 1.6em;
  margin-right: 4px;
}
.page-footer .abrisham-logo .law-message .logo-name-part-2 {
  color: #fdb12a;
  font-size: 1.6em;
  margin-right: 0.2em;
}
section:not(:first-child) {
  padding-bottom: 9em;
}

.page-navbar {
  background-color: #fff;
}
.page-navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 767.5px) {
  .page-navbar .header-middle .nav-list .nav-list-ul {
    gap: 1.5em;
  }
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li {
  color: #0d2226;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:hover {
  color: #48cae4 !important;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.active {
  color: #48cae4 !important;
}
@media screen and (min-width: 767.5px) {
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:before {
    background: #48cae4 no-repeat;
  }
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .icon-chevron {
  color: #0d2226;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu {
  background: #fff;
  border: 1px solid #48cae4;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li {
  color: #237080;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover {
  color: #fff;
  background-color: #48cae4;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover .icon-chevron {
  color: #fff;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu {
  color: #fff;
}
.page-navbar .navbar-left-btns .icon-search::before {
  color: #0d2226;
}
.page-navbar .navbar-left-btns .nav-big-btn {
  color: #fff;
  background: #48cae4;
  border: 1px solid #48cae4;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.page-navbar .mobile-menu {
  background-color: #fff;
  border: 1px solid #48cae4;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  color: #2a7787;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link:hover {
  color: #fff874;
  background-color: #48cae4;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link:active {
  color: #fff874;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu {
  border-right: 2px solid #fff874;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: #2a7787;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link:hover {
  color: #fff874;
  background-color: #48cae4;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu {
  border-right: 2px solid #fff874;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  color: #2a7787;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link:hover {
  color: #fff874;
  background-color: #48cae4;
}

.banner {
  margin-top: 10rem;
  margin-bottom: 0;
  width: 100%;
}
.banner .banner-container {
  width: 100%;
  position: relative;
}
.banner .banner-container .swiper-wrapper {
  width: 100%;
}
.banner .banner-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.banner .banner-container .swiper-wrapper .swiper-slide .slide-inside {
  background: #fff98c;
  width: 90%;
  margin-inline: auto;
  border: 3px solid #48cae4;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside {
    width: 80%;
  }
}
.banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .slide-img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: fill;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-sizing: content-box;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .slide-img {
    aspect-ratio: 16/10;
  }
}
@media screen and (min-width: 899.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .slide-img {
    aspect-ratio: 17/9;
  }
}
.banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info {
  position: relative;
  padding: 2em 1.5em 7em;
  gap: 1.5em;
  position: relative;
  display: none !important;
}
.banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background: url(../images/text-vector.svg);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info::before {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
}
@media screen and (min-width: 767.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info {
    position: absolute;
    right: 5%;
    bottom: 2px;
    width: 40%;
    aspect-ratio: 8/9.5;
    padding-top: 6em;
    background: #fff98c;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
  }
}
@media screen and (min-width: 991.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info {
    right: 7%;
    width: 34%;
    gap: 2em;
  }
}
@media screen and (min-width: 1399.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info {
    width: 30%;
  }
}
.banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-title {
  font-family: "MadaniArabic" !important;
  font-size: 3.2em;
  font-weight: 900;
  width: 8em;
  height: 3.5em;
  text-align: center;
  color: #48cae4;
  line-height: 1.8;
  z-index: 10;
}
@media screen and (min-width: 499.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-title {
    width: 100%;
  }
}
@media screen and (min-width: 767.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-title {
    width: 8em;
    font-size: 2.7em;
  }
}
@media screen and (min-width: 849.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-title {
    font-size: 3em;
  }
}
@media screen and (min-width: 1199.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-title {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 1299.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-title {
    font-size: 3.8em;
  }
}
@media screen and (min-width: 1599.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-title {
    font-size: 4.2em;
  }
}
.banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-description {
  font-size: 1.2em;
  line-height: 30px;
  color: #000;
  text-align: justify;
  width: 86%;
  height: 10em;
  margin-inline: auto;
  z-index: 10;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-description {
    height: unset;
  }
}
@media screen and (min-width: 991.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-description {
    font-size: 1.4em;
    line-height: 2.5;
  }
}
@media screen and (min-width: 1499.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-description {
    font-size: 1.8em;
  }
}
.banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-link {
  background-color: #48cae4;
  padding-block: 1.3em;
  width: 86%;
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  z-index: 10;
  box-shadow: 0px 65px 18px 0px rgba(0, 0, 0, 0), 0px 41px 17px 0px rgba(0, 0, 0, 0.01), 0px 23px 14px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 991.5px) {
  .banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-link {
    font-size: 1.4em;
  }
}
.banner .banner-container .swiper-wrapper .swiper-slide .slide-inside .banner-info .banner-slide-link .icon-chevron {
  margin-right: 5px;
  font-weight: 500;
}
.banner .banner-container .slider-navigation {
  z-index: 10 !important;
  z-index: 0;
  gap: 6%;
  bottom: 3em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-container .slider-navigation {
    gap: 2em;
  }
}
.banner .banner-container .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.banner .banner-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #267b8c;
  opacity: 1;
  margin-inline: 0.4em;
  width: 1.4em !important;
  height: 3px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .banner .banner-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.banner .banner-container .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #48cae4;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.banner .banner-container .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.banner .banner-container .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #48cae4;
}
.banner .banner-container .slider-navigation .navigation-icon:before {
  color: #48cae4;
}
@media (min-width: 767.5px) {
  .banner .banner-container .slider-navigation {
    right: 13%;
    width: 40%;
    left: unset !important;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
.banner .banner-container .slider-navigation .slider-pagination {
  z-index: 10;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.4em;
  }
}
@media screen and (min-width: 991.5px) {
  .banner .banner-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
@media screen and (min-width: 991.5px) {
  .banner .banner-container .slider-navigation {
    right: 7%;
    width: 34%;
    gap: 0.5em;
  }
}
@media screen and (min-width: 1399.5px) {
  .banner .banner-container .slider-navigation {
    width: 30%;
    gap: 2em;
  }
}

.news {
  padding-top: 6em;
  background: url(../images/pattern-background.svg) no-repeat;
  background-position: top;
  position: relative;
  margin-top: 0;
}
.news .title-div {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .news .title-div {
    max-width: 47%;
  }
}
.news .title-div .section-title {
  font-size: 2.2em;
  font-weight: 500;
  font-family: "MadaniArabic" !important;
  color: #48cae4;
}
@media screen and (min-width: 1199.5px) {
  .news .title-div .section-title {
    font-size: 3.2em;
  }
}
.news .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .news .title-div .title-icon {
    width: 3.8em;
  }
}
.news .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #48cae4;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.news .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .news .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.news .news-slider-container {
  width: 100%;
  overflow: hidden;
  padding: 5em 1em 11em;
}
.news .news-slider-container .swiper-wrapper {
  width: 100%;
}
.news .news-slider-container .swiper-wrapper .news-slide {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  position: relative;
  width: 96%;
  margin-inline: auto;
  cursor: pointer;
}
.news .news-slider-container .swiper-wrapper .news-slide:before {
  border: 3px solid transparent;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.news .news-slider-container .swiper-wrapper .news-slide .news-date {
  top: -2em;
  height: 4em;
  width: 7.5em;
  background: url(../images/news-date-img.svg) no-repeat;
  background-size: 100%;
  font-size: 1.1em;
  font-weight: 400;
}
.news .news-slider-container .swiper-wrapper .news-slide .news-slide-img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  aspect-ratio: 3/2;
}
.news .news-slider-container .swiper-wrapper .news-slide .news-slide-title-parent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-block: 1.3em;
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(2px);
}
.news .news-slider-container .swiper-wrapper .news-slide .news-slide-title-parent .news-slide-title {
  color: #ffffff;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}
.news .news-slider-container .swiper-wrapper .news-slide .news-desc-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: absolute;
  top: 80%;
  opacity: 0;
  width: 90%;
  aspect-ratio: 3/2;
  padding: 1.7em;
  gap: 1.3em !important;
  margin-inline: auto;
  background: rgba(54, 54, 54, 0.95);
  box-shadow: 0px 7px 44.1px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(15px);
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  z-index: 1000;
  pointer-events: none;
}
.news .news-slider-container .swiper-wrapper .news-slide .news-desc-box .news-box-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.7;
  height: 3.5em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news .news-slider-container .swiper-wrapper .news-slide .news-desc-box .news-box-text {
  color: #fff;
  text-align: justify;
  font-size: 1em;
  font-weight: 400;
  line-height: 2;
  height: 6em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.news .news-slider-container .swiper-wrapper .news-slide .news-desc-box .news-box-link {
  padding: 0.7em;
  width: 88%;
  margin-inline: auto;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border: 1px solid #fff;
  background-color: #48cae4 !important;
  color: #fff;
  font-size: 1.3em;
}
.news .news-slider-container .swiper-wrapper .news-slide:hover, .news .news-slider-container .swiper-wrapper .news-slide.hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
}
.news .news-slider-container .swiper-wrapper .news-slide:hover:before, .news .news-slider-container .swiper-wrapper .news-slide.hover:before {
  border: 3px solid #48cae4;
}
.news .news-slider-container .swiper-wrapper .news-slide:hover .news-desc-box, .news .news-slider-container .swiper-wrapper .news-slide.hover .news-desc-box {
  opacity: 1;
  top: 15%;
  pointer-events: auto;
}
.news .news-slider-container .slider-navigation {
  z-index: 0;
  gap: 6%;
  bottom: 4em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .news .news-slider-container .slider-navigation {
    gap: 4em;
  }
}
.news .news-slider-container .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #267b8c;
  opacity: 1;
  margin-inline: 0.4em;
  width: 1.4em !important;
  height: 3px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #48cae4;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.news .news-slider-container .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.news .news-slider-container .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #48cae4;
}
.news .news-slider-container .slider-navigation .navigation-icon:before {
  color: #48cae4;
}
.news .see-all {
  bottom: -2em;
  color: #15454f;
  font-size: 1.5em;
  font-weight: 500;
  z-index: 0;
  cursor: pointer;
  width: 5.5em;
}
@media screen and (min-width: 991.5px) {
  .news .see-all {
    bottom: 2.7em;
    left: 2% !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
  }
}
.news .see-all .icon-long-arrow:before {
  color: #15454f;
}

.about-us {
  margin-top: 4em;
}
.about-us .about-us-content {
  width: 100%;
}
.about-us .about-us-content .about-desc {
  width: 100%;
}
@media (min-width: 767.5px) {
  .about-us .about-us-content .about-desc {
    width: 50%;
  }
}
@media (min-width: 1399.5px) {
  .about-us .about-us-content .about-desc {
    width: 44%;
  }
}
.about-us .about-us-content .about-desc .title-div {
  width: fit-content;
  margin-inline: auto;
  margin-inline: unset;
}
@media screen and (min-width: 991.5px) {
  .about-us .about-us-content .about-desc .title-div {
    max-width: 47%;
  }
}
.about-us .about-us-content .about-desc .title-div .section-title {
  font-size: 2.2em;
  font-weight: 500;
  font-family: "MadaniArabic" !important;
  color: #48cae4;
}
@media screen and (min-width: 1199.5px) {
  .about-us .about-us-content .about-desc .title-div .section-title {
    font-size: 3.2em;
  }
}
.about-us .about-us-content .about-desc .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .about-us .about-us-content .about-desc .title-div .title-icon {
    width: 3.8em;
  }
}
.about-us .about-us-content .about-desc .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #48cae4;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.about-us .about-us-content .about-desc .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .about-us .about-us-content .about-desc .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.about-us .about-us-content .about-desc .about-us-text {
  color: #1b0d1c;
  text-align: justify;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2.5;
  width: 95%;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1199.5px) {
  .about-us .about-us-content .about-desc .about-us-text {
    line-height: 40px;
    font-size: 1.4em;
  }
}
.about-us .about-us-content .about-desc form {
  width: 100%;
}
.about-us .about-us-content .about-desc form .input-parent {
  width: 100%;
  gap: 1em;
}
@media (min-width: 767.5px) {
  .about-us .about-us-content .about-desc form .input-parent {
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border: 0.7px solid #48cae4;
    padding-inline: 2px;
    box-shadow: 0px 82px 23px 0px rgba(0, 0, 0, 0), 0px 53px 21px 0px rgba(0, 0, 0, 0.01), 0px 30px 18px 0px rgba(0, 0, 0, 0.03), 0px 13px 13px 0px rgba(0, 0, 0, 0.04), 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
  }
}
.about-us .about-us-content .about-desc form .input-parent .insert-name-input {
  width: 100%;
  padding: 1.2em;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border: 0.7px solid #48cae4;
  background: #fff;
}
@media (min-width: 767.5px) {
  .about-us .about-us-content .about-desc form .input-parent .insert-name-input {
    border: none;
    width: 72%;
    padding-block: 1.5em;
  }
}
.about-us .about-us-content .about-desc form .input-parent .submit-btn {
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  background: #48cae4;
  padding-block: 1.2em;
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 767.5px) {
  .about-us .about-us-content .about-desc form .input-parent .submit-btn {
    width: 28%;
  }
}
.about-us .about-us-img-parent {
  transform: translate(-1em, 0);
  -webkit-transform: translate(-1em, 0);
  -moz-transform: translate(-1em, 0);
  -ms-transform: translate(-1em, 0);
  -o-transform: translate(-1em, 0);
  position: relative;
  width: 89%;
  aspect-ratio: 1;
  margin-bottom: 1em;
}
@media (min-width: 767.5px) {
  .about-us .about-us-img-parent {
    width: 50%;
  }
}
.about-us .about-us-img-parent .about-us-background {
  width: 100%;
}
.about-us .about-us-img-parent .about-us-mask {
  position: absolute;
  width: 87%;
  mask-image: url(../images/about-us-mask.svg);
  mask-size: 79%;
  mask-repeat: no-repeat;
  mask-position: center;
  top: -8%;
  left: 10.5%;
}
.about-us .about-us-img-parent .about-us-mask .about-us-img {
  width: 100%;
  object-fit: cover;
}

.levels {
  width: 100%;
}
.levels .levels-content {
  position: relative;
  width: 100%;
  padding-block: 4em;
  padding-inline: 2em;
  border: 1px solid transparent;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  background: #faf59c;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
@media (min-width: 649.5px) {
  .levels .levels-content {
    border-radius: 4.5em;
    -webkit-border-radius: 4.5em;
    -moz-border-radius: 4.5em;
    -ms-border-radius: 4.5em;
    -o-border-radius: 4.5em;
    box-shadow: 0px 82px 23px 0px rgba(0, 0, 0, 0), 0px 53px 21px 0px rgba(0, 0, 0, 0.01), 0px 30px 18px 0px rgba(0, 0, 0, 0.03), 0px 13px 13px 0px rgba(0, 0, 0, 0.04), 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 767.5px) {
  .levels .levels-content {
    padding-inline: 4em;
  }
}
.levels .levels-content:before {
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  background: url(../images/pattern-background-4.svg) no-repeat right;
  background-size: contain;
  z-index: 0;
}
@media (min-width: 649.5px) {
  .levels .levels-content:before {
    border-radius: 4.5em;
    -webkit-border-radius: 4.5em;
    -moz-border-radius: 4.5em;
    -ms-border-radius: 4.5em;
    -o-border-radius: 4.5em;
    background: url(../images/pattern-background-2.svg) no-repeat;
    background-size: cover;
  }
}
.levels .levels-content:after {
  content: "";
  position: absolute;
  left: 22%;
  bottom: -17%;
  width: 59%;
  aspect-ratio: 1;
  clip-path: circle(50% at 50% 50%);
  background: url(../images/pattern-background-3.svg) no-repeat center;
  background-size: contain;
  opacity: 0.28;
  z-index: -1;
}
@media (min-width: 649.5px) {
  .levels .levels-content:after {
    left: 5%;
    bottom: -30%;
    width: 27%;
  }
}
.levels .levels-content:hover {
  border: 1px solid #48cae4;
}
.levels .levels-content .title-div {
  width: fit-content;
  margin-inline: auto;
  z-index: 100;
}
@media screen and (min-width: 991.5px) {
  .levels .levels-content .title-div {
    max-width: 47%;
  }
}
.levels .levels-content .title-div .section-title {
  font-size: 2.2em;
  font-weight: 500;
  font-family: "MadaniArabic" !important;
  color: #48cae4;
}
@media screen and (min-width: 1199.5px) {
  .levels .levels-content .title-div .section-title {
    font-size: 3.2em;
  }
}
.levels .levels-content .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .levels .levels-content .title-div .title-icon {
    width: 3.8em;
  }
}
.levels .levels-content .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #48cae4;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.levels .levels-content .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .levels .levels-content .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.levels .levels-content .our-levels {
  gap: 1.5em;
  width: 100%;
  padding-top: 3em;
  z-index: 100;
}
@media (min-width: 649.5px) {
  .levels .levels-content .our-levels {
    padding-top: 5em;
    padding-bottom: 3em;
  }
}
@media (min-width: 991.5px) {
  .levels .levels-content .our-levels {
    gap: 3.5em;
  }
}
@media (min-width: 1199.5px) {
  .levels .levels-content .our-levels {
    gap: 5.5em;
  }
}
.levels .levels-content .our-levels .levels-item {
  width: 47%;
  padding-block: 2em;
  padding-inline: 1em;
  gap: 2em;
  cursor: pointer;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border: 1px solid #818181;
}
@media (min-width: 649.5px) {
  .levels .levels-content .our-levels .levels-item {
    width: 22%;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
  }
}
@media (min-width: 991.5px) {
  .levels .levels-content .our-levels .levels-item {
    width: 19%;
  }
}
@media (min-width: 1199.5px) {
  .levels .levels-content .our-levels .levels-item {
    width: 17%;
  }
}
@media (min-width: 1399.5px) {
  .levels .levels-content .our-levels .levels-item {
    width: 15%;
  }
}
.levels .levels-content .our-levels .levels-item:hover {
  background-color: #48cae4;
  box-shadow: 0px 82px 23px 0px rgba(0, 0, 0, 0), 0px 53px 21px 0px rgba(0, 0, 0, 0.01), 0px 30px 18px 0px rgba(0, 0, 0, 0.03), 0px 13px 13px 0px rgba(0, 0, 0, 0.04), 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}
.levels .levels-content .our-levels .levels-item:hover .level-link {
  background-color: #fff;
  color: #48cae4;
}
.levels .levels-content .our-levels .levels-item:hover .level-icon {
  color: #fff;
}
.levels .levels-content .our-levels .levels-item:hover .level-icon:before {
  color: #fff;
}
.levels .levels-content .our-levels .levels-item:hover .level-name {
  color: #fff;
}
.levels .levels-content .our-levels .levels-item .level-icon {
  font-size: 5em;
  color: #000;
}
.levels .levels-content .our-levels .levels-item .level-icon:before {
  color: #000;
}
@media (min-width: 991.5px) {
  .levels .levels-content .our-levels .levels-item .level-icon {
    font-size: 6em;
  }
}
@media (min-width: 1399.5px) {
  .levels .levels-content .our-levels .levels-item .level-icon {
    font-size: 7em;
  }
}
.levels .levels-content .our-levels .levels-item .level-name {
  color: #0a1d21;
  font-size: 1.4em;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.levels .levels-content .our-levels .levels-item .level-link {
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border: 1px solid #48cae4;
  background: #48cae4;
  width: 90%;
  padding-block: 0.7em;
  font-size: 1.4em;
}

.our-aims {
  position: relative;
  overflow-x: hidden;
}
.our-aims .title-div {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .our-aims .title-div {
    max-width: 47%;
  }
}
.our-aims .title-div .section-title {
  font-size: 2.2em;
  font-weight: 500;
  font-family: "MadaniArabic" !important;
  color: #48cae4;
}
@media screen and (min-width: 1199.5px) {
  .our-aims .title-div .section-title {
    font-size: 3.2em;
  }
}
.our-aims .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .our-aims .title-div .title-icon {
    width: 3.8em;
  }
}
.our-aims .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #48cae4;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.our-aims .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .our-aims .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
@media (min-width: 767.5px) {
  .our-aims:after, .our-aims:before {
    content: "";
    position: absolute;
    left: -7%;
    bottom: 7%;
    width: 24em;
    aspect-ratio: 1;
    clip-path: circle(50% at 50% 50%);
    background: url(../images/pattern-background-3.svg) no-repeat center;
    background-size: contain;
    opacity: 0.28;
    z-index: -1;
  }
  .our-aims:before {
    bottom: 50%;
    left: unset;
    right: -10%;
  }
}
.our-aims .our-aims-content {
  padding-block: 4em;
  gap: 2.5em;
  direction: ltr;
}
.our-aims .our-aims-content .aim-item-parent {
  width: 80%;
}
@media (min-width: 460px) {
  .our-aims .our-aims-content .aim-item-parent {
    width: 46%;
  }
}
@media (min-width: 699.5px) {
  .our-aims .our-aims-content .aim-item-parent {
    width: 30.5%;
  }
  .our-aims .our-aims-content .aim-item-parent:nth-child(10), .our-aims .our-aims-content .aim-item-parent:nth-child(11), .our-aims .our-aims-content .aim-item-parent:nth-child(12), .our-aims .our-aims-content .aim-item-parent:nth-child(13) {
    flex: 0 1 calc(35% - 2em);
  }
}
@media (min-width: 1099.5px) {
  .our-aims .our-aims-content .aim-item-parent {
    width: 23%;
  }
  .our-aims .our-aims-content .aim-item-parent:nth-child(9), .our-aims .our-aims-content .aim-item-parent:nth-child(10), .our-aims .our-aims-content .aim-item-parent:nth-child(11), .our-aims .our-aims-content .aim-item-parent:nth-child(12), .our-aims .our-aims-content .aim-item-parent:nth-child(13) {
    flex: 0 1 calc(27% - 2em);
  }
}
@media (min-width: 1399.5px) {
  .our-aims .our-aims-content .aim-item-parent {
    width: 18%;
  }
  .our-aims .our-aims-content .aim-item-parent:nth-child(6), .our-aims .our-aims-content .aim-item-parent:nth-child(7), .our-aims .our-aims-content .aim-item-parent:nth-child(8), .our-aims .our-aims-content .aim-item-parent:nth-child(9), .our-aims .our-aims-content .aim-item-parent:nth-child(10), .our-aims .our-aims-content .aim-item-parent:nth-child(11), .our-aims .our-aims-content .aim-item-parent:nth-child(12), .our-aims .our-aims-content .aim-item-parent:nth-child(13) {
    flex: 0 1 calc(21% - 2em);
  }
}
.our-aims .our-aims-content .aim-item-parent .aim-item {
  cursor: pointer;
  direction: rtl;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background: url(../images/circle.png);
  background-size: cover;
  background-position: center;
}
@media (min-width: 460px) {
  .our-aims .our-aims-content .aim-item-parent .aim-item {
    width: 23rem;
  }
}
.our-aims .our-aims-content .aim-item-parent .aim-item:hover {
  background: none;
  border: 1px solid #759d21;
  padding-right: 0;
}
.our-aims .our-aims-content .aim-item-parent .aim-item:hover .aim-item-inside {
  background-color: #81ac27;
  align-items: center !important;
  justify-content: space-evenly !important;
  padding-right: 0;
  gap: 0.1em;
}
.our-aims .our-aims-content .aim-item-parent .aim-item:hover .aim-item-inside .aim-item-number-top {
  display: flex;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.our-aims .our-aims-content .aim-item-parent .aim-item:hover .aim-item-inside .aim-item-number {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.our-aims .our-aims-content .aim-item-parent .aim-item:hover .aim-item-inside .aim-item-title {
  text-align: center;
  position: relative;
  padding-right: 0;
  color: #fff;
}
.our-aims .our-aims-content .aim-item-parent .aim-item:hover .aim-item-inside .aim-item-title .fa-circle {
  display: none;
}
.our-aims .our-aims-content .aim-item-parent .aim-item:hover .aim-item-inside .aim-item-title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.our-aims .our-aims-content .aim-item-parent .aim-item:hover .aim-item-inside .aim-item-text {
  color: #fff;
  width: 80%;
  padding-right: 0;
  -webkit-line-clamp: 2;
}
.our-aims .our-aims-content .aim-item-parent .aim-item:hover .aim-item-inside .aim-item-link {
  border: 1px solid #81ac27;
  color: #81ac27;
}
.our-aims .our-aims-content .aim-item-parent .aim-item .aim-item-inside {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  width: 95%;
  aspect-ratio: 1;
  padding-right: 2em;
  padding-top: 1em;
  margin: auto;
}
.our-aims .our-aims-content .aim-item-parent .aim-item .aim-item-inside .aim-item-number-top {
  font-size: 5em;
  font-weight: 400;
  height: 1em;
  margin-top: -0.5em;
  color: #fff;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.our-aims .our-aims-content .aim-item-parent .aim-item .aim-item-inside .aim-item-number {
  opacity: 1;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  color: #48cae4;
  position: absolute;
  top: 23%;
  left: -0.1em;
  font-size: 9em;
  font-weight: 500;
  height: 61%;
  width: 20%;
  text-shadow: -2px -1px 0px rgba(44, 162, 186, 0.91);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.our-aims .our-aims-content .aim-item-parent .aim-item .aim-item-inside .aim-item-title {
  width: fit-content;
  padding-right: 6%;
  color: #0b353e;
  font-size: 2em;
}
.our-aims .our-aims-content .aim-item-parent .aim-item .aim-item-inside .aim-item-title .fa-circle {
  color: #48cae4;
  font-size: 0.5em !important;
}
.our-aims .our-aims-content .aim-item-parent .aim-item .aim-item-inside .aim-item-text {
  color: #000;
  font-size: 1em;
  line-height: 20px;
  width: 70%;
  padding-right: 6%;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.our-aims .our-aims-content .aim-item-parent .aim-item .aim-item-inside .aim-item-link {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid #48cae4;
  background: #fff;
  color: #48cae4;
  width: 47%;
  font-size: 1.2em;
  padding-block: 0.5em;
}

.our-honors .title-div {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .our-honors .title-div {
    max-width: 47%;
  }
}
.our-honors .title-div .section-title {
  font-size: 2.2em;
  font-weight: 500;
  font-family: "MadaniArabic" !important;
  color: #81ac27;
}
@media screen and (min-width: 1199.5px) {
  .our-honors .title-div .section-title {
    font-size: 3.2em;
  }
}
.our-honors .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .our-honors .title-div .title-icon {
    width: 3.8em;
  }
}
.our-honors .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #81ac27;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.our-honors .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .our-honors .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
@media (min-width: 991.5px) {
  .our-honors .title-div {
    margin-inline: unset;
  }
}
.our-honors .tabs-container {
  width: 27em;
  margin-block: 1.8em;
  margin-inline: auto;
}
@media (min-width: 991.5px) {
  .our-honors .tabs-container {
    margin-inline: unset;
    margin-right: auto;
  }
}
@media (min-width: 1199.5px) {
  .our-honors .tabs-container {
    width: 50%;
    margin-inline: unset;
  }
}
.our-honors .tabs-container .nav-tabs {
  border-bottom: none !important;
  gap: 1.5em;
}
.our-honors .tabs-container .nav-tabs .tab-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 0.5px solid #81ac27;
  width: 46%;
  position: relative;
}
@media (min-width: 1199.5px) {
  .our-honors .tabs-container .nav-tabs .tab-item {
    width: 22%;
    border: none;
  }
}
.our-honors .tabs-container .nav-tabs .tab-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  left: -7%;
  top: 11%;
  background-color: #bdbaba;
  width: 1px;
  height: 3em;
}
@media (min-width: 1199.5px) {
  .our-honors .tabs-container .nav-tabs .tab-item:nth-child(2)::after {
    content: "";
    position: absolute;
    left: -7%;
    top: 11%;
    background-color: #bdbaba;
    width: 1px;
    height: 3em;
  }
}
.our-honors .tabs-container .nav-tabs .tab-item .tab-item-link {
  color: #000;
  font-size: 1.2em;
  text-align: center;
}
@media (min-width: 1399.5px) {
  .our-honors .tabs-container .nav-tabs .tab-item .tab-item-link {
    font-size: 1.4em;
  }
}
.our-honors .tabs-container .nav-tabs .tab-item .tab-item-link:hover {
  color: #fff !important;
}
.our-honors .tabs-container .nav-tabs .tab-item:hover {
  background-color: #81ac27;
}
.our-honors .tabs-container .nav-tabs .tab-item.active {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #81ac27;
}
.our-honors .tabs-container .nav-tabs .tab-item.active .tab-item-link {
  border: none !important;
  background-color: transparent !important;
  color: #fff !important;
}
.our-honors .tab-content .honors-slider-container {
  position: relative;
  overflow: hidden;
  padding-top: 2em;
  padding-bottom: 6em;
}
.our-honors .tab-content .honors-slider-container .swiper-slide .honor-item {
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  width: 90%;
  padding: 2em 1em;
  margin-inline: auto;
  border: 1px solid #e3e3e3;
  box-shadow: 2px 4px 24.8px 0px rgba(0, 0, 0, 0.05);
}
.our-honors .tab-content .honors-slider-container .swiper-slide .honor-item:hover {
  background: #86b12b;
  box-shadow: 0px 96px 27px 0px rgba(0, 0, 0, 0), 0px 61px 25px 0px rgba(0, 0, 0, 0.02), 0px 34px 21px 0px rgba(0, 0, 0, 0.08), 0px 15px 15px 0px rgba(0, 0, 0, 0.13), 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.our-honors .tab-content .honors-slider-container .swiper-slide .honor-item:hover .honor-img-box {
  border: 10px solid rgb(214, 240, 158);
}
.our-honors .tab-content .honors-slider-container .swiper-slide .honor-item:hover .student-name,
.our-honors .tab-content .honors-slider-container .swiper-slide .honor-item:hover .honor-title {
  color: #fff;
}
.our-honors .tab-content .honors-slider-container .swiper-slide .honor-item .honor-img-box {
  width: 90%;
  aspect-ratio: 1;
  border-radius: 146px;
  -webkit-border-radius: 146px;
  -moz-border-radius: 146px;
  -ms-border-radius: 146px;
  -o-border-radius: 146px;
  border: 1px solid #81ac27;
  overflow: hidden;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.our-honors .tab-content .honors-slider-container .swiper-slide .honor-item .honor-img-box .honor-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: 1;
}
.our-honors .tab-content .honors-slider-container .swiper-slide .honor-item .student-name {
  width: 100%;
  color: #000;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
}
.our-honors .tab-content .honors-slider-container .swiper-slide .honor-item .honor-title {
  color: #000;
  font-size: 1.8em;
  height: 3.5em;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.our-honors .tab-content .slider-navigation {
  z-index: 0;
  gap: 6%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .our-honors .tab-content .slider-navigation {
    gap: 6em;
  }
}
.our-honors .tab-content .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.our-honors .tab-content .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #2e3f0d;
  opacity: 1;
  margin-inline: 0.4em;
  width: 1.4em !important;
  height: 3px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .our-honors .tab-content .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.our-honors .tab-content .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #81ac27;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.our-honors .tab-content .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.our-honors .tab-content .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #81ac27;
}
.our-honors .tab-content .slider-navigation .navigation-icon:before {
  color: #81ac27;
}

.galleries .title-div {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .galleries .title-div {
    max-width: 47%;
  }
}
.galleries .title-div .section-title {
  font-size: 2.2em;
  font-weight: 500;
  font-family: "MadaniArabic" !important;
  color: #48cae4;
}
@media screen and (min-width: 1199.5px) {
  .galleries .title-div .section-title {
    font-size: 3.2em;
  }
}
.galleries .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .galleries .title-div .title-icon {
    width: 3.8em;
  }
}
.galleries .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #48cae4;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.galleries .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .galleries .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
@media (min-width: 991.5px) {
  .galleries .title-div {
    margin-inline: unset;
  }
}
.galleries .tabs-container {
  width: 27em;
  margin-top: 1.8em;
  margin-inline: auto;
}
@media (min-width: 991.5px) {
  .galleries .tabs-container {
    margin-inline: unset;
    margin-right: auto;
    margin-block: 0;
  }
}
@media (min-width: 1199.5px) {
  .galleries .tabs-container {
    width: 25%;
    margin-inline: unset;
  }
}
.galleries .tabs-container .nav-tabs {
  border-bottom: none !important;
  gap: 1.5em;
}
.galleries .tabs-container .nav-tabs .tab-item {
  border: 0.5px solid #48cae4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 46%;
  position: relative;
}
@media (min-width: 991.5px) {
  .galleries .tabs-container .nav-tabs .tab-item {
    width: 37%;
    border: none;
  }
}
.galleries .tabs-container .nav-tabs .tab-item:first-child::after {
  content: "";
  position: absolute;
  left: -7%;
  top: 11%;
  background-color: #bdbaba;
  width: 1px;
  height: 3em;
}
.galleries .tabs-container .nav-tabs .tab-item .tab-item-link {
  color: #000;
  font-size: 1.2em;
  text-align: center;
}
@media (min-width: 1399.5px) {
  .galleries .tabs-container .nav-tabs .tab-item .tab-item-link {
    font-size: 1.4em;
  }
}
.galleries .tabs-container .nav-tabs .tab-item .tab-item-link:hover {
  color: #fff !important;
}
.galleries .tabs-container .nav-tabs .tab-item:hover {
  background-color: #48cae4;
}
.galleries .tabs-container .nav-tabs .tab-item.active {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #48cae4;
}
.galleries .tabs-container .nav-tabs .tab-item.active .tab-item-link {
  border: none !important;
  background-color: transparent !important;
  color: #fff !important;
}
.galleries .tab-content .gallery-slider-container {
  overflow: hidden;
  position: relative;
  padding-top: 5em;
  padding-bottom: 7em;
  padding-inline: 3em;
}
.galleries .tab-content .gallery-slider-container .swiper-slide:hover {
  z-index: 100;
}
.galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item {
  position: relative;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  background-color: rgba(72, 202, 228, 0.28);
  width: 95%;
  margin-inline: auto;
  border: 1px solid #48cae4;
}
.galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item:hover {
  z-index: 200;
  border: 1px solid #48cae4;
  box-shadow: 0px 4px 24.8px 0px rgba(0, 0, 0, 0.5);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item:hover .gallery-img-box {
  transform: scaleX(0.92) scaleY(0.94);
  -webkit-transform: scaleX(0.92) scaleY(0.94);
  -moz-transform: scaleX(0.92) scaleY(0.94);
  -ms-transform: scaleX(0.92) scaleY(0.94);
  -o-transform: scaleX(0.92) scaleY(0.94);
}
.galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item:hover .gallery-img-box:before {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7.75px);
}
.galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item:hover .link-galllery-item {
  display: flex;
}
.galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item .gallery-img-box {
  position: relative;
  width: 100%;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border: 1px solid rgba(72, 202, 228, 0.28);
}
.galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item .gallery-img-box:before {
  background-color: transparent;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  z-index: 10;
}
.galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item .gallery-img-box .gallery-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item .link-galllery-item {
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border: 0.5px solid rgba(41, 45, 50, 0.3);
  background: rgba(255, 255, 255, 0.21);
  z-index: 100;
  padding: 1em 2em;
  color: #292d32;
}
@media (min-width: 1199.5px) {
  .galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item .link-galllery-item {
    font-size: 1.4em;
  }
}
.galleries .tab-content .gallery-slider-container .swiper-slide .gallery-item .link-galllery-item .icon-search-zoom-in {
  font-size: 1.5em;
  margin-right: 8px;
}
.galleries .tab-content .slider-navigation {
  z-index: 0;
  gap: 6%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .galleries .tab-content .slider-navigation {
    gap: 6em;
  }
}
.galleries .tab-content .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.galleries .tab-content .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #267b8c;
  opacity: 1;
  margin-inline: 0.4em;
  width: 1.4em !important;
  height: 3px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .galleries .tab-content .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.galleries .tab-content .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #48cae4;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.galleries .tab-content .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.galleries .tab-content .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #48cae4;
}
.galleries .tab-content .slider-navigation .navigation-icon:before {
  color: #48cae4;
}
.galleries .see-all {
  bottom: -4em;
  color: #2e3f0d;
  font-size: 1.5em;
  font-weight: 500;
  z-index: 0;
  cursor: pointer;
  width: 5.5em;
}
@media screen and (min-width: 991.5px) {
  .galleries .see-all {
    bottom: 0;
    left: 3% !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
  }
}

.beside-you {
  position: relative;
  padding-bottom: 0 !important;
  margin-top: 4em;
  width: 100%;
}
@media (min-width: 449.5px) {
  .beside-you:after, .beside-you:before {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 8%;
    width: 30%;
    aspect-ratio: 1;
    clip-path: circle(50% at 50% 50%);
    background: url(../images/pattern-background-3.svg) no-repeat center;
    background-size: contain;
    opacity: 0.28;
    z-index: -1;
  }
  .beside-you:before {
    top: 1%;
    left: unset;
    bottom: unset;
    right: 5%;
    width: 30%;
  }
}
@media (min-width: 767.5px) {
  .beside-you:after {
    width: 25%;
  }
  .beside-you:before {
    width: 25%;
    right: 2%;
  }
}
.beside-you .title-div {
  width: fit-content;
  margin-inline: auto;
  width: 88%;
}
@media screen and (min-width: 991.5px) {
  .beside-you .title-div {
    max-width: 47%;
  }
}
.beside-you .title-div .section-title {
  font-size: 2.2em;
  font-weight: 500;
  font-family: "MadaniArabic" !important;
  color: #48cae4;
}
@media screen and (min-width: 1199.5px) {
  .beside-you .title-div .section-title {
    font-size: 3.2em;
  }
}
.beside-you .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .beside-you .title-div .title-icon {
    width: 3.8em;
  }
}
.beside-you .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #48cae4;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.beside-you .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .beside-you .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
@media (min-width: 399.5px) {
  .beside-you .title-div {
    max-width: 75%;
  }
}
@media (min-width: 575.5px) {
  .beside-you .title-div {
    max-width: 56%;
  }
}
.beside-you .title-div .section-title {
  font-size: 1.8em;
}
@media (min-width: 389.5px) {
  .beside-you .title-div .section-title {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1199.5px) {
  .beside-you .title-div .section-title {
    font-size: 3.2em;
  }
}
@media (min-width: 767.5px) {
  .beside-you .title-div .divider {
    width: 50%;
  }
}
@media (min-width: 1099.5px) {
  .beside-you .title-div .divider {
    width: 38em;
  }
}
.beside-you .title-div .section-subtitle {
  text-align: center;
  color: #454545;
}
.beside-you .beside-you-background {
  position: relative;
  width: 100%;
  padding-block: 49%;
  gap: 2em;
  background: url(../images/beside-you-back.png) no-repeat center;
  background-size: contain;
}
@media (min-width: 349.5px) {
  .beside-you .beside-you-background {
    padding-block: 40%;
  }
}
@media (min-width: 579.5px) {
  .beside-you .beside-you-background {
    padding-block: 28%;
  }
}
@media (min-width: 767.5px) {
  .beside-you .beside-you-background {
    background: url(../images/beside-you-back-2.png) no-repeat;
    background-size: cover;
    background-position: center;
    gap: 1.8em;
    padding-bottom: 28%;
    padding-top: 13%;
  }
}
@media (min-width: 879.5px) {
  .beside-you .beside-you-background {
    background-size: contain;
  }
}
@media (min-width: 991.5px) {
  .beside-you .beside-you-background {
    gap: 3em;
  }
}
@media (min-width: 1299.5px) {
  .beside-you .beside-you-background {
    padding-bottom: 25%;
    padding-top: 14%;
  }
}
.beside-you .beside-you-background .beside-you-items {
  gap: 2em;
  width: 80%;
}
@media (min-width: 449.5px) {
  .beside-you .beside-you-background .beside-you-items {
    width: 70%;
  }
}
@media (min-width: 576.5px) {
  .beside-you .beside-you-background .beside-you-items {
    width: 56%;
  }
}
@media (min-width: 767.5px) {
  .beside-you .beside-you-background .beside-you-items {
    width: 80%;
  }
}
.beside-you .beside-you-background .beside-you-items .beside-you-item {
  width: 44%;
  gap: 0.5ems;
}
@media (min-width: 349.5px) {
  .beside-you .beside-you-background .beside-you-items .beside-you-item {
    gap: 1em;
  }
}
@media (min-width: 767.5px) {
  .beside-you .beside-you-background .beside-you-items .beside-you-item {
    width: 29%;
    gap: 0.5em;
  }
}
@media (min-width: 1099.5px) {
  .beside-you .beside-you-background .beside-you-items .beside-you-item {
    gap: 1em;
  }
}
.beside-you .beside-you-background .beside-you-items .beside-you-item .beside-you-icon-box {
  width: 7em;
  aspect-ratio: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #bfbfbf;
  padding: 0.5em;
}
@media (min-width: 1099.5px) {
  .beside-you .beside-you-background .beside-you-items .beside-you-item .beside-you-icon-box {
    width: 9em;
  }
}
.beside-you .beside-you-background .beside-you-items .beside-you-item .beside-you-icon-box .beside-you-icon {
  font-size: 4em;
}
@media (min-width: 1099.5px) {
  .beside-you .beside-you-background .beside-you-items .beside-you-item .beside-you-icon-box .beside-you-icon {
    font-size: 6em;
  }
}
.beside-you .beside-you-background .beside-you-items .beside-you-item .beside-you-icon-box .icon-award-2 {
  font-size: 5em;
}
@media (min-width: 1099.5px) {
  .beside-you .beside-you-background .beside-you-items .beside-you-item .beside-you-icon-box .icon-award-2 {
    font-size: 8em;
  }
}
.beside-you .beside-you-background .beside-you-items .beside-you-item .num-num {
  color: #133941;
  font-size: 1.5em;
  font-weight: 500;
}
@media (min-width: 1099.5px) {
  .beside-you .beside-you-background .beside-you-items .beside-you-item .num-num {
    font-size: 2.3em;
  }
}
.beside-you .beside-you-background .beside-you-items .beside-you-item .history-name {
  font-size: 1.2em;
  font-weight: 500;
  height: 3.5em;
  line-height: 1.7;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1099.5px) {
  .beside-you .beside-you-background .beside-you-items .beside-you-item .history-name {
    font-size: 1.9em;
  }
}
.beside-you .beside-you-background .my-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.network-system {
  margin-top: 4em;
}
.network-system .title-div {
  width: fit-content;
  margin-inline: auto;
  margin-inline: unset;
}
@media screen and (min-width: 991.5px) {
  .network-system .title-div {
    max-width: 47%;
  }
}
.network-system .title-div .section-title {
  font-size: 2.2em;
  font-weight: 500;
  font-family: "MadaniArabic" !important;
  color: #48cae4;
}
@media screen and (min-width: 1199.5px) {
  .network-system .title-div .section-title {
    font-size: 3.2em;
  }
}
.network-system .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .network-system .title-div .title-icon {
    width: 3.8em;
  }
}
.network-system .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #48cae4;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.network-system .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .network-system .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
@media (min-width: 991px) {
  .network-system .network-system-content {
    width: 90%;
    margin-inline: auto;
  }
}
@media (min-width: 1349.5px) {
  .network-system .network-system-content {
    width: 80%;
    margin-inline: auto;
  }
}
.network-system .network-system-content .network-system-slider-parent {
  width: 100%;
}
@media (min-width: 767.5px) {
  .network-system .network-system-content .network-system-slider-parent {
    width: 60%;
  }
}
@media (min-width: 1199.5px) {
  .network-system .network-system-content .network-system-slider-parent {
    width: 69%;
  }
}
.network-system .network-system-content .network-system-slider-parent .title-div {
  margin-inline: unset;
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider {
  position: relative;
  overflow: hidden;
  padding-block: 5.5em;
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider .swiper-slide .network-system-item {
  width: 65%;
  gap: 1.5em;
  cursor: pointer;
}
@media (min-width: 767.5px) {
  .network-system .network-system-content .network-system-slider-parent .network-system-slider .swiper-slide .network-system-item {
    margin-right: -3em;
  }
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider .swiper-slide .network-system-item .person-img-box {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  aspect-ratio: 1;
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider .swiper-slide .network-system-item .person-img-box:hover {
  border-color: #48cae4;
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider .swiper-slide .network-system-item .person-img-box:hover .person-img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider .swiper-slide .network-system-item .person-img-box .person-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border: 1px solid #48cae4;
  width: 100%;
  aspect-ratio: 1;
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider .swiper-slide .network-system-item .person-name {
  font-size: 1.3em;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider .slider-navigation {
  width: 92%;
  gap: 3em;
  bottom: 0;
}
@media (min-width: 767.5px) {
  .network-system .network-system-content .network-system-slider-parent .network-system-slider .slider-navigation {
    right: 0 !important;
    left: unset;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider .slider-navigation .icon-chevron {
  color: #48cae4;
  font-size: 1.9em;
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider .slider-navigation .swiper-scrollbar {
  background-color: #48cae4;
  height: 1px !important;
  position: relative;
  bottom: unset !important;
  left: unset;
  display: block !important;
}
.network-system .network-system-content .network-system-slider-parent .network-system-slider .slider-navigation .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #48cae4;
  height: 5px;
  top: -2px !important;
}
.network-system .network-system-content .system-banner-box {
  width: 100%;
  aspect-ratio: 3/2;
  padding: 1.5em;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border: 1px solid #787878;
  background: #fff98c;
  box-shadow: -41px 27px 14px 0px rgba(0, 0, 0, 0), -26px 17px 13px 0px rgba(0, 0, 0, 0.01), -15px 10px 11px 0px rgba(0, 0, 0, 0.05), -7px 4px 8px 0px rgba(0, 0, 0, 0.09), -2px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 459.5px) {
  .network-system .network-system-content .system-banner-box {
    width: 60%;
  }
}
@media (min-width: 576.5px) {
  .network-system .network-system-content .system-banner-box {
    width: 50%;
  }
}
@media (min-width: 767.5px) {
  .network-system .network-system-content .system-banner-box {
    width: 36%;
  }
}
@media (min-width: 899.5px) {
  .network-system .network-system-content .system-banner-box {
    width: 32%;
  }
}
@media (min-width: 1199.5px) {
  .network-system .network-system-content .system-banner-box {
    width: 26%;
  }
}
.network-system .network-system-content .system-banner-box .person-img {
  border-radius: 145px;
  -webkit-border-radius: 145px;
  -moz-border-radius: 145px;
  -ms-border-radius: 145px;
  -o-border-radius: 145px;
  border: 1px solid #81ac27;
  width: 40%;
  aspect-ratio: 1;
}
@media (min-width: 767.5px) {
  .network-system .network-system-content .system-banner-box .person-img {
    width: 38%;
  }
}
.network-system .network-system-content .system-banner-box .person-name {
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
}
.network-system .network-system-content .system-banner-box .fa-star {
  color: #48cae4;
}
.network-system .network-system-content .system-banner-box .person-more-info {
  color: #000;
  text-align: justify;
  font-family: ERPxfaNum;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 2;
  height: 14em;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.network-system .network-system-content .system-banner-box .info-link {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: #48cae4;
  width: 55%;
  padding: 1em;
  font-size: 1.2em;
  color: #fff;
}

.common-questions {
  margin: 0 auto;
}
.common-questions .title-div {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .common-questions .title-div {
    max-width: 47%;
  }
}
.common-questions .title-div .section-title {
  font-size: 2.2em;
  font-weight: 500;
  font-family: "MadaniArabic" !important;
  color: #48cae4;
}
@media screen and (min-width: 1199.5px) {
  .common-questions .title-div .section-title {
    font-size: 3.2em;
  }
}
.common-questions .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .common-questions .title-div .title-icon {
    width: 3.8em;
  }
}
.common-questions .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #48cae4;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.common-questions .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .common-questions .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.common-questions .accordion {
  width: 100%;
  margin: 5em auto 0;
  padding: 1em 0;
}
@media (min-width: 900.5px) {
  .common-questions .accordion {
    width: 70%;
  }
}
.common-questions .accordion .accordion-item {
  width: 92%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 0.5px solid rgba(76, 102, 20, 0.5);
  background: #fff;
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
}
.common-questions .accordion .accordion-item.blue-border {
  border: 1px solid #48cae4;
  padding-bottom: 0.8em;
  background: url(../images/pattern-background.svg);
}
.common-questions .accordion .accordion-item .accordion-title {
  height: 9em;
  padding: 1em 3em;
  color: #07221f;
  overflow: hidden;
  cursor: pointer;
}
.common-questions .accordion .accordion-item .accordion-title .fa-chevron-left {
  color: #48cae4;
  font-size: 1.4em;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.common-questions .accordion .accordion-item .accordion-title .accordion-h4-title {
  width: 80%;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.6;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (min-width: 1399.5px) {
  .common-questions .accordion .accordion-item .accordion-title .accordion-h4-title {
    font-size: 1.6em;
  }
}
.common-questions .accordion .accordion-item .accordion-title.active .accordion-icon {
  background-color: #48cae4;
}
.common-questions .accordion .accordion-item .accordion-title.active .fa-chevron-left {
  color: #ffffff;
  transform: rotate(-90deg);
}
.common-questions .accordion .accordion-item .accordion-title .accordion-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 4em;
  height: 4em;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.common-questions .accordion .accordion-item .accordion-content {
  display: none;
  text-align: justify;
  line-height: 2;
  padding: 0 1.1em 2em;
  font-size: 1.4em;
}

@media (min-width: 767.5px) {
  .articles .articles-content {
    width: 82%;
    margin-inline: auto;
  }
}
.articles .articles-content .title-div {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .articles .articles-content .title-div {
    max-width: 47%;
  }
}
.articles .articles-content .title-div .section-title {
  font-size: 2.2em;
  font-weight: 500;
  font-family: "MadaniArabic" !important;
  color: #81ac27;
}
@media screen and (min-width: 1199.5px) {
  .articles .articles-content .title-div .section-title {
    font-size: 3.2em;
  }
}
.articles .articles-content .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .articles .articles-content .title-div .title-icon {
    width: 3.8em;
  }
}
.articles .articles-content .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #81ac27;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.articles .articles-content .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .articles .articles-content .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.articles .articles-content .articles-slider-container {
  padding-top: 5em;
  padding-bottom: 7em;
  overflow: hidden;
  position: relative;
}
.articles .articles-content .articles-slider-container .swiper-slide .article-box {
  padding: 1em;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 0.7px solid #81ac27;
  background: #fff;
  box-shadow: 0px 19px 21.6px -7px rgba(108, 108, 108, 0.03);
}
.articles .articles-content .articles-slider-container .swiper-slide .article-box .article-img-box {
  position: relative;
  width: 99%;
  margin-inline: auto;
}
.articles .articles-content .articles-slider-container .swiper-slide .article-box .article-img-box .article-img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 0.7px solid #fffee3;
}
.articles .articles-content .articles-slider-container .swiper-slide .article-box .article-img-box .article-date {
  position: absolute;
  bottom: -1.1em;
  left: 5%;
  background: #fffee3;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  -o-border-radius: 33px;
  padding: 0.8em;
  font-size: 1.1em;
}
@media (min-width: 1399.5px) {
  .articles .articles-content .articles-slider-container .swiper-slide .article-box .article-img-box .article-date {
    font-size: 1.3em;
  }
}
.articles .articles-content .articles-slider-container .swiper-slide .article-box .article-info {
  width: 88%;
  margin-inline: auto;
}
.articles .articles-content .articles-slider-container .swiper-slide .article-box .article-info .article-title {
  color: #232e0d;
  font-size: 1.7em;
  margin-block: 1em;
}
@media (min-width: 1399.5px) {
  .articles .articles-content .articles-slider-container .swiper-slide .article-box .article-info .article-title {
    font-size: 2em;
  }
}
.articles .articles-content .articles-slider-container .swiper-slide .article-box .article-info .article-text {
  text-align: justify;
  line-height: 1.8;
  font-size: 1.4em;
  width: 100%;
  height: 5.5em;
  color: #433a31;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.articles .articles-content .articles-slider-container .swiper-slide .article-box .article-info .divider {
  margin-block: 1.5em;
  width: 90%;
  height: 1px;
  background-color: #81ac27;
}
.articles .articles-content .articles-slider-container .swiper-slide .article-box .article-info .article-link {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  background: #81ac27;
  padding-block: 1em;
  margin-inline: auto;
  color: #fff;
  font-size: 1.2em;
}
@media (min-width: 1399.5px) {
  .articles .articles-content .articles-slider-container .swiper-slide .article-box .article-info .article-link {
    font-size: 1.4em;
  }
}
.articles .articles-content .articles-slider-container .slider-navigation {
  z-index: 0;
  gap: 6%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .articles .articles-content .articles-slider-container .slider-navigation {
    gap: 6em;
  }
}
.articles .articles-content .articles-slider-container .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.articles .articles-content .articles-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #2e3f0d;
  opacity: 1;
  margin-inline: 0.4em;
  width: 1.4em !important;
  height: 3px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .articles .articles-content .articles-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.articles .articles-content .articles-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #81ac27;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.articles .articles-content .articles-slider-container .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.articles .articles-content .articles-slider-container .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #81ac27;
}
.articles .articles-content .articles-slider-container .slider-navigation .navigation-icon:before {
  color: #81ac27;
}
.articles .articles-content .see-all {
  bottom: -4em;
  color: #2b390d;
  font-size: 1.5em;
  font-weight: 500;
  z-index: 0;
  cursor: pointer;
  width: 5.5em;
}
@media screen and (min-width: 991.5px) {
  .articles .articles-content .see-all {
    bottom: 0;
    left: 0 !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
  }
}

.page-footer {
  background-color: #48cae4;
}
@media (max-width: 768px) {
  .news-slide:hover .news-desc-box,
  .news-slide.hover .news-desc-box {
    opacity: 0 !important;
    top: 80% !important;
    pointer-events: none !important;
  }
}
@media (max-width: 768px) {
  .news-slide:hover,
  .news-slide.hover {
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .news-slide:hover .news-desc-box,
  .news-slide.hover .news-desc-box {
    opacity: 0 !important;
    pointer-events: none !important;
    top: 80% !important;
  }
}
