#header .logo,
#hero h1,
.nav-menu a,
.section-title h2,
.section-title p {
  font-family: Poppins, sans-serif;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}
#footer .credits a:hover,
#header .logo a,
.cource-details-tabs .nav-link:hover,
.courses .course-content h3 a:hover,
.events .card:hover .card-body .card-title a,
.events .read-more a:hover,
.features .icon-box:hover h3 a,
.nav-menu .active > a,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul li:hover > a,
.nav-menu a:hover,
.nav-menu li:hover > a,
.trainers .member .social a:hover,
a {
  color: #5fcf80;
}
a:hover {
  color: #86db9f;
  text-decoration: none;
}
#hero .btn-get-started,
.counts .counters p,
.pricing .btn-buy,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 90px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #5fcf80;
  color: #fff;
  transition: 0.4s;
}
.mobile-nav-toggle i,
.nav-menu a {
  color: #37423b;
}
.about .content .learn-more-btn:hover,
.back-to-top i:hover,
.get-started-btn:hover {
  background: #3ac162;
  color: #fff;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5fcf80;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: 1s linear infinite animate-preloader;
  animation: 1s linear infinite animate-preloader;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#header {
  background: #fff;
  transition: 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0 0 18px rgba(55, 66, 59, 0.08);
}
#header .container {
  max-width: 1380px !important;
}
#header .logo {
  font-size: 32px;
  margin: 0 20px;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header .logo img {
  max-height: 65px;
}
.mobile-nav *,
.nav-menu ul,
.primary-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a,
.nav-menu .drop-down ul a {
  color: #37423b;
  padding: 10px 20px;
  font-weight: 500;
}
.nav-menu > ul {
  display: flex;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}
.nav-menu a {
  display: block;
  position: relative;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  font-size: 14px;
  text-transform: none;
}
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.mobile-nav .drop-down > a,
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.nav-menu .nav-fee-btn a:hover {
  color: #fff;
}

.nav-menu .nav-fee-btn {
  padding: 0px 0 10px 24px;
  color: #fff;
}

.nav-menu .nav-fee-btn:hover {
  color: #fff;
}

