* {
  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;
  /* 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%;
  /* max-height: 800px; */
}

.slider .swiper-slide {
  width: 100%;
  height: 95vh;
  display: flex;
  padding: 4% 5%;
  overflow: hidden;
  justify-content: center;
}


.slider .swiper-slide .text {
  width: 60%;
  color: rgb(255, 255, 255);
  margin-top: 0;
  height: fit-content;
  text-align: left;
  margin: auto;
  margin-left: -3%;
  padding: 50px;
  border-radius: 0;

}

.slider .swiper-slide .text h1 {
  font-size: 50px;
  width: 90%;
  color: #ffffff;
  margin-top: 20px;
  position: relative;
  z-index: 100;
  opacity: 1;
  font-weight: 600;
}

.slider .swiper-slide .text h1 span {
  color: #e58715;
  font-weight: 600;

}

.slider .swiper-slide .text p {
  font-size: 18.5px;
  margin-top: 10px;
  text-align: left;
  color: rgba(255, 255, 255, 0.726);
}

.slider .swiper-slide .text button {
  padding: 10px 30px;
  border: none;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 0.5px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  margin-right: 20px;
  background-color: #0a315e;
  border: 0.8px solid rgba(255, 255, 255, 0.507);
}


.slider .swiper-slide .text button img {
  width: 25px;
  padding: 3px;
  border-radius: 50%;
  margin-right: -20px;
  margin-left: 5px;
  background-color: #cf7a13;
}

.slider .swiper-slide .text .btn2 {
  background-color: transparent;
  border: 0.8px solid white;
  color: rgb(255, 255, 255);
  background-color: rgb(40, 138, 4);

}

