.readMore {
  cursor: pointer;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: var(--primary);
  text-align: left;

}
.readLess {
  cursor: pointer;
  display: none;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: var(--primary);
  text-align: left;
}

.moreDesc{
  display: none;
}

li {
  font-weight: 400;
  line-height: 28px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

small,
em {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

strong {
  font-weight: 600;
}

h2 {
  color: var(--primary);
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 20px 0;
}


/* Overview  */
 .overview {
    padding: 60px 0;
 }
 .overview ul {
  list-style-type: none;
  margin: 0;
 }
 .overview ul li {
  box-shadow: 2px 4px 4px #00000029;
  padding: 10px 10px 10px 40px;
  margin: 0 0 20px;
  background: #fff url('../images/dot.png') no-repeat left;
  line-height: 28px;
  background-size: 25px;
  background-position-x: 10px;
 }

  /* highlight */
  .highlight {
    padding: 20px 0 0;
  }
  .main-programe {
    gap: 15px;
    margin: 60px 0 0;
  }
  .programme-card {
    margin: 0 0 70px;
    padding: 0 10px;
    border-radius: 5px;
    color: #000;
    background: var(--secondary);
    text-align: center;
    width: 23%;
    position: relative;
    height: 130px;
  }
  .programme-card .blue {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    /* padding: 10px; */
    /* width: 70px;
    height: 70px; */
    /* border-radius: 50%; */
  }
  .programme-card img {
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
    height: 50px;
    top: -32px;
    filter: invert(46%) sepia(100%) saturate(500%) hue-rotate(48deg) brightness(62%) contrast(199%);

  }
  .programme-card h4 {
    font-size: 16px;
  }
  .programme-card p {
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 14px;
  }

/* apply  */

.apply {
  padding: 0 0 30px;
}
.apply ul {
  list-style-type: none;
  margin: 0;
}
.apply ul li {
  box-shadow: 2px 4px 4px #00000029;
  padding: 10px 10px 10px 40px;
  margin: 0 0 20px;
  line-height: 28px;
}

/* Programme */

  /* .programme {
    padding: 40px 0;
  }
  .programme .img-card img{
    border-radius: 50px 0;
  }
  .programme .img-card {
    width: 23%;
    position: relative;
  }
  .programme .img-card:after {
    border-radius: 0 0 50px 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(0, 0, 0, 0.9), transparent);
    pointer-events: none;
  }
  .programme .img-card img {
    width: 100%;
  }
  .programme .img-card .text {
    position: absolute;
    bottom: 10px;
    padding: 0 20px;
    z-index: 20;
  }
  .programme p{
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }
  .programme p strong{
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  } */

/* course-content desktop */
.course-content {
  padding: 30px 0 40px;
}
.course-content .box {
  position: relative;
  /* box-shadow: 2px 2px 12px #00000029; */
  border: 1px solid #ccc;
  background: var(--secondary);
  height: 100%;
  padding: 20px;
  border-radius: 5px;
}
.course-content .col-md-4 {
  margin: 8px 0;
}
.course-content h4 {
  font-size: 16px;
  text-align: left; 
  border-bottom: 2px solid var(--primary);
  padding-bottom: 10px;
}
.course-content p {
  font-size: 14px;
  margin: 0;
}
.accordian_head {
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  position: relative;
  box-shadow: 1px 2px 3px 1px #00000029;
  border-radius: 5px;
  background: var(--secondary);
}
.accordian_box {
  margin: 0 0 20px;
}
.accordian_head::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 30%;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
  background: url('../images/next.png') no-repeat center center;
  background-size: 100% 100%;
}

.accordian_head.active::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.course-content ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
.course-content ul+ul {
  margin: 0;
}
.course-content li {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 0 0 10px;
}
.course-content .moreDesc {
  margin: -10px 0;
}
.course-content p.readLess {
  margin: 15px 0 0;
}
.course-content p.readMore {
  margin: 0;
}

/* times */
.times {
  padding: 20px 0 40px;
}
.times .main-section {
  margin: 20px 0;
}
.times .heading {
  font-size: 18px;
}
.time-card {
  width: 40%;
  border: 1px solid #49722D;
  border-radius: 5px;
}
.time-card > p{
  background: #49722D;
  color: #fff;
}
.time-card div{
  border-top: 1px solid #49722D;
}
.times .container > p {
  text-align: center;
}
.time-card p {
  padding: 20px;
}

/* certiicate */
.certificate {
  padding: 30px 0;
  position: relative;
}
.certificate img {
  width: 520px;
  border-radius: 5px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
  border: 1px solid #49722D;
  border-radius: 5px;
}
.certificate .left{
  background: #49722D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.certificate .left img{
  width: 50px;
  height: 50px;
  border: none;
  filter: brightness(0) invert(1);
  margin: 0;
}
.certificate .right{
  padding: 20px;
  width: 70%;
  display: flex;
  align-items: center;
}
.certificate ul{
  margin: 0;
  padding: 5px 0 10px 30px;
}
.certificate .main-card {
  margin: 20px 0 0;
  gap: 20px;
}
.certificate .top-card{
  border: 1px solid #49722D;
  border-radius: 5px;
  width: 45%;
  display: flex;
  height: 150px;
}

/* New Testimonial */
.testimonials {
  padding: 60px 0 0;
}
.testimonials .testimonialCard {
  padding: 0;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--primary);
  box-shadow: none;
  color: #000;
}