.nav-menu .nav-fee-btn a {
  background-color: #e23f3f;
  padding: 0.4rem 0.8rem;
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
.get-started-btn {
  margin-left: 22px;
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.scroll-left {
  height: 50px;
  overflow: hidden;
  position: relative;
  background: #ab1f24;
  color: #fff;
  border: 1px solid #ab1f24;
  bottom: -100px;
}
.scroll-left p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
  transform: translateX(100%);
  animation: 10s linear infinite scroll-left;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.mobile-nav-toggle {
  position: fixed;
  top: 35px;
  right: 20px;
  z-index: 9998;
  border: 0;
  background: 0 0;
  font-size: 24px;
  transition: 0.4s;
  outline: 0 !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav,
.mobile-nav-overly {
  transition: 0.2s ease-in-out;
  position: fixed;
}
.mobile-nav {
  top: 65px;
  right: 41px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
.mobile-nav a {
  display: block;
  position: relative;
  outline: 0;
}
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #5fcf80;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  background: rgba(32, 38, 34, 0.6);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i,
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.mobile-nav .nav-fee-btn {
  padding: 10px 0 10px 18px;
  color: #fff;
  width: max-content;
}

.mobile-nav .nav-fee-btn:hover {
  color: #fff;
}

.mobile-nav .nav-fee-btn a {
  background-color: #e23f3f;
  padding: 0.4rem 0.8rem;
  color: #fff;
  border-radius: 4px;
}

#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/mile-new-banner.jpg") 0 0 / cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  padding-top: 72px;
}
#hero h1,
#hero h3 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin: 10px 0 0;
  font-size: 24px;
}
#hero p {
  position: absolute;
  bottom: -130px;
  left: -80px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
#hero .btn-get-started {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #5fcf80;
  border: 2px solid #5fcf80;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
section {
  padding: 10px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f6f7f6;
}
.about .content ul li,
.section-title {
  padding-bottom: 10px;
}
.breadcrumbs,
.counts {
  padding: 30px 0;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaa;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}
.section-title h1,
.section-title h3,
.section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  color: #37423b;
}
.breadcrumbs {
  /* margin-top: 73px; */
  text-align: center;
  background: #5fcf80;
  color: #fff;
}
.breadcrumbs h1,
.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}
.breadcrumbs p,
.why-us .content .more-btn i {
  font-size: 14px;
}
.breadcrumbs p,
.cource-details-tabs .details p:last-child {
  margin-bottom: 0;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5fcf80;
}
.about .content .learn-more-btn {
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.blog-justify {
  text-align: justify;
}
.counts .counters span {
  font-size: 48px;
  display: block;
  color: #5fcf80;
  font-weight: 700;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #37423b;
}
.why-us .content {
  padding: 30px;
  background: #5fcf80;
  border-radius: 4px;
  color: #fff;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
.portfolio .portfolio-item,
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px;
  color: #fff;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}
.why-us .content .more-btn:hover {
  color: #5fcf80;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  border: 1px solid #eef0ef;
}
.why-us .icon-boxes .icon-box i {
  font-size: 32px;
  padding: 18px;
  color: #5fcf80;
  margin-bottom: 30px;
  background: #ecf9f0;
  border-radius: 50px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
#footer .footer-top .footer-links ul li:first-child,
.features,
.flashing-banner {
  padding-top: 0;
}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #eef0ef;
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.courses .course-content h3 a,
.events .card-title a,
.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus,
.events .card:hover .card-body,
.features .icon-box:hover {
  border-color: #5fcf80;
}
.courses .course-item {
  border-radius: 5px;
  border: 1px solid #eef0ef;
}
.courses .course-content {
  padding: 15px;
}
.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}
.courses .course-content p {
  font-size: 14px;
  color: #777;
}
.courses .course-content h4 {
  font-size: 14px;
  background: #5fcf80;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}
.courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #37423b;
}
.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}
.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}
.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6c60;
}
.courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}
.trainers .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #eef0ef;
}
.trainers .member img {
  margin: -1px -1px 30px;
}
.trainers .member .member-content {
  padding: 0 20px 30px;
}
.trainers .member h1,
.trainers .member h2,
.trainers .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.trainers .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.trainers .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaa;
}
.trainers .member .social {
  margin-top: 15px;
}
.trainers .member .social a {
  color: #7e9486;
  transition: 0.3s;
}
.trainers .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  border: 1px solid #eef0ef;
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c1ecce;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto;
}
.testimonials .owl-dots,
.testimonials .owl-nav {
  margin-top: 5px;
  text-align: center;
}
.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.testimonials .owl-dot.active {
  background-color: #5fcf80 !important;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
.course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.course-details h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}
.course-details h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #5fcf80;
  bottom: 0;
  left: 0;
}
.course-details .course-info {
  background: #f6f7f6;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: Poppins, sans-serif;
}
.course-details .course-info p {
  margin: 0;
  font-weight: 600;
}
.course-details .course-info a {
  color: #657a6d;
}
.cource-details-tabs {
  overflow: inherit;
  padding-top: 0;
}
.cource-details-tabs .nav-tabs {
  border: 0;
}
.cource-details-tabs .nav-link {
  border: 0;
  padding: 12px 15px 5px 0;
  transition: 0.3s;
  color: #37423b;
  border-radius: 0;
  border-right: 2px solid #e2e7e4;
  font-weight: 600;
  font-size: 15px;
  word-break: break-word;
}
.cource-details-tabs .nav-link.active {
  color: #5fcf80;
  border-color: #5fcf80;
}
.cource-details-tabs .tab-pane.active {
  -webkit-animation: 0.5s ease-out fadeIn;
  animation: 0.5s ease-out fadeIn;
}
.cource-details-tabs .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #37423b;
}
.cource-details-tabs .details p {
  color: #111;
  font-family: "Trebuchet MS";
}
@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
  #hero .container {
    padding-top: 62px;
  }
  .breadcrumbs {
    margin-top: 63px;
  }
  .cource-details-tabs .nav-link {
    border: 0;
    padding: 15px;
  }
  .cource-details-tabs .nav-link.active {
    color: #fff;
    background: #5fcf80;
  }
}
.events .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}
.events .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}
.card-img img,
.events .card-img img {
  max-width: 100%;
  transition: 0.3s ease-in-out;
}
.events .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}
.events .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.events .card-text {
  color: #5e5e5e;
}
.events .read-more a {
  color: #777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}
.events .card:hover img {
  transform: scale(1.1);
}
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #eef0ef;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.pricing .btn-wrap,
.pricing h3 {
  padding: 20px 15px;
  background: #f8f8f8;
}
.pricing h3 {
  margin: -20px -20px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #777;
}
.pricing h4 {
  font-size: 36px;
  color: #5fcf80;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #5fcf80;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i,
.pricing .advanced,
.pricing .btn-buy,
.pricing .featured h3 {
  color: #fff;
  background: #5fcf80;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px;
  text-align: center;
}
.pricing .btn-buy {
  display: inline-block;
  padding: 8px 35px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}
#footer .footer-newsletter form input[type="submit"]:hover,
.contact .php-email-form button[type="submit"]:hover,
.pricing .btn-buy:hover {
  background: #3ac162;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px;
}
.contact {
  padding-top: 5px;
}
.contact .info,
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #5fcf80;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecf9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37423b;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: 1s linear infinite animate-loading;
  animation: 1s linear infinite animate-loading;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
  background: #5fcf80;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#footer {
  color: #37423b;
  font-size: 14px;
  background: #eef0ef;
}
#footer .footer-top {
  padding: 60px 0 30px;
  background: #f9faf9;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  color: #777;
}
#footer .footer-newsletter h4,
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5fcf80;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.awardcard,
.side-menu {
  flex-direction: column;
  display: flex;
  padding-top: 1rem;
}
#footer .footer-top .footer-links ul a {
  color: #777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5fcf80;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: #5fcf80;
  font-size: 16px;
  padding: 0 20px 2px;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}
