* {
  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;
}

p {
  text-align: justify;
}

a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}


/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
  /* padding: 5%; */
  /* margin-top: -120px; */
  padding: 0;
  background-image: linear-gradient(to right, rgba(19, 27, 51, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.slider .png {
  width: 100px;
  position: absolute;
  left: 0;
  z-index: 30;
  opacity: 0.5;
  margin-top: 500px;
}

.slider .swiper {
  width: 100%;
  max-height: 800px;
}

.slider .swiper-slide {
  width: 100%;
  height: 750px;
  display: flex;
  padding: 4% 5%;
  overflow: hidden;
  background-image: linear-gradient(to right, rgba(19, 27, 51, 0), rgba(230, 244, 246, 0)), url(../images/bg\ banner.jpg);
  background-position: center;
  background-size: 100% 100%;
}


.slider .swiper-slide .text {
  width: 57%;
  color: #000000;
  margin-top: 0;
  padding-right: 5%;
  padding-top: 150px;
  text-align: left;
}



.slider .swiper-slide .text h1 {
  font-size: 55px;
  width: 75%;
  color: #0c1e19;
  margin-top: 20px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.slider .swiper-slide .text h1 span {
  color: #730f4d;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.slider .swiper-slide .text p {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;

}

.slider .swiper-slide .text button {
  padding: 10px 30px;
  border: none;
  background-image: linear-gradient(to right, rgba(12, 68, 63, 0.946), rgba(12, 68, 63, 0.946));
  font-size: 18px;
  margin-top: 10px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
}


.slider .swiper-slide img {
  margin-top: -130px;
  width: 60%;
  height: 700px;
  margin-right: -220px;
  border-radius: 0 0 40% 60%;
}


/* .slider .slider1 {
  background-image: linear-gradient(to right, rgba(19, 27, 51, 0.799), rgba(255, 255, 255, 0)), url(../images/saudi\ visa\ stamping\ 5.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(19, 27, 51, 0.799), rgba(255, 255, 255, 0)), url(../images/Kuwait\ visa\ stampting\ 5.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(19, 27, 51, 0.799), rgba(164, 18, 142, 0)), url(../images/Recruitment\ Services\ 6.jpg);
  background-position: center;
  background-size: 100% 110%;
}

.slider .slider4 {
  background-image: linear-gradient(to right, rgba(19, 27, 51, 0.799), rgba(255, 255, 255, 0)), url(../images/air\ ticketing\ 9.jpg);
  background-position: center;
  background-size: 100% 120%;
}

.slider .slider5 {
  background-image: linear-gradient(to right, rgba(19, 27, 51, 0.799), rgba(255, 255, 255, 0)), url(../images/Immigration\ &\ Visa\ Consultancy\ 2.avif);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider6 {
  background-image: linear-gradient(to right, rgba(19, 27, 51, 0.799), rgba(0, 25, 61, 0)), url(../images/Tour\ &\ Travel\ services\ 4.jpg);
  background-position: center;
  background-size: 110% 110%;
} */

.slider .swiper-slide .img-sec {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 200px;
}

.slider .swiper-slide .img-sec .box {
  width: 32%;
  height: 600px;
  margin-top: -20px;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 10px;
}

.slider .swiper-slide .img-sec .box:hover {
  margin-top: -50px;
}

.slider .swiper-slide .img-sec .box .tx {
  width: 100%;
  position: relative;
  z-index: 20;
  height: 80px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.842), rgba(0, 0, 0, 0));
}

.slider .swiper-slide .img-sec .box img {
  width: 100%;
  height: 100%;
  transform: scale(2, 1);
}

.slider .swiper-slide .img-sec .box h3 {
  color: white;
  margin-top: -80px;
  font-size: 30px;
  margin-left: 20px;
}

.slider .swiper-slide .img-sec .box h5 {
  color: rgba(255, 255, 255, 0.716);
  margin-left: 20px;
}

.sliderbtn {
  width: 60%;
  margin-top: -100px;
  position: relative;
  z-index: 10;
  display: flex;
  padding: 0 50px;
  justify-content: right;
}

.sliderbtn img {
  width: 50px;
  border: 2px solid rgba(0, 0, 0, 0.423);
  border-radius: 50%;
  margin: 0 10px;
  padding: 10px;
  transform: rotate(0deg);
  background-color: #ffffff;
}

.sliderbtn img:hover {
  cursor: pointer;
  background-color: #730f4d;
  border: none;
  border: 2px solid #730f4d;

}

.sliderbtn .prev {
  transform: rotate(180deg);
}



.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 15% 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  place-items: center;
  /* background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bg\ img\ 12.avif);
  background-position: center;
  background-size: 100% 100%; */
  padding-top: 80px;
}

