@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 .see-all, .teachers:before, .teachers .see-all, .features .features-boxes .feature-box .feature-name-box, .history .history-items:before, .library .library-inside .library-img-box .library-vector, .teachers .slider-navigation, .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-inside .banner-text, .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text, .parents-comments .parents-comments-slider .parent-comment .parent-comment-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 */
  display: block !important; /* Ensure they remain visible */
}

.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.3em;
  height: 3.5em;
  position: relative;
  font-size: 0.85em;
  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, .header .header-container .header-bottom .nav-list-li .nav-submenu .nav-list .nav-list-ul .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 .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: 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;
}
.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 .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: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: 500;
  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;
}
.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;
}
.page-footer .abrisham-logo .law-message .logo-name-part-2 {
  color: #fdb12a;
  font-size: 1.6em;
  margin-right: 0.2em;
}
.teachers {
  position: relative;
  margin-top: -20%;
  z-index: 0;
  padding-top: 16%;
}
.teachers .teachers-all-content {
  padding-bottom: 3em;
  position: relative;
}
.teachers .teachers-all-content .teachers-swiper-slider {
  width: 94%;
  padding: 3em 0;
  overflow: hidden;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card {
  padding-block: 5%;
  width: 86%;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 540px) {
  .teachers .teachers-all-content .teachers-swiper-slider .teacher-card {
    width: 92%;
  }
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box {
  overflow: hidden;
  width: 90%;
  aspect-ratio: 1;
  z-index: 1;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box .teacher-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info {
  border-radius: 2px 2px 12px 12px;
  -webkit-border-radius: 2px 2px 12px 12px;
  -moz-border-radius: 2px 2px 12px 12px;
  -ms-border-radius: 2px 2px 12px 12px;
  -o-border-radius: 2px 2px 12px 12px;
  line-height: 1;
  gap: 1em;
  width: 90%;
  padding-bottom: 1em;
  padding-top: 2em;
  font-size: 0.8em;
  font-weight: 400;
  margin-top: -0.5em;
  z-index: 0;
}
.teachers .teachers-slider-pagination {
  margin-top: 2.5em;
}
.teachers .slider-navigation {
  width: 104%;
  top: 50%;
}
.teachers .slider-navigation .icon-nav-slider {
  font-size: 2.7em;
}

.parents-comments .parents-comments-slider {
  padding-top: 3em;
  overflow: hidden;
}
.parents-comments .parents-comments-slider .parent-comment {
  position: relative;
  padding: 1.5em;
  width: 100%;
  height: 16em;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: #fff;
}
.parents-comments .parents-comments-slider .parent-comment .parent-img {
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  width: 6em;
  aspect-ratio: 1;
  bottom: -2.5em;
  left: 5%;
}
.parents-comments .parents-comments-slider .parent-comment .parent-comment-text {
  text-align: justify;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.8em;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.parents-comments .parents-comments-slider .parent-comment .parent-info {
  margin-top: 1.5em;
}
.parents-comments .parents-comments-slider .parent-comment .parent-info .parent-name {
  color: #1e90ff;
  text-align: justify;
  font-size: 1em;
  font-weight: 500;
}
.parents-comments .parents-comments-slider .parent-comment .parent-info .fa-circle {
  font-size: 5px;
}
.parents-comments .parents-comments-slider .parent-comment .parent-info .comment-by {
  font-weight: 400;
  font-size: 1em;
}
.parents-comments .slider-navigation {
  margin-top: 5em;
}

.history {
  position: relative;
}
.history .history-items .history-item {
  width: 44%;
  gap: 1em;
}
@media screen and (min-width: 575.5px) {
  .history .history-items .history-item {
    width: 40%;
  }
}
@media screen and (min-width: 699.5px) {
  .history .history-items .history-item {
    width: 26%;
    gap: 1.5em;
  }
}
.history .history-items .history-item .history-icon-box {
  border: 1px solid #fff;
  width: 57%;
  aspect-ratio: 1;
}
@media screen and (min-width: 767.5px) {
  .history .history-items .history-item .history-icon-box {
    width: 50%;
  }
}
@media screen and (min-width: 991.5px) {
  .history .history-items .history-item .history-icon-box {
    width: 41%;
  }
}
.history .history-items .history-item .history-icon-box .icon-students {
  font-size: 2em;
}
@media screen and (min-width: 459.5px) {
  .history .history-items .history-item .history-icon-box .icon-students {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1199.5px) {
  .history .history-items .history-item .history-icon-box .icon-students {
    font-size: 3.4em;
  }
}
@media screen and (min-width: 1499.5px) {
  .history .history-items .history-item .history-icon-box .icon-students {
    font-size: 4.5em;
  }
}
.history .history-items .history-item .history-icon-box .icon-charts {
  font-size: 2.5em;
}
@media screen and (min-width: 399.5px) {
  .history .history-items .history-item .history-icon-box .icon-charts {
    font-size: 3em;
  }
}
@media screen and (min-width: 459.5px) {
  .history .history-items .history-item .history-icon-box .icon-charts {
    font-size: 3.8em;
  }
}
@media screen and (min-width: 1199.5px) {
  .history .history-items .history-item .history-icon-box .icon-charts {
    font-size: 4.2em;
  }
}
@media screen and (min-width: 1499.5px) {
  .history .history-items .history-item .history-icon-box .icon-charts {
    font-size: 5.2em;
  }
}
.history .history-items .history-item .history-icon-box .icon-activity {
  font-size: 3.4em;
}
@media screen and (min-width: 459.5px) {
  .history .history-items .history-item .history-icon-box .icon-activity {
    font-size: 4em;
  }
}
@media screen and (min-width: 1199.5px) {
  .history .history-items .history-item .history-icon-box .icon-activity {
    font-size: 4.2em;
  }
}
@media screen and (min-width: 1499.5px) {
  .history .history-items .history-item .history-icon-box .icon-activity {
    font-size: 5.6em;
  }
}
.history .history-items .history-item .history-num {
  font-weight: 700;
  font-size: 2em;
  color: #fff;
  font-family: ERPxFaNum !important;
}
@media screen and (min-width: 575.5px) {
  .history .history-items .history-item .history-num {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 991.5px) {
  .history .history-items .history-item .history-num {
    font-size: 3.4em;
  }
}
@media screen and (min-width: 1399.5px) {
  .history .history-items .history-item .history-num {
    font-size: 4em;
  }
}
.history .history-items .history-item .history-name {
  color: #fff;
  font-size: 1em;
  text-align: center;
}
@media screen and (min-width: 1399.5px) {
  .history .history-items .history-item .history-name {
    font-size: 1.3em;
  }
}

body {
  background: #f5f5f5;
}

.title-elements {
  margin-top: 3em;
}
.title-elements .section-subtitle {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  background: #1e90ff;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  font-weight: 400;
  padding: 0.5em;
}
@media (min-width: 1199.5px) {
  .title-elements .section-subtitle {
    font-size: 1em;
  }
}
.title-elements .title-parent .section-title {
  font-family: "PFDinTextArabic" !important;
  color: #003366;
  text-align: center;
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 991.5px) {
  .title-elements .title-parent .section-title {
    font-size: 2em;
  }
}
@media (min-width: 1199.5px) {
  .title-elements .title-parent .section-title {
    font-size: 2.5em;
  }
}
@media (min-width: 1499.5px) {
  .title-elements .title-parent .section-title {
    font-size: 2.8em;
  }
}
.title-elements .title-parent .title-line {
  width: 4em;
  height: 1px;
  margin-top: 0.8em;
  background-color: #9d9d9d;
}

.header .header-top {
  display: none !important;
}
.header .header-bottom {
  position: fixed !important;
  max-width: 100vw;
  left: 0;
  z-index: 1000;
  padding-block: 1.4em !important;
  padding-inline: 1em !important;
  background: url(../images/school-logo.svg) no-repeat center !important;
  background-size: 3.5em !important;
  background-color: #fff !important;
}
@media (min-width: 767.5px) {
  .header .header-bottom {
    background: #fff !important;
  }
}
@media (min-width: 1199.5px) {
  .header .header-bottom {
    padding-inline: 2em !important;
  }
}
.header .header-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0 0 0 50px;
  -webkit-border-radius: 0 0 0 50px;
  -moz-border-radius: 0 0 0 50px;
  -ms-border-radius: 0 0 0 50px;
  -o-border-radius: 0 0 0 50px;
  border: 1px solid #fff;
  box-shadow: -140px 75px 44px 0px rgba(64, 64, 64, 0), -90px 48px 41px 0px rgba(64, 64, 64, 0.01), -50px 27px 34px 0px rgba(64, 64, 64, 0.02), -22px 12px 25px 0px rgba(64, 64, 64, 0.03), -6px 3px 14px 0px rgba(64, 64, 64, 0.04);
}
@media (min-width: 767.5px) {
  .header .header-bottom::before {
    width: 78%;
  }
}
@media (min-width: 991.5px) {
  .header .header-bottom::before {
    width: 65%;
  }
}
.header .header-bottom .icon-menu-bar:before {
  color: #1e90ff !important;
}
.header .header-bottom .school-logo-img {
  width: 4em;
  margin-left: 1em;
}
.header .header-bottom .icon-search:before {
  color: #ffa500 !important;
}
@media (min-width: 767.5px) {
  .header .header-bottom .icon-search:before {
    color: #003366 !important;
  }
}
.header .header-bottom .nav-list-li:hover .nav-link {
  color: #1e90ff !important;
}
.header .header-bottom .nav-list-li:hover .icon-chevron-down:before {
  color: #1e90ff !important;
}
.header .header-bottom .nav-list-li .nav-link {
  color: #292d32 !important;
}
.header .header-bottom .nav-list-li .nav-submenu, .header .header-bottom .nav-list-li .nav-submenu .nav-sub-submenu {
  border: 1.5px solid #1e90ff !important;
  background: #fff !important;
}
.header .header-bottom .nav-list-li .nav-submenu .submenu-ul .submenu-li {
  color: #1e90ff !important;
}
.header .header-bottom .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover {
  background-color: #ffa500 !important;
  color: #fff !important;
}
.header .header-bottom .nav-big-btn {
  width: 2.9em !important;
  background-color: #1e90ff !important;
  color: #003366 !important;
}
@media (min-width: 767.5px) {
  .header .header-bottom .nav-big-btn {
    background-color: #ffa500 !important;
  }
}
@media (min-width: 991.5px) {
  .header .header-bottom .nav-big-btn {
    width: 9em !important;
  }
}
.header .header-bottom .nav-big-btn .nav-icon:before {
  color: #fff !important;
}
@media (min-width: 767.5px) {
  .header .header-bottom .nav-big-btn .nav-icon:before {
    color: #003366 !important;
  }
}
.header .header-bottom .nav-login-btn {
  background-color: #1e90ff !important;
  color: #fff !important;
}
.header .header-bottom .nav-login-btn .nav-icon:before {
  color: #fff !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 #ffa500 !important;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(15px);
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: transparent !important;
  color: #1e90ff !important;
}
.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: #1e90ff !important;
}
.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 {
  position: relative;
  width: 100%;
  margin-top: -7%;
  padding-top: 2em;
  padding-bottom: 0;
}
@media screen and (min-width: 767.5px) {
  .banner {
    padding-top: 8em;
    margin-top: 0;
  }
}
@media screen and (min-width: 1099.5px) {
  .banner {
    padding-top: 5em;
  }
}
.banner .main-container {
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .banner .main-container {
    width: 90%;
  }
}
@media screen and (min-width: 1599.5px) {
  .banner .main-container {
    max-width: 1450px;
  }
}
@media screen and (min-width: 1699.5px) {
  .banner .main-container {
    max-width: 1550px;
  }
}
.banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: #fff;
  z-index: -1;
  display: none;
  border-radius: 0 0 75px 0;
  -webkit-border-radius: 0 0 75px 0;
  -moz-border-radius: 0 0 75px 0;
  -ms-border-radius: 0 0 75px 0;
  -o-border-radius: 0 0 75px 0;
}
@media (min-width: 767.5px) {
  .banner::before {
    width: 97%;
    display: block;
  }
}
@media (min-width: 991.5px) {
  .banner::before {
    width: 92%;
  }
}
.banner .banner-inside {
  width: 100%;
  padding-top: 3%;
}
@media (min-width: 767.5px) {
  .banner .banner-inside {
    justify-content: flex-end !important;
    gap: 1em;
  }
}
.banner .banner-inside .title-elements {
  padding-top: 27%;
  background: #fff;
  width: 100%;
  margin-top: 0;
  padding-inline: 1.5em;
}
@media (min-width: 575.5px) {
  .banner .banner-inside .title-elements {
    padding-top: 22%;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-inside .title-elements {
    padding-top: unset;
    padding-inline: 0;
  }
}
.banner .banner-inside .title-elements .section-title {
  font-family: "PFDinTextArabic" !important;
  text-align: center;
  line-height: 1.5;
  color: #1e90ff;
  font-size: 2em;
}
@media (min-width: 767.5px) {
  .banner .banner-inside .title-elements .section-title {
    text-align: right;
  }
}
@media (min-width: 991.5px) {
  .banner .banner-inside .title-elements .section-title {
    font-size: 2.2em;
  }
}
@media (min-width: 1399.5px) {
  .banner .banner-inside .title-elements .section-title {
    font-size: 3em;
  }
}
@media (min-width: 1799.5px) {
  .banner .banner-inside .title-elements .section-title {
    font-size: 3.5em;
  }
}
.banner .banner-inside .banner-description {
  position: relative;
  width: 100%;
}
@media (min-width: 767.5px) {
  .banner .banner-inside .banner-description {
    width: 40%;
  }
}
@media (min-width: 991.5px) {
  .banner .banner-inside .banner-description {
    width: 33%;
  }
}
@media screen and (min-width: 767.5px) {
  .banner .banner-inside .banner-description .banner-text {
    display: -webkit-box !important;
  }
}
.banner .banner-inside .banner-description .divider {
  display: none;
}
@media (min-width: 767.5px) {
  .banner .banner-inside .banner-description .divider {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 1em;
    background: #ffa500;
  }
}
.banner .banner-inside .banner-description .banner-link {
  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;
  margin-block: 1.5em;
  margin-inline: auto;
  padding-block: 3%;
  font-size: 1em;
  width: 87%;
  background: #ffa500;
  color: #fff;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  z-index: 10;
}
@media (min-width: 400px) {
  .banner .banner-inside .banner-description .banner-link {
    align-self: center;
  }
}
@media (min-width: 767px) {
  .banner .banner-inside .banner-description .banner-link {
    align-self: flex-start;
    width: 67%;
    padding-block: 3.5%;
    margin-inline: unset;
  }
}
@media (min-width: 1399.5px) {
  .banner .banner-inside .banner-description .banner-link {
    font-size: 1.1em;
    padding-block: 1em;
  }
}
.banner .banner-inside .banner-photo-box {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  padding-top: 5%;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-inside .banner-photo-box {
    width: 55%;
    margin-top: 0;
    align-self: flex-end !important;
  }
}
.banner .banner-inside .banner-photo-box:before {
  content: "";
  position: absolute;
  bottom: -5%;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #1e90ff;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
@media screen and (min-width: 767.5px) {
  .banner .banner-inside .banner-photo-box:before {
    width: 67%;
  }
}
.banner .banner-inside .banner-photo-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  border-radius: 0 0 75px 0;
  -webkit-border-radius: 0 0 75px 0;
  -moz-border-radius: 0 0 75px 0;
  -ms-border-radius: 0 0 75px 0;
  -o-border-radius: 0 0 75px 0;
}
@media (min-width: 767.5px) {
  .banner .banner-inside .banner-photo-box::after {
    display: none;
  }
}
.banner .banner-inside .banner-photo-box .banner-photo {
  position: relative;
  width: 65%;
  aspect-ratio: 1/1.1;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-inside .banner-photo-box .banner-photo {
    width: 80%;
  }
}
.banner .banner-inside .banner-text {
  color: #3a3a3a;
  background-color: #fff;
  text-align: justify;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2.5;
  padding-top: 1.5em;
  padding-inline: 2em;
  margin-inline: auto;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-inside .banner-text {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1399.5px) {
  .banner .banner-inside .banner-text {
    font-size: 1em;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}

.news {
  z-index: 1;
  position: relative;
  width: 100%;
}
.news .news-slider-container {
  position: relative;
  overflow: hidden;
  padding-block: 3em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .news .news-slider-container {
    padding-block: 4em;
  }
}
.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;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border: 0.7px solid rgba(0, 51, 102, 0.24);
  background: #fff;
}
.news .news-slider-container .swiper-slide .news-box:hover {
  background-color: #003366;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-title {
  color: #fff;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-text {
  color: #fff;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-link {
  background: #ffa500 !important;
  color: #003366 !important;
  width: 100%;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-link:before {
  display: none;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-date {
  display: none;
}
.news .news-slider-container .swiper-slide .news-box .news-box-img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 42px 42px 5px 5px;
  -webkit-border-radius: 42px 42px 5px 5px;
  -moz-border-radius: 42px 42px 5px 5px;
  -ms-border-radius: 42px 42px 5px 5px;
  -o-border-radius: 42px 42px 5px 5px;
  object-fit: cover;
}
.news .news-slider-container .swiper-slide .news-box .invisible {
  display: none;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description {
  padding: 1em 1.5em;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-title {
  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;
  color: #1e90ff;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
  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;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  margin-block: 0.8em;
  color: #003366;
  text-align: justify;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 439.5px) {
  .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (min-width: 575.5px) {
  .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-divider {
  width: 100%;
  height: 1px;
  margin-block: 1em;
  background-color: #cccdcd;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link {
  position: relative;
  color: #ffa500;
  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;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  font-size: 0.9em;
  transform-origin: right;
  width: 22%;
  padding: 0.5em;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link:before {
  content: "";
  position: absolute;
  right: 2%;
  top: 30%;
  width: 2px;
  height: 1em;
  background-color: #ffa500;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link .icon-chevron-left {
  display: none;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-date {
  color: #1e90ff;
  font-size: 0.9em;
}
.news .news-slider-container .icon-nav {
  font-size: 1.5em;
}
.news .news-slider-container .icon-nav::before {
  color: blue;
}
.news .news-slider-container .slider-navigation {
  margin-top: 3em;
  gap: 3em;
}
.news .news-slider-container .slider-navigation .slider-pagination {
  width: unset;
}
.news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
  width: 1.2em;
  height: 1px;
  background: #003366;
  opacity: 1;
}
.news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  width: 1.8em;
  height: 5px;
  background: #1e90ff;
  border-radius: 25%;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}
.news .news-slider-container .slider-navigation .icon-nav:before {
  color: #1e90ff;
}
.news .see-all {
  bottom: 0;
  color: #1e90ff;
  font-size: 1em;
}
@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: #1e90ff;
}

.teachers {
  width: 100%;
  margin-block: 3em;
  padding-top: 0;
}
.teachers:before {
  content: "";
  width: 160%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.teachers .teachers-all-content {
  padding-block: 3em !important;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #1e90ff;
  width: 80%;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info .teacher-name {
  color: #003366;
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info .teacher-edu {
  color: #003366;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
.teachers .teachers-slider-pagination {
  display: none !important;
}
.teachers .slider-navigation {
  top: 55%;
}
.teachers .slider-navigation .icon-nav-slider {
  font-size: 1.7em !important;
}
.teachers .slider-navigation .icon-nav-slider:before {
  color: #1e90ff;
}
.teachers .see-all {
  bottom: 2.5em;
  font-size: 1em;
  color: #1e90ff;
}
@media (min-width: 1199.5px) {
  .teachers .see-all {
    font-size: 1em;
  }
}
@media (min-width: 1399.5px) {
  .teachers .see-all {
    font-size: 1.1em;
  }
}
.teachers .see-all .icon-arrow-2:before {
  color: #1e90ff;
}

.features .title-elements .section-title {
  color: #ffa500;
}
.features .title-elements .section-subtitle {
  color: #003366;
  background-color: #fff;
}
.features .features-boxes {
  width: 100%;
  position: relative;
  margin-top: 3em;
}
@media (min-width: 991.5px) {
  .features .features-boxes {
    aspect-ratio: 3/1.7;
  }
}
.features .features-boxes .feature-box {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  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;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border: 5px solid transparent;
}
@media (min-width: 575.5px) {
  .features .features-boxes .feature-box {
    width: 48%;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box {
    width: unset;
    aspect-ratio: unset;
  }
}
.features .features-boxes .feature-box:hover {
  border: 5px solid #ffa500;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  box-shadow: 0px 53px 15px 0px rgba(0, 0, 0, 0), 0px 34px 13px 0px rgba(0, 0, 0, 0.02), 0px 19px 11px 0px rgba(0, 0, 0, 0.08), 0px 8px 8px 0px rgba(0, 0, 0, 0.13), 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.features .features-boxes .feature-box:hover .feature-name-box {
  border: 1px solid #ffa500;
  width: 90%;
  transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05);
  -moz-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  -o-transform: translateX(-50%) scale(1.05);
}
.features .features-boxes .feature-box:hover .feature-name-box .feature-name {
  background-color: #ffa500;
  color: #003366;
}
.features .features-boxes .feature-box:hover .feature-img {
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.features .features-boxes .feature-box .feature-name-box {
  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: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  bottom: 0.5em;
  border: 1px solid #fff;
  padding: 3px;
  width: 80%;
}
.features .features-boxes .feature-box .feature-name-box .feature-name {
  width: 100%;
  padding: 5% 3%;
  font-size: 0.9em;
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  background-color: #fff;
  color: #003366;
  line-height: 1.5;
  text-align: center;
}
.features .features-boxes .feature-box .feature-img {
  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: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border: 1px solid rgba(94, 61, 0, 0.46);
  width: 102%;
  height: 102%;
  object-fit: cover;
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-1 {
    width: 31%;
    height: 44%;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-2 {
    width: 30%;
    height: 44%;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-3 {
    width: 34%;
    height: 44%;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-4 {
    width: 43%;
    height: 53%;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-5 {
    width: 32%;
    height: 53%;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-6 {
    width: 20%;
    height: 53%;
  }
}

.parents-comments {
  margin-top: 3em;
}
.parents-comments .parents-comments-slider {
  overflow: visible;
}
.parents-comments .parents-comments-slider .swiper-slide {
  opacity: 0.3;
}
.parents-comments .parents-comments-slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.parents-comments .parents-comments-slider .parent-comment .parent-img {
  border: 9px solid #f5f5f5;
}
.parents-comments .parents-comments-slider .parent-comment .parent-comment-text {
  color: #002114;
}
.parents-comments .slider-navigation {
  gap: 1em;
}
.parents-comments .slider-navigation .parents-comments-slider-pagination {
  display: none !important;
}
.parents-comments .slider-navigation .parents-comments-slider-prev-btn,
.parents-comments .slider-navigation .parents-comments-slider-next-btn {
  background-color: #1e90ff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.6em;
  z-index: 10;
}
.parents-comments .slider-navigation .slider-nav-btn {
  font-size: 1.5em;
  font-weight: 500;
}
.parents-comments .slider-navigation .slider-nav-btn:before {
  color: #fff;
}

.history {
  margin-block: 13%;
}
@media (min-width: 699.5px) {
  .history {
    margin-block: 5em;
  }
}
@media (min-width: 1399.5px) {
  .history {
    margin-top: 6em;
  }
}
@media (min-width: 1499.5px) {
  .history {
    margin-top: 7em;
  }
}
.history .history-items {
  position: relative;
  padding-block: 15%;
  border-radius: 74px;
  -webkit-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  border: 1.5px solid #205c98;
  background: radial-gradient(122.37% 198.55% at 50% 8.04%, #1e90ff 0%, #125699 100%);
}
@media (min-width: 699.5px) {
  .history .history-items {
    padding-block: 5%;
    border-radius: 89px;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    -ms-border-radius: 89px;
    -o-border-radius: 89px;
  }
}
.history .history-items:before {
  content: "";
  position: absolute;
  top: -20%;
  background: url(../images/boys-high-school/circle.svg) no-repeat center;
  background-size: cover;
  width: 66%;
  aspect-ratio: 1;
}
@media (min-width: 699.5px) {
  .history .history-items:before {
    top: -48%;
    width: 53%;
  }
}
@media (min-width: 991.5px) {
  .history .history-items:before {
    top: -41%;
    width: 48%;
  }
}
@media (min-width: 1499.5px) {
  .history .history-items:before {
    top: -39%;
    width: 39%;
  }
}
.history .history-item .history-icon-box {
  width: 60% !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (min-width: 699.5px) {
  .history .history-item .history-icon-box {
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
  }
}
@media screen and (min-width: 767.5px) {
  .history .history-item .history-icon-box {
    width: 50% !important;
  }
}
@media screen and (min-width: 991.5px) {
  .history .history-item .history-icon-box {
    width: 41% !important;
  }
}
.history .history-item .history-icon-box .history-icon:before {
  color: #ffffff;
}

@media (min-width: 767.5px) {
  .library .title-elements {
    margin-top: 0;
    margin-bottom: 7%;
  }
}
@media (min-width: 991.5px) {
  .library .title-elements {
    margin-bottom: 15%;
  }
}
.library .title-elements .section-subtitle {
  margin-bottom: 1.5em;
  background: #ffa500;
}
@media (min-width: 1199.5px) {
  .library .title-elements .section-subtitle {
    font-size: 1em;
  }
}
.library .title-elements .title-parent .section-title {
  color: #1e90ff;
}
.library .library-inside {
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .library .library-inside {
    flex-direction: row !important;
    align-items: flex-start !important;
    margin-block: 7%;
  }
}
.library .library-inside .library-img-box {
  position: relative;
  width: 90%;
  aspect-ratio: 1;
  margin-block: 10%;
}
@media screen and (min-width: 767.5px) {
  .library .library-inside .library-img-box {
    width: 41%;
    margin-block: 0;
  }
}
.library .library-inside .library-img-box:before {
  content: "";
  position: absolute;
  height: 110%;
  width: 80%;
  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%);
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  background-color: #ffa500;
  z-index: -1;
}
@media screen and (min-width: 767.5px) {
  .library .library-inside .library-img-box:before {
    left: unset;
    right: -5%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}
.library .library-inside .library-img-box .library-vector {
  position: absolute;
  bottom: -21%;
  width: 83%;
  z-index: -1;
}
@media screen and (min-width: 767.5px) {
  .library .library-inside .library-img-box .library-vector {
    left: 20%;
  }
}
.library .library-inside .library-img-box .library-img {
  width: 100%;
  aspect-ratio: 7/8;
  object-fit: cover;
  border-radius: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
  border: 2px solid #ffa500;
}
.library .library-inside .library-form {
  width: 100%;
  gap: 2em;
}
@media screen and (min-width: 767.5px) {
  .library .library-inside .library-form {
    width: 38%;
    gap: 1em;
  }
}
@media screen and (min-width: 991.5px) {
  .library .library-inside .library-form {
    width: 35%;
  }
}
.library .library-inside .library-form form {
  width: 100%;
  gap: 0.5em;
  margin: auto;
  font-size: 1em;
}
@media screen and (min-width: 767.5px) {
  .library .library-inside .library-form form {
    margin: unset;
    gap: 1em;
  }
}
@media screen and (min-width: 1199.5px) {
  .library .library-inside .library-form form {
    width: 80%;
  }
}
.library .library-inside .library-form form .custom-select {
  position: relative;
  width: 100%;
}
.library .library-inside .library-form form .selected-option {
  color: #1e90ff;
  padding: 0.5em 1em;
  height: 3.8em;
  border: 1px solid #1e90ff;
  border-radius: 170px;
  -webkit-border-radius: 170px;
  -moz-border-radius: 170px;
  -ms-border-radius: 170px;
  -o-border-radius: 170px;
  cursor: pointer;
}
@media screen and (min-width: 1499.5px) {
  .library .library-inside .library-form form .selected-option {
    height: 4.5em;
  }
}
.library .library-inside .library-form form .icon-chevron-down {
  display: inline-block;
  transition: transform 0.3s ease;
}
.library .library-inside .library-form form .icon-chevron-down:before {
  color: #1e90ff;
}
.library .library-inside .library-form form .options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0.8em;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  display: none;
  z-index: 999;
}
.library .library-inside .library-form form .options-list .option-list-li {
  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: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  padding: 10px;
  color: #1e90ff;
  cursor: pointer;
}
.library .library-inside .library-form form .options-list .option-list-li:hover {
  background-color: #ffa500;
  color: #fff;
  width: 95%;
  margin-inline: auto;
}
.library .library-inside .library-form form .open .icon-chevron-down {
  transform: rotate(90deg);
}
.library .library-inside .library-form form .library-submit-btn {
  gap: 1em;
  margin-top: 0.8em;
  width: 100%;
  height: 4em;
  text-align: center;
  color: #fff;
  background-color: #ffa500;
  border: 1px solid #fff;
  border-radius: 170px;
  -webkit-border-radius: 170px;
  -moz-border-radius: 170px;
  -ms-border-radius: 170px;
  -o-border-radius: 170px;
  padding: 1em;
}
@media (min-width: 767.5px) {
  .library .library-inside .library-form form .library-submit-btn {
    margin-top: 7%;
  }
}
@media (min-width: 991.5px) {
  .library .library-inside .library-form form .library-submit-btn {
    margin-top: 15%;
  }
}
@media (min-width: 1499.5px) {
  .library .library-inside .library-form form .library-submit-btn {
    height: 4.5em;
  }
}

.page-footer {
  background-color: transparent;
  z-index: 1;
  margin-top: 3em;
}
.page-footer .footer-top .main-container {
  position: relative;
  overflow: hidden;
  border-radius: 74px;
  -webkit-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  background: #e0f0ff;
  padding-bottom: 8%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-top .main-container {
    padding-top: 8%;
    padding-left: 1em;
  }
}
.page-footer .footer-top .main-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: -5%;
  width: 21%;
  aspect-ratio: 1/1.2;
  background: url(../images/boys-high-school/footer-vector.svg) no-repeat;
  background-size: cover;
  display: none;
}
@media (min-width: 991.5px) {
  .page-footer .footer-top .main-container:after {
    display: block;
  }
}
.page-footer .footer-top .tab-menu-four, .page-footer .footer-top .fourth-tab-pane {
  display: none !important;
}
.page-footer .footer-top .tab-content {
  padding-inline: 1em;
}
.page-footer .footer-top .footer-logo-box {
  width: 100%;
  flex-direction: row !important;
  gap: 1em;
  padding: 2em 1em 0;
  margin-bottom: 0;
}
@media (min-width: 767.5px) {
  .page-footer .footer-top .footer-logo-box {
    width: 30%;
    flex-direction: column !important;
  }
}
@media (min-width: 575.5px) {
  .page-footer .footer-top .footer-logo-box .footer-logo {
    width: 17%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .footer-top .footer-logo-box .footer-logo {
    width: 29%;
  }
}
.page-footer .footer-top .footer-logo-box .footer-logo-text {
  width: 60%;
  font-size: 0.7em;
  color: #003366;
  text-align: justify;
  font-weight: 400;
  line-height: 2;
}
.page-footer .footer-top .footer-tabs {
  width: 100%;
  margin-top: 2em;
  padding: 0.5em;
  gap: 1em !important;
}
@media (min-width: 767.5px) {
  .page-footer .footer-top .footer-tabs {
    width: 60%;
  }
}
.page-footer .footer-top .footer-tabs .nav-tabs::after {
  display: none;
}
.page-footer .footer-top .footer-tabs .footer-tab-item {
  width: fit-content;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.page-footer .footer-top .footer-tabs .footer-tab-item::after {
  display: none;
}
.page-footer .footer-top .footer-tabs .footer-tab-item.active {
  background: transparent;
  border-bottom: 3px solid #ffa500;
}
.page-footer .footer-top .footer-tabs .footer-tab-item.active .footer-tab-link {
  color: #ffa500;
}
.page-footer .footer-top .footer-tabs .footer-tab-item .footer-tab-link {
  font-size: 0.8em !important;
  color: #ffa500 !important;
}
.page-footer .footer-top .footer-tabs .footer-tab-item .footer-tab-link .icon-chevron-down {
  display: none;
}
.page-footer .footer-top .footer-link {
  color: #003366 !important;
}
.page-footer .footer-top .footer-icon::before {
  color: #003366 !important;
}
.page-footer .footer-top .footer-column-title {
  color: #ffa500 !important;
}
.page-footer .footer-top .footer-column-title:before {
  background-color: #ffa500 !important;
}
.page-footer .footer-social-media {
  background: #003366 !important;
  padding-block: 2em;
  width: 80%;
  margin-inline: auto;
  margin-top: -8%;
  z-index: 10;
  border-radius: 42px 42px 0 0;
  -webkit-border-radius: 42px 42px 0 0;
  -moz-border-radius: 42px 42px 0 0;
  -ms-border-radius: 42px 42px 0 0;
  -o-border-radius: 42px 42px 0 0;
}
@media (min-width: 767.5px) {
  .page-footer .footer-social-media {
    width: 62%;
    padding-block: 3em;
    margin-top: -3%;
  }
}
.page-footer .footer-social-media .social-media-links {
  width: fit-content;
  position: relative;
  gap: 1em;
  padding-block: 0;
  background: none;
  margin-inline: auto;
}
@media (min-width: 575.5px) {
  .page-footer .footer-social-media .social-media-links {
    gap: 2em;
  }
}
.page-footer .footer-social-media .social-media-links:before {
  content: "";
  position: absolute;
  right: -1.5em;
  top: 50%;
  height: 1px;
  width: 10%;
  background-color: #ffffff;
}
@media (min-width: 575.5px) {
  .page-footer .footer-social-media .social-media-links:before {
    width: 30%;
    right: -6.5em;
  }
}
.page-footer .footer-social-media .social-media-links:after {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 50%;
  height: 1px;
  width: 10%;
  background-color: #ffffff;
  left: -1.5em;
}
@media (min-width: 575.5px) {
  .page-footer .footer-social-media .social-media-links:after {
    left: -6.5em;
    width: 30%;
  }
}
.page-footer .footer-social-media .social-media-links .footer-media-icon {
  font-size: 1.3em;
}
.page-footer .footer-social-media .social-media-links .footer-media-icon::before {
  color: #fff !important;
}
.page-footer .footer-map {
  display: none;
}
.page-footer .copy-right {
  display: none;
}
.page-footer .created-by {
  background: #e0f0ff;
}
@media (min-width: 991.5px) {
  .page-footer .created-by {
    padding-inline: 7%;
  }
}
@media (min-width: 1799.5px) {
  .page-footer .created-by {
    padding-inline: 10%;
  }
}
@media (min-width: 1999.5px) {
  .page-footer .created-by {
    padding-inline: 17%;
  }
}
.page-footer .created-by .law-message {
  color: #003366;
}
.page-footer .created-by .footer-bottom-btn {
  background: #003366 !important;
  color: #e0f0ff !important;
}
.page-footer .created-by .footer-bottom-ul {
  color: #003366;
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text:before {
  background-color: #003366 !important;
}