.slider .slider1 {
  background-image: linear-gradient(to right, rgba(9, 33, 47, 0.747), rgba(0, 0, 0, 0.446)), url(../images/microwave\ img.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(9, 33, 47, 0.747), rgba(0, 0, 0, 0.446)), url(../images/washing\ machine\ img.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(9, 33, 47, 0.747), rgba(0, 0, 0, 0.446)), url(../images/refrigerator\ repair\ img2.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider4 {
  background-image: linear-gradient(to right, rgba(9, 33, 47, 0.747), rgba(0, 0, 0, 0.446)), url(../images/ac\ service.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider5 {
  background-image: linear-gradient(to right, rgba(9, 33, 47, 0.747), rgba(0, 0, 0, 0.446)), url(../images/microwave\ img.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider6 {
  background-image: linear-gradient(to right, rgba(9, 33, 47, 0.747), rgba(0, 0, 0, 0.446)), url(../images/microwave\ img.JPG);
  background-position: center;
  background-size: cover;
}

.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: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 6%;
  z-index: 10;
  margin-top: 25%;
}

.sliderbtn img {
  width: 45px;
  border-radius: 50%;
  margin: 0 10px;
  padding: 10px;
  transform: rotate(0deg);
  background-color: rgba(255, 255, 255, 0.531);
  margin-bottom: 30px;
  border: 2px solid #e07c09;
}

.sliderbtn img:hover {
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  border: 2px solid #e07c09;

}

.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(255, 255, 255, 0.906), rgba(255, 255, 255, 0.959)), url(../images/bg\ img\ 6.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding-left: 2%;
  margin-bottom: 0px;
  /* background-color: #1f5f5a; */
}

.sec1 h4 {
  font-size: 22px;
  color: #e29e1f;
  display: flex;
  place-items: center;
}

.sec1 h1 {
  font-size: 35px;
  color: #264e7b;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
  /* margin-left: 35px; */
  font-family: Arial, Helvetica, sans-serif;
}

.sec1 h5 {
  font-size: 25px;
  color: #86a10b;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}

.sec1 h6 {
  font-size: 18px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 600;
}

.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 .btn-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.sec1 .btn-sec .box {
  width: 48%;
  display: flex;
  justify-content: left;
  place-items: center;
}

.sec1 .btn-sec .box img {
  width: 60px;
  margin-bottom: -20px;
  margin-right: 15px;
  border-radius: 50%;
  padding: 5px;
  background-color: #0f2c4d;
}

.sec1 .btn-sec .box:nth-child(2) img {
  width: 50px;
  padding: 10px;
}

.sec1 .btn-sec .box .tx {
  margin: 0;
  padding: 0;
}

.sec1 .btn-sec .box .tx h3 {
  font-size: 18px;
  margin: 0;
}

.sec1 .btn-sec .box .tx p {
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: none;
  color: #687c0e;
}


.sec1 .img-container {
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: right;
  position: relative;
  border-radius: 5px;
}

.sec1 .img-container .img {
  width: 100%;
  /* height: 400px; */
  /* background-color: #142e4d; */
  padding: 10px;
  border-radius: 5px;
  margin-right: -30px;
}

.sec1 .img-container .img img {
  width: 100%;
  height: 100%;
  border-radius: 10p;
}

.sec1 .img-container .img2 {
  width: 32%;
  position: absolute;
  top: 0;
  margin-top: 50px;
  background-color: #142e4d;
  padding: 10px;
  left: 0;
  display: none;
}

.sec1 .img-container .img2 img {
  width: 100%;
  border: 5px solid white;
  border-radius: 10px;
}


.sec1 .img-container .tx {
  width: 50%;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  height: fit-content;
  background-color: #11335a;
  margin-top: 320px;
  border-radius: 15px;
  border: 2px solid #ffffff;
  animation: aboutEX 5s infinite;
}

@keyframes aboutEX {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sec1 .img-container .tx span {
  width: fit-content;
  font-size: 45px;
  color: #d68f13;
  font-weight: 600;
}

.sec1 .img-container .tx h3 {
  color: #ffffffb9;
  font-size: 18px;
  place-items: center;
  display: flex;
}




.sec2 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 20px;
  background-color: #ffffff;
  margin-top: -20px;
  border-radius: 20px;
}

.sec2 .line {
  height: auto;
  width: 2px;
  background-image: linear-gradient(rgba(214, 29, 29, 0), #e5b30e, 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 h3 {
  width: 65px;
  height: 65px;
  margin-top: 15px;
  margin-right: 30px;
  text-align: center;
  background-color: #bed8addd;
  display: grid;
  font-size: 35px;
  border-radius: 5px;
  place-items: center;
  margin-left: 0;
}

.sec2 .box h4 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(8, 38, 48, 0.802);
}

.sec2 .box h1 {
  color: #29518c;
  font-size: 35px;
}



.sec3 {
  max-width: 1800px;
  margin: auto;
  margin-top: -20px;
  padding: 8% 5%;
  background: linear-gradient(to right, rgba(2, 31, 57, 0.825), rgba(5, 25, 66, 0.866)), url(../images/amcServices3.JPG);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-bottom: 10%;
}

.sec3 h2 {
  font-size: 45px;
  font-weight: 600;
  color: rgb(212, 113, 32);
}

.sec3 p {
  width: 90%;
  margin: auto;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.846);
  margin-top: 30px;
}

.sec3 h3 {
  color: rgb(71, 201, 19);
  margin-top: 30px;
}



.sec4 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  background-color: #ec930e;
}

.sec4 h5 .line {
  width: 20px;
  height: 2px;
  background-color: #ec930e;
  margin-right: 5px;
}

.sec4 h5 {
  color: #e6960d;
  display: flex;
  place-items: center;
}

.sec4 .png {
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  margin-top: -80px;

}

.sec4 img {
  width: 52%;
  clip-path: polygon(23% 0, 100% 0, 100% 99%, 0% 100%);

}


.sec4 .text {
  width: 60%;
  position: relative;
  z-index: 10;
  margin-right: -30%;
  background-color: #083463;
  padding: 35px;
  padding-right: 10%;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);

}

.sec4 .text h1 {
  font-size: 35px;
  color: rgb(255, 255, 255);
  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: #e07c09;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec4 .text p {
  color: rgba(255, 255, 255, 0.634);
}

.sec4 .text button {
  background-color: #ea8d0b;
  border: none;
  padding: 8px 25px;
  border-radius: 15px;
  font-size: 16px;
  margin-top: 20px;
  color: rgb(255, 255, 255);
}



.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  /* margin-top: 100px; */
}

.sec5 h4 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #ee9714;

}

.sec5 h4 .line {
  width: 40px;
  height: 2px;
  margin: auto 10px;
  background-color: #ee9714;
}

.sec5 h1 {
  width: 100%;
  font-size: 35px;
  color: #15518d;
  text-align: left;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 20;
}

.sec5 h5 {
  margin: auto;
  width: 100%;
  font-size: 25px;
  text-align: center;
  justify-content: center;
  margin-top: 5px;
}

.sec5 .sec5-container {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec5 .box {
  width: 32%;
  height: 320px;
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/AC\ Not\ Cooling.JPG);
  background-position: center;
  background-size: cover;
  margin-top: 30px;
  overflow: hidden;
}

.sec5 .box2 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/Gas\ Refill\ &\ Leakage\ Repair.JPG);
  background-position: center;
  background-size: cover;
}

.sec5 .box3 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/AC\ Installation.JPG);
  ;
  background-position: center;
  background-size: cover;
}

.sec5 .box4 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/ac\ service2.JPG);
  background-position: center;
  background-size: cover;
}

.sec5 .box5 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/AC\ fan\ repair.JPG);
  background-position: center;
  background-size: cover;
}

.sec5 .box6 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/AC\ Display\ Not\ Working.JPG);
  background-position: center;
  background-size: cover;
}

.sec5 .box:hover .tx1 {
  margin-top: 0;
  height: 350px;
}

