* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  font-style: normal;
  /* background: rgb(235, 222, 222); */
}

body {
  background-color: rgb(239, 238, 255);
  font-family: Arial, Helvetica, sans-serif;
}

a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}


.pop-form {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  justify-content: center;
  text-align: center;
  place-items: center;
  position: relative;
  overflow: hidden;
  display: none;
}

.pop-form .form-sec {
  max-width: 1800px;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.622);
  height: 100vh;
  z-index: 10000;
  top: 0;

}

.pop-form form img {
  position: absolute;
  right: 20px;
  width: 35px;
  cursor: pointer;
  mix-blend-mode: multiply;
}

.pop-form form {
  width: 40%;
  margin: auto;
  background-color: white;
  margin-top: 5%;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  background-image: linear-gradient(to left, rgba(202, 202, 202, 0.74), rgba(166, 166, 166, 0.596)), url(../images/bg8.avif);
  background-position: center;
  background-size: cover;
}

.pop-form form h1 {
  color: #000000;
}


.pop-form form input {
  width: 100%;
  margin-top: 20px;
  padding: 10px 10px;
  border: 0.1px solid rgba(0, 0, 0, 0.193);
  border-radius: 5px;
}

.pop-form form input:focus {
  outline: none;
}

.pop-form form select {
  width: 100%;
  margin-top: 20px;
  padding: 10px 10px;
  color: #0000007c;
  border: 0.1px solid rgba(0, 0, 0, 0.193);
  border-radius: 5px;
}

.pop-form form select:focus {
  outline: none;
}

.pop-form form button {
  /* margin: auto; */
  margin-top: 30px;
  width: 80%;
  background-color: #041414;
  color: white;
  border: none;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
}






/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
  /* padding: 5%; */
  margin-top: -80px;
  padding: 0;
}

.slider .swiper {
  width: 100%;

}


.slider .swiper-slide {
  width: 100%;
  height: 100vh;
  display: flex;
  padding-top: 10%;
}

.slider .swiper-slide .text {
  width: 60%;
  margin-top: 100px;
  padding-left: 10%;
  text-align: left;
}

.slider .swiper-slide .text h1 {
  color: white;
  font-weight: bold;
  font-size: 45px;
  text-shadow: 0 0 2px black;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}


.slider .swiper-slide .text p {
  color: white;
  font-size: 20px;
  margin-top: 10px;

}

.slider .swiper-slide .text button {
  padding: 8px 20px;
  letter-spacing: 0.5px;
  border: none;
  background-color: #629191;
  color: white;
}

.slider .swiper-slide .text button img {
  width: 20px;
  margin: 0;
  margin-left: 5px;
}


.slider .slider1 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(2, 16, 36, 0.757)), url(../images/Civil\ &\ Construction\ Works.avif);
  background-position: center;
  background-size: cover;
}

.slider .slider2 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(2, 16, 36, 0.757)), url(../images/Farm\ House\ Construction\ &\ Development2.png);
  background-position: center;
  background-size: cover;
}

.slider .slider3 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(2, 16, 36, 0.572)), url(../images/Residentail\ &\ Commercial\ Construction2.webp);
  background-position: center;
  background-size: cover;
}

.slider .slider4 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(2, 16, 36, 0.757)), url(../images/Residential\ Home\ Theater2.jpg);
  background-position: center;
  background-size: cover;
}


.slider .slider5 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(2, 16, 36, 0.757)), url(../images/Building\ Demolition2.webp);
  background-position: center;
  background-size: cover;
}

.slider .slider6 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(2, 16, 36, 0.757)), url(../images/Building\ Renovation3.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider7 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(2, 16, 36, 0.757)), url(../images/Residential\ Interior5.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider8 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(2, 16, 36, 0.757)), url(../images/Commercial\ Interior5.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider9 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(2, 16, 36, 0.757)), url(../images/Architecture\ Services.jpg);
  background-position: center;
  background-size: cover;
}


.sliderbtn {
  width: 100%;
  margin-top: -400px;
  position: relative;
  z-index: 10;
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 320px;

}

.sliderbtn img {
  /* border: 2px solid rgb(255, 255, 255); */
  padding: 40px 15px;
  /* background-color: #ffffff93; */
}

.sliderbtn img:hover {
  cursor: pointer;
  border: none;
  /* border: 2px solid #ffffff; */
}


.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 3% 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  place-items: center;
  /* background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0.756)), url(../images/bg\ img\ 7.jpg); */
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 2%;
}

