* {
  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;
}


/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
}

.slider .swiper {
  width: 100%;
}

.slider .swiper-slide {
  width: 100%;
  height: 500px;
  display: flex;
  padding: 0 5%;
  overflow: hidden;
  justify-content: center;
}


.slider .swiper-slide .text {
  width: 60%;
  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%;
  /* background-color: rgba(255, 255, 255, 0.336);
  backdrop-filter: blur(5px); */
  padding: 50px;
  border-radius: 0;
}

.slider .swiper-slide .text h5 {
  color: #1a9b3a;
}

.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: #0f82ee;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.slider .swiper-slide .text p {
  font-size: 20px;
  margin-top: 10px;
  text-align: left;
  color: rgba(255, 255, 255, 0.726);
}

.slider .swiper-slide .text button {
  padding: 7px 25px;
  border: none;
  font-size: 15px;
  background-color: #a12076;
  margin-top: 10px;
  border: 1px solid white;

  border-radius: 30px;
  color: rgb(255, 255, 255);
  margin-right: 10px;
}

.slider .swiper-slide .text .btn2 {
  background-color: transparent;
  border: 1px solid white;
}

.swiper-wrapper .slider1 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(10, 36, 103, 0.353), rgba(6, 13, 44, 0.877)), url(../images/air\ freshers.webp);
  background-position: center;
  background-size: 100% 120%;
}

.swiper-wrapper .slider2 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(10, 36, 103, 0.353), rgba(6, 13, 44, 0.877)), url(../images/Centrifugal\ Air\ Blower.webp);
  background-position: center;
  background-size: 100% 100%;
}

.swiper-wrapper .slider3 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(10, 36, 103, 0.353), rgba(6, 13, 44, 0.877)), url(../images/rectangular-duct\ -\ slider.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.swiper-wrapper .slider4 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(10, 36, 103, 0.353), rgba(6, 13, 44, 0.877)), url(../images/spiral-duct-slider.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.swiper-wrapper .slider5 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(10, 36, 103, 0.353), rgba(6, 13, 44, 0.877)), url(../images/Ventilation\ Axial\ Flow\ Fan\ Service.webp);
  background-position: center;
  background-size: 100% 100%;
}

.swiper-wrapper .slider6 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(10, 36, 103, 0), rgba(6, 13, 44, 0)), url(../images/Honeycomb-Pads-\ slider.jpg);
  background-position: center;
  background-size: 100% 100%;
}


.sliderbtn {
  width: 100%;
  margin-top: -80px;
  position: relative;
  z-index: 10;
  display: flex;
  padding: 0 50px;
  /* padding-left: 5%; */
  justify-content: center;
  justify-content: last baseline;
}

.sliderbtn img {
  width: 35px;
  border-radius: 50%;
  margin: 0 10px;
  padding: 8px;
  transform: rotate(180deg);
  background-color: #1c468aae;
  /* border: 1px solid #0f82ee; */

}

.sliderbtn img:hover {
  cursor: pointer;
  border: none;
  border: 1px solid #0f82ee;
}

.sliderbtn .prev {
  transform: rotate(0deg);
}


.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(255, 255, 255, 0.678), rgba(255, 255, 255, 0.729)), url(../images/bg\ img\ 3.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 0px;
}


.sec1 .img {
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

.sec1 .img img {
  width: 69%;
  height: 400px;
  border-radius: 20px;
}

.sec1 .img img:nth-child(2) {
  width: 50%;
  margin-top: 180px;
  /* border-radius: 50%; */
  height: 200px;
  margin-left: -180px;
}

.sec1 .img .tx {
  width: 18%;
  padding: 10px 20px;
  position: absolute;
  height: fit-content;
  background-color: #ffffff12;
  backdrop-filter: blur(5px);
  margin-top: 10px;
  border-radius: 20px;
  margin-left: 250px;
  border: 0.1px solid #a12076;
  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;
  font-weight: 600;
  color: #ae207f;
}

.sec1 .img .tx h3 {
  color: #142334;
  font-size: 18px;
  place-items: center;
  display: flex;
  font-weight: 600;
  margin-bottom: 0;
}

.sec1 h4 {
  font-size: 18px;
  color: #a87a05;
  display: flex;
  place-items: center;
}

.sec1 h4 img {
  width: 30px;
  height: fit-content;
  margin-right: 10px;
}

.sec1 h1 {
  font-size: 30px;
  color: #0f1f42;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 20px;
  /* margin-left: 35px; */
  font-family: Arial, Helvetica, sans-serif;
}

.sec1 h5 {
  font-size: 18px;
  color: #00000098;
  font-weight: 400;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;

}

.sec1 h6 {
  font-size: 18px;
  color: #f5a95c;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 0;
  margin-top: 10px;
}

.sec1 .text {
  width: 55%;
  padding: 30px;
  position: relative;
  z-index: 10px;
  margin-top: -30px;
}

.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: 15px;
}


