* {
  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;
}


/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
  /* padding: 5%; */
  margin-top: -80px;
}

.slider .swiper {
  width: 100%;

}

.slider .swiper-slide {
  width: 100%;
  height: 110vh;
  background-color: #d68127;
  display: flex;
  padding-top: 5%;
}

.slider .swiper-slide .text {
  width: 60%;
  margin: auto 0;
  color: white;
  margin-left: 3%;
  padding: 80px 50px;

}

.slider .swiper-slide .text h5 {
  color: rgb(158, 202, 47);
  text-transform: uppercase;
}

.slider .swiper-slide .text h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  z-index: 30;
  margin: 20px 0;
  font-weight: bold;
}

.slider .swiper-slide .text h1 span {
  font-style: italic;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #d681273e;
}

.slider .swiper-slide .text p {
  font-size: 20px;
  margin-top: 10px;
  color: rgb(224, 224, 224);
  letter-spacing: normal;
}

.slider .swiper-slide .text button {
  padding: 8px 15px;
  border: none;
  background-color: #d68127;
  font-size: 20px;
  border-radius: 30px;
  margin-top: 10px;
  color: black;
  font-weight: 600;
  padding-left: 20px;
}

.slider .swiper-slide .text button:hover {
  background-color: #000000;
  color: white;
}

.slider .swiper-slide .text button img {
  width: 30px;
  background-color: #021937;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: -8px;
  margin-top: -2px;
}

