@import url(https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

ul {
  padding: 0;
  margin: 0
}

body {
  transition: all .5s;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000;
  font-family: "Albert Sans", sans-serif
}

a {
  text-decoration: none
}

.topbar {
  padding: 6px 0;
  position: relative;
  z-index: 1000;
  background: #002262
}

.fa-phone {
  transform: rotate(90deg)
}

.topbar ul {
  justify-content: end;
  margin-bottom: 0;
  display: flex;
  gap: 8px;
  padding: 0;
  line-height: normal;
  align-items: center;
  color: #fff
}

.topbar ul li i {
  margin-right: 10px
}

.topbar ul li a {
  color: #fff
}

.topbar ul li a:hover {
  text-decoration: underline
}

.topbar ul li .payfees_btn:hover {
  text-decoration: none
}

.topbar ul li .payfees_btn {
  margin-right: 0
}

.topbar ul li a {
  margin-right: 10px
}

.topbar ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500
}

.logo img {
  max-width: 380px
}

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
  margin-right: 0
}

@media (max-width:991.98px) {
  .menu-btn {
    display: flex
  }
}

.menu-btn .menu-btn__lines,
.menu-btn .menu-btn__lines::after,
.menu-btn .menu-btn__lines::before {
  width: 1.5rem;
  height: .2rem;
  border-radius: 100px;
  background: #9e2940;
  transition: all .4s ease-in-out
}

.menu-btn .menu-btn__lines::after,
.menu-btn .menu-btn__lines::before {
  content: "";
  position: absolute
}

.menu-btn .menu-btn__lines::before {
  transform: translateY(-.5rem)
}

.menu-btn .menu-btn__lines::after {
  transform: translateY(.5rem)
}

.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: 0 0
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-.5rem, .5rem);
  background: #000
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-.5rem, -.5rem);
  background: #000
}

.expand-btn:after {
  position: absolute;
  top: 50%;
  right: -2px;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f078";
  opacity: .75;
  transform: translateY(-50%) rotate(0);
  transition: .25s
}

.expand-btn.open {
  color: #ff5722
}

.expand-btn.open:after {
  transform: translateY(-50%) rotate(180deg)
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media (max-width:991.98px) {
  .navbar {
    padding: 10px 20px
  }
}

.navbar.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  padding: 0
}

.navbar .logo {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  border-radius: 0 0 50px 0;
  padding: 6px 32px
}

.navbar .menu-items {
  display: flex;
  align-items: center
}

.navbar .menu-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
  border-radius: 10px;
  background-color: #590818
}

.navbar .menu-items::-webkit-scrollbar {
  width: 6px;
  background-color: #590818
}

.navbar .menu-items::-webkit-scrollbar-thumb {
  background-color: #fff
}

.navbar .menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible
}

.navbar .dropdown {
  position: relative
}

.dropdown.pay_fees {
  position: relative
}

@media (min-width:991.98px) {
  .pay_fees .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -130px !important;
    display: block;
    width: 220px;
    right: auto !important;
    visibility: hidden;
    padding: 5px 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 0;
    border-top: 1px solid #adb5bd;
    opacity: 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .16);
    transition: .5s;
    border-radius: 0 0 25px 0
  }

  .navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    pointer-events: all;
    inset-inline-start: 10px;
    visibility: visible
  }

  .navbar .dropdown:hover>.expand-btn:after {
    transform: translateY(-50%) rotate(180deg)
  }

  .dropdown.pay_fees:hover .dropdown-menu {
    opacity: 1;
    pointer-events: all;
    inset-inline-start: 10px;
    visibility: visible
  }

  .dropdown.pay_fees:hover .expand-btn:after {
    transform: translateY(-50%) rotate(180deg)
  }
}

@media (min-width:1024px) {

  .navbar .dropdown .dropdown-left .expand-btn:after,
  .navbar .dropdown .dropdown-right .expand-btn:after {
    right: .625rem
  }
}

@media (min-width:1024px) {
  .navbar .dropdown-menu li a:hover .dropdown.pay_fees .dropdown-menu a:hover {
    color: #9e2940
  }

  .dropdown.pay_fees .dropdown-menu a,
  .navbar .dropdown-menu li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 500
  }

  .navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    left: 10px;
    width: 220px;
    visibility: hidden;
    padding: 5px 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 0;
    border-top: 1px solid #adb5bd;
    opacity: 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .16);
    transition: .5s;
    border-radius: 0 0 25px 0
  }
}

@media (max-width:991.98px) {
  .navbar .dropdown-menu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 1rem;
    overflow: hidden
  }
}

.navbar .menu-right {
  top: 0;
  left: 100%
}

@media (max-width:991.98px) {
  .navbar .menu-right {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-left: 1.5rem
  }

  .navbar .menu-right:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #000;
    transform: translateY(-50%)
  }
}

.navbar .menu-left {
  top: 0;
  left: -100%
}

@media (max-width:991.98px) {
  .navbar .menu-left {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1.5rem
  }

  .navbar .menu-left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #000;
    transform: translateY(-50%)
  }
}

.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 6px 15px;
  font-size: 14px;
  transition: .25s;
  color: #000;
  font-weight: 600;
  text-transform: uppercase
}

.payfees_btn span {
  min-height: 35px;
  display: inline-block;
  line-height: 35px
}

.dropdown.pay_fees .dropdown-menu a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 6px 15px;
  font-size: 14px;
  transition: .25s;
  color: #000;
  font-weight: 600
}

.dropdown.pay_fees .dropdown-menu a:hover,
.navbar .menu-item:hover {
  color: #9e2940
}

.dropdown.pay_fees .dropdown-menu a:hover {
  text-decoration: none
}

.navbar ul li {
  list-style: none;
  transition: .3s ease
}

.navbar ul li .arrow {
  transition: all .3s ease-out
}

.navbar ul li a {
  position: relative;
  text-decoration: none;
  color: #000
}

@media (min-width:1024px) {
  .navbar .dropdownMega {
    position: inherit !important
  }
}

@media (min-width:1024px) {
  .navbar .mega-menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 650px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-out 0s, visibility .1s linear 0s
  }
}

