@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.sticky-section {
  position: sticky;
  top: 150px;
}

.headborders .color_1 {
  background-color: orangered;
  height: 4px;
  text-indent: -99999px;
}
.headborders .color_2 {
  background-color: rgb(252, 96, 122);
  height: 4px;
  text-indent: -99999px;
}
.headborders .color_3 {
  background-color: rgb(248, 92, 248);
  height: 4px;
  text-indent: -99999px;
}
.headborders .color_4 {
  background-color: rgb(108, 255, 108);
  height: 4px;
  text-indent: -99999px;
}

.top_navbar {
  padding: 10px 0;
  background-color: #00171f;
  color: #fff;
}
.top_navbar .school_name i {
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  background-color: #00a8e8;
}
.top_navbar .contact i {
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  background-color: rgb(108, 255, 108);
}
.top_navbar .vaccency i {
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  background-color: rgb(252, 96, 122);
}
.top_navbar .login i {
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  background-color: rgb(248, 92, 248);
}

.navbar {
  background-color: #f8f9fa;
}

.navbar-nav {
  margin-left: auto;
  margin-top: 5px;
}
.navbar-nav.ml-auto {
  margin-left: auto;
}
.navbar-nav .nav-item {
  margin-right: 15px;
  transition: all ease-in-out 0.2s;
}
.navbar-nav .nav-item .link {
  font-size: 1.1rem;
  font-weight: 500;
}
.navbar-nav .nav-item .link .icon i {
  padding: 2px;
  color: #00a8e8;
}
.navbar-nav .nav-item .link .name {
  color: #00171f;
}
.navbar-nav .nav-item:hover {
  background-color: #00a8e8;
  border-radius: 10px;
}
.navbar-nav .nav-item:hover .name {
  color: #fff;
}
.navbar-nav .nav-item:hover .icon i {
  color: #fff;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  border-top: 5px solid #003459;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu a {
  font-weight: 500;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu a:hover {
  background-color: #003459;
  color: #fff;
}

.exam-notice-section {
  background-color: #fff;
}
.exam-notice-section .e2 {
  background: #00a8e8;
  width: 180px;
  font-size: 0.9rem;
}
.exam-notice-section .e2 .title {
  color: #fff;
  font-weight: 700;
}
.exam-notice-section .news-scroll {
  color: red;
  animation: blinker 2s linear infinite;
}
.exam-notice-section .news-scroll:hover {
  animation: none;
}
.exam-notice-section .news-scroll p {
  font-size: 0.9rem;
  font-weight: 700;
  color: #007ea7;
  transition: all 0.5s ease-in-out;
}
.exam-notice-section .news-scroll p:hover {
  color: #00a8e8;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/gogal.png") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 72px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 62px;
  }
}
#hero h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 200;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 1.5rem;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #003459;
  border: 2px solid #003459;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.our-features .title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.our-features .neon-text {
  font-family: "Pacifico", cursive;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
  transition: text-shadow 0.2s ease-in-out;
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  }
  100% {
    text-shadow: 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8, 0 0 80px #00a8e8;
  }
}
.our-features .feature-cards {
  background-image: url("../img/PngItem_5297610.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.our-features .feature-cards .box {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.our-features .feature-cards .box .feature-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0.5rem;
  padding: 0.5rem;
  border-radius: 5px;
  height: 100%;
  /* From https://css.glass */
  background: rgba(79, 179, 255, 0.09);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(19.2px);
  -webkit-backdrop-filter: blur(19.2px);
}
.our-features .feature-cards .box .feature-card .icon {
  border: 5px solid #00a8e8;
  border-radius: 50%;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.our-features .feature-cards .box .feature-card .icon:hover i {
  animation: rotateOnce 1s forwards;
}
.our-features .feature-cards .box .feature-card .icon i {
  color: #007ea7;
  font-size: 2rem;
}
@keyframes rotateOnce {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.our-features .feature-cards .box .feature-card .feature h4 {
  color: #003459;
  font-weight: 500;
}
.our-features .feature-cards .box .feature-card .info p {
  color: grey;
}
.our-features .feature-cards .box .feature-card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 1s ease;
}
.our-features .feature-cards .box .feature-card:hover .icon {
  border: 5px solid #00a8e8;
  border-radius: 50%;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.our-features .feature-cards .box .feature-card:hover .icon i {
  animation: rotateOnce 1s forwards;
}
.our-features .feature-cards .box .feature-card:hover .icon i {
  color: #007ea7;
  font-size: 2rem;
}
@keyframes rotateOnce {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.why-us .title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.why-us .neon-text {
  font-family: "Pacifico", cursive;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
  transition: text-shadow 0.2s ease-in-out;
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  }
  100% {
    text-shadow: 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8, 0 0 80px #00a8e8;
  }
}

.why-us .content {
  padding: 30px;
  background: #00a8e8;
  border-radius: 4px;
  color: #fff;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #00a8e8;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  border: 1px solid #eef0ef;
  transition: all 0.5s ease-in-out;
}
.why-us .icon-boxes .icon-box i {
  font-size: 32px;
  padding: 18px;
  color: #00a8e8;
  margin-bottom: 30px;
  border-radius: 50px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.why-us .icon-boxes .icon-box:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.about {
  /* CSS */
}
.about .title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.about .neon-text {
  font-family: "Pacifico", cursive;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
  transition: text-shadow 0.2s ease-in-out;
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  }
  100% {
    text-shadow: 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8, 0 0 80px #00a8e8;
  }
}
.about .button-30 {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fcfcfd;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395a;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}
.about .button-30:focus {
  box-shadow: #d6d6e7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
}
.about .button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
  transform: translateY(-2px);
}
.about .button-30:active {
  box-shadow: #d6d6e7 0 3px 7px inset;
  transform: translateY(2px);
}

.about .anchor {
  transition: all 0.5s ease-in-out;
}

.about .row .image {
  flex: 1 1 42rem;
}

.about .row .image img {
  width: 100%;
  max-height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: aboutImage 4s linear infinite;
}

@keyframes aboutImage {
  0%, 100% {
    transform: scale(0.9);
    border-radius: 4% 95% 6% 95%/95% 4% 92% 5%;
  }
  50% {
    transform: scale(0.8);
    border-radius: 95% 4% 97% 5%/4% 94% 3% 95%;
  }
}
.about .row .content {
  flex: 1 1 42rem;
}

.about .row .content .title {
  color: #003459;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
}

.about .row .content p {
  color: grey;
  font-size: 1.2rem;
  padding: 1rem 0;
}

.review {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  background: url(../img/review.avif);
  background-position: center;
  background-size: cover;
}
.review .title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.review .neon-text {
  font-family: "Pacifico", cursive;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
  transition: text-shadow 0.2s ease-in-out;
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  }
  100% {
    text-shadow: 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8, 0 0 80px #00a8e8;
  }
}
.review .swiper {
  width: 28rem;
  height: 31rem;
}
.review .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}
.review .swiper-slide .content .image {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.review .swiper-slide .content .icon {
  width: 25%;
  color: #fff;
}
.review .swiper-slide .content .icon i {
  color: rgb(211, 151, 0);
  font-weight: 900;
}
.review .swiper-slide .content .testimonial {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  padding: 10px;
}
.review .swiper-slide:nth-child(1n) {
  background: url(../img/program-line-bg.png) no-repeat 50% rgb(252, 96, 122);
  background-size: cover;
}
.review .swiper-slide:nth-child(2n) {
  background: url(../img/program-line-bg.png) no-repeat 50% rgb(0, 140, 255);
  background-size: cover;
}
.review .swiper-slide:nth-child(3n) {
  background: url(../img/program-line-bg.png) no-repeat 50% rgb 10, 184, 111;
  background-size: cover;
}
.review .swiper-slide:nth-child(4n) {
  background-color: orangered;
}
.review .swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}
.review .swiper-slide:nth-child(6n) {
  background-color: rgb(180, 10, 47);
}
.review .swiper-slide:nth-child(7n) {
  background-color: rgb(35, 99, 19);
}
.review .swiper-slide:nth-child(8n) {
  background-color: rgb(0, 68, 255);
}
.review .swiper-slide:nth-child(9n) {
  background-color: rgb(218, 12, 218);
}
.review .swiper-slide:nth-child(10n) {
  background-color: rgb(54, 94, 77);
}
@media only screen and (max-width: 600px) {
  .review .swiper {
    width: 20rem;
    height: 31rem;
  }
}