.slider .slider1 {
  background-image: linear-gradient(to right, rgba(6, 29, 53, 0.798), rgba(0, 61, 24, 0)), url(../images/Residential\ Construction6a.png);
  background-position: center;
  background-size: cover;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(6, 29, 53, 0.798), rgba(0, 61, 24, 0)), url(../images/Commercial\ Construction3.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(8, 41, 81, 0.64), rgba(0, 61, 24, 0.162)), url(../images/Interior\ Design\ &\ Fit-Out\ img5.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider4 {
  background-image: linear-gradient(to right, rgba(6, 29, 53, 0.856), rgba(0, 61, 24, 0)), url(../images/Architecture.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider5 {
  background-image: linear-gradient(to right, rgba(6, 29, 53, 0.856), rgba(0, 61, 24, 0)), url(../images/Renovation\ &\ Remodeling4.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider6 {
  background-image: linear-gradient(to right, rgba(6, 29, 53, 0.918), rgba(0, 61, 24, 0)), url(../images/Villa\ &\ Bungalow\ Construction4.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider7 {
  background-image: linear-gradient(to right, rgba(6, 29, 53, 0.884), rgba(0, 61, 24, 0)), url(../images/Villa\ &\ Bungalow\ Construction3.JPG);
  background-position: center;
  background-size: cover;
}

.slider .slider8 {
  background-image: linear-gradient(to right, rgba(6, 29, 53, 0.777), rgba(0, 61, 24, 0)), url(../images/Waterproofing\ Services3.jpg);
  background-position: center;
  background-size: cover;
}


.sliderbtn {
  width: fit-content;
  margin-top: -35%;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0 6%;
  margin-bottom: 30%;
  text-align: right;
  justify-content: right;
  /* background: rgba(0, 0, 0, 0.476); */
  margin-left: 85%;
}

.sliderbtn img {
  width: 40px;
}

.sliderbtn img:hover {
  cursor: pointer;
  filter: brightness(0);
}

.sliderbtn .prev {
  transform: rotate(-90deg);
  margin-top: 10px;
}

.sliderbtn .next {
  transform: rotate(90deg);
  margin-top: 20px;
  margin-bottom: 10px;

}


.sliderbtn .line {
  width: 3px;
  height: 100px;
  margin: auto;
  position: relative;
  background-image: linear-gradient(to top, rgb(255, 136, 0), rgba(255, 179, 0, 0.719), rgba(255, 255, 255, 0));
}

.sliderbtn .line2 {
  background-image: linear-gradient(to bottom, rgb(255, 136, 0), rgba(255, 179, 0, 0.719), rgba(255, 255, 255, 0));
}

.png-sec {
  max-width: 1800px;
  margin: auto;
  text-align: center;
  height: fit-content;
  margin-top: -70px;
}

.png-sec img {
  width: 100%;
  margin-top: -29%;
  position: relative;
  z-index: 10;
}

.png-sec .mouse {
  width: 100px;
  position: relative;
  z-index: 11;
  margin: auto;
  margin-top: -35%;
  margin-left: -6%;
  opacity: 0.5;
}





.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 3%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  overflow: hidden;
  margin-top: -150px;
}

.sec1 .text-containter {
  width: 52.8%;
}

.sec1 .text-containter h4 {
  font-size: 18px;
  color: #e7b50e;
  display: flex;
  place-items: center;
  text-transform: uppercase;
}

.sec1 .text-containter h4 img {
  width: 50px;
  margin-left: 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 h5 {
  font-size: 25px;
  color: #56cb16;
  margin-top: -10px;
  margin-bottom: 10px;
}

.sec1 .text-containter p {
  font-size: 16px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.769);
}


.sec1 .text-containter .icon-container {
  background-color: rgb(240, 240, 240);
  border-left: 10px solid orange;
  border-radius: 10px;
  display: flex;
  padding: 30px 20px;
  justify-content: space-between;
}

.sec1 .text-containter .icon-container .box {
  display: flex;
  width: 48%;
}

.sec1 .text-containter .icon-container .box img {
  width: 50px;
  height: fit-content;
  background-color: rgb(212, 193, 156);
  margin-right: 20px;
  padding: 5px;
  border-radius: 5px;
}

.sec1 .text-containter .icon-container .box .tx-sec {
  width: 80%;
}

.sec1 .text-containter .icon-container .box .tx-sec h4 {
  color: #be860c;
}

.sec1 .text-containter .icon-container .box .tx-sec p {
  font-size: 14px;
}


.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: #ffaa00;
  border: none;
  color: rgb(0, 0, 0);
  padding: 8px 20px;
  /* text-transform: uppercase; */
  font-size: 18px;
  display: flex;
  place-items: center;
  border-radius: 30px;
  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;
  margin-left: -2%;
}

.sec1 .img-container .img {
  width: 88%;
  height: auto;
  padding: 10px;
  border-radius: 5px;
}

.sec1 .img-container .img img {
  width: 90%;
  height: 100%;
  z-index: 10;
  margin-left: -15px;
  position: relative;
  border-radius: 20px;
  border: 5px solid rgb(255, 255, 255);
}

.sec1 .img-container .img img:nth-child(2) {
  width: 50%;
  height: fit-content;
  position: absolute;
  left: 60%;
  top: 10%;
}

.sec1 .img-container .img .bx {
  width: 150px;
  height: 150px;
  z-index: 10;
  position: absolute;
  left: 70%;
  top: 60%;
  border-radius: 50%;
  background-color: orange;
  text-align: center;
  justify-content: center;
}

.sec1 .img-container .img .bx h3 {
  margin: auto;
  height: 80px;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-top: 35px;
  color: rgb(86, 214, 17);
  width: fit-content;
  border-radius: 50%;
  background-color: #0d72e6;
  padding: 5px 11.4px;
  padding-top: 18px;
  border: 0.2px solid gray;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

.sec1 .img-container .img .bx img {
  width: 90%;
  border: none;
  position: absolute;
  left: 23px;
  top: 8px;
  filter: brightness(0.3);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  animation: spin 15s linear infinite;

}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.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(226, 255, 208, 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: #399113;
  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: #ffb700;
}

.sec3 .box img {
  width: 50%;
  border-radius: 10px;
}

.sec3 .box2 {
  padding: 0;
  border: none;
}

.sec3 .box2 img {
  width: 100%;
}

.sec3 .box3 {
  display: block;
  padding: 20px;
  overflow: hidden;
  background-image: linear-gradient(to right, rgba(247, 230, 187, 0.798), rgba(255, 255, 255, 0.634)), url(../images/bgImg2.JPG);
  background-position: center;
  background-size: 105% 100%;
}

.sec3 .box3 .iconSec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  mix-blend-mode: multiply;
}

.sec3 .box3 .iconSec img {
  width: 70px;
  opacity: 0.8;
}

.sec3 .box3 .iconSec img:nth-child(2) {
  width: 80px;
  /* background-color: #133069;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff; */

}

.sec3 .box3 h3 {
  color: rgb(0, 0, 0);
  font-size: 25px;
  margin-top: 10px;
}

.sec3 .box3 h2 {
  color: #4ea315;
  font-size: 30px;
}

.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;
  position: relative;
  display: flex;
  margin-top: 80px;
  margin-bottom: 50px;
}

.sec4 img {
  width: 46%;
  height: fit-content;
}



.sec4 .faq {
  width: 50%;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.sec4 .faq-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.sec4 .faq-item {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 15px 20px;
}

.sec4 .faq-item summary {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 25px;
  color: #0b3775;
}

.sec4 .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.sec4 .faq-item[open] summary::after {
  content: "–";
}

.sec4 .faq-item p {
  margin-top: 18px;
  line-height: 1.6;
  color: #444;
}




.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
}

.sec5 h4 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #db9c17;
  margin-top: 0;

}

.sec5 h4 img {
  width: 50px;
  margin: 0 15px;
  height: fit-content;
  z-index: 10;
  position: relative;
  margin-top: 10px;
}

.sec5 h1 {
  width: 100%;
  font-size: 35px;
  color: #0e286b;
  text-align: left;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 20;
}

.sec5 h5 {
  margin: auto;
  width: 100%;
  font-size: 25px;
  text-align: center;
  justify-content: center;
  margin-top: 5px;
}

.sec5 .sec5-container {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec5 .box {
  width: 32%;
  height: 360px;
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/Residential\ Interior\ Design2.JPG);
  background-position: center;
  background-size: cover;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 20px;
}

.sec5 .box2 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/Commercial\ Interiors.JPG);
  background-position: center;
  background-size: cover;
}

.sec5 .box3 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/Modular\ Kitchens\ &\ Wardrobes2.JPG);
  ;
  background-position: center;
  background-size: cover;
}

