<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bannerArea{
    position: relative;
}
.bannerArea .banner-iconBtm{
    position: absolute;
    bottom: 0;
    left: 0;
}
.bannerArea .banner-iconTop{
    position: absolute;
    top: 0;
    right: 0;
}
.icons-2 {
    position: relative;
}
.icons-3{
    position: absolute;
    top: 27%;
    left: 27%;
    transform: translate(0);
}

.ani-icon {
    animation: rotation 2s 1 linear;
    -webkit-animation: rotation 2s 1 linear;
}

@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}


.connet-container .connet-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lineBorder::before {
    content: '';
    display: block;
    width: 100%;
    border: 2px dashed var(--colorBlue);
    margin: auto 0px;
    position: absolute;
    left: 0;
    top: 35%;
  }
  .connet-container .connet-box::after {
    background: #5aec9e;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    content: "";
    right: -20px;
    position: absolute;
    top: 49px;
  }
 
  .lineBorder &gt; div:first-child .connet-box::before {
    background: #f4f9fe;
    width: 38%;
    height: 20px;
    content: "";
    left: -13px;
    position: absolute;
    top: 41px;
  }
  .lineBorder &gt; div:last-child .connet-box::after {
      display: none;
  }
  .lineBorder &gt; div:last-child .connet-box::before {
    background: #f4f9fe;
    width: 38%;
    height: 20px;
    content: "";
    right: -13px;
    position: absolute;
    top: 41px;
  }
.connet-container .img-box{
    width: 100px;
    height: 100px;
    background: #FFF;
}

.about-section{}

.about-section .side-img{
    position: relative;
}
.about-section .side-img .img-box{
   position: relative;
   z-index: 99;
}
.about-section .side-img .left-icon{
    position: absolute;
    left: -50px;
    top: 30%;
}
.about-section .side-img .right-icon{
    position: absolute;
    top: -30px;
    right: 0;
}
.about-section .side-img img{
    z-index: 1;
}


.test-section .test-icon{
    width: 45px;
    height: 60px;
    margin-left: 1rem;
}
.test-section .test-card{
    border: none;
    box-shadow: 0 0 1rem rgba(0,0,0,.15)!important;
}

.about-card .card.test-card {
  min-height: 293px !important;
}


@media only screen and (max-width:991px) {
    .abt-cen-img {
   margin-bottom: 30px;
 }
 .test-section .test-card {
    margin-top: 20px;
 }
.connet-container .connet-box {
    margin-top: 20px;
 }
}

@media only screen and (max-width:767px) {
    .bannerArea .banner-iconTop {
        display: none !important;
    }
    .bannerArea .banner-iconBtm {
        display: none;
    }
}


</pre></body></html>