.fixed_header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

img.main-logo {
  width: 170px;
  margin: 10px;
}

img#footer-iis-logo {
  position: relative;
  top: 6px;
}

img.iism {
  width: 100%;
  max-width: 150px;
}

img.iia_logo {
  width: 100%;
  max-width: 85px;
  margin-right: 10px;
}

img.skill_india {
  width: 100%;
  max-width: 70px;
  margin-top: 5px;
}

img.gj_sarkar {
  width: 35px;
}
img.ahm-logo {
  width: 90px;
}
p.partner_sub_title {
  text-align: center;
  padding: 0px 170px 0px 170px;
  line-height: 25px;
}

/* New CSS */
.slider_form {
  padding: 50px 80px 50px 0px;
}

.abt_content {
  margin-top: 50px;
}

.info-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0px 30px 0px;
}

.info-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  max-width: 300px;
}

.info-box p {
  font-size: 12px;
  color: #266d9b;
  line-height: 20px;
  text-align: left;
  margin-left: 10px;
  font-weight: 600;
}

img.course_icon {
  max-width: 35px;
}

.abt_content {
  margin-top: 125px;
}

.benefits_section {
  background: #e0e0e0;
  padding: 35px 10px 50px 10px;
  margin-top: 50px;
}

.benefit-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  max-width: 100%;
  background: #29669d;
  padding: 15px 10px 15px 10px;
  height: 100%;
  border-radius: 8px;
}

p.benefit_text {
  color: #fff;
  font-size: 14px;
  text-align: left;
  margin-left: 10px;
}

h2.benefit_title {
  color: #1b5286;
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
}

img.skill_img {
  width: 100%;
  margin-left: 40px;
}

h2#p_title {
  color: #1b5286;
  text-align: center;
  margin-top: 50px;
}

h1.main_title {
  font-weight: 700;
  text-align: end;
}

button.btn.btn-primary {
  width: 100%;
  background: #2d82ca;
  border: none;
}
button.btn.btn-primary:hover {
  background: #000;
}
.benefit-box:hover {
  background-color: #3aa7b7;
  cursor: pointer;
}
p.sub_title {
  text-align: end !important;
}

.fa-angle-left,
.fa-angle-right {
  font-size: 12px;
}
.course_title {
  font-size: 30px;
}
.course_brief {
  font-size: 14px;
}
.student-img {
  position: relative;
  bottom: 30px;
}
/* Media Query for Smaller Devices */
@media (min-width: 481px) {
  .half-left,
  .half-right {
    /*overflow: hidden;*/
    padding: 0;
    position: responsive;
  }

  .half-left > .container,
  .half-right > .container {
    position: absolute;
    top: 0;
  }

  .half-left > .container {
    right: 0;
  }

  .half-right > .container {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .info-section {
    margin-left: 20px;
    display: block;
  }
  img.hero_img {
    display: none;
  }
  .info-box {
    margin-bottom: 20px;
  }

  .slider_form {
    padding: 30px 0px 0px 0px;
  }

  .abt_content {
    margin-top: 80px;
  }

  h1.main_title {
    text-align: center;
    font-size: 36px;
  }
  h2.benefit_title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  img.skill_img {
    display: none;
  }
  p.sub_title {
    font-size: 14px;
    text-align: center !important;
    line-height: 25px;
    padding: 5px;
  }

  img.m_skill_img {
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  /*.col-lg-3 {*/
  /*    margin-top: 10px;*/
  /*}*/

  .benefits_section {
    padding: 40px 10px 40px 10px;
    margin-top: 0px;
  }
}

/* Footer Start */
footer {
  background-color: #0f385a;
  color: #ffffff;
  padding: 40px 0px 0px 0px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer-section h4 {
  margin-bottom: 20px;
  font-size: 21px;
  text-transform: none;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin: 5px 0;
  margin-top: calc(16px / 2);
  line-height: 25px;
  text-indent: -7px;
  margin-left: 15px;
}

.footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}
div#mobile_view p {
  color: white;
  font-size: 15px;
}
div#conact_mobile_view p {
  color: white !important;
  font-size: 15px !important;
}

.footer-bottom {
  text-align: center;
  padding: 10px 0;
}

.footer-bottom p {
  margin: 0;
  margin-top: 30px;
  font-size: 14px;
  color: white;
  text-align: center;
}

