:root {
  --primary: #265d93;
  --secondary: #D8E1EB;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

hr {
  background: var(--primary);
  opacity: 0.75;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239AA5C0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

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

}

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

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

ul {
  margin: 0 0 16px;
}

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

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

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

strong {
  font-weight: 600;
}

/* Common CSS */
button,
input[type=submit] {
  border-radius: 5px;
  border: 0;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  height: 50px;
  transition: all 0.3s ease-in-out;
  padding: 0 40px;
}

/* Header */
header {
  padding: 10px 0 10px;
}

header img.logo {
  height: 60px;
  width: auto;
}
header img.xlead {
  height: 40px;
  width: auto;
  margin: 0 0 0 20px;
}

header img.accreditations {
  height: 40px;
  width: auto;
}

header h5 {
  font-size: 16px;
}

header .accred {
  height: 50px;
}

.banner {
  position: relative;
}

.banner_pic {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.banner_pic img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 600px;
}

.banner-new {
  position: absolute;
  bottom: 50px;
  z-index: 3;
  width: 100%;
  color: #fff;
}

h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  margin: 10px 0 20px;
}

.banner-new .text-content > p {
  font-size: 16px;
  margin: 0 0 30px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
}

.key-card img {
  width: auto;
  margin: 0 10px 0 0;
}

.key-card {
  width: 40%;
  margin: 0 0 20px;
}


.key-card h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.key-card p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}

.key-card small {
  font-weight: 400 !important;
}

.key-card .small-text {
  line-height: 12px;
}

.banner_pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 0.1 = very light, 0.3 = moderate, 0.5 = darker */
  pointer-events: none;
  z-index: 2;
}

.icon-img {
  width: 25px;
  height: auto;
  margin: 0 10px 0 0;
}

.brochureBtn {
  width: 300px;
  padding: 10px 20px;
  height: 50px;
  color: #fff;
  background: var(--primary);
  background: linear-gradient(90deg, #168ac3 0%, #1f568c 100%);
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brochureBtn:hover {
  transform: scale(1.05);
}

a:hover {
  cursor: pointer;
}

.cp-tab-nav ul::-webkit-scrollbar {
  display: none;
}
.cp-tab-nav button {
    padding: 10px 20px;
    height: auto;
    color: #fff;
    background: var(--primary);
    background: linear-gradient(90deg, #168ac3 0%, #1f568c 100%);
    margin: 0 0 0 20px;
}

.floating {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 80px;
  color: #fff;
  width: 80px;
  background: var(--primary);
  border-radius: 50%;
  text-align: center;
  padding: 18px 16px;
  z-index: 100;
  display: none;
  cursor: pointer;
}

.header-fixed {
  position: fixed;
  top: 0;
  background: var(--primary);
  color: #fff;
  width: 100%;
  text-align: center !important;
  padding: 5px 0;
  z-index: 20;
}

.header-fixed p {
  font-size: 14px !important;
  margin: 0;
}

@media (max-width:991px) {

  button,
  input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    padding: 0 25px;
  }

  .floating {
    bottom: 20px;
    height: 60px;
    font-size: 12px;
    width: 60px;
    padding: 15px 12px;
  }

  .mob-banner {
    background: var(--primary);
    color: #fff;
    overflow: hidden;
    padding: 0;
  }
  .mob-img {
    position: relative;
    margin: 0 0 20px;
  }
  .mob-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000db), to(#85878200));
    /* opacity: 0.10; */
  }

  .mob-banner .mob-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
  }

  h1 {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    font-weight: 600;
    position: absolute;
    bottom: 60px;
    left: 16px;
    z-index: 2;
    width: calc(100% - 32px);
  }

  .mob-img p {
    position: absolute;
    bottom: 0;
    left: 14px;
    /* right: 0; */
    /* transform: translateX(-50%); */
    background: rgb(14 84 140);
    text-align: left;
    padding: 5px 10px;
    width: 80%;
    font-size: 12px;
    border-radius: 8px;
    color: #fff;
    z-index: 2;
  }

  .brochureBtn {
    width: 100%;
    font-size: 16px;
    margin: 10px 0 0;
    height: 44px;
  }

  .icon-img {
    width: 22px;
    margin: 0 8px 0 0;
  }

  .key-card img {
    margin: 0 8px 0 0;
  }

  .key-card {
    width: 49%;
    margin: 0 0 15px;
  }

  .key-card h4 {
    font-size: 12px;
    line-height: 18px;
    margin: 3px 0;
  }

  .key-card p {
    font-size: 12px;
    line-height: 18px;
  }

  .key-card p small {
    font-size: 10px;
  }

  header .accred {
    height: 25px;
  }

  header img {
    width: 150px;
  }

  header h5 {
    font-size: 14px;
    text-align: center;
  }

  .header-fixed p strong {
    font-size: 12px !important;
  }
}