.sec5 .box4 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/False\ Ceiling\ &\ POP\ Work.webp);
  background-position: center;
  background-size: cover;
}

.sec5 .box5 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/Flooring\ &\ Surface\ Finishes2.JPG);
  background-position: center;
  background-size: cover;
}

.sec5 .box6 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/Painting\ &\ Wall\ Finishes2.JPG);
  background-position: center;
  background-size: cover;
}

.sec5 .box:hover .tx1 {
  margin-top: 0;
  height: 360px;
}

.sec5 .box .tx1 {
  width: 100%;
  height: 320px;
  background-color: #000000bb;
  color: white;
  margin-top: -370px;
  margin-bottom: 335px;
  transition: ease-in-out 0.5s;
}

.sec5 .box .tx1 .hd-t {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sec5 .box .tx1 img {
  width: 80px;
  height: fit-content;
  margin-bottom: -50px;
  padding: 10px;
  padding-top: 10px;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);

}

.sec5 .box h3 {
  width: 100%;
  margin-top: 100px;
  color: #cf9d31;
  text-align: left;
  margin-left: 30px;
  font-size: 25px;
  margin-right: -50px;
}

.sec5 .box p {
  margin-top: 10px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  margin-left: 30px;
  padding-right: 10px;
}

.sec5 .box button {
  background-color: #5abd21;
  color: #000000;
  font-size: 17px;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 500;
  margin-left: 30px;
  border: 0.1px solid rgb(42, 200, 39);
}

.sec5 .box button:hover {
  background-color: #2b7de0;
}


.sec5 .box .tx2 {
  width: 100%;
  background-color: #d8ae25;
  display: flex;
  justify-content: space-between;
  color: rgb(0, 0, 0);
  padding: 5px 0;
  margin-top: 0px;
  padding-left: 20px;
  place-items: center;
  padding-bottom: 20px;
  /* padding: 20px; */
}

.sec5 .box .tx2 h2 {
  margin: 0;
  width: 60%;
  font-size: 25px;
}

.sec5 .box .tx2 img {
  width: 80px;
  padding: 10px;
  padding-top: 30px;
  margin-top: -45px;
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-color: #53c00b;
  /* -webkit-filter: invert(100%);
  filter: invert(100%); */
}


.sec6 {
  max-width: 1800px;
  margin: auto;
  position: relative;
  margin-top: 50px;
  padding: 5% 4%;
}

.sec6 .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec6 .text .tx {
  width: 50%;
}

.sec6 .text .tx h5 {
  margin-bottom: 5px;
  width: fit-content;
  place-items: center;
  display: flex;
  color: #e59018;
  text-transform: uppercase;
  border-radius: 5px;
}

