* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --pri-font-family: "Poppins", serif;
  --p-color: rgb(91, 92, 98);
}

body {
  background-color: #ffffff !important;
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

span {
  display: inline-block;
}

li,
ul,
a {
  text-decoration: none !important;
  list-style: none;
  margin: 0;
  padding: 0;
}


p {
  color: var(--p-color) !important;
}


.pd-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
ul {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

body {
  font-family: var(--pri-font-family) !important;
}

.sec-spacer {
  padding: 60px 0;
}

.med-spacer {
  padding: 30px 0;
}

.sm-spacer {
  padding: 15px 0;
}

.sub-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.title.abt-title {
  font-weight: 600;
  font-size: 2.813rem;
}

.abt-wrapper {
  position: relative;
}

.title {
  position: relative;
  margin-bottom: 1.25rem;
  color: rgb(28, 30, 39);
}
.head {
  position: relative;
}

.head::before {
}
/* .title::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 400px;
  margin-left: -200px !important;
  border-radius: 30px 30px;
  
  background: -webkit-linear-gradient(#42065036, #68095d33);
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

} */

/* .title::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  width: 250px;
  margin-left: -200px !important;
  border-radius: 30px 30px;
  background-color: #1d03442c;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

} */

.gradient {
  font-weight: 800;
  font-size: 50px;
  background: -webkit-linear-gradient(#68095d, #8f13ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-sec{
  font-weight: 800;
  font-size: 50px;
  color: #ffffff;
}

.flex-two {
  display: flex;
  justify-content: space-between;
}

.flex-three {
  display: flex;
  align-items: center;
}

/* breadcrump */
.breadcrump {
  position: relative;
  min-height: 300px;
  background-image: linear-gradient(
    145deg,
    #1d0344 0%,
    #a916c7 50%,
    #750861 100%
  );
  background-position: 100% 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.breadcrump::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
  background-image: url(../assets/patrn.png);
  transform: rotate(-180deg);
  background-position: center center;
  background-size: 100% 100%;
  object-fit: cover;
}

.breadcrump::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-image: url(../assets/patrn.png);
  background-size: 100% 100%;
  object-fit: cover;
}

.breadcrump-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.752);
}

.breadcrump-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  color: white;
}

.breadcrump h1 {
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Gilda Display", serif;
  padding: 0 15px;
}

.breadcrump h6 {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Gilda Display", serif;
  position: relative;
}

.breadcrump h6::before {
  content: "";
  position: absolute;
  left: -2em;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
}

.breadcrump h6::after {
  content: "";
  position: absolute;
  right: -2em;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
}

.breadcrump-inner {
  position: relative;
  z-index: 15;
}

/* TOP HEADER */
.top-header {
  /* background-color: #6b3072; */
  background-image: linear-gradient(
    145deg,
    #1d0344 0%,
    #450752 50%,
    #750861 100%
  );
  border-radius: 0 0 999px 999px;
}

.top-header-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  /* padding-left: 260px; */
}

.top-header-wrapper marquee {
  padding: 5px;
  color: #fff !important;
  border-radius: 12px;
}

.header-links {
  display: flex;
  align-items: center;
}

.header-links > ul {
  display: flex;
  align-items: center;
}

.header-links > ul > li {
  margin: 0 10px;
}

.header-links-title {
  color: #fff;
}

.header-links > ul > li i {
  margin: 5px;
  color: #450752;

  font-size: 1.25rem;
}

.header-links > ul > li > a {
  color: #fff;
}

.socl {
  background-color: #fff;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .navbar-logo {
    margin-top: -50px;
    background-color: #fff;
    border-radius: 15px;
  }
}

/* NAVBAR */

.navbar.sticky{
  background-color: #fff;
}
.navbar-brand {
  margin-right: 0 !important;
}

.navbar.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  animation: fade 0.5s;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar.sticky .navbar-logo {
  margin-top: 0;
  border: none;
}

.navbar-brand {
  margin-right: 0;
}

.navbar.sticky .navbar-brand img {
  width: 110px !important;
}

