* {
  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 .swiper {
  width: 100%;
}

.slider .swiper-slide {
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 4% 5%;
  overflow: hidden;
  justify-content: left;
  padding-left: 2%;
}


.slider .swiper-slide .text {
  width: 62%;
  color: rgb(255, 255, 255);
  margin-top: 0;
  height: fit-content;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-align: left;
  padding: 50px;
  border-radius: 0;
}



.slider .swiper-slide .text h1 {
  font-size: 55px;
  width: 100%;
  color: #ffffff;
  margin-top: 25%;
  position: relative;
  font-weight: 700;
  z-index: 100;
  opacity: 1;
}

.slider .swiper-slide .text h1 span {
  color: #f67a45;
  font-weight: 700;
  font-size: 65px;
}

.slider .swiper-slide .text p {
  font-size: 17px;
  margin-top: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.795);
}

.slider .swiper-slide .text button {
  padding: 10px 30px;
  border: none;
  font-size: 18px;
  display: flex;
  place-items: center;
  margin-top: 30px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  /* background-color: #db6923; */
  background-color: rgba(255, 255, 255, 0.103);
  letter-spacing: 0.5px;
  border: 1px solid rgb(255, 255, 255);
  backdrop-filter: blur(5px);
}

.slider .swiper-slide .text button:hover {
  background-color: #e7712c;
}

.slider .swiper-slide .text a {
  text-decoration: none;
}

.slider .swiper-slide img {
  width: 20px;
  height: fit-content;
  margin-left: 8px;
}

.slider .slider1 {
  background-image: linear-gradient(to right, rgba(23, 37, 77, 0.199), rgb(52, 57, 155)), url(..//images/Europe\ Work\ Permit2.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider2 {
  background-image: linear-gradient(to left, rgba(13, 42, 58, 0.151), rgba(14, 17, 57, 0.592)), url(..//images/saudi\ arabia.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider3 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.387), rgba(14, 17, 57, 0.592)), url(..//images/kuwait2.webp);
  background-position: center;
  background-size: cover;
}

.slider .slider4 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.36), rgba(11, 14, 48, 0.671)), url(..//images/Europe\ Work\ Permit2.JPG);
  background-position: center;
  background-size: 100% 110%;
}

.slider .slider5 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.455), rgba(14, 17, 57, 0.647)), url(..//images/Air\ Ticketing\ 14.jpg);
  background-position: center;
  background-size: 100% 120%;
}

.slider .slider6 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.455), rgba(14, 17, 57, 0.647)), url(../images/Immigration\ &\ Visa\ Consultancy\ 2.avif);
  background-position: center;
  background-size: cover;
}

.slider .slider7 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.151), rgba(14, 17, 57, 0.592)), url(../images/Tour\ &\ Travel\ services\ 6.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;
}


.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;
  margin-bottom: 50px;
  /* background-color: #1f5f5a; */
}


.sec1 .img {
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

.sec1 .img img {
  width: 55%;
  height: 400px;
  border-radius: 20px;
}

.sec1 .img img:nth-child(2) {
  width: 50%;
  margin-top: 150px;
  border-radius: 50%;
  height: 300px;
  margin-left: -180px;
}

.sec1 .img .tx {
  width: 18%;
  padding: 10px 20px;
  position: absolute;
  height: fit-content;
  background-color: #142334;
  margin-top: 30px;
  border-radius: 20px;
  margin-left: 200px;
  border: 0.1px solid #f5a95c;
  animation: aboutEX 5s infinite;
}

@keyframes aboutEX {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sec1 .img .tx span {
  width: fit-content;
  font-size: 45px;
  color: #f5a95c;
}

.sec1 .img .tx h3 {
  color: #ffffffb9;
  font-size: 18px;
  place-items: center;
  display: flex;
}

.sec1 h4 {
  font-size: 18px;
  color: #f5a95c;
  display: flex;
  place-items: center;
}

.sec1 h4 .line {
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background-color: #f5a95c;
}

.sec1 h1 {
  font-size: 30px;
  color: #142334;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 20px;
  /* margin-left: 35px; */
  font-family: Arial, Helvetica, sans-serif;
}

.sec1 h5 {
  font-size: 20px;
  color: #00000098;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: 600;
}

.sec1 h6 {
  font-size: 18px;
  color: #f5a95c;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 0;
  margin-top: 10px;
}

.sec1 .text {
  width: 55%;
  padding: 30px;
  position: relative;
  z-index: 10px;
  margin-top: -30px;
}

.sec1 .text img {
  width: 100px;
  margin-top: -20px;
}

.sec1 .text p {
  font-size: 16px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.769);
  border-top: 0.1px solid rgba(79, 79, 42, 0.571);
  padding-top: 20px;
}

.sec1 .text button {
  background: #10b5f7;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  letter-spacing: 1px;
  color: white;
}

.sec1 .text button a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}