#footer .credits a {
  color: #3ac162;
  transition: 0.3s;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5fcf80;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #3ac162;
  color: #fff;
  text-decoration: none;
}
.side-menu {
  position: fixed;
  right: 0;
  top: 45px;
  z-index: 99999;
  height: calc(100vh - 95px);
}
.side-menu ul li a {
  display: flex;
  padding: 10px !important;
  transform: rotate(90deg);
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
}
.side-menu ul li {
  list-style: none;
  height: 156px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-menu ul .sidebtn1 {
  background: #ec5826;
  height: 65px;
}
.side-menu ul .sidebtn2 {
  height: 140px;
  background: #0b8043;
}
.side-menu ul .sidebtn3 {
  background: #302f80;
  height: 170px;
}
.side-menu ul .sidebtn3 a {
  padding: 0 0 5px 15px;
}
.side-menu ul .sidebtn4 {
  background: #ab1f24;
  height: 120px;
}
.side-menu ul {
  list-style: disc;
}
.side-menu ul .sidebtn4 a {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .side-menu {
    top: 85px;
  }
}
#desk p {
  text-align: justify;
}
#rcorners1 {
  border-radius: 15px 50px 30px 5px;
  background: #ec5826;
  padding: 12px;
  width: 242px;
  height: 65px;
}
.awardcard {
  position: relative;
  min-width: 0;
  overflow-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}
#faq ol li,
#reqdoc li,
#reqdoc1 ol li,
#reqdoc2 ol b li {
  padding: 1%;
}
#partner {
  padding-left: 213px;
}
#inter {
  background-color: #ec5826;
  color: #fff;
}
#popular-courses .card {
  border: none;
}
@media (max-width: 768px) {
  .about .content .learn-more-btn,
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
  .scroll-left {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #ab1f24;
    color: #fff;
    border: 1px solid #ab1f24;
    bottom: -120px;
  }
  .scroll-left p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    transform: translateX(100%);
    animation: 10s linear infinite scroll-left;
  }
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #hero p {
    position: static;
    font-size: 16px;
    margin-top: 10px;
  }
  #popular-courses .card {
    margin-right: 0;
    margin-left: 0;
  }
  section {
    margin-right: 45px;
  }
  #hero .btn-get-started {
    margin-left: 0 !important;
  }
  .side-menu ul li {
    height: 140px;
  }
  .side-menu ul li a {
    padding: 25px 0 25px 20px;
  }
  .side-menu ul .sidebtn3 a {
    padding: 0 0 5px 5px;
  }
  .section-title h2 {
    line-height: 20px;
  }
}

.portfolio .portfolio-container div .Advisory-card-heading {
  margin: 1rem 0 0 0;
  font-size: 20px;
  font-weight: bold;
  font-family: "poppins";
}

