.breadcrumb-wrap {
    /* padding: var(--p20); */
    /* background-color: var(--lt-bg-color); */
    /* border-bottom: 1px solid var(--white-color); */
}
.breadcrumb{
    /* color: var(--white-color); */
}


/* about eliza */
section.about-eliza .heads img{
    width: auto;
    height: 60px;
    }
    section.about-eliza .heads h2{
        margin-top: 0;
        font-weight: 900;
        /* font-family: var(--primary-font); */
        color: var(--black-color);
        text-transform: uppercase;
        text-transform: capitalize;
        color: var(--secondary-color);

    }
  
    section.about-eliza .heads h4{
        color: var(--black-color);
        font-size: var(--f17);
        font-family: var(--primary-font);
        font-weight: 400;
        letter-spacing: 1px;
        margin-top: var(--m15);
    }
    section.about-eliza .heads .abt-dash{
        width: 140px;
        height: 2px;
        background: var(--secondary-color);
        border-radius: 2px;
        margin-top: var(--m10);
        margin-bottom: var(--m10);
    }
    section.about-eliza .cont {
       
    }
    section.about-eliza .img{
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }
    section.about-eliza .img-sec{
        
        height: 100%;
    
    }
    section.about-eliza .img{
        float: right;
        margin-left: var(--m40);
        width: 45%;
    }
    section.about-eliza .img img{
        width: 96%;
        height: 450px;
        border-radius: 15px;
        object-fit: cover;
    }
    section.about-eliza{
        background: #ffffff;
    }
    section.about-eliza a.main-bttn{
    position: relative;
    top: 20px;
    }
    
section.about-eliza .content{
    height: auto;
}



/* meet section */


section.about-owner {
    background: var(--lt-bg-color);
}

section.about-owner .head-sec {
    text-align: center;
}
section.about-owner .head-sec h2 {
    color: var(--secondary-color);
    font-weight: 900;
    margin-bottom: 10px;
    font-size: var(--f40);
    text-align: center;
}
section.about-owner .head-sec p {
    font-size: var(--f16);
    font-weight: 400;
    color: #777e90;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: initial;
}
section.about-owner .row {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: row-reverse;
}
section.about-owner .col-9.col-md-9.col-sm-12.cont {
    padding: 0 var(--p30);
}
.abt-detail h3 {
    color: var(--btn-color);
}
section.about-owner .abt-owner {
    padding-left: 20px;
}
section.about-owner .abt-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
section.about-owner .row {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: row-reverse;
}
section.about-owner .row.other-owner .abt-owner {
    padding-left: 0;
    padding-right: 20px;
}
section.about-owner .abt-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
section.about-owner .col-9.col-md-9.col-sm-12.cont {
    padding: 0 var(--p30);
}
.abt-detail h3 {
    color: var(--btn-color);
}