.sec2 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 30px 20px;
  /* background-color: rgba(241, 241, 241, 0.943); */
  background-color: #2c335d;
}

.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;
  margin-right: -10px;
}

.sec2 .box img {
  width: 60px;
  height: 60px;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 0;
}

.sec2 .box h4 {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.sec2 .box h1 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1px;
  font-family: serif;
}



.sec3 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;

}


.sec3 .head-tx {
  width: 95%;
  margin: auto;
  position: relative;
  z-index: 10;
  margin-top: 0px;
}

.sec3 h4 {
  width: fit-content;
  font-size: 20px;
  color: #e07c35;
  text-align: left;
  margin-left: 30px;
  display: flex;
  place-items: center;
}

.sec3 h4 img {
  width: 30px;
  margin-right: 5px;
  margin-bottom: -5px;
}

.sec3 .head-tx .tx .line {
  width: 180px;
  padding: 0;
  margin: auto;
  margin-left: 25px;
  margin-top: -5px;
}

.sec3 h1 {
  font-size: 30px;
  color: #0f2c4d;
  text-align: left;
  width: 70%;
  text-transform: capitalize;
  font-weight: 600;
  margin-left: 30px;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}


.sec3 .head-tx .btn {
  width: 20%;
  display: none;
}

.sec3 .head-tx .btn img {
  width: 35px;
}

.sec3 .head-tx .btn img:first-child {
  rotate: 180deg;
}

.sec3 .swiper {
  width: 92%;
  margin: auto;
  padding-bottom: 00px;
  padding-top: 0px;
  margin-top: 50px;
}

.sec3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.sec3 .swiper-slide .img {
  overflow: hidden;
}

.sec3 .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;
}

.sec3 .swiper-slide:hover .img .color-box {
  border: 2px dashed #9fbd17;

}

.sec3 .swiper-slide .img .color-box .span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #9fbd17;
}

.sec3 .swiper-slide:hover .img .color-box .span {
  background-color: white;
}


.sec3 .swiper-slide .img img {
  width: 100%;
  height: 400px;
  transition: ease-in-out 0.5s;
  border-radius: 20px;
}

.sec3 .swiper-slide .text {
  width: 80%;
  margin-top: -180px;
  z-index: 10;
  position: relative;
  text-align: left;
  padding: 00px;
  z-index: 10;
  margin-bottom: 30px;
  border-radius: 0 40px 40px 0;
  display: flex;
  justify-content: space-between;
  place-items: center;
  background-color: #ffffff;
  backdrop-filter: blur(5px);
}

.sec3 .swiper-slide .text .heading {
  width: 100%;
  padding: 15px;
}

.sec3 .swiper-slide .text img {
  height: fit-content;
  width: 40px;
  margin-right: 20px;
  background-color: #e07c35;
  border-radius: 50%;
}


.sec3 .swiper-slide h4 {
  font-size: 18px;
  color: #142334;
  position: relative;
  z-index: 10;
  width: 100%;
  font-weight: 500;
  margin-left: 0px;
}

.sec3 .swiper-slide h5 {
  font-size: 15px;
  color: #e07c35;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 11;
  text-align: left;
  background-color: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}


.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 3% 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ img\ 20.jpg);
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;

}

.sec4 h5 .line {
  width: 20px;
  height: 2px;
  background-color: #000000b8;
  margin-right: 5px;
}

.sec4 h5 {
  color: #000000b8;
  display: flex;
  place-items: center;
}

.sec4 .png {
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  margin-top: -80px;

}

.sec4 img {
  width: 42%;
  border-radius: 0 0 0 200px;
}


.sec4 .text {
  width: 40%;
  position: relative;
  z-index: 10;
  margin-top: 50px;
  margin-left: 50%;
}

.sec4 .text h1 {
  font-size: 35px;
  color: #0e2059;
  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: #e07c35;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec4 .text button {
  background-color: #2c335d;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  margin-top: 20px;
  display: flex;
  color: rgb(255, 255, 255);
}

