* {
  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;
    background-color: #FAF3E1 !important;



}

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

}


input {
  outline: none;
}

li {
  list-style: none;
}

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

img {
  object-fit: cover;
}

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

@keyframes zoom-in {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.banner-section .slider-navigation, .news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-img-outer-frame, .news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-img-outer-frame .news-slide-img-inner-frame, .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%);
}

.title-style, .banner-section .banner-slider .banner-slide .banner-description .banner-text, .banner-section .banner-slider .banner-slide .banner-title, .news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-description .news-slide-text, .why-us .why-us-option .why-us-option-text, .departments .title-group .section-subtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.banner-section .banner-slider .banner-slide .banner-tag, .news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-description .news-slide-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-section .news-content .news-slider .swiper-slide .news-slide, .permanent-gallery-section .permanent-gallery-tab-pane, .page-footer .footer-ul .footer-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li:before, .header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover .header-middle-link .icon-chevron-down, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .icon-chevron-down, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-sub-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-sub-submenu-li .header-middle-sub-submenu, .header-page .header-content .header-left .profile-info-box, .header-page .mobile-menu, .header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link, .header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu, .header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.banner-section .banner-slider .banner-slide .banner-photo-container .photo-frame, .banner-section .banner-slider .banner-slide .banner-photo-container .photo-frame .photo-slices, .news-section .news-content .nav-tabs .news-tab-item .news-tab-link, .why-us .why-us-photo-container .why-us-photo, .departments .departments-items .department-item .department-item-photo-container .department-photo, .permanent-gallery-section .gallery-tab-item .gallery-tab-link, .permanent-gallery-section .permanent-gallery-slider .permanent-gallery-slide::before, .permanent-gallery-section .permanent-gallery-slider .permanent-gallery-slide .permanent-gallery-slide-img-container, .permanent-gallery-section .permanent-gallery-slider .permanent-gallery-slide .permanent-gallery-slide-img-container .permanent-gallery-slide-img, .boss-speech .boss-speech-content .boss-speech-photo .boss-speech-photo-container, .boss-speech .boss-speech-content .boss-speech-photo .boss-photo {
  width: 100%;
  height: 100%;
}

.swiper-button-disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}

.swiper-button-lock {
  opacity: 0.4 !important;
}

.slider-pagination {
  width: fit-content !important;
  direction: ltr;
  left: unset;
  top: unset;
  bottom: unset;
}

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

