body {
  margin: 0;
  font-family: "Poppins";
}
.navbarheader {
  color: #fff;
}
.topheader {
  background: #6e2f9f;
  font-size: 16px;
}
.top_nav_items{
  justify-content: right;
  grid-gap: 31px;
}
h2{
  font-size:28px;
}
.topheaderContent {
  text-align: start;
}

.btn-main {
  background: #6e2f9f;
  color: #fff;
  border-color: #581889;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:focus-visible,
.btn-main:active {
  border-color: #581889;
  background: #581889 !important;
  color: #fff !important;
}
.top_nav_text{
  font-weight:200;
  font-size:16px;
}

.btn-outline-main {
  border-color: #b0117e;
  color: #b0117e;
  font-weight:500;
}

.btn-outline-main:hover,
.btn-outline-main:focus,
.btn-outline-main:focus-visible,
.btn-outline-main:active {
  border-color: #b0117e;
  background: #b0117e !important;
  color: #fff !important;
}

.main-bg{
  background-image: url("../img/background.png");
  background-size: contain ;
  background-position: center;
}

/* Carousel */
.carousel-container {
  /* background-image: url("../img/background.png");
  color: #000;
  background-size: cover;
  background-position: center; */
}

.carousel .slider-question {
  font-weight: 600;
  line-height: 52px;
  font-size: 34px;
}

.carousel-control-next,
.carousel-control-prev {
  position: static;
  background-color: #6e2f9f;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 80% 80%;
}

.carousel .batch-card {
  height: 312px;
  background: #6e2f9f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.batch-card > p{
  font-weight:200;
  font-size:20px;
}

.carousel .batch-card1 {
  height: 135px;
  background: #6e2f9f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  grid-gap: 12px;
}

.batch-card1 > p{
  font-weight:200;
  font-size:20px;

}
.carousel .icon {
  width: 2.25rem;
}

.carousel .card-image {
  height: 264px;
}
.carousel .card-image:nth-child(2) {
  height: 236px;
}
.carousel .card-image:nth-child(3) {
  height: 185px;
}

.carousel .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel .banner {
  position: relative;
}

.carousel .bannerimage1 {
  position: absolute;
  top: 3%;
  left: 15%;
}

.carousel .bannerimage2 {
  float: right;
  margin: 6rem -6rem;
}

.carousel .bannerimage3 {
  position: absolute;
  top: 60%;
  left: 21%;
}
.carousel .circlebatch {
  background: #6e2f9f;
  border-radius: 50%;
  width: 7rem;
}
.carousel .batchcircle {
  width: 205.67px;
  height: 205.67px;
  border-radius: 50%;
  background: #6e2f9f;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.carousel .bannerimage1 .circle-over-image {
  height: 266px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted black;
  border-radius: 50%;
  width: 266px;
}
.carousel .bannerimage2 .circle-over-image {
  height: 388px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted black;
  border-radius: 50%;
  width: 388px;
}

.carousel .bannerimage3 .circle-over-image {
  height: 266px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted black;
  border-radius: 50%;
  width: 266px;
}

/* Youtube video css */
.youtube-player {
  position: relative;
  margin: auto;
  cursor: pointer;
}
.r-youtube-player{
  margin: 0;
}
.youtube-player img {
  width: 100%;
}

.youtube-player.pristine::before {
  content: url("../img/icons/video.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.youtube-player.pristine::after {
  content: "Play video";
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
}

.custom-image {
  background-color: rgba(255, 0, 0, 0.3);
  border-radius: 5px;
}
.youtube-player.pristine:hover::before {
  opacity: 0.7;
}
.overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    7deg,
    rgb(128 0 128 / 0%) 1%,
    rgb(110 47 159/ 80%) 76%
  );
}
.about-section h2 {
  font-weight: 600;
}

.about-section p {
  text-align: "justify";
  font-size: 17px;
  font-weight: 300;
}

.feature-section h2 {
  font-weight: 600;
}
.feature-section .card-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature-section .feature-section-container .col-sm-12:nth-child(even) {
  margin-top: 5rem;
}

