.header{
    background-color: #083a6b ;
    color: white;
    padding-top: 0px;
}
.all_rm
{
    background-color: red;
}
.footer-bottom
{
    background-color: #083a6b ;
}
.widget
{
    text-align:left;
}
.widget.dark .list-border li {

}
.widget ul.list li, .widget .post {
    /* margin-bottom: 8px; */
    /* padding-bottom: 8px; */
}
.widget .list-border li {

}
.widget ul li {
    /* margin-bottom: 5px; */
    padding-bottom: 5px;
}
ul.list li {
    margin: 5px 0;
    /* font-weight: 500; */
    padding-left: 15px;
    position: relative;
}
.list-inline>li {
    display: list-item;
    padding-right: 5px;
    padding-left: 5px;
}
.mt-10
{
    margin-top: 10px;
}
.pt-10
{
    padding-top: 10px;
}
.widget.dark .widget-title {
    color: #fff;
    text-align: left;
}
.widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
}
.widget p{
    text-align: left;
}
.widget a{
    color: white;
}
.btn-theme-colored {
    color: #fff;
    background-color: #202C45;
    border-color: #202C45;
}
p.about {
    margin-bottom: 10px;
    font-weight: 600;
    color: #252525;
    font-size: 16px;
    line-height: 1.7;
}
h2.about{
    font-family: 'Cooper Black';
    font-weight: 500;
    line-height: 1.42857143;
    color: #333333;
    text-transform: uppercase;
    margin: 20px 0px;
}
h2.gallery{
    font-family: 'Cooper Black';
    font-weight: 500;
    line-height: 1.42857143;
    color: #333333;
    text-transform: uppercase;
}
.gallery-thumb img
{
    display:block;
    max-width:100%;
    margin: 0 auto;
    height:250px;
}

.page-title{
    font-family: 'Cooper Black';
    font-weight: 500;
    line-height: 1.42857143;
    color: #333333;
    text-transform: uppercase;
}
.detail {
    margin-bottom: 10px;
    font-weight: 600;
    color: #252525;
    font-size: 16px;
    line-height: 1.7;
}
.detail ol{
    list-style: auto;
    padding: 15px;
}
.detail ol.sublist{
    list-style-type: lower-alpha;
}
.prayer{
    margin-bottom: 10px;
    font-weight: 600;
    color: #252525;
    font-size: 16px;
    line-height: 1.7;
}
.page-wrapper .page-content .prayer p {
    font-weight: bold;
    /* color: gray; */
    line-height: 2.5;
    text-align: center;
}
.header-top
{
    background-color: red;
    padding: 2px;
}
.pray-right
{
    padding-left: 60px;
}
li.special
{
    background-color: #fdd209;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