.sec5 .box .tx1 {
  width: 100%;
  height: 320px;
  background-color: #072439bb;
  color: white;
  margin-top: -370px;
  margin-bottom: 315px;
  transition: ease-in-out 0.5s;
  position: relative;
}

.sec5 .box .tx1 .hd-t {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sec5 .box .tx1 h5 {
  width: 80px;
  height: fit-content;
  /* margin: auto; */
  margin-bottom: -50px;
  padding: 30px 10px;
  padding-top: 20px;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
  display: grid;
  position: absolute;
  right: 0;
  top: -10px;
  text-align: center;
  place-items: center;

}

.sec5 .box h3 {
  width: 100%;
  margin-top: 100px;
  color: #da771b;
  text-align: left;
  margin-left: 30px;
  font-size: 25px;
  margin-right: -50px;
}

.sec5 .box p {
  margin-top: 10px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  margin-left: 30px;
  padding-right: 10px;
}

.sec5 .box button {
  background-color: #da771b;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 10px;
  border: 0.1px solid white;
}

.sec5 .box button:hover {
  background-color: #082863;
}


.sec5 .box .tx2 {
  width: 100%;
  background-color: #0c476c;
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 15px 0;
  margin-top: 00px;
  padding-left: 20px;
  place-items: center;
  position: relative;
  /* padding: 20px; */
}

.sec5 .box .tx2 h2 {
  margin: 0;
  font-size: 22.5px;
}

.sec5 .box .tx2 h5 {
  width: 80px;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: -45px;
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-color: #da8217;
  display: grid;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  place-items: center;
}


.sec6 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 3%;
  position: relative;
  overflow: hidden;

}

.sec6 h5 {
  color: #e7742c;
  display: flex;
  place-items: center;
  font-size: 20px;
  margin-left: 30px;
}

.sec6 h5 .line {
  width: 30px;
  height: 2px;
  background-color: #f87f06;
  margin-right: 8px;
}

.sec6 .tx {
  display: flex;
  width: 100%;
  place-items: center;
}

.sec6 h1 {
  width: 70%;
  color: #134480;
  margin: auto;
  font-size: 35px;
  font-weight: 600;
  margin-top: 0px;
  margin-left: 30px;
}

.sec6 button {
  color: white;
  height: fit-content;
  padding: 10px 30px;
  background-color: #db8a10;
  border-radius: 30px;
  display: flex;
  place-items: center;
  margin-top: -20px;
  margin-right: 15px;
  font-size: 18px;
  border: none;
}

.sec6 button img {
  margin-left: 8px;
  width: 20px;
}

.sec6-container {
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.sec6-container .box {
  width: 48.5%;
  border-radius: 20px;
  overflow: hidden;
  justify-content: center;
}

.sec6-container .box img {
  width: 100%;
  height: 410px;
  border-radius: 20px;
  border: 0.1px solid rgba(0, 0, 0, 0.257);
}

.sec6-container .box .tx-sec {
  width: 90%;
  margin: auto;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.716);
  backdrop-filter: blur(5px);
  margin-top: -100px;
  color: rgb(0, 0, 0);
  position: relative;
  margin-bottom: 60px;
  padding: 20px;
}

.sec6-container .box .tx-sec:hover {
  margin-top: -185px;
}

.sec6-container .box:last-child .tx-sec:hover {
  margin-top: -160px;
}


.sec6-container .box .tx-sec p {
  display: none;
  transition: ease-in-out 0.5s;
}

.sec6-container .box .tx-sec:hover p {
  display: block;
}

.sec6-container .box .tx-sec .arrow {
  width: 38px;
  height: fit-content;
  padding: 8px;
  background-color: #e07c35;
  position: absolute;
  right: 20px;
  top: 20px;
}

.sec6-container .box .text h6 {
  background-color: #e07c09;
  font-size: 28px;
  padding: 10px;
  width: fit-content;
  border-radius: 50%;
  position: absolute;
  margin-top: -100px;
  margin-left: -10px;
  transition: ease-in-out 0.5s;
}

.sec6-container .box .text h6 span {
  padding: 5px;
  border-radius: 50%;
  background-color: #e07c09;
}

.sec6-container .box:hover .text h6 {
  margin-top: -180px;
}

.sec6-container .box .text h4 {
  font-size: 20px;
  width: 80%;
  margin-top: 10px;
  text-align: left;
  padding: 0 10px;
}

.sec6-container .box .text p {
  text-align: left;
  padding: 10px;
}

.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 20px 0%;
  background-color: #ffffff;
  padding-bottom: 40px;
  justify-content: space-evenly;
  padding-top: 0px;
  margin-bottom: 50px;

}


.sec7 .head-tx {
  width: 95%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  display: flex;
  margin-top: 0px;
}

.sec7 .head-tx .tx {
  width: 100%;
}

.sec7 h5 {
  width: fit-content;
  font-size: 20px;
  margin: auto;
  color: #e7a109;
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  place-items: center;
}

