:root {
  --primary-color: #141414;
  --secondary-color2: #6632b0;
  --secondary-color3: #f6b751;
  --secondary-color4: #9d7bcf;
  --bs-white: #fff;
  --bodyFont: "Poppins", sans-serif;
  --headingFont: "Poppins", sans-serif;
}
.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 15px;
  font-weight: 400;
  font-weight: normal;
  font-family: var(--bodyFont);
  color: #3b3b3b;
  background: #f5f5f5;
  position: relative;
  z-index: 0;
  padding-top: 145px;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  display: inline-block;
  outline: 0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0 26px;
  font-size: 14px;
  border-radius: 50px 50px 50px 0;
  display: block;
  line-height: 45px;
  height: 45px;
  font-weight: 700;
  border-width: 0;
  background: var(--secondary-color2);
  color: var(--bs-white);
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  -ms-border-radius: 50px 50px 50px 0;
  -o-border-radius: 50px 50px 50px 0;
}

.btn:hover {
  background-color: var(--secondary-color3) !important;
  border-color: var(--secondary-color3) !important;
  color: var(--primary-color);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
}

h1 {
  font-size: 80px;
  font-weight: 700;
}

h2 {
  font-size: 52px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 20px;
}

.p-v-75 {
  padding: 75px 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: var(--bs-white);
  color: var(--primary-color);
}
.topHead {
  background: var(--primary-color);
  position: relative;
  z-index: 1;
  &::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 68%;
    height: 100%;
    z-index: -1;
    content: "";
    background: var(--secondary-color4);
  }
}
.socials {
  width: 267px;
  flex: 0 0 267px;
  color: var(--bs-white);
  margin: 18px 0;
  ul {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  li {
    &:first-child {
      width: 113px;
      flex: 0 0 113px;
    }
    a {
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 28px;
      background: var(--secondary-color4);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
    }
  }
}
.rightinfo {
  margin: 0;
  ul {
    display: flex;
    li {
      border-right: var(--bs-white) 1px solid;
      padding: 0 26px;
      a {
        font-weight: 500;
        color: var(--bs-white);
        svg {
          margin-right: 10px;
        }
      }
    }
    li:last-child {
      border: none;
      padding-right: 0;
    }
  }
}
.btmHead {
  padding: 12px 0;
  .logo {
    width: 59px;
    flex: 0 0 59px;
    img {
      height: 58px;
      object-fit: contain;
    }
  }
  nav {
    width: auto !important;
    li {
      padding: 0 10px;
      a {
        color: var(--primary-color);
        padding: 0;
        &:hover,
        &:focus {
          color: var(--secondary-color2);
        }
      }
    }
  }
}

.hero {
  position: relative;
  z-index: 1;
  color: var(--bs-white);
  &::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    opacity: 0.59;
    background: #120b1d;
  }
  &::after {
    position: absolute;
    left: 0;
    top: -40px;
    width: 85%;
    height: 100%;
    z-index: -1;
    content: "";
    opacity: 0.59;
    background: url(../images/home/shape.png) no-repeat left top;
    background-size: contain;
  }
  .row {
    min-height: 896px;
  }
  .sitebtn {
    max-width: 199px;
    width: 100%;
    margin-top: 139px;
    height: 49px;
    line-height: 49px;
  }
  .shape {
    position: absolute;
    bottom: -6%;
    left: 5%;
  }
}