.sec1 .text .btn-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
}

.sec1 .text .btn-sec button {
  background-color: transparent;
  padding: 8px 20px;
  color: rgb(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.305);
  border-radius: 10px;
  display: flex;
  place-items: center;
}

.sec1 .text .btn-sec button img {
  width: 15px;
  rotate: 180deg;
  filter: brightness(0);
  margin-left: 10px;
}


.sec1 .text .btn-sec .call-btn {
  display: flex;
  place-items: center;
  margin-left: 20%;
}

.sec1 .text .btn-sec .call-btn img {
  width: 45px;
  height: fit-content;
  margin-right: 20px;
}

.sec1 .text .btn-sec .call-btn h6 {
  color: #15217b;
  font-size: 18px;
}

.sec1 .text .btn-sec .call-btn h3 {
  color: #a12076;
  font-size: 25px;
}



.sec2 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 20px;
  margin-top: 0px;
  background-color: #93bbd52c;
}

.sec2 .line {
  height: auto;
  width: 2px;
  background-image: linear-gradient(rgba(214, 29, 29, 0), #ae207f, 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;
  filter: brightness(0);
}

.sec2 .box h4 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.802);
}

.sec2 .box h1 {
  color: #ae207f;
}





.sec3 {
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  overflow: hidden;
  position: relative;
}


.sec3 .sec3-heading {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  justify-content: space-between;
}

.sec3 .sec3-heading .tx {
  width: 100%;
  text-align: left;
}

.sec3 .sec3-heading .tx h1 {
  font-size: 32px;
  width: 100%;
  color: rgb(0, 0, 0);
  text-align: left;
  margin-top: 0;
  margin-left: 3.21%;
}



.sec3 .swiper {
  width: 95%;
  padding: 10px;
}

.sec3 .swiper-slide {
  transition: ease-in-out 0.5s;
  height: fit-content;
  background-color: #e0f2f7;
  border-radius: 20px;
  padding: 15px;
  margin-top: 30px;
  border: 0.1px solid rgba(0, 0, 0, 0.178);
  text-align: center;
}

.sec3 .swiper-slide:hover {
  margin-top: 10px;
  border: 0.1px solid rgba(0, 0, 0, 0.729);

}


.sec3 .swiper-slide img {
  width: 100%;
  height: 250px;
  transition: ease-in-out 0.5s;
  z-index: 100;
  z-index: 10;
  position: relative;
  border-radius: 15px;
  margin-bottom: 10px;
}

.sec3 .swiper-slide h2 {
  font-size: 20px;
  color: #000000;
  z-index: 10;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0;
}


.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);
  z-index: 10;
  font-size: 12px;
  position: relative;
}


.sec3 .swiper-slide:hover button {
  color: rgb(255, 255, 255);
  border: 0.1px solid rgba(255, 255, 255, 0.808);
  background-color: #0f82ee;

}

.sec3 .swiper-slide button span {
  color: #f5a95c;
}

.sec3 .swiper-slide:hover button span {
  color: #ffffff;
}



.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 3% 5%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.829), rgba(0, 0, 0, 0)), url(../images/bg\ img6.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 80px;
  padding-left: 2%;
}

.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 .text {
  width: 50%;
  position: relative;
  z-index: 10;
  color: rgb(0, 0, 0);
  padding: 50px;
}

.sec4 .text h1 {
  font-size: 38px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 0.1px solid gray;
  padding-bottom: 30px;
}

