/* Base */
body {
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.5);
  font-family: sans-serif; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #ffffff; }

p{font-size: 18px;}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
      color: black;
    text-decoration: none; }
a:active{
    color: black
}

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.line-height-sm {
  line-height: 1.3; }

.line-height-xs {
  line-height: 1; }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }
.btn {
  position: relative;
  top: 0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000; }
  .btn.btn-sm {
    font-size: 0.9rem; }
  .btn:hover {
    -webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important; }
  .btn.pill {
    border-radius: 30px !important; }
  .btn.btn-white.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff; }
    .btn.btn-white.btn-outline-white:hover {
      background: #fff;
      color: #000; }

.form-control {
  height: 47px; }
  .form-control:active, .form-control:focus {
    border-color: #5c7893; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }


.site-footer {
  padding: 4em 0;
  background: #4d667d;
  color: rgba(255, 255, 255, 0.5); }
  .site-footer .footer-heading {
    font-size: 20px; }
  .site-footer a {
    color: rgba(255, 255, 255, 0.3); }
    .site-footer a:hover {
      color: #fff; }
  .site-footer ul li {
    margin-bottom: 10px; }

.icon-menu{
  font-size: 24px;
  color: skyblue;
  display: inline-block;
  margin-top: 20px;
}
.logo{
  display: inline-block;
  float: left;
  padding-left: 20px;
  width: 100px;
}

.header-msg h1{
  color: #77ced2;
  padding-top: 150px;
  font-weight: 600;
  font-size: 50px;
  font-family: sans-serif;

}
.header-msg h2{
  color: #77ced2;
  font-size: 40px;
  font-weight: 400;
}
.header-msg p{
  font-size: 16px;
  padding-bottom: 10px;
}
.header-msg .btn-pink{
  background-color: orange;
  padding: 20px;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
}
.header-msg .btn-pink:hover{
  background-color: skyblue;
}
.direction{
  margin-top: 10%;
}
.direction a{
  margin: 0 auto;
  padding: 20px;
  background-color: orange;
  justify-content: space-evenly;
  color: white;
  font-size: 16px;
  border-radius: 10px;
}
.direction a:hover{
	background-color: skyblue;
}

.direction p{
  font-size: 20px;
  padding: 20px;
}

/* Navbar */
.site-navbar-wrap {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 113px;
  left: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .site-navbar-wrap.scrolled {
    padding: 0px 0;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1); }


.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
   }
  .site-navbar .site-logo {
    float: left;

     }
    
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; margin-top: 20px;}
    .site-navbar .site-navigation .site-menu .active > a {
      color: black;
      font-weight: 400; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      font-size: 15px;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
    
      .site-navbar .site-navigation .site-menu > li > a {  
        padding: 10px 2px;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: skyblue;
        font-size: 16px;
          font-weight: 100;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: black; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 18px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;  
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        padding: 10px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #86cdea;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 15%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #86cdea;
            border-width: 7px;
            margin-left: -7px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
            font-size: 16px;     
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40;
          color: #fff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #000 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #5c7893; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #5c7893; }
      .site-navbar .site-navigation .site-menu .has-children a {
        text-transform: uppercase; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #000; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: linear-gradient(rgb(72,0,72,0.8), rgb(192,0,0,0.8));
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 2px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
      background: linear-gradient(rgb(72,0,72,0.8), rgb(192,0,0,0.8));
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 35px;
    height: calc(100vh - 52px);
    padding-bottom: 100px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: white; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #5c7893; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #5c7893; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 90%; }
      .site-mobile-menu .site-nav-wrap > li > a {
          font-family: sans-serif;
        padding-left: 20px;
        font-size: 16px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.section-heading h2::after {
  width: 80px;
  bottom: -20px;
  left: 50%;
}
.section-heading h2::before, .section-heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #eec60a;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/**Fixed img background***/
.fixed-wrap{
	clip: rect(0, auto, auto, 0);
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
		
.fixed{
    height: 600px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: white;
    overflow: hidden;
    background: #C04848;  /* fallback for old browsers */
    background: linear-gradient(rgb(72,0,0,0.5), rgb(192,0,0,0.8)), url(img/DSC_0181.jpg);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,0,0,0.8)), url(img/DSC_0181.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	/*background-image:url(img/DSC_0194.jpg);
	position: fixed;
	display: block;
	top: 0;
	left: 0;

  background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url(img/DSC_0181.jpg);  /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url(img/DSC_0181.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ 

	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;*/

	
}
.beliefs {
    height: 500px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: white;
    overflow: hidden;
    background: #C04848;  /* fallback for old browsers */
    background: linear-gradient(rgb(72,0,0,0.5), rgb(192,0,0,0.8)), url(img/church.jpg);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,0,0,0.8)), url(img/church.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fixed-wrap2{
	clip: rect(0, auto, auto, 0);
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
		
.music{
	height: 420px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: white;
    overflow: hidden;
    background: #C04848;  /* fallback for old browsers */
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url(img/music.jpg);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url(img/music.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
}
.events{
  height: 420px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: white;
    overflow: hidden;
    background: #C04848;  /* fallback for old browsers */
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url(img/cakeclos.jpg);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url(img/cakeclos.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  
}
.church{
  height: 420px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: white;
    overflow: hidden;
    background: #C04848;  /* fallback for old browsers */
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url(img/church.jpg);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url(img/church.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  
}
.church1{
  height: 500px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: white;
    overflow: hidden;
    background: #C04848;  /* fallback for old browsers */
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url(img/church1.jpg);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url(img/church1.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  
}
.gospel{
  height: 420px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: white;
    overflow: hidden;
    background: #C04848;  /* fallback for old browsers */
    background: linear-gradient(rgb(0,0,0,0.8), rgb(192,0,0,0.8)), url(img/gospel.jpg);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(0,0,0,0.8), rgb(192,0,0,0.8)), url(img/gospel.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
  
}
.fix2{
    position: relative;
    height: 40em
}

.ico {
    float: right;
}
blockquote {
    font-size: 1em;
    line-height: 1.6em; /*line height means space btn lines**/
    font-weight: bold;
    padding: 5px;
}

.figures {
    list-style-type: none;
    margin: 0;
    padding: 0;                                                                                                      
}
.fig {
    position: relative;
    padding: 10px;
}
figcaption {
    font-weight: bold;
    color: skyblue;
}

#imga {
    width: 40%;
    border-radius: 100px;
    
}
.icon{
    font-size: 24px;
}
.icon:hover{
    font-size: 27px;
}
/*Queries*/

    @media (max-width: 768px) {
     
      
    }
    @media (max-width: 740.98px) {
        .d-none {
          display: none;
        }
        .icon{
              display: inline;
            float: right;
              padding-left: 20px;
          }
        .header-msg h1{
          color: #77ced2;
          padding-top: 150px;
          font-weight: 500;
          font-size: 40px;
          font-family: sans-serif;

        }
        .header-msg h2{
          color: #77ced2;
          font-size: 30px;
          font-weight: 200;
        }
        .header-msg p{
          font-size: 14px;
          padding-bottom: 10px;
        }
        .header-msg .btn-pink{
          background-color: orange;
          padding: 15px;
          color: white;
          font-size: 14px;
          border-radius: 5px;
          text-decoration: none;
        }
      }
      @media (min-width: 739.98px) {
        .d-lg-none {
          display: none;
        }
    }

    @media (max-width: 991.98px) {
      .logo{
        width: 70px;
        padding-top: 20px;
      }
      .site-navbar .site-navigation .site-menu > li > a{
       font-size: 14px;
       }
         }

    @media (max-width: 576px){
  
        
    }
    @media (min-width: 220px){
      .d-none{
        
      }
      .logo{
        
      }
    }
    @media(min-width: 1200){
     
    }

.quick-contact-info {
  background: #5c7893;
  color: rgba(255, 255, 255, 0.5);
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.quick-contact-info h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
}