.sec1 .png-img {
  width: 25%;
  height: fit-content;
  position: absolute;
  left: 0;
  margin-top: -650px;
  opacity: 0.4;
}

.sec1 .png-img2 {
  width: 18%;
  margin-top: 250px;
  animation: mymove 6s infinite;

}


@keyframes mymove {
  0% {
    left: 0px;
  }

  50% {
    left: 50px;
  }

  100% {
    left: 0px;
  }
}

.sec1 .img {
  width: 40%;
  display: flex;
  text-align: right;
  /* margin-top: 200px; */
}

.sec1 .img img {
  width: 70%;
  position: relative;
  height: 400px;
  z-index: 5;
  border-radius: 0 100px;
}

.sec1 .img .img2 {
  margin-left: -30%;
  margin-top: 20%;
  margin-right: -50px;
  position: relative;
  z-index: 4;
  height: fit-content;

}


.sec1 .img .line-box {
  width: 300px;
  height: 200px;
  border: 5px solid #adc3c3;
  position: absolute;
  left: 20%;
  margin-top: 50px;
}


.sec1 .text {
  width: 50%;
  /* margin-top: 2%; */
}

.sec1 h4 {
  color: #629191;
  font-size: 18px;
}

.sec1 .text h1 {
  margin-top: 10px;
  font-weight: 700;
  color: #000000;
}

.sec1 h3 {
  width: 80%;
  margin-top: 30px;
  font-size: 20px;
  color: #e07d0ce5;

}

.sec1 .text h5 {
  margin-top: 20px;
}

.sec1 p {
  text-align: justify;
  margin-top: 25px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.908);
}

.sec1 .text ul {
  display: flex;
  flex-wrap: wrap;
}

.sec1 .text ul li {
  width: 48%;
  font-size: 16px;
  margin-left: 10px;
  margin-top: 10px;
  color: #629191;
}

.sec1 .text button {
  margin-top: 20px;
  border: none;
  /* background-image: linear-gradient(to right, #e0410ce5, #e77f18e9); */
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 8px 25px;
  margin-right: 20px;
  background-color: #629191;
}

.sec1 .text button img {
  width: 35px;
  margin: 0;
  /* filter: brightness(0); */
}


.sec2 {
  max-width: 1800px;
  margin: auto;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -150px;
}

.sec2 .box {
  width: 15%;
  /* margin: 0 1%; */
  /* box-shadow: 0 0 30px rgb(215, 215, 215); */
  /* border-radius: 0 40px 0 0; */
  position: relative;
  z-index: 10;
  background-color: white;
  text-align: center;
  color: black;
  text-decoration: none;
  margin: 0 10px;
  padding: 20px;
}

.sec2 .box:hover {
  text-decoration: none;
}

.sec2 .box img {
  width: 50px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sec2 .box h2 {
  font-size: 22px;
  color: #000000;
}

.sec2 .box p {
  margin-top: 20px;
}

.sec3 {
  max-width: 1800px;
  margin: auto;
  color: white;
  margin-top: 80px;
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/Office\ Interior.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 0.5s;
}

.sec3 h1 {
  padding: 30px;
  width: 40%;
  text-align: center;
  margin: auto;
  background-color: white;
  color: black;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  margin-top: -20px;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-bottom: -150px;
}

.sec3 h1 span {
  color: #629191;
}

.sec3 .swiper {
  width: 100%;
}

.sec3 .swiper-slide {
  padding: 30px;
  border: 0.1px solid rgba(255, 255, 255, 0.163);
  overflow: hidden;
  transition: ease-in-out 0.5s;
  padding: 0;
  padding-top: 700px;
  border-top: none;
}

.sec3 .swiper-slide:hover {
  padding-top: 650px;
}

.sec3 .swiper-slide .text {
  width: 100%;
  background: #000;
  height: 100%;
  padding: 40px;
  opacity: 0;
  transition: ease-in-out 0.5s;
  position: absolute;
  margin-top: -180px;
}

.sec3 .swiper-slide:hover .text {
  opacity: 1;
}

.sec3 .swiper-slide h4 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #629191;
}

.sec3 .swiper-slide p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.584);
}

.sec3 .swiper-slide button {
  padding: 8px 20px;
  border: none;
  background-color: #629191;
  color: rgb(0, 0, 0);
  margin-top: 20px;
}

.sec3 .swiper-slide .tx {
  width: 100%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.357);
}

