@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

:root {
  --font: "Poppins", sans-serif;
  --strong-font: 600;
  --light-font: 400;
  --width: 90%;
  --max-width: 1280px;
}

body {
  font-family: var(--font);
}
/*===== All Button Style =====*/
.slider-cont h3{
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  padding-bottom: 25px;
}
.slider-cont p{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 50px;
}
.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ffc600;
	padding: 0 35px;
	font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	line-height: 50px;
	border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}
.main-btn:hover{
    color: #ffc600;
    border-color: #ffffff;
    background-color: #0d1152;
}
.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}

.merriweather-light-italic {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}

.merriweather-regular-italic {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.merriweather-bold-italic {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
}

.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}

.header-content {
  padding: 20px;
  background: #fff;
  border-bottom: 20px;
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-content img {
  max-width: 250px;
}

.slick-list {
  position: relative;
  display: block;
  /* overflow: hidden; */
  margin: 0;
  padding: 0;
}
.banner-section {
  /*background-image: url(../images/Web-banner-01.webp);*/
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  background-size: cover;
  aspect-ratio: 4 / 1;
  display: grid;
  align-items: center;
  background-image: linear-gradient(to left, #237eb366 6%, rgb(12 15 80) 81%), url(../images/Web-banner-01.webp);
}

.banner-section .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  width: var(--width);
  margin: auto;
  max-width: var(--max-width);
}

.banner-section .wrapper .child-1 .hero-text {
  font-size: 2.5rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 500;
}

.banner-section .wrapper .child-1 .hero-text b {
  font-weight: 700;
}

.banner-section .wrapper .child-1 .hero-text span {
  font-size: 2rem;
  margin-top: 20px;
  display: block;
}

.banner-section .child-2 {
  align-items: center;
  display: flex;
  height: 100%;
}

.banner-section .child-2 .form-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  margin-left: auto;
  max-width: 450px;
  position: relative;
  box-shadow: 3px 3px 5px #0e1253;
}

.banner-section .child-2 .form-wrapper .heading {
  font-size: 1.5rem;
  font-weight: var(--strong-font);
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.same-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group ::placeholder {
  color: rgb(0, 0, 0);
}

.form-control,
.form-control:focus,
.form-control:focus-visible,
.form-control:visited {
  width: 100%;
  padding: 0.45rem 0.55rem;
  border: 1px solid #a1a1a1;
  border-radius: 0.35rem;
  font-size: 0.9rem;
  box-shadow: none;
  outline: 0;
  margin-bottom: 10px;
  color: #000;
}

.check-box-row input[type="checkbox"] {
  margin-top: 0.3rem;
  cursor: pointer;
}

.form-group label {
  font-size: 0.83rem;
}

.ml-2 {
  margin-left: 0.4rem;
}

.btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ffc600;
	padding: 0 35px;
	font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	line-height: 50px;
	border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
    width: 100%;
    margin-top: 15px;
}
.btn:hover{
    color: #ffc600;
    border-color: #ffffff;
    background-color: #0d1152;
}

.university-section {
  background-image: linear-gradient(to top, #dfab00 6%, #ffc107 81%);
  padding: 30px 0 50px 0;
}

.wrapper-container {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
}

.section-heading {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  color: #012da4;
  font-weight: 500;
}

.section-heading::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: transparent;
}

.section-heading span {
  font-weight: 500;
}

.university-slider {
  margin: 30px -10px 0 -10px;
}

.university {
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #fecf23;
  margin: 0 10px;
}

.university img {
  width: 150px;
  height: 100px;
  margin: auto;
  object-fit: contain;
  aspect-ratio: 3/2;
}

/*.slick-arrow {
  background: #010d79;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  border: none;
  box-shadow: none;
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}*/

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
}
.color-1{
  background-color: #ffffff;
}
.color-2{
  background-color: #ffffff;
}
.color-3{
  background-color: #ffffff;
}

.category{
  background-color: #07294d;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.category-text{
}
.category-text h2{
  font-size: 28px;
  color: #fff;
  padding: 0 40px;
}