.overlapSlide {
  position: relative;
  margin-top: -185px;
  z-index: 1;
  .slick-list {
    width: 100%;
    float: right;
    overflow: hidden;
    padding: 15px 0;
  }
  .slick-slide {
    /* padding: 0 0 0 32px; */
  }
  .slick-track {
    display: flex;
    gap: 32px;
  }
  .slick-active .box a {
    -webkit-box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.1);
  }
  .box {
    a {
      background: var(--bs-white);
      display: block;
      color: var(--primary-color);
      padding: 48px 36px 34px;
      border-radius: 50px 50px 50px 0;
      -webkit-border-radius: 50px 50px 50px 0;
      -moz-border-radius: 50px 50px 50px 0;
      -ms-border-radius: 50px 50px 50px 0;
      -o-border-radius: 50px 50px 50px 0;
    }
    img {
      width: 102px;
      height: 102px;
      object-fit: cover;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
    }
    h2 {
      font-size: 57px;
      font-weight: 800;
      color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #8f8f8f;
    }
    h4 {
      font-weight: 600;
      margin: 25px 0 20px;
    }
    p {
      margin-bottom: 18px;
    }
    .sitebtn {
      font-size: 14px;
      height: 45px;
      line-height: 45px;
    }
  }

  .slick-prev,
  .slick-next {
    top: 60px;
  }
  .slick-prev {
    left: -55px;
  }
  .slick-next {
    right: auto;
    left: -55px;
    top: 120px;
  }
  .sidegap {
    padding-left: 4rem;
  }
}
.slick-prev:before,
.slick-next:before {
  content: "";
}
.slick-prev,
.slick-next {
  width: 41px;
  height: 41px;
  color: var(--bs-white) !important;
  border: var(--bs-white) 1px solid;
  border-radius: 50%;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.p-v-94 {
  padding: 94px 0;
}
.imgGrids {
  flex-wrap: wrap;
}
.imgGrids li {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.imgGrids li img {
  width: 272px;
  height: 272px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  max-width: inherit;
}
.imgGrids li:last-child {
  position: relative;
  margin-top: -130px;
}
.imgGrids li:nth-child(2) {
  text-align: right;
}
.imgGrids li:first-child img {
  border-radius: 50px 0 50px 50px;
  -webkit-border-radius: 50px 0 50px 50px;
  -moz-border-radius: 50px 0 50px 50px;
  -ms-border-radius: 50px 0 50px 50px;
  -o-border-radius: 50px 0 50px 50px;
  height: 407px;
  object-fit: cover;
  width: 100%;
}
.imgGrids li:last-child img {
  border-radius: 0 50px 50px 50px;
  -webkit-border-radius: 0 50px 50px 50px;
  -moz-border-radius: 0 50px 50px 50px;
  -ms-border-radius: 0 50px 50px 50px;
  -o-border-radius: 0 50px 50px 50px;
  height: 407px;
  object-fit: cover;
  width: 100%;
}
.about {
  color: #3b3b3b;
  p {
    margin: 11px 0 20px;
    font-size: 18px;
    line-height: 1.6;
  }
  .sitebtn {
    font-size: 14px;
    height: 49px;
    line-height: 49px;
    max-width: 199px;
    width: 100%;
  }
  .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    &.two {
      position: absolute;
      right: 0;
      left: auto;
      opacity: 0.44;
    }
  }
}
.headings {
  span {
    color: var(--secondary-color3);
  }
}
.mission {
  margin-top: 37px;
  li {
    display: flex;
    font-weight: 600;
    align-items: center;
    font-size: 22px;
    gap: 16px;
    margin-bottom: 32px;
    span {
      width: 59px;
      flex: 0 0 59px;
      height: 59px;
      text-align: center;
      line-height: 59px;
      background: var(--secondary-color4);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
    }
  }
}
.counts {
  position: relative;
  z-index: 1;
  &::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    opacity: 0.84;
    background: #6632b0;
  }
  span {
    width: 190px;
    height: 190px;
    line-height: 180px;
    background: url(../images/home/polygon.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
  }
  .stats-animation {
    position: relative;
    z-index: 1;
  }
  .stats-animation__item {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: -1rem;
  }
  .stats-animation__value {
    color: var(--bs-white);
    font-size: 56px;
    font-weight: 600;
  }
  .stats-animation__text {
    color: var(--bs-white);
    font-size: 24px;
    font-weight: 600;
  }
}
.p-v-40 {
  padding: 40px 0;
}
.course {
  a {
    color: #3b3b3b;
    &:hover {
      color: var(--secondary-color2);
    }
  }
  p {
    margin: 20px 50px 20px;
    font-size: 18px;
    line-height: 1.6;
  }
  .course-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    padding: 25px 34px;
  }

  .course-card:hover {
    transform: translateY(-6px);
  }

  .course-img {
    position: relative;
  }

  .course-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px 20px 20px 0;
    -webkit-border-radius: 20px 20px 20px 0;
    -moz-border-radius: 20px 20px 20px 0;
    -ms-border-radius: 20px 20px 20px 0;
    -o-border-radius: 20px 20px 20px 0;
  }

  .course-img .badge {
    position: absolute;
    top: 15px;
    right: -23px;
    background: var(--secondary-color3);
    padding: 6px 15px;
    border-radius: 10px 10px 10px 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px 10px 10px 0;
    -webkit-border-radius: 10px 10px 10px 0;
    -moz-border-radius: 10px 10px 10px 0;
    -ms-border-radius: 10px 10px 10px 0;
    -o-border-radius: 10px 10px 10px 0;
  }

  .course-content {
    padding: 20px 0 0;
  }

  .lessons {
    font-size: 14px;
    color: #777;
  }

  .course-title {
    font-weight: 600;
    margin: 24px 0 14px;
  }

  .course-desc {
    font-size: 15px;
    padding-bottom: 25px;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: #e5e5e5 1px solid;
    color: #868686;
  }

  .course-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .meta span {
    font-size: 13px;
    color: #777;
    margin-right: 6px;
    img {
      margin-right: 5px;
    }
  }

  .price {
    background: var(--secondary-color3);
    color: #fff;
    padding: 2px 15px;
    border-radius: 20px 20px 20px 0;
    -webkit-border-radius: 20px 20px 20px 0;
    -moz-border-radius: 20px 20px 20px 0;
    -ms-border-radius: 20px 20px 20px 0;
    -o-border-radius: 20px 20px 20px 0;
    font-weight: 600;
    font-size: 14px;
  }
}