.sec3 .swiper-slide .tx h5 {
  color: #ffffffb4;
  color: #eda45b;
}

.sec3 .swiper-slide .tx h3 {
  font-size: 34px;
  margin-top: -10px;
}


.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 6% 5%;
  color: rgb(0, 0, 0);
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  place-items: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.596), rgba(255, 255, 255, 0.616)), url(../images/bg4.avif);
  background-position: center;
  background-size: 100% 100%;
}

.sec4 .text {
  width: 50%;
}

.sec4 .text h1 {
  width: 100%;
  margin-top: 10px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.sec4 .text h1 span {
  color: #629191;
}

.sec4 .text p {
  color: rgba(0, 0, 0, 0.786);
  font-size: 18px;
  margin-top: 20px;
}

.sec4 .text button {
  margin-top: 20px;
  padding: 10px 30px;
  border: none;
  background-color: #629191;
  color: white;
  font-size: 18px;
  /* font-weight: 700; */
  margin-right: 20px;
}

.sec4 .text button img {
  width: 20px;
  margin-top: -2px;
}


.sec4 .img {
  width: 48%;
  display: flex;
}

.sec4 .img img {
  width: 52%;
  border-radius: 200px;
  height: 500px;

}

.sec4 .img .img2 {
  margin-left: -50px;
  margin-right: -50px;
}

.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  /* margin-top: 100px; */
}

.sec5 h4 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #629191;

}

.sec5 h4 .line {
  width: 40px;
  height: 2px;
  margin: auto 10px;
  background-color: #629191;
}

.sec5 h1 {
  width: 100%;
  font-size: 35px;
  color: #000000;
  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/Villa\ &\ Bungalow\ Construction2.jpeg);
  background-position: center;
  background-size: cover;
  margin-top: 30px;
  overflow: hidden;
}

.sec5 .box2 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/Farm\ House\ Construction\ &\ Development.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/Residential\ Construction2.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/Residential\ Home\ Theater.png);
  background-position: center;
  background-size: cover;
}

.sec5 .box5 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/Building\ Demolition.webp);
  background-position: center;
  background-size: cover;
}

.sec5 .box6 {
  background-image: linear-gradient(rgba(0, 18, 76, 0), rgba(0, 25, 61, 0)), url(../images/Building\ Renovation2.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: 350px;
  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: auto; */
  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: #cebd6a;
  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: #629191;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 20px;
  margin-left: 30px;
  border: 0.1px solid white;
}

.sec5 .box button:hover {
  background-color: #629191;
}


.sec5 .box .tx2 {
  width: 100%;
  background-color: #629191;
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 5px 0;
  margin-top: 20px;
  padding-left: 20px;
  place-items: center;
  /* padding: 20px; */
}

.sec5 .box .tx2 h2 {
  margin: 0;
  font-size: 22.5px;
}

.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: #ffffff;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sec8 {
  max-width: 1800px;
  margin: auto;
  margin-bottom: 50px;
}

.sec8-container {
  width: 90%;
  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.61), rgba(0, 0, 0, 0.634)), url(../images/bg3.avif);
  background-position: center;
  background-size: cover;
}

.sec8-container .text {
  width: 50%;
  padding: 80px;
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(35, 138, 176, 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%);

}

.sec8-container .text h4 {
  color: #cebd6a;
}

.sec8-container .text h1 {
  color: #ffffff;
  font-size: 50px;
}

.sec8-container .text p {
  margin-top: 20px;
  font-size: 18px;
}

.sec8-container .text button {
  padding: 10px 30px;
  border: none;
  background-color: #cebd6a;
  margin-top: 10px;
  /* border-radius: 10px; */
  color: #000000;
  border-radius: 10px;
}

.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: 0.1px solid #ffffff55;
  border-bottom: 0.1px solid #ffffff55;
}

.sec8-container ul li:nth-child(4) {
  border-top: 0.1px solid #ffffff55;
  border-left: 0.1px solid #ffffff55;
  margin-left: -1px;
  margin-top: -1px;
}

.sec8-container ul li img {
  width: 50px;
  height: fit-content;
  margin-right: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sec8-container ul li h2 {
  font-size: 45px;
  color: #cebd6a;
  margin: 0;
}

.sec8-container ul li p {
  margin: 0;
  font-size: 18px;
  color: white;
}


.sec9 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  place-items: center;
  overflow: hidden;
}

.sec9 .head-tx {
  width: 40%;
  margin-left: 4%;
}

