@charset "UTF-8";
@font-face {
  font-family: "Poppins-semibold";
  src: url("../fonts/Poppins_semiBold/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins_semiBold/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-medium";
  src: url("../fonts/Poppins_medium/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins_medium/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-reg";
  src: url("../fonts/Poppins_reg/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins_reg/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-light";
  src: url("../fonts/Poppins_light/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins_light/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-bold";
  src: url("../fonts/Poppins_bold/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins_bold/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mouldy-Cheese";
  src: url("../fonts/mouldy/MouldyCheese-Regular.woff2") format("woff2"), url("../fonts/mouldy/MouldyCheese-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}

body,
.wrapper {
  background: #f6f6f6;
}

.top_header_text {
  padding: 20px 0 8px 0;
}
.top_header_text .contact_det {
  margin: 6px 0 12px 0;
}
.top_header_text .headersocialMedia a {
  text-decoration: none;
}
.top_header_text .headersocialMedia .fab {
  font-size: 0.9rem;
  background-color: #002861;
  color: #f5f5f5;
  padding: 5px 8px;
  margin: 0 5px;
  border-radius: 5px;
}
.top_header_text .phone,
.top_header_text .Email {
  color: #002861;
  text-align: end;
}
.top_header_text .phone .fas,
.top_header_text .Email .fas {
  font-size: 1rem;
}
.top_header_text .phone .fa-phone,
.top_header_text .Email .fa-phone {
  rotate: 120deg;
}
.top_header_text .phone span,
.top_header_text .Email span {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
}
.top_header_text .Email {
  width: 33%;
}

.navbar-brand .logo {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: capitalize;
  font-family: "Mouldy-Cheese";
  font-size: 1.5rem;
  color: #002861;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.navbar-brand .logo-subtitle {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  color: #002861;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.navbar {
  padding: 10px 0 !important;
  margin: 0;
  background-color: #002861;
}
.navbar .container .navbar-nav .nav-item {
  margin: 0 15px;
  padding: 10px 0;
}
.navbar .container .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  color: rgba(248, 251, 255, 0.6392156863);
  padding: 0;
}
.navbar .container .navbar-nav .nav-item .nav-link.active {
  color: #f8fbff;
  text-transform: uppercase;
  font-weight: 700;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #002861 !important;
  color: #f8fbff !important;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}

.carousel-item .carousel-img {
  height: 650px;
}

.banner-bg-page {
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.4784313725);
  width: 100%;
  height: 650px;
}

.carousel-control-next {
  width: 5% !important;
}

.carousel-control-next {
  right: 40px !important;
}

.page_title {
  position: relative;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}
.banner .banner_text {
  text-align: center;
  color: #f5f5f5;
}
.banner .banner_text .page_name {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  letter-spacing: 15px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  border-color: #f5f5f5;
}

.navbar-toggler {
  border: 1px solid #f5f5f5;
}

.carousel-indicators [data-bs-target] {
  background-color: #212121 !important;
}

.about {
  margin-top: 50px;
  color: #212121;
}
.about .about_subtitle {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about .about_title {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  font-family: "Mouldy-Cheese";
  color: #002861;
  letter-spacing: 1px;
}
.about .about_para {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  line-height: 30px;
  text-indent: 20px;
  text-align: justify;
}
.about .btn-primary {
  background-color: #002861;
  color: #FFFFFF;
  outline: none;
  border: none;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
}
.about .btn-primary:hover {
  background-color: #F6A31E;
  color: #212121;
}
.about .about_image {
  text-align: center;
}
.about .about_image img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  box-shadow: -5px 5px 24px rgba(0, 0, 0, 0.85);
}

@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.discover {
  margin-top: 75px;
  width: 58.33333333%;
  color: #212121;
}
.discover h6 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Poppins-medium";
}
.discover h3 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  color: #002861;
}
.discover p {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  text-align: justify;
}

.wrapper_activity {
  background-color: #f8fbff;
}
.wrapper_activity .activity {
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wrapper_activity .activity .activity_img {
  text-align: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right bottom, #2c67f2, #002861);
  border-radius: 20px;
}
.wrapper_activity .activity .activity_img img {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 20px;
  animation: rotate 3s linear infinite;
}
.wrapper_activity .activity .activity_title {
  margin-top: 25px;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  text-transform: uppercase;
  color: #002861;
}
.wrapper_activity .activity .activity_para {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.MV {
  margin-top: 110px !important;
}
.MV .MV_left h6 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  text-transform: uppercase;
}
.MV .MV_left h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  color: #002861;
  text-transform: uppercase;
}
.MV .MV_left p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  width: 100%;
  text-align: justify;
}
.MV .MV_left ul {
  margin: 0;
  padding: 0;
}
.MV .MV_left ul li {
  list-style-type: none;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  margin: 8px 0;
}
.MV .MV_left ul li::before {
  content: " ↪";
  font-weight: 600;
  padding-right: 10px;
}
.MV .MV_right .Mission {
  margin: 10px 0 20px 0;
}
.MV .MV_right .Mission .M_img {
  background: linear-gradient(to right bottom, #98bff6, #1154f1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13%;
  height: 123px;
}
.MV .MV_right .Mission .M_img img {
  animation: beat 3s linear infinite;
}
.MV .MV_right .Mission .M_text h3 {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #212121;
}
.MV .MV_right .Mission .M_text p {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  text-align: justify;
  width: 97%;
}

@keyframes rotate {
  0% {
    rotate: 0deg;
    transform: scale(1);
  }
  25% {
    rotate: 25deg;
    transform: scale(0.9);
  }
  50% {
    rotate: 50deg;
    transform: scale(1.1) skew(0.004turn);
  }
  75% {
    rotate: -25deg;
    transform: scale(1) skew(0.008turn);
  }
  100% {
    rotate: 0deg;
    transform: scale(1) skew(0);
  }
}
@keyframes beat {
  0% {
    opacity: 0.5;
    transform: scale(0.3);
  }
  14% {
    opacity: 0.4;
    transform: scale(0.6);
  }
  21% {
    opacity: 0.4;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.gallery h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  color: #002861;
}
.gallery h3 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  font-weight: 700;
  margin-bottom: 0;
}
.gallery span {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
}
.gallery p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  text-align: justify;
}
.gallery .gallery_text {
  width: 100%;
  margin-top: 80px;
  color: #212121;
}

.gallery_img {
  border-radius: 10px;
  width: 23.14% !important;
  margin: 0 12px;
  padding: 0 !important;
  color: #212121;
  text-decoration: none;
}
.gallery_img img {
  height: 204px;
  width: 100%;
  border-radius: 10px;
}
.gallery_img .gallery-tx {
  text-decoration: none;
  color: #212121;
}

.getintouch {
  margin: 70px 0;
}
.getintouch .get_img img {
  height: 440px;
  width: 100%;
}
.getintouch .form_get {
  border-style: solid;
  border-width: 5px;
  border-color: #04175E;
  padding: 30px 20px;
  animation: borderColor 6s linear infinite;
}
.getintouch .form_get h3 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  margin-bottom: 15px;
  color: #04175E;
}
.getintouch .form-group {
  margin: 10px 0;
  padding: 0 10px;
}
.getintouch .form-group .form-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #04175E;
  text-transform: uppercase;
}
.getintouch .form-group .form-control,
.getintouch .form-group .form-select {
  border-color: #04175E;
}
.getintouch .btn {
  width: 120px;
  background-color: #04175E;
}
.getintouch .btn:focus,
.getintouch .btn:hover,
.getintouch .btn:active,
.getintouch .btn:focus-visible,
.getintouch .btn:target,
.getintouch .btn:first-child:active {
  background-color: #04175E;
  border-color: #04175E;
  outline: none;
  box-shadow: none;
}

@keyframes borderColor {
  0% {
    border-color: #04175E;
    transform: scale(1);
    border-radius: 10px;
  }
  20% {
    border-color: #F6A31E;
    transform: scale(1.01);
    border-radius: 10px;
  }
  30% {
    border-color: #2B045E;
    transform: scale(1.02);
    border-radius: 10px;
  }
  40% {
    border-color: #9B0FBA;
    transform: scale(1.03);
    border-radius: 10px;
  }
  50% {
    border-color: #ff6ec4;
    transform: scale(1.03);
    border-radius: 10px;
  }
  70% {
    border-color: #7873f5;
    transform: scale(1.02);
    border-radius: 10px;
  }
  80% {
    border-color: #22d8e8;
    transform: scale(1.01);
    border-radius: 10px;
  }
  100% {
    border-color: #9B0FBA;
    transform: scale(1);
    border-radius: 10px;
  }
}
.form-control::-moz-placeholder {
  font-size: 14px;
  color: #212121;
}
.form-control::placeholder,
.form-select option {
  font-size: 14px;
  color: #212121;
}

.form-control:focus,
.form-select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #04175E !important;
}