.footer-section img {
  max-width: 160px;
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
}

/* .footer-section p {
    margin: 5px 0;
} */
a.f_social_icon {
  margin: 5px;
  color: #fff;
}

h4.footer-link-head {
  color: white;
  font-weight: 400;
}

.succes-sec {
  padding: 10px 0px;
  margin-bottom: 25px;
}
.success_story {
  /* padding: 30px 20px; */
}
.story_head_title {
  text-align: center;
  color: #1b5286;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.success_story_text {
  font-size: 14px;
  text-align: justify;
}
.success_story_designation {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}
#story_img {
  width: 100%;
  max-width: 130px;
  border-radius: 50%;
  margin: auto;
}
.success-story-carousel .owl-nav {
  font-size: 32px;
}
button.owl-prev,
button.owl-next {
  margin: auto !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: unset !important;
  text-decoration: none;
}
.success-story-carousel .owl-nav button {
  box-shadow: none;
  background-color: none !important;
}
.success-story-carousel button.owl-prev,
.success-story-carousel button.owl-next {
  background: none !important;
}
.success-story-carousel .fa-angle-left,
.success-story-carousel .fa-angle-right {
  font-size: 20px;
}

.success-story-carousel .owl-item {
  background-color: #f4f6f9;
}
#success_story_row {
  padding-bottom: 25px;
}
#mobile_view {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* new landing page 15/07/2025 */
.testimonial-section {
  /* background: linear-gradient(to right, #0070c0, #1a75d1); */
  background-image: url('../images/service/1320x480_BS.png');
  background-size:cover;
  background-repeat: no-repeat;
  padding: 3rem 1rem;
  border-radius: 8px;
  margin: 50px 0;
  color: #333;
}

.testimonial-section .container {
  padding: 50px 0;
  position: relative;
}

.testimonial-card {
  background: #eaf0f8;
  border-radius: 12px;
  padding: 32px 50px 60px 50px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  z-index: 1;
  overflow: visible;
}

.profile-img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.stars {
  position: absolute;
  bottom: -15px;
  left: 15%;
  transform: translateX(-50%);
  background: #007bff;
  padding: 0.3rem 1rem;
  border-radius: 8px;
  color: #e4df18;
  font-weight: 600;
  font-size: 18px;
  z-index: 9999;
}

.student_name {
  text-align: center;
  font-style: italic;
  margin-top: 25px;
}

.spotlight-para {
  text-align: center;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  div#m_logo {
    object-fit: contain;
    position: relative;
    margin: 10px;
    display: flex;
    justify-content: center;
  }
  .footer-section h4 {
    font-size: 18px;
  }
  .footer-section img {
    margin-top: 0px;
    margin-bottom: 30px;
    max-width: 130px;
  }
  #footer-iis-logo {
    /*margin-left: 50px;*/
    /*margin-top:14px;*/
  }
  .footer-bottom p {
    margin: 0;
    margin-top: 20px;
    font-size: 14px;
    padding: 10px;
    border-top: 1px solid #6a6a6a;
  }
  p {
    font-size: 14px;
  }
  .footer-section ul li {
    font-size: 14px;
  }

  footer {
    background-color: #10385b;
    color: #ffffff;
  }
  div#mobile_view {
    display: none;
  }
  #conact_mobile_view {
    display: none;
  }
  nav.navbar.navbar-expand-lg.navbar-light {
    display: block;
  }
  div#desktop_view p {
    color: white;
    font-size: 14px;
  }
  #contact_desktop_view p {
    color: white;
    font-size: 14px;
  }
}

/* End */

@media (min-width: 768px) and (max-width: 5000px) {
  .mobile_logo {
    display: none;
  }
  div#desktop_view {
    display: none;
  }
  #contact_desktop_view {
    display: none;
  }
  div#m_logo {
    display: none;
  }
}

/*Media Query multiple screen size*/
@media (min-width: 1700px) {
  .slider_form {
    padding: 50px 80px 50px 0px;
    position: relative;
    right: 110px;
    z-index: 999;
    overflow: auto;
  }
}

@media (min-width: 767px) {
  .slider_form {
    padding: 30px 20px 30px 50px;
  }
}

@media (min-width: 768px) and (max-width: 2500px) {
  .slider_form {
    padding: 70px 30px 70px 30px;
    background: #f6f6f6;
    height: 100%;
  }
}
