* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
}

body {
  background-color: rgb(239, 238, 255);
  font-family: Arial, Helvetica, sans-serif;

}

body button {
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 25px;
}

body button a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}


/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
}

.slider .swiper {
  width: 100%;

}

.slider .swiper-slide {
  width: 100%;
  height: 600px;
  display: flex;
  padding-top: 5%;
}

.slider .swiper-slide img {
  /* margin-top: -5%; */
  height: fit-content;
  /* opacity: 0.7; */
}

.slider .swiper-slide .text {
  width: 50%;
  margin: auto 0;
  color: white;
  margin-left: 10%;
  z-index: 10;
  display: grid;
}

.slider .swiper-slide .text h1 {
  font-size: 45px;
  display: grid;
  z-index: 20px;
}

.slider .swiper-slide .text h1 span {
  color: #0489c2;
}

.slider .swiper-slide .text p {
  font-size: 20px;
  margin-top: 10px;
}

.slider .swiper-slide .text a {
  width: fit-content;
}

.slider .swiper-slide .text button {
  width: fit-content;
  padding: 10px 20px;
  border: none;
  background-color: #0489c2;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 40;
  color: rgba(255, 255, 255, 0.87);
  /* border: 0.1px solid rgb(255, 255, 255); */
}

.slider .swiper-slide .text button:hover {
  background-color: transparent;
  border: 0.1px solid white;
}


.slider .slider1 {
  background-image: linear-gradient(to right, rgba(27, 125, 200, 0), rgba(0, 25, 61, 0)), url(../images/homeBanner1.jpeg);
  background-position: center;
  background-size: 100% 100%;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(27, 125, 200, 0), rgba(0, 25, 61, 0)), url(../images/homeBanner2.jpeg);
  background-position: center;
  background-size: 100% 100%;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(27, 125, 200, 0), rgba(0, 25, 61, 0)), url(../images/watercooler3.PNG);
  background-position: center;
  background-size: 100% 100%;
}

.slider:hover .sliderbtn {
  opacity: 1;
}

.sliderbtn {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -350px;
  display: flex;
  /* padding: 0 50px; */
  justify-content: space-between;
  margin-bottom: 300px;
  opacity: 0;
}

.sliderbtn img {
  width: 50px;
  background-color: rgba(17, 147, 212, 0.521);
  padding: 10px 5px;
  border-radius: 10px 0 0 10px;
  margin-right: -5px;
}

.sliderbtn img:hover {
  cursor: pointer;
}

.sliderbtn .prev {
  transform: rotate(180deg);
  margin-left: -5px;
}