.sec6 .text .tx h5 img {
  width: 50px;
  margin: 0 15px;
  height: fit-content;
  z-index: 10;
  position: relative;
  margin-top: 10px;
}

.sec6 .text .tx h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #0b1b62;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sec6 .text img {
  width: 45%;
  height: 200px;
  margin-top: 20px;
  object-fit: cover;
  border-radius: 20px;
}


.sec6 .swiper {
  width: 100%;
  margin-top: 50px;
}

.sec6 .swiper-slide {
  font-size: 18px;
  padding: 30px;
  height: auto;
  background-color: #ffffffe3;
  border-radius: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.644);
  border-left: 1px solid rgba(0, 0, 0, 0.64);
  background-image: linear-gradient(rgba(255, 255, 255, 0.692), rgba(255, 255, 255, 0.551)), url(../images/bgImg2.JPG);
  background-position: center;
  background-size: cover;
}

.sec6 .swiper-slide:hover {
  background-color: rgb(4, 34, 97);
  cursor: pointer;
}


.sec6 .swiper-slide .imgSec {
  width: 50px;
  height: 50px;
  background-color: rgb(248, 185, 26);
  object-fit: cover;
  text-align: center;
  display: grid;
  border-radius: 50%;
  place-items: center;
}

.sec6 .swiper-slide .tx-sec {
  width: 100%;
}

.sec6 .swiper-slide .tx-sec h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #29b31a;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
}

.sec6 .swiper-slide .tx-sec p {
  color: rgb(75, 75, 75);
  margin-bottom: 0;
  font-size: 16px;
}


.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;
  margin-bottom: 50px;
}

.sec8-container {
  width: 92%;
  margin: auto;
  margin-top: -100px;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 50px;
  border: 0.1px solid #a2897d;
  background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.545)), url(../images/videoBanner4.JPG);
  background-position: center;
  background-size: cover;
}

.sec8-container .text {
  width: 50%;
  padding: 80px;
  background-image: linear-gradient(rgba(26, 16, 2, 0.562), rgba(75, 176, 35, 0.743)), url(../images/bg\ img\ 6.jpg);
  background-position: center;
  background-size: 100% 100%;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  padding-left: 60px;
}

.sec8-container .text h4 {
  color: #d9ac25;
}

.sec8-container .text h1 {
  color: #ffffff;
  font-size: 35px;
  margin: 20px 0;
}

.sec8-container .text p {
  margin-top: 20px;
  font-size: 18px;
}

.sec8-container .text button {
  padding: 8px 20px;
  border: none;
  background-color: #d9ac25;
  margin-top: 10px;
  /* border-radius: 10px; */
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #d9ac25;
  border-radius: 30px;
}

.sec8-container .text button:hover {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.sec8-container .text button img {
  width: 30px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  margin-left: 5px;
  margin-right: -12px;
}

.sec8-container .text button:hover img {
  background-color: #d9ac25;
}


.sec8-container ul {
  width: 45%;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 5%;
}

.sec8-container ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  place-items: center;
  padding: 20px;
}

.sec8-container ul li:nth-child(1) {
  border-right: 2px solid #50d221ac;
  border-bottom: 2px solid #50d221ac;
}

.sec8-container ul li:nth-child(4) {
  border-top: 2px solid #50d221ac;
  border-left: 2px solid #50d221ac;
  margin-left: -3px;
  margin-top: -2px;
}

.sec8-container ul li img {
  width: 50px;
  height: fit-content;
  margin-right: 10px;
  /* -webkit-filter: invert(100%);
  filter: invert(100%); */
  background-color: #e7b240;
  padding: 5px;
  border-radius: 10px;
}

.sec8-container ul li h2 {
  font-size: 45px;
  color: #e7aa30;
  margin: 0;
}

.sec8-container ul li p {
  margin: 0;
  font-size: 18px;
  color: white;
}



