@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Roboto', sans-serif;
}

.displayInfo {
    margin-top: 130px;
}

.navbar {
    background: #f6f6f6;
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    float: left;
    position: relative;
    /* width: 80px; */
    height: 90px;
    margin: 0;
}

.navbar-toggle {
    background: #03396c;
    margin: 0;
}

.navbar-brand h1 {
    /* font-family: 'Ovo', serif; */
    font-family: 'Cormorant Garamond', serif;
    color: #03396c;
    display: inline-block;
    letter-spacing: 4px;
    font-weight: bold;
    margin: 3px;
    text-transform: uppercase;
    border-bottom: 1px solid #999999;
}

.no-pad-marg {
    padding: 0;
    margin: 0;
}

.pad-all-10 {
    padding: 10px;
}

.flex-mid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-mid {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.flex-begin {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
}

.badgePadding {
    padding: 5px 20px;
}

.tagline {
    /* font-family: 'Barlow Semi Condensed', sans-serif; */
    font-family: 'Mandali', sans-serif;
    font-size: 16px;
    color: #03396c;
    text-align: center;
}

.collapse {
    background-color: #03396c;
    border-top: 1px solid #aeaeae !important;
}

.donate_btn {
    background-color: #4d3a6a;
    border: solid 1px #0a0a0a;
    color: #f5f8fa;
    border-radius: 0;
    /*text-transform: uppercase;*/
    font-size: 20px;
    /*font-weight:bold;*/
    margin: 10px 0;
    -webkit-transition: 0.2s linear 0s;
    /* For Safari 3.1 to 6.0 */
    transition: 0.2s linear 0s;
}

.donate_btn:hover {
    color: #99cc32;
    border-radius: 15px;
}

.navbar-nav>li>a {
    border-right: 1px solid #777171;
    color: #959595;
    font-size: 14px;
    padding: 2px 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-nav>li:last-child>a {
    border-right: none;
}

.main_slide div.carousel-caption {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: auto;
    color: #fff;
    font-size: 36px;
    font-style: italic;
    left: 45%;
    padding: 30px;
    right: 8%;
    top: 25%;
}

.main_slide ol.carousel-indicators {
    bottom: 0px;
}

.call_to_action {
    width: 100%;
    padding: 15px 0;
    /*  position: absolute;*/
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
}

.call_to_action div.box {
    background: #03396c none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 15px;
    overflow: hidden;
    -webkit-transition: background 0.2s linear 0s;
    /* For Safari 3.1 to 6.0 */
    transition: background 0.2s linear 0s;
}

.call_to_action div.box:hover {
    background: #d23d3d none repeat scroll 0 0;
}

.icon_holder {
    color: #0099ff;
    /*float: left;*/
    font-size: 55px;
    line-height: 0;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    /*float: left;*/
    -webkit-transition: font-size 0.2s, color 0.5s, linear 0s;
    /* For Safari 3.1 to 6.0 */
    transition: font-size 0.2s, color 0.5s, 0.2s linear 0s;
}

.call_to_action div.box a:hover div.icon_holder {
    font-size: 58px;
    color: #fff;
}

.call_to_action div.box span {
    /*float: left;*/
    margin: 10px 0;
}

.call_to_action div.box span h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.call_to_action div.box span small {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.welcome_section,
.about_rich {
    margin-top: 25px;
}

.welcome_section h3 {
    color: #3f3f3f;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.welcome_section small,
.about_rich small {
    font-weight: 100;
    color: #888888;
    font-size: 18px;
}

.welcome_section p,
.about_rich p {
    color: #888888;
    font-size: 14px;
    margin-top: 15px;
}

.read_more {
    border: solid 1px #d1d1d1;
    color: #fd9902;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
}

.brown_box {
    background: #f2f1ed url("../img/andrew.png") no-repeat scroll left bottom;
    padding: 15px 0 15px 31%;
}

@media (max-width: 710px) {
    .brown_box {
        background-image: none !important;
        padding: 15px;
    }
}

@media (max-width: 390px) {
    .call_to_action {
        position: relative;
    }
}

.about_rich h3 {
    color: #3f3f3f;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.service_section {
    background: rgba(0, 0, 0, 0) url("../img/ser_bg6.jpg") no-repeat fixed 0 0 / cover;
    margin-top: 25px;
    padding: 15px 0;
}

.service_section a {
    /*border: 1px solid #fff;*/
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
    -webkit-transition: background 0.5s, linear 0s;
    /* For Safari 3.1 to 6.0 */
    transition: background 0.5s, 0.2s linear 0s;
}

.service_section a:hover {
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.service_section a img {
    box-shadow: 0 6px 5px #000;
    margin: 0 15%;
    -webkit-transition: box-shadow 0.5s, linear 0s;
    /* For Safari 3.1 to 6.0 */
    transition: box-shadow 0.5s, linear 0s;
}

.service_section a:hover img {
    box-shadow: 0 10px 0px #000;
}

.service_section h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.bordered_box {
    padding: 10px;
    height: 280px;
    margin-top: 25px;
    border: solid 1px #d4d4d4;
    overflow: hidden;
}

.bordered_box_header {
    padding: 10px;
    margin: -10px -10px 0 -10px;
    background-color: #383838;
    color: white;
    font-size: 16px;
    text-align: center;
}

.bordered_box_remove {
    padding: 10px;
    height: 360px;
    margin-top: 25px;
    /*border: solid 1px #d4d4d4;*/
    overflow: hidden;
}

.bordered_box_resp {
    padding: 10px;
    height: auto;
    margin-top: 25px;
    border: solid 1px #f6f7f90f;
    overflow: hidden;
}

.bordered_box .info_msg {
    font-size: 10px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

#msgDiv {
    padding: 3px;
    margin: 0;
}

@media only screen and (max-device-width: 480px) {
    .bordered_box {
        height: auto;
    }
}

.news h4,
.dd h4 {
    border-bottom: 1px dotted #cccccc;
    color: #03396c;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-bottom: 5px;
}

.charity h4,
.dd h4 {
    border-bottom: 1px #cccccc;
    color: #f6f7f9;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-bottom: 2px;
    background-color: #005B96;
}

.header_more {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    color: #fd9902;
}

.img_holder {
    float: left;
    margin-right: 10px;
}

.thumbnail {
    float: left ;
    /* height: 108px; */
    margin: 0px;
    /* width: 130px; */
}

.thumbnail_dim {
    float: left !important;
    height: 108px;
    margin: 5px;
}

.dailydevo p {
    height: 78px;
    overflow: hidden;
}

.dailydevo_dim p {
    height: 78px;
    overflow: hidden;
}

.verse_dim p {
    height: 25px;
    overflow: hidden;
}

.well-resp {
    display: inline-block;
    width: 100%;
}

.news_desc h5 {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    color: #3f3f3f;
}

.news_desc p {
    font-size: 14px;
    color: #3f3f3f;
}

.news_list {
    /*border-bottom: 1px solid #d4d4d4;*/
    background-color: #ededed;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    transition: color 0.5s linear 0s;
}

.news_list:hover {
    text-decoration: none;
}

.news_list:hover h5 {
    color: #000;
}

.elderly-head {
    width: 100%;
    color: white;
    background-color: #03396c;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}

.resources-link {
    background-color: #DEF0FA;
    padding: 5px 10px;
    border-radius: 3px;
    height: 58px;
    margin: 10px 0;
}

.height-restrict {
    height: 108px;
    margin-right: 15px;
}

.res-link-a:hover,
.res-link-a:focus {
    text-decoration: none;
}

.resources-link>img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.res-main {
    font-size: 18px;
    font-weight: bold;
}

.res-sub {
    font-size: 12px;
}

.dd h5 {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.sod {
    background-color: #005B96;
    display: block;
    overflow: hidden;
    padding: 10px;
    color: #fff;
}

.sod:hover {
    text-decoration: none;
    color: #ffd39b;
}

.sod h5 {
    font-weight: bold;
}

.sod p {
    font-size: 12px;
}

.testimonials {
    background-color: rgb(3, 48, 78);
    /* rgba(182, 51, 12, 0.97) */
    margin-top: 25px;
    padding: 25px 0;
    color: #fff;
}

.testimonials ol.carousel-indicators {
    bottom: 0;
}

.testi_text {
    font-size: 18px;
    color: rgb(236, 232, 232);
    /* font-weight: bold; */
    /* font-style: italic; */
}
.testi_text h3{
   
    color: rgb(255, 255, 255);
    /* font-weight: bold; */
    /* font-style: italic; */
}
.test_details img,
.test_details span {
    float: left;
}

.test_details {
    font-size: 18px;
    font-weight: 100;
}

.test_details span {
    margin-left: 10px;
    padding: 30px 0;
}

.test_details strong {
    font-weight: bold;
    font-size: 24px;
}

.gallery {
    padding: 25px 25px;
    background-color: #383838;
}

.gallery h6 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.gal_img a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fefefe;
    display: block;
    /* width: 90%; */
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    height: auto;
    -webkit-transition: 1s, linear 0s;
    /* For Safari 3.1 to 6.0 */
    transition: 1s, 0.2s linear 0s;

    
}

/* .gal_img a div {
    display: table-cell;
    vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
} */

.gal_img a:hover {
     background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    color: #0099FF;
    text-decoration: none;
    font-weight: bold;

        /* color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center; */
    
   
}

@media (max-width: 1200px) {
    .gal_img a {
        /* position: relative; */
        /* height: 100%; */
    }

    .gal_img a:hover{
        /* height: 1; */
    }
}

@media (max-width: 990px) {
    .gal_img {
        text-align: center;
    }
}

.video {
    margin-top: 25px;
}

.video div.col-md-4 {
    margin-bottom: 25px;
}

.contact {
    padding: 25px 0;
    background-color: #151414;
}

address {
    color: #fefefe;
    font-size: 14px;
}

footer {
    background-color: #151414;
    padding: 15px 0;
    margin-top: 30px;
}

.copyright {
    /*text-align: center;*/
    padding-top: 8px;
    color: #fff;
    /*position: absolute;*/
    right: 0px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #151414;
}

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

@media (min-width: 768px) {
    .navbar-nav li:hover {
        /*background-color: #97CB32;*/
        /*font-color: #fac;
        color: #fac;*/
    }
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #d23d3d;
}

.fontPolicy {
    display: inline;
    margin-bottom: 0;
    font-size: 11px;
    cursor: pointer;
}

.relative {
    position: relative;
    width: 600px;
}

.absolute-text {
    position: absolute;
    top: -10px;
    font-size: 18px;
    font-family: "vedana";
    background: rgba(255, 255, 0, 0.5);
    padding: 4px 20px;
    width: 50%;
    text-align: center;
}

.ministry-head {
    background-color: #4d3a6a;
    color: white;
    width: 100%;
    font-weight: bold;
}

.bordered_box_higlights {
    height: auto;
    border: solid 1px #f6f7f90f;
    overflow: hidden;
}

.add_top_margin {
    margin-top: 25px;
}

.read-article h4 {
    border-bottom: 1px #cccccc;
    color: #f6f7f9;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-left: 220px;
    margin-right: 220px;
    padding-bottom: 2px;
    background-color: #005B96;
}

@media (max-width: 768px) {
    .read-article h4 {
        border-bottom: 1px #cccccc;
        color: #f6f7f9;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin-left: 100px;
        margin-right: 100px;
        padding-bottom: 2px;
        background-color: #005B96;
    }

    .copyright {
        font-size: 11px;
    }

    .navbar-brand {
        padding: 10px 3px;
    }

    .navbar-brand img {
        height: 40px !important;
    }

    .navbar-brand h1 {
        /*display: none !important;*/
        font-size: 20px;
        letter-spacing: 2px;
    }

    .tagline {
        /*.navbar-brand h1,*/
        /*display: none !important;*/
        font-size: 14px;
    }

    .bordered_box_higlights {
        margin-top: 20px;
        padding: 14px 14px;
    }

    .displayInfo {
        /* margin-top: 90px; */
        margin-top: 40px;
    }
}

.footer-link {
    font-weight: normal !important;
}

footer p {
    padding: 10.5px;
    margin: 0px;
    line-height: 100%;
}

.full {
    width: 100%;
}

.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}

.footer p {
    margin: 0px 0;
    padding: 10px 0px;
    color: #c3c3c3;
    line-height: 20px;
}

.footer img {
    max-width: 100%;
}

.footer h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 37px;
}

.footer h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer a {
    color: #c3c3c3;
}

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}

.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}

.newsletter-box {
    overflow: hidden;
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
    background: none repeat scroll 0 0 #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
    color: #EDEFF1;
}

.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}

.social li a i {
    font-size: 16px;
    margin-top: 10px;
    color: #000 !important;
}

.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-bottom p.pull-left {
    padding-top: 6px;
}

.payments {
    font-size: 1.5em;
}

.col-left .fa {
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
}

.text-white {
    color: #fff;
}

.fa-mobile-phone:before,
.fa-mobile:before {
    font-size: 36px !important;
}

.btn-round-lg {
    border-radius: 50px;
    font-size: 13px;
    background: #681769;
    border-color: #681769;
    padding: 8px 30px;
}

@media (max-width: 768px) {
    .center-xs {
        text-align: center;
    }

    ul.social {
        margin: 0 auto;
        width: 68%;
    }
}

.pt-10 {
    padding-top: 10px;
}

.highlights-wrapper {
    border: black solid 1px;

}

.highlights-head {
    background-color: #03396c;
    padding: 10px;
    color: #FFFFFF;
}

.highlights-head>h4 {
    margin: 0px;
}

.highlights-body {
    background-color: #EFEFEF;
    padding: 15px 20px 10px 0px;
}
.height-restrict {
    width:150px;
    height: 85px;
    margin-right: 15px;
}
.height-restrict1 {
    height: 120px;
    width:120px;
    margin-right: 15px;
}

.height-restrict2 {
    height: 108px;
    width:108px;
    margin-right: 15px;
}
.height-restrict3 {
     
    height:100%;
     
    
}

.hover-expand-parent{
    width: 390px;
    height: 109px;
    position: relative;
    z-index: 2;
   
}

.hover-expand {
    transition: all .2s;
    position: relative;
   
}

.hover-expand:hover{
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
   
}

.blue-border:hover{
    border: 2px solid rgb(48,90,140);
}

.red-border:hover{
    border: 2px solid rgb(216,53,29);
}

.green-border:hover{
    border: 2px solid rgb(120,188,67);
}