.testimonialCard .img-card {
  background: var(--primary);
  padding: 20px 10px;
  border-radius: 8px 0 0 8px;
  color: #fff;
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.faculty-pagination span {
  background: var(--primary) !important;
}
.faculty-pagination {
  margin: 30px 0 0 !important;
}

.testimonialCard img {
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
  height: 150px;
  width: 140px;
}
.testimonialCard ul {
  margin: 0;
}

.testimonialCard .img-card p {
    margin: 15px 0 0;
  }

.testimonialCard p strong {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.testimonialCard p small {
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  line-height: 20px;
}

.testimonialCard .card-text {
  padding: 20px;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-items: center;
}
.testimonialCard .card-text p {
  margin: 0 0 10px;
}

/* download brochure */
/* .download {
  padding: 150px 0 50px;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)),
    url('../images/bottom.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.download button {
  width: 400px !important;
} */

/* swiper */
.swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: auto;
  margin-top: 15px;
}

.swiper-pagination span {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  padding: 0;
  display: block;
  color: transparent;
  background: #707070;
  border: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--secondary);
}

.swiper-button-next {
  color: var(--secondary);
  right: 0px;
  left: auto;
  top: 100px;
}

.swiper-button-prev {
  color: var(--secondary);
  font-size: 10px !important;
  right: auto;
  left: -2px;
  top: 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--secondary);
  font-size: 18px !important;
  font-weight: 500;
}

/* footer */

footer {
  padding: 80px 0 40px 0;
  text-align: center;
}
footer a {
  cursor: pointer;
  color: var(--primary);
}

footer p {
  color: #000;
}

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

footer img {
  height: 80px;
}

/* participants */
.participants {
  background: #FFF;
  background-size: 100%;
  padding: 50px 0;
}

.participants img {
  height: auto;
}

.participants p {
  color: var(--tertary);
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: center;
  margin: 5px 0 0;
}

  /* tools */
  .tools {
    padding: 60px 0;
  }

  .tools .img-card {
    background: #fff;
    width: 90%;
    height: 160px;
    box-shadow: 4px 4px 12px #00000029;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
  }

  .tools .img-card img{
    width: auto;
  }

  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right {
    background: none;
  }

  .cp-tab-nav {
    justify-content: center;
    position: sticky;
    background: #F8F8F8;
    padding: 10px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    top: 0;
    width: 100%;
    z-index: 30;
    display: flex;
    margin: 0 auto;
    border-radius: 5px;
  }

  /* .sticky-tab {
    position: sticky;
    top: 35px;
    z-index: 100;
    background: #FFF;
  } */

  .margin-up {
    margin-top: 100px !important;
  }

  .cp-tab-nav ul {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 10px;
    margin: 0;
    overflow-x: auto;
    justify-content: flex-start;
    align-items: center;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
  }
  .cp-tab-nav ul::-webkit-scrollbar {
    display: none;
  }
  /* ::-webkit-scrollbar {
    display: none;
  } */
  .cp-tab-nav ul li {
    white-space: nowrap;
    margin: 0;
  }

  .cp-tab-nav ul li a {
    text-decoration: none;
    color:#000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4px;
  }

  .cp-tab-nav ul a.active,
  .cp-tab-nav ul a:hover {
    font-weight: 500;
    color: var(--primary);
    border-bottom: 4px solid var(--primary);
  }
  .modal h5, form h5 {
    color: var(--primary);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin: auto 0;
    background: #E7F4FF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    padding: 8px 5px;
  }

  /* accreditation */
  .accreditation {
    padding: 10px 10px 0;
  }
  .accreditation p {
    color: #000;
    margin: 0 0 20px;
  }
  .accreditation .title{
    margin: 0;
    font-weight: 500;
  }
