@import url(../css/animate.min.css);
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    background: #ffffff;
	font-size: 16px;
}
.mlm{
    font-family: 'Manjari', sans-serif;
}
a {
    text-decoration: none;
    outline: 0 !important;
    color: #666666;
}
a:hover,
a:focus {
    text-decoration: none;
}
.btn:focus,
button:focus,
.btn:active:focus,
input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
a, .btn, .service-block ul li, .service-block ul li::before, .link-single, .quiz-single {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
p:last-child {
	margin: 0px;
}
::-webkit-scrollbar {
    height: 12px;
    width: 5px;
    background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
}

::-webkit-scrollbar-corner {
    background: #FFFFFF;
}
#scrollUp {
    background: #4f5254  none repeat scroll 0 0;
    border: 1px solid #ffffff;
    bottom: 35px;
    color: #ffffff;
    right: 12px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    position: fixed;
    text-align: center;
    transition: all 4ms linear 0s;
    width: 40px;
    z-index: 9999;
}
.date-time {
    padding: 8px 0;
}
.date-time, .date-time a{
    color: #ffffff;
    font-size: 90%;
}
.logo-search-block {
    padding: 15px 0;
    position: absolute;
    z-index: 3;
    width: 100%;
    /*background: rgb(0 0 0 / 50%);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );*/
    
}
/*---------------- Search ----------------- */
.sb-search {
	position: relative;
	margin-top: 0px;
	width: 0%;
	min-width: 35px;
	height: 35px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    border-radius: 80px;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
	padding: 15px 65px 15px 20px;
	font-family: inherit;
	font-size: 1rem;
	color: #2c3e50;
}
input[type="search"].sb-search-input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder, .sb-search-input:-moz-placeholder, .sb-search-input::-moz-placeholder, .sb-search-input:-ms-input-placeholder {
	color: #2c3e50;
}
.sb-icon-search,
.sb-search-submit  {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #dba860;
	background: #02468c;
	z-index: 90;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
    transform: scaleX(-1);
}
.sb-icon-search:before {
	content: "\f002";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    transform: scaleX(-1);
}
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #02468c;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*------------------------*/
.navbar-light .navbar-nav .nav-link{
    text-transform: uppercase;
}

.service-block ul li {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    line-height: 25px;
    background: #f9f9f9;
    margin-bottom: 5px;
    border-bottom: 1px dashed #dedede;
    overflow: hidden;
    color: #333333;
}
.service-block ul li::before {
    content: "";
    width: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #46a6de;
    position: absolute;
    z-index: -1;
}
.service-block ul li:hover::before{
    width: 100%;
}
.service-block ul li:hover{
    color: #fff;
}
.welcome-block{
    padding: 0px 15px;
    position: relative;
    background: #f0f0f0;
    color: #333333;
}
.announcement-block ul li{
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    border-bottom: 1px dashed #f2f2f2;
    line-height: 20px;
    color: #fff;
    padding: 8px 5px 10px 30px;
    border-radius: 3px;
    animation: changeBackgroundColor 5s infinite, bounce 2s ease infinite;
}
.announcement-block,.service-block{
	max-height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
	
}
@keyframes changeBackgroundColor {
    0% {
      background-color: #317fad;
    }
    50% {
      background-color: #02adff;
    }
    100% {
      background-color: #317fad;
    }
  }

.announcement-block ul li a{
    color: #fff;
}
  .announcement-block ul li:nth-child(2) {
    animation-delay: .5s;
  }
  .announcement-block ul li:nth-child(3) {
    animation-delay: 1s;
  }
@keyframes bounce{
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-8px);}
	60% {transform: translateY(-4px);}
}
.announcement-block ul li::before {
    content: "\f028";
    position: absolute;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 3px;
    font-size: 135%;
    top: 10px;
    color: #ffffff;
}
 
