* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Reddit Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

body {
  background-color: rgb(239, 238, 255);
  font-family: Arial, Helvetica, sans-serif;
}

body h1 {
  font-family: "Reddit Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

body p {
  font-family: "Reddit Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}

button {
  color: white;
}


/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
  /* padding: 5%; */
  margin-top: -80px;
}

.slider .swiper {
  width: 100%;

}

.slider .swiper-slide {
  width: 100%;
  height: 900px;
  background-color: #d68127;
  display: flex;
  padding-top: 5%;
}

.slider .swiper-slide .text {
  width: 60%;
  margin: auto 0;
  color: white;
  margin-left: 5%;
  padding: 80px 50px;

}

.slider .swiper-slide .text h1 {
  font-size: 85px;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  z-index: 30;
}

.slider .swiper-slide .text h1 span {
  font-style: italic;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #d681273e;
}

.slider .swiper-slide .text p {
  font-size: 20px;
  margin-top: 10px;
}

.slider .swiper-slide .text button {
  padding: 5px 15px;
  border: none;
  background-color: #d68127;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}

.slider .swiper-slide .text button:hover {
  background-color: #013139;
}

.slider .swiper-slide .text button img {
  width: 30px;
}

.slider .slider1 {
  background-image: linear-gradient(to right, rgba(8, 81, 54, 0.64), rgba(0, 61, 24, 0.162)), url(../images/saudi\ img.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(8, 81, 54, 0.64), rgba(0, 61, 24, 0.162)), url(../images/kuwait\ img.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(8, 81, 54, 0.64), rgba(0, 61, 24, 0.162)), url(../images/visa\ consultancy.jpg);
  background-position: center;
  background-size: 100% 120%;
}

.slider .slider4 {
  background-image: linear-gradient(to right, rgba(8, 81, 54, 0.64), rgba(0, 61, 24, 0.162)), url(../images/tour\ and\ travel.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider5 {
  background-image: linear-gradient(to right, rgba(8, 81, 54, 0.64), rgba(0, 61, 24, 0.162)), url(../images/air\ ticketing\ 3.avif);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider6 {
  background-image: linear-gradient(to right, rgba(8, 81, 54, 0.64), rgba(0, 61, 24, 0.162)), url(../images/manpower\ services.jpg);
  background-position: center;
  background-size: 110% 110%;
}


.sliderbtn {
  width: fit-content;
  margin-top: -35%;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0 6%;
  margin-bottom: 30%;
  text-align: right;
  justify-content: right;
  /* background: rgba(0, 0, 0, 0.476); */
  margin-left: 80%;
}

.sliderbtn img {
  width: 40px;
}

.sliderbtn img:hover {
  cursor: pointer;
  filter: brightness(0);
}

.sliderbtn .prev {
  transform: rotate(-90deg);
  margin-top: 10px;
}

.sliderbtn .next {
  transform: rotate(90deg);
  margin-top: 20px;
  margin-bottom: 10px;

}


.sliderbtn .line {
  width: 3px;
  height: 100px;
  margin: auto;
  position: relative;
  background-image: linear-gradient(to top, rgb(255, 136, 0), rgba(255, 179, 0, 0.719), rgba(255, 255, 255, 0));
}

.sliderbtn .line2 {
  background-image: linear-gradient(to bottom, rgb(255, 136, 0), rgba(255, 179, 0, 0.719), rgba(255, 255, 255, 0));
}

.png-sec {
  width: 1800px;
  margin: auto;
  text-align: center;
}

.png-sec img {
  width: 112%;
  /* background-color: #021937; */
  margin-top: -29%;
  margin-left: -12%;
  position: relative;
  z-index: 10;
}

.png-sec .mouse {
  width: 80px;
  position: relative;
  z-index: 11;
  margin: auto;
  margin-top: -30%;
  margin-left: -12%;
  opacity: 0.2;
}

.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.611), rgba(255, 255, 255, 0.513)), url(../images/bg\ img\ 6.jpg); */
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  /* background-color: #013139; */
  margin-top: -200px;
}

.sec1 .color-box {
  width: 30%;
  height: 300px;
  background-color: #013139;
  position: absolute;
  margin-left: -80%;
  margin-top: 50px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 43%, 0% 0%);

}

.sec1 img {
  width: 40%;
  position: relative;
  z-index: 10;
}

.sec1 .img .experience {
  width: 50%;
  margin-left: -20%;
  background-color: #d68127;
  padding: 30px;
  margin-right: -10%;
  position: relative;
  z-index: 10;
}

.sec1 .img .experience .tx {
  background-color: rgb(221, 209, 187);
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 20px;
}

.sec1 .img .experience .tx h2 {
  font-size: 65px;
  margin: 0;
  color: #d68127;
}

.sec1 .img .experience .tx p {
  color: rgb(0, 0, 0);
  margin-top: 0;
}

.sec1 .img .experience .tx h6 {
  font-size: 25px;
}

.sec1 .img .color-box {
  width: 500px;
  height: 550px;
  background: #d68127;
  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: #d68127;
  font-size: 18px;
  display: flex;
  place-items: center;
}

.sec1 h4 .line {
  width: 50px;
  height: 2px;
  background-image: linear-gradient(to left, #ffa600e5, #e7801800);
  margin: 0 8px;
}
.sec1 h4 .line2{
  background-image: linear-gradient(to left, #ffa6001c, #ffa600e5);
}

.sec1 .text h1 {
  font-weight: 800;
  margin-top: 10px;
  font-size: 45px;
  color: #013139;
}

.sec1 h3 {
  width: 80%;
  margin-top: 30px;
  font-size: 20px;
  color: #d68127;

}

.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(255, 255, 255);
  font-size: 18px;
  padding: 8px 25px;
  margin-right: 20px;
  background-color: #013139;
  border-radius: 30px;
}

.sec1 .text button img {
  width: 35px;
  margin: 0;
  /* filter: brightness(0); */
}


.sec2 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec3 {
  max-width: 1800px;
  margin: auto;
  padding: 50px 4%;
  color: rgb(0, 0, 0);
  padding-bottom: 30px;
  height: 800px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/tour\ and\ travel\ 3.jpg);
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: right;
}

.sec3 .text{
  width: 45%;
  margin-top: 20%;
}

.sec3 .text h1{
  font-size: 55px;
  color: #013139;
}
.sec3 .text h1 span{
  color: #01390139;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d68127;
  font-family: Arial, Helvetica, sans-serif;
}

.sec3 .text p{
  font-size: 22px;
  margin-top: 20px;
}
.sec3 .text button{
  padding: 10px 30px;
  border: none;
  color: white;
  background-color: #d68127;
  border-radius: 30px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}
.sec3 .text button img{
  width: 30px;
}


.sec4 {
  max-width: 1800px;
  margin: auto;
  margin-top: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.513), rgba(255, 255, 255, 0.572), rgba(255, 255, 255, 0.572)), url(../images/bg\ img\ 12.jpg);
  background-position: center;
  background-size: 110% 100%;
  padding: 50px;
}

