/*About company css*/
.about-pd-r{
    padding-right: 5rem;
}
.sub-title {
    color: var(--secondary-color);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about_wrapper .sub-title {
    margin-bottom: 1rem;
}
.about_wrapper .borders{
    margin: 0;
}
.about-img2{
    background: var(--secondary-color);
    border-radius: 0 25%;
    padding: 0%;
    border: 25px solid var(--secondary-color);
    overflow:hidden;
    
}
.about-img2 img{
    width: 100%;
    aspect-ratio: 1.2;
    height:100%;
    object-fit: cover;
    position: relative;
    border-radius: 0 22%;
    transition: all 400ms ease-in 0s;
}

.about-img2:hover img{
    webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.borders {
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: 0;
    margin: auto;
    justify-content: center;
}
.about-dec{
    margin-top: 1rem;
}
.about-image {
    width: 50%;
    float: right;
    margin-left: 25px;
    z-index: 1;
    position: relative;
}
.about-content {
    min-height: 500px;
}


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;
    text-align: center;
    transition: .3s ease-in-out
}



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
}
section.about-us {
    padding-top: 110px;
}
/*end about section*/