.sec1 .img {
  width: 45%;
  text-align: right;
  margin-top: 30px;
  position: relative;
}

.sec1 .img .png {
  width: 60%;
  position: absolute;
  left: 0;
  border: none;
  margin-left: -10px;
  margin-top: 100px;
}

.sec1 .img .png2 {
  width: 200px;
  height: 200px;
  background-color: #112822;
  position: absolute;
  left: 0;
  border: none;
  opacity: 0.8;
  border-radius: 50%;
  margin-top: 300px;
  justify-content: center;
  padding: 5px;
}

.sec1 .img .png2 img {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  animation: rotate 15s infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}


.sec1 .img .png2 p {
  position: absolute;
  text-align: center;
  color: white;
  font-size: 80px;
  top: 0;
  margin-left: 50px;
  margin-bottom: 0;
  margin-top: 40px;
}

.sec1 .img img {
  width: 100%;
  height: 500px;
  border-radius: 0 0 0 70%;
  border: 5px solid white;
  border-top: 10px solid #730f4d;

}

.sec1 .img-tx {
  margin-top: -550px;
  margin-left: -50%;
  margin-right: 50%;
}

.sec1 .img-tx .tx {
  transform: rotate(-90deg);
  text-align: left;
  margin-left: 20px;
  margin-bottom: 200px;
}

.sec1 .img-tx .tx h1 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: -5px;
  color: #730f4d;

}

.sec1 .img-tx .tx h2 {
  margin-bottom: 200px;
}

.sec1 .img-tx img {
  width: 65%;
  border: 10px solid white;
}



.sec1 .text {
  width: 40%;
  /* margin-top: 2%; */
}

/* .sec1 .text img{
  width: 150px;
  height: fit-content;
  margin-top: -50px;
  margin-left: -50px;
  margin-bottom: -50px;
} */

.sec1 h4 {
  color: #e07d0ce5;
  font-size: 18px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  text-transform: uppercase;
}

.sec1 .text h1 {
  font-weight: 800;
  margin-top: 10px;
  font-size: 35px;
  color: #23463e;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.sec1 h3 {
  width: 80%;
  margin-top: 30px;
  font-size: 20px;
  color: #e07d0ce5;
  word-spacing: 5px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  text-transform: uppercase;
}

.sec1 .text h5 {
  margin-top: 20px;
}

.sec1 p {
  margin-top: 25px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.765);
  text-align: justify;
}

.sec1 .text button {
  margin-top: 30px;
  border: none;
  /* background-image: linear-gradient(to right, rgba(12, 68, 63, 0.946), rgba(245, 127, 48, 0.319)); */
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 8px 25px;
  border-radius: 20px;
  margin-right: 20px;
  background-color: #23463e;
  border: 0.1px solid #23463e;

}

.sec1 .text button:hover {
  background: transparent;
  color: rgba(0, 0, 0, 0.394);
  border: 0.1px solid rgba(0, 0, 0, 0.445);
}



.sec2 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  display: flex;
  /* background-color: #23463e; */
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 20px;
  margin-top: 55px;
  /* margin-bottom: 30px; */
}

.sec2 .box {
  width: 22%;
  /* background: rgb(255, 255, 255); */
  color: rgb(0, 0, 0);
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  border-right: 0.1px solid rgba(0, 0, 0, 0.23);
  padding-left: 0;
}

.sec2 .box2 {
  border: none;
}

.sec2 .box img {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 0;
}

.sec2 .box h4 {
  font-size: 18px;
}

.sec2 .box h1 {
  color: #730f4d;
}



.sec3 {
  max-width: 1800px;
  margin: auto;
  /* background-color: #fcf4ec; */
  color: rgb(0, 0, 0);
  margin-top: -150px;
}

