html,
body {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #294453;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

p {
  font-size: 18px;
  margin: 0px;
  line-height: 32px;
  position: relative;
  color: #333333;
}

b, strong {font-weight: 700;}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}
.form-control:focus {
  box-shadow: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}
.main {
  overflow: hidden;
}
.container {
  max-width: 1330px;
}
.topmainhead {
  background: #fff;
	border-bottom: 1px solid #ccc;
}
.topmainhead .container {
  max-width: 1380px;
}
.topmainhead .navbar {
  padding: 12px 0px;
}
.logo a img {
  max-width: 60px;
}
.right-nav {
  display: flex;
  align-items: center;
}
.right-nav ul {
  margin: 0px;
}
.right-nav ul li {
  display: inline-block;
  padding: 0px 22px;
}
.right-nav ul li a {
  color: #000;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.right-nav ul li a.give-btn {
  background: #1a9ca8;
  display: block;
  padding: 10px 35px;
  margin-top: 0px;
	color: #fff;
}

.rightimgs {float: right; width: 265px; margin-left: 15px; margin-bottom: 15px;} 

.children-youth-Ministry ol li{list-style: decimal; font-size: 18px; margin-bottom: 10px; line-height: 32px;}
.children-youth-Ministry ol  {margin-bottom: 40px; margin-left: 40px;}

.children-youth-Ministry .olpadd {margin-top: 30px; }

.right-nav ul li a.give-btn:hover {color: #fff;}

.menu {
  float: right;
}
.menubar {
  width: 52px;
  cursor: pointer;
}
.menubar span {
  height: 2px;
  width: 100%;
  display: block;
  background: #1e1e1e;
}
.menubar span:first-child {
  margin-bottom: 14px;
}
.menubar span:last-child {
  margin-top: 14px;
}
.extra-menu-info {
  position: fixed;
  top: 0;
  right: -610px;
  width: 610px;
  height: 100%;
  background: #ffffff;
  padding: 38px 50px;
  text-align: left;
  overflow: auto;
  opacity: 0;
  z-index: 150;
  transition: 0.5s;
}
.black-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.75;
  z-index: 90;
  display: none;
}
.extra-menu-info.active {
  right: 0;
  opacity: 1;
  transition: 0.3s;
}
.close-extra-menu {
  position: absolute;
  top: 11px;
  right: 17px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 5;
}
.close-extra-menu::before,
.close-extra-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 38px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}
.close-extra-menu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-list-in ul li {
  display: block;
  margin-bottom: 12px;
  padding: 0px;
}

