/*
@File: Ketan Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Default btn CSS
** - Section Title CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Who We Are Area CSS
** - Class Area CSS
** - Value Area CSS
** - Teacher Area CSS
** - Testimonials Area CSS
** - Blog Area CSS
** - Activities Area CSS
** - Facilities Area CSS
** - Partner Area CSS
** - Fun Facts Area CSS
** - Choose Area CSS
** - Gallery Area CSS
** - Quote Area CSS
** - Tour Area CSS
** - Newsletter Area CSS
** - Support Area CSS
** - Overview Area CSS
** - Page Banner CSS
** - Pricing Area CSS
** - Apply Area CSS
** - Enrollment Area CSS
** - Timetable Area CSS
** - FAQ Area CSS
** - Login Area CSS
** - Register Area CSS
** - 404 Error Area CSS
** - Terms of service Area CSS
** - Privacy policy Area CSS
** - Coming Soon Area CSS
** - Contact Area CSS
** - Teacher Details  Area CSS
** - Event Details  Area CSS
** - Class Details  Area CSS
** - Pagination Area CSS
** - Blog Details Area CSS
** - Widget Sidebar CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/

body {
  padding: 0;
  margin: 0;
  font-family: "YourFont", sans-serif;
  font-size: 16px;
}

@font-face {
  font-family: "YourFont";
  src: url("/fonts/lbc-regular-.otf") format("opentype");
  /* Adjusted to 'opentype' for OTF font */
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #1b0238;
}

a:hover,
a:focus {
  color: #53985b;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #6b6b84;
  font-weight: 400;
  font-family: "YourFont", sans-serif;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b0238;
  font-family: "YourFont", sans-serif;
  font-weight: bold;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default btn CSS
=================================================*/
.default-btn {
  display: inline-block;
  padding: 12px 35px;
  /* background-color: #00AFEF; */
  background-color: #ffffff;
  /* color: #ffffff !important; */
  color: #0E5748 !important;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "YourFont", sans-serif;
}

.default-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #0E5748;
  /* background-color: #53985b; */
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover::before {
  height: 100%;
}

.optional-btn {
  display: inline-block;
  padding: 12px 35px;
  background-color: #ffffff;
  /* color: #ffffff !important; */
  color: #0E5748 !important;

  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  overflow: hidden;
  font-family: "YourFont", sans-serif;
}

.optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  /* background-color: #00AFEF; */
  background-color: #0E5748;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.optional-btn:hover {
  color: #ffffff !important;
}

