* {
  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;
}


/* images slider */

.slider {
  max-width: 1800px;
  margin: auto;
  margin-top: -70px;
}

.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: 100vh;
  display: flex;
  margin-top: 20px;
  padding: 4% 5%;
  overflow: hidden;
  justify-content: center;
}


.slider .swiper-slide .text {
  width: 62%;
  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 h5 {
  color: #26e533;
  font-weight: 400;
  font-family: cursive;
  margin-top: 50px;
}

.slider .swiper-slide .text h5 img {
  width: 30px;
  margin-top: -15px;
}

.slider .swiper-slide .text h1 {
  font-size: 42px;
  width: 90%;
  color: #ffffff;
  margin-top: 0px;
  position: relative;
  z-index: 100;
  opacity: 1;
  font-weight: 550;
}

.slider .swiper-slide .text h1 span {
  color: #e56d18;
}

.slider .swiper-slide .text p {
  font-size: 18px;
  margin-top: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.726);
}

.slider .swiper-slide .text button {
  padding: 8px 15px;
  padding-right: 10px;
  border: none;
  font-size: 15px;
  margin-top: 10px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  margin-right: 20px;
  background-color: rgba(237, 147, 108, 0.318);
  border: 0.8px solid rgba(255, 255, 255, 0.507);
  background-image: linear-gradient(to right, rgba(222, 76, 23, 0.791), rgb(224, 126, 40));

}

.slider .swiper-slide .text button img {
  margin: 0;
  width: 25px;
  padding: 3px;
  background-color: white;
  border-radius: 50%;
  margin-left: 10px;
}

.slider .swiper-slide .text button:hover {
  background-color: #d78819;
  color: black;
}

.slider .slider1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.791), rgba(0, 0, 0, 0.123)), url(../images/slider\ banner2.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: 45%;
  z-index: 10;
  margin-top: 44%;
  display: flex;
}

.sliderbtn img {
  width: 35px;
  border-radius: 50%;
  padding: 5px;
  transform: rotate(180deg);
  background-color: #133069;
  margin: 0 15px;
  border: 1px solid #f08e0f;
  margin-right: 0;
}

.sliderbtn img:hover {
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  border: 2px solid #c9b043;

}

.sliderbtn .prev {
  transform: rotate(0deg);
}



.icon-sec {
  max-width: 1800px;
  margin: auto;
  margin-top: -60px;
  z-index: 10;
  text-align: center;
  position: relative;
}

.icon-sec img {
  width: 100%;
  margin-left: 2%;
}

.icon-sec img:nth-child(2) {
  width: 100px;
  margin: auto;
  margin-top: -100px;
}


.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 0px;
}

.sec1 h4 {
  font-size: 18px;
  color: #368517;
  display: flex;
  place-items: center;
  text-transform: uppercase;
  margin-left: 5%;
}

.sec1 h4 img {
  width: 30px !important;
  margin-left: 10px;
  margin-bottom: -12px;
}

.sec1 h1 {
  font-size: 30px;
  color: #140202;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5%;

}

.sec1 .text h5 {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
  font-weight: 600;
  padding: 10px 20px;
  text-shadow: 1px 1px rgb(0, 0, 0);
  background-image: linear-gradient(to right, rgb(255, 68, 0), rgba(207, 88, 29, 0.729), rgba(0, 0, 0, 0));
  margin-left: 5%;
  display: flex;
  place-items: center;
}

.sec1 h6 {
  font-size: 18px;
  color: #c9b043;
  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;
  margin-left: 5%;
}

.sec1 .btn-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 5%;
}

.sec1 .btn-sec .box {
  width: 48%;
  display: flex;
  justify-content: left;
  place-items: center;

}

.sec1 .btn-sec .box img {
  width: 48px;
  margin-bottom: -20px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: 40px;
  background: transparent;
}

.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: #a27d6a;
}

