* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;

}

body {
  background-color: rgb(239, 238, 255);
  /* font-family: Arial, Helvetica, sans-serif; */
}


a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}



.header-icon {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 100;
  margin-top: 200px;
  right: 0;
}

.header-icon .box .icon:nth-child(1) {
  border-radius: 10px 0 0 0;
}

.header-icon .box .icon:last-child {
  border-radius: 0 0 0 10px;
  border-bottom: 0.1px solid #a0c585;

}

.header-icon .box .icon {
  display: flex;
  width: fit-content;
  background-color: #142334;
  z-index: 199;
  position: relative;
  /* box-shadow: 0 0 2px lightgray; */
  border-left: 0.1px solid #a0c585;
  border-top: 0.1px solid #a0c585;

}

.header-icon .box .icon:hover .text {
  margin-left: -210px;
}

.header-icon .box img {
  width: 30px;
  height: 30px;
  justify-content: center;
  margin: 10px;
  filter: brightness(10);
  padding: 2px;
}

.header-icon .icon .text {
  width: 170px;
  height: 100%;
  display: grid;
  place-items: center;
  margin-left: 200px;
  transition: ease-in-out 0.5s;
  position: absolute;
  background-color: #142334;
  border-radius: 5px;
  justify-content: center;
  border: 0.1px solid rgb(224, 224, 224);
  border-right: none;
}

.header-icon .icon .text p {
  margin: 0;
  color: #a0c585;
}




/* button animation */

/* Yoinked from CodePen, but improved the animation
so that it is smooth among other more minor things */

.codepen-button {
  display: block;
  cursor: pointer;
  color: white;
  width: fit-content;
  margin-top: 30px;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
  padding: 3px;
  isolation: isolate;
  text-decoration: none;
  border-radius: 30px;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);

}

.codepen-button:hover {
  text-decoration: none;
}

.codepen-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  background: linear-gradient(115deg, #4fcf70, #5da8bd, #a767e5, #12bcfe, #a0c585);
  background-size: 25% 100%;
  animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop .75s linear infinite;
  animation-play-state: paused;
  translate: -5% 0%;
  transition: translate 0.25s ease-out;
  border-radius: 30px;
  /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */

}

.codepen-button:hover::before {
  animation-play-state: running;
  transition-duration: 0.75s;
  translate: 0% 0%;
}

@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
  to {
    transform: translateX(-25%);
  }
}

.codepen-button span {
  width: fit-content;
  position: relative;
  display: block;
  padding: 10px 50px;
  font-size: 1.1rem;
  background: #142334;
  border-radius: 3px;
  height: 100%;
  color: #a0c585;
  font-weight: 500;
  border-radius: 30px;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);

  letter-spacing: 1px;
}

.codepen-button span:hover {
  background-color: white;
  color: black;
}



/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
  /* margin-top: -120px; */
}

.slider .png {
  max-width: 1800px;
  width: 103%;
  height: 200px;
  position: absolute;
  left: 0;
  z-index: 10;
  margin-left: 0%;
  bottom: 0;
  rotate: -5deg;
  margin-bottom: -70px;
  /* opacity: 0.5; */
}

.slider .swiper {
  width: 100%;
}

.slider .swiper-slide {
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 4% 5%;
  overflow: hidden;
  justify-content: center;
}


.slider .swiper-slide .text {
  width: 55%;
  color: rgb(255, 255, 255);
  margin-top: 0;
  height: fit-content;
  /* padding-right: 5%; */
  margin-top: 300px;
  text-align: left;
  margin: auto;
  margin-left: -3%;
  padding: 50px;
  border-radius: 0;

}



.slider .swiper-slide .text h1 {
  font-size: 55px;
  width: 90%;
  color: #ffffff;
  margin-top: 0px;
  /* font-weight: 900; */
  position: relative;
  z-index: 100;
  opacity: 1;
}

.slider .swiper-slide .text h1 span {
  color: #a0c585;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.slider .swiper-slide .text p {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
  color: rgba(255, 255, 255, 0.726);
}

.slider .swiper-slide .text button {
  padding: 8px 25px;
  border: none;
  /* background-image: linear-gradient(to right, rgba(12, 68, 63, 0.946), rgba(12, 68, 63, 0.946)); */
  font-size: 15px;
  margin-top: 10px;
  border-radius: 30px;
  color: rgb(0, 0, 0);
}


.slider .swiper-slide img {
  margin-top: -130px;
  width: 60%;
  height: 100vh;
  margin-right: -220px;
  border-radius: 0 0 40% 60%;
  display: none;
}