.optional-btn:hover::before {
  height: 100%;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title span {
  font-size: 25px;
  color: #53985b;
  font-weight: 600;
  font-family: "YourFont", cursive;
}

.section-title h2 {
  font-size: 45px;
  margin-top: 15px;
  margin-bottom: 0;
}

/*================================================
Preloader Area CSS
=================================================*/
/* .preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #53985b;
  z-index: 999999;
  height: 100%;
  overflow: hidden;
}

.preloader .loader {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  height: 50px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.preloader .loader .wrapper {
  height: 50px;
  width: 180px;
}

.preloader .loader .circle {
  border-radius: 50%;
  border: 3px solid #ffffff;
  float: left;
  height: 50px;
  margin: 0 5px;
  width: 50px;
}

.preloader .loader .circle-1 {
  -webkit-animation: move 1s ease-in-out infinite;
  animation: move 1s ease-in-out infinite;
}

.preloader .loader .circle-1a {
  -webkit-animation: fade 1s ease-in-out infinite;
  animation: fade 1s ease-in-out infinite;
}

.preloader .loader .circle-2 {
  -webkit-animation: move 1s ease-in-out infinite;
  animation: move 1s ease-in-out infinite;
}

.preloader .loader .circle-1a {
  margin-left: -55px;
  opacity: 0;
}

.preloader .loader .circle-3 {
  -webkit-animation: circle-3 1s ease-in-out infinite;
  animation: circle-3 1s ease-in-out infinite;
  opacity: 1;
}

.preloader-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.preloader-area .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-43%);
  transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader-area .box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-animation: animate 0.5s linear infinite;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader-area .shadow {
  width: 100%;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow 0.5s linear infinite;
  animation: shadow 0.5s linear infinite;
}

.preloader-area::before,
.preloader-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: #53985b;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.preloader-area::after {
  left: auto;
  right: 0;
}

.preloader-area.preloader-deactivate {
  visibility: hidden;
}

.preloader-area.preloader-deactivate::after,
.preloader-area.preloader-deactivate::before {
  width: 0;
}

.preloader-area.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}

@-webkit-keyframes circle-3 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes circle-3 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
} */

/*================================================
Navbar Area CSS
=================================================*/

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-banner-item {
  background-image: url(../images/12.png);
  /* background-image: url(../images/5.png); */
  /* background-image: url(../images/main-banner5.png); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 700px;
}

.main-banner-item .container-fluid {
  padding-right: 0;
}

.main-banner-item.banner-item-two {
  background-image: unset;
  background-color: #f5edec;
}

.main-banner-item.banner-item-three {
  background-image: url(../images/main-banner-bg-2.webp);
  background-attachment: fixed;
}

.main-banner-item.banner-item-three .main-banner-content {
  max-width: 630px;
  margin: auto;
  text-align: center;
}

.main-banner-item.banner-item-three .main-banner-content span {
  color: #ffffff;
}

.main-banner-item.banner-item-three .main-banner-content h1 {
  color: #ffffff;
}

.main-banner-item.banner-item-three .main-banner-content p {
  color: #ffffff;
}

.main-banner-item.banner-item-four {
  background-image: unset;
  background-color: #53985b;
}

.main-banner-item.banner-item-four .main-banner-content h1 {
  margin-top: 0;
  color: #ffffff;
}

.main-banner-item.banner-item-four .main-banner-content p {
  color: #ffffff;
}

.main-banner-content {
  max-width: 630px;
  margin-left: auto;
}

.main-banner-content span {
  font-size: 20px;
  color: #53985b;
  font-weight: 600;
  font-family: "YourFont", sans-serif;
}

.main-banner-content h1 {
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-banner-content p {
  margin-bottom: 0;
  font-size: 21px;
}

.main-banner-content .banner-btn {
  margin-top: 25px;
}

.main-banner-image img {
  width: auto !important;
  margin: auto;
}

.main-banner-image-wrap {
  position: relative;
  text-align: center;
  z-index: 1;
}

.main-banner-image-wrap .banner-image-wrap-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  left: 0;
  right: 0;
}

.main-banner-image-wrap img {
  width: auto !important;
  margin: auto;
}

.main-banner-shape .banner-bg-shape {
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  z-index: 1;
}

.main-banner-shape .banner-bg-shape-2 {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  z-index: 1;
}

.main-banner-shape .shape-1 {
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  left: 25px;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  z-index: 1;
  max-width: 100px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.main-banner-shape .shape-2 {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  max-width: 100px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.main-banner-shape .shape-3 {
  position: absolute;
  bottom: 100px;
  left: 30px;
  z-index: 1;
  max-width: 100px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.main-banner-shape .shape-4 {
  position: absolute;
  bottom: 30px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  max-width: 100px;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

.main-banner-shape .shape-5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 210px;
}

.main-banner-shape .shape-6 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 230px;
}

.banner-child .child-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

.banner-child .child-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes border-transform-default {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes border-transform-default {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  line-height: 0.01;
}

.home-slides.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  position: absolute;
  left: 20px;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  padding: 0;
  background: #53985b;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  line-height: 65px;
  text-align: center;
  font-size: 45px;
}

.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 20px;
}

.home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background-color: #53985b;
}

.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*-- Video Banner --*/
.main-banner-with-video {
  overflow: hidden;
  position: relative;
}

.main-banner-with-video .background-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-banner-item {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}

.video-banner-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1b0238;
  z-index: -1;
  opacity: 0.8;
}

.video-banner-item .main-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.video-banner-item .main-banner-content h1 {
  color: #ffffff;
}

.video-banner-item .main-banner-content p {
  color: #ffffff;
}

/*================================================
Who We Are Area CSS
=================================================*/
.who-we-are {
  position: relative;
  z-index: 1;
}

.who-we-are-image {
  text-align: center;
  position: relative;
  z-index: 1;
}

.who-we-are-image img {
  border-radius: 50%;
  padding: 20px;
}

.who-we-are-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0E5748;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
  animation: border-transform-default 10s linear infinite alternate forwards;
}

.who-we-are-image::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #53985b;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: border-transform-default 50s linear infinite alternate forwards;
  animation: border-transform-default 50s linear infinite alternate forwards;
}

.who-we-are-content span {
  font-size: 25px;
  color: #53985b;
  color: #0E5748;
  font-weight: 600;
  font-family: "YourFont", cursive;
}

