* {
  padding: 0;
  margin: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
}


/* Header */

.navbar {
  height: 100px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 0% !important;
}

.container-fluid {
  margin: 0px 40px;
}


.navbar-brand {
  padding-top: 0px;
}

.nav-logo {
  height: 100px;
  width: 100px;
  /* margin-left: 20px; */
}

.logo {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}

.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 40px;
}


.nav-item a {
  display: flex;
  justify-content: center;
  margin: 0px 10px;
  font-size: 15px;
  color: #1A3F5A;
  font-weight: bold;
}

.navbar-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 35px;
  z-index: 2;
}

a.nav-link {
  margin: 0;

}

.nav-icon {
  font-size: 18px;
  color: white;
  text-decoration: none;
}

.nav-icon:hover i {
  color: rgb(255, 187, 0);
}

.ab {
  display: flex;
  justify-content: center;
}

.ab span {
  display: flex;
  align-items: center;
  color: #1A3F5A;
  font-weight: bold;
}

/*------------------- vedio-container----------------- */


.fixed-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  object-fit: contain;
}

.video-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the video covers the entire area */
}


@media (max-width : 576px) {
  .container-fluid {
      margin: 0px;
  }

  .navbar-nav {
      margin: 0px;
      gap: 15px;

  }

  .img-1 img {
      height: 250px;
  }
}

/*------------------- main-container------------------- */

.main-container {
  padding: 0px;
}

.main-image {
  max-width: 100%;
}

.main-image img {
  width: 100%;
  height: 641px;
}

.about-area {
  background-color: #b0e5ec;
  margin-top: 0px;
  height: auto;
  width: 100%;
}

.about-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.double-line {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 50%;
  /* margin-top: 30px; */
}

.double-line .line {
  border: 3px #1a3f5a solid;
  width: 100%;
}

.banner {
  background-color: #1b3f56;
  color: white;
  border-radius: 50px;
}