.menu-main-menu-container a { color: #000000!important;}
.extra-menu-info ul li a { color: #000000;}

.menu-list-in ul li a {
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
.menu-list-in ul li a::after {
  content: "";
  background: #1a9ca8;
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.menu-list-in ul li a:hover::after {
  width: 100%;
}
.menu-list-in ul li a.give-btn {
  display: inline-block;
  color: #ffffff;
}
.growth-nav {
  padding-top: 30px;
  margin-top: 24px;
  border-top: 4px solid #444444;
}
.growth-nav h2 {
  font-size: 22px;
  color: #1a9ca8;
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.growth-nav ul li {
  padding: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
      display: block;
}
.growth-nav ul li a {
  font-size: 16px;
}
.growth-nav ul li a:hover {
  color: #1a9ca8;
}
.growth-nav ul li.active a {
  color: #1a9ca8;
}
.right-in {
  display: flex;
  align-items: center;
}
.banner-in {
  height: 100%;
  position: relative;
  background-size: cover !important;
}
.banner-in span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: initial;
  height: initial;
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
  opacity: 1;
  border: 0px none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  inset: 0px;
}
.banner-in span img {
  position: absolute;
  inset: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  border: medium none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-in::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.banner-main {
  position: relative;
  height: 70vh;
}
.center-logo-main {
    display: inline-block;
    position: absolute;
    top: 10%;
    right: 0;
    transform: none;
    z-index: 89;
    max-width: 1300px;
    margin: 0 auto;
    left: 0;
    text-align: right;
	height:100px;
}
.ct-logo {
  display: inline-block;
}
.ct-logo img {
  max-width: 401px;
}
.ctas-in-box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 70px 85px;
  margin-top: -274px;
	border: 2px solid #1a9ca8;
}
.ctas-box h2 {
  font-size: 32px;
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.ctas-box p {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 33px;
      padding-right: 22px;
}
.ctas-in-box .ctas-box {
  margin-right: 60px;
  width: 33.33%;
  position: relative;
}
.ctas-box a {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  font-family: "brandon-grotesque", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #000;
  padding: 10px 35px;
}
.ctas-box a:hover {
  background: #1a9ca8;
  border-color: #1a9ca8;
	color: #fff;
}
.ctas-in-box .ctas-box::after {
  content: "";
  background: #1a9ca8;
  position: absolute;
  width: 4px;
  height: 100%;
  right: -18px;
  top: 0px;
}
.ctas-in-box .ctas-box:last-child {
  margin-right: 0px;
}
.ctas-in-box .ctas-box:last-child::after {
  display: none;
}
.about-main {
  margin-top: 77px;
  padding-bottom: 77px;
}
.about-left img {
  width: 100%;
}
.about-right {
  padding-left: 30px;
}
.about-right p {
  margin-bottom: 28px;
}
.about-main .container {
  max-width: 1190px;
}
.about-link ul {
    display: flex;
    justify-content: space-between;
}
.about-link ul li {
  float: left;
  width: auto;
}
.about-link ul li a {
  color: #1a9ca8;
  font-size: 20px;
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
      position: relative;
}
.service-main {
  background: #f3f3f3;
  padding: 106px 0px 115px 0;
}
.service-main .container {
  max-width: 1190px;
}
.service-inner {
  display: block;
  justify-content: space-between;
}
.service-inner .service-box {
  width: auto;
  position: relative;
  margin-right: 0;
    margin-bottom: 50px;
}
.service-inner .service-box:last-child {
  margin-right: 0px;
}
.service-box {
  text-align: center;
  position: relative;
}
.service-box::before {
  content: "";
  background: #dddddd;
  position: absolute;
  width: 4px;
  height: 100%;
  right: -80px;
  top: 0px;
  opacity:0;
}
.service-inner .service-box:last-child::before {
  display: none;
}
.sr-icon {
  margin: 0 auto;
  margin-bottom: 20px;
}
.sr-icon img {
  max-width: 100px;
}
.service-box h1 {
  font-size: 29px;
  color: #1a9ca8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
	margin-bottom: -15px;
}
.service-box p {
  text-align: center;
  margin-top: 32px;
}
.btmocn {
    text-align: center;
    margin-top: 40px;
}

.post-main {
  padding-top: 90px;
  padding-bottom: 120px;
}
.post-main .container {
  max-width: 1190px;
}
.post-left .post-list-in:last-child {
  margin-bottom: 0px;
}
.post-list-in h1 {
  position: relative;
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  padding-bottom: 23px;
  margin-bottom: 10px;
}
.post-list-in h1::after {
  content: "";
  position: absolute;
  background: #1a9ca8;
  height: 5px;
  width: 132px;
  bottom: 6px;
  left: 0px;
}
.post-list-in p {
  margin-bottom: 16px;
}
.post-list-in {
  margin-bottom: 58px;
  padding-right: 80px;
}
.post-list-in a {
  color: #1a9ca8;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif;
  position:relative;
}
.post-right img {
  width: 100%;
}
.footer-inner-m {
  background: #141414;
  padding-top: 60px;
  padding-bottom: 64px;
}
.footer-time {
  display: flex;
}
.footer-logo {
  margin-right: 48px;
}
.footer-logo img {
  max-width: 95px;
}
.footer-time ul li {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}
.footer-address {
  margin-left: 0;
  padding-top: 10px;
}
.footer-address p {
  color: #ffffff;
  line-height: 28px;
}
.footer-address a {
  color: #1a9ca8;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif;
  display: inline-block;
  margin-top: 5px;
  position:relative;
}
.call-footer {
  display: flex;
      justify-content: space-evenly;
  padding-top: 10px;
}
.call-link a {
  color: #ffffff;
  font-size: 18px;
  display: block;
}
.social-link {
  width: 53%;
  margin-top: -15px;
  text-align: right;
}
.social-link span {
  color: #ffffff;
  font-size: 18px;
}
.social-link span a {
  font-size: 32px;
  color: #ffffff;
  display: inline-block;
}
.give-btn {
  margin-top: 10px;
  background: #1a9ca8;
  display: inline-block;
  padding: 8px 35px;
  color: #ffffff;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.give-btn:hover {
  color: #ffffff;
}
.copyright-in {
  background: #141414;
  padding: 0px 0px 40px 0px;
  text-align: center;
}
.copyright-in p {
  color: #ffffff;
  
  font-size: 12px;
    opacity: 0.3;
}
.copyright-in a {
  color: #ffffff;
 font-size: inherit;
}
.copyright-in a:hover {
     color: #fff;
}

/* calendar page */

.calendar-main {
  padding: 70px 0px 80px 0px;
}
.calendar-main .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.calendar-main h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
}
.calendar-main span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  text-transform: uppercase;
}
.calendar-list {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    justify-content: center;
}
.calendar_in h2 {
  font-size: 19px;
  font-weight: 600;
  color: #333333;
}
.calendar-list .calendar_in span {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  padding: 4px 0px;
  color:#333333;
      text-transform: none;
}
.calendar-list .calendar_in:first-child {
  margin-top: 0;
}
.calendar_in {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding-bottom: 30px;
    text-align: center;
    width: 29.33%;
    margin: 30px 2% !important;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
    padding-top: 30px;
    padding-left: 10px;
}

.calendar_btn {
  text-align: center;
}
.calendar_btn a {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 35px;
  color: #1a9ca8;
  border: 1px solid#1a9ca8;
}
.calendar_btn a:hover {
  background: #1a9ca8;
  color: #ffffff;
}

/* Contact page */

.contact-main {
  padding: 70px 0px 84px 0px;
}
.contact-main .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.map_box_contact {
  max-width: 616px;
  margin-left: auto;
  position: relative;
}
.map_box_contact img {
  width: 100%;
}
.find_text {
  background: #1a9ca8;
  color: #ffffff;
  width: 229px;
  padding: 40px 0px;
  text-align: center;
  position: absolute;
  left: -70px;
  bottom: 70px;
}
.find_text h1 {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: normal;
}
.find_text h1 strong {
  font-size: 52px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
	display: table;
	margin: auto;
}

.contact_right_dit {
  padding-left: 68px;
}
.contact_right_dit h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  margin-top: -6px;
  line-height: 62px;
  margin-bottom: 6px;
}
.contact_right_dit span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: inline-block;
  line-height: 32px;
}
.contact_right_dit p {
  margin-bottom: 36px;
}
.contact_right_dit p a {
  color: #333333;
}
.contact_right_dit p a:hover {
  color: #1a9ca8;
}
.cont_btn a {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 35px;
  color: #1a9ca8;
  border: 1px solid#1a9ca8;
  min-width: 340px;
  margin-bottom: 11px;
}
.cont_btn a:hover {
  background: #1a9ca8;
  color: #ffffff;
}

/* Sermons page */

.sermons-main {
  padding: 70px 0px 124px 0px;
}
.sermons-title h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
	text-align: center;
	line-height: 64px;
}
.sermons-title span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  text-transform: uppercase;
  margin-bottom: 70px;
  display: block;
	text-align: center;
}
.sermons_box {
  position: relative;
  margin-bottom: 75px;
}
.sermons_img {
  position: relative;
}
.sermons_img img {
  width: 100%;
}
.sermons_dit {
  margin-top: 20px;
      padding: 0 15px;
}
.sermons_dit span {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 2px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  color: #1a9ca8;
  display: block;
}

