* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
}

body {
  background-color: rgb(239, 238, 255);
  font-family: Arial, Helvetica, sans-serif;

}

body button {
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 25px;
}

body button a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}


/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
  margin-bottom: 0;
}

.slider .swiper {
  width: 100%;

}

.slider .swiper-slide {
  width: 100%;
  height: 800px;
  /* background-color: #6A9C89; */
  display: flex;
  padding-top: 5%;
}

.slider .swiper-slide .color-box {
  position: absolute;
  background-color: #3582d97c;
  width: 650px;
  right: -100px;
  margin-top: 570px;
  height: 120px;
  rotate: -30deg;
}

.slider .swiper-slide .text {
  width: 60%;
  margin: auto 0;
  color: white;
  margin-left: 5%;
  z-index: 10;
  display: grid;
}

.slider .swiper-slide .text h1 {
  font-size: 76px;
  display: grid;
  z-index: 20px;
  font-weight: bold;
}

.slider .swiper-slide .text h1 span {
  color: #e7b00b;
  font-weight: bold;
}

.slider .swiper-slide .text p {
  font-size: 20px;
  margin-top: 10px;
}

.slider .swiper-slide .text a {
  width: fit-content;
}

.slider .swiper-slide .text button {
  width: fit-content;
  padding: 10px 20px;
  border: none;
  background-color: #e7b00b;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 0;
  letter-spacing: 0.5;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

.slider .swiper-slide .text a:first-child button img {
  filter: brightness(0);
  opacity: 0.5;
}

.slider .swiper-slide .text a:first-child button:hover {
  color: white;
}

.slider .swiper-slide .text a:first-child button:hover img {
  filter: brightness(1);
  opacity: 1;
}


.slider .swiper-slide .text a:nth-child(2) button {
  background-color: transparent;
  border: 0.1px solid white;
  color: white;
  margin-left: 20px;
}

.slider .swiper-slide .text button:hover {
  background-color: transparent;
  border: 0.1px solid white;
}


.slider .slider1 {
  background-image: linear-gradient(to right, rgba(7, 35, 95, 0.817), rgba(0, 25, 61, 0)), url(../image/slider\ img\ 3.avif);
  background-position: center;
  background-size: 100% 110%;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(7, 35, 95, 0.817), rgba(0, 25, 61, 0)), url(../image/Kuwait\ Visa\ Stamping\ 3.jpg);
  background-position: center;
  background-size: 100% 110%;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(7, 35, 95, 0.817), rgba(0, 25, 61, 0)), url(../image/visa\ consultant.avif);
  background-position: center;
  background-size: 100% 110%;
}

.slider .slider4 {
  background-image: linear-gradient(to right, rgba(7, 35, 95, 0.817), rgba(0, 25, 61, 0)), url(../image/Air\ Ticketing\ Services\ 10.avif);
  background-position: center;
  background-size: 100% 110%;
}

.slider .slider5 {
  background-image: linear-gradient(to right, rgba(7, 35, 95, 0.817), rgba(0, 25, 61, 0.318)), url(../image/visa\ consultant.avif);
  background-position: center;
  background-size: 100% 110%;
}

.slider .slider6 {
  background-image: linear-gradient(to right, rgba(7, 35, 95, 0.817), rgba(0, 25, 61, 0.318)), url(../image/Tour\ &\ Travel\ Services\ 4.avif);
  background-position: center;
  background-size: 100% 110%;
}

.sliderbtn {
  width: 100%;
  margin-top: -30%;
  position: relative;
  z-index: 10;
  display: flex;
  padding: 0 50px;
  justify-content: space-between;
  margin-bottom: 30%;

}

.sliderbtn img:hover {
  cursor: pointer;
  filter: brightness(0);
}

.sliderbtn .prev {
  transform: rotate(180deg);
}



.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 10% 5%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.658), rgba(255, 255, 255, 0.669)), url(../image/bg\ img\ 3.avif);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 00px;
}


.sec1 .img {
  width: 45%;
  text-align: center;
  display: flex;
  position: relative;
  justify-content: space-evenly;
}

.sec1 .img img {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  mix-blend-mode: multiply;
}

.sec1 .img img:nth-child(2) {
  width: 50%;
  margin-top: 150px;
  border-radius: 50%;
  height: 300px;
  margin-left: -180px;
}

.sec1 .img .tx {
  width: 180px;
  height: 180px;
  padding: 10px 20px;
  position: absolute;
  display: grid;
  left: 0;
  background-color: #00000015;
  margin-top: -15px;
  margin-left: 30px;
  animation: aboutEX 5s infinite;
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);

}

@keyframes aboutEX {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sec1 .img .tx span {
  width: 100%;
  font-size: 45px;
  color: #cc920c;
}

.sec1 .img .tx h3 {
  color: #04253bb9;
  font-size: 18px;
  margin-top: 25px;
  place-items: center;
}

.sec1 h4 {
  font-size: 18px;
  color: #d0a31b;
  display: flex;
  text-transform: uppercase;
  place-items: center;
}

.sec1 h4 .line {
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background-color: #d0a31b;
}

.sec1 h1 {
  font-size: 35px;
  color: #142334;
  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: 20px;
  color: #00000098;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: 600;
}

.sec1 h6 {
  font-size: 18px;
  color: #d0a31b;
  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: 16.5px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.769);
  border-top: 5px dotted rgba(79, 79, 42, 0.13);
  padding-top: 20px;
}

