* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;

}

body {
  background-color: rgb(239, 238, 255);
  /* font-family: Arial, Helvetica, sans-serif; */
}


a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}


/* images slider */

.slider {
  max-width: 1800px;
  margin: auto;
  margin-top: -90px;
}

.slider .png {
  max-width: 1800px;
  width: 103%;
  height: 200px;
  position: absolute;
  left: 0;
  z-index: 10;
  margin-left: 0%;
  bottom: 0;
  rotate: -5deg;
  margin-bottom: -70px;
  /* opacity: 0.5; */
}

.slider .swiper {
  width: 100%;
  /* max-height: 800px; */
}

.slider .swiper-slide {
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 4% 5%;
  overflow: hidden;
  justify-content: center;
}


.slider .swiper-slide .text {
  width: 62%;
  color: rgb(255, 255, 255);
  margin-top: 0;
  height: fit-content;
  text-align: left;
  margin: auto;
  margin-left: -3%;
  padding: 50px;
  border-radius: 0;

}

.slider .swiper-slide .text h5 {
  color: #8ad304;
  font-weight: 400;
  margin-top: 50px;
  font-size: 22px;
  width: fit-content;
  padding: 5px;
  /* background: linear-gradient(to top, rgb(255, 255, 255), rgba(0, 0, 0, 0)); */
}

.slider .swiper-slide .text h5 .line {
  width: 38%;
  height: 2px;
  background-color: #ff8000;
  margin-top: 10px;
}

.slider .swiper-slide .text h5 .line .dotted {
  width: 20%;
  height: 2px;
  background-color: white;
  animation-name: movebox;
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

@keyframes movebox {
  0% {
    margin-left: 0;
  }

  /* 25% {
    margin-left: 50%;
  } */

  50% {
    margin-left: 100%;
  }

  /* 75% {
    margin-left: 50%;
  } */

  100% {
    margin-left: 0%;
  }
}


.slider .swiper-slide .text h5 img {
  width: 30px;
  margin-top: -15px;
}

.slider .swiper-slide .text h1 {
  font-size: 42px;
  width: 90%;
  color: #ffffff;
  margin-top: 0px;
  position: relative;
  text-transform: uppercase;
  z-index: 100;
  opacity: 1;
  font-weight: 550;
}

.slider .swiper-slide .text h1 span {
  color: #e56d18;
}

.slider .swiper-slide .text p {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
  color: rgba(255, 255, 255, 0.726);
}

.slider .swiper-slide .text button {
  padding: 8px 15px;
  padding-right: 10px;
  border: none;
  font-size: 15px;
  margin-top: 10px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  margin-right: 20px;
  background-color: rgba(19, 30, 186, 0.562);
  border: 0.8px solid rgba(255, 255, 255, 0.507);
}

.slider .swiper-slide .text button img {
  margin: 0;
  width: 25px;
  padding: 3px;
  background-color: white;
  border-radius: 50%;
  margin-left: 10px;
}

.slider .swiper-slide .text button:hover {
  background-color: #ff8000;
  color: rgb(255, 255, 255);
}

.slider .slider1 {
  background-image: linear-gradient(to right, rgba(7, 28, 89, 0.846), rgba(0, 0, 0, 0)), url(../images/Construction\ Services\ img5.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(7, 27, 89, 0.791), rgba(0, 0, 0, 0.123)), url(../images/Interior\ Design\ &\ Fit-Out\ img3.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(7, 28, 89, 0.651), rgba(0, 0, 0, 0.123)), url(../images/Electrical\ &\ Plumbing\ Solutions4.jpeg);
  background-position: center;
  background-size: cover;
}

.slider .slider4 {
  background-image: linear-gradient(to right, rgba(5, 21, 71, 0.791), rgba(0, 0, 0, 0.123)), url(../images/IT\ &\ Networking\ Solutions\ img3.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider5 {
  background-image: linear-gradient(to right, rgba(7, 27, 89, 0.791), rgba(0, 0, 0, 0.123)), url(../images/Security\ Systems2.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider6 {
  background-image: linear-gradient(to right, rgba(7, 28, 89, 0.202), rgba(0, 0, 0, 0.123)), url(../images/manpower\ services3.png);
  background-position: center;
  background-size: cover;
}

.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: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 3%;
  z-index: 10;
  margin-top: 22%;
}

.sliderbtn img {
  width: 35px;
  border-radius: 50%;
  padding: 5px;
  transform: rotate(90deg);
  /* background-color: #4363a4; */
  border: 1px solid #ffffff;
  margin-right: 0;
  margin-left: -18px;
  margin-top: 20px;

}

.sliderbtn img:hover {
  cursor: pointer;
  background-color: #122d7f;
  border: none;
  border: 2px solid #ff8000;

}

.sliderbtn .prev {
  transform: rotate(-90deg);
}


.sliderbtn .line {
  width: 2px;
  height: 100px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.842), rgba(0, 0, 0, 0));

}

.sliderbtn .line2 {
  margin-top: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.842), rgba(0, 0, 0, 0));
}




.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 3.5%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  overflow: hidden;
  margin-top: -30px;
}

.sec1 .text-containter {
  width: 60%;
}

.sec1 .text-containter h4 {
  font-size: 18px;
  color: #ff8000;
  display: flex;
  place-items: center;
  text-transform: uppercase;
}

.sec1 .text-containter h4 img {
  width: 38px;
  margin-right: 15px;
}

.sec1 .text-containter h1 {
  font-size: 38px;
  color: #1f0e0e;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.sec1 .text-containter p {
  font-size: 16px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.769);
}


.sec1 .text-containter .box-container {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.sec1 .text-containter .box-container .box {
  width: 60%;
}

.sec1 .text-containter .box-container .box #misionSec {
  display: none;
}

.sec1 .text-containter .box-container .box #visionSec {
  display: none;
}

.sec1 .text-containter .box-container .btnContainer {
  width: 90%;
  /* border-bottom: 2px solid rgb(226, 226, 226); */
  justify-content: space-between;
  display: flex;
  margin-bottom: 30px;
  margin-top: 20px;
  background-color: rgb(239, 239, 239);
}

.sec1 .text-containter .box-container .btnContainer button {
  padding: 10px;
  width: 33%;
  border: none;
  background-color: transparent;
  padding-left: 0;
  font-size: 20px;
  background-color: #ebebeb;
}

