* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

body {
  background-color: rgb(239, 238, 255);
  font-family: Arial, Helvetica, sans-serif;

}

p {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}


/* slider img */


.slide {
  max-width: 1800px;
  min-height: 600px;
  margin: auto;
  padding: 0;
  margin-top: -100px;
  /* background-color: rgb(185, 54, 54); */
}

.carousel-caption {
  margin: 0;
  /* width: 50%; */
  margin-bottom: 180px;
  text-align: left;
  justify-content: left;
  padding: 80px 40px;

}

.carousel-caption h1 {
  font-size: 45px;
  /* margin-top: -10px; */
  font-weight: 600;
  text-align: left;
}

.carousel-caption h1 span {
  /* color:#04306d; */


}

.carousel-caption h5 {
  color: rgb(235, 183, 64);
  text-align: center;
  /* margin-top: -80px; */
}

.carousel-caption p {
  font-size: 20px;
  text-align: left;
  font-weight: 200;
}

.carousel-caption .btns {
  width: 100%;
  text-align: left;
}

.carousel-caption .btns #Btn {
  background-color: transparent;
  color: white;
}

.carousel-caption button {
  padding: 8px 30px;
  font-size: 16px;
  text-align: left;
  margin: auto;
  justify-content: flex-start;
  background: #f48333;
  /* border: none; */
  border-radius: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border: 0.2px solid rgba(0, 0, 0, 0);
  margin-top: 10px;
  letter-spacing: 1px;
}

.carousel-caption button:focus {
  outline: none;
}


#slider1 {
  width: 100%;
  height: 800px;
  background: linear-gradient(rgba(0, 0, 0, 0.278), rgba(5, 0, 0, 0.35), rgba(0, 0, 0, 0.383)), url(../image/Visa\ Consultancy.jpg);
  background-position: center;
  background-size: 100% 120%;
  animation: zoom 15s;
}

#slider2 {
  width: 100%;
  height: 800px;
  background: linear-gradient(rgba(4, 31, 80, 0), rgba(3, 94, 94, 0), rgba(0, 0, 0, 0.271)), url(../image/slider\ 5.jpeg);
  background-position: center;
  background-size: 100% 120%;
  animation: zoom 15s;

}

#slider3 {
  width: 100%;
  height: 800px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.151), rgba(7, 42, 117, 0.326)), url(../image/slider\ 2.png);
  background-position: center;
  background-size: 100% 100%;
  animation: zoom 15s;

}

#slider4 {
  width: 100%;
  height: 800px;
  background: linear-gradient(rgba(0, 0, 0, 0.317), rgba(0, 0, 0, 0.519), rgba(0, 0, 0, 0.27)), url(../image/Tour\ &\ Travel\ Services\ 3.avif);
  background-position: center;
  background-size: 100% 150%;
  animation: zoom 15s;

}

#slider5 {
  width: 100%;
  height: 800px;
  background: linear-gradient(rgba(4, 36, 78, 0.3), rgba(0, 0, 0, 0.468), rgba(4, 18, 88, 0.359)), url(../image/Recruitment\ Services\ 3.jpg);
  background-position: center;
  background-size: 100% 150%;
  animation: zoom 15s;

}

#slider6 {
  width: 100%;
  height: 800px;
  background: linear-gradient(rgba(3, 12, 68, 0.123), rgba(2, 23, 86, 0.168), rgba(2, 45, 91, 0.399)), url(../image/SAUDI\ VISA\ STAMPING\ 7.jpg);
  background-position: center;
  background-size: 100% 100%;
  animation: zoom 15s;
}


@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.1, 1.1);
  }
}


#slider1:hover,
#slider2:hover,
#slider3:hover,
#slider4:hover,
#slider5:hover {
  animation-play-state: paused;
}



.carousel-indicators {
  margin-bottom: 50px;
}

.carousel-inner {
  /* height: 620px; */
  /* background-color: #66cac9; */
}

.carousel-item {
  /* height: 620px; */
  min-height: 620px;
  background-color: #054855;
}