.sec1 .text button {
  background: #085979;
  margin-top: 10px;
  color: white;
  display: flex;
  border-radius: 30px;
  border: none;
  font-weight: 400;
  letter-spacing: 0.5px;
  place-items: center;
  padding: 10px 30px;
  font-size: 16px;
  padding-right: 10px;
}

.sec1 .text button img {
  width: 30px;
  margin: 0;
  margin-left: 10px;
  background-color: #b5b50c;
  font-family: serif;
  border-radius: 50%;
  padding: 3px;
}

.sec1 .text button:hover img {
  background-color: black;
}

.sec1 .text button a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}




.icons-a {
  max-width: 1800px;
  margin: auto;
  padding: 50px;
  margin-top: 50px;
}

.icons-a-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.icons-a-container .icon {
  text-align: center;
}

.icons-a-container h2 {
  text-align: center;
  margin-top: 20px;
  color: #020d3b;
}

.sec4b {
  max-width: 1500px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 20px;
  justify-content: space-evenly;
}

.sec4b-subbox h2 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-top: 300px;
}

.sec4b-subbox p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-align: center;
  padding: 0 28px;
}

.sec4b-subbox button {
  color: rgb(255, 255, 255);
  font-size: 18px;
  margin-top: 20px;
  margin-left: 30%;
  padding: 5px 20px;
  /* border-radius: 20px; */
  font-weight: 600;
  justify-content: center;
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
}

.sec4b-subbox button:hover {
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  color: rgb(0, 0, 0);
  border: none;
}

.sec4b-meanbox1 {
  width: 500px;
  height: 550px;
  background-image: linear-gradient(rgba(0, 144, 149, 0), rgb(0, 0, 0)), url(../image/SAUDI\ VISA\ STAMPING\ img\ 4.webp);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 0.3s;
  display: grid;
  place-items: center;
  justify-content: center;
}

.sec4b .sec4b-meanbox1:hover {
  background-size: 100% 100%;
  box-shadow: 15px 15px rgb(5, 16, 165);
}

.sec4b-meanbox2 {
  width: 500px;
  height: 550px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)), url(../image/KUWAIT\ VISA\ STAMPING.jpg);
  background-position: center;
  background-size: 150% 100%;
  transition: ease-in-out 0.3s;
  display: grid;
  place-items: center;
  /* border: 2px solid rgb(226, 63, 63); */
  /* box-shadow: 0 0 8px rgb(0, 0, 0); */

}

.sec4b .sec4b-meanbox2:hover {
  background-size: 150% 100%;
  box-shadow: 15px 15px rgb(5, 16, 165);
}

.sec4b-meanbox1 .sec4b-subbox {
  width: 95%;
  height: 95%;
  /* border: 0.8px solid rgb(255, 255, 255); */
}

.sec4b-meanbox2 .sec4b-subbox {
  width: 95%;
  height: 95%;
  /* border: 0.8px solid rgb(255, 255, 255); */
}


.sec2-3d {
  max-width: 1800px;
  margin: auto;
  margin-bottom: -30px;

}

.sec2-3d img {
  width: 300px;
}

.sec2-3d-b {
  max-width: 1800px;
  margin: auto;
  margin-top: -30px;
  text-align: right;


}

.sec2-3d-b img {
  width: 300px;
}



.sec2 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  margin-top: 50px;
  justify-content: space-evenly;
  place-items: center;
  background-color: #f5f6ff;
}

.sec2 .sec2-text {
  width: 40%;
  transition: ease-in-out 0.5s;
  /* background-color: #2b4f6a; */
  height: fit-content;
  padding: 50px;
  margin-top: 00px;
  color: #000000;
}

.sec2 .sec2-text h1 {
  font-size: 50px;
  opacity: 1;
  color: #1f3e5f;
  width: 100%;
  font-weight: 800;
}

.sec2 .sec2-text h1 span {
  color: #e7630b;
  font-weight: 600;
}

.sec2 .sec2-text h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  /* background-color: #e8f3ff; */
  width: 100%;
  color: rgb(0, 0, 0);
  /* clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%); */
  padding: 10px 20px;
  padding-left: 0;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}

.sec2 .sec2-text h3:hover {
  margin-left: 30px;
  color: #e7630b;
}

.sec2 .sec2-text .sec-h4 {
  border-top: 0.2px solid rgba(220, 220, 220, 0.238);
  padding-top: 30px;
  margin-top: 20px;
}

.sec2 .sec2-text p {
  font-size: 16px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.712);
}

.sec2 .sec2-text button {
  padding: 8px 20px;
  border: none;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 500;
  background: #369bd9;
  color: white;
  letter-spacing: 1px;
}

.sec2 .sec2-text button a {
  color: white;
}

