.text-primary {
    color: #CD7D35 !important;
}
.text-primary-2 {
    color: #1C3B57 !important;
}
.bg-primary {
    background-color: #CD7D35 !important;
}
.bg-primary-2 {
    background-color: #1C3B57 !important;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}

.header-area .sub-menu ul li a {
    padding-top: 0px;
}

.profile-img img{
    width:95%;
}
.no-margin-bottom{
    margin-bottom:0px !important;
}
.text-align-left{
    text-align:left;
}
.align-team-content {
    margin-top:20px;
    text-align: center;
}

.about-experience {
    width:95%;
    background: #1C3B56;
    color:#FFF;
    padding: 14px 25px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #FFF;
    margin-bottom:20px;
    position: relative;
}
.about-experience h5{
    color:#FFF;
}
.todays-reading-wrapper {
    background-repeat: repeat-x;
    padding: 0 110px !important;
}
.todays-reading-container {
    color: #FFF;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}

.events-wrapper {
    min-height: 300px;
    overflow-y: auto;
}
.events-container {
    max-height:500px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.upcoming-events-heading {
    padding: 19px 22px;
    font-weight: 700;
    font-size: 18px;
    background-color: #1C3B56;
    color: #FFF;
}
.upcoming-events-item{

    margin-bottom:10px;
}
.upcoming-events-item-heading {
    display:inline-block;
    width:100%;
    color:#FFF;
    background-image: linear-gradient(55deg, #534841, #D9822B 63%);
    padding: 12px 24px;
    font-weight: 700;
    font-size: 16px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;

}
.upcoming-events-item-body {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.rituals-timimgs-heading {
    padding: 19px 22px;
    font-weight: 700;
    font-size: 18px;
    background-color: #D9822B;
    color: #FFF;
}
.rituals-timimgs-container{

}

#rituals-timimgs {
    .tab
    {
        float: left;
        border: 1px solid #1C3B56;
        background-color: #1C3B56;
        width: 30%;
        height: 420px;
    }

    .tab button {
        display: block;
        background-color: inherit;
        color: #FFF;
        padding: 14px 13px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
    }

    .tab button:hover {
        background-color: #bee9f7;
    }

    .tab button.active {
        background-color: #6398a8;
    }

    .tabcontent {
        float: left;
        background:#FFF;
        padding: 0px 12px;
        border: 1px solid #ccc;
        width: 70%;
        border-left: none;
        height: 420px;
    }
}

.no-background{
    background:none !important;
}

.flip-icon img {
    width:416px;
    height: 245px;
}

.institutions-container {
    padding: 0px;
}
.institutions-wrapper {
   /* border: 1px solid #1C3B57;*/
    /*box-shadow: 0 0 6px 2px #1C3B57 !important;*/
}

.institutions{

    .flip-box-back {
        padding:0px;
    }

    .back-title{
        width:100%;
        display:inline-block;
        margin-top:20px;
    }

    .flip-box-back ul {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 14px !important;
        padding: 0 !important;
    }

    .flip-box-back ul li {
        display: inline-block !important;
        margin-right: 15px !important;
        font-weight: 500 !important;
        position: relative !important;
        color: #FFF !important;
    }

}


.testimonial-thumb img{
    height:250px;
}

.inline-block {
    display:inline-block !important;
}

.margin-right-20px
{
    margin-right:20px;
}