.who-we-are-content h3 {
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.who-we-are-content p {
  margin-bottom: 0;
  font-size: 18px;
}

.who-we-are-content .who-we-are-list {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.who-we-are-content .who-we-are-list li {
  list-style-type: none;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #1b0238;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 20px;
  padding-left: 40px;
  padding-top: 5px;
  font-family: "YourFont", sans-serif;
}

.who-we-are-content .who-we-are-list li span {
  font-family: "YourFont", sans-serif;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  background-color: #53985b;
  background-color: #0E5748;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.who-we-are-content .who-we-are-list li:hover span {
  background-color: #53985b;
}

.who-we-are-content .who-we-are-btn {
  margin-top: 30px;
}

.who-we-are-shape {
  position: absolute;
  right: 5%;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  top: 35px;
  max-width: 120px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

/*================================================
Class Area CSS
=================================================*/
.class-area {
  position: relative;
  z-index: 1;
}

.class-area.bg-fdf6ed {
  /* background-color: #fdf6ed; */
  background-color: #e0ebf1;
}

.single-class {
  margin-bottom: 30px;
}

.single-class .class-image {
  overflow: hidden;
}

.single-class .class-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
  width: 100% !important;
}

.single-class .class-content {
  background-color: #ffffff;
  padding: 45px 30px 30px;
  position: relative;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.single-class .class-content .price {
  position: absolute;
  display: inline-block;
  padding: 10px;
  background-color: #53985b;
  background-color: #0E5748;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  border-radius: 0 0 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-class .class-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.single-class .class-content h3 a {
  color: #1b0238;
}

.single-class .class-content p {
  margin-bottom: 0;
}

.single-class .class-content .class-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #00afef;
  border-top: 1px dashed #0E5748;
}

.single-class .class-content .class-list li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  font-family: "YourFont", sans-serif;
  margin-right: 15px;
}

.single-class .class-content .class-list li:last-child {
  margin-right: 0;
}

.single-class .class-content .class-list li span {
  color: #53985b;
  color: #0E5748;
  font-size: 15px;
  font-weight: 500;
}

.single-class .class-content .class-btn {
  margin-top: 25px;
}

.single-class .class-content .class-btn .default-btn {
  padding: 10px 30px;
}

.single-class:hover .class-image img {
  -webkit-transform: rotate(2deg) scale(1.2);
  transform: rotate(2deg) scale(1.2);
}

.single-class:hover .class-content .price {
  background-color: #53985b;
}

.single-class:hover .class-content h3 a {
  color: #53985b;
}

.class-shape .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.class-shape .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Value Area CSS
=================================================*/
.value-area {
  position: relative;
  z-index: 1;
}

.value-item .value-content span {
  font-size: 25px;
  font-weight: 600;
  font-family: "YourFont", cursive;
  color: #53985b;
}

.value-item .value-content h3 {
  font-size: 45px;
  margin-top: 15px;
  margin-bottom: 0;
}

.value-item .value-inner-content p {
  font-size: 17px;
}

.value-item .value-inner-content {
  position: relative;
  padding-left: 88px;
  margin-top: 30px;
}

.value-item .value-inner-content .number span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #53985b;
  text-align: center;
  font-size: 25px;
  color: #1b0238;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.value-item .value-inner-content .number span::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 1px solid #53985b;
  border-radius: 50px;
  top: -5px;
  left: -5px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.value-item .value-inner-content .number .bg-2 {
  background-color: #3bbcef;
}

.value-item .value-inner-content .number .bg-2::before {
  border: 2px solid #3bbcef;
}

.value-item .value-inner-content .number .bg-3 {
  background-color: #0E5748;
}

.value-item .value-inner-content .number .bg-3::before {
  border: 2px solid #b65c9c;
}

.value-item .value-inner-content h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

.value-item .value-inner-content p {
  margin-bottom: 0;
}

.value-item .value-inner-content:hover .number span {
  background-color: #53985b;
  color: #ffffff;
}

.value-item .value-inner-content:hover .number span::before {
  border: 1px solid #53985b;
}

.value-shape .shape-1 {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: -1;
}

.value-shape .shape-2 {
  position: absolute;
  left: 20px;
  z-index: -1;
  bottom: 30px;
}

.value-shape .shape-3 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}



/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-item .testimonials-item-box {
  text-align: center;
  /* background-color: #fee9ca; */
  background-color: white;

  /* background-color: #dec7df; */
  /* padding: 20px; */
  padding: 20px;
  border-radius: 50%;
}

.testimonials-item .testimonials-item-box .icon {
  margin-bottom: 20px;
}

.testimonials-item .testimonials-item-box .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #ffffff;
  color: #53985b;
  font-size: 30px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonials-item .testimonials-item-box p {
  margin-bottom: 0;
  font-size: 17px;
  /* font-style: italic; */
  /* color: white; */
}

.testimonials-item .testimonials-item-box .info-box {
  margin-top: 20px;
}

.testimonials-item .testimonials-item-box .info-box h3 {
  margin-bottom: 0;
  font-size: 25px;
}

