/* style css start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
}


.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;

}

.pt---70 {
  padding-top: 70px;
}

.pb---70 {
  padding-bottom: 70px;
}


/* resgiter button  */


/* From Uiverse.io by Cornerstone-04 */
.box {
  width: 171px;
  height: auto;
  float: left;
  transition: .5s linear;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  margin: 0 5px;
  background: #2E3192;
  /* text-transform: uppercase; */
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
}

.box:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  box-sizing: border-box;
  transform: translateX(100%);
}

.box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top: 4px solid #ffca0a;
  border-right: 4px solid #ffca0a;
  box-sizing: border-box;
  transform: translateX(-100%);
}

.box:hover {
  box-shadow: 0 5px 15px rgb(255, 255, 255);
}

.box:hover:before {
  border-color: #ffca0a;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .3s;
}

.box:hover:after {
  border-color: #ffca0a;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .5s;
}

button {
  color: black;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}


/* banner setion  */

.header-banner {
  background-image: url(../images/banner/banner-img-one.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-section h1 {
  text-transform: uppercase;
  color: #2E3192;
  font-size: 65px;
  text-shadow: 1px 1px #000
}

.banner-form {
  border: 2px solid #2E3192;
  border-radius: 20px;
}

.banner-form h3 {
  color: #2E3192;
}


.banner-section span {
  color: #FFCA0A;
}

.banner-form input {
  border-radius: 20px;
  border: 2px solid #2E3192;
  font-family: "Poppins", sans-serif;

}

.banner-form input::placeholder {
  color: #2F3293 !important;
  font-weight: 500;
}

/* turnkey-solution-provinder-content section start */


.turnkey-solution-provinder-bg-img {
  position: relative;
}

.turnkey-solution-provinder-bg-img img {
  position: absolute;
  bottom: 50px;
  left: 150px;
  z-index: 2;
  width: 250px;
}

.turnkey-solution-provinder-img {
  position: relative;
  z-index: 3;
}

.turnkey-solution-provinder-content h2 {
  color: #2F3293;
}


/* counter-section start */

.counter-section {
  background-color: #2F3293;
  color: #ffffff;
}

#counter-section-styles {
  padding: 10px;
  border: 1px solid #fff;
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  border-radius: 10px;
  align-items: center;
}

.counter-icon .number {
  font-size: 30px;
  font-weight: bold;
}


/* Building Better, Faster section css  */

.section-titles {
  border: 2px solid #2F3293;
  border-radius: 20px;
  color: #2E3192;
  text-transform: capitalize;
}

.building-better-faster-content {
  background-color: #2E3192;
  color: #ffffff;
  border-radius: 10px;
}


/* strip button */


.strip-content {
  background-color: #2F3293;
  color: #fff;
}

.firststrip-content-h6 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
}

.firststrip-content .inside-strip-contet {
  font-size: 55px;
  font-weight: 700;
}


.second-strip-content h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
}

.two-lines img {
  width: 300px;
}

.thirdstrip-content h6 {
  text-transform: uppercase;
}

.thirdstrip-content span {
  font-size: 44px;
}

.fourthstrip-content h6 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.fourthstrip-content h3 {
  font-size: 57px;
  font-weight: 700;
}


/* projects We’ve Proudly Delivered section css */


.projects-section-content h3 {
  background-color: #2F3293;
  color: #fff;
  border-radius: 10px;
}

.government-content-content p {
  color: #2F3293;
}


/* why choose us */


.why-choose-icon-pos {
  position: relative;
}

.why-choose-icon {
  background-color: #FFCA0A;
  border-radius: 100%;
  padding: 15px;
  height: 67px;
  width: 70px;
  position: absolute;
  left: -50px;
  top: 23px;
}



.why-choose-content {
  background-color: #2E3192;
  border-radius: 15px;
}

.why-choose-content h3 {
  color: #FFCA0A;

}

.why-choose-content p {
  color: #ffffff;
}

.why-choose {
  padding: 20px 20px 20px 40px;
  text-align: left;
}



/* advance manufauring section */