.sec4 h5 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin: auto;
  justify-content: center;
  color: #d68127;
  display: flex;
  place-items: center;
}

.sec4 h5 .line {
  width: 50px;
  height: 2px;
  background-image: linear-gradient(to left, #ffa600e5, #e7801800);
  margin: 0 8px;
}
.sec4 h5 .line2{
  background-image: linear-gradient(to left, #ffa6001c, #ffa600e5);
}

.sec4 h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  color: #013139;
  margin-top: 10px;
}
.sec4 h1 span{
  color: #d68127;
}

.sec4-container {
  width: 95%;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 50px;
  place-items: center;
}

.sec4-container .img {
  width: 30%;
  height: 100%;
}

.sec4-container .img img {
  width: 100%;
  height: 100%;
  border: 10px solid white;
}

.sec4-box {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sec4-box .box {
  width: 48%;
  height: 240px;
  background-color: rgb(244, 244, 244);
  margin-bottom: 20px;
  padding: 40px 0;
  border: 10px solid white;
  background-image: linear-gradient(rgba(1, 23, 15, 0), rgba(0, 46, 41, 0.759)), url(../images/Complete\ Online\ Form.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding: 20px;
}
.sec4-box .box h4{
  font-size: 25px;
  color: white;
  margin-top: 130px;
  font-weight: 400;
}

.sec4-box .box2 {
  background-image: linear-gradient(rgba(1, 23, 15, 0), rgba(0, 46, 41, 0.759)), url(../images/Documents\ &\ Payments.jpg);
  background-position: center;
  background-size: 100% 100%;
}
.sec4-box .box3{
  background-image: linear-gradient(rgba(1, 23, 15, 0), rgba(0, 46, 41, 0.759)), url(../images/Direct\ Interview.jpg);
  background-position: center;
  background-size: 100% 100%;
}
.sec4-box .box4{
  background-image: linear-gradient(rgba(1, 23, 15, 0), rgba(0, 46, 41, 0.759)), url(../images/Receive\ Visa.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  padding-bottom: 100px;
  overflow: hidden;
}

.sec5 .shape {
  max-width: 1800px;
  width: 100%;
  height: 600px;
  background-color: #013139;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  border-radius: 0 0 50% 50%;
  margin-left: -4%;
  margin-top: -10%;

}

.sec5 h5 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin: auto;
  justify-content: center;
  color: #d68127;
  display: flex;
  place-items: center;
}

.sec5 h5 .line {
  width: 50px;
  height: 2px;
  background-image: linear-gradient(to left, #ffa600e5, #e7801800);
  margin: 0 8px;
}
.sec5 h5 .line2{
  background-image: linear-gradient(to left, #ffa6001c, #ffa600e5);
}

.sec5 h1 {
  width: 100%;
  font-size: 50px;
  color: #013139;
  text-align: left;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 20;
  margin-top: 20px;
}
.sec5 h1 span{
  color: #d68127;
}

.sec5 .swiper {
  width: 100%;
  margin-top: 50px;
}

.sec5 .swiper-slide {
  border: 0.1px solid #013139;
  padding: 20px;
  border-radius: 20px;
  height: auto;
  text-align: left;
  padding-bottom: 40px;
  /* position: relative; */
  overflow: hidden;
  padding-left: 60px;
  position: relative;
}

.sec5 .swiper-slide img {
  width: 100px;
}

.sec5 .swiper-slide h3 {
  margin-top: 20px;
  color: #d68127;
  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: #ffffff;
  font-size: 15px;
  background-color: #013139;
  padding: 8px 20px;
  border-radius: 10px;

}

.sec5 .swiper-slide .color-box {
  width: 100%;
  height: 120%;
  background-color: #013139;
  position: absolute;
  top: 0;
  margin-top: -30px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 45% 100%, 71% 50%, 45% 0);
  margin-left: -100%;
  transition: ease-in 0.2s;
}

.sec5 .swiper-slide:hover .color-box {
  margin-left: 10%;
  opacity: 0.5;
}

.sec6 {
  max-width: 1800px;
  margin: auto;
  padding: 0% 4%;
  margin-top: 50px;
  /* margin-bottom: 0px; */
  height: 1000px;
  background-image: linear-gradient(to left, rgb(1, 49, 57), #013139, rgb(0, 0, 0));
  padding: 8% 5%;
  padding-top: 15%;
}

.sec6 .png {
  width: 30%;
  position: absolute;
  margin-left: 60%;
  margin-top: -20%;
}

.sec6 .png:hover {
  margin-top: -20%;
}

.sec6 .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec6 h1 {
  width: 50%;
  font-size: 90px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 50px;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0, 255, 13);
  position: relative;
  z-index: 10;
}

.sec6 h1 span {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #ffffff5c;
}


.sec6 img {
  width: 35%;
  height: 70%;
  border-radius: 50%;
  margin-left: -20%;
  margin-top: -100px;
  opacity: 0.9;
  transition: ease-in-out 0.5s;
}

.sec6 img:hover {
  margin-top: 0;
}

.sec6 h2 {
  width: 40%;
  color: white;
  font-size: 65px;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-left: -10%;
  margin-top: 250px;
  position: relative;
  z-index: 10;
  font-weight: 800;
}

.sec6 h2 span {
  color: #d68127;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.sec6 .text2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
}


.sec6 .text2 p {
  width: 45%;
  color: white;
  font-size: 24px;
  margin-top: -20px;
  font-weight: 400;
}

.sec6 .text2 button {
  background-color: transparent;
  padding: 10px 30px;
  color: #d68127;
  border-radius: 20px;
  border: 0.1px solid #d68127;
  margin-left: 20%;
  margin-top: 50px;
  font-weight: 600;
}

.sec6 .text2 button:hover {
  background-color: #078207;
  color: #f4fdff;
  border: 0.1px solid #078207;

}

.sec7 {
  max-width: 1800px;
  margin: auto;
  height: 600px;
  margin-top: -60px;
  display: flex;
  position: relative;
}
.sec7 img{
  position: absolute;
  width: 95%;
  margin-left: 0.6%;
  margin-top: -5%;
  z-index: 0;
}

.sec7 .text{
  width: 55%;
  height: 100%;
  padding: 4%;
  padding-top: 3%;
  position: relative;
  z-index: 20;
}
.sec7 .text h1{
  font-size: 85px;
  width: 80%;
  color: #013139;
}
.sec7 .text p{
  margin-top: 20px;
  font-size: 20px;
}

.sec7 .text button{
  padding: 10px 30px;
  border: none;
  color: white;
  background-color: #d68127;
  border-radius: 30px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}
.sec7 .text button img{
  width: 30px;
  position: relative;
  margin: 0;
}
.sec7 .text button:hover{
  background-color: #013139;
}

.sec7 .color-box{
  width: 45%;
  height: 100%;
  background-color: #013139;
}



.sec8 {
  max-width: 1800px;
  margin: auto;
}

.sec8-container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  place-content: center;
}

.sec8-container img {
  width: 30%;
  margin-left: 10%;
}

.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: #d68127;
  font-size: 50px;
  margin-top: 50px;
}

.sec8-container .text p {
  width: 60%;
  margin-top: 30px;
  font-size: 20px;
}

.sec8-container .text button {
  padding: 10px 30px;
  border: none;
  background-color: #013139;
  margin-top: 20px;
  border-radius: 10px;
  font-size: 18px;
  border-radius: 30px;
}




.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  color: rgb(0, 0, 0);
  padding-top: 5%;
}

.sec9 .head-tx {
  width: 100%;
  display: flex;
  place-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sec9 .head-tx .tx{
  width: 70%;
}
.sec9 .head-tx .btn {
  width: 10%;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
}

.sec9 .head-tx .btn img {
  width: 50px;
  height: fit-content;
  padding: 10px;
  /* background-color: #013139; */
  filter: brightness(0);
}

.sec9 .head-tx .btn .prev {
  transform: rotate(180deg);
}


.sec9 h1 {
  font-size: 50px;
  color: #013139;
  margin: auto;
}
.sec9 h1 span{
  color: #d68127;
}

.sec9 h5 {
  width: 60%;
  color: #d68127;
  margin-left: 5%;
  margin-top: -10px;
  display: none;
}

.sec9 .swiper {
  width: 100%;
  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;
  /* padding: 10px; */
  border: 0.1px solid #d68127;
  background-color: #013139;
}

.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); */
  border-radius: 20px;

}