.testimonials-item .testimonials-item-box .info-box span {
  display: block;
  color: #53985b;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 600;
}

.testimonials-item .testimonials-item-box:hover .icon i {
  background-color: #53985b;
  color: #ffffff;
}

.testimonials-item .testimonials-image {
  margin-top: 20px;
}

.testimonials-item .testimonials-image img {
  width: auto;
  margin: auto;
}

.testimonials-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  line-height: 0.01;
}

.testimonials-slides.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  position: absolute;
  left: -60px;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  padding: 0;
  background: #53985b;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  line-height: 65px;
  text-align: center;
  font-size: 45px;
}

.testimonials-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -60px;
}

.testimonials-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background-color: #53985b;
}

.testimonials-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.testimonials-area.bg-color {
  background-color: #fef3e6;
}

.feedback-slides .feedback-item .feedback-image {
  position: relative;
  padding: 5px;
}

.feedback-slides .feedback-item .feedback-image img {
  border-radius: 50%;
}

.feedback-slides .feedback-item .feedback-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #53985b;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: border-transform-default 30s linear infinite alternate forwards;
  animation: border-transform-default 30s linear infinite alternate forwards;
}

.feedback-slides .feedback-item .feedback-content p {
  font-size: 24px;
  margin-bottom: 0;
  font-style: italic;
}

.feedback-slides .feedback-item .feedback-content .feedback-info {
  margin-top: 25px;
}

.feedback-slides .feedback-item .feedback-content .feedback-info h4 {
  font-size: 25px;
  margin-bottom: 12px;
}

.feedback-slides .feedback-item .feedback-content .feedback-info span {
  font-size: 16px;
  color: #53985b;
  font-weight: 600;
}

.feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 0.01;
  position: absolute;
  right: 0;
  bottom: 0;
}

.feedback-slides.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 0;
  background: #53985b;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  line-height: 65px;
  text-align: center;
  font-size: 45px;
}

.feedback-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  position: relative;
  left: 15px;
}

.feedback-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background-color: #53985b;
}

/*================================================
Event Area CSS
=================================================*/
.event-area.bg-ffffff {
  background-image: url(../images/event-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.event-area.bg-ffffff::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.3;
  z-index: -1;
}

.event-area .section-title span {
  color: #ffffff;
}

.event-area .section-title h2 {
  color: #ffffff;
}

.event-area.bg-color .container-fluid {
  max-width: 1450px;
}

.event-area.bg-color .event-box-item {
  padding: 35px 15px;
}

.event-area.event-item-two .container-fluid {
  max-width: 1450px;
}

.event-area.event-item-two .section-title span {
  color: #53985b;
}

.event-area.event-item-two .section-title h2 {
  color: #1b0238;
}

.event-area.event-item-two .event-box-item {
  padding: 35px 15px;
  /* background-color: #fdeee9; */
  background-color: rgb(240, 216, 230);
  background-color: #0E5748;
  background-color: #0E5748;
  /* color: white; */
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.event-area.event-item-two .event-box-item .event-content h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.event-area.event-item-two .event-box-item .event-content h3 a {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  /* background-color: #fcded3; */
  background-color: #53985b;

  /* color: #00AFEF; */
  color: white !important;
}

.event-area.event-item-two .event-box-item .event-content p {
  margin-bottom: 10px;
  color: white;
}

.event-area.event-item-two .event-box-item .event-content span {
  color: #53985b;
  font-size: 16px;
  font-weight: 600;
}

.event-box-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.event-box-item .event-content h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.event-box-item .event-content h3 a {
  color: #1b0238;
}

.event-box-item .event-content .event-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.event-box-item .event-content .event-list li {
  list-style-type: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  font-family: "YourFont", sans-serif;
}

.event-box-item .event-content .event-list li:last-child {
  margin-bottom: 0;
}

.event-box-item .event-content .event-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #53985b;
  color: #0E5748;
}

.event-box-item .event-date {
  text-align: center;
}

.event-box-item .event-date h4 {
  font-size: 80px;
  color: #53985b;
  margin-bottom: 0;
}

.event-box-item .event-date span {
  font-size: 20px;
  /* color: #00AFEF; */
  margin-top: 10px;
  font-weight: 500;
}




/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  /* background-color: #fdf9f4; */
  background-color: white;
}