.sec1 .text-containter .box-container .btnContainer button:last-child {
  color: #ff8000;
  background-color: #0276c3;
  border-bottom: 2px solid #ff8000;
  color: white;
}

.sec1 .text-containter .box-container .box p {
  font-size: 16px;
  width: 98%;
}

.sec1 .text-containter .box-container .box ul li {
  margin-top: 10px;
  font-size: 14.5px;
  width: 90%;
  list-style: none;
  margin-left: 5px;
  display: flex;
}

.sec1 .text-containter .box-container .box ul li span {
  font-weight: 600;
}

.sec1 .text-containter .box-container .box ul li img {
  width: 20px;
  height: fit-content;

  margin-right: 10px;
}

.sec1 .text-containter .box-container .box .btn button {
  background-color: #ff8000;
  border: none;
  color: white;
  padding: 5px 20px;
  /* text-transform: uppercase; */
  font-size: 18px;
  display: flex;
  place-items: center;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: -10px;
}

.sec1 .text-containter .box-container .box .btn button img {
  width: 30px;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: -10px;
}


.sec1 .text-containter .box-container .box2 {
  width: 40%;
}

.sec1 .text-containter .box-container .box2 img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.sec1 .text-containter .box-container .box2 p {
  font-size: 16px;
}

.sec1 .text-containter .box-container .box2 .exp {
  display: flex;
  place-items: center;
}

.sec1 .text-containter .box-container .box2 h3 {
  font-size: 72px;
  font-weight: 800;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.sec1 .text-containter .box-container .box2 h5 {
  margin-left: 20px;
  width: 30%;
  font-size: 20px;
}

.sec1 .img-container {
  width: 42%;
  text-align: center;
  display: flex;
  justify-content: left;
  position: relative;
  border-radius: 5px;
}

.sec1 .img-container .img {
  width: 88%;
  height: auto;
  padding: 10px;
  border-radius: 5px;
}

.sec1 .img-container .img img {
  width: 110%;
  height: 100%;
  z-index: 10;
  margin-left: -15px;
  position: relative;
  border: 5px solid rgb(255, 255, 255);
}


.sec1 .img-container .tx {
  width: 100%;
  height: 300px;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  background-color: #133069;
  margin-top: 120px;
  border: 2px solid #ffffff;
  animation: aboutEX 5s infinite;
  margin-left: -100px;
}




.sec2 {
  max-width: 1800px;
  margin: auto;
  width: 88%;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 20px;
  background-color: #ffffff;
  margin-top: -80px;
  border-radius: 20px;
}

.sec2 .line {
  height: auto;
  width: 2px;
  background-image: linear-gradient(rgba(214, 29, 29, 0), #0a3c75, rgba(214, 29, 29, 0));
}

.sec2 .box {
  width: 22%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  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;
  font-weight: 400;
  color: #0a3c75;
}

.sec2 .box h1 {
  color: #e56d18;
}



.sec3 {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  display: flex;
  justify-content: space-between;
}

.sec3 .box {
  width: 31.8%;
  display: flex;
  border: 0.2px solid gray;
  padding: 15px;
  position: relative;
  justify-content: space-between;
  border-radius: 20px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.575), rgba(255, 255, 255, 0.634)), url(../images/bgImg2.JPG);
  background-position: center;
  background-size: 105% 100%;
}

.sec3 .box .tx {
  width: 45%;
}

.sec3 .box p {
  padding: 5px 10px;
  width: fit-content;
  border: 1px solid #ff8000;
  border-radius: 8px;
  background-color: #133791;
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
}

.sec3 .box h5 {
  font-size: 20px;
}

.sec3 .box button {
  padding: 10px;
  background-color: transparent;
  border: none;
  display: flex;
  position: absolute;
  place-items: center;
  left: 10px;
  bottom: 15px;
  font-size: 15px;
  border-top: 0.1px solid rgb(225, 225, 225);
  width: 42%;
  padding-bottom: 0;
}

.sec3 .box button img {
  width: 25px;
  padding: 3px;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #ff8000;
}

.sec3 .box img {
  width: 50%;
  border-radius: 10px;
}

.sec3 .box2 {
  padding: 0;
  border: none;
}

.sec3 .box2 img {
  width: 100%;
}

.sec3 .box3 {
  display: block;
  background: #133069;
  padding: 20px;
}

.sec3 .box3 .iconSec {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sec3 .box3 .iconSec img:first-child {
  width: 50px;
  background-color: #133069;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;

}

.sec3 .box3 h3 {
  color: white;
  font-size: 25px;
  margin-top: 50px;
}

.sec3 .box3 h2 {
  color: #ff8000;
  font-size: 50px;
}

.sec3 .box3 .iconImg {
  width: 85px;
  filter: brightness(0) invert(1);
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  margin-bottom: -15px;
}



.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 3% 5%;
  margin-top: 0px;
  padding-top: 20px;
}


.sec4 .text {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 10;
  margin-top: 50px;
  text-align: center;
}

.sec4 .text h5 {
  font-size: 20px;
  color: #ff8000;
  display: flex;
  justify-content: center;
  place-items: center;
}

.sec4 .text h5 .line {
  width: 100px;
  height: 2px;
  margin: 0 15px;
  z-index: 10;
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ff8000);
}

.sec4 .text h5 .line2 {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ff8000);
}


.sec4 .text h1 {
  font-size: 32px;
  color: #000000;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0px;
}

.sec4 .sec4-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}