.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), #013139, #013139);
  padding-top: 50px;
}

.sec9 .swiper-slide:hover {
  /* margin-top: -30px; */
}


.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: #d68127;
  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;
}

.sec9 .btn {
  width: 100%;
  justify-content: center;
  margin-top: -30px;
}

.sec9 .btn button {
  padding: 10px 30px;
  background-color: #013139;
  border: none;
  border-radius: 20px;
}

.sec9 .btn button img {
  width: 25px;
}

.sec9 .btn button:hover {
  background-color: #000000;
}





.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  margin-top: 50px;
  overflow: hidden;
}
.sec10 h5 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin: auto;
  justify-content: center;
  color: #d68127;
  display: flex;
  place-items: center;
}

.sec10 h5 .line {
  width: 50px;
  height: 2px;
  background-image: linear-gradient(to left, #ffa600e5, #e7801800);
  margin: 0 8px;
}
.sec10 h5 .line2{
  background-image: linear-gradient(to left, #ffa6001c, #ffa600e5);
}

.sec10 h1 {
  font-size: 45px;
  text-align: center;
  color: #013139;
  margin-top: 20px;
}
.sec10 h1 span{
  color: #d68127;
}

.sec10-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}

.sec10-container .box {
  width: 30%;
  box-shadow: 0 0 3px rgb(160, 160, 160);
  margin: 15px;
  text-align: left;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 20px;
  transition: ease-in-out 0.5s;
  background-color: rgb(224, 233, 250);
  /* border: 0.1px solid rgba(0, 0, 0, 0.233); */
  background-image: linear-gradient(rgba(4, 60, 37, 0.387), rgba(255, 255, 255, 0.672)), url(../images/bg\ img\ 1.jpg);
  background-position: center;
  background-size: 100% 100%;

}

.sec10-container .box:hover {
  box-shadow: 0 0 15px rgb(160, 160, 160);

}

.sec10-container .box img {
  width: 100%;
  height: 400px;
}

.sec10-container .box h3{
  font-size: 25px;
  margin-top: 20px;
  color: #d68127;
}

.sec10-container .box p {
  font-size: 18px;
}

.sec10-container .box button{
  background-color: transparent;
  color: #d68127;
  padding: 8px 20px;
  border-radius: 20px;
  border: 0.1px solid #d68127;
  font-weight: 600;
}

.sec10-container .box button:hover{
  background-color: #013139;
  border: 0.1px solid #013139;
}

.sec11 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  padding-bottom: -10px;
  padding: 00px 30px;
  margin-top: 50px;
}