.sec7 h5 .line {
  width: 30px;
  background-color: #e7a109;
  height: 2px;
  margin: 0 10px;
}

.sec7 h1 {
  font-size: 35px;
  color: #124075;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 20px;
}



.sec7 .sec7-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}


.sec7 .sec7-container .box {
  width: 20%;
  background-color: rgb(229, 245, 255);
  margin: 20px;
  border-radius: 20px;
  border: 0.5px solid gray;
  padding: 20px;
}

.sec7 .sec7-container .box h3 {
  font-size: 20px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid rgb(69, 207, 51);
}

.sec7 .sec7-container .box h2 {
  font-size: 32px;
  color: #cf7a13;
}

.sec7 .sec7-container .box h2 del {
  font-size: 25px;
  color: gray;
}

.sec7 .sec7-container .box h4 {
  font-size: 20px;
}

.sec7 .sec7-container .box h2 sub {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-top: -5px;
}

.sec7 .sec7-container .box button {
  padding: 5px 20px;
  border: none;
  background-color: #0c476c;
  color: white;
  margin-top: 20px;
  border-radius: 20px;
  margin-right: 20px;
}

.sec7 .sec7-container .icons {
  display: flex;
  justify-content: space-between;
  place-items: center;
}

.sec7 .sec7-container .icons .tx {
  display: flex;
  margin-top: 20px;
  margin-left: -20px;
}

.sec7 .sec7-container .icons img {
  width: 30px;
  margin: 5px;
  height: fit-content;
}

.sec7 .sec7-container .icons a:nth-child(2) img {
  width: 32px;
}

.sec7 .sec7-container .box button:hover {
  background-color: rgb(220, 147, 11);
}




.sec8 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec8 .text {
  width: 100%;
  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: #e6970f;
  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: #e6970f;
  position: relative;
  z-index: 20;
}

.sec8 h1 {
  text-align: left;
  margin-top: 20px;
  font-size: 35px;
  color: #295585;
  position: relative;
  z-index: 20;
}

.sec8 p {
  font-size: 20px;
}

.sec8 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #d49715;
  color: white;
  border-radius: 20px;
  letter-spacing: 0.5px;
  border: none;
}

.sec8 .swiper {
  width: 95%;
  padding: 5px 15px;
}

.sec8 .swiper-slide {
  background-color: rgb(236, 236, 236);
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgb(233, 233, 233); */
  padding-bottom: 0;
}

.sec8 .swiper-slide img {
  width: 100%;
  height: 250px;
  border-radius: 15px;
}


.sec8 .swiper-slide h1 {
  font-size: 25px;
  margin-bottom: 0;
  color: #1e4b80;
}

.sec8 .swiper-slide p {
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  text-align: justify;
}

.sec8 .swiper-slide .btn {
  width: 100%;
  background-color: #ed9118;
  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: #0f2c4d;
  padding-left: 20%;
  color: white;
}

.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;
}


.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 rgb(0, 0, 0);
  position: absolute;
  left: -100px;
  margin-top: -100px;
  border-radius: 50%;
}


.sec9 .head-tx {
  width: 95%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  display: flex;
  margin-top: 0px;
}

.sec9 .head-tx .tx {
  width: 100%;
}

.sec9 h5 {
  width: fit-content;
  font-size: 20px;
  margin: auto;
  color: #e7a109;
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  place-items: center;
}

.sec9 h5 .line {
  width: 30px;
  background-color: #e7a109;
  height: 2px;
  margin: 0 10px;
}

.sec9 h1 {
  font-size: 35px;
  color: #124075;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 20px;
}



.sec9 .swiper {
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 00px;
  padding-top: 0px;
  margin-top: 50px;
}

.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: 400px;
  object-fit: cover;
  transition: ease-in-out 0.5s;
  border-radius: 20px;

}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  place-items: center;
  /* background-color: #f6f6f6; */
  padding-top: 0;
  margin-bottom: -20px;
}

.sec10 .form-sec {
  width: 100%;
  position: relative;
  padding: 50px 20px;
  display: flex;
}

.sec10 .form-sec h5 {
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  color: #eb8520;
  font-weight: 800;
  display: flex;
  place-items: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec10 .form-sec h5 .line {
  width: 30px;
  height: 2px;
  background-color: #f2b10c;
  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: 60%;
  padding: 0 30px;
  border-radius: 30px;
}

.sec10 .form-sec .form-container {
  display: flex;
  flex-wrap: wrap;
}

.sec10 .form-sec .form-container .tx {
  width: 46%;
}

.sec10 .form-sec input {
  width: 96%;
  background-color: transparent;
  border-radius: 5px;
  padding: 12px;
  /* border: 0.1px solid #ffffff56; */
  margin: 15px;
  color: rgba(0, 0, 0, 0.591);
  margin-left: 0;
  background-color: rgb(240, 240, 240);
  border: none;
}

.sec10 .form-sec input:focus {
  border: 0.1px solid #f2b10c;
  outline: none;
}

.sec10 .form-sec select {
  width: 96%;
  background-color: transparent;
  border-radius: 5px;
  padding: 12px;
  border: 0.1px solid #ffffff56;
  margin: 10px;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.591);
  background-color: rgb(240, 240, 240);

}