@media (max-width:991.98px) {
  .navbar .mega-menu {
    position: relative;
    display: none;
    padding-left: 0
  }
}

.navbar .mega-menu .content {
  display: flex;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background: #171b27;
  -webkit-box-shadow: 0 20px 50px 0 #000;
  box-shadow: 0 20px 50px 0 #000
}

@media (max-width:991.98px) {
  .navbar .mega-menu .content {
    grid-template-columns: auto
  }
}

@media (min-width:1024px) {
  .navbar .mega-menu .content {
    padding: 1.5rem 1rem
  }
}

@media (max-width:991.98px) {
  .navbar .mega-menu .content .col {
    padding: 0;
    width: 100%
  }
}

.navbar .category .content .col .img-wrapper {
  margin: 1rem 0
}

.navbar .blog .content {
  grid-template-columns: repeat(1, 1fr)
}

@media (min-width:1024px) {
  .navbar .blog .content {
    grid-template-columns: repeat(4, 1fr)
  }
}

.navbar .blog .content .col .img-wrapper {
  margin-bottom: 1rem
}

.navbar .blog .content .col .menu-title {
  font-weight: 400
}

.navbar .blog .content .col .menu-title a {
  transition: .25s
}

.navbar .blog .content .col .menu-title a:hover {
  color: #ff5722
}

.navbar .content .col {
  display: flex;
  flex-direction: column
}

.navbar .content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden
}

.navbar .content .col .img-wrapper:hover img {
  transform: scale(1.1)
}

.navbar .content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden
}

.navbar .content .col img {
  width: 100%;
  max-width: 100%;
  transition: transform .3s ease-in-out
}

.navbar .content .col .menu-title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.125rem;
  border-left: 2px solid #ff5722;
  padding-left: .625rem
}

@media (max-width:991.98px) {
  .navbar .content .col .menu-title {
    font-size: .875rem
  }
}

.navbar .content .col p {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: .813rem;
  line-height: 1.6rem;
  color: #fff
}

.navbar .content .col .mega-links {
  padding-left: 1rem;
  border-left: 1px solid #3c3c3c
}

@media (max-width:991.98px) {
  .navbar .content .col .mega-links {
    border-left: 0;
    padding-left: 0
  }

  .navbar .content .col .mega-links li {
    margin: 0
  }

  .navbar .content .col .mega-links li a {
    padding: 0 .5rem
  }
}

.navbar .content .col .mega-links li {
  margin: 1rem 0
}

.navbar .content .col .mega-links li a {
  padding: 0
}

@media (max-width:991.98px) {
  .overflow {
    overflow: hidden
  }
}

@media (max-width:991.98px) {
  .overlay {
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
  }

  .overlay.overlay--active {
    opacity: 1;
    visibility: visible
  }
}

.slider_video {
  margin-left: 80px
}

.slider_video video {
  width: 100%;
  margin-left: auto;
  height: 90vh;
  object-fit: cover;
  border-radius: 0 0 0 120px;
  border-bottom: 3px solid #9e2940
}

.slider_video .video_box {
  position: relative
}

.slider_video .video_box:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49));
  top: 0;
  right: 0;
  width: 100%;
  height: 99%;
  position: absolute;
  border-radius: 0 0 0 120px;
  width: 100%;
  border-bottom: 3px solid #9e2940
}

.about_us {
  padding: 40px 0 50px
}

.global_heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 45px
}

.conta_para_p {
  margin-bottom: 30px;
  margin-top: 30px
}

.conta_para_p p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000
}

.school_name_short {
  font-size: 60px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 0 40px;
  display: inline-block;
  margin: auto
}

.school_information_heading {
  position: relative;
  text-align: center;
  margin-bottom: 40px
}

.school_information_heading {
  position: relative;
  display: inline-block
}

.school_information_heading:after,
.school_information_heading:before {
  content: "";
  position: absolute;
  top: 55%;
  height: 20px;
  width: 0;
  transform: translateY(-50%);
  background-color: #9e2940;
  z-index: -1;
  transition: width 3s ease
}

.school_information_heading:after {
  right: 0
}

.school_information_heading:before {
  left: 0
}

.school_information_heading.aos-animate:after,
.school_information_heading.aos-animate:before {
  width: 50%
}

.since_school_date h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 80px
}

.since_school_date {
  text-align: right;
  background-color: #9e2940;
  padding: 20px 50px 30px;
  padding-right: 140px;
  color: #fff
}

.reveal-left,
.reveal-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease
}

.reveal-left {
  transform: translateX(-100px)
}

.reveal-section.active .reveal-left {
  opacity: 1;
  transform: translateX(0)
}

.reveal-section.active .reveal-right {
  opacity: 1;
  transform: translateX(0)
}

.since_outer {
  padding-top: 40px
}

.since_outer p {
  background-color: #002262;
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  padding: 30px 50px;
  margin-top: 65px;
  line-height: 45px;
  margin-left: -86px;
  width: calc(100% + 86px)
}

.since_school_date span {
  display: block;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: -30px
}

.count-area {
  padding-top: 50px
}

.count-area-content {
  text-align: center
}

.count-digit {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #000;
  text-shadow: 0 3px 4px #9e2940;
  margin-bottom: 15px
}

.count-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #000
}

.principle_message {
  padding: 200px 0 60px;
  position: relative
}

.principle_message:after {
  content: "";
  position: absolute;
  top: 0;
  height: 63%;
  background-color: #9e2940;
  clip-path: polygon(0 27%, 100% 0, 100% 86%, 0 78%);
  left: 0;
  width: 100%;
  z-index: -1
}

.principal_img {
  position: relative;
  z-index: 1
}

.principle_message_box {
  position: relative;
  z-index: 1
}

.principle_message_box .global_heading {
  color: #fff
}

.principle_quoate p {
  position: relative;
  padding: 0 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-right: 120px
}

.principle_quoate p:before {
  content: "";
  position: absolute;
  height: 44px;
  width: 44px;
  top: -21px;
  left: 0;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-size: cover
}

.principle_quoate p:after {
  content: "";
  position: absolute;
  height: 44px;
  width: 44px;
  bottom: -21px;
  right: 0;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  transform: scaleX(-1);
  background-size: cover
}

.principal_img {
  position: relative
}