.rating {
  display: flex;
  gap: 5px;
  a {
    color: #f5a623;
    font-size: 14px;
  }
}
.nav-pills {
  gap: 24px;
}
.nav-link {
  font-size: 18px;
  padding: 6px 20px;
  border: var(--secondary-color2) 1px solid;
  color: #3b3b3b;
}
.nav-pills .nav-link {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--secondary-color2);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--secondary-color2);
}
.text-primary {
  color: var(--secondary-color3) !important;
}
.pr-4 {
  padding-right: 6rem;
}
.videos {
  p {
    margin: 20px 0 40px;
    font-size: 18px;
    line-height: 1.6;
  }
  .sitebtn {
    max-width: 199px;
    width: 100%;
    height: 49px;
    line-height: 49px;
  }
  img {
    border-radius: 40px 40px 40px 0;
    -webkit-border-radius: 40px 40px 40px 0;
    -moz-border-radius: 40px 40px 40px 0;
    -ms-border-radius: 40px 40px 40px 0;
    -o-border-radius: 40px 40px 40px 0;
    height: 407px;
    object-fit: cover;
  }
  .playBtn {
    width: 103px;
    height: 103px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
}
.tour {
  p {
    margin: 0px 0 50px;
    font-size: 18px;
    line-height: 2;
  }
  .sitebtn {
    max-width: 199px;
    width: 100%;
    height: 49px;
    line-height: 49px;
  }
  img {
    border-radius: 40px 40px 40px 0;
    -webkit-border-radius: 40px 40px 40px 0;
    -moz-border-radius: 40px 40px 40px 0;
    -ms-border-radius: 40px 40px 40px 0;
    -o-border-radius: 40px 40px 40px 0;
    height: 370px;
    object-fit: cover;
  }
}

.choose {
  padding: 173px 0 128px;
  p {
    margin: 20px 0 40px;
    font-size: 18px;
    line-height: 1.6;
  }

  .section-tag {
    color: #f5c86b;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .section-desc {
    color: rgba(255, 255, 255, 0.8);
    max-width: 520px;
  }

  .feature-box {
    background: #fff;
    color: #333;
    border-radius: 14px;
    padding: 20px 20px 20px 0;
    display: flex;
    gap: 25px;
    align-items: flex-start;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .feature-box h6 {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
  }

  .feature-box p {
    font-size: 15px;
    margin: 5px 0 0;
    line-height: 1.5;
  }

  .feature-box .icon {
    width: 66px;
    height: 63px;
    background: #f5a623;
    border-radius: 20px 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    -webkit-border-radius: 20px 20px 20px 0;
    -moz-border-radius: 20px 20px 20px 0;
    -ms-border-radius: 20px 20px 20px 0;
    -o-border-radius: 20px 20px 20px 0;
  }

  .image-wrapper {
    position: relative;
    &::before {
      position: absolute;
      left: 0;
      bottom: -33px;
      width: 533px;
      height: 489px;
      content: "";
      border-radius: 40px 40px 40px 0;
      -webkit-border-radius: 40px 40px 40px 0;
      -moz-border-radius: 40px 40px 40px 0;
      -ms-border-radius: 40px 40px 40px 0;
      -o-border-radius: 40px 40px 40px 0;
      border: var(--secondary-color3) 2px solid;
    }
  }

  .image-wrapper img {
    border-radius: 40px;
    max-width: 100%;
    height: 535px;
    object-fit: cover;
    border-radius: 40px 40px 40px 0;
    -webkit-border-radius: 40px 40px 40px 0;
    -moz-border-radius: 40px 40px 40px 0;
    -ms-border-radius: 40px 40px 40px 0;
    -o-border-radius: 40px 40px 40px 0;
  }
}
.ps-6 {
  padding-left: 5rem !important;
}

.offer-section {
  margin: 132px 0;
  position: relative;
  /* Left Image */
  img {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 547px;
    object-fit: cover;
  }

  /* Dots decoration */

  /* Offer Card */
  .offer-card {
    background: #f5b44b;
    border-radius: 30px;
    padding: 68px 50px 45px;
    position: relative;
    border-radius: 50px 50px 50px 0;
    -webkit-border-radius: 50px 50px 50px 0;
    -moz-border-radius: 50px 50px 50px 0;
    -ms-border-radius: 50px 50px 50px 0;
    -o-border-radius: 50px 50px 50px 0;
  }

  .offer-inner {
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 68px 40px;
    color: #fff;
    border-radius: 50px 50px 50px 0;
    -webkit-border-radius: 50px 50px 50px 0;
    -moz-border-radius: 50px 50px 50px 0;
    -ms-border-radius: 50px 50px 50px 0;
    -o-border-radius: 50px 50px 50px 0;
    position: relative;
    &::before {
      border: 1px solid rgba(255, 255, 255, 0.6);
      border-radius: 50px 50px 50px 0;
      -webkit-border-radius: 50px 50px 50px 0;
      -moz-border-radius: 50px 50px 50px 0;
      -ms-border-radius: 50px 50px 50px 0;
      -o-border-radius: 50px 50px 50px 0;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      -moz-transform: scale(1.08);
      -webkit-transform: scale(1.08);
      -o-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08);
      z-index: -1;
    }
  }

  .offer-inner h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .offer-inner p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
  }
  .sitebtn {
    max-width: 199px;
    width: 100%;
    margin-top: 40px;
    height: 49px;
    line-height: 49px;
    background: var(--bs-white);
    color: #662fa4;
  }
  .sitebtn:hover {
    background: var(--primary-color) !important;
    color: var(--bs-white) !important;
  }
  .shape {
    position: absolute;
    top: 3%;
    left: -3%;
    z-index: -1;
    img {
      height: auto;
    }
  }
}
.events {
  p {
    margin: 20px 0 40px;
    font-size: 18px;
    line-height: 1.6;
  }
  /* Card */
  .event-card {
    background: #fff;
    border-radius: 20px 20px 20px 0;
    padding: 25px 33px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    -webkit-border-radius: 20px 20px 20px 0;
    -moz-border-radius: 20px 20px 20px 0;
    -ms-border-radius: 20px 20px 20px 0;
    -o-border-radius: 20px 20px 20px 0;
  }

  /* Location */
  .event-location {
    font-size: 16px;
    color: #868686;
    margin-bottom: 10px;
  }

  .event-location i {
    color: #f5a623;
    margin-right: 5px;
  }

  /* Image */
  .event-img img {
    width: 100%;
    height: 212px;
    object-fit: cover;
    border-radius: 24px 24px 24px 0;
    margin-bottom: 15px;
    -webkit-border-radius: 24px 24px 24px 0;
    -moz-border-radius: 24px 24px 24px 0;
    -ms-border-radius: 24px 24px 24px 0;
    -o-border-radius: 24px 24px 24px 0;
  }

  /* Meta */
  .event-meta {
    display: flex;
    gap: 15px;
    font-size: 15px;
    color: #3b3b3b;
    margin-bottom: 10px;
  }

  .event-meta i {
    color: #f5a623;
    margin-right: 4px;
  }

  /* Content */
  .event-title {
    font-weight: 600;
  }

  .event-desc {
    font-size: 16px;
    color: #868686;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .sitebtn {
    max-width: 199px;
    font-size: 14px;
    width: 100%;
    height: 49px;
    line-height: 49px;
    margin-top: 2.3rem;
  }
}
.teacher {
  p {
    margin: 20px 60px 40px;
    font-size: 18px;
    line-height: 1.6;
  }
  .galleryBox {
    padding: 0 13px;
    margin: 0;
    img {
      border-radius: 40px 40px 40px 0;
      -webkit-border-radius: 40px 40px 40px 0;
      -moz-border-radius: 40px 40px 40px 0;
      -ms-border-radius: 40px 40px 40px 0;
      -o-border-radius: 40px 40px 40px 0;
    }
  }
  .grid {
  }

  /* clear fix */
  .grid:after {
    content: "";
    display: block;
    clear: both;
  }

  /* ---- .grid-item ---- */

  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }

  .grid-item {
    float: left;
    margin-bottom: 25px;
  }
  .grid-item.one1 img {
    height: 365px;
    object-fit: cover;
  }
  .grid-item.one2 img {
    height: 473px;
    object-fit: cover;
  }
  .grid-item.one3 img {
    height: 417px;
    object-fit: cover;
  }
  .grid-item img {
    display: block;
    width: 100%;
  }
  .galleryBox {
    position: relative;
    .overlapContent {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: calc(100% - 52px);
      height: calc(100% - 26px);
      right: 0;
      bottom: 0;
      margin: auto;
      padding: 33px 37px;
      background: #6632b0;
      opacity: 0.92;
      border-radius: 40px 40px 40px 0;
      -webkit-border-radius: 40px 40px 40px 0;
      -moz-border-radius: 40px 40px 40px 0;
      -ms-border-radius: 40px 40px 40px 0;
      -o-border-radius: 40px 40px 40px 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: var(--bs-white);
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      p {
        padding: 0;
        margin: 16px 0;
      }
      h4 {
        font-size: 25px;
        font-weight: 600;
      }
      .sitebtn {
        max-width: 136px;
        width: 100%;
        height: 45px;
        font-size: 14px;
        padding: 0 15px;
        line-height: 45px;
        border: var(--bs-white) 1px solid;
      }
    }
    &:hover .overlapContent {
      opacity: 1;
      visibility: visible;
    }
  }
}

