@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/CircularStd-Book.eot');
    src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/CircularStd-Bold.eot');
    src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.ttf') format('truetype'), url('../fonts/CircularStd-Bold.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
    font-weight: 600;
    font-style: normal;
}
body {
    color: #555555;
    font-size: 15px;
    font-family: 'CircularStd', 'arial', sans-serif;
    line-height: 1.8;
    text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'CircularStd', 'arial', sans-serif;
    font-weight: 600;
}
a {
    color: #60a337;
}
.btn {
    border-radius: 3px;
}
.btn {
    position: relative;
    background-color: #4CAF50;
    border: none;
    color: #FFFFFF;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.btn:after {
    border-radius: 30%;
    content: "";
    background: #ffffff;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}
.btn:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}
.btn.focus, .btn:focus{
    box-shadow:none;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.cb_column_about .btn{
    padding: 0;
}
.btn-arrow{
    background-color: transparent;
    color: #333333;
    font-weight: 800;
    margin: 0;
    padding:0;
}
.btn-arrow:hover{
    color: #88c426;
    background-color: transparent;
}
.btn_arrow_readmore{
    background-color: transparent;
    color: #71ab30;
    margin: 0;
    padding:0;
}
.btn_arrow_readmore:hover{
    color: #88c426;
    background-color: transparent;
}
.btn-warning{
    background-color:#143d55;
    border-color:transparent;
    color: #fff;
}
.btn-warning:hover {
    color: #f6f6f6;
    background-color: #143d55;
    border-color: transparent;
}
.btn-warning.focus, .btn-warning:focus{
    box-shadow:none;
}
.btn-stl {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #333333;
    color: #ffffff;
    border: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-stl:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #920094;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-stl:hover,
.btn-stl:focus,
.btn-stl:active {
    color: white;
}
.btn-stl:hover:before,
.btn-stl:focus:before,
.btn-stl:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.navbar {
    padding: .8rem 1rem;
    background-color: #fff;
    border-bottom: 2px solid #cccccc;
}
.nav-item{
    margin:0 5px;
}
.navbar-nav li a {
    color: #000;
    font-size: 14px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}
.navbar-nav li a:hover {
    color: #143d55;
    border-bottom: 2px solid #143d55;
}
.dropdown-menu{
    padding: 0;
    border: none;
    margin-top: 0px;
    border-radius: 0;
}
.dropdown a{
    border-bottom: 1px solid #ddd;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #dddddd;
}
.nav-link {
    color: #000;
}
.responsive-social a {
    color: #fff;
    padding: 3px;
    height: 20px;
    width: 20px;
}
.responsive-social a:hover {
    color: #71ab30;
    padding: 3px;
    height: 20px;
    width: 20px;
}
.cb_header_contact {
    background-color: #143d55;
    color: #fff;
    font-size: 11px;
    padding: 10px 0 0 0;
    margin-bottom: -5px;
    letter-spacing: .5px;
}
.cb_header_contact a {
    color: #ffffff;
    text-decoration: none;
}
.cb_header_contact i {
    font-size: 15px;
    margin-left: 8px;
    padding-right: 5px;
}
.cb_column_home {
    padding: 40px 0 65px;
    background-color: #ffffff;
    color: #555555;
}
.cb_column_home img {
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
.cb_column_home img:hover {
    transition: all 0.5s ease;
    transform: scale(1.1);
}
.img_outer_div{
     height: 100%;
     position: relative;
     overflow: hidden; 
}
.home_services{
    background-color: #ffffff;
    padding: 15px 15px 15px;
    margin-bottom: 18px;
    transition: all 0.5s ease;
}
.home_services:hover{
    background-color: #f8f8f8;
    box-shadow: 0px 5px 12px #bbbbbb;
    padding: 15px 15px 15px;
    transition: all 0.5s ease;
}
.home_services p{
    text-align: left;
}
.home_services h3 {
    color: #71ab30;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 8px;
}
.cb_column_about_page{
    padding: 60px 0 55px;
}
.cb_about_page_title{
    color: #71ab30;
    margin-bottom: 10px;
}
.cb_about_page_title h2{
    font-size: 2.3rem;
}
.cb_about_right_title h2{
    font-size: 23px;
    margin-top: 5px;
    color: #71ab30;
}
.ml-25{
    margin-left: -25px;
}
.sm-line{
    height: 2px;
    background-color: #71ab30;
    margin: 10px 0 18px;
    width: 10%;
}
.cb_big_para{
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 800;
    color: #555555;
}
.cb_column_about {
    padding: 70px 0 70px;
    background-color: #143d55;
    color: #F0F2F3;
}
.cb_column_about h3 {
    text-align: right;
}
.cb_column_count {
    background-image: url('../images/bg-pattern.png');
    /*background-color: #8DD8D8;*/
    padding: 65px 0 50px;
    margin: 0;
    text-align: center;
}
.cb_column_count h4 {
    color: #143d55;
    font-size: 3rem;
}
.cb_column_count p {
    color: #143d55;
    font-size: 1.5rem;
}
.cb_column_bg {
    background-image: url('../images/music-bg.jpg');
    background-size: cover;
    background-position: center;
    /*background-color: #920094;*/
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.cb_column_bg h1 {
    margin-bottom: 20px;
}
.cb_column_bg p {
    color: #ccc;
    font-size: 18px;
    margin-bottom: 28px;
}
.cb_column_pastor {
    padding: 70px 0;
    background-color: #f6f6f6;
}
.cb_column_pastor h3 {
    margin-bottom: 25px;
    background-color: #f6f6f6;
}
.cb_column_pastor p {
    text-align: justify;
}
.cb_column_quotes {
    margin: 0px;
}
.cb_column_quotes .row {
    margin: 0;
}
.cb_column_quotes .row .col-md-6 {
    margin: 0;
    padding: 0px;
}
.cb_column_quotes .card {
    border-radius: 0px;
    border: none;
}
.cb_column_quotes .card-img-overlay {
    padding: 5rem;
}
.cb_column_quotes .card-img-overlay p {
    font-size: 22px;
    line-height: 1.5;
}
.cb_column_quotes .card-img-overlay small {
    color: #fff;
}
.cb_column_quotes .card-img {
    border-radius: 0;
}
.cb_address {
    text-align: center;
    padding: 50px 0px 15px;
    background-color: #cccccc;
}
.cb_address h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #920094;
}
.cb_address p {
    font-size: 18px;
}
.cb_footer_social {
    background-color: #cccccc;
    padding: 5px 0 35px;
}
.cb_footer_social ul li {
    list-style: none;
    list-style-type: inline;
    text-align: center;
    margin-top: 15px;
}
.cb_footer_social ul li a:hover {
    color: transparent;
}
.cb_footer_social ul li span i {
    font-size: 22px;
    margin-left: 15px;
    background-color: #fff;
    color: #000000;
    padding: 13px 5px;
    border-radius: 50px;
    border: 1px solid transparent;
    height: 50px;
    width: 50px;
    position: relative;
}
.cb_footer_social ul li span i:hover {
    border: 1px solid #920094;
    color: #920094;
}
.cb_get_in_touch {
    padding: 40px 0;
    background-color: #71ab30;
    color: #ffffff;
}
.cb_get_in_touch h6 {
    font-size: 22px;
    line-height: 1.5;
}
.cb_get_in_touch p {
    margin-bottom: 0px;
    font-size: 18px;
}
.cb_get_in_touch a {
    margin-top: 15px;
}
.cb_copyright {
    background-color: #333333;
    color: #999999;
    font-size: 14px;
    padding: 25px 0 5px;
    text-align: center;
}
.navbar-toggler {
    background-color: #333;
}
.navbar-toggler {
    border-color: rgb(255, 255, 255);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 600px) {
    .cb_header_contact {
        font-size: 10px;
    }
    .cb_column_about .btn {
        margin-bottom: 25px;
    }
    .cb_column_about h3 {
        text-align: left;
    }
    .cb_column_about p {
        text-align: justify;
    }
    .cb_column_home .col_home_title h1 {
        text-align: left;
    }
    .cb_column_home .col_home_title p {
        text-align: justify;
        margin-bottom: 15px;
    }
    .cb_column_quotes .card-img-overlay p {
        font-size: 10px;
        margin-top: -55px;
        line-height: 1.2;
    }
    .cb_column_quotes .card-img-overlay {
        padding: 6rem 2rem;
    }
    .cb_column_pastor img {
        padding-bottom: 25px;
    }
    .event_box {
        margin-bottom: 25px;
    }
    .top_banner_text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1rem;
    }
}
@media only screen and (min-width: 600px) {
    .event_box {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
    .cb_column_about .btn {
        margin-bottom: 25px;
    }
    .cb_column_about h3 {
        text-align: left;
    }
    .cb_column_about p {
        text-align: justify;
    }
    .cb_column_pastor .col_home_title img {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cb_column_quotes .card-img-overlay p {
        font-size: 13px;
        margin-top: -45px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cb_column_quotes .card-img-overlay p {
        font-size: 15px;
        margin-top: -55px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1200px) {
    ...
}
.home_head_title {
    text-align: center;
    margin-bottom: 15px;
}
.home_head_title h2{
    font-size: 2.2rem;
    color: #143d55;
}
.cb_about_title h2 {
    color: #71ab30;
    margin-bottom: 25px;
    font-size: 2.2rem;
}
.home_head_title p,
.cb_about_title p,
.cb_column_news_title p {
    margin-bottom: 5px;
    color: #afafaf;
}
.cb_column_news_title h2 {
    margin-bottom: 30px;
    font-size: 2.2rem;
    color: #143d55;
}
.cb_column_news_title {
    text-align: center;
}
.cb_column_news {
    padding: 60px 0;
    background-color: #f3f3f3;
}
.cb_column_news img {
    margin-bottom: 20px;
}
.news_blog_box h4 {
    color: #143d55;
}
.news_blog_box a{
    color: #143d55;
}
.news_blog_box a:hover{
    color: #143d55;
}
.cb_posted_on p {
    color: #70858C;
    font-size: 12px;
}
.cb_contact_box {
    background-color: #60a337;
    padding: 25px 0 15px;
    color: #ffffff;
}
.cb_contact_box h3{
    color: #143d55;
}
.cb_contact_footer {
    padding: 50px 0;
    background-color: #143d55;
    color: #cccccc;
    font-size: 14px;
    line-height: 2;
}
.cb_contact_footer h4 {
    color: #71ab30;
    margin-bottom: 15px;
}
.cb_contact_footer a {
    color: #cccccc;
}
.cb_contact_footer a:hover {
    color: #ffffff;
    text-decoration: none;
}
.cb_contact_footer hr{
    background-color: #71ab30;
    margin: -0.2rem 0 1.2rem;
}
.cb_column_testimonial {
    background-image: url("../images/testimonial.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0 60px;
    margin: 0px;
}
.cb_copyright a {
    color: #71ab30;
}
.testimonial {
    text-align: center;
}
.testimonial .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonial .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #88969a;
}
.testimonial .testimonial-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #71ab30;
    margin: 0 0 70px 0;
}
.testimonial .testimonial-title small {
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}
.testimonial .description {
    font-size: 18px;
    color: #cccccc;
    line-height: 30px;
    position: relative;
    margin: 0 0 10px;
}
.testimonial .description:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 48%;
    font-size: 20px;
    color: #61a337;
    line-height: 33px;
    border: 2px solid #777777;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: 2px solid #0c4767;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    border: 2px solid #61a337;
}
.space{
    margin-top: 15px;
}
.container-full{
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.cb_column_about_results{
    background-image: url('../images/about_bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
    padding: 80px 0 70px;
    text-align: center;
}
.cb_column_about_results h2{
    color: #71ab30;
    font-size: 2rem;
    margin-bottom: 15px;
}
.cb_column_about_results p{
    font-size: 1.2rem;
    color: #dddddd;
    text-align:center;
}
.cb_column_clinical_results{
    background-color: #f3f3f3;
    padding: 80px 0 70px;
    text-align: justify;
}
.cb_column_clinical_results_2{
    background-color: #ffffff;
    padding: 80px 0 70px;
    text-align: justify;
}
.cb_column_clinical_results h2, .cb_column_clinical_results_2 h2{
    color: #333333;
    font-size: 25px;
}
.cb_exp_area{
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
}
.cb_exp_area img{
    margin-bottom: 15px;
}
.cb_exp_area h5{
    font-size: 18px;
    font-weight: 400;
}
.cb_exp_area h5:nth-child(odd){
    font-size: 18px;
    font-weight: 400;
    color: red;
}
.mb-30{
    margin-bottom: 30px;
}
.cb_special_services img{
    margin-bottom: 0;
}
.cb_special_services h5{
    font-size: .9rem;
    text-align: center;
    padding: 12px 0;
    background: #444444;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: .5px;
}
.cb_column_map{
    margin: 0 0 -10px;
}
.form-control{
    border-radius: 0;
    border: 1px solid #e4e4e4;
    line-height: 2;
}
.form-control:focus {
    color: #71ab30;
    background-color: #fff;
    border-color: #71ab30;
    outline: 0;
    box-shadow: 0 0 0 1px #71ab30;
}
.resume_up{
    background-color: #f1f1f1;
    border: 1px solid #e4e4e4;
    width: 100%;
}
.top_banner{
    position: relative;
    text-align: center;
    color: #143d55;
}
.top_banner_text{
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    font-size: 2.2rem;
    letter-spacing: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cb_mis_vis{
    padding:70px 0 60px;
}
.cb_mv_pad{
    margin-bottom: 55px;
}
.cb_key_people h4{
    color: #143d55;
    font-size: 20px;
}
.cb_key_people p{
    font-size: 12px;
    margin-bottom: 3px;
}
.cb_brdr img{
    border: 1px solid #ddd;
}
.cb_sub_title{
    font-size: 1.8rem ! important;
    color: #71ab30 ! important;
}
.nav-tabs span{
    font-size: 12px;
}
.nav-tabs .nav-link{
    background-color: #71ab5d;
    border-radius: 0;
    border-bottom:  3px solid #71ab5d;
    color: #ffffff;
    transition: .7s ease all;
}
.nav-tabs .nav-link:hover{
    background-color: #484848;
    border-bottom:  3px solid #71ab5d;
    color: #ffffff;
    transition: .7s ease all;
}
.nav-tabs .nav-link.active{
    background-color: #d3f1c8;
    border-bottom:  3px solid #71ab5d;
    color: #000000;
}
.nav-tabs .tab-pane{
    padding: 0 40px 25px;
}
.nav-tabs .nav-item{
    margin: 0 1px;
}
.tab-content{
    background-color: #fff;
    padding: 0 15px 15px;
    box-shadow: 0px 5px 35px #cccccc;
}
.cb_column_key_people{
    padding: 60px 0 85px;
}
.cb_para{
    padding-bottom: 20px;
}
.cb_con_email{
    color: #555555;
}
.home_news_events{
    background-color: #143d55;
    color: #fff;
    font-size: 15px;
    padding: 12px 0 0 0;
    height: 50px;
}
.home_download{
    padding: 5px 15px 3px;
    background-color: #60a337;
    color: #fff;
    border-radius: 15px;
    margin-left: 6px;
}
.home_download:hover{
    color: #fff;
    border-radius: 15px;
}