.courses .title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.courses .neon-text {
  font-family: "Pacifico", cursive;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
  transition: text-shadow 0.2s ease-in-out;
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  }
  100% {
    text-shadow: 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8, 0 0 80px #00a8e8;
  }
}
.courses .course {
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  background: url(../img/program-line-bg.png) no-repeat 50% #00a8e8;
  background-size: cover;
  transition: all ease 0.9s;
}
.courses .course .image-box img {
  border-radius: 20px;
}
.courses .course .content .course-title {
  text-align: center;
}
.courses .course .content .course-title h6 {
  text-align: center;
  color: #003459;
  font-size: 1.4rem;
}
.courses .course .content .info p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}
.courses .course .button-box {
  /* CSS */
}
.courses .course .button-box .button-53 {
  background-color: #3dd1e7;
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: 0.75rem 1.65rem;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none #000000 solid;
          text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 200px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.courses .course .button-box .button-53:focus {
  outline: 0;
}
.courses .course .button-box .button-53:after {
  content: "";
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
.courses .course .button-box .button-53:hover:after {
  bottom: 2px;
  left: 2px;
}
@media (min-width: 768px) {
  .courses .course .button-box .button-53 {
    padding: 0.75rem 3rem;
    font-size: 1.25rem;
  }
}
.courses .course:hover {
  background: url(../img/program-line-bg.png) no-repeat 30% #00a8e8;
  background-size: cover;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 0;
}
.courses .course:hover .image-box {
  overflow: hidden;
}
.courses .course:hover .image-box img {
  border-radius: 0;
  overflow: hidden;
  transform: scale(1.1);
  transition: all 0.9s ease;
}
.courses .course:hover .course-title h6 {
  letter-spacing: 1px;
  transition: all 1s ease-in-out;
}

.gallery2 h1 {
  color: #00a8e8;
}
.gallery2 .neon-text {
  font-family: "Pacifico", cursive;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
  transition: text-shadow 0.2s ease-in-out;
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  }
  100% {
    text-shadow: 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8, 0 0 80px #00a8e8;
  }
}
.gallery2 p {
  color: #007ea7;
  font-size: 1.1rem;
  font-weight: 500;
}
.gallery2 .gallery {
  background: url(../img/program-line-bg.png) no-repeat 50% #00a8e8;
  background-size: cover;
  min-height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  transition: all ease-in-out 0.5s;
  /* CSS */
}
.gallery2 .gallery:hover {
  background: url(../img/program-line-bg.png) no-repeat 30% #00a8e8;
  background-size: cover;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.gallery2 .gallery .image-container {
  display: inline-block;
  position: relative;
}
.gallery2 .gallery .image-border {
  width: 100%; /* Adjust as needed */
  height: 100%; /* Adjust as needed */
  background: linear-gradient(135deg, #ff5722, #e91e63, #9c27b0, #2196f3);
  border-radius: 10px; /* Adjust the border radius as desired */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Add a subtle shadow */
  overflow: hidden;
  padding: 5px;
}
.gallery2 .gallery .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensure the image fills the container */
  border-radius: 10px; /* Match the border radius of the container */
}

#footer {
  color: #37423b;
  font-size: 14px;
  background: #007ea7;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f9faf9;
  background: url(../img/footerbackground.avif);
  background-size: cover;
  background-position: center;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 1.8rem;
  margin: 0 0 2rem 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #007ea7;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links h4 {
  color: #007ea7;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li i {
  padding-right: 2px;
  color: #007ea7;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  transition: margin-right 0.3s ease;
}
#footer .footer-top .footer-links ul li:hover i {
  margin-right: 1rem;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul li a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
}
#footer .footer-top .footer-links ul li a:hover {
  text-decoration: none;
  color: #007ea7;
}
#footer .footer-top .footer-newsletter {
  font-size: 15px;
}
#footer .footer-top .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #007ea7;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-newsletter iframe {
  border: 2px solid #00a8e8;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 25px 20px -20px;
}
#footer .credits {
  padding-top: 5px;
  font-size: 1rem;
  font-weight: 500;
  color: #00171f;
}
#footer .credits a {
  color: #fff;
  transition: 0.3s;
}
#footer .credits a:hover {
  color: orangered;
}
#footer .social-links a {
  font-size: 2rem;
  display: inline-block;
  background: #007ea7;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 3rem;
  height: 3rem;
  transition: 0.5s ease;
}
#footer .social-links a:hover {
  background: #fff;
  color: #007ea7;
  text-decoration: none;
  transform: translateY(-20%);
  box-shadow: rgb(195, 204, 212) 3px 3px 6px 0px inset, rgba(224, 224, 224, 0.7) -3px -3px 6px 1px inset;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #003459;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #00e5ff;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/