.sec1 .btn-sec .box button {
  border-radius: 20px;
  padding: 9px 15px;
  padding-right: 0px;
  color: white;
  background-image: linear-gradient(to right, rgba(222, 76, 23, 0.791), rgb(224, 126, 40));
  border: none;
}

.sec1 .btn-sec .box button:hover {
  background-color: #133069;
}

.sec1 .btn-sec .box button img {
  width: 25px !important;
  background-color: rgb(255, 255, 255) !important;
  padding: 2px;
  margin-left: 10px;
}


.sec1 .img-container {
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: left;
  position: relative;
  border-radius: 5px;
}

.sec1 .img-container .img {
  width: 88%;
  height: 500px;
  padding: 10px;
}

.sec1 .img-container .img img {
  width: 100%;
  height: 100%;
  margin-left: -8%;
  z-index: 10;
  position: relative;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 20px;
}


.sec1 .img-container .tx {
  width: 120%;
  height: 300px;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  background-color: #000000;
  margin-top: 100px;
  /* border-radius: 15px; */
  border: 2px solid #ffffff;
  animation: aboutEX 5s infinite;
  margin-left: -20%;
}

.sec1 .img-container .tx h3 {
  color: rgb(246, 147, 10);
  font-size: 20px;
  font-weight: 700;
  place-items: center;
  display: flex;
  text-transform: uppercase;
  font-size: 35px;
  rotate: 90deg;
  position: absolute;
  top: 120px;
  right: -45px;
}



.sec2 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 20px;
  background-color: #000000;
  /* border-radius: 20px; */

}

.sec2 .line {
  height: auto;
  width: 2px;
  background-image: linear-gradient(rgba(214, 29, 29, 0), #ffffff, 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: 60px;
  height: 60px;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 0;
  border-radius: 5px;
}

.sec2 .box h4 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.sec2 .box h1 {
  color: #e56d18;
}



.sec3 {
  max-width: 1800px;
  margin: auto;
  display: flex;
}

.sec3 img {
  width: 100%;
  object-fit: cover;
  margin-top: 20px;
}


.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 10% 5%;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  padding-top: 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.178), rgba(255, 255, 255, 0.452)), url(../images/bg\ img\ 7.jpg);
  background-position: center;
  background-size: 105% 100%;
}


.sec4 .text {
  width: 80%;
  position: relative;
  z-index: 10;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 100px;
}

.sec4 .text h5 {
  font-size: 25px;
  color: #0db1da;
}

.sec4 .text h1 {
  font-size: 35px;
  color: #d2ab70;
  text-shadow: 0 0 1px rgb(0, 0, 0);
  font-weight: 550;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.sec4 .text h1 span {
  color: #4e688c;
}

.sec4 .text p {
  font-size: 16px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.634);
}

.sec4 .text button {
  background-color: #13b6c8;
  border: none;
  padding: 8px;
  border-radius: 10px;
  padding-left: 15px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  border-radius: 30px;
  display: flex;
  margin: auto;
  place-items: center;
  margin-top: 30px;

}

.sec4 .text button img {
  width: 25px;
  background: #ffffff;
  border-radius: 50%;
  margin-left: 10px;
}

.sec5 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 0px;
}

.sec5 .box {
  width: 20%;
  height: 500px;
  background-image: linear-gradient(to right, rgba(2, 12, 26, 0), rgba(5, 13, 30, 0)), url(../images/bg\ img4.jpg);
  background-position: center;
  background-size: 100% 100%;
  color: #28190f;
  text-align: center;
}

.sec5 .box:nth-child(2) {
  width: 40%;
}

.sec5 .box:nth-child(2) img {
  width: fit-content;
  height: fit-content;
  border-radius: 0;
  rotate: 1deg;
  box-shadow: none;
}

.sec5 .box:nth-child(2) h1 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 550;
  color: #0b3775;
}

.sec5 .box:nth-child(2) h1 span {
  color: #e56d18;
}

.sec5 .box img {
  width: 100%;
  height: 250px;
  border-radius: 0 100px;
  /* border-radius: 50%; */
  object-fit: cover;
  box-shadow: 10px 5px 0px #0a3c75;
}