.sec4 .text button img {
  width: 25px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: -10px;
  background-color: #e07c35;
}


.sec5 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  padding: 3.8%;
  place-items: center;
  position: relative;
  padding-top: 0;
  /* background-color: #2c335d; */
  overflow: hidden;

}

.sec5 .text {
  width: 50%;
  position: relative;
}

.sec5 .text .line {
  width: 140px;
  position: absolute;
  top: 25px;
  left: -10px;
  margin-top: 5px;
  filter: brightness(0);
}

.sec5 .text h5 {
  color: #f48333;
  margin-bottom: 20px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec5 .text h5 img {
  width: 30px;
  margin-right: 10px;
  filter: brightness(0);

}

.sec5 .text h1 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  color: #0e2059;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec5 .text h6 {
  margin-top: 20px;
  font-size: 20px;
  color: #e07c35;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec5 .text p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.637);
  margin-top: 20px;
}

.sec5 .text .tx {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

.sec5 .text .tx .tx1 {
  border: 1px solid rgb(216, 216, 216);
  width: 48%;
  color: rgb(206, 206, 206);
  border-radius: 10px;
  padding: 15px;
  height: 150px;
}

.sec5 .text .tx .tx1 img {
  margin-bottom: 10px;
}

.sec5 .text .btn {
  display: flex;
  margin-top: -50px;
}

.sec5 .text .btn button {
  width: fit-content;
  display: flex;
  place-items: center;
  height: fit-content;
  margin-top: 65px;
  margin-right: 20px;
  padding: 8px 20px;
  border-radius: 50px;
  margin-left: -10px;
  border: none;
  color: white;
  background-color: #2c335d;
}

.sec5 .text .btn button img {
  width: fit-content;
  margin-left: 5px;
  background-color: #e07c35;
  padding: 5px;
  margin-right: -10px;
  border-radius: 50%;
}

.sec5 .text .btn .contact {
  display: flex;
  margin-left: 20px;
}

.sec5 .text .btn .contact img {
  width: 45px;
  padding: 10px;
  height: fit-content;
  margin-top: 65px;
  background-color: #f48333;
  border-radius: 50%;
  margin-right: -30px;
}

.sec5 .text .btn .contact h6 {
  font-size: 15px;
  color: #000000;
}

.sec5 .text .btn .contact h6 span {
  margin-left: 40px;
  font-weight: 600;
  font-size: 20px;
  color: #e07c35;
}

.sec5 .img {
  width: 45%;
  margin-left: 50px;
}

.sec5 .img img {
  width: 100%;
  height: fit-content;
}



.sec6 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 3%;
  position: relative;
  background-color: rgba(230, 230, 230, 0.973);
  overflow: hidden;

}

.sec6 h5 {
  width: 100%;
  margin-left: 30px;
  color: #e7742c;
  display: flex;
  place-items: center;
  font-size: 20px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec6 h5 img {
  width: 30px;
  margin-right: 8px;
}

.sec6 .line {
  width: 180px;
  margin-left: 30px;
  margin-top: -20px;
}


.sec6 .tx {
  display: flex;
  width: 100%;
}

.sec6 h1 {
  width: 70%;
  color: #091235;
  margin: auto;
  font-size: 45px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 600;
  margin-top: 0px;
  margin-left: 30px;
}

.sec6 button {
  color: white;
  height: fit-content;
  padding: 15px 30px;
  background-color: #2c335d;
  border-radius: 30px;
  display: flex;
  place-items: center;
  margin-top: -20px;
  margin-right: 15px;
  font-size: 16px;
  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: 20px;
}

.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: fit-content;
  height: fit-content;
  padding: 8px;
  background-color: #e07c35;
  position: absolute;
  right: 20px;
  top: 20px;
}

.sec8 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  background-color: rgb(239, 244, 255);
  padding-bottom: 100px;
}

.sec8 .text {
  width: 95%;
  padding: 50px;
  margin: auto;
  height: fit-content;
  text-align: left;
  display: flex;
  place-items: center;
  justify-content: space-between;
}

.sec8 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec8 h5 {
  width: 100%;
  text-align: left;
  color: #f5a95c;
  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: #f5a95c;
  position: relative;
  z-index: 20;
}

.sec8 h1 {
  text-align: left;
  margin-top: 20px;
  font-size: 35px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}

.sec8 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #142334;
  color: white;
}

.sec8 .swiper {
  width: 87%;
  padding: 5px 15px;
}

