#header.transparent-header {
    background: #591e4a;
}

#page-title {
    background-color: #e4e4e4;
}

.breadcrumb > li + li::before {
    content: "/\00a0";
    padding: 0 5px;
    color: #939393;
}

/* ==================
Who we are Inner page 
=====================*/

.weare {
    background: #f6f6f6;
}

.weare-image{
    padding: 15px;
    position: relative;
}

.weare-image::before {
    background: #591e4a;
    content: "";
    display: block;
    max-width: 476px;
    max-height: 476px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 85%;
    z-index: 1;
}

.weare-image::after {
    border: 2px solid #591e4a;
    content: "";
    display: block;
    max-width: 476px;
    max-height: 476px;
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 85%;
    z-index: 1;
}

.weare-image figure {
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    margin: 0;
    z-index: 5;
}

.weare-content h2 {
    margin: 0;
}

.weare-content .rthin {
    text-align: inherit;
}

.weare-content span {
    color: #999;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
}

/* =======================
Who we are Inner page Ends 
==========================*/


/* ===============
Ethical Inner page 
==================*/

.ethical-desc {
    padding: 100px 0;
}

/* ==================== 
Ethical Inner page Ends 
=======================*/


/* =============== 
Partner Inner page
================== */

.inner-partner {
    margin: 50px 0;
}

.partner-content a {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    height: 10rem;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 10rem;
    -webkit-transition: all .45s cubic-bezier(.165,.84,.44,1);
    transition: all .45s cubic-bezier(.165,.84,.44,1);
    z-index: 1;
}

.partner-content a img {
    width: 55%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .45s cubic-bezier(.165,.84,.44,1);
    transition: all .45s cubic-bezier(.165,.84,.44,1);
}

.partner-content a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0,0,0,.4);
    z-index: 2;
}

.partner-content a:hover img {
    filter: none;
}

/* ==========
Progress Page 
=============*/

.progress-page {
    width: 100%;
    text-align: center;
}

.progress-page img {
    margin: 120px auto;
    display: block;
}

.progress-page a {
    display: inline-block;
    border: 1px solid #591e4a;
    border-radius: 40px;
    padding: 10px 40px;
    font-size: 24px;
    font-weight: 300;
    transition: 0.3s;
}

.progress-page a:hover {
    background-color: #591e4a;
    color: #fff;
}

/* ========
Contact Us 
===========*/

.contact-content ul {
    list-style: none;
}

.contact-content ul li {
    margin-bottom: 10px;
}

.contact img{
    height: 500px;
    object-fit: cover;
    width: 100%;
}


.ayucare-content.page-section {
    padding-top: 60px;
}