.sec5 .box h1 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 550;
  color: #0a3c75;
}

.sec5 .box p {
  margin-top: 25px;
  font-size: 16px;
}

.sec5 .box button {
  padding: 8px;
  border-radius: 30px;
  background-color: #0a3c75;
  color: white;
  border: none;
  margin-top: 30px;
  padding-left: 15px;
}

.sec5 .box button img {
  width: 25px !important;
  border-radius: 50% !important;
  background-color: white;
  margin-left: 5px;
}

.sec6 {
  max-width: 1800px;
  margin: auto;
  position: relative;
  display: flex;
  margin-top: 80px;
  margin-bottom: 50px;
}

.sec6 img {
  width: 46%;
  height: fit-content;
}



.sec6 .faq {
  width: 50%;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.sec6 .faq-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.sec6 .faq-item {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 15px 20px;
}

.sec6 .faq-item summary {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 25px;
  color: #0b3775;
}

.sec6 .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.sec6 .faq-item[open] summary::after {
  content: "–";
}

.sec6 .faq-item p {
  margin-top: 18px;
  line-height: 1.6;
  color: #444;
}




.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 0%;
  text-align: center;
  padding-bottom: 80px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.976), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.846)), url(../images/bg9.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 100px;
}

.sec7 h5 {
  width: 100%;
  text-align: left;
  font-size: 22px;
  margin-left: 4.8%;
  color: green;
}

.sec7 h5 img {
  width: 30px;
  margin: 0 10px;
}

.sec7 h2 {
  width: 100%;
  margin: auto;
  text-align: left;
  font-size: 35px;
  color: #000000;
  font-weight: 550;
  margin-left: 5%;
  margin-top: 10px;
}

.sec7 h2 span {
  color: #0276c3;
}

.sec7 .icon {
  position: relative;
  width: fit-content;
  margin: auto;
}

.sec7 .swiper {
  width: 90%;
}

.sec7 .swiper-slide {
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
}

.sec7 .swiper-slide img {
  width: 100%;
  height: 150px;
  border-radius: 20px;
  border: 0.1px solid rgba(0, 0, 0, 0.135);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.434);
  transition: ease-in-out 0.3s;
}

.sec7 .swiper-slide:hover img {
  /* rotate: 360deg; */
  border-radius: 50%;

}

.sec7 .swiper-slide:hover {
  border-radius: 20px;
}

.sec7 .swiper-slide h1 {
  font-size: 30px;
  font-style: italic;
  margin-top: 10px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0000009d;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  /* border: 0.1px solid black; */
  color: rgb(0, 0, 0);

}

.sec7 .swiper-slide:hover h1 {
  color: #e56d18;
}


.sec8 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  place-items: center;
  position: relative;
  padding-top: 10%;
  margin-top: -100px;
  margin-bottom: 50px;
  padding-left: 3%;
}

.sec8 .text {
  width: 45%;
  /* background-color: #f4dadf; */
  padding: 35px;
  padding-right: 20px;
  margin: 0 20px;
  height: 400px;
  border-radius: 10px 150px 10px 10px;
  padding-bottom: 50px;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.483), rgb(0, 0, 0)), url(../images/Sand\ Casting\ Services.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border: 3px solid white;
  box-shadow: 15px 15px 0px rgb(240, 108, 14);
}

.sec8 .text:nth-child(2) {
  background-color: #e2d499;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.483), rgb(0, 0, 0)), url(../images/matel\ polish.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px 150px 10px 10px;

}

.sec8 .text h1 {
  width: 100%;
  font-size: 35px;
  font-weight: 600;
  margin-top: 180px;
  color: #ffffff;
  transition: ease-in-out 0.6s;
}

.sec8 .text:hover h1 {
  margin-top: 100px;
}

.sec8 .text h1 span {
  color: #7d4924;
}

.sec8 .text p {
  width: 100%;
  font-size: 16px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.788);
}

