* {
  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; */
}

body a:hover {
  text-decoration: none;
  outline: none;
  border: none;
}


body button:focus {
  outline: none;
}



.header-icon {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 100;
  margin-top: 200px;
  right: 0;
}

.header-icon .box .icon:nth-child(1) {
  border-radius: 10px 0 0 0;
}

.header-icon .box .icon:last-child {
  border-radius: 0 0 0 10px;
  border-bottom: 0.1px solid #f5a95c;

}

.header-icon .box .icon {
  display: flex;
  width: fit-content;
  background-color: #142334;
  z-index: 199;
  position: relative;
  /* box-shadow: 0 0 2px lightgray; */
  border-left: 0.1px solid #f5a95c;
  border-top: 0.1px solid #f5a95c;

}

.header-icon .box .icon:hover .text {
  margin-left: -210px;
}

.header-icon .box img {
  width: 30px;
  height: 30px;
  justify-content: center;
  margin: 10px;
  /* filter: brightness(0); */
  padding: 2px;
}

.header-icon .icon .text {
  width: 170px;
  height: 100%;
  display: grid;
  place-items: center;
  margin-left: 200px;
  transition: ease-in-out 0.5s;
  position: absolute;
  background-color: #142334;
  border-radius: 5px;
  justify-content: center;
  border: 0.1px solid rgb(224, 224, 224);
  border-right: none;
}

.header-icon .icon .text p {
  margin: 0;
  color: #f5a95c;
}




/* button animation */

/* Yoinked from CodePen, but improved the animation
so that it is smooth among other more minor things */

.codepen-button {
  display: block;
  cursor: pointer;
  color: white;
  width: fit-content;
  margin-top: 30px;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
  padding: 3px;
  isolation: isolate;
  text-decoration: none;
  border-radius: 30px;
  /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */

}

.codepen-button:hover {
  text-decoration: none;
}

.codepen-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  background: linear-gradient(115deg, #4fcf70, #f48333, #a767e5, #12bcfe, #f5a95c);
  background-size: 25% 100%;
  animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop .75s linear infinite;
  animation-play-state: paused;
  translate: -5% 0%;
  transition: translate 0.25s ease-out;
  border-radius: 30px;
  /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */

}

.codepen-button:hover::before {
  animation-play-state: running;
  transition-duration: 0.75s;
  translate: 0% 0%;
}

@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
  to {
    transform: translateX(-25%);
  }
}

.codepen-button span {
  width: fit-content;
  position: relative;
  display: block;
  padding: 5px 20px;
  font-size: 1.1rem;
  background: #ffffff;
  border-radius: 3px;
  height: 100%;
  color: #000000;
  font-weight: 500;
  border-radius: 30px;
  /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */

  letter-spacing: 1px;
}

.codepen-button span:hover {
  background-color: white;
  color: black;
}



/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
}

.slider .swiper {
  width: 100%;
}

.slider .swiper-slide {
  width: 100%;
  height: 500px;
  display: flex;
  padding: 0 5%;
  overflow: hidden;
  justify-content: center;
}


.slider .swiper-slide .text {
  width: 65%;
  color: rgb(255, 255, 255);
  margin-top: 0;
  height: fit-content;
  margin-top: 300px;
  text-align: left;
  margin: auto;
  margin-left: -5%;
  padding: 50px;
  border-radius: 0;
}

.slider .swiper-slide .text h5 {
  color: #bbee56;
  display: flex;
  place-items: center;
  font-size: 18px;
}

.slider .swiper-slide .text h5 img {
  width: 20px;
  margin-right: 5px;
}

.slider .swiper-slide .text h1 {
  font-size: 45px;
  width: 90%;
  color: #ffffff;
  font-weight: 700;
  margin-top: 0px;
  position: relative;
  z-index: 100;
  opacity: 1;
}

.slider .swiper-slide .text h1 span {
  color: #eed40f;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f6dc69;
  position: relative;
  color: #0c2739bc;
  font-weight: bold;
}

.slider .slider1 {
  background-image: linear-gradient(to right, rgba(12, 14, 15, 0.928), rgba(14, 17, 18, 0.668), rgba(0, 0, 0, 0)), url(../images/slider\ img.jpg);
  background-position: center;
  background-size: 100% 100%;
}


