*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 300; /* Light weight */
}
nav{
    background-color: #343f64;
    border-top: 10px solid rgb(233,219,137);
}
.nav-div{
    display: flex;
    align-items: center;
        justify-content: space-between;
}
.nav-content ul{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    margin-bottom: 0px;
    padding-left: 0px;
}
.nav-content ul li{
    list-style: none;
}
.nav-content ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
}
.nav-content ul li a.active{
color: rgb(233,219,137);
}

.carousel-control-prev{
        background: black;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 28px;
}
.carousel-control-next{
      background: black;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 28px;
}
.row--hero{
    justify-content: center;
    padding: 40px;
    background-color: white;
}
.section--sardar{
    margin-top: -50px;
    position: relative;
    z-index: 11;
}
.row--hero0{
    justify-content: center;
}
.row--hero p{
    font-weight: 300;
    font-size: 20px;
    /* letter-spacing: normal; */
    line-height: 1.6em;
    text-align: justify;
    font-size: 18px;
    letter-spacing: 1px;
    color: grey;
}
.row--hero a{
    color: grey;

    font-weight: 400;
}
.our-history{
    background-color: #343f64;
    padding: 50px;
    h2{
        padding-left: 40px;
        font-size: 70px;
        color: white;
        font-weight: bold;
    }
}
.ff-brand{
    padding: 50px;
p{
    font-weight: 300;
    color: grey;
    font-size: 17px;
    width: 80%;
}
}
.ff-brand a{
    color: #fff;
    background-color: black;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin-top: 20px;
    text-decoration: none;
}
.playvideo-image{
    width: 100%;
}
.section-newstter{
    padding: 60px 0px;
}
.subscriber{
    text-align: center;
}
.input-btn{
    display: flex;
    justify-content: center;
    input{
        padding: 10px 20px;
        width: 50%;
    }
button{
    background-color: #69718b;
    padding: 10px 50px;
    color: white;
}
}
.subscriber p{
    font-weight: bold;
    margin-bottom: 30px;
}
.section-frmae{
    iframe{
        width: 100%;
    }
}

.footer {
  background-color: #333d61;
  color: white;
  text-align: center;
  padding: 40px 0;
  font-family: "Helvetica", "Arial", sans-serif;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer-box {
  flex: 1;
  min-width: 250px;
}

.footer-box h6 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}

.footer-box p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #ddd;
}

.footer a {
  color: #ddd;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.social-icons {
  margin-bottom: 10px;
}

.social-icons a {
  color: white;
  font-size: 18px;
  margin: 0 8px;
  display: inline-block;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #9db4ff;
}
.row--about{
    padding: 60px 0px;
    justify-content: center;
    h2{
        text-align: center;
    }
}
#comp-iluld2gj{
    text-align: center;
}
.section-aboutw .row{
    justify-content: center;
    background-color: #d6d6d6;
    padding: 60px 0px;
    h2{
        text-align: center;
        margin-bottom: 30px;
    }
}
.trustees-section {
  background-color: #d8d8d8;
  padding: 40px 20px;
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
}

.trustees-section h3 {
  color: #2a3255;
  font-weight: 600;
  margin-bottom: 30px;
}

.trustees-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.trustee-card {
  background: white;
  border: 2px solid #c7c7c7;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
  text-align: center;
  width: 231px;
  transition: 0.3s;
}

.trustee-card:hover {
  border-color: #4a5ca4;
  transform: translateY(-5px);
}

.trustee-card img {
  width: 100%;
  height: 267px;
  object-fit: cover;
  display: block;
}

.trustee-name {
  background-color: white;
  color: #2a3255;
  font-size: 17px;
  padding: 8px;
  font-weight: 700;
  border-top: 1px solid #eee;
}
.trustees-section{
    margin-top: 30px;
}

.academics-section {
  text-align: center;
  padding: 50px 30px;
  font-family: "Helvetica", "Arial", sans-serif;
  /* background-color: #f5f5f5; */
}

.academics-section h3 {
  color: #24325d;
  font-weight: 600;
  margin-bottom: 20px;
}

.academics-section .intro {
  color: grey;
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.8;
  text-align: justify;
}