.sec4 .sec4-container .box {
  width: 32%;
  border: 0.1px solid gray;
  padding: 15px;
  background-image: linear-gradient(to right, #ffffffe6, rgba(5, 13, 30, 0)), url(../images/bgImg3.JPG);
  background-position: center;
  background-size: 100% 100%;
  margin-top: 20px;
  border-radius: 20px;
}

.sec4 .sec4-container .box:hover {
  background-image: linear-gradient(to right, #e28f1b51, rgba(5, 13, 30, 0)), url(../images/bgImg3.JPG);
  background-position: center;
  background-size: 100% 100%;
}

.sec4 .sec4-container .box img {
  width: 100%;
  height: 250px;
  border-radius: 15px;
}

.sec4 .sec4-container .box h3 {
  font-size: 22px;
  margin-top: 10px;
}

.sec5 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding-top: 0px;
  /* background-color: rgb(239, 244, 255); */
  padding-bottom: 50px;
}

.sec5 .text {
  width: 100%;
  padding: 50px;
  margin: auto;
  height: fit-content;
  text-align: left;
  display: flex;
  place-items: center;
  justify-content: space-between;
}

.sec5 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec5 h5 {
  width: 100%;
  text-align: left;
  color: #ff8000;
  display: flex;
  /* margin: auto; */
  justify-content: left;
  text-transform: uppercase;
  place-items: center;
  text-align: left;
}

.sec5 h5 .shape {
  width: 100px;
  height: 2px;
  margin: 0 10px;
  background: linear-gradient(to right, rgb(235, 102, 7), rgba(214, 29, 29, 0));
  position: relative;
  z-index: 20;
}

.sec5 h1 {
  text-align: left;
  margin-top: 10px;
  font-size: 35px;
  color: #0f2c4d;
  margin-bottom: 0px;
  position: relative;
  z-index: 20;
}


.sec5 .swiper {
  width: 95%;
  padding: 5px 15px;
  margin-top: -10px;
}

.sec5 .swiper-slide {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(233, 233, 233);
  padding-bottom: 0;
}

.sec5 .swiper-slide img {
  width: 100%;
  height: 250px;
  border-radius: 15px;
}


.sec5 .swiper-slide h1 {
  font-size: 22px;
  margin-bottom: 0;
  color: #0f2c4d;
}

.sec5 .swiper-slide p {
  font-size: 13.8px;
  margin: 0;
  margin-top: 10px;
  text-align: justify;
}

.sec5 .swiper-slide .btn {
  width: 100%;
  background-color: #0a3c75;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  place-items: center;
}

.sec5 .swiper-slide a {
  width: 90%;
  text-decoration: none;
}

.sec5 .swiper-slide button {
  width: 100%;
  padding: 2% 20%;
  display: flex;
  place-items: center;
  border: none;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.891);
  padding-left: 20px;
  text-transform: uppercase;
  transition: ease-in-out 0.5s;
}

.sec5 .swiper-slide button:hover {
  background-color: #ff8000;
  padding-left: 20%;
  color: white;
}

.sec5 .swiper-slide button img {
  width: 30px;
  height: fit-content;
  filter: brightness(0);
  /* opacity: 0.5; */
  margin-top: -2px;
}

.sec5 .swiper-slide .btn img {
  width: 30px;
  height: fit-content;
  margin-right: 10px;
}


.sec6 {
  max-width: 1800px;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #0a3c75;
  margin-top: 50px;
  padding: 5% 3%;
  background-image: linear-gradient(rgba(4, 41, 89, 0.955), rgba(2, 19, 62, 0.842)), url(../images/bgImg5.JPG);
  background-position: center;
  background-size: 100% 100%;
}

.sec6 .text {
  width: 45%;
  padding-right: 5%;
}

.sec6 .text h5 {
  margin-bottom: 5px;
  width: fit-content;
  place-items: center;
  display: flex;
  color: #e56d18;
  text-transform: uppercase;
  border-radius: 5px;
}

.sec6 .text h5 .line {
  width: 100px;
  height: 2px;
  margin-left: 10px;
  background: linear-gradient(to right, rgb(235, 102, 7), rgba(214, 29, 29, 0));
}


.sec6 .text h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sec6 .text p {
  font-size: 13.8px;
  color: rgb(179, 179, 179);
}

.sec6 .text button {
  padding: 5px;
  padding-left: 15px;
  border: none;
  background: #e56d18;
  color: white;
  margin-top: 20px;
  border-radius: 30px;
}

.sec6 .text img {
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
}


.sec6 .swiper {
  width: 55%;
  height: 480px;
  margin-top: 50px;
}

.sec6 .swiper-slide {
  font-size: 18px;
  padding: 3.8%;
  display: flex;
  justify-content: space-between;
  background-color: #01143ee3;
  border-radius: 100px;
  border-right: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);

}

.sec6 .swiper-slide:hover {
  background-color: rgb(4, 34, 97);
  cursor: pointer;
}


.sec6 .swiper-slide .imgSec {
  width: 80px;
  height: 80px;
  background-color: white;
  object-fit: cover;
  text-align: center;
  display: grid;
  border-radius: 50%;
  place-items: center;
}

.sec6 .swiper-slide .tx-sec {
  width: 82%;
}

.sec6 .swiper-slide .tx-sec h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff8000;
  font-size: 20px;
  margin-top: 0;
}

.sec6 .swiper-slide .tx-sec p {
  color: rgb(177, 177, 177);
  margin-bottom: 0;
  font-size: 13.2px;
}


.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 0%;
  text-align: center;
  padding-top: 0;
}

.sec7 .swiper {
  width: 90%;
}

.sec7 .swiper-slide {
  text-align: center;
  padding: 20px 0;
}

.sec7 .swiper-slide img {
  width: 180px;
  height: 80px;
  border-radius: 10px;
  border: 0.5px solid gray;
}


.sec7 .swiper-slide h1 {
  font-size: 30px;
  font-style: italic;
  margin-top: 10px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0000009d;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  /* border: 0.1px solid black; */
  color: rgb(0, 0, 0);

}

.sec7 .swiper-slide:hover h1 {
  color: #e56d18;
}


.sec8 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  place-items: center;
  position: relative;
  margin-bottom: 50px;
}

.sec8 .box {
  width: 32%;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: rgb(227, 227, 227);
}

.sec8 .box:hover {
  color: white;
  background-color: #0a3c75;
}

.sec8 .box .imgSec {
  width: 100%;
  display: flex;
  height: fit-content;
  place-items: center;
}

.sec8 .box .imgSec img {
  width: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  border: 5px solid #0a3c75;
}

.sec8 .box .imgSec h6 {
  font-size: 20px;
  margin-left: 20px;
}


.sec8 .box .line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #000000;
}


.sec8 .box .line .colorBox {
  width: 30%;
  height: 1px;
  background-color: #ff8000;
}

.sec8 .box p {
  margin-top: 20px;
  margin-bottom: 0;
}

.sec8 .box .shapeImg {
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 25%, 27% 25%, 25% 100%, 0 100%);
  background-color: #ff8000;
}

.sec8 .box .shapeImg2 {
  rotate: 180deg;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}

.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 8%;
  color: rgb(0, 0, 0);
  position: relative;
  text-align: center;
  margin-right: 0;
  background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bgImg3.JPG);
  background-position: center;
  background-size: 100% 100%;
}