.sec6 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* background-color: #e2f1f09a; */
  padding: 100px 0;
  place-items: center;
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, 0.486), rgba(255, 255, 255, 0.466)), url(../images/bg\ img3.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec6-about {
  width: 45%;
  border-radius: 0 0 0 50%;
}

.sec6-about h6 {
  width: fit-content;
  font-weight: 600;
  color: #000000;
  /* border-bottom: 0.1px solid gray; */
  padding-bottom: 5px;
  font-size: 20px;
}

.sec6-about img {
  width: 80px;
  /* margin-left: 20px; */
  margin-top: -25px;
}

.sec6-about p {
  color: #000000a7;
  font-size: 15px;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.sec6-about h5 {
  color: #000000de;
}

.sec6-about h4 {
  margin-top: 10px;
  color: #0489c2;
  font-size: 18px;
  text-transform: uppercase;
}

.sec6-about h3 {
  color: #0489c2;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}

.sec6-about h2 {
  font-size: 25px;
  color: rgb(36, 36, 36);
}

.sec6-about h3 span {
  color: red;
  margin: 0;
  padding: 0;
}

.sec6-about button {
  background: #0489c2;
  color: rgb(255, 255, 255);
  padding: 6px 30px;
  margin-top: -15px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  border: 1px solid white;
}

.sec6-about button a {
  color: #ffffff;

}

.sec6 .about-img {
  width: 46%;
  display: flex;
  place-items: center;
}

.sec6 .about-img .png {
  position: absolute;
  width: 100px;
  height: 100px;
  margin-left: -40px;
  /* background-color: #0489c2; */
}


.sec6 .about-img .img1 {
  width: 48%;
  text-align: center;
  margin-left: 2%;
  /* border-left: 10px solid #0489c2; */
}

.sec6 .about-img .img1 img {
  width: 100%;
  /* padding: 10px; */
}


.sec6 .about-img .img2 {
  width: 50%;
  text-align: center;
  margin-left: -50px;
}

.sec6 .about-img .img2 img {
  width: 70%;
  /* border: 10px solid #ffffff; */
  /* padding: 10px; */

}



.sec6 .btn-sec {
  display: flex;
  flex-wrap: wrap-reverse;
}

.sec6 .btn-sec .agent {
  display: flex;
}

.sec6 .btn-sec img {
  height: fit-content;
  margin-left: 30px;
  margin-top: 20px;
}

.sec6 .btn-sec h5 {
  margin-top: 20px;
  margin-left: 10px;
}




.icons-a {
  max-width: 1800px;
  margin: auto;
  padding: 50px;
  margin-top: 50px;
}

.icons-a-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.icons-a-container .icon {
  text-align: center;
}

.icons-a-container h2 {
  text-align: center;
  margin-top: 20px;
  color: #020d3b;
}


.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 50px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 50px;
}

.sec1 .text-box {
  width: 50%;
}

.sec1 .text-box h1 {
  color: #042132;
}

.sec1 .text-box p {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 400;
}

.sec1 .img {
  width: 40%;
  justify-content: center;
}

.sec1 .img img {
  width: 350px;
  height: 400px;
  border-radius: 20px 80px 20px 0;
  /* margin-left: 10%; */
  text-align: center;
  /* border: 5px solid rgb(15, 23, 129); */
}

.sec1 .img .img2 {
  width: 250px;
  height: 250px;
  margin-top: -150px;
  margin-left: 40%;
  /* box-shadow: 0 0 10px gray; */
}

.sec1 .img .img3 {
  width: 200px;
  margin-top: -150px;
  margin-left: -50px;
}


.sec2 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  justify-content: space-evenly;
  /* place-items: center; */
  /* background-color: #f5f6ff; */
  background-color: rgb(252, 252, 252);
}

.sec2 .sec2-text {
  width: 40%;
  transition: ease-in-out 0.5s;
  height: fit-content;
  padding: 0 50px;
  padding-bottom: 0;
  margin-top: 00px;
  color: #000000;
}

.sec2 .sec2-text h1 {
  opacity: 1;
  font-weight: 600;
  font-size:42px;
  width: 100%;
}


.sec2 .sec2-text h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  color: rgba(0, 0, 0, 0.538);
  padding: 10px 20px;
  font-size: 22px;
  padding-left: 0;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
.sec2 .sec2-text h3 span{
  padding: 5px 10px;
  background-color:#628fa2;
  border-radius: 50%;
  height: fit-content;
  color: white;
  margin: 0;
  margin-right: 10px;
}
.sec2 .sec2-text h3 span:nth-child(2){
  background-color: transparent;
  border-radius: 0;
  color: black;
}

.sec2 .sec2-text h3:hover {
  margin-left: 30px;
  color: #000000;
}

.sec2 .sec2-text .sec-h4 {
  border-top: 0.2px solid rgba(220, 220, 220, 0.238);
  padding-top: 30px;
  margin-top: 20px;
}

.sec2 .sec2-text p {
  font-size: 16px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.712);
}

.sec2 .sec2-text button {
  padding: 8px 30px;
  border: none;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 500;
  background: #0489c2;
  color: white;
  letter-spacing: 1px;
  margin-top: 30px;
}

.sec2 .sec2-text button a {
  color: white;
}

.sec2-container {
  width: 55%;
  text-align: right;
  display: flex;
  justify-content: right;
  overflow: hidden;
}

.sec2-container .color-box {
  /* background-color: #1f3e5f; */
  width: 90%;
  padding: 50px;
  padding-bottom: 0;
  margin-bottom: -100px;
  height: fit-content;
}

.sec2-container .box img {
  width: 120%;
  margin-top: 0;
  margin-left: -35%;
  height: 400px;
  border-radius: 30px;
  transition: ease-in-out 0.6s;
}
.sec2-container .box #step0 {
  margin-left: -30%;
  margin-top: -30px;
  margin-bottom: 30px;
}
.sec2-container .box #step1 {
  margin-left: 150%;
  margin-top: -475px;
}