.sec9 h1 {
  width: 65%;
  /* font-size: px; */
  color: #000000;
  text-align: left;
  margin-top: 0px;
}

.sec9 p {
  width: 65%;
}

.sec9 h5 {
  font-size: 20px;
  color: #629191;
}

.sec9-container {
  width: 55%;
  background-color: #d4e2e1;
  padding-bottom: 70px;
}

.sec9 .swiper {
  width: 140%;
  /* margin: auto; */
  margin-top: 100px;
  margin-left: -20%;
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  /* border-radius: 20px; */
  overflow: hidden;
}

.sec9 .swiper-slide .img {
  overflow: hidden;
}

.sec9 .swiper-slide .img img {
  width: 100%;
  height: 300px;
  border-radius: 0px;
  transition: ease-in-out 0.5s;
  /* opacity: 0.8; */
  box-shadow: 10px 10px 5px rgba(2, 36, 23, 0.428);
}


.sec9 .swiper-slide .text .heading {
  background-color: #082424;
  width: 100%;
  padding: 15px;
}

.sec9 .swiper-slide .text img {
  height: fit-content;
  width: 40px;
  filter: brightness(50);
  display: none;
}


.sec9 .swiper-slide h4 {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: left;
}

.sec9 .swiper-slide h5 {
  font-size: 16px;
  color: #f48333;
  margin: auto;
  padding: 0;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
  z-index: 11;
  text-align: left;
  background-color: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}

.sec9 .swiper-slide .text .btn {
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  margin-right: -60px;
  margin-top: 15px;
}

.sec9 .swiper-slide .text .btn img {
  margin-top: 20px;
  width: 30px;
  margin-left: -40px;
  filter: brightness(0);
}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 00px 4%;
  padding-top: 100px;
  padding-bottom: 200px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-image: linear-gradient(rgb(255, 255, 255), rgba(87, 139, 141, 0), rgba(87, 139, 141, 0)), url(../images/bg2.JPG);
  background-position: center;
  background-size: 110% 100%;
  margin-bottom: -20px;
}

.sec10 .form-sec {
  width: 50%;
}

.sec10 .form-sec h4 {
  width: fit-content;
  font-size: 15px;
  background-color: #f48333;
  border-radius: 10px;
  padding: 8px 20px;
  color: white;
  font-weight: 800;
}

.sec10 .form-sec h1 {
  width: 100%;
  font-size: 45px;
}

.sec10 .form-sec h1 span {
  color: #629191;
}

.sec10 .form-sec form {
  width: 100%;
  margin-top: 30px;
  padding: 0 30px;
  /* background-color: #f5eeee; */
  border-radius: 30px;
  box-shadow: 0 0 8px rgb(201, 201, 201);
  padding-bottom: 30px;
  margin-top: 50px;
}

.sec10 .form-sec h3 {
  text-align: center;
  font-size: 20px;
  background-color: #629191;
  border-radius: 0 0 20px 20px;
  width: fit-content;
  margin: auto;
  padding: 8px 30px;
  color: white;
}

.sec10 .form-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.sec10 .form-sec form p {
  margin: 0;
}

.sec10 .form-sec .input-con {
  width: 48%;
  margin-top: 30px;
}

.sec10 .form-sec .input-con .box {
  width: 100%;
}

.sec10 .input-con .box p {
  margin: 0;
  margin-top: 20px;

}

.sec10 .input-con .box input {
  width: 100%;
  background-color: #a9c7c73b;
  border-radius: 8px;
  padding: 10px;
  border: none;
  margin-top: 5px;
}

.sec10 .input-con .box input:focus {
  outline: none;
}


.sec10 .input-con .box textarea {
  width: 100%;
  background-color: #a9c7c73b;
  border-radius: 8px;
  padding: 10px;
  border: none;
  margin-top: 5px;
}

.sec10 .input-con .box textarea:focus {
  outline: none;
}

.sec10 .input-con .box button {
  margin: auto;
  padding: 8px 30px;
  border-radius: 10px;
  border: none;
  background-color: #629191;
  color: white;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  margin-left: 20%;
}

.sec10 .email-num-sec {
  width: 80%;
  background-color: #f48333;
  display: flex;
  justify-content: space-between;
  margin-bottom: -50px;
  margin-top: 30px;
  border-radius: 20px;
  padding: 10px 30px;
  display: none;
}

.sec10 .email-num-sec .box {
  width: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  text-align: left;
  place-items: center;
}