.about {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 2%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.888), rgba(255, 255, 255, 0.875)), url(../image/bg\ img\ 1.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.about .img {
  width: 45%;
  /* background-color: aquamarine; */
}

.about .img1 {
  width: 80%;
  height: 450px;
  margin-left: 80px;
  border-radius: 10px;
}

.about .img2 {
  width: 70%;
  height: 300px;
  margin-top: -180px;
  margin-left: 200px;
  border-radius: 30px;
  border: 10px solid rgba(255, 255, 255, 0.791);
  z-index: 2;
}

.about .text {
  width: 48%;
  padding: 20px;
  padding-top: 20px;
}

.about .text span {
  font-size: 15px;
  font-weight: 800;
  color: rgba(222, 108, 1, 0.932);
}

.about .text h1 {
  font-weight: 800;
  margin-top: 10px;
}

.about .text h2 {
  /* color: rgba(0, 0, 0, 0.861); */
  margin-top: 10px;
  font-size: 22px;
  color: rgba(222, 108, 1, 0.776);

}

.about .text p {
  font-size: 18px;
  margin-top: 15px;
}

.about .text button {
  margin-top: 20px;
  padding: 9px 20px;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  border: none;
  background: #f48333;
  color: white;
}




.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 50px 4%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(209, 229, 246, 0), rgba(134, 134, 134, 0.636));
  /* background:linear-gradient(rgba(255, 255, 255, 0),rgba(0, 0, 0, 0.334)), url(image/bg\ 2.jpg); */
  background-position: center;
  background-size: 100% 110%;
  padding-bottom: 80px;
}

.sec1 h1 {
  font-size: 50px;
  color: #023728;
}

.sec1 p {
  font-size: 30px;
  color: rgb(0, 0, 0);
}

.sec1-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px;
  justify-content: space-between;
}

.sec1-container .box1 {
  width: 49%;
  height: 600px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.845)), url(../image/Visa\ Services.webp);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 50px 30px;
  transition: 0.5s ease-in-out;

}

.sec1-container .box1 h2 {
  font-size: 45px;
  margin-top: 350px;
  color: rgb(255, 255, 255);
}

.sec1-container .box1 p {
  font-size: 20px;
  color: white;
}

.sec1-container .box2 {
  width: 49%;
  height: 350px;
}

.sec1-container .box2 .box-a {
  width: 100%;
  height: 290px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.891)), url(../image/air\ ticketing\ 3.jpeg);
  background-position: center;
  background-size: 100% 110%;
  border-radius: 20px;
  padding: 30px;
  transition: 0.6s ease-in-out;
}

/* .sec1-container .box2 .box-a:hover{
  background-size: 120% 150%;
} */
.sec1-container .box2 .box-a h2 {
  font-size: 35px;
  color: white;
  margin-top: 120px;

}

.sec1-container .box2 .box-a p {
  color: white;
  font-size: 18px;
}

.sec1-container .box2 .box-b {
  width: 100%;
  height: 290px;
  margin-top: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.303), rgba(0, 0, 0, 0.718)), url(../image/Immigration\ Services\ 6.webp);
  background-position: center;
  background-size: 100% 160%;
  border-radius: 20px;
  padding: 30px;
  transition: 0.6s ease-in-out;

}

/* .sec1-container .box2 .box-b:hover{
  background-size: 100% 110%;
} */
.sec1-container .box2 .box-b h2 {
  font-size: 35px;
  margin-top: 120px;
  color: white;
}

.sec1-container .box2 .box-b p {
  color: white;
  font-size: 18px;
}




.sec2 {
  max-width: 1800px;
  margin: auto;
  padding: 50px 20px;
  justify-content: center;
  text-align: left;
}

.sec2 h1 {
  font-size: 45px;
}

.sec2 p {
  font-size: 25px;
  margin-top: 10px;
}