.sec2-container .box #step2 {
  margin-left: 150%;
  margin-top: -520px;
}

.sec2-container .box #step3 {
  margin-left: 150%;
  margin-top: -565px;
}

.sec2-container .box #step4 {
  margin-left: 150%;
  margin-top: -610px;
}





.slider-container-b {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
  margin-top: 50px;
  color: white;

}

.slider-container-b button {
  padding: 2px 20px;
  background: transparent;
  color: white;
  border-radius: 10px;
  border: 0.2px solid rgba(255, 255, 255, 0.485);
}

.slider-container-b button a {
  color: white;
}

.slider-container-b h2 {
  letter-spacing: 1px;
}

.slider-container-b p {
  letter-spacing: 1px;
  margin-top: 20px;
}

.slider-container-b .box-a {
  width: 50%;
  height: 400px;
  background-color: #054855;
  border-radius: 20px 0 0 20px;
  padding: 50px;
  padding: 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.416), rgba(0, 0, 0, 0.465)), url(../image/Immigration\ Services\ 1.avif);
  background-position: center;
  background-size: 100% 120%;

}

.slider-container-b .box-b {
  width: 50%;
  height: 400px;
  background-color: #054855;
  border-radius: 0 20px 20px 0;
  padding: 50px;
  padding: 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.401), rgba(0, 0, 0, 0.442)), url(../image/Visa\ Stamping\ Services\ 3.avif);
  background-position: center;
  background-size: 100% 110%;

}




.sec3 {
  max-width: 1800px;
  margin: auto;
  background-color: #ffffff;
  padding: 4% 4%;
  padding-bottom: 50px;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
}

.sec3 h5 {
  text-align: center;
  color: #0A3E4F;
  padding-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
}

.sec3 .png {
  width: 60px;
  margin-top: -30px;
}

.sec3 h1 {
  font-size: 35px;
  text-align: center;
  color: #072e3b;
  font-weight: 600;
}

.sec3 h1 span {
  color: #0489c2;

}

.sec3-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  place-items: center;
}

.sec3-container .box {
  width: 48%;
  margin-top: 50px;
  border-radius: 20px;
  text-align: center;
  /* border: 0.1px solid #00000083; */
  transition: ease-in-out 0.87s;
  display: flex;
  padding: 30px;
  box-shadow: 0 0 10px gainsboro;
  position: relative;
  overflow: hidden;
}

.sec3-container .box .color-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -60%;
  background-color: #0489c25b;
  clip-path: polygon(80% 0, 100% 50%, 80% 99%, 0 100%, 0 0);
  transition: ease-in-out 0.5s;
}

.sec3-container .box:hover .color-box {
  margin-left: -50%;
}

.sec3-container .box .tx {
  margin-left: 20px;
}

.sec3-container .box .tx .png {
  width: 50px;
  display: flex;
  justify-content: left;
  margin-top: 0;
}

.sec3-container .box .tx h6 {
  font-size: 20px;
  text-align: left;
  color: #0A3E4F;
}


.sec3-container .box h4 {
  margin-top: 15px;
  color: #0489c2;
  text-align: left;
  margin-top: 20px;
  font-size: 25px;
}

.sec3-container .box p {
  width: 100%;
  text-align: left;
  font-size: 13.1px;
  letter-spacing: normal;
  font-weight: 400;
  margin-top: 10px;
}


.sec3-container .box .img {
  width: 80%;
  height: 180px;
  margin: auto;
  background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../images/process1.jpg);
  background-position: center;
  background-size: 100% 100%;
  /* box-shadow: 0 0 3px #000000; */
  border: 5px solid #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 10;
}