.footer_wrapper {
  height: auto;
  background-color: #002861;
  background-repeat: no-repeat;
  padding: 112px 0 10px 0;
  border-radius: 10% 10% 0 0;
  margin-top: 50px;
}
.footer_wrapper h4 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  font-size: 1.5rem;
  color: #f5f5f5;
  text-transform: uppercase;
}
.footer_wrapper strong {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  color: #fad65f;
}
.footer_wrapper strong span {
  color: #faf5bb;
}
.footer_wrapper p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  color: #f5f5f5;
  text-align: justify;
  margin-top: 20px;
}
.footer_wrapper .socialMedia a {
  text-decoration: none;
}
.footer_wrapper .socialMedia a .fab {
  font-size: 1.2rem;
  color: #002861;
  background-color: #f5f5f5;
  padding: 5px 8px;
  margin: 0 5px;
  border-radius: 5px;
}
.footer_wrapper .navbar_footer ul {
  margin: 0;
  padding: 0;
}
.footer_wrapper .navbar_footer ul li {
  list-style-type: none;
  margin-bottom: 8px;
  padding-left: 20px;
}
.footer_wrapper .navbar_footer ul li a {
  text-decoration: none;
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}
.footer_wrapper .navbar_footer ul li::before {
  content: "↬";
  padding-right: 8px;
  font-weight: 700;
  color: #f5f5f5;
}
.footer_wrapper .navbar_footer ul:first-child {
  border-right: 2px solid rgba(245, 245, 245, 0.1490196078);
  height: 176px;
  width: 41%;
}
.footer_wrapper .footer_det {
  margin: 20px 0;
}
.footer_wrapper .footer_det img {
  width: 25px;
  height: 25px;
}
.footer_wrapper .footer_det span {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  color: #f5f5f5;
}
.footer_wrapper .footer_det .fa-phone {
  rotate: 120deg;
}