.banner .heading {
  width: 550px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading h1 {
  font-size: 2em;
  margin: 0;
  font-weight: 700;
}

.about-content {
  padding: 50px 50px 30px;
}

.about-text {
  padding: 20px 40px 0px;
}

.about-text p {
  color: #1a3f5a;
  font-family: "Montserrat";
  font-size: 20px;
  /* letter-spacing: 2px; */
  text-align: justify;
}

.text{
  font-weight: bold;
}

.about-text h4 {
  color: #1a3f5a;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0;
}

/* .about-area-1 */

.about-area-1 {
  margin-top: 40px;
  height: auto;
  width: 100%;
}

.banner .heading-1 {
  width: 350px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-1 h1 {
  font-size: 2em;
  margin: 0;
  font-weight: 700;
}

.about-text-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-1 {
  max-width: 60%;
}

.text-1 p {
  color: #1a3f5a;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
  /* letter-spacing: 2px; */
  text-align: justify;
  padding: 50px 60px;
}

.about-img {
  max-width: 40%;
}

.about-img img {
  width: 100%;
  height: 400px;
}

/* .about-area-2  */

.about-area-2 {
  background-color: #b0e5ec;
  margin-top: 40px;
  height: auto;
  width: 100%;
}

.banner .heading-2 {
  width: 250px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-2  h1 {
  font-size: 2em;
  margin: 0;
  font-weight: 700;
}

.about-text-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img-2 {
  max-width: 40%;
}

.about-img-2 img {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}

.text-2 {
  max-width: 60%;
}

.text-2 p {
  color: #1a3f5a;
  font-weight: 600;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  padding: 50px 100px;
}

/* .about-area-3 */

.about-area-3 {
  margin-top: 40px;
  height: auto;
  width: 100%;
}

.banner .heading-3 {
  width: 250px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-3  h1 {
  font-size: 2em;
  margin: 0;
  font-weight: 700;
}

.about-text-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-3 {
  max-width: 60%;
}

.text-3 p {
  color: #1a3f5a;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-right: 130px;
  text-align: justify;
  padding: 50px 10px;
}

.about-img-3 {
  max-width: 40%;
}

.about-img-3 img {
  width: 100%;
  height: 450px;
}

/* .about-area-4  */

.about-area-4 {
  background-color: #b0e5ec;
  margin-top: 40px;
  height: auto;
  width: 100%;
}

.banner .heading-4 {
  width: 350px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-4 h1 {
  font-size: 2em;
  margin: 0;
  font-weight: 700;
}

.about-text-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img-4 {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.about-img-41 {
  max-width: 40%;
}

.about-img-41 img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.about-img-42 {
  max-width: 60%;
}

.about-img-42 img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.about-text-4 {
  padding: 30px 40px;
  text-align: center;
}

.about-text-4 h2 {
  color: #1a3f5a;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-text-4 p {
  color: #1a3f5a;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: bold;
  /* letter-spacing: 2px; */
  text-align: justify;
  margin-bottom: 30px;
}

.about-text-4 h4 {
  color: #1a3f5a;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0;
  text-align: start;
}

@media (max-width: 1200px) {

  .about-area {
    margin-top: 0px;
  }

  .double-line .line {
    border: 2px #1a3f5a solid;
    width: 100%;
  }
  

  .banner .heading {
    width: 350px;
    height: 60px;
  }

  .heading h1 {
    font-size: 1.4em;
  }

  .about-content {
    padding: 30px 30px 20px;
  }

  .about-text {
    padding: 10px 0px;
  }

  .about-text p {
    font-size: 20px;
  }

  .about-text h4 {
    font-size: 20px;
    margin-top: 20px;
  }

  /* .about-area-1 */

  .about-area-1 {
    margin-top: 30px;
    height: auto;
    width: 100%;
  }

  .banner .heading-1 {
    width: 250px;
    height: 50px;
  }

  .heading-1 h1 {
    font-size: 1.4em;
  }

  .about-text-1 {
    display: flex;
    flex-direction:row;
  }

  .text-1 {
    max-width: 60%;
  }

  .text-1 p {
    font-size: 20px;
    padding: 10px 20px 10px 0px;
  }

  .about-img {
    max-width: 40%;
  }

  .about-img img{
    width: 100%;
    height: 550px;
  }

  /* .about-area-2 */

  .about-area-2 {
    margin-top: 30px;
  }

  .banner .heading-2 {
    width: 250px;
    height: 50px;
  }

  .heading-2 h1{
    font-size: 1.4em;
  }

  .about-text-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .text-2 {
    max-width: 60%;
  }

  .text-2 p {
    font-size: 20px;
    padding: 20px 0px;
  }

  .about-img-2 {
    max-width: 60%;
  }

  .about-img-2 img{
    width: 100%;
    height: 280px;
  }

  /* .about-area-3 */

  .about-area-3 {
    margin-top: 30px;
  }

  .banner .heading-3 {
    width: 200px;
    height: 50px;
  }

  .heading-3 h1{
    font-size: 1.4em;
  }

  .about-text-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .text-3 {
    max-width: 60%;
  }

  .text-3 p {
    font-size: 20px;
    padding: 20px 0px;
    margin-right: 0px;
  }

  .about-img-3 {
    max-width: 40%;
  }

  .about-img-3 img {
    width: 100%;
    height: 350px;
  }

  /* .about-area-4  */

  .about-area-4 {
    margin-top: 20px;
  }

  .banner .heading-4 {
    width: 350px;
    height: 50px;
  }

  .heading-4 h1 {
    font-size: 1.4em;
  }

  .about-text-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-img-4 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .about-img-41 {
    max-width: 40%;
  }

  .about-img-41 img {
    width: 100%;
    height: 400px;
  }

  .about-img-42 {
    max-width: 60%;
  }

  .about-img-42 img {
    max-width: 100%;
  }

  .about-text-4 {
    padding: 30px 0px;
    text-align: center;
  }

  .about-text-4 h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .about-text-4 p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .about-text-4 h4 {
    font-size: 20px;
    margin-top: 20px;
    text-align: justify;
  }
}

@media (max-width: 992px) {

  .about-area {
    margin-top: 0px;
  }

  .double-line .line {
    border: 2px #1a3f5a solid;
    width: 100%;
  }
  

  .banner .heading {
    width: 300px;
    height: 60px;
  }

  .heading h1 {
    font-size: 1.2em;
  }

  .about-content {
    padding: 25px 25px 20px;
  }

  .about-text {
    padding: 10px 0px;
  }

  .about-text p {
    font-size: 18px;
  }

  .about-text h4 {
    font-size: 18px;
    margin-top: 15px;
  }

  /* .about-area-1 */

  .about-area-1 {
    margin-top: 20px;
    height: auto;
    width: 100%;
  }

  .banner .heading-1 {
    width: 250px;
    height: 50px;
  }

  .heading-1 h1 {
    font-size: 1.2em;
  }

  .about-text-1 {
    display: flex;
    flex-direction:row;
  }

  .text-1 {
    max-width: 60%;
  }

  .text-1 p {
    font-size: 18px;
    padding: 10px 20px 10px 0px ;
  }

  .about-img {
    max-width: 40%;
  }

  .about-img img{
    width: 100%;
    height: 450px;
  }

  /* .about-area-2 */

  .about-area-2 {
    margin-top: 25px;
  }

  .banner .heading-2 {
    width: 250px;
    height: 50px;
  }

  .heading-2 h1{
    font-size: 1.2em;
  }

  .about-text-2 {
    display: flex;
    flex-direction: row;
  }

  .text-2 {
    max-width: 60%;
  }

  .text-2 p {
    font-size: 18px;
    padding: 20px 0px 20px 20px  ;
  }

  .about-img-2 {
    max-width: 60%;
  }

  .about-img-2 img{
    width: 100%;
    height: 280px;
  }

  /* .about-area-3 */

  .about-area-3 {
    margin-top: 25px;
  }

  .banner .heading-3 {
    width: 200px;
    height: 50px;
  }

  .heading-3 h1{
    font-size: 1.2em;
  }

  .about-text-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .text-3 {
    max-width: 60%;
  }

  .text-3 p {
    font-size: 18px;
    padding: 20px 0px 20px 10px;
    margin-right: 0px;
  }

  .about-img-3 {
    max-width: 40%;
  }

  .about-img-3 img {
    width: 100%;
    height: 300px;
  }

  /* .about-area-4  */

  .about-area-4 {
    margin-top: 20px;
  }

  .banner .heading-4 {
    width: 250px;
    height: 50px;
  }

  .heading-4 h1{
    font-size: 1.2em;
  }

  .banner h1 {
    font-size: 1em;
    margin: 0;
    font-weight: 700;
  }

  .about-text-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-img-4 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .about-img-41 {
    max-width: 40%;
  }

  .about-img-41 img {
    width: 100%;
    height: 300px;
  }

  .about-img-42 {
    max-width: 60%;
  }

  .about-img-42 img {
    max-width: 100%;
    height: 300px;
  }

  .about-text-4 {
    padding: 20px 0px;
    text-align: center;
  }

  .about-text-4 h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .about-text-4 p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .about-text-4 h4 {
    font-size: 15px;
    margin-top: 15px;
    text-align: justify;
  }
}

@media (max-width: 768px) {

  .about-area {
    margin-top: 0px;
  }

  .double-line .line {
    border: 2px #1a3f5a solid;
    width: 100%;
  }
  

  .banner .heading {
    width: 300px;
    height: 60px;
  }

  .heading h1 {
    font-size: 1.2em;
  }

  .about-content {
    padding: 25px 25px 10px;
  }

  .about-text {
    padding: 10px 0px;
  }

  .about-text p {
    font-size: 18px;
  }

  .about-text h4 {
    font-size: 18px;
    margin-top: 15px;
  }

  /* .about-area-1 */

  .about-area-1 {
    margin-top: 20px;
    height: auto;
    width: 100%;
  }

  .banner .heading-1 {
    width: 250px;
    height: 50px;
  }

  .heading-1 h1 {
    font-size: 1.2em;
  }

  .about-text-1 {
    display: flex;
    flex-direction:row;
  }

  .text-1 {
    max-width: 60%;
  }

  .text-1 p {
    font-size: 17px;
    padding: 10px 30px;
  }

  .about-img {
    max-width: 40%;
  }

  .about-img img{
    width: 100%;
    height: 450px;
  }

  /* .about-area-2 */

  .about-area-2 {
    margin-top: 20px;
  }

  .banner .heading-2 {
    width: 250px;
    height: 50px;
  }

  .heading-2 h1{
    font-size: 1.2em;
  }

  .about-text-2 {
    display: flex;
    flex-direction: row;
  }

  .text-2 {
    max-width: 60%;
  }

  .text-2 p {
    font-size: 17px;
    padding: 20px 20px;
  }

  .about-img-2 {
    max-width: 60%;
  }

  .about-img-2 img{
    width: 100%;
    height: 280px;
  }

  /* .about-area-3 */

  .about-area-3 {
    margin-top: 20px;
  }

  .banner .heading-3 {
    width: 200px;
    height: 50px;
  }

  .heading-3 h1{
    font-size: 1.2em;
  }

  .about-text-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .text-3 {
    max-width: 60%;
  }

  .text-3 p {
    font-size: 18px;
    padding: 20px 30px;
    margin-right: 0px;
  }

  .about-img-3 {
    max-width: 40%;
  }

  .about-img-3 img {
    width: 100%;
    height: 350px;
  }

  /* .about-area-4  */

  .about-area-4 {
    margin-top: 20px;
  }

  .banner .heading-4 {
    width: 250px;
    height: 50px;
  }

  .heading-4 h1{
    font-size: 1.2em;
  }

  .banner h1 {
    font-size: 1em;
    margin: 0;
    font-weight: 700;
  }

  .about-text-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-img-4 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .about-img-41 {
    max-width: 40%;
  }

  .about-img-41 img {
    width: 100%;
    height: 400px;
  }

  .about-img-42 {
    max-width: 60%;
  }

  .about-img-42 img {
    max-width: 100%;
  }

  .about-text-4 {
    padding: 20px 0px;
    text-align: center;
  }

  .about-text-4 h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .about-text-4 p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .about-text-4 h4 {
    font-size: 15px;
    margin-top: 15px;
    text-align: justify;
  }
}

@media (max-width: 576px) {
  .about-area {
    margin-top: 0px;
  }

  .double-line .line {
    border: 2px #1a3f5a solid;
    width: 100%;
  }
  
  .banner .heading {
    width: 250px;
    height: 50px;
  }

  .heading h1 {
    font-size: 1em;
  }

  .about-content {
    padding: 20px 20px 10px;
  }

  .about-text {
    padding: 10px 0px;
  }

  .about-text p {
    font-size: 15px;
  }

  .about-text h4 {
    font-size: 15px;
    margin-top: 15px;
  }

  /* .about-area-1 */

  .about-area-1 {
    margin-top: 20px;
    height: auto;
    width: 100%;
  }

  .banner .heading-1 {
    width: 200px;
    height: 50px;
  }

  .heading-1 h1 {
    font-size: 1em;
  }

  .about-text-1 {
    display: flex;
    flex-direction: column-reverse;
  }

  .text-1 {
    max-width: 100%;
  }

  .text-1 p {
    font-size: 15px;
    padding: 10px 0px;
  }

  .about-img {
    max-width: 100%;
  }

  .about-img img{
    width: 100%;
    height: 350px;
  }

  /* .about-area-2 */

  .about-area-2 {
    margin-top: 20px;
  }

  .banner .heading-2 {
    width: 200px;
    height: 50px;
  }

  .heading-2 h1 {
    font-size: 1em;
  }

  .about-text-2 {
    display: flex;
    flex-direction: column;
  }

  .text-2 {
    max-width: 100%;
  }

  .text-2 p {
    font-size: 15px;
    padding: 20px 0px;
  }

  .about-img-2 {
    max-width: 100%;
  }

  /* .about-area-3 */

  .about-area-3 {
    margin-top: 20px;
  }

  .banner .heading-3 {
    width: 200px;
    height: 50px;
  }

  .heading-3 h1 {
    font-size: 1em;
  }

  .about-text-3 {
    display: flex;
    flex-direction: column-reverse;
  }

  .text-3 {
    max-width: 100%;
  }

  .text-3 p {
    font-size: 15px;
    padding: 20px 0px;
    margin-right: 0px;
  }

  .about-img-3 {
    max-width: 100%;
  }

  .about-img-3 img {
    width: 300px;
    height: 350px;
  }

  /* .about-area-4  */

  .about-area-4 {
    margin-top: 20px;
  }

  .banner .heading-4 {
    width: 250px;
    height: 50px;
  }

  .heading-4 h1 {
    font-size: 1em;
  }

  .about-text-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-img-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .about-img-41 {
    max-width: 100%;
  }

  .about-img-41 img {
    width: 100%;
    height: 270px;
  }

  .about-img-42 {
    max-width: 100%;
  }

  .about-img-42 img {
    max-width: 100%;
    height: 200px;
  }

  .about-text-4 {
    padding: 20px 0px;
    text-align: center;
  }

  .about-text-4 h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .about-text-4 p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .about-text-4 h4 {
    font-size: 15px;
    margin-top: 15px;
    text-align: justify;
  }
}

/* footer-section */

footer {
  margin-top: 20px;
  background-color: #b2ebf2;
  padding: 50px 100px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
}

.footer-logo img {
    width: 110px;
    height: 110px;
    /* border-radius: 50%; */
    margin-bottom: 20px;
    mix-blend-mode: multiply;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
}

.social-icons a img {
  width: 30px;
  height: 30px;
  margin: 0;
}

.social-icons a:hover img {
  filter: none;
}

.footer-column {
  color: #333;
  max-width: 300px;
}

.footer-column h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #023b5d;
  padding: 10px 20px;
  border-radius: 15px;
  display: inline-block;
}

.footer-column ul {
  list-style: none;
  padding-left: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
  font-size: 16px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #023b5d;
}

.contact-info p {
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 1.6;
}


.contact-info p svg {
  margin-right: 15px;
}

.contact-info p img {
  width: 27px;
  height: 23px;
  margin-right: 10px;
}

/* Media Query for Responsiveness */

@media (max-width: 1200px) {
  footer {
    padding: 40px 80px;
    flex-direction: row;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: start;
  }
}

@media (max-width: 992px) {
  footer {
    padding: 30px 40px;
    flex-direction: row;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: start;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 40px 30px;
    flex-direction: row;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: start;
  }
}

@media (max-width: 576px) {
  footer {
    padding: 50px 40px;
    flex-direction: column;
    display: flex;
    gap: 20px;
    /* justify-content: space-around; */
    align-items: start;
  }

  .footer-logo,
  .footer-column {
    text-align: start;
    margin-bottom: 30px;
  }



  .footer-logo .social-icons {
    display: flex;
    gap: 20px;
  }
}

/* Define the keyframe animation */
/* @keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Initially hide the text 
.animated-text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease, transform 0.10s ease;
}

/* Add this class when the text is in view 
.animate {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.9 s forwards;
}



 */

