/* reset css */
h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}
li {
  font-weight: 300;
  line-height: 28px;
}
p {
  font-size: 16px;
  font-weight: 300;
  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: #10444f;
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 40px;
}
h2::before{
  content: '';
  position: absolute;
  background-size: 150px;
  width: 150px;
  height: 20px;
  top: 5px;
  left: -130px;
  background: url('../images/left-new.png') no-repeat center left;
  filter: invert(200%) sepia(120%) saturate(5000%) hue-rotate(147deg) brightness(30%) contrast(100%);
}
h2::after {
  content: '';
  position: absolute;
  background-size: 150px;
  width: 150px;
  height: 20px;
  top: 5px;
  right: -130px;
  background: url('../images/right-new.png') no-repeat center right;
  filter: invert(200%) sepia(120%) saturate(5000%) hue-rotate(147deg) brightness(30%) contrast(100%);
}
.participants h2::after {
  filter: brightness(0);
}
.participants h2::before{
  filter: brightness(0);
}
.banner .form_box {
  background-color: var(--primary);
  padding: 25px;
  color: #393D3E;
  border-radius: 12px;
  position: relative;
  /* top: 50px; */
  width: 90%;
}
 .banner .form_box p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 26px;
 }
 .banner .form_box input[type=submit] {
  margin: 10px auto 0;
 }


/* key-points */

.keypoints {
  padding: 0;
}
/* .keypoints .container {
  position: relative;
} */
/* .keypoints .container::after {
  content: '';
  position: absolute;
  background: url('../images/key-bg.webp') no-repeat right bottom;
  background-size: 100%;
  height: 250px;
  width: 250px;
  bottom: 0;
  right: 50px;
  top: -30px;
} */
.keypoints h4{
  font-size: 16px;
  line-height: 28px;
  color: var(--primary);
  font-weight: 500;
}
.key-card p{
  font-weight: 400;
  font-size: 18px;
  color: var(--primary);
}
/* .keypoints .flex-wrap {
  gap: 150px;
} */
.keypoints .key-card {
  display: inline-block;
  /* z-index: 2; */
}
.keypoints img {
  filter: brightness(200%) contrast(150%);
  margin: 0 10px 0 0;
}


/* eligibility */

.eligibility {
  padding: 70px 0;
}
.gold-bg-1 {
  display: flex;
  /* background: linear-gradient(160deg,rgba(37, 146, 168, 1) 0%, rgba(16, 68, 79, 1) 100%); */
  background: #10444f;
  width: 32%;
  border-radius: 10px;
  padding: 20px 20px 20px 30px;
  align-items: center;
  color: #FFF;
}
.gold-bg-1 img {
  height: 60px;
  width: 60px;
  filter: invert(1) brightness(1);
  margin: 0 20px 0 0;
}

.gold-bg-1 p small {
  font-size: 12px;
}
.gold-bg-1 p strong  {
  font-weight: 600;
}

/* key programme */

.key-programme {
  padding: 80px 0;
}
.programme-card {
  /* background: url('../images/gold-bg-2.png') no-repeat; */
  /* background: linear-gradient(160deg,rgba(37, 146, 168, 1) 0%, rgba(16, 68, 79, 1) 100%); */
  background: #10444f;
  position: relative;
  background-size: 100%;
  width: 400px;
  border-radius: 12px;
  height: 200px;
  text-align: center;
  padding: 100px 10px 0;
  margin: 30px 10px;
}
.programme-card p {
  font-size: 20px !important;
  color: #FFF;
}
.programme-card img {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  /* filter: brightness(50%) contrast(200%); */
  filter: invert(100%);
}

.programme-card p small {
  font-size: 12px;
}
.programme-card p strong  {
  font-weight: 600;
}
.key-programme .main-section {
  margin: 20px 0 0 0;
}

/* read more */
.readLess, .readLess2 {
  display: none;
  cursor: pointer;
  font-weight: 400;
  color: var(--primary);
}

.readMore, .readMore2 {
  cursor: pointer;
  font-weight: 400;
  color: var(--primary);
}

.moreDesc, .moreDesc2 {
  display: none;
}

/* course-content desktop */

