* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  /* background: rgb(235, 222, 222); */
}

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;
  /* padding: 5%; */
  margin-top: -120px;
}

.slider .swiper {
  width: 100%;

}

.slider .swiper-slide {
  width: 100%;
  height: 900px;
  background-color: rgb(244, 131, 51);
  display: flex;
  padding-top: 5%;
}

.slider .swiper-slide .text {
  width: 50%;
  margin: auto 0;
  color: white;
  margin-left: 15%;
}

.slider .swiper-slide .text h1 {
  font-size: 65px;
}

.slider .swiper-slide .text p {
  font-size: 20px;
  margin-top: 10px;
}

.slider .swiper-slide .text button {
  padding: 5px 15px;
  border: none;
  background-color: #f48333;
  font-size: 20px;
  margin-top: 10px;
}

.slider .slider1 {
  background-image: linear-gradient(rgba(0, 18, 76, 0.233), rgba(0, 25, 61, 0.318)), url(../images/saudi\ visa\ stamping.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider2 {
  background-image: linear-gradient(rgba(0, 18, 76, 0.233), rgba(0, 25, 61, 0.318)), url(../images/Kuwait\ visa\ stampting.webp);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.347), rgba(0, 0, 0, 0.318)), url(../images/Recruitment\ Services.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.347), rgba(0, 0, 0, 0.318)), url(../images/Immigration\ service.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.347), rgba(0, 0, 0, 0.318)), url(../images/Immigration\ &\ Visa\ Consultancy.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.347), rgba(0, 0, 0, 0.318)), url(../images/tour\ and\ travel\ 2.jpg);
  background-position: center;
  background-size: 110% 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 {
  border: 2px solid rgb(255, 255, 255);
  padding: 5px;
}

.sliderbtn img:hover {
  cursor: pointer;
  background-color: #f48333;
  border: none;
  border: 2px solid #f48333;

}

.sliderbtn .prev {
  transform: rotate(180deg);
}



.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 5%;
  place-items: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.869), rgba(255, 255, 255, 0.849)), url(../images/bg\ img\ 3.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec1 .img {
  width: 40%;
  margin-left: -10%;
}

.sec1 .img img {
  position: relative;
  z-index: 10;
  mix-blend-mode: multiply;
}


.sec1 .img .color-box {
  width: 500px;
  height: 550px;
  background: #f48333;
  position: absolute;
  border-radius: 200px 50px;
  margin-top: 30px;
  margin-left: 10px;
  display: none;
}


.sec1 .text {
  width: 45%;
  margin-right: -5%;
  margin-top: -5%;
}

.sec1 h4 {
  color: #e07d0ce5;
  font-size: 18px;
}

.sec1 .text h1 {
  font-weight: 800;
  margin-top: 10px;
  font-size: 35px;
}

.sec1 h3 {
  width: 80%;
  margin-top: 30px;
  font-size: 20px;
  color: #e07d0ce5;

}

.sec1 .text h5 {
  margin-top: 20px;
}

.sec1 p {
  margin-top: 25px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.765);
}

.sec1 .text button {
  margin-top: 30px;
  border: none;
  /* background-image: linear-gradient(to right, #e0410ce5, #e77f18e9); */
  color: rgb(0, 0, 0);
  font-size: 18px;
  padding: 8px 25px;
  margin-right: 20px;
  background-color: #f48333;
}

.sec1 .text button img {
  width: 35px;
  margin: 0;
  filter: brightness(0);
}


.sec2 {
  max-width: 1800px;
  margin: auto;
  margin-top: -200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec2 a {
  width: 25%;
  margin: 0 1%;
  padding: 40px;
  box-shadow: 0 0 30px rgb(215, 215, 215);
  border-radius: 40px;
  position: relative;
  z-index: 10;
  background-color: white;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.459), rgba(255, 255, 255, 0.551)), url(../images/bg\ img\ 1.jpg);
  background-position: center;
  background-size: 150% 100%;
  color: black;
  text-decoration: none;
}

.sec2 a:hover {
  text-decoration: none;
}