.slider .slider1 {
  background-image: linear-gradient(to right, rgba(13, 42, 58, 0.692), rgba(0, 0, 0, 0.276)), url(../images/Recruitment\ Services\ 7.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(13, 42, 58, 0.737), rgba(0, 0, 0, 0.057)), url(../images/visa.1.avif);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(13, 42, 58, 0.726), rgba(0, 0, 0, 0.446)), url(../images/Recruitment\ Services.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.slider .slider4 {
  background-image: linear-gradient(rgba(13, 42, 58, 0.281), rgba(0, 0, 0, 0.343)), url(../images/Air\ Ticketing\ 11.jpg);
  background-position: center;
  background-size: 100% 120%;
}

.slider .slider5 {
  background-image: linear-gradient(to right, rgba(13, 42, 58, 0.632), rgba(0, 0, 0, 0.231)), url(../images/Immigration\ &\ Visa\ Consultancy\ 3.jpg);
  background-position: center;
  background-size: 100% 120%;
}

.slider .slider6 {
  background-image: linear-gradient(rgba(13, 42, 58, 0.277), rgba(0, 0, 0, 0.385)), url(../images/Tour\ &\ Travel\ services\ 4.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .swiper-slide .img-sec {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 200px;
}

.slider .swiper-slide .img-sec .box {
  width: 32%;
  height: 600px;
  margin-top: -20px;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 10px;
}

.slider .swiper-slide .img-sec .box:hover {
  margin-top: -50px;
}

.slider .swiper-slide .img-sec .box .tx {
  width: 100%;
  position: relative;
  z-index: 20;
  height: 80px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.842), rgba(0, 0, 0, 0));
}

.slider .swiper-slide .img-sec .box img {
  width: 100%;
  height: 100%;
  transform: scale(2, 1);
}

.slider .swiper-slide .img-sec .box h3 {
  color: white;
  margin-top: -80px;
  font-size: 30px;
  margin-left: 20px;
}

.slider .swiper-slide .img-sec .box h5 {
  color: rgba(255, 255, 255, 0.716);
  margin-left: 20px;
}

.sliderbtn {
  width: 60%;
  margin-top: -30px;
  position: relative;
  z-index: 10;
  display: flex;
  padding: 0 50px;
  padding-left: 10%;
  justify-content: last baseline;
}

.sliderbtn img {
  width: 35px;
  /* border: 1px solid rgba(0, 0, 0, 0.423); */
  border-radius: 50%;
  margin: 0 10px;
  padding: 8px;
  transform: rotate(0deg);
  background-color: #a0c585;
}

.sliderbtn img:hover {
  cursor: pointer;
  background-color: #ac7741;
  border: none;
  border: 2px solid #ac7741;

}

.sliderbtn .prev {
  transform: rotate(180deg);
}


.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 10% 5%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  background-image: linear-gradient(to top, rgba(245, 254, 255, 0.922), rgba(255, 255, 255, 0.959)), url(../images/bg\ img\ 6.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 50px;
  /* background-color: #1f5f5a; */
}


.sec1 .img {
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

.sec1 .img img {
  width: 55%;
  height: 400px;
  border-radius: 20px;
}

.sec1 .img img:nth-child(2) {
  width: 50%;
  margin-top: 150px;
  border-radius: 50%;
  height: 300px;
  margin-left: -180px;
}

.sec1 .img .tx {
  width: 18%;
  padding: 10px 20px;
  position: absolute;
  height: fit-content;
  background-color: #142334;
  margin-top: 30px;
  border-radius: 20px;
  margin-left: 200px;
  border: 0.1px solid #a0c585;
  animation: aboutEX 5s infinite;
}

@keyframes aboutEX {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sec1 .img .tx span {
  width: fit-content;
  font-size: 45px;
  color: #a0c585;
}

.sec1 .img .tx h3 {
  color: #ffffffb9;
  font-size: 18px;
  place-items: center;
  display: flex;
}

.sec1 h4 {
  font-size: 18px;
  color: #a0c585;
  display: flex;
  place-items: center;
}

.sec1 h4 .line {
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background-color: #a0c585;
}

.sec1 h1 {
  font-size: 30px;
  color: #142334;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 20px;
  /* margin-left: 35px; */
  font-family: Arial, Helvetica, sans-serif;
}

.sec1 h5 {
  font-size: 20px;
  color: #00000098;
  font-weight: 600;
  text-transform: capitalize;
}

.sec1 h6 {
  font-size: 18px;
  color: #a0c585;
  margin-bottom: 0;
  margin-top: 10px;
}

.sec1 .text {
  width: 55%;
  padding: 30px;
  position: relative;
  z-index: 10px;
  margin-top: -30px;
}

.sec1 .text img {
  width: 100px;
  margin-top: -20px;
}

.sec1 .text p {
  font-size: 16px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.769);
  border-top: 0.1px solid rgba(79, 79, 42, 0.571);
  padding-top: 20px;
}

.sec1 .text button {
  background: #10b5f7;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  letter-spacing: 1px;
  color: white;
}

.sec1 .text button a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}


.sec2 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 20px;
  background-color: #00000012;
  background-color: #142334;
  margin-top: -50px;
}

.sec2 .line {
  height: auto;
  width: 2px;
  background-image: linear-gradient(rgba(214, 29, 29, 0), #a0c585, rgba(214, 29, 29, 0));
}

.sec2 .box {
  width: 22%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  padding-left: 0;
}

.sec2 .box2 {
  border: none;
}

.sec2 .box img {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 0;
}

.sec2 .box h4 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.802);
}

.sec2 .box h1 {
  color: #a0c585;
}



.sec3 {
  max-width: 1800px;
  margin: auto;
  margin-top: 30px;
  background-image: linear-gradient(rgba(9, 27, 42, 0.934), rgba(12, 27, 39, 0.855)), url(../images/bg\ img\ 13.avif);
  background-position: center;
  background-size: 100% 100%;
  padding: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;

}


.sec3 .shape1 {
  width: 20%;
  height: 150px;
  background-color: #a0c585;
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  margin-left: -20px;
  margin-top: -21px;
}

.sec3 .png {
  width: 15%;
  height: 200px;
  background-color: #a0c585;
  position: absolute;
  right: -100px;
  margin-top: -80px;
  border-radius: 50%;
  border: 10px solid white;

}


.sec3 .sec3-heading {
  width: 100%;
  display: flex;
  padding: 4% 6%;
  margin-top: 50px;
  flex-wrap: wrap;
  padding-bottom: 0;
  justify-content: space-between;
}

.sec3 .sec3-heading .tx {
  width: 55%;
}