.sec2-container {
  width: 55%;
  height: 550px;
  text-align: right;
  display: flex;
  justify-content: right;
  overflow: hidden;
}

.sec2-container .color-box {
  background-color: #1f3e5f;
  width: 90%;
  height: 100%;
  padding: 50px;
  border-radius: 30px;
}

/* .sec2-container .box{
  position: absolute;
} */
.sec2-container .box img {
  width: 120%;
  margin-left: -30%;
  height: 450px;
  border-radius: 30px;
  transition: ease-in-out 0.6s;
}

.sec2-container .box #step1 {
  margin-left: 150%;
  margin-top: -475px;
}

.sec2-container .box #step2 {
  margin-left: 150%;
  margin-top: -520px;
}

.sec2-container .box #step3 {
  margin-left: 150%;
  margin-top: -565px;
}

.sec2-container .box #step4 {
  margin-left: 150%;
  margin-top: -610px;
}





.slider-container-b {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
  margin-top: 50px;
  color: white;

}

.slider-container-b button {
  padding: 2px 20px;
  background: transparent;
  color: white;
  border-radius: 10px;
  border: 0.2px solid rgba(255, 255, 255, 0.485);
}

.slider-container-b button a {
  color: white;
}

.slider-container-b h2 {
  letter-spacing: 1px;
}

.slider-container-b p {
  letter-spacing: 1px;
  margin-top: 20px;
}

.slider-container-b .box-a {
  width: 50%;
  height: 400px;
  background-color: #054855;
  border-radius: 20px 0 0 20px;
  padding: 50px;
  padding: 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.416), rgba(0, 0, 0, 0.465)), url(../image/Immigration\ Services\ 1.avif);
  background-position: center;
  background-size: 100% 120%;

}

.slider-container-b .box-b {
  width: 50%;
  height: 400px;
  background-color: #054855;
  border-radius: 0 20px 20px 0;
  padding: 50px;
  padding: 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.401), rgba(0, 0, 0, 0.442)), url(../image/Visa\ Stamping\ Services\ 3.avif);
  background-position: center;
  background-size: 100% 110%;

}




.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: -10px;
  padding: 30px 80px;
  position: relative;
  z-index: 20;
  background-color: rgb(0, 0, 0);
  margin-bottom: -80px;
  clip-path: polygon(99% 0, 97% 50%, 99% 100%, 1% 99%, 3% 50%, 1% 0);


}

.sec4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;

}

.sec4 .swiper-slide img {
  width: 150px;
  height: 70px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 5px;
}






.sec5 {
  max-width: 1500px;
  margin: auto;
  padding: 50px 20px;
  padding-top: 0;
  justify-content: center;
  /* background-color: #022c5c15; */
}

.sec5 h1 {
  font-size: 55px;
  /* margin-left: 4%; */
  text-align: center;
  font-weight: 600;
  color: #1f3e5f;
}

.sec5 h1 span {
  color: #e7630b;
  font-weight: 800;
}

.sec5-container {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.sec5-container .box {
  width: 45%;
  height: 400px;
  border-radius: 30px;
  color: white;
  padding: 30px;
  overflow: hidden;

}

.sec5-container .box:hover h2 {
  margin-top: 180px;
}

.sec5-container .box h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #ffbb00;
  margin-top: 220px;
  font-weight: 700;
  transition: ease-in-out 0.4s;

}

.sec5-container .box p {
  font-size: 18px;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.771);
}

.sec5-container .box:hover p {
  margin-bottom: 10px;
}

.sec5-container .box-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(9, 42, 81, 0.91)), url(../image/Employment\ Work\ Visa\ 3.avif);
  background-position: center;
  background-size: 100% 120%;
  transition: ease-in 1s;
}

.sec5-container .box-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(6, 48, 95, 0.91)), url(../image/Family\ Visit\ Visa.jpg);
  background-position: center;
  background-size: 100% 120%;
  transition: ease-in 0.5s;
}

.sec5-container .box button {
  background: #ffffff2b;
  color: rgb(255, 255, 255);
  padding: 8px 20px;
  margin-top: 35px;
  border: 0.1px solid white;
  font-weight: 400;
  transition: ease-in-out 0.2s;
}

.sec5-container .box:hover button {
  margin-top: 0;
}

.sec5-container .box button img {
  border-radius: 50%;
  background-color: rgb(227, 172, 34);
  margin-left: 5px;
  margin-right: -10px;
}


.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 100px 0;
  display: flex;
  /* background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../image/Manpower\ Services\ 3.jpg);
  background-position: center;
  background-size: 100% 100%; */
  justify-content: space-evenly;
  padding-bottom: 50px;
  place-items: center;
  overflow: hidden;
}

.sec7 h1 {
  font-size: 50px;
  color: #1f3e5f;
  margin-top: 50px;
  /* margin-left: 35px; */
}

.sec7 .text {
  width: 70%;
  padding: 30px;
  padding-bottom: 70px;
  padding-right: 5%;
  margin-left: -45%;
  position: relative;
  z-index: 10px;
  background: white;
  box-shadow: 0 0 2px rgb(211, 211, 211);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  padding-left: 15%;
}

