@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: 0px;
  margin: 0px;
}

body {
  transition: all 0.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 0px;
  position: relative;
  z-index: 1000;
  background: #002262;
}

.fa-phone {
  transform: rotate(90deg);
}

.topbar ul {
  justify-content: end;
  margin-bottom: 0px;
  display: flex;
  gap: 8px;
  padding: 0px;
  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: 0px;
}

.topbar ul li a {
  margin-right: 10px;

}

.topbar ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
}

.logo img {
  max-width: 380px;
}

/* animation menu hamburger */
.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: 0px;
}

@media (max-width: 991.98px) {
  .menu-btn {
    display: flex;
  }
}

.menu-btn .menu-btn__lines,
.menu-btn .menu-btn__lines::before,
.menu-btn .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 100px;
  background: #9e2940;
  transition: all 0.4s ease-in-out;
}

.menu-btn .menu-btn__lines::before,
.menu-btn .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.menu-btn .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.menu-btn .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #000;
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #000;
}

.expand-btn:after {
  position: absolute;
  top: 50%;
  right: -2px;
  font-family: "Font Awesome 7 Free";
  /* ya jo FA7 ka font family ho */
  font-weight: 900;
  /* solid style ke liye—jo version aap use kar rahe ho uske hisaab se */
  content: "\f078";
  /* chevron-down */
  opacity: 0.75;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.25s;
}

.expand-btn.open {
  color: #ff5722;
}

.expand-btn.open:after {
  transform: translateY(-50%) rotate(180deg);
}

/* navbar */
.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: 0px;
}

.navbar .logo {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background-color: white;
  border-radius: 0px 0px 50px 0px;
  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, 0.5);
  border-radius: 10px;
  background-color: #590818;
}

.navbar .menu-items::-webkit-scrollbar {
  width: 6px;
  background-color: #590818;
}

.navbar .menu-items::-webkit-scrollbar-thumb {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); */
  background-color: #fff;
}


/* 
.navbar .menu-items>li>.menu-item {
  padding: 1.5rem 2rem;
} */
/* 
@media (max-width: 991.98px) {
  .navbar .menu-items>li>.menu-item {
    padding: 1rem 1rem;
  }
} */

.navbar .menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

/* 
@media (max-width: 991.98) {
  .navbar .menu-items li a {
    padding: 10px 1rem;
  }
} */

.navbar .dropdown {
  position: relative;
}

.dropdown.pay_fees {
  position: relative;
}


/* .pay_fees .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
} */

.pay_fees .dropdown-menu li a:hover {
  /* background: #10A3C5; */
  /* color: #fff; */
}

/* 
.pay_fees .dropdown:hover .dropdown-menu {
  display: block;
} */

@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: 0px;
    border-top: 1px solid #adb5bd;
    opacity: 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    transition: 0.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-right .expand-btn:after,
  .navbar .dropdown .dropdown-left .expand-btn:after {
    right: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .navbar .dropdown-menu li a:hover  .dropdown.pay_fees .dropdown-menu a:hover {
    color: #9e2940;
  }

  .navbar .dropdown-menu li a, .dropdown.pay_fees .dropdown-menu 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: 0px;
    border-top: 1px solid #adb5bd;
    opacity: 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    transition: 0.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: 0.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: 0.25s;
  color: #000;
  font-weight: 600;
}

.navbar .menu-item:hover, .dropdown.pay_fees .dropdown-menu a:hover {
  color: #9E2940;
}
.dropdown.pay_fees .dropdown-menu a:hover{
  text-decoration: none;
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}

.navbar ul li .arrow {
  transition: all 0.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 0.4s ease-out 0s, visibility 0.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: normal;
}

.navbar .blog .content .col .menu-title a {
  transition: 0.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 0.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: 0.625rem;
}

@media (max-width: 991.98px) {
  .navbar .content .col .menu-title {
    font-size: 0.875rem;
  }
}