.sec8 .swiper-slide {
  background-color: white;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgb(209, 209, 209);
  padding-bottom: 0;
}

.sec8 .swiper-slide img {
  width: 100%;
  height: 250px;
  border-radius: 18px;
}


.sec8 .swiper-slide h1 {
  font-size: 25px;
  margin-bottom: 0;
}

.sec8 .swiper-slide p {
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  text-align: justify;
}

.sec8 .swiper-slide .btn {
  width: 100%;
  background-color: #f5a95c;
  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: #f5a95c;
  padding-left: 20%;

}

.sec8 .swiper-slide button img {
  width: 30px;
  height: fit-content;
  filter: brightness(0);
  opacity: 0.5;
}

.sec8 .swiper-slide .btn img {
  width: 30px;
  height: fit-content;
  margin-right: 10px;
}





.sec9 {
  max-width: 1800px;
  margin: auto;
  color: rgb(0, 0, 0);
  position: relative;
  background-color: #ffffff;
  padding: 50px 3.5%;
  /* background-color: #e0e0e0e8; */
  overflow: hidden;

}

.sec9 .head-tx {
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  place-items: center;
}

.sec9 .head-tx .tx {
  width: 45%;
}

.sec9 .head-tx .tx h5 {
  width: 100%;
  font-size: 20px;
  color: #f28744;
}

.sec9 .head-tx .tx h5 img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: -5px;
}

.sec9 .head-tx .tx .line {
  width: 200px;
  position: relative;
}

.sec9 h1 {
  width: 100%;
  font-size: 40px;
  color: rgb(10, 15, 61);
}

.sec9 .head-tx p {
  width: 48%;
  font-size: 16px;
  margin-right: -20px;
  color: #000000b8;
}


.sec9 .swiper {
  width: 100%;
  padding: 0 1%;
  margin: auto;
  /* height: 100%; */
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 0px;
  margin-top: 50px;
}

.sec9 .swiper-slide {
  font-size: 18px;
  width: 25%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #2c335d;
}

.sec9 .swiper-slide .img {
  width: 80px;
  display: flex;
  height: 250px;
}


.sec9 .swiper-slide .img img {
  width: 100%;
  height: 70px;
  margin-left: 16px;
  margin-top: 20px;
  transition: ease-in-out 0.5s;
  padding: 10px;
  opacity: 0.8;
}

.sec9 .swiper-slide .img h3 {
  margin-left: 110px;
  margin-top: 25px;
  opacity: 0.2;
  font-size: 50px;
  font-weight: 700;
  font-family: sans-serif;
  color: white;
}


.sec9 .swiper-slide .text {
  width: 100%;
  margin-top: -170px;
  z-index: 10;
  position: relative;
  padding: 00px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  /* background-color: #ffffffad; */
  /* backdrop-filter: blur(5px); */
}

.sec9 .swiper-slide .text .heading {
  /* background-color: white; */
  width: 100%;
  padding: 25px;
}

/* .sec9 .swiper-slide h5 {
  font-size: 12px;
  color: #e07c35;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 11;
} */

.sec9 .swiper-slide h4 {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #ffffff;
  font-size: 26x;
  font-weight: 600;
  margin-bottom: 15px;
}

.sec9 .swiper-slide p {
  font-size: 15px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.634);
}


.sec9 .swiper-slide .text button {
  background-color: #ffffff;
  padding: 12px 20px;
  border-radius: 0 30px 30px 0;
  border: none;
  color: rgb(0, 0, 0);
  font-size: 15px;
  margin-left: -30px;
}

.sec9 .swiper-slide .text button img {
  width: 20px;
  margin-left: 5px;
  filter: brightness(0);
}

.sec9 .swiper-slide .text button:hover {
  background-color: #e07c35;
}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  place-items: center;
  /* background-color: #f6f6f6; */
  padding-top: 0;
  margin-bottom: -20px;
}

.sec10 .form-sec {
  width: 95%;
  position: relative;
  padding: 50px 20px;
  z-index: 20;
  background-color: white;
  display: flex;
}

.sec10 .form-sec h5 {
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  color: #9fbd17;
  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: #9fbd17;
  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 input {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  /* border: 0.1px solid #ffffff56; */
  margin: 10px;
  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 #9fbd17;
  outline: none;
}

.sec10 .form-sec select {
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  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 #9fbd17;

}

.sec10 .form-sec select:focus {
  outline: none;
  border: 0.1px solid #9fbd17;

}


.sec10 .form-sec textarea {
  width: 95%;
  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 #9fbd17;

}

.sec10 .form-sec button {
  padding: 8px 20px;
  border-radius: 10px;
  border: none;
  background-color: #9fbd17;
  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: #9fbd17;
  cursor: pointer;
}


.sec10 .form-sec .text-sec .box img {
  width: 50px;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
  height: fit-content;
  background-color: #9fbd17;
}

.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: 1% 3.5%;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 50px;

}

