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

html {
  overflow-x: hidden;
}

body {
  font-family: ERPx;
  font-size: 16px !important;
  direction: rtl;
  overflow-x: hidden;
  max-width: 100vw;
}

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;
  }
}

.news .news-slider-container .swiper-slide .news-box .news-date-top, .news .news-slider-container .swiper-slide .news-box .news-box-description, .news .see-all, .page-footer .footer-logo-box .footer-phone, .page-footer .footer-tabs .nav-tabs:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner .banner-slider-container .banner-slide .banner-slide-description .banner-text, .aims .aims-content .aims-description .aims-title-text .aims-text, .aims .aims-content .aims-description .aims-items .aim-item-text, .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text, .intro .intro-content .intro-description .intro-text, .laws .laws-content .laws-boxes .law-box .law-box-item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.swiper-scrollbar-lock {
  display: flex !important;
}

.slider-pagination {
  direction: ltr;
  left: unset;
  top: unset;
  bottom: unset;
  display: flex !important;
  align-items: center !important;
  justify-content: center !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;
}

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

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

.gap-03 {
  gap: 0.3em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.opacity05 {
  opacity: 0.5;
}

textarea {
  outline: none;
  resize: none;
  border: none;
}

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

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

/* Remove all nav-tabs styles */
.nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* Reset tab links */
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
}