.partner-item img {
  width: auto !important;
  margin: auto;
  max-width: 170px;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  background-image: url(../images/footer2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.fun-facts-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

.single-fun-fact {
  margin-bottom: 30px;
  text-align: center;
  /* background-color: #5da7bd; */
  background-color: #5c9963;
  padding: 75px 45px;
  opacity: 0.9;
  border-radius: 15px;
  /* font-size: 20px !important;
  color: white; */
}

.single-fun-fact h3 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.single-fun-fact h5 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}

.single-fun-fact.bg-1 {
  background-color: #0E5748;
}

.single-fun-fact.bg-2 {
  background-color: #5c9963;
}

.single-fun-fact.bg-3 {
  background-color: #0E5748;
}



/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-box {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.single-gallery-box::before {
  width: 100%;
  content: "";
  position: absolute;
  height: 100%;
  background-color: #000000;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
}

.single-gallery-box img {
  border-radius: 15px;
}

.single-gallery-box .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 35px;
  color: #ffffff;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
}

.single-gallery-box:hover::before {
  opacity: 0.3;
  visibility: visible;
}

.single-gallery-box:hover .gallery-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.view-btn {
  text-align: center;
  margin-top: 15px;
}

.view-btn .default-btn {
  color: #ffffff;
}




/*================================================
Newsletter Area CSS
=================================================*/
.newsletter-area {
  /* background-color: #fdeee9; */
  /* background-color: #dec7df; */
  background-color: #72b179;
  position: relative;
  z-index: 1;
}

.newsletter-content h4 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 120px !important;
}

/* .newsletter-form {
  position: relative;
} */

/* .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 60px;
  padding-left: 25px;
  border-radius: 5px;
  outline: 0;
  color: #1b0238;
} */

.newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #6b6b84;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #6b6b84;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #6b6b84;
}

.newsletter-form .input-newsletter::placeholder {
  color: #6b6b84;
}

.letter button {
  /* position: absolute; */
  /* right: 4px;
  top: 0px; */
  background-color: #53985b;
  background-color: #0E5748;
  /* color: #0E5748 !important; */
  border: none;
  height: 52px;
  padding: 0 40px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 40px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin-left: 60%;
  font-family: "YourFont", sans-serif;

  /* margin-bottom: 20%; */
}

.letter button:hover {
  background-color: #53985b;
  color: #0E5748;
}

.newsletter-form #validator-newsletter {
  color: red;
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 500;
}

.newsletter-shape .shape-1 {
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  max-width: 250px;
  z-index: -1;
}

.newsletter-shape .shape-2 {
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  max-width: 250px;
  z-index: -1;
}




/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/page-banner-112.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
  background-attachment: fixed;
}

.page-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

.page-banner-area.item-bg1 {
  background-image: url(../images/page-banner-2.png);
}

.page-banner-area.item-bg2 {
  background-image: url(../images/page-banner-3.webp);
}

.page-banner-area.item-bg3 {
  background-image: url(../images/page-banner-1.webp);
}

.page-banner-area.item-bg4 {
  background-image: url(../images/footer2.png);
}

.page-banner-area.item-bg5 {
  background-image: url(../images/page-banner-6.webp);
}

.page-banner-area.item-bg6 {
  background-image: url(../images/page-banner-112.png);
}

.page-banner-area.item-bg7 {
  background-image: url(../images/errorbg.webp);
}

.page-banner-area.item-bg8 {
  background-image: url(../images/survey.png);
}

.page-banner-area.item-bg9 {
  background-image: url(../images/item-bg9.webp);
}

/* Mobile styles */
@media only screen and (max-width: 767px) {
  .page-banner-area.item-bg8 {
    background-attachment: scroll;
    /* Better performance on mobile */
    background-position: center top;
    min-height: 200px;
  }
}

.page-banner-content {
  text-align: center;
}

.page-banner-content h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1;
}

.page-banner-content ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 15px;
  font-weight: 600;
  color: #53985b;
  position: relative;
  font-family: "YourFont", sans-serif;
}

.page-banner-content ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background: #53985b;
}

.page-banner-content ul li:first-child {
  margin-left: 0;
}

.page-banner-content ul li:first-child::before {
  display: none;
}

