nav .navbar .links li:first-child a {
  color: #000000d4;
}

nav .navbar .links li:nth-child(4) a {
  color: #730f4d;
}


.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner.jpg);
  background-position: center;
  background-size: 100% 100%;
  text-align: center;
  /* padding-top: 380px; */
  color: white;
  font-size: 40px;
  /* margin-top: -120px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.sec1a .png {
  width: 100px;
  position: absolute;
  left: 0;
  z-index: 30;
  opacity: 0.5;
  margin-top: 300px;
  height: fit-content;
  border-radius: 0;
}



.sec1a h1 {
  font-size: 85px;
  color: #23463e;
  font-weight: 800;
  margin-top: 300px;
  margin-left: 10%;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.sec1a .tx {
  width: 45%;
}

.sec1a .tx ul {
  width: 100%;
  display: flex;
  margin-left: 25%;
}

.sec1a .tx ul li {
  text-decoration: none;
  color: black;
  font-size: 20px;
  list-style: none;
  width: fit-content;
  margin: 0 5px;
}

.sec1a .tx ul li span {
  margin-left: 5px;
}

.sec1a .tx ul a:hover {
  text-decoration: none;
}

.sec1a .tx ul .li2 li {
  color: #730f4d;
}

.sec1a img {
  width: 54%;
  border-radius: 0 0 30% 80%;
  height: 550px;
  margin-right: -100px;
  margin-top: -30px;
}


.about-color-box {
  max-width: 1800px;
  margin: auto;
  height: 300px;
  /* background-color: rgb(53, 43, 195); */
}



.sec9a {
  max-width: 1800px;
  margin: auto;
  padding: 50px 30px;
  /* margin-top: 300px; */
  padding-bottom: 80px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  display: flex;
}

.sec9a h1 {
  width: fit-content;
  font-size: 45px;
  color: #000000;
  text-align: center;
  margin: auto;
}

.sec9a .swiper1-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sec9a .swiper1-slide {
  width: 30%;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  /* background-image: linear-gradient( rgba(7, 140, 164, 0.23),rgba(0, 0, 0, 0),rgba(231, 192, 120, 0.32)); */
  border-radius: 20px;
  margin-top: 50px;
  background-color: rgb(207, 226, 226);
}

.sec9a .swiper1-slide .img {
  overflow: hidden;
}

.sec9a .swiper1-slide .img img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  /* border-radius: 20px 20px 150px 0; */
  transition: ease-in-out 0.5s;
  /* opacity: 0.8; */
  /* clip-path: polygon(100% 0, 100% 56%, 66% 100%, 0 100%, 0 0); */

}

.sec9a .swiper1-slide:hover .img img {
  border-radius: 20px;
}


.sec9a .swiper1-slide h4 {
  font-size: 25px;
  margin-top: 10px;
  /* font-weight: 400; */
  text-align: center;
  color: #000000;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  text-transform: uppercase;
}

.sec9a .swiper1-slide h5 {
  font-size: 16px;
  color: #5793e7;
  display: none;
}

.sec9a .swiper1-slide .text .btn {
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  margin-right: -60px;
  margin-top: 15px;
}

.sec9a .swiper1-slide .text .btn img {
  margin-top: 20px;
  width: 30px;
  margin-left: -40px;
}

@media screen and (max-width: 900px) {

  .sec1a {
    height: 450px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner\ -\ Copy.jpg);
    background-position: center;
    background-size: 100% 200%;
    flex-wrap: wrap-reverse;
    position: relative;
  }

  .sec1a h1 {
    font-size: 35px;
  }

  .sec1a .tx {
    width: 100%;
  }

  .sec1a h1 {
    font-size: 35px;
    margin-top: 20px;
    margin-left: 0%;
  }

  .sec1a .png {
    margin-top: 200px;
    width: 80px;
    top: 0;
  }

  .sec1a img {
    width: 120%;
    height: 350px;
    margin-top: -60px;
    margin-right: -200px;

  }


  .sec9a {
    padding: 30px 20px;
  }

  .sec9a .swiper1-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .sec9a .swiper1-slide {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }

  .sec9a .swiper1-slide .img img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
  }


  .sec9a .swiper1-slide h4 {
    font-size:20px;
    padding: 0;
  }

}