.sec7 .text .line {
  width: 100px;
  height: 4px;
  background: #e7630b;
  margin-top: 5px;
  margin-bottom: -10px;
}

.sec7 .text p {
  font-size: 20px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.769);
}

.sec7 .text button {
  background: #e7630b;
  padding: 5px 20px;
  margin-top: 10px;
  border: none;
  border-radius: 20px;
  letter-spacing: 1.5px;
}

.sec7 .text button a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}


.sec7 img {
  width: 90%;
  height: 700px;
  margin-left: -2px;
  clip-path: polygon(0 0, 100% 0, 74% 99%, 0% 100%);

}





.sec7a {
  max-width: 1800px;
  margin: auto;
  padding: 5% 4%;
  padding-bottom: 100px;
  background-color: rgba(209, 140, 152, 0);
  color: rgb(0, 0, 0);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.695), rgba(255, 255, 255, 0.741)), url(../image/bg\ img\ 7.jpg);
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  padding-top: 6%;
}

.sec7a h1 {
  width: 100%;
  font-size: 50px;
  margin-bottom: -10px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1f3e5f;
}

.sec7a h1 span {
  color: #efb413;
  font-weight: bold;
}

.sec7a h6 {
  width: fit-content;
  /* margin: auto; */
  margin-bottom: 20px;
  font-size: 20px;
  color: #efb413;

}

.sec7a .swiper {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 30px;

}


.sec7a .swiper-slide {
  background-color: #082b4f;
  /* clip-path: polygon(0 0, 100% 29%, 100% 100%, 0% 100%); */
  border-bottom: 5px solid #efb413;
  transition: ease-in-out 0.5s;
  text-align: center;
  padding-bottom: 20px;
  padding: 20px;
  border-radius: 30px;
  color: white;
}

.sec7a .swiper-slide:hover {
  margin-top: -30px;
  background-color: rgba(255, 255, 255, 0.267);
  box-shadow: 1px 1px 10px rgb(0, 0, 0);
}


.sec7a .swiper-slide img {
  width: 80px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: -50px;
  padding: 10px;
  background-color: white;
  border-radius: 50%;
}

.sec7a .swiper-slide:hover img {
  background-color: #efb413;
}

.sec7a .swiper-slide h4 {
  color: #efb413;
  font-size: 25px;
}

.sec7a .swiper-slide p {
  color: #ffffffb0;
  margin-top: 10px;
}

.sec7a .swiper-slide:hover p {
  color: #000000bf;
}

.sec7a .swiper-slide a:hover {
  text-decoration: none;
  width: fit-content;
}

.sec7a .swiper-slide button {
  padding: 8px 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  color: #000000;
  border: 2px solid #efb413;
}


.sec8 {
  max-width: 1800px;
  width: 100%;
  margin-top: 170px;
  display: flex;
  place-items: center;
  background-color: rgba(241, 241, 241, 0.943);
  padding-bottom: 60px;
  padding-top: 40px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.658), rgba(255, 255, 255, 0.669)), url(../image/bg\ img\ 3.avif);
  background-position: center;
  background-size: cover;
}

.sec8 .text {
  width: 50%;
  margin-left: 50px;
}

.sec8 .text h1 {
  font-size: 60px;
  margin-left: -10px;
  opacity: 0.05;
  font-weight: 900;
}

.sec8 .text h5 {
  margin-top: -41px;
  display: flex;
  place-items: center;
  font-size: 25px;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(0, 0, 0);
}

.sec8 .text h5 img {
  margin-right: 5px;
  width: 35px;
}

.sec8 .text h2 {
  font-size: 35px;
  font-weight: 700;
  margin-top: 30px;
}

.sec8 .text h2 span {
  color: #ffbb00;
}

.sec8 .text p {
  width: 90%;
  font-size: 15px;
  margin-top: 30px;
  line-height: 30px;
}

.sec8 .text .small-tx {
  display: flex;
  margin-top: 35px;
}

.sec8 .text .small-tx img:nth-child(2) {
  height: 110px;
}

.sec8 .text .small-tx .sub-tx {
  margin-left: 10px;
}

.sec8 .text .small-tx .sub-tx h3 {
  font-size: 20px;
  font-weight: 700;
}

.sec8 .text .small-tx .sub-tx h6 {
  font-size: 15px;
  margin-top: 10px;
  line-height: 25px;
}

.sec8 .text .small-tx .tx {
  display: flex;
  width: 50%;
  place-items: center;
}

.sec8 .text .small-tx .tx2 {
  display: flex;
  width: 50%;
  place-items: center;
}

.sec8 .text button {
  padding: 8px 15px;
  margin-top: 45px;
  border-radius: 30px;
  font-size: 15px;
  background-color: transparent;
  color: rgb(0, 0, 0);
  display: flex;
  font-weight: 700;
  border: 0.1px solid black;
  place-items: center;
}

.sec8 .text button img {
  width: 30px;
  border-radius: 50%;
  padding: 3px;
  background-color: #e7ab28;
  margin-left: 5px;
}

.sec8 .img {
  width: 55%;
}