.lca-btn{
    background: #0360a2;
    color: #fff;
    padding: 8px 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transaprent;
}
.lca-btn:hover{
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.1);
}
.effect{
  position: relative;
    background: #fff;
}
.effect:before, .effect:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #005a9a;
  -moz-box-shadow: 0 15px 10px #005a9a;
  box-shadow: 0 15px 10px #005a9a;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.bible-reading .alert {
    padding: .75rem 1.25rem .25rem;
    background-color: #353232;
    border-color: #e6e6e6;
    color: #fff;
}
.custom-tabs .nav-link i,  .resources span i{
    font-size: 35px;
    line-height: 50px;
}
.custom-tabs .nav-link span, .resources span {
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #009ac7;
    margin: auto;
    color: #fff;
}
.custom-tabs .nav-link{
    padding:  15px 10px;
    background: #e3e3e3;
    text-transform: uppercase;
    font-weight: 700;
}
.custom-tabs ul{
    justify-content: space-between;
}
.custom-tabs .nav-tabs, .custom-tabs .nav-tabs .nav-link.active, .custom-tabs .nav-tabs .nav-link:focus, .custom-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.custom-tabs .nav-link, .custom-tabs .nav-tabs .nav-link.active, .text-blue {
    color: #0360a2;
}
.welcome-section h4 {
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    font-size: 120%;
}
.bible-section{
    background: #f2f2f2;
    padding: 60px 0;
}
.custom-tabs{
    padding: 25px 0 0;
}
.custom-tabs .tab-content{
    padding: 0px 15px 20px;
}
.bible-block{
    background: #fff;
}
.resources {
    padding: 25px 15px 0;
}
.resources ul li{
    padding: 18px 10px 18px 20px;
}
.resources ul li{
    border: 1px solid #f2f2f2;
    border-top: 0;
    background: #e3e3e3;
    margin-top: 1px;
    margin-bottom: 8px;
}
.resources ul li:first-child{
    border-top: 1px solid #f2f2f2;
}
.sermon{
    background: url(../images/bg-01-final.jpg);
    background-size: cover;
    padding: 100px 0 85px;
    background-attachment: fixed;
}
.popup-video {
    font-size: 75px;
}
.popup-video  i{
    color: #FFFFFF;
    font-size: 55px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #6479bf;
    -webkit-animation: itg_pulse_blue 1s infinite;
    -o-animation: itg_pulse_blue 1s infinite;
    animation: itg_pulse_blue 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(100, 121, 191);
    box-shadow: 0 0 0 0 rgb(100, 121, 191);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    cursor: pointer;
}
@-webkit-keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(221, 75, 57, 0.9);
        box-shadow: 0 0 0 5px rgba(221, 75, 57, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(221, 75, 57, 0.6);
        box-shadow: 0 0 0 10px rgba(221, 75, 57, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(221, 75, 57, 0.3);
        box-shadow: 0 0 0 15px rgba(221, 75, 57, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(221, 75, 57, 0.1);
        box-shadow: 0 0 0 20px rgba(221, 75, 57, 0.1);
    }
}
@keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(100, 121, 191, 0.9);
        box-shadow: 0 0 0 5px rgba(100, 121, 191, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(100, 121, 191, 0.6);
        box-shadow: 0 0 0 10px rgba(100, 121, 191, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(100, 121, 191, 0.3);
        box-shadow: 0 0 0 15px rgba(100, 121, 191, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(100, 121, 191, 0.1);
        box-shadow: 0 0 0 20px rgba(100, 121, 191, 0.1);
    }
}
.news-single {
    padding: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    box-shadow: 1px 4px 5px rgb(100 121 191 / 10%);
    margin-bottom: 12px;
    background: linear-gradient(15deg, #fdfafa, transparent);
    overflow: hidden;
}
.sp-testimony {
    /* padding: 35px; */
    padding: 20px;
    background: #f0f0f0;
    color: #333333;
    border-radius: 3px;
}
.sp-testimony .caption{
    font-weight: 700;
    margin-bottom: 15px;
}
.testi-by::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: #04629c;
    top: 50%;
    z-index: 1;
    width: 15px;
}
.other-links{
  
    background: url(../images/good-samaritan.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
}
.link-single {
    background: #fff;
    background-clip: padding-box;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 15px solid transparent;
    border-radius: 20px;
    font-size: 130%;
    outline: 1px dashed  rgb(3 122 191 / 5%);
    outline-offset: -30px;
}
.link-single:hover{
    transform: translateY(-5px);
}
.link-single  i{
    font-size: 250%;
}
.link-single  a{
    color: #037abf;
}
span.img-caption {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    font-size: 170%;
    font-weight: 600;
    background: #02468c;
    padding: 15px;
    border-radius: 4px;
    line-height: 1;
}
.blocks-single{
    margin-bottom: 25px;
    border-radius: 4px;
    overflow: hidden;
}
span.img-caption a{
    color: #fff;
}
.quoteday-block {
    background: #e9e9e9;
    padding: 50px 25px;
    text-align: center;
    color: #333333;
    border-radius: 6px;
    background-image: url(../images/bg-shape.png);
    background-size: cover;
    overflow: hidden;
    background-position: top;
    box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 25%);

}
.quoteday-block p{
    font-size: 20px;
}
.quiz-single span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 150%;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;
}
.quote-slider{
    background: #f2f2f2;
    background-image: url(../images/bg-03.jpg);
    background-size: cover;
}
#quote-slider .item{
    background: #fff;
    border-radius: 5px;
}
#quote-slider .owl-nav{
    display: block!important;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 30px;
}
#quote-slider.owl-carousel .owl-nav button.owl-next, #quote-slider.owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    background: #dba860;
    color: #fff;
    border-radius: 5px;
    margin: 15px 2px 0;
    line-height: 35px;
}
#quote-slider .item h5{
    color:  #02468c;
}
.footer-social i{
    font-size: 200%;
       color: #ffffff;
}
.f-adress, .footer-links {
    background: #f0f0f0;
    color: #333333;
}
.footer-links a{
    color: #4f5254;
}
.footer-links a:not(:last-child){
    padding-right: 25px;
    border-right: 1px solid #8499af;
}
.footer-links a:not(:first-child){
    padding-left: 25px;
}
.copy-right p{
    font-size: 75%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.menu-bar.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    /*border-bottom: 1px solid #e8e9ea;
    box-shadow: 1px 2px 5px rgb(2 70 140 / 13%);*/
    margin: 0;
}
.menu-bar.fixed .pull-up{
    padding-bottom: 0!important;
}
.calendar, .copy-right {
    background: #dfdfdf;
        z-index: 2;
    position: relative;
}
.menu-bar a.nav-item.nav-link.active, .menu-bar a.nav-item.nav-link{
    position: relative;
     z-index: 2;
}
.menu-bar a.nav-item.nav-link.active, .menu-bar a.nav-item.nav-link:hover{
       color: #fff!important;
}
.menu-bar a.nav-item.nav-link.active::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 100%;
    background: #f75700;
    border-radius: 5px;
    z-index: -1;
}
.menu-bar a.nav-item.nav-link::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 0px;
    background: #f75700;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: .5s cubic-bezier(1, -0.47, 0, 1.83);
    transition: .5s cubic-bezier(1, -0.47, 0, 1.83);
}
.menu-bar a.nav-item.nav-link:hover::after{
    height: 100%;
}