.sec2-container {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.sec2-container .box {
  width: 40%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.071);
  /* box-shadow: 0 0 2px gray; */
  background: white;
  border-bottom: 10px solid #023728;
  background: linear-gradient(rgba(255, 255, 255, 0.355), rgba(255, 255, 255, 0.499), rgba(255, 255, 255, 0.473)), url(../image/png\ desing\ 5.png);
  background-position: center;
  background-size: 100% 100%;
  clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);

}

.sec2-container .box h2 {
  font-size: 25px;
  margin-top: 20px;
  color: #023728;
  font-weight: 700;
}

.sec2-container .box p {
  font-size: 20px;
  margin-top: 20px;
}


.sec3 {
  max-width: 1800px;
  margin: auto;
  padding: 50px 20px;
  margin-top: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0.276), rgba(255, 255, 255, 0.165), rgba(255, 255, 255, 0.205)), url(../image/bg\ img\ 9.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 150px;
}

.sec3 h1 {
  font-size: 55px;
  margin-left: 50px;
}

.sec3-a {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  width: 100%;
  place-items: center;
}

.sec3-a .img-box {
  width: 50%;
}

.sec3-a .img-box img {
  width: 100%;
  height: 450px;
  border-radius: 50px;
}

.sec3-a .text-box {
  width: 40%;
  height: fit-content;
  margin-left: 50px;
  color: rgb(255, 255, 255);
  margin-right: -50px;
  padding: 50px;
  border-radius: 20px;
  z-index: 10;
  background-color: #023728;
}

.sec3-a .text-box h2 {
  font-size: 30px;
  color: #f48333;

}

.sec3-a .text-box p {
  font-size: 21px;
  margin-top: 20px;
}

.sec3-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  place-items: center;
  margin-top: 50px;
  /* background-color: #000d46; */
}

.sec3-b .img-box {
  width: 50%;
}

.sec3-b .img-box img {
  width: 100%;
  height: 450px;
  border-radius: 50px;
}

.sec3-b .text-box {
  width: 40%;
  margin-left: -50px;
  color: rgb(255, 255, 255);
  margin-right: -50px;
  padding: 50px;
  border-radius: 20px;
  z-index: 10;
  height: fit-content;
  background-color: #023728;
}

.sec3-b .text-box h2 {
  font-size: 30px;
  color: #f48333;
}

.sec3-b .text-box p {
  font-size: 21px;
  margin-top: 20px;
}




.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 50px 20px;
  padding-bottom: 90px;
  background-color: #a4d1d4;
  background-image: linear-gradient(rgba(0, 0, 0, 0.321), rgba(0, 0, 0, 0.302)), url(../image/Immigration\ &\ Visa\ Consultancy\ 3.jpg);
  background-position: center;
  background-size: 100% 120%;
  /* margin-top: 50px; */
}

.sec4 h1 {
  font-size: 55px;
  color: rgb(255, 255, 255);
  /* margin-left: 50px; */
  text-align: center;
}

.sec4 .sec4-container {
  width: 100%;
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sec4 .sec4-container .box {
  width: 30%;
  padding: 15px;
  background-color: #023728;
  border-radius: 20px;
}

.sec4 .sec4-container .box img {
  width: 100%;
  height: 250px;
  border-radius: 20px 20px 0 0;
}

.sec4 .sec4-container .box h2 {
  width: 90%;
  margin: auto;
  background-color: #023728;
  font-size: 25px;
  padding: 10px;
  color: #f48333;
  margin-top: -25px;
  text-align: center;
  position: relative;
  z-index: 10;
  clip-path: polygon(9% 0, 91% 0, 100% 100%, 0% 100%);

}

.sec4 .sec4-container .box p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.919);
  text-align: center;
}




/* sec5 start  */

.sec5 {
  max-width: 1800px;
  margin: auto;
  margin-top: 50px;

  /* margin-top: 100px; */
}