.sec9 .head-tx {
  width: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  display: flex;
  place-items: center;
  justify-content: space-between;
  margin-top: 0px;
}


.sec9 .head-tx .tx {
  width: 45%;
  text-align: left;
}

.sec9 .head-tx .tx h5 {
  width: 100%;
  font-size: 20px;
  color: #e56d18;
  display: flex;
  text-align: left;
  place-items: center;
  text-transform: uppercase;

}

.sec9 .head-tx .tx h5 .line {
  width: 100px;
  height: 2px;
  margin-left: 10px;
  background: linear-gradient(to right, rgb(235, 102, 7), rgba(214, 29, 29, 0));
}


.sec9 .head-tx .tx h1 {
  font-size: 35px;
  color: #0f2c4d;
  font-weight: 600;
  width: 100%;
  margin: auto;
}

.sec9 .head-tx p {
  width: 50%;
  font-size: 15px;
  text-align: left;
  margin-right: -5%;
}

.sec9 .swiper {
  width: 130%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 00px;
  padding-top: 0px;
  margin-right: -30%;
  margin-top: 50px;
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;

}

.sec9 .swiper-slide .img {
  overflow: hidden;
}

.sec9 .swiper-slide .img .color-box {
  width: 30%;
  height: 100px;
  padding: 5px;
  border: 2px dashed white;
  position: absolute;
  right: -30px;
  margin-top: -30px;
  border-radius: 50%;
  display: none;
}

.sec9 .swiper-slide:hover .img .color-box {
  border: 2px dashed #c9b043;

}

.sec9 .swiper-slide .img .color-box .span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c9b043;
}

.sec9 .swiper-slide:hover .img .color-box .span {
  background-color: white;
}


.sec9 .swiper-slide .img img {
  width: 100%;
  height: 500px;
  transition: ease-in-out 0.5s;
  border-radius: 20px;

}

.sec9 .swiper-slide .text {
  width: 80%;
  margin-top: -180px;
  z-index: 10;
  position: relative;
  text-align: left;
  z-index: 10;
  margin-bottom: 30px;
  border-radius: 0 10px 10px 0;
  margin-left: -6px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  background-color: #ffffffe0;
  backdrop-filter: blur(5px);
}

.sec9 .swiper-slide .text .heading {
  width: 100%;
  padding: 10px 15px;
}

.sec9 .swiper-slide .text img {
  height: fit-content;
  width: 40px;
  margin-right: 20px;
  rotate: 20deg;
  padding: 5px;
  border-radius: 50%;
  background-color: #ff8000;
  transition: ease-in-out 0.5s;
}

.sec9 .swiper-slide:hover .text img {
  rotate: -20deg;

}

.sec9 .swiper-slide .text img:hover {
  background-color: #e56d18;
}


.sec9 .swiper-slide h4 {
  font-size: 18px;
  color: #0a3c75;
  position: relative;
  z-index: 10;
  width: 100%;
  font-weight: 500;
}

.sec9 .swiper-slide h5 {
  font-size: 15px;
  color: #e56d18;
  padding: 0;
  z-index: 11;
  text-align: left;
  justify-content: left;
}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 1%;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  place-items: center;
  background-color: #efefefb5;
  padding-top: 0;
  margin-top: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.034)), url(../images/bg9.jpg);
  background-position: center;
  background-size: 100% 100%;

}

.sec10 .form-sec {
  width: 100%;
  position: relative;
  padding: 50px 20px;
  z-index: 20;
  display: flex;
}

.sec10 .form-sec h5 {
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  color: #e56d18;
  font-weight: 800;
  display: flex;
  place-items: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec10 .form-sec h5 .line {
  width: 100px;
  height: 2px;
  margin-left: 10px;
  background: linear-gradient(to right, rgb(235, 102, 7), rgba(214, 29, 29, 0));
}

.sec10 .form-sec h3 {
  width: 100%;
  font-size: 35px;
  text-align: left;
  margin-top: 10px;
  color: #0a3c75;

}

.sec10 .form-sec p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.594);
  margin-bottom: 30px;
  margin-top: 15px;
}

.sec10 .form-sec form {
  width: 50%;
  padding: 0 30px;
  border-radius: 30px;
}

.sec10 .form-sec input {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin: 10px;
  color: rgba(0, 0, 0, 0.591);
  margin-left: 0;
  background-color: rgb(255, 255, 255);

  /* border: none; */
}

.sec10 .form-sec input:focus {
  border: 0.1px solid #562419;
  outline: none;
}

.sec10 .form-sec select {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin: 10px;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.591);
  background-color: rgb(255, 255, 255);

}

.sec10 .form-sec select option {
  background-color: transparent;
  color: #000000;
  border: 0.1px solid #4a2217;

}

.sec10 .form-sec select:focus {
  outline: none;
  border: 0.1px solid #c9b043;

}


.sec10 .form-sec textarea {
  width: 95%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin-top: 5px;
  background-color: rgb(255, 255, 255);

}

.sec10 .form-sec textarea:focus {
  outline: none;
  border: 0.1px solid #c9b043;

}

.sec10 .form-sec button {
  padding: 8px;
  padding-left: 15px;
  border-radius: 30px;
  border: none;
  background-color: #0a3c75;
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  place-items: center;
  display: flex;
}

.sec10 .form-sec button img {
  width: 25px;
  background-color: white;
  border-radius: 50px;
  margin-left: 8px;
}



.sec10 .form-sec .text-sec {
  width: 48%;
  border-radius: 20px;
  margin-top: 00px;
  background-color: white;
  margin-left: 1%;
  padding: 30px;
  box-shadow: 0 30px 20px rgb(236, 236, 236);
  height: auto;
  position: relative;
}

.sec10 .form-sec .text-sec iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}


.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 5% 3%;
  display: flex;
  padding-bottom: 0;
  justify-content: space-between;

}

.sec11 .sec11-container {
  width: 40%;
  background-color: rgba(240, 240, 240, 0.798);
  padding: 30px;
  padding-bottom: 0;
  border-radius: 20px;
}

.sec11 .sec11-container .heding-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  place-items: center;
}

.sec11 .sec11-container .heding-sec .tx {
  width: 35%;
  border-right: 0.2px solid gray;
}