.slider .btn-sec {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.slider .btn-sec {
  width: fit-content;
  margin-top: 20px;
}

.slider .btn-sec button {
  width: fit-content;
  padding: 10px 20px;
  margin-right: 16px;
  margin-top: 10px;
  border: none;
  place-items: center;
  display: flex;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border-radius: 50px;
  letter-spacing: 0.5px;
  border: 0.5px solid rgba(255, 255, 255, 0);
  position: relative;
  /* font-weight: 600; */
  overflow: hidden;
}

.slider .btn-sec button:hover {
  color: white;
  border: 0.5px solid white;
}

.slider .btn-sec button p {
  margin: 0;
  z-index: 10;
  font-size: 18px;
  position: relative;
}

.slider .btn-sec button img {
  width: 22px;
  height: fit-content;
  z-index: 10;
  filter: brightness(0);
  margin-right: 10px;
}

.slider .btn-sec button:hover img {
  filter: brightness(1);
}


.slider .btn-sec .btn2 {
  background-color: transparent;
  border: 0.2px solid white;
  color: white;
}

.slider .btn-sec .colorBox {
  width: 100%;
  height: 130%;
  position: absolute;
  background-color: #000000;
  margin-top: -10px;
  margin-left: -250px;
  transition: ease-in-out 0.5s;
  z-index: 0;
}

.slider .btn-sec button:hover .colorBox {
  margin-left: -20px;
}


.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 10% 3%;
  padding-top: 3%;
  background-color: #10161a;
  justify-content: space-between;
  padding-bottom: 50px;
  overflow: hidden;
  margin-bottom: -7px;
}


.sec1 .img {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: right;
  padding: 0;
}

.sec1 .img .img-container {
  width: 72%;
  height: 350px;
  border-radius: 20px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0)), url(../images/about\ img2.jpg);
  background-position: center;
  background-size: cover;
}




.sec1 .img img:nth-child(2) {
  width: 50%;
  margin-top: 150px;
  /* border-radius: 50%; */
  height: 300px;
  margin-left: -180px;
}

.sec1 .img .tx {
  width: 18%;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  height: fit-content;
  background-color: #ffffff12;
  backdrop-filter: blur(5px);
  margin-top: -10px;
  border-radius: 20px;
  margin-left: 5%;
  border: 0.1px solid #0f82ee;
  animation: aboutEX 5s infinite;
}

@keyframes aboutEX {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sec1 .img .tx span {
  width: fit-content;
  font-size: 45px;
  font-weight: 600;
  color: #196b9e;
}

.sec1 .img .tx h3 {
  color: #ffffffb9;
  font-size: 18px;
  place-items: center;
  display: flex;
  font-weight: 600;
  margin-bottom: 0;
}

.sec1 .img .text-area {
  width: 55%;
  padding: 30px;
  border: 0.1px solid gray;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.688);
  position: absolute;
  backdrop-filter: blur(2px);
  left: 0;
  text-align: left;
  margin-left: 5%;
  margin-top: 160px;
  display: flex;
  place-items: center;
}

.sec1 .img .text-area p {
  margin: 0;
}

.sec1 .img .text-area .line {
  width: 50px;
  height: 100px;
  background-color: #10161a;
  margin-left: -35px;
  margin-right: 30px;
  margin-top: 5px;
}


.sec1 h4 {
  font-size: 18px;
  color: #1764ad;
  font-weight: bold;
  display: flex;
  place-items: center;
}

.sec1 h4 img {
  width: 20px;
  height: fit-content;
  margin-right: 10px;
}

.sec1 h1 {
  font-size: 30px;
  color: #ffffffe2;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 20px;
  /* margin-left: 35px; */
  font-family: Arial, Helvetica, sans-serif;
}

.sec1 h5 {
  font-size: 20px;
  color: #00000098;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  font-weight: 600;
  opacity: 0.8;
  color: #91d456;
}

.sec1 h6 {
  font-size: 18px;
  color: #f5c242;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 0;
  margin-top: 10px;
}

.sec1 .text {
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 10px;
  margin-top: -30px;
}

.sec1 .text p {
  font-size: 16px;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.769);
  border-top: 0.1px solid rgba(79, 79, 42, 0.935);
  padding-top: 20px;
}

.sec1 .text button {
  background: #10b5f7;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  letter-spacing: 1px;
  color: white;
}

.sec1 .text button a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.sec1 .text .btn-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sec1 .text .btn-sec .call-btn {
  display: flex;
  place-items: center;
  margin-left: 20%;
}