.sec3 .sec3-heading .tx h1 {
  font-size: 35px;
  width: 90%;
  color: white;
}

.sec3 .sec3-heading .tx h1 span {
  color: #a0c585;
}

.sec3 .sec3-heading a {
  height: fit-content;
}

.sec3 .sec3-heading h4 {
  color: #dfdfdfcf;
  width: fit-content;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  place-items: center;
}

.sec3 .sec3-heading h4 .line {
  width: 30px;
  height: 2px;
  background-color: #a0c585;
  margin-right: 10px;
}

.sec3 .swiper {
  width: 90%;
  padding: 10px;
  margin-top: 30px;
}

.sec3 .swiper-slide {
  overflow: hidden;
  transition: ease-in-out 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.168);
  height: auto;
}

.sec3 .swiper-slide .text {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 20px;
  transition: ease-in-out 0.5s;
  position: relative;
}

.sec3 .swiper-slide .text .color-box {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: -20px;
  margin-left: -130%;
  transition: ease-in-out 0.5s;
  background-color: #a0c585;
  background-image: linear-gradient(rgba(215, 155, 95, 0.923), rgba(255, 187, 108, 0.923)), url(../images/png\ 14.png);
  background-position: center;
  background-size: 130% 100%;
}

.sec3 .swiper-slide .text:hover .color-box {
  margin-left: -20px;
}

.sec3 .swiper-slide .text .num {
  width: fit-content;
  padding: 5px;
  background-color: #a0c585;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 0;
  z-index: 10;
}

.sec3 .swiper-slide .text:hover .num {
  background-color: white;
}

.sec3 .swiper-slide img {
  width: 50px;
  transition: ease-in-out 0.5s;
  z-index: 100;
  z-index: 10;
  position: relative;
}

.sec3 .swiper-slide h4 {
  font-size: 22px;
  color: #000000;
  margin: 20px 0;
  z-index: 10;
  position: relative;
}

/* .sec3 .swiper-slide:hover h4{
  color: white;
} */

.sec3 .swiper-slide .line {
  width: 100%;
  height: 2px;
  background-color: rgb(227, 227, 227);
  z-index: 10;
  position: relative;
}

.sec3 .swiper-slide .line .co-box {
  width: 20%;
  height: 2px;
  background-color: #5da8bd;
  animation: Move1 5s infinite;
  z-index: 10;
  position: relative;
}

@keyframes Move1 {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(400%);
  }

  100% {
    transform: translateX(0%);
  }
}



.sec3 .swiper-slide p {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.613);
  z-index: 10;
  position: relative;
}



.sec3 .swiper-slide button {
  background-color: transparent;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.613);
  border: 0.1px solid rgba(0, 0, 0, 0.178);
  margin-top: 10px;
  z-index: 10;
  position: relative;
}


.sec3 .swiper-slide:hover button {
  color: rgba(255, 255, 255, 0.613);
  border: 0.1px solid rgba(255, 255, 255, 0.366);
  background-color: #142334bb;

}

.sec3 .swiper-slide button span {
  color: #a0c585;
}

.sec3 .swiper-slide:hover button span {
  color: #ffffff;
}



.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 10% 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  /* margin-top: 80px; */
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ img\ 20.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec4 h5 .line {
  width: 20px;
  height: 2px;
  background-color: #000000b8;
  margin-right: 5px;
}

.sec4 h5 {
  color: #000000b8;
  display: flex;
  place-items: center;
}

.sec4 .png {
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  margin-top: -80px;

}

.sec4 img {
  width: 42%;
  border-radius: 0 0 0 200px;
}


.sec4 .text {
  width: 40%;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}

.sec4 .text h1 {
  font-size: 35px;
  color: black;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 0.1px solid gray;
  padding-bottom: 30px;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec4 .text h1 span {
  color: #a0c585;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec4 .text button {
  background-color: #a0c585;
  border: none;
  padding: 8px 25px;
  border-radius: 30px;
  margin-top: 20px;
  color: rgb(0, 0, 0);
}

.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  place-items: center;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ img\ 9.PNG);
  background-position: center;
  background-size: 100% 100%;
}

.sec5 .png {
  width: 100px;
  position: absolute;
  right: 0;
}

.sec5 img {
  width: 45%;
  mix-blend-mode: multiply;
}

.sec5 .text {
  width: 50%;
}

.sec5 .text h3 {
  /* display: flex; */
  color: #a0c585;
  font-size: 20px;
  /* place-items: center; */
}

.sec5 .text .line {
  width: 50px;
  background-color: #a0c585;
  height: 2px;
  margin-right: 5px;
  margin-top: 5px;
  /* display: none; */
}

.sec5 .text h1 {
  font-size: 40px;
  font-weight: 800;
  color: #142334;
  margin-top: 20px;
}

.sec5 .text h1 span {
  color: #a0c585;
}

.sec5 .text p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.603);
  margin-top: 20px;
}

.sec5 .text button {
  padding: 10px 20px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 30px;
  color: #000000;
  border: 0.1px solid #000000;
  letter-spacing: 0.5px;
  background-color: transparent;
  /* background-image: linear-gradient(to right, rgba(12, 68, 63, 0.946), rgba(245, 127, 48, 0.319)); */
}

.sec5 .text button:hover {
  border: 0.1px solid #000000;
  background: transparent;
  color: #000000;
}