.sec11 .sec11-container .heding-sec .tx h2 {
  font-size: 50px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 800;
  color: #0a3c75;
}

.sec11 .sec11-container .heding-sec .tx p {
  font-size: 15px;
  margin-top: -10px;
  margin-bottom: 0;
  color: #595959;
  font-weight: 400;

}

.sec11 .sec11-container .heding-sec h6 {
  width: 60%;
  font-size: 18px;
  margin-bottom: 0;
  color: #595959;
  font-weight: 400;
}

.sec11 .sec11-container .boxContainer {
  width: 100%;
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  position: relative;
}

.sec11 .sec11-container .boxContainer .imgSec {
  width: 70%;
  margin-left: -30px;
  /* margin-bottom: -30px; */
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec11 .sec11-container .boxContainer .imgSec img {
  width: 100%;
  position: relative;
}

.sec11 .sec11-container .boxContainer .text-sec {
  width: 35%;
  padding-left: 00px;
  margin-right: -20px;
  margin-left: 68%;
  padding: 10px;
  margin-top: -30px;

}

.sec11 .sec11-container .boxContainer .text-sec h5 {
  font-size: 20px;
  font-weight: 700;
  width: 110%;
  margin-bottom: 20px;
  margin-left: -10px;
  color: #0a3c75;
}

.sec11 .sec11-container .boxContainer .text-sec .box {
  border-bottom: 0.5px solid rgb(188, 188, 188);
  padding: 10px 0;
}

.sec11 .sec11-container .boxContainer .text-sec .box:last-child {
  border: none;
}

.sec11 .sec11-container .boxContainer .text-sec .box h3 {
  font-size: 50px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.8;
  margin-bottom: 0;
  color: #d06800;
}

.sec11 .sec11-container .boxContainer .text-sec .box p {
  font-size: 16px;
  width: 65%;
  margin-top: -0px;
  color: gray;
  font-weight: 400;
}

.sec11 .sec11-container2 {
  width: 57%;
}

.sec11 .sec11-container2 h5 {
  display: flex;
  place-items: center;
  color: #ff8000;
}

.sec11 .sec11-container2 h5 .line {
  width: 100px;
  height: 2px;
  margin-left: 10px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ff8000);
}

.sec11 .sec11-container2 h2 {
  font-size: 35px;
}

.sec11 .sec11-container2 p {
  margin-bottom: 0;
}

.sec11 .sec11-container2 .boxContainer {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.sec11 .sec11-container2 .boxContainer .imgSec {
  width: 42%;
  height: auto;
}

.sec11 .sec11-container2 .boxContainer .imgSec img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.sec11 .sec11-container2 .boxContainer .text-sec {
  width: 55%;
  margin-top: -20px;
}

.sec11 .sec11-container2 .boxContainer .text-sec .box {
  display: flex;
  margin: 20px 0 !important;
  padding: 10px 0;
  /* place-items: center; */
  border-bottom: 0.2px solid rgb(212, 212, 212);
}

.sec11 .sec11-container2 .boxContainer .text-sec img {
  background-color: #dedede;
  width: 50px;
  height: fit-content;
  border-radius: 10px;
  padding: 5px;
  margin-right: 15px;
}

.sec11 .sec11-container2 .boxContainer .text-sec h4 {
  font-size: 18px;
}

.sec11 .sec11-container2 .boxContainer .text-sec p {
  font-size: 13.5px;
  color: gray;
}

.sec11 .sec11-container2 .boxContainer button {
  padding: 8px 20px;
  border: none;
  background-color: #e87400;
  color: white;
  border-radius: 30px;
  padding-right: 0;
  font-size: 16px;
  place-items: center;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sec11 .sec11-container2 .boxContainer button img {
  width: 30px !important;
  height: fit-content !important;
  background-color: #0a3c75 !important;
  margin-left: 5px;
  margin-right: 10px !important;
  border-radius: 50% !important;
}





.sec12 {
  margin: auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
  position: relative;
  margin-top: -220px;
  margin-bottom: 80px;
  padding: 20px 50px;
  background-color: #ffffff;
  background-color: #f4f4f4;
  border-radius: 80px;
  padding-top: 100px;
}


.sec12 .text {
  width: 50%;
  color: rgb(0, 0, 0);
  padding: 0px;
  margin-top: -20px;
}


.sec12 .text h2 {
  font-size: 35px;
}

.sec12 .text h2 span {
  color: #ff8000;
}

.sec12 form {
  width: 45%;
}

.sec12 form input {
  width: 70%;
  padding: 10px 10px;
  border: 1px solid #ff8000;
  border-radius: 10px 0 0 10px;
  margin-right: -10px;
}


.sec12 form button {
  width: 25%;
  padding: 11px 10px;
  border: none;
  background-color: #ff8000;
  border-left: -10px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #ff8000;
  color: white;
  font-weight: bold;
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  position: relative;
  padding-bottom: 10px;
  margin-top: 150px;
}


.sec13 .text {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  place-items: center;
}

.sec13 .text .tx {
  width: 45%;
}

.sec13 .text h3 {
  font-size: 18px;
  color: #e56d18;
  display: flex;
  place-items: center;
  text-transform: uppercase;
}

.sec13 .text h3 .colorBox {
  width: 100px;
  margin-left: 20px;
  height: 2px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ff8000);

}

.sec13 .text h1 {
  font-size: 35px;
  color: #0a3c75;
  margin-top: 10px;
  font-weight: 550;
  text-align: left;
  text-transform: capitalize;
}

.sec13 .text p {
  width: 45%;
  text-align: left;
}


.sec13 .sec13-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  place-items: center;
}


.sec13 .sec13-container .box-container {
  width: 31%;
  margin-top: -60px;
}

.sec13 .sec13-container .box-container:nth-child(2) {
  margin-top: 80px;
}

.sec13 .sec13-container .box:nth-child(3) {
  margin-top: 30px;
}


.sec13 .sec13-container .box img {
  width: 95%;
  height: 250px;
  margin-top: 8%;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 10px;
  border: 0.2px solid rgb(183, 183, 183);

}

.sec13 .sec13-container .box .textSec {
  width: 90%;
  margin-left: 15%;
  background-color: #ffffff;
  margin-top: -80px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  /* box-shadow: 0 0 5px rgb(203, 203, 203); */
  padding: 10px 20px;
  border: 0.2px solid rgb(183, 183, 183);
  margin-bottom: 20px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(17, 45, 116, 0)), url(../images/bgImg3.JPG);
  background-position: center;
  background-size: cover;
}