.sec10 .email-num-sec img {
  width: 30px;
  height: fit-content;
}

.sec10 .email-num-sec .box p {
  margin: 0;
}

.sec10 img {
  width: 40%;
  margin-bottom: -20px;
}

.sec11 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  padding: 30px;
  margin-top: 30px;
}

.sec11 h1 {
  margin: auto;
  text-align: center;
}

.sec11 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
}

.sec11 .swiper-slide img {
  width: 100%;
  height: 100px;
  padding: 10px;
  background-color: white;
}






.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;
  /* background-color: #629191; */

}


.sec12 .text {
  width: 60%;
  background-color: #629191;
  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: #629191;
}

.sec13 h1 {
  font-style: 25px;
}


.sec13 .swiper {
  width: 100%;
  margin-top: 20px;
}

.sec13 .swiper-slide {
  text-align: center;
  border-radius: 20px;
  background-color: #041414;
}

.sec13 .swiper-slide img {
  width: 100%;
  height: 250px;
  border-radius: 15px 15px 0 0;
}

.sec13b .swiper-slide img {
  border-radius: 10px;
}

.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: 0 20px;
  background-color: #b9c0bf;
  height: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  place-items: center;
  overflow: hidden;
}

.sec14 img {
  width: 45%;
  position: absolute;
  /* margin-top: 150px; */
  margin-left: 60px;
  border: 20px solid #ffffff;
}

.sec14 .shape {
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 10%;
}

.sec14 .shape .line {
  width: 20px;
  height: 100%;
  background-color: #ffffff;
  margin-right: 20px;
}

.sec14 .shape .line2 {
  width: 200px;
  background-color: #a2897d;
}


.sec14 .text {
  width: 40%;
}

.sec14 .text h1 {
  font-size: 65px;
  font-weight: bold;
}

.sec14 .text h1 span {
  color: white;
}

.sec14 .text p {
  font-size: 20px;
  margin-top: 20px;
}

.sec14 button {
  padding: 10px 30px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: none;
  font-size: 18px;
  margin-top: 20px;
}

.sec14 button img {
  position: relative;
  margin: 0;
  border: none;
  width: 20px;
  margin-top: -2px;
  filter: brightness(0);
  margin-left: 5px;
}

.sec14 .line3 {
  width: 30%;
  height: 20px;
  text-align: right;
  position: absolute;
  background-color: #a2897d;
  margin-top: 600px;
  margin-left: -20px;
  margin-left: 69%;
  margin-bottom: -40px;
}

.sec14 .line4 {
  width: 30%;
  height: 80px;
  position: absolute;
  background-color: white;
  margin-top: -720px;
  margin-left: 69%;
  border-radius: 0 0 0 50px;
  text-align: center;
  font-size: 30px;
  padding-top: 20px;
}



.sec15 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 6% 30px;
  margin-top: -5px;
  z-index: 10;
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.914)), url(../images/bg6.avif);
  background-position: center;
  background-size: cover;
}


.sec15 .text2 {
  width: 45%;
  padding: 2%;
}

.sec15 .text2 p {
  font-size: 25px;
  color: white;
  position: absolute;
  left: 0;
  /* margin-top: -200px; */
  padding: 20px;
  background-color: #082424;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  width: 25%;
  padding-left: 4%;
}

.sec15 .text2 h5 {
  width: 100%;
  font-size: 38px;
  color: #082424;
  margin-top: 140px;
}

.sec15 .text2 h1 {
  font-size: 25px;
  text-align: left;
  margin-top: 20px;
  color: #629191;
}

.sec15 .text2 ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.sec15 .text2 ul li {
  width: 48%;
  list-style: none;
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  place-items: center;
}

.sec15 .text2 ul li .shape {
  width: 15px;
  height: 15px;
  background-color: #629191;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  margin-right: 15px;
}

.sec15 .text2 button {
  display: flex;
  background-color: transparent;
  border: none;
  margin-top: 50px;
  padding: 10px 30px;
  text-align: left;
  border: 0.1px solid #629191;
  border-radius: 10px;
  background-color: #d9eeee;
}

.sec15 .text2 button img {
  height: fit-content;
  margin-right: 10px;
  filter: brightness(0);
}

.sec15 .text2 button span {
  color: #4f7f7f;
}

.sec15 .text2 button h3 {
  font-size: 20px;
}

.sec15 .img .line {
  width: 8px;
  height: 112%;
  background-color: white;
  margin-left: 12.8%;
  rotate: 17.5deg;
  margin-top: -18px;
}