.sermons_dit p {font-size: 16px;}

.ser_uptext {
  background: #1a9ca8;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.in_icon {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.icon_in {
  width: 50%;
}
.in_icon img {
  width: 38px;
}
.icon_in .icon_s {
  width: 67px;
  height: 67px;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
}
.icon_in span {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
  margin-top: 18px;
}
.sermons_box:hover .ser_uptext {
  visibility: visible;
  opacity: 1;
}
.in_icon .icon_in:first-child .icon_s img {
  width: 27px;
}

/* history page */

.history-main {
  padding: 70px 0px;
}
.his_img {
  width: 395px;
      height: 100%;
}
.his_img img {
  width: 100%;
}
.our_history_left {
  position: relative;
  left: 0px;
  margin-left: auto;
  max-width: 395px;
  height: 100%;
}
.our_history_left .his_img {
  background-size: cover !important;
}
.our_history_left .his_img img {
  opacity: 0;
}
.our_history_right h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
}
.our_history_right span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.our_history_right {
  padding-left: 70px;
}

.cornerstone-main {
  background: #141414 url("../images/cornerstone-bg.png") no-repeat right;
  padding-top: 120px;
}
.cornerstone-title {
  display: inline-block;
}
.cornerstone-title h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 64px;
}
.cornerstone-title span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  text-transform: uppercase;
  margin-bottom: 100px;
  display: block;
}
.cornerstone-slider .flickity-viewport {
  overflow: visible;
}
.cornerstone-slider .carousel-cell .gallery-slide-item {
  width: 548px;
  transition: all 0.2s ease;
  margin-right: 34px;
}
.gallery-slide-item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.cornerstone-slider .flickity-prev-next-button {
  position: absolute;
  bottom: 49px;
  background: 0 0;
  margin-right: 0;
  right: 0;
  box-shadow: inset 0 0 0 3px #1a9ca8;
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: hidden;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
}
.cornerstone-slider .flickity-prev-next-button {
  top: -160px;
  margin: 0;
  margin-right: 0px;
  left: inherit;
}
.cornerstone-slider .flickity-prev-next-button.previous {
  right: 100px;
}
.cornerstone-slider .flickity-prev-next-button .flickity-button-icon {
  min-width: 120px;
  display: block;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  max-width: none;
  z-index: 9;
  margin: 0;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  fill: #1a9ca8;
}
.cornerstone-slider .flickity-prev-next-button.next .flickity-button-icon {
  margin: -110px;
}
.cornerstone-slider .flickity-prev-next-button.previous .flickity-button-icon {
  margin: -10px;
}
.cornerstone-slider {
  margin-bottom: -107px;
}
.history-dit-in {
  margin-top: 200px;
  margin-bottom: 105px;
}
.history_in_text {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
.history_in_text h1 {
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}
.history_in_text h1::after {
  content: "";
  width: 130px;
  height: 4px;
  background: #1a9ca8;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.history_in_text p {
  margin-bottom: 30px;
}
.history_in_text .colps {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 35px;
  color: #1a9ca8;
  border: 1px solid#1a9ca8;
  margin-bottom: 11px;
}

/* About page */

.about-main-in {
  padding: 70px 0px;
}
.about-main-in .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.about_left {
  position: relative;
  left: 0px;
  margin-left: auto;
  max-width: 395px;
  height: 100%;
}
.about_left .his_img {
  height: 100%;
  background-size: cover !important;
}
.about_left .his_img img {
  opacity: 0;
}
.about_left .find_text {
  bottom: 52px;
  left: -60px;
}
.about_right {
  padding-left: 70px;
}
.about_right h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
}
.about_right span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.about_right p {
  margin-bottom: 30px;
}
.about_right p:last-child {
  margin-bottom: 0px;
}
.about-list-in {
  background: #f3f3f3;
  padding: 106px 0px;
}
.about_list_box {
  max-width: 1173px;
  margin: 0 auto;
  width: 100%;
}
.about_list_box .col-md-6:nth-of-type(1) .box_ab {
  padding-right: 75px;
  padding-bottom: 80px;
  position: relative;
}
.about_list_box .col-md-6:nth-of-type(2) .box_ab {
  padding-left: 75px;
  padding-bottom: 80px;
  position: relative;
}
.about_list_box .col-md-6:nth-of-type(3) .box_ab {
  padding-right: 75px;
  padding-top: 80px;
  position: relative;
}
.about_list_box .col-md-6:nth-of-type(4) .box_ab {
  padding-left: 75px;
  padding-top: 80px;
  position: relative;
}