.principal_img::before {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: -15px;
  top: -15px;
  border: 1px solid #fff;
  content: "";
  z-index: -1
}

.principal_img::after {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  right: -15px;
  bottom: -15px;
  border: 1px solid #fff;
  content: "";
  z-index: -1
}

.principal_img:hover img {
  transform: scale(1.1)
}

.principal_img img {
  width: 100%;
  transition: all .5s
}

.news_box:hover img {
  transform: scale(1.1)
}

.news_box img {
  transition: all .5s;
  height: 423px;
  object-fit: contain
}

.principal_img {
  width: calc(100% - 30px)
}

.msg_cnt {
  font-weight: 500;
  margin-top: 50px;
  font-size: 18px
}

.h8_course-wrap {
  display: flex;
  width: 100%;
  padding: 0;
  gap: 10px;
  justify-content: center
}

.h8_course-item.expand {
  width: 435px;
  flex-shrink: 0;
  box-shadow: rgba(8, 5, 33, .1) 0 6px 60px 0
}

.h8_course-item {
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  max-height: 450px
}

.h8_course-item.expand .h8_course-m-title-vertical {
  color: #fff
}

.h8_course-m-title-vertical {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: left
}

.h8_course-item.expand .h8_course-m-count svg {
  color: #fff
}

.h8_course-item.expand .h8_course-content-3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}

.h8_course-content-3:hover .accordion-body-content h4 {
  color: #9e2940
}

.accordion-body-img img {
  transition: .6s
}

.h8_course-content-3:hover .accordion-body-img img {
  transform: scale(1.2);
  transition: .6s
}

.h8_course-content-3 {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  height: 100%;
  background-color: #fff;
  padding: 10px 15px
}

.h8_course-wrap .accordion-body-img {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  border: 1px solid #9e2940;
  border-radius: 12px;
  overflow: hidden
}

.h8_course-wrap .accordion-body-img img {
  width: 100%;
  z-index: -2;
  position: relative
}

.h8_course-wrap .accordion-body-img span {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  width: 135px;
  display: inline-grid;
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  border-radius: 10px;
  background: #395bdf;
  place-items: center
}

.h8_course-wrap .accordion-body-img span::before {
  position: absolute;
  left: -15px;
  top: 0;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  content: "";
  z-index: -1;
  background: #fff;
  border-radius: 0 0 0 10px
}

.h8_course-wrap .accordion-body-bottom {
  display: flex;
  align-items: center;
  gap: 24px
}

.h8_course-wrap .accordion-body-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000
}

.h8_course-wrap .accordion-body-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 25px
}

.h8_course-wrap .inner-info {
  text-align: center;
  width: 95px;
  display: grid;
  position: relative;
  z-index: 99;
  place-items: center;
  padding: 10px 10px 15px
}

.h8_course-wrap .inner-info::before {
  position: absolute;
  left: -10px;
  bottom: -15px;
  content: "";
  width: 60px;
  height: 70px;
  opacity: .7;
  z-index: -2;
  border-radius: 10px;
  background: linear-gradient(143deg, #f14d5d 0, rgba(241, 77, 93, 0) 100%)
}

.h8_course-wrap .inner-info.inner-info-2::before {
  position: absolute;
  left: -10px;
  bottom: -15px;
  content: "";
  width: 60px;
  height: 70px;
  opacity: .7;
  z-index: -2;
  border-radius: 10px;
  background: linear-gradient(180deg, #002262 0, rgba(0, 34, 98, 0) 100%)
}

.h8_course-wrap .inner-info h3 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.1
}

.h8_course-wrap .inner-info span {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1
}

.h8_course-wrap .inner-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .87);
  border: 1px solid #fff;
  box-shadow: 0 6px 50px rgba(25, 35, 53, .1);
  backdrop-filter: blur(2px);
  z-index: -1;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 10px
}

.h8_course-wrap .inner-info {
  text-align: center;
  width: 70px;
  display: grid;
  position: relative;
  z-index: 99;
  place-items: center;
  padding: 10px 10px 15px
}

.h8_course-wrap .inner-info-2::before {
  background: linear-gradient(143deg, #2f57ef 0, rgba(47, 87, 239, 0) 100%)
}

.h8_course-wrap .inner-info::before {
  position: absolute;
  left: -20px;
  bottom: -12px;
  content: "";
  width: 70px;
  height: 57px;
  opacity: .7;
  z-index: -2;
  border-radius: 10px;
  background: linear-gradient(143deg, #f14d5d 0, rgba(241, 77, 93, 0) 100%)
}

.h8_course-wrap .inner-info h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.1
}

.h8_course-wrap .inner-info span {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1
}

.h8_course-wrap .inner-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: rgba(25, 35, 53, .1) 0 6px 50px 0;
  backdrop-filter: blur(20px);
  z-index: -1;
  background: rgba(255, 255, 255, .3);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 10px
}

.h8_course-item.small {
  width: 60px;
  flex-shrink: 0
}

.h8_course-item {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative
}

.camp_facilities {
  padding: 40px 0 80px
}

.our_clients .swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center
}

.our_clients .swiper-slide.marquee-swiper {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.our_clients .swiper-slide.marquee-swiper svg {
  filter: brightness(0) invert(1)
}

.marquee-swiper .swiper-slide:nth-child(even) img {
  margin-top: 60px
}

.gallery_school {
  padding: 60px 0;
  background-color: #9e2940;
  position: relative
}

.our_clients .swiper-slide.marquee-swiper {
  width: unset;
  margin-right: 0 !important
}

.our_clients .swiper-wrapper.marquee-swiper {
  gap: 15px;
  align-items: center
}

.outer_gallery_heading img {
  filter: brightness(0) invert(1)
}

.footer_bottom {
  position: relative;
  overflow: hidden
}

.footer_inner {
  background-color: #9e2940;
  width: 100%;
  border-radius: 0 150px 0 0;
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-right: 50px
}

.inner_copy_right {
  background-color: #4a000f;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 20px;
  z-index: 2
}

.copy_right {
  position: relative
}

.copy_right:after {
  width: 50%;
  height: 100%;
  background-color: #4a000f;
  position: absolute;
  content: "";
  top: 0;
  z-index: 1;
  left: 0
}

.footer_bottom:after {
  width: 50%;
  height: 100%;
  background-color: #9e2940;
  position: absolute;
  content: "";
  top: 0;
  left: 0
}

.social_icon ul li {
  list-style: none
}

.social_icon ul {
  display: flex;
  gap: 10px;
  justify-content: center
}

.social_icon ul li a {
  width: 35px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #9e2940
}

.social_icon ul li a:hover {
  background-color: #4a000f;
  color: #fff
}

.footer_links h6 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px
}