.singel-category {
padding: 20px 0;
border-radius: 5px;
display: block;
}
.singel-category .icon{
  display: inline-block;
}
.singel-category .cont {
display: block;
}
.singel-category .cont span{
  color: #000000;
  font-size: 14px;
  padding-top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.category-slied{}
.category-slied a{
  display: block;
}
.category-slied .slick-arrow {
position: absolute;
top: 50%;
right: -50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.category-slied .prev.slick-arrow{
  right: auto;
  left: -50px;
}

.category-slied .slick-arrow i{
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #557495;
  text-align: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.category-slied .slick-arrow i:hover{
  background-color: #ffc600;
}
#video-feature{
  position: relative;
}
.feature-bg{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgb(0 9 66 / 89%);
}

.video{
  padding-left: 80px;
}
.video i{
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 24px;
  background-color: #ffc600;
  color: #07294d;
  border-radius: 50%;
}

.feature{
  position: relative;
  z-index: 5;
}
.feature .feature-title{}
.feature .feature-title h3{
  font-size: 36px;
  color: #fff;
  padding-bottom: 15px;
}

.feature ul li .singel-feature{
  padding-top: 10px;
  overflow: hidden;
}
.feature ul li .singel-feature .icon{
  float: left;
  overflow: hidden;
  display: inline-block;
  padding-right: 30px;
}
.feature ul li .singel-feature .cont {
width: 78%;
float: left;
  overflow: hidden;
}
.feature ul li .singel-feature .cont h4{
  font-size: 20px;
    color: #ffc107;
    padding-bottom: 0px;
    font-weight: 600;
}
.feature ul li .singel-feature .cont p{
  color: #fff;
}
.feature ul li .singel-feature img {width: 70px;
  border: 1px solid #060e6b;
  padding: 11px;
  border-radius: 15px;
  background: rgb(255 255 255 / 32%);
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.pt-50 {
  padding-top: 50px;
}
.programs-section {
  padding: 30px 0 30px 0;
}

.course-grid {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  /* gap: 25px; */
}

.course-card {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d1d1d1;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 15px 0px 15px;
  --e-column-margin-right: 25px;
  --e-column-margin-left: 25px;
  padding: 0px 0px 0px 0px;
  border-radius: 15px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3/2; 
}

.card-content {
  padding: 10px 20px 15px 20px;
}

.program-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  height: 60px;
}

.program-name span {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.1rem;
  display: block;
}

.logo-row {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.logo-row img {
  height: 60px;
  max-width: 80px;
  object-fit: contain;
}

.duration {
  font-size: 0.8rem;
  color: #012da4;
}

.duration span {
  font-weight: 600;
}

.button-rows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 0px;
  flex-direction: column;
  align-items: start;
}

.button-rows a {
  width: 100%;
  text-align: center;
}

.button-rows a {
  background: #0a4ecb;
  color: #fff;
  padding: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  overflow: hidden;
  font-size: 0.9rem;
  
}

/* .button-rows a:hover {
  
} */

/*=====================================================
    16. COUNTER css 
======================================================*/

.singel-counter{
  position: relative;
  z-index: 5;
}
.singel-counter span{
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
}
.singel-counter p{
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}

/*===== Index-3 =====*/

.counter-3{}
.counter-3 p{
  color: #ffffff;
  font-weight: 600;
}

.footer {
  /* background: #203e99; */
  padding: 30px 0 0 0;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.bottom-strp-text {
  text-align: left;
  font-size: 0.7rem;
  margin-top: 30px;
}

.section-seperator {
  height: 2px;
  width: 50%;
  margin: 10px auto;
  background-color: #000;
}

.copy-text {
  margin: 10px;
  font-size: 0.8rem;
}

.iti {
  width: 100%;
}

.iti__country-list {
  max-width: 400px;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}

.form-popup {
  position: fixed;
  width: 100%;
  max-width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 450ms ease-in-out;
  background: #fff;
  padding: 40px 20px 20px 20px;
  z-index: 1009;
  border-radius: 20px;
  opacity: 0;
}

.form-popup.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.form-popup .heading {
  text-align: center;
  font-size: 1.3rem;
  font-weight: var(--strong-font);
  margin-bottom: 10px;
}

.form-popup .sub-heading {
  text-align: center;
  font-size: 1rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
  line-height: 1.2;
}

.form-close-btn {
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.message_wrapper {
  padding: 0.7rem 0.5rem;
  border-radius: 10px;
  margin-bottom: 20px;
}

.message_wrapper p {
  color: #fff;
  margin-bottom: 0;
}

.message_wrapper.success {
  background: green;
}

.message_wrapper.danger {
  background: red;
}

.cta-section {
  background: #203e99;
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  font-weight: 500;
}

.cta-text {
  font-size: 1.35rem;
}

.cta-btn {
  background-color: #0288d1;
  margin: 10px auto;
  display: block;
  width: max-content;
}

.stats {
  padding: 30px 20px 30px 20px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 700px;
  margin: 20px auto;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 20px;
}

.grid-item {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.grid-item img {
  margin: auto;
}

.grid-item p {
  text-align: center;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 600;
  color: #0d1c8f;
}

.grid-item .bottom-text {
  font-size: 1.3rem;
  line-height: 25px;
  color: #848484;
  font-weight: 500;
}

.mobile-otp-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content;
  gap: 20px;
}

.otp-check-btn {
  background: #203e99;
  color: #fff;
  padding: 0.35rem;
  text-align: center;
  cursor: pointer;
  width: 110px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: var(--strong-font);
}

.otp-response-text {
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
  font-size: 0.8rem;
}

.disabled {
  pointer-events: none;
  opacity: 0.8;
}

/* new css added here */

.Accredited-section {
  background: #fff;
  padding: 30px 0 50px 0;
}
.Accredited {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  /* border-bottom: 4px solid #fecf23; */
  margin: 0 10px;
}

.Accredited img {
  background: #fff;
  width: 100%;
  height: 100px;
  margin: auto;
  object-fit: contain;
}

.Accredited p {
  color: #000;
  /* background-color: #012da4; */
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.skill-section {
  background: #fff;
  padding: 30px 0 50px 0;
}

.skills-list {
  list-style: none; /* Remove default bullet points */
  padding: 0;
  margin: 0;
  text-align: center;
}

.skills-list li {
  display: inline-block; /* Make list items display side-by-side */
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem; /* Padding for inner content */
  border: 2px solid #fecf23;
  border-radius: 10px;
  font-size: 1rem;
  background-color: #f8f3e8;
}

.tools-wrapper {
  padding: 0;
  border-radius: 10px;
}
.tools-wrapper .align-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: max-content;
  margin: auto;
}
.tools-wrapper img {
  max-width: 150px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
  padding: 0.5rem 1rem;
}
.faq-question-container {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-question {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.faq-answer {
  display: none;
  background-color: #fff;
  padding: 0.5rem 1rem;
}

.faq-item.active .faq-answer {
  display: block; /* Show answer when question item is active */
}

.faq-item.active .faq-question-container .faq-icon {
  content: "-";
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

/* Alumni */

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 100%;
  margin: auto;
}

.testimonial {
  background: #203e99;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  padding: 100px 20px 20px 20px;
  margin-top: 90px;
}

.testimonial-grid .glider-track .testimonial {
  margin-left: 20px;
  margin-right: 20px;
}

.testimonial .testimonail-name {
  text-align: center;
  font-weight: var(--strong-font);
  margin-bottom: 10px;
  font-size: 1.15rem;
  color: #fff;
}

.testimonial .testimonail-designation {
  font-size: 0.9rem;
  font-weight: var(--light-font);
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.testimonial .testimonail-body {
  color: #fff;
  text-align: center;
}

.testimonail-image img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-bottom: 20px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}

.glider {
  overflow: hidden;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: auto;
}

.testimonial-grid .glider-track .testimonial {
  margin-left: 20px;
  margin-right: 20px;
}

.testimonial-grid .glider-track .testimonial {
  margin-left: 20px;
  margin-right: 20px;
}

.testimonial {
  background: #203e99;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  padding: 100px 20px 20px 20px;
  margin-top: 90px;
}

#testimonials,
#faculty {
  position: relative;
}

.glider {
  overflow: hidden;
}

.glider-next,
.glider-prev,
.glider-next:hover,
.glider-prev:hover {
  top: 60%;
  transform: translateY(-50%);
  opacity: 1;
  color: #000 !important;
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .banner-section .wrapper {
    grid-template-columns: 1fr;
  }

  .section-heading {
    font-size: 1.5rem;
  }

  .slick-prev {
    left: -8px;
  }

  .slick-next {
    right: -8px;
  }

  .header-content img {
    max-width: 200px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .banner-section .wrapper .child-1 .hero-text {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .slider-cont h3 {
    font-size: 12px !important;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
}
  .banner-section .wrapper .child-1 .hero-text span {
    font-size: 1.2rem;
  }

  .cta-text {
    font-size: 1rem;
  }

  .footer-navs {
    text-align: justify;
  }

  .banner-section {
    padding: 30px 0;
    background-image: none;
    background-image: linear-gradient(to top, #ffffff66 6%, rgb(12 15 80) 81%);
  }

  /* new css added here */
  .skills-list li {
    display: block;
    /* Stack list items vertically on smaller screens */
    margin: 0.5rem 0;
    /* Adjust margin for vertical stacking */
  }

  .tools-wrapper .align-line {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: max-content;
    margin: auto;
  }

  .faq-question {
    font-size: 1.1rem;
  }

  .testimonial-section .testimonial-grid-prev {
    left: -10px;
  }

  .testimonial-section .testimonial-grid-next {
    right: -10px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