.sec8 .img img {
  width: 100%;
}


.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  height: 400px;
  background-image: linear-gradient(rgba(25, 4, 4, 0.14), rgba(46, 6, 6, 0.178)), url(../image/bg\ img\ 13.avif);
  background-position: center;
  background-size: 110% 110%;
  color: rgb(0, 0, 0);
  padding-top: 5%;
  margin-bottom: 250px;
}

.sec9-container {
  width: 100%;
  overflow: hidden;
}

.sec9 h1 {
  font-size: 50px;
  color: #ffffff;
  text-align: left;
  margin: auto;
  text-align: center;
  /* margin-left: 3%; */
  margin-top: -20px;
}

.sec9 h1 span {
  color: #ffbb00;
}

.sec9 .swiper {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 50px;
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;

}

.sec9 .swiper-slide .img {
  overflow: hidden;
  border-radius: 20px;
}

.sec9 .swiper-slide .img img {
  width: 100%;
  height: 350px;
  border-radius: 0px;
  transition: ease-in-out 0.5s;
  border-radius: 20px;
}

.sec9 .swiper-slide .img:hover img {
  transform: scale(1.2);
}


.sec9 .swiper-slide h4 {
  font-size: 25px;
  margin-top: 10px;
  margin: auto;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: #000000;
  width: 100%;
  padding: 20px 0;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
  padding-top: 20px;
  border-radius: 100px 100px 20px 20px;
}

.sec9 .swiper-slide:hover h4 {
  color: #000000;
  background-color: #ffbb00;
}

.sec9 .swiper-slide h5 {
  font-size: 16px;
  color: #000000;
  display: none;
  position: relative;
  margin-top: -10px;
  z-index: 11;
}

.sec9 .swiper-slide .text .btn {
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  margin-right: -60px;
  margin-top: 15px;
}

.sec9 .swiper-slide .text .btn img {
  margin-top: 20px;
  width: 30px;
  margin-left: -40px;
}



.sec10 {
  max-width: 1800px;
  align-items: center;
  align-self: center;
  margin: auto;
  padding: 10px 0;
  color: #000000;
  background-color: rgb(255, 255, 255);
  padding-bottom: 0;
  margin-bottom: -100px;
  justify-content: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.586), rgba(255, 255, 255, 0.568)), url(../image/bg\ img\ 12.avif);
  background-position: center;
  background-size: 110% 110%;
}

.sec10 h5 {
  text-align: center;
  color: #ffbb00;

}

.sec10 h1 {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  color: #0c417a;
}

.sec10 h1 span {
  color: #efb413;
}


.sec10 .swiper {
  width: 95%;
  margin-top: 50px;
  padding-bottom: 150px;
}

.sec10 .swiper-slide {
  text-align: center;
  border: 0.1px solid rgba(0, 0, 0, 0.252);
  padding-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #000000;
}

.sec10 .swiper-slide h4 {
  margin-top: 20px;
  font-size: 20px;
  color: #ffffff;
  z-index: 10;
  position: relative;
}


.sec10 .swiper-slide h2 {
  color: #fcd111;
}

.sec10 .swiper-slide img {
  width: 100%;
  border-radius: 20px 0px 0 0;
  height: 280px;
  position: relative;
  background-color: white;
  z-index: 20;
}


.work-p {
  max-width: 1800px;
  margin: auto;
  /* margin-top: 50px; */
  background-color: #eaeaea87;

  padding: 50px 20px;

}

.work-p h1 {
  font-size: 45px;
  margin-left: 40px;
}

.work-p-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-evenly;

}

.work-p-img {
  width: 46%;
  height: 600px;
}

.work-p-img img {
  width: 100%;
  height: 100%;
}

.work-p-text {
  width: 40%;
}

.work-p-text img {
  width: 100%;
  height: 100%;
  /* margin-top: 80px; */
  /* border-radius: 30px; */
  /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.781); */

}




.sec11-clients {
  max-width: 1800px;
  margin: auto;
  /* margin-top: 30px; */
  padding: 20px 0px;
  padding-bottom: 80px;
  background-color: rgb(242, 242, 242);

}

.sec11-heading h2 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 35px;
  /* margin-left: 30px; */
  font-weight: bold;
  color: #092635;
  padding-bottom: 20px;
}

.sec11-heading h2 span {
  color: rgb(235, 183, 64);
}

.sec11-container {
  width: 100%;
  overflow-x: hidden;
}

.sec11-boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  animation: 30s slide infinite linear;
  /* background-color: #a0f662; */
}

/* @keyframes slide {
  form {
    transform: translateX(0);
  }

  to {
    transform: translateX(-280%);
  }
} */

.sec11-box {
  padding: 10px;

}

.sec11-clients img {
  width: 150px;
  height: 80px;
}




.sec12 {
  max-width: 1800px;
  margin: auto;
  height: 500px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/bg\ img\ 4.PNG);
  background-size: 100% 101%;
  background-position: center;
  padding: 100px 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.sec12 h1 {
  font-size: 45px;
  color: #082b4f;
  font-weight: 600;
  margin: auto;
}