.footer_links ul {
  color: #fff;
  padding-left: 15px
}

.footer_links ul li a {
  color: #fff;
  font-weight: 500;
  margin: 10px 0;
  transition: .6s
}

.footer_links ul li a:hover {
  text-decoration: underline;
  margin-left: 5px;
  transition: .6s
}

.footer_logo img {
  width: 100% !important;
  margin-bottom: 10px
}

.footer_links ul li {
  margin: 15px 0
}

.goverment_school {
  border-top: 1px solid #ffffff9c;
  padding-top: 25px;
  margin-top: 55px;
  padding-bottom: 55px;
  font-weight: 400;
  font-size: 16px;
  color: #fff
}

.copy_right a {
  color: #fff;
  font-size: 14px
}

footer p {
  color: #fff;
  font-size: 14px
}

.latest_news {
  padding: 60px 0 0
}

.news_box {
  position: relative;
  border: 1px solid #9e2940;
  border-radius: 12px;
  overflow: hidden
}

.news_box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #000 100%)
}

.news_cnt {
  position: absolute;
  bottom: -15px;
  left: 0;
  padding: 15px;
  z-index: 999;
  width: 100%;
  transition: .6s
}

.news_box:hover .news_cnt {
  bottom: 0;
  transition: .6s
}

.news_box:hover .news_cnt {
  background-color: #9e2940
}

.news_cnt span {
  color: #fff;
  font-weight: 500;
  font-size: 14px
}

.news_cnt h6 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-top: 8px
}

.news_list span {
  font-weight: 700;
  font-size: 12px
}

.news_list li {
  list-style: none;
  border-bottom: 1px solid #cf949f;
  margin-bottom: 12px;
  transition: .6s
}

.news_list li:hover {
  margin-left: 8px;
  transition: .6s
}

.news_list li p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px
}

.latest_news .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a6192e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999999
}

#loader img {
  width: 120px;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeIn 2s forwards
}

#loader .loader-counter {
  font-size: 2rem;
  margin: 10px 0;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 700
}

.progress-container {
  width: 360px;
  height: 8px;
  background: rgba(255, 255, 255, .2);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width .2s ease
}

@keyframes fadeIn {
  to {
    opacity: 1
  }
}

#content {
  opacity: 0;
  transition: opacity 2s ease
}

#content.show {
  opacity: 1
}

html {
  scroll-behavior: smooth
}

.payfees_btn {
  background-color: #591e49;
  display: inline-block;
  padding: 4px;
  position: relative;
  overflow: hidden
}

.payfees_btn span {
  background: #d00003;
  display: block;
  padding: 3px 12px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1
}

.payfees_btn span svg {
  margin-right: 5px;
  width: 24px
}

.payfees_btn::before {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: .7;
  transition: width .3s ease
}

.payfees_btn:hover::before {
  width: 100%
}

.header-style-1 .header-logo .logoa {
  display: block
}

.header-style-1 .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  transition: cubic-bezier(.25, .46, .45, .94)
}

.header-style-1 .header-logo .logob {
  display: none
}

.header-style-1 .header-logo {
  display: block;
  width: auto;
  max-width: 270px;
  left: 0;
  top: 0;
  position: absolute
}

.header-style-1 .header-main-left {
  flex: 0 0 auto
}

header.navbar.header-style-1 {
  padding: 0 0;
  background: #fff
}

.header-style-1 .header_main_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  transition: top .3s cubic-bezier(.25, .46, .45, .94);
  z-index: 999
}

html.header-scrolled .header-style-1 .header_main_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 999
}

.menu-item.expand-btn {
  padding-right: 15px !important
}

.navbar .menu-items>li:last-child {
  padding-right: 0
}

.navbar .menu-items>li {
  padding: 0 10px
}

.navbar .menu-items>li>.menu-item {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  line-height: 56px
}

.navbar .menu-items>li>.menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #9e2940;
  transition: height .3s cubic-bezier(.25, .46, .45, .94)
}

.navbar .menu-items>li>.menu-item:hover::before {
  height: 3px
}

.header-scrolled .header-logo .logob {
  display: block
}

.header-scrolled .header-logo .logoa {
  display: none
}

html.header-scrolled .header-style-1 .header-logo {
  position: relative
}

.arrow_lines {
  height: 65px;
  width: auto;
  margin: auto
}

.btn__underline:hover {
  color: #9e2940
}

footer .btn__underline:hover {
  color: #ff486c
}

.btn__underline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  will-change: transform;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 700
}

.btn__underline::after,
.btn__underline::before {
  content: "";
  position: absolute;
  top: calc(100% - .0625rem);
  height: .0625rem;
  width: 160%;
  background-color: currentColor;
  transition: width .8s ease
}

.btn__underline::before {
  left: -60%
}

.btn__underline::after {
  right: -60%;
  width: 0
}

.btn__underline:hover::before {
  width: 0
}

.btn__underline:hover::after {
  width: 160%
}

.school_information {
  padding-top: 50px
}

.h8_course-item.expand:nth-child(1) .h8_course-m-title i {
  background: #fff;
  color: #0092cb
}

.h8_course-item:nth-child(1) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #0092cb;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(1) .h8_course-m-title {
  border: 1px solid #0092cb
}

.h8_course-item.expand:nth-child(1) .h8_course-m-title {
  background-color: #0092cb
}

.h8_course-m-title {
  width: 60px;
  z-index: 50;
  border-radius: 10px;
  cursor: pointer;
  background-color: #fff;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0
}

.h8_course-item.expand:nth-child(1) {
  border: 1px solid #0092cb
}

.h8_course-wrap .accordion-body-content h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  font-family: "Playfair Display", serif;
  margin-top: 4px
}