.news-uploads , .blocks-section, .quote-ofthe-day, .quiz-block{
    background: #fff;
}

.lca-btn {
    background: #46a6de;
    position: relative;
    z-index: 1;
}
 
.custom-tabs .nav-link span, .resources span {
    background: #f16da6;
}
 
span.img-caption {
    background: #f7941d;
}
.logo{
    max-height: 55px;
}
.sb-icon-search, .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: #fff;
}
.menu-bar, .welcome-section{
    z-index: 2;
}
nav.navbar {
    background: #46A6DE  !important;
}
 
.menu-bar .custom-head .nav-link{
    padding-top: 16px;
    padding-bottom: 16px;
}
.custom-head   .navbar-nav .nav-link {
    color: #ffffff;
    position: relative;
}
.menu-bar .custom-head a.nav-link.active::after, .menu-bar .custom-head a.nav-link::after{
    border-radius: 0;
}
.menu-bar .custom-head a.nav-link.active, .menu-bar  .custom-head a.nav-link:hover{
    color: #0d415e  !important;
}
 
.menu-bar .custom-head .nav-link::before{
    position: absolute;
    content: "";
    width: 1px;
    background: #79c5f1;
    left: -1px;
    top: 50%;
    z-index: 0;
    height: 25px;
    transform: translateY(-50%);
}
/* .menu-bar .custom-head .nav-link.active::before, .menu-bar .custom-head .nav-link:hover::before{
    background: transparent;
}
  */