.course-content {
  padding: 0 0 80px 0;
}
.set-margin {
  margin: 0 0 20px 0 !important;
}
.course-content p {
  margin: 0 0 10px;
}
.course-content p strong {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.course-content hr {
  height: 2px;
  margin: 2px 0 15px 0;
  background: var(--secondary);
  opacity: 1;
}
.course-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary);
  text-transform: uppercase;
}
.course-content h4 {
  font-size: 20px;
  margin: 0 0 20px;
}
.icon-img {
  width: 32px;
  height: auto;
  margin: 0 10px 0 0;
}

/* certiicate */
.certificate {
  padding: 40px 0 30px;
  /* background: linear-gradient(160deg,rgba(37, 146, 168, 1) 0%, rgba(16, 68, 79, 1) 100%); */
  background: #10444f;
  color: #FFF;
}
.certificate .d-flex {
  /* background: var(--secondary); */
  /* background: linear-gradient(345deg, rgba(97,75,8,0.8911939775910365) 31%, rgba(149,119,26,0.9444152661064426) 54%); */
  padding: 20px 0;
  /* margin: 10px 0 0 0; */
  /* border-radius: 10px; */
}
.certificate h2 {
  color: #FFF;
}
.certificate h2::before, .certificate h2::after {
  filter: brightness(500%) contrast(200%);
}
.certificate img {
  width: 40%;
  height: auto;
  margin: 0 50px 0 0;
  /* border: 4px solid var(--tertary); */
  border-radius: 5px;
}
.certificate li {
  font-size: 18px;
}
.certificate li + li {
  margin: 10px 0 0;
}
.certificate .subtitle {
  border-top: 2px solid var(--primary);
  padding: 10px 0 0;
  margin: 80px 0 0;
}

.profile {
  padding: 50px 0;
}

.profile .job {
  background: #10444f;
  color: #FFF;
  height: auto;
  border-radius: 10px;
  padding: 30px 10px;
  margin: 10px;
  width: 100%;
}
.job li {
  line-height: 28px;
}
.profile .right{
  width: 50%;
}
.profile img{
  width: 42%;
  margin: 20px 0 0 20px;
}
.profile .title{
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 10px;
}