.sec6 {
  max-width: 1800px;
  margin: auto;
  padding: 0% 0%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.sec6 h5 {
  width: 100%;
  margin: auto;
  justify-content: center;
  color: #a0c585;
  text-align: center;
  display: flex;
  place-items: center;

}

.sec6 h5 .line {
  width: 30px;
  height: 2px;
  background-color: #a0c585;
  margin: 0 10px;
}

.sec6 h5 .line {
  width: 30px;
  height: 2px;
  margin: 8px;
  background: #5da8bd;
}

.sec6 h1 {
  width: 80%;
  text-align: center;
  color: black;
  margin: auto;
  font-weight: 600;
  margin-top: 10px;
}

.sec6 h1 span {
  font-weight: 600;
  color: #a0c585;
}

.sec6-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.sec6-container .box {
  width: 28%;
  padding: 20px;
  text-align: center;
  transition: ease-in-out 0.5s;
  overflow: hidden;
  text-align: center;
}

.sec6-container .box:hover .img-sec {
  box-shadow: none;
  border: 3px solid #a0c585;
}

.sec6-container .box .img-sec {
  width: 80%;
  margin: auto;
  border-radius: 50%;
  background-color: white;
  padding: 10px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.462);
}

.sec6-container .box .img-sec img {
  width: 100%;
  height: 180px;
  border-radius: 50%;

}

.sec6-container .box .text {
  width: 80%;
  margin: auto;
  z-index: 10;
  position: relative;
}


.sec6-container .box .text h6 {
  background-color: #a0c585a2;
  font-size: 28px;
  padding: 10px;
  width: fit-content;
  border-radius: 50%;
  position: absolute;
  margin-top: -100px;
  margin-left: -30px;
  transition: ease-in-out 0.5s;
}

.sec6-container .box .text h6 span {
  padding: 5px;
  border-radius: 50%;
  background-color: #a0c585;
}

.sec6-container .box:hover .text h6 {
  margin-top: -180px;
}

.sec6-container .box .text h4 {
  font-size: 22px;
  margin-top: 20px;
  color: rgb(0, 0, 0);
}

.sec6-container .box .text p {
  color: white;
  letter-spacing: 1px;
  /* margin-top: 100px; */
  display: none;
}

.sec6-container .box:hover .text p {
  margin-top: 0;
}


.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 20px 0%;
  background-color: #142334;
  padding-bottom: 40px;
  justify-content: space-evenly;
  padding-top: 30px;
  padding-bottom: 30px;
}


.sec7 .swiper {
  width: 100%;
}

.sec7 .swiper-slide a:hover {
  text-decoration: none;
}

.sec7 .swiper-slide h1 {
  font-size: 45px;
  color: white;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  /* color: #ffffff4a; */
  font-weight: bold;
  border-left: 1px solid #ffffff;
  text-align: center;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.079), rgba(138, 168, 129, 0.825), rgba(0, 0, 0, 0));
}

.sec8 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  background-color: rgb(239, 244, 255);
  padding-bottom: 100px;
}

.sec8 .text {
  width: 95%;
  padding: 50px;
  margin: auto;
  height: fit-content;
  text-align: left;
  display: flex;
  place-items: center;
  justify-content: space-between;
}

.sec8 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec8 h5 {
  width: 100%;
  text-align: left;
  color: #a0c585;
  display: flex;
  /* margin: auto; */
  justify-content: left;
  place-items: center;
  text-align: left;
}

.sec8 h5 .shape {
  width: 30px;
  height: 1px;
  margin: 0 10px;
  background-color: #a0c585;
  position: relative;
  z-index: 20;
}

.sec8 h1 {
  text-align: left;
  margin-top: 20px;
  font-size: 35px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}

.sec8 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #142334;
  color: white;
}

.sec8 .swiper {
  width: 87%;
  padding: 5px 15px;
}

.sec8 .swiper-slide {
  background-color: white;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgb(209, 209, 209);
  padding-bottom: 0;
}

.sec8 .swiper-slide img {
  width: 100%;
  height: 250px;
  border-radius: 18px;
}


.sec8 .swiper-slide h1 {
  font-size: 25px;
  margin-bottom: 0;
}

.sec8 .swiper-slide p {
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  text-align: justify;
}

.sec8 .swiper-slide .btn {
  width: 100%;
  background-color: #a0c585;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  place-items: center;
}

.sec8 .swiper-slide a {
  width: 90%;
  text-decoration: none;
}

.sec8 .swiper-slide button {
  width: 100%;
  padding: 2% 20%;
  display: flex;
  place-items: center;
  border: none;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.891);
  padding-left: 20px;
  transition: ease-in-out 0.5s;
}

.sec8 .swiper-slide button:hover {
  background-color: #a0c585;
  padding-left: 20%;

}

.sec8 .swiper-slide button img {
  width: 30px;
  height: fit-content;
  filter: brightness(0);
  opacity: 0.5;
}

.sec8 .swiper-slide .btn img {
  width: 30px;
  height: fit-content;
  margin-right: 10px;
}


.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  color: rgb(0, 0, 0);
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 200px;
  background-color: #142334;
}


.sec9 .png-img {
  width: 30%;
  position: absolute;
  right: -12px;
  opacity: 0.1;
  margin-top: 6px;
}


.sec9 .color-png {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-top: -54px;
}

.sec9 .png {
  width: 200px;
  height: 200px;
  padding: 5px;
  border: 3px dashed white;
  position: absolute;
  left: -100px;
  margin-top: -100px;
  border-radius: 50%;
}

.sec9 .png .color {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #a0c585;
}

.sec9 .head-tx {
  width: 95%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  display: flex;
  margin-top: 0px;
}

.sec9 h5 {
  width: fit-content;
  font-size: 20px;
  color: #a0c585;
  text-align: left;
  margin-left: 30px;
  display: flex;
  place-items: center;
}