.sec3-container .box .img2 {
  background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../images/process2.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec3-container .box .img3 {
  background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../images/process3.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec3-container .box .img4 {
  background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../images/process4.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec4 {
  max-width: 1800px;
  margin: auto;
  /* padding: 0 3%; */
}

.sec4 h1{
  font-size: 42px;
  color: #0489c2;
  font-weight: 500;
  text-align: center;
}

.sec4-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec4-container img{
  width: 150px;
  margin: 10px;
  height: 100px;
  border: 1px solid rgb(181, 181, 181);
  border-radius: 10px;
  padding: 10px;
}



.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 0% 4%;
  justify-content: center;
  margin-top: -10px;
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  overflow: hidden;
  padding-bottom: 20px;
}

.sec5 .text {
  width: 50%;
  margin-top: 50px;
}

.sec5 .text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.sec5 .text .png {
  width: 10%;
  margin-top: -20px;
}

.sec5 .text h1 {
  font-size: 46px;
  width: 90%;
  color: #0489c2;
}

.sec5 .text .sec5-container {
  width: 95%;
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec5 .text .sec5-container .box {
  width: 48%;
  background-color: white;
  margin-top: 30px;
  height: fit-content;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 10px 10px rgba(220, 220, 220, 0.673);
  border: 1px solid rgb(212, 212, 212);
  border-top: none;
}

.sec5 .text .sec5-container .box:hover {
  box-shadow: 0px 10px 10px gainsboro;
}

.sec5 .text .sec5-container .box:nth-child(2) {
  margin-top: -20px;
}

.sec5 .text .sec5-container .box:nth-child(4) {
  margin-top: -10px;
}

.sec5 .text .sec5-container .box .color-box {
  width: 100%;
  height: 30px;
  background-color: #0489c2;
  background-color: #fafafa;
  border: 1px solid rgb(212, 212, 212);
  border-top: 0;
  margin-top: -20px;
  padding: 10px;
  transition: ease-in-out 0.5s;
  border-radius: 0 0 10px 10px;
}

.sec5 .text .sec5-container .box:hover img {
  background-color: #f1741a;

}

.sec5 .text .sec5-container .box h4 {
  margin-top: 30px;
  font-weight: 700;
  color: #00000086;
}

.sec5 .text .sec5-container .box p {
  font-size: 14px;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.558);
}


.sec5 .img-sec {
  width: 50%;
  position: relative;
}

.sec5 .img-sec img {
  width: 101%;
  height: 70%;
  position: relative;
  z-index: 10;
  background-image: linear-gradient(to top, rgba(3, 153, 187, 0.791), rgba(4, 36, 41, 0.267)), url(../images/bg\ img8.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec5 .img-sec .color-box {
  width: 30px;
  background-color: #f1741a;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 15%;
  margin-left: -15px;
}

.sec5 .img-sec .box {
  width: fit-content;
  background-color: white;
  padding: 30px;
  display: flex;
  margin: auto;
  margin-top: 50px;
  box-shadow: 0 0 10px rgb(199, 199, 199);
}

.sec5 .img-sec .box .tx {
  width: 50%;
  display: flex;
  place-content: center;
}

.sec5 .img-sec .box .tx h4 {
  color: black;
  margin-right: 20px;
}

.sec5 .img-sec .box .tx:nth-child(1) {
  width: 40%;
  border-right: 2px solid rgba(0, 0, 0, 0.524);
  margin-right: 20px;
}

.sec5 .img-sec .box .tx img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-top: 10px;
  background: transparent;
}

.sec5 .img-sec .box .tx p {
  margin: 0;
}

.sec5 .img-sec .box .tx h3 {
  color: #0489c2;
}


.sec7 {
  max-width: 1800px;
  margin: auto;
  height: 500px;
  padding: 100px 0;
  padding-top: 0;
  display: flex;
  background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../images/bg\ img5.jpg);
  background-position: center;
  background-size: 100% 100%;
  justify-content: space-evenly;
  place-items: center;
  overflow: hidden; 
  margin-top: 50px;
  margin-bottom: 50px;

}

.sec7 h1 {
  font-size: 55px;
  color: #0489c2;
  margin-top: 50px;
  /* margin-left: 35px; */
}

.sec7 .text {
  width: 70%;
  margin: auto;
  padding: 30px;
  padding-bottom: 70px;
  padding-right: 5%;
  margin-left: 35%;
  position: relative;
  z-index: 10px;
  /* background: white; */
  /* box-shadow: 0 0 2px rgb(211, 211, 211); */
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  padding-left: 15%;
  margin-top: 100px;
}

.sec7 .text .line {
  width: 100px;
  height: 4px;
  background: #aaaeb0;
  margin-top: 5px;
  display: none;
  margin-bottom: -10px;
}

.sec7 .text p {
  font-size: 15px;
  margin-top: 20px;
  display: none;
  color: rgba(0, 0, 0, 0.699);
}

.sec7 .text button {
  background: #0489c2;
  padding: 8px 30px;
  margin-top: 10px;
  border: none;
  border-radius: 20px;
  display: none;
}

.sec7 .text button a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}


.sec7 img {
  width: 90%;
  height: 700px;
  margin-left: -2px;
  clip-path: polygon(0 0, 100% 0, 74% 99%, 0% 100%);
  /* display: none; */
}




.sec8 {
  max-width: 1800px;
  margin: auto;
  justify-content: center;
  overflow: hidden;
  justify-content: center;
  padding: 20px;
  padding-top: 50px;
}

.sec8-container {
  width: 90%;
  background-color: rgb(240, 240, 240);
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  color: rgb(0, 0, 0);
  border-radius: 50px;
  place-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(188, 188, 188);
}

.sec8-container .color-box {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0489c2;
  left: 0;
  border-radius: 50px;
  margin-left: -80%;
  transition: ease-in-out 0.5s;
}

.sec8-container:hover .color-box {
  margin-left: 20%;
  background-color: #ffffff;

}

.sec8-container img {
  width: 50%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  border: 5px solid rgb(255, 255, 255);
}

.sec8 .text {
  width: 50%;
  padding: 30px;
  padding-right: 0;
  position: relative;
  z-index: 10;
}

.sec8 .text h5 {
  font-size: 15px;
  color: rgb(133, 133, 133);
  text-transform: uppercase;
}

/* .sec8-container:hover .text h5 {
  color: black;
} */

.sec8 .text .png {
  width: 80px;
  margin-top: -10px;
}

.sec8-container:hover .png {
  filter: brightness(0);
}

.sec8 .text h1 {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #0489c2;
}

.sec8 .text h1 span {
  /* font-style: italic; */
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0489c2;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffffe4;
  font-weight: bold;
}

.sec8 .text p {
  width: 100%;
  font-size: 15px;
  margin-top: 20px;
  color: #000000da;
}


.sec8 .text button {
  background: #0489c2;
  color: rgb(255, 255, 255);
  padding: 8px 30px;
  margin-top: 15px;
  display: flex;
  border: none;
  font-weight: 400;
  border-radius: 20px;
}


.sec9 {
  max-width: 1800px;
  margin: auto;
  color: rgb(0, 0, 0);
  background-color: rgb(252, 252, 252);
  display:none;
}

.sec9-container {
  width: 100%;
  overflow: hidden;
}

.sec9 h1 {
  text-align: center;
  margin: auto;
  justify-content: center;
  display: flex;
  font-size: 42px;
  font-weight: 500;
  color: #0489c2;
}

.sec9 .swiper {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  overflow: hidden;
  /* padding-bottom: -20px; */
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.sec9 .swiper-slide .img {
  overflow: hidden;
  border-radius: 20px;
}

.sec9 .swiper-slide .img img {
  width: 100%;
  height: 400px;
  border-radius: 0px;
  transition: ease-in-out 0.5s;
  border-radius: 20px;
}

.sec9 .swiper-slide .img img:hover {
  transform: scale(1.2);
}

.sec9 .swiper-slide .text {
  background-color: #0a3e4fc0;
  position: relative;
  z-index: 10;
  padding: 20px;
  text-align: left;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  margin-top: -180px;
  padding-top: 80px;
}

.sec9 .swiper-slide h4 {
  font-size: 20px;
  margin-top: 10px;
  /* font-weight: 400; */
  margin: auto;
  border-radius: 0 0 10px 10px;
  text-align: left;
  color: white;
  width: 100%;
  padding: 20px 0;
  margin-top: -20px;
  position: relative;
  z-index: 10;
  width: 100%;
}

.sec9 .swiper-slide:hover h4 {
  color: #ffffff;
}

.sec9 .swiper-slide h5 {
  font-size: 16px;
  color: #f1741a;
  position: relative;
  margin-top: -10px;
  z-index: 11;
}

.sec9 .swiper-slide .text .btn {
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  margin-right: -60px;
  margin-top: 15px;
}

.sec9 .swiper-slide .text .btn img {
  margin-top: 20px;
  width: 30px;
  margin-left: -40px;
}




.work-p {
  max-width: 1800px;
  margin: auto;
  /* margin-top: 50px; */
  background-color: #eaeaea87;

  padding: 50px 20px;

}

.work-p h1 {
  font-size: 45px;
  margin-left: 40px;
}

.work-p-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-evenly;

}

.work-p-img {
  width: 46%;
  height: 600px;
}

.work-p-img img {
  width: 100%;
  height: 100%;
}

.work-p-text {
  width: 40%;
}

.work-p-text img {
  width: 100%;
  height: 100%;
  /* margin-top: 80px; */
  /* border-radius: 30px; */
  /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.781); */

}