.sec8 .text button {
  margin-top: 100px;
  font-weight: 500;
  border-radius: 30px;
  border: 0.5px solid gray;
  color: white;
  padding: 8px;
  padding-left: 10px;
  background-image: linear-gradient(to right, rgba(222, 76, 23, 0.791), rgb(224, 126, 40));
}

.sec8 .text button img {
  width: 25px;
  border-radius: 50%;
  margin-top: 0;
  background-color: white;
}

.sec8 .text button:hover {
  background-color: #0a3c75;
}

.sec8 .text:hover button {
  margin-top: 10px;
}



.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  color: rgb(0, 0, 0);
  position: relative;
  text-align: center;
}


.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: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin-top: 0px;
}

.sec9 h5 {
  width: 100%;
  font-size: 20px;
  color: #e56d18;
  margin: auto;
  text-align: center;
  display: flex;
  place-items: center;
  justify-content: center;
}


.sec9 h1 {
  font-size: 30px;
  color: #0f2c4d;
  text-transform: capitalize;
  font-weight: 600;
  width: 70%;
  margin: auto;
  text-align: center;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec9 .head-tx img {
  rotate: 1deg;
}

.sec9 .head-tx .btn img:first-child {
  rotate: 180deg;
}


.sec9 .swiper {
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 0px;
  margin-top: 0px;
}

.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%;
  display: none;
}

.sec9 .swiper-slide:hover .img .color-box {
  border: 2px dashed #c9b043;

}

.sec9 .swiper-slide .img .color-box .span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c9b043;
}

.sec9 .swiper-slide:hover .img .color-box .span {
  background-color: white;
}


.sec9 .swiper-slide .img img {
  width: 100%;
  height: 350px;
  transition: ease-in-out 0.5s;
  border-radius: 20px;
  border: 3px solid rgb(0, 0, 0);
}

.sec9 .swiper-slide .text {
  width: 80%;
  margin-top: -180px;
  z-index: 10;
  position: relative;
  text-align: left;
  z-index: 10;
  margin-bottom: 30px;
  border-radius: 0 10px 10px 0;
  margin-left: -6px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  background-color: #ffffffe0;
  backdrop-filter: blur(5px);
  display: none;
}

.sec9 .swiper-slide .text .heading {
  width: 100%;
  padding: 10px 15px;
}

.sec9 .swiper-slide .text img {
  height: fit-content;
  width: 40px;
  margin-right: 20px;
  rotate: 20deg;
  padding: 5px;
  border-radius: 50%;
  background-color: #0dc6da;
  transition: ease-in-out 0.5s;
}

.sec9 .swiper-slide:hover .text img {
  rotate: -20deg;

}

.sec9 .swiper-slide .text img:hover {
  background-color: #e56d18;
}


.sec9 .swiper-slide h4 {
  font-size: 18px;
  color: #0a3c75;
  position: relative;
  z-index: 10;
  width: 100%;
  font-weight: 500;
}

.sec9 .swiper-slide h5 {
  font-size: 15px;
  color: #e56d18;
  padding: 0;
  z-index: 11;
  text-align: left;
  justify-content: left;
}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  place-items: center;
  padding-top: 0;
  margin-top: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.034)), url(../images/bg9.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec10 .form-sec {
  width: 100%;
  position: relative;
  padding: 50px 20px;
  z-index: 20;
  display: flex;
}

.sec10 .form-sec h5 {
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  color: #e56d18;
  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 img {
  width: 30px;
  margin-right: 10px;
}

.sec10 .form-sec h3 {
  width: 100%;
  font-size: 30px;
  text-align: left;
  margin-top: 10px;
  color: #0a3c75;

}

.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: 50%;
  padding: 30px;
  border-radius: 30px;
  background-color: white;
  border: 0.1px solid rgb(217, 111, 18);
  /* box-shadow: 0 30px 20px rgb(225, 225, 225); */

}

.sec10 .form-sec input {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin: 10px;
  color: rgba(0, 0, 0, 0.591);
  margin-left: 0;
  background-color: rgb(255, 255, 255);

  /* border: none; */
}

.sec10 .form-sec input:focus {
  border: 0.1px solid #562419;
  outline: none;
}

.sec10 .form-sec select {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin: 10px;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.591);
  background-color: rgb(255, 255, 255);

}

