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: 0px;
    min-height: 480px;
}

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
}
.about-image-sec {
    width: 50%;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}
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-home .abt-co-img-left {
    border-radius: 0;
    position: relative;
    left: 0px;
    top: 0;
    text-align: right;
}
section.about-us-home h2{
    color: var(--heading-color);
}
section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 10px;
}
section.about-us-home .abt-co-img-left img{
    width: 70%;
    height: 550px;
    object-fit: cover;
}
section.about-us-home  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
    position: relative;
    padding-right: var(--p40);
}
section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.about-us-home li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home i{
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
section.about-us-home .head-sec p {
    color: var(--secondary-color);
  margin: 0;
}
section.about-us-home p {
    /* max-height: 210px; */
    /* overflow: hidden; */
}
section.about-us-home .abt-co-img-right img{
   height: 400px;
   object-fit: cover;
    border: 4px solid #fff;
    width: 304px;
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
}
section.about-us-home .abt-co-img-right{
    text-align: right;
    z-index: 0;
    transform: translateY(-50%) translateX(35px);
    position: absolute;
    top: 52%;
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
section.about-us-home .col-5.abt-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.about-us-home {
    background: var(--white-color);
    padding-top: 30px;
}
section.about-us-home .abt-cont {
    /* max-height: 470px; */
    /* overflow:hidden; */
}