.sec12 {
  max-width: 1800px;
  margin: auto;
  padding: 100px 30px;
  text-align: center;
  display: flex;
  place-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-image: linear-gradient(rgba(255, 255, 255, 0.565), rgba(255, 255, 255, 0.589)), url(../images/formbg.avif);
  background-position: 100% 100%;
  background-size: 100% 140%;
}

.sec12 h1 {
  font-size: 45px;
  color: #082b4f;
  font-weight: 600;
  margin: auto;
}

.sec12 .text {
  width: 40%;
  color: rgb(0, 0, 0);
  margin-right: 40px;
  margin: auto;
  margin-top: 10px;
  text-align: left;
}

.sec12 .text h2 {
  font-weight: 600;
  color: #0489c2;
}

.sec12 .text .line {
  width: 10%;
  height: 2px;
  background-color: #0489c2;
  margin-top: 20px;
}

.sec12 .text h6 {
  margin-top: 20px;
}

.sec12 .text h1 {
  margin: 20px 0;
  font-size: 40px;
}

.sec12 .text p {
  width: 60%;
  font-size: 20px;
}

.sec12 form {
  width: 46%;
  margin-left: -5%;
  padding-right: 10%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.sec12 form input {
  width: 48%;
  margin-top: 15px;
  padding: 10px;
  border: 0.1px solid rgb(133, 133, 133);
  border-radius: 10px;
}
.sec12 form input:nth-child(4){
  width: 100%;
}
.sec12 form input:focus{
  outline: none;
}

.sec12 form select {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  border: 0.1px solid rgb(133, 133, 133);
  border-radius: 10px;
  color: gray;
}
.sec12 form select:focus{
  outline: none;
}

.sec12 form textarea {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  border: 0.1px solid rgb(133, 133, 133);
  border-radius: 10px;
}
.sec12 form textarea:focus{
  outline: none;
}

.sec12 form button {
  width: fit-content;
  margin-top: 20px;
  padding: 10px 50px;
  background-color: #0489c2;
  color: white;
  font-weight: 500;
  border: none;
  font-size: 18px;
}



.sec14 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  background-color: rgb(252, 252, 252);
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 50px 20px;
  overflow: hidden;
}