.sec10 .form-sec select option {
  background-color: transparent;
  color: #000000;
  border: 0.1px solid #4a2217;

}

.sec10 .form-sec select:focus {
  outline: none;
  border: 0.1px solid #c9b043;

}


.sec10 .form-sec textarea {
  width: 95%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin-top: 5px;
  background-color: rgb(255, 255, 255);

}

.sec10 .form-sec textarea:focus {
  outline: none;
  border: 0.1px solid #c9b043;

}

.sec10 .form-sec button {
  padding: 8px;
  padding-left: 15px;
  border-radius: 30px;
  border: none;
  background-image: linear-gradient(to right, rgba(222, 76, 23, 0.791), rgb(224, 126, 40));
  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;
  background-color: white;
  border-radius: 50px;
  margin-left: 8px;
}



.sec10 .form-sec .text-sec {
  width: 45%;
  background-color: white;
  margin-right: 3%;
  /* box-shadow: 0 30px 20px rgb(225, 225, 225); */
  border: 0.1px solid rgb(217, 111, 18);
  height: fit-content;
  position: relative;
  padding: 20px;
  border-radius: 30px;
}

.sec10 .form-sec .text-sec iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;

}

.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  padding: 3%;
  text-align: center;
}

.sec11 h5 {
  color: #f09c2f;
}

.sec11 h1 {
  text-align: center;
  font-size: 28px;
  display: flex;
  place-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
}

.sec11 .icon {
  width: fit-content;
  rotate: 1deg;
}

.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: #c9b043;
  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: #c9b043;
  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: 5% 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.642)), url(../imagess/bg\ img\ 18.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 10px;
  padding-top: 0;
}


.sec13 .text {
  width: 100%;
  text-align: center;
}

.sec13 .text h3 {
  font-size: 22px;
  color: green;
}

.sec13 .text h3 img {
  width: 30px;
}

.sec13 .text h1 {
  font-size: 42px;
  color: #0a3c75;
  margin-top: 10px;
  font-weight: 550;
  text-transform: capitalize;
}

.sec13 .text img {
  width: fit-content;
  margin: auto;
}


.sec13 .sec13-container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  place-items: center;
}


.sec13 .sec13-container .box {
  width: 22.8%;
}

.sec13 .sec13-container .box:nth-child(2) {
  margin-top: 80px;
}

.sec13 .sec13-container .box:nth-child(3) {
  margin-top: 30px;
}


.sec13 .sec13-container .box img {
  width: 100%;
  height: 300px;
  margin-top: 8%;
  border-radius: 20px;
  margin-bottom: 10px;
}

.sec13 .sec13-container .box p {
  color: #95b063;
  font-size: 18px;
}




.sec14 {
  max-width: 1800px;
  margin: auto;
  padding: 0% 0%;
  margin-top: 60px;
  text-align: center;
}

.sec14 h5 {
  width: 100%;
  margin: auto;
  font-size: 22px;
  color: green;
}

.sec14 h5 img {
  width: 30px;
}


.sec14 h1 {
  width: 80%;
  text-align: center;
  color: #000000;
  margin: auto;
  font-weight: 600;
  margin-top: 10px;
}

.sec14 h1 span {
  font-weight: 600;
  color: #13aabb;
}

.sec14 .icon {
  rotate: 1deg;
  width: fit-content;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}


.sec14-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.sec14-container .box {
  width: 23.5%;
  padding: 20px;
  text-align: center;
  transition: ease-in-out 0.5s;
  overflow: hidden;
  text-align: center;
}

.sec14-container .box:hover .img-sec {
  box-shadow: none;
  border: 3px solid green;
}

