@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p {
  font-family: 'Poppins', sans-serif !important;
}

body {
  overflow-x: hidden !important;
}


span.icon {
  font-size: 48px;
  height: 100px;
  width: 100px;
}

.widget-container {
  padding: 20px 40px;
}

.section__title {
  margin-bottom: 15px
}

.mb--20 {
  margin-bottom: -20px;
}

.mt--50 {
  margin-top: -50px;
}

.hero-big {
  width: 90%;
}

.what__title {
  font-size: 30px;
}

.border_right {
  border-right: 0.3px solid #cecccc;
}

.programs1 .bx-controls-direction {
  display: none !important;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .scholar_title {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .border_right {
    border-right: none;
  }

  .scholar_title {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }

  .mb-30.fix.what__content.p-absolute.text-center {
    position: relative;
  }

  .hero__thumb-2 img.hero-big {
    width: 85%;
  }

  .hero__height {
    min-height: 600px;
  }

  .hero__height .container {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 850px) {
  .hero__height {
    min-height: 550px;
    padding-top: 50px;
  }

  .image_section img {
    z-index: -1 !important;
  }

  #programs .section__title-wrapper p {
    text-align: center;
  }
}

@media only screen and (max-width: 799px) {
  .mtmh {
    margin-top: 0px !important;
  }
}

@media (max-width: 767px) {
  .border_right {
    border-right: none;
  }

  .what__title {
    font-size: 18px;
  }

  .xsmb-0 {
    margin-bottom: 0;
  }

  .mtmh {
    margin-top: 50px !important;
  }

  .e-btn {
    margin-bottom: 15px;
  }

  .w-img img {
    margin-bottom: 25px;
  }

  .widget-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .height_text {
    height: 70px;
  }

  .why__thumb {
    margin-left: 0;
  }

  span.icon {
    font-size: 40px;
    line-height: 50px;
  }

  #programs .section__title span.yellow-bg-big img {
    display: block;
    margin-bottom: 0;
    bottom: 5px;
  }

  .contact__form iframe {
    height: 501px !important;
  }

  .mb-30.fix.what__content.p-absolute.text-center {
    position: relative;
  }

  #programs .mb-30.fix.what__content.p-absolute.text-center .course__content {
    padding: 0;
  }

  .course__title {
    font-size: 14px;
  }

  .about__content {
    margin-top: 50px;
  }
}

body {
  background-color: transparent !important;
}

.bs-dropdown-to-select-group .btn {
  padding: 6px 8px 7px !important;
}

.hero__thumb-2 {
  position: relative;
  width: 100%;
}

.hero-big,
.hero-small {
  width: 100%;
  height: auto;
  display: block;
}

.hero-small {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px !important;
  }

}

  .highlight-background {
    background-color: #8D2A70;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: white;
    font-family: 'Poppins', sans-serif !important;
  }

.hero__height {
  min-height: 675px !important;
}

.main-menu ul li a {
  font-size: 18px !important;
}

.sticky-icon {
  display: none;
  /* Hide the button by default */
}

/* Styles for mobile devices */
@media only screen and (max-width: 767px) {
  .sticky-icon {
    display: block;
    /* Show the button for screens up to 767px width */
  }
}

.sticky-icon {
  position: fixed;
  right: 0px;
  top: 20%;
  transform: translateY(-50%);
  background-color: #070396;
  padding: 10px;
  z-index: 999;
  writing-mode: vertical-rl;
}

.npfWidgetButton {
  background-color: #070396;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.hero__thumb-2 {
  position: relative;
}

.hero__thumb-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: -40vh;
  left: -12vh;
  z-index: -1;
}

.form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 1;
}

/* Default styles for larger screens */
.hero__thumb-2 img,
.services__area img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .hero__title {
    font-size: 60px;
    line-height: 80px;
    color: #0F2783;
  }
}

.highlight-background {
  font-size: 28px;
}

.hero__thumb-2 img {
  height: 79vh;
  width: 110vh;
}

.form-container {
  width: 70%;
}

/* Additional styles for smaller screens */
@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 18px;
    line-height: 25px;
    color: #0F2783;
  }

  .highlight-background {
    font-size: 18px;
  }

  .leafimg {
    display: none;
  }

  .form-container {
    width: 100%;
  }
}

.about__content {
  padding: 15px;
}

.about__content h2 {
  color: #0F2783;
  font-size: 32px;
}

.about__content ul {
  padding-left: 20px;
}

.about__content li {
  margin-bottom: 12px;
  position: relative;
  font-size: 18px;
}

.about__content li span {
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
}

.e-btn-border {
  background-color: #070396;
}

/* Additional styles for smaller screens */
@media only screen and (max-width: 767px) {
  .about__content h2 {
    font-size: 24px;
  }

  .about__content ul {
    padding-left: 15px;
  }

  .about__content li {
    font-size: 16px;
  }

  .about__content li span {
    display: none;
  }

  .col-xxl-4 img {
    display: none;
  }

  .mb-4 {
    margin-bottom: 17.5rem !important;
  }

  .mobdiv {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-top: 30px !important;
  }

  .mobileheight {
    height: 40vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .col-xxl-4 img {
    display: none;
  }

  .leafimg {
    display: none;
  }

  .mobdiv {
    font-size: 34px !important;
    line-height: 50px !important;
  }
}

.testimonial__slider {

  width: 100%;
  overflow-x: hidden;
}
.owl-stage{
  display: flex;
  margin-bottom: 50px;
}
.testimonial__slider .owl-nav div {
  display: block;
  padding: 7px 15px;
  border-radius: 50%;
}