.offcanvas-body > .navbar-nav > .nav-item {
  margin: 0 10px;
}

.btn.whts {
  background-color: #128c7e;
}

@media (max-width: 1400px) {
  .offcanvas-body > .navbar-nav > .nav-item {
    margin: 0 0px;
  }
}

/* BANNER */
.banner-slider .carousel-control-prev,
.banner-slider .carousel-control-next {
  top: 50% !important;
  z-index: 5;
}

.banner-slider .carousel-control-prev i,
.banner-slider .carousel-control-next i {
  border-radius: 50%;
  padding: 1rem 1.5rem;
  background: transparent;
  border: 1px dashed #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgb(255, 255, 255) !important;
  border: 1px dashed #fff;
  height: 0 !important;
  width: 0 !important;
  padding: 20px !important;
  border-radius: 50%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #fff;
  color: #f20089 !important;
}

.swiper-button-prev::after {
  content: "";
  font-size: 1.25rem !important;
}

.swiper-button-next::after {
  content: "";
  font-size: 1.25rem !important;
}

.banner-slider > .swiper-slide {
  margin: 0 !important;
}

/* WHY CHOOSE US */

section.wch {
  position: relative;
  background: url(../assets/best-entrance-academy-alappuzha.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
}

.wch:before {
  position: absolute;
  content: "";
  top: 0;
  left: -15%;
  height: 100% !important;
  width: 65%;
  background: #ffffff;
  transform: skew(15deg);
  z-index: 1;
}

.wch:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

section.wch .container {
  position: relative;
  z-index: 2;
}

.wch-content {
  position: relative;
  height: 100%;
  z-index: 5;
  margin-right: 12px;
  padding: 40px 0;
}

@media (max-width:999px){
  .wch-content {
    margin-right: 0;
    
  }


}

.round {
  padding: 14px;
  border-radius: 50%;
  height: 80px;
  width: 80px;

  overflow: hidden;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 999px) {
  .rd-widget:nth-child(1) {
    transform: translateX(-30px);
  }

  .rd-widget:nth-child(2) {
    transform: translateX(-2px) translateY(20px);
  }
  .rd-widget:nth-child(3) {
    transform: translateX(30px) translateY(30px);
  }
  .rd-widget:nth-child(4) {
    transform: translateX(60px) translateY(40px) !important;
  }
}

.round {
  border-radius: 50%;
  background-color: #f2008d;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  font-size: 16px;
  font-weight: bold;
}

.round {
  filter: drop-shadow(0px 6px 5px #000000);
}

.rd1 {
  background-color: #fff;
  /* background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #2b0349 0%, #7c0964 100%); */
}

.rd2 {
  background-color: #fff;
  /* background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%); */
}

.rd3 {
  background-color: #fff;
  /* background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%); */
}

.rd4 {
  background-color: #fff;
  /* background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%); */
}

.rd-widget {
  position: relative;
  width: 50%;
  align-items: center;
  color: #fff;
  overflow: hidden;
  padding: 15px;
}

.rd-widget .rd-cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  z-index: -1;
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  transition: width 1s ease;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #6b3072;
  background-color: #fff;
  padding: 14px 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.rd-widget .rd-cont span {
  margin: 0 12px;
}

.round:hover + .rd-cont {
  width: 100%;
}
.round:hover {
  background-color: #fff;
}

.round:hover {
  transform: scale(1.03);
}

.wch-right-wrapper {
  position: relative;
}
.exp-shield {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  z-index: 10;
  filter: drop-shadow(0px 16px 5px #000000);
}

.exp-shield img {
  height: 250px;
  width: 250px;
  animation: rotate 6000ms;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation: rotate 6000ms ease-in-out infinite;
  -webkit-animation: rotate 6000ms ease-in-out infinite;
}
@keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(0);
  }
  60% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}

/* WHY-CHOOSE-US MEDIA-QUERY */

@media (max-width: 999px) {
  .wch:before {
    display: none;
  }

  .wch-content {
    background-color: #fff;
    padding-left: 14px;
    padding-left: 14px;
    overflow: hidden;
  }

  .rd-widget-wrapper {
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: row;
    padding: 30px 0;
  }

  .rd-widget {
    width: 100%;
  }

  .rd-widget .rd-cont {
    position: absolute;
    top: 50%;
    width: 70%;
    left: 15%;
    z-index: -1;
    max-width: 100%;
    overflow: visible;
  }

  .exp-shield {
    display: none;
  }
}

/* FOOTER */
footer {
  /* background-color: #030909; */
  background-color: #f5f7fa;
  position: relative;
  overflow: hidden;
  margin-top: -9px;
}

.footer-header .title{
  color: #420650 !important;
}

.footer-main {
  position: relative;
  z-index: 2;
}

.footer-body {
  padding-top: 40px;
}

.footer-title {
  font-weight: bold;
  font-size: 20px;
  color: #420650 !important;
}

.footer-widget .footer-links .link {
  padding: 5px 0;
  margin: 10px 0;
}

.footer-widget .footer-links .link a {
  color: #6c757d;
}

.cmp-logo {
  margin-bottom: 20px;
}

.company p {
  color: #6c757d;
}

.mail i {
  font-size: 1.5em;
  color: #fff;
  margin-right: 12px;
}

.mail {
  color: #6c757d;
}

.address p {
  color: #ced4da;
}

.rights {
  border-top: 1px solid #242525;
  padding-top: 25px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.design-athr span {
  letter-spacing: 5px;
}

@media (max-width: 999px) {
  .footer-widget {
    margin-bottom: 1.25rem;
  }

  .rights {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}

.info i {
  background-image: linear-gradient(
    145deg,
    #1d0344 0%,
    #450752 50%,
    #750861 100%
  );
  padding: 12px;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 15px 0;
  margin-bottom: 20px;
}

.bttn {
  /* display: inline-flex; */
  display: flex;
  flex-wrap: nowrap;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s linear ease-in-out;
  color: white !important;
  border-radius: 10px;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px !important;
  cursor: pointer;
  width: fit-content;
}

.bttn a {
  flex-wrap: nowrap;
}

.bttn i {
  margin-right: 4px;
}

.bttn:hover {
  transform: scale(0.95);
}

.pri-btn.btn-fill {
  background-image: linear-gradient(
    145deg,
    #1d0344 0%,
    #450752 50%,
    #750861 100%
  );
  /* background-size: 200% auto; */
}

.pri-btn.btn-fill:hover {
  background-position: right center;
}
.pri-btn {
  box-shadow: #750861 0px 12px 10px -10px !important;
}

.pri-btn:hover {
  box-shadow: #750861 0px 10px 15px -10px !important;
}

.bttn:hover {
  background-position: right center;
}

.bttn.sec-btn {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(135deg, #abdcff 10%, #0396ff 100%);
  color: #0396ff !important ;
  border: 2px solid transparent;
}

.sec-btn {
  box-shadow: #0396ff49 0px 12px 10px -10px !important;
}

.sec-btn:hover {
  box-shadow: #0396ff49 0px 10px 15px -10px !important;
}

.wht-btn {
  background-image: linear-gradient(
    to right,
    #1d976c 0%,
    #33a45d 51%,
    #1d976c 100%
  );
}
.wht-btn {
  text-align: center;
  text-transform: uppercase;

  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  display: block;
}

.wht-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

/* SERVICES */
.services-wrapper h1 span {
  color: #787676 !important;
}

.services-wrapper h1 span,
.services-wrapper h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  color: var(--primary-btn);
  /* margin-bottom: 60px; */
}

.services-wrapper .cour-desc {
  max-width: 850px;
  margin-bottom: 50px;
  color: var(--sub-head-color);
}

.services-wrapper .service-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  /* padding: 10px; */
  margin-bottom: 10px;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  background-color: #ffffff;
}

.services-wrapper .service-box:hover {
  box-shadow: none;
}

.service-sec .service-head {
  position: absolute;
  color: #ffff;
  bottom: 0;
  padding: 15px;
  color: #6b3072;
  text-align: center;
  width: 100%;
}

.service-sec .service-head .service-head-text {
  background-color: #fff;
}

.service-col .cover:hover .service-head {
  display: none;
}

@media (max-width: 991px) {
  .service-sec .service-col {
    width: 100%;
  }

  .services-wrapper .service-box {
    min-width: 100%;
  }
}

.fd-col,
.service-col {
  margin-bottom: 1.25rem;
}

.fd-col .fptext,
.service-col .fptext {
  display: none;
}

.fd-col .cover,
.service-col .cover {
  position: relative;
  overflow: hidden;
}
.cover img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.fd-col:hover .fptext,
.cover:hover .fptext {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 15px;
  margin: 0 auto;
}

.fd-col,
.service-col .fptext p {
  color: white !important;
  animation: progress-text 0.7s;
}

.fptext h4 {
  color: #f20089;
}

@keyframes progress-text {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes progress-text {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

.cover-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.fd-col:hover .cover::after,
.cover:hover .cover-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(22, 22, 22, 0.866);
  animation: progress 0.3s;
  transition: all 0.3s;
}

@keyframes progress {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes progress {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

.ser-title {
  width: 100%;
  text-align: center;
  margin-top: -30px;
}

.ser-title-text {
  background-color: #fff;
  font-size: 22px;
  padding: 5px 12px 18px;
  border-radius: 15px;
  font-weight: 500;
}

.ser-body {
  position: relative;
}

.cont-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 10px 16px;
}

@media (max-width: 999px) {
  .cont-btns {
    justify-content: space-evenly;
    padding: 0;
  }
}

/* INFINITE MOVING CAROUSEL */
.slider {
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider::before,
.slider::after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 100%;
  position: absolute;
  width: 200px;
  z-index: 50;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slide-track {
  animation: scroll-to-right 30s linear infinite;
  display: flex;
  gap: 15px;
  height: auto;
  width: calc(200px * 14 + 195px);
}

.slide-track img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.slide-track.sec {
  animation: scroll-to-left 30s linear infinite;
  display: flex;
  gap: 15px;
  width: calc(200px * 14 + 195px);
}

.slide {
  height: 200px;
  width: 200px;
  padding: 20px 0;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@keyframes scroll-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 7 + 195px));
  }
}

@keyframes scroll-to-right {
  0% {
    transform: translateX(calc(-200px * 7 + 195px));
  }
  100% {
    transform: translateX(0);
  }
}

.crd.head span {
  display: block;
}
.crd.head {
  margin-top: -19px;
  display: block;
  text-align: center;
  /* padding: 5px; */
  mask: radial-gradient(15px at 29px 29px, transparent 100%, rgb(0, 0, 0)) -29px -29px;
  background-image: linear-gradient(
    145deg,
    #1d0344 0%,
    #450752 50%,
    #750861 100%
  );
  color: #fff;
  width: 80%;
}

.crd.head > .designation {
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 3px;
}

@media (max-width: 999px) {
  .slider::before,
  .slider::after {
    display: none;
  }
}

/* ABOUT US */

.abt-img-wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(6, 5vw);
  grid-gap: 15px;
  position: relative;
}
.book {
  position: absolute;
  left: 50%;
  top: 5%;
  height: 100px;
  width: 100px;
  transform: rotate(20deg);

  animation: book 10s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation: book 10s ease-in-out infinite;
  -webkit-animation: book 10s ease-in-out infinite;
  -webkit-transform-origin: top left;
}

@keyframes book {
  0% {
    transform: rotate(12deg) translateY(0);
  }

  50% {
    transform: rotate(20deg) translateY(-30px);
  }

  100% {
    transform: rotate(12deg) translateY(0);
  }
}

.book {
  filter: drop-shadow(0px 4px 5px #000000c5);
}

.cap {
  position: absolute;
  left: 10%;
  bottom: 10%;
  height: 150px;
  width: 150px;
  transform: rotate(-15deg);

  animation: cap 20s;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation: cap 20s ease-in-out infinite;
  -webkit-animation: cap 20s ease-in-out infinite;
  -webkit-transform-origin: top left;
  filter: drop-shadow(0px 4px 5px #00000077);
}

@keyframes cap {
  0% {
    transform: rotate(20deg) translateY(0);
  }

  50% {
    transform: rotate(20deg) translateY(-18px) translateX(20px);
  }

  100% {
    transform: rotate(20deg) translateY(0);
  }
}

.abt-image {
  overflow: hidden;
}
.abt-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.abt-image.img1 {
  grid-column-start: 4;
  grid-column-end: 11;
  grid-row-start: 2;
  grid-row-end: 8;
  border-radius: 30% 70% 50% 50% / 30% 36% 64% 70%;
  overflow: hidden;
  box-shadow: 7px 20px 29px -1px rgba(0, 0, 0, 0.471);
}

.abt-image.img2 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4;
  border-radius: 50%;
  max-width: 200px;
  max-height: 180px;
  transform: translateY(-30px) translateX(30px);
  box-shadow: 7px 6px 27px -1px rgba(0, 0, 0, 0.385);
}

.abt-image.img3 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 5;
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  border-radius: 28% 72% 68% 32% / 52% 51% 49% 48%;
  /* transform: translateY(-30px) translateX(30px); */
  box-shadow: 7px 6px 27px -1px rgba(0, 0, 0, 0.385);
}

.abt-image.img4 {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 8;
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  border-radius: 77% 23% 40% 60% / 39% 74% 26% 61%;
  /* transform: translateY(-30px) translateX(30px); */
}

.abt-image.img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 999px) {
  .abt-img-wrapper {
    margin-top: 20px;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 5vw);
    grid-gap: 15px;
  }
}