.advanced-manufacuring-content {
  border: 2px solid #2E3192;
  border-radius: 20px;
}


.advanced-manufacuring-content img {
  border-radius: 20px 20px 0px 0px;
  width: 460px;
  height: 300px;
}

/* .strip-contents{
  background-image: url(../images/shapes/strip-bg.svg);
  background-repeat: no-repeat;
} */



.advanced-manufacuring-content p {
  padding: 30px;
  background-color: #2E3192;
  color: #ffffff;
  border-radius: 0px 0px 18px 18px;
}


/* benifities section */


.benefits-content {
  background-color: #2E3192;
  color: #ffffff;
  border-radius: 15px;
  text-align: center;
}

.benefits-content h3 {
  color: #FFCA0A;
}


.footersection {
  background-color: #2F3293;
  color: #fff;
}

.call-contact {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.register-buttons {
  background-color: #2E3192;
  color: #ffffff;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  margin-top: 25px;
  font-family: "Poppins", sans-serif;
}

/* banner section css */




.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: #2f3293;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: 500;
  border: 2px solid #ffffff;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  height: 70px;
  font-family: "Poppins", sans-serif;

}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}





.number p {
  padding: 5px 0px 0px 20px;
  border-right: 6px solid #2E3192;
  border-bottom: 6px solid #2E3192;
  font-size: 41px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2E3192;
}

.approach-content {
  background-color: #2E3192;
  color: #fff;
  padding: 20px;
}

.approach-img {
  position: relative;
}

.approach-img img {
  position: absolute;
  left: 50px;
}


.testimonials {
  background: #f8f9fa;
}

.testimonialSwiper {
  padding: 30px 0;
}

.swiper-slide {
  transition: all 0.3s ease;
}

.swiper-slide:hover {
  transform: translateY(-10px);
}

.testimonial-card {
  background: #2f3192;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 250px;
}

.testimonial-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #007aff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

#thisfontonly {
  font-size: 28px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  background: #ffff !important;
  border-radius: 100% !important;
  width: 500px !important;
  height: 40px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #2f3192 !important;
  font-size: 25px !important;
  font-weight: bold !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 2px) !important;
  left: auto;
  width: 40px !important;
  height: 30px !important;
}

@media (max-width: 575.98px) {
  br {
    display: none;
  }

  .banner-section h1 {
    text-transform: uppercase;
    color: #2E3192;
    font-size: 36px;
  }

  .banner-btn-sec {
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    /* letter-spacing: 1px; */
    text-decoration: none;
    color: #2F3293;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #ffca0a;
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 #ffca0a;
    background-color: #ffca0a;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    border-radius: 0px 30px 0px 30px;
    width: 160px;
  }

  .firststrip-content-h6 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
  }

  .firststrip-content .inside-strip-contet {
    font-size: 27px;
    font-weight: 700;
    display: inline-block;
  }

  .why-choose-icon {
    display: none;
  }

  .two-lines {
    display: none !important;
  }

  .second-strip-content h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
  }

  .benifities-img img {
    display: none;
  }

  .thirdstrip-content span {
    font-size: 32px;
    line-height: 1;
  }

  .number p {
    padding: 5px 0px 0px 20px;
    border-right: 6px solid #2E3192;
    border-bottom: 6px solid #2E3192;
    font-size: 41px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #2E3192;
    border: none;
  }

  .fourthstrip-content h6 {
    font-size: 20px;
    font-weight: 400;
  }

  .fourthstrip-content h3 {
    font-size: 40px;
    font-weight: 700;
  }

  .pt---70 {
    padding-top: 40px;
  }

  .pb---70 {
    padding-bottom: 40px;
  }

  #thisfontonly {
    font-size: 20px !important;
  }

  .box {
    width: 100%;
    height: auto;
    float: left;
    transition: .5s linear;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    margin: 0 5px;
    background: #2E3192;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    border-radius: 8px;
  }

  #smallscreenimage {
    display: none;
  }
  .turnkey-solution-provinder-bg-img img {
    position: absolute;
    bottom: 13px;
    left: 150px;
    z-index: 2;
    width: 250px;
}

}