.sec2 .box img {
  width: 70px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sec2 .box h2 {
  font-size: 25px;
  color: #f48333;
}

.sec2 .box p {
  margin-top: 20px;
}

.sec3 {
  max-width: 1800px;
  margin: auto;
  background-color: #021937;
  padding: 100px 4%;
  color: white;
  background-image: linear-gradient(rgba(0, 18, 76, 0.801), rgba(0, 25, 61, 0.833)), url(../images/Visa\ Service\ 2.jpg);
  background-position: center;
  background-size: 100% 120%;
}

.sec3 .sec3-heading {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec3 .sec3-heading .tx {
  width: 45%;
}

.sec3 .sec3-heading .tx h1 {
  font-size: 40px;
}

.sec3 .sec3-heading p {
  width: 40%;
}

.sec3 .sec3-heading h4 {
  color: #f48333;
  margin-bottom: 20px;
}

.sec3 .sec3-heading p {
  margin-top: 20px;
  font-size: 17px;
}

.sec3 .swiper {
  width: 100%;
  padding-top: 50px;
}

.sec3 .swiper-slide {
  padding: 30px;
  height: 430px;
  border: 0.1px solid rgba(255, 255, 255, 0.163);
  overflow: hidden;
  transition: ease-in-out 0.5s;

}

.sec3 .swiper-slide:hover {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Visitor\ Visa\ 2.jpg);
  background-position: center;
  background-size: 120% 110%;
}

.sec3 .service2:hover {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Family\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.sec3 .service3:hover {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Work\ Permit\ 2.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.sec3 .service4:hover {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Student\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.sec3 .service5:hover {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Business\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.sec3 .service6:hover {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Personal\ visa\ 2.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.sec3 .service7:hover {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Freelance\ visa\ 3.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.sec3 .service8:hover {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Migrate\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.sec3 .swiper-slide:nth-child(even) {
  margin-top: 50px;
}

.sec3 .swiper-slide img {
  width: 80px;
  margin-bottom: 30px;
  margin-top: -150px;
  transition: ease-in-out 0.5s;
}

.sec3 .swiper-slide:hover img {
  margin-top: 10px;
}

.sec3 .swiper-slide h4 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #f48333;
}

.sec3 .swiper-slide h3 {
  font-size: 80px;
  text-align: right;
  opacity: 0.2;
  justify-content: end;
  margin-top: 40%;
  transition: ease-in-out 0.8s;
}

.sec3 .swiper-slide:hover h3 {
  margin-top: 0;
}


.sec4 {
  max-width: 1800px;
  margin: auto;
  margin-top: 50px;
  background-image: linear-gradient(rgba(0, 18, 76, 0.233), rgba(0, 25, 61, 0.318)), url(../images/bg\ img\ 2.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.sec4 h1 {
  color: rgba(255, 255, 255, 0.923);
  font-size: 55px;
  margin-left: 5%;
  margin-bottom: -220px;
  padding-top: 80px;
  z-index: 10;
  position: relative;
}

.sec4 .swiper {
  width: 140%;
  margin-top: 50px;
  margin-left: -20%;
  padding-top: 20px;
}

.sec4 .swiper-slide {
  height: 700px;
  padding: 40px;
  padding-top: 430px;
  color: rgba(255, 255, 255, 0.919);
  border: 0.1px solid rgba(255, 255, 255, 0.348);
  border-top: none;
  border-bottom: none;
  background-color: #020c37cc;
  transition: ease-in-out 0.5s;
}

.sec4 .swiper-slide:hover {
  background: rgba(0, 0, 0, 0.556);
  padding-top: 280px;
}

.sec4 .swiper-slide h4 {
  margin-top: 10px;
  font-size: 35px;
}

.sec4 .swiper-slide p {
  color: rgba(255, 255, 255, 0.67);
  font-size: 18px;
  margin-top: 50px;
}

.sec4 .swiper-slide:hover p {
  margin-top: 20px;
}

.sec4 .swiper-slide button {
  background-color: transparent;
  border: none;
  color: #f48333;
  display: flex;
  place-items: center;
}

.sec4 .swiper-slide button .line {
  width: 30px;
  height: 2px;
  background-color: #f48333;
  margin-right: 10px;
}



.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  margin-top: 100px;
  background-image: linear-gradient(rgba(0, 18, 76, 0.777), rgba(0, 25, 61, 0.81)), url(../images/bg\ img\ 5.webp);
  background-position: center;
  background-size: 110% 110%;
  padding-bottom: 300px;
  overflow: hidden;
}

.sec5 .shape {
  max-width: 1800px;
  width: 100%;
  height: 600px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  border-radius: 0 0 50% 50%;
  margin-left: -4%;
  margin-top: -10%;

}

.sec5 h1 {
  width: 100%;
  font-size: 50px;
  color: #000000;
  text-align: left;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 20;
}

.sec5 .swiper {
  width: 100%;
  margin-top: 50px;
}

.sec5 .swiper-slide {
  border: 0.1px solid rgba(0, 0, 0, 0.519);
  padding: 20px;
  border-radius: 20px;
  height: auto;
  text-align: center;
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/design\ 27.PNG);
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 40px;
}

.sec5 .swiper-slide img {
  width: 100%;
  height: 250px;
  border-radius: 15px;
}

.sec5 .swiper-slide h3 {
  margin-top: 20px;
  color: #f48333;
  text-align: left;

}

.sec5 .swiper-slide p {
  margin-top: 20px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  text-align: left;
  font-weight: 400;
}

.sec5 .swiper-slide button {
  margin: auto;
  border: none;
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  background-color: #f48333;
  padding: 8px 20px;
  border-radius: 10px;

}

.sec6 {
  max-width: 1800px;
  margin: auto;
  padding: 0% 4%;
  margin-top: 50px;
  margin-bottom: 80px;
}

.sec6 h5 {
  width: 100%;
  margin: auto;
  justify-content: center;
  color: #f48333;
  text-align: center;
  display: flex;
  place-items: center;
}

.sec6 h5 .line {
  width: 30px;
  height: 2px;
  margin: 8px;
  background: #f48333;
}

.sec6 h1 {
  text-align: center;
  color: #021937;
  font-weight: 800;
  margin: 0;
  margin-top: 10px;

}

.sec6 h1 span {
  font-weight: 800;
  color: #f48333;
}

.sec6-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.sec6-container .box {
  width: 23.5%;
}

.sec6-container .box img {
  width: 100%;
}

.sec6-container .box .text {
  width: 90%;
  margin: auto;
  /* height: 100px; */
  text-align: center;
  background-color: white;
  margin-top: -40px;
  z-index: 10;
  position: relative;
  padding: 20px;
}

.sec6-container .box:hover .text {
  background-color: #021937;
  color: white;
}


.sec6-container .box .text h6 {
  width: fit-content;
  margin: auto;
  margin-top: -50px;
  background-color: white;
  position: relative;
  z-index: 5;
  padding: 30px;
  font-size: 20px;
  border-radius: 50% 50% 0 0;
  color: #f48333;

}

.sec6-container .box:hover h6 {
  background-color: #021937;
}


.sec6-container .box .text h4 {
  margin-top: -10px;
  position: relative;
  z-index: 10;
}

.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  background-color: #f4fdff;
  padding-top: 80px;
  padding-bottom: 40px;
}

.sec7 h1 {
  text-align: center;
  font-size: 45px;
}

.sec7 h1 span {
  color: #f48333;
}

.sec7 .sec7-container {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.sec7 .box {
  width: 14%;
  margin: 0 1%;
  box-shadow: 5px 5px 20px rgba(112, 112, 112, 0.097);
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  background-color: #021937;
  margin-top: 40px;
}

.sec7 .box:hover {
  margin-top: 20px;
}

.sec7 .box img {
  width: 80%;
  height: 80px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: -50px;
  border: 5px solid #f4fdff;
}

.sec7 .box h3 {
  color: #ffffff;
  font-size: 22px;
}

.sec7 .box p {
  display: none;
}


.sec8 {
  max-width: 1800px;
  margin: auto;
}

.sec8-container {
  width: 80%;
  margin: auto;
  margin-top: -100px;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 10px rgb(228, 228, 228);
}

.sec8-container img {
  width: 40%;
}

.sec8-container .text {
  width: 60%;
  padding: 30px 60px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ img\ 6.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec8-container .text h1 {
  color: #f48333;
}

.sec8-container .text p {
  margin-top: 20px;
  font-size: 18px;
}

.sec8-container .text button {
  padding: 8px 20px;
  border: none;
  background-color: #f48333;
  margin-top: 10px;
  border-radius: 10px;
}




.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  background-image: linear-gradient(rgba(2, 13, 58, 0), rgba(6, 17, 76, 0.037)), url(../images/bg\ img\ 1.jpg);
  background-position: center;
  background-size: 110% 110%;
  color: rgb(0, 0, 0);
  padding-top: 5%;
  margin-top: 100px;
}

.sec9 .head-tx {
  width: 100%;
  display: flex;
  place-items: center;
  justify-content: space-between;
}

.sec9 .head-tx .btn {
  margin-right: 4%;
  display: flex;
}

.sec9 .head-tx .btn img {
  height: fit-content;
  filter: brightness(0);
}

.sec9 .head-tx .btn .prev {
  transform: rotate(180deg);
}


.sec9 h1 {
  width: 60%;
  font-size: 45px;
  color: #010d2a;
  text-align: left;
  margin: auto;
  margin-left: 5%;
  margin-top: 0px;
}

.sec9 h5 {
  width: 60%;
  color: #f48333;
  margin-left: 5%;
  margin-top: -10px;

}

.sec9 .swiper {
  width: 95%;
  margin: auto;
  /* height: 100%; */
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 50px;
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.sec9 .swiper-slide .img {
  overflow: hidden;
}

.sec9 .swiper-slide .img img {
  width: 100%;
  height: 450px;
  border-radius: 0px;
  transition: ease-in-out 0.5s;
  /* opacity: 0.8; */
  box-shadow: 10px 10px 5px rgba(2, 36, 23, 0.428);
}

.sec9 .swiper-slide .text {
  width: 100%;
  margin-top: -120px;
  z-index: 10;
  position: relative;
  text-align: left;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  background-image: linear-gradient(rgba(0, 2, 28, 0), rgba(8, 30, 81, 0.573), rgba(6, 17, 76, 0.919));
  padding-top: 50px;
}

.sec9 .swiper-slide:hover {
  margin-top: -30px;
}

.sec9 .swiper-slide:hover .text {
  background-image: linear-gradient(rgba(0, 2, 28, 0), rgba(8, 30, 81, 0.861), rgba(6, 17, 76, 0.919));
}

.sec9 .swiper-slide .text img {
  height: fit-content;
  width: 40px;
  filter: brightness(50);
  display: none;
}


.sec9 .swiper-slide h4 {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  z-index: 10;
  width: 100%;
}

.sec9 .swiper-slide h5 {
  font-size: 16px;
  color: #f48333;
  position: relative;
  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;
  margin: auto;
  padding: 30px;
  margin-top: 20px;
  overflow: hidden;
}

.sec10 h1 {
  font-size: 45px;
  text-align: center;
}

.sec10-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}

.sec10-container .box {
  width: 17%;
  box-shadow: 0 0 3px rgb(160, 160, 160);
  margin: 15px;
  text-align: center;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 20px;
  transition: ease-in-out 0.5s;
  /* background-color: rgb(245, 255, 255); */
  /* border: 0.1px solid rgba(0, 0, 0, 0.233); */

}

.sec10-container .box:hover {
  box-shadow: 0 0 15px rgb(160, 160, 160);

}

.sec10-container .box img {
  width: 70px;
}

.sec10-container .box h1 {
  font-size: 40px;
  margin-top: 10px;
}

.sec10-container .box p {
  font-size: 20px;
}



.sec11 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  padding-bottom: -10px;
  /* margin-top: -670px; */
  /* background-color: rgba(6, 68, 130, 0.685); */
  padding: 30px;
}

.sec11 .swiper-slide {
  /* width: fit-content; */
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* margin-top: 10px; */
}

.sec11 .swiper-slide img {
  width: 150px;
  height: 80px;
  background-color: white;
}






.sec12 {
  max-width: 1800px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
  position: relative;
  margin-top: 50px;
  background-color: #021937;

}


.sec12 .text {
  width: 60%;
  color: rgb(255, 255, 255);
  background: #f48333;
  padding: 40px;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  margin-top: -20px;

}

.sec12 .text h1 {
  font-size: 35px;
  color: #ffffff;
  margin: 0;
  font-weight: 800;
}

.sec12 .text span {
  color: #000000;
}


.sec12 .contact {
  width: 40%;
  padding: 20px 0;
  color: white;
}

.sec12 .contact p {
  font-style: 22px;
  color: white;
}

.sec12 .contact .btn {
  display: flex;
  margin-top: 15px;
}

.sec12 .contact input {
  width: 60%;
  padding: 10px;
  border-radius: 8px 0 0 8px;
  border: 0.2px solid rgb(211, 211, 211);
}

.sec12 .contact input:focus {
  outline: none;
}

.sec12 .contact button {
  padding: 8px 20px;
  border: none;
  background-color: #f48333;
  /* margin-left: -5px; */
  border-radius: 0 8px 8px 0;
  color: rgb(0, 0, 0);
}

.sec12 .contact button:focus {
  outline: none;
}

.sec12 .contact button img {
  width: 30px;
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 10%;
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/mission\ and\ vision\ -\ Copy.jpg); */
  background-position: center;
  background-size: 100% 100%;
  place-items: center;
}

.sec13 .img1 {
  width: 100%;
  position: absolute;
  margin-left: -10%;
  margin-top: 10px;
  opacity: 0.2;
}

.sec13 .img2 {
  width: 100%;
  position: absolute;
  margin-left: -10%;

}

.sec13 .img3 {
  width: 100%;
  position: absolute;
  margin-left: -10%;

}


.sec13 .tx {
  width: 24%;
}

.sec13 .tx h4 {
  font-size: 35px;
}

.sec13 .tx p {
  font-size: 20px;
}


.sec14 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  place-items: center;
  overflow: hidden;
}

.sec14 .text {
  width: 45%;
  margin-left: 5%;

}

.sec14 .text h1 {
  font-size: 75px;
  display: flex;
}

.sec14 .text h1 .shape {
  width: 50px;
  background-color: #f48333;
  /* height: 50px; */
  margin-right: 10px;
}

.sec14 .text p {
  font-size: 25px;
  margin-top: 30px;
}


.sec14 img {
  width: 45%;
  margin-right: -5px;
}

.sec15 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  height: 700px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/Expert\ Recruitment.jpg);
  background-position: center;
  background-size: 100% 100%;

}


.sec15 .text{
  width: 38%;
  margin-left: 50%;
  margin-top: 250px;
}


.sec15 .text h1{
  font-size: 50px;
  color: #f48333;
  font-weight: 800;
  font-style: italic;
}
.sec15 .text p{
  font-size: 18px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.708);
  font-style: italic;

}


.sec16{
  max-width: 1800px;
  margin: auto;
  height: 700px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/Overseas\ Recruitment\ Services.jpg);
  background-position: center;
  background-size: 100% 120%;
  display: flex;  
  overflow: hidden;
}