.sec1 .text .btn-sec .call-btn img {
  width: 50px;
  height: fit-content;
  margin-right: 20px;
}

.sec2 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 20px;
  margin-top: 55px;
  background-color: #159df82c;
}

.sec2 .line {
  height: auto;
  width: 2px;
  background-image: linear-gradient(rgba(214, 29, 29, 0), #0f82ee, 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: rgba(0, 0, 0, 0.802);
}

.sec2 .box h1 {
  color: #1a9b3a;
}





.sec3 {
  max-width: 1800px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
  background-color: rgba(142, 142, 142, 0.096);
}


.sec3 .shape1 {
  width: 20%;
  height: 150px;
  background-color: #1a9b3ad1;
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  margin-left: -20px;
  margin-top: -21px;
}

.sec3 .png {
  width: 15%;
  height: 200px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  right: -100px;
  margin-top: -80px;
  border-radius: 50%;
  border: 10px solid white;

}


.sec3 .sec3-heading {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin-top: 30px;
  justify-content: space-between;
}

.sec3 .sec3-heading .tx {
  width: 100%;
  text-align: center;
}

.sec3 .sec3-heading .tx h1 {
  font-size: 32px;
  width: 100%;
  color: rgb(0, 0, 0);
  text-align: center;
}

.sec3 .sec3-heading .tx h1 span {
  color: #0f82ee;
}

.sec3 .sec3-heading a {
  height: fit-content;
}

.sec3 .sec3-heading h4 {
  width: 100%;
  margin: auto;
  color: #000000cf;
  width: fit-content;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  place-items: center;
}

.sec3 .sec3-heading h4 .line {
  width: 30px;
  height: 2px;
  background-color: #0f82ee;
  margin: 0 10px;
}

.sec3 .swiper {
  width: 95%;
  padding: 10px;
}

.sec3 .swiper-slide {
  transition: ease-in-out 0.5s;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 15px;
  margin-top: 30px;
  border: 0.1px solid rgba(0, 0, 0, 0.178);
  text-align: center;
}

.sec3 .swiper-slide:hover {
  margin-top: 10px;
  border: 0.1px solid rgba(0, 0, 0, 0.729);

}


.sec3 .swiper-slide img {
  width: 100%;
  height: 200px;
  transition: ease-in-out 0.5s;
  z-index: 100;
  z-index: 10;
  position: relative;
  border-radius: 15px;
}

.sec3 .swiper-slide h2 {
  font-size: 20px;
  color: #000000;
  z-index: 10;
  position: relative;
  margin-bottom: 10px;
}


.sec3 .swiper-slide button {
  background-color: transparent;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.613);
  border: 0.1px solid rgba(0, 0, 0, 0.178);
  z-index: 10;
  font-size: 12px;
  position: relative;
}


.sec3 .swiper-slide:hover button {
  color: rgb(255, 255, 255);
  border: 0.1px solid rgba(255, 255, 255, 0.808);
  background-color: #0f82ee;

}

.sec3 .swiper-slide button span {
  color: #f5a95c;
}

.sec3 .swiper-slide:hover button span {
  color: #ffffff;
}



.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 3%;
  display: flex;
  position: relative;
  justify-content: space-between;
  background-color: #10161a;
  clip-path: polygon(50% 9%, 100% 0, 100% 100%, 0 100%, 0 19%);
  margin-bottom: -5px;
  padding-top: 230px;
  place-items: center;
  color: white;
}

.sec4-container {
  width: 55%;
  margin-left: 3%;
  position: relative;

}

.sec4-container .text h5 {
  color: #91d456;
}

.sec4-container .text h1 {
  font-size: 35px;
  width: 95%;
  margin-bottom: 30px;
}

.sec4-container .text p {
  font-size: 18px;
  color: rgba(220, 220, 220, 0.805);
}