.sec14 .box {
  width: 20%;
  /* background: rgb(255, 255, 255); */
  color: rgb(0, 0, 0);
  overflow: hidden;
  display: flex;
  padding: 20px;
  border-right: 0.1px solid #0489c2;
  padding-left: 0;
}

.sec14 .box2 {
  border: none;
}

.sec14 .box img {
  width: 60px;
  height: 60px;
  margin-top: 15px;
  margin-right: 30px;
}

.sec14 .box h4 {
  font-size: 20px;
}

.sec14 .box h1 {
  color: #0489c2;
}




.sec16 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 5%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  text-align: left;
  margin-top: 200px;
}

.sec16 .color-box {
  width: 100%;
  height: 150px;
  background-color: white;
  border-radius: 0 0 50% 50%;
  margin-bottom: -150px;
  margin-top: -5%;
}

.sec16 h1 {
  width: 100%;
  font-size: 45px;
  text-align: center;
  color: #0489c2;
}


.sec16 h5 {
  width: fit-content;
  margin: auto;
  padding-bottom: 5px;
  /* border-bottom: 0.1px solid #000000; */
  color: #ffffff;
}

.sec16-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec16-container .box {
  width: 32%;
  border-radius: 20px;
  background-color: rgba(230, 242, 247, 0.911);
  padding: 30px;
  padding-bottom: 10px;
  cursor: pointer;
  height: fit-content;
  overflow: hidden;
}