.sec14-container .box .img-sec {
  width: 100%;
  margin: auto;
  border-radius: 20px;
  background-color: white;
  padding: 10px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.462);
}

.sec14-container .box .img-sec img {
  width: 100%;
  height: 200px;
  border-radius: 10px;

}

.sec14-container .box .text {
  width: 100%;
  margin: auto;
  z-index: 10;
  padding: 5px;
  position: relative;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.668), rgba(240, 240, 240, 0));
  margin-top: 10px;
  border-radius: 10px;
  background-color: #e56d18;

}

.sec14-container .box:hover .text {
  background-color: #e56d18;
  color: rgb(0, 0, 0);
}


.sec14-container .box .text h6 {
  background-color: green;
  font-size: 28px;
  padding: 5px;
  width: fit-content;
  border-radius: 50%;
  position: absolute;
  margin-top: -100px;
  margin-left: -20px;
  transition: ease-in-out 0.5s;
}

.sec14-container .box .text h6 span {
  padding: 5px;
  border-radius: 50%;
  background-color: green;
  color: white;
}

.sec14-container .box:hover .text h6 {
  margin-top: -180px;
}

.sec14-container .box .text h4 {
  font-size: 20px;
  width: 100%;
  margin-top: 10px;
  color: #ffffff;
  text-align: left;
  padding: 0 10px;
}

.sec14-container .box .text p {
  text-align: left;
  padding: 10px;
}


.sec15 {
  max-width: 1800px;
  margin: auto;
  padding: 100px 4.5%;
  padding-top: 0%;
  margin-top: -80px;
}

.sec15 h1 {
  width: 100%;
  font-size: 50px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  line-height: 100px;
  /* font-family: monospace; */
  font-weight: 500;

}

.sec15 h1 span {
  font-weight: 500;
}

.sec15 img {
  width: 150px;
  height: 60px;
  border-radius: 50px;
  object-fit: cover;
}


.sec16 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  position: relative;
  display: flex;
  margin-top: 100px;
  margin-bottom: 80px;
  padding: 50px 0;
  background-color: #0a3c75;
}

.sec16 .text {
  width: 38%;
  padding: 0px 5%;
  padding-right: 3%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.842);
}

.sec16 h5 {
  color: #e56d18;
  font-size: 18px;
}

.sec16 h1 {
  width: 100%;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
  font-weight: 550;

}

.sec16 h1 span {
  color: #e56d18;
}

.sec16 .text button {
  padding: 8px;
  padding-left: 15px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #e56d18;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 30px;
}

.sec16 .text button img {
  width: 22px;
  background-color: white;
  border-radius: 50%;
  margin-left: 6px;
}



.sec16 .swiper {
  width: 90%;
}

.sec16 .swiper-slide {
  height: fit-content;
  text-align: center;
  padding: 20px 0;
  padding-top: 10px;
  background-color: white;
}

.sec16 .swiper-slide img {
  width: 90%;
  height: 300px;
  border-radius: 100px;
}

.sec16 .swiper-slide h3 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 0;
  color: #0a3c75;
  margin-top: 10px;
}

.sec16 .swiper-slide p {
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  color: #e56d18;
}

.sec16 .swiper-slide .btn {
  width: 45px;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  margin-top: 30px;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}

.sec16 .swiper-slide:hover .btn {
  background-color: #a27d6a;
}

.sec16 .swiper-slide .btn img {
  width: 100%;
  filter: brightness(0);
  opacity: 0.5;
  rotate: -20deg;
  transition: ease-in-out 0.5s;

}

.sec16 .swiper-slide:hover .btn img {
  filter: brightness(1);
  rotate: 0deg;
  opacity: 1;
}


.sec16 .text .sliderbtn {
  margin-top: -230px;
  display: flex;

}

.sec16 .text .sliderbtn img {
  margin-left: 15px;
}

.sec16 .text .sliderbtn img:first-child {
  rotate: 180deg;
}