.sec9 h5 .line {
  width: 30px;
  background-color: #a0c585;
  height: 2px;
  margin-right: 10px;
}

.sec9 h1 {
  font-size: 30px;
  color: white;
  text-align: left;
  width: 70%;
  font-weight: 600;
  margin-left: 30px;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec9 .head-tx .btn {
  width: 20%;
}

.sec9 .head-tx .btn img {
  width: 35px;
}

.sec9 .head-tx .btn img:first-child {
  rotate: 180deg;
}


.sec9 .swiper {
  width: 90%;
  margin: auto;
  /* height: 100%; */
  overflow: hidden;
  padding-bottom: 00px;
  padding-top: 0px;
  margin-top: 50px;
  margin-bottom: -200px;
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;

}

.sec9 .swiper-slide .img {
  overflow: hidden;
}

.sec9 .swiper-slide .img .color-box {
  width: 30%;
  height: 100px;
  padding: 5px;
  border: 2px dashed white;
  position: absolute;
  right: -30px;
  margin-top: -30px;
  border-radius: 50%;
}

.sec9 .swiper-slide .img .color-box .span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #a0c585;
}

.sec9 .swiper-slide .img img {
  width: 100%;
  height: 400px;
  transition: ease-in-out 0.5s;
  border-radius: 20px;

}

.sec9 .swiper-slide .text {
  width: 80%;
  margin-top: -180px;
  z-index: 10;
  position: relative;
  text-align: left;
  padding: 00px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  background-color: #ffffffad;
  backdrop-filter: blur(5px);
}

.sec9 .swiper-slide .text .heading {
  /* background-color: white; */
  width: 100%;
  padding: 15px;
}

.sec9 .swiper-slide .text img {
  height: fit-content;
  width: 40px;
  filter: brightness(50);
  display: none;
}


.sec9 .swiper-slide h4 {
  font-size: 18px;
  color: #142334;
  position: relative;
  z-index: 10;
  width: 100%;
  font-weight: 500;
}

.sec9 .swiper-slide h5 {
  font-size: 15px;
  color: #5da8bd;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 11;
  text-align: left;
  background-color: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}

.sec9 .swiper-slide .text .btn {
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  margin-right: -60px;
  margin-top: 15px;
}

.sec9 .swiper-slide .text .btn img {
  margin-top: 20px;
  width: 30px;
  margin-left: -40px;
  filter: brightness(1);
}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 100px 4%;
  margin-top: 50px;
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-image: linear-gradient(rgba(9, 19, 31, 0.383), rgba(6, 13, 21, 0.455)), url(../images/bg\ img\ 17.jpg);
  background-position: center;
  background-size: 110% 100%;
  position: relative;
  place-items: center;
}

.sec10 .png {
  width: 10%;
  position: absolute;
  left: 0;
  margin-left: 35%;
  z-index: 10;
  margin-top: -400px;
  animation: move3 3s infinite;
}

@keyframes move3 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sec10 .text-sec {
  width: 35%;
  margin-left: 5%;
  text-align: center;
  position: relative;
}

.sec10 .text-sec img {
  width: 80%;
  border-radius: 200px 200px;
}

.sec10 .text-sec .color-box {
  width: 80%;
  height: 100%;
  border: 3px dashed #a0c585;
  position: absolute;
  margin: auto;
  top: 0;
  margin-left: 5%;
  border-radius: 200px 200px;

}

.sec10 .text-sec .call-sec {
  width: fit-content;
  background-color: white;
  border-radius: 10px;
  display: flex;
  padding: 20px;
  position: absolute;
  margin-top: -150px;
  padding-right: 30px;
  animation: move2 5s infinite;
}

@keyframes move2 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}


.sec10 .text-sec .call-sec img {
  width: 50px;
  background-color: #a0c585;
  padding: 10px;
  border-radius: 50%;
  height: fit-content;
  margin-right: 10px;
}

.sec10 .text-sec .call-sec p {
  margin: 0;
  text-align: left;
}

.sec10 .text-sec .call-sec h6 {
  font-size: 20px;
  color: #a0c585;
}



.sec10 .form-sec {
  width: 50%;
  position: relative;
  z-index: 20;
}

.sec10 .form-sec h5 {
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  color: #a0c585;
  font-weight: 800;
  display: flex;
  place-items: center;
}

.sec10 .form-sec h5 .line {
  width: 30px;
  height: 2px;
  background-color: #a0c585;
  margin-right: 10px;
}

.sec10 .form-sec h3 {
  width: 100%;
  font-size: 35px;
  text-align: left;
  margin-top: 10px;
  color: white;

}

.sec10 .form-sec p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.594);
  margin-bottom: 30px;
  margin-top: 15px;
}

.sec10 .form-sec form {
  width: 100%;
  padding: 0 30px;
  border-radius: 30px;
  padding-bottom: 80px;
}

.sec10 .form-sec input {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #ffffff56;
  margin: 10px;
  color: rgba(255, 255, 255, 0.591);
  margin-left: 0;
}

.sec10 .form-sec input:focus {
  border: 0.1px solid #a0c585;
  outline: none;
}

.sec10 .form-sec select {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #ffffff56;
  margin: 10px;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.591);
}

.sec10 .form-sec select option {
  background-color: transparent;
  color: #000000;
  border: 0.1px solid #a0c585;

}

.sec10 .form-sec select:focus {
  outline: none;
  border: 0.1px solid #a0c585;

}


.sec10 .form-sec textarea {
  width: 95%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: none;
  margin-top: 5px;
  border: 0.1px solid #ffffff56;

}