.sec10 .form-sec select option {
  background-color: transparent;
  color: #000000;
  border: 0.1px solid #f2b10c;

}

.sec10 .form-sec select:focus {
  outline: none;
  border: 0.1px solid #f2b10c;

}

.sec10 .form-sec .address {
  width: 94% !important;
}


.sec10 .form-sec textarea {
  width: 90%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: none;
  margin-top: 5px;
  background-color: rgb(240, 240, 240);

}

.sec10 .form-sec textarea:focus {
  outline: none;
  border: 0.1px solid #f2b10c;

}

.sec10 .form-sec button {
  padding: 8px 20px;
  border-radius: 10px;
  border: none;
  background-color: #f28e0c;
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  place-items: center;
  display: flex;
}

.sec10 .form-sec button img {
  width: 25px;
  margin-left: 8px;
}



.sec10 .form-sec .text-sec {
  width: 36%;
  margin-top: 50px;
}

.sec10 .form-sec .text-sec .box {
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 25px rgb(224, 221, 221);
  margin-top: 20px;
  border-radius: 10px;
}

.sec10 .form-sec .text-sec .box:hover {
  background-color: #f2960c;
  cursor: pointer;
}


.sec10 .form-sec .text-sec .box img {
  width: 50px;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
  height: fit-content;
  background-color: #0b4063;
}

.sec10 .form-sec .text-sec .box:hover img {
  background-color: rgb(16, 36, 66);
}

.sec10 .form-sec .text-sec .box h5 {
  margin: 0;
}

.sec10 .form-sec .text-sec .box:hover h5 {
  color: rgb(255, 255, 255);
}

.sec10 .form-sec .text-sec .box p {
  margin: 0;
  margin-top: 5px;
}

.sec10 .form-sec .text-sec .box:hover p {
  color: rgb(255, 251, 251);
}



.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  padding: 3%;
}


.sec11 h1 {
  text-align: center;
  font-size: 25px;
  display: flex;
  place-items: center;

}


.sec11 h1 .line {
  width: 38%;
  height: 1px;
  background-color: #e07c09;
  margin: auto;
}

.sec11-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.sec11 .sec11-container img {
  width: 12%;
  height: 80px;
  background-color: white;
  margin: 15px 10px;
  border: 0.1px solid rgba(128, 128, 128, 0.473);
  border-radius: 10px;
  padding: 10px;
}






.sec12 {
  margin: auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px 0;
  padding-right: 20px;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.099);
  border-radius: 20px;
}


.sec12 .text {
  width: 30%;
  color: rgb(255, 255, 255);
  padding: 40px;
  margin-top: -20px;
}


.sec12 .contact {
  width: 100%;
  padding: 20px 0;
  color: rgb(255, 255, 255);
  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: #e07c09;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}


.sec12 .contact .btn {
  width: 40%;
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}

.sec12 .contact input {
  width: 95%;
  padding: 10px;
  padding-left: 20px;
  border-radius: 30px;
  color: black;
  background-color: white;
  border: none;
}

.sec12 .contact input:focus {
  outline: none;
}

.sec12 .contact button {
  padding: 10px;
  border: none;
  background-color: #e07c09;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  margin: 5px;
  margin-left: -50px;
}

.sec12 .contact button:focus {
  outline: none;
}

.sec12 .contact button img {
  width: 25px;
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 8% 2%;
  display: flex;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  position: relative;
}


.sec13 img {
  width: 48%;
  border-radius: 10%;
  margin: auto;
}

.sec13 .text {
  width: 50%;
  padding-left: 3%;
}

.sec13 .text h4 {
  width: 100%;
  margin: auto;
  font-size: 20px;
  color: #e07c09;
  display: flex;
  place-items: center;
}

.sec13 .text h4 .line {
  width: 30px;
  height: 2px;
  background-color: #e07c09;
  margin: 0 10px;
}


.sec13 .text h4 img {
  width: 30px;
  margin: 0 5px;
}


.sec13 .text h2 {
  font-size: 35px;
  color: #0f2c4d;
  margin-top: 10px;
  text-transform: capitalize;
}

.sec13 .text p {
  font-size: 16.5px;
}


.sec13 .text h3 {
  color: #063557;
  font-weight: 600;
}

.sec13 .text ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}

.sec13 .text ul li {
  width: 48%;
  font-size: 16px;
}


.sec13 .text h5 {
  color: #da771b;
  font-size: 25px;
}