.page-banner-content ul li a {
  display: block;
  color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/
/* .pricing-table .table {
  margin-bottom: 0;
}

.pricing-table .table thead th {
  border: 1px solid #f0f0f0;
  color: #1b0238;
  font-family: "YourFont", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 30px 25px;
  border-bottom: none;
}

.pricing-table .table tbody tr th {
  border: 1px solid #f0f0f0;
  font-weight: 400;
  color: #6b6b84;
  overflow-x: auto;
  font-family: "YourFont", sans-serif;
  padding: 30px 25px;
  font-size: 16px;
}

.pricing-table .table tbody tr td {
  border: 1px solid #f0f0f0;
  font-weight: 400;
  color: #6b6b84;
  overflow-x: auto;
  font-family: "YourFont", sans-serif;
  padding: 30px 25px;
  font-size: 16px;
}

.pricing-table .table-responsive {
  overflow-x: unset;
}

.pricing-table .table-title {
  text-align: center;
  margin-top: 20px;
}

.pricing-table .table-title p {
  margin-bottom: 0;
} */
.pricing-table .table {
  margin-bottom: 0;
  width: 100%;

  table-layout: auto;
  
}

.pricing-table .table thead th {
  border: 1px solid #f0f0f0;
  color: #1b0238;
  font-family: "YourFont", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 15px;
  border-bottom: none;
}

.pricing-table .table tbody tr th,
.pricing-table .table tbody tr td {
  border: 1px solid #f0f0f0;
  font-weight: 400;
  color: #6b6b84;
  font-family: "YourFont", sans-serif;
  padding: 20px 15px;
  font-size: 16px;
}

.pricing-table .table-responsive {
  overflow-x: auto;
  
  max-width: 100%;

  -webkit-overflow-scrolling: touch;
 
}

.pricing-table .table-title {
  text-align: center;
  margin-top: 20px;
}

.pricing-table .table-title p {
  margin-bottom: 0;
}




/*================================================
Register Area CSS
=================================================*/
.register-form {
  padding: 40px 45px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  max-width: 650px;
  margin: auto;
}

.register-form h2 {
  margin-bottom: 30px;
  font-size: 36px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.register-form form .form-group {
  margin-bottom: 25px;
}

.register-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #6b6b84;
  font-weight: 400;
  font-size: 16px;
}

.register-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #1b0238;
  background-color: transparent !important;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}

.register-form form .form-group .form-control:focus {
  border: 1px solid #53985b;
}

.register-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-form form .form-check {
  font-weight: 500;
  font-size: 15px;
  color: #6b6b84;
}

.register-form form .form-check-input {
  margin-top: 2px;
}

.register-form form button {
  border: none;
  margin-top: 25px;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: #53985b;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-form form button:hover {
  background-color: #53985b;
}

.register-form .important-text {
  margin-top: 15px;
}

.register-form .important-text p {
  font-size: 15px;
  color: #656565;
}

.register-form .important-text p a {
  color: #656565;
  font-weight: 600;
}

.register-form .important-text p a:hover {
  color: #53985b;
}





/*================================================
Contact Area CSS
=================================================*/
.contact-information h3 {
  margin-bottom: 25px;
  font-size: 25px;
}

.contact-information .contact-list {
  padding-left: 0;
  margin-bottom: 25px;
  list-style-type: none;
}

.contact-information .contact-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  font-family: "YourFont", sans-serif;
}

.contact-information .contact-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #53985b;
  color: #0E5748;
  font-size: 20px;
}

.contact-information .contact-list li span {
  /* font-weight: 600; */
  color: #1b0238;
}

.contact-information .contact-list li a {
  display: inline-block;
  /* font-weight: 600; */
  position: relative;
}

.contact-information .contact-list li a:hover::before {
  width: 100%;
}

.contact-information .contact-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #53985b;
}

.contact-information .contact-list li:last-child {
  margin-bottom: 0;
}

.contact-information .opening-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.contact-information .opening-hours li {
  margin-bottom: 10px;
  font-family: "YourFont", sans-serif;
}

.contact-information .opening-hours li:last-child {
  margin-bottom: 0;
}

.contact-form h3 {
  margin-bottom: 25px;
  font-size: 25px;
}

.contact-form #contactForm .form-group {
  margin-bottom: 15px;
}

.contact-form #contactForm .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #1b0238;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

.contact-form #contactForm .form-group .form-control:focus {
  border-color: #53985b;
}

.contact-form #contactForm .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-form #contactForm .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.contact-form #contactForm .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.contact-form #contactForm .form-group .form-control:focus::placeholder {
  color: transparent;
}

.contact-form #contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #6b6b84;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form #contactForm .form-group .form-control:-ms-input-placeholder {
  color: #6b6b84;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form #contactForm .form-group .form-control::-ms-input-placeholder {
  color: #6b6b84;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form #contactForm .form-group .form-control::placeholder {
  color: #6b6b84;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form #contactForm .form-group textarea.form-control {
  height: auto;
  padding: 15px 0 0 15px;
}

.contact-form #contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

.contact-form #contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

.contact-form #contactForm #msgSubmit.text-danger,
.contact-form #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

.contact-form #contactForm .default-btn {
  border: none;
  position: relative;
  z-index: 1;
  border: none;
}

#map iframe {
  border: none;
  width: 100%;
  height: 450px;
  margin-bottom: -8px;
}



