body{
  overflow-x: hidden;
}
.top-bar {
  background-color: #a8d7f7; 
}
.top-bar i{
    color:white !important;
  font-size: 24px !important;
  background-color: #034F7A !important;
  padding: 9px 18px;
}
.top-bar .email i{
  background-color: #ffa400 !important;
}
.top-bar a {
  color: #033a58;
  font-weight: 600;
  font-size: 16px;
}
.navbar {
  background-color: #034F7A !important; 
  height: 84px;
  display: flex;
  align-items: center;
  z-index: 99;
}
.nav-link {
  color: white !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  font-family: Rubik, sans-serif;
  padding: 0px 10px 0px 20px !important;
}
.navbar-collapse{
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    display: flex !important;
    height: 100%;
    align-items: center !important;
}
.offcanvas .nav-link.active {
  color:#5acafa !important;
}
.nav-link:hover{
    color:#ffa400 !important;
}
.nav-link.active {
  color:#5acafa !important;
}
.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%235acafa' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.offcanvas-body .nav-link {
  font-size: 14px !important;
  line-height: 16px;
  font-family:  Rubik, sans-serif;
  font-weight: 600;
  color: #033a58 !important;
  padding: 15px 0 !important;
  border: none !important;
}

.hero-section .overlay {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10182BDE;
    opacity: 0.75;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
 padding-top: 200px;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  justify-content: center;
  margin-left: 500px !important;
}
@keyframes fadeInRight {
   from {
    opacity: 0;
    transform: translateX(80px); 
  }
  to {
    opacity: 1;
    transform: translateX(0); 
  }
}
.animate-fade-in-right {
  opacity: 0;
  animation: fadeInRight 3s ease forwards;
}
.service-content .btn {
    border-radius: 0px !important;
    border: none;
    background-color: #ffa400 !important;
    color:#ffffff !important;
     font-size: 12px !important;
      font-weight: 500 !important;
      text-transform: uppercase;
      padding: 18px 36px 18px 36px !important;
      font-family: Rubik, sans-serif;
      line-height: 12px !important;
       transition: transform 0.3s ease-in-out !important;
}
.service-content .btn:hover {
  transform: translateY(-6px) !important;
  background-color: #034f7a !important;
}

.service-content p, .about-content p{
      font-size: 16px;
      font-weight: 400;
      font-family: Heebo, sans-serif;
      line-height: 24px;
      color:rgb(118, 126, 147);
}
.service-content h2, .about-content h2{
 font-size: 32px;
      font-weight: 500;
      font-family: Rubik, sans-serif;
      line-height: 38px;
      color:rgb(18, 44, 108);
}
.career-header{
   font-size: 32px;
      font-weight: 500;
      font-family: Rubik, sans-serif;
      line-height: 38px;
      color:rgb(3, 79, 122) !important;
      margin-bottom: 40px !important;
}
  .service-box h3, .service-box-1 h3 {
      font-size: 20px;
      line-height: 24px;
      font-family: Rubik, sans-serif;
      font-weight: 500;
       background: #034f7a !important;
      color: #fff;
      padding: 60px;
       margin: 0; 
      text-align: center;
    }
    .service-box h3{
    padding: 73px;
    }
.service-box img,
.service-box-1 img {
  display: block;
  margin: 0;
  width: 100%;          
  height: auto;
}
  .service{
  margin-top: 40px !important;
  }
    .service-box-1 h3{
        background: #ffa400 !important;
    }
    .vision p, .mission p, .vision-1 p, .mission-1 p{
         font-size: 16px;
        font-family: Heebo, sans-serif;
        font-weight: 400;
        line-height: 24px;
        color:rgb(118, 126, 147);
        margin-top: 10px;
    }
    .vision img,.vision-1 img{
        background-color: #034f7a !important;
        color:white !important;
        padding: 20px !important;
    }
    .vision h3{
        color:#ffa400;
        font-size: 28px;
        font-family: Rubik, sans-serif;
        font-weight: 500;
        line-height: 28px;
    }
     .vision:hover img, .vision-1:hover img {
        background-color: #ffa400 !important;
    }
    .vision:hover h3, .vision-1:hover h3{
        color:rgb(3, 79, 122) !important
    }
    .mission img, .mission-1 img{
        background-color: #ffa400 !important;
        padding: 20px !important;
    }
    .mission h3{
        color:#034f7a;
         font-size: 28px;
        font-family: Rubik, sans-serif;
        font-weight: 500;
        line-height: 28px;
    }
     .mission:hover img, .mission-1:hover img{
        background-color: #034f7a !important;
    }
    .mission:hover h3, .mission-1:hover h3{
        color:#ffa400;
    }
    .whoweare{
        background-color: #034f7a !important;
        padding: 65px !important;
        color:white;
    }
    .whoweare h5{
        color:#ffa400 !important;
        font-size: 14px;
        font-family: Rubik, sans-serif;
        font-weight: 400;
        line-height: 14px;
    }
