@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html html {
    scroll-behavior: auto;
  }
}

p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #6C767B;
}

input, textarea, button {
  outline: none;
}

.bg-white {
  background-color: white;
}

.w-100 {
  height: 100%;
}

.h-100 {
  height: 100%;
}

.position-relative {
  position: relative;
}

.bodyh {
  overflow: hidden;
}

.t-center {
  text-align: center;
}

.TheHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.TheHeader > .container-fluid {
  position: relative;
  z-index: 200;
}
.TheHeader.activeh {
  background-color: white;
  padding: 0.7rem 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.TheHeader.activeh .TheHeader-nav ul li {
  color: #36a4ff;
}
.TheHeader.activeh .TheHeader-nav ul li a {
  color: #36a4ff;
}
.TheHeader.activeh .TheHeader-logo img:nth-child(1) {
  display: none;
}
.TheHeader.activeh .TheHeader-logo img:nth-child(2) {
  display: block;
}
.TheHeader.activeh .toggleResponsiveMenu span {
  background-color: #36a4ff;
}

.TheHeader-logo {
  width: 35px;
  height: 45px;
  line-height: 1;
  z-index: 100;
  position: relative;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.TheHeader-logo img {
  width: 35px;
  height: 45px;
}
.TheHeader-logo img:nth-child(2) {
  display: none;
}

.toggleResponsiveMenu {
  position: absolute;
  display: inline-block;
  width: 30px;
  right: 0;
  margin-top: 11px;
  z-index: 50;
  display: none;
}
@media (max-width: 991px) {
  .toggleResponsiveMenu {
    display: block;
  }
}
.toggleResponsiveMenu span {
  width: 100%;
  height: 4px;
  background-color: #fff;
  display: block;
  position: relative;
  top: 0;
  border-radius: 4px;
  transform-origin: center;
  transform: scale(1);
  transition: all 0.1s ease-in-out;
}
.toggleResponsiveMenu span:nth-child(1) {
  top: 0;
}
.toggleResponsiveMenu span:nth-child(2) {
  top: 4px;
}
.toggleResponsiveMenu span:nth-child(3) {
  top: 8px;
}
.toggleResponsiveMenu.activem span:nth-child(1) {
  top: 8px;
}
.toggleResponsiveMenu.activem span:nth-child(3) {
  top: 0px;
}

.TheHeader-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .TheHeader-nav {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 5rem 2rem 2rem 2rem;
    overflow: scroll;
    background-color: white;
    text-align: center;
  }
}
.TheHeader-nav > div {
  height: 100%;
}
.TheHeader-nav ul {
  list-style: none;
}
.TheHeader-nav ul li {
  font-size: 0.9rem;
  color: #fff;
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .TheHeader-nav ul li {
    display: block;
    margin: 0;
    padding-bottom: 1.5rem;
  }
}
.TheHeader-nav ul li a {
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}
@media (max-width: 991px) {
  .TheHeader-nav ul li a {
    font-size: 1.1rem;
  }
}

.formob {
  position: relative;
  display: inline-block;
  z-index: 50;
}

.btn-bg {
  padding: 0.5rem 1.9rem;
  border-radius: 1.4rem;
  line-height: 1;
  background-color: transparent;
  display: inline-block;
  position: relative;
  color: #36A4FF;
  overflow: hidden;
  font-size: 0.9rem;
  border: 1px solid #36A4FF;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.allblue {
  background-color: white;
  padding: 0.7rem 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.allblue .TheHeader-nav ul li {
  color: #36a4ff;
}
.allblue .TheHeader-nav ul li a {
  color: #36a4ff;
}
.allblue .TheHeader-logo img:nth-child(1) {
  display: none;
}
.allblue .TheHeader-logo img:nth-child(2) {
  display: block;
}
.allblue .toggleResponsiveMenu span {
  background-color: #36a4ff;
}

@media (max-width: 991px) {
  .navNoFlex {
    display: block !important;
  }
}

footer {
  overflow: hidden;
  position: relative;
  color: #fff;
}
footer a {
  text-decoration: none;
}
@media (max-width: 575px) {
  footer {
    text-align: center;
  }
}

.hv2-footer {
  border-top: 1px solid #a2cdf1;
  padding: 5rem 0;
  margin-top: 0;
  background-color: #fff;
}
@media (max-width: 575px) {
  .hv2-footer {
    padding: 1rem 0;
  }
}
.hv2-footer__pattern {
  position: absolute;
  top: 3rem;
  right: -5rem;
}
.hv2-footer__pattern img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.hv2-footer__mailing-title h4 {
  color: #25373f;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 2.1;
  margin-top: -8.7px;
}
.hv2-footer__mailfield {
  border: 1px solid #c9c9c9;
  border-radius: 50px;
}
.hv2-footer__mailfield input {
  padding: 0 4rem 0 1rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  height: 40px;
  width: 100%;
  color: #6c6c6c;
  outline: none;
}
.hv2-footer__mailfield button {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 30px;
  height: 30px;
  background-color: #12ff91;
  border-radius: 100%;
  border: 0;
  background-image: url(../../assets/img/arrow-submit-hv2mail.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (max-width: 575px) {
  .hv2-footer__nav {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hv2-footer__nav h5 {
  font-size: 16px;
  color: #25373f;
  margin-bottom: 1rem;
  font-weight: 400;
}
.hv2-footer__nav h5 a {
  color: #25373f;
}
.hv2-footer__nav ul {
  list-style-type: none;
}
.hv2-footer__nav ul li {
  margin-bottom: 1rem;
}
.hv2-footer__nav ul li a {
  color: #bebebe;
  font-size: 12px;
}

.hero-section {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hero-section h1 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .hero-section__logo {
    width: 80%;
  }
  .hero-section__logo img {
    width: 100%;
  }
}

.field input, .field textarea, .field select {
  border-radius: 5px;
  background-color: white;
  width: 100%;
  border: 0;
  height: 37px;
  padding: 0 1rem;
  font-weight: 500;
  color: #6C767B;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.field input::placeholder, .field textarea::placeholder, .field select::placeholder {
  color: #6C767B;
}
.field textarea {
  padding-top: 1rem;
  resize: none;
  height: 85px;
}

.field-submit {
  cursor: pointer;
  height: 43px;
  border-radius: 15rem;
  border: 0;
  background-color: #FFC812;
  font-size: 14px;
  font-weight: 500;
}

.about-section {
  /* padding: 7rem 0; */
  /*  @media (max-width: 991px) {
       padding: 3rem 0;
   } */
}
.about-section img {
  width: 100%;
}
.about-section h2 {
  color: #2B8BD5;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.video-section__title {
  background-color: white;
  box-shadow: 0 3px 26px rgba(13, 70, 128, 0.19);
  text-align: center;
}
.video-section__title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #2B81C9;
  line-height: 2;
}
.video-section_bg {
  /* margin-top: -5.5rem; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 245px; */
}
.video-section__video {
  /* margin-top: -5rem; */
  text-align: center;
}
.video-section__video img {
  cursor: pointer;
}
@media (max-width: 991px) {
  .video-section__video img {
    width: 100%;
  }
}

.videoframe {
  overflow: hidden;
  padding-bottom: 450px;
  position: relative;
  height: 0;
}
@media (max-width: 767px) {
  .videoframe {
    padding-bottom: 250px;
  }
}

.videoframe iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.events-section {
  padding: 3.5rem 0 5rem;
}
.events-section h2 {
  color: #25373F;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 3rem;
}
.events-section__item {
  position: relative;
}
.events-section__item:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: rgb(41, 214, 255);
  background: linear-gradient(90deg, rgb(41, 214, 255) 0%, rgb(40, 161, 255) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.events-section__featureimg {
  height: 220px;
}
@media (max-width: 400px) {
  .events-section__featureimg {
    height: auto;
  }
}
.events-section__featureimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.events-section__date {
  border: 1px solid #a2cce1;
  display: inline-block;
  margin-bottom: 0.7rem;
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.events-section__date span {
  display: inline-block;
  vertical-align: middle;
}
.events-section__date p {
  margin: 0 0.5rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
}
.events-section__infoevent h3 {
  color: #2996EC;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.events-section__infoevent a {
  color: #2996EC;
  text-decoration: none;
}
.events-section__infoevent .cta {
  background-color: #28A1FF;
  display: inline-block;
  border-radius: 15rem;
  color: white;
  font-weight: 500;
  padding: 1rem 2rem;
  font-size: 14px;
}
.events-section ul {
  list-style: none;
}

.jsspi {
  position: absolute;
  display: none;
  /* top: -17px; */
  top: 7px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.6);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.text-decoration-none {
  text-decoration: none;
}

.event-banner {
  height: 170px;
}
.event-banner img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
.event-banner h3 {
  position: relative;
  z-index: 20;
  text-align: center;
  font-size: 25px;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.past-events h2 {
  color: #25373f;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 3rem;
}
.past-events a {
  text-decoration: none;
}

.past-event {
  flex: 0 0 100%;
}
.past-event__img {
  height: 175px;
}
.past-event__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.past-event__icon {
  background-image: url(../img/plyaicon.png);
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 20;
}
.past-event__shadow {
  box-shadow: 0 3px 5px rgba(13, 70, 128, 0.1);
}
.past-event h3 {
  color: #575757;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.testimonials {
  padding: 60px 0;
  position: relative;
}
.testimonials .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: hue-rotate(50deg);
}
.testimonials .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials .box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 40px 80px;
  border: 1px solid #fff;
  border-radius: 24px;
}
.testimonials .box .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials .box .text {
  flex: 1;
}
.testimonials .box .text p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.testimonials .box .text .author a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.testimonials .box .text .author a:hover {
  text-decoration: underline;
}
.testimonials .box .text .author span {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .testimonials .box {
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .testimonials .box {
    padding: 30px;
  }
}/*# sourceMappingURL=main.css.map */