.quiz-single a{
    display: flex;
    z-index: 2;
}
.quiz-single a::before {
    content: "";
    position: absolute;
    /*background: linear-gradient(to top, #7a8ea2,  rgb(208 208 208 / 65%), transparent);*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.quiz-single:hover{
    transform: translateY(-3px);
}

.blocks > .container, .welcome-section > .container {
    background: #fff;
}

body {
  background-position: bottom;
  box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 35%);
}

 
.bible-section{
    background: #fff;
}
.blocks {
    position: relative;
    z-index: 2;
}
 
.service-block h4, .announcement-block h4 {
    background-color: #f0f0f0;
    color: #333333;
}
 
.testi-by::before {
    background: #333333;
}
.resources li a{
    color: #333333;
}
.resources li a i {
    margin-right: 3px;
}
.resources li a:hover{
    padding-left: 5px;
}
.text-orange{
    color: #f75700;
}
.other-links .link-single a{
    color: #b98844;
}
span.img-caption {
    background: linear-gradient(45deg, #145c84, #02a8ea);
}

.welcome-block::after {
    content: "";
    position: absolute;
    width: 100%;
    border: 125px solid #f0f0f0;
    left: 0;
    right: 0;
    bottom: -74px;
    clip-path: polygon(50% 100%, 0 70%, 100% 70%);
    background: #f0f0f0;
}

.content-block-outer::after{
    content: "";
    position: absolute;
 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
span.quote-img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 15px;
    filter: brightness(0) invert(1);
}
.caption-block {
    position: absolute;
    bottom: 30px;
    margin: auto;
    text-align: center;
    left: 25px;
    right: 25px;
    color: #fff;
    z-index: 2;
}
.caption-block h4, .caption-block p{
  text-shadow: 1px 1px 3px #6d2b08;
}
.caption-block p{
    max-width: 600px;
    margin: auto;
    line-height: 1.35;
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
}
.custom-tabs .nav-item:nth-child(1) .nav-link span, .custom-tabs .nav-item:nth-child(2) .nav-link span, .custom-tabs .nav-item:nth-child(3) .nav-link span, .custom-tabs .nav-item:nth-child(4) .nav-link span{
    background: #d3d3d3;
}
.custom-tabs .nav-item:nth-child(1) a{
    color: #5d6b79;
}
.custom-tabs .nav-item:nth-child(2) a{
    color: #5d6b79;
}
.custom-tabs .nav-item:nth-child(3) a{
    color: #5d6b79;
}
.custom-tabs .nav-item:nth-child(4) a{
    color: #5d6b79;
}

.news-image{
    float: left;
    width: 150px;
    object-fit: cover;
    margin-right: 18px;
    border-radius: 3px;
    box-shadow: 5px 5px 4px #e6e5e5;
}
.pull-up {
    background: #fff;
}
.image-block {
    margin-top: 8px;
}
.bible-reading .carousel-control-prev {
    left: -100px;
}
.bible-reading .carousel-control-next {
    right: -100px;
}
#Testi-Carousel{
    text-align: center;
}
#Testi-Carousel p.testi-by {
    display: inline-block;
}
.custom-tabs .nav-tabs .nav-item {
    min-width: 125px;
    text-align: center;
    flex: 1;
    border-right: 1px solid #fff;
}
.custom-tabs .nav-tabs .nav-item:last-child{
    border: none;
}
.custom-tabs .nav-tabs #tab-one.nav-link.active, .custom-tabs .nav-tabs #tab-two.nav-link.active, .custom-tabs .nav-tabs #tab-three.nav-link.active, .custom-tabs .nav-tabs #tab-four.nav-link.active  {
    background: #f0f0f0;
    color: #333333;
}

.custom-tabs ul{
    position: relative;
}
.custom-tabs .nav-tabs .nav-item .nav-link.active::after{
    content: "";
    position: absolute;
    height: 4px;
    background: #f0f0f0;
    left: 15px;
    right: 15px;
    bottom: -5px;  
}
.custom-tabs .nav-tabs .nav-item #tab-two.nav-link.active::after, .custom-tabs .nav-tabs .nav-item #tab-three.nav-link.active::after, .custom-tabs .nav-tabs .nav-item #tab-four.nav-link.active::after {
    background: #f0f0f0;
}

.custom-tabs .nav-tabs .nav-item .nav-link.active span{
    position: relative;
    border: 1px dashed;
    background: #b7b7b7;
}
.custom-tabs .nav-tabs .nav-item .nav-link.active span::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid #333333;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -38px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.resource-icon{
    height: 109px;
    background: #e3e3e3;
    border-radius: .25rem .25rem 0 0;
}
 .resources .resource-icon span {
    background: #b7b7b7;
}
 .resources .resource-icon a{
    color: #333333;
}
.resource-icon img {
    width: 42px;
}
.custom-tabs .nav-tabs .nav-item .nav-link span, .resources .resource-icon span {
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-tabs .nav-tabs .nav-item .nav-link span img{
    width: 47px;
}
.menu-bar.fixed .navbar-nav{
    margin-left: auto!important;
    margin-right: 0!important;
}
.lca-icon{
    display: none;
}
.menu-bar.fixed .lca-icon{
    display: block;
    position: relative;
    left: 25px;
}

@media  (min-width: 1200px){
 
    .container .container{
    max-width: 100%;
}
    }

.sermons-single, .music-single-list {
    border: 1px solid #f2f2f2;
    padding:   15px;
    border-radius: 6px;
    margin-bottom: 25px;
    box-shadow: 0px 15px 10px -15px #a79e93;
    background: linear-gradient(0deg, #f9f1e5, transparent);
    transition: all 700ms linear;
}
.sermons-single:hover, .music-single-list:hover{
       box-shadow: none;
    border-color: #e5e5e5;
}
.sermon-list-block h3{
    font-weight: 600;
    color: #825643;
}
.sermons-single h5 {
    font-size: 20px;
}
.sermons-single h5:last-child{
    margin-bottom: 0;
}
.navbar-nav .nav-item:first-child::before{
    display: none;
}

.sermon-detail-block h5{
    color: #0c2546;
}

table.sermon-detail{
    box-shadow: 0px 15px 10px -15px #b5a084;
}
table.sermon-detail td.icons {
    text-align: center;
    font-size: 28px;
    vertical-align: middle;
}
table.sermon-detail .date-cell {
    min-width: 110px;
}
table.sermon-detail td, table.sermon-detail th{
    vertical-align: middle;
        line-height: 1.25;
}
table.sermon-detail thead {
    background: #bbbbbb;
    color: #fff;
}
table.sermon-detail td.icons  a{
    color: #0066ff;
}
table.sermon-detail td.icons + td.icons  a{
    color: #f38a08;
}
table.sermon-detail td.icons + td.icons   + td.icons a{
    color: #f00;
}
.logo-search-block h1{font-size:28px;}
.logo-search-block h1,.logo-search-block a{color:#FFFFFF; font-weight: 800;}

/*----- google translate ------*/
body {
    top: 0 !important;
}

#google_translate_element {
    float: right;
}