.sec4-container .swiper-slide {
  height: 220px;
  border-radius: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.sec4-container .swiper-slide img {
  width: 100%;
  height: 100%;
}


.sec4 .img-sec {
  width: 40%;
  margin-left: 2%;
  text-align: center;
}

.sec4 .img-sec img {
  width: 100%;
  height: 100%;
  border-radius: 200px 0 0 0;
  position: relative;
}

.sec4 .img-sec .png {
  width: 10%;
  height: fit-content;
  z-index: 10;
  position: absolute;
  border-radius: 0;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}




.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  height: 410px;
  background-image: linear-gradient(to right, rgb(3, 28, 36), rgba(4, 34, 48, 0.897), rgba(5, 37, 53, 0.64)), url(../images/bg\ img5.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec5 .tx {
  width: 55%;
}

.sec5 .tx h1 {
  color: #ffffff;
  font-size: 36px;
  margin-top: 35px;
  font-weight: 700;
  text-transform: capitalize;
}

.sec5 .tx h1 span {
  color: #85cc4e;
}

.sec5 .tx button {
  padding: 6px 20px;
  border: none;
  background-color: #eedf1400;
  font-size: 18px;
  color: #85cc4e;
  border: 0.1px solid #85cc4e;
  border-radius: 20px;
  margin-top: 30px;
  font-weight: 600;
}

.sec5 .tx button:hover {
  background-color: #000000;
  color: white;
}

.sec5 .tx button img {
  width: 25px;
  margin-right: 5px;
  /* filter: brightness(0); */
}




.sec6 {
  max-width: 1800px;
  margin: auto;
  justify-content: center;
  padding: 5% 2%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.sec6 .box {
  width: 30%;
  border: 0.1px solid rgb(199, 199, 199);
  border-radius: 20px;
  margin: 10px;
  padding: 25px;
  transition: ease-in-out 0.5s;
}

.sec6 .box:hover {
  box-shadow: 0 0 20px rgb(190, 190, 190);
}

.sec6 .box:first-child {
  border: none;
  padding: 25px 5px;
}

.sec6 .box:first-child button {
  background-color: #f6dc69;
  padding: 10px 20px;
  border-radius: 20px;
  color: black;
}

.sec6 .box:first-child:hover {
  box-shadow: none;
}

.sec6 .box img {
  width: 50px;
}

.sec6 .box h5 {
  font-size: 15px;
  color: #0489c2;
}

.sec6 .box h1 {
  font-size: 28px;
}

.sec6 .box h2 {
  font-size: 25px;
  margin-top: 10px;
}

.sec6 .box button {
  background-color: transparent;
  border: none;
}

.sec6 .box button img {
  width: 20px;
  filter: brightness(0);
  font-weight: 400;
  color: rgb(59, 59, 59);
}



.sec6 .box:last-child {
  background-color: #10161a;
  color: white;
  text-align: center;
  justify-content: center;
}

.sec6 .box:last-child p {
  color: rgb(220, 220, 220);
}

.sec6 .box:last-child button {
  padding: 10px 20px;
  background-color: #f6dc69;
  color: black;
  border-radius: 20px;
}



.sec7 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  padding: 100px 0;
  overflow: hidden;
  /* background-color: #10161a; */
  margin-top: -80px;
  margin-bottom: -200px;
}

.sec7 .swiper {
  width: 110%;
  background-color: #ffffff;
  rotate: -5deg;
  margin-left: -5%;
  border: 0.1px solid gray;
  overflow: hidden;
  padding-top: 5px;
  border-bottom: 6px solid rgb(151, 219, 83);
  border-top: 6px solid rgb(151, 219, 83);

}

.sec7 .swiper-slide a:hover {
  text-decoration: none;
}

.sec7 .swiper-slide img {
  width: 100%;
  mix-blend-mode: multiply;
}

.sec7 .img3 img {
  margin-top: 10px;
}



.sec8 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-between;
  overflow: hidden;
  display: flex;
  padding: 5%;
  padding-right: 0;
  place-items: center;
  padding-top: 50px;
}

.sec8 .text {
  width: 46%;
}

.sec8 .text h5 {
  font-size: 20px;
  color: #dbb611;
}

.sec8 .text h1 {
  color: #104c74;
  font-weight: 700;
  font-size: 40px;
}


.tab {
  border: none;
  position: relative;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.tab input:checked~.tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion {
  overflow: hidden;
  margin-top: 50px;

}

.tab__label,
.tab__close {
  display: flex;
  color: rgb(9, 26, 65);
  cursor: pointer;
  border-bottom: 0.1px solid rgb(182, 182, 182);
}

.tab__label {
  justify-content: space-between;
  padding: 1rem;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}

.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
  transform: rotate(270deg);
}

.tab__content p {
  margin: 0;
  font-size: 15px;
  padding: 1rem;
  color: gray;
}

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}


.img-sec {
  width: 45%;
}

.img-sec img {
  width: 90%;
}

.img-sec .png {
  width: fit-content;
}

.img-sec .tx img {
  width: fit-content;
}




