/* reset css */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
hr {
  background: var(--primary);
  opacity: 0.75;
}

/* read more */
.course-content p.readLess {
  display: none;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 0;
}

.readMore {
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 0;
}

.moreDesc{
  display: none;
  margin: 10px 0 0;
}

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

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

p+p {
  margin: 10px 0 0;
}

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

.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: 10px;
  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;
}

/* eligibility */

.eligibility {
  padding: 50px 0;
}
.eligible-card {
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #000;
  text-align: left;
}
.eligible-card p {
  width: 100%;
}
.eligible-card .blue {
  background: var(--primary);
  padding: 20px;
  border-radius: 5px;
  margin: 0 10px 0 0;
}

/* Overview  */

 .overview {
    padding: 50px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgb(0, 0, 0, 0.9)), url('../images/quantum.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .overview h2 {
    color: #fff;
  }
  .main-card  {
    margin: 50px 0;
    padding: 25px 40px;
    border-radius: 10px;
    border: 1px solid #fff;
  }
  .main-card h3{
    font-size: 26px;
  }
  .main-card .left-section{
    margin: 20px 0 0;
  }
  .main-card p{
    line-height: 28px;
  }
  .main-card p {
    margin: 20px 0 0;
  }
  .main-card img{
    border-radius: 5px;
    border: 1px solid #fff;
    object-fit: cover;
    object-position: center;
    width: 550px;
    margin: 0 0 0 50px;
  }

  /* programme */

  .programme {
    padding: 60px 0;
    background-image: 
      linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)),
      url('../images/programme.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .programme h2 {
    color: #fff;
  }
  .main-programe {
    gap: 15px;
  }
  .programme-card {
    margin: 50px 0 0;
    background: linear-gradient(180deg,rgba(60, 61, 96, 1) 0%, rgba(77, 106, 142, 1) 64%, rgba(82, 120, 156, 1) 100%);
    padding: 40px 20px 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    width: 32%;
    position: relative;
    border: 1px solid #fff;
    height: 160px;
  }
  .programme-card .blue {
    border: 1px solid #fff;
    position: absolute;
    left: 50%;     
    top: -5px;   
    transform: translate(-50%, -50%); 
    background: var(--primary);
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
  }
  .programme-card img {
    left: 50%;     
    top: 50%;   
    transform: translate(-50%, -50%); 
    position: absolute;
    width: 45px;
    height: 45px;
  }
  .programme-card h4 {
    font-size: 18px;
  }
  .programme-card p {
    margin: 15px 0 0;
    font-weight: 300;
  }

/* course-content desktop */
.course-content {
  padding: 0 0 40px;
}
.over-showdow {
  background: var(--primary);
  padding: 0 2px 6px;
  border-radius: 10px;
  height: 100%;
}
.course-content .row {
  margin: 20px 0 0;
}
.course-content .box {
  position: relative;
  height: 100%;
  padding: 40px 20px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg,rgba(60, 61, 96, 1) 0%, rgba(77, 106, 142, 1) 64%, rgba(82, 120, 156, 1) 100%);
}
.course-content h4 {
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.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;
  color: #fff;
  line-height: 22px;
  padding: 0 0 10px;
}
.course-content p {
  font-size: 14px;
  margin: 0;
}
.course-content .moreDesc {
  margin: -10px 0;
}
.module {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 0 8px 0 8px;
  padding: 5px 10px;
  color: var(--primary);
  background: #ffffff;
}

/* certiicate */
.certificate {
  padding: 60px 0;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)),
    url('../images/certificate-bg.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.certificate hr {
  opacity: 0.75;
  background: #fff;
  height: 1.2px;
}
.main-tab-card {
  padding: 30px;
}
.certificate h2 {
  color: #fff;
}
.certificate li {
  font-size: 18px;
  line-height: 28px;
}
.certificate li+li {
  margin: 30px 0 0;
}
.certificate img {
  width: 40%;
  height: auto;
  margin: 0 0 0 60px;
}

/* Directors */
.director {
  padding: 60px 0;
}
.director .main-section {
  padding: 30px;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(83deg,rgba(60, 61, 96, 1) 0%, rgba(77, 105, 141, 1) 66%, rgba(82, 120, 156, 1) 100%);
}
.director img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
}
.image-section {
  gap: 20px;
  margin: 0 0 20px;
}
.card-top {
  border: 1px solid #fff;
  padding: 20px;
  height: 150px;
}
.director h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.director h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}
.director h6 {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  width: 70%;
}
.director p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
.director .readLess, .director .readMore {
   font-weight: 500;
}

/* Faculty */
.faculty {
  padding: 40px 0;
}
.top-faculty {
  border-radius: 15px 15px 0 0;
  padding: 30px;
  background: var(--primary);
  text-align: center;
}
.testi-swapper {
  padding: 60px 10px 10px;
}
.testimonialCard {
  height: 520px;
  border-radius: 15px 15px 0 0;
  box-shadow: 1px 4px 4px 1px #00000029;
}
.testimonialCard img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  margin: -75px 0 20px;
}
.testimonialCard h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.testimonialCard h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
}
.testimonialCard h6 {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  width: 80%
}
.bottom-faculty {
  padding: 30px;
  text-align: center;
}
.testimonialCard p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
}

/* download brochure */
.download {
  padding: 100px 0;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)),
    url('../images/down-bg.webp');
  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: #1a3185;;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  /* text-transform: capitalize; */
}

.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
}

/* .form_box .primary {width: 100%;} */
.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 .icon-img {
  width: 40px;
  height: auto;
}

/* accordian box */

.accordian_box {
  margin: 0 0 15px;
  border-radius: 8px
}

.accordian_head {
  cursor: pointer;
  padding: 20px 30px 18px 20px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.accordian_head.bullet {
  padding: 10px 30px 10px 40px;
  background: url('../images/bullet.svg') no-repeat 15px center;
}

.accordian_content {
  border-top: 1px solid #fff;
  padding: 10px 10px 1px;
  color: #fff;
}

.accordian_content p {
  color: #fff;
  margin: 0 0 10px;
  line-height: 22px;
}

.accordian_content ul li {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 0;
  margin: 0 0 5px;
}

.course-content button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordian_head::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 15px;
  height: 20px;
  transition: all 0.2s ease-in-out;
  background: url('../images/vector.png') no-repeat center center;
  filter: brightness(500%) contrast(100%);
}

.accordian_head.active::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  filter: brightness(500%) contrast(100%);
}

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

  /* job roles */

  .job-role {
    padding: 60px 0;
    background: #F8F8F8;
  }
  .job-role h4 {
    font-size: 18px;
    text-align: center;
    color: var(--primary);
    font-weight: 500;
    line-height: 28px;
  }
  .job-card img {
    margin: 0 0 10px;
    width: auto;
    height: 50px;
  }
  .job-card {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 4px 4px 1px #00000029;
    height: 150px;
    margin: 20px 6px 0;
    padding: 20px;
    position: relative;
  }

  .job-card::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -7px;
    width: 1px;
    height: 90%;
    background: var(--secondary);
  }
  .job-card:nth-child(4)::after,
  .job-card:nth-child(8)::after,
  .job-card:nth-child(10)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: none;
  }

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

  .cp-tab-nav {
    justify-content: center;
    position: sticky;
    background: #f8f8f8;
    box-shadow: none;
    padding: 10px 20px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); */
    top: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    margin: 0 auto;
  }

  /* .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: rgba(0, 0, 0, 0.87);
    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:focus {
    font-weight: 500;
    color: var(--primary);
    border-bottom: 4px solid var(--primary);
  }