.sec10 .form-sec textarea:focus {
  outline: none;
  border: 0.1px solid #a0c585;

}

.sec10 .form-sec button {
  margin: auto;
  padding: 8px 30px;
  border-radius: 20px;
  border: none;
  background-color: #a0c585;
  color: rgb(0, 0, 0);
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 1px;
  /* margin-left: 30%; */
}


.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  padding: 3%;
  overflow: hidden;
}


.sec11 h1 {
  text-align: center;
  font-size: 45px;
}


.sec11 .line {
  width: 10%;
  height: 2px;
  background-color: #a0c585;
  margin: auto;
}

.sec11-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.sec11 .sec11-container img {
  width: 12%;
  height: 100px;
  background-color: white;
  margin: 15px 10px;
  border: 0.1px solid rgba(128, 128, 128, 0.473);
  border-radius: 10px;
  padding: 10px;
}






.sec12 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  padding: 20px 0;
  padding-right: 20px;
  place-items: center;
  background-color: #a0c585;
  /* background-image: linear-gradient( rgba(74, 55, 23, 0.867), rgba(44, 35, 15, 0.971)), url(../images/about\ img.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed; */
}


.sec12 .text {
  width: 30%;
  color: rgb(255, 255, 255);
  padding: 40px;
  margin-top: -20px;
}


.sec12 .contact {
  width: 100%;
  padding: 20px 0;
  color: rgb(0, 0, 0);
  place-items: center;
  display: flex;
  justify-content: space-evenly;
}

.sec12 .contact h5 {
  margin-top: 20px;
  width: 80%;
  /* text-transform: uppercase; */
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 35px;
  margin-left: 50px;
}

.sec12 .contact h5 span {
  color: white;
}


.sec12 .contact .btn {
  width: 40%;
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}

.sec12 .contact input {
  width: 80%;
  padding: 10px;
  padding-left: 20px;
  border-radius: 30px;
  border: 0.2px solid rgba(0, 0, 0, 0.385);
  color: black;
  background-color: transparent;
}

.sec12 .contact input:focus {
  outline: none;
}

.sec12 .contact button {
  padding: 10px;
  border: none;
  background-color: #000000;
  /* margin-left: -5px; */
  color: rgb(0, 0, 0);
  border-radius: 50%;
  margin-left: -40px;
}

.sec12 .contact button:focus {
  outline: none;
}

.sec12 .contact button img {
  width: 30px;
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 8% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.826), rgba(255, 255, 255, 0.781)), url(../images/bg\ img\ 18.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 10px;
}


.sec13 .text {
  width: 100%;
  text-align: center;
}

.sec13 .text h4 {
  width: 100%;
  margin: auto;
  color: #a0c585;
  display: flex;
  text-align: center;
  justify-content: center;
  place-items: center;
}

.sec13 .text h4 .line {
  width: 30px;
  height: 2px;
  background-color: #a0c585;
  margin: 0 10px;
}


.sec13 .text h4 img {
  width: 30px;
  margin: 0 5px;
}


.sec13 .text h1 {
  font-size: 35px;
  color: rgb(0, 0, 0);
  margin-top: 10px;
}

.sec13 .text button {
  margin-top: 30px;
  border: 0.1px solid #5da8bd;
  background-color: transparent;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 20px;
  color: #5da8bd;
  /* margin-left: 8%; */

}

.sec13 .swiper {
  width: 90%;
  margin-top: 30px;
  padding: 10px;
  padding-bottom: 50px;
}

.sec13 .swiper-slide {
  padding: 50px 20px;
  border: 0.1px solid rgba(0, 0, 0, 0.147);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.030);
  color: rgb(0, 0, 0);
  background-size: cover;
  height: fit-content;
  text-align: center;
  margin-bottom: 50px;
  transition: ease-in-out 0.5s;
}

.sec13 .swiper-slide:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.275)), url(../images/png\ 5.PNG);
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 0px;
}

.sec13 .swiper-slide img {
  width: 80px;
}

.sec13 .swiper-slide h3 {
  font-size: 25px;
  color: #a0c585;
  text-align: center;
  transition: ease-in-out 0.5s;
}

.sec13 .swiper-slide:hover h3 {
  margin-top: 50px;
}

.sec13 .swiper-slide p {
  margin-top: 20px;
  font-size: 15px;
  color: #000000a0;
  text-align: center;

}


.sec13 .swiper-slide:hover p {
  color: white;
}

.sec13 .swiper-slide button {
  padding: 10px 20px;
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: -15px;
  /* border: 0.1px solid rgba(0, 0, 0, 0.095); */
  color: #000000cf;
  border-radius: 30px;
  border: 0.1px solid rgb(142, 142, 142);

}

.sec13 .swiper-slide button img {
  width: 20px;
  transition: ease-in-out 0.5s;
  margin-left: -3px;
  filter: brightness(0);
}

.sec13 .swiper-slide:hover button {
  color: #000000;
  background-color: #a0c585;
}

.sec13 .swiper-slide:hover button img {
  margin-left: 5px;
}



.sec13-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 20px;
}

.sec13-container .box {
  width: 45%;
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.043);
  border: 0.1px solid gainsboro;
  margin: 10px;
  box-shadow: 0 0 10px gainsboro;
  backdrop-filter: blur(5px);
}

.sec13-container .box img {
  width: 70px;
  filter: brightness(0);
}

.sec13-container .box h3 {
  font-size: 25px;
  margin: 15px 0;
  color: #a0c585;
}

.sec13-container .box p {
  font-size: 15px;
}