.h8_course-item.expand:nth-child(2) .h8_course-m-title i {
  background: #fff;
  color: #9e2940
}

.h8_course-item:nth-child(2) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #9e2940;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(2) .h8_course-m-title:hover {
  background-color: #9e2940;
  transition: .6s
}

.h8_course-item:nth-child(1) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #0092cb
}

.h8_course-item:nth-child(2) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #9e2940
}

.h8_course-item:nth-child(3) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #00b362
}

.h8_course-item:nth-child(4) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #002262
}

.h8_course-item:nth-child(5) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #b18e00
}

.h8_course-item:nth-child(6) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #b300cb
}

.h8_course-item:nth-child(7) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #00a8ca
}

.h8_course-item:nth-child(8) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #6bbe00
}

.h8_course-item:nth-child(9) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #dc3e00
}

.h8_course-item:nth-child(10) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #12b800
}

.h8_course-item:nth-child(11) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #12b800
}

.h8_course-item:nth-child(12) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #12b800
}

.h8_course-item:nth-child(13) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #12b800
}

.h8_course-item:nth-child(14) .h8_course-m-title:hover .fa-chevron-right {
  background-color: #fff !important;
  color: #12b800
}

.h8_course-item:nth-child(2) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(3) .h8_course-m-title:hover {
  background-color: #00b362;
  transition: .6s
}

.h8_course-item:nth-child(3) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(4) .h8_course-m-title:hover {
  background-color: #002262;
  transition: .6s
}

.h8_course-item:nth-child(4) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(5) .h8_course-m-title:hover {
  background-color: #b18e00;
  transition: .6s
}

.h8_course-item:nth-child(5) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(1) .h8_course-m-title:hover {
  background-color: #0092cb;
  transition: .6s
}

.h8_course-item:nth-child(6) .h8_course-m-title:hover {
  background-color: #b300cb;
  transition: .6s
}

.h8_course-item:nth-child(6) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(7) .h8_course-m-title:hover {
  background-color: #00a8ca;
  transition: .6s
}

.h8_course-item:nth-child(7) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(8) .h8_course-m-title:hover {
  background-color: #6bbe00;
  transition: .6s
}

.h8_course-item:nth-child(8) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(9) .h8_course-m-title:hover {
  background-color: #dc3e00;
  transition: .6s
}

.h8_course-item:nth-child(9) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(10) .h8_course-m-title:hover {
  background-color: #12b800;
  transition: .6s
}

.h8_course-item:nth-child(10) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(11) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(12) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(13) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(14) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: #fff !important
}

.h8_course-item:nth-child(2) .h8_course-m-title {
  border: 1px solid #9e2940;
  transition: .6s
}

.h8_course-item.expand:nth-child(2) .h8_course-m-title {
  background-color: #9e2940
}

.h8_course-item.expand:nth-child(3) .h8_course-m-title i {
  background: #fff;
  color: #00b362
}

.h8_course-item:nth-child(3) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #00b362;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(3) .h8_course-m-title {
  border: 1px solid #00b362
}

.h8_course-item.expand:nth-child(3) .h8_course-m-title {
  background-color: #00b362
}

.h8_course-item.expand:nth-child(4) .h8_course-m-title i {
  background: #fff;
  color: #002262
}

.h8_course-item:nth-child(4) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #002262;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(4) .h8_course-m-title {
  border: 1px solid #002262
}

.h8_course-item.expand:nth-child(4) .h8_course-m-title {
  background-color: #002262
}

.h8_course-item.expand:nth-child(5) .h8_course-m-title i {
  background: #fff;
  color: #b18e00
}

.h8_course-item:nth-child(5) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #b18e00;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(5) .h8_course-m-title {
  border: 1px solid #b18e00
}

.h8_course-item.expand:nth-child(5) .h8_course-m-title {
  background-color: #b18e00
}

.h8_course-item.expand:nth-child(6) .h8_course-m-title i {
  background: #fff;
  color: #b300cb
}

.h8_course-item:nth-child(6) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #b300cb;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(6) .h8_course-m-title {
  border: 1px solid #b300cb
}

.h8_course-item.expand:nth-child(6) .h8_course-m-title {
  background-color: #b300cb
}

.h8_course-item.expand:nth-child(7) .h8_course-m-title i {
  background: #fff;
  color: #00a8ca
}

.h8_course-item:nth-child(7) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #00a8ca;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(7) .h8_course-m-title {
  border: 1px solid #00a8ca
}

.h8_course-item.expand:nth-child(7) .h8_course-m-title {
  background-color: #00a8ca
}

.h8_course-item.expand:nth-child(8) .h8_course-m-title i {
  background: #fff;
  color: #6bbe00
}

.h8_course-item:nth-child(8) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #6bbe00;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(8) .h8_course-m-title {
  border: 1px solid #6bbe00
}

.h8_course-item.expand:nth-child(8) .h8_course-m-title {
  background-color: #6bbe00
}

.h8_course-item.expand:nth-child(9) .h8_course-m-title i {
  background: #fff;
  color: #dc3e00
}

.h8_course-item:nth-child(9) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #dc3e00;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(9) .h8_course-m-title {
  border: 1px solid #dc3e00
}

.h8_course-item.expand:nth-child(9) .h8_course-m-title {
  background-color: #dc3e00
}

.h8_course-item.expand:nth-child(10) .h8_course-m-title i {
  background: #fff;
  color: #12b800
}

.h8_course-item:nth-child(10) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #12b800;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(10) .h8_course-m-title {
  border: 1px solid #12b800
}

.h8_course-item.expand:nth-child(10) .h8_course-m-title {
  background-color: #12b800
}

.h8_course-item.expand:nth-child(11) .h8_course-m-title i {
  background: #fff;
  color: #16cb7070
}

.h8_course-item:nth-child(11) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #16cb7070;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(11) .h8_course-m-title {
  border: 1px solid #16cb7070
}

.h8_course-item.expand:nth-child(11) .h8_course-m-title {
  background-color: #16cb7070
}

.h8_course-item.expand:nth-child(12) .h8_course-m-title i {
  background: #fff;
  color: maroon
}