.goal {
  p {
    font-size: 18px;
    line-height: 1.6;
  }
  /* Left Card */
  .enroll-card {
    background: #fff;
    border-radius: 40px 40px 40px 0;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 40px 40px 40px 0;
    -moz-border-radius: 40px 40px 40px 0;
    -ms-border-radius: 40px 40px 40px 0;
    -o-border-radius: 40px 40px 40px 0;
  }

  .enroll-header {
    background: var(--secondary-color3);
    padding: 30px 54px;
    color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }

  .enroll-header h2 {
    font-weight: 600;
    font-size: 36px;
  }

  .enroll-body {
    padding: 43px 54px;
  }

  .form-control {
    border-radius: 20px;
    padding: 0px 32px;
    margin-bottom: 20px;
    border: none;
    background: #f2f2f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 60px;
    font-size: 16px;
    color: #969696;
  }
  .form-control::placeholder {
    color: #969696;
  }
  textarea {
    height: 103px !important;
    resize: none !important;
    padding: 15px 32px !important;
  }
  .sitebtn {
    max-width: 199px;
    font-size: 14px;
    width: 100%;
    height: 49px;
    line-height: 49px;
    margin-top: 2.3rem;
  }

  .btn-enroll {
    background: #6f42c1;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
  }

  .btn-enroll:hover {
    background: #5a34a3;
  }

  /* Right Content */
  .right-content {
    color: #fff;
    p {
      line-height: 1.8;
    }
  }

  .right-content h2 {
    font-weight: 700;
    margin: 8px 0 20px;
  }

  .progress {
    height: 12px;
    border-radius: 10px;
    background: #ddd;
  }

  .progress-bar {
    background: var(--secondary-color3);
  }

  .progress-wrapper {
    margin-bottom: 30px;
    span {
      color: var(--bs-white);
      font-size: 18px;
      /* b{
      font-weight: 600;
    } */
    }

    .label-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      font-size: 14px;
    }
  }
}
.department {
  p {
    font-size: 18px;
    line-height: 1.6;
    padding: 15px 40px;
  }
  .slick-slide > div {
    padding: 30px 14px;
  }
  /* Card Styling */
  .custom-card {
    background: #ffffff;
    border-radius: 24px 24px 24px 0;
    padding: 27px 26px;
    position: relative;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
    -webkit-border-radius: 24px 24px 24px 0;
    -moz-border-radius: 24px 24px 24px 0;
    -ms-border-radius: 24px 24px 24px 0;
    -o-border-radius: 24px 24px 24px 0;
  }

  /* Decorative Circle */
  .custom-card::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    border: 10px solid #f3d9b1;
    border-radius: 50%;
  }

  /* Icon */
  .icon-box {
    width: 72px;
    height: 72px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  /* Title */
  .custom-card h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
  }

  /* Text */
  .custom-card p {
    color: #777;
    line-height: 1.6;
    padding: 0;
  }

  /* Read More */
  .read-more {
    display: inline-block;
    margin-top: 23px;
    color: var(--secondary-color2);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    &:hover {
      color: var(--primary-color);
    }
  }

  .slick-prev,
  .slick-next {
    width: 61px;
    height: 61px;
    color: var(--secondary-color3) !important;
    border: var(--secondary-color3) 2px solid;
    border-radius: 50%;
    font-size: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: calc(100% + 35px);
  }
  .slick-prev {
    left: calc(50% - 75px);
  }
  .slick-next {
    right: calc(50% - 75px);
  }
}