.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: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  place-items: center;
  padding-top: 0;
  margin-top: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.034)), url(../images/bgImg3a.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 img {
  width: 30px;
  margin-right: 10px;
}

.sec10 .form-sec h3 {
  width: 100%;
  font-size: 30px;
  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: 30px;
  border-radius: 30px;
  background-color: white;
  border: 0.1px solid rgb(217, 111, 18);
  /* box-shadow: 0 30px 20px rgb(225, 225, 225); */

}

.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-image: linear-gradient(to right, rgba(222, 76, 23, 0.791), rgb(224, 126, 40));
  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: 45%;
  background-color: white;
  margin-right: 3%;
  /* box-shadow: 0 30px 20px rgb(225, 225, 225); */
  border: 0.1px solid rgb(217, 111, 18);
  height: fit-content;
  position: relative;
  padding: 20px;
  border-radius: 30px;
}

.sec10 .form-sec .text-sec iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;

}

.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 5% 3%;
  text-align: center;

}

.sec11 h5 {
  width: 100%;
  display: flex;
  place-items: center;
  color: #ffae00;
  text-align: center;
  justify-content: center;
}

.sec11 h5 img {
  width: 70px;
  margin: 0 10px;
}

.sec11 h2 {
  font-size: 35px;
  color: #081a6b;
}

.sec11 p {
  margin-bottom: 0;
  font-size: 20px;
}

.sec11 .sec11-container2 {
  width: 100%;
  text-align: left;
}


.sec11 .sec11-container2 .boxContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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 .box {
  width: 45%;
  display: flex;
  margin: 20px !important;
  padding: 10px 0;
  padding: 20px;
  /* place-items: center; */
  background-color: rgba(239, 239, 239, 0.798);
  border: 0.2px solid rgb(212, 212, 212);
  border-radius: 10px;
}

.sec11 .sec11-container2 .boxContainer img {
  background-color: #439d1f;
  width: 80px;
  height: fit-content;
  border-radius: 10px;
  padding: 5px;
  margin-right: 20px;
}

.sec11 .sec11-container2 .boxContainer h4 {
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.sec11 .sec11-container2 .boxContainer p {
  font-size: 16.5px;
  color: rgb(77, 77, 77);
}

.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 {
  max-width: 1800px;
  margin: auto;
  background-color: #040f0f;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  display: none;
  /* background-color: #629191; */

}


.sec12 .text {
  width: 60%;
  background-color: #b48810;
  padding: 40px;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  margin-top: -20px;

}

.sec12 .text h1 {
  font-size: 35px;
  color: #000000;
  margin: 0;
  font-weight: 700;
}

.sec12 .text span {
  color: #ffffff;
}


.sec12 .contact {
  width: 40%;
  padding: 20px 0;
  color: white;
}

.sec12 .contact p {
  font-style: 22px;
  color: white;
}

.sec12 .contact h5 span {
  color: #cebd6a;
}

.sec12 .contact .btn {
  display: flex;
  margin-top: 15px;
}

.sec12 .contact input {
  width: 60%;
  padding: 10px;
  /* border-radius: 8px 0 0 8px; */
  border: 0.2px solid rgb(211, 211, 211);
}

.sec12 .contact input:focus {
  outline: none;
}

.sec12 .contact button {
  padding: 8px 20px;
  border: none;
  background-color: #629191;
  /* margin-left: -5px; */
  /* border-radius: 0 8px 8px 0; */
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.sec12 .contact button:focus {
  outline: none;
}

.sec12 .contact button img {
  width: 30px;
}



.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 2% 4%;

}

.sec13 h3 {
  font-size: 20px;
  color: #e6a118;
}

.sec13 h3 img {
  width: 60px;
  margin-left: 5px;
}

.sec13 h1 {
  font-style: 25px;
  color: rgb(14, 14, 117);
  margin-bottom: 25px;
}


.sec13 .swiper {
  width: 100%;
  margin-top: 20px;
}

.sec13 .swiper-slide {
  text-align: center;
  border-radius: 20px;
  background-color: #041414;
}

.sec13 .swiper-slide::after {
  content: "Jennisha Interiors & Civil Work";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  color: rgba(255, 255, 255, 0.35);
  font-size: 22px;
  font-weight: bold;
  pointer-events: none;
  white-space: nowrap;
}

.sec13 .swiper-slide img {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.sec13b .swiper-slide img {
  border-radius: 10px;
}

.sec13d .swiper-slide img {
  border-radius: 10px;
}

.sec13c .swiper-slide img {
  border-radius: 10px;
}

/* Hide in sec13g */
.sec13g .swiper-slide::after {
  content: none !important;
  display: none !important;
}



.sec13 .swiper-slide h3 {
  margin-top: 10px;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 10px 0;
  color: white;
  font-size: 22px;
}


.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: 45%;
}

.sec14 .headingSec .tx h5 {
  width: 100%;
  color: #f4a614;
  place-items: center;
  display: flex;
  text-transform: uppercase;
}

.sec14 .headingSec .tx h5 img {
  width: 60px;
  margin-top: 5px;
  margin-left: 10px;
}

.sec14 .headingSec .tx h1 {
  width: 100%;
  color: #081a6b;
  font-weight: 600;
  margin-top: 10px;
  font-size: 35px;
}

.sec14 .headingSec .tx p {
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin-top: 20px;
}

.sec14 .headingSec img {
  width: 50%;
  border-radius: 20px;
}


.sec14-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 2px solid #0000004e;
}

