.bytevision-header {
  z-index: 99;
  background: rgb(0 0 0 / 100%);
  top: 0;
}
.main  {
  padding: 9rem 3rem 0 3rem;
}
.main-img{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-image: linear-gradient(90deg, #0690F3 0%, #0C2944 100%); */
  background: url(../Accelerator/img/banner-img1.png) no-repeat;
  background-size: cover;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 500px;
}
.center {
  position: absolute;
  left: -165px;
}
.feature-sec {
  padding-top: 30px;
  width: 100%;
}
.feature-wrapper ol li::before{
  position: absolute;
  left: 0;
}
.feature-wrapper ol li{
  position: relative;
  font-size: 16px;
  padding-left: 18px;
  background: #f9f9f9;
  padding: 20px;
  width: 48%;
  margin: 0 2% 2% 0%;
}
.feature-col {
  padding: 16px;
  box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.10);
  border-radius: 10px;
}
.feature-col p {
  padding-left: 12px;
}
ol {
  margin: 0;
  padding: 0 !important;
}
section.main .main-content h2 {
  color: #26ac2a;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  padding-bottom: 30px;
}
.fw-bold {
  font-weight: 600!important;
}
section.main .main-content h3 {
  color: #040404;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  text-transform: capitalize;
}
.Product-Description p {
  color: #575757;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.main-img{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-image: linear-gradient(90deg, #0690F3 0%, #0C2944 100%); */
  background-size: cover;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 500px;
}
.accelerator .main-img {
  background: url(../assets/img/accelerator-banner.png) no-repeat;
}
.advisory-services .main-img {
  background: url(../assets/img/advisory-banner.png) no-repeat;
}
.business-automation .main-img {
  background: url(../assets/img/business-banner.png) no-repeat;
}
.consulting .main-img {
  background: url(../assets/img/consulting.png) no-repeat;
}
.digital-transformation .main-img {
  background: url(../assets/img/digital-img.png) no-repeat;
}
.system-architecture .main-img {
  background: url(../assets/img/system-architecture.png) no-repeat;
}
.infrastructure .main-img {
  background: url(../assets/img/infrastructure.png) no-repeat;
}
.climate-change .main-img {
  background: url(../assets/img/climate-change.png) no-repeat;
}
.security .main-img {
  background: url(../assets/img/safeguard-img.png) no-repeat;
}
.domains {
  right: 0;
  left: auto;
}

/* Niraj CSS */

.footer {
  background: #212121;
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.footer ul li a, .footer ul li p{
font-family: Poppins;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.15000000596046448px;
text-align: left;
color: #fff;
margin-bottom: 0;
text-decoration: none;
}
.footer ul li a{
  margin-right: 25px;
  font-weight: 600;
}
.footer .seprator{
  position: relative;
}
.footer .seprator::before{
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 13px;
  right: -14px;
  top: 3px;
}
.footer ul li p{
  margin-right: 5px;
}
.card-subheading{
  color: #26ac2a;
}
.feature-wrapper-box ol li{
  display: flex;
}
.feature-wrapper-box .feature-box{
  width: calc(100% - 23px);
  margin-left: 15px;
}
.feature-wrapper-box-digital figure{
  margin-right: 15px;
}
.feature-details .count {
  background: rgb(29,164,38);
background: radial-gradient(circle, rgba(29,164,38,1) 0%, rgba(138,228,68,1) 100%);
background: linear-gradient(150deg, #1DA426 0%, #8AE444 94.79%);
width: 79px;
height: 79px;
border-radius: 50%;
position: absolute;
  top: -40px;
}
.benefit-environment {
  background-color: #fafafa;
}

@media (max-width: 991px) {
  .main-img {
    position:  relative !important;
    width: 100%;
    height: 500px;
  }
  .main  {
    padding: 1rem;
  }
  section.main .main-content h2 {
    font-size: 30px;
      line-height: 30px;
  }
  .feature-wrapper ol li {
    width: 100%;
    margin: 0 0% 2% 0%;
}
section.main .main-content h3 {
  font-size: 20px;
  line-height: 26px;
}
.footer {
  position: relative;
}
.main {
  margin-top: 100px;
}
.main-content {
  margin-top: 30px;
}
.consulting .main-img {
  background-size: 100%;
}

.feature-sec {
padding-top: 0px;
width: 100%;
}
.business-automation .main-img, .digital-transformation .main-img {
  height: 300px;
  background-size: 100%;
  background-position: center;
}
.accelerator .main-img, .advisory-services .main-img, .infrastructure .main-img, .climate-change .main-img {
  background-size: 100%;
}


}