.sec11 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
}

.sec11 .swiper-slide img {
  width: 150px;
  height: 80px;
}






.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: #d68127;
  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: #d68127;
  /* 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: #d68127;
  /* 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(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/Fire\ Maintenance\ Service\ 3.jpg);
  background-position: center;
  background-size: 100% 104%;
  /* margin-top: 200px; */
}


.sec15 .text {
  width: 50%;
  margin-left: 50%;
  margin-top: 200px;
  padding: 50px;
  background-color: #f4fdff9a;
  backdrop-filter: blur(5px);
}


.sec15 .text h1 {
  font-size: 50px;
  color: #013139;
  font-weight: 800;
  /* font-style: italic; */
}

.sec15 .text p {
  font-size: 20px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.708);
  /* font-style: italic; */
}

.sec15 .text button {
  padding: 10px 30px;
  color: white;
  border: none;
  background-color: #013139;
  margin-top: 30px;
  border-radius: 20px;
}

.sec15 .text button img {
  width: 25px;
}

.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: #d68127b4;
  /* 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: #d68127;
}

.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 #d68127;
}

.sec17a img {
  width: 48%;
  border-radius: 0 100px 0 0;
  box-shadow: -20px -20px 0px #d68127;
}

.text-container{
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  background-color: #013139;
  background-image: linear-gradient(rgba(255, 255, 255, 0.841),rgba(255, 255, 255, 0.861)), url(../images/bg\ img\ 13.jpg);
  background-position: center;
  background-size: 100% 100%;
}


/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 60px 4%;
  padding-bottom: 0;
  background-image: linear-gradient(rgba(3, 51, 36, 0),rgba(4, 48, 37, 0)), url(../images/bg\ img\ 12.jpg);
  background-position: center;
  background-size: 100% 200%;
  color: rgb(0, 0, 0);
  margin-top: 0;
  /* background: #013139; */
  border-top: 10px solid #d68127;
}

.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: #ffffffb9;

}

.sec2-text .line {
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 30px;
  margin-top: 10px;
  display: none;
}

#sec2-other-links {
  width: 20%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 10%;
}

.sec2-text li span {
  color: #d68127;
  margin-right: 10px;
  font-weight: bold;

}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 25px;
  font-weight: 600;
  color: #d68127;
  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: #d68127;
  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: #000000;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;

}

.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;
  border: 0.1px solid #d68127;
  padding: 8px;
  border-radius: 50%;
  background-color: rgb(122, 131, 139);
}

.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: #000000dd;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li a span {
  color: #d68127;
}



.footer-base {
  text-align: center;
  font-size: 16px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.176);
  margin-top: 30px;
  background-color: #013139;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 100px;
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #ffffffdd;
  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: #ffffffdd;

}

@media screen and (max-width: 800px) {
  .footer {
    padding-top: 40px;
    background-size: 150% 100%;

  }

  .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;
  }

}