

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




    .bg-overlay {
        background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../img/images/home.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: #fff;
        padding-top: 50px;
        padding-bottom:30px;
    }

@media screen and (max-width: 1199px) {

.bg-overlay{
  padding: 20px;
}

.m_padding{
  padding: 20px;
}
#social_div{
  display: none;
}
}



@media screen and (max-width: 546px) {


}

header .carousel-item  .item{
    height: 100vh; 
}              
.banner{
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;

} 

.carousel-caption{
    bottom:250px;
    font-family: 'Poppins', sans-serif;
} 


.carousel-caption h2{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top:25px;
    font-family: ;
    color: white

}
.carousel-caption h2:before,
.carousel-caption h2:after {
    
    display: none;
}
.carousel-caption h3{
    color: white
} 
.carousel-caption h2 span{
    color: #edbb00;
}

.carousel-caption a {
    background-color:  #edbb00;
    padding: 15px 35px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
}
.carousel-control .right{
    background-image: none;

}
.carousel-control .left{
    background-image: none;

}
.carousel-indicators .active{
  background-color:  #edbb00;
}

@media only screen and (max-width: 325px){

  


  header .carousel-item  .item{
    height: 40vh; 
}              
.banner{
    -webkit-background-size:cover;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    height: 30vh;
  /*  background-image: url('img-rev-slider/bg-3.jpg')*/

} 
header.clone #logo{
padding-top:0px;
display:block;
}
.logo-1 , .logo-2{
  width: 200px;
  background-color: resd;
  margin-top: -10px;
 
}

}

@media only screen and (min-width: 326px) and (max-width: 550px){

  header .carousel-item  .item{
    height: 50vh; 
}              
.banner{
    -webkit-background-size:cover;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    height: 30vh;
  /*  background-image: url('img-rev-slider/bg-3.jpg')*/

} 
#dev_mid{
  font-size: 15px;
}
.logo-1 , .logo-2{
  width: 200px;
}
header.clone #logo{
padding-top:0px;
display:block;
}
.carousel-caption{
    bottom:20px;
    font-family: 'Poppins', sans-serif;
} 




.carousel-caption h3{
    color: white
} 
.carousel-caption h2 span{
    color: #edbb00;
}

.carousel-control .right{
    background-image: none;

}
.carousel-control .left{
    background-image: none;

}
.carousel-indicators .active{
  background-color:  #edbb00;
}

    .carousel-caption{
       /*  padding-bottom: 120px; */
    }
    .carousel-caption h2{
       font-size: 15px;
    }

       .carousel-caption h3{
        padding-top:4px;
       font-size: 13px;
       line-height: 20px;
    }

    .carousel-caption a{
      padding: 5px 15px;
      font-size: 12px;
    }

}

@media only screen and (min-width: 551px) and (max-width: 768px)  {

.logo-1 , .logo-2{
  width: 220px;
}
header.clone #logo{
padding-top:0px;
display:block;
}

  header .carousel-item  .item{
    height: 70vh; 
}              
.banner{
    -webkit-background-size:cover;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    height: 70vh;

} 

.carousel-caption{
    bottom:20px;
    font-family: 'Poppins', sans-serif;
} 




.carousel-caption h3{
    color: white
} 
.carousel-caption h2 span{
    color: #edbb00;
}

.carousel-control .right{
    background-image: none;

}
.carousel-control .left{
    background-image: none;

}
.carousel-indicators .active{
  background-color:  #edbb00;
}

    .carousel-caption{
       /*  padding-bottom: 120px; */
    }
    .carousel-caption h2{
       font-size: 22px;
    }

       .carousel-caption h3{
        padding-top:4px;
       font-size: 15px;
       line-height: 20px;
    }

    .carousel-caption a{
      padding: 10px 15px;
      font-size: 15px;
    }




    .carousel-caption{
       /*  padding-bottom: 120px; */
    }
    .carousel-caption h3{
       font-size: 25px;
    }

       .carousel-caption h3{
        padding-top:10px;
       font-size: 18px;
    }

    .carousel-caption a{
      padding: 10px 25px;
    }


}

@media only screen and (min-width: 769px) and (max-width: 1024px)  {

.logo-1 , .logo-2{
  width: 220px;
}
header.clone #logo{
padding-top:0px;
display:block;
}

header .carousel-item  .item{
    height: 100vh; 
}              
.banner{
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;

} 

.carousel-caption{
    bottom:60px;
    font-family: 'Poppins', sans-serif;
} 


.carousel-caption h2{
    font-size:30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top:25px;
    font-family: ;
    color: white

}

.carousel-caption h3{
    color: white
} 
.carousel-caption h2 span{
    color: #edbb00;
}

.carousel-caption a {
    background-color:  #edbb00;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
}
.carousel-control .right{
    background-image: none;

}
.carousel-control .left{
    background-image: none;

}
.carousel-indicators .active{
  background-color:  #edbb00;
}


}

/*.footer_left_div ,.footer_center_div{
border-right: solid 1px white;
height: 150px;

}*/

.footer_left_div h3{
  text-transform: uppercase;
  color: #aad43c;
  font-weight: 800;
  font-size: 18px;

}
.footer_left_div p{
  padding: 0;
  margin:0;
}
.footer_center_div h3{
    text-transform: uppercase;
  color: #aad43c;
  font-weight: 800;
  font-size: 18px;
}
.footer_center_div h4{
    text-transform: uppercase;
  color: #aad43c;
  font-size: 15px;


}

.footer_center_div p{
  padding: 0;
  margin:0;
}
.footer_center_div .g_space{
  margin-bottom: 15px;
}
.footer_center_right_div {
  padding: 0;
  margin:0;
}

.footer_center_right_div .img_logo{
}
@media only screen and (max-width: 500px){

.hide_pastor{
  display: none;
}
/*#slider1{
  background-image: url('img-rev-slider/bgm-1.jpg')

}*/
.footer_center_right_div .img_logo{
 margin-top: 0em;

}
}

@media only screen and (min-width: 500px) and (max-width: 1199px)  {

#hide_div{
  display: none;
}

}