/*================================================
Event Details  Area CSS
=================================================*/
.event-details-desc .event-desc-content h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.event-details-desc .event-desc-content p {
  font-size: 15px;
  margin-bottom: 0;
}

.event-details-desc .event-desc-content #map {
  margin-top: 30px;
}

.event-details-desc .event-desc-content #map iframe {
  border: none;
  width: 100%;
  height: 450px;
  margin-bottom: -8px;
}

.event-details-information {
  background-color: #ffffff;
  -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-top: 3px solid #53985b;
  padding: 40px 30px;
}

.event-details-information h3 {
  font-size: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  position: relative;
}

.event-details-information h3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 150px;
  height: 1px;
  background-color: #53985b;
}

.event-details-information ul {
  padding-left: 0;
  margin-bottom: 0;
}

.event-details-information ul li {
  list-style-type: none;
  color: #6b6b84;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "YourFont", sans-serif;
}

.event-details-information ul li:last-child {
  margin-bottom: 0;
}

.event-details-information ul li span {
  color: #1b0238;
  font-size: 16px;
  font-weight: 600;
}

.event-details-information ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #6b6b84;
}

.event-details-information ul li a:hover {
  color: #53985b;
}

/*================================================
Class Details  Area CSS
=================================================*/
.class-details-desc .class-details-tab {
  margin-top: 30px;
}

.class-details-desc .class-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.class-details-desc .class-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.class-details-desc .class-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  color: #1b0238;
  text-decoration: none;
  background-color: #fcefea;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 35px;
  width: 100%;
}

.class-details-desc .class-details-tab .tabs li a:hover,
.class-details-desc .class-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #53985b;
}

.class-details-desc .class-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #53985b;
  border-color: #53985b;
}

.class-details-desc .class-details-tab .tabs li:last-child {
  margin-right: 0;
}

.class-details-desc .class-details-tab .tab_content .tabs_item {
  display: none;
}

.class-details-desc .class-details-tab .tab_content .tabs_item:first-child {
  display: block;
}

.class-details-desc .class-details-tab .tab_content .tabs_item .class-desc-content h3 {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.class-details-desc .class-details-tab .tab_content .tabs_item .class-desc-content p {
  font-size: 15px;
  margin-bottom: 0;
}

.class-details-desc .class-details-tab .tab_content .tabs_item .class-desc-content .requirements-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.class-details-desc .class-details-tab .tab_content .tabs_item .class-desc-content .requirements-list li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #6b6b84;
}

.class-details-desc .class-details-tab .tab_content .tabs_item .class-desc-content .requirements-list li:last-child {
  margin-bottom: 0;
}

.class-details-desc .class-details-tab .tab_content .tabs_item .class-desc-content .requirements-list li i {
  color: #53985b;
}

.class-details-information {
  background-color: #ffffff;
  -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-top: 3px solid #53985b;
  padding: 40px 30px;
}

.class-details-information h3 {
  font-size: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  position: relative;
}

.class-details-information h3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 150px;
  height: 1px;
  background-color: #53985b;
}

.class-details-information ul {
  padding-left: 0;
  margin-bottom: 0;
}

.class-details-information ul li {
  list-style-type: none;
  color: #6b6b84;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "YourFont", sans-serif;
}

.class-details-information ul li:last-child {
  margin-bottom: 0;
}

.class-details-information ul li span {
  color: #1b0238;
  font-size: 16px;
  font-weight: 600;
}

.class-details-information ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #6b6b84;
}

.class-details-information ul li a:hover {
  color: #53985b;
}

.class-newsletter {
  background-color: #fcefea;
  padding: 25px;
  margin-top: 30px;
}

.class-newsletter .newsletter-content {
  text-align: center;
  margin-bottom: 25px;
}

.class-newsletter .newsletter-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.class-newsletter .newsletter-content p {
  font-size: 14px;
}

.class-newsletter .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 55px;
  padding-left: 15px;
  border-radius: 0;
  outline: 0;
  color: #1b0238;
}

.class-newsletter .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.class-newsletter .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.class-newsletter .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.class-newsletter .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.class-newsletter .newsletter-form button {
  background: #53985b;
  color: #ffffff;
  border: none;
  height: 55px;
  padding: 0 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 55px;
  font-weight: 500;
  border-radius: 0;
  transition: 0.5s;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 10px;
}

.class-newsletter .newsletter-form button:hover {
  background-color: #53985b;
}

.class-newsletter .newsletter-form #validator-newsletter {
  color: red;
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
  font-weight: 400;
}

.related-class {
  margin-top: 30px;
}

.related-class h3 {
  font-size: 25px;
  margin-bottom: 25px;
}




