@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-family: "Poppins", sans-serif;
}
.navbar {
  background-color: aliceblue;
  color: black;
  padding: 10px 20px;
}

.nav-logo {
  height: 30px;
  width: auto; 
}

.navbar .nav-link {
  color: black;
  padding: 8px 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-nav {
  display: flex;
  gap: 15px;
}


.navbar .nav-link:hover {
  background-color: #2d436e;
  color: white;
  border-radius: 8px; 
}

@media (max-width: 768px) {
  .nav-logo {
    height: 40px;
  }

  .navbar-nav {
    flex-direction: column;
    gap: 10px;
  }

  .nav-link {
    text-align: center; 
  }
}

#home {
  background: url(images/4257\ 1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home-text {
  text-align: center;
}
.home-h1 {
  padding-top: 5%;
}
.home-p {
  padding-top: 2%;
}
.card-img-top {
  border-radius: 50px;
  padding: 20px;
}
.card {
  border-radius: 30px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
}
.card-body {
  padding: 25px;
  margin-top: -15px;
}
.card .btn-primary {
  border-radius: 50px;
  width: 120px;
  background-color: #3c3571;
}
.card .btn-primary:hover {
  background-color: black;
  border: none;
}
h3,
h5 {
  color: rgb(0, 91, 228);
}
.project {
  background-color: aliceblue;
}
.inner {
  background-color: aliceblue;
  height: 90%;
  width: 90%;
  padding: 25px;
}
#testimonials {
  margin: 100px 0;
}
.testimonials {
  border-left: 4px solid aliceblue;
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonials img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 10px;
}
.user-details {
  display: inline-block;
  font-size: 12px;
}
#social-media {
  background: #f8f9fa;
  padding: 100px 0;
}
#social-media p {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.social-icons img {
  width: 60px;
  transition: 0.5s;
  margin: 12px;
}
.team {
  overflow: hidden;
  padding-bottom: 7%;
}
.team .member {
  position: relative;
  padding: 15px;
  /* box-shadow: 0px 2px 15px rgb(0,0,0,0.1); */
  border-radius: 5px;
  background: aliceblue;
}
.team .member .teampic {
  border-radius: 50%;
  width: 180px;
  overflow: hidden;
}
.team .member .member-info {
  padding-left: 30px;
  padding-top: 28px;
}
.team .member h4 {
  color: #3c3571;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: 500;
  position: relative;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: black;
  bottom: 0;
  left: 0;
}
.team .member p {
  font-size: 14px;
  margin: 10px 0 0 0;
}
.team .member .social {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  align-items: center;
}
.team .member .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 32px;
  text-decoration: none;
}
.team .member .social a i {
  color: #3c3571;
  font-size: 16px;
  /* margin: 0 2px; */
}
/* .team .member .social a:hover i{
    color: white;
} */
.section-title {
  /* text-align: center; */
  padding-bottom: 30px;
  padding-top: 30px;
}
.contact-bg {
  height: 40vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
    url(image/contact-bg.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-bg h3 {
  font-size: 1.3rem;
  font-weight: 400;
}
.contact-bg h2 {
  font-size: 3rem;
  text-transform: uppercase;
  padding: 0.4rem 0;
  letter-spacing: 4px;
}
.line div {
  margin: 0 0.2rem;
}
.line div:nth-child(1),
.line div:nth-child(3) {
  height: 3px;
  width: 70px;
  background: #f7327a;
  border-radius: 5px;
}
.line {
  display: flex;
  align-items: center;
}
.line div:nth-child(2) {
  width: 10px;
  height: 10px;
  background: #f7327a;
  border-radius: 50%;
}
.text {
  font-weight: 300;
  opacity: 0.9;
}
.contact-bg .text {
  margin: 1.6rem 0;
}
.contact-body {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}
.contact-info {
  margin: 2rem 0;
  text-align: center;
  padding: 2rem 0;
}
.contact-info span {
  display: block;
}
.contact-info div {
  margin: 0.8rem 0;
  padding: 1rem;
}
.contact-info span .fas {
  font-size: 2rem;
  padding-bottom: 0.9rem;
  color: #f7327a;
}
.contact-info div span:nth-child(2) {
  font-weight: 500;
  font-size: 1.1rem;
}
.contact-info .text {
  padding-top: 0.4rem;
}
.contact-form {
  padding: 2rem 0;
  border-top: 1px solid #c7c7c7;
}
.contact-form form {
  padding-bottom: 1rem;
}
.form-control {
  width: 100%;
  border: 1.5px solid #c7c7c7;
  border-radius: 5px;
  padding: 0.7rem;
  margin: 0.6rem 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  outline: 0;
}
.form-control:focus {
  box-shadow: 0 0 6px -3px rgba(48, 48, 48, 1);
}
.contact-form form div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.6rem;
}
.send-btn {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #3c3571;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1.5rem;
  cursor: pointer;
  transition: all 0.4s ease;
}
.send-btn:hover {
  opacity: 0.8;
}
.contact-form > div img {
  width: 85%;
}
.contact-form > div {
  margin: 0 auto;
  text-align: center;
}
.contact-footer {
  padding: 2rem 0;
  background: #000;
}
.contact-footer h3 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}
.social-links {
  display: flex;
  justify-content: center;
}
.social-links a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem;
  transition: all 0.4s ease;
}
.social-links a:hover {
  color: #f7327a;
  border-color: #f7327a;
}