.sec15 .text {
  width: 55%;
  padding: 0% 30px;
  padding-right: 10px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec15 .text h4 {
  font-size: 20px;
  color: #10af25;
}

.sec15 .text h1 {
  font-size: 55px;
  font-weight: 700;
}

.sec15 .text h1 span {
  color: #10af25;

}

.sec15 .text .box {
  width: 43%;
  margin-top: 20px;
  margin: 5px 20px;
  background-color: #f6f5f4;
  height: 300px;
  padding: 60px 20px;
  color: #ffffff;
  box-shadow: 0 0 2px rgb(0, 0, 0);
  background: linear-gradient(rgba(0, 0, 0, 0.277), rgba(0, 0, 0, 0.296), rgb(0, 0, 0)), url(../images/Space\ Planning\ &\ 3D\ Rendering\ 2.avif);
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
}

.sec15 .text .box:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.646), rgba(0, 0, 0, 0.601), rgb(0, 0, 0)), url(../images/Space\ Planning\ &\ 3D\ Rendering\ 2.avif);
  background-position: center;
  background-size: 100% 100%;
}

.sec15 .text .box:nth-child(2) {
  margin-top: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.277), rgba(0, 0, 0, 0.208), rgb(0, 0, 0)), url(../images/Project\ Management.avif);
  background-position: center;
  background-size: 100% 150%;
}

.sec15 .text .box:nth-child(2):hover {
  background: linear-gradient(rgba(0, 0, 0, 0.781), rgba(0, 0, 0, 0.677), rgb(0, 0, 0)), url(../images/Project\ Management.avif);
  background-position: center;
  background-size: 100% 150%;
}

.sec15 .text .box:nth-child(3) {
  margin-top: -10px;
  background: linear-gradient(rgba(0, 0, 0, 0.277), rgba(0, 0, 0, 0.296), rgb(0, 0, 0)), url(../images/Customized\ Furniture.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec15 .text .box:nth-child(3):hover {
  background: linear-gradient(rgba(0, 0, 0, 0.648), rgba(0, 0, 0, 0.667), rgb(0, 0, 0)), url(../images/Customized\ Furniture.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec15 .text .box:nth-child(4) {
  margin-top: 40px;
  background: linear-gradient(rgba(0, 0, 0, 0.277), rgba(0, 0, 0, 0.296), rgb(0, 0, 0)), url(../images/Decor\ &\ Accessories.avif);
  background-position: center;
  background-size: 100% 120%;
}

.sec15 .text .box:nth-child(4):hover {
  background: linear-gradient(rgba(0, 0, 0, 0.671), rgba(0, 0, 0, 0.658), rgb(0, 0, 0)), url(../images/Decor\ &\ Accessories.avif);
  background-position: center;
  background-size: 100% 120%;
}


.sec15 .text .box:nth-child(1) h5 {
  margin-top: 160px;
}

.sec15 .text .box h5 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 180px;
  transition: ease-in-out 0.5s;
}

/* .sec15 .text .box:hover h5 {
  margin-top: 0;
} */


.sec15 .text .box .tx p {
  color: rgba(255, 255, 255, 0.848);
  margin-top: 30px;
}

.sec15 .text .box img {
  width: 50px;
  height: fit-content;
  border-radius: 0;
  margin-right: 10px;
  margin: 10px;
}


.sec16 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}

.sec16 .text {
  width: 100%;
  padding: 50px;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}

.sec16 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec16 h5 {
  width: fit-content;
  margin: auto;
  text-align: center;
  color: #629191;
  display: flex;
  place-items: center;
}

.sec16 h5 .shape {
  width: 30px;
  height: 2px;
  margin: 0 10px;
  background-color: #629191;
  position: relative;
  z-index: 20;
}

.sec16 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;
}

.sec16 h1 span {
  color: #629191;
}

.sec16 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #142334;
  color: white;
}

.sec16 .swiper {
  width: 95%;
}

.sec16 .swiper-slide {
  background-color: rgb(235, 235, 235);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 20px;
  transition: ease-in-out 0.5s;
  justify-content: center;
  position: relative;
}

.sec16 .swiper-slide:hover {
  margin-bottom: 0;
}


.sec16 .swiper-slide .color-box {
  width: 50px;
  height: 50px;
  background-color: #142334;
  position: absolute;
  right: 0;
  transition: ease-in-out 0.5s;
  margin-top: -30px;
}