.sec13 .text button {
  margin-top: 10px;
  /* border: 0.1px solid #f48333; */
  background-color: transparent;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #104a74;
  font-size: 20px;
  color: #ffffff;
}

.sec13 .text button span {
  background-color: #ffffff;
  font-size: 22px;
  border-radius: 50%;
  padding: 3px;
  margin-left: -15px;
  margin-right: 10px;
}



.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(255, 255, 255, 0.928), rgba(255, 255, 255, 0.87)), url(../images/bg\ img\ 6.png);
  background-position: center;
  background-size: 100% 120%;
}

.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 #e07c09;

}

.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: 20px;
}

.sec15 img:nth-child(2) {
  width: 45%;
  z-index: 10;
  height: 250px;
  margin-top: 30px;
  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: 45px;
  color: #e07c09;
  font-weight: 600;
  margin-bottom: 20px;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec15 .text h1 span {
  color: #f5a95c;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec15 .text button {
  background-color: #e07c09;
  border: none;
  padding: 8px 25px;
  border-radius: 10px;
  color: white;
  margin-top: 20px;
}



.sec16 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  background-color: #f6f6f6;
}

.sec16 .text {
  width: 100%;
  padding: 50px;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}

.sec16 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec16 h5 {
  width: fit-content;
  margin: auto;
  text-align: center;
  color: #e07c09;
  display: flex;
  place-items: center;
}

.sec16 h5 .shape {
  width: 30px;
  height: 2px;
  margin: 0 10px;
  background-color: #e07c09;
  position: relative;
  z-index: 20;
}

.sec16 h1 {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  font-size: 35px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}

.sec16 h1 span {
  color: #e07c09;
}

.sec16 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #142334;
  color: white;
}

.sec16 .swiper {
  width: 95%;
  /* background: #b1b1b1; */
}

.sec16 .swiper-slide {
  background-color: white;
  /* padding: 10px; */
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 100px;
  padding-bottom: 20px;
  transition: ease-in-out 0.5s;
  justify-content: center;
  position: relative;
}

.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 8px 0 0;
  position: relative;
  z-index: 10;
}

.sec16 .swiper-slide h1 {
  width: 100%;
  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: #e07c09;
}

.sec16 .swiper-slide .icon-sec {
  width: 30px;
  /* margin-top: 180px; */
  /* display: flex; */
  position: absolute;
  right: 0;
  top: 0;
  justify-content: center;
  transition: ease-in-out 0.5s;
}

.sec16 .swiper-slide:hover .icon-sec {
  margin-bottom: 0;
}

.sec16 .swiper-slide .icon-sec img {
  width: 100%;
  height: fit-content;
  background-color: #e07c0993;
  padding: 6px;
  cursor: pointer;
  border-radius: 0;
}

.sec16 .swiper-slide .icon-sec img:hover {
  background-color: #0f2c4d;
}

.sec17 {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  position: relative;
  background-color: #e0e0e0e8;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.sec17 .shape {
  width: 30%;
  position: absolute;
  margin: auto;
  text-align: center;
  top: -65px;
  z-index: 30;
  left: 35.5%;
}

.sec17 .box2 {
  width: 12%;
  position: absolute;
  margin: auto;
  text-align: center;
  top: 150px;
  left: 45%;
  place-items: center;
  justify-content: center;
}

.sec17 .box2 .scroll {
  z-index: 40;
  position: absolute;
  left: 0;
  top: 0;
  animation: mymove 10s infinite;
}

@keyframes mymove {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sec17 .box2 .sub-box {
  width: 100%;
  background-color: transparent;
  z-index: 40;
  position: relative;
  height: 80px;
  text-align: center;
  justify-content: center;
  margin-top: -177px;
  place-items: center;
}

.sec17 .box2 .sub-box img {
  width: 100%;
  border-radius: 50%;
}

.sec17 .box2 .sub-box .scroll {
  width: 72%;
  margin-left: 13%;
  margin-top: 12%;
}

.sec17 .swiper {
  width: 40%;
  margin: 0;
}

.sec17 .swiper-slide {
  margin-top: 50px;
  text-align: center;
}

.sec17 .swiper-slide img {
  width: 100%;
  height: 80px;
  mix-blend-mode: darken;
  padding: 5px;
  border-radius: 15px;
}


.sec18 {
  max-width: 1800px;
  margin: auto;
  padding: 50px 4%;
  padding-bottom: 00px;
  color: rgb(0, 0, 0);
  background-color: rgba(240, 240, 240, 0.805);
  overflow: hidden;
}

.sec18 h5 {
  text-align: center;
  color: #f17d0f;
  font-size: 22px;
  display: flex;
  margin: auto;
  text-align: center;
  place-items: center;
  justify-content: center;
}

.sec18 h5 .line {
  width: 50px;
  height: 2px;
  margin: 0 10px;
  background-color: #f17d0f;
}

.sec18 h1 {
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  color: #104a89;
  font-size: 38px;
}

.sec18 h1 span {
  color: #f1741a;
}

.sec18-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}