.goog-te-gadget-simple {
    background-color: #825643 !important;
    border-color: #825643 !important;
    margin-top: 5px;
    border-radius: 0px;
    padding: 8px 6px 10px !important;
    display: inline !important;
}

.goog-te-menu-value span {
    font-size: 10px;
    color: #FFF;
}

.goog-te-gadget-simple img {
    display: none !important
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #fff !important;
    margin-left: 3px;
}

.goog-te-menu-frame {
    -webkit-box-shadow: 0 3px 8px 2px rgba(15, 99, 172, .2) !important;
    box-shadow: 0 3px 8px 2px rgba(15, 99, 172, .2) !important;
}

/*-----------------*/
.bible-reading {
    font-family: 'Manjari', sans-serif;
    font-size: 25px;
}
.main-banner{
    position: relative;
}
.main-banner::before{
    content: "";
    inset: 0;
    /*background-color: rgb(51 51 51 / 30%);*/
    position: absolute;
}
.bnr-caption{
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
}

#owlSlider-01 .owl-nav [class*='owl-'], 
#owlSlider-02 .owl-nav [class*='owl-'],
#owlSlider-03 .owl-nav [class*='owl-'],
#owlSlider-04 .owl-nav [class*='owl-']  {
    font-size: 17px;
    width: 35px;
    height: 35px;
    background: #f2f2f2 !important;
    text-align: center;
    line-height: 35px !important;
}
#owlSlider-01 .owl-nav [class*='owl-']:hover, 
#owlSlider-02 .owl-nav [class*='owl-']:hover,
#owlSlider-03 .owl-nav [class*='owl-']:hover,
#owlSlider-04 .owl-nav [class*='owl-']:hover{
    color: #333333;
}

#owlSlider-01  button.owl-prev, 
#owlSlider-01  button.owl-next, 
#owlSlider-02  button.owl-prev, 
#owlSlider-02  button.owl-next, 
#owlSlider-03  button.owl-prev, 
#owlSlider-03  button.owl-next,
#owlSlider-04  button.owl-prev, 
#owlSlider-04  button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#owlSlider-01  button.owl-prev, 
#owlSlider-02  button.owl-prev,
#owlSlider-03  button.owl-prev,
#owlSlider-04  button.owl-prev{
    left: 0;
}
#owlSlider-01 button.owl-next, 
#owlSlider-02 button.owl-next, 
#owlSlider-03 button.owl-next,
#owlSlider-04 button.owl-next{
    right: 0;
}

 .block-content p{
     font-size: 18px;
     line-height: 32px;
     text-align: justify;
 }
 .block-content img{
     border-radius: 12px;
     box-shadow: 0px 15px 10px -15px #111;
     border: 1px solid #f1f1f1;
 }
 .block-content h2{
     color: #46a6de;
 }
 .box05-single {
    background: #fff;
    box-shadow: 2px 2px 5px #d9d9d9;
    border-radius: 3px;
    overflow: hidden;
}
 .box05-single h5 {
     color: #4f5254;
     padding:  15px;
     text-align: center;
     font-size: 18px;
     margin-bottom: 0;
 }
 .testi-block {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 15px 10px -15px #111;
}
.owl-testimonial-slider .owl-carousel .owl-stage-outer {
    padding: 15px 0;
}
.testi-block h5, .testi-block small{
    color: #46a6de;
}