/* ACCORDION */
.accordion {
  position: relative;
}

.accordion-button {
  background-color: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #1d034435 !important;
  border: transparent I !important;
}

.accordion-header {
  padding: 0;
  outline: 0 !important;
  border: 0 !important;
}
.accordion-header button {
  font-weight: 600;
}

.accordion-header button:focus {
  color: #000;
  background-color: #1d034449;
  border: none;
  outline: none;
}

.accordion-header button:active {
  color: #000;
  background-color: #1d034449;
  border: none !important;
}

.accordion-item {
}

/* TESTIMONIAL */

.testi-box {
  position: relative;
  padding: 30px 50px 60px 75px;
  background-color: #fffdff;

  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
  margin: 23px 0;
}

.testi-box::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 5px;
  background: -webkit-linear-gradient(#420650, #68095d);
  border-radius: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.testi-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #420650;
  border-bottom: 10px solid transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.testi-box .image {
  margin-right: 21px;
  position: relative;
}

.testi-box .image .athr {
  position: absolute;
  width: max-content;
  bottom: 55px;
  left: 100%;
  transform: translateX(-24%);
  z-index: 1;
  background-color: #750861;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px 5px 40px;
  font-size: 16px;
  width: max-content;
  /* border-radius: 15px; */
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.testi-box .designation {
  position: absolute;
  bottom: 20px;
  left: 100%;
  transform: translateX(-35%);
  padding: 5px 10px 5px 45px;
  background-color: #ab1a91;
  color: #fff;
  width: max-content;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.testi-box .image > img {
  display: block;
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  z-index: 2;
}

.testi-box .icon-tes {
  /* background-color: red; */
  height: 80px;
  width: 80px;
}

.testimonial .owl-stage-outer {
  /* padding: 30px 0; */
}

@media (max-width: 999px) {
  .testi-box {
    padding: 15px 25px 30px 35px;
  }

  .testi-box .image > img {
    display: block;
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    z-index: 2;
  }

  .athr {
    position: absolute;
    width: max-content;
    top: 35%;
    left: 100%;
    height: max-content;
    padding: 5px 10px 5px 30px;
  }

  .testi-box .designation {
    position: absolute;
    width: max-content;
    bottom: 10%;
    left: 100%;
    padding: 2px 10px 5px 60px;
  }
  .quote {
    display: none;
    visibility: hidden;
  }
}

.banner {
  background-color: #f8f8f8;
  background-image: url(../assets/alappuzha-entrance-training-academy.JPG);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;

  overflow: hidden;
  position: relative;
}

.banner .container {
  position: relative;
  z-index: 2;
}

.banner h4 {
  color: #fff;
  letter-spacing: 4px;
}

.banner .title {
  color: #fff;
}

.banner .title::before {
  display: none;
}

.banner .title::after {
  display: none;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000b9;
}

@media (max-width: 999px) {
  .banner {
    display: none;
  }
}

/* CONTACT PAGE */

.contact-inner {
  padding: 40px;
}
.cnct-widget {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact .cnct-icon {
  background-image: linear-gradient(
    145deg,
    #1d0344 0%,
    #450752 50%,
    #750861 100%
  );
  padding: 10px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.contact .cnct-icon img {
  height: 30px;
  width: 30px;
}

.contc-text .contc-title {
  font-size: 1.188rem;
  font-weight: 600;
  color: #030909;
}

.cnct-banner {
  background-color: #f5f7fa;
}

@media (max-width: 999px) {
  .contact-inner {
    padding: 10px;
  }

  .cnct-widget {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
  }

  .contc-text .contc-title {
    font-size: 16px;
    font-weight: 600;
    color: #030909;
  }
}

/* director section */
.dir-image-wrapper {
  display: flex;
  justify-content: center;
}

.dir-image img {
  height: 400px;
}

/* about-us */
.abts-wrapper {
}

.main-abts-image {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.main-abts-cont {
  padding: 40px;
}

.main-abts-cont h3 {
  color: #030909 !important;
  margin-bottom: 20px !important;
}

.main-abts-image .main-img-back {
  grid-column: 3 / -2;
  grid-row: 1;
  width: 100%;
  height: 90%;
  max-width: 70%;
  background-color: #4206504b;
  z-index: 1;
}

.main-abts-image .main-img-front {
  grid-row: 1;
  grid-column: 4 / span 12;
  margin-top: 5%;
  width: 100%;
  height: auto;
  max-width: 370px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.abts-note {
  padding: 20px;
  background-color: #253745;
}

.sub-body-wrapper {
  padding: 40px;
}

.abts-note > h4 {
  color: #ffff;
  font-weight: 700;
}

.abts-note > p {
  color: #b5babd;
}

@media (max-width: 999px) {
  .main-abts-image {
    margin-bottom: 30px;
  }

  .main-abts-cont {
    padding: 0;
  }

  .main-abts-cont p{
   
  }
  .main-abts-image .main-img-back {
    grid-column: 2 / -1;
    grid-row: 1;
  }

  .main-abts-image .main-img-front {
    grid-row: 1;
    grid-column: 3 / span 12;
    margin-top: 5%;
    width: 100%;
    height: auto;
    max-width: 370px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }
}

@media (min-width: 768px) {
  .abts-body:nth-child(even) .prim-wrapper-left {
    order: 2;
  }

  .abts-body:nth-child(odd) .abts-note {
    margin-top: 20%;
    height: fit-content;
  }

  .abts-body:nth-child(even) .abts-note {
    margin-top: -5%;
    height: fit-content;
  }

  .abts-body:nth-child(even) .abts-img {
    margin-top: 10%;
  }
}

@media (max-width: 768px) {
  .abts-img {
    margin-bottom: 10px;
  }

  .abts-note {
    margin-bottom: 30px;
  }
}

.abt-athr {
  background-image: linear-gradient(
    145deg,
    #1d0344 0%,
    #450752 50%,
    #750861 100%
  );
  position: absolute;
  right: 0;
  z-index: 20;
  bottom: 10px;
  padding: 16px 25px;
  color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.abt-athr .abt-athr-text {
  font-weight: 600;
}

/* GALLERY PAGE */
#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 40px 30px 40px 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}

.img-wrapper img {
  /* max-width: 50vw;
    height: 66vh; */
  object-fit: cover;
}

@media (max-width: 999px) {
  .img-wrapper img {
    max-width: 100%;
    height: 100%;
  }
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* GALLERY PAGE */
:root {
  --card_width: 350px;
  --row_increment: 10px;
  --card_border_radius: 16px;
  --card_small: 26;
  --card_med: 33;
  --card_large: 45;
}

.gallery {
  display: block;
  position: relative;
}

.pin_container {
  margin: 0;
  padding: 0;
  width: 95vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: grid;

  grid-template-columns: repeat(auto-fill, var(--card_width));
  grid-auto-rows: var(--row_increment);
  justify-content: center;
}

.card {
  padding: 0;
  margin: 15px 10px;
  border-radius: var(--card_border_radius);
  border: none !important;
  overflow: hidden;
  border-radius: 15px;
}
.card:hover img {
  transform: scale(1.1);
}
.card img {
  object-fit: cover;
  transition: transform 0.3s ease-out;
}

.card_small {
  grid-row-end: span var(--card_small);
}

.card_medium {
  grid-row-end: span var(--card_med);
}

.card_large {
  grid-row-end: span var(--card_large);
}

.pin_container .img-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 12px;
}

/* why choose us page */
.wch-image {
  max-width: 800px;
  border-radius: 12px;
  overflow: hidden;
}

.abt .icon {
  height: 60px;
  width: 60px;
  margin-right: 30px;
}

.wch-image-wrapper {
  position: relative;
  overflow: hidden !important;
}
.wch-image-wrapper .box-content .title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  color: #fff;
  height: 100%;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


@media (max-width:999px){
  .wch-image-wrapper .box-content {

    top: 0 !important;
    bottom: 0 !important;
    left: 0;
    width: 100%;

  }
}

.wch-image-wrapper .box-content {
  text-align: center;
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 0;
  width: 60px;
  background-image: linear-gradient(
    145deg,
    #1d0344 0%,
    #450752 50%,
    #750861 100%
  );
  border-radius: 0 10px 10px 0;
}

.feature-sec .innr {
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin: 20px 0 30px;
  padding: 30px 18px 20px;
  border: 1px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}

.feature-sec .icon {
  height: 60px;
  width: 60px;
 
}

.feature-sec .text{
  padding-left: 20px;
    padding-top: 5px;
}



.features {
  color: #333;
}

.feature-sec .innr:hover{
  border: 1px solid #420650;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.boxes {
  margin-top: 30px;
  display: grid; 
  grid-template-columns: repeat(
    auto-fill,
    minmax(250px, 1fr)
  );
  gap: 20px;
}
.boxes:last-child {
  margin-top: 50px;
}
.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 200;
  padding: 1vw 1vw 1vw;
  border-right: 2px;
  border-left: 0;
  border-style: solid;
  border-image: linear-gradient(to bottom, #f6f6f6, #adadad, #f6f6f6) 1 100%;
  transition: box-shadow 0.5s linear;
}

.box img {
  height: 50px;
  width: 50px;
}

.box p {
  color: #333;
  font-weight: 300;
}
.box:last-child {
  border-right: 0;
}


.box .icon:hover {
  color: #d8d8d8;
}
.box h2 {
  font-size: 1.3em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1em;
  color: #070707;
}

.box h5{
  font-weight: 300;
}

@media (min-width: 768px) {
  .boxes {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (min-width: 1024px) {
  .boxes {
    grid-template-columns: repeat(4, 1fr);
  }
}

#icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.cmp-policy li {
  margin-bottom: 10px;
}

.counter{
  font-weight: 800;
  
}

@media(max-width:999px){
  .box {
   border: none;
    
  }
}


.course-details li img{
  height: 30px;
  width: 30px;
  margin-right: 12px;
}
.course-details li{
  display: flex;
  align-items: center;
  margin: 10px 0;
}


/* reviews */

.timeline {
  position: relative;
  max-width: 100%;
  margin: 100px auto;
}
.containr {
  padding: 10px 50px;
  position: relative;
  width: 50%;
  /* animation: movedown 1s linear forwards; */
  opacity: 0;
}
/* @keyframes movedown {
  0% {
    opacity: 1;
    transform: translate(-30px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
} */

.left-container {
  left: 0;
}
.right-container {
  margin-top: -280px;
  left: 50%;
}

.right-container .circle {
  left: -20px;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background-image: linear-gradient(
    145deg,
    #1d0344 0%,
    #450752 50%,
    #750861 100%
  );
  border-radius: 20px;
  top: 0px;
  left: 50%;
  margin-left: -3px;
  z-index: -1;
  animation: moveline 6s linear forwards;
}
@keyframes moveline {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.text-box h2 {
  font-weight: 600;
}
.text-box small {
  display: inline-block;
  margin-bottom: 5px;
}
.left-container-arrow {
  height: 0;
  width: 0;
  position: absolute;
  top: 28px;
  z-index: 1;
  border-top: 15px soild transparent;
  border-bottom: 15px soild transparent;
  border-left: 15px soild #fff;
  right: -15px;
}
/* .containr:nth-child(1) {
  animation-delay: 0s;
}
.containr:nth-child(2) {
  animation-delay: 1s;
}
.containr:nth-child(3) {
  animation-delay: 2s;
}
.containr:nth-child(4) {
  animation-delay: 2s;
}
.containr:nth-child(4) {
  animation-delay: 3s;
}
.containr:nth-child(5) {
  animation-delay: 4s;
}
.containr:nth-child(6) {
  animation-delay: 5s;
}
.containr:nth-child(7) {
  animation-delay: 6s;
}
.containr:nth-child(8) {
  animation-delay: 7s;
}

.containr:nth-child(9) {
  animation-delay: 8s;
}

.containr:nth-child(10) {
  animation-delay: 9s;
} */



@media (min-width:1100px){
  .containr:nth-child(3) {
    margin-top: -100px;
    margin-bottom: 100px;
  }

  .containr:nth-child(5) {
    margin-top: -100px;
    margin-bottom: 100px;
  }

  .containr:nth-child(7) {
    margin-top: -100px;
    margin-bottom: 100px;
  }

  .containr:nth-child(9) {
    margin-top: -100px;
    margin-bottom: 100px;
  }

  .containr:nth-child(11) {
    margin-top: -100px;
    margin-bottom: 100px;
  }

  .containr:nth-child(13) {
    margin-top: -100px;
    margin-bottom: 100px;
  }
  

  .containr:nth-child(16) {
    margin-top: -100px;
    margin-bottom: 100px;
  }
}


@media screen and (max-width: 999px) {
  .timeline {
    margin: 50px auto;
  }
  .timeline::after {
    left: 50%;
  }
  .containr {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .text-box {
    font-size: 13px;
  }
  .text-box small {
    font-size: 10px;
  }
  .right-container {
    left: 0;
  }
  .left-container .circle {
    left: 50%;
    transform: translateX(-50%);
  }
  .right-container .circle {
    left: 50% !important;
    transform: translateX(-50%);
    
  }

  .right-container {
    margin-top: 0;
  }


  .containr .circle{

    top: -20px !important;
    margin-bottom: 20px  !important;
    
  }
}



.containr .circle{
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  right: -20px;
  top: 35px;
  z-index: 60;
  background-color: #FFF;
  border: 1px solid #68095d;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-circle{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #68095d;
}



.right-container .circle {
  left: -20px;
}


.timeline .testi-box{
  position: relative;
  overflow: hidden;
}


.timeline .testi-box .icon-tes{
  display: none;
}




/* STICKY SOCIAL ICON */
.pulse i {
  position: relative;
  z-index: 20;
  top: 16px;
  font-size: 30px;
}
.pulse {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 60px !important;
  color: white;
  border-radius: 50px;
  text-align: center;

  z-index: 9000;
}
.pulse.btn-whats{
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: rgba(0, 200, 0, 1);
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
}

.pulse.btn-fb{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  bottom: 120px;
  right: 40px;
  color: #FFF;
  background-color: #4267B2;
}


.pulse.btn-inst{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  bottom: 190px;
  right: 40px;
  color: #FFF;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.pulse.btn-inst i{
  top: 0;
}

.pulse.btn-fb i{
  top: 0;
}
.pulse.btn-fb a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.pulse.pulse.btn-whats:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}



@media (max-width:999px){

}