.h8_course-item:nth-child(12) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: maroon;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(12) .h8_course-m-title {
  border: 1px solid maroon
}

.h8_course-item.expand:nth-child(12) .h8_course-m-title {
  background-color: maroon
}

.h8_course-item.expand:nth-child(13) .h8_course-m-title i {
  background: #fff;
  color: #ba487f
}

.h8_course-item:nth-child(13) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #ba487f;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(13) .h8_course-m-title {
  border: 1px solid #ba487f
}

.h8_course-item.expand:nth-child(13) .h8_course-m-title {
  background-color: #ba487f
}

.h8_course-item.expand:nth-child(14) .h8_course-m-title i {
  background: #fff;
  color: #ffb433
}

.h8_course-item:nth-child(14) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #ffb433;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(14) .h8_course-m-title {
  border: 1px solid #ffb433
}

.h8_course-item.expand:nth-child(14) .h8_course-m-title {
  background-color: #ffb433
}

.h8_course-item.expand:nth-child(15) .h8_course-m-title i {
  background: #fff;
  color: #016b61
}

.h8_course-item:nth-child(15) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #016b61;
  line-height: 30px;
  text-align: center;
  color: #fff
}

.h8_course-item:nth-child(15) .h8_course-m-title {
  border: 1px solid #016b61
}

.h8_course-item.expand:nth-child(15) .h8_course-m-title {
  background-color: #016b61
}

.swiper-slide.marquee-swiper.swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #9e2940;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out
}

.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  pointer-events: none
}

.school_logo_gallery {
  margin: auto;
  width: 200px
}

.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
  transform: scale(1.1);
  transition: transform .3s ease
}

.swiper-button-next:active svg,
.swiper-button-prev:active svg {
  transform: scale(.9);
  opacity: .8
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none
}

.swiper_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px
}

.swiper_nav .swiper-button-prev {
  transform: rotate(-180deg)
}

.swiper_nav .swiper-button-next,
.swiper_nav .swiper-button-prev {
  position: unset;
  text-transform: unset;
  margin-top: 20px;
  width: 35px
}

.latest_news .owl-theme .owl-dots .owl-dot.active span {
  background: #9e2940
}

.latest_news .owl-theme .owl-nav [class*=owl-] {
  background: 0 0;
  padding: 0
}

.latest_news .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 5px;
  margin: 5px 1px;
  background: #d8a9b3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.latest_news .owl-theme .owl-dots {
  margin-top: -24px
}

.latest_news .owl-carousel .owl-stage-outer {
  border-radius: 12px
}

ul.rating_icons img {
  width: 18px
}

ul.rating_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin-bottom: 10px
}

.triangle-shape p {
  color: #000;
  font-weight: 500
}

.triangle-shape {
  background-color: #fecaca;
  position: relative;
  border-radius: 50rem;
  padding: 20px 20px;
  margin-bottom: 80px;
  text-align: center
}

.triangle-shape::before {
  position: absolute;
  content: "";
  height: 65px;
  width: 40px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #fecaca;
  inset-block-start: 100%;
  transform: translateX(-50%);
  inset-inline-start: 50%;
  z-index: -1
}

.shape-bg-red-light {
  background-color: #fecaca
}

.shape-bg-green-light {
  background-color: #bbf7d0
}

.shape-bg-green-light::before {
  background-color: #bbf7d0
}

.shape-bg-blue-light {
  background-color: #a7d3fc
}

.shape-bg-blue-light:hover {
  background-color: #8abff1 !important
}

.shape-bg-blue-light:hover:before {
  background-color: #8abff1 !important
}

.shape-bg-red-light:hover {
  background-color: #efadad
}

.shape-bg-red-light:hover::before {
  background-color: #efadad
}

.shape-bg-green-light:hover {
  background-color: #7bdf9e
}

.shape-bg-green-light:hover::before {
  background-color: #7bdf9e
}

.shape-bg-blue-light::before {
  background-color: #a7d3fc
}

.shape-bg-red-light::before {
  background-color: #fecaca
}

.author_contents {
  text-align: center
}

.author_contents img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  margin: auto
}

.author_contents p {
  color: #000
}

.author_contents h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px
}

.bg-main-25 {
  background-color: #f3f9ff
}

.padding_sections {
  padding: 150px 0 140px;
  position: relative;
  z-index: 2
}

.swiper_nav.swiper_nav .swiper-button-next,
.swiper_nav.swiper_nav .swiper-button-prev {
  margin: 0
}

.swiperbg_shape {
  background: #9e2940;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: fit-content;
  margin: 30px auto 0
}

.swiperbg_shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background-color: #9e2940;
  top: 0;
  left: -24px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0)
}

.swiperbg_shape::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 100%;
  background-color: #9e2940;
  top: 0;
  right: -24px;
  clip-path: polygon(0 100%, 100% 50%, 0 0)
}

.blog-area .blog:hover .thumb img {
  transform: scale(1.1)
}

.news_list li p:hover {
  color: #9e2940;
  transition: all .5s
}

.latest_news .owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center
}

.latest_news .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center
}

.latest_news .owl-prev:hover {
  background-color: #9e29403d !important;
  color: #fff
}

.latest_news .owl-next:hover {
  background-color: #9e29403d !important;
  color: #fff
}

.latest_news .owl-prev:hover svg path {
  color: #fff !important;
  fill: #fff !important
}

.principal_img_outer {
  overflow: hidden
}

.outer_testi:hover .author_contents img {
  border: 1px solid #9e2940;
  padding: 5px;
  transition: .6s
}

.outer_testi .author_contents img {
  border: 1px solid transparent;
  transition: .6s;
  object-fit: cover
}

.birthday_section {
  background-color: #9e2940;
  position: relative;
  background-image: url(../img/bg-footer@2x.png);
  background-size: cover;
  background-position: left
}

.birthday_students {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 60px 0
}

.background-images-add {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 160%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0
}

.swiper.birthdaySwiper {
  width: 100%;
  padding: 40px 0;
  z-index: 2
}

.box_students {
  background-color: coral;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 20px 10px;
  gap: 15px;
  transition: all .3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .05)
}

.img_students_birthday {
  width: 150px;
  flex-shrink: 0;
  background-size: cover
}