.whoweare h5 {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}
.whoweare h5.animate {
  opacity: 1;
  transform: translateX(0);
}

     .whoweare h2, .loaded, .super{
        font-size: 32px !important;
        font-family: Rubik, sans-serif !important;
        font-weight: 500 !important;
        line-height: 38px;
    }
     .super{
        font-size: 20px !important;
        font-family: Rubik, sans-serif !important;
        font-weight: 500 !important;
        line-height: 24px;
        color: rgb(255, 164, 0);
        padding-left: 5px;
    }
    .whoweare p, .title{
        font-size: 16px !important;
        font-family: Heebo, sans-serif !important;
        font-weight: 400 !important;
        line-height: 24px;
        color:rgb(174, 180, 195);
    }
    .about-content h5{
      font-family: Rubik, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      color:rgb(255, 164, 0);
      text-transform: uppercase;
      opacity: 0;
  transform: translateX(-100px);
    }
.about-content h5.animate {
  animation: slideInLeft 1s ease-out forwards;
  animation-delay: 0.3s;
}
.about-content h2{
  color:rgb(3, 79, 122);
}
 .vision-1 h3{
        color:#5acafa !important;
    }
    .mission-1 h3, .vision-1 h3{
        color:rgb(3, 79, 122);
         font-size: 23px;
        font-family: Rubik, sans-serif;
        font-weight: 500;
        line-height: 28px;
    }
    .about-management{
        margin-top:130px;
    }
    .management h3, .content h3{
        color:rgb(3, 79, 122);
        font-size: 24px;
        font-family: Rubik, sans-serif;
        font-weight: 500;
        line-height: 29px;
        margin-top:20px;
        }
        .management p, .content p, .projectdetails ul{
        color:rgb(118, 126, 147);
        font-size: 16px;
        font-family: Heebo, sans-serif;
        font-weight: 400;
        line-height: 24px;
        margin-top:20px;
        }
        .goals h2{
        font-size: 32px;
        font-family: Rubik, sans-serif;
        font-weight: 700;
        line-height: 28px;
        margin-top:40px;
        margin-bottom: 50px;
        }
        .goals h2 span{
          color:rgb(44, 113, 155);
        }
         h6.section-title{
      color: rgb(44, 113, 155);
      font-size: 16px;
      font-family:Rubik, sans-serif ;
      font-weight: 500;
      line-height: 19px;
    }
    .value-section p{
     color: rgb(118, 126, 147);
      font-size: 16px;
      font-family:Heebo, sans-serif;
      font-weight: 400;
      line-height: 24px;
    }
.goals h2 {
  opacity: 0;
  transform: translateY(50px); 
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-name: slideUpword;
   opacity: 0;
  transform: translateY(50px);
}

.goals h2.animate {
  animation: slideUpword 0.8s ease-out forwards;
  animation-delay: 0.3s;
}
.value-section {
  opacity: 0;
  transform: translateY(50px); 
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-name: slideUp;
   transform: translateY(50px);
}
.value-section.animate {
  animation: slideUp 0.8s ease-out forwards;
  animation-delay: 1.1s;
}
     .team-section {
      padding: 60px 20px;
      background-color: #f8f9fa;
      text-align: center;
    }
    .team p{
      padding: 0px 250px !important;
      color:rgb(118, 126, 147);
      font-size: 16px;
      font-family: Heebo, sans-serif;
      font-weight: 400;
      line-height: 24px;
    }
    .team h5 {
  color: rgb(255, 164, 0);
  font-size: 14px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 14px;
  display: inline-block;
  opacity: 0;
  transform: translateX(-200px);
}