.about_list_box .col-md-6:nth-of-type(1) .box_ab::before {
  content: "";
  position: absolute;
  background: #dddddd;
  width: 4px;
  height: 90%;
  right: 0px;
  top: 0px;
}
.about_list_box .col-md-6:nth-of-type(1) .box_ab::after {
  content: "";
  position: absolute;
  background: #dddddd;
  width: 90%;
  height: 4px;
  left: 0px;
  bottom: 0px;
}

.about_list_box .col-md-6:nth-of-type(4) .box_ab::before {
  content: "";
  position: absolute;
  background: #dddddd;
  width: 4px;
  height: 90%;
  left: -4px;
  bottom: 0px;
}
.about_list_box .col-md-6:nth-of-type(4) .box_ab::after {
  content: "";
  position: absolute;
  background: #dddddd;
  width: 90%;
  height: 4px;
  right: 0px;
  top: -4px;
}

.ab_icon {
  margin-bottom: 25px;
}
.ab_icon img {
  height: 83px;
}
.box_ab h4 {
  color: #1a9ca8;
  font-size: 32px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 38px;
}
.box_ab ul li {
  position: relative;
  padding-left: 36px;
  font-size: 18px;
}
.box_ab ul li::before {
  content: "";
  background: url("../images/ab-arrow.png") no-repeat center;
  width: 22px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 5px;
}
.about-team {
  padding: 95px 0px 30px 0px;
}
.about-team .container {
  max-width: 1210px;
  margin: 0 auto;
  width: 100%;
}
.team-title h1 {
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  padding-bottom: 30px;
  margin-bottom: 80px;
  position: relative;
}
.team-title h1::after {
  content: "";
  width: 130px;
  height: 4px;
  background: #1a9ca8;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.white-popup {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 43.89px 13.11px rgba(0, 0, 0, 0.2);
  padding: 66px;
  width: auto;
  max-width: 1175px;
  width: 100%;
  margin: 20px auto;
  transition: 1s all;
}
.white-popup .mfp-close {
  font-family: "Open Sans", sans-serif;
  line-height: 66px;
  text-align: center;
  font-size: 58px;
  font-weight: 300;
  background: #ecebeb;
  color: #1a9ca8;
  width: 70px;
  height: 70px;
}
.team_img img {
  width: 100%;
}
.team_box {
  text-align: center;
}
.team_box h2 {
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  font-size: 32px;
  margin-top: 30px;
}
.team_box span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  color: #1a9ca8;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 7px;
}
.team_col_pd [class*="col-"] {
  padding: 0px 26px;
}
.team_in_right {
  max-width: 354px;
  float: right;
  margin-left: 25px;
}
.team_popup_in h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  font-size: 32px;
  margin-bottom: 8px;
}
.team_popup_in span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  color: #1a9ca8;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
.team_popup_in p {
  margin-bottom: 30px;
}
.team_popup_in p:last-child {
  margin-bottom: 0px;
}
.team_box {
  margin-bottom: 80px;
}
.team_img {
  position: relative;
}
.team_img .hover_bk {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #1a9ca8;
  width: 100%;
  height: 100%;
}
.bio-icon img {
  max-width: 54px;
}
.hover_bk .icon_bio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon_bio span {
  color: #ffffff;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  margin-top: 8px;
}
.team_img {
  position: relative;
  transition: transform 0.6s;
  -webkit-transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.hover_ft {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.hover_bk {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team_box:hover .team_img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

/* adult page */

.adult-main-in {
  padding: 70px 0px;
}
.adult-main-in .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.adult_btn a {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 35px;
  color: #1a9ca8;
  border: 1px solid #1a9ca8;
  min-width: 340px;
  margin-bottom: 11px;
}
.adult_btn a:hover {
  background: #1a9ca8;
  color: #ffffff;
}
.adult_left {
  position: relative;
  left: 0px;
  margin-left: auto;
  max-width: 395px;
  height: 100%;
}
.adult_left .his_img {
  background-size: cover !important;
}
.adult_left .his_img img {
  opacity: 0;
}
.adult_right {
  padding-left: 70px;
}
.adult_right h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
}
.adult_right span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.adult_right p {
  margin-bottom: 40px;
}

.adult-bible-studies {
  padding: 115px 0px;
  background: #f3f3f3;
}
.adult-bible-studies .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.bible-studies-in h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
}
.bible-studies-in span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.bible_btn {
  margin-bottom: 70px;
}
.bible_btn a {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 35px;
  color: #1a9ca8;
  border: 1px solid #1a9ca8;
}
.bible_btn a:hover {
  background: #1a9ca8;
  color: #ffffff;
}
.bible-studies-in p {
  margin-bottom: 30px;
}
.adult-small-groups {
  padding: 115px 0px;
}
.adult-small-groups .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.small-groups-in h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
}
.small-groups-in span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.small-groups-in p {
  margin-bottom: 30px;
}
.adult-special-events {
  padding: 115px 0px;
  background: #f3f3f3;
}
.adult-special-events .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.special-events-in h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 7px;
}
.special-events-in span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.special-events-in p {
  margin-bottom: 70px;
}

