h1, h2, h3, h4, h5, h6 {
  font-family: "Baloo Chettan 2", cursive;
}

.section-title {
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .section-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section-title {
    margin-bottom: 60px;
  }
}

.section-title .sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #222429;
  margin-bottom: 5px;
}

@media (min-width: 410px) {
  .section-title .sub-title {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .section-title .sub-title {
    font-size: 22px;
  }
}

.section-title .title {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  color: #222429;
  font-family: "Baloo Chettan 2", cursive;
}

@media (min-width: 410px) {
  .section-title .title {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .section-title .title {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .section-title .title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .section-title .title {
    font-size: 48px;
  }
}

.section-title .title span.text-rose {
  color: #F4209F;
}

.section-title .title span.text-bright-yellow {
  color: #FFA227;
}

.section-title .title span.text-blue {
  color: #1B4CFB;
}

.section-title p {
  max-width: 480px;
  line-height: 2;
  margin: 6px auto 0;
}

@media (min-width: 576px) {
  .section-title p {
    max-width: 440px;
  }
}

@media (min-width: 992px) {
  .section-title p {
    max-width: 465px;
  }
}

.hero-banner {
  position: relative;
  z-index: 1;
  padding: 140px 0 125px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .hero-banner {
    padding: 160px 0 140px;
  }
}

@media (min-width: 768px) {
  .hero-banner {
    padding: 160px 0 165px;
  }
}

@media (min-width: 992px) {
  .hero-banner {
    padding: 200px 0 165px;
  }
}

.hero-banner .hero-text {
  text-align: center;
}

@media (min-width: 992px) {
  .hero-banner .hero-text {
    text-align: left;
  }
}

.hero-banner .hero-text .title {
  font-size: 40px;
  font-weight: 800;
  font-family: "Baloo Chettan 2", cursive;
  line-height: 1;
  margin-bottom: 16px;
}

@media (min-width: 410px) {
  .hero-banner .hero-text .title {
    font-size: 48px;
    line-height: 1.1;
  }
}

@media (min-width: 576px) {
  .hero-banner .hero-text .title {
    max-width: 480px;
    margin: 0 auto 20px;
    font-size: 54px;
  }
}

@media (min-width: 768px) {
  .hero-banner .hero-text .title {
    font-size: 60px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .hero-banner .hero-text .title {
    font-size: 62px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .hero-banner .hero-text .title {
    font-size: 72px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1400px) {
  .hero-banner .hero-text .title {
    font-size: 78px;
  }
}

.hero-banner .hero-text .title span.text-rose {
  text-shadow: -2px -2px 0px rgba(244, 32, 159, 0.3);
}

@media (min-width: 576px) {
  .hero-banner .hero-text .title span.text-rose {
    text-shadow: -4px -3px 0px rgba(244, 32, 159, 0.3);
  }
}

@media (min-width: 1200px) {
  .hero-banner .hero-text .title span.text-rose {
    text-shadow: -5px -4px 0px rgba(244, 32, 159, 0.3);
  }
}

.hero-banner .hero-text .title span.text-bright-yellow {
  text-shadow: -2px -2px 0px rgba(255, 162, 39, 0.3);
}

@media (min-width: 576px) {
  .hero-banner .hero-text .title span.text-bright-yellow {
    text-shadow: -4px -3px 0px rgba(255, 162, 39, 0.3);
  }
}

@media (min-width: 1200px) {
  .hero-banner .hero-text .title span.text-bright-yellow {
    text-shadow: -5px -4px 0px rgba(255, 162, 39, 0.3);
  }
}

.hero-banner .hero-text .title span.text-blue {
  text-shadow: -2px -2px 0px rgba(27, 76, 251, 0.3);
}

@media (min-width: 576px) {
  .hero-banner .hero-text .title span.text-blue {
    text-shadow: -4px -3px 0px rgba(27, 76, 251, 0.3);
  }
}

@media (min-width: 1200px) {
  .hero-banner .hero-text .title span.text-blue {
    text-shadow: -5px -4px 0px rgba(27, 76, 251, 0.3);
  }
}

.hero-banner .hero-text p {
  line-height: 1.9;
  font-weight: 500;
  max-width: 480px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .hero-banner .hero-text p {
    margin-left: 0;
  }
}

.hero-banner .hero-text .buttons {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .hero-banner .hero-text .buttons {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .hero-banner .hero-text .buttons {
    margin-top: 40px;
  }
}

.hero-banner .hero-text .buttons .btn-yellow-round {
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .hero-banner .hero-text .buttons .btn-yellow-round {
    padding: 18px 42px;
    border-radius: 22px;
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .hero-banner .hero-text .buttons .btn-yellow-round {
    font-size: 18px;
    padding: 19px 44px;
  }
}

.hero-banner .hero-text .buttons a + a {
  margin-left: 15px;
}

@media (min-width: 576px) {
  .hero-banner .hero-text .buttons a + a {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .hero-banner .hero-text .buttons a + a {
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  .hero-banner .hero-text .buttons a + a {
    margin-left: 30px;
  }
}

.hero-banner .hero-img {
  text-align: center;
}

@media (min-width: 576px) {
  .hero-banner .hero-img img {
    max-width: 480px;
  }
}

@media (min-width: 992px) {
  .hero-banner .hero-img img {
    max-width: 100%;
  }
}

.hero-banner .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .hero-banner .background-image {
    display: block;
  }
}

.hero-banner .background-image .shape {
  position: absolute;
}

.hero-banner .background-image .shape1 {
  top: 220px;
  left: -120px;
  opacity: 0;
}

@media (min-width: 1600px) {
  .hero-banner .background-image .shape1 {
    opacity: 1;
  }
}

.hero-banner .background-image .shape2 {
  bottom: 0px;
  left: -95px;
  width: 250px;
}

@media (min-width: 1400px) {
  .hero-banner .background-image .shape2 {
    width: 300px;
  }
}

@media (min-width: 1600px) {
  .hero-banner .background-image .shape2 {
    bottom: -70px;
    left: -160px;
    width: auto;
  }
}

.hero-banner .background-image .shape3 {
  top: 310px;
  right: 150px;
}

.hero-banner .background-image .shape4 {
  bottom: 215px;
  right: -60px;
  width: 150px;
}

@media (min-width: 1600px) {
  .hero-banner .background-image .shape4 {
    width: auto;
  }
}

.hero-banner .background-image .shape.cloud {
  top: 170px;
  right: 30px;
  -webkit-animation: MoveUpDown 2s infinite;
          animation: MoveUpDown 2s infinite;
}

.hero-banner .background-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hero-banner .background-shape .wave-top {
  position: absolute;
  top: 0;
  height: 110px;
}

@media (min-width: 960px) and (max-width: 991px) {
  .hero-banner .background-shape .wave-top {
    height: 130px;
  }
}

@media (min-width: 992px) {
  .hero-banner .background-shape .wave-top {
    height: 160px;
  }
}

@media (min-width: 1200px) {
  .hero-banner .background-shape .wave-top {
    height: inherit;
  }
}

.hero-banner .background-shape .wave-bottom {
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .hero-banner .background-shape .wave-bottom {
    height: 100px;
  }
}

@media (min-width: 1600px) {
  .hero-banner .background-shape .wave-bottom {
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: inherit;
  }
}

.hero-banner .background-shape .sun-shape {
  position: absolute;
  top: 50px;
  left: 120px;
  width: 60px;
}

@media (min-width: 576px) {
  .hero-banner .background-shape .sun-shape {
    top: 50px;
    left: 200px;
    width: 90px;
  }
}

.why-choose {
  margin: 45px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 576px) {
  .why-choose {
    margin: 65px 0;
  }
}

@media (min-width: 1200px) {
  .why-choose {
    margin: 90px 0 110px;
  }
}

@media (min-width: 1600px) {
  .why-choose {
    margin: 120px 0;
  }
}

.why-choose .owl-item:nth-child(even) .item::before, .why-choose .owl-item:nth-child(even) .item::after {
  -webkit-transform: skew(0deg, -2deg);
          transform: skew(0deg, -2deg);
}

@media (min-width: 992px) {
  .why-choose .owl-carousel {
    max-width: 860px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .why-choose .owl-carousel {
    max-width: 100%;
  }
}

.why-choose .item {
  position: relative;
  z-index: 1;
  margin: 8px auto 40px;
  padding: 45px 30px;
  max-width: 345px;
}

@media (min-width: 480px) {
  .why-choose .item {
    max-width: 360px;
    padding: 65px 30px;
  }
}

@media (min-width: 576px) {
  .why-choose .item {
    max-width: 390px;
    padding: 70px 40px;
  }
}

@media (min-width: 992px) {
  .why-choose .item {
    max-width: 420px;
    padding: 80px 50px;
  }
}

@media (min-width: 1200px) {
  .why-choose .item {
    padding: 90px 50px;
  }
}

.why-choose .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  -webkit-transform: skew(0deg, 2deg);
          transform: skew(0deg, 2deg);
  z-index: -1;
}

.why-choose .item::after {
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 16px;
  -webkit-transform: skew(0deg, 2deg);
          transform: skew(0deg, 2deg);
  z-index: -1;
}

@media (min-width: 576px) {
  .why-choose .item::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}

@media (min-width: 576px) {
  .why-choose .item::after {
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

.why-choose .item.border-yellow::before {
  background-color: #FFA227;
}

.why-choose .item.border-yellow .item-title::after {
  background-color: #FFA227;
}

.why-choose .item.border-red::before {
  background-color: #FF5562;
}

.why-choose .item.border-red .item-title::after {
  background-color: #FF5562;
}

.why-choose .item.border-green::before {
  background-color: #31C9A8;
}

.why-choose .item.border-green .item-title::after {
  background-color: #31C9A8;
}

.why-choose .item .item-title {
  font-family: "Baloo Chettan 2", cursive;
  font-size: 22px;
  color: #222429;
  font-weight: 800;
  margin-bottom: 35px;
  position: relative;
}

@media (min-width: 768px) {
  .why-choose .item .item-title {
    font-size: 24px;
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .why-choose .item .item-title {
    font-size: 26px;
  }
}

@media (min-width: 1600px) {
  .why-choose .item .item-title {
    font-size: 28px;
  }
}

.why-choose .item .item-title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
}

.why-choose .item p {
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 576px) {
  .why-choose .item p {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .why-choose .item p {
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  .why-choose .item p {
    margin-bottom: 24px;
  }
}

.why-choose .item .read-more {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
}

@media (min-width: 576px) {
  .why-choose .item .read-more {
    font-size: 16px;
  }
}

.why-choose .item .read-more::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  background-color: var(--color1);
  opacity: 0.65;
  z-index: -1;
}

@media (min-width: 576px) {
  .why-choose .item .read-more::before {
    height: 5px;
    bottom: 3px;
  }
}

.why-choose .item .floating-img {
  position: absolute;
  right: 5px;
  bottom: -40px;
  width: 85px;
}

@media (min-width: 992px) {
  .why-choose .item .floating-img {
    width: 100px;
  }
}

.why-choose .owl-dots {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .why-choose .owl-dots {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .why-choose .owl-dots {
    display: none;
  }
}

.why-choose .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #222429;
  border-radius: 41% 59% 49% 51% / 54% 50% 50% 46%;
  display: block;
  margin: 0 5px;
}

.why-choose .owl-dots .owl-dot.active span {
  background-color: #31C9A8;
}

.why-choose .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

@media (min-width: 768px) {
  .why-choose .background-image {
    display: block;
  }
}

.why-choose .background-image .shape {
  position: absolute;
}

.why-choose .background-image .shape1 {
  top: 25%;
  left: -35px;
  width: 80px;
}

@media (min-width: 1200px) {
  .why-choose .background-image .shape1 {
    width: 180px;
    top: 0;
    left: -70px;
  }
}

@media (min-width: 1600px) {
  .why-choose .background-image .shape1 {
    width: auto;
  }
}

.why-choose .background-image .shape2 {
  bottom: 30%;
  right: -40px;
  width: 110px;
}

@media (min-width: 1200px) {
  .why-choose .background-image .shape2 {
    width: 180px;
    right: -100px;
  }
}

@media (min-width: 1600px) {
  .why-choose .background-image .shape2 {
    bottom: 10%;
    right: -130%;
  }
}

.about {
  position: relative;
  z-index: 1;
  padding: 125px 0 110px;
  overflow: hidden;
}

@media (min-width: 576px) {
  .about {
    padding: 145px 0 130px;
  }
}

@media (min-width: 768px) {
  .about {
    padding: 160px 0 180px;
  }
}

@media (min-width: 992px) {
  .about {
    padding: 190px 0 175px;
  }
}

@media (min-width: 1200px) {
  .about {
    padding: 220px 0 190px;
  }
}

.about .section-title {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .about .section-title p {
    margin-left: 0;
  }
}

.about .section-image {
  position: relative;
  max-width: 380px;
  margin: 40px auto 0;
}

@media (min-width: 992px) {
  .about .section-image {
    margin: 0 20px 0 auto;
    max-width: 420px;
  }
}

@media (min-width: 1200px) {
  .about .section-image {
    max-width: 510px;
    margin: 0 40px 0 auto;
  }
}

.about .section-image .img {
  padding: 14px;
  -webkit-clip-path: url(#about-img-clip);
          clip-path: url(#about-img-clip);
  background-color: #31C9A8;
}

@media (min-width: 992px) {
  .about .section-image .img {
    padding: 16px;
  }
}

@media (min-width: 1200px) {
  .about .section-image .img {
    padding: 20px;
  }
}

.about .section-image .img img {
  -webkit-clip-path: url(#about-img-clip);
          clip-path: url(#about-img-clip);
}

.about .section-image::after {
  content: url(../images/doll.png);
  position: absolute;
  left: -70px;
  bottom: -40px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 7px solid #E9F9FD;
  background-color: #EDBC54;
  padding: 25px 38px;
  display: none;
}

@media (min-width: 576px) {
  .about .section-content {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .about .section-content {
    max-width: 100%;
  }
}

.about .section-content .check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  line-height: 1.9;
}

@media (min-width: 410px) {
  .about .section-content .check-list li {
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  .about .section-content .check-list li {
    font-size: 16px;
  }
}

.about .section-content .check-list li .icon {
  position: absolute;
  left: 0;
}

.about .section-content .check-list li .icon svg {
  width: 30px;
  height: 28px;
}

@media (min-width: 1200px) {
  .about .section-content .check-list li .icon svg {
    width: 35px;
    height: 34px;
  }
}

.about .section-content .check-list li + li {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .about .section-content .check-list li + li {
    margin-top: 18px;
  }
}

@media (min-width: 1200px) {
  .about .section-content .check-list li + li {
    margin-top: 30px;
  }
}

.about .section-content .buttons {
  margin-top: 50px;
  text-align: center;
}

@media (min-width: 992px) {
  .about .section-content .buttons {
    text-align: left;
  }
}

.about .background-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.about .background-shape .wave-top {
  position: absolute;
  top: 0;
}

.about .background-shape .wave-bottom {
  position: absolute;
  bottom: 0;
}

.about .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

@media (min-width: 768px) {
  .about .background-image {
    display: block;
  }
}

.about .background-image .shape {
  position: absolute;
}

.about .background-image .shape1 {
  top: 0;
  left: 30px;
  width: 80px;
}

@media (min-width: 1200px) {
  .about .background-image .shape1 {
    width: 100px;
  }
}

@media (min-width: 1600px) {
  .about .background-image .shape1 {
    top: 140px;
    left: 70px;
  }
}

.about .background-image .shape2 {
  top: 300px;
  right: 30px;
  width: 80px;
}

@media (min-width: 1200px) {
  .about .background-image .shape2 {
    width: 100px;
    top: 100px;
  }
}

@media (min-width: 1600px) {
  .about .background-image .shape2 {
    top: 230px;
    right: 150px;
  }
}

.about .background-image .shape3 {
  bottom: 220px;
  right: 85px;
  width: 80px;
}

@media (min-width: 1200px) {
  .about .background-image .shape3 {
    width: 100px;
  }
}

@media (min-width: 1600px) {
  .about .background-image .shape3 {
    bottom: 110px;
    right: 85px;
  }
}

.classes {
  padding: 70px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .classes {
    padding: 90px 0;
  }
}

@media (min-width: 768px) {
  .classes {
    padding: 90px 0 110px;
  }
}

@media (min-width: 1200px) {
  .classes {
    padding: 120px 0;
  }
}

.classes .owl-carousel {
  margin-top: -25px;
}

@media (min-width: 1400px) {
  .classes .owl-carousel {
    padding-top: 25px;
  }
}

.classes .class-item {
  max-width: 360px;
  margin: 50px auto 0 auto;
}

.classes .class-item .class-thumbnail {
  position: relative;
  padding: 0 20px;
}

.classes .class-item .class-thumbnail::before, .classes .class-item .class-thumbnail::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-top: 10px solid;
  border-radius: 16px;
}

.classes .class-item .class-thumbnail::before {
  top: 0;
}

.classes .class-item .class-thumbnail::after {
  bottom: 0;
}

.classes .class-item .class-thumbnail.border-green::before, .classes .class-item .class-thumbnail.border-green .border-y::before {
  border-color: #31C9A8;
}

.classes .class-item .class-thumbnail.border-green::after, .classes .class-item .class-thumbnail.border-green .border-y::after {
  border-color: #31C9A8;
}

.classes .class-item .class-thumbnail.border-yellow::before, .classes .class-item .class-thumbnail.border-yellow .border-y::before {
  border-color: #FFA227;
}

.classes .class-item .class-thumbnail.border-yellow::after, .classes .class-item .class-thumbnail.border-yellow .border-y::after {
  border-color: #FFA227;
}

.classes .class-item .class-thumbnail.border-red::before, .classes .class-item .class-thumbnail.border-red .border-y::before {
  border-color: #FF5562;
}

.classes .class-item .class-thumbnail.border-red::after, .classes .class-item .class-thumbnail.border-red .border-y::after {
  border-color: #FF5562;
}

.classes .class-item .class-thumbnail.border-info::before, .classes .class-item .class-thumbnail.border-info .border-y::before {
  border-color: #49DBFF;
}

.classes .class-item .class-thumbnail.border-info::after, .classes .class-item .class-thumbnail.border-info .border-y::after {
  border-color: #49DBFF;
}

.classes .class-item .class-thumbnail .border-y {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.classes .class-item .class-thumbnail .border-y::before, .classes .class-item .class-thumbnail .border-y::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  height: 100%;
  border-left: 10px solid;
  border-radius: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.classes .class-item .class-thumbnail .border-y::before {
  left: 20px;
  height: calc(100% + 50px);
}

@media (min-width: 1400px) {
  .classes .class-item .class-thumbnail .border-y::before {
    height: calc(100% + 100px);
  }
}

.classes .class-item .class-thumbnail .border-y::after {
  right: 20px;
  height: calc(100% + 50px);
}

.classes .class-item .class-information {
  margin-top: 30px;
  padding: 0 26px;
}

@media (min-width: 576px) {
  .classes .class-item .class-information {
    padding: 0 10px;
  }
}

.classes .class-item .class-information .class-title {
  font-weight: 800;
  font-size: 20px;
}

@media (min-width: 768px) {
  .classes .class-item .class-information .class-title {
    font-size: 22px;
  }
}

.classes .class-item .class-information .age {
  font-size: 16px;
}

@media (min-width: 768px) {
  .classes .class-item .class-information .age {
    font-size: 18px;
  }
}

.classes .class-item .class-information .desc {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .classes .class-item .class-information .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.classes .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

@media (min-width: 768px) {
  .classes .background-image {
    display: block;
  }
}

.classes .background-image .shape {
  position: absolute;
}

.classes .background-image .shape1 {
  top: 0;
  left: 30px;
  width: 80px;
}

@media (min-width: 1600px) {
  .classes .background-image .shape1 {
    top: 80px;
    left: 70px;
    width: auto;
  }
}

.classes .background-image .shape2 {
  bottom: 150px;
  right: 50px;
  width: 80px;
  opacity: 0;
}

@media (min-width: 1600px) {
  .classes .background-image .shape2 {
    bottom: 150px;
    right: 50px;
    width: auto;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .classes.all-classes {
    padding: 30px 0 120px;
  }
}

@media (min-width: 1400px) {
  .classes.all-classes {
    padding: 50px 0 120px;
  }
}

@media (min-width: 1200px) {
  .classes.all-classes .class-item {
    margin: 90px auto 0 auto;
  }
}

.class-details {
  margin: 75px 0;
}

@media (min-width: 576px) {
  .class-details {
    margin: 85px 0;
  }
}

@media (min-width: 992px) {
  .class-details {
    margin: 100px 0;
  }
}

@media (min-width: 1200px) {
  .class-details {
    margin: 120px 0;
  }
}

@media (min-width: 1400px) {
  .class-details {
    margin: 140px 0;
  }
}

@media (min-width: 1400px) {
  .class-details .details-wrapper {
    margin-right: 30px;
  }
}

.class-details .thumbnail {
  position: relative;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .class-details .thumbnail {
    margin-bottom: 35px;
  }
}

.class-details .thumbnail img {
  border-radius: 8px;
}

@media (min-width: 1200px) {
  .class-details .thumbnail img {
    border-radius: 12px;
  }
}

@media (min-width: 1400px) {
  .class-details .thumbnail img {
    border-radius: 15px;
  }
}

.class-details .thumbnail .class-meta-info {
  background-color: #FFFFFF;
  border: 1px solid rgba(34, 36, 41, 0.1);
  padding: 15px;
  margin: 30px 0 0 0;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .class-details .thumbnail .class-meta-info {
    padding: 35px 20px;
    position: relative;
    margin: -60px 10px 0 10px;
  }
}

@media (min-width: 992px) {
  .class-details .thumbnail .class-meta-info {
    margin: -70px 10px 0 10px;
  }
}

@media (min-width: 1200px) {
  .class-details .thumbnail .class-meta-info {
    margin: -60px 10px 0 10px;
  }
}

@media (min-width: 1400px) {
  .class-details .thumbnail .class-meta-info {
    margin: -60px 20px 0 20px;
    border-radius: 12px;
  }
}

.class-details .thumbnail .class-meta-info ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 12px 10px;
}

@media (min-width: 576px) {
  .class-details .thumbnail .class-meta-info ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .class-details .thumbnail .class-meta-info ul {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

.class-details .thumbnail .class-meta-info ul li {
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 576px) {
  .class-details .thumbnail .class-meta-info ul li {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .class-details .thumbnail .class-meta-info ul li {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .class-details .thumbnail .class-meta-info ul li {
    font-size: 17px;
    font-weight: 600;
  }
}

.class-details .thumbnail .class-meta-info ul li span {
  display: block;
}

.class-details .check-list {
  margin: 40px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

@media (min-width: 768px) {
  .class-details .check-list {
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .class-details .check-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.class-details .check-list li {
  font-size: 14px;
  position: relative;
  padding-left: 45px;
}

@media (min-width: 576px) {
  .class-details .check-list li {
    font-size: 16px;
  }
}

.class-details .check-list li svg {
  position: absolute;
  left: 0;
}

.class-details .tab .nav-tabs {
  margin-bottom: 24px;
  border-bottom: 0;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .class-details .tab .nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 60px;
    gap: 20px;
  }
}

@media (min-width: 1400px) {
  .class-details .tab .nav-tabs {
    margin-top: 70px;
  }
}

@media (min-width: 1600px) {
  .class-details .tab .nav-tabs {
    margin-top: 80px;
  }
}

.class-details .tab .nav-tabs .nav-link {
  border: 1px solid rgba(34, 36, 41, 0.1);
  background-color: #FFFFFF;
  color: #222429;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 576px) {
  .class-details .tab .nav-tabs .nav-link {
    font-size: 16px;
    padding: 12px 20px;
  }
}

@media (min-width: 992px) {
  .class-details .tab .nav-tabs .nav-link {
    padding: 15px 35px;
  }
}

@media (min-width: 1200px) {
  .class-details .tab .nav-tabs .nav-link {
    border-radius: 10px;
    font-weight: 600;
  }
}

.class-details .tab .nav-tabs .nav-link.active {
  background-color: #49DBFF;
}

.class-details .tab .tab-content .buttons {
  margin: 30px 0 0;
}

.class-details .tab .tab-content .buttons a {
  padding: 14px 26px;
}

@media (min-width: 768px) {
  .class-details .tab .tab-content .buttons a {
    padding: 16px 34px;
  }
}

.class-details .tab .tab-content .buttons a + a {
  margin-left: 5px;
}

@media (min-width: 768px) {
  .class-details .tab .tab-content .buttons a + a {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .class-details .tab .tab-content .buttons a + a {
    margin-left: 20px;
  }
}

.related-class {
  margin: 75px 0;
}

@media (min-width: 576px) {
  .related-class {
    margin: 85px 0;
  }
}

@media (min-width: 992px) {
  .related-class {
    margin: 100px 0;
  }
}

@media (min-width: 1200px) {
  .related-class {
    margin: 120px 0;
  }
}

@media (min-width: 1400px) {
  .related-class {
    margin: 140px 0;
  }
}

.related-class .title {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 800;
}

@media (min-width: 576px) {
  .related-class .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .related-class .title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1400px) {
  .related-class .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.related-class .class-item {
  padding: 30px 30px;
  text-align: center;
  border-radius: 15px;
  max-width: 360px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .related-class .class-item {
    padding: 40px 20px;
  }
}

@media (min-width: 992px) {
  .related-class .class-item {
    padding: 40px 30px;
  }
}

@media (min-width: 1200px) {
  .related-class .class-item {
    padding: 50px 30px;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .related-class .class-item {
    padding: 60px 60px;
  }
}

.related-class .class-item .item-title {
  font-size: 20px;
}

@media (min-width: 1200px) {
  .related-class .class-item .item-title {
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .related-class .class-item .item-title {
    font-size: 24px;
  }
}

.related-class .class-item .icon {
  margin: 0 auto 24px;
  width: 100px;
  height: 100px;
  border-radius: 50% 50% 40% 60% / 50% 50% 50% 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.related-class .class-item .icon::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 40% 60% / 50% 50% 50% 50%;
  border: 1px solid #000000;
  z-index: -1;
}

.related-class .class-item p {
  margin: 20px 0 40px;
}

.related-class .class-item .arrow-icon {
  margin: 0 auto;
}

.related-class .owl-nav {
  position: absolute;
  right: 0;
  top: -60px;
}

@media (min-width: 410px) {
  .related-class .owl-nav {
    top: -65px;
  }
}

@media (min-width: 992px) {
  .related-class .owl-nav {
    top: -75px;
  }
}

@media (min-width: 1200px) {
  .related-class .owl-nav {
    top: -85px;
  }
}

@media (min-width: 1400px) {
  .related-class .owl-nav {
    top: -90px;
  }
}

.related-class .owl-nav button {
  width: 44px;
  height: 42px;
  border-radius: 50% 50% 58% 42% / 50% 37% 63% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .related-class .owl-nav button {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 1200px) {
  .related-class .owl-nav button {
    width: 54px;
    height: 52px;
  }
}

@media (min-width: 1400px) {
  .related-class .owl-nav button {
    width: 60px;
    height: 58px;
  }
}

.related-class .owl-nav button:hover {
  border-radius: 50%;
}

.related-class .owl-nav button + button {
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .related-class .owl-nav button + button {
    margin-left: 15px;
  }
}

.related-class .owl-nav button span {
  overflow: hidden;
  display: inline-block;
  text-indent: -100px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.related-class .owl-nav button.owl-prev {
  background-color: #31C9A8;
  border: 1px solid #222429;
}

.related-class .owl-nav button.owl-prev span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.related-class .owl-nav button.owl-next {
  background-color: #FF2E59;
  border: 1px solid #222429;
}

.related-class .owl-nav button.owl-next span {
  -webkit-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
}

.teachers {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.teachers.teachers-page {
  padding: 65px 0;
}

@media (min-width: 576px) {
  .teachers.teachers-page {
    padding: 85px 0;
  }
}

@media (min-width: 768px) {
  .teachers.teachers-page {
    padding: 100px 0;
  }
}

@media (min-width: 992px) {
  .teachers.teachers-page {
    padding: 120px 0;
  }
}

@media (min-width: 992px) {
  .teachers.teachers-page {
    padding: 140px 0;
  }
}

.teachers .container {
  position: relative;
  z-index: 2;
}

.teachers .main-container {
  padding: 45px 0;
}

@media (min-width: 576px) {
  .teachers .main-container {
    padding: 65px 0;
  }
}

@media (min-width: 992px) {
  .teachers .main-container {
    padding: 75px 0;
  }
}

@media (min-width: 1200px) {
  .teachers .main-container {
    padding: 90px 0;
  }
}

.teachers .teachers-inner-item {
  margin-top: -20px;
}

@media (min-width: 992px) {
  .teachers .teachers-inner-item {
    margin-top: 0;
  }
}

.teachers .teacher-item {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .teachers .teacher-item {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .teachers .teacher-item {
    margin-top: 65px;
  }
}

@media (min-width: 1200px) {
  .teachers .teacher-item {
    margin-top: 80px;
  }
}

.teachers .teacher-item .thumbnail {
  max-width: 275px;
  margin: 0 auto 16px;
}

@media (min-width: 992px) {
  .teachers .teacher-item .thumbnail {
    margin: 0 auto 20px;
  }
}

@media (min-width: 1200px) {
  .teachers .teacher-item .thumbnail {
    margin: 0 auto 25px;
    max-width: 300px;
  }
}

@media (min-width: 1400px) {
  .teachers .teacher-item .thumbnail {
    max-width: 350px;
  }
}

@media (min-width: 1600px) {
  .teachers .teacher-item .thumbnail {
    max-width: 375px;
  }
}

.teachers .teacher-item .thumbnail img {
  -webkit-clip-path: url(#teacher-thumb-clip);
          clip-path: url(#teacher-thumb-clip);
}

.teachers .teacher-item .teacher-name {
  font-size: 18px;
}

@media (min-width: 410px) {
  .teachers .teacher-item .teacher-name {
    font-size: 19px;
  }
}

@media (min-width: 480px) {
  .teachers .teacher-item .teacher-name {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .teachers .teacher-item .teacher-name {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .teachers .teacher-item .teacher-name {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .teachers .teacher-item .teacher-name {
    font-size: 28px;
  }
}

.teachers .teacher-item .designation {
  font-size: 14px;
}

@media (min-width: 480px) {
  .teachers .teacher-item .designation {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .teachers .teacher-item .designation {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .teachers .teacher-item .designation {
    font-size: 17px;
  }
}

@media (min-width: 1400px) {
  .teachers .teacher-item .designation {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .teachers .teachers-inner-item [class*='col']:nth-child(2) .teacher-item {
    margin-top: 0;
  }
  .teachers .teachers-inner-item [class*='col']:nth-child(3n+1):not(:first-child) .teacher-item {
    margin-top: 50px;
  }
}

.teachers .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

@media (min-width: 768px) {
  .teachers .background-image {
    display: block;
  }
}

.teachers .background-image .shape {
  position: absolute;
}

.teachers .background-image .shape1 {
  top: 110px;
  left: 60px;
  width: 80px;
}

@media (min-width: 1400px) {
  .teachers .background-image .shape1 {
    top: 250px;
    width: 120px;
  }
}

@media (min-width: 1600px) {
  .teachers .background-image .shape1 {
    width: auto;
    top: 335px;
    left: 140px;
  }
}

.teachers .background-image .shape2 {
  bottom: 80px;
  left: 30px;
  width: 80px;
}

@media (min-width: 1400px) {
  .teachers .background-image .shape2 {
    bottom: 150px;
    left: 80px;
  }
}

@media (min-width: 1600px) {
  .teachers .background-image .shape2 {
    bottom: 230px;
    left: 170px;
    width: auto;
  }
}

.teachers .background-image .shape3 {
  top: 60px;
  right: 110px;
  width: 50px;
}

@media (min-width: 1600px) {
  .teachers .background-image .shape3 {
    top: 310px;
    right: 220px;
    width: auto;
  }
}

.teachers .background-image .shape4 {
  bottom: 130px;
  right: 230px;
  width: 80px;
}

@media (min-width: 1600px) {
  .teachers .background-image .shape4 {
    right: 230px;
    bottom: 130px;
    width: auto;
  }
}

.teachers .background-shape {
  position: relative;
  z-index: -1;
}

.teachers .background-shape.shape-top {
  margin-bottom: -2px;
}

.teachers .background-shape.shape-top svg {
  position: relative;
  left: -100px;
  height: 60px;
}

@media (min-width: 768px) {
  .teachers .background-shape.shape-top svg {
    height: 90px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .teachers .background-shape.shape-top svg {
    height: inherit;
  }
}

.teachers .background-shape.shape-bottom {
  margin-top: -2px;
}

.teachers .background-shape.shape-bottom svg {
  position: relative;
  left: -100px;
  height: 60px;
}

@media (min-width: 768px) {
  .teachers .background-shape.shape-bottom svg {
    height: 90px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .teachers .background-shape.shape-bottom svg {
    height: inherit;
  }
}

.fun-facts {
  padding: 65px 0 75px;
}

@media (min-width: 992px) {
  .fun-facts {
    padding: 120px 0 100px;
  }
}

.fun-facts .fact-item {
  text-align: center;
}

@media (min-width: 992px) {
  .fun-facts .fact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
}

.fun-facts .fact-item img {
  max-width: 90px;
  margin: 30px auto 10px;
}

@media (min-width: 410px) {
  .fun-facts .fact-item img {
    max-width: 110px;
  }
}

@media (min-width: 992px) {
  .fun-facts .fact-item img {
    max-width: 100%;
    margin: 20px 14px 0 0;
  }
}

@media (min-width: 1170px) {
  .fun-facts .fact-item img {
    margin: 30px 30px 0 0;
  }
}

.fun-facts .fact-item .count-inner {
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  .fun-facts .fact-item .count-inner {
    text-align: left;
  }
}

.fun-facts .fact-item .count-inner::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 85px;
  width: 1px;
  height: 520px;
  background-color: #555;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0.3;
  z-index: -1;
}

@media (min-width: 576px) {
  .fun-facts .fact-item .count-inner::before {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .fun-facts .fact-item .count-inner::before {
    left: 105px;
  }
}

@media (min-width: 992px) {
  .fun-facts .fact-item .count-inner::before {
    top: 25px;
    left: 75px;
  }
}

@media (min-width: 1170px) {
  .fun-facts .fact-item .count-inner::before {
    left: 90px;
  }
}

.fun-facts .fact-item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fun-facts .fact-item .number span {
  font-family: "Baloo Chettan 2", cursive;
  font-size: 36px;
  font-weight: 800;
  color: white;
  text-shadow: -1px -1px 0 #555555,   1px -1px 0 #555555, -1px 1px 0 #555555, 1px 1px 0 #555555;
}

@media (min-width: 410px) {
  .fun-facts .fact-item .number span {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .fun-facts .fact-item .number span {
    font-size: 52px;
  }
}

@media (min-width: 1170px) {
  .fun-facts .fact-item .number span {
    font-size: 65px;
  }
}

.fun-facts .fact-item .number span.count {
  font-size: 60px;
}

@media (min-width: 410px) {
  .fun-facts .fact-item .number span.count {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .fun-facts .fact-item .number span.count {
    font-size: 85px;
  }
}

@media (min-width: 1170px) {
  .fun-facts .fact-item .number span.count {
    font-size: 110px;
  }
}

.fun-facts .fact-item .number span.unit {
  line-height: 1.2;
}

.fun-facts .fact-item p {
  font-family: "Baloo Chettan 2", cursive;
  font-weight: 800;
  color: #222429;
  font-size: 16px;
}

@media (min-width: 410px) {
  .fun-facts .fact-item p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .fun-facts .fact-item p {
    font-size: 20px;
  }
}

@media (min-width: 1170px) {
  .fun-facts .fact-item p {
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .fun-facts .fact-item p {
    font-size: 24px;
  }
}

.activities {
  overflow: hidden;
  padding: 100px 0 110px;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .activities {
    padding: 120px 0 140px;
  }
}

@media (min-width: 768px) {
  .activities {
    padding: 140px 0 170px;
  }
}

@media (min-width: 992px) {
  .activities {
    padding: 170px 0 200px;
  }
}

@media (min-width: 1400px) {
  .activities {
    padding: 240px 0 260px;
  }
}

.activities .activities-item {
  padding: 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 410px) {
  .activities .activities-item {
    max-width: 380px;
    margin: 0 auto;
    padding: 30px 16px;
  }
}

@media (min-width: 576px) {
  .activities .activities-item {
    max-width: 550px;
  }
}

@media (min-width: 1200px) {
  .activities .activities-item {
    max-width: 100%;
    padding: 30px 30px;
  }
}

@media (min-width: 1400px) {
  .activities .activities-item {
    padding: 40px 30px;
  }
}

.activities .activities-item .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .activities .activities-item .thumbnail {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .activities .activities-item .thumbnail {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .activities .activities-item .thumbnail {
    margin-bottom: 0;
  }
}

.activities .activities-item .thumbnail img {
  border-radius: 29% 71% 65% 35% / 58% 51% 49% 42%;
}

.activities .activities-item .event-description {
  text-align: center;
}

@media (min-width: 576px) {
  .activities .activities-item .event-description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .activities .activities-item .event-description {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .activities .activities-item .event-description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .activities .activities-item .event-description {
    padding-left: 30px;
  }
}

.activities .activities-item .event-description .date {
  font-weight: 500;
}

.activities .activities-item .event-description .event-heading {
  font-size: 20px;
  font-weight: 800;
}

@media (min-width: 576px) {
  .activities .activities-item .event-description .event-heading {
    font-size: 22px;
  }
}

.activities .activities-item .event-description .event-dtls {
  margin: 16px 0;
}

.activities .activities-item .event-description .event-footer li {
  display: inline-block;
  font-size: 14px;
}

@media (min-width: 576px) {
  .activities .activities-item .event-description .event-footer li {
    font-size: 15px;
  }
}

.activities .activities-item .event-description .event-footer li i {
  margin-right: 5px;
}

.activities .activities-item .event-description .event-footer li + li {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .activities .activities-item .event-description .event-footer li + li {
    margin-left: 0;
  }
}

.activities .activities-item.border-green {
  border: 2px solid #31C9A8;
}

.activities .activities-item.border-red {
  border: 2px solid #FF2E59;
}

.activities .activities-item.border-yellow {
  border: 2px solid #FFA227;
}

.activities .activities-item.border-info {
  border: 2px solid #49DBFF;
}

.activities .background-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.activities .background-shape .wave-top {
  position: absolute;
  top: 0;
}

.activities .background-shape .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 50px;
}

@media (min-width: 768px) {
  .activities .background-shape .wave-bottom {
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .activities .background-shape .wave-bottom {
    height: inherit;
    width: 100%;
  }
}

.activities .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

@media (min-width: 1400px) {
  .activities .background-image {
    display: block;
  }
}

.activities .background-image .shape {
  position: absolute;
}

.activities .background-image .shape1 {
  top: 110px;
  left: 70px;
}

@media (min-width: 1600px) {
  .activities .background-image .shape1 {
    top: 220px;
  }
}

.activities .background-image .shape2 {
  bottom: 100px;
  left: 105px;
}

.activities .background-image .shape3 {
  top: 350px;
  right: 90px;
}

.activities .background-image .shape4 {
  bottom: 40px;
  right: 60px;
}

@media (min-width: 1600px) {
  .activities .background-image .shape4 {
    bottom: 190px;
  }
}

.gallery {
  padding: 60px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 576px) {
  .gallery {
    padding: 70px 0 90px;
  }
}

@media (min-width: 992px) {
  .gallery {
    padding: 90px 0 110px;
  }
}

@media (min-width: 1400px) {
  .gallery {
    padding: 120px 0;
  }
}

.gallery .section-title {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .gallery .section-title {
    margin-bottom: 40px;
  }
}

.gallery .filter-buttons {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .gallery .filter-buttons {
    margin-bottom: 45px;
  }
}

.gallery .filter-buttons button {
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 1;
  padding: 12px 16px 8px;
  font-family: "Baloo Chettan 2", cursive;
  font-weight: 800;
  color: #000000;
  font-size: 14px;
  margin: 0 3px;
  outline: 0;
}

@media (min-width: 480px) {
  .gallery .filter-buttons button {
    padding: 16px 20px 12px;
  }
}

@media (min-width: 576px) {
  .gallery .filter-buttons button {
    padding: 20px 25px 15px;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .gallery .filter-buttons button {
    font-size: 18px;
    margin: 0 5px;
    padding: 28px 34px 22px;
  }
}

.gallery .filter-buttons button svg {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.gallery .filter-buttons button svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.gallery .filter-buttons button:hover .button1 {
  d: path("M9.9164 1.61896L94.5136 14.0816C98.1366 14.6153 100.736 17.8512 100.476 21.504L97.033 69.8581C96.7863 73.3239 94.0347 76.0841 90.5697 76.3417L21.5837 81.4706C18.0203 81.7355 14.8293 79.274 14.1809 75.7601L2.01241 9.81446C1.14167 5.09562 5.16915 0.919613 9.9164 1.61896Z");
}

.gallery .filter-buttons button:hover .button2 {
  d: path("M14.3949 1H154C157.866 1 161 4.13401 161 8V67.3366C161 71.422 157.516 74.6392 153.443 74.3144L7.4868 62.6737C3.48835 62.3548 0.575084 58.7479 1.10457 54.7718L7.4562 7.07597C7.91939 3.59783 10.8861 1 14.3949 1Z");
}

.gallery .filter-buttons button:hover .button3 {
  d: path("M11.2667 1H119.21C123.004 1 126.107 4.02143 126.208 7.8134L127.751 65.6889C127.866 69.9824 124.122 73.3655 119.862 72.8185L8.00157 58.455C4.36409 57.988 1.70372 54.7926 1.90348 51.1307L4.27705 7.61873C4.47956 3.9064 7.54881 1 11.2667 1Z");
}

.gallery .filter-buttons button:hover .button4 {
  d: path("M15.0613 1H144.827C148.399 1 151.397 3.68866 151.786 7.23891L157.118 55.9864C157.544 59.887 154.682 63.3764 150.773 63.7205L9.53845 76.1563C5.16544 76.5413 1.52131 72.8526 1.95942 68.4846L8.0962 7.30139C8.45503 3.72388 11.4658 1 15.0613 1Z");
}

.gallery .project-item {
  text-align: center;
}

.gallery .project-item .figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  max-width: 380px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .gallery .project-item .figure {
    max-width: 100%;
  }
}

.gallery .project-item .figure .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  z-index: 1;
  padding: 0 0 20px;
}

.gallery .project-item .figure .overlay h3 {
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

@media (min-width: 1200px) {
  .gallery .project-item .figure .overlay h3 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .gallery .project-item .figure .overlay h3 {
    font-size: 28px;
  }
}

.gallery .project-item .figure .overlay p {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

@media (min-width: 1200px) {
  .gallery .project-item .figure .overlay p {
    font-size: 18px;
  }
}

.gallery .project-item .figure .overlay .shape {
  position: absolute;
  width: 100%;
  bottom: -50px;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

@media (min-width: 576px) {
  .gallery .project-item .figure .overlay .shape {
    bottom: -10px;
  }
}

.gallery .project-item .figure .overlay img {
  position: absolute;
  bottom: 138px;
  right: 65px;
  width: 120px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

@media (min-width: 576px) {
  .gallery .project-item .figure .overlay img {
    bottom: 60px;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .gallery .project-item .figure .overlay img {
    bottom: 100px;
  }
}

.gallery .project-item .figure:hover .overlay .shape {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gallery .project-item .figure:hover .overlay img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gallery .project-item .figure:hover .overlay h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.gallery .project-item .figure:hover .overlay p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.gallery .load-more-button {
  margin-top: 40px;
}

.testimonial {
  padding: 85px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 576px) {
  .testimonial {
    padding: 115px 0;
  }
}

@media (min-width: 992px) {
  .testimonial {
    padding: 150px 0;
  }
}

@media (min-width: 1200px) {
  .testimonial {
    padding: 190px 0;
  }
}

@media (min-width: 992px) {
  .testimonial .testimonial-carousel {
    max-width: 930px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .testimonial .testimonial-carousel {
    max-width: 100%;
  }
}

.testimonial .testimonial-carousel .item {
  text-align: center;
  position: relative;
  padding: 70px 20px 0;
  z-index: 1;
}

@media (min-width: 375px) {
  .testimonial .testimonial-carousel .item {
    padding: 75px 30px 0;
  }
}

@media (min-width: 410px) {
  .testimonial .testimonial-carousel .item {
    padding: 90px 30px 0;
  }
}

@media (min-width: 425px) {
  .testimonial .testimonial-carousel .item {
    max-width: 390px;
    margin: 0 auto;
  }
}

@media (min-width: 480px) {
  .testimonial .testimonial-carousel .item {
    padding: 90px 40px 0;
    max-width: 410px;
  }
}

@media (min-width: 576px) {
  .testimonial .testimonial-carousel .item {
    padding: 100px 45px 0;
  }
}

@media (min-width: 1200px) {
  .testimonial .testimonial-carousel .item {
    padding: 70px 25px 0;
  }
}

@media (min-width: 1400px) {
  .testimonial .testimonial-carousel .item {
    padding: 80px 25px 0;
  }
}

.testimonial .testimonial-carousel .item .quote {
  line-height: 1.9;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  font-style: italic;
  position: relative;
  z-index: 1;
}

@media (min-width: 410px) {
  .testimonial .testimonial-carousel .item .quote {
    font-size: 16px;
  }
}

@media (min-width: 480px) {
  .testimonial .testimonial-carousel .item .quote {
    font-size: 17px;
  }
}

@media (min-width: 576px) {
  .testimonial .testimonial-carousel .item .quote {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .testimonial .testimonial-carousel .item .quote {
    font-weight: 400;
  }
}

.testimonial .testimonial-carousel .item .quote svg {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.testimonial .testimonial-carousel .item .name {
  font-size: 18px;
  font-weight: 800;
}

@media (min-width: 480px) {
  .testimonial .testimonial-carousel .item .name {
    font-size: 20px;
  }
}

.testimonial .testimonial-carousel .item .designation {
  font-size: 14px;
}

@media (min-width: 480px) {
  .testimonial .testimonial-carousel .item .designation {
    font-size: 15px;
  }
}

.testimonial .testimonial-carousel .item .author-img {
  border-radius: 45% 55% 50% 50% / 50% 65% 35% 50%;
  position: relative;
  margin: -52px auto 0 -20px;
}

@media (min-width: 410px) {
  .testimonial .testimonial-carousel .item .author-img {
    margin: -50px auto 0 0;
  }
}

@media (min-width: 576px) {
  .testimonial .testimonial-carousel .item .author-img {
    margin: -36px 0 0;
  }
}

@media (min-width: 1400px) {
  .testimonial .testimonial-carousel .item .author-img {
    margin: -70px 0 0;
  }
}

.testimonial .testimonial-carousel .item .author-img.border-yellow {
  border: 3px solid #FFA227;
}

.testimonial .testimonial-carousel .item .author-img.border-red {
  border: 3px solid #FF2E59;
}

.testimonial .testimonial-carousel .item .author-img.border-green {
  border: 3px solid #31C9A8;
}

.testimonial .testimonial-carousel .item .author-img.border-blue {
  border: 3px solid #1B4CFB;
}

.testimonial .testimonial-carousel .item .bg-shape svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 576px) {
  .testimonial .testimonial-carousel .item .bg-shape svg {
    left: 50%;
    width: 450px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .testimonial .testimonial-carousel .item .bg-shape svg {
    width: 375px;
  }
}

.testimonial .testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .testimonial .testimonial-carousel .owl-dots {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .testimonial .testimonial-carousel .owl-dots {
    margin-top: 40px;
  }
}

.testimonial .testimonial-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #222429;
  border-radius: 41% 59% 49% 51% / 54% 50% 50% 46%;
  display: block;
  margin: 0 5px;
}

.testimonial .testimonial-carousel .owl-dots .owl-dot.active span {
  background-color: #31C9A8;
}

.testimonial .background-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.testimonial .background-shape .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.testimonial .background-shape .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.testimonial .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

@media (min-width: 768px) {
  .testimonial .background-image {
    display: block;
  }
}

.testimonial .background-image .shape {
  position: absolute;
}

.testimonial .background-image .shape1 {
  top: 80px;
  left: 70px;
  width: 80px;
}

@media (min-width: 1400px) {
  .testimonial .background-image .shape1 {
    width: auto;
  }
}

@media (min-width: 1600px) {
  .testimonial .background-image .shape1 {
    top: 140px;
    left: 70px;
  }
}

.testimonial .background-image .shape2 {
  bottom: 70px;
  left: 50px;
  width: 120px;
}

@media (min-width: 1600px) {
  .testimonial .background-image .shape2 {
    width: auto;
  }
}

.testimonial .background-image .shape3 {
  top: 60px;
  right: 20px;
  width: 80px;
}

@media (min-width: 1600px) {
  .testimonial .background-image .shape3 {
    top: 120px;
    right: 50px;
    width: auto;
  }
}

.testimonial .background-image .shape4 {
  bottom: 70px;
  right: -30px;
  width: 220px;
}

@media (min-width: 1600px) {
  .testimonial .background-image .shape4 {
    bottom: 70px;
    right: -180px;
    width: auto;
  }
}

.blog {
  padding: 70px 0;
}

@media (min-width: 768px) {
  .blog {
    padding: 90px 0 120px;
  }
}

@media (min-width: 1200px) {
  .blog {
    padding: 110px 0;
  }
}

@media (min-width: 1400px) {
  .blog {
    padding: 130px 0;
  }
}

@media (min-width: 410px) {
  .blog .blog-post-carousel .item {
    max-width: 380px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .blog .blog-post-carousel .item {
    max-width: 410px;
  }
}

@media (min-width: 768px) {
  .blog .blog-post-carousel .item {
    max-width: 100%;
  }
}

.blog .blog-post-carousel .item .post-thumbnail {
  position: relative;
  padding: 15px 0;
}

.blog .blog-post-carousel .item .post-thumbnail img {
  width: 100%;
  -webkit-clip-path: url(#blog-thumb-clip);
          clip-path: url(#blog-thumb-clip);
}

.blog .blog-post-carousel .item .post-thumbnail::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-clip-path: url(#blog-thumb-bg-clip);
          clip-path: url(#blog-thumb-bg-clip);
}

.blog .blog-post-carousel .item .post-thumbnail .date {
  position: absolute;
  bottom: 0;
  left: 40px;
  background-color: #FFFFFF;
  font-size: 44px;
  font-family: "Baloo Chettan 2", cursive;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .blog .blog-post-carousel .item .post-thumbnail .date {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .blog .blog-post-carousel .item .post-thumbnail .date {
    font-size: 60px;
  }
}

.blog .blog-post-carousel .item .post-thumbnail .date span {
  display: block;
  font-size: 18px;
  color: #555;
}

@media (min-width: 576px) {
  .blog .blog-post-carousel .item .post-thumbnail .date span {
    font-size: 22px;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
  .blog .blog-post-carousel .item .post-thumbnail .date span {
    font-size: 24px;
  }
}

.blog .blog-post-carousel .item .post-body {
  padding: 30px 10px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .blog .blog-post-carousel .item .post-body {
    text-align: left;
  }
}

.blog .blog-post-carousel .item .post-body .post-title {
  color: #131839;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 20px;
}

@media (min-width: 576px) {
  .blog .blog-post-carousel .item .post-body .post-title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1200px) {
  .blog .blog-post-carousel .item .post-body .post-title {
    margin-bottom: 16px;
  }
}

.blog .blog-post-carousel .item .post-body p {
  margin-bottom: 25px;
}

.blog .blog-post-carousel .item.green .post-thumbnail::before {
  background-color: #31C9A8;
}

.blog .blog-post-carousel .item.green .date {
  color: #31C9A8;
}

.blog .blog-post-carousel .item.green .post-title:hover {
  color: #31C9A8;
}

.blog .blog-post-carousel .item.yellow .post-thumbnail::before {
  background-color: #FFA227;
}

.blog .blog-post-carousel .item.yellow .date {
  color: #FFA227;
}

.blog .blog-post-carousel .item.yellow .post-title:hover {
  color: #FFA227;
}

.blog .blog-post-carousel .item.red .post-thumbnail::before {
  background-color: #FF2E59;
}

.blog .blog-post-carousel .item.red .date {
  color: #FF2E59;
}

.blog .blog-post-carousel .item.red .post-title:hover {
  color: #FF2E59;
}

@media (min-width: 480px) {
  .blog.single-blog-posts .blog-post-item {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .blog.single-blog-posts .blog-post-item {
    max-width: 460px;
  }
}

@media (min-width: 992px) {
  .blog.single-blog-posts .blog-post-item {
    max-width: 100%;
    margin-right: 30px;
  }
}

.blog.single-blog-posts .blog-post-item .thumbnail {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .blog.single-blog-posts .blog-post-item .thumbnail {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .blog.single-blog-posts .blog-post-item .thumbnail {
    border-radius: 20px;
  }
}

.blog.single-blog-posts .blog-post-item .thumbnail .date {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 26px;
  font-family: "Baloo Chettan 2", cursive;
  font-weight: 800;
  line-height: 1;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media (min-width: 768px) {
  .blog.single-blog-posts .blog-post-item .thumbnail .date {
    font-size: 36px;
    width: 90px;
    height: 85px;
  }
}

@media (min-width: 1200px) {
  .blog.single-blog-posts .blog-post-item .thumbnail .date {
    width: 100px;
    height: 95px;
    font-size: 42px;
    left: 25px;
  }
}

@media (min-width: 1400px) {
  .blog.single-blog-posts .blog-post-item .thumbnail .date {
    width: 112px;
    height: 119px;
    font-size: 52px;
    left: 30px;
  }
}

.blog.single-blog-posts .blog-post-item .thumbnail .date span {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

@media (min-width: 768px) {
  .blog.single-blog-posts .blog-post-item .thumbnail .date span {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .blog.single-blog-posts .blog-post-item .thumbnail .date span {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  .blog.single-blog-posts .blog-post-item .thumbnail .date span {
    font-size: 24px;
  }
}

.blog.single-blog-posts .blog-post-item .thumbnail img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog.single-blog-posts .blog-post-item .post-title {
  font-size: 20px;
  font-weight: 800;
  color: #131839;
}

@media (min-width: 768px) {
  .blog.single-blog-posts .blog-post-item .post-title {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .blog.single-blog-posts .blog-post-item .post-title {
    font-size: 32px;
  }
}

@media (min-width: 1400px) {
  .blog.single-blog-posts .blog-post-item .post-title {
    font-size: 40px;
  }
}

.blog.single-blog-posts .blog-post-item .post-description {
  margin: 15px 0 15px;
}

@media (min-width: 768px) {
  .blog.single-blog-posts .blog-post-item .post-description {
    margin: 15px 0 30px;
  }
}

.blog.single-blog-posts .blog-post-item:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog.single-blog-posts .blog-post-item + .blog-post-item {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .blog.single-blog-posts .blog-post-item + .blog-post-item {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .blog.single-blog-posts .blog-post-item + .blog-post-item {
    margin-top: 70px;
  }
}

@media (min-width: 1200px) {
  .blog.single-blog-posts .blog-post-item + .blog-post-item {
    margin-top: 80px;
  }
}

@media (min-width: 480px) {
  .blog.blog-post-details .post-details {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .blog.blog-post-details .post-details {
    max-width: 460px;
  }
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details {
    margin-right: 30px;
    max-width: 100%;
  }
}

.blog.blog-post-details .post-details .thumbnail {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .blog.blog-post-details .post-details .thumbnail {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details .thumbnail {
    border-radius: 20px;
    margin-bottom: 30px;
  }
}

.blog.blog-post-details .post-details .thumbnail .date {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 26px;
  font-family: "Baloo Chettan 2", cursive;
  font-weight: 800;
  line-height: 1;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media (min-width: 768px) {
  .blog.blog-post-details .post-details .thumbnail .date {
    font-size: 36px;
    width: 90px;
    height: 85px;
  }
}

@media (min-width: 1200px) {
  .blog.blog-post-details .post-details .thumbnail .date {
    width: 100px;
    height: 95px;
    font-size: 42px;
    left: 25px;
  }
}

@media (min-width: 1400px) {
  .blog.blog-post-details .post-details .thumbnail .date {
    width: 112px;
    height: 119px;
    font-size: 52px;
    left: 30px;
  }
}

.blog.blog-post-details .post-details .thumbnail .date span {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

@media (min-width: 768px) {
  .blog.blog-post-details .post-details .thumbnail .date span {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .blog.blog-post-details .post-details .thumbnail .date span {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  .blog.blog-post-details .post-details .thumbnail .date span {
    font-size: 24px;
  }
}

.blog.blog-post-details .post-details .post-title {
  font-size: 20px;
  font-weight: 800;
  color: #131839;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .blog.blog-post-details .post-details .post-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .blog.blog-post-details .post-details .post-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  .blog.blog-post-details .post-details .post-title {
    font-size: 40px;
  }
}

.blog.blog-post-details .post-details p {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details p {
    margin-bottom: 30px;
  }
}

.blog.blog-post-details .post-details blockquote {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 40px 12px;
  margin: 0 0 20px 0;
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details blockquote {
    margin: 0 0 30px 0;
    padding: 40px 40px;
  }
}

@media (min-width: 1200px) {
  .blog.blog-post-details .post-details blockquote {
    padding: 50px 75px;
  }
}

@media (min-width: 1400px) {
  .blog.blog-post-details .post-details blockquote {
    padding: 60px 95px;
  }
}

.blog.blog-post-details .post-details blockquote svg {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details blockquote svg {
    width: 75px;
    top: 30%;
  }
}

@media (min-width: 1200px) {
  .blog.blog-post-details .post-details blockquote svg {
    top: 35%;
    width: 80px;
  }
}

@media (min-width: 1200px) {
  .blog.blog-post-details .post-details blockquote svg {
    top: 35%;
    width: 105px;
  }
}

.blog.blog-post-details .post-details blockquote p {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details blockquote p {
    font-size: 18px;
    font-weight: 600;
  }
}

.blog.blog-post-details .post-details .post-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin: 24px 0 36px;
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details .post-footer {
    margin: 50px 0 90px;
  }
}

.blog.blog-post-details .post-details .post-footer ul li {
  font-size: 14px;
}

@media (min-width: 410px) {
  .blog.blog-post-details .post-details .post-footer ul li {
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .post-footer ul li {
    font-size: 16px;
  }
}

.blog.blog-post-details .post-details .post-footer ul li a {
  font-weight: 600;
}

.blog.blog-post-details .post-details .comments-area .group-title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 1.25rem;
  padding-bottom: 5px;
}

@media (min-width: 410px) {
  .blog.blog-post-details .post-details .comments-area .group-title {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .comments-area .group-title {
    margin-bottom: 1.5rem;
    padding-bottom: 8px;
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details .comments-area .group-title {
    font-size: 24px;
  }
}

.blog.blog-post-details .post-details .comments-area .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px 0;
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details .comments-area .comment {
    padding: 30px 0;
  }
}

@media (min-width: 1200px) {
  .blog.blog-post-details .post-details .comments-area .comment {
    padding: 36px 0;
  }
}

.blog.blog-post-details .post-details .comments-area .comment .comment-inner {
  padding-left: 55px;
  position: relative;
}

@media (min-width: 410px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner {
    padding-left: 65px;
  }
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner {
    padding-left: 75px;
  }
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner {
    padding-left: 85px;
  }
}

@media (min-width: 1200px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner {
    padding-left: 105px;
  }
}

.blog.blog-post-details .post-details .comments-area .comment .comment-inner .author-thumb {
  position: absolute;
  left: 0;
  border-radius: 53% 47% 49% 51% / 60% 60% 40% 40%;
  width: 45px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1px;
}

@media (min-width: 480px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .author-thumb {
    width: 55px;
    height: 60px;
  }
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .author-thumb {
    width: 65px;
    height: 70px;
  }
}

@media (min-width: 1200px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .author-thumb {
    width: 82px;
    height: 85px;
    padding: 2px;
  }
}

.blog.blog-post-details .post-details .comments-area .comment .comment-inner .author-thumb img {
  border-radius: 48% 52% 49% 51% / 56% 57% 43% 44%;
}

.blog.blog-post-details .post-details .comments-area .comment .comment-inner .author-name {
  font-size: 15px;
  font-weight: 800;
}

@media (min-width: 410px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .author-name {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .author-name {
    font-size: 20px;
  }
}

.blog.blog-post-details .post-details .comments-area .comment .comment-inner .time {
  font-size: 13px;
  margin: 8px 0;
  font-family: "Raleway", sans-serif;
  font-variant: lining-nums;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .time {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .time {
    font-size: 15px;
  }
}

.blog.blog-post-details .post-details .comments-area .comment .comment-inner .time svg {
  margin-right: 5px;
}

.blog.blog-post-details .post-details .comments-area .comment .comment-inner .text {
  font-family: "Raleway", sans-serif;
  line-height: 1.875;
  font-size: 14px;
}

@media (min-width: 410px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .text {
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .text {
    font-size: 16px;
  }
}

.blog.blog-post-details .post-details .comments-area .comment .comment-inner .reply {
  color: #000000;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #F2F2F4;
  padding: 8px 13px;
  border-radius: 5px;
}

@media (min-width: 410px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .reply {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .comments-area .comment .comment-inner .reply {
    font-size: 14px;
  }
}

.blog.blog-post-details .post-details .comments-area .comment .comment-inner .reply svg {
  margin-left: 3px;
}

.blog.blog-post-details .post-details .comments-area .comment:last-child {
  border-bottom: 0;
}

.blog.blog-post-details .post-details .comments-area .comment:first-child {
  padding-top: 0;
}

.blog.blog-post-details .post-details .comments-area .comment.reply-comment {
  margin-left: 20px;
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .comments-area .comment.reply-comment {
    margin-left: 50px;
  }
}

.blog.blog-post-details .post-details .comments-area .comment-form {
  margin: 10px 0;
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .comments-area .comment-form {
    margin: 15px 0;
  }
}

.blog.blog-post-details .post-details .comments-area .comment-form .form-control {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .comments-area .comment-form .form-control {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .blog.blog-post-details .post-details .comments-area .comment-form .form-control {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details .comments-area .comment-form .form-control {
    margin-bottom: 24px;
  }
}

.blog.blog-post-details .post-details .comments-area .comment-form input {
  min-height: inherit;
  height: 50px;
}

@media (min-width: 768px) {
  .blog.blog-post-details .post-details .comments-area .comment-form input {
    height: 60px;
  }
}

.blog.blog-post-details .post-details .comments-area .comment-form textarea {
  height: 120px;
}

@media (min-width: 576px) {
  .blog.blog-post-details .post-details .comments-area .comment-form textarea {
    height: 150px;
  }
}

@media (min-width: 992px) {
  .blog.blog-post-details .post-details .comments-area .comment-form textarea {
    height: 190px;
  }
}

.blog-sidebar {
  margin-top: 60px;
  position: -webkit-sticky;
  position: sticky;
}

@media (min-width: 480px) {
  .blog-sidebar {
    max-width: 400px;
    margin: 60px auto 0 auto;
  }
}

@media (min-width: 768px) {
  .blog-sidebar {
    max-width: 460px;
  }
}

@media (min-width: 992px) {
  .blog-sidebar {
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .blog-sidebar {
    top: 125px;
  }
}

.blog-sidebar .widget + .widget {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .blog-sidebar .widget + .widget {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .blog-sidebar .widget + .widget {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .blog-sidebar .widget + .widget {
    margin-top: 60px;
  }
}

.blog-sidebar .widget .widget-title {
  font-weight: 800;
  font-size: 20px;
  position: relative;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .blog-sidebar .widget .widget-title {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .blog-sidebar .widget .widget-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.blog-sidebar .widget.widget-search .input-group {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.blog-sidebar .widget.widget-search .form-control {
  background-color: #FFFFFF;
  min-height: inherit;
  height: 45px;
}

@media (min-width: 576px) {
  .blog-sidebar .widget.widget-search .form-control {
    height: 50px;
  }
}

@media (min-width: 1200px) {
  .blog-sidebar .widget.widget-search .form-control {
    height: 60px;
  }
}

.blog-sidebar .widget.widget-search .btn {
  background-color: #FFFFFF;
  height: 100%;
  width: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-sidebar .widget.widget-search .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-sidebar .widget.widget-category ul {
  border-radius: 10px;
  overflow: hidden;
}

.blog-sidebar .widget.widget-category ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

@media (min-width: 576px) {
  .blog-sidebar .widget.widget-category ul li {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .blog-sidebar .widget.widget-category ul li {
    font-size: 16px;
  }
}

.blog-sidebar .widget.widget-category ul li a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 12px 18px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .blog-sidebar .widget.widget-category ul li a {
    padding: 14px 20px;
  }
}

@media (min-width: 768px) {
  .blog-sidebar .widget.widget-category ul li a {
    padding: 16px 24px;
  }
}

.blog-sidebar .widget.widget-category ul li .count {
  padding-right: 18px;
  font-variant: lining-nums;
}

@media (min-width: 576px) {
  .blog-sidebar .widget.widget-category ul li .count {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .blog-sidebar .widget.widget-category ul li .count {
    padding-right: 24px;
  }
}

.blog-sidebar .widget.widget-posts .post {
  overflow: hidden;
}

.blog-sidebar .widget.widget-posts .post + .post {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .blog-sidebar .widget.widget-posts .post + .post {
    padding-top: 25px;
    margin-top: 25px;
  }
}

@media (min-width: 1400px) {
  .blog-sidebar .widget.widget-posts .post + .post {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.blog-sidebar .widget.widget-posts .post-thumb {
  float: left;
  border-radius: 32% 68% 68% 32% / 50% 50% 50% 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.blog-sidebar .widget.widget-posts .text {
  overflow: hidden;
}

.blog-sidebar .widget.widget-posts .post-title {
  font-size: 16px;
  font-weight: 500;
  margin: 6px 0 8px;
}

@media (min-width: 480px) {
  .blog-sidebar .widget.widget-posts .post-title {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .blog-sidebar .widget.widget-posts .post-title {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .blog-sidebar .widget.widget-posts .post-title {
    font-size: 20px;
  }
}

.blog-sidebar .widget.widget-posts .post-date {
  font-size: 13px;
  font-variant: lining-nums;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .blog-sidebar .widget.widget-posts .post-date {
    font-size: 14px;
  }
}

.blog-sidebar .widget.widget-posts .post-date svg {
  margin-right: 8px;
}

.blog-sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin: 0 5px 8px 0;
}

@media (min-width: 1400px) {
  .blog-sidebar .widget.widget-tags ul li {
    margin: 0 6px 10px 0;
  }
}

.blog-sidebar .widget.widget-tags ul li a {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .blog-sidebar .widget.widget-tags ul li a {
    font-size: 15px;
    padding: 8px 12px;
  }
}

@media (min-width: 1600px) {
  .blog-sidebar .widget.widget-tags ul li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.blog-sidebar .widget.widget-tags ul li a:hover {
  background-color: #31C9A8;
  color: #FFFFFF;
}

.blog-sidebar .widget.widget-newsletter .input-group {
  border-radius: 8px;
  overflow: hidden;
}

.blog-sidebar .widget.widget-newsletter .form-control {
  background-color: #F5F5F5;
  min-height: inherit;
  height: 55px;
}

@media (min-width: 1200px) {
  .blog-sidebar .widget.widget-newsletter .form-control {
    height: 60px;
  }
}

.blog-sidebar .widget.widget-newsletter .btn {
  background-color: #18E2E2;
  height: 100%;
  width: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-sidebar .widget.widget-newsletter .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-sidebar .widget.widget-download ul li a {
  display: block;
  padding: 16px 22px;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 14px;
}

@media (min-width: 576px) {
  .blog-sidebar .widget.widget-download ul li a {
    font-size: 16px;
  }
}

.blog-sidebar .widget.support {
  padding: 40px 30px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

@media (min-width: 576px) {
  .blog-sidebar .widget.support {
    padding: 50px 30px;
  }
}

@media (min-width: 1200px) {
  .blog-sidebar .widget.support {
    padding: 60px 30px;
  }
}

.blog-sidebar .widget.support p {
  font-size: 16px;
}

@media (min-width: 576px) {
  .blog-sidebar .widget.support p {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .blog-sidebar .widget.support p {
    font-size: 20px;
  }
}

.blog-sidebar .widget.support h2 {
  font-weight: 800;
  font-size: 24px;
  margin-top: 6px;
}

@media (min-width: 576px) {
  .blog-sidebar .widget.support h2 {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .blog-sidebar .widget.support h2 {
    font-size: 28px;
  }
}

@media (min-width: 1400px) {
  .blog-sidebar .widget.support h2 {
    font-size: 30px;
  }
}

.blog-sidebar .widget.support .shape-img {
  position: absolute;
  right: 30px;
  bottom: 30px;
  opacity: 0.5;
  width: 100px;
}