.sec3 .sec3-heading {
  width: 100%;
  display: flex;
  padding: 4%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec3 .sec3-heading .tx {
  width: 45%;
}

.sec3 .sec3-heading .tx h1 {
  font-size: 50px;
  width: 90%;
  color: #23463e;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.sec3 .sec3-heading .tx h1  span{
  color: #730f4d;
}

.sec3 .sec3-heading p {
  width: 40%;
}

.sec3 .sec3-heading h4 {
  color: #808080;
  font-size: 18px;
  margin-bottom: 10px;
}

.sec3 .sec3-heading p {
  margin-top: 20px;
  font-size: 17px;
  text-align: justify;
}

.sec3 .swiper {
  width: 100%;
}

.sec3 .swiper-slide {
  padding: 30px;
  height: 400px;
  border: 0.1px solid rgba(255, 255, 255, 0.163);
  overflow: hidden;
  transition: ease-in-out 0.5s;
  /* background-color: #23463e; */
  border-bottom: 5px solid #730f4d;
}

.sec3 .swiper-slide:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.615), rgba(0, 0, 0, 0.667)), url(../images/Visitor\ Visa\ 2.jpg);
  background-position: center;
  background-size: 120% 100%;
}

.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% 100%;
}

.sec3 .service3:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.615), rgba(0, 0, 0, 0.667)), url(../images/Work\ Permit\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.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% 100%;
}

.sec3 .service5:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.615), rgba(0, 0, 0, 0.667)), url(../images/Business\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.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% 100%;
}

.sec3 .service7:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.615), rgba(0, 0, 0, 0.667)), url(../images/Freelance\ visa\ 3.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.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% 100%;
}

.sec3 .swiper-slide:nth-child(even) {
  margin-top: 50px;
}

.sec3 .swiper-slide img {
  width: 80px;
  margin-bottom: 30px;
  margin-top: 10px;
  transition: ease-in-out 0.5s;
}

.sec3 .swiper-slide h4 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #730f4d;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec3 .swiper-slide p {
  text-align: left;
  color: rgba(0, 0, 0, 0.613);
}
.sec3 .swiper-slide:hover p {
  color: white;
}

.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;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  /* color: #d68127; */
  display: none;
}

.sec3 .swiper-slide:hover h3 {
  margin-top: 0;
}


.sec4 {
  max-width: 1800px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.sec4 .png{
  width: 30%;
  position: absolute;
  right: 0;
  margin-top:180px;
  opacity: 0.5;
}

.sec4 img{
  width: 42%;
}
.sec4 .text{
  width: 45%;
}
.sec4 .text h1{
  font-size: 40px;
  color: #23463e;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.sec4 .text h1 span{
  color: #730f4d;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.sec4 .text button{
  background-color: #23463e;
  border: none;
  padding: 8px 25px;
  border-radius: 30px;
  color: white;
}

.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  place-items: center;
  position: relative;
}

.sec5 .png {
  width: 100px;
  position: absolute;
  right: 0;
}

.sec5 img {
  width: 40%;
}

.sec5 .text {
  width: 40%;
}

.sec5 .text h1 {
  font-size: 58px;
  font-weight: 800;
  color: #23463e;
}

.sec5 .text h1 span {
  color: #730f4d;
}

.sec5 .text p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.603);
}

.sec5 .text button {
  padding: 10px 20px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 30px;
  color: #000000;
  border: 0.1px solid #000000;
  letter-spacing: 0.5px;
  background-color: transparent;
  /* background-image: linear-gradient(to right, rgba(12, 68, 63, 0.946), rgba(245, 127, 48, 0.319)); */
}

.sec5 .text button:hover {
  border: 0.1px solid #000000;
  background: transparent;
  color: #000000;
}


