/* About css */
section.about-section {
    padding-top: 110px;
    padding-bottom: 120px;
    padding-left:0px;
    padding-right:0px;
    position: relative;
}
section.about-section .section-shape {
    position: absolute;
    left: 0;
    top: 150px;
}
section.about-section h6{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading-font);
    position: relative;
    padding-left:65px;

}
section.about-section h6::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 50%;
    width: 52px;
    height: 12px;
    background-image: url(../images/section__style__two.svg);
    background-repeat: no-repeat;
    transform: translate(0, 50%);
}
section.about-section .about-info {
    margin-right: 0px;
}

section.about-section  .about-img1{
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    height: 450px;
    /* background-attachment: fixed; */
    /* background-position: right; */
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

section.about-section .abt-image {
    width: 38%;
    float: right;
    margin-left: 40px;
    z-index: 1;
    position: relative;
    object-fit: cover;
}
section.about-section .abt-content{
    min-height:580px;
}