/* --------------------------- */
.register-form-block{
    background-image: url(../images/form-bg-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 100px 0;
}
 .register-form-block .card{
     margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
    }
    
    .register-form-block .card-header h3{
    color: white;
    text-transform: uppercase;
    }
    .register-form-block  .input-group-prepend span{
    width: 50px;
    background-color: #FFC312;
    color: #644c03;
    border: 0 !important;
    font-size: 25px;
    }
    
    .register-form-block input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
    }
    
    .register-form-block .remember{
    color: white;
    }
    
    .register-form-block .remember input
    {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
    }
    
    .register-form-block .login_btn{
    color: black;
    background-color: #FFC312;
    width: 100px;
    }
    
    .register-form-block .login_btn:hover{
    color: black;
    background-color: white;
    }
    
    .register-form-block .links{
    color: white;
    }
    
    .register-form-block .links a{
    margin-left: 15px;
    }
    .register-form-block   a{
        color: #ffc312;
        }

    .register-page .container.pull-up {
        padding-bottom: 0 !important;
    }
    .register-page  .register-form-block{
        margin-top: -45px;
    }
    .register-form-block  .input-group.form-group,     .register-form-block  .form-control{
        height: 50px;
    }

    .register-form-block .btn-cancel{
        background: #dc3545;
        color: #fff;
    }
       
    .help-text{
        line-height: 1.5;
        display: inline-block;
    }
    .bible-reading .alert {
        background-color: #59aee1;
    }
    @media (min-width:576px){
        .register-form-block .card-body{
            padding: 1.5rem;
        }
    }

    .youth-ministry-list  .resources{
        width: 100%;
    padding: 20px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    }
    
    .youth-ministry-list  .resources ul li{
        padding: 20px 10px 20px 20px;
    margin-bottom: 10px !important;

    }
    #owlSlider-02 .owl-nav{
        margin: 0;
    }
    .topics .box05-single {
        background: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
   .video-slider .testi-block, .video-slider .item {
       padding: 0;
       position: relative;
   }
   .video-slider .testi-block img {
    display: block;
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    object-position: center;
}

 
.video-slider .testi-block i, .video-slider .item i {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: #f00;
    z-index: 1;
}
.video-slider .testi-block i::after, .video-slider .item i::after{
    content: "";
    position: absolute;
    background: #fff;
    width: 50px;
    height: 40px;
    z-index: -1;
    border-radius: 9px;
    box-shadow: 5px 5px 15px rgb(255 0 0 / 60%);
}
.video-slider .video-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px;
    text-shadow: 2px 2px 3px #4a3e3e;
}
.jp-audio{
    margin: auto;
}
 
.jp-duration {
    padding-right: 10px;
}
.jp-playlist ul{
    text-align: left;
}
.sermon {
    padding: 80px 0 80px;
}
.jp-controls-holder, .jp-audio {
    max-width: 100%;
}
.single-block{
    background: #f7f7f7;
    padding: 25px 15px;
    border-radius: 10px;
    border: 1px solid #d7dde5;
}
.single-block img{
    border-radius: 10px;
    border: 1px solid #ededed;
    box-shadow: 5px 5px 5px #e3e3e3;
}
.ss-block-content {
    background: #e9e9e9;
    margin: -50px 25px 0;
    position: relative;
    padding: 40px 25px 25px;
    border-radius: 3px;
}
.ss-block-content h3 {
    background: #46a6de;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: -25px;
}
.ss-block-content h5{
    margin-bottom: 0;
}
.ss-block img {
    border-radius: 5px;
}
.single-ss-block{
    position:    relative;
    z-index: 2;
}
 .single-ss-block::before{
     content: "";
     position: absolute;
     top: 35px;
     right: 0;
     left: -100%;
     height: 100px;
     background: #e9e9e9;
     z-index: -1;
 }
 @media (min-width:767px)and (max-width:991px){
    .ss-block-content {
        margin: -50px 10px 0;
    }
 }
 @media (max-width:575px){
    .ss-block-content {
        margin: -50px 10px 0;
    }
 }
 footer {
    background: #353232;
    position: relative;
    z-index: 2;
}
.f-adress, .footer-links{
    background: transparent;
    color: #fff;
}
.footer-links a:not(:last-child) {
    border-right: 1px solid #ffffff;
}
.footer-links a {
    color: #ffffff;
}
.head-style-02{
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}
.head-style-02::after{
    content: "";
    position: absolute;
    height: 2px;
    background: #e7e7e7;
    left: 80px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.program-single img{
    border-radius: 6px;
}
.program-single h5{
    text-align: center;
    padding: 10px;
    background: #46a6de;
    border-radius: 6px;
    margin: 12px 0 0;
    font-weight: 600;
    color: #FFFFFF;
}
.pad10{
    padding: 10px;
}
.program-details-block .video-slider .testi-block img{
    min-height: auto;
    border-radius: 5px;
}
.request-single {
    padding: 25px;
    background: #f2f2f2;
    border-radius: 8px;
    margin-bottom: 25px;
}
.request-single h6{
    color: #46a6de;
    margin-bottom: 0;
}
.modal-header{
    background: #389fdb;
    color: #fff;
}
.contact-form{
    padding: 35px 25px;
    background: #e9efed;
    border-radius: 10px;
}
.contact-details{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    width: 100%;
    background: #f2f2f2;
    border-radius: 10px;
}
.links-single {
    padding: 15px 25px;
    margin-bottom: 20px;
    background: linear-gradient(2deg, #e5e9e7, #e5e2e200);
    border-radius: 5px;
    position: relative;
	padding-left:30px;
}
.links-single::before{
    content: "\f57d";
    position: absolute;
    left: 20px;
    transform: translateX(-55%);
    top: 10px;
    bottom: 10px;
    border-radius: 100%;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    color: #165c85;
}
.links-title {
    font-weight: 700;
    color: #24aeff;
}
.links-address {
    letter-spacing: .5px;
    font-weight: 600;
}
.navbar-nav .nav-item:first-child a::before{
    display: none;
}
h4.music-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 800;
    color: #ff0;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;
    bottom: 15px;
}
.music-single img{
    border-radius: 10px;
    min-height: 250px;
    object-fit: cover;
    object-position: center;
}
.music-single, .music-single h4 {
    transition: all 700ms linear;
}
.music-single:hover   {
    box-shadow: 0px 15px 10px -15px #111;
    transform: translateY(-5px);
  }
  .music-single:hover  h4{
      bottom: 0;
  }
  .music-single::before {
    content: "\f001";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 55px;
    position: absolute;
    color: rgb(255 255 255 / 35%);
    left: 15px;
    top: 5px;
  }
  .document-single img {
    border-radius: 10px;
    padding: 7px;
    background: #fff;
    box-shadow: 5px 5px 25px #f2f2f2;
}
.webradio{
    background: url(../images/bg-04.jpg);
    background-size: cover;
    padding: 80px 0 80px;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 30%);
    background-position: center;
}
.translation-single  {
    line-height: 1.3;
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #fbfbfb;
    border-radius: 3px;
}
.translation-single .trans {
    color: #2c8bc3;
    padding-bottom: 5px;
    font-weight: 700;
}
.audio-bible{
    background: url(../images/bg-05.jpg);
    background-size: cover;
    padding: 80px 0 80px;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 30%);
    background-position: center;
}
.video-icon{
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: auto;
    width: 60px !important;
}
.helping-hand-block p{
    text-align: justify;
}
.bg-lgrey{
    background-color: #f2f2f2;
}