.sec11 h5 {
  width: 100%;
  display: flex;
  place-items: center;
  margin-bottom: 25px;
  color: #f48333;
  justify-content: center;
  text-align: center;
}


.sec11 h5 img {
  width: 30px;
  margin-bottom: -5px;
  margin-right: 8px;
}

.sec11 h1 {
  text-align: center;
  font-size: 45px;
  color: #091235;
  margin-bottom: 40px;
  font-weight: 700;
  margin-top: -30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec11 .line {
  width: 150px;
  margin: auto;
  margin-top: -50px;
}

.sec11-container {
  width: 100%;
  margin-top: 20px;
}

.sec11-container .box1 {
  display: flex;
}

.sec11-container .box1 .img1 {
  width: 25%;
  height: 500px;
  border-radius: 30px;
}

.sec11-container .box1 .img2 {
  width: 25%;
  height: 290px;
  border-radius: 30px;
  margin-left: 20px;
}

.sec11-container .box1 .img3 {
  width: 47%;
  height: 290px;
  border-radius: 30px;
  margin-left: 20px;
}


.sec11-container .box2 {
  display: flex;
}

.sec11-container .box2 .img4 {
  width: 25%;
  height: 180px;
  margin-top: 20px;
  border-radius: 30px;
}

.sec11-container .box2 .img5 {
  width: 49%;
  height: 390px;
  border-radius: 30px;
  margin-left: 20px;
  margin-top: -190px;
}

.sec11-container .box2 .img6 {
  width: 23%;
  height: 180px;
  border-radius: 30px;
  margin-left: 20px;
  margin-top: -190px;
}

.sec11-container .box3 {
  display: flex;
}

.sec11-container .box3 .img7 {
  width: 50%;
  height: 280px;
  margin-top: 20px;
  border-radius: 30px;
}

.sec11-container .box3 .img8 {
  width: 24%;
  height: 280px;
  border-radius: 30px;
  margin-left: 20px;
  margin-top: 20px;
}

.sec11-container .box3 .img9 {
  width: 23%;
  height: 490px;
  border-radius: 30px;
  margin-left: 20px;
  margin-top: -190px;
}

.sec11 button {
  margin-top: 50px;
  padding: 15px 30px;
  background-color: #f47940;
  color: white;
  border: none;
  border-radius: 30px;
  margin-left: 570px;
}

.sec11 button:hover {
  cursor: pointer;
  background-color: #091235;
}

.sec11 button img {
  width: 20px;
  margin-left: 4px;
}




.sec12 {
  max-width: 1800px;
  margin: auto;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  padding-bottom: 50px;
}


.sec12 .contact {
  width: 100%;
  margin: auto;
  height: 120px;
  padding: 20px 0;
  color: rgb(0, 0, 0);
  display: flex;
  background-color: #ffffff;
  border-radius: 0 0 80px 80px;
  justify-content: center;
}

.sec12 .contact .box {
  display: flex;
  place-items: center;
  width: 32%;
}

.sec12 .contact .box:nth-child(2) {
  border-left: 1px solid #000000b5;
  border-right: 1px solid #000000b5;
  padding-left: 50px;
}

.sec12 .contact .box:nth-child(3) {
  padding-left: 50px;

}

.sec12 .contact .box img {
  width: 30px;
  margin-right: 10px;
}

.sec12 .contact .box:nth-child(1) img {
  margin-left: 50px;
}

.sec12 .contact .box:nth-child(2) img {
  margin-bottom: -10px;
}

.sec12 .contact .box .tx {
  line-height: 10px;
}

.sec12 .contact .box .tx h4 {
  font-size: 16px;
  margin: 0;
  color: #e07c35;
}

.sec12 .contact .box .tx h6 {
  font-size: 18px;
  margin: 0;
  color: rgba(37, 37, 37, 0.888);
}

.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 8% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.642)), url(../images/bg\ img\ 18.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 10px;
}


.sec13 .text {
  width: 100%;
  text-align: center;
}

