
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

.wow,
.animated {
    animation-duration: 2s !important;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.back-to-top:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 700 !important;
    font-family: 'Open', sans-serif !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open', sans-serif !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary:hover {
    color: var(--bs-primary) !important;
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

.btn.btn-dark:hover {
    color: var(--bs-dark) !important;
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .topbar-inner {
    height: 45px;
    padding: 10px 15px;
    background: rgba(6, 125, 2, 0.66);
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.fixed-top {
    transition: .5s;
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.navbar .navbar-nav .nav-link {
    padding: 12px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight:500;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        background: transparent !important;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        transition: .5s;
        opacity: 1;
    }
}

.navbar-toggler {
    background:rgb(192, 1, 1);
    color: var(--bs-light) !important;
    padding: 3px 10px;
    border: 2px solid var(--bs-primary) !important;
    box-shadow: none !important;
}
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header {
    /* margin-bottom: 6rem; */
    /* padding-top: 15rem; */
    /* padding-bottom: 6rem; */
    /* background: url("../img/baineer1.jpg"), center center no-repeat; */
    background-size: cover;
}

.hero-header .hero-header-inner {
    padding: 3rem;
    background: rgba(255, 255, 255, .5);
}

@media (max-width: 992px) {
    .hero-header {
        /* padding-top: 12rem; */
    }
}

.hero-header .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header ***/


/*** About Start ***/
.about a.btn.btn-light:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
    border: 0;
}
/*** About End ***/


/*** Activities Start ***/
.activities .activities-item {
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
   box-shadow: 0 3px 3px rgb(240, 174, 19);
    transition: 0.5s;
    background-image:url(../img/bg1.gif);
    border-radius:7px;
    border: 3px solid white;
}

.activities .activities-item:hover {
    background:#A0FC86 !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a {
    background: var(--bs-light) !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** Activities End ***/


/*** Events Start ***/
.event-item img {
    transition: 0.5s;
}

.event .event-item a {
    transition: 0.5s;
}

.event-item:hover img {
    transition: 0.5s;
    transform: scale(1.2)
}

.event-item a:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
    opacity: 0.5s;
}
/*** Events End ***/


/*** Sermon Start ***/
.sermon .sermon-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    background-image:url(../img/ser-bg2.jpg);
}

.sermon-item img {
    transition: 0.5s;
}

.sermon-item:hover img {
    transform: scale(1.2)
}

.sermon-item .sermon-meta a,
.sermon-item .sermon-meta a i {
    transition: 0.5s;
}

.sermon-item .sermon-meta a:hover,
.sermon-item .sermon-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Sermon End ***/


/*** Blog Start ***/
.blog-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    background-image:url(../img/ser-bg2.jpg);
    border: 3px solid aliceblue;
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.2)
}

.blog-item .blog-meta a,
.blog-item .blog-meta a i {
    transition: 0.5s;
}

.blog-item .blog-meta a:hover,
.blog-item .blog-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-img {
    height: 100%;
    padding: 25px;
    background: var(--bs-white);
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team .team-img img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item img {
    transition: 0.5s;
}

.team .team-item:hover img {
    transform: scale(1.2);
}

.team .team-item .team-content {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   padding: 15px;
   transform: translateX(-50%, -50%);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: 0.5s;
}

.team .team-item:hover .team-content {
    opacity: 1;
    background:rgba(94, 241, 82, 0.7);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    background: var(--bs-light);
    padding: 40px;
    border-radius: 7px;
  box-shadow: 2px 2px 2px 2px #43960b;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border: 2px solid green;
    border-radius: 6px;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50px;
    height: 40px;
    background:#288E03;
    color:white;
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    margin-top: 0rem;
    background: var(--bs-dark);
}

.footer .footer-item p {
    font-size: 16px;
    line-height: 29px;
}

.footer .border-top,
.footer .border-bottom {
    border-color:white !important;
}

.footer button {
    border: 0;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.footer-item a.btn.btn-light:hover {
    background: var(--bs-primary);
    color: var(--bs-dark) !important;
    border: var(--bs-primary);
}

.footer-item a,
.footer-item a i {
    transition: 0.5s;
}

.footer-item a:hover,
.footer-item a i:hover {
    color: var(--bs-primary) !important;
}


.header-top .wrapper-box {
  background: #fcd000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
}
.blink_me {
  color: red;
  animation: blinker 1s linear infinite;
}

.header-top .wrapper-box .box-s-two li a {
  font-size: 18px;
  text-decoration: underline;
  color: #000;
  font-weight: 600;
  font-family: var(--secondary_font);
  margin-right: 10px;
}

     .text1 {
            background: #000;
            padding: 5px 0px;
            color: #fff;
            font-size: 18px;
            padding: 10px 0px;
            font-weight: 600;
        }

        .blink_me {
            color: red;
            animation: blinker 1s linear infinite;
        }

        @keyframes blinker {
            50% {
                color: white;
                opacity: .5;
            }
        }


        .head-btn{
            background-color:green;
            color: white;
            outline: 1px solid gold;
            border: 1px solid green;
            position: relative;
            z-index: -1;
        }
        .head-btn::before {
  position: absolute;
  content: '';
  top: 1px;
  left: 5px;
  right: -3px;
  bottom: -5px;
  border: 1px solid #ee0303;
    border-top-color: rgb(246, 221, 4);
    border-right-color: rgb(231, 205, 3);
    border-bottom-color: rgb(235, 216, 3);
    border-left-color: rgb(235, 216, 6);

  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 201px;
  right: 5px;
  z-index: 999;
}
    .head-btn::before:hover{
  position: absolute;
  content: '';
  top: 1px;
  left: 5px;
  right: -3px;
  bottom: -5px;
  border: 1px solid #ee0303;
    border-top-color: rgb(246, 221, 4);
    border-right-color: rgb(231, 205, 3);
    border-bottom-color: rgb(235, 216, 3);
    border-left-color: rgb(235, 216, 6);

  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 201px;
  right: 5px;
  z-index: 999;
}
.green6{
    color:green;
}
.greent8{
 background: #019504;
  background:linear-gradient(90deg,rgb(42, 155, 78) 0%, rgb(15, 176, 42) 50%, rgb(237, 221, 83) 100%);
}
.gold6{
 color:gold;
}
.btn-primary2{
    
  color:black;
  background-color:gold;
  border-color: gold;
  border-radius: 6px;
}
 .para1{
  font-size: 12px;
  line-height: 35px;
}
.btn6{
    border: 1px solid white;
    background-color:white;
    border-radius:6px;
    padding:8px 12px;
}
.icon6{
    border:1px solid green;
    background-color: green;
    border-radius:5px;
    padding: 3px;
}
 .navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    /* margin-right: 1rem; */
    font-size: 1.25rem;
    white-space: nowrap;
    width:28%;
}
.more5{
    display:none;
}
.more6{
    display: none;
}
.more1{
    display: none;
}
@media only screen and (max-width:767px) {
   .navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    /* margin-right: 1rem; */
    font-size: 1.25rem;
    white-space: nowrap;
    width:85%;
}
.more5{
    display: block;
}
.more6{
    display: block;
}
.more1{
    display:block;
}
}
.size9{
    font-size:18px;
}
.size8{
    font-size:17px;
}
.border6{
    border: 1px solid gold;
    background-color: gold;
    border-radius: 6px;
    padding: 7px;
    text-align: center;

}

/*** Footer End ***/
