.head-sec p,section.about-us-home .head-sec p {
    color: var(--black-color);
    text-align: left;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 700;
}

.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7
}

section.about-us-home .abt-co-img-left {
    border-radius: 0;
    position: relative;
    left: 0;
    top: 0
}

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: 100%;
    height: 450px;
    object-fit: cover
}

section.about-us-home .abt-co-img {
    position: relative;
    width: 43.333333%;
    float: left;
    margin-right: var(--m30);
}

section.about-us-home .abt-left {
    min-height: 450px;
    text-align: justify;
}

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: -webkit-right;
    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 .abt-co-img-right img {
    height: 400px;
    object-fit: cover;
    border: 4px solid #fff;
    width: 304px;
    box-shadow: 10px 10px 26px 0 rgba(0,0,0,.21)
}

section.about-us-home .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(-50%) translateX(35px);
    position: absolute;
    top: 52%;
    display: none
}

section.about-us-home a.main-btn {
   /* display: block; */
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
    color: white;
}

section.about-us-home .col-5.abt-left {
    display: flex;
    flex-direction: column;
    justify-content: center
}
section.about-us-home {
    background: var(--lt-bg-color);
}



section.about-us-home1 .abt-cont{
    position:relative;
}

.serv-heading h2{
   transform: rotate(270deg);
   position: absolute;
   left: -120px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 3px;
   color: var(--heading-color);
   font-size: var(--f60);
   top: 130px;
}

.serv-content {
    padding-left: var(--p97);
    padding-top: 0;
}

section.about-us-home1 h3{
    font-size: var(--f32);
}
section.about-us-home1 .abt-co-img-left {
    border-radius: 0px 0px 0px 80px;
    position: relative;
    left: 0px;
    top: 0;
    text-align: center;
    width: 100%;
    height: 608px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center center;
}

.abt-co-img-left {}

section.about-us-home1 .abt-co-img-left img, section.about-us-home1 .abt-co-img-right img{
    border-radius: 0px;
}
section.about-us-home1 .abt-co-img-left img{
    width: 450px;
    height: 450px;
    object-fit: cover;
    border: 0px solid var(--black-color);
    /* animation: blobEffect 5s linear infinite; */
}
section.about-us-home1  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
section.about-us-home1 .abt-co-img {
    position: relative;
    padding-right: 0;
}
section.about-us-home1 .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home1 .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home1 ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.about-us-home1 li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home1 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-home1 p {
    color: var(--primary-color);
    /* max-height: 280px; */
    /* overflow: hidden; */
}
section.about-us-home1 .abt-co-img-right img{
    height: 300px;
    width: 230px;
    object-fit: cover;
    border: 1px solid var(--black-color);
}
section.about-us-home1 a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
section.about-us-home1 .para {
    max-height: max-content;
    overflow: hidden;
}