.sec13 .text h4 {
  width: 100%;
  margin: auto;
  color: #f5a95c;
  display: flex;
  text-align: center;
  justify-content: center;
  place-items: center;
}

.sec13 .text h4 .line {
  width: 30px;
  height: 2px;
  background-color: #f5a95c;
  margin: 0 10px;
}


.sec13 .text h4 img {
  width: 30px;
  margin: 0 5px;
}


.sec13 .text h1 {
  font-size: 35px;
  color: rgb(0, 0, 0);
  margin-top: 10px;
}

.sec13 .text button {
  margin-top: 30px;
  border: 0.1px solid #f48333;
  background-color: transparent;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 20px;
  color: #f48333;
  /* margin-left: 8%; */

}

.sec13 .swiper {
  width: 90%;
  margin-top: 30px;
  padding: 10px;
  padding-bottom: 50px;
}

.sec13 .swiper-slide {
  padding: 50px 20px;
  border: 0.1px solid rgba(0, 0, 0, 0.147);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.030);
  color: rgb(0, 0, 0);
  background-size: cover;
  height: fit-content;
  text-align: center;
  margin-bottom: 50px;
  transition: ease-in-out 0.5s;
}

.sec13 .swiper-slide:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.275)), url(../images/png\ 5.PNG);
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 0px;
}

.sec13 .swiper-slide img {
  width: 80px;
}

.sec13 .swiper-slide h3 {
  font-size: 25px;
  color: #f5a95c;
  text-align: center;
  transition: ease-in-out 0.5s;
}

.sec13 .swiper-slide:hover h3 {
  margin-top: 50px;
}

.sec13 .swiper-slide p {
  margin-top: 20px;
  font-size: 15px;
  color: #000000a0;
  text-align: center;

}


.sec13 .swiper-slide:hover p {
  color: white;
}

.sec13 .swiper-slide button {
  padding: 10px 20px;
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: -15px;
  /* border: 0.1px solid rgba(0, 0, 0, 0.095); */
  color: #000000cf;
  border-radius: 30px;
  border: 0.1px solid rgb(142, 142, 142);

}

.sec13 .swiper-slide button img {
  width: 20px;
  transition: ease-in-out 0.5s;
  margin-left: -3px;
  filter: brightness(0);
}

.sec13 .swiper-slide:hover button {
  color: #000000;
  background-color: #f5a95c;
}

.sec13 .swiper-slide:hover button img {
  margin-left: 5px;
}



.sec14 {
  max-width: 1800px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  background-position: center;
  background-size: 100% 100%;
  padding: 2% 3%;
  padding-top: 0;
  overflow: hidden;


}

.sec14 .text-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}

.sec14 .text-sec .tx {
  width: 100%;
}

.sec14 .text-sec h4 {
  color: #ee7f43;
  display: flex;
  place-items: center;
  margin-left: 15px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec14 .text-sec h4 img {
  margin-right: 5px;
  width: 30px;
}

.sec14 .text-sec .line {
  width: 200px;
  position: absolute;
  top: 38px;
  left: 0%;
  margin-left: 10px;
}

.sec14 .text-sec h1 {
  width: 100%;
  text-align: left;
  font-size: 35px;
  font-weight: 600;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #091235;
  margin-left: 10px;
  margin-top: 25px;
}


.sec14 .text-sec .btn {
  width: 20%;
}

.sec14 .text-sec .btn button {
  padding: 15px 30px;
  background-color: #091235;
  border-radius: 30px;
  color: white;
  margin-top: 20px;
  border: none;
}

.sec14 .text-sec .btn button img {
  width: 20px;
  margin-left: 5px;
}

.sec14 .text-sec .btn button:hover {
  cursor: pointer;
  background-color: #ee7f43;
}


.sec14 .sec14-container {
  width: 98%;
  margin: auto;
  justify-content: space-between;
  display: flex;
  margin-top: 30px;
}

.sec14 .sec14-container .box {
  width: 32%;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.098);
  z-index: 20;
  background-image: linear-gradient(rgba(255, 237, 222, 0.723), rgba(242, 242, 252, 0.914)), url(../images/png\ 3.png);
  background-position: center;
  background-size: cover;
}


.sec14 .sec14-container .box .text {
  padding: 20px;
}


.sec14 .sec14-container .box .img {
  width: 90%;
  margin-left: 20px;
  margin-top: 18px;
}

.sec14 .sec14-container .box .img img {
  width: 100%;
  border-radius: 10px;
}