.portfolio .portfolio-container div .Advisory-card-position {
  font-size: 20px;
  font-family: "poppins";
  font-weight: 400;
  line-height: 1.4;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
  color: #fff;
  background: #e03a3c;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: 0.3s ease-in-out;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap:hover .portfolio-info,
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.modal-header .close {
  padding: 32px 20px;
  font-size: 35px;
}
.primary-list li {
  position: relative;
  padding-left: 24px;
}
.primary-list li + li {
  margin-top: 8px;
}
.primary-list li i {
  position: absolute;
  left: 0;
  top: 3.5px;
  color: #5fcf80;
  font-size: 18px;
  line-height: 1;
}
.features img,
.flashing-banner img {
  max-width: 100%;
}
.key-highlights-block {
  padding: 16px;
  border-radius: 6px;
  font-size: 13px;
  height: 100%;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
#tab-9 .img-thumbnail {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#msme img {
  max-height: 600px;
}
.media-gallery a {
  box-shadow: silver 0 28px 71px;
  border: 3px solid #5fcf80;
  height: 271px;
  display: block;
}
.media-gallery a .portfolio-wrap,
.msme-banner .container,
.msme-banner .row {
  height: 100%;
}
.media-gallery a .portfolio-wrap img {
  height: auto;
  width: 100%;
  background-size: cover;
}
.timeline {
  list-style: none;
  padding: 20px 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:after,
.timeline > li:before {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #302f80;
  z-index: 100;
  border-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.courses table td,
.courses table th {
  border: 1px solid #b1b1b1;
  padding: 4px;
  font-size: 12px;
}
.timeline-badge.primary {
  background-color: #ec5826 !important;
}
.timeline-badge.success {
  background-color: #ab1f24 !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  font-weight: 800;
  color: #ab1f24;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-family: "Trebuchet MS";
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-badge i {
  font-size: 28px;
}
.courses h1,
.msme-about-us .services .wrap p {
  font-size: 18px;
  text-align: center;
}
.sticky-top {
  position: sticky;
  top: 120px;
}
.courses table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
}
.courses table th {
  background: #f05624;
  color: #fff;
  text-align: center;
}
.courses h1 {
  margin: 0;
  font-weight: 700;
}
.courses h2,
.servises-list li p {
  font-size: 14px;
  font-weight: 600;
}
.courses h2 {
  text-align: center;
  margin: 0 0 20px;
}
.courses p {
  font-size: 12px;
  margin: 0 0 4px;
  font-weight: 600;
}
.associations,
.event,
.servises-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.servises-list li {
  list-style: none;
  width: 25%;
  text-align: center;
}
.servises-list img {
  width: 60px;
}
.servises-list .board {
  width: 100px;
  border-radius: 50%;
  height: 100px;
  border: 2px solid #000;
  object-fit: contain;
}
.event li {
  list-style: none;
  width: 50%;
  text-align: center;
  padding: 10px;
}
.event li img {
  width: 100%;
  height: 100%;
  border: 2px solid #61d081;
}
.associations li {
  list-style: none;
  width: 33%;
  text-align: center;
  padding: 10px;
}
.associations li img {
  width: 150px;
}
@media (max-width: 767px) {
  .associations li,
  .servises-list li {
    list-style: none;
    width: 50%;
    text-align: center;
  }
  .associations li img {
    width: 120px;
  }
  section.cource-details-tabs,
  section.portfolio {
    margin-right: 0;
  }
}
.msme-banner {
  height: 100vh;
  padding-bottom: 30px;
  background-size: cover;
  background-image: url("../img/msme.jpg");
}
.msme-banner h1 {
  font-weight: 700;
  margin-top: auto;
  font-size: 42px;
  line-height: 125%;
  color: #fff;
}
.msme-banner .logo {
  background-color: #fff;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.msme-banner .logo img {
  width: 160px;
  display: block;
}
.msme-form {
  background: #fff;
  box-shadow: 8px 4px 4px rgba(0, 0, 0, 0.39);
  border-radius: 33px;
  padding: 30px;
}
.msme-form label {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #000;
}
.msme-form input {
  border: none;
  background: #ededed;
  border-radius: 6px;
}
.msme-form input:focus {
  border: none;
  box-shadow: none;
  background: #ededed;
}
.msme-form button {
  width: 100%;
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  display: block;
  background: #bc1017;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  border: none;
  height: 45px;
}
.msme-spacing {
  padding: 50px 0;
}
.msme-heading {
  background: linear-gradient(86.53deg, #2e3180 6.74%, #597bd5 98.85%);
  -webkit-background-clip: text;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.msme-footer,
.msme-heading.secondary {
  background: linear-gradient(89.73deg, #2e3180 0, #597bd5 104.8%);
}
.msme-heading.secondary {
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  background-clip: inherit;
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
}
.msme-about-us p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #000;
}
.msme-about-us img {
  display: block;
  max-width: 100%;
}
.msme-about-us .services {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 16px;
  justify-content: center;
}
.msme-about-us .services .wrap {
  width: calc((100% - 48px) / 4);
  padding: 10px;
  border-radius: 4px;
  border: 5px solid transparent;
}
.msme-about-us .services .wrap:hover {
  border-color: rgba(0, 0, 0, 0.05);
}
.msme-about-us .services .wrap span {
  margin-bottom: 0.5rem;
  display: block;
}
.msme-about-us .services .wrap span img {
  display: block;
  height: 80px;
  margin: 0 auto;
}
.msme-about-us ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.msme-about-us ol li {
  font-size: 20px;
}
.msme-about-us ol li + li {
  margin-top: 0.5rem;
}
.events-conducted img {
  width: 100%;
  margin-top: 30px;
}
.advisory {
  text-align: center;
}
.advisory img {
  width: 130px;
  height: 130px;
  display: block;
  margin: 40px auto 10px;
}
.advisory p {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 16px;
}
.advisory span {
  font-size: 16px;
  margin: 0;
  display: block;
}
.msme-footer {
  height: 20px;
}
@media screen and (max-width: 767px) {
  .msme-banner {
    height: auto;
  }
  .msme-form {
    margin-top: 20px;
    border-radius: 2px;
    padding: 20px;
  }
  .msme-banner .logo img {
    margin: 0 auto;
    max-width: 100%;
  }
  .msme-form button,
  .msme-form label {
    font-size: 14px;
  }
  .msme-banner .logo {
    width: 160px;
    margin: 0 auto 20px;
  }
  .msme-banner h1 {
    font-size: 18px;
    text-align: center;
  }
  .msme-heading {
    font-size: 24px;
  }
  .msme-about-us .services .wrap p,
  .msme-about-us ol li,
  .msme-about-us p {
    font-size: 16px;
  }
  .msme-footer {
    margin-top: 50px;
    height: 10px;
  }
  .events-conducted img {
    margin-top: 15px;
  }
  .msme-spacing {
    padding-bottom: 0;
  }
  .msme-about-us .services {
    margin-top: 30px;
  }
  .msme-about-us .services .wrap span img {
    height: 60px;
  }
  .msme-about-us .services .wrap {
    width: 100%;
    padding: 0;
    border: none;
  }
}

/* 
  background: #e4a837;
} */

/* Mithun9818 */
.title-running ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.title-running ul li {
  list-style: none;
}
.title-running ul li a {
  font-size: 14px;
  color: #fff;
  border-right: 1px solid #fff;
  height: 25px;
  display: block;
  padding: 0 16px;
  margin: 8px 0;
  font-weight: 700;
  letter-spacing: 1px;
}
.title-running ul li:last-child a {
  border-right: none;
}

.title-running {
  background: #f05624;
}
.title-running ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.title-running ul li {
  list-style: none;
}
.title-running ul li a {
  font-size: 14px;
  color: #fff;
  border-right: 1px solid #fff;
  height: 25px;
  display: block;
  padding: 0 16px;
  margin: 8px 0;
  font-weight: 700;
  letter-spacing: 1px;
}

.pankaj-jounary {
  border: 1px solid #e2e2e2;
  padding: 14px;
  border-radius: 10px;
  margin: 60px 0px;
}

.pankaj-jounary h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px; /* 130% */
  margin-left: 10px;
}
.pankaj-jounary .cource-details-tabs .nav-link {
  border-radius: 12px;
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.pankaj-jounary .cource-details-tabs .nav-link.active {
  border-radius: 12px;
  background: #5fcf80;
  color: #191919;
}

@media (max-width: 767px) {
  .pankaj-jounary h2 {
    font-size: 20px;
  }
  .pankaj-jounary {
    padding: 10px;
  }
  .pankaj-jounary .cource-details-tabs .nav-link {
    font-size: 14px;
    padding: 10px;
  }
}

.stay-connected {
  margin-top: 1rem !important;
  display: flex;
  justify-content: center;
}
.stay-connected ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.stay-connected ul li {
  margin-right: 1rem;
  margin-bottom: 1rem;
  list-style: none;
}
.stay-connected ul li + li {
  margin-top: 0;
}
.stay-connected ul li a {
  background: transparent;
  border: 1px solid #5fcf80;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #444;
  width: 48px;
  font-size: 24px;
  transition: 0.3s ease-in-out all;
}
.stay-connected ul li a:hover {
  text-decoration: none;
  background: #5fcf80;
  color: #fff;
}

.lexi-advantages {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.lexi-advantages h1 {
  color: #154889;
  font-family: "Poppins", serif;
  font-weight: 800;
}

.lexi-advantages h3 {
  color: #154889;
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 0.4rem;
}

.lexi-advantages .heading::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 0.5rem;
  background-color: red;
}

.lexi-advantages .pointers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 3rem 5rem 0rem 0rem;
  gap: 2rem;
}

.lexi-advantages .number {
  background-color: #154889;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.lexi-advantages .number p {
  color: #ffff;
  font-family: "Barlow", serif;
  font-size: 5rem;
  font-weight: 800;
  margin: 0;
  height: fit-content;
}

.lexi-advantages .para p {
  font-family: "Barlow", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

#admission-process .steps img {
  width: 100%;
}
/* 
.tab-content #admission-process .right-arrow1 {
  position: absolute;
  left: 37%;
  top: 21.5%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgb(152 221 14);
  clip-path: polygon(
    0% 20%,
    30% 20%,
    30% 0,
    100% 50%,
    30% 100%,
    29% 80%,
    0% 80%
  );
}

.tab-content #admission-process .right-arrow2 {
  position: absolute;
  left: 61%;
  top: 21.5%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgb(152 221 14);
  clip-path: polygon(
    0% 20%,
    30% 20%,
    30% 0,
    100% 50%,
    30% 100%,
    29% 80%,
    0% 80%
  );
}

.tab-content #admission-process .left-arrow1 {
  position: absolute;
  left: 60%;
  top: 36.5%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgb(152 221 14);
  clip-path: polygon(
    70% 0,
    70% 20%,
    100% 20%,
    100% 80%,
    70% 80%,
    70% 100%,
    0% 50%
  );
}

.tab-content #admission-process .left-arrow2 {
  position: absolute;
  left: 36.5%;
  top: 36.5%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgb(152 221 14);
  clip-path: polygon(
    70% 0,
    70% 20%,
    100% 20%,
    100% 80%,
    70% 80%,
    70% 100%,
    0% 50%
  );
}

.tab-content #admission-process .connection {
  position: absolute;
  left: 83.5%;
  top: 22%;
  width: 3rem;
  height: 15rem;
  background-color: rgb(152 221 14);
  clip-path: polygon(
    0% 0%,
    100% 0,
    100% 100%,
    1% 100%,
    0 98%,
    88% 98%,
    88% 2%,
    0 2%
  );
} */

#tab-18 h3 {
  font-family: "Poppins", serif;
  font-weight: 700;
  color: rgba(166, 15, 15, 0.816);
  margin-bottom: 5rem;
}

#tab-18 h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 13%;
  height: 0.3rem;
  background-color: red;
  margin-top: 0.5rem;
}

#tab-18 .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}

#tab-18 .container .facultytab,
#tab-18 .container .guestTab {
  border: 2px solid rgba(0, 0, 0, 0.15);
  width: 23rem;
  font-family: "Poppins", serif;
}

#tab-18 .container .facultytab ul,
#tab-18 .container .guestTab ul {
  padding-left: 5rem;
  font-size: 1.1rem;
}