/* Remove active tab styles */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: inherit;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.header {
  width: 100%;
  position: relative;
}
.header .header-container {
  width: 100%;
}
.header .header-container .header-top {
  width: 100%;
  background: url(../images/header-pattern.png) #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header .header-container .header-top .school-logo {
  margin-right: 1em;
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .school-logo {
    margin-right: 1em;
  }
}
.header .header-container .header-top .school-logo .school-logo-img {
  width: 3.2em;
}
@media (min-width: 575.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 4em;
  }
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 4.5em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 5em;
    margin-right: 2em;
  }
}
@media (min-width: 1399.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 5.5em;
  }
}
.header .header-container .header-top .school-title {
  color: #283676;
  font-family: "Lalezar" !important;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 575.5px) {
  .header .header-container .header-top .school-title {
    font-size: 1.5em;
  }
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .school-title {
    font-size: 1.9em;
    margin-right: -0.6em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-top .school-title {
    font-size: 2.5em;
    margin-right: -1em;
  }
}
@media (min-width: 1399.5px) {
  .header .header-container .header-top .school-title {
    font-size: 2.8em;
    margin-right: -1.5em;
  }
}
.header .header-container .header-top .rahbar .rahbar-img {
  width: 4.5em;
  object-fit: cover;
}
@media (min-width: 575.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 5em;
  }
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 6em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 6.2em;
  }
}
@media (min-width: 1399.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 6.8em;
  }
}
.header .header-container .header-bottom {
  width: 100%;
  padding-block: 1.2em;
  padding-inline: 3%;
  background-color: #283676;
  position: relative;
  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: 100;
}
@media screen and (min-width: 1099.5px) {
  .header .header-container .header-bottom {
    padding-inline: 3em !important;
  }
}
.header .header-container .header-bottom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 12px 29.2px 0px rgba(0, 0, 0, 0.08);
}
.header .header-container .header-bottom .icon-menu-bar {
  position: relative;
  font-size: 1.8em;
  color: #fff;
  display: block;
  cursor: pointer;
}
.header .header-container .header-bottom .icon-menu-bar::before {
  color: #fff;
}
.header .header-container .header-bottom .nav-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .header-container .header-bottom .nav-list .nav-list-ul {
  height: 100%;
  width: 100%;
  margin-bottom: 0 !important;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li {
  margin-left: 1.1em;
  height: 3.5em;
  position: relative;
  font-size: 0.8em;
  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;
}
@media screen and (min-width: 991.5px) {
  .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li {
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 1499.5px) {
  .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li {
    font-size: 1em;
  }
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover .nav-link {
  color: #edcd26;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover .icon-chevron-down {
  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;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 767.5px) {
  .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover > .nav-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-list-li:hover > .nav-sub-submenu {
    display: block;
    position: absolute;
    top: 3em;
    right: 0;
    z-index: 50;
    background-color: #fff;
  }
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .icon-chevron {
  color: #fff;
  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;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-sub-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-sub-submenu .nav-sub-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu {
  display: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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: 1.5px solid #ffeb3b;
  background: #fff;
  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);
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-sub-submenu .submenu-ul .submenu-li {
  color: #283676;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding: 0.8em;
  border-radius: 41px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  -o-border-radius: 41px;
  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;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover {
  background-color: #ffeb3b;
}
.header .header-container .header-bottom .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%;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu .nav-sub-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu .nav-sub-submenu .nav-sub-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu {
  display: block;
}
.header .header-container .header-bottom .navbar-left-btns {
  gap: 0.5em;
}
@media screen and (min-width: 1199.5px) {
  .header .header-container .header-bottom .navbar-left-btns {
    gap: 1em;
  }
}
.header .header-container .header-bottom .navbar-left-btns .icon-search::before {
  color: #fff;
}
.header .header-container .header-bottom .navbar-left-btns .nav-icon {
  font-size: 1.4em;
  color: #2b3252;
}
.header .header-container .header-bottom .navbar-left-btns .nav-big-btn {
  width: 2.6em;
  background-color: #ffeb3b;
  font-size: 0.9em;
  font-weight: 400;
  aspect-ratio: 1;
  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: 991.5px) {
  .header .header-container .header-bottom .navbar-left-btns .nav-big-btn {
    width: 10em;
    padding: 1em 0.6em;
    aspect-ratio: unset;
  }
}
.header .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: fixed;
  top: 0;
  right: -100%;
  width: 60%;
  border: 1px solid #ffeb3b;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(15px);
  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;
}
.header .mobile-menu.open {
  right: 0;
  visibility: visible;
}
.header .mobile-menu .fa-times {
  padding: 1em;
  font-size: 1.2em;
  color: #283676;
  cursor: pointer;
}
.header .mobile-menu .mobile-menu-ul {
  padding: 0em 1.5em 1em;
  max-height: 50em;
  overflow-y: scroll;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li {
  position: relative;
  width: 100%;
  font-size: 1em;
  cursor: pointer;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: #ffeb3b;
}
.header .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;
  font-weight: 400;
  padding: 0.7em;
  width: 100%;
  color: #283676;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li.open .mobile-menu-submenu {
  max-height: 20em;
  visibility: visible;
  margin-top: 1em;
}
.header .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;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link {
  background-color: #ffeb3b;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: #283676;
  font-family: ERPxFaNum !important;
  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;
}
.header .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;
}
.header .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;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu.open {
  margin-top: 1em;
  max-height: 20em;
  visibility: visible;
}

.page-footer {
  overflow: hidden;
  position: relative;
  background-color: #e9e9e9;
  padding-top: 1em;
}
@media (min-width: 767.5px) {
  .page-footer {
    padding-top: 4em;
  }
}
.page-footer .footer-top {
  width: 100%;
}
.page-footer .footer-logo-box {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box {
    width: 20%;
    margin-bottom: 0;
  }
  .page-footer .footer-logo-box .footer-logo {
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-logo-box {
    width: 14%;
  }
}
.page-footer .footer-logo-box .footer-logo {
  width: 24%;
  object-fit: cover;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box .footer-logo {
    width: 80%;
  }
}
.page-footer .footer-tabs {
  gap: 2em;
  width: 100%;
}
@media (min-width: 575.5px) {
  .page-footer .footer-tabs {
    width: 70%;
  }
}
.page-footer .footer-tabs .nav-tabs {
  position: relative;
  width: 100%;
  gap: 1em;
  padding: 1em 0;
}
.page-footer .footer-tabs .nav-tabs:after {
  content: "";
  bottom: -8%;
  width: 100%;
  height: 1px;
  background-color: rgba(40, 54, 118, 0.33);
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item {
  position: relative;
  width: 30%;
  padding: 0.7em 0.3em;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active {
  background-color: #ffeb3b;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active .footer-tab-link {
  font-weight: 700;
  font-size: 1.1;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: -8%;
  top: 27%;
  width: 1px;
  height: 1.2em;
  background-color: #283676;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .nav-tabs .footer-tab-item:not(:last-child):after {
    display: none;
  }
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
  gap: 3px;
  color: #283676;
  font-weight: 400;
  font-size: 0.9em;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link:hover {
  color: #283676 !important;
}
@media (min-width: 575.5px) {
  .page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
    gap: 0.7em;
  }
}
.page-footer .footer-tabs .tab-content {
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .tab-content {
    display: flex;
    justify-content: space-between;
  }
}
.page-footer .footer-tabs .tab-content.active {
  display: block !important;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane {
    display: flex;
    flex-direction: column;
    opacity: 1 !important;
    position: static !important;
    width: 28%;
  }
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
  position: relative;
  gap: 0.5em;
  color: #283676;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 2em;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
    font-size: 1.2em;
  }
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title:before {
  content: "";
  position: absolute;
  right: -7%;
  top: 0;
  height: 1.1em;
  width: 2px;
  background-color: #283676;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.page-footer .footer-ul .footer-li {
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 991.5px) {
  .page-footer .footer-ul .footer-li {
    text-align: right;
  }
}
.page-footer .footer-ul .footer-li .footer-link {
  padding: 0;
  width: 100%;
  color: #283676;
  text-align: center;
  font-family: ERPxFaNum !important;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 991.5px) {
  .page-footer .footer-ul .footer-li .footer-link {
    text-align: right;
  }
}
@media (min-width: 1399.5px) {
  .page-footer .footer-ul .footer-li .footer-link {
    font-size: 0.9em;
  }
}
.page-footer .footer-ul .footer-li .footer-icon {
  font-size: 1.3em;
  color: #283676;
  margin-left: 0.3em;
}
.page-footer .footer-map {
  margin-top: 3em;
  width: 100%;
  height: 12em;
}
.page-footer .footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-footer .footer-social-media {
  padding-block: 1.6em;
  width: 100%;
  gap: 1.4em;
  background: url(../images/footer-social-media-vector.svg) no-repeat center;
  background-size: 57%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-social-media {
    padding-block: 0;
    width: 60%;
    margin-left: 2%;
    background: none;
  }
}
.page-footer .footer-social-media .social-media-links {
  width: 100%;
  gap: 3.5em;
}
@media (min-width: 991.5px) {
  .page-footer .footer-social-media .social-media-links {
    padding-block: 1.5em;
    width: 40%;
    gap: 3em;
    background: url(../images/footer-social-media-vector.svg) no-repeat center;
    background-size: 100%;
  }
}
.page-footer .footer-social-media .social-media-links .media-link-box .footer-media-icon {
  font-size: 1.2em;
}
.page-footer .footer-social-media .social-media-links .media-link-box .footer-media-icon:before {
  color: #524e41;
}
.page-footer .footer-social-media .social-media-links .media-link-box .icon-linkedIn,
.page-footer .footer-social-media .social-media-links .media-link-box .icon-telegram {
  font-size: 1.4em;
}
.page-footer .footer-social-media .copy-right p {
  font-size: 0.7em;
  color: #92929d;
}
.page-footer .created-by {
  width: 100%;
  background: #283676;
  padding: 1em;
  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: #fff;
  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: 0.7em;
}
@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: -1.1em;
  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: #fff;
  border-radius: 9px;
  color: #283676;
  font-size: 0.8em;
  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: #fff;
  text-align: center;
  font-size: 0.8em;
  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: 3px;
  margin-bottom: 3px;
}
.page-footer .abrisham-logo .law-message .logo-name-part-2 {
  color: #fdb12a;
  font-size: 1.6em;
  margin-right: 0.2em;
  margin-bottom: 3px;
}

body {
  background: #fcf7ed;
}

.section-title {
  font-family: "MolsaqArabic" !important;
  font-size: 1.6em;
  font-weight: 700;
}
@media (min-width: 991.5px) {
  .section-title {
    font-size: 1.8em;
  }
}
@media (min-width: 1199.5px) {
  .section-title {
    font-size: 2.2em;
  }
}
@media (min-width: 1499.5px) {
  .section-title {
    font-size: 2.5em;
  }
}

.Educational-resources .resourcse-items .resource-item, .Educational-resources .section-subtitle, .laws .laws-content .laws-boxes .law-box .law-box-item-text, .laws .laws-content .section-subtitle, .intro .intro-content .intro-description .intro-text, .intro .intro-content .intro-description .title-element .section-subtitle, .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text, .aims .aims-content .aims-description .aims-items .aim-item-text, .aims .aims-content .aims-description .aims-title-text .aims-text, .sign-in .signin-content .signin-form .form .signin-text, .banner .banner-slider-container .banner-slide .banner-slide-description .banner-text {
  color: #002114;
  text-align: justify;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
}

.Educational-resources .resourcse-items:after, .Educational-resources .resourcse-items:before, .Educational-resources .resources-description:after, .Educational-resources .resources-description:before, .Educational-resources .resources-content:after, .Educational-resources .section-subtitle:after, .Educational-resources .section-title:after, .Educational-resources .section-title:before, .laws .laws-content .laws-boxes .law-box-second:after, .laws .laws-content .laws-boxes .law-box-first:after, .laws .laws-content .section-title:after, .laws:before, .intro .intro-content .intro-img-box:before, .intro .intro-content .intro-description:after, .intro:before, .intro:after, .aims .aims-content .aim-img-box:before, .aims .aims-content .aims-description:after, .aims .aims-content .aims-description:before, .aims:after, .sign-in .signin-content .signin-img-box:before, .sign-in .signin-content .signin-form:before, .sign-in:after, .sign-in:before, .banner .banner-slider-container .swiper-wrapper:before {
  font-family: "icomoon" !important;
  display: inline-block;
  position: absolute;
}

.Educational-resources .resources-img-box, .intro .intro-content .intro-img-box, .aims .aims-content .aim-img-box, .sign-in .signin-content .signin-img-box, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover {
  box-shadow: -85px 215px 65px 0px rgba(0, 0, 0, 0), -54px 137px 59px 0px rgba(0, 0, 0, 0.01), -31px 77px 50px 0px rgba(0, 0, 0, 0.04), -14px 34px 37px 0px rgba(0, 0, 0, 0.06), -3px 9px 20px 0px rgba(0, 0, 0, 0.07);
}

.Educational-resources .resources-img-box .resources-img, .intro .intro-content .intro-img-box .intro-img, .aims .aims-content .aim-img-box .aim-img, .sign-in .signin-content .signin-img-box .signin-img {
  border: 10px solid #f5e8c8;
}

.intro .intro-content .intro-img-box:after, .aims .aims-content .aim-img-box:after, .sign-in .signin-content .signin-img-box:after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(53%) saturate(4626%) hue-rotate(148deg) brightness(95%) contrast(95%);
}

.news .news-slider-container .slider-navigation .news-swiper-scrollbar .swiper-scrollbar-drag, .banner .banner-slider-container .slider-navigation .banner-swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #e1b95c;
  position: absolute;
  top: 50% !important;
  right: 0 !important;
  width: 1em !important;
  height: 1em !important;
  transform: borderRaduis(50%);
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.header .header-container .header-top {
  display: none !important;
}
.header .header-container .header-bottom {
  position: fixed !important;
  max-width: 100vw;
  left: 0;
  z-index: 1000;
  padding-block: 1.2em !important;
  padding-inline: 1em !important;
  /*background: url(../images/logo-main-front.png) no-repeat center !important;*/
  background-size: contain !important;
  background-color: #fcf7ed !important;
}
@media (min-width: 767.5px) {
  .header .header-container .header-bottom {
    background: #fcf7ed !important;
    padding-block: 0.5em !important;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-bottom {
    padding-inline: 2em !important;
  }
}
.header .header-container .header-bottom .icon-menu-bar:before {
  color: #15b5b3 !important;
}
.header .header-container .header-bottom .school-logo-img {
  width: 4em;
  margin-left: 1em;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover .nav-link {
  color: #15b5b3 !important;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover .icon-chevron-down:before {
  color: #15b5b3 !important;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-link {
  color: #292d32 !important;
  font-weight: 400;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-sub-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-sub-submenu .nav-sub-submenu {
  border: 1.5px solid #15b5b3 !important;
  background: #fff !important;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-sub-submenu .submenu-ul .submenu-li {
  color: #15b5b3 !important;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover {
  background-color: #f5e8c8 !important;
  color: #1c7574 !important;
}
.header .header-container .header-bottom .icon-search:before {
  color: #e1b95c !important;
}
@media (min-width: 767.5px) {
  .header .header-container .header-bottom .icon-search:before {
    color: #122745 !important;
  }
}
.header .header-container .header-bottom .nav-big-btn {
  width: 2.9em !important;
  background-color: #15b5b3 !important;
  color: #fff !important;
}
@media (min-width: 991.5px) {
  .header .header-container .header-bottom .nav-big-btn {
    width: 9em !important;
  }
}
.header .header-container .header-bottom .nav-big-btn .nav-icon:before {
  color: #fff !important;
}
.header .header-container .header-bottom .nav-signin-btn {
  background-color: #15b5b3 !important;
  color: #122745 !important;
}
@media (min-width: 767.5px) {
  .header .header-container .header-bottom .nav-signin-btn {
    background-color: #e1b95c !important;
  }
}
@media (min-width: 767.5px) {
  .header .header-container .header-bottom .nav-signin-btn .nav-icon:before {
    color: #122745 !important;
  }
}
.header .mobile-menu {
  border-radius: 33px 0px 0px 33px;
  -webkit-border-radius: 33px 0px 0px 33px;
  -moz-border-radius: 33px 0px 0px 33px;
  -ms-border-radius: 33px 0px 0px 33px;
  -o-border-radius: 33px 0px 0px 33px;
  border: 1px solid #f5e8c8 !important;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(15px);
}
.header .mobile-menu .times-icon {
  color: #15b5b3;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: transparent !important;
  color: #15b5b3 !important;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link .icon-chevron-down:before {
  color: #15b5b3;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  color: #292d32 !important;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link {
  background-color: transparent !important;
  color: #15b5b3 !important;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link .icon-chevron-down:before {
  color: #15b5b3;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: #292d32 !important;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  color: #292d32 !important;
}

.banner {
  margin-top: 7em;
  width: 100%;
}
.banner .banner-slider-container {
  position: relative;
  width: 100%;
  padding-bottom: 2em;
}
.banner .banner-slider-container .swiper-wrapper:before {
  content: "\e948";
  color: #e6a67b;
  right: 15%;
  bottom: 2%;
  font-size: 1.5em;
  z-index: 10;
}
@media (min-width: 767.5px) {
  .banner .banner-slider-container .swiper-wrapper:before {
    font-size: 2em;
    right: 30%;
  }
}
.banner .banner-slider-container .banner-slide {
  --mask: radial-gradient(
          30.48px at 50% calc(100% - 43px),
          #000 99%,
          #0000 101%
  )
  calc(50% - 40px) 0/80px 100%,
  radial-gradient(30.48px at 50% calc(100% + 23px), #0000 99%, #000 101%)
  50% calc(100% - 20px) / 80px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  width: 100%;
  aspect-ratio: 2/3;
}
@media (min-width: 575.5px) {
  .banner .banner-slider-container .banner-slide {
    aspect-ratio: 4/5;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-slider-container .banner-slide {
    aspect-ratio: 7/3.6;
    --mask: radial-gradient(
            67.08px at 50% calc(100% - 90px),
            #000 99%,
            #0000 101%
    )
    calc(50% - 60px) 0/120px 100%,
    radial-gradient(
            67.08px at 50% calc(100% + 60px),
            #0000 99%,
            #000 101%
    )
    50% calc(100% - 30px) / 120px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-slider-container .banner-slide {
    aspect-ratio: 7/3;
  }
}
.banner .banner-slider-container .banner-slide .banner-photo {
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner .banner-slider-container .banner-slide .banner-slide-description {
  position: relative;
  padding: 2em 1.2em;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f5e8c8 38.27%, rgba(245, 232, 200, 0) 72.23%);
}
@media (min-width: 767.5px) {
  .banner .banner-slider-container .banner-slide .banner-slide-description {
    background: linear-gradient(270deg, #f5e8c8 39.08%, rgba(245, 232, 200, 0) 65.06%);
  }
}
.banner .banner-slider-container .banner-slide .banner-slide-description .banner-slide-title {
  color: #15b5b3;
  text-align: center;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.5;
}
@media (min-width: 767.5px) {
  .banner .banner-slider-container .banner-slide .banner-slide-description .banner-slide-title {
    width: 45%;
    text-align: right;
    margin-top: -1.5em;
  }
}
@media (min-width: 991.5px) {
  .banner .banner-slider-container .banner-slide .banner-slide-description .banner-slide-title {
    font-size: 2.2em;
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-slider-container .banner-slide .banner-slide-description .banner-slide-title {
    font-size: 2.6em;
  }
}
@media (min-width: 1599.5px) {
  .banner .banner-slider-container .banner-slide .banner-slide-description .banner-slide-title {
    font-size: 3.2em;
  }
}
.banner .banner-slider-container .banner-slide .banner-slide-description .banner-text {
  margin-top: 1.5em;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
@media (min-width: 499.5px) {
  .banner .banner-slider-container .banner-slide .banner-slide-description .banner-text {
    line-height: 2.4;
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-slider-container .banner-slide .banner-slide-description .banner-text {
    width: 45%;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-slider-container .banner-slide .banner-slide-description .banner-text {
    font-size: 0.9em;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (min-width: 1699.5px) {
  .banner .banner-slider-container .banner-slide .banner-slide-description .banner-text {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
.banner .banner-slider-container .slider-navigation {
  z-index: 100;
}
@media (min-width: 767.5px) {
  .banner .banner-slider-container .slider-navigation {
    width: 32%;
    position: absolute;
    bottom: 18%;
    right: 10%;
  }
}
.banner .banner-slider-container .slider-navigation .banner-nav-btn {
  font-size: 1.8em;
}
.banner .banner-slider-container .slider-navigation .banner-nav-btn:before {
  color: #15b5b3;
}
@media (min-width: 1399.5px) {
  .banner .banner-slider-container .slider-navigation .banner-nav-btn {
    font-size: 2.3em;
  }
}
.banner .banner-slider-container .slider-navigation .banner-swiper-scrollbar {
  position: relative;
  width: 10em;
  height: 1px;
  background: #0c8b8a;
}
.sign-in {
  padding-top: 15%;
}
@media (min-width: 499.5px) {
  .sign-in {
    padding-block: 10%;
  }
}
@media (min-width: 767.5px) {
  .sign-in {
    padding-top: 0;
    padding-bottom: 7%;
    margin-top: -3%;
  }
}
.sign-in:before {
  content: "\e91e";
  color: #15b5b3;
  top: -2%;
  right: 5%;
  font-size: 0.5em;
}
@media (min-width: 767.5px) {
  .sign-in:before {
    right: 40%;
    top: 5%;
    color: #c1d5ea;
  }
}
.sign-in:after {
  content: "\e91e";
  color: #c1d5ea;
  top: 5%;
  left: 10%;
  font-size: 0.5em;
}
@media (min-width: 767.5px) {
  .sign-in:after {
    left: 20%;
    top: 2%;
    color: #15b5b3;
  }
}
.sign-in .signin-content {
  gap: 7em;
}
.sign-in .signin-content .signin-form {
  width: 100%;
}
@media (min-width: 499.5px) {
  .sign-in .signin-content .signin-form {
    width: 70%;
  }
}
@media (min-width: 767.5px) {
  .sign-in .signin-content .signin-form {
    width: 38%;
  }
}
@media (min-width: 991.5px) {
  .sign-in .signin-content .signin-form {
    width: 33%;
  }
}
.sign-in .signin-content .signin-form:before {
  content: "\e91e";
  color: #c19ec8;
  bottom: 5%;
  left: -15%;
  font-size: 0.5em;
  display: none;
}
@media (min-width: 767.5px) {
  .sign-in .signin-content .signin-form:before {
    display: inline-block;
  }
}
.sign-in .signin-content .signin-form .form {
  gap: 2em;
}
.sign-in .signin-content .signin-form .form .signin-title {
  color: #a8883d;
  text-align: right;
}
.sign-in .signin-content .signin-form .form .signin-text {
  text-align: right;
}
.sign-in .signin-content .signin-form .form .signin-submit {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #15b5b3;
  width: 100%;
  color: #fff;
  padding: 4%;
}
@media (min-width: 767.5px) {
  .sign-in .signin-content .signin-form .form .signin-submit {
    width: 90%;
  }
}
@media (min-width: 1199.5px) {
  .sign-in .signin-content .signin-form .form .signin-submit {
    width: 80%;
  }
}
@media (min-width: 1399.5px) {
  .sign-in .signin-content .signin-form .form .signin-submit {
    width: 70%;
  }
}
.sign-in .signin-content .signin-img-box {
  z-index: 10;
  width: 70%;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
@media (min-width: 767.5px) {
  .sign-in .signin-content .signin-img-box {
    width: 34%;
    transform: rotate(-10deg) translateY(27%);
    -webkit-transform: rotate(-10deg) translateY(27%);
    -moz-transform: rotate(-10deg) translateY(27%);
    -ms-transform: rotate(-10deg) translateY(27%);
    -o-transform: rotate(-10deg) translateY(27%);
  }
}
.sign-in .signin-content .signin-img-box:before {
  content: "\e918";
  color: #f1cb34;
  left: 0.5em;
  top: -2em;
  font-size: 2em;
}
@media (min-width: 767.5px) {
  .sign-in .signin-content .signin-img-box:before {
    left: unset;
    right: -0.6em;
  }
}
.sign-in .signin-content .signin-img-box:after {
  content: "";
  position: absolute;
  right: -25%;
  top: -12%;
  width: 4em;
  height: 40%;
  background: url(../images/girls-elementary-school/arrow.svg) no-repeat center;
  background-size: contain;
  transform: rotateY(-156deg);
  -webkit-transform: rotateY(-156deg);
  -moz-transform: rotateY(-156deg);
  -ms-transform: rotateY(-156deg);
  -o-transform: rotateY(-156deg);
}
@media (min-width: 575.5px) {
  .sign-in .signin-content .signin-img-box:after {
    right: -18%;
  }
}
@media (min-width: 767.5px) {
  .sign-in .signin-content .signin-img-box:after {
    left: -33%;
    right: unset;
    top: 3%;
    width: 20%;
    height: 40%;
    transform: rotate(-44deg) rotateY(150deg);
    -webkit-transform: rotate(-44deg) rotateY(150deg);
    -moz-transform: rotate(-44deg) rotateY(150deg);
    -ms-transform: rotate(-44deg) rotateY(150deg);
    -o-transform: rotate(-44deg) rotateY(150deg);
  }
}
@media (min-width: 1199.5px) {
  .sign-in .signin-content .signin-img-box:after {
    left: -32%;
  }
}
.sign-in .signin-content .signin-img-box .signin-img {
  width: 100%;
  aspect-ratio: 1;
}

.aims {
  background: url(../images/girls-elementary-school/pattern-1.png) center;
  background-size: cover;
  background-color: #fff;
  padding-top: 26%;
  margin-top: -20%;
}
@media (min-width: 575.5px) {
  .aims {
    padding-top: 15%;
  }
}
@media (min-width: 767.5px) {
  .aims {
    padding-top: 8%;
    padding-bottom: 4%;
    margin-top: -3%;
  }
}
.aims:after {
  content: "\e955";
  color: #c2f8f7;
  right: 1em;
  bottom: -0.7em;
  font-size: 2em;
}
@media (min-width: 767.5px) {
  .aims:after {
    left: 10%;
    right: unset;
    bottom: unset;
    top: -0.7em;
  }
}
.aims .aims-content {
  gap: 4em;
}
@media (min-width: 767.5px) {
  .aims .aims-content {
    gap: 5em;
  }
}
@media (min-width: 991.5px) {
  .aims .aims-content {
    gap: 7em;
  }
}
@media (min-width: 767.5px) {
  .aims .aims-content .aims-description {
    width: 45%;
  }
}
@media (min-width: 991.5px) {
  .aims .aims-content .aims-description {
    width: 38%;
  }
}
.aims .aims-content .aims-description:before {
  content: "\e91e";
  color: #c19ec8;
  bottom: -10%;
  right: 44%;
  font-size: 0.5em;
}
@media (min-width: 767.5px) {
  .aims .aims-content .aims-description:before {
    bottom: 45%;
    right: -15%;
  }
}
.aims .aims-content .aims-description:after {
  content: "\e91e";
  color: #c1d5ea;
  top: 10%;
  right: -10%;
  font-size: 0.5em;
  display: none;
}
@media (min-width: 767.5px) {
  .aims .aims-content .aims-description:after {
    display: inline-block;
  }
}
@media (min-width: 767.5px) {
  .aims .aims-content .aims-description .aims-title-text {
    width: 80%;
  }
}
.aims .aims-content .aims-description .aims-title-text .aims-title {
  color: #15b5b3;
  text-align: right;
  margin-bottom: 0.7em;
}
.aims .aims-content .aims-description .aims-title-text .aims-text {
  margin-block: 1em;
}
@media (min-width: 767.5px) {
  .aims .aims-content .aims-description .aims-title-text .aims-text {
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 1399.5px) {
  .aims .aims-content .aims-description .aims-title-text .aims-text {
    font-size: 1em;
  }
}
@media (min-width: 767.5px) {
  .aims .aims-content .aims-description .aims-items {
    margin-right: 1em;
    width: 90%;
  }
}
@media (min-width: 991.5px) {
  .aims .aims-content .aims-description .aims-items {
    width: 80%;
  }
}
.aims .aims-content .aims-description .aims-items .aim-item-number {
  background-color: #15b5b3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 2em;
  height: 2em;
  aspect-ratio: 1;
  color: #fff;
}
.aims .aims-content .aims-description .aims-items .aim-item-text {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .aims .aims-content .aims-description .aims-items .aim-item-text {
    font-size: 1.05em;
  }
}
.aims .aims-content .aim-img-box {
  width: 70%;
  transform: rotate(15deg) translateY(20%);
  -webkit-transform: rotate(15deg) translateY(20%);
  -moz-transform: rotate(15deg) translateY(20%);
  -ms-transform: rotate(15deg) translateY(20%);
  -o-transform: rotate(15deg) translateY(20%);
}
@media (min-width: 767.5px) {
  .aims .aims-content .aim-img-box {
    width: 34%;
    transform: rotate(15deg) translateY(30%);
    -webkit-transform: rotate(15deg) translateY(30%);
    -moz-transform: rotate(15deg) translateY(30%);
    -ms-transform: rotate(15deg) translateY(30%);
    -o-transform: rotate(15deg) translateY(30%);
  }
}
@media (min-width: 991.5px) {
  .aims .aims-content .aim-img-box {
    transform: rotate(15deg) translateY(15%);
    -webkit-transform: rotate(15deg) translateY(15%);
    -moz-transform: rotate(15deg) translateY(15%);
    -ms-transform: rotate(15deg) translateY(15%);
    -o-transform: rotate(15deg) translateY(15%);
  }
}
.aims .aims-content .aim-img-box:before {
  content: "\e948";
  color: #f4d4cb;
  right: 15%;
  top: -22%;
  font-size: 1.5em;
  opacity: 0.6;
}
@media (min-width: 767.5px) {
  .aims .aims-content .aim-img-box:before {
    top: -30%;
    font-size: 2.5em;
  }
}
.aims .aims-content .aim-img-box:after {
  content: "";
  position: absolute;
  left: -4em;
  top: -3em;
  width: 5em;
  height: 40%;
  background: url(../images/girls-elementary-school/arrow.svg) no-repeat center;
  background-size: contain;
}
@media (min-width: 767.5px) {
  .aims .aims-content .aim-img-box:after {
    right: -31%;
    left: unset;
    top: 18%;
    width: 20%;
    height: 29%;
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
  }
}
.aims .aims-content .aim-img-box .aim-img {
  width: 100%;
}

.news {
  position: relative;
  width: 100%;
  padding-top: 29%;
  margin-bottom: 2em;
}
@media (min-width: 767.5px) {
  .news {
    padding-top: 10%;
  }
}
.news .section-title {
  color: #15b5b3;
  margin-bottom: 0.5em;
}
.news .news-slider-container {
  position: relative;
  overflow: hidden;
  padding-block: 5em;
  width: 100%;
}
.news .news-slider-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news-slider-container .swiper-slide .news-box {
  width: 88%;
  position: relative;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description {
  background: #c2f8f7;
  box-shadow: 0px 37px 10px 0px rgba(0, 0, 0, 0), 0px 24px 9px 0px rgba(0, 0, 0, 0.01), 0px 13px 8px 0px rgba(0, 0, 0, 0.05), 0px 6px 6px 0px rgba(0, 0, 0, 0.09), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-text {
  display: -webkit-box;
}
.news .news-slider-container .swiper-slide .news-box .news-date-top {
  justify-content: center;
  top: -4em;
  background: url(../images/girls-elementary-school/cloud-vector.svg) no-repeat center;
  background-size: contain;
  width: 42%;
  aspect-ratio: 1;
}
.news .news-slider-container .swiper-slide .news-box .news-date-top .news-date {
  color: #094b4b;
}
.news .news-slider-container .swiper-slide .news-box .news-date-top .icon-calendar-2:before {
  color: #094b4b;
}
@media (min-width: 1399.5px) {
  .news .news-slider-container .swiper-slide .news-box .news-date-top .icon-calendar-2 {
    font-size: 1.3em;
  }
}
.news .news-slider-container .swiper-slide .news-box .news-box-img {
  width: 100%;
  aspect-ratio: 3/2.2;
  border: 1px solid #15b5b3;
  border-radius: 80px 80px 20px 20px;
  -webkit-border-radius: 80px 80px 20px 20px;
  -moz-border-radius: 80px 80px 20px 20px;
  -ms-border-radius: 80px 80px 20px 20px;
  -o-border-radius: 80px 80px 20px 20px;
  object-fit: cover;
}
.news .news-slider-container .swiper-slide .news-box .invisible {
  height: 11em;
  width: 100%;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description {
  bottom: 2em;
  width: 85%;
  border-radius: 39px;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  -ms-border-radius: 39px;
  -o-border-radius: 39px;
  border: 1px solid #c2f8f7;
  background: #fff;
  backdrop-filter: blur(7.25px);
  padding: 1em;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-title {
  align-self: flex-start;
  color: #000;
  text-align: right;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-block: 0.8em;
  color: #45566b;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-divider {
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 0.2em;
  background-color: rgba(127, 68, 201, 0.26);
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link {
  color: #159c9a;
  align-self: flex-end;
  font-size: 0.9em;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 25%;
  padding: 0.2em 0.5em;
  gap: 0.7em;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-date {
  visibility: hidden;
  opacity: 0;
}
.news .news-slider-container .icon-nav {
  font-size: 1.5em;
}
.news .news-slider-container .icon-nav::before {
  color: #e1b95c;
}
.news .news-slider-container .slider-navigation {
  z-index: 100;
  gap: 2em;
}
@media (min-width: 767.5px) {
  .news .news-slider-container .slider-navigation {
    gap: 4em;
  }
}
.news .news-slider-container .slider-navigation .nav-icon {
  font-size: 1.8em;
}
@media (min-width: 1399.5px) {
  .news .news-slider-container .slider-navigation .nav-icon {
    font-size: 2.3em;
  }
}
.news .news-slider-container .slider-navigation .nav-icon:before {
  color: #15b5b3;
}
.news .news-slider-container .slider-navigation .news-swiper-scrollbar {
  position: relative;
  width: 89%;
  height: 1px;
  background: #15b5b3;
}
@media (min-width: 767.5px) {
  .news .news-slider-container .slider-navigation .news-swiper-scrollbar {
    width: 60%;
    flex-grow: 1;
    margin-top: 0.7em;
  }
}
.news .see-all {
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border: 1px solid #159c9a;
  bottom: 1em;
  color: #159c9a;
  font-size: 1em;
  padding: 0.5em;
}
@media (min-width: 1199.5px) {
  .news .see-all {
    font-size: 1em;
  }
}
@media (min-width: 1399.5px) {
  .news .see-all {
    font-size: 1.1em;
  }
}
.news .see-all .icon-arrow-2:before {
  color: #159c9a;
}

.intro {
  background: url(../images/girls-elementary-school/pattern-2.png) center;
  background-size: cover;
  background-color: #fff;
  padding-top: 10%;
  position: relative;
}
@media (min-width: 767.5px) {
  .intro {
    padding-block: 5%;
  }
}
.intro:after {
  content: "\e954";
  color: rgba(228, 124, 152, 0.35);
  right: 1em;
  bottom: -1.5em;
  font-size: 1.6em;
}
@media (min-width: 767.5px) {
  .intro:after {
    right: 40%;
    bottom: unset;
    top: 15%;
  }
}
.intro:before {
  content: "\e91e";
  color: #c19ec8;
  top: 10%;
  right: 5%;
  font-size: 0.5em;
}
@media (min-width: 767.5px) {
  .intro:before {
    top: 60%;
  }
}
.intro .intro-content .intro-description {
  position: relative;
}
.intro .intro-content .intro-description:after {
  content: "\e918";
  color: #e1b95c;
  bottom: -16%;
  left: 9%;
  font-size: 2.5em;
  opacity: 0.6;
}
@media (min-width: 575.5px) {
  .intro .intro-content .intro-description:after {
    bottom: -40%;
  }
}
@media (min-width: 767.5px) {
  .intro .intro-content .intro-description:after {
    bottom: -10%;
    left: -22%;
  }
}
@media (min-width: 767.5px) {
  .intro .intro-content .intro-description {
    width: 45%;
  }
}
@media (min-width: 1199.5px) {
  .intro .intro-content .intro-description {
    width: 35%;
  }
}
.intro .intro-content .intro-description .title-element .section-title {
  color: #e1b95c;
  text-align: right;
  margin-top: 0.3em;
}
.intro .intro-content .intro-description .intro-text {
  -webkit-line-clamp: 7;
  line-clamp: 7;
  padding-inline: 0.5em;
}
.intro .intro-content .intro-img-box {
  position: relative;
  width: 70%;
  transform: rotate(-11deg) translateY(20%) translateX(-10%);
  -webkit-transform: rotate(-11deg) translateY(20%) translateX(-10%);
  -moz-transform: rotate(-11deg) translateY(20%) translateX(-10%);
  -ms-transform: rotate(-11deg) translateY(20%) translateX(-10%);
  -o-transform: rotate(-11deg) translateY(20%) translateX(-10%);
}
@media (min-width: 767.5px) {
  .intro .intro-content .intro-img-box {
    width: 34%;
    transform: rotate(-11deg) translateY(20%) translateX(0);
    -webkit-transform: rotate(-11deg) translateY(20%) translateX(0);
    -moz-transform: rotate(-11deg) translateY(20%) translateX(0);
    -ms-transform: rotate(-11deg) translateY(20%) translateX(0);
    -o-transform: rotate(-11deg) translateY(20%) translateX(0);
  }
}
.intro .intro-content .intro-img-box:before {
  content: "\e91e";
  color: #c1d5ea;
  top: 15%;
  right: -15%;
  font-size: 0.5em;
  display: none;
}
@media (min-width: 767.5px) {
  .intro .intro-content .intro-img-box:before {
    display: inline-block;
  }
}
.intro .intro-content .intro-img-box:after {
  content: "";
  position: absolute;
  right: -23%;
  top: -8%;
  width: 4em;
  height: 40%;
  background: url(../images/girls-elementary-school/arrow.svg) no-repeat center;
  background-size: contain;
  transform: rotateY(-156deg);
  -webkit-transform: rotateY(-156deg);
  -moz-transform: rotateY(-156deg);
  -ms-transform: rotateY(-156deg);
  -o-transform: rotateY(-156deg);
}
@media (min-width: 575.5px) {
  .intro .intro-content .intro-img-box:after {
    right: -18%;
  }
}
@media (min-width: 767.5px) {
  .intro .intro-content .intro-img-box:after {
    left: -18%;
    right: unset;
    top: 22%;
    width: 20%;
    height: 29%;
    transform: rotateY(-156deg) rotateX(-24deg);
    -webkit-transform: rotateY(-156deg) rotateX(-24deg);
    -moz-transform: rotateY(-156deg) rotateX(-24deg);
    -ms-transform: rotateY(-156deg) rotateX(-24deg);
    -o-transform: rotateY(-156deg) rotateX(-24deg);
  }
}
@media (min-width: 1199.5px) {
  .intro .intro-content .intro-img-box:after {
    left: -27%;
    transform: rotate(-61deg) rotateY(150deg);
    -webkit-transform: rotate(-61deg) rotateY(150deg);
    -moz-transform: rotate(-61deg) rotateY(150deg);
    -ms-transform: rotate(-61deg) rotateY(150deg);
    -o-transform: rotate(-61deg) rotateY(150deg);
  }
}
.intro .intro-content .intro-img-box .intro-img {
  width: 100%;
}

.laws {
  position: relative;
  width: 100%;
  padding-top: 36%;
  padding-bottom: 24%;
}
@media (min-width: 767.5px) {
  .laws {
    padding-block: 10%;
  }
}
.laws:before {
  content: "\e91e";
  color: #f1cb34;
  top: 15%;
  right: 5%;
  font-size: 0.4em;
}
@media (min-width: 767.5px) {
  .laws:before {
    right: unset;
    left: 5%;
    top: 9%;
  }
}
.laws .laws-content {
  gap: 3em;
}
.laws .laws-content .section-title {
  color: #15b5b3;
  position: relative;
}
.laws .laws-content .section-title:after {
  content: "\e953";
  color: #f1cb34;
  right: 80%;
  top: -1.5em;
  font-size: 1em;
}
@media (min-width: 767.5px) {
  .laws .laws-content .section-title:after {
    right: -100%;
  }
}
.laws .laws-content .section-subtitle {
  margin-top: 1.5em;
}
.laws .laws-content .laws-boxes {
  width: 100%;
  gap: 2em;
}
@media (min-width: 991.5px) {
  .laws .laws-content .laws-boxes {
    gap: 4em;
  }
}
.laws .laws-content .laws-boxes .law-box {
  background-color: #fff;
  padding: 0.2em;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  width: 100%;
}
@media (min-width: 575.5px) {
  .laws .laws-content .laws-boxes .law-box {
    width: 65%;
  }
}
@media (min-width: 767.5px) {
  .laws .laws-content .laws-boxes .law-box {
    width: 45%;
    padding: 0.4em;
    border-radius: 98px;
    -webkit-border-radius: 98px;
    -moz-border-radius: 98px;
    -ms-border-radius: 98px;
    -o-border-radius: 98px;
  }
}
@media (min-width: 991.5px) {
  .laws .laws-content .laws-boxes .law-box {
    width: 40%;
  }
}
@media (min-width: 1199.5px) {
  .laws .laws-content .laws-boxes .law-box {
    width: 33%;
  }
}
@media (min-width: 1599.5px) {
  .laws .laws-content .laws-boxes .law-box {
    width: 30%;
  }
}
.laws .laws-content .laws-boxes .law-box .law-box-inside {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 3em 1em;
  gap: 1.5em;
}
@media (min-width: 767.5px) {
  .laws .laws-content .laws-boxes .law-box .law-box-inside {
    border-radius: 98px;
    -webkit-border-radius: 98px;
    -moz-border-radius: 98px;
    -ms-border-radius: 98px;
    -o-border-radius: 98px;
    padding: 3em 2em;
  }
}
.laws .laws-content .laws-boxes .law-box .law-box-item-number {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
  width: 2em;
  height: 2em;
  aspect-ratio: 1;
  color: #fff;
}
.laws .laws-content .laws-boxes .law-box .law-box-item-text {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media (min-width: 1399.5px) {
  .laws .laws-content .laws-boxes .law-box .law-box-item-text {
    font-size: 1em;
  }
}
.laws .laws-content .laws-boxes .law-box-first {
  position: relative;
  border: 1px solid #15b5b3;
}
.laws .laws-content .laws-boxes .law-box-first:before {
  content: "";
  position: absolute;
  top: -16%;
  left: -2%;
  width: 15%;
  height: 23%;
  background: url(../images/girls-elementary-school/ballone.svg) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 767.5px) {
  .laws .laws-content .laws-boxes .law-box-first:before {
    top: unset;
    bottom: -18%;
    right: -5%;
    left: unset;
    width: 50%;
    height: 24%;
    background: url(../images/girls-elementary-school/rainbow.svg) no-repeat;
    background-size: contain;
  }
}
@media (min-width: 991.5px) {
  .laws .laws-content .laws-boxes .law-box-first:before {
    bottom: 38%;
    right: -30%;
  }
}
@media (min-width: 1399.5px) {
  .laws .laws-content .laws-boxes .law-box-first:before {
    right: -38%;
  }
}
.laws .laws-content .laws-boxes .law-box-first:after {
  content: "\e919";
  color: #b6d6d0;
  bottom: -10%;
  left: -2%;
  font-size: 2em;
  transform: rotate(185deg);
}
@media (min-width: 767.5px) {
  .laws .laws-content .laws-boxes .law-box-first:after {
    right: -17%;
    left: unset;
    bottom: 20%;
  }
}
@media (min-width: 1199.5px) {
  .laws .laws-content .laws-boxes .law-box-first:after {
    right: -28%;
  }
}
.laws .laws-content .laws-boxes .law-box-first .law-box-inside {
  background-color: #e2f7f0;
}
.laws .laws-content .laws-boxes .law-box-first .law-box-inside .law-box-item-number {
  background-color: #15b5b3;
}
.laws .laws-content .laws-boxes .law-box-second {
  border: 1px solid #e1b95c;
  position: relative;
}
.laws .laws-content .laws-boxes .law-box-second:before {
  content: "";
  position: absolute;
  bottom: -21%;
  left: 49%;
  width: 33%;
  height: 23%;
  background: url(../images/girls-elementary-school/rainbow.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 767.5px) {
  .laws .laws-content .laws-boxes .law-box-second:before {
    width: 20%;
    height: 57%;
    top: -6em;
    left: -3%;
    bottom: unset;
    background: url(../images/girls-elementary-school/ballone.svg) no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 991.5px) {
  .laws .laws-content .laws-boxes .law-box-second:before {
    top: -28%;
  }
}
@media (min-width: 1299.5px) {
  .laws .laws-content .laws-boxes .law-box-second:before {
    top: -33%;
  }
}
@media (min-width: 1499.5px) {
  .laws .laws-content .laws-boxes .law-box-second:before {
    top: -40%;
  }
}
.laws .laws-content .laws-boxes .law-box-second:after {
  content: "\e919";
  color: #e2f7f0;
  bottom: 40%;
  left: -17%;
  font-size: 3.5em;
  display: none;
}
@media (min-width: 767.5px) {
  .laws .laws-content .laws-boxes .law-box-second:after {
    display: inline-block;
  }
}
.laws .laws-content .laws-boxes .law-box-second .law-box-inside {
  background-color: #f5e8c8;
}
.laws .laws-content .laws-boxes .law-box-second .law-box-inside .law-box-item-number {
  background-color: #e1b95c;
}

.two-bottom-section {
  background: radial-gradient(161.63% 163.89% at -8.61% 105.14%, #f1fffa 0%, #fcf7ed 100%);
}

.Educational-resources {
  padding-block: 4em;
}
.Educational-resources .section-title {
  color: #e1b95c;
  position: relative;
  margin-bottom: 0.7em;
}
.Educational-resources .section-title:before {
  content: "\e948";
  right: -53%;
  color: #e47c98;
  font-size: 0.6em;
  opacity: 0.6;
}
@media (min-width: 991.5px) {
  .Educational-resources .section-title:before {
    right: -30%;
    top: -1em;
  }
}
.Educational-resources .section-title:after {
  content: "\e91e";
  color: #c19ec8;
  left: -53%;
  font-size: 0.2em;
  display: none;
}
@media (min-width: 767.5px) {
  .Educational-resources .section-title:after {
    display: inline-block;
  }
}
.Educational-resources .section-subtitle {
  position: relative;
}
.Educational-resources .section-subtitle:after {
  content: "\e91e";
  color: #f1cb34;
  left: -80%;
  font-size: 0.2em;
  display: none;
}
@media (min-width: 767.5px) {
  .Educational-resources .section-subtitle:after {
    display: inline-block;
  }
}
.Educational-resources .resources-content {
  position: relative;
  gap: 2em;
}
@media (min-width: 991.5px) {
  .Educational-resources .resources-content {
    gap: 1em;
  }
}
.Educational-resources .resources-content:after {
  content: "\e952";
  color: #efcee1;
  left: 40%;
  top: -1em;
  font-size: 1em;
  display: none;
}
@media (min-width: 991.5px) {
  .Educational-resources .resources-content:after {
    display: inline-block;
  }
}
.Educational-resources .resources-description {
  position: relative;
  gap: 3em;
}
@media (min-width: 991.5px) {
  .Educational-resources .resources-description {
    width: 50%;
  }
}
.Educational-resources .resources-description:before {
  content: "\e925";
  color: #efcee1;
  right: 25%;
  bottom: -3em;
  font-size: 1.3em;
  display: none;
}
@media (min-width: 767.5px) {
  .Educational-resources .resources-description:before {
    display: inline-block;
  }
}
.Educational-resources .resources-description:after {
  content: "\e924";
  color: #f2d691;
  left: 0;
  bottom: 1em;
  font-size: 1.6em;
  display: none;
}
@media (min-width: 767.5px) {
  .Educational-resources .resources-description:after {
    display: inline-block;
  }
}
.Educational-resources .resourcse-items {
  position: relative;
}
.Educational-resources .resourcse-items:before {
  content: "\e918";
  color: #f1cb34;
  left: 0.5em;
  top: -1em;
  font-size: 2em;
}
@media (min-width: 767.5px) {
  .Educational-resources .resourcse-items:before {
    left: unset;
    right: -0.6em;
  }
}
.Educational-resources .resourcse-items:after {
  content: "\e954";
  color: #c1d5ea;
  left: 0;
  top: -0.5em;
  font-size: 1.6em;
  display: none;
}
@media (min-width: 767.5px) {
  .Educational-resources .resourcse-items:after {
    display: inline-block;
  }
}
.Educational-resources .resourcse-items .resource-item {
  width: 90%;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  list-style-type: decimal;
  color: #69531e;
  background-color: #f5e8c8;
  padding: 0.7em 1em;
}
@media (min-width: 699.5px) {
  .Educational-resources .resourcse-items .resource-item {
    width: 48%;
  }
}
@media (min-width: 1399.5px) {
  .Educational-resources .resourcse-items .resource-item .resource-item-text {
    font-size: 1.2em;
  }
}
.Educational-resources .see-more-btn {
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  padding: 0.7em;
  border: 1px solid #159c9a;
  color: #159c9a;
  margin-right: 5%;
  width: 7em;
}
@media (min-width: 991.5px) {
  .Educational-resources .see-more-btn {
    margin-bottom: 5%;
    margin-right: 0;
  }
}
.Educational-resources .resources-img-box {
  position: relative;
  width: 70%;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}
@media (min-width: 991.5px) {
  .Educational-resources .resources-img-box {
    width: 34%;
    transform: rotate(15deg) translateY(10%);
    -webkit-transform: rotate(15deg) translateY(10%);
    -moz-transform: rotate(15deg) translateY(10%);
    -ms-transform: rotate(15deg) translateY(10%);
    -o-transform: rotate(15deg) translateY(10%);
  }
}
.Educational-resources .resources-img-box:before {
  content: "";
  position: absolute;
  left: -5em;
  top: -1em;
  width: 5em;
  height: 40%;
  background: url(../images/girls-elementary-school/arrow.svg) no-repeat center;
  background-size: contain;
}
@media (min-width: 991.5px) {
  .Educational-resources .resources-img-box:before {
    right: -22%;
    left: unset;
    top: 20%;
    width: 20%;
    height: 29%;
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
  }
}
.Educational-resources .resources-img-box .resources-img {
  width: 100%;
}

.page-footer {
  background-color: transparent;
}
.page-footer .main-container {
  border-top: 1px solid #15b5b3;
  border-bottom: 1px solid #15b5b3;
}
@media (min-width: 767.5px) {
  .page-footer .main-container {
    border-bottom: none;
    justify-content: space-between !important;
  }
}
.page-footer .footer-logo-box {
  position: relative;
  width: 100% !important;
  aspect-ratio: 5/3;
  margin-block: 2em;
}
@media (min-width: 767.5px) {
  .page-footer .footer-logo-box {
    width: 53% !important;
  }
}
.page-footer .footer-logo-box .footer-logo {
  display: none;
}
.page-footer .footer-logo-box .footer-phone {
  width: 85%;
}
@media (min-width: 767.5px) {
  .page-footer .footer-logo-box .footer-phone {
    width: 100%;
    right: 0;
    left: unset;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.page-footer .footer-logo-box .contact-us {
  position: absolute;
  gap: 3.3em;
  width: 48%;
  top: 27%;
  left: 11%;
  height: 60%;
}
@media (min-width: 767.5px) {
  .page-footer .footer-logo-box .contact-us {
    top: -4%;
    left: 1%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-logo-box .contact-us {
    gap: 1em;
    top: 12%;
  }
}
.page-footer .footer-logo-box .contact-us .contact-us-title {
  color: #e1b95c;
  font-size: 1.1em;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box .contact-us .contact-us-title {
    font-size: 1.5em;
  }
}
@media (min-width: 767.5px) {
  .page-footer .footer-logo-box .contact-us .contact-us-title {
    font-size: 1.1em;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-logo-box .contact-us .contact-us-title {
    font-size: 1.5em;
    margin-left: -4em;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-logo-box .contact-us .contact-us-title {
    font-size: 1.8em;
    margin-left: -40%;
  }
}
.page-footer .footer-logo-box .contact-us .phone-numbers {
  color: #002114;
  font-size: 0.8em;
}
@media (min-width: 479.5px) {
  .page-footer .footer-logo-box .contact-us .phone-numbers {
    font-size: 1.1em;
  }
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box .contact-us .phone-numbers {
    font-size: 1.2em;
  }
}
@media (min-width: 767.5px) {
  .page-footer .footer-logo-box .contact-us .phone-numbers {
    font-size: 0.8em;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-logo-box .contact-us .phone-numbers {
    font-size: 1em;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-logo-box .contact-us .phone-numbers {
    font-size: 1.2em;
  }
}
.page-footer .footer-logo-box .contact-us .footer-icon {
  font-size: 1.4em;
}
.page-footer .footer-logo-box .contact-us .footer-icon::before {
  color: #e1b95c;
}
.page-footer .footer-logo-box .social-media {
  position: absolute;
  right: 19%;
  bottom: 15%;
  gap: 1em;
  width: 30%;
}
.page-footer .tab-menu-four,
.page-footer .tab-menu-two,
.page-footer .fourth-tab-pane,
.page-footer .second-tab-pane {
  display: none !important;
}
@media (min-width: 767.5px) {
  .page-footer .footer-tabs {
    width: 40%;
    padding-block: 7%;
  }
}
.page-footer .footer-tabs .nav .tab-menu-four,
.page-footer .footer-tabs .nav .tab-menu-three {
  display: none;
}
.page-footer .footer-tabs .nav:after {
  display: none;
}
.page-footer .footer-tabs .footer-tab-item {
  width: 40% !important;
  padding-block: 0.7em;
  border: none !important;
}
.page-footer .footer-tabs .footer-tab-item.active {
  background-color: transparent !important;
  border-bottom: none;
}
.page-footer .footer-tabs .footer-tab-item.active .footer-tab-link {
  position: relative;
  color: #15b5b3 !important;
}
.page-footer .footer-tabs .footer-tab-item.active .footer-tab-link::after {
  content: "";
  position: absolute;
  bottom: -1em;
  left: 0;
  width: 100%;
  height: 3px;
  background: #15b5b3;
}
.page-footer .footer-tabs .footer-tab-item::after {
  display: none;
}
.page-footer .footer-tabs .footer-tab-item .footer-tab-link {
  color: #15b5b3 !important;
  opacity: 0.9;
  font-size: 1em;
}
.page-footer .footer-tabs .footer-tab-item .footer-tab-link .icon-chevron-down {
  display: none;
}
.page-footer .footer-tabs .tab-content .tab-pane:last-child {
  display: none !important;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane {
    width: 44%;
  }
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
  color: #15b5b3;
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title:before {
  background-color: #15b5b3;
}
.page-footer .footer-tabs .tab-content .footer-link {
  color: #926e1c;
}
.page-footer .footer-tabs .tab-content .footer-icon {
  color: #926e1c;
}
.page-footer .footer-tabs .tab-content .footer-icon:before {
  color: #926e1c;
}
@media (min-width: 1199.5px) {
  .page-footer .footer-media-icon {
    font-size: 1.3em;
  }
}
.page-footer .footer-media-icon:before {
  color: #e1b95c !important;
}
.page-footer .footer-social-media {
  background: none;
  order: 1;
}
@media (min-width: 767.5px) {
  .page-footer .footer-social-media {
    display: none !important;
  }
}
.page-footer .footer-social-media .copy-right {
  display: none;
}
.page-footer .footer-map {
  order: 2;
  margin-top: 0;
  border-top: 3px solid #e1b95c;
  border-bottom: 3px solid #e1b95c;
}
.page-footer .created-by {
  order: 3;
  background: #459c92;
}
.page-footer .created-by .footer-bottom-ul {
  color: #f8fbf3;
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
  color: #459c92;
}
.page-footer .created-by .abrisham-logo .law-message {
  color: #f8fbf3;
}
.page-footer .created-by .abrisham-logo .law-message .logo-name-part-1 {
  color: #1f4d4c;
}
.login-notif-name span , .login-notif-name i {
  color: black;
}