.sec5 .sec5-headimgText {
  /* height: 100px; */
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sec5 .sec5-headimgText h2 {
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  color: rgb(0, 0, 0);
  /* text-align: left;
            margin-left: 10px; */
}

.sec5 .sec5-headimgText h2 span {
  font-weight: 800;
}


.sec5 .sec5-boxes {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;

}

.sec5 .sec5-boxes .box-text1 {
  height: 300px;
  padding: 15px 5px;
  margin-top: 220px;
  transition: ease-in-out 0.5s;
  background-color: #023728c1;
}

.sec5 .sec5-boxes .box:hover .box-text1 {
  padding-top: 50px;
}

.sec5 .sec5-boxes .box-text2 {
  height: 300px;
  padding: 15px 8px;
  margin-top: 220px;
  transition: ease-in-out 0.5s;
  background-color: #023728c1;
}

.sec5 .sec5-boxes .box:hover .box-text2 {
  padding-top: 50px;
}

.sec5 .sec5-boxes h2 {
  color: #fff;
  font-size: 25px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;

}

.sec5 .sec5-boxes p {
  font-size: 18px;
  height: 300px;
  margin-top: 50px;
  text-align: center;
  color: white;
}

.sec5 .sec5-boxes .box-text1:hover p {
  margin-top: 20px;
}

.sec5 .sec5-boxes .box-text2:hover p {
  margin-top: 20px;
}

.sec5 .sec5-boxes .button {
  margin-top: 30px;
  text-align: center;
  align-content: center;
}

.sec5 .sec5-boxes .button button {
  font-size: 20px;
  margin-top: 30px;
  border-radius: 50px;
  color: white;
  border: none;
  background-color: #023728;
  padding: 15px 50px;

}

.sec5 .sec5-boxes .button button a {
  color: white;
}

.sec5 .sec5-boxes .sec5-subbox1 {
  width: 100%;
  display: flex;
}

.sec5-subbox1 .box {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Constructions\ 2.avif);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  padding-top: 0;
  border-radius: 20px;
}

.sec5-subbox1 .box:hover .box-text1 {
  margin-top: 0;
}

.sec5-subbox1 .box2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Mechanical\ Plumbing.jpg);
}

.sec5-subbox1 .box2:hover .box-text2 {
  margin-top: 0;

}

.sec5-subbox1 .box3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Manufacturing.jpg);
}

.sec5-subbox1 .box3:hover .box-text1 {
  margin-top: 0;

}

.sec5-subbox1 .box4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Petrochemical\ Industry.avif);
}

.sec5-subbox1 .box4:hover .box-text2 {
  margin-top: 0;

}

.sec5 .sec5-boxes .sec5-subbox2 {
  width: 100%;
  display: flex;
}

.sec5-subbox2 .box5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Engineering.jpg);
}

.sec5-subbox2 .box5:hover .box-text1 {
  margin-top: 0;

}

.sec5-subbox2 .box6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Services\ &\ Maintenance.jpg);
}

.sec5-subbox2 .box6:hover .box-text2 {
  margin-top: 0;

}

.sec5-subbox2 .box7 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Fabrication\ &\ Erection.avif);
}

.sec5-subbox2 .box7:hover .box-text2 {
  margin-top: 0;

}

.sec5-subbox2 .box8 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Oil\ Fields\ &\ Refineries.jpg);
}

.sec5-subbox2 .box8:hover .box-text2 {
  margin-top: 0;

}



.sec6 {
  max-width: 1500px;
  margin: auto;
  margin-top: 50px;
  padding: 30px 20px;
  /* background-color: #091338; */
  padding-bottom: 60px;

}

.sec6 h1 {
  font-size: 45px;
  color: #023728;
  text-align: left;
  margin-left: 2%;

}

.sec6 h3 {
  font-size: 30px;
  color: #f48333;
  text-align: left;
  margin-top: 15px;
  margin-left: 2%;

}

.sec6-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 10px;
}

.sec6-box {
  width: 22.5%;
  margin-top: 40px;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 15px;
  background-color: #ffffff;
  color: #023728;
  box-shadow: 0 0 5px gray;

}