.sec13 .sec13-container .box .textSec h5 {
  color: #000000;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

.sec13 .sec13-container .box .textSec p {
  font-size: 13.5px;
  margin-top: 10px;
  margin-bottom: 0;
  display: none;
}

.sec13 .sec13-container .box .textSec:hover {
  margin-top: -130px;
}

.sec13 .sec13-container .box .textSec:hover p {
  display: block;
}

.sec13 .sec13-container .box .textSec button {
  border: none;
  background-color: transparent;
  color: #ff8000;
}

.sec13 .sec13-container .box .textSec button img {
  width: 20px;
  height: fit-content;
  margin-left: 5px;
}


.sec14 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 3%;
  margin-top: 50px;
  text-align: center;
  background-color: #0a3c75;
}

.sec14 .headingSec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  place-items: center;
  text-align: left;
}

.sec14 .headingSec .tx {
  width: 42%;
}

.sec14 .headingSec .tx h5 {
  width: 100%;
  color: #ff8000;
  place-items: center;
  display: flex;
  text-transform: uppercase;
}

.sec14 .headingSec .tx h5 .line {
  width: 100px;
  height: 2px;
  margin-top: 5px;
  margin-left: 10px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ff8000);

}

.sec14 .headingSec .tx h1 {
  width: 100%;
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
  font-size: 35px;
}

.sec14 .headingSec .tx p {
  font-size: 15px;
  color: rgb(218, 218, 218);
  margin-top: 20px;
}

.sec14 .headingSec img {
  width: 50%;
  border-left: 5px solid rgb(254, 254, 254);
  border-right: 5px solid rgb(255, 255, 255);
  border-radius: 20px;
}


.sec14-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #cfcfcf4e;
}

.sec14-container .box {
  width: 23.5%;
  padding: 20px;
  transition: ease-in-out 0.5s;
  border: 1px solid #cfcfcf4e;
  color: white;
  margin-top: 80px;
  text-align: left;
  border-radius: 10px;
}

.sec14-container .box .line2 {
  width: 2px;
  height: 50px;
  background-color: #cfcfcf4e;
  margin-top: -101px;
  position: relative;
  margin-left: 50%;
  margin-bottom: 50px;
}

.sec14-container .box .line2 .circle {
  width: 10px;
  height: 10px;
  background-color: #ef6000;
  left: -4px;
  bottom: 0;
  border-radius: 50%;
  position: absolute;
}

.sec14-container .text h2 {
  font-size: 25px;
}

.sec14-container .text h2 span {
  /* background-color: #ff6600; */
  padding: 5px;
  margin-right: 5px;
  border-radius: 10px;
  border: 1px solid #f28d28;
}

.sec14-container .text h4 {
  margin-top: 30px;
  /* text-transform: uppercase; */
  color: #ff8000
}

.sec14-container .text p {
  color: rgb(222, 222, 222);
}


.sec15 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  /* background-color: #e6f3ff; */
  margin-top: 50px;
}

.sec15 .text {
  width: 100%;
  padding: 50px;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}

.sec15 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec15 h5 {
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #ff8000;
  display: flex;
  text-transform: uppercase;
  place-items: center;
}

.sec15 h5 .line {
  width: 100px;
  height: 2px;
  margin: 0 10px;
  position: relative;
  z-index: 20;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ff8000);
}

.sec15 h5 .line2 {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ff8000);
}



.sec15 h1 {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  font-size: 35px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}

.sec15 h1 span {
  color: #0a3c75;
  font-weight: 600;
}

.sec15 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #142334;
  color: white;
}

.sec15 .swiper {
  width: 95%;
  /* background: #b1b1b1; */
}

.sec15 .swiper-slide {
  background-color: white;
  /* padding: 10px; */
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 100px;
  padding-bottom: 20px;
  transition: ease-in-out 0.5s;
  justify-content: center;
  position: relative;
}

.sec15 .swiper-slide:hover {
  margin-bottom: 0;
}


.sec15 .swiper-slide .color-box {
  width: 50px;
  height: 50px;
  background-color: #ff8000;
  position: absolute;
  right: 0;
  transition: ease-in-out 0.5s;
  margin-top: -30px;
}

.sec15 .swiper-slide:hover .color-box {
  width: 100px;
  height: 100px;
}

.sec15 .swiper-slide img {
  width: 100%;
  margin: auto;
  height: 300px;
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 10;
  background-color: rgb(228, 240, 255);
  border: 1px solid gray;
  border-radius: 10px;
}

.sec15 .swiper-slide h1 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
}

.sec15 .swiper-slide p {
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  color: #ff8000;
}

.sec15 .swiper-slide .icon-sec {
  width: 32px;
  /* margin-top: 180px; */
  /* display: flex; */
  position: absolute;
  right: 0;
  top: 0;
  justify-content: center;
  transition: ease-in-out 0.5s;
}

.sec15 .swiper-slide:hover .icon-sec {
  margin-bottom: 0;
}

.sec15 .swiper-slide .icon-sec img {
  width: 100%;
  height: fit-content;
  background-color: #0a3c75;
  padding: 6px;
  cursor: pointer;
  border-radius: 0;
}

.sec15 .swiper-slide .icon-sec img:hover {
  background-color: #ff8000;
}



.sec16 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  position: relative;
  display: flex;
  place-items: center;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 50px 0;
}

.sec16 .box {
  width: 50%;
  padding: 0px 5%;
  padding-right: 3%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.842);
}

.sec16 h5 {
  color: #e56d18;
  font-size: 18px;
  width: fit-content;
  padding: 3px 10px;
  background-color: #ffe6ce7c;
  /* border: 0.1px solid #ff8000; */
}

.sec16 h1 {
  width: 100%;
  font-size: 35px;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
  font-weight: 550;
  margin-top: 20px;
}

.sec16 .box .txSec {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  place-items: center;
}

.sec16 .box .txSec .tx {
  width: 38%;
  background-color: #ffe6ce7c;
  color: #e67401;
  padding: 15px 18px;
  border-radius: 5px;
}

.sec16 .box .txSec .tx h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.sec16 .box .txSec .tx img {
  width: 80%;
}