/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-image: url(../images/footer2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.footer-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.93;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 25px;
}

.single-footer-widget .logo h2 {
  font-size: 18px;
}

.single-footer-widget .logo h2 a {
  color: #ffffff;
}

.single-footer-widget p {
  margin-bottom: 0;
  color: #ffffff;
}

.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.single-footer-widget .social li {
  display: inline-block;
  margin-right: 10px;
}

.single-footer-widget .social li:last-child {
  margin-right: 0;
}

.single-footer-widget .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #0E5748;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}

.single-footer-widget .social li a:hover,
.single-footer-widget .social li a:focus {
  background-color: #53985b;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-footer-widget h3 {
  font-size: 25px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #ffffff;
}

.single-footer-widget h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #0E5748;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  padding-left: 35px;
  font-family: "YourFont", sans-serif;
  font-size: 14px;
}

.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 27px;
  color: #0E5748;
}

.single-footer-widget .footer-contact-info li span {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 20px;
}

.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  font-size: 14px;
}

.single-footer-widget .footer-contact-info li a:hover {
  color: #0E5748;
}

.single-footer-widget .footer-contact-info li a:hover::before {
  width: 100%;
}

.single-footer-widget .footer-contact-info li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0E5748;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .quick-links li {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 16px;
}

.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  font-family: "YourFont", sans-serif;
}

.single-footer-widget .quick-links li a:hover {
  color: #0E5748;
}

.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}

.single-footer-widget .quick-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0E5748;
}

.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .photo-gallery-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -5px;
}

.single-footer-widget .photo-gallery-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 5px;
}

.single-footer-widget .photo-gallery-list li .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-footer-widget .photo-gallery-list li .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.single-footer-widget .photo-gallery-list li .box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .photo-gallery-list li .box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #0E5748;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  width: fit-content;
}

.single-footer-widget .photo-gallery-list li .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.single-footer-widget .photo-gallery-list li .box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-footer-widget .photo-gallery-list li .box:hover i {
  opacity: 1;
  visibility: visible;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #091629;
}

.copyright-area .copyright-area-content {
  text-align: center;
}

.copyright-area .copyright-area-content p {
  color: #ffffff;
}

.copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #0E5748;
}

.copyright-area .copyright-area-content p a:hover {
  color: #ffffff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #0E5748;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: #53985b;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}


/*# sourceMappingURL=style.css.map */

.float-whatsapp-button {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 35px;
  right: 40px;
  background-color: #46b953;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float-whatsapp-button:hover {
  background-color: #128c7e;
  color: #fff;
}

.my-float-whatsapp {
  margin-top: 16px;
}

.float-phone-button {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 105px;
  /* Adjusted to be slightly above the WhatsApp button */
  right: 40px;
  background-color: #128c7e;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float-phone-button:hover {
  background-color: #128c7e;
  color: #fff;
}

.my-float-phone {
  margin-top: 16px;
}

::placeholder {
  font-family: "YourFont";
}

/* ✅ Floating Chat Button */
/* ✅ Floating Chat Button */
.float-chat-button {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 38px;
  /* Just above the phone button */
  right: 40px;
  background: #b565a7;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  border: none;
  cursor: pointer;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: transform 0.2s ease;
  animation: pulseZoom 2s ease-in-out infinite;
}

.float-chat-button:hover {
  transform: scale(1.1);
  animation: none;
}

.my-float-chat {
  margin-top: 16px;
}

/* Outer Zoom In/Out Animation */
@keyframes pulseZoom {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(181, 101, 167, 0.7);
    /* #b565a7 */
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(181, 101, 167, 0);
    /* #b565a7 */
  }
}

.chat-popup {
  position: fixed;
  bottom: 6px;
  right: 3px;
  width: 420px;
  height: 550px;
  /* background: white; */
  /* border-radius: 20px; */
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); */
  z-index: 9999;
  overflow: hidden;
  /* animation: fadeInUp 0.3s ease; */
}

/* Mobile responsive chat popup */
@media (max-width: 768px) {
  .chat-popup {
    left: 10px;
    right: 10px;
    width: calc(100vw - 20px);
    max-width: 420px;
    bottom: 80px;
    height: 70vh;
    max-height: 550px;
  }

  .float-whatsapp-button,
  .float-phone-button {
    right: 20px;
  }

  .float-chat-button {
    right: 20px;
  }
}


.chat-close-button {
  position: absolute;
  top: 38px;
  right: 30px;
  background: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 60%;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  z-index: 10000;
  transition: all 0.2s ease;
}

.chat-close-button:hover {
  /* background: rgba(0, 0, 0, 0.2); */
  color: #000;
  transform: scale(1.1);
}