/* children and youth page */

.children-youth-main-in {
  padding: 70px 0px;
}
.children-youth-main-in .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.children_youth_left {
  position: relative;
  left: 0px;
  margin-left: auto;
  max-width: 395px;
  height: 100%;
}
.children_youth_left .his_img {
  background-size: cover !important;
}
.children_youth_left .his_img img {
  height: 100%;
  opacity: 0;
}
.children_youth_right {
  padding-left: 70px;
}
.children_youth_right h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
}
.children_youth_right span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.children_youth_right p {
  margin-bottom: 30px;
}

.children_youth_right .adult_btn a:last-child {
  margin-bottom: 0px;
}
.children-youth-Ministry {
  padding: 115px 0px;
  background: #f3f3f3;
}
.children-youth-Ministry .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.youth-ministry .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.youth-Ministry-text h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 30px;
}
.youth-Ministry-text span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.youth-Ministry-text h6 {
font-size: 22px;
font-weight: 700;
padding-bottom: 7px;
}
.youth-Ministry-text p {
  margin-bottom: 26px;
}
.youth-Ministry-text a {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 45px;
  color: #1a9ca8;
  border: 1px solid #1a9ca8;
  margin-top: 15px;
}
.youth-Ministry-text a:hover {
  background: #1a9ca8;
  color: #ffffff;
}

.youth-Ministry-text ul li {list-style: circle; margin-bottom: 15px; }
.youth-Ministry-text ul {margin-left: 30px; margin-bottom: 40px;}