.sec16 .box .txSec h6 {
  width: 65%;
  padding: 8px 0;
  margin: 0;
  padding-left: 20px;
  margin-left: -20px;
  border-left: 2px solid rgb(241, 241, 241);
  margin-right: -8%;
}

.sec16 .swiper {
  width: 100%;
  margin-right: -20%;
}

.sec16 .swiper-slide {
  height: fit-content;
  text-align: center;
  padding: 20px;
  padding-top: 10px;
  background-color: white;
  box-shadow: 5px 5px 10px rgb(241, 241, 241);
  border-left: 2px solid #cecece;

}

.sec16 .swiper .swiper-slide-active {
  border-left: 2px solid #ff8000;
}

.sec16 .swiper-slide .headingSec {
  width: 100%;
  position: relative;
  text-align: left;
}

.sec16 .swiper-slide .headingSec h3 {
  font-size: 22px;
  margin-bottom: -5px;
}

.sec16 .swiper-slide .headingSec img {
  position: absolute;
  right: 0px;
  top: -10px;
  margin-top: -20px;
}

.sec16 .swiper-slide .mess-sec {
  width: 100%;
  display: flex;
  place-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.sec16 .swiper-slide p {
  width: 78%;
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  color: #4e4e4e;
  text-align: left;
}

.sec16 .swiper-slide .mess-sec img {
  width: 20%;
  height: fit-content;
}


.sec16 .swiper-slide .icon {
  width: 20%;
  position: absolute;
  left: 30px;
  top: 0;
  rotate: 180deg;
  opacity: 0.8;
  margin-top: 12%;
}


.sec16 .swiper-slide .btn {
  width: 45px;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  margin-top: 30px;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}

.sec16 .swiper-slide:hover .btn {
  background-color: #a27d6a;
}

.sec16 .swiper-slide .btn img {
  width: 100%;
  filter: brightness(0);
  opacity: 0.5;
  rotate: -20deg;
  transition: ease-in-out 0.5s;

}

.sec16 .swiper-slide:hover .btn img {
  filter: brightness(1);
  rotate: 0deg;
  opacity: 1;
}


.sec16 .text .sliderbtn {
  margin-top: -230px;
  display: flex;

}

.sec16 .text .sliderbtn img {
  margin-left: 15px;
}

.sec16 .text .sliderbtn img:first-child {
  rotate: 180deg;
}



.sec17 {
  max-width: 1800px;
  height: 600px;
  margin: auto;
  padding: 0 6%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.668), rgb(255, 255, 255)), url(../images/Materials\ Supply.JPG);
  background-position: center;
  background-size: 100% 100%;
  /* margin-top: 80px; */
  /* background-attachment: fixed; */
}

.sec17 .tx {
  width: 55%;
}

.sec17 .tx h3 {
  color: #ee9a25;
  margin-bottom: 10px;
  font-size: 20px;
}

.sec17 h1 {
  font-size: 38px;
  margin-top: 10px;
  color: rgb(0, 0, 0);
}

.sec17 h1 span {
  font-weight: 700;
  color: green;
}

.sec17 p {
  font-size: 18px;
  margin-top: 20px;
  color: rgb(0, 0, 0);
}


.sec17 button {
  padding: 10px 20px;
  background-color: #0a3c75;
  color: rgb(255, 255, 255);
  font-size: 18px;
  border: none;
  border-radius: 30px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}


.sec17 button img {
  width: 20px;
  margin-left: 10px;
  height: auto;
}

.sec18 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  padding-top: 50px;
  text-align: center;
  justify-content: center;
  padding-bottom: 80px;
  margin-top: 50px;
  background-color: #133069;
  position: relative;
  margin-bottom: 200px;
}

.sec18 h5 {
  color: #ff8000;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  place-items: center;
  z-index: 10;
  position: relative;
}

.sec18 h5 .colorBox {
  width: 100px;
  height: 2px;
  margin: 0 15px;
  z-index: 10;
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ff8000);
}

.sec18 h5 .colorBox2 {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ff8000);
}

.sec18 .icon {
  width: 100px;
  rotate: 1deg;
}

.sec18 h1 {
  width: 60%;
  margin: auto;
  color: #0a3c75;
  font-weight: 550;
  margin-top: 20px;
  z-index: 20;
  position: relative;
}

.sec18 .pngImg {
  width: 25%;
  position: absolute;
  top: -80px;
  left: -50px;
  opacity: 0.6;
  /* filter: brightness(0) invert(1); */
  z-index: 10;
  /* filter: brightness(0); */
}

.sec18 .pngImg2 {
  left: auto;
  right: -50px;
}

.sec18 .shape {
  width: 110%;
  height: 600px;
  top: -80px;
  left: -5%;
  position: absolute;
  background-color: white;
  border-radius: 0 0 1000% 1000%;
}

.sec18 .swiper {
  width: 95%;
  margin-top: 10px;
  padding: 10px;
  padding-top: 50px;
  z-index: 22;
}

.sec18 .swiper .swiper-slide {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 18px;
  border: 0.1px solid rgb(168, 168, 168);
}

.sec18 .swiper .swiper-slide img {
  width: 100%;
  height: 250px;
  opacity: 1;
  border-radius: 10px;
}

.sec18 .swiper .swiper-slide h3 {
  color: #000000;
  text-align: left;
  margin: 15px 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.sec18 .swiper .swiper-slide .line {
  width: 100px;
  height: 2px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ff8000);
  margin-bottom: 20px;
}

.sec18 .swiper .swiper-slide p {
  color: #000000e4;
  text-align: left;
}

.sec18 .swiper .swiper-slide button {
  width: 100%;
  padding: 0px;
  font-size: 18px;
  color: #ff8000;
  background-color: transparent;
  border: none;
  display: flex;
  place-items: center;
  font-weight: 600;
  padding-top: 15px;
  border-top: 0.1px solid rgb(217, 217, 217);
  /* text-transform: uppercase; */
  text-align: left;
  letter-spacing: normal;
}

.sec18 .swiper .swiper-slide button img {
  width: 25px;
  height: fit-content;
  margin-left: 10px;
  rotate: -30deg;
  padding: 3px;
  border-radius: 50%;
  background-color: #ff8000;
}

.sec18 .btnSec {
  width: 92%;
  margin: auto;
  display: flex;
  place-items: center;
  margin-top: 80px;
  justify-content: space-between;
  z-index: 12;
  position: relative;
}

