@font-face {
  font-display: swap;
  font-family: Impact;
  src: url(impact.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(Poppins-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}

* {
  padding: 0;
  margin: 0;
}
p,
ul li {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6rem;
  font-family: "Poppins", sans-serif;
}
a {
  font-family: "Poppins", sans-serif;
}
.main-header .logo {
  max-width: 220px;
}
.main-header {
  z-index: 9999;
}
.main-header .ranking {
  margin-bottom: -25px;
}
.var-grad {
  background: linear-gradient(
    90deg,
    rgba(231, 240, 172, 1) 0%,
    rgba(193, 216, 61, 1) 24%,
    rgba(102, 184, 67, 1) 57%,
    rgba(231, 240, 172, 1) 100%
  );
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.divider {
  background: linear-gradient(
    90deg,
    rgba(254, 193, 44, 1) 0%,
    rgba(240, 172, 0, 1) 23%,
    rgba(191, 215, 62, 1) 57%,
    rgba(0, 183, 0, 1) 100%
  );
  background-size: 400% 400%;
  height: 25px;
  width: 100%;
  animation: gradient 15s ease infinite;
}
.main-header .bar {
  background: linear-gradient(-45deg, #4a8015, #f7de1b, #e9f1ae, #c4d93c);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.main-header .navbar-nav .nav-link {
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 15px;
}
.main-header .navbar-nav .nav-link.active {
  background-image: linear-gradient(
    90deg,
    rgb(248 222 27) 0%,
    rgba(193, 216, 61, 1) 50%,
    rgba(102, 184, 67, 1) 100%
  );
  border-radius: 11px;
  color: #fff;
}
.main-header .bar .row {
  max-width: 1320px;
  margin: auto;
}
.main-header .bar .links a {
  text-decoration: none;
  color: white;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}
.btn {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 24px;
  width: auto;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  background-image: linear-gradient(
    to right,
    #009245,
    #fcee21,
    #00a8c5,
    #d9e021
  );
  box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.main-header .bar .links .icons {
  max-width: 17px;
  filter: invert(1);
  transform: translateY(-1px);
  margin-right: 5px;
}
.footer .links .icons {
  max-width: 15px;
}
.heading-2 {
  font-family: Impact;
  margin-bottom: 30px;
  font-size: 30px;
}

.al-section .col-var {
  background-color: white;
  padding: 6%;
  border-radius: 0px 50px 0px 50px;
  z-index: 99;
}
.banner {
  background-image: url(../images/green-banner.webp);
  background-size: cover;
  background-position: center;
}
.enquiry-form-wrap {
  background: #fdfffe;
  border-radius: 25px;
  box-shadow: 0 5px 20px 2px rgb(0 0 0 / 0.3);
  width: 90%;
  margin: 0 0 0 auto;
  padding: 22px;
}
.enquiry-form-wrap .heading-2 {
  color: #01954a;
  font-weight: 700;
  margin-bottom: 0;
}
.enquiry-form-wrap .input-field Select,
.enquiry-form-wrap .input-field input {
  width: 100%;
  padding-bottom: 10px;
  color: rgb(255 255 255 / 0.8);
  text-transform: uppercase;
  font-size: 13px;
  outline: 0;
  border: none;
}
.enquiry-form-wrap .input-field Select,
.enquiry-form-wrap .input-field input {
  border-bottom: 1px solid #dbdbdb;
  color: #686868;
}
.brochure-popup-wrap .input-field,
.form-wrapper-board .input-field {
  width: 100%;
  margin-bottom: 25px;
}
#pageloader {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#pageloader img {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
.form-control {
  padding: 0.375rem 0rem;
}
.form-wrapper-board .input-field {
  margin-bottom: 9px;
}
.al-section {
  padding: 90px 0px;
  overflow: hidden;
}
.al-section.var-grad {
  padding: 0px 0px;
}
.al-heading {
  position: relative;
  width: fit-content;
  min-width: 350px;
  text-align: center;
}
.al-heading .element,
.al-heading .element2 {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: -25px;
  top: -13px;
  background: #8fc249;
  background: linear-gradient(
    90deg,
    rgba(143, 194, 73, 1) 0%,
    rgba(193, 216, 61, 1) 100%
  );
}
.al-heading [data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: translateZ(0) skewX(26deg);
}
.al-heading .element2 {
  right: -25px;
  bottom: -13px;
  left: auto;
  top: auto;
}
.al-heading .heading-2 {
  position: relative;
  padding: 19px 40px;
  color: white;
  z-index: 2;
}

.al-heading.white .heading-2 {
  color: #87be4c;
}
.al-heading .heading-2:before {
  content: "";
  width: 100%;
  background: #c1d83d;
  background: linear-gradient(
    90deg,
    rgba(193, 216, 61, 1) 0%,
    rgba(143, 194, 73, 1) 100%
  );
  position: absolute;
  z-index: -1;
  transform: skewX(24deg);
  display: block;
  height: 100%;
  top: 0;
  left: 0;
}
.al-heading.white .heading-2:before {
  background: #fff;
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 100%
  );
}
.al-section .img-col img {
  max-width: 600px;
  object-fit: contain;
  border-radius: 30px;
  border: 9px solid #fff;
  box-shadow: 7px 7px 20px #00000024;
}
.al-section.var-white .img-col img {
  border: 9px solid #00b700;
}
.al-section.var-white .col-var {
  padding: 0 2% 2%;
}
.al-section ul {
  list-style: none;
}
.al-section ul li {
  position: relative;
  margin-bottom: 18px;
  font-size: 20px;
}
.al-section ul.black li:before,
.al-section ul.green li:before,
.al-section ul.arrow li:before {
  content: "";
  background-image: url(../images/list-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -25px;
  top: 4px;
  transform: rotate(90deg);
}
.al-section ul.green li:before {
  background-image: url(../images/list-arrow-green.svg);
}
.al-section ul.arrow li:before {
  background-image: url(../images/right-arrow.webp);
  transform: rotate(0deg);
}
.al-section.var-white.bg-image {
  background-image: url(../images/cp-goenka-student-with-laptop.webp);
  background-size: 1000px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 90px 0 0px;
}
.al-section .img-circle .list-title {
  background-color: white;
  width: 200px;
  height: 200px;
  object-fit: contain;
  padding: 50px;
  border-radius: 100%;
}
.al-section .img-circle .list-circle {
  position: relative;
  left: 0;
  width: 230px;
  height: 230px;
  padding: 0;
}
.achievers .owl-stage {
  padding-top: 110px;
}
.achievers .item {
  padding: 23px;
  background: #14b255;
  box-shadow: inset 0 0 18px 8px #467e45;
  border-radius: 30px;
  text-align: center;
  min-height: 400px;
}
.achievers .item img {
  box-shadow: -1px 1px 0px 7px #ffffff;
  margin-top: -96px;
  border-left: 20px solid #ffc102;
  border-radius: 30px;
  background-color: #e7e3da;
  height: 270px;
  object-fit: contain;
}
.achievers .item .heading-3 {
  padding-top: 13px;
  color: #fff212;
}
.achievers .item p {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 1.2rem;
}
.al-section.bg-green {
  background-image: url(../images/green-square.webp);
  background-size: cover;
}
.al-section .placements {
  border-radius: 0 30px 0px 30px;
}
.al-section .placements ul li {
  font-weight: 500;
}
.testimonials .item {
  padding: 10px;
}
.testimonials .item .content {
  background: white;
  padding: 48px 20px 30px;
  border-radius: 30px;
  box-shadow: 2px 4px 20px #0000004d;
  text-align: center;
  position: relative;
}
.testimonials .item .content::before,
.testimonials .item .content::after {
  content: "";
  background-image: url(../images/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 20px;
  transform: rotate(180deg);
}
.testimonials .item .content::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 15px;
  transform: rotate(0deg);
}
.al-section .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
}
.al-section .owl-theme .owl-dots .owl-dot.active span {
  background: #14b255;
}
.al-section .owl-carousel .owl-nav button.owl-prev,
.al-section .owl-carousel .owl-nav button.owl-next {
  background: #01954a;
  color: white;
  padding: 10px 10px 17px !important;
  font-size: 30px;
  line-height: 0.3;
}
.testimonials .item .heading-3 {
  color: #00b700;
}
.testimonials .item .year {
  font-weight: 700;
  letter-spacing: 0;
}
.testimonials .item .profile {
  max-width: 140px;
  border-radius: 60%;
  border: 6px solid #91c349;
  background: #dce5dd;
  position: absolute;
  bottom: 30px;
  left: 32px;
  height: 140px;
  object-fit: cover;
  object-position: top;
}
.testimonials .item .arrow {
  width: 90px;
  height: 100%;
  display: block;
  background: white;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  margin-right: 0;
  margin-left: auto;
  margin-top: -1px;
}
.testimonials .item .logo {
  background-color: #f9f9f9;
  padding: 10px;
  height: 87px;
  object-fit: contain;
}
.footer .nav-item a {
  color: #01954a;
  border: 1px solid #01954a;
  padding: 3px 8px;
  border-radius: 10px;
  background-color: #f9e658;
  text-decoration: none;
}
.footer .nav {
  gap: 10px;
  padding-top: 10px;
}
.footer .links a {
  text-decoration: none;
  color: green;
  font-weight: 600;
}
.footer .social-link a {
  border: 1px solid #f6dc1b;
  background-color: #005e3a;
  padding: 10px;
  display: flex;
  border-radius: 50%;
}
.footer .social-link a img {
  filter: invert(1);
  width: 20px;
  height: 20px;
  object-fit: contain;
}
#backToTop {
  position: fixed;
  bottom: 40px;
  right: 0px;
  background-color: #009b4f00;
  color: #fff;
  border: none;
  opacity: 0;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.3s ease;
  width: 80px;
  height: 130px;
  animation: 2s ease-in-out infinite alternate swing;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}
#backToTop img {
  width: 100%;
}
#backToTop .scrolltop-text {
  color: #01954a;
}