.navbar .content .col p {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.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 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, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .overlay.overlay--active {
    opacity: 1;
    visibility: visible;
  }
}

/* .slider_video {
  margin-top: -91px;
} */

.slider_video {
  margin-left: 80px;
}

.slider_video video {
  width: 100%;

  margin-left: auto;
  height: 90vh;
  object-fit: cover;
  border-radius: 0px 0px 0px 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, 0.49), rgba(0, 0, 0, 0.49));
  top: 0px;
  right: 0px;
  width: 100%;
  height: 99%;
  position: absolute;
  border-radius: 0px 0px 0px 120px;
  width: 100%;
  border-bottom: 3px solid #9E2940;
}

.about_us {
  padding: 40px 0 50px;
}

.global_heading {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  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: #000000;

}

.school_name_short {
  font-size: 60px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  position: relative;
  z-index: 9;
  background-color: white;
  padding: 0px 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;
  /* Start from 0 */
  transform: translateY(-50%);
  background-color: #9E2940;
  z-index: -1;
  transition: width 3s ease;
  /* Smooth effect */
}

.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%;
  /* Final state */
}

.since_school_date h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 80px;
}

.since_school_date {
  text-align: right;
  background-color: #9E2940;
  padding: 20px 50px 30px;
  padding-right: 140px;
  color: white;

}


.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: white;
  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: #000000;
  text-shadow: 0px 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: #000000;
}

.principle_message {
  padding: 200px 0px 60px;
  position: relative;
}

.principle_message:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 63%;
  background-color: #9E2940;
  clip-path: polygon(0 27%, 100% 0, 100% 86%, 0 78%);
  left: 0px;
  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: white;
}

.principle_quoate p {
  position: relative;
  padding: 0px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 120px;
}

.principle_quoate p:before {
  content: "";
  position: absolute;
  height: 44px;
  width: 44px;
  top: -21px;
  left: 0px;
  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: 0px;
  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 #FFFFFF;
  content: "";
  z-index: -1;

}


.principal_img::after {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  right: -15px;
  bottom: -15px;
  border: 1px solid #FFFFFF;
  content: "";
  z-index: -1;

}

.principal_img:hover img {
  transform: scale(1.1);
}

.principal_img img {
  width: 100%;
  transition: all 0.5s;
}

.news_box:hover img {
  transform: scale(1.1);
}

.news_box img {
  transition: all 0.5s;
}

.principal_img {
  width: calc(100% - 30px);
  /* overflow: hidden; */
}

.msg_cnt {
  font-weight: 500;
  margin-top: 50px;
  font-size: 18px;
}

.h8_course-wrap {
  display: flex;
  width: 100%;
  padding: 0px;
  gap: 10px;
  justify-content: center;
}

.h8_course-item.expand {
  width: 435px;
  flex-shrink: 0;
  box-shadow: rgba(8, 5, 33, 0.1) 0px 6px 60px 0px;
}

.h8_course-item {
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  max-height: 450px;
}

.h8_course-item.expand .h8_course-m-title-vertical {
  color: rgb(255, 255, 255);
}

.h8_course-m-title-vertical {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: left;
}

.h8_course-item.expand .h8_course-m-count svg {
  color: rgb(255, 255, 255);
}

.h8_course-item.expand .h8_course-content-3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);

}

.h8_course-content-3:hover .accordion-body-content h4 {

  color: #9E2940;


}

.accordion-body-img img {
  transition: 0.6s;
}


.h8_course-content-3:hover .accordion-body-img img {
  transform: scale(1.2);
  transition: 0.6s;
}

.h8_course-content-3 {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.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: rgb(255, 255, 255);
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  width: 135px;
  display: inline-grid;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 70px;
  border-radius: 10px;
  background: rgb(57, 91, 223);
  place-items: center;
}