.sec14 .sec14-container .box .tx {
  display: flex;
  margin-top: 15px;
}

.sec14 .sec14-container .box .tx p {
  margin-right: 20px;
  display: flex;
  place-items: center;
  color: rgba(0, 0, 0, 0.826);
}



.sec14 .sec14-container .box h3 {
  margin-top: 2px;
  color: #0e2059;
  font-weight: 600;
  font-size: 22px;
}

.sec14 .sec14-container .box button {
  width: fit-content;
  background-color: #2c335d;
  border-radius: 20px;
  color: white;
  border: none;
  padding: 5px 15px;
}

.sec14 .sec14-container .box button img {
  width: 30px;
  padding: 3px;
  background-color: #e07c35;
  border-radius: 50%;
  margin-right: -8px;
}





.sec15 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  justify-content: space-evenly;
  background-position: center;
  background-size: cover;
  overflow: hidden;

}

.sec15 .img {
  width: 50%;
  height: 100%;
  margin-left: -5%;
  position: relative;
}


.sec15 .img img {
  width: 100%;
  height: 100%;
}


.sec15 .img .play:hover {
  cursor: pointer;
  background-color: #091235;
}


.sec15 .text {
  width: 50%;
  position: relative;
  padding: 30px;
}

.sec15 .text h5 {
  font-size: 20px;
  width: 200px;
  display: flex;
  color: #f5a95c;
  place-items: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec15 .text h5 img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: -5px;
}

.sec15 .text .line {
  width: 180px;
  position: absolute;
  top: 60px;
  left: 30px;
}

.sec15 .text h1 {
  font-size: 38px;
  color: #0e2059;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 900;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin-bottom: 20px;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec15 .text p {
  width: 100%;
  font-size: 17px;
  color: rgb(75, 75, 75)
}

.sec15 .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec15 .text ul li {
  width: 46%;
  margin-top: 10px;
  font-size: 16px;
  padding: 5px 10px;
  background-color: rgb(238, 238, 238);
}


.sec15 .text button {
  background-color: #121b47;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  font-weight: 100;
  border-radius: 30px;
  color: rgb(247, 247, 247);
}


.sec15 .text button img {
  margin-left: 5px;
  width: 25px;
  padding: 5px;
  background-color: #e07c35;
  border-radius: 50%;
  margin-right: -10px;
  margin-left: 10px;
}





.sec16 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  background-color: rgb(245, 245, 245);
  /* padding-bottom: 100px; */
}

.sec16 .text {
  width: 88%;
  margin: auto;
  height: fit-content;
  padding: 30px 0;
}

.sec16 .line {
  width: 150px;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
}

.sec16 h5 {
  width: 100%;
  text-align: left;
  color: #e07c35;
  display: flex;
  /* margin: auto; */
  justify-content: left;
  place-items: center;
  text-align: left;
}

.sec16 h5 img {
  width: 30px;
  margin-bottom: -5px;
  margin-right: 5px;
}

.sec16 h1 {
  width: 80%;
  text-align: left;
  margin-top: -10px;
  font-size: 35px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}

.sec16 h1 span {
  color: #f5a95c;
}

.sec16 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #142334;
  color: white;
}

.sec16 .swiper {
  width: 93%;
  /* background: #b1b1b1; */
}

.sec16 .swiper-slide {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 100px;
  transition: ease-in-out 0.5s;
  border: 0.1px solid #00000050;
}

.sec16 .swiper-slide:hover {
  margin-bottom: 0;
}


.sec16 .swiper-slide .color-box {
  width: 50px;
  height: 50px;
  background-color: #2c335d;
  position: absolute;
  right: 0;
  transition: ease-in-out 0.5s;
  margin-top: -30px;
}

.sec16 .swiper-slide:hover .color-box {
  width: 100px;
  height: 100px;
}

.sec16 .swiper-slide img {
  width: 100%;
  margin: auto;
  height: 300px;
  border-radius: 8px;
  position: relative;
  z-index: 10;
  border: 0.1px solid #00000050;

}

.sec16 .swiper-slide h1 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.sec16 .swiper-slide p {
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  color: #f5a95c;
}

.sec16 .swiper-slide .icon-sec {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: -55px;
  transition: ease-in-out 0.5s;
}

.sec16 .swiper-slide:hover .icon-sec {
  margin-bottom: 0;
}

.sec16 .swiper-slide .icon-sec img {
  width: 35px;
  height: fit-content;
  background-color: #ffffff;
  padding: 5px;
  margin: 0 10px;
  cursor: pointer;
  opacity: 0.9;
}