.sec17 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 6%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  justify-content: space-between;
  background-image: linear-gradient(rgba(0, 0, 0, 0.353), rgba(0, 0, 0, 0.377)), url(../images/bg\ img\ 6.jpg);
  background-position: center;
  background-size: cover;
  /* margin-top: 80px; */
  background-attachment: fixed;
}

.sec17 .tx {
  width: 70%;
}

.sec17 .tx h3 {
  color: rgb(44, 186, 44);
  margin-bottom: 10px;
  font-size: 25px;
}

.sec17 .tx h3 img {
  width: 35px;
}

.sec17 h2 {
  font-size: 35px;
  color: white;
  text-transform: capitalize;
}

.sec17 h2 span {
  font-weight: 700;
  color: #e08216;
}

.sec17 button {
  font-weight: 500;
  border-radius: 30px;
  border: 0.5px solid gray;
  color: white;
  padding: 8px;
  padding-left: 10px;
  background-image: linear-gradient(to right, rgba(222, 76, 23, 0.791), rgb(224, 126, 40));
}

.sec17 button img {
  width: 25px;
  border-radius: 50%;
  margin-top: 0;
  margin-left: 10px;
  background-color: white;
}

.sec17 button:hover {
  background-color: #0a3c75;
}


.sec18 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  text-align: center;
  justify-content: center;
  padding-bottom: 80px;
  margin-top: -30px;
}

.sec18 h5 {
  color: green;
  font-size: 22px;
}

.sec18 h5 img {
  width: 38px;
  margin: 0 10px;
}

.sec18 .icon {
  width: 100px;
  rotate: 1deg;
}

.sec18 h1 {
  color: #000000;
  font-weight: 550;
}

.sec18 .line {
  width: 200px;
}

.sec18 .swiper {
  width: 95%;
  margin-top: 10px;
  padding: 10px;
  padding-top: 50px;
}

.sec18 .swiper .swiper-slide {
  border-radius: 10px;
  background-color: #000000;
  padding-bottom: 10px;
}

.sec18 .swiper .swiper-slide img {
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
  border: 01px solid gray;
}

.sec18 .swiper .swiper-slide .tx {
  display: flex;
  justify-content: space-around;
}

.sec18 .swiper .swiper-slide h3 {
  color: #f08d14;
  text-align: center;
  margin: 15px 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  position: relative;
}


.sec19 {
  max-width: 1800px;
  height: 400px;
  margin: auto;
  padding: 0 6%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  justify-content: space-between;
  background-image: linear-gradient(rgba(11, 24, 94, 0.729), rgba(6, 13, 67, 0.812)), url(../images/Processing\ &\ Approval.jpg);
  background-position: center;
  background-size: cover;
}

.sec19 h1 {
  width: 50%;
  color: white;
  text-transform: capitalize;
}

.sec19 button {
  padding: 8px;
  background-color: #e56d18;
  color: white;
  font-size: 18px;
  padding-left: 15px;
  border: none;
  border-radius: 30px;
}

.sec19 button img {
  width: 22px;
  background-color: white;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: -2px;
}



.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 80;
  width: fit-content;
  right: 0;
  margin-top: 30%;
  margin-right: 30px;
}

.whatsapp img {
  width: 50px;
  /* position: absolute; */

}


.certificate {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  text-align: center;
  justify-content: center;
}

.certificate img {
  width: 70%;
}


/* footer style  */

.footer {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  padding: 0px 6%;
  background-color: #000000;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center;
  border-top: 0.5px solid rgb(235, 235, 235);
  background-image: linear-gradient(rgba(0, 0, 0, 0.812), rgba(0, 0, 0, 0.812)), url(../images/bg\ img\ 8.jpg);
  background-position: center;
  background-size: cover;
}

.footer .footer-box {
  width: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
  padding-bottom: 50px;
}

.footer .footer-box .box {
  width: 24%;
  color: rgb(255, 255, 255);
}

.footer .footer-box .box:nth-child(1) {
  width: 15%;
}

.footer .footer-box .box:nth-child(2) {
  width: 20%;
}

.footer .footer-box .box:nth-child(3) {
  width: 20%;
}