.img_students_birthday img {
  width: 140px !important;
  height: 140px;
  object-fit: cover;
  object-position: 100% -20px;
  border-radius: 100px;
  background: #9e2940;
  padding: 1px;
  border: 1px solid #fff;
  width: 100%
}

.content_students_birthdays {
  width: calc(100% - 100px)
}

.content_students_birthdays h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px
}

.class_added p {
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff
}

.content_students_birthdays blockquote {
  margin: 16px auto;
  padding: 5px 10px;
  background: linear-gradient(180deg, #ffeff3, #fff3f0);
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  border-left: 3px solid #9e2940;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  position: relative
}

.content_students_birthdays blockquote::before {
  content: "“";
  font-size: 48px;
  line-height: 0;
  color: rgba(0, 0, 0, .08);
  position: relative;
  top: 6px;
  margin-right: 8px;
  float: left
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: .6
}

.swiper-pagination-bullet-active {
  background: #ffc8d3 !important;
  opacity: 1
}

.birthday-cards {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bday.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden
}

.birthday-cards .container {
  perspective: 1000px
}

.birthday-cards .card {
  transition: 2s;
  transform-style: preserve-3d;
  background: 0 0;
  border: 0
}

.birthday-cards .card:hover {
  transform: rotateY(180deg)
}

.birthday-cards .block {
  box-shadow: 0 5px 10px rgba(255, 255, 255, .5);
  border-radius: 10px
}

.birthday-cards .inside,
.birthday-cards .outside {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  text-align: center;
  padding: 1.5rem
}

.birthday-cards .outside {
  background-color: #ffebcd;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, .5);
  position: absolute;
  background-color: #fff44f
}

.birthday-cards .outside h1 {
  font-size: 3rem;
  font-weight: 700;
  color: salmon;
  margin-bottom: 30px
}

.birthday-cards .inside {
  background-color: #fff44f;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, .5)
}

.birthday-cards .inside h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 20px
}

.birthday-cards .frames {
  width: 400px;
  height: 150px;
  box-shadow: 0 5px 10px rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 .8rem;
  position: absolute
}

.birthday-cards .frames img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

.birthday-cards .frames p {
  font-size: 20px;
  font-weight: 700
}

.birthday-cards .frames:nth-child(1) {
  top: -110px;
  z-index: -1;
  background-color: coral
}

.birthday-cards .frames:nth-child(2) {
  background-color: #daa520
}

.birthday-cards .frames:nth-child(3) {
  top: 100px;
  background-color: #deb887
}

.in_this_sec {
  background-color: #002262;
  padding: 15px 15px 50px 30px;
  z-index: 99;
  position: relative;
  position: sticky;
  top: 75px;
  border-bottom-left-radius: 100px
}

.hero__down {
  width: 50px;
  height: 150px;
  display: block;
  position: relative;
  bottom: -30px
}

.hero__down:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background-color: #c1d4dc
}

.hero__down__inner {
  width: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #002262;
  color: #fff;
  font-size: 20px;
  position: relative;
  -webkit-transition: background .4s, -webkit-transform .4s;
  transition: background .4s, -webkit-transform .4s;
  -o-transition: transform .4s, background .4s;
  transition: transform .4s, background .4s;
  transition: transform .4s, background .4s, -webkit-transform .4s
}

.hero__down:hover .hero__down__inner {
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px)
}

.hero__down__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 82.22222%;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  border-radius: 50%
}

.hero__down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c1d4dc;
  width: 20px;
  height: 20px;
  border-radius: 50%
}

.inners_bradcrumb_parts {
  background: #9e2940;
  margin-bottom: 39px;
  padding-top: 80px
}

.bradcrumb_parts_img {
  width: 150%
}

.bradcrumb_parts {
  overflow: hidden
}

.bradcrumb_parts_img {
  margin-bottom: -90px
}

.bradcrumb_parts_img_inner {
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  height: 264px
}

.bradcrumb_parts_img img {
  width: 100%;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  height: inherit;
  object-fit: cover
}

.inner_sections_pages {
  padding-bottom: 60px
}

.inners_bradcrumb_parts h1 {
  color: #fff
}

.left_content {
  padding-top: 60px
}

.in_this_sec ul {
  padding-left: 0;
  list-style: none
}

.in_this_sec li a.active:before,
.in_this_sec li a:hover:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "\f104"
}

.in_this_sec li a:before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 1.25em;
  color: var(--ter);
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s
}

.in_this_sec li a {
  position: relative;
  display: flex;
  color: #fff;
  align-items: baseline;
  gap: 6px
}

.in_this_sec li a.active:after,
.in_this_sec li a:hover:after {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.in_this_sec li:not(:last-child) {
  margin-bottom: 10px
}

.in_this_sec li a:after {
  content: "";
  position: absolute;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  inset: 0;
  background-color: #363769;
  opacity: 0;
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  -o-transition: opacity .4s, transform .4s;
  transition: opacity .4s, transform .4s;
  transition: opacity .4s, transform .4s, -webkit-transform .4s;
  z-index: -1;
  left: -15px;
  right: -15px
}

.in_this_sec h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase
}

.image-fountders {
  border: 2px solid #9e2940;
  border-radius: 15px;
  overflow: hidden;
  top: 76px
}

.inner_sections_pages {
  background: #fff
}

.mission_boxes {
  padding: 20px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #002262;
  overflow: hidden;
  height: 100%
}

.mission_boxes img.animate__wobble {
  height: 50px;
  width: auto;
  margin-bottom: 15px
}

.mission_boxes p {
  margin-bottom: 0
}

.mission_boxes h3 {
  font-size: 20px;
  font-weight: 700
}

.inner_sections_pages .left_content ul {
  padding-left: 20px
}

.inner_sections_pages .left_content .table {
  background: #fff;
  border: 1px solid #9e2940
}

.inner_sections_pages .left_content .table thead th h6,
.inner_sections_pages .left_content .table thead.table-dark th h6 {
  color: #fff;
  font-weight: 18px;
  font-weight: 700;
  margin-bottom: 0;
  height: auto
}