.sec12 .text {
  width: 40%;
  color: rgb(0, 0, 0);
  margin-right: 40px;
  margin: auto;
  margin-top: 10px;
  text-align: left;
}

.sec12 .text h2 {
  font-weight: 800;
}

.sec12 .text .line {
  width: 10%;
  height: 2px;
  background-color: #082b4f;
  margin-top: 30px;
}

.sec12 .text h6 {
  margin-top: 20px;
}

.sec12 .text h1 {
  margin: 20px 0;
}

.sec12 .text p {
  width: 60%;
}

.sec12 form {
  width: 45%;
  margin-left: -5%;
  padding-right: 10%;
  margin-top: -50px;
}

.sec12 form input {
  width: 90%;
  margin-top: 30px;
  padding: 10px;
}

.sec12 form textarea {
  width: 90%;
  margin-top: 30px;
  padding: 10px;
}


.sec12 form button {
  width: 90%;
  margin-top: 20px;
  padding: 10px;
  background-color: #082b4f;
  color: white;
  font-size: 22px;
}







.sec14 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  background-color: rgba(239, 239, 239, 0.315);
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 50px 20px;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/bg\ img\ 8.avif);
  background-size: 100% 101%;
  background-position: center;
}

.sec14 .box {
  width: 20%;
  color: rgb(255, 255, 255);
  overflow: hidden;
  display: flex;
  padding: 20px;
  border-right: 0.1px solid #24b5f3;
  padding-left: 0;
}

.sec14 .box2 {
  border: none;
}

.sec14 .box img {
  width: 60px;
  height: 60px;
  margin-top: 15px;
  margin-right: 30px;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.sec14 .box h4 {
  font-size: 20px;
}

.sec14 .box h1 {
  color: #d0a31b;
}



.sec15 {
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.sec15 .box {
  width: 28%;
  /* height: 250px; */
  /* background-color: rgb(243, 200, 200); */
  padding: 20px;
  margin: 15px;
  padding-top: 150px;
  color: white;
  height: auto;
}

.sec15 .box h1 {
  width: 80%;
  font-size: 45px;
  color: rgb(0, 55, 96);

}

.sec15 .box h1 span {
  color: #000000;

}

.sec15 .box h6 {
  width: fit-content;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 0.1px solid gray;
  margin-top: 30px;
}

.sec15 .box1 {
  padding-top: 0;
  color: black;
  padding-left: 0;
  padding-right: 0;
}

.sec15 .box2 {
  background: linear-gradient(rgba(255, 255, 255, 0.189), rgba(1, 35, 46, 0.231), rgba(2, 51, 95, 0.913)), url(../image/Job\ Visa.jpg);
  background-size: 101% 101%;
  background-position: center;
}

.sec15 .box3 {
  background: linear-gradient(rgba(255, 255, 255, 0.189), rgba(1, 35, 46, 0.231), rgba(2, 51, 95, 0.913)), url(../image/Business\ Visa.jpg);
  background-size: 101% 101%;
  background-position: center;
}

.sec15 .box4 {
  background: linear-gradient(rgba(255, 255, 255, 0.189), rgba(1, 35, 46, 0.231), rgba(2, 51, 95, 0.913)), url(../image/Student\ Visas.jpg);
  background-size: 101% 121%;
  background-position: center;
}

.sec15 .box5 {
  background: linear-gradient(rgba(255, 255, 255, 0.189), rgba(1, 35, 46, 0.231), rgba(2, 51, 95, 0.913)), url(../image/Free\ Visa\ Enquiry.avif);
  background-size: 101% 101%;
  background-position: center;
}

.sec15 .box6 {
  background-color: #2b4f6a;
  padding-top: 0;
  color: rgb(255, 255, 255);
  padding: 20px;
  padding-top: 30px;
}

.sec15 .box6 ul {
  margin-top: 20px;
}

.sec15 .box6 ul li {
  margin-top: 5px;
  list-style: none;
}

.sec15 .box6 button {
  padding: 5px 20px;
  background-color: #000000;
  border: none;
  border-radius: 30px;
  color: white;
}

.sec15 .box6 .img2 {
  width: 25%;
  margin-top: -20px;
  margin-left: 30%;
}







.sec16 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 3%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  text-align: left;
}

.sec16 .color-box {
  width: 100%;
  height: 150px;
  background-color: white;
  border-radius: 0 0 50% 50%;
  margin-bottom: -150px;
  margin-top: -5%;
}

.sec16 h1 {
  width: 100%;
  font-size: 54px;
  text-align: center;
  color: #082b4f;
  margin-top: -3%;
  font-weight: 700;
}

.sec16 h1 span {
  color: #ffbb00;

}

.sec16 h5 {
  width: fit-content;
  margin: auto;
  padding-bottom: 5px;
  /* border-bottom: 0.1px solid #000000; */
  color: #ffffff;
}

.sec16-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 20px;
}

.sec16-container .box {
  width: 30%;
  border-radius: 20px;
  background-color: white;
  padding: 20px;
  margin-top: 40px;
  padding-bottom: 10px;
  background: linear-gradient(rgba(255, 255, 255, 0.189), rgba(2, 98, 40, 0.356), rgba(2, 51, 95, 0.913)), url(../image/bg\ img\ 15.avif);
  background-size: 101% 101%;
  background-position: center;
}