.testimonials {
  p {
    font-size: 18px;
    line-height: 1.6;
    padding: 15px 40px;
  }

  /* Card */
  .testimonial-card {
    background: #ffffff;
    border-radius: 23px 23px 23px 0;
    padding: 24px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    height: 100%;
    -webkit-border-radius: 23px 23px 23px 0;
    -moz-border-radius: 23px 23px 23px 0;
    -ms-border-radius: 23px 23px 23px 0;
    -o-border-radius: 23px 23px 23px 0;
  }

  /* Quote Circle */
  .quote-badge {
    position: absolute;
    top: -20px;
    right: -12px;
    width: 70px;
    height: 70px;
    background: #f4b23c;
    border-radius: 50%;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    color: #fff;
    font-size: 62px;
    font-weight: bold;
    line-height: 91px;
    text-align: center;
  }

  /* Stars */
  .stars {
    color: #f4b23c;
    margin-bottom: 8px;
  }

  /* Title */
  .testimonial-card h3 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
  }

  /* Description */
  .testimonial-card p {
    color: #777;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 1.6;
  }

  /* Profile */
  .profile {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .profile img {
    width: 57px;
    height: 57px;
    padding: 3px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px dashed var(--secondary-color3);
    margin-right: 10px;
  }

  .profile-name {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 15px;
    color: #3b3b3b;
  }

  .slick-slide > div {
    padding: 30px 14px;
  }

  .profile-role {
    color: #f4b23c;
    font-size: 14px;
    font-weight: 600;
  }

  .slick-prev,
  .slick-next {
    width: 61px;
    height: 61px;
    color: var(--secondary-color3) !important;
    border: var(--secondary-color3) 2px solid;
    border-radius: 50%;
    font-size: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: calc(100% + 35px);
  }
  .slick-prev {
    left: calc(50% - 75px);
  }
  .slick-next {
    right: calc(50% - 75px);
  }
}