.y-message-single:nth-child(odd){
    background-color: #fff1f1;
}
.y-message-single:nth-child(even){
    background-color: #f3f3f3;
}
.y-message-single{
    border-radius: 8px;
    box-shadow: 0px 15px 10px -15px #cfcfcf;
}
.y-message-single h4{
    color: #005a9a;
}
.head-style-02 span{
    background-color: #fff;
    padding-right: 5px;
    position: relative;
    z-index: 2;
}
.qa-single{
    background: #fbfbfb;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.quest{
    color: #005a9a;
    font-weight: 700;
}
 
.syllabus-single a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    padding: 15px;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.syllabus-single a:hover{
    transform: translateY(-5px);
    box-shadow: 0px 15px 10px -15px #111;
}
.syllabus-block{
    padding: 25px 15px 35px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.syllabus-block h4{
    font-weight: 600;
    text-shadow: 2px 2px 0px #69c3ff;
}
.syllabus-block:nth-child(1) {
    background: #93d7ff;
}
.syllabus-block:nth-child(2) {
    background: #56a8d9;
}
.syllabus-block:nth-child(3) {
    background: #287eb1;
}

.music-list-block .music-single-list:nth-child(1) {
    background-color: #F5FAA5;
}
.music-list-block .music-single-list:nth-child(2) {
    background-color: #81DBFC;
}
.music-list-block .music-single-list:nth-child(3) {
    background-color: #fabdff;
}
.music-list-block .music-single-list:nth-child(4) {
    background-color: #fde198;
}
h5.books-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: auto;
    text-align: center;
    font-weight: 700;
    background: rgb(255 255 255 / 80%);
    padding: 15px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 2px;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 10%);
}

/* ------- custom upload----------- */
.custom-file__input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
  }
  .custom-file__label {
    position: relative;
    display: block;
    width: 50%;
    min-width: 300px;
    min-height: 45px;
    margin: 10px auto 0;
    padding: 0;
    background: #46a6de;
    border: none;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 3px;
  }
  .custom-file__input:valid ~ .custom-file__label {
    border-color: #39B54A;
    background: #39B54A;
    color: #39B54A;
  }
  .custom-file__input:valid ~ .custom-file__label:before {
    content: '\f00c';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    font-family: 'Line Awesome Free';
    line-height: 45px;
    font-weight: 900;
  }
  