.sec14 {
  max-width: 1800px;
  margin: auto;
  text-align: center;
  margin-bottom: 200px;
  background-color: #dff2fa;
  background-image: linear-gradient(rgba(17, 35, 67, 0.934), rgba(255, 255, 255, 0)), url(../images/png\ 5.PNG);
  background-position: center;
  background-size: 100% 100%;
  padding-top: 50px;
}


.sec14 .text-sec {
  width: 85%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  text-align: left;
  justify-content: space-between;
}

.sec14 .text-sec .tx {
  width: 100%;
}

.sec14 .text-sec h4 {
  color: #a0c585;
  display: flex;
  place-items: center;
}

.sec14 .text-sec h4 .line {
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background-color: #a0c585;
}

.sec14 .text-sec h1 {
  text-align: left;
  width: 100%;
  color: white;
}

.sec14 .text-sec p {
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.778);
  margin-top: 10px;
}

.sec14 .text-sec .btn {
  width: 30%;
  text-align: right;
}

.sec14 .text-sec button {
  margin-left: 20%;
  background-color: transparent;
  border: 0.1px solid white;
  color: #ffffffbd;
  border-radius: 20px;
  padding: 5px 20px;
  /* display: flex; */
  width: fit-content;
  margin-top: 10px;
}

.sec14 .text-sec button img {
  width: 30px;
  /* filter: brightness(0); */
  opacity: 0.5;
}

.sec14 .sec14-container {
  width: 85%;
  margin: auto;
  justify-content: space-between;
  display: flex;
  margin-top: 50px;
}

.sec14 .sec14-container .box {
  width: 32%;
  /* background-color: rgb(32, 32, 32); */
  color: white;
  margin-bottom: -150px;
  padding-bottom: 20px;
  background-image: linear-gradient(rgba(9, 19, 36, 0.91), rgba(8, 20, 35, 0.923)), url(../images/bg\ img\ 14.PNG);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 20px;
  position: relative;
  z-index: 20;
}

.sec14 .sec14-container .box img {
  width: 100%;
  border-radius: 20px 20px 80px 0;
}

.sec14 .sec14-container .box p {
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.826);
}


.sec14 .sec14-container .box h3 {
  margin-top: 30px;
  color: #a0c585;
}

.sec14 .sec14-container .box button {
  padding: 6px 20px;
  border-radius: 10px;
  border: none;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.612);
}

.sec14 .sec14-container .box button:hover {
  background-color: transparent;
  color: #a0c585;
  border-bottom: 0.1px solid #a0c585;
}




.sec15 {
  max-width: 1800px;
  margin: auto;
  margin-bottom: 5px;
  display: flex;
  padding-top: 50px;
  flex-wrap: wrap;
  place-items: center;
  justify-content: space-evenly;
  background-image: linear-gradient(rgba(238, 238, 238, 0.612), rgba(255, 255, 255, 0.829)), url(../images/bg\ img\ 1.jpg);
  background-position: center;
  background-size: cover;
}

.sec15 .png {
  width: 20%;
  position: absolute;
  right: 0;
  margin-top: 180px;
  opacity: 0.5;
  rotate: -46deg;
  animation: Move1 5s infinite;
}

@keyframes Move1 {
  0% {
    transform: scale(10%);
  }

  50% {
    transform: scale(100%);
  }

  100% {
    transform: scale(10%);
  }
}


.sec15 .img-sec {
  width: 42%;
  display: flex;
  position: relative;
}

.sec15 .img-sec .img-text {
  background-color: #142334;
  position: absolute;
  right: 0;
  margin-top: 300px;
  display: flex;
  padding: 20px;
  place-items: center;
  border-radius: 20px;
  border: 1px solid #a0c585;

}

.sec15 .img-sec .img-text img {
  width: 50px;
  height: fit-content;
  margin-right: 10px;
}

.sec15 .img-sec .img-text h3 {
  color: white;
  margin-bottom: 0;
  font-size: 20px;
}



.sec15 img {
  width: 70%;
  height: 400px;
  border-radius: 50px 50px;
}

.sec15 img:nth-child(2) {
  width: 45%;
  z-index: 10;
  height: 300px;
  border-radius: 50%;
  margin-left: -80px;
  border: 10px solid white;
  /* position: relative; */
}

.sec15 .text {
  width: 45%;
}

.sec15 .text p {
  font-size: 18px;
}

.sec15 .text h1 {
  font-size: 55px;
  color: #a0c585;
  font-weight: 600;
  margin-bottom: 20px;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec15 .text h1 span {
  color: #a0c585;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec15 .text button {
  background-color: #23463e;
  border: none;
  padding: 8px 25px;
  border-radius: 30px;
  color: white;
}


.sec16a {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  background-color: rgb(245, 245, 245);
}

.sec16a .text {
  width: 100%;
  padding: 50px;
  margin: auto;
  height: fit-content;
  text-align: left;
  display: flex;
  place-items: center;
  padding-bottom: 30px;
  justify-content: space-between;
}

.sec16a .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec16 h5 {
  width: 100%;
  text-align: left;
  color: #a0c585;
  display: flex;
  /* margin: auto; */
  justify-content: left;
  place-items: center;
  text-align: left;
}

.sec16a h5 .shape {
  width: 30px;
  height: 1px;
  margin: 0 10px;
  background-color: #a0c585;
  position: relative;
  z-index: 20;
}

.sec16a h1 {
  width: 80%;
  text-align: left;
  margin-top: 20px;
  font-size: 35px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}

.sec16a h1 span {
  color: #a0c585;
}

.sec16a .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #142334;
  color: white;
}

.sec16a-container {
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* background: #b1b1b1; */
}