.sec16 .swiper-slide:hover .color-box {
  width: 100px;
  height: 100px;
}

.sec16 .swiper-slide img {
  width: 100%;
  margin: auto;
  height: 300px;
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 10;
}

.sec16 .swiper-slide h1 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
}

.sec16 .swiper-slide p {
  font-size: 18px;
  margin: 0;
  margin-top: 5px;
  text-align: center;
  color: #629191;
}

.sec16 .swiper-slide .icon-sec {
  width: 35px;
  /* margin-top: 180px; */
  /* display: flex; */
  position: absolute;
  right: 0;
  top: 0;
  justify-content: center;
  transition: ease-in-out 0.5s;
}

.sec16 .swiper-slide:hover .icon-sec {
  margin-bottom: 0;
}

.sec16 .swiper-slide .icon-sec img {
  width: 100%;
  height: fit-content;
  background-color: #000000;
  padding: 6px;
  cursor: pointer;
  border-radius: 0;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.sec16 .swiper-slide .icon-sec img:hover {
  background-color: #0f2c4d;
}



.sec17 {
  max-width: 1800px;
  margin: auto;
  padding: 2% 5%;
}

.sec17 h1 {
  text-align: center;
}

.sec17-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec17-container .box {
  width: 32%;
  height: 280px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.548), rgba(13, 186, 186, 0.712)), url(../images/Building\ Construction\ &\ Renovation.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 30px;
  border-radius: 10px;
  color: white;
  padding: 30px;
  overflow: hidden;
}


.sec17-container .box2 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.548), rgba(10, 122, 122, 0.712)), url(../images/Architecture\ Services2.jpg);
  background-position: center;
  background-size: cover;
}

.sec17-container .box3 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.548), rgba(10, 122, 122, 0.712)), url(../images/Architecture\ Services.jpg);
  background-position: center;
  background-size: cover;
}

.sec17-container .box4 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.548), rgba(10, 122, 122, 0.712)), url(../images/Architectchining\ Consultancy2.jpeg);
  background-position: center;
  background-size: cover;
}

.sec17-container .box5 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.548), rgba(10, 122, 122, 0.712)), url(../images/Residential\ Interior5.jpg);
  background-position: center;
  background-size: cover;
}

.sec17-container .box6 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.548), rgba(10, 122, 122, 0.712)), url(../images/Commercial\ Interior5.jpg);
  background-position: center;
  background-size: cover;
}


.sec17-container .box h3 {
  font-size: 25px;
  width: 100%;
  margin-top: 200px;
  transition: ease-in-out 0.5s;
  color: #ffffff;
}

.sec17-container .box:first-child h3 {
  margin-top: 170px;
}


.sec17-container .box:hover h3 {
  margin-top: 70px;
}

.sec17-container .box:first-child:hover h3 {
  margin-top: 30px;
}


.sec17-container .box p {
  color: rgb(235, 235, 235);
  margin-top: 80px;
  transition: ease-in-out 0.5s;

}

.sec17-container .box:hover p {
  margin-top: 0;
}



.sec17-container .box button {
  padding: 8px 15px;
  border: none;
  background-color: #082424;
  color: white;
  border-radius: 5px;
}



.sec18 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.sec18 img {
  width: 50%;
}

.sec18 .text {
  width: 50%;
  padding: 80px;
}

.sec18 .text h5 {
  color: #000000;
  margin-top: 100px;
}

.sec18 .text h1 {
  color: #a2897d;
  font-size: 45px;
  margin-top: 20px;
}

.sec18 .text p {
  margin-top: 20px;
  font-size: 18px;
}

.sec18 .text .boxs {
  width: 170%;
  display: flex;
  margin-left: -60%;
  background-color: white;
  padding: 60px 50px;
  justify-content: space-between;
  text-align: center;
  margin-top: 100px;
  box-shadow: 0 0 10px rgb(229, 229, 229);
}

.sec18 .text .boxs img {
  width: 50%;
  margin-bottom: 20px;
}

.sec18 .text .boxs .tx {
  width: 25%;
}

.sec18 .text .boxs .tx h4 {
  font-size: 18px;
}


.sec19 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  text-align: center;
}

.sec19 h1 {
  font-size: 45px;
}

.sec19 h1 span {
  color: #629191;
}

.sec19 p {
  font-size: 20px;
}

.sec19-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec19-container .box {
  width: 15%;
  border: 0.1px solid #629191;
  padding: 10px 10px;
  margin: 20px 10px;
  border-radius: 20px;
  background-color: #f9ffff;
}