.sec18 .btnSec button {
  padding: 10px 20px;
  background-color: transparent;
  border: 01px solid #ff800085;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.sec18 .btnSec button img {
  width: 25px;
  margin-left: 10px;
  background-color: #ff8000;
  padding: 2px;
  border-radius: 50%;
}

.sec18 .btnSec .lineSec {
  width: 64%;
  height: 0.5px;
  background-color: #ffffff8c;
}

.sec18 .btnSec .bt img {
  width: 45px;
  background-color: #ff8000;
  padding: 5px;
  margin: 3px;
  cursor: pointer;

}

.sec18 .btnSec .bt img:nth-child(1) {
  rotate: 180deg;
}

/* .sec18 .icon {
  width: 20%;
  filter: brightness(0) invert(1);
  position: absolute;
  left: 0;
  top: 80%;
  opacity: 0.5;
} */

.sec18 .videoSec {
  width: 95%;
  margin: auto;
  margin-top: 80px;
  /* position: relative; */
}

.sec18 .videoSec img {
  width: 100%;
  margin-bottom: -300px;
  border-radius: 20px;
}

.sec18 .videoSec img:nth-child(2) {
  width: 100px;
  cursor: pointer;
  border-radius: 50%;
  margin-bottom: -260px;
}


/* The modal (background overlay) */
.video-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.925);
  justify-content: center;
  align-items: center;
}

/* Modal content (video container) */
.video-modal-content {
  position: relative;
  width: 100%;
  max-width: 800px;
}

.video-modal-content video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Close button */
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #ff8000;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}


.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 80;
  width: fit-content;
  right: 0;
  margin-top: 30%;
  margin-right: 30px;
}

.whatsapp img {
  width: 50px;
  /* position: absolute; */

}


.certificate {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  text-align: center;
  justify-content: center;
}

.certificate img {
  width: 70%;
}



/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  background-color: #133069;
  color: rgba(0, 0, 0, 0.781);
  padding-top: 80px;
  background-image: linear-gradient(rgba(5, 15, 69, 0.784), rgba(5, 25, 66, 0.935), rgb(5, 25, 66)), url(../images/Construction\ Services\ img2.JPG);
  background-position: center;
  background-size: cover;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  padding: 0 3%;
}

.sec2-text {
  width: 25%;
  color: #ffffffbc;
}

.sec2-text:nth-child(3) {
  width: 15%;
}


.sec2-text:nth-child(2) span {
  width: 10px;
  margin-top: 0px;
  margin-right: 15px;
}

.sec2-text:nth-child(2) {
  width: 20%;
}

.sec2-text li span {
  color: #ff8000;
  margin-right: 10px;
}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #ff8000;
  /* text-transform: uppercase; */
}

.sec2-text h1 img {
  width: 100px;
  background-color: white;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: -5px;
}

.sec2-text .box {
  display: flex;
}

.sec2-text .box .line {
  width: 50px;
  height: 2px;
  background-color: #13aabb;
  margin-bottom: 10px;
}

.sec2-text .box .circle {
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-radius: 50%;
  border: 2px solid #13aabb;
  background-color: white;
}

.sec2-text h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #95b063;

}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #ff8000;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d a {
  color: #ffffffda;
}

.sec2-text .d p {
  font-size: 15px;
}

.icons {
  margin: 0;
}

.icons h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  color: #ffffffda;
}

.icons ul {
  display: flex;
  margin-top: -20px;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 35px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #f08e0f;
  margin-right: 10px;
  margin-top: 15px;
  opacity: 0.8;
  margin-bottom: -10px;
  /* filter: brightness(0); */
}

.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: #ffffffda;
  list-style: none;
  display: flex;
  text-decoration: none;
}

.sec2-text ul li:hover a {
  color: #ffffffda;
}

.col-xl-3 ul li {
  list-style: none;
  text-decoration: none;
  margin-top: 12px;
  font-size: 18px;
}

.col-xl-3 ul li a {
  color: rgba(0, 0, 0, 0.832);
  margin-top: 10px;
  font-size: 20px;
}

.col-xl-3 nav:hover {
  background: transparent;
}


.sec2-text .input-sec {
  display: flex;
  place-items: center;
  margin-top: 20px;
}

.sec2-text .input-sec input {
  padding: 12px;
  border-radius: 5px;
  border: none;
  /* border: 0.1px solid rgb(153, 153, 153); */
}

.sec2-text .input-sec button {
  padding: 9px 10px;
  background-color: #95b063;
  border: none;
  border-radius: 0 5px 5px 0;
  margin-left: -8px;
}

.sec2-text .input-sec button img {
  width: 30px;
}



.footer-base {
  text-align: center;
  padding: 20px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  border-top: 0.5px solid #b1b1b16c;
  border-bottom: 0.5px solid #b1b1b16c;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  place-items: center;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.footer-base p {
  margin-bottom: 0;
  text-align: center;
  font-size: 13.8px;
  font-weight: 400;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.613);
}

.footer-base p span {
  color: #ff8000;
}

.footer-base ul {
  display: flex;
}

.footer-base .baseMenu ul li {
  list-style: none;
  margin: 0 10px;
  color: rgba(220, 220, 220, 0.767);
}

/* .footer-base .baseMenu ul li:nth-child(2){
  color: #ff8000;
}
.footer-base .baseMenu ul li:nth-child(4){
  color: #ff8000;
} */


.footer .logoSec {
  max-width: 2000px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: -20px;
}

.footer .logoSec img {
  width: 220px;
  filter: brightness(10);
}


@media screen and (max-width: 900px) {

  .footer {
    padding-top: 20px;
  }

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sec2-text h2 {
    font-size: 25px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .sec2-text:nth-child(1) p {
    text-align: justify;
  }

  .sec2-text:nth-child(2) {
    width: 100%;
    margin: 0;
  }


  .sec2-text:nth-child(3) {
    width: 100%;
  }

  .footer-base {
    padding: 20px 0;
    text-align: center;
  }

  .footer-base p {
    font-size: 15px;
    padding: 10px;
  }

  .sec2-text .input-sec input {
    width: 90%;
  }

  .footer-base .baseMenu {
    width: 100%;
    justify-content: center;
  }

  .footer-base .baseMenu ul {
    text-align: center;
    margin-left: 10%;
  }


  .icons {
    width: 100%;
    text-align: center;

  }

  .icons ul {
    justify-content: center;
  }




}