<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: var(--m20);
        /* font-weight: 900; */
        /* font-family: var(--primary-font); */
        color: var(--secondary-color);
        text-transform: uppercase;
    }
    section.about-eliza .heads h2 span{
        color: var(--btn-hover);
    }
    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: 40%;
    }
    section.about-eliza .img img{
        width: 100%;
        height: 430px;
        border-radius: 15px;
        object-fit: cover;
    }
    section.about-eliza{
        background: #fffbfb;
    }
    section.about-eliza a.main-bttn{
    position: relative;
    top: 20px;
    }
    section.about-eliza .content {
    min-height: 430px;
}







/* about shep */
section.about-shep{
    background: var(--white-color);
    border-bottom: 1px solid var(--white-color);
}
section.about-shep .main-content h2{
    color: var(--secondary-color);
    font-size: var(--f43);
    margin-bottom: 0;
}
section.about-shep .main-content p{
    font-size: var(--f16);
    color: var(--black-color);
    margin: 24px 0 0;
    font-weight: 400;
    height: auto;
    overflow: hidden;
}
section.about-shep .main-content .main-btn{
    display: block;
    width: 150px;
    margin-top: var(--m20);
    position: relative;
    z-index: 2;
    text-align: center;
}
section.about-shep .main-content {
    width: 100%;
    position: relative;
}
section.about-shep .main-content  .para {
    /* overflow: hidden; */
    width: 100%;
}
section.about-shep .main-content .para ul{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
    justify-content: space-between;
}
section.about-shep .main-content .para ul li{
    font-size: var(--f16);
    color: var(--black-color);
    width: 48%;
    font-weight: bold;
    padding-left: 17px;
}
section.about-shep .main-content .para ul li:before{
    content:"\f00c";
    font-family: "Font Awesome 6 Free";
    /* font-size: 16px; */
    margin-left: -15px;
    margin-right: 15px;
}
section.about-shep .col-6.cont {
    display: flex;
    justify-content: end;
    padding-right: 0;
    align-items: center;
}
section.about-shep .img-sec{
    height: 100%;
}
section.about-shep .img-sec img{
   width: 100%;
    object-fit: cover;
    height: 500px;
}
section.about-shep .cont{
    min-height: 500px;
}
section.about-shep .imgs{
    padding-left: 0;
    width: 50%;
    float: right;
    margin-left: 2%;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}
section.about-shep .map {
    position: absolute;
    bottom: -80px;
    left: 137px;
    z-index: 1;
}
</pre></body></html>