.sec16-container .box .colorBox{
  width: 130%;
  height: 350px;
  background-color: #0489c24c;
  clip-path: polygon(0 65%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -350px;
  margin-left: -20%;
  margin-right: -10%;
  margin-bottom: -10px;
}


.sec16-container .box:nth-child(2) {
  margin-top: 60px;
  background-color: #0489c2;
  color: white;
}

.sec16-container .box:nth-child(2) h4 {
  color: white;
}

.sec16-container .box:nth-child(2) p {
  color: rgba(255, 255, 255, 0.856);
}

.sec16-container .box img {
  width: 100%;
  border-radius: 20px 20px;
  height: 280px;
  position: relative;
  z-index: 20;
}


.sec16-container .box .img2 {
  display: none;
}

.sec16-container .box h4 {
  color: #0489c2;
  text-align: left;
  font-size: 28px;
  margin-top: 00px;
}

.sec16-container .box:nth-child(2) h4 {
  margin-top: 20px;
}

.sec16-container .box p {
  margin-top: 5px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.757);
}

.sec16-container .box h6 {
  padding: 10px;
  margin-top: -20px;
  color: #000000;
  display: none;

}


.banner {
  max-width: 1800px;
  height: 200px;
  margin: auto;
  background-image: linear-gradient(rgba(12, 57, 71, 0.335), rgba(14, 53, 67, 0.401)), url(../images/bgbanner4.jpg);
  background-position: center;
  background-size: cover;
  padding: 0;
  display: flex;
  justify-content: space-between;
  /* background-attachment: fixed; */
  place-items: center;
  padding-right: 4%;
}



.banner .box {
  width: 60%;
  height: 100%;
  color: rgb(255, 255, 255);
  background-color: #0d97d2aa;
  clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
  padding: 0 4%;
  padding-top: 3%;
}

.banner .box h1 {
  font-size:50px;
  font-weight: 600;
  color: #ffffff;
}

.banner .box h1 span {
  color: #000000;
}

.banner .box h5{
  color: rgba(255, 255, 255, 0.747);
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}

.banner button {
  background: #0489c2bd;
  color: rgb(255, 255, 255);
  padding: 10px 30px;
  margin-top: -15px;
  border: none;
  /* border-radius: 20px; */
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
}

.banner button:hover{
  background-color: transparent;
  border: 0.1px solid white;
}





.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  margin-left: 94%;
  /* padding-top: 55%; */
  margin-top: 50%;
  z-index: 100;
}

.whatsapp img {
  width: 50px;
}


/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  /* padding: 80px; */
  padding-bottom: 0;
  background-color: #dddddd;
  /* background-image: linear-gradient(rgba(11, 86, 152, 0.562), rgba(9, 101, 137, 0.517)), url(../images/bgbanner.jpg); */
  background-position: center;
  background-size: 100% 120%;
  color: rgb(0, 0, 0);
  padding-top: 50px;
}

.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: #0489c2;
  margin-right: 10px;
}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #0489c2;
}

.sec2-text h2 {
  font-size: 30px;
  /* font-weight: 400; */
  margin-bottom: 30px;
  color: #0489c2;

}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #0489c2;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d a {
  color: black;
}

.sec2-text .d p {
  font-size: 15px;
}

.icons {
  margin: 0;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #0489c2;
}

.icons ul {
  display: flex;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 30px;
  margin-right: 20px;
  filter: brightness(0);
  opacity: 0.5;
  margin-bottom: 20px;
}

.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(0, 0, 0);
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li:hover a {
  color: #0489c2;
}

.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(0, 0, 0);
  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);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  padding-left: 0;
  place-items: center;
}

.footer-base p {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 4%;
  font-weight: 400;
  padding-bottom: 10px;
  background-color: #0489c2;
  color: rgba(255, 255, 255, 0.856);
  /* 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-text h2 {
    font-size: 25px;
  }

  #sec2-other-links2 {
    width: 40%;
  }

  #sec2-other-links {
    width: 60%;
  }

  .footer-container {
    padding: 0 0px;
  }
}