/* reset css */
img {
  max-width: 100%;
}

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: var(--tertary);
  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: grayscale(100%) brightness(0%);
}

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: grayscale(100%) brightness(0%);
}

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

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

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

.banner-new .container {
  position: relative;
}
.banner-new .sticker {
  position: absolute;
  height: 150px;
  width: 150px;
  bottom: 35px;
  left: 350px;
}
.ranking {
  padding: 40px 0;
}
.ranking p {
  display: inline-block;
}
.ranking .rank-card {
  padding: 0 20px;
}
.ranking h3 {
 font-size: 36px;
 line-height: 48px;
 font-weight: 600;
 color: #123363;
 margin: 0;
}
.ranking .first {
  font-weight: 500 !important;
  font-size: 18px !important;
}
.ranking .second {
  font-size: 15px !important;
  line-height: 20px !important;
}
.ranking img{
  height: 80px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.about {
  color: var(--tertary);
  padding: 50px 0;
}

.about img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
}

/* key-points */

.keypoints {
  padding: 0;
}

.keypoints h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500 !important;
  color: var(--light-gray);
}

.keypoints h4 strong {
  color: var(--primary);
  font-weight: 500 !important;
}

.keypoints .key-card {
  display: inline-block;
  /* z-index: 2; */
}

.keypoints img {
  filter: brightness(150%) contrast(150%);
  margin: 0 10px 0 0;
}

/* eligibility */
.eligibility {
  padding: 30px 0 70px;
}

.eligibility p {
  font-size: 14px;
  padding: 10px;
}

.eligibility p strong {
  display: inline-block;
  font-size: 18px;
}

.eligibility p small {
  display: inline-block;
  margin: 10px 0 0;
}

.eligibility .gold-bg-1 {
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 10px;
  color: #000;
  height: 150px;
  width: 48%;
}

.eligibility .gold-bg-1 .img-card {
  background: var(--light-sky);
  border-radius: 10px 0 0 10px;
  height: 100%;
  text-align: center;
  width: 100px;
}

.eligibility .gold-bg-1 p {
  width: calc(100% - 100px);
}
.eligibility .gold-bg-1 p small {
  font-size: 12px;
}

.eligibility .gold-bg-1 p strong {
  font-weight: 600;
}

/* key programme */
.key-programme {
  padding: 60px 0;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.6)),
    url('../images/highlights-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.key-programme h2 {
  color: #fff;
}
.main-programe {
  gap: 15px;
}

.programme-card {
  margin: 50px 0 0;
  background: var(--secondary);
  padding: 40px 10px 20px;
  border-radius: 10px;
  color: #FFF;
  text-align: center;
  width: 23%;
  position: relative;
  height: 200px;
  border: 1px solid #3361a5;
}

.programme-card .blue {
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translate(-50%, -50%);
  background: var(--primary);
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #DFE3EF;
}

.programme-card img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 40px;
  height: 40px;
}
.programme {
  padding: 40px 0 30px;
}
.programme-card p {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 16px;
}
.programme-card p small{
  line-height: 20px;
  font-size: 14px;
}
.programme li {
  margin: 0 0 10px;
}

/* .key-programme {
  padding: 60px 0 0;
}
.key-programme .main-card {
  margin: 60px 0 0;
}
.key-programme .highlight-card {
  width: 32%;
  margin: 0 5px 80px;
  height: 150px;
  border-radius: 10px;
  background: var(--secondary);
  position: relative;
  color: #FFF;
}
.key-programme .highlight-card .blue {
  width: 100px;
  height: 100px;
  padding: 13px;
  background: var(--primary);
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  border: 1px solid var(--secondary);
}
.key-programme .highlight-text {
  padding: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 50px 0 0;
  justify-content: center;
  text-align: center;
}
.programme-card {
  position: relative;
  background-size: 100%;
  width: 400px;
  border-radius: 12px;
  height: 200px;
  background: var(--secondary);
  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: 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: 500;
  color: var(--tertary);
}

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

.moreDesc,
.moreDesc2 {
  display: none;
}

/* course-content desktop */
.course-content {
  padding: 60px 0 20px;
}

.course-content .box {
  position: relative;
  box-shadow: 2px 2px 12px #00000029;
  background-color: #FFF;
  height: 100%;
  padding: 25px;
  border-radius: 5px;
}

.course-content .col-md-4 {
  margin: 10px 0;
}

.course-content h4 {
  font-size: 16px;
  text-align: left;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 10px;
}

.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 p {
  font-size: 14px;
  margin: 0;
}

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

/* certiicate */
.certificate {
  padding: 40px 0 30px;
  color: #FFF;
}

.certificate .container {
  padding: 40px;
  border-radius: 10px;
  background: var(--secondary);
}

.certificate .d-flex {
  padding: 20px 0;
}

.certificate h2,
.new-testimonial h2 {
  color: #FFF;
}

.key-programme h2::before,
.key-programme h2::after,
.certificate h2::before,
.certificate h2::after,
.new-testimonial h2::before,
.new-testimonial h2::after {
  filter: brightness(500%) contrast(200%);
}

.certificate img {
  width: 40%;
  height: auto;
  padding: 20px;
  background: var(--primary);
  margin: 0 50px 0 0;
  border-radius: 5px;
}

.certificate li+li {
  margin: 10px 0 0;
}

.certificate .subtitle {
  border-top: 2px solid var(--primary);
  padding: 10px 0 0;
  margin: 80px 0 0;
}

.certificate p small {
  line-height: 22px;
}

.profile {
  padding: 50px 0;
}