.feature-section .circle-card {
  width: 80px;
  height: 80px;
  background: #6e2f9f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-section .circle-outline-card {
  width: 80px;
  height: 80px;
  border: 1px solid #6e2f9f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-section .circle-outline-card .icon {
  width: 2rem;
}

.feature-section .card-details p {
  color: #6e2f9f;
  font-weight: 600;
}

.career-section .wave {
  width: 100%;
}

.career-section .career-section-container {
  background: #6e2f9f;
  color: #fff;
}
.career-section h2 {
  font-weight: 600;
}

.career-section .heartbeaticon {
  width: 5rem;
  margin-bottom: 12px;
  margin-left: 6px;
}

.career-section .career-section-details .career-section-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.career-section .career-section-details .circlecard {
  width: 37px;
  height: 37px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-section .career-section-details .career-section-title h4 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size:20px;
}

.career-section
  .career-section-points:first-child
  .career-section-details
  .icon {
  width: 1rem;
}
.career-section .career-section-details .icon {
  width: 18px;
}
.career-section .career-section-image img {
  width: 100%;
}

.question-accordian-section {
  margin-top: 3rem;
}
.question-accordian-section h2 {
  font-weight: 600;
}

.question-accordian-section .accordion-item {
  margin-bottom: 1rem;
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
    box-shadow: 0px 4px 8px 2px #eaeaea;
}

.question-accordian-section .accordion-button {
  font-weight: 600;
  padding: 22px 20px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.question-accordian-section .accordion-button:not(.collapsed) {
  background: #b0117e;
  color: #fff;
  box-shadow: none;
}
.question-accordian-section .accordion-button:focus {
  box-shadow: none;
}

.question-accordian-section .accordion-button:focus {
  border-color: #b0117e;
}

.accordion-button:not(.collapsed)::after {
  color: #fff;
  background-image: url("../img/icons/up.png");
  transform: none;
}
.accordion-button::after {
  background-image: url("../img/icons/down.png");
}

.review-section {
  margin-top: 5.5rem;
}
.review-section h2 {
  font-weight: 600;
}

.review-section .prev-button,
.review-section .next-button {
  width: 40px;
  height: 40px;
  background: #6e2f9f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.review-section .slick-button {
  justify-content:right;
  margin-top: -1rem;
}
.review-section .prev {
  content: url("../img/icons/left.png");
  width: 0.75rem;
}

.review-section .prev-button .slick-disabled {
  background: grey;
}
.career-section-container{
  font-weight:200
}

.review-section .next {
  content: url("../img/icons/right.png");
  width: 0.75rem;
}

.review-section .wrapper {
  width: 100%;
  text-align: center;
}

.review-section .carousel-slick {
  width: 100%;
  margin: 0px auto;
}
.review-section .slick-slide {
  margin: 10px;
}
.review-section .slick-slide img {
  width: 100%;
}
.review-section .wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}

.review-section .wrapper .slick-dots li button:before {
  color: #6e2f9f;
}

.review-section .slick-list {
  padding: 0 !important;
}


.partners-section .partner-prev-button,
.partners-section .partner-next-button {
  width: 30px;
  height: 30px;
  background: #6e2f9f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.partners-section .slick-button {
  justify-content:right;
  margin-top: -1rem;
}
.partners-section .prev {
  content: url("../img/icons/left.png");
  width: 0.6rem;
}

.partners-section .partner-prev-button .slick-disabled {
  background: grey;
}

.partners-section .next {
  content: url("../img/icons/right.png");
  width: 0.6rem;
}

.partners-section .wrapper {
  width: 100%;
  text-align: center;
}

.partners-section .carousel-slick {
  width: 100%;
  margin: 0px auto;
}
.partners-section .slick-slide {
  margin: 10px;
}
.partners-section .slick-slide img {
  max-width: 100%;
  max-height: 5rem;
}
.partners-section .wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}

.partners-section .wrapper .slick-dots li button:before {
  color: #6e2f9f;
}

.partners-section .slick-list {
  padding: 0 !important;
}