.sec16 .shape{
  width: 8%;
  height: 120%;
  margin-left: 30%;
  background-color: #f48333b4;
  /* clip-path: polygon(53% 0, 100% 0, 70% 100%, 21% 100%); */
  transform: rotate(20deg);
  margin-top: -5%;
  margin-right: -8%;
}
.sec16 .text{
  width: 70%;
  height: 100%;
  background-color: #021937de;
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
  padding: 50px;
  padding-left: 18%;
  color: white;
}

.sec16 .text h1{
  margin-top: 20%;
  font-size: 55px;
}
.sec16 .text p{
  margin-top: 20px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.753);
}


.sec17{
  max-width: 1800px;
  margin: auto;
  padding: 30px 5%;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  margin-top: 50px;
  place-items: center;
}

.sec17 .text{
  width: 45%;
}

.sec17 .text .line{
  width: 100px;
  height: 5px;
  background-color: #f48333;
}
.sec17 .text h1{
  font-size: 45px;
  margin-top: 10px;
}
.sec17 .text p{
  font-size: 20px;
  margin-top: 30px;
}

.sec17 img{
  width: 48%;
  border-radius: 0 0 0 100px;
  box-shadow: 20px 20px 0px #f48333;
}

.sec17a img{
  width: 48%;
  border-radius: 0 100px 0 0;
  box-shadow: -20px -20px 0px #f48333;
}