#tab-18 .container .facultytab ul li,
#tab-18 .container .guestTab ul li {
  font-family: "Poppins", serif;
}

#tab-18 .container h2 {
  background-color: rgba(166, 15, 15, 0.816);
  color: white;
  font-size: 1.5rem;
  text-wrap: nowrap;
  font-weight: 700;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tab-17 {
  background-color: #03003dd4;
}

#tab-17 h3 {
  text-align: center;
  padding: 1rem;
  color: white;
  font-weight: 900;
  padding-top: 4rem;
  padding-bottom: 0rem;
}

#tab-17 .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: red;
  color: white;
  margin: 0;
  padding: 1rem;
  height: 4rem;
}

#tab-17 .card-body h5 {
  font-size: 1rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#tab-17 .card-body p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-wrap: wrap;
  text-align: center;
}
/* 
.tab-content #admission-process {
  background-image: url(/assets/img/AdmissionBcgImage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90rem;
}

.tab-content #admission-process h3 {
  font-family: "Poppins", serif;
  font-weight: 700;
  color: rgba(166, 15, 15, 0.816);
}

.tab-content #admission-process h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 13%;
  height: 0.3rem;
  background-color: red;
  margin-top: 0.8rem;
}

.tab-content #admission-process .hexagonBoxContainer {
  position: relative;
  width: 10rem;
  height: 10rem;
  background-color: rgba(244, 244, 244, 0.932);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(-1px 6px 3px rgb(50, 50, 0));
}

.tab-content #admission-process .hexagonBox {
  position: absolute;
  width: 9rem;
  height: 9rem;
  background-color: rgb(254, 202, 129);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content #admission-process .hexagonBox p {
  text-align: center;
  text-wrap: wrap;
  font-family: "Poppins", serif;
  font-weight: 700;
}

.tab-content #admission-process .steps {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  padding: 0rem 7rem;
}

.tab-content #admission-process .steps .firstline {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.tab-content #admission-process .steps .step p {
  text-align: center;
  font-family: "Poppins", serif;
  font-weight: 500;
  margin-bottom: 0;
}

.tab-content #admission-process .steps .Secondline {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
} */
#tab-2 .keyHighlighs {
  background-image: url(/assets/img/KeyHighlightsBCG.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /* Ensures background fills container */
  min-height: 100vh; /* Adjust height dynamically */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

#tab-2 .keyHighlighs h3 {
  text-align: center;
  font-family: poppins, sans-serif;
  background-color: #fff;
  color: rgb(190, 5, 5);
  font-weight: 700;
  padding: 0.5rem 1rem;
}