.sec18-container .box {
  width: 100%;
  border-radius: 20px;
  margin: 20px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  background-color: #000000;
  padding: 40px;
  background: linear-gradient(to left, rgba(3, 39, 63, 0.497), rgba(2, 75, 86, 0.675)), url(../images/bg\ img2.JPG);
  background-size: cover;
  background-position: center;
  place-items: center;
  position: relative;
}

.sec18-container .box h3 {
  color: #000000;
  padding: 10px 20px;
  width: fit-content;
  margin-left: -50px;
  font-size: 18px;
  background-color: white;
}

.sec18-container .box:nth-child(2) h3 {
  position: absolute;
  right: 0;
  margin-top: -20px;
}

.sec18-container .box:nth-child(2) .img2 {
  display: none;
}

.sec18-container .text {
  width: 50%;
  text-align: left;
}

.sec18-container .box h4 {
  color: #ff9500;
  font-weight: 600;
  font-size: 28px;
}

.sec18-container .box .text p {
  color: rgba(252, 252, 252, 0.742);
  font-size: 16px;
  margin-top: 10px;
}

.sec18-container .box .text a {
  text-decoration: none;
}

.sec18-container .box .text h6 {
  width: fit-content;
  text-align: left;
  width: fit-content;
  margin-top: 30px;
  font-size: 16px;
  justify-content: left;
  color: #fdfdfd;
  border: 0.1px solid #ffffff;
  padding: 8px 15px;
  border-radius: 30px;
  background-color: rgba(8, 29, 84, 0.349);
}

.sec18-container .box .text h6:hover {
  background-color: #ff8c00;
}

.sec18-container .box .text h6 img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  /* filter: brightness(0); */
}

.sec18-container .box .text h5:hover img {
  filter: brightness(0);
}


.sec18-container .box img {
  width: 48%;
  height: 250px;
  border-radius: 30px;
}

/* Popup background */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.76);
  z-index: 999;
  text-align: center;
}

/* Popup box */
.popup .popup-content {
  background: #fff;
  width: 90%;
  max-width: 600px;
  margin: 5% auto;
  padding: 25px 20px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

/* Close button */
.popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

/* Headings */
.popup .popup-content h5 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #d68f13;
  justify-content: center;
  margin-bottom: 5px;
}

.popup .popup-content h5 .line {
  width: 45px;
  height: 2px;
  background: #d68f13;
  margin: 0 8px;
}

.popup .popup-content h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.popup .popup-content p {
  font-size: 12.8px;
  color: #666;
  margin-bottom: 15px;
}

/* Form layout */
.popup .form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 30px;
}

.popup .form-container .tx {
  width: 46%;
}

/* Inputs */
.popup .form-container input,
.popup .form-container select,
.popup .form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background-color: #e6f5ff;
  outline: none;
  transition: 0.2s;
}

/* Focus effect */
.popup .form-container input:focus,
.popup .form-container select:focus,
.popup .form-container textarea:focus {
  border-color: #007bff;
}

/* Address full width */
.popup .address {
  width: 96% !important;
}

.popup .form-container textarea {
  width: 96%;
}


/* Button */
.popup .form-container button {
  background: #0d4482;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 20px;
  place-items: center;
  text-transform: uppercase;
  transition: 0.3s;
}

.popup .form-container button:hover {
  background: #0056b3;
}

.popup .form-container button img {
  width: 20px;
}

/* Animation */
@keyframes fadeIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile responsive */
@media (max-width: 480px) {
  .popup .popup-content {
    margin: 10% auto;
    padding: 20px 15px;
  }

  .popup .popup-content h3 {
    font-size: 22px;
  }
}



/* for form  */

.error {
  color: red;
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}




.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 50;
  width: fit-content;
  right: 0;
  margin-top: 35%;
  margin-right: 60px;
}

.whatsapp img {
  width: 50px;
  position: absolute;

}

.whatsapp .call {
  width: 35px;
  margin-top: -50px;
}





.success-message {
  max-width: 1800px;
  margin: auto;
  padding: 50px;
  justify-content: center;
  text-align: center;
  place-items: center;
  display: grid;
}

.success-message img {
  width: 150px;
  margin-top: 12%;
}

.success-message h1 {
  font-weight: bold;
  margin-top: 25px;
  font-size: 30px;
}

.success-message p {
  font-size: 20px;
  margin-top: 10px;
}

.success-message button {
  padding: 8px 45px;
  border: 0.5px solid rgb(73, 73, 73);
  color: rgb(106, 145, 48);
  border-radius: 20px;
  margin-top: 30px;
}