.inner_sections_pages .left_content .table thead th,
.inner_sections_pages .left_content .table thead.table-dark th {
  background-color: #9e2940 !important;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 15px;
  font-weight: 18px;
  font-weight: 700
}

.inner_sections_pages .left_content .table td {
  padding: 12px 6px;
  color: #000;
  font-size: 14px;
}

.left_content .border-card h3.table_head {
  font-size: 20px;
  text-align: center
}

.inner_sections_pages .left_content tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgb(1 35 99 / 7%)
}

.scrollToTop i {
  color: #fff
}

.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  display: block;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px #f1f3ed;
  z-index: 100;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: #072866
}

.principle_quoate_outer .principle_quoate p {
  width: 100%;
  color: #000
}

.principle_quoate_outer {
  background: #fdf6a1;
  padding: 40px 20px;
  text-align: center;
  border: 3px dotted #9e2940
}

.left_content .table_head strong {
  font-weight: bolder
}

.left_content .table_head {
  font-size: 22px;
  color: #143d79;
  text-align: center;
  font-weight: bolder;
  background: rgba(20, 61, 121, .16);
  padding: 9px 0;
  margin: 0
}

.attach__icon {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #9e2940;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  line-height: 40px;
  right: 0;
  top: 50%;
  transform: translate(-4px, -50%)
}

ul.content__attachments__list_content {
  list-style: none;
  padding-left: 0 !important
}

ul.content__attachments__list_content li:not(:last-child) {
  margin-bottom: 10px
}

.content__attachments__list__item:hover {
  color: #fff;
  opacity: .9
}

.content__attachments__list__item {
  position: relative;
  border-radius: 20px;
  padding: 15px 15px;
  background: #9e2940;
  display: block;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-right: 55px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center
}

.content__attachments__list__item__info__desc {
  background: #fff;
  color: #9e2940;
  padding: 1px 4px;
  border-radius: 3px
}

.principle_quoate_outer .principle_quoate p::after,
.principle_quoate_outer .principle_quoate p:before {
  filter: invert(1)
}

.payfees_btn1 {
  background: #9e2940;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 15px;
  border: 0;
  border: 1px solid #9e2940;
  transition: all .5s
}

.payfees_btn1:hover {
  color: #9e2940;
  background: #fff
}

div#smooth-wrapper {
  inset: 134px 0 0 !important
}

.header-style-1.scrolled~div#smooth-wrapper {
  inset: 0 0 0 !important
}

.testimonial-swiper .swiper-button-lock {
  display: block
}

.box-gallery-img {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 15px;
  background: #ffe8e8;
  transition: all .5s ease;
  border: 1px solid #ffe8e8
}

.box-gallery-album .box-gallery-img img {
  width: calc(50% - 5px);
  border-radius: 10px;
  border: 1px solid #9e2940;
  height: 110px;
  object-fit: cover
}

.box-gallery-album h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif
}

.box-gallery-album>img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #9e2940;
  height: 200px;
  object-fit: cover
}

.box-gallery-album:hover h2 {
  color: #9e2940
}

.box-gallery-img:hover {
  border: 1px solid #9e2940
}

.card-outer .gallery-box {
  border-radius: 0;
  border: 1px solid #9e2940
}

.gallery-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px
}

.gallery-box.gallery-box-seprate img {
  height: 200px;
  object-fit: cover;
  width: 100%
}

.title-h2 h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  color: var(--Black);
  font-family: "Playfair Display", serif;
  margin-bottom: 0
}

.contact-card {
  border-radius: 10px;
  padding: 15px;
  background: #f3f5fa;
  transition: all .5s ease
}

.title-h2 p {
  font-weight: 400
}

.form-control {
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 15px;
  line-height: 24px;
  color: #333931
}

.contact-infor-contact {
  border-radius: 10px;
  padding: 15px;
  transition: all .5s ease
}

.contact-infor-contact h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif
}

.contact-infor-contact li {
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  gap: 10px;
  align-items: center
}

.contact-infor-contact li i {
  width: 45px;
  height: 45px;
  background: #fff0f3;
  border: 1px solid #9e2940;
  border-radius: 100px;
  display: flex;
  line-height: 45px;
  text-align: center;
  color: #9e2940;
  transition: all .4s ease;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  font-size: 18px
}

.contact-infor-contact li span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #9e2940;
  margin-bottom: 4px
}

.contact-infor-contact li a {
  color: #444
}

.contact-infor-contact li a,
.contact-infor-contact li p {
  margin-bottom: 0;
  word-break: keep-all
}

.form-control:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid #9e2940
}

.contact-page {
  padding: 60px 0
}

.mdoal_popu {
  z-index: 9999
}

.mdoal_popu button.modal-close-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  background: #911b10;
  color: #fff;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

body {
  overflow: unset !important
}

.download_app .frame_img {
  padding-left: 30px
}

.download_app .frame_img::before {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -5%;
  transform: rotate(-8deg);
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #9e2940;
  z-index: -5;
  border-radius: 30px
}

.download_app .task_block {
  background: #fbedf0;
  background-image: url(../img/line_pattern_dark.png);
  background-repeat: repeat;
  padding: 0 150px;
  position: sticky;
  z-index: 99;
  border-radius: 30px;
  overflow: hidden
}

.download_app .app_btn {
  display: flex;
  align-items: center;
  margin-top: 40px;
  list-style: none
}

.download_app .app_btn li a img:hover {
  opacity: .9
}

.download_app .app_btn li a img {
  transition: .4s all;
  height: 45px;
  width: auto
}

.download_app .app_btn li:last-child {
  margin-left: 15px
}

.download_app .frame_img {
  text-align: right;
  margin-top: 70px
}

.download_app .frame_img img {
  max-width: 100%
}

.download_app .title_badge {
  background: #fff;
  color: #9e2940;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 100px;
  margin-bottom: 10px;
  font-weight: 700
}

.download_app {
  padding: 60px 0 30px
}

body.modal-open {
  padding-right: 0 !important;
  overflow: unset !important
}

.name_addeds {
  background: #9e2940;
  padding: 10px 5px
}

.name_addeds h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px
}

.name_addeds p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px
}

.conta_para_p p {
    text-align: center !important;
}

.conta_para_p span {
  font-family: "Albert Sans", sans-serif !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000;
}