.sec6 {
  max-width: 1800px;
  margin: auto;
  padding: 0% 0%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.sec6 h5 {
  width: 100%;
  margin: auto;
  justify-content: center;
  color: #730f4d;
  text-align: center;
  display: flex;
  place-items: center;

}
.sec6 h5 img{
  width: 30px;
  margin: 0 10px;
}

.sec6 h5 .line {
  width: 30px;
  height: 2px;
  margin: 8px;
  background: #730f4d;
}

.sec6 h1 {
  text-align: center;
  color: #23463e;
  font-weight: 800;
  margin: 0;
  margin-top: 10px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.sec6 h1 span {
  font-weight: 800;
  color: #730f4d;
}

.sec6-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.sec6-container .box {
  width: 22%;
  /* border: 0.1px solid rgba(255, 255, 255, 0.296); */
  /* border-radius: 20px; */
  padding: 20px;
  text-align: center;
  transition: ease-in-out 0.5s;
  overflow: hidden;
  margin: 0 10px;
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(175, 212, 219, 0), rgb(1, 32, 34));
  clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);

}


.sec6-container .box:hover{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); 
}

.sec6-container .box:first-child {
  border-left: none;
}

.sec6-container .box {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(0, 0, 0, 0.448), rgba(0, 0, 0, 0.87)), url(../images/Complete\ Online\ Form.jpg);
  background-position: center;
  background-size: cover;
}

.sec6-container .box2 {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(0, 0, 0, 0.448), rgba(0, 0, 0, 0.87)), url(../images/Documents\ &\ Payments.jpg);
  background-position: center;
  background-size: cover;
}

.sec6-container .box3 {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(0, 0, 0, 0.448), rgba(0, 0, 0, 0.87)), url(../images/Direct\ Interview.jpg);
  background-position: center;
  background-size: cover;
}

.sec6-container .box4 {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(0, 0, 0, 0.448), rgba(0, 0, 0, 0.87)), url(../images/Receive\ Visa.jpg);
  background-position: center;
  background-size: cover;
}

.sec6-container .box .text {
  width: 80%;
  margin: auto;
  text-align: left;
  z-index: 10;
  position: relative;
}


.sec6-container .box .text h6 {
  margin: auto;
  font-size: 88px;
  position: absolute;
  right: 0;
  margin-top: 10px;
  /* font-style: italic; */
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffffe1;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff3b;
  color: #e1902d3c;

}

.sec6-container .box .text h4 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
}

.sec6-container .box .text p {
  color: white;
  letter-spacing: 1px;
  /* margin-top: 100px; */
  display: none;
}

.sec6-container .box:hover .text p {
  margin-top: 0;
}


.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 20px 0%;
  background-color: rgb(0, 0, 0);
  padding-bottom: 40px;
  justify-content: space-evenly;
  padding-top: 50px;
  padding-bottom: 80px;
}


.sec7 .swiper{
  width: 100%;
}
.sec7 .swiper-slide a:hover{
  text-decoration: none;
}
.sec7 .swiper-slide h1{
  font-size:60px;
  color: white;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff4a;
  font-weight: bold;
}


.sec8 {
  max-width: 1800px;
  margin: auto;
  margin-top: 100px;
  padding: 4% 0;
  padding-right: 4%;
  text-align: center;
  justify-content: center;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
}
.sec8 .text{
  width: 40%;
  padding: 50px;
  height: fit-content;
  /* position: sticky;
  top: 100px; */
  /* margin-top: 50px; */
  text-align: left;
}

.sec8 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec8 h5 {
  width: 100%;
  text-align: left;
  color: #e98d2a;
  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: #e98d2a;
  position: relative;
  z-index: 20;
}

.sec8 h1 {
  text-align: left;
  margin-top: 20px;
  font-size: 50px;
  color: white;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}

.sec8 .text button{
  padding: 10px 30px;
  background-color: #e98d2a;
  border-radius: 30px;
  border: 0.1px solid #e98d2a;
  font-size: 18px;
  margin-top: 30px;
  position: relative;
  z-index: 20;
}
.sec8 .text button:hover{
  background-color: rgba(255, 255, 255, 0);
  border: 0.1px solid #ffffff7d;
  color: white;

}

.sec8 .text .png{
  width: 50%;
  height: 100%;
  background-color: #5dc7d3;
  position: absolute;
  opacity: 0.2;
  top: 0;
  margin-left: -30%;
  margin-top: -15%;
  border-radius: 50%;
}



