* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
p {
  font-size: 18px;
  cursor: default;
}

a:link {
  text-decoration: none;
}

small {
  font-size: 16px;
}

h1 {
  text-align: left;
  text-justify: unset;
  font-size: 55px;
  line-height: 1.7;

  cursor: default;
}

h2 {
  text-align: left;
  text-justify: unset;
  font-size: 45px;
  line-height: 1.7;
  cursor: default;
}

h3 {
  text-align: left;
  text-justify: unset;
  font-size: 35px;
  line-height: 1.7;
  cursor: default;
}

h5 {
  text-align: left;
  text-justify: unset;
  line-height: 1.7;
  cursor: default;
}

h6 {
  text-align: left;
  text-justify: unset;
  line-height: 1.7;
  cursor: default;
}
.headlineText {
  text-align: center;
  color: black;
  -webkit-text-fill-color: #25335d;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #2d3a5d;
  font-weight: 800;
  font-size: 120px;
  position: absolute;
  top: 8%;
  z-index: 0;
}
.headlineNumber {
  text-align: center;
  color: white;
  /* -webkit-text-fill-color: #25335d; */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(204, 216, 211, 0.5);
  font-size: 65px;
}
.font-md {
  font-size: 22 !important;
}
.hsp-green-bg {
  background-color: #00a859;
}

.hsp-green-text {
  color: #00a859;
}