.admin-sec {
  max-width: 1800px;
  margin: auto;
  height: 600px;
  padding: 20px;
  text-align: center;
  justify-content: center;
  background: linear-gradient(to left, rgba(21, 25, 26, 0), rgba(13, 15, 16, 0)), url(../images/adminbg3.jpg);
  background-position: center;
  background-size: 100% 130%;
  padding-top: 218px;
}

.admin-sec form {
  margin-bottom: 15px;
  text-align: center;
  margin: auto;
}

.admin-sec input {
  width: 20%;
  background-color: rgba(220, 220, 220, 0.548);
  border: 0.5px solid rgb(80, 80, 80);
  padding: 3px 5px;
  border-radius: 5px;
  margin: auto;
}

.admin-sec input:first-child {
  margin-bottom: 15px;
  width: 20%;
  margin-bottom: -5px;
}

.admin-sec .btn {
  width: 10%;
  padding: 5px;
  margin: 0;
  background-color: rgb(176, 206, 95);
  color: rgb(0, 0, 0);
  margin-top: -10px;
  border: none;
  margin-left: -10px;
}

.clients-data {
  max-width: 1800px;
  margin: auto;
  padding: 50px;
}

.clients-data .tx {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  place-items: center;
}


.clients-data .tx h1 {
  font-size: 35px;
  font-weight: 600;
}

.clients-data .tx p {
  width: fit-content;
  padding: 5px 25px;
  background-color: #142334;
  color: white;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.clients-data .tx p:hover {
  background-color: #85cc4e;
}

.clients-data .tx p a {
  color: white;
}

.clients-data .tx p:hover a {
  color: rgb(0, 0, 0);
}


.clients-data #data-table {
  width: 100%;
}

.clients-data #data-table tr th {
  padding: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #142334;
  letter-spacing: 0.3px;
}

.clients-data #data-table td {
  padding: 5px;
  font-size: 15px;
}

.clients-data #data-table td:first-child {
  width: 10%;
}

.clients-data #data-table tr:nth-child(even) {
  background-color: #cccecf;
}


.gallery-image-upload {
  max-width: 1800px;
  margin: auto;
  padding: 50px;
}

.gallery-image-upload h1 {
  font-size: 35px;
  font-weight: 600;
}

.gallery-image-upload form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  background-color: #e2e2e298;
  place-items: center;
  justify-content: space-between;
}

.gallery-image-upload form .box {
  /* background-color: rgb(235, 235, 235); */
  padding: 10px 20px;
  display: flex;
  margin-right: 30px;
  place-items: center;
  border-right: 2px solid gray;
}

.gallery-image-upload form .box label {
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}

.gallery-image-upload form input {
  height: fit-content;
  padding: 5px;
  border: none;
}

.gallery-image-upload form input:focus {
  outline: none;
  border: none;
}

.gallery-image-upload form button {
  padding: 5px 20px;
  width: 18%;
  height: fit-content;
  background-color: #0657a2;
  color: white;
  border: none;
}



.gallery-img-display {
  max-width: 1800px;
  margin: auto;
  padding: 50px;
  text-align: center;
}

.gallery-img-display h1 {
  font-size: 35px;
  font-weight: 600;
}

.gallery-img-display .image-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}

.gallery-img-display .image-container .gallery-item {
  width: 32%;

}

.gallery-img-display .image-container .gallery-item img {
  width: 100%;
  border-radius: 20px;
  height: 90%;
}





/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 60px 0;
  padding-bottom: 0;
  margin-top: 0;
  background-color: #053252;
  border-top: 2px solid white;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
  padding-right: 20px;
  padding-bottom: 00px;
  /* background-color: #6a4646; */
}

.sec2-text {
  width: 25%;
  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: #bd7217;
  transition: ease-in-out 0.5s;
}

.sec2-text:hover .line .tx {
  width: 100%;
}




#sec2-other-links {
  width: 25%;
}

#sec2-other-links2 {
  width: 10%;
}

.sec2-text li span {
  color: white;
  margin-right: 10px;
  font-weight: bold;

}

.sec2-text li:hover {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 22px;
  font-weight: 600;
  color: white;
  display: flex;
  place-items: center;
  /* border-left: 2px solid #f48333; */
  /* padding-left: 5px; */
  margin-bottom: 20px;
}


.sec2-text h5 {
  font-size: 22px;
  color: #d0780d;
}

.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: #bd7217;
  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: 16px;
  font-weight: 400;
  color: #ffffff83;
  text-align: left;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #bd7217;

}

.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 #bd7217;
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.134);
}

.icons ul li a img:hover {
  margin: 10px;
  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: 16px;
  color: #ffffff83;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li a span {
  color: #bd7217;
  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.284);
  margin-top: 30px;
  background-color: #ffffff18;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 100px;
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #ffffffe2;
  font-size: 15px;
}

.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;
  }

  .footer .sec2-text p {
    text-align: justify;
  }

  .sec2-text .line {
    width: 50%;
    height: 0.5px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .footer-container .bor {
    width: 100%;
  }

  .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;
  }

}