/* reset css */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
hr {
  background: var(--primary);
  opacity: 0.75;
}
.readMore {
  cursor: pointer;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: #7ED709;
  text-align: left;

}
.readLess {
  cursor: pointer;
  display: none;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: #7ED709;
  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: #000;
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 20px 0;
}
h2 span {
  font-family: "Playfair Display", serif;
}

.banner .form_box {
  background-color: #fff;
  padding: 25px;
  color: #393D3E;
  border-radius: 10px;
  position: relative;
  width: 85%;
}

.form-section .form_box {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
}

.banner .form_box p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 26px;
}

.banner .form_box input[type=submit] {
  margin: 10px auto 0;
}

/* Overview  */
 .overview {
  padding: 60px 0;
 }
 .overview p + p {
  margin: 10px 0 0;
 }

/* course-content desktop */
.course-content {
  padding: 20px 0;
}
.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 0 0 -25px;
}
.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: 20px;
  top: 40%;
  width: 12px;
  height: 16px;
  transition: all 0.2s ease-in-out;
  background: url('../images/arrow.webp') 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;
}

/* eligibility */
.eligibility {
  padding: 20px 0 40px;
}
.eligibility ul{
  padding: 0;
  list-style-type: none;
  width: 80%;
}
.eligibility ul li {
  padding: 0 0 0 30px;
  background: url('../images/circle.webp') no-repeat left 7px;
  background-size: 15px;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 24px;
}

/* expert */
.expert {
  padding: 20px 0;
  color: #fff;
  background: linear-gradient(259deg,rgba(24, 69, 59, 1) 0%, rgba(31, 84, 72, 1) 0%, rgba(93, 212, 184, 1) 100%);
}

.expert img{
  display: block;
  width: 3px;
}

.expert p{
  font-weight: 300;
}

.expert p strong{
  font-weight: 600;
}

/* 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;
}

/* form */
.form_box h3 {
  text-align: center;
  color: var(--primary);;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form_box .form-control {
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  color: #686868;
  border: 1px solid #C6C3C3;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}

.form_box .form-control:focus {
  box-shadow: none;
  border: 1px solid #999;
  transition: all 0.3s ease-in-out;
}

.form_box .form-control::placeholder {
  color: #686868
}

.form_box .form-control:-moz-placeholder {
  color: #686868
}

.single-input {
  font-size: 11px;
  color: #686868;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.single-input input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 5px;
}

.single-input a {
  color: #fff;
}

/* 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: 50px;
  width: auto;
}

/* 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;
}

/* down area */
.down-area {
  color: #fff;
  background: linear-gradient(259deg,rgba(24, 69, 59, 1) 0%, rgba(31, 84, 72, 1) 0%, rgba(93, 212, 184, 1) 100%);
}
.down-area img{
  width: auto;
  margin: 0 15px 0 0;
}
.vertical-line {
  display: block !important;
  margin: 0 auto !important;
}
.down-area p {
  font-size: 18px;
  font-weight: 300;
}
.down-area p strong{
  font-weight: 600;
}

/* duration */
.duration {
  padding: 30px 0;
}
.duration img {
  width: auto;
  display: block;
  margin: 0 15px 0 0;
}
.duration .left, .duration .right {
  background: url('../images/card-bg.webp') no-repeat center center;
  background-size: 100% 100%;
  width: 45%;
  height: 460px;
  padding: 20px 40px;
}
.duration .left-card, .duration .right-card  {
  border: 1px solid rgba(39, 111, 95, 0.5);
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  width: 180px;
}
.duration ul{
  padding: 0;
  list-style-type: none;
  width: 80%;
}
.duration ol {
  list-style-type: none;
  width: 80%;
}
.duration ul li {
  padding: 0 0 0 30px;
  background: url('../images/circle.webp') no-repeat left 6px;
  background-size: 15px;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 24px;
}
.duration ol li {
  padding: 0 0 0 25px;
  background: url('../images/arrow.webp') no-repeat left 6px;
  background-size: 10px;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 24px;
}
.duration h4 {
  font-size: 20px;
  line-height: 32px;
}
.duration .main-card {
  margin: 0 0 30px;
}
.duration .set-bottom {
  margin: 0 0 20px;
}

/* timeslines */
.timeslines {
  padding: 40px 0;
}
.timeslines .table {
  width: 50%;
}
.timeslines .custom-thead{
  background: var(--secondary);
}

/* evaluation */
.evaluation {
  padding: 0 0 100px;
}
.evaluation .e-card {
  background: url('../images/small-card.webp') no-repeat center center;
  background-size: 100% 100%;
  padding: 30px 20px;
  width: 30%;
  text-align: center;
}

/* certificate */
.certificate {
  padding: 50px 0;
  background: url('../images/certificate-bg.webp') no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}
.certificate img {
  width: 500px;
  display: block;
}
.certificate .left {
  width: 50%;
}
.certificate p {
  width: 40%;
}
.certificate h2 {
  color: #fff;
}