.slick-dots li button {
  color: #d8d8d8;
}

.slick-dots li img:nth-child(1) {
  display: block;
}

.slick-dots li img:nth-child(2) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
  display: block;
}

.review-section .student-card{
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.review-section .student-card .card-description {
  text-align: justify;
  font-size: 15px;
}

.review-section .student-card .card-image {
  position: relative;
}

.review-section .student-card .card-image .card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6e2f9f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 92%;
  left: 2%;
}

.review-section .student-card .card-image .card-icon img {
  width: 1.2rem;
}

.review-section .student-card .see-more {
  color: #6e2f9f;
}

.review-section .student-card .card-name {
  text-align: left;
}

.review-section .student-card .card-name h6 {
  font-weight: 600;
  font-size: 18px;
}

.review-section .student-card .card-name p {
  color: #999999;
  font-size: 15px;
}

#navbarSupportedContent .fa-caret-down{
  font-size: 12px;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.2em;
}

.about-mega-dropdown .neta-dropdown__menu{
  left: -160px;
}

.courses-mega-dropdown {
  width: 100%; 
  left: 0;
}

@media (min-width: 1200px){
  .courses-mega-dropdown {
    width: 500px !important; 
    left: -200px;
  }
}

.neta-dropdown__menu{
  z-index: 2;
}

.offer-section {
  margin-top: 5.5rem;
}

.offer-section h2 {
  font-weight: 600;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 2px solid #b0117e;
  border-color: #b0117e;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.offer-section .offer-image {
  background-image: url(../img/bg.png);
  background-size: cover;
  position: relative;
  height: 26rem;
}

.offer-section .offer-image-1:nth-child(1) {
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted black;
  border-radius: 50%;
  width: 340px;
}

.offer-section .offer-image-1:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}


.offer-section .bg-img img {
  width: 100%;
}

.offer-section .offer-tab-content h3 {
  font-weight: 600;
  margin-top:2rem;
}

.footer {
  background: #6e2f9f;
  color: #fff;
}
.footer li{
  font-weight: 200;
}
.footer p{
  font-weight: 200;
}
.footer-icons{
  display: flex;
  justify-content:right;
}
.footer h5 {
  font-weight: 600;
}

.footer .widget-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.footer .widget-list li {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.footer .footer-details p {
  font-size: 14px;
}

.footer .footer-details-legal p {
  font-size: 14px;
  text-align: center;
}
.hidden-lg{
  display:block;
}
.hidden-sm{
  display:none;
}

@media only screen and (max-width: 992px) {
  .topheaderContent {
    text-align: center;
    padding: 1.5rem;
  }
  .feature-section .feature-section-container .col-sm-12:nth-child(even) {
    margin-top: 2rem;
  }
  .feature-section .feature-section-container .col-sm-12:nth-child(odd) {
    margin-top: 2rem;
  }
  .review-section .slick-button {
    margin-top: 0;
    justify-content: flex-end !important;
  }
  .footer {
    text-align: center;
  }
  
  .offer-section .offer-image-1:nth-child(1) {
    height: 388px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dotted black;
    border-radius: 50%;
    width: 388px;
  }

  .offer-section .offer-image-1:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .hidden-lg{
    display:none
  }
}

@media only screen and (max-width: 576px) {
  .youtube-player.pristine::after {
    top: 75%;
  }
  .tab button {
    width: 50%;
    font-size: 14px;
  }
  .footer {
    text-align: left;
  }
  .offer-section .offer-image-1:nth-child(1) {
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dotted black;
    border-radius: 50%;
    width: 340px;
  }

  .offer-section .offer-image-1:nth-child(2) {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .hidden-lg{
    display:block
  }
}

@media only screen and (max-width: 320px) {
  .navbar-toggler-icon {
    width: 1em;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-lg{
    display:none;
  }
  .hidden-sm{
    display:block;
  }
  .r-youtube-player{
    margin: 3rem 4rem;
  }
}

.course_desc{
  display:flex;
  flex-direction: column;
  justify-content: center;
}

