
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
}
.banner {
  background-image: url('../img/abstract-bg.webp');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;

}
.text-one {
  color: #f7ee23;
}
.text-two {
  color: #fff;
  line-height: 0.8em;
}
.badge-icon {
  position: absolute;
  width: 100px;
  top: 100px;
  z-index: 999!important;
}
.feature-icon img{
  width: 80%;
}
ol li{
  list-style-type: "\1F44D";
  line-height: 2em;
}
@media only screen and (min-width: 960px) {
  .section-padding {
    padding: 80px 0;
  }
  .banner {
    height: auto;
  }
  .banner-text {
    padding: 140px 0;
  }
  .top-logo {
    /* border-bottom: 2px solid #f7ee23; */
    border-radius: 4px;
    padding-bottom: 20px;
    margin-top: 0!important;
  }
  .text-one {
    font-size: 3.5em;
  }
  .text-two {
    font-size: 6em;
  }
  .foo {
    position: relative;
  }
  .hero {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
.hero .main {
  width: 420px;
}
.badge-icon {
  position: absolute;
  width: 130px;
  top: 150px;

}
}
@media only screen and (max-width: 960px) {
  .text-two {
    position: relative;
  }
  .text-two::after{
      content: "";
      width: 100%;
      height: .1em;
      border-radius: 5px;
      background: #ffcb13;
      position: absolute;
      bottom: -4px;
      left: 0;
      z-index: -99;
  }
  .section-padding {
    padding: 50px 0;
  }
  .banner {
    height: 600px;
  }
  .banner-text {
    text-align: center;
    margin-top:40px;
  }
  .text-one {
    font-size: 2em;
  }
  .text-two {
    font-size: 3.2em;
  }
  .hero {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
  }
  .hero .main {
    width:300px;
  }
}


.about h1 {
    position: relative;
    width: fit-content;
    font-size: 3em;
    font-weight: 800;
    color: #112d6d;
    line-height: 0.9em;
}

.about span {
    font-weight: 300;
    font-size: 28px;
}

.about h1::after {
    content: "";
    width: 100%;
    height: .2em;
    border-radius: 5px;
    background: #ffcb13;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -99;
  }



  .about-img {
    width: 100%;
  }
  .about-img img {
    width: 350px;
  }

  .title-bg {
    background: #ffcb13;
    padding: 25px 0;
    margin-bottom: 30px;
  }
  .title-bg h1, h2 {
    font-weight: 800;
    margin: 0;
  }
  .title-bg h1 {
    color: #f2652d;
  }
  .title-bg h2 {
    color: #112d6d;
  }