.sec16-container .box img {
  width: 100%;
  border-radius: 20px 20px;
  height: 250px;
}

.sec16-container .box .img2 {
  display: none;
}

.sec16-container .box h4 {
  color: #ffae00;
  text-align: left;
  font-size: 25px;
  margin-top: 15px;
}

.sec16-container .box:nth-child(2) h4 {
  margin-top: 20px;
}

.sec16-container .box p {
  margin-top: 5px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.757);
}

.sec16-container .box h6 {
  padding: 10px;
  margin-top: -20px;
  color: #000000;
  display: none;

}

.sec18 {
  max-width: 1800px;
  margin: auto;
  padding: 50px 4%;
  padding-bottom: 00px;
  color: rgb(0, 0, 0);
  background: linear-gradient(rgba(255, 255, 255, 0.843), rgba(255, 255, 255, 0.609), rgba(255, 255, 255, 0.863)), url(../image/bg\ img\ 9.jpg);
  background-size: 101% 101%;
  background-position: center;
  overflow: hidden;
}

.sec18 h5 {
  text-align: center;
  color: #1c4d62;
  font-size: 22px;
}

.sec18 h1 {
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  color: #1f3e5f;
  font-size: 55px;
}

.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(rgba(3, 22, 63, 0.497), rgba(10, 41, 95, 0.466)), url(../image/bg\ img\ 117.avif);
  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%;
}

.sec18-container .box h4 {
  color: #ffbb00;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 600;
  font-size: 38px;
}

.sec18-container .box .text p {
  color: rgba(252, 252, 252, 0.742);
  font-size: 18px;
  margin-top: 10px;
}

.sec18-container .box .text a {
  text-decoration: none;
}

.sec18-container .box .text h5 {
  width: fit-content;
  text-align: left;
  width: fit-content;
  margin-top: 30px;
  font-size: 16px;
  color: #fdfdfd;
  border: 0.1px solid #ffffff;
  padding: 8px 15px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.349);
}

.sec18-container .box .text h5:hover {
  background-color: #ffbb00;
  color: black;
}

.sec18-container .box .text h5 img {
  width: 20px;
  height: 20px;
  /* filter: brightness(0); */
}

.sec18-container .box .text h5:hover img {
  filter: brightness(0);
}


.sec18-container .box img {
  width: 48%;
  height: 250px;
  border-radius: 30px;
}




.sec19 {
  max-width: 1800px;
  margin: auto;
  /* height: 800px; */
  display: flex;
  flex-wrap: wrap;
  /* background-color: rgb(242, 242, 242); */
  margin-top: 150px;
}

.sec19 img {
  width: 60%;
  height: 550px;
  /* margin-top: 150px; */
}

.sec19 .sec19-text {
  width: 50%;
  transition: ease-in-out 0.5s;
  background-color: #2b4f6a;
  height: fit-content;
  padding: 50px;
  margin-top: 80px;
  color: #ffffff;
  margin-left: -10%;
}

.sec19 .sec19-text h1 {
  font-size: 50px;
  opacity: 1;
  color: #ffffff;
  width: 100%;
}

.sec19 .sec19-text h1 span {
  color: #000000;
}

.sec19 .sec19-text h4 {
  margin-top: 50px;
  margin-bottom: 15px;
}

.sec19 .sec19-text .sec-h4 {
  border-top: 0.2px solid rgba(220, 220, 220, 0.238);
  padding-top: 30px;
  margin-top: 20px;
}

.sec19 .sec19-text p {
  font-size: 16px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.712);
}

.sec19 .sec19-text button {
  padding: 8px 20px;
  border: none;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 500;
  background: #369bd9;
  color: white;
  letter-spacing: 1px;
}

.sec19 .sec19-text button a {
  color: white;
}



.sec20 {
  max-width: 2000px;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.sec20 .contact {
  display: flex;
  margin: 50px;
  border-radius: 10px;
  background: linear-gradient(rgba(255, 255, 255, 0.346), rgba(255, 255, 255, 0.325)), url(../image/bg\ img\ 9.jpg);
  background-size: 100% 101%;
  background-position: center;
}

.sec20 .img {
  width: 45%;
}

.sec20 .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

.sec20 .text {
  width: 40%;
  margin-left: 70px;
  margin-top: 25px;
}

.sec20 .text h1 {
  font-size: 70px;
  opacity: 0.05;
  margin-top: -16px;
  font-weight: 900;
}

.sec20 .text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 15px;
}

.sec20 .text button {
  margin-top: 40px;
  display: flex;
  place-items: center;
  padding: 15px 20px;
  background: none;
  border: none;
  border-radius: 5px;
  background-color: #fcd111;
  color: rgb(0, 0, 0);
}

.sec20 .text button img {
  margin-left: 7px;
  width: 20px;
  filter: brightness(0);
}

.sec20 .call-img {
  width: 15%;
}