.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  color: rgb(0, 0, 0);
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 200px;
  background-color: #142334;
}


.sec9 .png-img {
  width: 30%;
  position: absolute;
  right: -12px;
  opacity: 0.1;
  margin-top: 6px;
}


.sec9 .color-png {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  top: 0;
  margin-top: -50px;
}


.sec9 .png {
  width: 200px;
  height: 200px;
  padding: 5px;
  border: 3px dashed white;
  position: absolute;
  left: -100px;
  margin-top: -100px;
  border-radius: 50%;
}

.sec9 .png .color {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0f82ee;
}

.sec9 .head-tx {
  width: 95%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  justify-content: center;
  display: flex;
  margin-top: -50px;
}


.sec9 h1 {
  font-size: 35px;
  color: white;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.sec9 h1 img {
  width: 50px;
}

.sec9 .swiper {
  width: 90%;
  margin: auto;
  /* height: 100%; */
  overflow: hidden;
  padding-bottom: 00px;
  padding-top: 0px;
  margin-top: 50px;
  margin-bottom: -200px;
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;

}

.sec9 .swiper-slide img {
  width: 100%;
  height: 250px;
}

.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 50px 4%;
  padding-right: 2%;
  margin-bottom: -5px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-image: linear-gradient(to left, rgb(4, 35, 43), rgba(4, 35, 43, 0.822), rgba(6, 18, 21, 0)), url(../images/bg\ img3.jpg);
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  place-items: center;
}


.sec10 .text-sec {
  width: 35%;
  margin-left: 6%;
  text-align: center;
  position: relative;
}

.sec10 .text-sec img {
  width: 80%;
  border-radius: 200px 200px;
}

.sec10 .text-sec .call-sec {
  width: fit-content;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  padding: 20px;
  position: absolute;
  margin-top: 80px;
  padding-right: 40px;
  animation: move2 5s infinite;
}

@keyframes move2 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.code {
  display: none;
}

.sec10 .text-sec .call-sec img {
  width: 50px;
  background-color: #000000;
  padding: 10px;
  border-radius: 50%;
  height: fit-content;
  margin-right: 10px;
}

.sec10 .text-sec .call-sec p {
  margin: 0;
  text-align: left;
  color: #6db311;
}

.sec10 .text-sec .call-sec h6 {
  font-size: 20px;
  margin-bottom: 0;
  color: #09555e;
}


.sec10 .form-sec {
  width: 50%;
  position: relative;
  z-index: 20;
  margin-left: 8%;
}

.sec10 .form-sec h5 {
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  color: #ebc60e;
  font-weight: 600;
  display: flex;
  place-items: center;
}

.sec10 .form-sec h5 .line {
  width: 30px;
  height: 2px;
  background-color: #ebc60e;
  margin-right: 10px;
}

.sec10 .form-sec h3 {
  width: 100%;
  font-size: 35px;
  text-align: left;
  margin-top: 10px;
  font-weight: 600;
  color: #ffffff;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.sec10 .form-sec p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.594);
  margin-bottom: 30px;
  margin-top: 15px;
}

.sec10 .form-sec form {
  width: 100%;
  padding: 0 30px;
  border-radius: 30px;
  padding-bottom: 80px;
}

.sec10 .form-sec input {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #ffffff56;
  margin: 10px;
  color: rgba(255, 255, 255, 0.591);
  margin-left: 0;
}

.sec10 .form-sec input:focus {
  border: 0.1px solid #cbb120;
  outline: none;
}

.sec10 .form-sec select {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #ffffff56;
  margin: 10px;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.459);
}

.sec10 .form-sec select option {
  background-color: transparent;
  color: #000000;
  border: 0.1px solid #000000;

}

.sec10 .form-sec select:focus {
  outline: none;
  border: 0.1px solid #cbb120;

}


.sec10 .form-sec textarea {
  width: 95%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: none;
  margin-top: 5px;
  border: 0.1px solid #ffffff56;
  color: rgba(255, 255, 255, 0.591);
}

.sec10 .form-sec textarea:focus {
  outline: none;
  border: 0.1px solid #cbb120;

}

.sec10 .form-sec button {
  margin: auto;
  padding: 8px 30px;
  border-radius: 30px;
  border: 0.2px solid #91d456;
  background-color: #000000c2;
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #91d456;

}


.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  padding: 3%;
  overflow: hidden;
}


.sec11 h1 {
  text-align: center;
  font-size: 35px;
}