.sec14-container .box {
  width: 23.5%;
  padding: 20px;
  transition: ease-in-out 0.5s;
  border: 1px solid #0000004e;
  color: rgb(0, 0, 0);
  margin-top: 80px;
  /* background-color: #eaf7ffcf; */
  text-align: left;
  border-radius: 10px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(17, 45, 116, 0)), url(../images/bgImg3.JPG);
  background-position: center;
  background-size: cover;
}

.sec14-container .box .line2 {
  width: 2px;
  height: 50px;
  background-color: #0000004e;
  margin-top: -101px;
  position: relative;
  margin-left: 50%;
  margin-bottom: 50px;
}

.sec14-container .box .line2 .circle {
  width: 12px;
  height: 12px;
  background-color: #195bab;
  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;
  color: white;
  background-color: #52ab0f;
  border: 1px solid #ffffff;
}

.sec14-container .text h4 {
  margin-top: 30px;
  /* text-transform: uppercase; */
  color: #cd9806;
  border-bottom: 0.5px solid gray;
  padding-bottom: 20px;
}

.sec14-container .text p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  margin-bottom: 0;
}


.sec15 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  /* padding-bottom: 100px; */
  color: rgb(0, 0, 0);
}

.sec15 .text {
  width: 100%;
  padding: 50px;
  margin: auto;
  height: fit-content;
  text-align: left;
  display: flex;
  place-items: center;
  padding-bottom: 30px;
  justify-content: space-between;
}

.sec15 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec15 h5 {
  width: 100%;
  text-align: left;
  color: #eea20a;
  display: flex;
  justify-content: left;
  place-items: center;
  text-align: left;
}

.sec15 h5 img {
  width: 60px;
  margin: 0 10px;
  position: relative;
  z-index: 20;
}

.sec15 h1 {
  width: 80%;
  text-align: left;
  margin-top: 20px;
  font-size: 35px;
  color: #0a2a69;
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
  z-index: 20;
}

.sec15 h1 span {
  color: #eea20a;
}

.sec15 .text button {
  padding: 8px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #e9c214;
  color: rgb(0, 0, 0);
}

.sec15 .swiper {
  width: 95%;
  /* background: #b1b1b1; */
}

.sec15 .swiper-slide {
  background-color: #fcf1d8a4;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 100px;
  transition: ease-in-out 0.5s;
  border: 0.5px solid rgb(192, 192, 192);
  background-image: linear-gradient(rgba(255, 255, 255, 0.688), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bgImg3.JPG);
  background-position: center;
  background-size: 100% 100%;
}

.sec15 .swiper-slide:hover {
  margin-bottom: 0;
}


.sec15 .swiper-slide .color-box {
  width: 50px;
  height: 50px;
  background-color: #3cc427;
  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: 250px;
  border-radius: 8px;
  position: relative;
  border: 0.5px solid rgb(192, 192, 192);
  z-index: 10;
}

.sec15 .swiper-slide h1 {
  font-size: 22px;
  margin-bottom: 0;
  margin-left: 10%;
  text-align: center;
  color: #1481cf;
}

.sec15 .swiper-slide p {
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  color: #27860f;
}

.sec15 .swiper-slide .icon-sec {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: -55px;
  transition: ease-in-out 0.5s;
}

.sec15 .swiper-slide:hover .icon-sec {
  margin-bottom: 0;
}

.sec15 .swiper-slide .icon-sec img {
  width: 35px;
  height: fit-content;
  background-color: #c39414;
  padding: 5px;
  margin: 0 10px;
  cursor: pointer;
}

