@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 62.5% !important;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
}

p {
  font-size: 16px;
}

img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.footer_content p {
  color: white;
}

ul[role=list],
li[role=list] {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  font-size: 16px;
}

input:focus-visible {
  outline: none !important;
}

textarea:focus-visible {
  outline: none !important;
}

a {
  text-decoration: none !important;
}

a:not(.button) {
  border: 0 !important;
}

a:not(.button):hover,
a:not(.button):focus {
  border-bottom: 0 !important;
}

a:not(.button):hover,
a:not(.button):focus {
  border-bottom: 0 !important;
}

.swiper {
  height: 100%;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  bottom: 3rem;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
  width: 25px;
  height: 5px;
  border-radius: 6px;
  background: #fff;
  opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  width: 25px;
  height: 5px;
  border-radius: 6px;
  background: #DF0024;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active-next {
  width: 25px;
  height: 5px;
  border-radius: 6px;
  background: #fff;
  opacity: 1;
}

.swiper-button-next {
  right: 10px;
}
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 10px;
}
.swiper-button-prev::after {
  display: none;
}

input {
  width: 100%;
  padding: 0.5rem;
  border: 0.1rem solid #dddddd;
}

textarea {
  width: 100%;
  padding: 0.5rem;
  border: 0.1rem solid #dddddd;
  height: 100px;
}

select {
  width: 100%;
  padding: 0.5rem;
  border: 0.1rem solid #dddddd;
}

select:required:invalid {
  color: gray;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

.light-grey-text {
  color: #ae9797 !important;
}

.flex_column {
  flex-direction: column !important;
}

.bg_white_color {
  background: #fff !important;
}

.box_shadow {
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.25);
}

.grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.flex_basis_25 {
  flex-basis: 25%;
  padding: 1rem;
}

.white_color {
  color: #fff !important;
}

.blue_color {
  color: #343A90 !important;
}

.size-14 {
  font-size: 1.2rem;
}

.mg-0-auto {
  margin: 0 auto;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.my-10 {
  margin-block: 1rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-55 {
  margin-bottom: 5.5rem;
}

.my-20 {
  margin-block: 2rem;
}

.mx-10 {
  margin-block: 1rem;
}

.my-25-10 {
  margin-block: 2.5rem 1rem;
}

.head_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.align-start {
  align-items: start !important;
}

.btns_blue {
  width: -moz-fit-content;
  width: fit-content;
  background: #343A90;
  transition: all 0.3s ease-in;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem;
}
.btns_blue:hover {
  background: rgba(52, 58, 144, 0.7882352941);
}

.btns_red {
  width: -moz-fit-content;
  width: fit-content;
  background: #DF0024;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in;
}
.btns_red:hover {
  background: rgba(223, 0, 36, 0.7019607843);
}

.btns {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff !important;
}
@media (max-width: 768px) {
  .btns {
    font-size: 1.2rem;
  }
}

.primary_text_heading {
  color: #DF0024;
  font-size: 2rem;
  font-weight: 400;
}

.secondary_text_heading {
  color: #000;
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .secondary_text_heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .secondary_text_heading {
    font-size: 2.4rem;
  }
}

.secondary_text_sub_head {
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .secondary_text_sub_head {
    font-size: 2.4rem;
  }
}

.primary_text {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}

.secondary_text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .secondary_text {
    font-size: 1.2rem;
  }
}

.primary_text_tabs {
  color: #000;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .primary_text_tabs {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .primary_text_tabs {
    font-size: 1.4rem;
  }
}

.secondary_text_sub_heading {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .secondary_text_sub_heading {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .secondary_text_sub_heading {
    font-size: 1.6rem;
  }
}

.primary_text_sub_heading {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .primary_text_sub_heading {
    font-size: 2rem;
  }
}

.primary_sub_text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .primary_sub_text {
    font-size: 1.2rem;
  }
}

.primary_text_banner {
  color: #DF0024;
  font-size: 4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .primary_text_banner {
    font-size: 2rem;
  }
}