.sec11 .line {
  width: 10%;
  height: 2px;
  background-color: #f5a95c;
  margin: auto;
}

.sec11-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.sec11 .sec11-container img {
  width: 12%;
  height: 100px;
  background-color: white;
  margin: 15px 10px;
  border: 0.1px solid rgba(128, 128, 128, 0.473);
  border-radius: 10px;
  padding: 10px;
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 3% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  position: relative;
  background-color: #10161a;
  padding-bottom: 0;
  display: none;
}


.sec13 .text {
  width: 100%;
  text-align: center;
}

.sec13 .text h4 {
  width: 100%;
  margin: auto;
  color: #91d456;
  display: flex;
  text-align: center;
  justify-content: center;
  place-items: center;
}

.sec13 .text h4 img {
  width: 25px;
  margin: 0 10px;
}


.sec13 .text h1 {
  font-size: 45px;
  color: #ffffff;
  margin-top: 10px;
  font-weight: 650;
}

.sec13 .text button {
  margin-top: 30px;
  border: 0.1px solid #f48333;
  background-color: transparent;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 20px;
  color: #f48333;
  /* margin-left: 8%; */

}

.sec13 .swiper {
  width: 100%;
  margin-top: 50px;
  padding: 10px;
  padding-bottom: 30px;
}

.sec13 .swiper-slide {
  height: fit-content;
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.743), rgba(255, 255, 255, 0.596), rgba(255, 255, 255, 0.64)), url(../images/bg\ img8.avif);
  background-position: center;
  background-size: 100% 100%; */
  background-color: #0000003f;
  margin-bottom: 50px;
  transition: ease-in-out 0.5s;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #91d456;
}

.sec13 .swiper-slide h5 {
  color: #000000;
  z-index: 10;
  position: relative;
  text-align: center;
  width: 80%;
  justify-content: center;
  background-color: #91d456;
  margin: auto;
  padding: 10px;
  margin-top: -35px;
  border-radius: 0 0 20px 20px;
  padding-bottom: 10px;
  z-index: 10;
  text-transform: uppercase;
}

.sec13 .swiper-slide h1 {
  color: #91d456;
  margin-top: 20px;
  z-index: 10;
  position: relative;
}

.sec13 .swiper-slide:hover h1 {
  color: white;
}

.sec13 .swiper-slide h1 sub {
  color: #ffffffc5;
  font-size: 20px;
  margin-bottom: 5px;
}

.sec13 .swiper-slide:hover h1 sub {
  color: white;
}


.sec13 .swiper-slide button {
  padding: 8px 20px;
  width: 100%;
  background-color: transparent;
  margin-top: 30px;
  font-size: 18px;
  color: #000000cf;
  border-radius: 30px;
  border: 0.1px solid rgb(142, 142, 142);
  z-index: 10;
  position: relative;
}

.sec13 .swiper-slide:hover button {
  background-color: #deba18;
}

.sec13 .swiper-slide h6 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  color: #dcb817;
  z-index: 10;
  position: relative;
}

.sec13 .swiper-slide .line {
  width: 35%;
  height: 1px;
  background-color: #dcb817;
}

.sec13 .swiper-slide ul {
  margin-top: 20px;
  z-index: 10;
  position: relative;
}

.sec13 .swiper-slide ul li img {
  width: 20px;
  /* filter: brightness(0); */
  opacity: 0.6;
  margin-right: 10px;
}

.sec13 .swiper-slide:hover ul li img {
  filter: brightness(1);
  opacity: 0.8;

}


.sec13 .swiper-slide ul li {
  list-style: none;
  font-weight: 600;
  margin-top: 10px;
  color: #ffffffa8;
}


.sec13 .swiper-slide:hover ul li {
  color: rgb(255, 255, 255);
}


.sec13 .swiper-slide .color-box {
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -50%;
  border-radius: 50%;
  background-color: #ffffff;
  margin-top: 185%;
  z-index: 9;
  transition: ease-in-out 0.5s;
}

.sec13 .swiper-slide .color-box2 {
  margin-top: 200%;
}

.sec13 .swiper-slide:hover .color-box {
  background-color: #0000003f;
  margin-top: -20%;
  height: 120%;
}


.sec13 .swiper-slide:hover .color-box2 {
  background-color: #0000003f;
  margin-top: -20%;
  height: 120%;
  z-index: 8;
}



