/* About css */
section.about-section {
    padding-top: 110px;
    padding-bottom: 120px;
    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: 10px;
    height: 580px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
}

section.about-section .abt-image {
    width: 38%;
    float: right;
    margin-left: 40px;
    z-index: 1;
    position: relative;
}
section.about-section .abt-content{
    min-height:580px;
}
section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 150px;
    transition: .3s ease-in-out
    text-align: center;
}
section.about-us {
    padding-top: 120px;
}
section.about-us .about-content-sec .abt-btn {
    margin-top: 40px
}

section.about-us .about-image-sec img {
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: -50px 0 30px -15%
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}