.h8_course-wrap .accordion-body-img span::before {
  position: absolute;
  left: -15px;
  top: 0px;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  content: "";
  z-index: -1;
  background: rgb(255, 255, 255);
  border-radius: 0px 0px 0px 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: #000000;
}

.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: 0.7;
  z-index: -2;
  border-radius: 10px;
  background: linear-gradient(143deg,
      rgb(241, 77, 93) 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: 0.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: 0px;
  top: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.87);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 6px 50px rgba(25, 35, 53, 0.1);
  backdrop-filter: blur(2px);
  z-index: -1;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  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,
      rgb(47, 87, 239) 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: 0.7;
  z-index: -2;
  border-radius: 10px;
  background: linear-gradient(143deg,
      rgb(241, 77, 93) 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: 0px;
  top: 0px;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: rgba(25, 35, 53, 0.1) 0px 6px 50px 0px;
  backdrop-filter: blur(20px);
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  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 0px 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: 0px !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: 0px 150px 0px 0px;
  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: 0px;
  z-index: 1;
  left: 0px;
}

.footer_bottom:after {
  width: 50%;
  height: 100%;
  background-color: #9E2940;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
}

.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: white;
  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: white;

}


.footer_links h6 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: white;
  margin-bottom: 25px;
}

.footer_links ul {
  color: white;
  padding-left: 15px;
}

.footer_links ul li a {

  color: white;
  font-weight: 500;
  margin: 10px 0;
  transition: 0.6s;

}

.footer_links ul li a:hover {

  text-decoration: underline;
  margin-left: 5px;
  transition: 0.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: #FFFFFF;
}


.copy_right a {
  color: white;
  font-size: 14px;
}

footer p {
  color: white;
  font-size: 14px;
}

.latest_news {
  padding: 60px 0 0px;
}

.news_box {
  position: relative;
  border: 1px solid #9E2940;
  border-radius: 12px;
  overflow: hidden;
}

.news_box:after {

  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);

}

.news_cnt {
  position: absolute;
  bottom: -15px;
  left: 0px;
  padding: 15px;
  z-index: 999;
  width: 100%;
  transition: 0.6s
}

.news_box:hover .news_cnt {
  bottom: 0px;
  transition: 0.6s;
}

.news_box:hover .news_cnt {

  background-color: #9E2940;

}

.news_cnt span {
  color: white;
  font-weight: 500;
  font-size: 14px;
}

.news_cnt h6 {
  color: white;
  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: 0.6s;

}

.news_list li:hover {
  margin-left: 8px;

  transition: 0.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;

}

/* leader css */
/* Loader Fullscreen */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a6192e;
  /* Background color */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

#loader img {
  width: 120px;
  /* logo size */
  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: bold;
}

/* Progress Bar */
.progress-container {
  width: 360px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #fff;
  /* theme color */
  transition: width 0.2s ease;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Page content (hidden at first) */
#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;
  /* ensure pseudo-element doesn't overflow */
}


.payfees_btn span {
  background: #D00003;
  display: block;
  padding: 3px 12px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  /* ensure it's above ::before */
}

.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: 0.7;
  transition: width 0.3s ease;
}

.payfees_btn:hover::before {
  width: 100%;
}


.header_main_wrapper {}

.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: 0px;
  /* height: calc(var(--header-main-height) * 0.618); */
  top: 0px;
  position: absolute;
}

.header-style-1 .header-main-left {
  flex: 0 0 auto;
}

header.navbar.header-style-1 {
  padding: 0px 0px;
  background: #fff;
}

/* Default header */
.header-style-1 .header_main_wrapper {
  position: relative;
  /* normal flow */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: top 0.3s cubic-bezier(.25, .46, .45, .94);
  z-index: 999;
}

/* When scrolled */
html.header-scrolled .header-style-1 .header_main_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 15px;
  z-index: 999;
}

.menu-item.expand-btn {
  padding-right: 15px !important;
}

.navbar .menu-items>li:last-child {
  padding-right: 0px;
}