/* ------- custom upload----------- */
.archive-btn{
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 12px;
    padding: 5px 12px;
}

@media (max-width:575px){
    .archive-btn{
        top: 12px;
    right: 12px;
    }
}
.qa-date{
    color: #46a6de;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 12px;
}
.quotes-archive-block .qa-single{
    background: linear-gradient(0deg, #fdfdfd, #f3fbf9);
}
.quotes-daily-block .qa-single{
    background: linear-gradient(0deg, #fff3ee, #f8f3fb);
}
.faqlist-block .card{
    margin-bottom: 5px;
}
.faqlist-block .card .card-header {
    padding: 0;
}
.faqlist-block .card button{
    width: 100%;
    text-align: left;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 500;
    position: relative;
}
.faqlist-block .card button::after{
    content: "\f067";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    right: 12px;
    position: absolute;
}
.faqlist-block .card button[aria-expanded="true"]::after{
    content: "\f068";
}
.video-icon {
    min-height: auto !important;
}
.y-message-single{
    position: relative;
}
.linked-file{
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
}
.linked-file.word{
    color: #0066ff;
}
.linked-file.pdf{
    color: #dc3545;
}
.linked-file::before{
    content: "\f15c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.linked-file.pdf::before{
    content: "\f1c1";
}


/* -------------------------- */
.bible-audiobook{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.mb-single  img{
    border-radius: 20px;
    box-shadow: 0px 15px 10px -15px #40958e;
    transition: all 500ms linear;
    height: 160px;
    width: 100%;
}
.mb-single:hover img{
    box-shadow: none;
}
@media (max-width:1199px){
    .mb-single audio{
        max-width: 250px;
    }
}
@media (min-width: 575px)  and (max-width:767px){
    .mb-single {
        padding: 0 5px
    }
    .mb-single audio{
        max-width: 250px;
    }
}
@media (max-width:574px){
    .mb-single audio{
        max-width: 100%;
    }
}

.audio-title {
    position: absolute;
    top: 25px;
    left: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding: 0 5px !important;
}
.mlm-audio-bible .pull-up {
    background: transparent;
    padding: 0 !important;
} 
.mlm-audio-bible-block{
    background: url(../images/bible-bg.jpg);
    padding: 100px 0;
    background-size: cover;
    background-position: top center;
}
.block-caption b{
    background: rgb(255 255 255 / 70%);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 5px;
    border: 1px solid rgba( 255, 255, 255, 0.20 );
    padding: 8px 30px;
}
@media (max-width:991px){
    .mlm-audio-bible-block  {
        padding: 65px 0;
    }
}
@media (max-width:575px){
    .mlm-audio-bible-block h2{
        font-size: 1.5rem;
    }
    .block-caption b {
        padding: 8px 15px;
    }
}
@media (max-width:330px){
    .mlm-audio-bible-block h2{
        font-size: 1.25rem;
    }
}
/* ----------------------------------------- */
img.word-doc{
    max-width: 110px;
}
.quotes-daily-block .quote-a a{
    display: inline-block;
}
.quotes-daily-block .quote-a p{
    overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
    line-height: 1;
    margin-top: 10px;
}
.quotes-daily-block .qa-single {
    width: 100%;
}
.link-btns a{
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 3px #646464;
}
#Testi-Carousel{
    background: #f0f0f0;
    padding: 28px 0px;
    border-radius: 6px;
}
 
.custom-box{
    background: #f2f2f2;
    padding: 35px 20px;
    border-radius: 6px;
}
.testiblock{
    background: #eff5f5;
    padding: 30px 15px 10px;
    border-radius: 5px;
}
b.stime {
    font-weight: normal;
}
.index-no {
    min-width: 30px;
    font-weight: 400;
}
.top-index-block, .new-text-block {
    padding: 65px  25px;
    background: #f9f9f9;
    border-radius: 5px;
}
.index-single, .new-text-block{
    position: relative;
}
.index-single:not(:last-child), .new-text-block:not(:last-child) {
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dbdbdb;
}
.index-single h5{
    margin-bottom: 0;
    padding-right: 25px;
}
.topic-head h4{
    font-weight: 600;
}
.index-single .linked-file, .new-text-block .linked-file{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    line-height: 1;
}
@media(max-width:767px){
    .top-index-block, .new-text-block {
        padding: 15px 0px;
    }
}
/* --------------------------- */
span.sname {
    min-width: 125px;
}
span.sdate {
    min-width: 35px;
}
.modal-backdrop{z-index:1 !important;}
th{font-size:18px;}
.morecontent span {display: none;}
.morelink {display: block; float:right; color:#46a6de; font-size:14px;}