/* testimonials */
.testimonials {
  padding: 60px 0;
}
.testimonials .testimonialCard {
  padding: 16px;
  border-radius: 8px;
  margin: 10px 0;
  background: #10444f;
  color: #FFF;
  /* background: linear-gradient(160deg,rgba(37, 146, 168, 1) 0%, rgba(16, 68, 79, 1) 100%); */
  /* border: 1px solid var(--primary); */
}
.testimonials .testimonialCard img {
  border-radius: 4px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top;
  margin: 0 20px 0 0;
  border: 1px solid #CCC;
  float: left;
}
.testimonials .testimonialCard strong {
  text-transform: uppercase;
}
.testimonials .testimonialCard small {
  font-weight: 500;
  font-size: 14px;
}
.testimonialCard p + p {
  margin: 10px 0 0;
}
.swiper-pagination {display:flex; justify-content: center; position: relative; bottom: auto; margin-top: 15px;}
.swiper-pagination span { margin: 0 3px; width: 7px; height: 7px; border-radius: 100px; padding: 0; display: block; color: transparent; background: #707070; border: 0;}
.swiper-pagination span.swiper-pagination-bullet-active {width: 7px; background: var(--secondary);}
.swiper-button-next{
  color: var(--secondary);
  right:0px;
  left: auto;
}
.swiper-button-prev {
  color: var(--secondary);
  font-size: 10px !important;
  right:auto;
  left: -2px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  color: var(--secondary);
  font-size: 18px !important;
  font-weight: 500;
}

/* expert */
.expert {
  padding: 0 0 70px;
}
.expert .moreDesc {
  margin: 10px 0 0;
}
.expert small {
  font-size: 18px;
  font-weight: 500;
}
.expert strong {
  font-size: 22px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.expert button{
  height: 36px;
  padding: 0 20px;
  font-size: 14px;
  margin: 10px 0 0;
}
.expert img {
  width: 180px;
  height: 180px;
  margin: 0 40px 0 0;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.expert .main-section {
  padding: 20px 0;
}

/* fees */
.fees {
  /* background: url('../images/body-bg.png') repeat center top, linear-gradient(167deg, rgb(196 65 0) 0%, rgba(96, 42, 16, 1) 99%); */
  /* background: repeat center top, linear-gradient(160deg,rgba(37, 146, 168, 1) 0%, rgba(16, 68, 79, 1) 100%); */
  background: #10444f;
  background-size: 100%;
  padding: 60px 0;
  color: var(--primary);
}
.fees .vl {
  background: var(--primary);
  width: 2px;
  height: 100px;
  border-radius: 10px;
}
.fees p {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.fees .icon-img {
  width: 35px;
  height: auto;
  margin: 0 15px 0 0;
}
.fee {
  text-align: center;
  border-right: 4px solid var(--primary);
  border-left: 4px solid var(--primary);
  border-radius: 50px;
  padding: 0 20px;
}
.fee p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
.fee p strong{
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
}
.fees button {
  margin: 0 0 0 40px;
  font-size: 22px;
  height: 70px;
  width: 380px;
  border-radius: 50px;
}
.fees .first {
  color: var(--tertary);
  background: var(--primary);;
}
.fees .second {
  background: none;
  border: 2px solid var(--primary);
  color: var(--primary);
}
.fees .first:hover {
  background: var(--secondary);
  color: var(--primary);
}
.fees .second:hover {
  color: var(--tertary);
  background: var(--button-hover);
}

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;}
.form_box h3 {text-align: center; color: var(--secondary); font-size: 22px; font-weight: 700; margin-bottom: 15px;text-transform: uppercase;}
.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: var(--primary);}

/* admission */

.admission {
  padding: 0 0 40px;
}

/* footer */

footer {
  padding: 80px 0 40px 0;
  text-align: center;
  background: var(--light-color);
  color: var(--tertary)
}
/* footer .container {
  position: relative;
} */
footer a {
  color: var(--tertary);
}
footer a:hover {
  color: var(--secondary);
}
.stick {
  position: fixed;
  bottom: 5px;
  right: 30px;
}
.stick p {
  font-size: 18px;
  margin: -6px 10px 0 0;
  font-weight: 300;
  line-height: 22px;
  background: #10444f;
  color: #FFF;
  padding: 5px 30px;
  border-radius: 30px;
}
footer .icon-img {
  width: 40px;
  height: auto;
}
.stick button {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  padding: 20px;
  margin: 0 0 10px 0;
}
.stick .first-button {
  background: var(--primary);

}
.stick .second-button {
  background: var(--secondary);
}
.stick .first-button:hover {
  background: var(--button-hover);

}
.stick .second-button:hover {
  background: var(--button-hover);
}

/* accordian box */

.accordian_box {
  /* background: linear-gradient(160deg,rgba(37, 146, 168, 1) 0%, rgba(16, 68, 79, 1) 100%); */
  background: #10444f;
  margin: 0 0 15px;
  border-radius: 15px;
  /* width: 48%; */
}
.accordian_head {
  cursor: pointer;
  padding: 20px 30px 18px 20px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
}
.accordian_head.bullet {
  padding: 10px 30px 10px 40px;
  background: url('../images/bullet.svg') no-repeat 15px center;
}
.accordian_content {
  border-top: 1px solid var(--primary);
  padding: 10px 10px 1px;
  color: var(--primary);
}
.accordian_content p {
  color: var(--primary);
  margin: 0 0 10px;
}
.accordian_content ul li {
  font-size: 16px;
  font-weight: 300;
  color: var(--primary);
}
.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%);}

/* project */
.project img {
  border-radius: 5px;
  float: left;
  width: 280px;
  height: auto;
  margin: 0 15px 0 0;
}
/* participants */
.participants {
  background: repeat center top, var(--light-color);
  background-size: 100%;
  /* background: url('../images/body-bg.png') repeat center top, #bea69b; */
  padding: 50px 0;
}
.participants h2 {
  color: var(--tertary);
}
.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: 50px 0;
  position: relative;
}
.tools .img-card {
  background: var(--primary);
  width: 165px;
  height: 90px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 20px;
}
/* project */
.project {
  padding: 30px 0 60px;
}
.project h4 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 15px;
}

section.ai {
  padding: 100px 0 80px;
  color: #000;
  background: url('../images/ai_bg_new.webp?v=1.2') no-repeat center right;
  background-size: 90%;
}
section.ai h3 {
  margin: 0 0 30px;
}
section.ai h3, section.ai p {
  width: 40%;
}

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