.sec4 .text h1 span {
  color: #a12076;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec4 .text p {
  font-size: 18px;
}

.sec4 .text button {
  background-color: #0f1f42;
  border: none;
  padding: 8px 25px;
  border-radius: 10px;
  margin-top: 10px;
  color: rgb(255, 255, 255);
}

.sec5 {
  max-width: 1800px;
  margin: auto;
  display: flex;
}

.sec5-container {
  width: 33.5%;
  background-color: #ffffff;
}

.sec5-container .box {
  padding: 8%;
  width: 100%;
  height: 250px;
  color: rgb(0, 0, 0);
}

.sec5-container .box p {
  color: rgba(0, 0, 0, 0.757);
}

/* .sec5-container:nth-child(1) .box {
  background-color: #a1d0cb;
}

.sec5-container:nth-child(2) .box {
  background-color: #e8dec1;
}

.sec5-container:nth-child(3) .box {
  background-color: #e8c8e8;
} */

.sec5-container img {
  width: 100%;
  height: 250px;
  opacity: 0.8;
}

.sec5-container .img2 {
  display: none;
}

.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: #f5a95c;
  text-align: center;
  display: flex;
  place-items: center;

}

.sec6 h5 .line {
  width: 30px;
  height: 2px;
  background-color: #f5a95c;
  margin: 0 10px;
}

.sec6 h5 .line {
  width: 30px;
  height: 2px;
  margin: 8px;
  background: #f48333;
}

.sec6 h1 {
  width: 40%;
  text-align: center;
  color: black;
  margin: auto;
  font-weight: 600;
  margin-top: 10px;
}

.sec6 h1 span {
  font-weight: 600;
  color: #f5a95c;
}

.sec6-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.sec6-container .box {
  width: 20%;
  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 #f5a95c;
}

.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: 150px;
  border-radius: 50%;

}

.sec6-container .box .text {
  width: 80%;
  margin: auto;
  z-index: 10;
  position: relative;
}


.sec6-container .box .text h6 {
  background-color: #f5a95ca2;
  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: #f5a95c;
}

.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%;
  padding-bottom: 40px;
  justify-content: space-evenly;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sec7 h2 {
  width: 45%;
  font-size: 35px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

.sec7 h2 span {
  color: #0f82ee;
}

.sec7 .swiper {
  width: 100%;
  margin-top: 20px;
}

.sec7 .swiper-slide img {
  width: 80%;
  height: 80px;
}

.sec8 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding-top: 0px;
}

.sec8 .text {
  width: 95%;
  padding: 50px 30px;
  padding-bottom: 0;
  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: #a12076;
  display: flex;
  /* margin: auto; */
  justify-content: left;
  place-items: center;
  text-align: left;
}

.sec8 h5 .shape {
  width: 30px;
  height: 2px;
  margin: 0 10px;
  background-color: #a12076;
  position: relative;
  z-index: 20;
}

.sec8 h1 {
  text-align: left;
  margin-top: 20px;
  font-size: 35px;
  color: #0f1f42;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}


.sec8 h1 span {
  color: #a12076;
}

.sec8 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #142334;
  color: white;
}

.sec8 .swiper {
  width: 95%;
  padding: 5px 15px;
}

.sec8 .swiper-slide {
  background-color: white;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(7, 2, 2, 0.096);
  padding-bottom: 0;
  text-align: center;
  border: 0.1px solid #00000029;
}

.sec8 .swiper-slide img {
  width: 100%;
  height: 250px;
  border-radius: 18px;
}


.sec8 .swiper-slide h1 {
  font-size: 20px;
  margin-bottom: 0;
  text-align: left;
  color: #15217b;
}

.sec8 .swiper-slide p {
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  text-align: justify;
}

.sec8 .swiper-slide .btn {
  width: 100%;
  background-color: #a12076;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  place-items: center;
}

.sec8 .swiper-slide .btn img {
  rotate: 180deg;
}

.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: #a12076;
  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;
  top: 0;
  margin-top: -50px;
}


.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: #0f82ee;
}

.sec9 .head-tx {
  width: 95%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  justify-content: center;
  display: flex;
  margin-top: -50px;
}