.sec8-container {
  width: 60%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec8-container .box {
  width: 48%;
  height: 300px;
  padding: 20px;
  text-align: left;
  background-image: linear-gradient(rgba(0, 0, 0, 0.079), rgb(0, 0, 0)), url(../images/Visa\ Stamping\ Services\ 3.jpg);
  background-position: center;
  background-size: 101% 120%;
  /* border-top: 15px solid white; */
  padding-top: 220px;
  transition: ease-in-out 0.5s;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}

.sec8-container .box:hover{
  background-size: 110% 140%;
}

.sec8-container .box2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.079), rgb(0, 0, 0)), url(../images/Immigration\ Services\ 5.jpg);
  background-position: center;
  background-size: 101% 120%;
}

.sec8-container .box3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.079), rgb(0, 0, 0)), url(../images/Document\ Attestation\ 2.jpg);
  background-position: center;
  background-size: 101% 120%;
}

.sec8-container .box4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.812)), url(../images/Hajj\ &\ Umrah\ services.jpg);
  background-position: center;
  background-size: 100% 140%;
}


.sec8-container .box h1 {
  color: #e98d2a;
  font-size: 25px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
}

.sec8-container .box button {
  border: none;
  background-color: transparent;
  color: white;
  font-size: 18px;
}

.sec8-container .box button img {
  width: 30px;
  margin-top: -2px;
  margin-left: 5px;
}

.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  /* margin-top: -50px; */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.664)), url(../images/bg\ img\ 5.jpg);
  background-position: center;
  background-size: 120% 150%;
}

.sec9 .png2 {
  width: 500px;
  position: absolute;
  margin-right: -350px;
  right: 0;
  margin-top: 11%;
}

.sec9 .png {
  width: 100%;
  height: 300px;
  /* background-color: #23463e; */
  position: absolute;
  margin-top: -200px;
}

.sec9 .head-tx {
  width: 95%;
  text-align: left;
  margin: auto;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}

.sec9 h5 {
  width: 100%;
  font-size: 20px;
  color: #730f4d;
}

.sec9 h5 img{
  width: 30px;
}

.sec9 h1 {
  font-size: 40px;
  color: #23463e;
  text-align: left;
  /* margin: auto; */
  /* margin-left: 5%; */
  margin-top: 0px;
  font-weight: 800;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.sec9 .swiper {
  width: 95%;
  margin: auto;
  /* height: 100%; */
  overflow: hidden;
  padding-bottom: 00px;
  padding-top: 0px;
  margin-top: 50px;
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.sec9 .swiper-slide .img {
  overflow: hidden;
}

.sec9 .swiper-slide .img img {
  width: 100%;
  height: 350px;
  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: -140px;
  z-index: 10;
  position: relative;
  text-align: left;
  padding: 00px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  background-image: linear-gradient(rgba(0, 2, 28, 0), rgba(0, 0, 0, 0.759), rgba(0, 0, 0, 0.948));
  padding-top: 50px;
}

.sec9 .swiper-slide .text .heading {
  /* background-color: white; */
  width: 100%;
  padding: 15px;
}

.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: #730f4d;
  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%);

}

.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;
  filter: brightness(1);
}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 100px 4%;
  margin-top: 50px;
  margin-bottom: -20px;
  background-color: #d1f0ff64;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.701)), url(../images/bg\ img\ 1.jpg); */
  background-position: center;
  background-size: 110% 100%;
  position: relative;
}

.sec10 .png {
  width: 100px;
  position: absolute;
  left: 0;
}

.sec10 .png2 {
  width: 30%;
  position: absolute;
  /* left: 0; */
  rotate: 180deg;
  opacity: 0.8;
  margin-top: -100px;
}


.sec10 .text-sec {
  width: 30%;
  background-color: #730f4d;
  margin-right: 2%;
  border-radius: 30px;
  padding: 50px 50px;
  margin-top: 20px;
  padding-top: 60px;
  color: white;
  position: relative;
  z-index: 20;
}


.sec10 .text-sec h1 {
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.sec10 .text-sec button {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  margin-top: 20px;
  background-color: white;
}


.sec10 .text-sec .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.708);
  margin-top: 20px;
}

.sec10 .text-sec .box {
  width: 100%;
  display: flex;
  margin-top: 30px;

}

.sec10 .text-sec .box img {
  width: 50px;
  height: fit-content;
  margin-right: 20px;
}