@media screen and (min-width: 768px) {
  .contact-bg .text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .contact-bg .text {
    width: 50%;
  }
  .contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .contact-info {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-wrapper {
  background-color: aliceblue;
  padding-bottom: 0;
  padding-top: 7%;
}
.footer-wrapper h5 {
  color: black;
}
.footer-wrapper ul li {
  margin-bottom: 0.5rem;
  list-style: none;
  font-size: 0.875rem;
}
.footer-wrapper ul li a,
.footer-wrapper p {
  color: black;
  font-size: 0.875rem;
  padding-left: 1.5rem;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  padding: 0;
}
.footer-wrapper .contact-info ul a {
  padding: 0;
}
.footer-wrapper ul li a::before {
  content: "";
  font-family: Font Awesome 5 Free;
  font-weight: 600;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-wrapper .link-widget li a:hover {
  margin-left: 0.625rem;
  color: #3c3571;
}
.footer-wrapper .social-network a {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: 0.5rem;
  line-height: 2rem;
  font-size: 0.875rem;
  display: inline-block;
  border: solid #3c3571;
  color: black;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.345, 1);
}
.footer-wrapper .social-network a:hover {
  background-color: #3c3571;
  border-color: #131313;
  color: white;
  transform: translateY(-0.1875rem);
}
.footer-wrapper ::placeholder {
  color: white;
}
.footer-wrapper .form-control {
  color: white;
}
.footer-wrapper .copyright-section {
  background-color: aliceblue;
  padding: 2rem 0 1rem;
  text-align: center;
}
.footer-wrapper .copyright-section a {
  font-weight: 800;
  color: black;
}
.contact-section {
  background-color: aliceblue;
}
@media (max-width:600px) {
  .navbar-toggler{
    display: none;
  }
  .navbar span{
    display: flex;
    padding-left: 5%;
  }
  .testimonial-text{
    display: none;
  }
}
.btn-1{
  background: black;
  color: white;
  border-radius: 6px;
  margin-top: 15px;
  padding: 10px;
  border: none;
}
.btn-1:hover{
  background:#3c3571;
}






.card:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}




.service-card {
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.service-card:hover {
  background-color: #d8eefe; 
  transform: translateY(-5px); 
}
.service-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}



.testimonial-section {
  padding: 2rem 1rem;
  background-color: #ffffff;
}

.testimonial-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 2rem;
  height: 300px;
}

.testimonial-image {
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 10px;
}



.quote-icon {
  font-size: 3rem;
  color: orange;
}

.testimonial-text {
  font-size: 1.2rem;
  color: #505050;
  margin-top: 1rem;
  line-height: 1.5;
}

.author {
  font-weight: bold;
  color: #333;
  margin-top: 1rem;
}

.author-details {
  font-size: 0.9rem;
  color: #777;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: orange;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}



        .stats-section {
            padding: 50px 0;
        }
        .stat-box {
            text-align: center;
        }
        .stat-number {
            font-size: 2.5rem;
            font-weight: bold;
        }
        .stat-label {
            font-size: 1rem;
            margin-top: 10px;
        }
        .stat-icon {
            font-size: 2rem;
            margin-bottom: 10px;
            color: #f9c74f;
        }
        .course-section {
          background-color: #798db4;
          color: #fff;
          padding: 63px;
          text-align: center;
          border-radius: 8px;
          padding-bottom: 42px;
        }
    
        .course-section h4 {
          font-size: 1.5rem;
          margin-bottom: 20px;
        }
    
        .btn-primary-custom {
          background-color: rgb(61, 109, 154);
          color: #fff;
          border: none;
          padding: 10px 20px;
          font-size: 1rem;
          border-radius: 4px;
          margin-right: 10px;
        }
    
        .btn-primary-custom:hover {
          background-color: #122348;
        }
    
        .btn-outline-custom {
          background-color: transparent;
          color:  rgb(253, 253, 253);
          border: 2px solid rgb(18, 15, 11);
          padding: 10px 20px;
          font-size: 1rem;
          border-radius: 4px;
        }
    
        .btn-outline-custom:hover {
          background-color: rgb(61, 109, 154);
          color: #fff;
        }




        .staff-section {
          max-width: 900px;
          margin: 20px auto;
          text-align: center;
        }
    
        .staff-section h2 {
          font-weight: bold;
        }
    
        .staff-section h2 span {
          color: #fdd835; /* Gold color */
        }
    
        .staff-list .staff-card {
          background-color:#2d436e; 
          padding: 15px 10px;
          border-radius: 10px;
          font-size: 16px;
          font-weight: bold;
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
          color: white;
        }
    
        @media (max-width: 576px) {
          .staff-card {
            font-size: 14px;
          }
        }






        .chart-node {
          background-color: #314b6f;
          border-radius: 20px;
          padding: 10px 20px;
          text-align: center;
          font-weight: bold;
          color: #fff;
          margin: 10px auto;
          width: fit-content;
      }
      .chart-line {
          width: 2px;
          height: 20px;
          background-color: #2d436e;
          margin: 0 auto;
      }
      .chart-connector {
          border-bottom: 2px solid #334867;
          margin-bottom: 20px;
      }
      .section-title {
          text-align: center;
          margin-bottom: 40px;
      }
      .section-title h1 {
          font-weight: bold;
      }
    



      #contact {
        background-color: #fff;
        color: #333;
      }
      
      #contact .form-control {
        background-color: #e8f0ff; 
      }


      .section-header {
        text-align: center;
        margin-bottom: 30px;
      }
      .swiper-slide img {
        width: 100%;
        height: 150px; 
        object-fit: contain; 
      }
      .swiper-wrapper {
        display: flex;
        align-items: center;
      }
      .company-text{
        color: #314b6f;
      }

        #backgroundVideo {
          z-index: -1;
          object-fit: cover;
          top: 0;
          left: 0;
        }
        .staff-section {
          position: relative;
          overflow: hidden;
          height: 100%; 
        }
        .staff-card {
          background-color: rgba(0, 0, 0, 0.6);
          padding: 15px;
          border-radius: 10px;
          color: white;
          text-align: center;
        }
     

      