.sec9 h1 {
  font-size: 35px;
  color: white;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.sec9 h1 img {
  width: 50px;
}

.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 {
  width: 100%;
  height: 250px;
}

.sec10 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.962), rgba(6, 13, 21, 0), rgba(6, 13, 21, 0)), url(../images/banner3.png);
  background-position: center;
  background-size: 100% 130%;
  justify-content: left;
  margin-top: 50px;
}


.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 .call-sec {
  width: fit-content;
  background-color: white;
  border-radius: 10px;
  display: flex;
  padding: 20px;
  position: absolute;
  margin-top: 100px;
  padding-right: 30px;
  animation: move2 5s infinite;
}

@keyframes move2 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.code {
  display: none;
}

.sec10 .text-sec .call-sec img {
  width: 50px;
  background-color: #000000;
  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: #0f82ee;
}


.sec10 .form-sec {
  width: 50%;
  position: relative;
  z-index: 20;
  background-color: #ffffff2b;
  backdrop-filter: blur(15px);
  padding: 3%;
  padding-bottom: 0;
  padding-right: 2%;
}

.sec10 .form-sec h5 {
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  color: #a12076;
  font-weight: 800;
  display: flex;
  place-items: center;
}

.sec10 .form-sec h5 .line {
  width: 30px;
  height: 2px;
  background-color: #a12076;
  margin-right: 10px;
}

.sec10 .form-sec h3 {
  width: 100%;
  font-size: 35px;
  text-align: left;
  margin-top: 10px;
  color: rgb(0, 0, 0);

}

.sec10 .form-sec p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.594);
  margin-bottom: 30px;
  margin-top: 15px;
}

.sec10 .form-sec form {
  width: 100%;
  padding: 0 30px;
  border-radius: 30px;
  padding-bottom: 30px;
}

.sec10 .form-sec input {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #000000ca;
  margin: 10px;
  color: rgb(0, 0, 0);
  margin-left: 0;
}

.sec10 .form-sec input:focus {
  border: 0.1px solid #000000;
  outline: none;
}

.sec10 .form-sec select {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #000000ca;
  margin: 10px;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.579);
}

.sec10 .form-sec select option {
  background-color: transparent;
  color: #000000;
  border: 0.1px solid #000000;

}

.sec10 .form-sec select:focus {
  outline: none;
  border: 0.1px solid #000000;

}


.sec10 .form-sec textarea {
  width: 95%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: none;
  margin-top: 5px;
  border: 0.1px solid #00000056;

}

.sec10 .form-sec textarea:focus {
  outline: none;
  border: 0.1px solid #0f82ee;

}

.sec10 .form-sec button {
  margin: auto;
  padding: 8px 30px;
  border-radius: 20px;
  border: none;
  background-color: #0f1f42;
  color: rgb(0, 0, 0);
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  /* margin-left: 30%; */
}


.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  padding: 3%;
  overflow: hidden;
}


.sec11 h1 {
  text-align: center;
  font-size: 35px;
}


.sec11 .line {
  width: 10%;
  height: 2px;
  background-color: #f5a95c;
  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;
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 3%;
  justify-content: center;
  place-items: center;
  padding-bottom: 10px;
}

.sec13 .text {
  width: 100%;
  text-align: center;
}

.sec13 .text h1 {
  font-size: 35px;
  color: #0f1f42;
  height: fit-content;
  display: flex;
  justify-content: space-between;
}

.sec13 .text h1 .line {
  width: 38%;
  height: 1px;
  background-color: #a12076;
  margin-top: 25px;
}

.sec13 h4 {
  font-size: 30px;
  color: #a12076;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sec13 .text .line {
  width: 80px;
  margin: auto;
  height: 2px;
  margin-top: -5px;
  background-color: #a12076;
}

.sec13 .sec13-container {
  width: 100%;
  padding: 10px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-evenly;
}

.sec13 .sec13-container .box {
  width: 45%;
  height: fit-content;
  text-align: center;
  border: 0.1px solid gray;
  border-radius: 35px;
  padding-bottom: 20px;
  /* background-color: #adb5c4; */
  padding: 30px;
  color: white;
  margin-top: 20px;
  padding-bottom: 0;
}

.sec13 .sec13-container .box img {
  width: 100%;
  border-radius: 20px;
}