/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 60px 0;
  padding-bottom: 0;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.441),rgba(0, 0, 0, 0.441)), url(../images/footer\ 2.jpg); */
  background-position: center;
  background-size: 100% 200%;
  color: rgb(255, 255, 255);
  margin-top: 0;
  background-color: rgb(2, 25, 55);
  border-top: 5px solid white;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
  padding-bottom: 00px;
  /* background-color: #6a4646; */
}

.sec2-text {
  width: 25%;
  /* margin: 0 10px; */
  /* background: #000; */
  color: #000000b9;

}

.sec2-text .line {
  width: 50px;
  height: 3px;
  background-color: #f48333;
  margin-bottom: 30px;
  margin-top: 10px;
}

#sec2-other-links {
  width: 20%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 10%;
}

.sec2-text li span {
  color: #f48333;
  margin-right: 10px;
  font-weight: bold;

}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
}


.sec2-text input {
  height: 50px;
  padding: 12px;
  border: none;
  /* margin-top: 10px; */
  border-radius: 5px 0 0 5px;
}

.sec2-text input:focus {
  outline: none;
}

.sec2-text .news {
  /* background: #000; */
  display: flex;
  margin-top: 30px;
}

.sec2-text .payment {
  margin-top: 30px;
}

.sec2-text button {
  width: 50px;
  height: 50px;
  background-color: #e32020;
  border: none;
  margin-left: -5px;
  padding: 8px;
  /* margin-top: -10px; */
  border-radius: 0 5px 5px 0;

}

