/* About css */
section.about-section {
    padding-top: 20px;
    padding-bottom: 80px;
    padding-left:0px;
    padding-right:0px;
    position: relative;
    background: white;
}
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-info h2, section.about-section .about-info p{
    color:var(--black-color);
}

section.about-section  .about-img1{
    overflow: hidden;
    width: 100%;
    border-radius: 25px;
    height: 550px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.about-section .abt-image {
    width: 50%;
    float: right;
    margin-left: 5%;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}
section.about-section .abt-content{
    min-height:580px;
}

section.about-section ul, li {
    list-style: disc;
    margin-bottom: 0px;
    padding-left: 0px;
    font-family: var(--primary-font);
    color: black;
    font-size: 18px;
    margin-left: 15px;
}