.sec6-box h2 {
  font-size: 25px;
  margin-top: 15px;
}

.sec6-box img {
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 0 5px gray;
  height: 200px;
}


.sec11 {
  max-width: 1800px;
  margin: auto;
  margin-top: 50px;
  padding-bottom: 50px;
  padding: 20px 30px;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.392),rgba(0, 0, 0, 0.5)), url(image/client\ bg.jpg); */
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 100px;
  /* background-color: #060e2a; */
  /* background-image: linear-gradient(to top left, rgba(7, 164, 151),rgba(0, 0, 0, 0),rgba(192, 96, 7, 0.26)); */
  background-color: rgb(255, 255, 255);
}

.sec11-heading h2 {
  text-align: left;
  margin-top: 20px;
  font-size: 45px;
  margin-left: 30px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  padding-bottom: 20px;
  display: none;
}

.sec11-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* background-color: #0082e6; */
  display: flex;
  flex-wrap: wrap;
}

.sec11-box {
  width: 15%;
  /* background: #000; */
  margin: 10px;

}

.sec11 .sec11-box img {
  width: 100%;
  height: 130px;
  border-radius: 20px;
  box-shadow: 0 0 3px gray;
  padding: 10px;


}


.banner {
  max-width: 1800px;
  height: 700px;
  margin: auto;
  background-image: linear-gradient(rgba(8, 68, 34, 0.344), rgba(9, 50, 93, 0)), url(../image/Overseas\ Recruitment\ Services.jpg);
  background-position: center;
  background-size: 100% 120%;
  padding: 50px 50px;
}



.banner .box {
  width: 40%;
  border-radius: 20px;
  color: rgb(0, 0, 0);
  /* margin: auto; */
  margin-top: 120px;
  margin-left: 2%;
  /* text-align: center; */
}

.banner .box h1 {
  font-size: 55px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 1px black;

}

.banner .box h1 span {
  color: #f48333;
}

.banner .box p {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}

.banner .box button {
  background: #f48333;
  color: rgb(255, 255, 255);
  padding: 8px 30px;
  margin-top: -15px;
  border: none;
  border-radius: 20px;
  margin-top: 30px;
}






.form-box {
  max-width: 1800px;
  align-items: center;
  align-self: center;
  margin: auto;
  padding: 100px 0;
  color: #000000;
  justify-content: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.033), rgba(0, 0, 0, 0.5)), url(../image/form\ bg.jpg);
  background-position: center;
  background-size: 100% 150%;

}

.main {
  max-width: 800px;
  padding: 28px;
  margin: 0 28px;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.436);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
  margin: auto;
}

.main h2 {
  font-size: 32px;
  font-weight: bold;
  font-weight: 800;
  text-align: left;
  color: rgb(0, 0, 0);
  padding-bottom: 8px;
  text-align: center;
}

.main h2 span {
  color: #f48333;
  font-weight: 800;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;

}

.mean-inputbox {
  width: 100%;
  /* background-color: #aa076b; */
  display: flex;
  flex-wrap: wrap;
}

.mean-inputbox .input-box {
  width: 44%;
  margin: 20px 20px;
  /* background-color: #c93838; */
  align-items: center;
  display: block;
  /* background-color: aqua; */

}

.mean-inputbox .input-box input {
  background: transparent;
  width: 100%;
  /* height: 25px; */
  border: none;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.631); */
  border-radius: 0;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
}

.input-box input:focus {
  outline: none;
}

.mean-inputbox2 {
  width: 100%;
  /* background-color: #aa076b; */
  margin-top: 20px;


}

.mean-inputbox2 .input-box {
  /* background-color: aqua; */
  width: 100%;
  padding: 20px 20px;
}

.mean-inputbox .input-box h5 {
  font-size: 18px;
}

.mean-inputbox2 .input-box input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.467);
  width: 100%;
  height: 30px;
  color: rgb(0, 0, 0);
}

