

.news-section .news-slider .news-slide .news-slide-inside .news-slide-bottom .news-slide-text, .commission-section .commission-text, .events-section .events-items-slider .event-item .event-item-description .event-item-text, .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link.footer-address-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-section .news-slider .news-slide .news-slide-inside .news-slide-bottom .news-slide-title, .events-section .events-items-slider .event-item .event-item-description .event-item-title, .success-section .success-items .success-item .student-name-container .student-name, .success-section .success-items .success-item .success-title, .gallery-section .gallery-slider .gallery-slide .galler-slide-overlay .gallery-slide-title-container .gallery-slide-title, .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title, .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.commission-section .commission-photos-container .commission-photo-outer, .commission-section .commission-photos-container .commission-photo-outer .commission-photo-mask-inner, .honors-section .honors-items .honor-item, .events-section .events-items-slider .event-item .event-photo-container .event-item-photo-outer-frame, .events-section .events-items-slider .event-item .event-photo-container .event-item-photo-outer-frame .event-item-photo-inner-frame {
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}



.library-section .glow-layer {
  position: absolute;
  width: 300px;
  height: 300px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 240, 180, 0.25), rgba(255, 240, 180, 0));
  filter: blur(50px);
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity 0.5s ease-out;
  z-index: 10;
}

.commission-section .background-pattern, .aims-section .background-pattern, .honors-section .background-pattern, .success-section .background-pattern, .gallery-section .background-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat;
  will-change: background-position;
}

.honors-section .honors-items .honor-item .honor-photo {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 4px;
}

.swiper-button-lock {
  display: none !important;
}

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