.sec15 .swiper-slide .icon-sec img:hover {
  background-color: #2fb21b;
}



.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 .box button {
  padding: 5px 20px;
  margin-top: 20px;
  color: rgb(0, 0, 0);
  border: 0.3px solid gray;
  border-radius: 5px;
}

.sec16 .box button:hover {
  background-color: #0a3c75;
  color: white;
}

.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;
  margin: auto;
  padding: 6% 3.8%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to left, rgba(184, 118, 18, 0), rgba(5, 24, 64, 0.568), rgba(10, 40, 84, 0.877)), url(../images/Commercial\ Construction.JPG);
  background-position: center;
  background-size: 100% 100%;
  /* margin-top: 80px; */
  /* background-attachment: fixed; */
}

.sec17 .tx {
  width: 60%;
}

.sec17 .tx h3 {
  color: #ee9a25;
  margin-bottom: 10px;
  font-size: 20px;
}

.sec17 h1 {
  font-size: 45px;
  margin-top: 10px;
  font-weight: 700;
  color: rgb(252, 252, 252);
}

.sec17 h1 span {
  font-weight: 700;
  color: green;
}

.sec17 p {
  font-size: 20px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.842);
  padding-bottom: 50px;
  border-bottom: 0.8px solid rgba(255, 255, 255, 0.822);
}

.sec17 ul {
  width: 100%;
  justify-content: space-between;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.sec17 ul li {
  width: 48%;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: flex;

}

.sec17 ul li img {
  width: 60px;
  /* -webkit-filter: invert(100%);
  filter: invert(100%); */
  margin-right: 15px;
  padding: 8px;
  backdrop-filter: blur(2px);
  border-radius: 10px;
  background-color: rgba(247, 228, 194, 0.349);
}


.sec17 button {
  padding: 10px 20px;
  background-color: #bd8414;
  color: rgb(0, 0, 0);
  font-size: 20px;
  border: none;
  border-radius: 10px;
  margin-top: 30px;
  display: flex;
  font-weight: 600;
  flex-wrap: wrap;
}


.sec17 button img {
  width: 30px;
  margin-left: 15px;
  height: auto;
  background-color: white;
  border-radius: 8px;
  padding: 3px;
  margin-right: -5px;
}


.sec18 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  padding-top: 0px;
  text-align: center;
  justify-content: center;
  padding-bottom: 0px;
  margin-top: 50px;
  background-color: #ffffff;
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.753), rgba(255, 255, 255, 0.603)), url(../images/bgImg3.JPG);
  background-position: center;
  background-size: 105% 100%;
  /* margin-bottom: 200px; */

}

.sec18 h5 {
  color: #e8a806;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  place-items: center;
  z-index: 10;
  position: relative;
}

.sec18 h5 img {
  width: 50px;
  margin: 0 15px;
  z-index: 10;
  position: relative;
}

.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: rgba(255, 255, 255, 0);
  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);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.877), rgba(226, 255, 208, 0.767)), url(../images/bgImg2.JPG);
  background-position: center;
  background-size: 105% 100%;
}

.sec18 .swiper .swiper-slide img {
  width: 100%;
  height: 250px;
  opacity: 1;
  border-radius: 10px;
}