.mean-inputbox2 textarea {
  background: transparent;
  width: 95%;
  margin: auto;
  padding: 10px;
  color: rgba(0, 0, 0, 0.452);
  font-size: 18px;
  border: 0.5px solid rgba(0, 0, 0, 0.481);
  background-color: white;
  padding: 10px;
  margin-left: 2%;
  border-radius: 5px;
}

textarea:focus,
input:focus {
  outline: none;
}


.button1 {
  /* background-color: #aa076b; */
  text-align: center;

}

.button1 button {
  font-size: 20px;
  border-radius: 30px;
  padding: 10px 50px;
  border: none;
  color: rgb(255, 255, 255);
  background-color: #023728;
  /* border: 0.5px solid rgba(0, 0, 0, 0.715); */
  /* background-color: rgba(255, 255, 255, 0.554); */

}

.button1 button:hover {
  cursor: pointer;
  /* text-decoration: underline; */

}


.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  margin-left: 94%;
  /* padding-top: 55%; */
  margin-top: 50%;
}

.whatsapp img {
  width: 50px;
}


/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding-bottom: 0;
  background-color: #2b4f6a;
  background-image: linear-gradient(rgba(0, 38, 29, 0.897), rgba(2, 40, 31, 0.915)), url(../image/footer\ 7.jpg);
  background-position: center;
  background-size: 100% 120%;
  color: rgb(255, 255, 255);
  padding-top: 50px;
  border-top: 5px solid #f48333;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  /* background-color: #6a4646; */
  padding: 0 40px;
}

.sec2-text {
  width: 32%;
  /* margin: 0 10px; */
  /* background: #000; */
}

#sec2-other-links {
  width: 20%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 10%;
}

.sec2-text li span {
  color: #f48333;
  font-weight: bold;
  margin-right: 5px;
  font-size: 14px;
}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 25px;
  font-weight: 600;
  color: #f48333;
  margin-bottom: 20px;
}

.sec2-text h2 {
  font-size: 35px;
  /* font-weight: 400; */
  margin-bottom: 30px;
  color: #f48333;

}

.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;
}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d p {
  font-size: 18px;
}

.icons {
  margin: 0;
}

.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: 30px;
  margin-right: 20px;
  margin-top: 15px;

}

.icons ul li a img:hover {
  margin-top: -10px;
}

.sec2-text ul li {
  list-style: none;
  text-decoration: none;
  list-style: none;
  margin-top: 10px;
}

.sec2-text ul li a {
  font-size: 15px;
  color: rgb(255, 255, 255);
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li:hover a {
  color: #f48333;
}





.col-xl-3 ul li {
  list-style: none;
  text-decoration: none;
  margin-top: 12px;
  font-size: 18px;
}

.col-xl-3 ul li a {
  color: rgb(255, 255, 255);
  margin-top: 10px;
  font-size: 20px;


}

.col-xl-3 nav:hover {
  background: transparent;
}

.footer-base {
  text-align: center;
  padding: 0px 4%;
  color: rgb(255, 255, 255);
  /* padding-bottom: px; */
  font-size: 16px;
  border-top: 0.5px solid rgba(128, 128, 128, 0.303);
  margin-top: 30px;
  /* background-color: #063559f1; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  place-items: center;
}

.footer-base p {
  margin-bottom: 0;
  padding: 20px 4%;
  font-weight: 600;
  padding-bottom: 15px;
  background-color: #f48333;
  color: black;
  padding-right: 8%;
  clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);

}

.designation-contact h6 {
  color: #ffffff;

}

@media screen and (max-width: 900px) {

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }


  #sec2-other-links2 {
    width: 40%;
  }

  #sec2-other-links {
    width: 60%;
  }

  .footer-container {
    padding: 0 0px;
  }

  .footer-base {
    width: 105%;
    flex-wrap: wrap-reverse;
    margin-left: -8%;
    margin-top: 10px;
  }

  .footer-base p {
    font-size: 14px;
    padding-right: 50px;
    padding-left: 20px;
  }

  .footer-base .icons {
    margin-left: 20px;
  }

}