.secondary_text_banner {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .secondary_text_banner {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .secondary_text_banner {
    font-size: 3.2rem;
  }
}

.nav_top {
  border-bottom: 0.1rem solid #dddddd;
}
@media (max-width: 992px) {
  .nav_top {
    display: none;
  }
}
.nav_top .nav_top_wrapper .location {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 992px) {
  .nav_top .nav_top_wrapper .location {
    gap: 1rem;
  }
}
.nav_top .nav_top_wrapper .location .address {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 35%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  background: #343A90;
  padding-block: 1.5rem;
}
@media (max-width: 992px) {
  .nav_top .nav_top_wrapper .location .address {
    justify-content: flex-start;
    padding-left: 1rem;
  }
}
.nav_top .nav_top_wrapper .location .address_detail {
  flex-basis: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .nav_top .nav_top_wrapper .location .address_detail {
    gap: 5rem;
  }
}
.nav_top .nav_top_wrapper .location .address_detail .address_wrapper {
  display: flex;
  gap: 5rem;
}
@media (max-width: 992px) {
  .nav_top .nav_top_wrapper .location .address_detail .address_wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.nav_top .nav_top_wrapper .location .address_detail .address_wrapper svg {
  color: #343A90;
  font-size: 1.6rem;
}

.navigation {
  padding-block: 1rem;
  position: sticky;
  top: -1px;
  z-index: 999999999999;
  background: white;
}
.navigation .nav_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation .nav_nav .logo {
  flex-basis: 10%;
}
.navigation .nav_nav .hamburger {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .navigation .nav_nav .hamburger {
    display: block;
  }
}
.navigation .nav_nav .hamburger span {
  display: block;
  height: 0.2rem;
  width: 2rem;
  background: #343A90;
  border-radius: 0.4rem;
  margin-block: 0.2rem;
}
.navigation .nav_nav .nav_menu {
  flex-basis: 90%;
}
@media (max-width: 768px) {
  .navigation .nav_nav .nav_menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: white;
  }
}
.navigation .nav_nav .nav_menu .nav_list {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 992px) {
  .navigation .nav_nav .nav_menu .nav_list {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .navigation .nav_nav .nav_menu .nav_list {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    align-items: flex-start;
    padding: 2rem;
  }
}
.navigation .nav_nav .nav_menu .nav_list li {
  transition: all 0.5s ease-in-out;
}
.navigation .nav_nav .nav_menu .nav_list li:hover {
  color: #343A90;
}
.navigation .nav_nav .nav_menu .nav_list .sub_menu_items {
  position: relative;
  cursor: pointer;
}
.navigation .nav_nav .nav_menu .nav_list .sub_menu_items .menu_list {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 99;
}
@media (max-width: 768px) {
  .navigation .nav_nav .nav_menu .nav_list .sub_menu_items .menu_list {
    position: static;
  }
}
.navigation .nav_nav .nav_menu .nav_list .sub_menu_items .menu_list li {
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.navigation .nav_nav .nav_menu .nav_list .sub_menu_items:hover .menu_list {
  display: block;
}
@media (max-width: 768px) {
  .navigation .nav_nav .nav_menu.show_nav {
    display: block;
  }
}

.banner {
  height: 80vh;
}
@media (max-width: 768px) {
  .banner {
    height: 100vh;
  }
}
.banner .banner_list .banner_wrapper {
  position: relative;
}
.banner .banner_list .banner_wrapper .image {
  height: 100%;
  position: relative;
}
.banner .banner_list .banner_wrapper .image::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}
.banner .banner_list .banner_wrapper .banner_detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.banner .banner_list .banner_wrapper .banner_detail h3 {
  padding-inline: 30rem;
}

.services {
  background: #F1F1FF;
}
.services .service_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .services .service_list {
    grid-template-columns: 1fr;
  }
}
.services .service_list .service_wrapper {
  background: #fff;
  padding: 2.5rem 1.5rem;
}
.services .service_list .service_wrapper .image {
  width: 20%;
}
@media (max-width: 768px) {
  .services .service_list .service_wrapper .image {
    width: 10%;
  }
}
@media (max-width: 992px) {
  .services .service_list .service_wrapper .service_detail p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}

.about {
  background: #F1F1FF;
}
.about .about_wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top:6rem;
}
@media (max-width: 768px) {
  .about .about_wrapper {
    flex-direction: column-reverse;
  }
}
.about .about_wrapper .about_detail {
  flex-basis: 50%;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .about .about_wrapper .about_detail p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
.about .about_wrapper .image {
  flex-basis: 50%;
}

.classes .class_wrapper {
  text-align: center;
  background: url("../image/classes.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-block: 6rem;
  height: 400px;
  padding-block: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.classes .class_wrapper .swiper-container {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.classes .class_wrapper .swiper-container .swiper-button-prev {
  left: -120px;
}
@media (max-width: 768px) {
  .classes .class_wrapper .swiper-container .swiper-button-prev {
    left: -40px;
  }
}
.classes .class_wrapper .swiper-container .swiper-button-prev svg {
  color: #fff;
}
.classes .class_wrapper .swiper-container .swiper-button-next {
  right: -120px;
}
@media (max-width: 768px) {
  .classes .class_wrapper .swiper-container .swiper-button-next {
    right: -40px;
  }
}
.classes .class_wrapper .swiper-container .swiper-button-next svg {
  color: #fff;
}
.classes .class_wrapper .swiper-container .tabSwiper {
  width: 100%;
}
.classes .class_wrapper .swiper-container .tabSwiper .tabs .tab {
  background: #fff;
  color: #343A90;
  padding: 2.5rem;
  border-radius: 0.5rem;
  flex-basis: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.classes .class_wrapper .swiper-container .tabSwiper .tabs .tab:hover {
  background: #343A90;
  color: #fff;
}

.ourservices {
  margin-bottom: 6rem;
}
.ourservices .ourservice_wrapper .service_card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 992px) {
  .ourservices .ourservice_wrapper .service_card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.ourservices .ourservice_wrapper .service_card a {
  height: 100%;
}
.ourservices .ourservice_wrapper .service_card a .card_wrapper {
  position: relative;
  height: 100%;
}
.ourservices .ourservice_wrapper .service_card a .card_wrapper .image {
  height: 100%;
  border-radius: 0.5rem;
}
.ourservices .ourservice_wrapper .service_card a .card_wrapper .card_head {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.ourservices .ourservice_wrapper .service_card a .card_wrapper .card_head .card_text {
  background: #343A90;
  color: #fff;
  text-align: center;
  padding-block: 1.5rem;
  border-radius: 40% 40% 0 0;
}

.destination {
  margin-bottom: 6rem;
}
.destination .destination_wrapper .destination_card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .destination .destination_wrapper .destination_card {
    grid-template-columns: 1fr 1fr;
  }
}
.destination .destination_wrapper .destination_card .card_wrapper {
  position: relative;
  cursor: pointer;
}
.destination .destination_wrapper .destination_card .card_wrapper .card_holder {
  position: relative;
}
.destination .destination_wrapper .destination_card .card_wrapper .card_holder .card_head {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.destination .destination_wrapper .destination_card .card_wrapper .card_holder .card_head::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  width: 100%;
  background: linear-gradient(to bottom, rgba(169, 208, 113, 0), rgb(0, 0, 0));
  height: 100px;
  margin-bottom: -15px;
  z-index: -1;
}
.destination .destination_wrapper .destination_card .card_wrapper .card_holder .card_head .image {
  width: 10%;
}
.destination .destination_wrapper .destination_card .card_wrapper .card_text {
  position: absolute;
  top: 0;
  z-index: 9999;
  padding: 3rem;
  background: #F1F1FF;
  height: 100%;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 992px) {
  .destination .destination_wrapper .destination_card .card_wrapper .card_text p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .destination .destination_wrapper .destination_card .card_wrapper .card_text p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .destination .destination_wrapper .destination_card .card_wrapper:nth-child(3) {
    display: none;
  }
}
.destination .destination_wrapper .destination_card .card_wrapper:hover .card_text {
  display: flex;
}

.news {
  background: #F1F1FF;
}
.news .news_wrapper {
  padding-block: 4rem;
}
.news .news_wrapper .news_card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.news .news_wrapper .news_card .card_wrapper .image {
  height: 200px;
}
.news .news_wrapper .news_card .card_wrapper .card_detail {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: 1.5rem;
  padding-bottom: 2rem;
  background: #fff;
}
.news .news_wrapper .news_card .card_wrapper .card_detail h4 {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.news .news_wrapper .news_card .card_wrapper .card_detail h4:hover {
  color: #343A90;
}
.news .news_wrapper .news_card .card_wrapper .card_detail p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news .news_wrapper .news_card .card_wrapper:nth-child(3) {
    display: none;
  }
}

.contact_form .contact_form_wrapper {
  display: flex;
  gap: 2rem;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .contact_form .contact_form_wrapper {
    flex-direction: column;
  }
}
.contact_form .contact_form_wrapper .contact_address {
  background: #F1F1FF;
  flex-basis: 100%;
  padding: 4rem;
  border-radius: 0.5rem;
}
@media (max-width: 992px) {
  .contact_form .contact_form_wrapper .contact_address {
    padding: 2rem;
  }
}
.contact_form .contact_form_wrapper .contact_address ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contact_form .contact_form_wrapper .contact_address ul li {
  display: flex;
  align-items: center;
}
.contact_form .contact_form_wrapper .contact_address ul li .icons {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #343A90;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_form .contact_form_wrapper .contact_address ul li .icons svg {
  font-size: 1.6rem;
  color: #fff;
}
.contact_form .contact_form_wrapper .image {
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .contact_form .contact_form_wrapper .image {
    display: none;
  }
}
.contact_form .contact_form_wrapper .form {
  flex-basis: 100%;
}
.contact_form .contact_form_wrapper .form .form_detail {
  padding-bottom: 6rem;
}
.contact_form .contact_form_wrapper .form .form_detail form .btns_red a {
  display: flex;
  align-items: center;
}
.contact_form .contact_form_wrapper .form .form_detail form .btns_red a img {
  width: 20px;
  height: 20px;
  display: inline;
}
@media (max-width: 768px) {
  .contact_form .contact_form_wrapper .form .form_detail form .btns_red a img {
    display: block;
  }
}
.contact_form .map {
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .contact_form .map {
    padding: 0;
  }
}
.contact_form .map iframe {
  width: 100%;
}

.footer {
  background: #343434;
}
.footer .footer_wrapper {
  display: flex;
  justify-content: center;
  padding-block: 6rem;
  gap: 5rem;
}
@media (max-width: 768px) {
  .footer .footer_wrapper {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
}
.footer .footer_wrapper .footer_content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer .footer_wrapper .footer_content {
    align-items: center;
    text-align: center;
  }
}
.footer .footer_wrapper .footer_content .image {
  background: #fff;
  width: 70%;
}
@media (max-width: 768px) {
  .footer .footer_wrapper .footer_content .image {
    margin: 0 auto;
  }
}
.footer .footer_wrapper .footer_content ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer .footer_wrapper .footer_content .social_items {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
.footer .footer_wrapper .footer_content .social_items .social_sites {
  border: 0.1px solid #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_wrapper .footer_content .social_items .social_sites svg {
  font-size: 2rem;
}
.footer .footer_end {
  background: #000;
}
.footer .footer_end .footer_end_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.5rem;
}
@media (max-width: 768px) {
  .footer .footer_end .footer_end_text {
    flex-direction: column;
    gap: 1rem;
  }
}

.banner_head {
  position: relative;
}
.banner_head .image {
  height: 250px;
}
.banner_head .image::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.banner_head .banner_text_head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_head .banner_text_head .page_nav {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.banner_head .banner_text_head .page_nav .pagination_icon {
  position: relative;
}
.banner_head .banner_text_head .page_nav .pagination_icon::after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
  margin-left: 1rem;
}

.about_page .about_page_wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding-block: 6rem;
}
.about_page .about_page_wrapper .about_page_detail {
  display: flex;
  gap: 2rem;
}
.about_page .about_page_wrapper .about_page_detail:nth-child(2) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .about_page .about_page_wrapper .about_page_detail:nth-child(2) {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .about_page .about_page_wrapper .about_page_detail:nth-child(2) {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .about_page .about_page_wrapper .about_page_detail {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .about_page .about_page_wrapper .about_page_detail {
    flex-direction: column;
  }
}
.about_page .about_page_wrapper .about_page_detail .image {
  flex-basis: 100%;
}
.about_page .about_page_wrapper .about_page_detail .about_page_text {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.about_page .about_page_wrapper .about_page_detail .image {
  height: 400px;
}
.about_page .planning {
  background: #F1F1FF;
  padding-block: 4.5rem;
}
.about_page .planning .box_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .about_page .planning .box_wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .about_page .planning .box_wrapper {
    grid-template-columns: 1fr;
  }
}
.about_page .planning .box_wrapper .boxes {
  position: relative;
  text-align: center;
}
.about_page .planning .box_wrapper .boxes h3 {
  padding: 6rem 3rem 3rem 3rem;
  background: #343A90;
  height: 100%;
}
@media (max-width: 768px) {
  .about_page .planning .box_wrapper .boxes h3 {
    padding: 3rem;
  }
}
.about_page .planning .box_wrapper .boxes .num {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}
.about_page .planning .box_wrapper .boxes .num span {
  padding: 1rem 1.8rem;
  background: #DF0024;
  border-radius: 50%;
}

.page_detail_text {
  padding-top: 6rem;
}
.page_detail_text .page_requirement {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.study_page .study_wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding-block: 6rem;
}
.study_page .study_wrapper .image {
  height: 400px;
}
.study_page .study_wrapper .study_detail {
  display: flex;
  gap: 2rem;
}
.study_page .study_wrapper .study_detail:nth-child(1) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .study_page .study_wrapper .study_detail:nth-child(1) {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .study_page .study_wrapper .study_detail {
    flex-direction: column;
  }
}
.study_page .study_wrapper .study_detail .image {
  flex-basis: 100%;
}
.study_page .study_wrapper .study_detail .study_page_text {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.study_page .key_facts {
  background: #F1F1FF;
  padding-block: 4.5rem;
}
.study_page .key_facts .box_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 992px) {
  .study_page .key_facts .box_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.study_page .key_facts .box_wrapper .boxes {
  flex-basis: 23%;
  padding: 2rem 1.5rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.news_inner {
  padding-top: 6rem;
}
.news_inner .news_article .news_detail {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.news_inner .news_article .news_detail .news_auther {
  border: 0.1rem solid #dddddd;
  padding: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .news_inner .news_article .news_detail .news_auther {
    padding: 1rem;
  }
}
.news_inner .news_article .news_detail .news_auther::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30rem;
  background: #dddddd;
  height: 100%;
  width: 0.1rem;
}
@media (max-width: 992px) {
  .news_inner .news_article .news_detail .news_auther::after {
    left: 20rem;
  }
}
@media (max-width: 768px) {
  .news_inner .news_article .news_detail .news_auther::after {
    display: none;
  }
}
.news_inner .news_article .news_detail .news_auther::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30rem;
  background: #dddddd;
  height: 100%;
  width: 0.1rem;
}
@media (max-width: 992px) {
  .news_inner .news_article .news_detail .news_auther::before {
    right: 20rem;
  }
}
@media (max-width: 768px) {
  .news_inner .news_article .news_detail .news_auther::before {
    display: none;
  }
}
.news_inner .news_article .news_detail .news_auther .auth {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news_inner .news_article .news_detail .news_auther .auth {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .news_inner .news_article .news_detail .news_auther .auth p {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=main.css.map */