.footer .footer-box .logo {
  width: 30%;
  margin-top: 40px;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 25px;
  background-color: white;
}

.footer .footer-box .box p {
  line-height: 27px;
  font-size: 17px;
}

.footer .footer-box .box p a {
  color: rgb(255, 255, 255);
}


.footer .footer-box .box .social-m img {
  width: 35px;
  margin-right: 10px;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
}



.footer .footer-box h3 {
  display: flex;
  place-items: center;
  font-size: 28px;
  color: #f08d14;
  margin-bottom: 20px;
  margin-top: 45px;
  font-family: serif;
}

.footer .footer-box .line {
  width: 50px;
  height: 1.5px;
  background-color: rgb(50, 205, 50);
  margin-bottom: 20px;
  margin-top: -10px;
  border-radius: 5px;
}

.footer .footer-box p {
  font-size: 18px;
  display: flex;
  margin: 0;
  place-items: center;
  margin-top: 5px;
}

.footer .footer-box p img {
  width: 15px;
  height: fit-content;
  margin-right: 5px;
}

.footer .footer-box input {
  padding: 15px 25px;
  width: 300px;
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  border: none;
}

.footer .footer-box button {
  padding: 14px 30px;
  background-color: #e7712c;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  border-radius: 30px;
  width: 300px;
  font-size: 19px;
}

.footer .footer-box button img {
  width: 20px;
  margin-bottom: 2px;
}

.footer .footer-box .box:last-child .d {
  display: flex;
  place-items: center;
  margin-top: 20px;
}

.footer .footer-box .box:last-child .d p {
  line-height: normal;
}


.footer .footer-box .box:last-child .d span {
  background-color: #c910f7;
  color: black;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}



.footer .newsletter {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 0%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.486);
}

.footer .newsletter .text-sec {
  width: fit-content;
  display: flex;
  place-items: center;
}

.footer .newsletter .text-sec img {
  width: 180px;
  height: fit-content;
  margin-right: 10px;
  margin-left: -20px;
  padding: 10px;
  background-color: white;
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  padding-bottom: 30px;
}

.footer .newsletter .text-sec p {
  margin: 0;
  margin-left: -50px;
}

.footer .newsletter .input {
  width: 50%;
  /* margin-right: 5%; */
  display: flex;
  place-items: center;
  padding: 3px;
  border-radius: 30px;
  position: relative;
  margin-top: 50px;
}

.footer .newsletter .input h1 {
  font-size: 28px;
  font-family: serif;
  position: absolute;
  margin-top: -80px;
  color: rgb(55, 201, 55);
}

.footer .newsletter .input input {
  width: 70%;
  background-color: #ffffff;
  border: none;
  border: 1px solid rgb(230, 230, 230);
  padding-left: 20px;
  padding: 10px;
  color: rgb(0, 0, 0);
  border-radius: 20px;
  padding-left: 20px;
  margin-top: 20px;
}

.footer .newsletter .input input:focus {
  outline: none;
}

.footer .newsletter .input button {
  width: 26%;
  height: fit-content;
  padding: 11px 20px;
  border-radius: 30px;
  font-size: 15px;
  background-image: linear-gradient(to right, rgba(222, 76, 23, 0.791), rgb(224, 126, 40));
  border: none;
  color: rgb(255, 255, 255);
  margin-top: 20px;
  margin-left: 8px;
}

.footer .copy-right {
  width: 102%;
  padding: 10px;
  color: rgba(0, 0, 0, 0.916);
  margin-top: 25px;
  margin-left: -1%;
  border-top: 1px solid rgba(255, 255, 255, 0.116);
  background-color: #ffffff;
  text-align: center;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);

}

.footer .copy-right span {
  color: #e7712c;
}

.footer .copy-right p {
  font-size: 17px;
  margin-left: 0;
  margin-bottom: 0;
}

.footer .copy-right p:nth-child(2) img {
  margin: 0 5px;
  rotate: 45deg;
  width: 15px;
}