.youth-ministry {
  padding: 100px 0px;
}
.youth-ministry-text h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 30px;
  display: inline-block;
}
.youth-ministry-text span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.ministry_box_right {
  float: right;
  margin-left: 50px;
  position: relative;
  z-index: 1;
}
.ministry_box_right img {
  max-width: 486px;
}
.min_btn a {
  text-align: center;
  display: block;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 45px;
  color: #1a9ca8;
  border: 1px solid #1a9ca8;
  margin-top: 15px;
}
.min_btn a:hover {
  background: #1a9ca8;
  color: #ffffff;
}
.min_btn a.cst {
  background: #1a9ca8;
  color: #ffffff;
}
.min_btn a.cst:hover {
  background: #ffffff;
  border-color: #1a9ca8;
  color: #1a9ca8;
}
.youth-ministry-text p {
  margin-bottom: 30px;
}
.youth-ministry-text div.em a {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 45px;
  color: #1a9ca8;
  border: 1px solid #1a9ca8;
  margin-top: 15px;
}
.youth-ministry-text a:hover {
  background: #1a9ca8;
  color: #ffffff;
}

/* music page */
.music-main-in {
  padding: 70px 0px;
}
.music_left {
  position: relative;
  left: 0px;
  margin-left: auto;
  max-width: 395px;
  height: 100%;
}
.music_left .his_img {
  background-size: cover !important;
}
.music_left .his_img img {
  opacity: 0;
}
.music_right {
  padding-left: 70px;
}
.music_right h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
  display: inline-block;
}
.music_right span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: block;
}
.music_right h6 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
}
.music_right p {
  margin-bottom: 33px;
}
.music_right .adult_btn {
  padding-top: 10px;
}
.music_right .adult_btn a {
  min-width: auto;
  padding: 8px 55px;
  margin-bottom: 0px;
}
.music-talents {
  padding: 115px 0px;
  background: #f3f3f3;
}
.music-talents .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.music-talents-in h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
}
.music-talents-in span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.music-talents-in p {
  margin-bottom: 30px;
}
.music-talents-in a {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 35px;
  color: #1a9ca8;
  border: 1px solid #1a9ca8;
  margin-bottom: 70px;
}
.music-talents-in a.ls {
  margin-bottom: 0px;
}
/* prayers of the people page */
.prayers-of-the-people-main {
  padding: 70px 0px;
}
.prayers-of-the-people-main .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.prayers_of_the_people_left {
  position: relative;
  left: 0px;
  margin-left: auto;
  max-width: 395px;
  height: 100%;
}
.prayers_of_the_people_left .his_img {
  background-size: cover !important;
}
.prayers_of_the_people_left .his_img img {
  opacity: 0;
}
.prayers_of_the_people_right {
  margin-left: 70px;
}
.prayers_of_the_people_right h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 6px;
  display: inline-block;
  margin-top: -8px;
}
.prayers_of_the_people_right span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 26px;
  display: block;
}
.prayers_of_the_people_right p {
  margin-bottom: 23px;
}
.prayers_of_the_people_right p em {
  font-weight: 600;
}
.prayers_of_the_people_right .adult_btn a {
  min-width: auto;
  padding: 8px 55px;
}

.missions-outreach-main-in {
  padding: 70px 0px;
}
.missions-outreach-main-in .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.missions_left {
  position: relative;
  left: 0px;
  margin-left: auto;
  max-width: 395px;
  height: 100%;
}
.missions_left .his_img {
  background-size: cover !important;
}
.missions_left .his_img img {
  opacity: 0;
}
.missions_left .find_text {
  padding: 40px 20px;
}
.missions_right {
  margin-left: 70px;
}
.missions_right h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
}
.missions_right span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.missions_right ul li {
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  line-height: 28px;
}
.missions_right ul li::before {
  content: "";
  background: url("../images/ab-arrow.png") no-repeat center;
  width: 22px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.missions-gn {
  padding: 120px 0px;
  background: #f3f3f3;
}
.missions-gn .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.missions-gn-left img {
  max-width: 227px;
  mix-blend-mode: multiply;
}
.missions-gn-left a {
  margin-top: 10px;
  background: #1a9ca8;
  display: inline-block;
  padding: 8px 35px;
  color: #ffffff;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  min-width: 227px;
  text-align: center;
}
.missions-gn-right h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
}
.missions-gn-right span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.missions-gn-right p {
  margin-bottom: 30px;
}
.missions-gn-right p:last-child {
  margin-bottom: 0px;
}

.missions-wh {
  padding: 70px 0px;
}
.missions-wh .container {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.missions-wh-left img {
  max-width: 227px;
  mix-blend-mode: multiply;
}
.missions-wh-left a {
  margin-top: 10px;
  background: #1a9ca8;
  display: inline-block;
  padding: 8px 35px;
  color: #ffffff;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  min-width: 227px;
  text-align: center;
}
.missions-wh-right h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
}
.missions-wh-right span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.missions-wh-right p {
  margin-bottom: 30px;
}
.missions-wh-right p:last-child {
  margin-bottom: 0px;
}
.ch_home h1 {
  margin-bottom: 30px;
}
.edibles-main-in {
  padding: 70px 0px;
}