.sec16 .swiper-slide .icon-sec img:hover {
  background-color: #1f3a90;
}



.sec21 {
  max-width: 1800px;
  width: 100%;
  background: linear-gradient(to right, rgba(12, 29, 83, 0.808), rgba(3, 12, 44, 0)), url(../images/Manpower\ Services.jpg);
  background-size: cover;
  background-position: center;
  padding: 8% 5%;
  position: relative;
  justify-content: left;
  overflow: hidden;

}

.sec21 .text {
  width: 60%;
  text-align: left;
  color: white;
}

.sec21 .text h5 {
  color: rgb(215, 215, 215);
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 20px;
}

.sec21 .text h1 {
  font-size: 60px;
  margin-top: 20px;
  font-weight: 700;

}

.sec21 .text .line {
  width: 60px;
  height: 2px;
  background-color: #e07c35;
}

.sec21 .text button {
  padding: 10px 30px;
  color: rgb(255, 255, 255);
  border: none;
  background-color: #e07c35;
  border-radius: 30px;
  padding-left: 20px;
}

.sec21 .text p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.764);
  margin-top: 20px;
}

.sec21 .text button img {
  width: 30px;
  border-radius: 50%;
  padding: 5px;
  background-color: #0e2059;
  margin-right: -20px;
  margin-left: 10px;
}


.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%;
}

.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%;
  /* border: 1px solid #f08131; */
  background-color: transparent;
  /* padding: 60px; */
  /* border-radius: 50%; */
  z-index: 40;
  position: relative;
  height: 80px;
  text-align: center;
  margin-top: -177px;
}

/* 
.sec17 .box2 .sub-box h2 img {
  margin-left: -50px;
  rotate: 180deg;
  border-radius: 50%;
  background-color: white;
  padding: 32px;
  width: 100px;
  margin-top: -50px;
} */
.sec17 .box2 .sub-box img {
  width: 100%;
  border-radius: 50%;
}

.sec17 .swiper {
  width: 40%;
  margin: 0;
}

.sec17 .swiper-slide {
  margin-top: 30px;
  text-align: center;
}

.sec17 .swiper-slide img {
  width: 100%;
  mix-blend-mode: darken;
  /* background-color: white; */
  padding: 5px;
  border-radius: 5px;
}



.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 50;
  width: fit-content;
  right: 0;
  margin-top: 30%;
  margin-right: 30px;
}

.whatsapp img {
  width: 50px;
  /* position: absolute; */

}




/* footer style  */

.footer {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  padding: 0px 5%;
  padding-top: 80px;
  margin-top: -100px;
  background-color: #2c335d;
}

.footer .footer-box {
  width: 100%;
  border-bottom: 1px solid rgba(235, 235, 235, 0.228);
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.footer .footer-box .box {
  width: 24%;
  color: white;
}

.footer .footer-box .box:nth-child(2) {
  width: 20%;
}

.footer .footer-box .box:nth-child(3) {
  width: 20%;
}


.footer .footer-box .logo {
  width: 225px;
  margin-top: 40px;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 25px;
  background-color: white;
}

.footer .footer-box .box p {
  line-height: 27px;
  font-size: 15px;
}

.footer .footer-box .box p a {
  color: white;
}


.footer .footer-box .box .social-m img {
  width: 44px;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.244);
  padding: 12px;
  border-radius: 50%;
  margin-top: 10px;
}



.footer .footer-box h3 {
  display: flex;
  place-items: center;
  font-size: 22px;
  color: white;
  margin-bottom: 20px;
  margin-top: 45px;
}

.footer .footer-box h3 img {
  width: 25px;
  margin-right: 10px;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.footer .footer-box p {
  font-size: 16px;
  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(231, 231, 231, 0.87);
  border: none;
  border-radius: 30px;
  width: 300px;
  font-size: 19px;
}

.footer .footer-box button img {
  width: 20px;
  margin-bottom: 2px;
}

.footer .copy-right {
  display: flex;
  justify-content: space-between;
  color: rgba(242, 242, 242, 0.916);
  margin-top: 25px;
  margin-left: 20px;
}

.footer .copy-right span {
  color: #e7712c;
}

.footer .copy-right p {
  font-size: 14px;
}

.footer .copy-right p:nth-child(2) img {
  margin: 0 5px;
  rotate: 45deg;
  width: 15px;
}