.navbar .menu-items>li {
  padding: 0 10px;
  /* optional spacing */

}

.navbar .menu-items>li>.menu-item {
  position: relative;
  /* needed for ::after positioning */
  display: inline-block;
  padding: 10px 0px;
  /* optional spacing */
  line-height: 56px;
}

.navbar .menu-items>li>.menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  /* start with 0 height */
  background-color: #9E2940;
  transition: height 0.3s cubic-bezier(.25, .46, .45, .94);
}

.navbar .menu-items>li>.menu-item:hover::before {
  height: 3px;
  /* the underline height on hover */
}

.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: #000000;
  font-weight: 700;
}

.btn__underline .text {}


/* Common underline styles */
.btn__underline::before,
.btn__underline::after {
  content: "";
  position: absolute;
  top: calc(100% - .0625rem);
  height: .0625rem;
  width: 160%;
  background-color: currentColor;
  transition: width .8s ease;
}

/* Left-to-right line */
.btn__underline::before {
  left: -60%;
}

/* Right-to-left line */
.btn__underline::after {
  right: -60%;
  width: 0;
}

/* Hover animations */
.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 0px;
}

.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: #000000;
  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: 0.6s;

}

.h8_course-item:nth-child(1) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #0092cb;
}

.h8_course-item:nth-child(2) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #9E2940;
}

.h8_course-item:nth-child(3) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #00B362;
}

.h8_course-item:nth-child(4) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #002262;
}

.h8_course-item:nth-child(5) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #B18E00;
}

.h8_course-item:nth-child(6) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #B300CB;
}

.h8_course-item:nth-child(7) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #00A8CA;
}

.h8_course-item:nth-child(8) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #6BBE00;
}

.h8_course-item:nth-child(9) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #DC3E00;
}

.h8_course-item:nth-child(10) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #12B800;
}

.h8_course-item:nth-child(11) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #12B800;
}

.h8_course-item:nth-child(12) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #12B800;
}

.h8_course-item:nth-child(13) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #12B800;
}

.h8_course-item:nth-child(14) .h8_course-m-title:hover .fa-chevron-right {
  background-color: white !important;
  color: #12B800;
}

.h8_course-item:nth-child(2) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}


.h8_course-item:nth-child(3) .h8_course-m-title:hover {

  background-color: #00B362;
  transition: 0.6s;

}

.h8_course-item:nth-child(3) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}



.h8_course-item:nth-child(4) .h8_course-m-title:hover {

  background-color: #002262;
  transition: 0.6s;

}

.h8_course-item:nth-child(4) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}


.h8_course-item:nth-child(5) .h8_course-m-title:hover {

  background-color: #B18E00;
  transition: 0.6s;

}

.h8_course-item:nth-child(5) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}

.h8_course-item:nth-child(1) .h8_course-m-title:hover {

  background-color: #0092cb;
  transition: 0.6s;

}


.h8_course-item:nth-child(6) .h8_course-m-title:hover {

  background-color: #B300CB;
  transition: 0.6s;

}

.h8_course-item:nth-child(6) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}



.h8_course-item:nth-child(7) .h8_course-m-title:hover {

  background-color: #00A8CA;
  transition: 0.6s;

}

.h8_course-item:nth-child(7) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}


.h8_course-item:nth-child(8) .h8_course-m-title:hover {

  background-color: #6BBE00;
  transition: 0.6s;

}

.h8_course-item:nth-child(8) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}



.h8_course-item:nth-child(9) .h8_course-m-title:hover {

  background-color: #DC3E00;
  transition: 0.6s;

}

.h8_course-item:nth-child(9) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}



.h8_course-item:nth-child(10) .h8_course-m-title:hover {

  background-color: #12B800;
  transition: 0.6s;

}

.h8_course-item:nth-child(10) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}

.h8_course-item:nth-child(11) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}

.h8_course-item:nth-child(12) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}