#tab-2 .keyHighlighs .mainContentBox {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#tab-2 .keyHighlighs .contentBox {
  height: auto;
  min-height: 6rem; /* Allow flexible height */
  background-color: #a61e22;
  color: #fff;
  text-align: center;
  word-wrap: break-word; /* Ensures text wraps */
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: poppins, sans-serif;
  font-weight: 500;
  padding: 1rem;
}

/* Responsive Fixes */
@media (max-width: 992px) {
  #tab-2 .keyHighlighs {
    background-position: center;
    background-size: cover;
    padding: 2rem 1rem;
  }

  #tab-2 .keyHighlighs .mainContentBox {
    flex-direction: column;
    gap: 0.5rem;
  }

  #tab-2 .keyHighlighs .contentBox {
    width: 100%; /* Full width on smaller screens */
    min-height: 5rem;
  }
}

.tab-content #tab-3 ul {
  list-style: circle;
}

.secondContentbelow {
  padding-left: 5rem;
}

.tab-content #tab-3 h1 {
  font-weight: 900;
  font-size: large;
  padding-bottom: 0.5rem;
}

.tab-content #tab-3 .nav-tabs {
  padding-left: 2rem;
}

.tab-content #tab-3 li h1 {
  font-size: 1rem;
  margin-bottom: 0;
}