.section-child {
  position: relative;
  width: 100%;
  padding-block: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
@media (min-width: 575.5px) {
  .section-child {
    padding-block: 6em;
  }
}
@media (min-width: 991.5px) {
  .section-child {
    padding-block: 1.8em;
    padding-inline: 4em;
    box-sizing: border-box;
  }
}

.swiper-sections-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper-sections-container > .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 991.5px) {
  .swiper-sections-container > .swiper-wrapper {
    flex-direction: column;
  }
}
.swiper-sections-container > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: 100% !important;
  overflow-x: hidden;
}
@media (min-width: 991.5px) {
  .swiper-sections-container > .swiper-wrapper > .swiper-slide:last-child {
    display: none;
  }
}
.swiper-sections-container .swiper-sections-pagination {
  position: absolute;
  left: 50%;
  width: 85%;
  transform: translateX(-50%);
  z-index: 100;
  bottom: 0.5em;
  display: flex;
  height: 1em;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (min-width: 991.5px) {
  .swiper-sections-container .swiper-sections-pagination {
    display: block;
    flex-direction: column;
    right: auto !important;
    left: 0 !important;
    width: 3em;
    height: max-content;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 100;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  position: relative;
  margin-inline: 0.7em;
}
@media (min-width: 991.5px) {
  .swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet {
    margin-block: 1em;
    margin-inline: 0;
  }
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (min-width: 991.5px) {
  .swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active {
    margin-right: 3px;
    margin-top: 3em;
    width: 1px;
    height: 20px;
  }
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  content: attr(data-index);
  position: absolute;
  top: -22px;
  left: 2px;
  height: 7px;
  font-size: 0.8em;
  font-weight: 500;
  color: var(--blue-clr);
  display: none;
}
@media (min-width: 991.5px) {
  .swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active:after {
    display: flex;
    top: -22px;
    left: 0;
    height: 7px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}

.scroll-btn {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  left: 1em;
  bottom: 0.5em;
  width: 3em;
  height: 1.8em;
  border-radius: 420px;
  -webkit-border-radius: 420px;
  -moz-border-radius: 420px;
  -ms-border-radius: 420px;
  -o-border-radius: 420px;
  cursor: pointer;
  z-index: 1000;
  display: flex;
}
@media (min-width: 991.5px) {
  .scroll-btn {
    right: 2em;
    left: unset;
    width: 1.8em;
    height: 3em;
  }
}
.scroll-btn::before, .scroll-btn:after {
  content: "";
  position: absolute;
  left: 5px;
  width: 14px;
  height: 3px;
  z-index: 101;
}
@media (min-width: 991.5px) {
  .scroll-btn::before, .scroll-btn:after {
    width: 3px;
    height: 15px;
  }
}
.scroll-btn::before {
  border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  -moz-border-radius: 40px 40px 0 0;
  -ms-border-radius: 40px 40px 0 0;
  -o-border-radius: 40px 40px 0 0;
  top: 10px;
  transform: translateY(-3px) rotate(-45deg);
  -webkit-transform: translateY(-3px) rotate(-45deg);
  -moz-transform: translateY(-3px) rotate(-45deg);
  -ms-transform: translateY(-3px) rotate(-45deg);
  -o-transform: translateY(-3px) rotate(-45deg);
}
@media (min-width: 991.5px) {
  .scroll-btn::before {
    right: 39.5%;
    top: 7px;
    border-radius: 0 40px 40px 0;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    -ms-border-radius: 0 40px 40px 0;
    -o-border-radius: 0 40px 40px 0;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
}
.scroll-btn::after {
  top: 13px;
  transform: translateY(3px) rotate(45deg);
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  border-radius: 0 0 40px 40px;
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  -ms-border-radius: 0 0 40px 40px;
  -o-border-radius: 0 0 40px 40px;
}
@media (min-width: 991.5px) {
  .scroll-btn::after {
    right: 50%;
    top: 7px;
    border-radius: 40px 0 0 40px;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    -ms-border-radius: 40px 0 0 40px;
    -o-border-radius: 40px 0 0 40px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
}
@media (min-width: 991.5px) {
  .scroll-btn:hover::before, .scroll-btn:hover:after {
    bottom: 7px;
    top: unset;
  }
}
@media (min-width: 991.5px) {
  .scroll-btn:hover:before {
    transform: translateX(3px) rotate(45deg);
    -webkit-transform: translateX(3px) rotate(45deg);
    -moz-transform: translateX(3px) rotate(45deg);
    -ms-transform: translateX(3px) rotate(45deg);
    -o-transform: translateX(3px) rotate(45deg);
  }
}
@media (min-width: 991.5px) {
  .scroll-btn:hover:after {
    transform: translateX(-3px) rotate(-45deg);
    -webkit-transform: translateX(-3px) rotate(-45deg);
    -moz-transform: translateX(-3px) rotate(-45deg);
    -ms-transform: translateX(-3px) rotate(-45deg);
    -o-transform: translateX(-3px) rotate(-45deg);
  }
}

.swiper-scrollbar {
  position: relative !important;
  left: unset !important;
  bottom: unset !important;
  top: unset;
}

canvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.title-dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: scaleAnim 1.5s ease infinite;
  -webkit-animation: scaleAnim 1.5s ease infinite;
}
.title-dots .dot:nth-child(1) {
  animation-delay: 0.1s;
}
.title-dots .dot:nth-child(2) {
  animation-delay: 0.4s;
}
.title-dots .dot:nth-child(3) {
  animation-delay: 0.7s;
}

@keyframes scaleAnim {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  25% {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
  }
  50% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  75% {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
:root {
  --text-1: 0.8em;
}
@media (min-width: 991.5px) {
  :root {
    --text-1: 1em;
  }
}

.main-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding-block: 1.2em;
  padding-inline: 3%;
}
.main-header.is-hidden {
  display: none;
}
.main-header .header-content .header-content-right .school-logo {
  width: 2.5em;
}
@media (min-width: 767.5px) {
  .main-header .header-content .header-content-right .school-logo {
    width: 3em;
  }
}
@media (min-width: 1399.5px) {
  .main-header .header-content .header-content-right .school-logo {
    width: 4em;
  }
}
.main-header .header-content .header-content-left .header-left-title {
  font-size: 1em;
}
@media (min-width: 1399.5px) {
  .main-header .header-content .header-content-left .header-left-title {
    font-size: 1.2em;
  }
}
@media (min-width: 1399.5px) {
  .main-header .header-content .header-content-left .icon-menu {
    font-size: 1.3em;
  }
}

@keyframes toggleMenuBackground {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.8);
  }
}
.toggle-menu-parent {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  left: -100%;
  overflow-y: auto;
  gap: 2em;
}
.toggle-menu-parent.show-menu {
  left: 0;
  animation: toggleMenuBackground 0.7s forwards;
  -webkit-animation: toggleMenuBackground 0.7s forwards;
  animation-delay: 0.2s;
}
.toggle-menu-parent .toggle-menu {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 1.5em 2em 1em;
  overflow-y: auto;
}
@media (min-width: 575.5px) {
  .toggle-menu-parent .toggle-menu {
    width: 57%;
  }
}
@media (min-height: 799.5px) {
  .toggle-menu-parent .toggle-menu {
    padding: 2em;
    gap: 1.5em;
  }
}
@media (min-width: 991.5px) {
  .toggle-menu-parent .toggle-menu {
    width: 40%;
  }
}
.toggle-menu-parent .toggle-menu .icon-close-btn {
  margin-left: -0.5em;
  cursor: pointer;
}
.toggle-menu-parent .toggle-menu .search-form {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.5em;
  margin-block: 1em;
}
.toggle-menu-parent .toggle-menu .search-form .search-input {
  width: 90%;
}
.toggle-menu-parent .toggle-menu .search-form .search-submit {
  width: 9%;
}
.toggle-menu-parent .toggle-menu .menu-items {
  max-height: 80vh;
  overflow-y: auto;
  padding-left: 0.8em;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item {
  position: relative;
  margin-bottom: 0.52em;
  font-size: 1em;
  cursor: pointer;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item.open .submenu-div {
  padding-top: 1em;
  max-height: 20em;
  visibility: visible;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.8em 0.5em;
  width: 100%;
  gap: 1rem;
  justify-content: flex-start;
  font-size: var(--text-1);
  font-weight: 400;
  z-index: 0;
  position: relative;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link .icon-chevron-down {
  font-size: 1.2em;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div {
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  overflow: hidden;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div .submenu-item {
  font-size: 0.9em;
  padding: 0.8em 0.5em;
  text-align: right;
  display: block;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns {
  margin-top: auto;
  padding-top: 1em;
  gap: 0.8em;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.7em 0.3em;
  width: 100%;
}
@media (min-width: 575.5px) {
  .toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn {
    width: 47%;
  }
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn .menu-bottom-icon {
  font-size: 1.4em;
}

.video-banner-section.hide-elem:before, .video-banner-section.hide-elem:after {
  display: none;
}
.video-banner-section .grid-back {
  display: none;
}
.video-banner-section .video-banner-slide .video-banner-container {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.video-banner-section .video-banner-slide .video-banner-container .plyr {
  aspect-ratio: 16/9;
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control {
  padding: 4px;
  background: rgba(255, 255, 255, 0.67);
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control {
    padding: 7px;
  }
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control svg {
    width: 18px;
    height: 18px;
  }
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control--overlaid {
  padding: 16px;
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control--overlaid {
    top: 40%;
  }
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control--overlaid {
    top: 43%;
  }
}
.video-banner-section .video-banner-slide .video-wrapper {
  display: none;
}
.video-banner-section .video-banner-slide .video-wrapper.show {
  display: flex;
}
.video-banner-section .video-banner-slide .video-title-box {
  gap: 0.9em;
  width: 100%;
  z-index: 999;
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-title-box {
    top: 51%;
    position: absolute;
  }
}
.video-banner-section .video-banner-slide .video-title-box.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.video-banner-section .video-banner-slide .video-title-box .video-title {
  font-size: 1.5em;
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-title {
    font-size: 2em;
  }
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-title {
    font-size: 2.4em;
  }
}
@media (min-width: 1399.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-title {
    font-size: 3.2em;
  }
}
.video-banner-section .video-banner-slide .video-title-box .video-subtitle {
  font-weight: 900;
  padding-inline: 0.5em;
}

.fixed-footer {
  position: fixed;
  bottom: 1.3em;
  left: 2%;
  z-index: 900;
  cursor: pointer;
  display: none;
}
@media (min-width: 991.5px) {
  .fixed-footer {
    display: block;
  }
}
.fixed-footer .phone-number {
  font-size: 1.2em;
}
.fixed-footer .divider {
  width: 1px;
  height: 15px;
}
.fixed-footer .fixed-footer-inside {
  position: relative;
}
.fixed-footer .icon-phone {
  font-size: 1em;
}

.plyr__video-wrapper {
  aspect-ratio: 16/9;
}

.plyr {
  width: 100%;
  height: 100%;
  z-index: 100 !important;
}
.plyr:before {
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  backdrop-filter: blur(6px);
}
.plyr.plyr--playing::before {
  opacity: 0;
  visibility: hidden;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
}

.plyr__control:hover {
  background: #ecdbff !important;
}
.plyr__control:hover:before {
  color: #fff !important;
}

.plyr--paused .plyr__controls {
  opacity: 0 !important;
  pointer-events: none !important;
}

.plyr__controls {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  padding-inline: 1.5em;
  z-index: 1000 !important;
  width: 98% !important;
  margin-inline: auto;
  bottom: 0.2em !important;
  background: transparent !important;
}

.plyr__control--overlaid {
  width: 1.5em !important;
  height: 1.5em !important;
  aspect-ratio: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(255, 255, 255, 0.67);
  backdrop-filter: blur(5.5999999046px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@media (min-width: 499.5px) {
  .plyr__control--overlaid {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    width: 3em !important;
    height: 3em !important;
  }
}
.plyr__control--overlaid::before {
  content: "\e955";
  font-family: "icomoon";
  font-size: 0.8em;
  font-weight: 700;
  color: #292d32;
}
@media (min-width: 499.5px) {
  .plyr__control--overlaid::before {
    font-size: 1em;
  }
}
@media (min-width: 767.5px) {
  .plyr__control--overlaid::before {
    font-size: 1.3em;
  }
}
.plyr__control--overlaid::after {
  content: "";
  width: 132%;
  height: 132%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  z-index: -1;
}
@media (min-width: 499.5px) {
  .plyr__control--overlaid::after {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
  }
}

.plyr__control--overlaid svg {
  display: none;
}

.plyr__volume input,
.plyr__time {
  display: none !important;
  direction: ltr;
}
@media (min-width: 991.5px) {
  .plyr__volume input,
  .plyr__time {
    display: flex !important;
  }
}

.plyr__progress input {
  direction: ltr;
}

@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 #d3d1d1;
  }
}
@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% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    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(-5px) rotateZ(-15deg);
  }
  40% {
    transform: translateX(5px) rotateZ(15deg);
  }
  60% {
    transform: translateX(-3px) rotateZ(5deg);
  }
  80% {
    transform: translateX(3px) rotateZ(-5deg);
  }
}
@keyframes jelly {
  0%, 100% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(0.9);
  }
  50% {
    transform: scaleX(1.25);
  }
  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);
  }
  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;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse 1s;
}

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

.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: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.flicker-on-hover:hover, .flicker-on-hover:focus {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 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 1s ease-in-out infinite alternate;
  -webkit-animation: pulse-slow 1s 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;
}

.footer-slide {
  overflow: hidden;
  padding-inline: 0 !important;
}
.footer-slide .footer-content .footer-container {
  width: 100%;
}
.footer-slide .footer-content .footer-container .footer-columns-content {
  width: 100%;
  gap: 0.8em;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content {
  width: 45%;
  opacity: 0;
}
@media (min-width: 575.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content {
    width: 30% !important;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title {
  position: relative;
  font-weight: 500;
  font-size: 0.9em;
  margin-bottom: 0.8em;
  height: 2em;
  width: max-content;
}
@media (min-width: 399.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title {
    font-size: 1em;
  }
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title {
    padding-left: 5%;
  }
}
@media (min-width: 1299.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title {
    font-size: 1.1em;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul {
  width: 100%;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul {
    padding-left: 0.5em;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li {
  width: 100%;
  margin-block: 0.2em;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li:hover {
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: right;
  font-family: ERPxFaNum !important;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 369.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
    font-size: 0.8em;
  }
}
@media (min-width: 1299.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
    font-size: 0.9em;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link.footer-address-link {
  white-space: unset;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-icon {
  font-size: 0.95em;
  margin-left: 0.3em;
  margin-top: 2px;
}
@media (min-width: 1299.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-icon {
    font-size: 1.1em;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .location-column {
  width: 45% !important;
  display: none !important;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .location-column {
    display: flex !important;
  }
}
@media (min-height: 767.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .location-column {
    display: flex !important;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .location-column .school-map {
  overflow: hidden;
  width: 95%;
  aspect-ratio: 3/2;
  margin-top: 0.5em;
  border: 1px solid #2952be;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.footer-slide .footer-content .footer-container .footer-columns-content .location-column .school-map .map-iframe {
  width: 100%;
  height: 100%;
}
.footer-slide .divider {
  width: 100%;
  height: 1px;
  background: #6b6b6b;
  z-index: 10;
  margin-top: 1.5em;
}
.footer-slide .footer-social-media {
  z-index: 10;
  padding-block: 1em;
}
.footer-slide .footer-social-media .social-media-title {
  color: #008ad2;
  line-height: 1.5;
}
.footer-slide .footer-social-media .social-media-links {
  width: 100%;
  gap: 3.5em;
  cursor: pointer;
}
@media (min-width: 991.5px) {
  .footer-slide .footer-social-media .social-media-links {
    gap: 2.5em;
  }
}
.footer-slide .footer-social-media .social-media-links .media-link-box:hover {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}
.footer-slide .footer-social-media .social-media-links .media-link-box .footer-media-icon {
  font-size: 1em;
}
@media (min-width: 991.5px) {
  .footer-slide .footer-social-media .social-media-links .media-link-box .footer-media-icon {
    font-size: 1.3em;
  }
}
.footer-slide .footer-social-media .social-media-links .media-link-box .footer-media-icon:before {
  color: #2b3a67;
}

@media (min-width: 767.5px) {
  .footer-mask-container {
    width: 38%;
  }
}
.footer-mask-container .footer-mask-outer .footer-mask-contactUs {
  width: 80%;
  gap: 0.5em;
}
.footer-mask-container .footer-mask-outer .phone-call-btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 90%;
  z-index: 10;
  padding: 0.4em;
  text-align: center;
  font-size: 1em;
  box-shadow: 0 74px 29px 0 rgba(0, 0, 0, 0.01), 0 41px 25px 0 rgba(0, 0, 0, 0.04), 0 18px 18px 0 rgba(0, 0, 0, 0.06), 0 5px 10px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 991.5px) {
  .footer-mask-container .footer-mask-outer .phone-call-btn {
    height: 2.7em;
  }
}
.footer-mask-container .footer-mask-outer .phone-call-btn.phone-call-number {
  font-weight: 700;
}
.footer-mask-container .footer-mask-outer .phone-call-btn:hover {
  transform: scale(0.96) !important;
  -webkit-transform: scale(0.96) !important;
  -moz-transform: scale(0.96) !important;
  -ms-transform: scale(0.96) !important;
  -o-transform: scale(0.96) !important;
}

@media (max-width: 991.5px) {
  .footer-swiper-slide .created-by {
    display: none;
  }
}

.final-section {
  padding-block: 0 !important;
  gap: 0.7em !important;
}

.social-media-btns {
  margin-block: 0.5em;
  opacity: 0;
  gap: 0.4em;
  width: fit-content;
}
@media (min-width: 991.5px) {
  .social-media-btns {
    margin-block: 0;
    justify-content: center;
  }
}
@media (min-width: 1199.5px) {
  .social-media-btns {
    flex-direction: row !important;
  }
}
@media (min-height: 899.5px) {
  .social-media-btns {
    margin-bottom: 1.5em;
  }
}
.social-media-btns .social-media-btn {
  width: 14em;
  height: 2.6em;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: var(--text-1);
  padding-inline: 0.2em;
  cursor: pointer;
}
@media (min-height: 699.5px) {
  .social-media-btns .social-media-btn {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    font-size: 0.8em;
  }
}
@media (min-width: 767.5px) {
  .social-media-btns .social-media-btn {
    font-size: 1em;
  }
}
@media (min-width: 991.5px) {
  .social-media-btns .social-media-btn {
    width: 13em;
    height: 2.8em;
  }
}

.created-by {
  width: 100%;
  padding-block: 0.5em;
  z-index: 100;
  gap: 1em;
}
@media (min-width: 767.5px) {
  .created-by {
    padding-block: 1em;
  }
}
@media (min-width: 991.5px) {
  .created-by {
    padding-block: 0.5em;
    position: absolute;
    bottom: 0;
  }
}
@media (max-height: 919.5px) and (min-width: 991.5px) {
  .created-by {
    display: none !important;
  }
}
.created-by .footer-bottom-ul {
  margin-bottom: 0;
  gap: 1.4em;
}
@media screen and (min-width: 991.5px) {
  .created-by .footer-bottom-ul {
    width: 30%;
    gap: 0;
  }
}
.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 (min-width: 991.5px) {
  .created-by .footer-bottom-ul .footer-bottom-text {
    text-align: right;
    list-style-type: disc;
  }
}
.created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  content: "";
  position: absolute;
  bottom: -1.1em;
  left: 50%;
  width: 70%;
  height: 0.7px;
  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) {
  .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
    display: none;
  }
}
.created-by .footer-bottom-btn-container {
  gap: 0.8em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .created-by .footer-bottom-btn-container {
    width: 30%;
    margin-bottom: -0.7em;
  }
}
.created-by .footer-bottom-btn-container .footer-bottom-btn {
  width: 12em;
  height: 2.5em;
  padding: 0.8em;
  gap: 0.5em;
  border-radius: 9px;
  font-size: 0.8em;
  font-weight: 500;
}
.created-by .footer-bottom-btn-container .footer-bottom-btn:hover {
  box-shadow: inset 0 0 8px 3px rgba(87, 87, 87, 0.5);
}
@media (min-width: 991.5px) {
  .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 14em;
    height: 3em;
  }
}
.created-by .footer-bottom-btn-container .footer-bottom-btn .icon-google-play {
  font-size: 1.4em;
}
.created-by .footer-bottom-btn-container .footer-bottom-btn .icon-apple {
  font-size: 1.26em;
  padding-bottom: 7px;
}

.abrisham-logo {
  width: 100%;
  gap: 0.2em;
}
@media (min-width: 991.5px) {
  .abrisham-logo {
    width: 30%;
  }
}
.abrisham-logo .law-message {
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.abrisham-logo .law-message .logo-name-part-1 {
  font-size: 1.6em;
  margin-right: 4px;
}
.abrisham-logo .law-message .logo-name-part-2 {
  font-size: 1.6em;
  margin-right: 0.2em;
}
.abrisham-logo .abrisham-logo-img {
  width: 4em;
}

:root {
  --navy-clr: #274c77;

  --yellow-clr-2: #e6d7c4;


}

.title-font {
  font-family: "Yekan Bakh" !important;
  font-weight: 700;
}

.title-box {
  gap: 0.5em;
  z-index: 10;
  position: relative;
  margin-bottom: 1.2em;
}
@media (min-width: 767.5px) {
  .title-box {
    margin-bottom: 2em;
    gap: 1em;
  }
}
.title-box .title-box-vector {
  width: 2.8em;
}
@media (min-width: 1399.5px) {
  .title-box .title-box-vector {
    width: 3.7em;
  }
}
.title-box .section-title {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--green-clr-1);
}
@media (min-width: 767.5px) {
  .title-box .section-title {
    font-size: 2em;
  }
}
@media (min-width: 1399.5px) {
  .title-box .section-title {
    font-size: 2.3em;
  }
}
.title-box .dot {
  background: var(--green-clr-1);
}

.slider-navigation .nav-btn {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1199.5px) {
  .slider-navigation .nav-btn {
    width: 2em;
    height: 2em;
  }
}
.slider-navigation .nav-btn .nav-icon {
  font-size: 1em;
}
@media (min-width: 1199.5px) {
  .slider-navigation .nav-btn .nav-icon {
    font-size: 1.1em;
  }
}

.star-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.star-layer .star {
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  opacity: 0;
  will-change: transform, opacity;
  animation: mouse-sparkle 0.9s ease-out forwards;
  -webkit-animation: mouse-sparkle 0.9s ease-out forwards;
}
.star-layer .star svg {
  width: 100%;
  height: 100%;
  fill: white;
}

@keyframes mouse-sparkle {
  0% {
    transform: scale(0.3) rotate(45deg);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5) rotate(45deg);
    opacity: 0;
  }
}
@keyframes event-anim {
  0% {
    transform: translateY(0) rotate(0);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-125rem) rotate(1360deg);
    opacity: 1;
  }
}
@keyframes spin-rays {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body.slide-1 .school-logo {
  filter: brightness(0) saturate(100%) invert(10%) sepia(80%) saturate(0%) hue-rotate(244deg) brightness(105%) contrast(105%);
}

@media (min-width: 991.5px) {
  body.slide-1 .school-logo {
    filter: brightness(0) saturate(100%) invert(97%) sepia(21%) saturate(246%) hue-rotate(317deg) brightness(115%) contrast(100%);
  }
}

body.slide-2 .school-logo,
body.slide-4 .school-logo,
body.slide-5 .school-logo,
body.slide-6 .school-logo,
body.slide-7 .school-logo,
body.slide-9 .school-logo,
body.slide-10 .school-logo,
body.slide-11 .school-logo {
  filter: brightness(0) saturate(100%) invert(23%) sepia(7%) saturate(5144%) hue-rotate(173deg) brightness(101%) contrast(85%);
}

body.slide-3 .school-logo {
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(346%) hue-rotate(52deg) brightness(117%) contrast(100%);
}

body.slide-1 .main-header .header-left-title {
  color: #333;
}
body.slide-1 .main-header .icon-menu::before {
  color: #333;
}

@media (min-width: 991.5px) {
  body.slide-1 .main-header .header-left-title {
    color: #fff;
  }
  body.slide-1 .main-header .icon-menu::before {
    color: #fff;
  }
}

body.slide-2 .main-header .header-left-title,
body.slide-4 .main-header .header-left-title,
body.slide-5 .main-header .header-left-title,
body.slide-6 .main-header .header-left-title,
body.slide-7 .main-header .header-left-title,
body.slide-9 .main-header .header-left-title,
body.slide-10 .main-header .header-left-title,
body.slide-11 .main-header .header-left-title {
  color: var(--navy-clr);
}
body.slide-2 .main-header .icon-menu::before,
body.slide-4 .main-header .icon-menu::before,
body.slide-5 .main-header .icon-menu::before,
body.slide-6 .main-header .icon-menu::before,
body.slide-7 .main-header .icon-menu::before,
body.slide-9 .main-header .icon-menu::before,
body.slide-10 .main-header .icon-menu::before,
body.slide-11 .main-header .icon-menu::before {
  color: var(--navy-clr);
}

body.slide-3 .main-header .header-left-title,
body.slide-8 .main-header .header-left-title {
  color: #fff;
}
body.slide-3 .main-header .icon-menu::before,
body.slide-8 .main-header .icon-menu::before {
  color: #fff;
}

body.slide-1 .fixed-footer .phone-number,
body.slide-3 .fixed-footer .phone-number,
body.slide-8 .fixed-footer .phone-number,
body.slide-1 .fixed-footer .icon-phone::before,
body.slide-3 .fixed-footer .icon-phone::before,
body.slide-8 .fixed-footer .icon-phone::before {
  color: #fff;
}

body.slide-1 .fixed-footer .divider,
body.slide-3 .fixed-footer .divider,
body.slide-8 .fixed-footer .divider {
  background-color: #fff;
}

body.slide-2 .fixed-footer .phone-number,
body.slide-4 .fixed-footer .phone-number,
body.slide-5 .fixed-footer .phone-number,
body.slide-6 .fixed-footer .phone-number,
body.slide-7 .fixed-footer .phone-number,
body.slide-9 .fixed-footer .phone-number,
body.slide-2 .fixed-footer .icon-phone::before,
body.slide-4 .fixed-footer .icon-phone::before,
body.slide-5 .fixed-footer .icon-phone::before,
body.slide-6 .fixed-footer .icon-phone::before,
body.slide-7 .fixed-footer .icon-phone::before,
body.slide-9 .fixed-footer .icon-phone::before {
  color: var(--navy-clr);
}

body.slide-2 .fixed-footer .divider,
body.slide-4 .fixed-footer .divider,
body.slide-5 .fixed-footer .divider,
body.slide-6 .fixed-footer .divider,
body.slide-7 .fixed-footer .divider,
body.slide-9 .fixed-footer .divider {
  background-color: var(--navy-clr);
}

body.slide-10 .fixed-footer {
  display: none;
}

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-7 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-8 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-9 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-10 .swiper-sections-pagination .swiper-pagination-bullet {
  background: #9d9d9d;
}

body.slide-8 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: #fff;
}

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-7 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-9 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-10 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: var(--navy-clr);
}

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-7 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-9 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-10 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background: var(--navy-clr);
}

body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-6 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-6 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background: var(--yellow-clr-1);
}

body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-6 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: var(--yellow-clr-1);
}

.scroll-btn {
  background: rgba(255, 255, 255, 0.5);
  border-color: #fff;
  cursor: pointer;
}
.scroll-btn:before, .scroll-btn:after {
  background: #fff;
}

body.slide-2 .scroll-btn,
body.slide-4 .scroll-btn,
body.slide-5 .scroll-btn,
body.slide-6 .scroll-btn,
body.slide-7 .scroll-btn,
body.slide-9 .scroll-btn,
body.slide-10 .scroll-btn {
  background: rgba(139, 145, 151, 0.28);
  border-color: var(--navy-clr);
}
body.slide-2 .scroll-btn:before, body.slide-2 .scroll-btn:after,
body.slide-4 .scroll-btn:before,
body.slide-4 .scroll-btn:after,
body.slide-5 .scroll-btn:before,
body.slide-5 .scroll-btn:after,
body.slide-6 .scroll-btn:before,
body.slide-6 .scroll-btn:after,
body.slide-7 .scroll-btn:before,
body.slide-7 .scroll-btn:after,
body.slide-9 .scroll-btn:before,
body.slide-9 .scroll-btn:after,
body.slide-10 .scroll-btn:before,
body.slide-10 .scroll-btn:after {
  background: var(--navy-clr);
}

.toggle-menu-parent .toggle-menu {
  background: var(--navy-clr);
}
.toggle-menu-parent .toggle-menu .icon-close-btn::before {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .search-form {
  border: 1px solid #fff;
}
.toggle-menu-parent .toggle-menu .search-form .search-input {
  border-left: 1px solid #fff;
}
.toggle-menu-parent .toggle-menu .search-form .icon-Search:before {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item:hover .menu-item-link, .toggle-menu-parent .toggle-menu .menu-items .menu-item.active .menu-item-link {
  color: #445720;
  background-color: #def3b7;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item:hover .menu-item-link .icon-chevron-down:before, .toggle-menu-parent .toggle-menu .menu-items .menu-item.active .menu-item-link .icon-chevron-down:before {
  color: #445720;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link .icon-chevron-down:before {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div .submenu-item {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div .submenu-item:hover {
  background: #def3b7;
  color: #445720;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns {
  border-top: 1px solid #def3b7;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn {
  background: #def3b7;
  color: #445720;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn:hover {
  box-shadow: inset 0 0 1em #445720;
}

.video-banner-section {
  background: var(--green-clr-1);
}
.video-banner-section::after, .video-banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5em;
  background: rgba(11, 11, 11, 0.4);
  border: 1px solid #fff;
  z-index: 999;
  display: none;
}
@media (min-width: 991.5px) {
  .video-banner-section::after, .video-banner-section:before {
    display: block;
  }
}
.video-banner-section:before {
  top: 0;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.video-banner-section:after {
  bottom: 0;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}
.video-banner-section .video-banner-slide {
  background-color: var(--green-clr-1);
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide {
    padding: 0;
  }
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .main-container {
    width: 100% !important;
  }
}
@media (min-width: 1599.5px) {
  .video-banner-section .video-banner-slide .main-container {
    max-width: 100% !important;
  }
}
@media (min-width: 1699.5px) {
  .video-banner-section .video-banner-slide .main-container {
    max-width: 100% !important;
  }
}
.video-banner-section .video-banner-slide .video-banner-container {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-banner-container {
    aspect-ratio: unset;
    height: 100vh;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
.video-banner-section .video-banner-slide .video-banner-container .plyr {
  border-radius: 4% 4% 5% 4%/7% 7% 7% 7%;
  -webkit-border-radius: 4% 4% 5% 4%/7% 7% 7% 7%;
  -moz-border-radius: 4% 4% 5% 4%/7% 7% 7% 7%;
  -ms-border-radius: 4% 4% 5% 4%/7% 7% 7% 7%;
  -o-border-radius: 4% 4% 5% 4%/7% 7% 7% 7%;
  aspect-ratio: 16/9;
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-banner-container .plyr {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control {
  background: rgba(255, 255, 255, 0.67);
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control:hover {
  background: var(--green-clr-1) !important;
}
.video-banner-section .video-banner-slide .video-banner-container .plyr input {
  color: var(--green-clr-1);
}
.video-banner-section .video-banner-slide .video-title-box .video-title {
  color: #fff;
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-title {
    color: var(--green-clr-1);
  }
}
.video-banner-section .video-banner-slide .video-title-box .video-subtitle {
  color: #fff;
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-subtitle {
    color: var(--green-clr-1);
  }
}

.commission-section {
  background-color: #3a8463;
}
.commission-section .background-pattern {
  background-size: 12% !important;
  opacity: 0.2;
  z-index: 0;
  background: url(../images/high-school-two/commission-flower-back.svg);
}
.commission-section .title-box .title-box-vector {
  filter: brightness(0) saturate(100%) invert(82%) sepia(11%) saturate(910%) hue-rotate(182deg) brightness(103%) contrast(104%);
}
.commission-section .title-box .section-title {
  color: var(--yellow-clr-2);
}
.commission-section .title-box .dot {
  background-color: var(--yellow-clr-2);
}
.commission-section .commission-content {
  gap: 1em;
}
@media (min-width: 575.5px) {
  .commission-section .commission-content {
    width: 70%;
  }
}
@media (min-width: 767.5px) {
  .commission-section .commission-content {
    width: 80%;
  }
}
@media (min-width: 1099.5px) {
  .commission-section .commission-content {
    width: 60%;
  }
}
@media (min-height: 749.5px) {
  .commission-section .commission-content {
    gap: 2em;
  }
}
.commission-section .commission-photos-container {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}
@media (min-width: 575.5px) {
  .commission-section .commission-photos-container {
    width: 75%;
  }
}
.commission-section .commission-photos-container .commission-photo-vector {
  position: absolute;
  right: 26%;
  top: 4%;
  width: 22%;
}
.commission-section .commission-photos-container .commission-photo-outer {
  position: absolute;
  background-color: var(--yellow-clr-1);
  -webkit-mask-image: url(../images/high-school-two/commission-photo-mask.png);
  mask-image: url(../images/high-school-two/commission-photo-mask.png);
  padding: 4px;
}
.commission-section .commission-photos-container .commission-photo-outer.commission-photo-one-container {
  left: 0;
  top: -1em;
  width: 66%;
  aspect-ratio: 8/9;
  z-index: 10;
}
.commission-section .commission-photos-container .commission-photo-outer.commission-photo-two-container {
  right: 0;
  bottom: -1.5em;
  width: 53%;
  aspect-ratio: 8/9;
  z-index: 0;
}
.commission-section .commission-photos-container .commission-photo-outer .commission-photo-mask-inner {
  width: 100%;
  aspect-ratio: 8/9;
  -webkit-mask-image: url(../images/high-school-two/commission-photo-mask.png);
  mask-image: url(../images/high-school-two/commission-photo-mask.png);
}
.commission-section .commission-photos-container .commission-photo-outer .commission-photo-mask-inner .commission-photo {
  width: 100%;
  height: 100%;
}
.commission-section .commission-text {
  font-size: 0.9em;
  color: #fff;
  text-align: justify;
  line-height: 2;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}

.aims-section {
  background-color: #a8c69f;
}
.aims-section .background-pattern {
  background-size: 12% !important;
  opacity: 0.2;
  z-index: 0;
  background: url(../images/high-school-two/commission-flower-back.svg);
}
.aims-section .aims-container {
  z-index: 10;
}
.aims-section .title-box .title-box-vector {
  filter: brightness(0) saturate(100%) invert(90%) sepia(14%) saturate(507%) hue-rotate(38deg) brightness(106%) contrast(84%);
}
.aims-section .title-box .section-title {
  color: var(--yellow-clr-2);
}
.aims-section .title-box .dot {
  background: var(--yellow-clr-2);
}
.aims-section .aims-description {
  width: 100%;
  gap: 0.6em;
}
@media (min-width: 767.5px) {
  .aims-section .aims-description {
    width: 48%;
  }
}
@media (min-width: 767.5px) and (min-height: 799.5px) {
  .aims-section .aims-description {
    gap: 1.2em;
  }
}
.aims-section .aims-description .aims-top-text {
  position: relative;
  text-align: justify;
  font-size: 0.8em;
  line-height: 1.8;
  color: #1f3119;
}
@media (min-width: 767.5px) {
  .aims-section .aims-description .aims-top-text {
    width: 80%;
  }
}
@media (min-height: 699px) and (max-width: 767.5px) {
  .aims-section .aims-description .aims-top-text {
    font-size: 0.9em;
  }
}
@media (min-width: 1099.5px) {
  .aims-section .aims-description .aims-top-text {
    padding-right: 1em;
    font-size: 0.9em;
    line-height: 2;
  }
}
.aims-section .aims-description .aims-top-text:before {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 3px;
  height: 102%;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: none;
}
@media (min-width: 1099.5px) {
  .aims-section .aims-description .aims-top-text:before {
    display: block;
  }
}
.aims-section .aims-description .aims-list {
  height: 9em;
  overflow-y: auto;
  padding-left: 10px;
}
@media (min-height: 639.5px) {
  .aims-section .aims-description .aims-list {
    height: 18em;
  }
}
@media (min-height: 699.5px) and (max-width: 767.5px) {
  .aims-section .aims-description .aims-list {
    height: 20em;
  }
}
@media (min-width: 767.5px) {
  .aims-section .aims-description .aims-list {
    padding-right: 2em;
  }
}
@media (min-width: 767.5px) and (min-height: 799.5px) {
  .aims-section .aims-description .aims-list {
    gap: 0.7em;
    height: 22em;
  }
}
.aims-section .aims-description .aims-list .aims-list-number {
  color: #fdffd7;
}
@media (min-width: 991.5px) {
  .aims-section .aims-description .aims-list .aims-list-number {
    font-weight: 700;
  }
}
.aims-section .aims-description .aims-list .aims-list-text {
  text-align: justify;
  font-size: 0.8em;
  line-height: 1.8;
  color: #fdffd7;
}
@media (min-height: 699px) and (max-width: 767.5px) {
  .aims-section .aims-description .aims-list .aims-list-text {
    font-size: 0.9em;
    font-weight: 700;
  }
}
@media (min-width: 991.5px) {
  .aims-section .aims-description .aims-list .aims-list-text {
    font-size: 0.9em;
    font-weight: 700;
    line-height: 2;
  }
}
.aims-section .aims-photo-container {
  width: 48%;
  pointer-events: none;
}
.aims-section .aims-photo-container .aims-photo {
  width: 100%;
}

.honors-section {
  background-color: var(--purple-clr-1);
}
.honors-section:before, .honors-section:after {
  content: "";
  position: absolute;
  width: 20%;
  aspect-ratio: 2/1;
  background: url(../images/high-school-two/news-slide-vector.svg) no-repeat center;
  background-size: cover;
  display: none;
  z-index: 10;
}
@media (min-width: 767.5px) {
  .honors-section:before, .honors-section:after {
    display: block;
  }
}
@media (min-width: 1199.5px) {
  .honors-section:before, .honors-section:after {
    width: 14%;
  }
}
.honors-section:before {
  top: 0;
  left: 10%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.honors-section:after {
  bottom: 0;
  right: 10%;
}
.honors-section .background-pattern {
  z-index: 0;
  background: url(../images/high-school-two/honors-pattern-background.svg);
}
.honors-section .star svg {
  fill: #9a31fc;
}
.honors-section .title-box .title-box-vector {
  filter: brightness(0) saturate(100%) invert(29%) sepia(11%) saturate(2585%) hue-rotate(172deg) brightness(92%) contrast(97%);
}
.honors-section .title-box .section-title {
  color: var(--navy-clr);
}
.honors-section .title-box .title-dots .dot {
  background-color: var(--navy-clr);
}
.honors-section .title-box .title-dots .dot:first-child {
  background-color: #6d9f71;
}
.honors-section .honors-items {
  width: 100%;
  gap: 1em;
}
@media (min-width: 767.5px) {
  .honors-section .honors-items {
    gap: 2em;
  }
}
@media (min-width: 1199.5px) {
  .honors-section .honors-items {
    width: 92%;
  }
}
@media (min-height: 699.5px) {
  .honors-section .honors-items {
    margin-top: 1em;
  }
}
.honors-section .honors-items .honor-item {
  position: relative;
  -webkit-mask-image: url(../images/high-school-two/honors-photo-mask.png);
  mask-image: url(../images/high-school-two/honors-photo-mask.png);
  width: 48%;
  opacity: 0;
}
@media (min-width: 359.5px) {
  .honors-section .honors-items .honor-item {
    width: 50%;
  }
}
@media (min-width: 767.5px) {
  .honors-section .honors-items .honor-item {
    width: 29%;
  }
}
.honors-section .honors-items .honor-item:hover:before {
  width: 94%;
  height: 92%;
}
.honors-section .honors-items .honor-item:before {
  content: "";
  width: 88%;
  height: 86%;
  background: url(../images/high-school-two/honor-photo-frame.svg) no-repeat center;
  background-size: cover;
}