.sec19-container .box img {
  width: 60px;
  filter: brightness(0);
}

.sec19-container .box p {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #000000;
}

.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 50;
  width: fit-content;
  right: 0;
  margin-top: 28%;
  margin-right: 30px;
}

.whatsapp img {
  width: 50px;
  /* position: absolute; */

}


/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 60px 0;
  padding-bottom: 0;
  background-image: linear-gradient(to right, rgba(5, 20, 32, 0.800), rgba(3, 13, 25, 0.800)), url(../images/Living\ Room\ Interior.avif);
  background-position: center;
  background-size: cover;
  color: rgb(255, 255, 255);
  margin-top: 0;
  /* background-color: #beb2ac; */
  border-top: 5px solid white;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
  padding-bottom: 00px;
  /* background-color: #6a4646; */
}

.sec2-text {
  width: 25%;
  /* margin: 0 10px; */
  /* background: #000; */
  color: #ffffffb9;

}

.sec2-text .line {
  width: 50px;
  height: 1.8px;
  background-color: #ffffff;
  margin-bottom: 30px;
  margin-top: 10px;
}

#sec2-other-links {
  width: 20%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 12%;
}

.sec2-text li span {
  color: #ffffff;
  margin-right: 10px;
  font-weight: bold;

}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 25px;
  font-weight: 600;
  color: #cebd6a;
  display: flex;
}


.sec2-text input {
  height: 50px;
  padding: 12px;
  border: none;
  /* margin-top: 10px; */
  border-radius: 5px 0 0 5px;
}

.sec2-text input:focus {
  outline: none;
}

.sec2-text .news {
  /* background: #000; */
  display: flex;
  margin-top: 30px;
}

.sec2-text .payment {
  margin-top: 30px;
}

.sec2-text button {
  width: 50px;
  height: 50px;
  background-color: #e32020;
  border: none;
  margin-left: -5px;
  padding: 8px;
  /* margin-top: -10px; */
  border-radius: 0 5px 5px 0;

}

.sec2-text button:focus {
  outline: none;
}

.sec2-text button img {
  width: 100%;
}

.sec2-text h2 {
  font-size: 18px;
}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #cebd6a;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: bold;

}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d a {
  color: #ffffffdd;
}

.sec2-text .d p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffffdd;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #f48333;

}

.icons ul {
  display: flex;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 40px;
  /* color: #ffffffac; */
  font-size: 20px;
  margin: 10px;
  display: grid;
  place-items: center;
  padding: 5px;
  border: 0.1px solid white;
  background-color: #ffffff;
  border-radius: 50%;
}

.icons ul li a img:hover {
  margin-top: 5px;
}


.sec2-text ul li {
  list-style: none;
  text-decoration: none;
  list-style: none;
  margin-top: 10px;

}

.sec2-text ul li a {
  font-size: 18px;
  color: #ffffffdd;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li a span {
  color: #cebd6a;
}



.footer-base {
  text-align: center;
  padding: 10px;
  color: #ffffffdd;
  font-size: 16px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.545);
  margin-top: 30px;
  display: flex;
  justify-content: center;
  padding: 10px 50px;
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #ffffffdd;
  font-size: 18px;
}

.footer-base .tx {
  display: flex;
}

.footer-base .tx img {
  width: 50px;
}

.footer-base .tx p {
  margin: 0 5px;
  margin-top: 8px;
}

.footer-base .tx h1 span {
  color: #e32020;
}

.designation-contact h6 {
  color: #000000dd;

}

@media screen and (max-width: 800px) {
  .footer {
    padding-top: 40px;
  }

  .footer-container {
    padding: 0 20px;
  }


  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sec2-text h1 {
    font-size: 23.5px;
  }

  #sec2-other-links2 {
    width: 100%;
  }

  #sec2-other-links {
    width: 100%;
  }

  .sec2-text .d p {
    font-size: 16px;
  }

  .sec2-text ul li a {
    font-size: 16px;
  }

  .icons ul li a img {
    width: 35px;
    margin-bottom: 0;
  }

  .footer-base {
    padding: 10px 0px;
    /* background: #000; */
    text-align: center;
    justify-content: center;
  }

  .footer-base .tx p {
    color: rgba(255, 255, 255, 0.419);
    margin-top: 10px;
  }

  .footer-base p {
    font-size: 15px;
    margin: 0;
  }

}