.h8_course-item:nth-child(13) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}

.h8_course-item:nth-child(14) .h8_course-m-title:hover .h8_course-m-title-vertical {
  color: white !important;
}









.h8_course-item:nth-child(2) .h8_course-m-title {
  border: 1px solid #9E2940;
  transition: 0.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: #800000;
}

.h8_course-item:nth-child(12) .h8_course-m-title i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #800000;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.h8_course-item:nth-child(12) .h8_course-m-title {
  border: 1px solid #800000;
}

.h8_course-item.expand:nth-child(12) .h8_course-m-title {
  background-color: #800000;
}

.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;
}

/* Default hidden overlay */
.swiper-slide.marquee-swiper.swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  /* shorthand for top, right, bottom, left: 0 */
  width: 100%;
  height: 100%;
  background: #9e2940;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* Base overlay style */
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  pointer-events: none;
}




.school_logo_gallery {
  margin: auto;
  width: 200px;
}

/* Hover effect: slight grow */
.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* Active click effect */
.swiper-button-prev:active svg,
.swiper-button-next:active svg {
  transform: scale(0.9);
  opacity: 0.8;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.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-prev,
.swiper_nav .swiper-button-next {
  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: transparent;
  padding: 0px;

}

.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: 0px;
  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: 0px;
  margin-top: 10px;
}

.bg-main-25 {
  background-color: #f3f9ff;
}

.padding_sections {
  padding: 150px 0px 140px;
  position: relative;
  z-index: 2;
}

.swiper_nav.swiper_nav .swiper-button-prev,
.swiper_nav.swiper_nav .swiper-button-next {
  margin: 0px;
}

.swiperbg_shape {
  background: #9E2940;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: fit-content;
  margin: 30px auto 0px;
}

.swiperbg_shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background-color: #9E2940;
  top: 0px;
  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: 0px;
  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 0.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: white;

}

.latest_news .owl-next:hover {

  background-color: #9e29403d !important;
  color: white;

}

.latest_news .owl-prev:hover svg path {

  color: white !important;
  fill: white !important;

}

.principal_img_outer {
  overflow: hidden;
}

.outer_testi:hover .author_contents img {

  border: 1px solid #9E2940;
  padding: 5px;
  transition: 0.6s;

}

.outer_testi .author_contents img {

  border: 1px solid transparent;
  transition: 0.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;
  /* border: 2px solid #fff; */
  padding: 20px 10px;
  gap: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

/* .box_students:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
} */

.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: bold;
  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, 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, 0.08);
  position: relative;
  top: 6px;
  margin-right: 8px;
  float: left;
}

/* Swiper Pagination Dots */
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #ffc8d3 !important;
  opacity: 1;
}


.birthday-cards {

  /* height: 100vh; */
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bday.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  overflow: hidden;
}

.birthday-cards .container {
  perspective: 1000px;

}

.birthday-cards .card {
  /* width: 280px;
  position: absolute;
  top: 100px;
  left: 230px; */
  transition: 2s;
  transform-style: preserve-3d;
  background: transparent;
  border: 0px;

}

.birthday-cards .card:hover {
  transform: rotateY(180deg);
}

.birthday-cards .block {
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.birthday-cards .outside,
.birthday-cards .inside {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  text-align: center;
  padding: 1.5rem;
}

.birthday-cards .outside {
  background-color: blanchedalmond;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  background-color: rgb(255, 244, 79);

}

.birthday-cards .outside h1 {
  font-size: 3rem;
  font-weight: bold;
  color: salmon;
  margin-bottom: 30px;
}

.birthday-cards .inside {
  background-color: rgb(255, 244, 79);
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.5);
  /* transform: rotateY(180deg); */
}

.birthday-cards .inside h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 20px;
}

.birthday-cards .frames {
  width: 400px;
  height: 150px;
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 0.8rem;

  /* transform: rotateY(-230deg) rotateX(20deg); */
  position: absolute;
}

