
#header{
  background: transparent;
  top: 30px;
}
/* .about .content{
  padding: 0 50px;
} */
.nano .content ul i {
  font-size: 20px;
  color: #ffb03b;
  position: absolute;
  left: 0;
  top: 2px;
}
.nano .content ul {
  list-style: none;
  padding: 0;
}
.nano .content ul li {
  position: relative;
  padding-left: 26px;
} 
.nano .content ul i {
  font-size: 20px;
  color: #ffb03b;
  position: absolute;
  left: 0;
  top: 2px;
}
/* .nano .section-title h2{
  font-size: 62px;
} */
.bx-check-double:before {
  content: "\ea47";
}
/* .service-banner{
  overflow: hidden;
padding: 0;
}
.hv{
  position: relative;
  height: 100vh;
} */
.hv::before{
  content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(12 11 10 / 55%);
    z-index: 1;
}
.banner-content{
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}
.banner-content h1, .banner-content p{
  color: #fff;
text-align: center;
}
.hv img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .content ul li{
  font-size: 20px;
}

.about .img-border-radius{
  width: 100%;
  }
@media(max-width:1024px){
  .about .content ul li{
    font-size: 16px;
  }
}