.tab-content #tab-3 li p {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}

.bank-partner {
  border: 1px solid #154889;
  text-align: center;
}

.bank-partner h3 {
  font-size: 20px;
  background: #154889;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.bank-partner img {
  width: 220px;
  height: 130px;
  object-fit: contain;
  padding: 10px 40px;
}

.about #intershipPara {
  font-family: "Barlow", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.about #BoxContainer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 90%;
  margin-top: 3rem;
}

.about #BoxContainer .mainBox {
  display: flex;
  justify-content: space-around;
}

.about #BoxContainer .Box {
  background-color: rgba(41, 41, 171, 0.781);
  height: 9rem;
  width: 20rem;
  color: white;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0.7;
}

.about #BoxContainer .Box .amount {
  font-size: 2rem;
  font-weight: 700;
  color: #c9c9f7;
}

.internship .imagecontainer {
  mix-blend-mode: multiply;
}

#groupOfComapnies h1 {
  font-weight: 700;
  margin-top: 4rem;
}

#groupOfComapnies .firstRow .imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
}

#groupOfComapnies .secondRow .imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  margin-top: 3rem;
}

#groupOfComapnies .firstRow img {
  width: 18rem;
}

#groupOfComapnies .secondRow {
  width: 80%;
  padding-left: 2rem;
}

#groupOfComapnies .secondRow img {
  width: 15rem;
}

#groupOfComapnies .imageContainer img .about .content h2,
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