.news {
  p {
    font-size: 18px;
    line-height: 1.6;
    padding: 15px 40px;
  }
  .blog-card {
    background: #fff;
    border-radius: 24px 24px 24px 0;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    -webkit-border-radius: 24px 24px 24px 0;
    -moz-border-radius: 24px 24px 24px 0;
    -ms-border-radius: 24px 24px 24px 0;
    -o-border-radius: 24px 24px 24px 0;
  }

  .blog-card:hover {
    transform: translateY(-5px);
  }

  .blog-img-wrapper {
    position: relative;
    padding: 25px 30px;
  }

  .blog-img-wrapper img {
    border-radius: 24px;
    width: 100%;
    height: 212px;
    object-fit: cover;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .date-badge {
    position: absolute;
    top: 38px;
    right: 11px;
    background: var(--secondary-color3);
    color: #fff;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 24px 24px 24px 0;
    -webkit-border-radius: 24px 24px 24px 0;
    -moz-border-radius: 24px 24px 24px 0;
    -ms-border-radius: 24px 24px 24px 0;
    -o-border-radius: 24px 24px 24px 0;
  }

  .blog-content {
    padding: 0 30px;
  }

  .blog-meta {
    font-size: 14px;
    color: #3b3b3b;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
  }

  .blog-meta i {
    color: #f5a623;
    margin-right: 5px;
  }

  .blog-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #3b3b3b;
    line-height: 1.5;
  }

  .blog-btn {
    background: #6f42c1;
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
  }

  .blog-btn:hover {
    background: #5a32a3;
    color: #fff;
  }
  .sitebtn {
    max-width: 199px;
    margin-bottom: 25px;
    width: 100%;
    height: 49px;
    line-height: 49px;
  }
}

.main-footer{
    background:#161616;
    color:#ccc;
    padding-top:60px;
}

.footer-logo img{
    max-width:120px;
}

.footer-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:10px;
}
.twoCol.footer-links li {width: 50%; float: left; padding-right: 15px;}

.footer-links a{
    color:var(--bs-white);
    text-decoration:none;
    font-size:15px;
    transition:0.3s;
}

.footer-links a:hover{
    color:var(--secondary-color3);
}


.social-icons svg{
    margin-right:15px;
    font-size:16px;
    transition:0.3s;
}

.social-icons svg:hover path {
    fill:var(--secondary-color3);
}


.footer-bottom{
    background:#0D0D0D;
    margin-top:36px;
    padding:29px 0;
    font-weight: 500;
    font-size:13px;
    color:#717171;
}