.team h5.animate {
  animation: slideInLeft 1s ease-out forwards;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUpword {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

    .team h2, .ongoing-content h2, .completed-content h2, .rehabilitation h2, .projectdetails h2, .projecthighlights h2, .contact-details h2, .comments h2, .gallery h2{
      color:rgb(3, 79, 122);
      font-size: 32px;
      font-family: Rubik, sans-serif;
      font-weight: 500;
      line-height: 38px;
    }
    .members{
      margin-top:60px !important;
    }
    .team-member h3{
      color:rgb(3, 79, 122);
      font-size: 24px;
      font-family: Rubik, sans-serif;
      font-weight: 500;
      line-height: 29px;
      padding:20px 0px 15px 0px;
    }
    .team-member p, .rehabilitation p{
      color:rgb(118, 126, 147);
      font-size: 16px;
      font-family: Heebo, sans-serif;
      font-weight: 400;
      line-height: 24px;
    }
.cta-card {
  position: relative;
  height: 450px;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 35px 60px 50px !important;
  color: white;
  cursor: pointer;
}
.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title,
.cta-desc,
.cta-button {
  display: block;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Title */
.cta-card:hover .cta-title {
  transform: translateY(-40px);
  opacity: 1;
  transition-delay: 0.1s;
}
.cta-card:not(:hover) .cta-title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}

/* Description */
.cta-card:hover .cta-desc {
  transform: translateY(-40px);
  opacity: 1;
  transition-delay: 0.3s;
}
.cta-card:not(:hover) .cta-desc {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.cta-card:hover .cta-button {
  transform: translateY(-40px);
  opacity: 1;
  transition-delay: 0.5s;
}
.cta-card:not(:hover) .cta-button {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.cta-card:hover .cta-bg {
  transform: scale(1.1);
}
.cta-card:not(:hover) .cta-bg {
  transform: scale(1);
  transition-delay: 0s;
}

.cta-card h5 {
  font-size: 23px;
  line-height: 24px;
  font-family: Heebo, sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.cta-card p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-family: Heebo, sans-serif;
  font-weight: 400;
}

.cta-card a.btn {
  color: white;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: Rubik, sans-serif;
  line-height: 14px;
  background-color: #042233 !important;
  border-radius: 0px;
  transition: all 0.3s ease;
  padding: 18px 36px;
}
.cta-card a.btn:hover {
  background-color: #5acafa !important;
}
.completed-content-1.cta-card a.btn:hover {
  background-color: rgb(255, 164, 0) !important;
}
.ongoing-content,.completed-content{
  margin-bottom: 60px !important;
}

.stars {
  list-style: none;
  padding: 0;
  display: flex;        
  align-items: center;   
  gap: 4px;              
}
.stars svg {
  width: 18px;
  height: 18px;
  fill: rgb(255, 164, 0);
}
.comments{
  margin-top: 140px;
  margin-bottom: 140px;
}
.comments h2{
  padding-bottom: 30px !important;
}
.comment-heading h2 span {
  color: #5acafa;
}
.comment-heading h2:hover,
.comment-heading h2:hover span,.comment-heading i:hover {
  color: rgb(255, 164, 0);
}
.comments p{
  color:#034f7a;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 22px !important;
  font-family: Rubik, sans-serif;
}
.profile-info{
  padding-left:10px;
}
.profile-info .author-name{
  color: #5acafa;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.profile-info .author-des{
  color: rgb(255, 164, 0);
    font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.fa-arrow-left{
   /* padding-left: 40px; */
  font-size: x-large;
  color: #034F7A;
}
.fa-arrow-right {
  padding-left: 40px;
  font-size: x-large;
  color: #034F7A;
}
 .comment {
    display: none;
    animation: slideIn 0.6s ease-in-out forwards;
  }
  .comment-active {
    display: block;
  }
  .comment:hover .profile-info .author-name{
     color: rgb(255, 164, 0);
  } 
  .comment:hover .profile-info .author-des{
     color: #5acafa;
  } 
  .comment:hover .stars svg {
  fill: #034F7A;
}
.comment .fa-quote-right {
  font-size: 40px; 
  color: rgb(255, 164, 0); 
  float: right;
}
.comment:hover .fa-quote-right {
  color: #034F7A; 
}
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateX(500px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .contact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-color: #020c25 !important;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.contact .container {
  z-index: 2;
      width: 100%;
    max-width: 100%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}
.contact .container h2{
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
.contact .container p{
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact .container .btn{
  padding: 17px 40px 17px 40px;
  font-family: Rubik, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 0px !important;
  border: none;
  background-color: #ffa400 !important;
  color:#ffffff !important;
  transition: transform 0.3s ease-in-out !important;
}
.contact .container .btn:hover{
  transform: translateY(-6px) !important;
  background-color:white !important;
  color:rgb(3, 79, 122) !important;
}
.contact {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
footer {
  margin-top: 0 !important;
}
footer{
  background-color: #034F7A;
  color:white;
  padding-top: 90px;
}
.footer-1{
  padding-bottom: 100px;
}
.copy{
   padding: 20px 0px 20px 0px;
}
.quick-links h4, .location h4{
  padding-bottom: 15px;
}
.quick-links i, .location i{
 color:rgb(255, 164, 0); 
}
.quick-links a, .location a{
text-decoration: none;
    color: white; 
}
.quick-links a:hover, .location a:hover {
  color: rgb(255, 164, 0); 
}
.icon-lists-1 li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgb(255, 164, 0);
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  gap: 10px; 
  line-height: 1.5;
  color: white;
}

.icon-lists-1 i {
  color: rgb(255, 164, 0);
  font-size: 18px;
  margin-top: 3px; 
}

.icon-lists-1 a {
  color: white;
  text-decoration: none;
  word-break: break-word;
}
 .icon-lists-1 li:hover {
  color: rgb(255, 164, 0);
}

.social-icon-linkedin {
  width: 40px;
  height: 40px;
  background-color: rgb(255, 164, 0);
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.social-icon-linkedin:hover {
  background-color: #ffffff;
  color: #034f7a;
  transform: scale(0.9); 
}
.copy a{
  text-decoration: none;
  color:rgb(255, 164, 0);
}
.about-hero, .ongoing, .completed, .career, .contact {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;        
  width: 100%;
  margin-top: -84px;
  margin-bottom: 50px;
}
/* .ongoing,.completed{
   height: 100vh !important;
}
.ongoing .about-section-1, .completed .about-section-1{
  margin-top: 70px;
} */
.background-overlay {
  background-color: #020c25;
  opacity: 0.7;
  inset: 0;
  position: absolute;
}

.about-section {
  position: relative;   
  z-index: 1;
  height: 100%;         
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about-section-1{
  margin-top: 100px;
}

.about-section h2 {
  font-family: Rubik, sans-serif;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
  color: white !important;
}

.breadcrumb {
  background-color: 1px solid white !important;
  margin: 0;
  padding: 0;
}

.breadcrumb {
  background-color: white !important; 
  display: inline-block; 
  padding: 14px 32px !important;
  border-radius: 6px;
  margin: 0 auto; 
} 

.breadcrumb-item,
.breadcrumb-item-1, .breadcrumb-item-2, .breadcrumb-item-3 {
  color: #1C407B !important; 
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-item-1::before, .breadcrumb-item-2::before, .breadcrumb-item-2::before {
  content: ">";
  color: #5acafa !important;
  font-size: 14px;
  font-weight: 900;
  padding: 0px 5px 0px 5px !important;
}

@media (max-width: 767px) {
  body, html{
    overflow-x: hidden !important;
  }
  .top-bar {
  background-color: white !important; 
}
.service-content h2 {
  margin-top: 40px;
  }
  .mission{
    margin-top: 25px !important;
  }
  .comments{
    margin-top:0px !important;
  }
  .comment{
        margin-top: -40px !important;
  }
    .whoweare{
        padding: 30px !important;
    }
    .whoweare h2, .loaded, .super{
        font-size: 24px !important;
        line-height: 29px !important;
    }
     .whoweare p, .title{
        font-size: 14px !important;
        line-height: 21px !important;
    }
    footer{
      padding-top: 30px !important;
    }
   .footer-1 .text-md-start,
  .footer-1 .text-md-left {
    text-align: center !important;
  }
  .icon-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    margin-left: 20px;
  }
  .icon-lists li {
    display: flex;
    align-items: center;
    white-space: nowrap;
  } 
   .quick-links {
    padding-left: 0px !important; 
    padding-top: 20px;
  }
  .footer-1 {
   padding-bottom: 0px !important;
  }
  .hero-section{
    margin-top: 0px !important;
  }
  .service{
       margin-top: -80px !important;
    z-index: 99 !important;
  }
   #prev, #next {
    display: none;
  }
  .about-hero, .ongoing, .completed, .career, .contact {
  margin-top: 0px !important;
}
 .team p{
      padding: 0px 0px !important;
}
.contact-details h5{
   margin-top: -90px !important;
}
 form{
    margin-top: 30px !important;
  }
  .career-btn {
    width: 100%;
    display: block;
  }
  .hero-content {
  margin-left: 0px !important;
}
}
@media (min-width: 768px) and (max-width: 1140px) {
  .hero-content {
  margin-left: 0px !important;
}
}

.card{
  border-radius: 0px !important;
  color:rgb(118, 126, 147) !important;
  font-family: Heebo, sans-serif;
}
.card h6{
 font-size: 16px;
 font-weight: 700;
 line-height: 16px;
 display: inline-block;          
 text-decoration: underline;    
}
.card h6:hover {
   color: rgb(3, 79, 122) !important;
  text-decoration: underline;  
}
.accordion .accordion-collapse {
  border-top: 1px solid #d5d8dc !important; 
  border-radius: 0 !important; 
  margin-top: -1px; 
   font-size: 16px;
 font-weight: 400;
 line-height: 24px;
}
 .accordion-header[aria-expanded="true"] .icon-toggle::before {
    content: "\f068"; 
    font-size: 12px !important; 
    font-weight: 700;
    text-decoration: none !important;  
  }
  .accordion-header[aria-expanded="false"] .icon-toggle::before {
    content: "\f0d7";
     font-size: 15px !important;
     font-weight: 700 !important; 
      text-decoration: none !important;  
  }
  .icon-toggle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    text-decoration: none !important;  
  }
  form{
    margin-top: -10px;
  }
  label{
     font-family: Heebo, sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  color: rgb(119, 119, 113);
  padding-bottom: 3px;
  }
  input[type="email"], input[type="text"], textarea {
    width:100%;
    padding: 6px;
    font-size: 16px;
    border: none !important;
    border-radius: 0px !important;
    background-color: #EDEDED;
    color: #000000;
    resize: none;
    margin-bottom: 7px;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
} 
input[type="file"]{
     font-family: Heebo, sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  color: rgb(119, 119, 113);
}
input[type="file"]::file-selector-button {
  background-color: #1ABCA1;    
  font-size: 14px !important;
  font-weight: 500;
  font-family: Heebo, sans-serif;  
  text-transform: uppercase;
  line-height: 20px !important;
  color: rgb(255, 255, 255);
  border: none;
  padding: 8px 12px;
  border-radius: 0px;
  cursor: pointer;
  box-shadow: none;              
  transition: background-color 0.3s, box-shadow 0.3s;
}

input[type="file"]::file-selector-button:hover {
  background-color: #159C85;     
  box-shadow: 0 4px 8px rgba(0.7, 0.7, 0.7, 0.7); 
}
.career-btn{
  background-color: #17A8E3 !important;
    color: #FFFFFF !important;
        font-size: 14px;
    font-family: Heebo, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
     padding: 10px 14px;
  border-radius: 0px !important;
    box-shadow: none;   
    border:none !important;           
  transition: background-color 0.3s, box-shadow 0.3s;
}
.career-btn:hover{
   background-color: #008FCA !important;     
  box-shadow: 0 4px 8px rgba(0.7, 0.7, 0.7, 0.7); 
}

.contact-form {
      max-width: 600px;
      margin: auto;
      background: #fff;
      padding: 25px;
      border-radius: 0px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }
    .contact-details{
     margin-top: 150px !important;
    }
     .contact-details h5{
    font-size: 20px !important;
    color: rgb(90, 202, 250);
    line-height: 14px;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    }
    .contact-details h4{
    font-size: 18px;
    color: rgb(3, 79, 122);
    line-height: 23px;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    }
.contact-details p, .jeevan p{
   font-size: 16px;
    color:rgb(118, 126, 147);
    line-height: 24px;
    font-family: Heebo, sans-serif;
    font-weight: 400;
}
.icon-box{
  padding-top:40px;
}
 .icon-box i {
      color: white;
      font-size: 30px;
        background-color: #034f7a !important;
      padding: 25px 30px 20px 30px!important;
    height: 75px;
    }
  .btn-social-media {
    background-color: #5acafa !important;
    color:white !important;
    border-radius: 0px !important;
    margin-top: 25px !important;
  }
#error-message{
  background-color:#f9e4e8 !important;
  padding:13px;
}
#success-message{
  background-color:#bceee6 !important;
  padding:13px;
}
.carousel-item img {
  max-width: 60%;   
  max-height: 80vh; 
  margin: 0 auto;   
  display: block;
  object-fit: contain; 
}
