/*About owner css*/
.head-sec p {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-font);
    margin-bottom: 0px;
}
.head-sec h2 {
    margin-bottom: var(--m15);
}
.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
section.about-owner {
    background: var(--white-color);
}
section.about-owner .rhea_mask {
    fill: var(--white-color);
}
section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    height:588px;
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.about-owner img{
   width: 586px;
    height: 586px;
    object-fit: cover;
}
section.about-owner svg {
    height: 588px;
    width: 100%;
}
section.about-owner .head-sec{
   text-align:left;
   margin-bottom: var(--m15);
}
section.about-owner h4{
    font-size: var(--f21);
    font-weight: 500;
}
section.about-owner p{
    color: var(--primary-color);
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-owner .call-area {
    display: block;
}
section.about-owner .call-area a{
    display: block;
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 0;
}
section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}