
/*About company css*/


section.about-us-home .abt-image {
    width: 50%;
    float: left;
    margin-right: var(--m30);
    height: 589px;
    overflow: hidden;
    margin-bottom: var(--m20);
    position:relative;
}
section.about-us-home .abt-right {
    min-height: 589px;
}
section.about-us-home .abt-image .rhea_mask {
    fill: var(--white-color);
}
section.about-us-home .abt-image .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.about-us-home .abt-image svg {
    height: 590px;
    width: 100%;
}
section.about-us-home .abt-image .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

section.about-us-home .abt-image img{
   width: 586px;
    height: 586px;
    object-fit: cover;
    margin-top: 2px;
}
section.about-us-home .owl-nav {
    /* text-align: right; */
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 2;
    transform: translatey(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: var(--p20);
    padding-right: var(--p20);
}
section.about-us-home .owl-nav button{
    background: var(--black-color) !important;
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
section.about-us-home .owl-nav button i{
    font-size: var(--f20);
    line-height: 35px;
    color: var(--white-color);
}
section.about-us-home p{
    line-height:1.8;
}

/*Extra css*/
section.about, section.abt-long {
    background-color: var(--lt-bg-color);
}