.about{ 
     padding: 100px 0;
     background-image: url(../images/bg-shape1.png);
     background-position: right;
     background-repeat: no-repeat;
     opacity: .90;
     z-index: -1;
     .sectionHeader{
        text-align: center;
        h4{
          font-size: 26px;
          color: $primaryColor;
          font-weight: 600;
            text-transform: uppercase;
          letter-spacing: 1px;
            padding: 5px 0;
        }
     .headingStyle{
          position: relative;
          background: transparent linear-gradient(90deg, #1E0B9B 0%, #08bcd8 100%) 0% 0% no-repeat padding-box;
          height: 5px;
          width: 90px;
          border-radius: 30px;
          margin: 15px auto;
          &::after{
                  background-color: #08bcd8;
                  content: "";
                  position: absolute;
                  left: 0;
                  box-shadow: 1px 1.732px 2px 0px rgba(0,0,0,0.2);
                  top: -2.7px;
                  height: 10px;
                  width: 10px;
                  border-radius: 50%;
                  -webkit-animation-duration: 3s;
                  animation-duration: 3s;
                  -webkit-animation-timing-function: linear;
                  animation-timing-function: linear;
                  -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite;
                  animation-direction: alternate-reverse;
                  -webkit-animation-direction: alternate-reverse;
                  -webkit-animation-name: watermark-animate;
                  animation-name: watermark-animate;
          }
      }
    }
    .about_wrapper{
           padding-top: 90px;
          .about_img{
             display: flex;
             position: relative;
             .ab_img1{
                width: 80%;
                img{
                    width: 100%;
                    border-radius: 13px;
                    box-shadow: 1px 1.732px 2px 0px rgba(0,0,0,0.1);
                    border: 1px solid #e6e6e6;
                }
             }
             .ab_img2{
                width: 55%;
                position: absolute;
                bottom: -65px;
                right: 0;
                img{
                    width: 100%;
                    border-radius: 10px;
                }
             }
          }
          .about_wrap{
              padding: 0 20px;
              h4{
                font-size: 19px;
                color: #0ba5d8;
                font-weight: 500;
              }
              h5{
                font-size: 35px;
                color: #004861;
                font-weight: 600;
                line-height: 45px;
                padding-top: 30px;
              }
              p{
                font-size: 15px;
                color: #585858;
                font-weight: 400;
                line-height: 26px;
              }

              .about_btn {
                margin-top: 45px;
                a {
                  padding: 14px 26px;
                  background: transparent linear-gradient(90deg, #1E0B9B 0%, #07CCEC 100%) 0% 0% no-repeat padding-box;
                  color: $white;
                  border-radius: 3px;
                  font-weight: 500;
                  font-size: 15px;
                }
              }
          }
    }
}