.sec16a .box {
  width: 30%;
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  margin-top: 20px;
  transition: ease-in-out 0.5s;
}

.sec16a .box:hover {
  margin-bottom: 0;
}


.sec16a .box .color-box {
  width: 50px;
  height: 50px;
  background-color: #142334;
  position: absolute;
  right: 0;
  transition: ease-in-out 0.5s;
  margin-top: -30px;
}

.sec16a .box:hover .color-box {
  width: 100px;
  height: 100px;
}

.sec16a .box img {
  width: 100%;
  margin: auto;
  height: 300px;
  border-radius: 8px;
  position: relative;
  z-index: 10;
}

.sec16a .box h1 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 10px;
  justify-content: center;
  text-align: center;

}

.sec16a .box p {
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
  text-align: center;
  color: #a0c585;
}

.sec16a .box .icon-sec {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: -55px;
  transition: ease-in-out 0.5s;
}

.sec16a .box:hover .icon-sec {
  margin-bottom: 0;
}

.sec16a .box .icon-sec img {
  width: 35px;
  height: fit-content;
  background-color: #142334;
  padding: 5px;
  margin: 0 10px;
  cursor: pointer;
}

.sec16a .box .icon-sec img:hover {
  background-color: #a0c585;
}






.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 50;
  width: fit-content;
  right: 0;
  margin-top: 35%;
  margin-right: 30px;
}

.whatsapp img {
  width: 50px;
  /* position: absolute; */

}




/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 60px 0;
  padding-bottom: 0;
  /* background-image: linear-gradient(to right, rgba(101, 129, 138, 0.083), rgba(27, 40, 43, 0.656)), url(../images/footer\ 3.jpg);
  background-position: center;
  background-size: 100% 100%; */
  margin-top: 0;
  background-color: #142334;
  border-top: 2px solid white;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
  padding-bottom: 00px;
  /* background-color: #6a4646; */
}

.sec2-text {
  width: 25%;
  /* margin: 0 10px; */
  /* background: #000; */
  color: #000000b9;

}

.sec2-text .line {
  width: 100%;
  /* display: none; */
  height: 1px;
  background-color: #ffffff37;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-right: 8px;
}


.sec2-text .line .tx {
  width: 30px;
  height: 100%;
  background-color: #5da8bd;
  transition: ease-in-out 0.5s;
}

.sec2-text:hover .line .tx {
  width: 100%;
}




#sec2-other-links {
  width: 20%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 10%;
}

.sec2-text li span {
  color: #5da8bd;
  margin-right: 10px;
  font-weight: bold;

}

.sec2-text li:hover {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 25px;
  font-weight: 600;
  color: #a0c585;
  display: flex;
  place-items: center;
  /* border-left: 2px solid #5da8bd; */
  /* padding-left: 5px; */
  margin-bottom: 20px;
}


.sec2-text input {
  height: 50px;
  padding: 12px;
  border: none;
  /* margin-top: 10px; */
  border-radius: 5px 0 0 5px;
}

.sec2-text input:focus {
  outline: none;
}

.sec2-text .news {
  /* background: #000; */
  display: flex;
  margin-top: 30px;
}

.sec2-text .payment {
  margin-top: 30px;
}

.sec2-text button {
  width: 50px;
  height: 50px;
  background-color: #e32020;
  border: none;
  margin-left: -5px;
  padding: 8px;
  /* margin-top: -10px; */
  border-radius: 0 5px 5px 0;

}

.sec2-text button:focus {
  outline: none;
}

.sec2-text button img {
  width: 100%;
}

.sec2-text h2 {
  font-size: 18px;
}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #a0c585;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: bold;

}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff83;
  text-align: left;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #a0c585;

}

.icons ul {
  display: flex;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 40px;
  /* color: #ffffffac; */
  font-size: 20px;
  margin: 10px;
  display: grid;
  place-items: center;
  padding: 5px;
  border-radius: 50%;
  border: 0.1px solid #a0c585;
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.134);
}

.icons ul li a img:hover {
  margin-top: 5px;
  opacity: 1;
}


.sec2-text ul li {
  list-style: none;
  text-decoration: none;
  list-style: none;
  margin-top: 10px;

}

.sec2-text ul li a {
  font-size: 15px;
  color: #ffffff83;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li a span {
  color: #a0c585;
  width: 10px;
  padding: 5px 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.134);

}



.footer-base {
  text-align: center;
  padding: 10px;
  color: #ffffffdd;
  /* padding-bottom: px; */
  font-size: 16px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.176);
  margin-top: 30px;
  /* background-color: #5a7f86; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 100px;
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #ffffff83;
  font-size: 18px;
}

.footer-base .tx {
  display: flex;
}

.footer-base .tx img {
  width: 50px;
}

.footer-base .tx p {
  margin: 0 5px;
  margin-top: 8px;
}

.footer-base .tx h1 span {
  color: #e32020;
}

.designation-contact h6 {
  color: #000000dd;

}

@media screen and (max-width: 800px) {
  .footer {
    padding-top: 40px;
  }

  .sec2-text .line {
    width: 50%;
    height: 0.5px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sec2-text ul li {
    display: flex;
    place-items: center;
  }

  #sec2-other-links2 {
    width: 40%;
  }

  #sec2-other-links {
    width: 60%;
  }

  .footer-base {
    padding: 10px 20px;
    /* background: #000; */
    text-align: center;
    justify-content: center;
  }

  .footer-base .tx p {
    color: rgba(255, 255, 255, 0.419);
    margin-top: 10px;
  }

  .footer-base p {
    font-size: 15px;
    margin: 0;
    text-align: center;
  }

}