.footer_text {
  padding: 20px 0;
  border-top: 3px solid rgba(245, 245, 245, 0.1490196078);
  margin-top: 30px;
}
.footer_text .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_text .footer_bottom h5 {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  color: #f5f5f5;
  text-transform: capitalize;
}
.footer_text .footer_bottom a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  color: #f5f5f5;
}

#goTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  background-color: #002861;
  color: #f5f5f5;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

/* Style for the popup */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 1000;
}

.popup-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  /* Close button style */
}
.popup-title h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  color: #002861;
}
.popup-title .close-btn {
  cursor: pointer;
  border: 1px solid #035edf;
  padding: 0px 7px;
  border-radius: 5px;
  font-size: 1.8rem;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1001;
}
.popup form .form-label {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  margin-top: 15px;
}
.popup .button {
  margin: 20px 0 10px 0;
}
.popup .button .btn {
  background-color: #035edf;
  border: none;
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}
.popup .button .btn:focus,
.popup .button .btn:hover,
.popup .button .btn:active,
.popup .button .btn:focus-visible,
.popup .button .btn:target,
.popup .button .btn:first-child:active {
  background-color: #035edf;
  border-color: #04175E;
  outline: none;
  box-shadow: none;
  color: #212121;
}

.testimonals {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  width: 85%;
  padding: 20px;
  border-radius: 20px;
  margin: 20px auto;
  text-align: center;
  margin-top: 50px;
}
.testimonals img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.testimonals h6 {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  text-align: justify;
  width: 90%;
  margin: 0 auto;
  line-height: 24px;
}

.name {
  margin-top: 15px;
}
.name h4 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Poppins-medium";
  text-align: end;
  margin-bottom: 0;
}
.name p {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  text-align: end;
}

.testimonal-container {
  position: relative;
  width: 100%;
  height: 210px;
}
.testimonal-container h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  margin-bottom: 20px;
  color: #002861;
  text-align: center;
}

.testimonal {
  display: none;
  position: absolute;
  width: 96%;
  transition: opacity 0.5s ease-in-out;
}

.testimonal.active {
  display: block;
  opacity: 1;
}

.button_PN {
  background-color: #023164;
  color: #fff;
  border: none;
  padding: 12px 15px;
  margin: 10px 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 1rem;
}

.perv {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.next {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}/*# sourceMappingURL=style.css.map */