.sec20 .call-img img {
  text-align: center;
  margin-top: 230px;
  width: 50%;
  opacity: 0.3;
}

.sec20 .img2 {
  display: flex;
  margin-top: -45px;
}

.sec20 .img2 img {
  width: 25px;
  height: 28px;
}

.sec20 .img2 h3 {
  margin-left: 8px;
  font-size: 20px;
}




.sec21 {
  max-width: 1800px;
  width: 100%;
  background: linear-gradient(rgba(3, 19, 39, 0.808), rgba(3, 12, 44, 0.825)), url(../image/Manpower\ Services\ 5.PNG);
  background-size: 101% 101%;
  background-position: center;
  padding: 8% 5%;
  position: relative;
}

.sec21 .text {
  margin: auto;
  width: 60%;
  text-align: center;
  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;
  margin: auto;
  height: 2px;
  background-color: #fcd111;
}

.sec21 .text button {
  padding: 10px 30px;
  color: black;
  border: none;
  background-color: #fcd111;
  border-radius: 20px;
}

.sec21 .text p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.764);
  margin-top: 20px;
}

.sec21 .box {
  width: 20%;
  left: 0;
  top: 0;
  background-color: #fcd111;
  position: absolute;
  height: 100%;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: linear-gradient(rgba(224, 186, 13, 0.808), rgba(255, 214, 8, 0.298), rgba(255, 214, 8, 0));
}

.sec21 .box2 {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  background: linear-gradient(rgba(255, 197, 8, 0.216), rgba(255, 214, 8, 0.336), rgba(224, 186, 13, 0.808));

}

.sec21 .box3 {
  right: 0;
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  left: auto;
}

.sec21 .box4 {
  right: 0;
  left: auto;
  background: linear-gradient(rgba(255, 197, 8, 0.216), rgba(255, 214, 8, 0.336), rgba(224, 186, 13, 0.808));
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}




.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  margin-left: 94%;
  /* padding-top: 55%; */
  margin-top: 50%;
  z-index: 100;
}

.whatsapp img {
  width: 50px;
}


/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  background-color: #000000;
  color: rgba(255, 255, 255, 0.781);
  padding-top: 80px;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  padding: 0 4%;
}

.sec2-text {
  width: 25%;
}

.sec2-text:nth-child(2) {
  width: 15%;
  margin-left: 5%;
}


.sec2-text:nth-child(2) span {
  width: 10px;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.692);
  margin-right: 15px;
}

.sec2-text:nth-child(3) {
  width: 25%;
}

.sec2-text li span {
  color: #e7b00b;
  margin-right: 10px;
}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-transform: uppercase;
}

.sec2-text .box {
  display: flex;
}

.sec2-text .box .line {
  width: 50px;
  height: 2px;
  background-color: #efb413;
  margin-bottom: 10px;
}

.sec2-text .box .circle {
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-radius: 50%;
  border: 2px solid #efb413;
  background-color: white;
}

.sec2-text h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #e7b00b;

}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #e7b00b;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d p {
  font-size: 15px;
}

.icons {
  margin: 0;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #e7b00b;
}

.icons ul {
  display: flex;
  margin-top: -20px;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 35px;
  border-radius: 50%;
  padding: 5px;
  border: 0.2px solid yellow;
  margin-right: 20px;
  margin-top: 15px;
}

.icons ul li a img:hover {
  margin-top: 10px;
}

.sec2-text ul li {
  list-style: none;
  text-decoration: none;
  list-style: none;
  margin-top: 10px;
}

.sec2-text ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.853);
  list-style: none;
  display: flex;
  text-decoration: none;
}

.sec2-text ul li:hover a {
  color: #ffc21a;
}

.col-xl-3 ul li {
  list-style: none;
  text-decoration: none;
  margin-top: 12px;
  font-size: 18px;
}

.col-xl-3 ul li a {
  color: rgba(255, 255, 255, 0.832);
  margin-top: 10px;
  font-size: 20px;
}

.col-xl-3 nav:hover {
  background: transparent;
}


.sec2-text .input-sec {
  display: flex;
  place-items: center;
  margin-top: 20px;
}

.sec2-text .input-sec input {
  padding: 12px;
  border-radius: 5px;
  border: none;
}

.sec2-text .input-sec button {
  padding: 9px 10px;
  background-color: #efb413;
  border: none;
  border-radius: 0 5px 5px 0;
  margin-left: -8px;
}

.sec2-text .input-sec button img {
  width: 30px;
}



.footer-base {
  text-align: center;
  padding: 0px 4%;
  color: rgb(0, 0, 0);
  background-color: #fcd111;
  font-size: 16px;
  border-top: 0.5px solid rgba(128, 128, 128, 0.303);
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
  padding-left: 0;
  place-items: center;
}

.footer-base p {
  margin-bottom: 0;
  padding: 20px 4%;
  text-align: center;
  font-weight: 400;
  padding-bottom: 15px;
  color: rgb(0, 0, 0);
  padding-right: 8%;
}



@media screen and (max-width: 900px) {

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sec2-text h2 {
    font-size: 25px;
  }

  .footer-container {
    padding: 0 20px;
  }
}