.sec16 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 3.8%;
  padding-top: 0%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  text-align: left;
  padding-bottom: 100px;
  background-color: #10161a;

}


.sec16 h1 {
  width: 50%;
  margin: auto;
  font-size: 40px;
  text-align: center;
  color: #ffffff;
}

.sec16 h1 span {
  color: #f6dc69;
}


.sec16-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.sec16-container .box {
  width: 49%;
  background-color: #fffaebd6;
  margin: 10px 0;
  border-radius: 20px;
  padding: 30px;
  border: 0.1px solid rgba(173, 173, 173, 0.318);
  transition: ease-in-out 0.5s;
  position: relative;
  background-image: linear-gradient(rgba(24, 29, 30, 0.901), rgba(23, 28, 30, 0.925), rgba(20, 24, 26, 0.825)), url(../images/bg\ img7.avif);
  background-position: center;
  background-size: 100% 100%;
}

.sec16-container .box:hover {
  background-image: linear-gradient(rgba(1, 5, 14, 0.634), rgba(4, 17, 31, 0.74)), url(../images/Web\ Design\ img1.avif);
  background-position: center;
  background-size: cover;
}

.sec16-container .box h1 {
  font-size: 28px;
  width: 100%;
  display: flex;
  place-items: center;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.sec16-container .box:hover h1 {
  color: white;
}


.sec16-container .box h1 img {
  width: 55px;
  margin: 0;
  border-radius: 50%;
  margin-right: 20px;
  padding: 5px;
  background-color: #ffa908;
}

.sec16-container .box:nth-child(2):hover {
  background-image: linear-gradient(rgba(1, 5, 14, 0.634), rgba(4, 17, 31, 0.757)), url(../images/E-Commerce\ img2.avif);
  background-position: center;
  background-size: cover;
}

.sec16-container .box:nth-child(2) h1 img {
  background-color: #77bc5e;
}

.sec16-container .box:nth-child(3):hover {
  background-image: linear-gradient(rgba(1, 5, 14, 0.64), rgba(4, 17, 31, 0.733)), url(../images/Print\ &\ Design\ img1.avif);
  background-position: center;
  background-size: cover;
}

.sec16-container .box:nth-child(3) h1 img {
  background-color: #2253a8;
}

.sec16-container .box:nth-child(4):hover {
  background-image: linear-gradient(rgba(1, 5, 14, 0.637), rgba(4, 17, 31, 0.757)), url(../images/2D\ &\ 3D\ Interior\ img1.avif);
  background-position: center;
  background-size: cover;
}

.sec16-container .box:nth-child(4) h1 img {
  background-color: #ff7235;
}


.sec16-container .box p {
  font-size: 16px;
  color: rgb(196, 196, 196);
}

.sec16-container .box:hover p {
  color: rgb(195, 195, 195);
}

.sec16-container .box .btn {
  position: absolute;
  right: 0;
  width: 40px;
  padding: 6px;
  margin-right: 30px;
  bottom: 20px;
  rotate: 30deg;
  border-radius: 50%;
  opacity: 0.5;
  border: 0.1px solid gray;
  transition: ease-in-out 0.5s;

}

.sec16-container .box:hover .btn {
  filter: brightness(1);
  opacity: 1;
  rotate: 0deg;
}


.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 50;
  width: fit-content;
  right: 0;
  margin-top: 32%;
  margin-right: 30px;
}

.whatsapp img {
  width: 50px;
  /* position: absolute; */

}





.success-message {
  max-width: 1800px;
  margin: auto;
  padding: 50px;
  justify-content: center;
  text-align: center;
  place-items: center;
  display: grid;
}

.success-message img {
  width: 180px;
  margin-top: 25%;
}

.success-message h1 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 35px;
}

.success-message p {
  font-size: 25px;
}

.success-message button {
  padding: 8px 45px;
  border: 0.5px solid rgb(73, 73, 73);
  color: rgb(106, 145, 48);
  border-radius: 20px;
}


.admin-sec {
  max-width: 1800px;
  margin: auto;
  height: 600px;
  padding: 20px;
  text-align: center;
  justify-content: center;
  background: linear-gradient(to left, rgba(21, 25, 26, 0), rgba(13, 15, 16, 0)), url(../images/adminbg3.jpg);
  background-position: center;
  background-size: 100% 130%;
  padding-top: 218px;
}

.admin-sec form{
  margin-bottom: 15px;
}

