<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#arrow-overview {
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-sec {
    text-align: center;
    margin-bottom: var(--m40);
    display: flex;
    align-items: center;
    gap: 30px;
}
/*About company css*/
section.about-us-home {
    background: var(--white-color);
}
section.about-us-home .arrow-mask-wrap {
    width: 110px;
    height: 22px;
    position: absolute;
    top: 0px;
    z-index: 0;
    transition: clip-path 0.6s cubic-bezier(0.785,0.135,0.15,0.86);
}
section.about-us-home .abt-left {
    width: 42%;
    float: left;
    margin-right: var(--m30);
}
section.about-us-home .head-sec {
    margin-bottom: var(--m30);
    position: relative;
}
section.about-us-home .arrow-mask-right {
    left: 0px;
    clip-path: inset(0px 100% 0px 0);
}
section.about-us-home .arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: relative;
}
section.about-us-home .head-sec h2 {
   font-size: var(--f60);
    line-height: 1.3;
    font-weight: 400;
    color: var(--heading-color);
    text-transform: inherit;
    margin-bottom: 0px;
    font-family: var(--secondary-font);
    width: auto;
    display: inline-block;
    text-align: left;
}
section.about-us-home .abt-co-img img{
    object-fit: cover;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: all 0.5s ease;
    transform: scale(1);
    cursor: pointer;
    height: 320px;
    width: 100%;
}
section.about-us-home .abt-cnt {
    padding: 0;
    padding-bottom: 0px;
    min-height: auto;
}
section.about-us-home .abt-para {
   
}</pre></body></html>