.trainers .title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.trainers .neon-text {
  font-family: "Pacifico", cursive;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
  transition: text-shadow 0.2s ease-in-out;
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  }
  100% {
    text-shadow: 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8, 0 0 80px #00a8e8;
  }
}
.trainers .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #eef0ef;
  transition: all 0.5s ease-in-out;
}
.trainers .member:hover {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.trainers .member img {
  margin: -1px -1px 30px -1px;
}
.trainers .member .member-content {
  padding: 0 20px 30px 20px;
}
.trainers .member .member-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #003459;
}
.trainers .member .member-content span {
  font-style: italic;
  display: block;
  font-weight: 600;
  font-size: 1rem;
  color: grey;
}
.trainers .member .member-content p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.trainers .member .member-content .social {
  margin-top: 15px;
}
.trainers .member .member-content .social a {
  color: #7e9486;
  transition: 0.3s;
}
.trainers .member .member-content .social a:hover {
  color: #003459;
}
.trainers .member .member-content .social i {
  font-size: 1.5rem;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# contact Page css
--------------------------------------------------------------*/
.contact .title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.contact .neon-text {
  font-family: "Pacifico", cursive;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
  transition: text-shadow 0.2s ease-in-out;
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  }
  100% {
    text-shadow: 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8, 0 0 80px #00a8e8;
  }
}
.contact .content p {
  font-size: 1.1rem;
  font-weight: 400;
  color: grey;
}
.contact .detial {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.contact .detial .form {
  /* CSS */
}
.contact .detial .form label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
  color: #003459;
}
.contact .detial .form .input-container {
  display: flex;
  align-items: center;
}
.contact .detial .form input {
  border-radius: 0 !important;
}
.contact .detial .form .custom-input {
  padding: 10px;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 16px;
  background-color: #fff;
  color: #333;
  outline: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.contact .detial .form .custom-input:focus {
  background-color: #003459;
  color: #00a8e8;
  box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
}
.contact .detial .form .form-control {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0.5rem;
  transition: border-color 0.3s ease-in-out;
}
.contact .detial .form .form-control:focus {
  outline: none;
  border-color: #0069d9;
}
.contact .detial .form .text-danger {
  color: #ff0000;
  font-size: 0.85rem;
  margin-top: 0.25rem;
  display: inline-block;
}
.contact .detial .form .text-success {
  color: #28a745;
  font-size: 0.85rem;
  margin-top: 0.25rem;
  display: inline-block;
}
.contact .detial .form textarea {
  resize: vertical;
}
.contact .detial .form .button-51 {
  background-color: transparent;
  border: 1px solid #266db6;
  box-sizing: border-box;
  color: #00132c;
  font-family: "Avenir Next LT W01 Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 23px;
  position: relative;
  text-decoration: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}
.contact .detial .form .button-51:hover,
.contact .detial .form .button-51:active {
  outline: 0;
}
.contact .detial .form .button-51:hover {
  background-color: transparent;
  cursor: pointer;
}
.contact .detial .form .button-51:before {
  background-color: #d5edf6;
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: -7px;
  top: -9px;
  transition: background-color 300ms ease-in;
  width: 100%;
  z-index: -1;
}
.contact .detial .form .button-51:hover:before {
  background-color: #6dcff6;
}
@media (min-width: 768px) {
  .contact .detial .form .button-51 {
    padding: 16px 32px;
  }
}
.contact .tile {
  margin: 1.5rem 0;
  padding: 0.7rem;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.contact .tile .icon i {
  font-size: 3rem;
  color: #003459;
}
.contact .tile .info {
  font-size: 1.1rem;
  font-weight: 300;
  color: #00a8e8;
}

/*--------------------------------------------------------------
# breadcumbs Section
--------------------------------------------------------------*/
.breadcrumbs .page-name {
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/breadcrumb.avif);
  background-size: cover;
  background-position: center;
}
.breadcrumbs .page-name h1 {
  font-size: 3.5rem;
  color: #003459;
}
.breadcrumbs .breadcrumb {
  background-color: lightgrey;
  padding: 10px;
  font-size: 14px;
  color: #003459;
}
.breadcrumbs .breadcrumb a {
  text-decoration: none;
  color: #00a8e8;
  transition: color 0.3s;
  font-weight: 600;
}
.breadcrumbs .breadcrumb a:hover {
  color: #003459;
}
.breadcrumbs .breadcrumb a:last-child {
  font-weight: bold;
}
.breadcrumbs .breadcrumb span {
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}

/*--------------------------------------------------------------
# events Section
--------------------------------------------------------------*/
.blog-home2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
  /* CSS */
}
.blog-home2 h1,
.blog-home2 h2,
.blog-home2 h3,
.blog-home2 h4,
.blog-home2 h5,
.blog-home2 h6 {
  color: #3e4555;
}
.blog-home2.font-weight-medium {
  font-weight: 500;
}
.blog-home2 .title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.blog-home2 .neon-text {
  font-family: "Pacifico", cursive;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
  transition: text-shadow 0.2s ease-in-out;
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  }
  100% {
    text-shadow: 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8, 0 0 80px #00a8e8;
  }
}
.blog-home2 .button-29 {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}
.blog-home2 .button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}
.blog-home2 .button-29:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}
.blog-home2 .button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}
.blog-home2.bg-light {
  background-color: #f4f8fa !important;
}
.blog-home2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}
.blog-home2 .text-themecolor {
  color: #316ce8;
}
.blog-home2 h5 {
  line-height: 22px;
  font-size: 18px;
}
.blog-home2 a.link {
  color: #3e4555;
}
.blog-home2 a.link:hover {
  color: #316ce8;
}
.blog-home2 .on-hover {
  transition: 0.2s ease-in;
}
.blog-home2 .on-hover:hover {
  transform: translateY(-10px);
}
.blog-home2 .card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px;
  transition: 0.2s ease-in;
  padding: 10px;
}
.blog-home2 .card:hover {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.blog-home2 p {
  font-weight: 500;
}
.blog-home2 p span {
  font-style: italic;
}
.blog-home2 .date-pos {
  right: 10px;
  top: 10px;
}
.blog-home2 .date-pos span {
  font-size: 30px;
  line-height: 30px;
}
.blog-home2 .bg-info-gradiant {
  background: #188ef4;
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.events {
  /* Custom styles for pagination */
  /* Center align pagination */
  /* Previous and Next arrow styles */
}
.events .pagination {
  margin-top: 20px;
  background-color: transparent;
}
.events .page-item {
  border: none;
}
.events .page-link {
  color: #333;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  font-weight: bold;
}
.events .page-link:hover {
  color: #fff;
  background: #188ef4 !important;
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}
.events .page-item.active .page-link {
  color: #fff;
  background: #188ef4;
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}
.events .page-item.disabled .page-link {
  color: #ccc;
  pointer-events: none;
  background-color: transparent;
}
.events .justify-content-center {
  justify-content: center;
}
.events .page-link[aria-label=Previous]::before {
  content: "«";
}
.events .page-link[aria-label=Next]::before {
  content: "»";
}

/*--------------------------------------------------------------
# events detials Section
--------------------------------------------------------------*/
.events-detials .image img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.events-detials .title h1 {
  text-align: center;
  color: #003459;
  font-weight: 500;
  text-transform: capitalize;
}
.events-detials .info h6 {
  font-size: 1.2rem;
  text-align: center;
  color: #00171f;
}
.events-detials .info h6 span {
  font-style: italic;
  color: #007ea7;
}
.events-detials .detials .short-detials h6 {
  color: grey;
  font-style: italic;
  text-align: center;
}
.events-detials .detials .long-detials .long-title h4 {
  color: #003459;
  text-align: center;
  font-size: 2.5rem;
  margin: 0;
}

.notice {
  /* CSS */
}
.notice .title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.notice .neon-text {
  font-family: "Pacifico", cursive;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  animation: neon-glow 1.5s ease-in-out infinite alternate;
  transition: text-shadow 0.2s ease-in-out;
}
@keyframes neon-glow {
  0% {
    text-shadow: 0 0 10px #00a8e8, 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8;
  }
  100% {
    text-shadow: 0 0 20px #00a8e8, 0 0 30px #00a8e8, 0 0 40px #00a8e8, 0 0 50px #00a8e8, 0 0 60px #00a8e8, 0 0 70px #00a8e8, 0 0 80px #00a8e8;
  }
}
.notice i {
  color: red;
  font-weight: 900;
}
.notice .button-29 {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}
.notice .button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}
.notice .button-29:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}
.notice .button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}
.notice .table th {
  color: #fff;
  background-color: #00a8e8;
}
.notice .table td {
  color: grey;
  font-weight: 500;
  font-style: italic;
}/*# sourceMappingURL=style.css.map */