h2 {
  color: var(--primary);
  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: 50px 0;
  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 > img {
  width: 600px;
  height: auto;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.text-card {
  gap: 20px;
  margin: 0 0 0 -40px;
}

.mini-card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  background: #275D93;
  color:#fff;
  width: 550px;
  height: 100px;
}
.mini-card:first-child {
  height: 200px;
}

.mini-card img {
  /* filter: invert(70%) sepia(60%) saturate(3030%) hue-rotate(190deg) brightness(60%) contrast(80%); */
  filter: invert(1) brightness(2);
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
}


.text-card p {
  font-size: 14px;
  width: 100%;
  text-align: left;
  line-height: 20px;
  margin: 0 0 10px;
}
.text-card p small {
  font-size: 12px;
}

/* Overview  */
.overview {
  padding: 60px 0 50px;
}

.overview ul {
  list-style-type: none;
  margin: 0;
}

.overview ul li {
  box-shadow: 2px 4px 4px #00000029;
  padding: 20px;
  margin: 0 0 20px;
  line-height: 28px;
  background-size: 25px;
  background-position-x: 10px;
}

/* programe */
.programme {
  padding: 50px 0;
}

/* highlight */
.highlight {
  padding: 50px 0;
  background: rgba(38, 93, 147, 0.2);
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.main-programe {
  gap: 32px;
  margin: 30px 0 0;
}

.programme-card {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  color: #000;
  width: 30%;
  position: relative;
  height: 180px;
  background-color: #FFF;
}

.programme-card img {
  width: 50px;
  height: 50px;
  filter: invert(70%) sepia(60%) saturate(3030%) hue-rotate(190deg) brightness(60%) contrast(80%);
  margin: 0 0 10px 0;
}

.programme-card p {
  margin: 0;
  font-size: 15px;
}

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

/* course-content desktop */
.course-content {
  padding: 30px 0 40px;
}

.course-content .box {
  position: relative;
  border: 1px solid #ccc;
  background: var(--primary);
  color: #FFF;
  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 10px;
}

.accordian_head {
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  position: relative;
  border-radius: 6px;
  background: var(--primary);
  color: #FFF;
}

.accordian_box {
  margin: 0 0 20px;
  border: 1px solid var(--primary);
  border-radius: 6px;
}

.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%;
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(136deg) brightness(102%) contrast(101%);
}

.accordian_head.active::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}

.accordian_content {
  padding: 16px;
}

.course-content ul {
  margin: 10px 0;
  padding: 0 0 0 16px;
}

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

.times .main-section {
  margin: 0 0 20px;
}

.time-card {
  width: 40%;
  border: 1px solid var(--primary);
  border-radius: 5px;
  height: 180px;
}

.time-card>p {
  background: var(--primary);
  color: #fff;
}

.time-card div {
  border-top: 1px solid var(--primary);
}

.times .container>p {
  text-align: center;
}

.time-card p {
  padding: 20px;
}

/* New Testimonial */
.testimonials {
  padding: 60px 0 0;
}

.testimonials .testimonialCard {
  padding: 0;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--primary);
  box-shadow: none;
  height: 280px;
  color: #000;
}

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

}

.testimonialCard img {
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
  height: 140px;
  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;
  display: flex;
  align-items: center;
  width: 75%;
}

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

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

.swiper-button-prev {
  color: var(--primary);
  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);
  font-size: 14px;
}

footer p {
  color: #000;
  font-size: 14px;
}

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


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

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


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

/* who */
.who .swiper-slide {
  margin: 0;
  padding: 16px 20px;
  border-radius: 8px;
  color: #000;
  position: relative;
  height: 240px;
  border: 1px solid var(--primary);
  /* box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1); */
}
.who .swiper-slide p {
  margin: 0 0 10px;
  line-height: 22px;
}
.who .swiper-slide p:nth-child(1) strong {
  color: #275D93;
}
.who .swiper-slide p:nth-child(2) strong {
  font-weight: 500;
}


/* Certificate */
.certificate {
  padding: 50px 0;
  background: rgba(38, 93, 147, 0.2);
}
.certificate p {
  width: 80%;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 28px;
}
.certificate img {
  width: 40%;
  margin: 0 auto;
  border: 2px solid var(--primary);
}

/* faculty */
.faculty {
  padding: 50px 0;
}
.faculty img {
  margin: 3px 16px 0 0;
  height: 160px;
  width: 160px;
  border-radius: 8px;
}
.faculty p {
  margin: 0 0 10px;
}
.faculty .swiper-slide {
  border: 1px solid var(--primary);
  padding: 16px;
  border-radius: 12px;
}
.faculty p small {
  font-weight: 500;
}