.sec10 .text-sec .box p {
  margin: 0;

}

.sec10 .form-sec {
  width: 50%;
  position: relative;
  z-index: 20;
}

.sec10 .form-sec h4 {
  width: fit-content;
  font-size: 25px;
  border-radius: 10px;
  color: #730f4d;
  font-weight: 800;
}

.sec10 .form-sec h1 {
  width: 80%;
  font-size: 35px;
}

.sec10 .form-sec form {
  width: 100%;
  padding: 0 30px;
  background-color: #072422a4;
  border-radius: 30px;
  box-shadow: 0 0 8px rgb(201, 201, 201);
  padding-bottom: 80px;
}

.sec10 .form-sec h3 {
  text-align: center;
  font-size: 30px;
  /* background-color: #730f4d; */
  border-radius: 0 0 20px 20px;
  width: fit-content;
  margin: auto;
  padding: 8px 30px;
  margin-top: 20px;
  margin-bottom: -10px;
  padding-top: 30px;
  color: #ffffff;
}

.sec10 .form-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.sec10 .form-sec form p {
  margin: 0;
}

.sec10 .form-sec .input-con {
  width: 48%;
  margin-top: 30px;
}

.sec10 .form-sec .input-con .box {
  width: 100%;
}

.sec10 .input-con .box p {
  margin: 0;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.763);
  margin-left: 5px;
}

.sec10 .input-con .box input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.567);
  border-radius: 5px;
  padding: 10px;
  border: none;
  margin-top: 5px;
}

.sec10 .input-con .box input:focus {
  outline: none;
}


.sec10 .input-con .box textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.567);
  border-radius: 5px;
  padding: 10px;
  border: none;
  margin-top: 5px;
}

.sec10 .input-con .box textarea:focus {
  outline: none;
}

.sec10 .input-con .box button {
  margin: auto;
  padding: 8px 30px;
  border-radius: 20px;
  border: none;
  background-color: #730f4d;
  color: white;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  margin-left: 30%;
}

.sec10 .email-num-sec {
  width: 80%;
  background-color: #730f4d;
  display: flex;
  justify-content: space-between;
  margin-bottom: -50px;
  margin-top: 30px;
  border-radius: 20px;
  padding: 10px 30px;
  display: none;
}

.sec10 .email-num-sec .box {
  width: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  text-align: left;
  place-items: center;
}

.sec10 .email-num-sec img {
  width: 30px;
  height: fit-content;
}

.sec10 .email-num-sec .box p {
  margin: 0;
}

.sec10 img {
  width: 40%;
  margin-bottom: -20px;
}

.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 95%;
  padding: 0;
  overflow: hidden;
  padding-bottom: -10px;
  /* background-color: rgba(6, 68, 130, 0.685); */
  border-bottom: 0.1px solid rgba(0, 0, 0, 0.123);
  padding: 50px 30px;
  margin-top: -60px;
}

.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;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  padding: 20px 0;
  padding-right: 20px;
  place-items: center;
  background-color: #730f4d;

}


.sec12 .text {
  width: 30%;
  color: rgb(255, 255, 255);
  padding: 40px;
  margin-top: -20px;
}

.sec12 .text h1 {
  font-size: 35px;
  color: #730f4d;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec12 .text span {
  color: #730f4d;
}


.sec12 .contact {
  width: 100%;
  padding: 20px 0;
  color: rgb(0, 0, 0);
  place-items: center;
  display: flex;
  justify-content: space-evenly;
  /* background-color: #8fbbaf; */
}

.sec12 .contact h5{
  /* width: 40%; */
  color: rgb(255, 255, 255);
  margin-top: 20px;
  /* font-weight: 400; */
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: 55px;
}

.sec12 .contact .btn {
  width: 40%;
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}

.sec12 .contact input {
  width: 80%;
  padding: 10px;
  padding-left: 20px;
  border-radius: 30px;
  border: 0.2px solid rgba(255, 255, 255, 0.385);
  color: rgb(255, 255, 255);
  background-color: transparent;
}

.sec12 .contact input:focus {
  outline: none;
}