.sec13 .sec13-container .box h3 {
  margin-top: 15px;
  margin-top: -70px;
  color: #000000;
  z-index: 10;
}

.sec16 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding-top: 200px;
  background-color: rgb(245, 245, 245);
  /* padding-bottom: 100px; */
  margin-top: -200px;
}

.sec16 .text {
  width: 88%;
  padding: 50px;
  margin: auto;
  height: fit-content;
  text-align: left;
  display: flex;
  place-items: center;
  padding-bottom: 30px;
  justify-content: space-between;
}

.sec16 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec16 h5 {
  width: 100%;
  text-align: left;
  color: #f5a95c;
  display: flex;
  /* margin: auto; */
  justify-content: left;
  place-items: center;
  text-align: left;
}

.sec16 h5 .shape {
  width: 30px;
  height: 1px;
  margin: 0 10px;
  background-color: #f5a95c;
  position: relative;
  z-index: 20;
}

.sec16 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;
}

.sec16 h1 span {
  color: #f5a95c;
}

.sec16 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #142334;
  color: white;
}

.sec16 .swiper {
  width: 80%;
  /* background: #b1b1b1; */
}

.sec16 .swiper-slide {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 100px;
  transition: ease-in-out 0.5s;
}

.sec16 .swiper-slide:hover {
  margin-bottom: 0;
}


.sec16 .swiper-slide .color-box {
  width: 50px;
  height: 50px;
  background-color: #142334;
  position: absolute;
  right: 0;
  transition: ease-in-out 0.5s;
  margin-top: -30px;
}

.sec16 .swiper-slide:hover .color-box {
  width: 100px;
  height: 100px;
}

.sec16 .swiper-slide img {
  width: 100%;
  margin: auto;
  height: 300px;
  border-radius: 8px;
  position: relative;
  z-index: 10;
}

.sec16 .swiper-slide h1 {
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
}

.sec16 .swiper-slide p {
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  color: #f5a95c;
}

.sec16 .swiper-slide .icon-sec {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: -55px;
  transition: ease-in-out 0.5s;
}

.sec16 .swiper-slide:hover .icon-sec {
  margin-bottom: 0;
}

.sec16 .swiper-slide .icon-sec img {
  width: 35px;
  height: fit-content;
  background-color: #142334;
  padding: 5px;
  margin: 0 10px;
  cursor: pointer;
}

.sec16 .swiper-slide .icon-sec img:hover {
  background-color: #f5a95c;
}

.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 50;
  width: fit-content;
  right: 0;
  margin-top: 32%;
  margin-right: 30px;
}

.whatsapp img {
  width: 50px;
  /* position: absolute; */

}

.whatsapp .img2 {
  width: 35px;
  margin-top: 10px;
  margin-right: 15px;
}



/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 60px 0;
  padding-bottom: 0;
  margin-top: 0;
  background-color: #0f1f42;
  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: #b3b374;
  transition: ease-in-out 0.5s;
}

.sec2-text:hover .line .tx {
  width: 100%;
}




#sec2-other-links {
  width: 22%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 12%;
}

.sec2-text li {
  display: flex;
}

.sec2-text li span {
  color: #bdbd4c;
  margin-right: 5px;
}

.sec2-text h1 {
  font-size: 22px;
  font-weight: 400;
  color: #bdbd4c;
  display: flex;
  place-items: center;
  /* border-left: 2px solid #f48333; */
  /* 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: #b0b050;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: bold;

}

.sec2-text .d {
  display: flex;
  margin-top: 3px;
}

.sec2-text .d p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffffc6;
  text-align: left;
}

.icons h5 {
  font-size: 20px;
  font-weight: 400;
  color: #bdbd4c;
}

.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;
  margin-top: 0;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 50%;
  border: 0.1px solid #bdbd4c;
  opacity: 0.9;
  background-color: #0f1f42;
}

.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: #ffffffc6;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li a span {
  color: #ffffff;
  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: #263556;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 100px;
  padding-top: 5px;
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #ffffffc6;
  font-size: 16px;
}

.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: 100%;
  }

  #sec2-other-links {
    width: 100%;
  }

  .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;
  }

}