@keyframes shaking-1 {
  0% {
    transform: translateX(0) rotate(0deg) skew(0deg, 0deg);
  }
  25% {
    transform: translateX(-6px) rotate(3deg) skew(4deg, -2deg);
  }
  50% {
    transform: translateX(2px) rotate(-2deg) skew(-3deg, 2deg);
  }
  75% {
    transform: translateX(-2px) rotate(2deg) skew(2deg, -1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg) skew(0deg, 0deg);
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #f5d7d7;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 198, 245, 0.2);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(234, 198, 245, 0.2);
  }
}
@keyframes pulse-slow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes push {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes pulse-beat {
  0% {
    transform: translate(0, 0) skew(0deg, 0deg) rotate(0deg);
  }
  25% {
    transform: translate(5px, 5px) skew(-5deg, 3deg) rotate(-4deg);
  }
  50% {
    transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -webkit-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -moz-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -ms-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -o-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
  }
  75% {
    transform: translate(3px, 3px) skew(-3deg, 2deg) rotate(-3deg);
  }
  100% {
    transform: translate(0, 0) skew(0deg, 0deg) rotate(0deg);
  }
}
@keyframes scale-up-top {
  0% {
    transform: scale(0.5);
    transform-origin: center top;
  }
  100% {
    transform: scale(1);
    transform-origin: center top;
  }
}
@keyframes blink {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.97);
  }
  75% {
    transform: scale(0.93);
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotateZ(0);
  }
  20% {
    transform: rotateZ(15deg);
  }
  40% {
    transform: rotateZ(-15deg);
  }
  60% {
    transform: rotateZ(7deg);
  }
  80% {
    transform: rotateZ(-7deg);
  }
}
@keyframes groove {
  0%, 100% {
    transform: skewY(0) rotate(0);
  }
  15% {
    transform: skewY(-10deg) rotateZ(8deg);
  }
  35% {
    transform: skewY(10deg) rotateZ(-8deg);
  }
  55% {
    transform: skewY(-6deg) rotateZ(-4deg);
  }
  85% {
    transform: skewY(6deg) rotateZ(4deg);
  }
}
@keyframes tata {
  0%, 100% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    transform: scale(0.97);
  }
  60% {
    transform: scale(0.99) rotate(-3deg);
  }
  80% {
    transform: scale(1.05);
  }
}
@keyframes jerk {
  0%, 100% {
    transform: translateX(0) rotateZ(0);
  }
  20% {
    transform: translateX(-1px) rotateZ(-5deg);
    -webkit-transform: translateX(-1px) rotateZ(-5deg);
    -moz-transform: translateX(-1px) rotateZ(-5deg);
    -ms-transform: translateX(-1px) rotateZ(-5deg);
    -o-transform: translateX(-1px) rotateZ(-5deg);
  }
  40% {
    transform: translateX(1px) rotateZ(5deg);
    -webkit-transform: translateX(1px) rotateZ(5deg);
    -moz-transform: translateX(1px) rotateZ(5deg);
    -ms-transform: translateX(1px) rotateZ(5deg);
    -o-transform: translateX(1px) rotateZ(5deg);
  }
  60% {
    transform: translateX(-1px) rotateZ(2deg);
    -webkit-transform: translateX(-1px) rotateZ(2deg);
    -moz-transform: translateX(-1px) rotateZ(2deg);
    -ms-transform: translateX(-1px) rotateZ(2deg);
    -o-transform: translateX(-1px) rotateZ(2deg);
  }
  80% {
    transform: translateX(1px) rotateZ(-2deg);
    -webkit-transform: translateX(1px) rotateZ(-2deg);
    -moz-transform: translateX(1px) rotateZ(-2deg);
    -ms-transform: translateX(1px) rotateZ(-2deg);
    -o-transform: translateX(1px) rotateZ(-2deg);
  }
}
@keyframes jelly {
  0%, 100% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(0.9);
  }
  50% {
    transform: scaleX(1.1);
    -webkit-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
  }
  85% {
    transform: scaleX(0.8);
  }
}
@keyframes flicker {
  0%, 100% {
    transform: skewX(0);
  }
  20% {
    transform: skewX(8deg);
  }
  40% {
    transform: skewX(-8deg);
  }
  60% {
    transform: skewX(4deg);
  }
  80% {
    transform: skewX(-4deg);
  }
}
@keyframes wobble-top {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(6deg);
    -webkit-transform: translateX(-30px) rotate(6deg);
    -moz-transform: translateX(-30px) rotate(6deg);
    -ms-transform: translateX(-30px) rotate(6deg);
    -o-transform: translateX(-30px) rotate(6deg);
  }
  30% {
    transform: translateX(15px) rotate(-6deg);
  }
  45% {
    transform: translateX(-15px) rotate(3.6deg);
  }
}
@keyframes wobble-bottom {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-left {
  0%, 100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-30px) rotate(-6deg);
  }
  30% {
    transform: translateY(15px) rotate(6deg);
  }
  45% {
    transform: translateY(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateY(9px) rotate(2.4deg);
  }
  75% {
    transform: translateY(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-right {
  0%, 100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-30px) rotate(6deg);
  }
  30% {
    transform: translateY(15px) rotate(-6deg);
  }
  45% {
    transform: translateY(-15px) rotate(3.6deg);
  }
  60% {
    transform: translateY(9px) rotate(-2.4deg);
  }
  75% {
    transform: translateY(-6px) rotate(1.2deg);
  }
}
.shaking-1 {
  animation: shaking-1 0.6s infinite;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: shaking-1 0.6s infinite;
}

.shaking-1-on-hover:hover, .shaking-1-on-hover:focus {
  animation: shaking-1 0.6s infinite;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: shaking-1 0.6s infinite;
}

.scale-up-center {
  animation: scale-up-center 1.2s infinite;
  -webkit-animation: scale-up-center 1.2s infinite;
}

.scale-up-center-on-hover:hover, .scale-up-center-on-hover:focus {
  animation: scale-up-center 1.2s infinite;
  -webkit-animation: scale-up-center 1.2s infinite;
}

.push {
  animation: push 0.5s infinite;
  -webkit-animation: push 0.5s infinite;
}

.push-on-hover:hover, .push-on-hover:focus {
  animation: push 1s forwards;
  -webkit-animation: push 1s forwards;
}

.pulseShadow {
  animation: pulseShadow 1s forwards;
  -webkit-animation: pulseShadow 1s forwards;
}

.pulseShadow-on-hover:hover, .pulseShadow-on-hover:focus {
  animation: pulseShadow 0.5s forwards;
  -webkit-animation: pulseShadow 0.5s forwards;
}

.pulse-beat {
  animation: pulse-beat 0.6s ease-in-out;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse-beat 0.6s ease-in-out;
}

.pulse-beat-on-hover:hover, .pulse-beat-on-hover:focus {
  animation: pulse-beat 0.6s ease-in-out;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse-beat 0.6s ease-in-out;
}

.pulse:hover {
  animation: pulse 1s infinite;
  -webkit-animation: pulse 1s infinite;
}

.scale-up-top {
  animation: scale-up-top 0.4s;
  -webkit-animation: scale-up-top 0.4s;
}

.scale-up-top-on-hover:hover, .scale-up-top-on-hover:focus {
  animation: scale-up-top 0.4s;
  -webkit-animation: scale-up-top 0.4s;
}

.blink {
  animation: blink 0.8s infinite;
  -webkit-animation: blink 0.8s infinite;
}

.blink-on-hover:hover, .blink-on-hover:focus {
  animation: blink 0.8s infinite;
  -webkit-animation: blink 0.8s infinite;
}

.swing {
  animation: swing 0.8s infinite;
  -webkit-animation: swing 0.8s infinite;
}

.swing-on-hover:hover, .swing-on-hover:focus {
  animation: swing 0.8s infinite;
  -webkit-animation: swing 0.8s infinite;
}

.groove {
  animation: groove 0.8s infinite;
  -webkit-animation: groove 0.8s infinite;
}

.groove-on-hover:hover, .groove-on-hover:focus {
  animation: groove 0.8s infinite;
  -webkit-animation: groove 0.8s infinite;
}

.tata {
  animation: tata 0.8s infinite;
  -webkit-animation: tata 0.8s infinite;
}

.tata-on-hover:hover, .tata-on-hover:focus {
  animation: tata 0.8s infinite;
  -webkit-animation: tata 0.8s infinite;
}

.jerk {
  animation: jerk 0.8s infinite;
  -webkit-animation: jerk 0.8s infinite;
}

.jerk-on-hover:hover, .jerk-on-hover:focus {
  animation: jerk 0.8s infinite;
  -webkit-animation: jerk 0.8s infinite;
}

.jelly {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.jelly-on-hover:hover, .jelly-on-hover:focus {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.flicker {
  animation: flicker 0.8s infinite;
  -webkit-animation: flicker 0.8s infinite;
}

.flicker-on-hover:hover, .flicker-on-hover:focus {
  animation: flicker 0.8s infinite;
  -webkit-animation: flicker 0.8s infinite;
}

.pulse-slow {
  animation: pulse-slow 1s ease-in-out infinite alternate;
  -webkit-animation: pulse-slow 1s ease-in-out infinite alternate;
}

.pulse-slow-on-hover:hover, .pulse-slow-on-hover:focus {
  animation: pulse-slow 0.6s ease-in-out infinite alternate;
  -webkit-animation: pulse-slow 0.6s ease-in-out infinite alternate;
}

.wobble-top {
  animation: wobble-top 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-top 1s ease-in-out infinite alternate;
}

.wobble-top-on-hover:hover, .wobble-top-on-hover:focus {
  animation: wobble-top 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-top 1s ease-in-out infinite alternate;
}

.wobble-bottom {
  animation: wobble-bottom 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-bottom 1s ease-in-out infinite alternate;
}

.wobble-bottom-on-hover:hover, .wobble-bottom-on-hover:focus {
  animation: wobble-bottom 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-bottom 1s ease-in-out infinite alternate;
}

.wobble-left {
  animation: wobble-left 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-left 1s ease-in-out infinite alternate;
}

.wobble-left-on-hover:hover, .wobble-left-on-hover:focus {
  animation: wobble-left 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-left 1s ease-in-out infinite alternate;
}

.wobble-left {
  animation: wobble-right 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-right 1s ease-in-out infinite alternate;
}

.wobble-right-on-hover:hover, .wobble-right-on-hover:focus {
  animation: wobble-right 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-right 1s ease-in-out infinite alternate;
}

.header-page {
  width: 100%;
  position: relative;
  background: var(--beige-clr);
}
.header-page .header-content {
  border-bottom: 1px solid #626262;
  width: 100%;
  padding-block: 1em;
  /*background: url(../../../images/logo-main-front.png) no-repeat center;*/
  background-size: 20%;
}
@media (min-width: 767.5px) {
  .header-page .header-content {
    background-size: 17%;
  }
}
@media (min-width: 991.5px) {
  .header-page .header-content {
    background: none;
  }
}
.header-page .header-content .header-right {
  margin-left: 1em;
}
.header-page .header-content .header-right .school-logo {
  width: 6.5em;
}
.header-page .header-content .header-right .icon-menu-bar {
  position: relative;
  font-size: 1.8em;
  display: block;
  cursor: pointer;
}
.header-page .header-content .header-right .icon-menu-bar::before {
  color: var(--black-clr);
}
.header-page .header-content .header-middle {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-page .header-content .header-middle .header-middle-ul {
  height: 100%;
  width: 100%;
  margin-bottom: 0 !important;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li {
  margin-left: 1.1em;
  height: 3.5em;
  position: relative;
  font-size: 0.85em;
  cursor: pointer;
}
@media (min-width: 991.5px) {
  .header-page .header-content .header-middle .header-middle-ul .header-middle-li {
    margin-left: 1.5em;
  }
}
@media (min-width: 1199.5px) {
  .header-page .header-content .header-middle .header-middle-ul .header-middle-li {
    font-size: 1em;
  }
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:before {
  content: "";
  position: absolute;
  right: -4.3em;
  bottom: -0.2em;
  opacity: 0;
  width: 60%;
  height: 3px;
  background: var(--black-clr);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover .header-middle-link {
  font-weight: 500;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover .header-middle-link .icon-chevron-down {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover::before {
  right: 0;
  opacity: 1;
}
@media (min-width: 767.5px) {
  .header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover > .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-li:hover > .header-middle-sub-submenu {
    display: flex;
    position: absolute;
    top: 3em;
    right: 0;
    z-index: 50;
    background-color: #fff;
  }
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
  color: var(--black-clr);
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .icon-chevron-down {
  margin-right: 5px;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .icon-chevron-down:before {
  color: var(--black-clr);
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-sub-submenu-li .header-middle-sub-submenu {
  display: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-sub-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-submenu-li {
  color: #283676;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding: 0.8em;
  width: 100%;
  height: 2.5em;
  border-radius: 41px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  -o-border-radius: 41px;
    padding: 7px;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li:hover, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-sub-submenu-li:hover {
  background-color: var(--orange-clr-2);
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li:hover .header-middle-sub-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-sub-submenu-li:hover .header-middle-sub-submenu {
  display: flex;
  position: absolute;
  right: 90%;
  top: 20%;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li.showSubmenu .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li.showSubmenu .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu {
  display: block;
}
.header-page .header-content .header-left {
  gap: 0.7em;
}
@media (min-width: 1199.5px) {
  .header-page .header-content .header-left {
    gap: 1em;
  }
}
.header-page .header-content .header-left.user-logged-in .nav-signin-btn {
  display: none;
}
.header-page .header-content .header-left.user-logged-in .nav-login-btn {
  display: flex;
}
.header-page .header-content .header-left.user-logged-in .nav-big-btn {
  padding: 0;
  width: unset !important;
  background: transparent !important;
}
.header-page .header-content .header-left.user-logged-in .nav-big-btn .nav-icon {
  display: none;
}
.header-page .header-content .header-left.user-logged-in .nav-big-btn .login-text {
  display: none !important;
}
.header-page .header-content .header-left.user-logged-in .nav-big-btn .profile-photo {
  display: flex;
}
.header-page .header-content .header-left.user-logged-in .nav-big-btn .icon-chevron-down {
  display: flex;
}
.header-page .header-content .header-left .icon-search {
  font-size: 1.6em;
}
.header-page .header-content .header-left .icon-search::before {
  color: var(--black-clr);
}
.header-page .header-content .header-left .header-left-icon {
  font-size: 1.4em;
}
.header-page .header-content .header-left .header-left-icon::before {
  color: #000;
}
.header-page .header-content .header-left .header-left-btn-text {
  color: #000;
}
.header-page .header-content .header-left .header-left-btn {
  width: 2.6em;
  font-size: 0.8em;
  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 (min-width: 991.5px) {
  .header-page .header-content .header-left .header-left-btn {
    width: 10em;
    padding: 1em 0.6em;
    aspect-ratio: unset;
  }
}
@media (min-width: 1399.5px) {
  .header-page .header-content .header-left .header-left-btn {
    font-size: 0.9em;
  }
}
.header-page .header-content .header-left .header-left-btn .profile-photo {
  display: none;
  width: 3em;
  height: 3em;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.header-page .header-content .header-left .header-left-btn .icon-chevron-down {
  display: none;
}
.header-page .header-content .header-left .header-login-btn {
  display: none;
  background: var(--blue-green-clr);
}
@media (min-width: 767.5px) {
  .header-page .header-content .header-left .header-login-btn {
    display: flex;
  }
}
.header-page .header-content .header-left .header-signin-btn {
  display: flex;
  background-color: var(--orange-clr-2);
}
.header-page .header-content .header-left .profile-info-box {
  position: absolute;
  top: 1em;
  left: 0;
  width: 16em;
  padding: 1em 2em;
  border: 1px solid #cfcfcf;
  background: #f0f0f0;
  box-shadow: 0px 63px 17px 0px rgba(0, 0, 0, 0), 0px 40px 16px 0px rgba(0, 0, 0, 0.01), 0px 23px 14px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  display: none;
  border-radius: 0 33px 33px 0;
  -webkit-border-radius: 0 33px 33px 0;
  -moz-border-radius: 0 33px 33px 0;
  -ms-border-radius: 0 33px 33px 0;
  -o-border-radius: 0 33px 33px 0;
  z-index: 1000;
}
.header-page .header-content .header-left .profile-info-box .show {
  display: block;
  opacity: 1;
  left: -0.5em;
}
.header-page .header-content .header-left .profile-info-box .profile-photo {
  width: 3em;
  aspect-ratio: 1;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.header-page .header-content .header-left .profile-info-box .close-profile {
  color: #6ca7ff;
  font-size: 1.5em;
  cursor: pointer;
}
.header-page .header-content .header-left .profile-info-box .profile-info-box-middle {
  padding-block: 1em;
  margin-block: 1em;
  border-top: 1px solid #aab7ce;
  border-bottom: 1px solid #aab7ce;
}
.header-page .mobile-menu {
  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-page .mobile-menu.open {
  right: 0;
  visibility: visible;
}
.header-page .mobile-menu .fa-times {
  padding: 1em;
  font-size: 1.2em;
  color: #283676;
  cursor: pointer;
}
.header-page .mobile-menu .mobile-menu-ul {
  padding: 0em 1.5em 1em;
  max-height: 50em;
  overflow-y: scroll;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li {
  position: relative;
  width: 100%;
  font-size: 1em;
  cursor: pointer;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: var(--orange-clr-2);
}
.header-page .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;
  display: inline-block;
  font-weight: 400;
  padding: 0.7em;
  width: 100%;
  color: var(--black-clr);
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li.open .mobile-menu-submenu {
  max-height: 20em;
  visibility: visible;
  margin-top: 1em;
}
.header-page .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;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link {
  background-color: var(--orange-clr-2);
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: var(--black-clr);
  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-page .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;
}
.header-page .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-page .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: #8dd67a;
  padding-top: 1em;
}
@media (min-width: 767.5px) {
  .page-footer {
    padding-top: 4em;
  }
}
.page-footer .footer-top {
  width: 100%;
  padding-bottom: 2em;
}
.page-footer .footer-logo-box {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box {
    width: 30%;
    margin-bottom: 0;
  }
  .page-footer .footer-logo-box .footer-logo {
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 767.5px) {
  .page-footer .footer-logo-box {
    width: 20%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-logo-box {
    width: 18%;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-logo-box {
    width: 15%;
  }
}
.page-footer .footer-logo-box .footer-logo {
  width: 40%;
  object-fit: cover;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box .footer-logo {
    width: 80%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .footer-logo-box .footer-logo {
    width: 100%;
  }
}
.page-footer .footer-logo-box .bale-media-support {
  width: 11.5em;
  height: 2.8em;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #000;
  background: #fa9f42;
  box-shadow: 4px 4px 0 0 #000;
}
.page-footer .footer-logo-box .bale-media-support .icon-bale-2:before {
  color: #000;
}
.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: 0.2em;
  padding: 2em 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: fit-content;
  padding: 0.5em 0.3em;
  border: 1px solid #000;
  background: #e3e3e3;
  box-shadow: 3px 3px 0 0 #000;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active {
  background-color: #f6d345;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active .footer-tab-link {
  font-weight: 700;
  color: #252525 !important;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
  color: #252525;
  font-weight: 400;
  font-size: 0.8em;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link:hover {
  color: #252525 !important;
}
.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 {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: relative;
  border: 1px solid #000;
  background: #f6d345;
  box-shadow: 3px 3px 0 0 #000;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 2em;
  padding: 0.5em;
  width: fit-content;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
    font-size: 1.1em;
  }
}
.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:hover {
  padding-right: 4px;
}
.page-footer .footer-ul .footer-li .footer-link {
  padding: 0;
  width: 100%;
  color: #222222;
  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.2em;
  color: #283676;
  margin-left: 0.3em;
}
.page-footer .footer-map {
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 2em;
  width: 80%;
  margin-inline: auto;
  aspect-ratio: 4/3;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid #000;
  box-shadow: 5px 5px 0 0 #000;
}
.page-footer .footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-footer .social-media-links {
  width: 100%;
  gap: 2.5em;
}
@media (min-width: 991.5px) {
  .page-footer .social-media-links {
    background: url(../images/footer-social-media-vector.svg) no-repeat center;
    background-size: 100%;
  }
}
.page-footer .social-media-links .media-link-box .footer-media-icon {
  font-size: 1.5em;
}
.page-footer .social-media-links .media-link-box .footer-media-icon:before {
  color: #222;
}
.page-footer .social-media-links .media-link-box .icon-linkedIn,
.page-footer .social-media-links .media-link-box .icon-telegram {
  font-size: 1.4em;
}
.page-footer .created-by {
  width: 100%;
  background: #7fcac5;
  padding: 1em;
  position: relative;
  z-index: 100;
  gap: 1em;
}
@media (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 (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 {
  color: #313131;
  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: #000;
  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.4em;
  gap: 0.5em;
  background: #fff0ab;
  border: 1px solid #000;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  color: #000;
  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: #313131;
  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: #1f4d4c;
  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;
}

:root {
  --orange-clr-1: #fa9f42;
  --orange-clr-2: #fa9f42;
  --yellow-clr-1: #f6d345;
  --yellow-clr-2: #ffeb3b;
  --yellow-clr-3: #fff0ab;
  --yellow-clr-4: #f7cc7f;
  --yellow-clr-5: #f6be45;
  --beige-clr: #fff1b9;
  --beige-clr-2: #faf3e1;
  --green-clr-1: #8dd67a;
  --green-clr-2: #c7dba8;
  --green-clr-3: #90b05d;
  --green-clr-4: #8cd07a;
  --green-clr-5: #bee187;
  --blue-green-clr: #67c2be;
  --blue-green-clr-2: #88b5b2;
  --blue-clr-1: #b9f2ee;
  --white-clr: #fff;
  --black-clr: #000;
  --gray-clr: #4d4d4d;
  --box-shadow-2: 2px 2px 0 0 #000;
  --box-shadow-3: 3px 3px 0 0 #000;
  --box-shadow-4: 4px 4px 0 0 #000;
  --box-shadow-5: 5px 5px 0 0 #000;
  --box-shadow-6: 6px 6px 0 0 #000;
  --box-shadow-8: 8px 8px 0 0 #000;
  --border-black: 1px solid #000;
  --text-fs-1: 0.9em;
  --text-fs-2: 0.9em;
}
@media (min-width: 1199.5px) {
  :root {
    --text-fs-1: 1em;
  }
}

body {
  background: var(--beige-clr-2);
}

.title-font {
  font-family: "MolsaqArabic" !important;
}

.title-style {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  text-shadow: 3px 3px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.section-title {
  position: relative;
  font-weight: 800;
  font-size: 2em;
  line-height: 2;
  width: 100%;
  padding-inline: 5px;
}
@media (min-width: 399.5px) {
  .section-title {
    font-size: 2.3em;
  }
}
@media (min-width: 999.5px) {
  .section-title {
    font-size: 2.7em;
  }
}
@media (min-width: 1299.5px) {
  .section-title {
    font-size: 3.2em;
  }
}
.section-title:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-text-stroke: 0;
  z-index: 1;
  padding-inline: 5px;
}

.slider-pagination {
  width: fit-content !important;
}
.slider-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  margin-inline: 10px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 1199.5px) {
  .slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}

.slider-navigation .icon-arrow-right,
.slider-navigation .icon-arrow-left {
  font-size: 1em;
}

.banner-section {
  position: relative;
  background: var(--beige-clr);
  padding-block: 4em;
}
@media (min-width: 767.5px) {
  .banner-section {
    padding-bottom: 6.5em;
  }
}
.banner-section .banner-content {
  width: 100%;
  position: relative;
}
.banner-section .banner-content:before {
  content: "";
  position: absolute;
  background: url(../images/elementary-school/waves.svg) no-repeat center;
  background-size: cover;
  z-index: 10;
  width: 4em;
  height: 1.4em;
  left: 10%;
  top: -7%;
}
@media (min-width: 575.5px) {
  .banner-section .banner-content:before {
    width: 5em;
    height: 1.8em;
  }
}
@media (min-width: 767.5px) {
  .banner-section .banner-content:before {
    left: 53%;
    top: 0;
  }
}
.banner-section .banner-slider {
  width: 100%;
  padding-block: 1em;
  overflow: hidden;
  position: relative;
}
.banner-section .banner-slider .swiper-slide {
  pointer-events: none;
}
.banner-section .banner-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.banner-section .banner-slider .swiper-slide.swiper-slide-active .banner-img-container {
  opacity: 1;
}
.banner-section .banner-slider .swiper-slide.swiper-slide-active .banner-img-container .banner-img {
  opacity: 1;
}
.banner-section .banner-slider .banner-slide .banner-photo-container {
  width: 92%;
  aspect-ratio: 10/11;
  overflow: hidden;
  position: relative;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  margin-top: 1em;
  margin-bottom: 4em;
}
@media (min-width: 767.5px) {
  .banner-section .banner-slider .banner-slide .banner-photo-container {
    margin-block: 0;
    width: 50%;
    border-radius: 37px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    -ms-border-radius: 37px;
    -o-border-radius: 37px;
  }
}
@media (min-width: 1399.5px) {
  .banner-section .banner-slider .banner-slide .banner-photo-container {
    width: 44%;
  }
}
.banner-section .banner-slider .banner-slide .banner-photo-container .photo-frame-container {
  position: absolute;
  padding: 0.7em;
  border-radius: 190px;
  -webkit-border-radius: 190px;
  -moz-border-radius: 190px;
  -ms-border-radius: 190px;
  -o-border-radius: 190px;
  background-color: rgba(255, 255, 255, 0.333);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section .banner-slider .banner-slide .banner-photo-container .photo-frame-container.photo-frame-container-1 {
  right: 0;
  bottom: 0;
  width: 56%;
  aspect-ratio: 7/11;
  border: 1px solid var(--orange-clr-1);
  z-index: 10;
}
.banner-section .banner-slider .banner-slide .banner-photo-container .photo-frame-container.photo-frame-container-1 .photo-frame {
  background: var(--orange-clr-1);
}
.banner-section .banner-slider .banner-slide .banner-photo-container .photo-frame-container.photo-frame-container-2 {
  left: 0;
  top: 0;
  width: 58%;
  aspect-ratio: 7/11;
  border: 1px solid var(--green-clr-3);
}
.banner-section .banner-slider .banner-slide .banner-photo-container .photo-frame-container.photo-frame-container-2 .photo-frame {
  background: var(--green-clr-4);
}
.banner-section .banner-slider .banner-slide .banner-photo-container .photo-frame {
  position: relative;
  overflow: hidden;
  border-radius: 190px;
  -webkit-border-radius: 190px;
  -moz-border-radius: 190px;
  -ms-border-radius: 190px;
  -o-border-radius: 190px;
}
.banner-section .banner-slider .banner-slide .banner-photo-container .photo-frame .photo-slices {
  overflow: hidden;
}
.banner-section .banner-slider .banner-slide .banner-photo-container .photo-frame .photo-slice {
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0;
}
.banner-section .banner-slider .banner-slide .banner-description {
  width: 100%;
  margin-bottom: 0.5em;
}
@media (min-width: 767.5px) {
  .banner-section .banner-slider .banner-slide .banner-description {
    width: 40%;
    padding-right: 0.7em;
  }
}
@media (min-width: 1399.5px) {
  .banner-section .banner-slider .banner-slide .banner-description {
    width: 38%;
  }
}
.banner-section .banner-slider .banner-slide .banner-description .banner-text {
  color: var(--black-clr);
  text-align: justify;
  font-size: var(--text-fs-1);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-top: 0.7em;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  height: 10em;
}
@media (min-width: 767.5px) {
  .banner-section .banner-slider .banner-slide .banner-description .banner-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 6em;
  }
}
@media (min-width: 991.5px) {
  .banner-section .banner-slider .banner-slide .banner-description .banner-text {
    width: 75%;
  }
}
@media (min-width: 1399.5px) {
  .banner-section .banner-slider .banner-slide .banner-description .banner-text {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    height: 8em;
  }
}
.banner-section .banner-slider .banner-slide .banner-title {
  position: relative;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: var(--orange-clr-1);
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.banner-section .banner-slider .banner-slide .banner-title:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: var(--orange-clr-1);
  -webkit-text-stroke: 0;
  z-index: 1;
}
@media (min-width: 575.5px) {
  .banner-section .banner-slider .banner-slide .banner-title {
    font-size: 3em;
  }
}
@media (min-width: 767.5px) {
  .banner-section .banner-slider .banner-slide .banner-title {
    font-size: 2em;
    display: -webkit-box !important;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
    text-align: right;
  }
}
@media (min-width: 991.5px) {
  .banner-section .banner-slider .banner-slide .banner-title {
    font-size: 2.5em;
  }
}
@media (min-width: 1199.5px) {
  .banner-section .banner-slider .banner-slide .banner-title {
    font-size: 3em;
  }
}
@media (min-width: 1399.5px) {
  .banner-section .banner-slider .banner-slide .banner-title {
    font-size: 3.2em;
  }
}
@media (min-width: 1599.5px) {
  .banner-section .banner-slider .banner-slide .banner-title {
    font-size: 3.8em;
  }
}
.banner-section .banner-slider .banner-slide .banner-tag {
  border: 1px solid #000;
  background: var(--blue-green-clr);
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  padding: 0.7em 1em;
  font-size: 1.1em;
  width: fit-content;
  max-width: 100%;
  color: #151515;
}
.banner-section .slider-navigation {
  bottom: 12em;
  z-index: 100;
}
@media (min-width: 767.5px) {
  .banner-section .slider-navigation {
    position: absolute;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    bottom: 10%;
    right: 4%;
    left: unset;
    width: 41%;
    margin-top: 0;
  }
}
@media (min-width: 991.5px) {
  .banner-section .slider-navigation {
    width: 40%;
    bottom: 17%;
  }
}
@media (min-width: 1399.5px) {
  .banner-section .slider-navigation {
    right: 6%;
  }
}
.banner-section .banner-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.banner-section .banner-slider-pagination .swiper-pagination-bullet {
  background-color: var(--blue-green-clr);
  border-radius: 37px;
}
.banner-section .banner-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white-clr);
}
.banner-section .nav-icon {
  font-size: 2em;
}
.banner-section .nav-icon .path2:before {
  color: #fff;
}

.news-section {
  position: relative;
  padding-top: 4%;
  background: var(--beige-clr-2);
  padding-bottom: 13%;
  margin-bottom: -17%;
}
.news-section .news-tab-pane {
  position: relative;
  opacity: 0;
}
.news-section .news-tab-pane.active.animating {
  animation: zoom-in 2s forwards;
  -webkit-animation: zoom-in 2s forwards;
}
.news-section .news-content {
  padding-bottom: 4em;
  position: relative;
}
.news-section .news-content:before {
  content: "";
  position: absolute;
  right: 5%;
  top: 14%;
  width: 5.3em;
  height: 1.9em;
  background: url(../images/elementary-school/waves.svg) no-repeat center;
  background-size: cover;
  z-index: 10;
  display: none;
  -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(6%) saturate(1553%) hue-rotate(24deg) brightness(90%) contrast(89%);
  filter: brightness(0) saturate(100%) invert(98%) sepia(6%) saturate(1553%) hue-rotate(24deg) brightness(90%) contrast(89%);
}
@media (min-width: 767.5px) {
  .news-section .news-content:before {
    display: block;
  }
}
@media (min-width: 1299.5px) {
  .news-section .news-content:before {
    width: 6.5em;
    height: 2.3em;
  }
}
.news-section .news-content .title-container {
  width: fit-content;
  position: relative;
}
.news-section .news-content .title-container:after {
  content: "";
  position: absolute;
  left: -84%;
  top: 2em;
  background: url(../images/elementary-school/curved-arrow.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .news-section .news-content .title-container:after {
    display: block;
    width: 10em;
    height: 4.7em;
  }
}
@media (min-width: 1199.5px) {
  .news-section .news-content .title-container:after {
    top: 3em;
    width: 12em;
    height: 5.8em;
  }
}
.news-section .news-content .section-title {
  color: var(--green-clr-1);
}
.news-section .news-content .section-title:before {
  color: var(--green-clr-1);
}
.news-section .news-content .nav-tabs .news-tab-item {
  width: 31%;
  height: 2.5em;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border: 1px solid var(--gray-clr);
}
@media (min-width: 575.5px) {
  .news-section .news-content .nav-tabs .news-tab-item {
    width: 8em;
  }
}
.news-section .news-content .nav-tabs .news-tab-item.active {
  background: #f8b62f;
}
.news-section .news-content .nav-tabs .news-tab-item.active .news-tab-link {
  color: #151515 !important;
}
.news-section .news-content .nav-tabs .news-tab-item:hover .news-tab-link {
  color: var(--gray-clr) !important;
}
.news-section .news-content .nav-tabs .news-tab-item .news-tab-link {
  color: var(--gray-clr);
}
.news-section .news-content .news-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 26%;
}
@media (min-width: 649.5px) {
  .news-section .news-content .news-slider {
    padding-top: 7em;
  }
}
@media (min-width: 991.5px) {
  .news-section .news-content .news-slider {
    padding-top: 9em;
  }
}
@media (min-width: 1299.5px) {
  .news-section .news-content .news-slider {
    padding-bottom: 0;
  }
}
.news-section .news-content .news-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.news-section .news-content .news-slider .swiper-slide:hover .news-slide {
  box-shadow: -5px -5px 0 0 var(--orange-clr-1), -10px -10px 0 0 var(--green-clr-1);
}


.level-link-btn {
    transition: transform 0.3s ease;
}

/* انیمیشن لرزش مورب */
@keyframes diagonal-shake {
    0%, 100% { transform: translate(0, 0); }
    20% { transform: translate(-4px, -4px); }  /* بالا چپ */
    40% { transform: translate(4px, 4px); }    /* پایین راست */
    60% { transform: translate(-3px, -3px); }  /* بالا چپ */
    80% { transform: translate(3px, 3px); }    /* پایین راست */
}

/* اعمال انیمیشن موقع هاور */
.level-link-btn:hover {
    animation: diagonal-shake 1s ease;
}






.news-section .news-content .news-slider .swiper-slide:hover .news-slide-link {
  animation: pulse-beat 1s infinite !important;
  -webkit-animation: pulse-beat 1s infinite !important;
}
.news-section .news-content .news-slider .swiper-slide .news-slide {
  width: 94%;
  padding-top: 36%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: #fff;
  border: 1px solid #c1d7a2;
  box-shadow: 5px 5px 0 0 var(--orange-clr-1), 10px 10px 0 0 var(--green-clr-1);
}
@media (min-width: 649.5px) {
  .news-section .news-content .news-slider .swiper-slide .news-slide {
    width: 88%;
    padding-top: 30%;
  }
}
@media (min-width: 1099.5px) {
  .news-section .news-content .news-slider .swiper-slide .news-slide {
    width: 85%;
    padding-top: 26%;
  }
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-img-outer-frame {
  top: -17%;
  width: 85%;
  aspect-ratio: 3/2;
  background: rgba(246, 211, 69, 0.431372549);
  mask-image: url(../images/elementary-school/news-img-mak.png);
  mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
}



@media (max-width: 768px) {
    .news-section .news-content .news-slider .swiper-slide .news-slide {
        width: 95%;
        gap: 5em;
        transform: translateY(1em);
        -webkit-transform: translateY(1em);
        -moz-transform: translateY(1em);
        -ms-transform: translateY(1em);
        -o-transform: translateY(1em);
    }
}


@media (min-width: 649.5px) {
  .news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-img-outer-frame {
    width: 80%;
      top: -17%;
  }
}
@media (min-width: 1099.5px) {
  .news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-img-outer-frame {
    width: 77%;
  }
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-img-outer-frame .news-slide-img-inner-frame {
  width: 100%;
  height: 100%;
  mask-image: url(../images/elementary-school/news-img-mak.png);
  mask-position: center;
  mask-size: 96%;
  mask-repeat: no-repeat;
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-img-outer-frame .news-slide-img-inner-frame .news-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-description {
  width: 100%;
  height: 100%;
  padding: 1em 1.5em;
  overflow: hidden;
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-description .news-slide-title {
  color: #111111;
  font-size: 1.4em;
  line-height: 2;
  font-weight: 500;
  width: 100%;
  justify-content: flex-start !important;
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-description .news-slide-text {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  margin-block: 0.5em;
  color: #17283f;
  text-align: justify;
  font-size: var(--text-fs-2);
  font-weight: 400;
  line-height: 2;
  height: 8em;
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-description .news-slide-divider {
  width: 100%;
  height: 1px;
  margin-block: 1em;
  background-color: #9a9a9a;
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-description .news-slide-link {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border: 1px solid #000;
  background: var(--yellow-clr-1);
  box-shadow: var(--box-shadow-3);
  padding: 0.4em;
  width: 33%;
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-description .news-slide-link .icon-arrow-2 {
  font-size: 1em;
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-description .news-slide-link .icon-arrow-2:before {
  color: #292d32;
}
.news-section .news-content .news-slider .swiper-slide .news-slide .news-slide-description .news-slide-date {
  color: rgba(0, 0, 0, 0.7607843137);
  font-size: 0.9em;
}
.news-section .news-content .news-slider .slider-navigation {
  margin-top: 5em;
  margin-bottom: 2em;
}
@media (min-width: 1299.5px) {
  .news-section .news-content .news-slider .slider-navigation {
    margin-top: 6em;
    margin-bottom: 1em;
  }
}
.news-section .news-content .news-slider .slider-navigation .slider-pagination .swiper-pagination-bullet {
  color: #2d2d2d;
}
.news-section .news-content .news-slider .slider-navigation .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--orange-clr-1);
}
.news-section .news-content .archive {
  width: 7em;
  height: 2.5em;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border: 1px solid #000;
  background: #f8b62f;
}
@media (min-width: 1299.5px) {
  .news-section .news-content .archive {
    position: absolute;
    left: 2em;
    bottom: 4px;
  }
}

.why-us {
  position: relative;
  padding-top: 5%;
  background: var(--green-clr-1);
  padding-bottom: 32%;
  mask-image: url(../images/elementary-school/mask-vector-small.png);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 767.5px) {
  .why-us {
    padding-bottom: 12%;
    mask-image: url(../images/elementary-school/mask-vector-large.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
  }
}
.why-us:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13%;
  background: url(../images/elementary-school/shrubs-vector-1.svg) no-repeat center;
  background-size: cover;
  z-index: 0;
}
@media (min-width: 767.5px) {
  .why-us:before {
    width: 55%;
    height: 20%;
  }
}
@media (min-width: 1499.5px) {
  .why-us:before {
    height: 26%;
  }
}
.why-us:after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 8%;
  width: 16%;
  height: 25%;
  background: url(../images/elementary-school/shrubs-vector-2.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .why-us:after {
    display: block;
  }
}
.why-us .section-title {
  color: var(--yellow-clr-1);
  text-align: center;
}
@media (min-width: 767.5px) {
  .why-us .section-title {
    text-align: right;
  }
}
.why-us .why-us-photo-container {
  perspective: 400px;
  width: 100%;
  margin-block: 2em;
}
@media (min-width: 575.5px) {
  .why-us .why-us-photo-container {
    width: 75%;
  }
}
@media (min-width: 767.5px) {
  .why-us .why-us-photo-container {
    width: 48%;
  }
}
.why-us .why-us-photo-container .why-photo-frame {
  width: 90%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border: 2px solid var(--yellow-clr-1);
  box-shadow: 3px 3px 0 0 var(--yellow-clr-1);
  transform: rotateY(-20deg) skewX(-1deg) rotateX(4deg) skewY(-3deg) translateX(-15%);
  -webkit-transform: rotateY(-20deg) skewX(-1deg) rotateX(4deg) skewY(-3deg) translateX(-15%);
  -moz-transform: rotateY(-20deg) skewX(-1deg) rotateX(4deg) skewY(-3deg) translateX(-15%);
  -ms-transform: rotateY(-20deg) skewX(-1deg) rotateX(4deg) skewY(-3deg) translateX(-15%);
  -o-transform: rotateY(-20deg) skewX(-1deg) rotateX(4deg) skewY(-3deg) translateX(-15%);
}
.why-us .why-us-text {
  width: 100%;
  position: relative;
}
@media (min-width: 767.5px) {
  .why-us .why-us-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 6em;
    height: 2em;
    background: url(../images/elementary-school/waves.svg) no-repeat center;
    background-size: cover;
    z-index: 10;
  }
}
@media (min-width: 991.5px) {
  .why-us .why-us-text {
    width: 45%;
  }
  .why-us .why-us-text:before {
    top: 5%;
  }
}
.why-us .why-us-text .why-us-desc {
  color: #000;
  text-align: justify;
  font-size: var(--text-fs-1);
  font-weight: 400;
  line-height: 2.2;
}
@media (min-width: 991.5px) {
  .why-us .why-us-text .why-us-desc {
    width: 75%;
    margin-bottom: 1.5em;
  }
}
.why-us .why-us-options {
  z-index: 10;
  position: relative;
}
@media (min-width: 767.5px) {
  .why-us .why-us-options {
    width: 47%;
  }
}
@media (min-width: 991.5px) {
  .why-us .why-us-options {
    width: 88%;
  }
}
.why-us .why-us-option {
  gap: 0.7em;
}
.why-us .why-us-option:first-child .why-us-option-number {
  background: url(../images/elementary-school/number-1-circle.svg) no-repeat center;
  background-size: 100%;
  background-position-y: 6px;
}
.why-us .why-us-option:nth-child(2) .why-us-option-number {
  background: url(../images/elementary-school/number-2-circle.svg) no-repeat center;
  background-size: 100%;
  background-position-y: 6px;
}
.why-us .why-us-option:nth-child(3) .why-us-option-number {
  background: url(../images/elementary-school/number-3-circle.svg) no-repeat center;
  background-size: 100%;
  background-position-y: 6px;
}
.why-us .why-us-option:nth-child(4) .why-us-option-number {
  background: url(../images/elementary-school/number-4-circle.svg) no-repeat center;
  background-size: 100%;
  background-position-y: 6px;
}
.why-us .why-us-option .why-us-option-text {
  color: #000;
  text-align: justify;
  font-size: var(--text-fs-2);
  font-weight: 400;
  line-height: 3.4;
  width: 90%;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.why-us .why-us-option .why-us-option-number {
  font-weight: 800;
  font-size: 1.8em;
  width: 1em;
  height: 1.3em;
  color: var(--yellow-clr-1);
  text-shadow: 1px 1px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.levels {
  position: relative;
  background: var(--yellow-clr-1);
  mask-image: url(../images/elementary-school/wave-background-sm.png);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  padding-top: 29%;
}
@media (min-width: 599.5px) {
  .levels {
    padding-top: 15%;
  }
}
@media (min-width: 991.5px) {
  .levels {
    mask-image: url(../images/elementary-school/wave-background.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;

  }
}


.levels .section-title {
  text-align: center;
  color: var(--orange-clr-1);
}
.levels .levels-content {
  position: relative;
  z-index: 10;
}
.levels .levels-content:before, .levels .levels-content:after {
  content: "";
  position: absolute;
  background: url(../images/elementary-school/cloud-vector-2.svg) no-repeat center;
  background-size: cover;
    margin-top: 3%;
}
.levels .levels-content:before {
  top: -5em;
  right: 15%;
  width: 8.4em;
  height: 5em;
  display: none;
}
@media (min-width: 899.5px) {
  .levels .levels-content:before {
    display: block;
  }
}
.levels .levels-content:after {
  top: 7%;
  left: 9%;
  width: 3.5em;
  height: 2em;
}
@media (min-width: 575.5px) {
  .levels .levels-content:after {
    width: 5.5em;
    height: 3.2em;
    top: 6em;
  }
}
@media (min-width: 991.5px) {
  .levels .levels-content:after {
    left: 21%;
  }
}
.levels .levels-content .cloud-vector {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 42%;
  display: none;
  z-index: 10;
}
@media (min-width: 991.5px) {
  .levels .levels-content .cloud-vector {
    width: 21%;
    display: block;

  }
}
.levels .levels-content .sun-vector {
  position: absolute;
  right: 5%;
  top: -5%;
  width: 19%;
}
@media (min-width: 575.5px) {
  .levels .levels-content .sun-vector {
    width: 14%;
    top: -7%;
  }
}
@media (min-width: 899.5px) {
  .levels .levels-content .sun-vector {
    right: unset;
    left: 0;
    width: 9%;
    top: -4%;
  }
}
.levels .levels-items {
  gap: 4em;
  padding-top: 5em;
  padding-bottom: 37%;
}
@media (min-width: 499.5px) {
  .levels .levels-items {
    gap: 3em;
  }
}
@media (min-width: 575.5px) {
  .levels .levels-items {
    padding-bottom: 24%;
    gap: 4em;
  }
}
@media (min-width: 991.5px) {
  .levels .levels-items {
    padding-bottom: 17%;
    gap: 5em;
  }
}
.levels .levels-items .level-item {
  width: 78%;
  padding: 2em 0.5em;
  container-type: inline-size;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border: 1px solid #000;
  box-shadow: var(--box-shadow-5);
  gap: 3em;
}
@media (min-width: 575.5px) {
  .levels .levels-items .level-item {
    width: 42%;
    aspect-ratio: 2/3;
  }
}
@media (min-width: 991.5px) {
  .levels .levels-items .level-item {
    width: 25%;
  }
}
.levels .levels-items .level-item:hover .level-item-btn {
  background: #fff !important;
  animation: jelly 1s infinite;
  -webkit-animation: jelly 1s infinite;
}
.levels .levels-items .level-item.level-item-0 {
  background: var(--blue-green-clr);
}
@media (min-width: 991.5px) {
  .levels .levels-items .level-item.level-item-0 {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
}
.levels .levels-items .level-item.level-item-0 .level-link-btn {
  background-color: var(--green-clr-1);
}
.levels .levels-items .level-item.level-item-1 {
  background: var(--green-clr-4);
}
@media (min-width: 991.5px) {
  .levels .levels-items .level-item.level-item-1 {
    transform: rotate(-10deg) translateY(3em);
    -webkit-transform: rotate(-10deg) translateY(3em);
    -moz-transform: rotate(-10deg) translateY(3em);
    -ms-transform: rotate(-10deg) translateY(3em);
    -o-transform: rotate(-10deg) translateY(3em);
  }
}
.levels .levels-items .level-item.level-item-1 .level-link-btn {
  background: var(--yellow-clr-1);
}
.levels .levels-items .level-item.level-item-2 {
  background: var(--orange-clr-1);
}
@media (min-width: 991.5px) {
  .levels .levels-items .level-item.level-item-2 {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
}
.levels .levels-items .level-item.level-item-2 .level-link-btn {
  background: var(--blue-green-clr);
}
.levels .levels-items .level-item .level-item-title {
  font-size: 8cqw;
}
.levels .levels-items .level-item .level-item-img {
  width: 34%;
  aspect-ratio: 1;
}
.levels .levels-items .level-item .levels-links {
  width: 100%;
  gap: 1em;
}
.levels .levels-items .level-item .level-link {
  width: 45%;
}
.levels .levels-items .level-item .level-link .level-link-text {
  font-size: 1em;
  font-weight: 500;
}
.levels .levels-items .level-item .level-link.hidden {
  visibility: hidden;
}
.levels .levels-items .level-item .level-link-btn {
  width: 80%;
  height: 2.5em;
  border-radius: 57px;
  -webkit-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  -o-border-radius: 57px;
  border: 1px solid #000;
  box-shadow: var(--box-shadow-3);
}

.library {
  padding-block: 4em;
}
@media (min-width: 767.5px) {
  .library {
    margin-bottom: 5em;
  }
}
.library .library-content {
  position: relative;
}
.library .library-content .section-title {
  z-index: 10;
  color: var(--blue-green-clr);
}
.library .library-content .section-subtitle {
  font-size: 0.9em;

}
.library .library-content .library-img-container {
  width: 97%;
  transform: translate(-0.7em, 0);
  -webkit-transform: translate(-0.7em, 0);
  -moz-transform: translate(-0.7em, 0);
  -ms-transform: translate(-0.7em, 0);
  -o-transform: translate(-0.7em, 0);
}
@media (min-width: 767.5px) {
  .library .library-content .library-img-container {
    width: 55%;
  }
}
@media (min-width: 1099.5px) {
  .library .library-content .library-img-container {
    transform: translate(0, 17%);
    -webkit-transform: translate(0, 17%);
    -moz-transform: translate(0, 17%);
    -ms-transform: translate(0, 17%);
    -o-transform: translate(0, 17%);
  }
}
.library .library-content .library-img-container .library-img {
  width: 100%;
}
.library .library-content .library-form {
  width: 100%;
  z-index: 10;
}
@media (min-width: 767.5px) {
  .library .library-content .library-form {
    width: 37%;
  }
}
@media (min-width: 899.5px) {
  .library .library-content .library-form {
    width: 32%;
  }
}
.library .library-content .library-form form {
  width: 94%;
  margin-inline: auto;
  gap: 1.5em;
}
@media (min-width: 575.5px) {
  .library .library-content .library-form form {
    width: 65%;
  }
}
@media (min-width: 767.5px) {
  .library .library-content .library-form form {
    width: 100%;
    margin-top: 3em;
    margin-inline: unset;
  }
}
@media (min-width: 899.5px) {
  .library .library-content .library-form form {
    gap: 2em;
  }
}
@media (min-width: 1199.5px) {
  .library .library-content .library-form form {
    width: 88%;
  }
}
@media (min-width: 1399.5px) {
  .library .library-content .library-form form {
    width: 80%;
    gap: 3em;
  }
}
.library .library-content .library-form form .custom-select {
  position: relative;
  width: 100%;
}
.library .library-content .library-form form .selected-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--black-clr);
  font-size: 0.8em;
  font-weight: 500;
  height: 4em;
  padding-inline: 1.5em;
  cursor: pointer;
  border: var(--border-black);
  background-color: var(--green-clr-1);
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
@media (min-width: 899.5px) {
  .library .library-content .library-form form .selected-option {
    font-size: 1em;
  }
}
.library .library-content .library-form form .options-list {
  position: absolute;
  top: 2.8em;
  left: 0;
  width: 100%;
  padding: 0.8em;
  background-color: #fff;
  border: var(--border-black);
  box-shadow: var(--box-shadow-2);
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  display: none;
  z-index: 999;
}
.library .library-content .library-form form .options-list .option-list-li {
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  -o-border-radius: 33px;
  padding: 10px;
  cursor: pointer;
  color: var(--black-clr);
}
.library .library-content .library-form form .options-list .option-list-li:hover {
  background-color: var(--green-clr-1);
  width: 95%;
  margin-inline: auto;
}
.library .library-content .library-form form .open .icon-chevron-left {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.library .library-content .library-form form .library-submit-btn {
  padding-inline: 0.8em;
  width: 100%;
  height: 4em;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  background-color: var(--orange-clr-1);
  box-shadow: var(--box-shadow-2);
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border: var(--border-black);
}
@media (min-width: 767.5px) {
  .library .library-content .library-form form .library-submit-btn {
    margin-top: 1em;
  }
}
@media (min-width: 991.5px) {
  .library .library-content .library-form form .library-submit-btn {
    font-size: 1.1em;
  }
}
.library .library-content .library-form form .library-submit-btn .icon-chevron-left-circle {
  font-size: 1.5em;
  margin-bottom: 5px;
}

.departments {
  position: relative;
  padding-bottom: 10%;
  background: url(../images/elementary-school/departments-background.svg) no-repeat center;
  background-size: cover;
  background-color: var(--orange-clr-1);
}
@media (min-width: 991.5px) {
  .departments {
    padding-block: 5%;
  }
}
.departments .main-container {
  position: relative;
}
.departments .title-group {
  background: url(../images/elementary-school/department-title-background.svg) no-repeat center;
  background-size: cover;
  width: 90.7%;
  margin-inline: auto;
  padding: 1.8em;
  aspect-ratio: 1/1.05;
  transform: rotate(-11deg) translateY(-4em) translateX(0.8em);
  -webkit-transform: rotate(-11deg) translateY(-4em) translateX(0.8em);
  -moz-transform: rotate(-11deg) translateY(-4em) translateX(0.8em);
  -ms-transform: rotate(-11deg) translateY(-4em) translateX(0.8em);
  -o-transform: rotate(-11deg) translateY(-4em) translateX(0.8em);
}
@media (min-width: 399.5px) {
  .departments .title-group {
    width: 18em;
  }
}
@media (min-width: 575.5px) {
  .departments .title-group {
    width: 20em;
  }
}
@media (min-width: 991.5px) {
  .departments .title-group {
    position: absolute;
    left: 1%;
    top: -15%;
    width: 33%;
  }
}
@media (min-width: 1199.5px) {
  .departments .title-group {
    width: 31%;
  }
}
@media (min-width: 1399.5px) {
  .departments .title-group {
    padding: 3.5em;
  }
}
.departments .title-group .section-title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.5;
  color: var(--yellow-clr-1);
}
.departments .title-group .section-subtitle {
  color: #0b0b0b;
  line-height: 2.2;
  font-size: var(--text-fs-2);
  margin-top: 1em;
  text-align: justify;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
@media (min-width: 991.5px) {
  .departments .title-group .section-subtitle {
    -webkit-line-clamp: 5;
    line-clamp: 5;

  }
}



.departments .arrow-dash {
  position: absolute;
  left: 1%;
  height: 9%;
  top: 18%;
  transform: rotate(61deg);
}
@media (min-width: 399.5px) {
  .departments .arrow-dash {
    left: 1%;
    height: 9%;
    top: 13%;
  }
}
@media (min-width: 575.5px) {
  .departments .arrow-dash {
    left: 8%;
    height: 15%;
    top: 22%;
  }
}
@media (min-width: 767.5px) {
  .departments .arrow-dash {
    left: 7%;
    height: 17%;
    top: 16%;
  }
}
@media (min-width: 991.5px) {
  .departments .arrow-dash {
    left: 10%;
    top: 52%;
    height: 37%;
    transform: rotate(-3deg);
  }
}
.departments .departments-items {
  gap: 4em;
}
@media (min-width: 991.5px) {
  .departments .departments-items {
    width: 55%;
    gap: 2.5em;
  }
}
.departments .departments-items .department-item {
  position: relative;
  width: 80%;
    


}

.department-item-photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* قاب پر میشه، ولی ممکنه بخش‌هایی از تصویر بریده شه */
    object-position: center; /* مرکز تصویر حفظ میشه */
}


@media (min-width: 575.5px) {
  .departments .departments-items .department-item {
    width: 43%;
  }
}
@media (min-width: 991.5px) {
  .departments .departments-items .department-item {
    width: 39%;
  }
}
.departments .departments-items .department-item:hover .department-item-desc {
  animation: wobble-top 1.2s infinite;
  -webkit-animation: wobble-top 1.2s infinite;
}
.departments .departments-items .department-item .department-item-photo-container {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  width: 95%;
  aspect-ratio: 1;
}
@media (min-width: 1199.5px) {
  .departments .departments-items .department-item .department-item-photo-container {
    width: 100%;
  }
}
.departments .departments-items .department-item .department-item-desc {
  position: absolute;
  bottom: -1em;
  width: 97%;
  aspect-ratio: 4/1;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border: var(--border-black);
  box-shadow: var(--box-shadow-6);
}
@media (min-width: 1199.5px) {
  .departments .departments-items .department-item .department-item-desc {
    aspect-ratio: 4/1.15;
    width: 12.5em;
    left: -7em;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.departments .departments-items .department-item .icon-chevron-left-circle {
  font-size: 1.5em;
}
.departments .departments-items .department-item-1 .department-item-photo-container {
  border: 8px solid var(--blue-green-clr-2);
}
.departments .departments-items .department-item-1 .department-item-desc {
  background: var(--blue-green-clr);
}
.departments .departments-items .department-item-2 .department-item-photo-container {
  border: 8px solid var(--yellow-clr-3);
}
.departments .departments-items .department-item-2 .department-item-desc {
  background: var(--yellow-clr-1);
}
@media (min-width: 991.5px) {
  .departments .departments-items .department-item-3 {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.departments .departments-items .department-item-3 .department-item-photo-container {
  border: 8px solid var(--yellow-clr-4);
}
.departments .departments-items .department-item-3 .department-item-desc {
  background: var(--yellow-clr-5);
}
@media (min-width: 991.5px) {
  .departments .departments-items .department-item-4 {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.departments .departments-items .department-item-4 .department-item-photo-container {
  border: 8px solid var(--green-clr-2);
}
.departments .departments-items .department-item-4 .department-item-desc {
  background: var(--green-clr-1);
}

.permanent-gallery-section {
  padding-block: 2em;
  position: relative;
}
.permanent-gallery-section .permanent-gallery-content {
  margin-bottom: 2em;
  position: relative;
}
.permanent-gallery-section .permanent-gallery-content:before {
  content: "";
  position: absolute;
  right: 2%;
  top: 6%;
  display: none;
  background: url(../images/elementary-school/waves.svg) no-repeat center;
  background-size: cover;
  z-index: 10;
  width: 5.3em;
  height: 1.9em;
  filter: brightness(0) saturate(100%) invert(100%) sepia(16%) saturate(4164%) hue-rotate(32deg) brightness(90%) contrast(90%);
}
@media (min-width: 767.5px) {
  .permanent-gallery-section .permanent-gallery-content:before {
    display: block;
  }
}
@media (min-width: 1299.5px) {
  .permanent-gallery-section .permanent-gallery-content:before {
    width: 6.5em;
    height: 2.3em;
  }
}
.permanent-gallery-section .section-title {
  text-align: center;
  color: var(--green-clr-1);
}
.permanent-gallery-section .permanent-gallery-tab-pane {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
}
.permanent-gallery-section .permanent-gallery-tab-pane.active.animating {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  z-index: 1;
  pointer-events: auto;
}
.permanent-gallery-section .gallery-tab-item {
  width: 80%;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border: 1px solid var(--gray-clr);
}
@media (min-width: 575.5px) {
  .permanent-gallery-section .gallery-tab-item {
    width: 8em;
  }
}
.permanent-gallery-section .gallery-tab-item.active {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border: 1px solid #000;
  background: #f8b62f;
}
.permanent-gallery-section .gallery-tab-item.active .gallery-tab-link {
  color: #000 !important;
}
.permanent-gallery-section .gallery-tab-item .gallery-tab-link {
  padding: 0.5em 1.3em;
  color: var(--gray-clr);
}
.permanent-gallery-section .gallery-tab-item .gallery-tab-link:hover {
  color: #000 !important;
}
.permanent-gallery-section .permanent-gallery-slider {
  width: 100%;
  padding-block: 5em;
  overflow: hidden;
}
.permanent-gallery-section .permanent-gallery-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.permanent-gallery-section .permanent-gallery-slider .swiper-slide:nth-child(3n-1) .permanent-gallery-slide, .permanent-gallery-section .permanent-gallery-slider .swiper-slide:nth-child(3n) .permanent-gallery-slide {
  background-color: var(--blue-clr-1);
}
.permanent-gallery-section .permanent-gallery-slider .swiper-slide:nth-child(2n+1) .permanent-gallery-slide {
  background-color: var(--yellow-clr-4);
}
.permanent-gallery-section .permanent-gallery-slider .swiper-slide:first-child .permanent-gallery-slide, .permanent-gallery-section .permanent-gallery-slider .swiper-slide:nth-child(3n+1) .permanent-gallery-slide {
  background-color: var(--green-clr-5);
}
.permanent-gallery-section .permanent-gallery-slider .permanent-gallery-slide {
  position: relative;
  padding: 6%;
  width: 92%;
  aspect-ratio: 13/12;
  margin-inline: auto;
  border: 4px solid var(--black-clr);
  border-radius: 2% 19% 60% 2%/33% 2% 3% 34%;
  -webkit-border-radius: 2% 19% 60% 2%/33% 2% 3% 34%;
  -moz-border-radius: 2% 19% 60% 2%/33% 2% 3% 34%;
  -ms-border-radius: 2% 19% 60% 2%/33% 2% 3% 34%;
  -o-border-radius: 2% 19% 60% 2%/33% 2% 3% 34%;
  overflow: hidden;
}
.permanent-gallery-section .permanent-gallery-slider .permanent-gallery-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/elementary-school/photo-frame.svg) no-repeat center;
  background-size: 100%;
  z-index: 1;
}
.permanent-gallery-section .permanent-gallery-slider .permanent-gallery-slide .permanent-gallery-slide-img-container {
  border: 4px solid var(--black-clr);
  border-radius: 2% 19% 60% 2%/33% 2% 3% 34%;
  -webkit-border-radius: 2% 19% 60% 2%/33% 2% 3% 34%;
  -moz-border-radius: 2% 19% 60% 2%/33% 2% 3% 34%;
  -ms-border-radius: 2% 19% 60% 2%/33% 2% 3% 34%;
  -o-border-radius: 2% 19% 60% 2%/33% 2% 3% 34%;
  overflow: hidden;
}
.permanent-gallery-section .slider-pagination .swiper-pagination-bullet {
  background: #2d2d2d;
}
.permanent-gallery-section .slider-pagination .swiper-pagination-bullet-active {
  background: var(--green-clr-3);
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}
.permanent-gallery-section .archive {
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border: 1px solid #000;
  background: var(--green-clr-1);
  color: #151515;
  width: 9em;
  aspect-ratio: 3/1;
  padding: 0.5em;
  margin-inline: auto;
  font-weight: 500;
}
@media (min-width: 991.5px) {
  .permanent-gallery-section .archive {
    margin-inline: unset;
    margin-left: 6em;
    margin-top: -4em;
    float: left;
  }
}

.boss-speech {
  margin-bottom: 5em;
}
@media (min-width: 991.5px) {
  .boss-speech {
    margin-bottom: 9em;
  }
}
.boss-speech .boss-speech-content {
  width: 100%;
  padding: 3%;
  border: 2px solid var(--black-clr);
  background-color: var(--yellow-clr-1);
  box-shadow: var(--box-shadow-8);
  overflow: hidden;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
@media (min-width: 991.5px) {
  .boss-speech .boss-speech-content {
    padding-right: 2em;
  }
}
.boss-speech .boss-speech-content .section-title {
  text-align: center;
  color: var(--blue-green-clr);
}
@media (min-width: 767.5px) {
  .boss-speech .boss-speech-content .section-title {
    text-align: right;
  }
}
.boss-speech .boss-speech-content .boss-speech-description {
  width: 90%;
  gap: 1em;
}
@media (min-width: 767.5px) {
  .boss-speech .boss-speech-content .boss-speech-description {
    width: 45%;
    padding-right: 1.5em;
  }
}
@media (min-width: 991.5px) {
  .boss-speech .boss-speech-content .boss-speech-description {
    width: 40%;
    gap: 1.5em;
  }
}
.boss-speech .boss-speech-content .boss-speech-description .boss-speech-text {
  color: var(--black-clr);
  text-align: justify;
  font-size: var(--text-fs-1);
  line-height: 2;
}
@media (min-width: 767.5px) {
  .boss-speech .boss-speech-content .boss-speech-description .boss-speech-text {
    height: 11em;
    overflow: auto;
    padding-left: 0.8em;
  }
}
@media (min-width: 1199.5px) {
  .boss-speech .boss-speech-content .boss-speech-description .boss-speech-text {
    height: 17em;
  }
}
@media (min-width: 1499.5px) {
  .boss-speech .boss-speech-content .boss-speech-description .boss-speech-text {
    height: 24em;
  }
}
.boss-speech .boss-speech-content .boss-speech-photo {
  position: relative;
  width: 90%;
  aspect-ratio: 1;
}
@media (min-width: 767.5px) {
  .boss-speech .boss-speech-content .boss-speech-photo {
    width: 47%;
  }
}
.boss-speech .boss-speech-content .boss-speech-photo:after {
  content: "";
  position: absolute;
  right: -28%;
  bottom: 10px;
  width: 21%;
  height: 16%;
  background: url(../images/elementary-school/thick-arrow.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .boss-speech .boss-speech-content .boss-speech-photo:after {
    display: block;
  }
}
.boss-speech .boss-speech-content .boss-speech-photo .boss-speech-photo-container {
  border: 2px solid var(--blue-green-clr);
  box-shadow: 7px 7px 0 0 var(--blue-green-clr);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.boss-speech .boss-speech-content .boss-speech-photo .boss-photo {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.boss-speech .boss-speech-content .boss-speech-link {
  width: 86%;
  height: 3.4em;
  margin-bottom: 1.5em;
  border: 1px solid var(--black-clr);
  background-color: var(--orange-clr-1);
  box-shadow: var(--box-shadow-2);
  color: #151515;
  padding: 0.8em 1em;
  font-size: 1em;
  font-weight: 500;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
@media (min-width: 767.5px) {
  .boss-speech .boss-speech-content .boss-speech-link {
    width: 12em;
    margin-bottom: 0;
  }
}
@media (min-width: 991.5px) {
  .boss-speech .boss-speech-content .boss-speech-link {
    width: 60%;
  }
}
@media (min-width: 1199.5px) {
  .boss-speech .boss-speech-content .boss-speech-link {
    width: 50%;
  }
}
.boss-speech .boss-speech-content .boss-speech-link .icon-chevron-left-circle {
  font-size: 1.4em;
}

.permanent-gallery-section .nav-tabs {
    border-bottom: none !important;
}

.permanent-gallery-section .nav-tabs .nav-link.active {
    border: none !important;
    box-shadow: none !important;
}


.news-section .nav-tabs {
    border-bottom: none !important;
}

.news-section .nav-tabs .nav-link.active {
    border: none !important;
    box-shadow: none !important;
}