.sec12 .contact button {
  padding: 10px;
  border: none;
  background-color: #000000;
  /* margin-left: -5px; */
  color: rgb(0, 0, 0);
  border-radius: 50%;
  margin-left: -40px;
}

.sec12 .contact button:focus {
  outline: none;
}

.sec12 .contact button img {
  width: 30px;
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 8% 5%;
  /* margin-bottom: 80px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  /* background-color: #0d1b18; */
  position: relative;
  margin-top: -50px;
}


.sec13 .png {
  width: 30%;
  left: 0;
  margin-left: -15%;
  margin-top: -30%;
  position: absolute;
  opacity: 0.3;
  filter: blur(10px);
}

.sec13 .png2 {
  width: 10%;
  /* left: 0; */
  margin-left: -15%;
  margin-top: 25%;
  position: absolute;
  opacity: 0.2;
  filter: blur(10px);
}

.sec13 .png3 {
  width: 50%;
  margin-left: 80%;
  margin-top: -20%;
  position: absolute;
  opacity: 0.3;
  filter: blur(10px);
}

.sec13 .text {
  width: 100%;
  text-align: left;
}

.sec13 .text h4 {
  color: #730f4d;
  display: flex;
}

.sec13 .text h4 img {
  width: 30px;
  margin: 0 5px;
}


.sec13 .text h1 {
  font-size: 45px;
  color: rgb(0, 0, 0);
  margin-top: 10px;
}

.sec13 .text button {
  margin-top: 30px;
  border: 0.1px solid #730f4d;
  background-color: transparent;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 20px;
  color: #730f4d;
  /* margin-left: 8%; */

}

.sec13 .swiper {
  width: 100%;
  margin-top: 30px;
}

.sec13 .swiper-slide {
  padding: 40px;
  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);
  border-radius: 30px;
  background-size: cover;
  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/saudi\ visa\ stamping\ 4.jpg);
  background-position: center;
  background-size: 120% 120%;

}

.sec13 .box2:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.176), rgba(0, 0, 0, 0.829)), url(../images/Kuwait\ visa\ stampting\ 4.jpg);
  background-position: center;
  background-size: 120% 120%;
}

.sec13 .box3:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.174), rgba(0, 0, 0, 0.829)), url(../images/Immigration\ Services\ 5.jpg);
  background-position: center;
  background-size: 120% 120%;
}

.sec13 .swiper-slide img {
  width: 80px;
}

.sec13 .swiper-slide h3 {
  font-size: 25px;
  color: #730f4d;

}

.sec13 .swiper-slide p {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
  color: #000000a0;
}


.sec13 .swiper-slide:hover p{
  color: white;
}

.sec13 .swiper-slide button {
  padding: 5px 20px;
  background-color: transparent;
  /* border: 0.1px solid rgba(0, 0, 0, 0.095); */
  color: #00000070;
  border-radius: 30px;
  padding-left: 0;
  border: none;
}

.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: #730f4d;
}

.sec13 .swiper-slide:hover button img {
  margin-left: 5px;
  filter: brightness(1);
}