.sec18 .swiper .swiper-slide h3 {
  color: #db8c1d;
  text-align: left;
  margin: 0px 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.sec18 .swiper .swiper-slide .line {
  width: 100%;
  height: 1.5px;
  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 h3 img {
  width: 35px;
  height: fit-content;
  margin-left: 10px;
  rotate: -30deg;
  padding: 3px;
  border-radius: 50%;
  background-color: #74d61f;
  position: absolute;
  right: 0;
  top: 0;
}

.sec18 .btnSec {
  width: 92%;
  margin: auto;
  display: flex;
  place-items: center;
  margin-top: 50px;
  justify-content: space-between;
  z-index: 12;
  position: relative;
}

.sec18 .btnSec button {
  padding: 10px 20px;
  background-color: #f7b739;
  border: 01px solid #ff800085;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-size: 18px;
}

.sec18 .btnSec button img {
  width: 25px;
  margin-left: 10px;
  background-color: #49b816;
  padding: 2px;
  border-radius: 50%;
}

.sec18 .btnSec .lineSec {
  width: 64%;
  height: 0.5px;
  background-color: #0000008c;
}

.sec18 .btnSec .bt img {
  width: 45px;
  background-color: #d49821;
  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: 105%;
  margin: auto;
  margin-top: 80px;
  margin-left: -30px;
  margin-right: -30px;
  /* position: relative; */
}

.sec18 .videoSec img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.sec18 .videoSec img:nth-child(2) {
  width: 100px;
  height: fit-content;
  cursor: pointer;
  border-radius: 50%;
  margin-top: -450px;
}


.sec20 {
  max-width: 1800px;
  margin: auto;
  padding: 0 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sec20 .text {
  width: 45%;
  /* background-color: #f4dadf; */
  padding: 50px;
  margin: 0 20px;
  height: 400px;
  border-radius: 10px;
  padding-bottom: 50px;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(5, 15, 56, 0.483), rgba(5, 14, 64, 0.908)), url(../images/Waterproofing\ Services.JPG);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.sec20 .text:nth-child(2) {
  background-color: #e2d499;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(5, 16, 59, 0.483), rgba(5, 10, 59, 0.908)), url(../images/Epoxy\ Flooring.jpg);
  background-position: center;
  background-size: cover;
}

.sec20 .text h1 {
  width: 100%;
  font-size: 35px;
  font-weight: 600;
  margin-top: 170px;
  color: #d59813;
  transition: ease-in-out 0.6s;
}

.sec20 .text:hover h1 {
  margin-top: 100px;
}

.sec20 .text h1 span {
  color: #7d4924;
}

.sec20 .text p {
  width: 100%;
  font-size: 16px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.603);
}

.sec20 .text button {
  margin-top: 50px;
  font-weight: 500;
  border-radius: 30px;
  border: 0.5px solid gray;
  color: rgb(0, 0, 0);
  padding: 8px;
  padding-left: 15px;
  background-color: #d48a0b;
}

.sec20 .text button img {
  width: 25px;
  border-radius: 50%;
  margin-top: 0;
  background-color: white;
}

.sec20 .text button:hover {
  background-color: #0a3c75;
  color: white;
}

.sec20 .text:hover button {
  margin-top: 10px;
}



/* 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: 1000px;
}

.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%;
}




/* Welcome Popup */
#welcomePopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  position: relative;
  background-color: #f0e384;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  width: 90%;
  max-width: 600px;
}

.popup-box img {
  width: 100%;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: none;
  font-size: 30px;
  cursor: pointer;
  color: #333;
}

.close-btn:hover {
  color: red;
}

.popup-box h1 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: sans-serif;
  color: #1d81f3;
}

.popup-box h1 span {
  color: #4cb30c;
}

.popup-box h2 {
  color: #222;
  margin-bottom: 10px;
}

.popup-box p {
  color: #666;
  font-size: 22px;
}

.hide {
  opacity: 0;
  visibility: hidden;
}




.success-message {
  max-width: 1800px;
  margin: auto;
  padding: 50px;
  justify-content: center;
  text-align: center;
  place-items: center;
  display: grid;
  padding-bottom: 100px;
}

.success-message img {
  width: 150px;
  margin-top: 5%;
}

.success-message h1 {
  font-weight: bold;
  margin-top: 25px;
  font-size: 30px;
}

.success-message p {
  font-size: 20px;
  margin-top: 10px;
}

.success-message button {
  padding: 8px 45px;
  border: 0.5px solid rgb(73, 73, 73);
  color: rgb(4, 0, 0);
  border-radius: 20px;
  margin-top: 30px;
  font-weight: 600;
  background-color: #ebeb91;
}






/* 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;
  border-top: 10px solid goldenrod;
}

.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: 20%;
}


.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: goldenrod;
  margin-right: 10px;
  font-weight: 600;
}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #3fbd11;
  /* 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: #bb8613;
  margin-bottom: 10px;
}

.sec2-text .box .circle {
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-radius: 50%;
  border: 2px solid #bb8613;
  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: goldenrod;
  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;
}

.Other-ul {
  display: flex;
  flex-wrap: wrap;
}

.Other-ul li {
  margin-right: 20px;
}


.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;
  place-items: center;
  padding-bottom: 10px;
}

.footer-base p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16.8px;
  font-weight: 400;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.781);
}




@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;
  }




}