.academic-grid {
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  gap: 30px;
  justify-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.academic-card {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  max-width: 367px;
  text-align: left;
  /* box-shadow: 0 0 4px rgba(0,0,0,0.1); */
  transition: 0.3s ease;
}

.academic-card:hover {
  transform: translateY(-5px);
}

.academic-card img {
  display: block;
  height: 60px;
  margin: 0 auto 10px;
  margin-bottom: 22px;
}

.academic-card h4 {
  color: #24325d;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.academic-card ul {
  list-style: disc;
  margin-left: 20px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.academic-card ul li {
  margin-bottom: 8px;
  text-align: justify;
  color: grey;
}
.services1{
  padding: 60px 0px;
  text-align: center;
  h2{
    font-weight: bold;
    color: #343f64;
  }
  p{
    font-weight: bold;
    font-size: 19px;
  }
}
.section-services1 .row{
  align-items: center;
}
.services1-col{
  padding: 100px;
  text-align: center;
  h2{
    margin-bottom: 30px;
    color: #24325d;
    font-weight: bold;
  }
  p{
    font-size: 17px;
    color: grey;
  }
}
.services5 img{
  width: 100%;
}
.services5 .row{
  align-items: center;

}
.services5{
  
  h2{
    text-align: center;
    color: #24325d;
    font-weight: bold;
  }
  p{
    text-align: center;
  }
}
.services5-col{
  padding: 50px;
  p{
    color: grey;
    font-size: 17px;
    margin-top: 20px;
  }
}
.section--hhh{
  padding: 60px 0px;
  h2{
    text-align: center;
    font-weight: bold;
    color: #24325d;
    margin-bottom: 20px;
  }
}
#lbCaption{
  display: none;
}

.nav-content span{
  display: none;
}
.open-div{
  display: none;
}

@media (max-width: 767px) {
  .nav-content span , .open-div{
  display: block;
}
  .nav-content ul{
    flex-direction: column;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 111;
    /* left: 0px; */
    background: #343f64;
            align-items: baseline;
        padding: 30px;
                width: 300px;
        right: -300px;
        height: 100vh;
        justify-content: flex-start;
        transition: 0.5s all;
  }
  .nav-logo img{
    width: 70px;
  }
  .open-div{
        position: absolute;
    top: 11px;
    right:6px;
    i{
      font-size: 30px;
    color: white;
    cursor: pointer;
    }
  }
  .nav-content.active ul{
right: 0px;
  }
  .nav-content ul span i{
    color: white;
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
  }
  #carouselExampleControls img{
    height: 300px;
    object-fit: cover;
  }
  .carousel-control-next , .carousel-control-prev{
    top: 34%;
  }
  .row--hero{
    padding: 25px;
    h2{
      margin-top: 20px;
    }
  }
  .our-history {
    h2 {
        padding-left: 0px;
        font-size: 55px;
        color: white;
        font-weight: bold;
    }
}
.ff-brand {
    padding: 20px;
}
.ff-brand {
    p {
        font-weight: 300;
        color: grey;
        font-size: 17px;
        width: 100%;
    }
}
.academic-card ul{
  margin-left: 0px;
}
.services1-col {
    padding: 25px;
    text-align: center;
}
.thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    background: #061026;
    width: 47%;
}
.contact-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: column;
    padding: 20px;
}
.contact-section h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
}
.containerr {
    text-align: center;
    background-color: #cfd0d0;
    width: 100%;
    padding: 30px 20px;
    /* max-width: 700px; */
}
.containerr {
    .input-row {
        display: flex;
        justify-content: space-between;
        width: 80%;
        gap: 20px;
        margin-bottom: 25px;
        flex-direction: column;
    }
}
.trustee-name {
    background-color: white;
    color: #2a3255;
    font-size: 14px;
    padding: 8px;
    font-weight: 700;
    border-top: 1px solid #eee;
}
.trustee-card img {
    width: 100%;
    height: 201px;
    object-fit: cover;
    display: block;
}
.trustee-card {
    background: white;
    border: 2px solid #c7c7c7;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 46%;
    transition: 0.3s;
}
}


@media (max-width: 575px) {
  .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    background: #061026;
    width: 46%!important;
}
.gallery{
  justify-content: center;
}
}