#tab-19 #modules h4 {
  font-weight: 800;
  display: block;
}

#tab-19 #modules img {
  width: 4rem;
}

#tab-19 #modules p {
  width: 7rem;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 1rem;
}

#tab-19 h5 {
  font-weight: 700;
  font-size: 1.1rem;
}

#tab-19 .induction h4 {
  margin-top: 2rem;
  font-size: 1rem;
}

#tab-19 .induction img {
  padding: 0 1rem 0 3rem;
  margin-top: 3rem;
  width: 80%;
}

#tab-19 .induction ul li {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

#tab-19 #pointers h4 {
  margin-bottom: 1.5rem;
}

#tab-19 #pointers ul {
  padding-left: 1.4rem;
  font-size: 0.9rem;
}

#tab-19 #globalStartUp {
  padding-left: 1rem;
  margin-top: 2rem;
  width: 100%;
  max-width: 50rem;
}

#tab-19 #globalStartUp ul {
  list-style-type: decimal;
  margin: 0.8rem 0 3rem 0;
  padding-left: 1.5rem;
  font-size: 0.9rem;
}

#tab-19 #globalStartUp #leftcontainer {
  border-right: 1px solid rgba(128, 128, 128, 0.485);
  height: 18rem;
}

#tab-19 #globalStartUp #rightContainer {
  padding-left: 5rem;
}

.custom-table {
  width: 90%; /* Makes the table wider on larger screens */
  max-width: 80rem; /* Prevents excessive width */
  margin-top: 1.5rem;
  white-space: nowrap; /* Prevents text from wrapping */
}

.custom-table thead tr {
  background-color: #d9d9d9;
}

.custom-table th,
.custom-table td {
  padding: 1rem; /* Adds space inside cells */
  white-space: nowrap; /* Ensures text does not wrap */
}

@media (max-width: 768px) {
  .custom-table {
    width: 100%; /* Makes the table full-width on smaller screens */
  }
}

@media (max-width: 768px) {
  .maincontainer {
    padding: 1rem; /* Reduce padding for smaller screens */
  }

  .maincontainer img {
    max-width: 100%;
    height: auto;
  }

  .content {
    flex-direction: column-reverse;
  }

  .content .col-md-6 {
    text-align: center;
  }
}
#tab-21 h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}

#tab-21 p {
  font-size: 0.95rem;
  line-height: 1.6rem;
}

#tab-21 #headingSupplyChain {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

#tab-21 #headingSupplyChain h4 {
  color: #8a8a8a;
  width: 22rem;
  height: 4.5rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 2.3rem;
  border-right: 4px solid #8a8a8a8c;
  padding-bottom: 1rem;
}

#tab-21 #headingSupplyChain img {
  width: 15rem;
  padding-bottom: 0.9rem;
}

#tab-21 .maincontainer .content div {
  padding-left: 1.2rem;
}

#tab-21 .maincontainer .content p {
  font-size: 0.9rem;
}

#tab-21 .systemThnking,
#tab-21 #ShikrapurTraffic,
#tab-21 #community {
  display: flex;
  height: 6rem;
}

#tab-21 .systemThnking h4 {
  color: #8a8a8a;
  width: 12rem;
  height: 4.5rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 2.3rem;
  border-right: 4px solid #8a8a8a8c;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

#tab-21 .systemThnking img {
  padding-left: 1rem;
}

#tab-21 #ShikrapurTraffic h4 {
  color: #8a8a8a;
  width: 22rem;
  height: 5rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 2.3rem;
  border-right: 4px solid #8a8a8a8c;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-right: 1rem;
}

#tab-21 #ShikrapurTraffic img,
#tab-21 #community img {
  padding: 0.6rem;
  margin-top: 0.5rem;
}

#tab-21 #community h4 {
  color: #8a8a8a;
  width: 16rem;
  height: 5rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 2.3rem;
  border-right: 4px solid #8a8a8a8c;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  #tab-21 .maincontainer .content div {
    padding-left: 0;
  }

  #tab-21 #headingSupplyChain h4,
  #tab-21 #ShikrapurTraffic h4 {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 0 0.8rem 0 0;
    margin: 0;
    width: 8rem;
  }

  #tab-21 #headingSupplyChain img,
  #tab-21 #ShikrapurTraffic img {
    width: 4rem;
  }

  #tab-21 .maincontainer .content p {
    text-align: left;
  }
}