.birthday-cards .frames img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.birthday-cards .frames p {
  font-size: 20px;
  font-weight: bold;
  /* transform: rotateY(180deg); */
}

.birthday-cards .frames:nth-child(1) {
  top: -110px;
  z-index: -1;
  background-color: coral;
}

.birthday-cards .frames:nth-child(2) {
  background-color: goldenrod;
}

.birthday-cards .frames:nth-child(3) {
  top: 100px;
  background-color: burlywood;
}


/* inner pages css */
.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 0.4s, -webkit-transform 0.4s;
  transition: background 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, background 0.4s;
  transition: transform 0.4s, background 0.4s;
  transition: transform 0.4s, background 0.4s, -webkit-transform 0.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%;
}

/* breadcrumbs_parts */
.inners_bradcrumb_parts {
  background: #9E2940;
  margin-bottom: 39px;
  padding-top: 80px;
}

.bradcrumb_parts_img {
  width: 150%;
}

.bradcrumb_parts {
  overflow: hidden;
  /* background: #f1f3ed; */
}

.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;
  /* background-image: url('../img/main-watermark.svg'); */
}

.inners_bradcrumb_parts h1 {
  color: #fff;
}

.left_content {
  padding-top: 60px;
}

.in_this_sec ul {
  padding-left: 0px;
  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 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.in_this_sec li a {
  position: relative;
  display: block;
  color: #fff;
}

.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 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.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;
  /* position: sticky; */
  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: 0px;
}

.mission_boxes h3 {
  font-size: 20px;
  font-weight: bold;
}

.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: bold;
  margin-bottom: 0px;
  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: bold;
}

.inner_sections_pages .left_content .table td {
  padding: 12px 15px;
  color: #000;

}

.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 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms 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: rgb(20, 61, 121);
  text-align: center;
  font-weight: bolder;
  background: rgba(20, 61, 121, 0.16);
  padding: 9px 0px;
  margin: 0px;
}


.attach__icon {
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #9e2940;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  line-height: 40px;
  right: 0px;
  top: 50%;
  transform: translate(-4px, -50%);
}

ul.content__attachments__list_content {
  list-style: none;
  padding-left: 0px !important;
}

ul.content__attachments__list_content li:not(:last-child) {
  margin-bottom: 10px;
}

.content__attachments__list__item:hover {
  color: #fff;
  opacity: 0.9;
}

.content__attachments__list__item {
  position: relative;
  border-radius: 20px;
  padding: 15px 15px;
  background: #9e2940;
  display: block;
  color: #fff;
  font-weight: bold;
  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: bold;
  padding: 8px 15px;
  border: 0px;
  border: 1px solid #9E2940;
  transition: all 0.5s;
}

.payfees_btn1:hover {
  color: #9E2940;
  background: #fff;

}

div#smooth-wrapper {
  inset: 134px 0px 0px !important;
}

.header-style-1.scrolled~div#smooth-wrapper {
  inset: 0px 0px 0px !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 500ms 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: #000000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  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: 0px;
  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: 0px;
}

.contact-card {
  border-radius: 10px;
  padding: 15px;
  background: #F3F5FA;
  transition: all 500ms ease;
}

.title-h2 p {
  font-weight: 400;
}

.form-control {
  background: #ffffff;
  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 500ms 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 0.4s ease;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-infor-contact li span {
  display: block;
  font-weight: bold;
  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: 0px;
  word-break: keep-all;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #9E2940;
}

.contact-page {
  padding: 60px 0px;
}

.mdoal_popu {
  z-index: 9999;
}

.mdoal_popu button.modal-close-btn {
  width: 35px;
  height: 35px;
  padding: 0px;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  background: #911b10;
  /* border-radius: 100px; */
  color: #fff;
  border: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  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 0px 30px;
}
body.modal-open {
  padding-right: 0px!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: 0px;
    font-size: 14px;
}