.admin-sec input {
  width: 20%;
  background-color: rgba(220, 220, 220, 0.548);
  border: 0.5px solid rgb(80, 80, 80);
  padding: 3px 5px;
  border-radius: 5px;
}

.admin-sec input:first-child {
  margin-bottom: 15px;
  width: 20%;
}

.admin-sec .btn {
  width: 10%;
  padding: 5px;
  margin: 0;
  background-color: rgb(176, 206, 95);
  color: rgb(0, 0, 0);
  margin-top: -10px;
  border: none;
  margin-left: -10px;
}

.clients-data {
  max-width: 1800px;
  margin: auto;
  padding: 50px;
}

.clients-data .tx {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  place-items: center;
}


.clients-data .tx h1 {
  font-size: 35px;
  font-weight: 600;
}

.clients-data .tx p {
  width: fit-content;
  padding: 5px 25px;
  background-color: #142334;
  color: white;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.clients-data .tx p:hover {
  background-color: #85cc4e;
}

.clients-data .tx p a {
  color: white;
}

.clients-data .tx p:hover a {
  color: rgb(0, 0, 0);
}


.clients-data #data-table {
  width: 100%;
}

.clients-data #data-table tr th {
  padding: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #142334;
  letter-spacing: 0.3px;
}

.clients-data #data-table td {
  padding: 5px;
  font-size: 15px;
}

.clients-data #data-table td:first-child {
  width: 10%;
}

.clients-data #data-table tr:nth-child(even) {
  background-color: #cccecf;
}


/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 60px 0;
  padding-bottom: 0;
  margin-top: 5px;
  background-color: #0657a2;
  border-top: 1px solid rgb(198, 198, 198);
  background: linear-gradient(to left, rgba(21, 25, 26, 0.846), rgba(13, 15, 16, 0.805)), url(../images/footerimg4.avif);
  background-position: center;
  background-size: 100% 100%;
}

.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: #000000b9;
}

.sec2-text p a {
  color: #ffffffc6;
}

.sec2-text .line {
  width: 100%;
  /* display: none; */
  height: 1px;
  background-color: #ffffff37;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-right: 8px;
}


.sec2-text .line .tx {
  width: 30px;
  height: 100%;
  background-color: #ebc60e;
  transition: ease-in-out 0.5s;
}

.sec2-text:hover .line .tx {
  width: 100%;
}




#sec2-other-links {
  width: 22%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 10%;
}

.sec2-text li {
  display: flex;
}

.sec2-text li span {
  color: #ebc60e;
  margin-right: 5px;
}

.sec2-text h1 {
  font-size: 22px;
  font-weight: 600;
  color: #ebc60e;
  display: flex;
  place-items: center;
  /* border-left: 2px solid #f48333; */
  /* padding-left: 5px; */
  margin-bottom: 20px;
}


.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: #ebc60e;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: bold;

}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffffc6;
  text-align: left;
}

.icons h5 {
  font-size: 22px;
  font-weight: 600;
  color: #ebc60e;

}

.icons ul {
  display: flex;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 35px;
  font-size: 20px;
  margin: 0 10px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 50%;
  border: 0.1px solid #ebc60e;
  background-color: rgba(0, 0, 0, 0);
}

.icons ul li a img:hover {
  margin-top: 5px;
  opacity: 1;
}


.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: #ffffffc6;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li:hover a {
  color: #ebc60e;
}

.sec2-text ul li a span {
  color: #ebc60e;
  width: 10px;
  padding: 5px 8px;
  border-radius: 50%;
  /* background-color: rgba(255, 255, 255, 0.134); */

}



.footer-base {
  width: 50%;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.176);
  margin-top: 0px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #000000c6;
  font-size: 16px;
  margin-left: 6%;
}

.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;
    background: linear-gradient(to left, rgba(2, 30, 38, 0.846), rgba(3, 33, 46, 0.805)), url(../images/footerimg4.avif);
    background-position: center;
    background-size: 150% 100%;

  }

  .sec2-text .line {
    width: 50%;
    height: 0.5px;
  }

  .footer-container {
    padding: 0 20px;

  }

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sec2-text ul li {
    display: flex;
    place-items: center;
  }

  #sec2-other-links2 {
    width: 100%;
  }

  #sec2-other-links {
    width: 100%;
  }

  .footer-base {
    width: 92%;
    padding: 10px 20px;
    padding-right: 60px;
    /* 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: 13.2px;
    margin: 0;
    text-align: left;
  }

}