.edibles_left {
  position: relative;
  left: 0px;
  margin-left: auto;
  max-width: 395px;
  height: 100%;
}
.edibles_left .his_img {
  background-size: cover !important;
}
.edibles_left .his_img img {
  opacity: 0;
}
.edibles_right {
  margin-left: 70px;
}
.edibles_right h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 4px;
}
.edibles_right span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}
.edibles_right p {
  margin-bottom: 30px;
}
.edibles_right h6 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
}
.caring-for-god {
  background: #141414 url("../images/cornerstone-bg.png") no-repeat right;
  padding-top: 70px;
  padding-bottom: 400px;
}
.caring-for-god-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.caring-for-god-title {
  width: 80%;
}
.caring-for-god-title h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 64px;
  margin-bottom: 8px;
}
.caring-for-god-title span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1a9ca8;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.caring-for-god-btn {
  text-align: right;
}
.caring-for-god-btn a {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 8px 35px;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  min-width: 330px;
}
.caring-for-god-btn a + a {
  color: #ffffff;
  background: #1a9ca8;
  border-color: #1a9ca8;
}
.caring-for-god-btn a:hover {
  color: #ffffff;
  background: #1a9ca8;
  border-color: #1a9ca8;
}
.caring_video {
  margin-top: -360px;
  margin-bottom: 130px;
}
.video_list {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
.vid_box_in {
  position: relative;
}
.vid_box_in::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.vid_box_in img {
  width: 100%;
}
.ch_arrow {
  border: 4px solid #ffffff;
  width: 140px;
  height: 140px;
  position: relative;
}
.v-arrow {
  margin: 10px;
  display: inline-block;
  height: 12px;
  position: absolute;
  width: 12px;
  left: 44%;
  top: 38%;
  transform: translate(-50%, -50%);
}
.v-arrow.arrow-bar::before {
  bottom: 1px;
  content: "";
  height: 36px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 4px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
.v-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-right-style: solid;
  border-right-width: 4px;
  content: "";
  display: inline-block;
  height: 20px;
  left: -7px;
  position: absolute;
  top: -5px;
  width: 20px;
  border-color: #ffffff;
}
.v-arrow.is-right {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.vid_text_up {
  opacity: 0;
  visibility: hidden;
}
.vid_text_up span {
  text-align: center;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 12px;
}
.vid_text_up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video_list ul li {
  float: left;
  margin-bottom: 5px;
}
.video_list ul li:nth-of-type(1) {
  width: 100%;
  min-height: 595px;
}
.video_list ul li:nth-of-type(2) {
  width: 56%;
  min-height: 370px;
  margin-right: 3px;
}
.video_list ul li:nth-of-type(3) {
  width: 43.4%;
  min-height: 370px;
  margin-left: 3px;
}
.video_list ul li:nth-of-type(4) {
  width: 43.4%;
  min-height: 370px;
  margin-right: 3px;
}
.video_list ul li:nth-of-type(5) {
  width: 56%;
  min-height: 370px;
  margin-left: 3px;
}
.vid_box {
  position: relative;
}
.vid_box_in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.vid_box:hover .vid_text_up {
  opacity: 1;
  visibility: visible;
}
.vid_box:hover .vid_box_in::after {
  opacity: 1;
  visibility: visible;
}

.yotu-playlist , .yotu-videos{
padding:0 !important;	
}

button#lg-share , button.lg-flip-ver.lg-icon, button.lg-flip-hor.lg-icon, button.lg-rotate-left.lg-icon, button.lg-rotate-right.lg-icon, a#lg-download{
display:none !important;	
}
.lg-thumb-item {
    border: none !important;
    border-radius: 0 !important;
}

.right-in ul li a:after {
    border-bottom: 2px solid #1a9ca8;
    content: "";
    height: 1px;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.right-in ul li a:hover:after {
    width: 100%;
}

.about-link ul li a:after , .post-list-in a:after , .footer-address a:after {
    content: "";
    border-bottom: 2px solid #000;
    content: "";
    height: 1px;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.about-link ul li a:hover:after  , .post-list-in a:hover:after , .footer-address a:hover:after{
    width: 100%;
}

.team_box.noroll:hover .team_img {
    transform: none;
    -webkit-transform: none;
}

.right-nav ul li a.give-btn:after {
    opacity: 0;
}

a.give-btn:hover , .right-nav ul li a.give-btn:hover{
	background:#105e66;
}

img.yotu-video-thumb {
    margin: -11% 0;
    width: 100%;
    height: 347px;
    object-fit: cover;
    object-position: bottom;
	
}
.inbg {
    /* margin: -10% 0; */
    overflow: hidden;
    height: 250px;
	border: 1px solid gray;
}
.yl-duration i {
    margin-right: 3px;
}
.yl-duration {
    position: absolute;
    left: 8%;
    top: 8%;
    background-color: rgba(0,0,0,.6);
    width: auto;
    height: auto;
    display: inline-block;
    font-size: .65em;
    line-height: 1em;
    color: #fff;
    padding: 0.3em;
    font-weight: 700;
    transition: all .4s;
}
.footer-address a:after{
	
    border-bottom: 2px solid #fff;
	bottom: -2px;

}

a.direlnk {
    color: #1a9ca8 !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "brandon-grotesque", sans-serif;
    display: inline-block;
    margin-top: 5px;
	margin-bottom: 20px;
    position: relative;
}

a.direlnk:after {
    content: "";
    border-bottom: 2px solid #000;
    content: "";
    height: 1px;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    left: 0;
    bottom: -2px;
}
a.direlnk:hover:after {
	width:100%;
}

.about_right.box_ab.defltpg ul {
    margin-bottom: 30px;
}

.about_right.box_ab.defltpg a {
    color: #1a9ca8;
    /* text-decoration: underline; */
}

section.calendar-main .col-12 {
    padding: 0;
}

span.mnh {
        margin-bottom: 0px !important;
    display: block;
    margin-top: 20px;
}

.page-template-calendar section.calendar-main {
    text-align: center;
}

.page-id-19 .about_right {
  padding-left: 0px;
    width: 100%;
}

.page-id-19  .about_right h1{
	    text-align: center;
}
.footer-time ul {
    padding-top: 10px;
}


img.mdlim {
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

li.bg-banner-full {
    height: 70vh;
    background-size: cover;
    background-position: center;
}
section.ctas-main {
    POSITION: RELATIVE;
    z-index: 89;
}
.flexslider {
    margin: 0;
    background: #fff;
    border: 0;
}

.bannr-mid-align-sec{
    position: absolute;
    top: 23%;
}
.bannr-mid-align-sec * {
    color: #fff;
}

.bannr-mid-align-sec.col-md-6 h2 {
    text-transform: uppercase;
       margin-bottom: 20px;
	       font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
}

span.dart {
    font-weight: bold;
}

a.give-btn.slidbtn {
    margin-top: 30px;
}

li.bg-banner-full:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.flex-next {
	color: hsl(0, 0%, 100%);
	float: right;
	font-size: 72px;
	opacity: .50;
	position: absolute;
	right: 40px;
}
.flex-prev {
	color: hsl(0, 0%, 100%);
	font-size: 72px;
	left: 40px;
	opacity:.50;
	position: absolute;
}
.flex-prev:hover, .flex-prev:focus, .flex-next:hover, .flex-next:focus {
	color: hsl(0, 0%, 100%);
	    opacity: 1;
}

.flex-direction-nav {
	color: hsl(0, 0%, 100%) !important;
	padding-left: 0;
	position: absolute;
	bottom: 80px;
	width: 100%;
	z-index: 89;
}

.flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
}

.banner-main .flex-direction-nav{ bottom:inherit !important; top:inherit; bottom:240px !important; max-width:1330px; margin:0 auto; left:0; right:0; }
.banner-main .flex-direction-nav .flex-prev{ left:20px !important; background:url(../images/left-arw.png) no-repeat center center; background-size: contain; top: 40%; opacity:1 !important;} 
.banner-main .flex-direction-nav .flex-next{ right:20px !important; background:url(../images/right-arw.png) no-repeat center center;background-size: contain; top: 40%; opacity:1 !important; }
.banner-main .flex-direction-nav a::before{ display:none; }
.banner-main .flex-direction-nav .flex-next i{ display:none; }
.flex-disabled {
    display: none !important;
}

.calendar-content {
    max-width: 1000px;
    margin: 0 auto;
}
.calendar-content a:hover {
    color: #1a9ca8;
}

.bannr-mid-align-sec p {
    max-width: 800px;
}
.footer-logo img.bgwd{
max-width: 120px;
    margin-right: 28px;
}
@media(min-width:1369px){
.ctas-in-box{ margin-top:-185px; }
}

@media(max-width:1369px){
.banner-main .flex-direction-nav{ top:72%; }	
}

@media(max-width:767px){
html .banner-main .flex-direction-nav {
    top: 200px;
    bottom: inherit !important;
}
html li.bg-banner-full{
	height: auto; background: none !important;
}
img.showmb {
    display: block !important;
}
html .bannr-mid-align-sec {
    bottom: 30px;
    position: static;
    padding-top: 30px;
}
.team_in_right{
margin-left:0;	
}
}

.team_popup_in {
    min-height: 480px;
}