section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
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;
    display: none;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    height:500px;
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
   overflow: hidden;
    border-radius: 50px;
    width: 90%;
}
.abt-owner-img {
    width: 50%;
    float: left;
    z-index: 2;
    position: relative;
}
.cont {
    min-height: 500px;
}
section.about-owner img{
   width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}
section.about-owner img:hover{
    transform: scale(1.14);
}
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 .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 .call-area a:hover{
    color: var(--other-color);
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 0;
}
section.about-us-home .abt-co-img-left {
    border-radius: 0;
    position: relative;
    left: 0px;
    top: 0;
}
section.about-us-home .container{
    display: flex;
}
.abt-detail h3{
color: var(--btn-color);
}
section.about-us-home .abt-left{
    width: 48%;
}
section.about-us-home .row{
    flex-direction: row-reverse;
}
section.about-us-home h2{
    /* color: #111235; */
    /* letter-spacing: 2px; */
    /* font-size: var(--f55); */
    /* font-weight: 600; */
}
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: 580px;
    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);
    margin-bottom: 10px;
}
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);
}
section.about-us-home p {
    /* max-height: 210px; */
    /* font-size: var(--f14); */
}
section.about-us-home .abt-co-img-right .main-img1{
   object-fit: cover;
    width: 350px;
    position: relative;
    height: 350px;
}
section.about-us-home .abt-co-img-right{
    z-index: 1;
    transform: translateY(-50%) translateX(295px);
    position: absolute;
    top: 57%;
}
section.about-us-home a.main-btn {
    display: block;
    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);
}
section.about-us-home .abt-cont {
   min-height: 480px;
    /* overflow:hidden; */
}
section.about-us-home .abt-cont a{
    color: var(--btn-color);
}
section.about-us-home img.v-icon {
    position: absolute;
    right: 36%;
    top: 36%;
    display: none;
}

section.about-us-home .abt-right {
    width: 52%;
    float: none;
}