.sec14 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.612), rgba(0, 0, 0, 0.829)), url(../images/Immigration\ Services\ 5.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.sec14-container {
  width:100%;
  height: fit-content;
  margin: auto;
  position: relative;
  /* background-color: #23463e; */
  border-radius: 30px;
  padding-bottom: 50px;
}

.sec14-container .png {
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
}

.sec14-container .png2 {
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  rotate: 180deg;
}

.sec14-container .png3 {
  width: 10%;
  /* height: 100%; */
  position: absolute;
  right: 0;
  rotate: 180deg;
  margin-right: 10%;
}

.sec14-container h1 {
  color: white;
  width: 50%;
  margin: auto;
  font-size: 50px;
  margin-top: 50px;
}

.sec14-container h1 span {
  color: white;
}

.sec14-container .line {
  width: 20%;
  margin-top: -60px;
  margin-bottom: -50px;
}


.sec14-container .btn-sec {
  width: 60%;
  display: flex;
  place-items: center;
  justify-content: space-evenly;
  margin: auto;
  color: white;
}

.sec14-container .btn-sec .tx {
  display: flex;
  place-items: center;
  font-size: 40px;
  color: #ffffff;
  margin-right: 30px;
}

.sec14-container .btn-sec .tx h5 {
  font-size: 30px;
}

.sec14-container .btn-sec .tx img {
  padding: 10px;
  background-color: #730f4d;
  border-radius: 50%;
  margin-right: 10px;
}

.sec14-container h3 {
  font-size: 20px;
  color: #730f4d;
}

.sec14-container .btn-sec button {
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  margin-left: 30px;
  overflow: hidden;
  position: relative;
}

.sec14-container .btn-sec button .color-box {
  width: 100%;
  position: absolute;
  height: 100%;
  margin-left: -100%;
  background-color: #730f4d;
  margin-top: -10px;
  border-radius: 30px;
  transition: ease-in-out 0.5s;
}

.sec14-container .btn-sec button p {
  margin: 0;
  position: relative;
  z-index: 10;
}

.sec14-container .btn-sec button:hover .color-box {
  margin-left: 0;
  width: 150%;
}


.sec15 {
  max-width: 1800px;
  margin: auto;
  margin-bottom: 5px;
  display: flex;
  padding-top: 50px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-image: linear-gradient(rgba(168, 231, 229, 0.612), rgba(255, 255, 255, 0.829)), url(../images/bg\ img\ 1.jpg);
  background-position: center;
  background-size: cover;
}
.sec15 .png{
  width: 20%;
  position: absolute;
  right: 0;
  margin-top:180px;
  opacity: 0.5;
  rotate: -46deg;
  /* margin-right: -100px; */
}

.sec15 img{
  width: 42%;
}
.sec15 .text{
  width: 45%;
}
.sec15 .text p{
  font-size: 20px;
}
.sec15 .text h1{
  font-size: 60px;
  color: #730f4d;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.sec15 .text h1 span{
  color: #730f4d;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.sec15 .text button{
  background-color: #23463e;
  border: none;
  padding: 8px 25px;
  border-radius: 30px;
  color: white;
}




/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 60px 0;
  padding-bottom: 0;
  /* background-image: linear-gradient(to right, rgba(101, 129, 138, 0.083), rgba(27, 40, 43, 0.656)), url(../images/footer\ 3.jpg);
  background-position: center;
  background-size: 100% 100%; */
  margin-top: 0;
  background-color: #ffffffa6;
  border-top: 2px 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: 100%;
  /* display: none; */
  height: 1px;
  background-color: #ffffff37;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-right: 8px;
}


.sec2-text .line .tx {
  width: 30px;
  height: 100%;
  background-color: #730f4d;
  transition: ease-in-out 0.5s;
}

.sec2-text:hover .line .tx {
  width: 100%;
}




#sec2-other-links {
  width: 20%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 10%;
}

.sec2-text li span {
  color: #730f4d;
  margin-right: 10px;
  font-weight: bold;

}

.sec2-text li:hover {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 25px;
  font-weight: 600;
  color: #730f4d;
  display: flex;
  place-items: center;
  /* border-left: 2px solid #730f4d; */
  /* padding-left: 5px; */
  margin-bottom: 20px;
}


.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: #730f4d;
  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: #000000c2;
  text-align: left;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #730f4d;

}

.icons ul {
  display: flex;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 40px;
  /* color: #ffffffac; */
  font-size: 20px;
  margin: 10px;
  display: grid;
  place-items: center;
  padding: 5px;
  border-radius: 50%;
  border: 0.1px solid #000000;
  opacity: 0.5;
  /* background-color: rgba(255, 255, 255, 0.134); */
  filter: brightness(0);
}

.icons ul li a img:hover {
  margin-top: 5px;
  opacity: 1;
}


.sec2-text ul li {
  list-style: none;
  text-decoration: none;
  list-style: none;
  margin-top: 10px;

}

.sec2-text ul li a {
  font-size: 15px;
  color: #000000d5;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li a span {
  color: #730f4d;
  width: 10px;
  padding: 5px 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.134);

}



.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: #5a7f86; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 100px;
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #000000cb;
  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;
  }

  .sec2-text .line {
    width: 50%;
    height: 0.5px;
  }

  .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(0, 0, 0, 0.682);
    margin-top: 10px;
  }

  .footer-base p {
    font-size: 15px;
    margin: 0;
    text-align: center;
  }

}