.sec2-text button:focus {
  outline: none;
}

.sec2-text button img {
  width: 100%;
}

.sec2-text h2 {
  font-size: 18px;
}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #f48333;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: bold;

}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffffdd;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #f48333;

}

.icons ul {
  display: flex;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 40px;
  /* color: #ffffffac; */
  font-size: 20px;
  margin: 10px;
  display: grid;
  place-items: center;
  padding: 0px;
}

.icons ul li a img:hover {
  margin-top: -5px;
}


.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: #ffffffdd;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li a span {
  color: #f48333;
}



.footer-base {
  text-align: center;
  padding: 10px;
  color: #000000dd;
  /* padding-bottom: px; */
  font-size: 16px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.176);
  margin-top: 30px;
  background-color: #f48333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 100px;
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #000000dd;
  font-size: 18px;
}

.footer-base .tx {
  display: flex;
}

.footer-base .tx img {
  width: 50px;
}

.footer-base .tx p {
  margin: 0 5px;
  margin-top: 8px;
}

.footer-base .tx h1 span {
  color: #e32020;
}

.designation-contact h6 {
  color: #000000dd;

}

@media screen and (max-width: 800px) {
  .footer {
    padding-top: 40px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }


  #sec2-other-links2 {
    width: 40%;
  }

  #sec2-other-links {
    width: 60%;
  }

  .footer-base {
    padding: 10px 20px;
    /* background: #000; */
    text-align: center;
    justify-content: center;
  }

  .footer-base .tx p {
    color: rgba(255, 255, 255, 0.419);
    margin-top: 10px;
  }

  .footer-base p {
    font-size: 15px;
    margin: 0;
  }

}