.profile .job {
  background: var(--secondary);
  color: #FFF;
  height: auto;
  border-radius: 10px;
  padding: 25px 10px;
  margin: 10px;
  width: 100%;
}

.job ul {
  padding: 0 0 0 26px;
}

.job li {
  line-height: 28px;
}

.profile .right {
  width: 50%;
}

.profile img {
  width: 45%;
  margin: 20px 0 0 20px;
}

.profile .title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px 10px;
}

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

.testimonials .testimonialCard {
  padding: 16px;
  border-radius: 8px;
  margin: 10px 0;
  background: var(--secondary);
  color: #FFF;
  display: flex;
}

.testimonials .readLess,
.testimonials .readMore {
  color: #fff;
}

.testimonials .testimonialCard img {
  border-radius: 20px;
  width: 120px;
  height: 120px;
  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 {
  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;
  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;
}

/* expert */
.expert {
  padding: 60px 0;
  color: var(--tertary);
}

.expert .moreDesc {
  margin: 10px 0 0;
}

.expert small {
  line-height: 16px;
  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: var(--secondary); */
  /* background: linear-gradient(360deg,rgba(26, 43, 105, 1) 10%, rgba(158, 160, 173, 1) 100%, rgba(201, 200, 201, 1) 100%); */
  background-size: 100%;
  background: var(--secondary);
  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: 20px !important;
  line-height: 24px;
  font-weight: 400;
}

.fee p strong {
  font-size: 24px !important;
  line-height: 28px;
  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: #FFF;
  background: var(--button-hover);
}

.fees .second {
  background: none;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.fees .first:hover {
  background: var(--primary);
  color: var(--tertary);
}

.fees .second:hover {
  color: var(--primary);
  background: var(--light-blue);
}

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: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.form_box .form-control {
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  color: #000;
  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);
}

/* footer */

footer {
  padding: 80px 0 40px 0;
  text-align: center;
  background: var(--primary);
  color: var(--tertary)
}

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: var(--secondary);
  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: #d0dffb;
}

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

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

}

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

/* accordian box */

.accordian_box {
  background: var(--secondary);
  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_box strong {
  display: inline-block;
  font-weight: 500 !important;
}

.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 10px 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: #FFF;
  background-size: 100%;
  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 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;
  color: #000;
}

.project h4 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 15px;
}

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

/* shift */
.shift {
  padding: 0 0 70px;
}

.shift .gold-bg-1 {
  margin: 5px 2px 0;
}

.shift .gold-bg-1:nth-child(4) img {
  display: inline-block !important;
  width: 50px !important;
  height: 50px;
}

.shift .gold-bg-1 strong {
  font-size: 28px;
}

.admission {
  color: #FFF;
  padding: 60px 0;
  background: var(--secondary);
}
.admission h2 {
  color: #FFF;
  padding: 0;
  margin: 0 0 10px;
}
.admission h2::before, .admission h2::after {
  display: none;
}
.admission img {
  border-radius: 16px;
}

/* emi */
.emi {
  padding: 60px 0;
  color: #000;
  text-align: center;
}

.emi p.yellow {
  background: #FEC300;
  padding: 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
}

.emi p strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.emi img {
  margin: 20px auto 0;
  width: 700px;
  height: auto;
  display: block;
}

.new-testimonial {
  padding: 50px 0;
  background: var(--secondary);
  color: var(--primary);
}

.new-testimonial iframe {
  border-radius: 10px;
}

.new-testimonial .video-card p {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px !important;
}

.form-section {
  padding: 50px 0 0;
}

.form-section .form_box {
  background-color: #d0dffb;
  padding: 35px;
  border-radius: 12px;
  width: 50%;
  margin: 0 auto;
}

.form-section .primary {
  width: 50%;
}

.cp-tab-nav {
  justify-content: center;
  background: var(--light-color);
  box-shadow: 0px 1px 2px 0px #CCC;
  padding: 10px 20px;
  border-radius: 8px;
  max-width: 1320px;
  width: 100%;
  display: flex;
  margin: 20px auto;
}

.sticky-tab {
  position: sticky;
  top: 45px;
  z-index: 101;
}

.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 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:active,
.cp-tab-nav ul a:focus {
  font-weight: 500;
  color: var(--secondary);
  border-bottom: 4px solid var(--secondary);
}

/* cp-genai-section */
.cp-genai-section {
  padding: 60px 0;
  color:#fff;
  background-image: url('../images/ai_bg.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size:cover;
}
.cp-genai-section .ai-card img {
  filter: invert(1) brightness(2) contrast(1);
  margin: 0 10px 0 0;
}
.cp-genai-section .ai-card {
  margin: 30px 20px 0 0;
  width: 40%;
}
.cp-genai-section h3, .cp-genai-section p {
  width: 60%;
  margin: 20px 0 0 !important;
}
.cp-genai-section .ai-card p {
  margin: 0 !important;
  width: 60%;
}

/* career */
.career {
  padding: 60px 0 0;
}
.career h3 {
  margin: 0 0 20px;
  font-size: 20px;
  text-align: center;
}
.career .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.career p {
  width: 80%;
}
.career .table {
  display: flex;
  border-bottom: 1px solid #123363;
  width: 80%;
  margin: 20px 0;
}
.career .table p {
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid #123363;
  margin: 0;
}
.career .table .right {
  width: 60%;
  border: 1px solid #123363;
  border-right: 2px solid #123363;
}
.career .table .left {
  width: 40%;
  border: 1px solid #123363;
  border-left: 2px solid #123363;
}
.career .table .left p:nth-child(1), .career .table .right p:nth-child(1) {
  background: #D0DFFB;
}
.career .table p strong {
  padding: 0 !important;
}