.hsp-blue-bg {
  background-color: #25335d;
  color: white;
  position: relative;
}
.index-hsp-img-bg {
  background-image: url("../requirements/images/bg/bg-shining-solar.jpg"); /* Replace 'your-image-url.jpg' with the path to your image */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 80vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hsp-blue-text {
  color: #25335d;
}
.hsp-yellow-text {
  color: #ffcc29;
}

.hsp-yellow-bg {
  background-color: #ffcc29;
}

.hsp-yellow-text {
  color: #ffcc29;
}
.hsp-headline {
  color: white;
  font-size: 72px;
  font-weight: 600;
  text-align: center;
  margin-top: 2rem;
  width: 100%;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}
.hsp-headline-md {
  color: white;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
  width: 100%;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

.hspBorderShape {
  background-image: linear-gradient(-135deg, transparent 50px, #ffcc29 40px);
  background-repeat: no-repeat;
  background-size: 100% 40px;
  background-position: right 75px bottom;
  height: 50px;
  width: 100%;
}

.hspCard {
  min-width: 380px;
}
.service-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.expand .btn-index-card {
  opacity: 1;
  display: block;
  text-align: center;
}
.expand .index-card-header {
  background-color: rgba(243, 241, 242, 1);
  padding: 10px;
}
.index-card {
  width: 20%;
  height: 430px;
  max-height: 430px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 2%;
  cursor: pointer;
  text-align: center;
  flex-direction: column;
  padding-left: 1%;
  padding-right: 1%;
  transition: width 0.5s;
  overflow-y: hidden;
  background-color: rgba(255, 255, 255, 0.5);
}
.expand {
  align-items: start;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  width: 50%;
  box-shadow: 10px 10px 5px rgb(227, 227, 227);
}
.expand .index-card-content-text {
  opacity: 1;
  display: block;
}
.index-card-image-container-extended {
  width: 70%;
}

.index-card-content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-card-content-text {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.index-card-image-container {
  width: 50%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.index-card-image {
  width: 100%;
  height: auto;
  max-height: 230px;
}
.btn-index-card {
  display: none;
  opacity: 0;
  transform: opacity 1s ease-in-out;
}

.hspBackgroundColor {
  background-color: #25335d;
  color: white;
}

.hspAccentColor {
  background-color: #ffcc29;
}

.hspNavColor {
  background-color: rgba(255, 204, 41, 0.8);
  /* background-color: rgba(255, 204, 41, 1); */
  min-height: 80px;
  transition: 0.75s ease;
  font-size: 26px;
}

.hspNavColor a {
  font-size: 18px;
  transition: 0.75s ease;
}

.hspNavColor img {
  height: 75px;
  transition: 0.75s ease;
}

.scrolled {
  background-color: #ffcc29;
  min-height: 60px;
}

.scrolled a {
  font-size: 16px;
}

.scrolled img {
  height: 60px;
}

.hspSecondAccentColor {
  background-color: #25335d;
}

.hspSecondaryColor {
  background-color: #00a859;
}

.hspTextColor {
  color: #25335d;
}

.text-shadow {
  text-shadow: 2px 2px rgba(255, 255, 255, 0.8);
}

.hspSecondTextColor {
  color: #ffcc29;
}

.btnBorderColor {
  border: none;
  border-color: #25335d;
  border-radius: 0.2rem;
  color: #25335d;
}

.topBorderColor {
  border-top: 2px #25335d solid;
}

.bottomBorderColor {
  border-bottom: 2px #25335d solid;
}

.topBorderSecondColor {
  border-top: 2px #ffcc29 solid;
}

.bottomBorderSecondColor {
  border-bottom: 2px #ffcc29 solid;
}

.hspBtn {
  background-color: #25335d;
  border: none;
  border-radius: 5px;
  color: white;
  height: 40px;
  min-width: 130px;
  float: right;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}

.hsp-rounded {
  border-width: 1px;
  border-color: #25335d;
  border-radius: 5rem;
}

.hsp-border {
  border-width: 1px;
  border-color: #25335d;
}

.hspBtn:hover {
  background-color: #ffcc29;
  border: solid 1px #25335d;
  color: #25335d;
}

.nav-link {
  font-weight: 600;
}

.nav-link:hover {
  color: white;
}

.homePage {
  min-height: 100vh;
}

.card-img-top {
  max-height: 650px;
}

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.overLayLogo {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overLaytext {
  position: absolute;
  top: 90%;
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 38px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-postion {
  position: relative;
  height: 100vh;
  padding: 0;
  margin: 0;

  box-sizing: border-box;
}

.overLayLogo img {
  width: 300px;
}

.overLayLogo button {
  float: left;
  background-color: rgb(0, 168, 89);
  padding: 5px;
  border: none;
  border-radius: 5px;
  color: white;
  height: 40px;
  min-width: 130px;
}

.overLayLogoAbout {
  position: absolute;
  top: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.overLayLogoAbout img {
  width: 200px;
}

.overLayLogoAbout button {
  float: left;
  background-color: rgb(0, 168, 89);
  padding: 0.5rem;
  border: none;
  border-radius: 5rem;
  color: white;
  height: 40px;
  min-width: 130px;
}

.indexSections {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.sectionImage {
  /* position: absolute; */
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  filter: brightness(55%);
  background-image: url("../requirements/images/bg/h2-md.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  color: white;
}

.serviceTopImg {
  /* position: absolute; */
  /* position: relative; */
  min-height: 80vh;
  max-height: 100vh;
  width: 100%;
  /* padding: 0;
  margin: 0; */
  filter: brightness(55%);
  background-image: url("../requirements/images/services/services-top.jpg");
  /* background-attachment: fixed; */
  /* background-position: center; */
  background-repeat: no-repeat;
  /* object-fit: cover; */
  color: white;
}

.clean-image {
  margin-top: 50px;
  margin-bottom: 10px;
  height: 100vh;
  width: 100%;
  background-image: url("../requirements/images/bg/light2-md.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  color: white;
}

.index-section {
  position: relative;
  height: 100vh;
  width: 100%;
  filter: brightness(60%);
  background-image: url("../requirements/images/bg/3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  color: white;
}

.scrollFade {
  text-align: center;
  padding: 40px 0;
  opacity: 0;
  transform: translateY(150px);
  transition: all 1s ease-in-out;
}

.scrollFade h5 {
  text-align: center;
  padding: 20px 0;
  opacity: 0;
  transform: translateX(200px);
  transition: all 3s ease-in-out;
  font-weight: 700;
}

.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.fade-in h5 {
  opacity: 1;
  transform: translateX(0px);
}

footer {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-style: solid;
  border-color: #ffcc29;
  padding: 2rem;
}

.verticalLine {
  width: 80%;
  max-height: 30px;
  transform: skew(30deg);
  background-color: #ffcc29;
}

.cardScroll_1 {
  padding: 40px;
  opacity: 0;
  transform: translateY(250px);
  transition: all 1s ease-in-out;
}

.cardScroll_2 {
  padding: 40px;
  opacity: 0;
  transform: translateY(250px);
  transition: all 2.5s ease-in-out;
}

.cardScroll_3 {
  padding: 40px;
  opacity: 0;
  transform: translateY(250px);
  transition: all 4s ease-in-out;
}

.cardScrollEfect {
  opacity: 1;
  transform: translateY(0px);
}

.services {
  /* padding-top: 100px; */
  min-height: 100vh;
  margin-top: 90px;
}

.aboutUs {
  margin-top: 90px;
  background-image: url("../requirements/images/aboutUs/top.png");
  background-size: cover;
  background-position: center;
  /* filter: brightness(); */
  /* background-attachment: fixed; */
  height: 80vh;
  width: 100%;
  justify-content: start;
  align-items: center;
  display: flex;
}

.pageSection-sm {
  min-height: 40vh;
}

.pageSection {
  margin: 0;
  padding: 0;
  min-height: 50vh;
  max-height: 50vh;
  position: relative;
}

.pageSection img {
  object-fit: cover;
}

.circle {
  padding: 1rem;
  max-width: 300px;
  height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  flex-direction: column;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;

  transition: 0.3s ease-in-out;
}

.card-service {
  margin: 1rem auto;
  padding: 1rem;
  width: 250px;
  height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  flex-direction: column;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.8s ease-in-out;
  perspective: 1000px;
}

.flip-card-service-back {
  background-color: #555;
  transform: rotateY(180deg);
  width: 250px;
  height: 200px;
}

.hsp-card {
  min-height: 250px;
  width: 100%;
  background: rgba(138, 142, 197, 0.116);
  padding: 1rem;
  border: 0px;
}

.circle:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.circle-margin-lg {
  margin: 6rem auto;
}

.circle-margin-md {
  margin: 4rem auto;
}

.about {
  padding-top: 100px;
  min-height: 100vh;
}

.image-card {
  height: 650px;
  object-fit: cover;
}

.bgImage {
  filter: brightness(50%);
  min-width: 100%;
  object-fit: cover;
}

.service-section {
  min-height: 50vh;
  background: white;
  display: flex;
}

.service-text {
  min-height: 50vh;
  background-color: rgb(241, 241, 241);
}

.flip-box {
  background-color: transparent;
  margin: 1rem auto;
  width: 280px;
  height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  flex-direction: column;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 280px;
  height: 200px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 280px;
  height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-back {
  transform: rotateY(180deg);
  width: 280px;
  height: 200px;
  color: white;
}

.flip-text-back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: normal;
}

.flip-box-back img {
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.flip-box-back span {
  background-color: #00a859;
}

.vline {
  border-left: 2px solid #25335d;
  width: 1px;
  height: 60px;
}
.circle-badge {
  height: 50px;
  width: 50px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.step-card {
  min-height: 350px;
  margin-bottom: 5px;
  box-shadow: 5px 5px 5px rgb(227, 227, 227);
}

.step-card-border {
  border-left: 1px solid;
  border-color: rgba(4, 28, 105, 0.3);
}

.hsp-footer-blue {
  /* background-color: #25335d;
    background-image: linear-gradient(0deg, #25335d 0%, #244f7f 100%); */
  background: linear-gradient(to right, #25335d, #00407c 50%, #275da8);
}

.bg-gradiant {
  background-color: #ffffff;
  background-image: linear-gradient(
    0deg,
    #ffffff 0%,
    #d6e4fd 50%,
    #ffffff 100%
  );
}

.brand-card {
  height: 100px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 1rem;
  max-width: 200px;
}

.brand-section {
  min-height: 40vh;
}

@media only screen and (min-width: 1900px) {
  .width-section {
    width: 1900px;
  }
}
@media only screen and (min-width: 2000px) {
  .wide-screen {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (max-width: 768px) {
  .services {
    margin-top: 0px;
  }
  .service-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .index-card-image {
    width: 100%;
    max-height: auto;
  }
  .expand {
    margin-bottom: 10px;
    width: 100%;
  }
  .index-card {
    max-height: 1900px;
    width: 100%;
  }
  .btn-index-card {
    margin-bottom: 15px !important;
  }
  .index-card-content {
    flex-direction: column;
    height: auto;
  }
  .index-card-content-text {
    display: block;
    opacity: 1;
    height: auto;
  }

  .circle-margin-lg {
    margin: 2rem auto;
  }

  .circle-margin-md {
    margin: 2rem auto;
  }

  .pageSection {
    max-height: 70vh;
    min-height: 70vh;
  }

  .bgImage {
    filter: brightness(50%);
    height: 100vh;
  }

  .overLayLogo {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .overLayLogo img {
    width: 200px;
  }

  h1 {
    text-justify: unset;
    text-align: left;
    font-size: 25px;
  }

  .hspTextColor {
    text-align: center;
  }

  .hsp-card {
    min-height: 250px;
    width: 100%;
    padding: 1rem;
    border: 0px;
    margin-top: 1rem;
  }

  .card-service:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .card-service {
    width: 100%;
  }

  .service-section {
    display: flex;
    flex-flow: column-reverse;
  }

  .flip-box {
    width: 100%;
    height: 250px;
  }

  .flip-box-inner {
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
  }

  .flip-box-front {
    width: 100%;
    height: 250px;
  }

  .flip-box-back {
    width: 100%;
    height: 250px;
  }

  .flip-box-back img {
    width: 100%;
    height: 250px;
  }

  .flip-box-front img {
    height: 200px;
  }

  .step-card-border {
    border-left: 0px solid #25335d;
  }

  .col-md-card {
    min-width: 100%;
  }

  .sectionImage {
    margin-top: 25px;
    background-image: url("../requirements/images/bg/h2-md.jpg");
    height: 100vh;
  }

  .serviceTopImg {
    margin-top: 25px;
    background-image: url("../requirements/images/bg/h3-md.jpg");
    height: 100vh;
  }

  .index-section {
    background-image: url("../requirements/images/bg/h-ph.jpg");
    height: 100vh;
  }

  .overLaytext {
    font-size: 25px;
    text-align: center;
    top: 50%;
  }

  .clean-image {
    height: 70vh;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .circle-margin-lg {
    margin: 2rem auto;
  }

  .circle-margin-md {
    margin: 2rem auto;
  }

  .pageSection {
    max-height: 70vh;
    min-height: 70vh;
  }

  .bgImage {
    filter: brightness(50%);
    height: 100vh;
  }

  .brightness-md {
    filter: brightness(50%);
  }

  .overLayLogo {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .overLayLogo img {
    width: 200px;
  }

  h1 {
    text-justify: unset;
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
    text-align: center;
  }

  h3 {
    font-size: 25px;
  }

  .overLayLogoAbout img {
    width: 150px;
  }

  .overLayLogo img {
    width: 200px;
  }

  .hspTextColor {
    text-align: center;
  }

  .hsp-card {
    min-height: 250px;
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
    border: 0px;
  }

  .card-service:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .card-service {
    width: 80%;
  }

  .service-section {
    display: flex;
    flex-flow: column-reverse;
  }

  .flip-box {
    width: 100%;
    height: 250px;
  }

  .flip-box-inner {
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
  }

  .flip-box-front {
    width: 100%;
    height: 250px;
  }

  .flip-box-front img {
    height: 200px;
  }

  .flip-box-back {
    width: 100%;
    height: 250px;
  }

  .flip-box-back img {
    width: 100%;
    height: 250px;
  }

  .step-card-border {
    border-left: 0px solid #25335d;
  }

  .col-md-card {
    min-width: 100%;
  }

  .sectionImage {
    margin-top: 25px;
    background-image: url("../requirements/images/bg/h2-md.jpg");
    height: 100vh;
  }

  .serviceTopImg {
    margin-top: 25px;
    background-image: url("../requirements/images/bg/h3-md.jpg");
    height: 100vh;
  }

  .index-section {
    background-image: url("../requirements/images/bg/h-md.jpg");
    height: 100vh;
  }

  .overLaytext {
    font-size: 25px;
    top: 80%;
    text-align: center;
  }

  .clean-image {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 500px) {
  .index-section {
    background-image: url("../requirements/images/bg/h-ph.jpg");
    height: 100vh;
  }
}

@media only screen and (width: 1024px) {
  .col-md-hd {
    width: 100%;
  }

  .col-md-3-hd {
    width: 30%;
  }

  .col-md-card {
    min-width: 45%;
  }

  .sectionImage {
    background-image: url("../requirements/images/bg/h2-md.jpg");
    height: 100vh;
  }

  .serviceTopImg {
    margin-top: 25px;
    background-image: url("../requirements/images/bg/h3-md.jpg");
    height: 100vh;
  }

  .index-section {
    background-image: url("../requirements/images/bg/h-md.jpg");
    height: 100vh;
  }

  .overLaytext {
    font-size: 25px;
    text-align: center;
    top: 80%;
  }
}

@media only screen and (max-width: 1400px) {
  /* .step-card-border {
        border-left: 0px solid #25335D;
    } */

  .overLayLogo {
    top: 30%;
  }

  .overLayLogoAbout {
    top: 25%;
  }

  h2 {
    font-size: 35px;
  }

  h1 {
    text-justify: unset;
    font-size: 45px;
  }

  .overLayLogo img {
    width: 280px;
  }
}

#cleanSection {
  min-height: 100vh;
  background-image: url("../requirements/images/services/servicebg.jpeg");
  background-size: cover;
  background-position: center;
  /* background-color: #fbfbfb;
  background-image: linear-gradient(62deg, #fbfbfb 0%, #e1e1e8 100%); */
}
