/*
Theme Name: Verbo Redwood City
Theme URI: http://xxx.com/
Template: builder33
Version: 3.3
Updated: 10-01-2023
Author: Thomas Digital
Author URI: https://www.thomasdigital.com
Description: Builder with drag and drop elements using wireframe kit design.
Tags: wordpress, bootstrap, wireframe, acf
*/

/* #region -------------- *STUB - ROOT */

:root {

    --font-size: 17px;
    --font-1: "Ubuntu";
    --font-2: "DM Serif Display";

    --color1: #1B1B1B;

    --color10: black;
    --color11: white;

    --a: #DDA15E;
    --hover: #A1AEB7;       

    --darktitle     :   white;
    --darktext      :   white;
}

/* #endregion */

/*------------------------------------------------*/

/* #region -------------- *STUB - GENERAL */

.element p, section.element p {
    color: #4F4F4F;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.element .title1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

.element .title2 {
    color: #05C2DE;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 5.4px;
    text-transform: uppercase;
}

.element .link-title span,
.element .title3 {
    color: #2D5D75;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}

.element .link-title {
	align-self: center;
}

.element .title4 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}

.element .title5 {
    color: #05C2DE;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.element .btn.btn-1:hover, .element .btn.btn-1:focus, .element .btn.btn-1:active {
    background-color: #FFF;
    color: #FB8E0E;
}

.element .btn.btn-1 {
    color: #FFF;
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 100px;
    background: #FB8E0E;
    border: 1px solid #FB8E0E;
    padding: 19px 30px;
}

.element a.btn.btn-2:hover {
    color: #FB8E0E;
    background-color: #FFF;
}

.element a.btn.btn-2 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-radius: 100px;
    background: #FB8E0E;
    padding: 25px 45px;
    border: 1px solid #FB8E0E;
}

.element a.btn.btn-2::after {
    background-color: #FFF;
}

.element .gap_20 {
	gap:20px;
}

.top-id {
    margin-top: -100px;
    position: absolute;
}

/* #endregion */

/* #region -------------- *STUB - HEADER */

.menu_wrap {
    background-color: #2D5D75;
    padding: 15.5px 0px;
}

.navbar {
    justify-content: space-between;
    gap: 20px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.main-menu {
    width: 100%;
}

.main-menu .navbar-nav {
    gap: 15px;
    justify-content: flex-end;
}



.navbar-expand-lg .navbar-nav .nav-link {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0px;
    transition: 0.3s;
    padding: 20px 5px;
    border-bottom: 1px solid transparent;
}

.home .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 20px 5px;
    border-bottom: 1px solid transparent;
    text-wrap: nowrap;
}

.home .sticky-head .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 20px 5px;
    border-bottom: 1px solid transparent;
}

.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .current_page_item .nav-link,
.sticky-head .navbar-expand-lg .navbar-nav .nav-link:hover, .sticky-head .navbar-expand-lg .navbar-nav .current_page_item .nav-link {
    color: #05C2DE;
    border-color: #05C2DE;
}

.navbar-expand-lg .navbar-nav li.menu-item-3673 .nav-link,
.navbar-expand-lg .navbar-nav li.menu-item-3674 .nav-link {
	color:#FFF;
}

.main-menu .navbar-nav li:nth-last-child(2) a.nav-link:hover {
    background-color: #FFF;
    color: #00A3D9;
}

.main-menu .navbar-nav li:nth-last-child(2) a.nav-link {
    padding: 19px 21px;
    background-color: #00A3D9;
    border-radius: 100px;
    border: 1px solid #00A3D9;
}



.main-menu .navbar-nav li:last-child a.nav-link:hover {
    color: #FB8E0E;
    background-color: #FFF;
}

.main-menu .navbar-nav li:last-child a.nav-link {
    padding: 19px 21px;
    background-color: #FB8E0E;
    border-radius: 100px;
    border: none;
    border: 1px solid #FB8E0E;
}

.sticky-head .main-menu .navbar-nav li:nth-last-child(2) a.nav-link, .sticky-head .main-menu .navbar-nav li:last-child a.nav-link {padding: 19px 21px;}


.navbar-expand-lg .navbar-nav .nav-link::after {
	display:none;
}

.main-menu ul.dropdown-menu a.dropdown-item:hover {
    color: #05C2DE;
    background-color: #FFF;
}

.main-menu ul.dropdown-menu a.dropdown-item {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    padding: 15px 10px !important;
    color: #2D5D75;
    border: 1px solid #2D5D75;
    transition: 0.3s;
}

.main-menu ul.dropdown-menu li:last-child a.dropdown-item {
    border-top: none;
}

.translate_container {
    display: flex;
    flex-flow: column;
    text-align: center;
    gap: 5px;
}

.translate_container p {
    margin: 0px;
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
}

.home .translate_container p {
    color: #000;
}

.home .sticky-head .translate_container p {
    color: #fff;
}

.translate .gtranslate_wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.translate .selected.notranslate {
    color: #05C2DE;
text-align: center;
font-family: 'Poppins';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
text-transform: uppercase;
}

.translate .gtranslate_wrapper a {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.3s;
}

.home .translate .gtranslate_wrapper a:not(.glink.gt-current-lang) {
    color: #000;
    /* display: none; */

}

.home .sticky-head .translate .gtranslate_wrapper a {
    color: #fff;
}

.translate_container .translate .custom-dropdown {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 4px;
  background: none;
  cursor: pointer;
}

.translate_container .translate .selected {
  /* padding: 6px 10px; */
}

.translate_container .translate .options {
  position: absolute;
  top: 100%;
  left: -4px;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-top: 2px;
  display: none; /* hidden on load */
  z-index: 1000;
  min-width: 30px;
}

.translate_container .translate .options a {
  display: block;
  padding: 4px;
  text-decoration: none;
  color: #333;
}

.translate_container .translate .options a[data-gt-lang="undefined"] {display: none;}

.translate_container .translate .options a:hover {
  background: #f0f0f0;
}

header .navbar-brand {max-width: 206px; width: 100%;}
.home header.sticky-head .navbar-brand, body:not(.home) header .navbar-brand {filter: invert(97%) sepia(100%) saturate(3%) hue-rotate(205deg) brightness(109%) contrast(100%);}
/* #endregion */

/* #region -------------- *STUB - FOOTER */

footer.element {
    background: rgba(8, 46, 65, 0.90) !important;
}

footer.element .wrap {
    padding: 0px !important;
}

.top_footer {
    border-bottom: 1px solid #275267;
}

.top_footer .container-xl, .bottom_footer .container-xl {
    display: flex;
    gap: 30px 103px;
}

.blank_container {
    background: #225269;
    padding: 25px 0px;
}

.footer_col1 {
    width: 161px;
}

.footer_col2 {
    flex: 1;
    padding: 25px 0px;
    display: flex;
    flex-flow: column;
    gap: 26px;
}

.footer-menu ul.menu-links.desktop-view {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    gap: 10px 30px;
    list-style: none;
    padding: 0px;
}

footer.element p, footer.element .dtext, footer.element li, footer.element a {
    color: #F8F8F8;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

footer.element .footer-menu ul.menu-links.desktop-view li a.is-link {
    color: #FFF;
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.3s;
}

footer.element .footer-menu ul.menu-links.desktop-view li a.is-link:hover {
    color: #00A3D9;
}

.bottom_footer .footer_col1 {
    background-color: #2D5D75;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upper_contents {
    display: flex;
    justify-content: space-between;
}

.element .col_title {
    color: #F8F8F8;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.element .col_title {
    color: #F8F8F8;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.col_2_2 .dflex {
    padding-bottom: 1px;
}

.col_2_2 .dflex .dtext::after {
    content: ':';
}

.col_2_2 .dflex > div:last-child {
    margin-top: -3px;
}

.col_2_2 .dflex > div:last-child a:hover {
    color: #00A3D9;
}

.col_2_2 .dflex > div:last-child a {
    padding: 0px 0px 0px 5px;
    transition: 0.3s;
}

.col_2_2 .dflex > div:last-child a br {
    display: none;
}

.col_2_2 .dflex > div:last-child a.sc-contact.sc-address.address-0 {
    pointer-events: none;
}

footer .social-icons {
    gap: 29px;
}

footer .social-icons .soc-link {
    width: 70px;
    height: 70px;
    background-color: #00A3D9;
}

footer .social-icons .soc-link:hover img {
    transform: scale(1.2);
    filter: none;
}

footer .social-icons .soc-link img {
    opacity: 1;
    filter: none;
    max-height: 30px;
    max-width: 35px;
}

footer .copyright, footer .copyright a span {
    border: none !important;
    color: #F8F8F8;
    text-align: right;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    transition: 0.3s;
}

footer .copyright a:hover span {
    color: #00A3D9;
}

/*Fancybox*/

#fancybox-overlay {
    background: rgba(255, 255, 255, 0.80) !important;
}

#fancybox-title-wrap {
    display: none !important;
}

#fancybox-wrap {
    min-width: 970px;
}

.popup_container {
    display: flex;
    align-items: center;
}

div#fancybox-outer {
    box-shadow: none;
	background:transparent;
}

div#fancybox-content {
    background: transparent;
    border: none !important;
}

div#contact_popup .container {
    padding: 0px;
}

div#prayer_request_form .cimage {
    height: 100%;
    border-radius: 0px;
}

div#prayer_request_form .cimage img {
    border-radius: 0px;
}

.popup_container {
    display: flex;
    align-items: center;
    border-radius: 50px 0px;
    background: #2D5D75;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    gap: 30px 60px;
    padding: 55px;
}

.cimage {
    border-radius: 20px 0px;
    width: 420px;
    height: 530px;
    position: relative;
    overflow: hidden;
}

.c_text {
    display: flex;
    flex-flow: column;
    gap: 40px;
}

.popup_container .popup_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    padding-bottom: 10px;
}

.popup_container .popup_blue_text {
    color: #05C2DE;
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.c_text > div > div a:hover {
    color: #FB8E0E;
    text-decoration: none;
}

.c_text > div > div a {
    padding: 0px;
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: 0.3s;
}

.c_text > div > div.company-address a {
    pointer-events: none;
}

a#fancybox-close {
    top: 0px;
    right: 0px;
}

a#fancybox-close span {
    width: 20px;
    height: 20px;
    border: none;
    box-shadow: none;
    background: transparent;
    transform: scale(1.5);
}

.fancybox__container .default_popup_form.fancybox__content {
    max-width: 970px;
    width: 100%;
}

.form_fw_text {
    width: 100%;
}

.default_popup_form.fancybox__content .gform_heading {
    display: none;
}

.form_fw_text .gform_footer.top_label, .form_fw_text .gform_footer.before {
    justify-content: center;
}

.form_fw_text .text_center {
    text-align: center;
    padding: 10px 0px;
}

.form_fw_text .gform_wrapper {
    padding-top: 60px;
}

/* #endregion */

/*------------------------------------------------*/

/* #region -------------- *SECTION - Hero */

.home .menu_wrap {
    background: transparent;
}

.home .sticky-head .menu_wrap {
    background-color: #2D5D75;
}

.hero-s-01 .wrap {
    
    /* max-width: 1280px; */
    display: block;
    /* margin: 0 auto; */
    /* margin-top: 125px; */
    /* height: 560px; */
    /* padding: 0px 0px */
    padding-top: 125px;
    align-items: flex-end;
    /* border-radius: 60px; */
    overflow: hidden;
    padding-inline: 15px;
}

.hero-s-01 .container-xl {height: 100%;}
.hero-s-01 .overlay-container {max-width: 1280px; height: 560px; border-radius: 60px; overflow: hidden; position: relative; display: block; margin: 0 auto;}

.hero-s-01 .lazy-vid {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    transform: translate(-50%, -50%);
	object-fit: cover;
}

.element .hero_overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
	z-index:10;
	pointer-events:none;
}

.hero-s-01 .hero_overlay {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.hero-opt {
    padding: 0px;
}

.hero-s-01 .wrap .hero-opt {
    z-index: 12;
    width: 100%;
    height: 100%;
	position: relative;
    /* bottom: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.element img.hero_player {
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    top: unset;
	bottom: 8%;
    left: 50%;
    transform: translate(-50%, -8%);
    z-index: 9;
	display:none;
}

.hero-s-01 .wrap .hero-opt .dinfo {display: flex; flex-direction: row; flex-wrap: nowrap; width: 100%; position: relative; column-gap: 98px; align-items: center;}

.hero-s-01 .wrap .hero-opt .dtitle {
color: #FFF;
text-align: right;
font-family: 'Poppins';
font-size: 50px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 65px */
letter-spacing: 1px;
}

.hero-s-01 .wrap .hero-opt .dtext {width: 100%;}

.hero-s-01 .wrap .hero-opt .dtext p:not(:last-child){
    margin-bottom: 30px;
}

.hero-s-01 .wrap .hero-opt .dtext p{
    color: #F5F8FF;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
}

.hero-s-01 .wrap .hero-opt .dtext p strong {
    color: #F5F8FF;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */ 
}

.hero-s-01 .wrap .hero-opt .dinfo .sep {height: 100%; width: 2px; background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
/* #endregion */

/* #region -------------- *SECTION - List Contents  */

.count-01 .wrap {
    padding: 80px 0px 87px 0px;
}

.list_container {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}

.individual_list:nth-child(4n+1), .individual_list:nth-child(4n+2) {
    height: 400px;
}

.individual_list:nth-child(4n+3), .individual_list:nth-child(4n+4) {
    height: 473px;
}

.individual_list:nth-child(4n+1) {
    width: 740px;
    border-radius: 100px 0px 0px 0px;
    overflow: hidden;
}

.individual_list:nth-child(4n+2) {
    width: 420px;
}

.individual_list:nth-child(4n+3) {
    width: 360px;
}

.individual_list:nth-child(4n+4) {
    width: 800px;
    border-radius: 0px 0px 100px 0px;
    overflow: hidden;
}

.individual_list {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.column_container {
    width: 100%;
    background-color: hsl(0deg 2% 91% / 90%);
    position: relative;
    padding: 30px 29px;
    display: flex;
    justify-content: space-between;
}

.individual_list:nth-child(4n+1) .column_container, .individual_list:nth-child(4n+2) .column_container {
    min-height: 146px;
}

.individual_list:nth-child(4n+3) .column_container, .individual_list:nth-child(4n+4) .column_container {
    min-height: 201px;
    align-items: center;
}

.individual_list_column {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.count_up span {
    color: #2D5D75;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.list_text strong.mtitle {
    color: #4F4F4F;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block !important;
}

.element .individual_list:hover .video_player {
    transform: translateY(-50%) scale(1.3);
}

.element .individual_list a.btn {
    z-index: 99;
}

.element .video_player {
    position: absolute;
    width: 56px;
    top: 0px;
    transform: translateY(-50%);
    right: 20px;
    z-index: 9;
    transition: 0.3s;
}

.element .individual_list a {
    border: none;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9;
	opacity:0;
}

.element .individual_list a span.a-span {
	display:none;
}

.element .individual_list a::after {
    display:none;
}

/* #endregion */

/* #region -------------- *SECTION - Row List */

.row-list-01 .wrap {
    padding: 80px 0px;
}

.title_container {
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.title_container .dtext {
    padding-top: 14px;
}

.row_list {
    padding-top: 42px;
    display: flex;
    flex-flow: column;
}

.individual_row {
    display: flex;
    align-items: center;
    gap: 30px 102px;
	margin-bottom:-30px;
}

.individual_row:last-child {
	margin:0px;
}

.leaf_container {
    position: relative;
    width: 470px;
    display: flex;
}

.individual_row:nth-child(even) .leaf_container {
    justify-content: flex-end;
}

.row_text {
    flex: 1;
    position: relative;
}

.leaf {
    position: relative;
    border: 5px solid #FB8E0E;
    overflow: hidden;
    height: 187px;
    width: 236px;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
	border-radius: 0px 100px;
}

.leaf a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.individual_row:nth-child(even) .leaf {
    border-radius: 100px 0px;
	justify-content: flex-start;
}

.element .individual_row:nth-child(even) .leaf .dtext {
    z-index: 9;
    padding: 5px 5px 14px 39px;
}

.element .individual_row:last-child .leaf .dtext {
    font-size: 20px;
    padding: 5px 35px 14px 39px;
}

.leaf_container::after {
    content: '';
    position: absolute;
    top: 20px;
    width: 4px;
    background-color: #CCC;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
}

.individual_row:last-child .leaf_container::after {
    height: calc(100% + 60px);
}

.element .leaf .dtext {
    color: #FFF;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    padding: 5px 42px 14px 5px;
}

.row_text .dtext {
    padding: 10px 30px;
    position: relative;
    z-index: 9;
    border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.element .row_text p, .element .row_text p a {
    color: #FFF;
}

.element .row_text p a:hover {
	color:#fb8e0e;
}

.leaf_counter .leaf::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.leaf_counter:nth-child(4n+1) .leaf::after {
    content: '';
    background: linear-gradient(180deg, rgba(5, 194, 222, 0.00) 41.18%, #2E5E76 100%);
}

.leaf_counter:nth-child(4n+2) .leaf::after {
    content: '';
	background: linear-gradient(180deg, rgba(0, 163, 217, 0.00) 51.34%, #448BAE 100%);
}

.leaf_counter:nth-child(4n+3) .leaf::after {
    content: '';
	background: linear-gradient(180deg, rgba(67, 159, 205, 0.00) 52.94%, #439FCD 100%);
}

.leaf_counter:nth-child(4n+4) .leaf::after {
    content: '';
	background: linear-gradient(180deg, rgba(78, 185, 239, 0.00) 45.31%, #4EB9EF 85.56%);
}

.leaf_counter .row_text::after {
    content: '';
    position: absolute;
    border-radius: 0px 50px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1067px;
    height: 138px;
}

.leaf_counter:nth-child(4n+1) .row_text::after {
    content: '';
    background: linear-gradient(270deg, #2D5D75 57.45%, rgba(255, 255, 255, 0.00) 89.65%);
}

.leaf_counter:nth-child(4n+2) .row_text::after {
    content: '';
	background: linear-gradient(270deg, #438AAD 55.25%, rgba(255, 255, 255, 0.00) 79.35%);
}

.leaf_counter:nth-child(4n+3) .row_text::after {
    content: '';
	background: linear-gradient(270deg, #429FCC 56.33%, rgba(255, 255, 255, 0.00) 79.01%);
}

.leaf_counter:nth-child(4n+4) .row_text::after {
    content: '';
	background: linear-gradient(270deg, #4DB8EE 53.33%, rgba(255, 255, 255, 0.00) 92.84%);
}

/* #endregion */

/* #region -------------- *SECTION - Slider Post */

.sliderpost-01 .wrap {
    padding: 80px 0px 100px 0px;
	border-radius: 0px 0px 0px 100px;
    overflow: hidden;
}

.element .slide-bg.is-grid {
    padding-top: 40px;
}

.post_slider_image {
    height: 285px;
	background-size:cover;
	background-position:center;
}

.element .owl-carousel .post_slider_image img {
	display:none;
}

.post_slider_contents {
    border: 1px solid #E8E7E7;
    background: #FFF;
    padding: 22px 30px;
    display: flex;
    flex-flow: column;
    gap: 8px;
    align-items: center;
	min-height: 231px;
	text-align: center;
}

.element p.post_title {
    color: #2D5D75;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.element p.post_details {
    color: #828282;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.element .individual_post_slider a:hover p.more_info {
    color: #FB8E0E;
    background-color: #FFF;
}

.element p.more_info {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 100px;
    background: #FB8E0E;
    border: 1px solid #FB8E0E;
    padding: 9px 15px;
    transition: 0.3s;
}

.sliderpost-01 .owl-1.owl-carousel {
    border-radius: 50px 0px 0px 0px;
    overflow: hidden;
}

/* #endregion */

/* #region -------------- *SECTION - Slider Gallery */

.slidergallery-01 .wrap {
    padding: 80px 0px 23px 0px;
}

.slidergallery-01 .owl-stage-outer {
    border-radius: 10px;
}

.individual_slider_gallery {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 170px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.slider_gallery_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(270deg, #1A4D67 54.45%, rgba(26, 77, 102, 0.00) 74.33%);
    width: 100%;
    height: 100%;
}

.slider_contents {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 15px;
	align-items:flex-start;
}

.element .slider_contents .title2 {
    color: #00A3D9;
}

.element .slider_contents p {
    font-size: 18px;
    line-height: 140%;
    color: #FFF;
    margin-bottom: 19px;
}

.element .slider_contents p strong {
    font-size: 25px;
    font-style: normal;
    line-height: 110%;
}

.element .owl-dots {
    justify-content: flex-start;
    padding-left: 35px;
    bottom: 40px;
}

.element .owl-carousel button.owl-dot {
    background-color: #FFF;
    width: 14px;
    height: 14px;
}

.element .owl-carousel button.owl-dot.active {
    background-color: #FB8E0E;
}

.slider_contents a.btn {
    margin-top: 15px;
}

.element a.btn.w-icon:hover {
    background-color: #00A3D9;
}

.element a.btn.w-icon {
    width: 193px;
    background-color: #FB8E0E;
    border-radius: 100px;
    padding: 18.5px 20px;
    transition: 0.3s;
}

.element a.btn.w-icon span.a-span {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}

.element a.btn.w-icon img {
    margin-top: 0px;
    max-width: 12px;
}

.element a.btn.w-icon span.a-span::before {
	display:none;
}

/* #endregion */

/* #region -------------- *SECTION - Slider Gallery v2 */

.slidergallery-02 .wrap {
    padding: 0px 0px 80px 0px;
}

.title_container_v2 {
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.element .title_v2 {
    color: #333;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    width: auto;
}

.element .line {
    flex: 1;
    height: 2px;
    background-color: #E0E0E0;
    width: 100%;
}

.slider_gallery_v2_media {
    position: relative;
    height: 180px;
}

.video_player2_container {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(27, 27, 27, 0.80);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
	transition:0.3s;
}

.element .video_player2_container img.video_player2 {
    z-index: 9;
    max-width: 12px;
}

.slider_gallery_v2_contents {
    padding-top: 20px;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.element .gallery_v2_title {
    color: #333;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
	transition:0.3s;
}

.element .gallery_item_v2:hover .gallery_v2_title {
    color: #FB8E0E;
}

.element .gallery_v2_text {
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.element .slide-bg.gallery_v2 .item a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	z-index:9;
}

.gallery_item_v2:hover .video_player2_container {
    transform: translate(-50%,-50%) scale(1.2);
}

.slide-bg.gallery_v2 button.owlprev {
	left:-50px;
}

.slide-bg.gallery_v2 button.owlnext {
	right:-50px;
}

/* #endregion */

/* #region -------------- *SECTION - Row Content */

.rc-01 .wrap {
    padding: 118px 0px;
}

.rc_overlay {
    background: hsl(200deg 58% 25% / 80%);
}

.rc-01 .container-xl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.element .rc_left {
    border-left: 4px solid #00A3D9;
    padding-left: 50px;
    display: flex;
    flex-flow: column;
    gap: 30px;
    flex: 1;
}

.element .rc_left .title4 {
    text-align: left;
}

/* #endregion */

/* #region -------------- *SECTION - Title */

.title-01 .wrap {
    padding: 80px 0px;
}

/* #endregion */

/* #region -------------- *SECTION - Row Media 01 */

.rm-01 .wrap {
    padding: 0px 0px 86px 0px;
}

.media_container {
    border-radius: 50px 0px;
    overflow: hidden;
    position: relative;
    height: 495px;
    border-top: 5px solid var(--Orange, #FB8E0E);
}

.media_overlay {
    background: hsl(0deg 0% 11% / 30%);
    z-index: 8;
}

.media_container a.btn {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
	top:0;
	left:0;
}

.element .media_container:hover .video_player {
    transform: translate(-50%,-50%) scale(1.2);
}

.element .media_container .video_player {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.media_text {
    padding-left: 105px;
}

/* #endregion */

/* #region -------------- *SECTION - Cards */

.cards-01 .wrap {
    padding: 0px 0px 80px 0px;
}

.item .individual_card {
    position: relative;
    height: 450px;
    border-radius: 30px 0px;
    overflow: hidden;
    border-top: 5px solid #FB8E0E;
}

.row > div:nth-child(odd) .item .individual_card .overlay.color {
    background: linear-gradient(111deg, #2D5D75 0%, #438AAD 100%);
    opacity: 0.8;
}

.row > div:nth-child(even) .item .individual_card .overlay.color {
    background: linear-gradient(111deg, #429FCC 0%, #4DB8EE 100%);
    opacity: 0.8;
}

.individual_card .pad {
    z-index: 9;
    position: relative;
    padding: 60px 30px;
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.individual_card .ititle {
    color: #FFF;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.individual_card .ptext {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

/* #endregion */

/* #region -------------- *SECTION - Cards v2 */

.cards-02 .wrap {
    padding: 88px 0px 80px 0px;
}

.cards-02 .row {
    justify-content: center;
    row-gap: 56px;
    padding-top: 70px;
}

.individual_cards_v2 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.individual_cards_v2 .dimage {
    width: 50px;
    min-height: 50px;
    background: transparent;
}

.individual_cards_v2 .pad {
    flex: 1;
}

.individual_cards_v2 .ititle {
    color: #FFF;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.individual_cards_v2 .ptext {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/* #endregion */

/* #region -------------- *SECTION - Logo Slider */

.logo_slider .item {
    display: flex;
    align-items: center;
	justify-content: center;
}

.sliderlogo-01 .wrap {
    padding: 80px 0px;
}

/* #endregion */

/* #region -------------- *SECTION -  */

.media-03 .wrap {
    padding: 0px 0px 80px 0px;
}

.single_media {
    min-height: 475px;
    border-radius: 30px 0px;
    position: relative;
	display: flex;
    align-items: end;
    overflow: hidden;
}

.single_media .dinfo {
	padding: 0 0 30px 30px;
	position: relative;
	z-index: 1;
}

.single_media_overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
}

.single_media a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}

.element .single_media:hover .video_player {
    transform: translate(-50%,-50%) scale(1.2);
}

.element .single_media .video_player {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* #endregion */

/* #region -------------- *SECTION - Team Slider */

.slidercards-01 .wrap {
	padding: 0px 0px 80px 0px;
}

.team_slider {
    max-width: 910px;
    margin: auto;
    padding-top: 50px;
}

.team_media {
    height: 285px;
    position: relative;
    border-radius: 30px 0px 0px 0px;
    overflow: hidden;
}

.team_contents {
    padding: 20px 30px 30px 30px;
    border-radius: 0px 0px 30px 0px;
    border: 1px solid #E8E7E7;
    background: #FFF;
    display: flex;
    flex-flow: column;
    gap: 8px;
    align-items: flex-start;
	min-height:188px;
}

.element a.item.member:hover .team_title {
    color: #FB8E0E;
}

.element .team_title {
    color: #2D5D75;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    transition: 0.3s;
}

.element .team_sub_title {
    color: #535353;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.element a.item.member:hover p.more_info {
    color: #FB8E0E;
    background-color: #FFF;
}

.element .team_contents p.more_info {
    margin: 7px 0px 0px 0px;
    padding: 14px 20px;
}

.team_slider .owlprev {
    left: -120px;
}

.team_slider .owlnext {
    right: -120px;
}

/* Fancybox Popup */

.fancybox__container .fancybox__content {
    padding: 0px;
    border-radius: 30px 0px;
    border: 0px solid #05C2DE;
    background: #2D5D75;
}

.fancybox__content.popup_container .cimage img {
    width: 100%;
    border-radius: 20px 0px;
}

.fancybox__content .container {
    display: flex;
    align-items: flex-start;
    padding: 55px 78px 86px 55px;
    gap: 30px 60px;
}

.fancybox__content.popup_container .cimage {
    height: 530px;
}

.fancybox__content .c_text {
    flex: 1;
    gap: 10px;
    padding-top: 28px;
}

.team_popup_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.team_popup_sub_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.popup_line_divider {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #05C2DE 13.19%, #00A3D9 112.3%);
    margin: 35px 0px;
}

.fancybox__content .c_text p, .fancybox__content .c_text .dtext {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.fancybox__content button.f-button.is-close-btn {
    top: 18px;
    right: 18px;
    --f-button-color: #FFF;
    opacity: 1;
    --f-button-svg-width: 34px;
    --f-button-svg-height: 34px;
}

/* #endregion */

/* #region -------------- *SECTION - Cards v3 */

.cards-03 .wrap {
	padding:0px 0px 80px 0px;
}

.individual_cards_v3 {
    position: relative;
    height: 316px;
    border-radius: 30px 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.cards_v3:nth-child(odd) .cards_v3_overlay {
    background: hsl(200deg 60% 25% / 90%);
}

.individual_cards_v3 .pad {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 25px;
	align-items: center;
    text-align: center;
}

.element .individual_cards_v3 .dtext, .element .individual_cards_v3 p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.individual_cards_v3 .btn-loop {
    flex-flow: column;
    align-items: flex-start;
    gap: 25px;
}

.element .individual_cards_v3 .btn-loop a.btn.w-icon {
    width: 301px;
    padding: 18.5px 20px;
    display: flex;
    justify-content: space-between;
}

.cards_v3:nth-child(even) .individual_cards_v3 {
    text-align: center;
}

.cards_v3:nth-child(even) .cards_v3_overlay {
    background: hsl(0deg 2% 91% / 80%);
}

.element .individual_cards_v3 .btn-loop a:nth-child(even) {
    background-color: #00A3D9;
}

.element .individual_cards_v3 .btn-loop a:nth-child(even):hover {
    background: #fb8e0e;
}

.fancybox__backdrop {
    background: rgb(255 255 255 / 80%);
}

/* #endregion */

/* #region -------------- *SECTION - BG Contents with Popup */

.bg-contents-01 .wrap {
    padding: 133px 0px;
}

.dark_overlay.overlay {
    background: hsl(0deg 0% 11% / 50%);
}

.bg_contents {
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 22px;
    align-items: center;
}

.element .bg_contents p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/* Fancybox */

.prayer_request_form.popup_form {
    width: 100%;
    max-width: 1170px;
}

.prayer_request_form .container {
    padding: 0px;
    align-items: stretch;
    width: 100%;
}

.prayer_request_form .cimage {
    height: 100%;
    width: 470px;
	border-radius: 20px 0px 0px 0px;
}

.prayer_request_form .c_text {
    padding: 70px 78px 60px 0px;
}

.prayer_request_form .popup_title {
    font-size: 25px;
    line-height: 120%;
    padding: 0px;
}

.prayer_request_form .popup_sub_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.prayer_request_form .popup_sub_title p {
    margin-bottom: 25px;
}

.popup_form .gform_fields {
    row-gap: 20px !important;
}

.popup_form .gfield_label {
    color: #FFF !important;
    font-family: Poppins !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.popup_form .ginput_container input, .popup_form .ginput_container textarea {
    background: #FFF;
    height: 35px;
    color: #2D5D75 !important;
    font-family: Poppins !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120% !important;
}

.popup_form .ginput_container textarea {
    height: 98px !important;
    min-block-size: initial !important;
}

.popup_form .gfield--type-radio {
    margin-top: 20px;
}

.popup_form .ginput_container_radio .gchoice label {
    margin-left: 0px;
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.popup_form .ginput_container.ginput_container_radio > div {
    display: flex;
    flex-flow: row;
    gap: 30px;
}

.popup_form .ginput_container_radio .gchoice {
    display: flex;
    align-items: center;
}

.popup_form .ginput_container_radio .gchoice input {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-color: #05C2DE;
    overflow: hidden;
}

.popup_form .ginput_container_radio .gchoice input::before {
    background-color: #05C6DE;
    width: 10px;
    height: 10px;
    border: none;
}

.popup_form .gfield--type-html p {
    margin: 0px;
    padding-top: 10px;
}

.popup_form .gform_footer {
    margin-top: 45px !important;
}

.popup_form .gform_footer input.gform_button:hover {
    background-color: #FFF !important;
    color: #FB8E0E !important;
}

.popup_form .gform_footer input.gform_button {
    border-radius: 100px !important;
    background: #FB8E0E !important;
    color: #FFF !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    letter-spacing: 1.6px !important;
    text-transform: uppercase !important;
    border: 1px solid #FB8E0E !important;
    padding: 19px 29px !important;
}

.popup_form .gform_validation_errors {
    display: none !important;
}

.popup_form .validation_message {
    font-family: 'Poppins' !important;
    color: #fb8e0e !important;
}

popup_form .validation_message {
    font-family: 'Poppins' !important;
    color: #fb8e0e !important;
}

div#gform_confirmation_message_1 {
    font-family: poppins;
    color: #FFF;
}

/* #endregion */

/* #region -------------- *SECTION - Column Contents */

.column-contents-01 .wrap {
    padding: 0px 0px 95px 0px;
}

.column_leaf_list {
    display: flex;
    gap: 30px 75px;
    position: relative;
}

.column_leaf_list::after {
    content: '';
    background-color: #D9D9D9;
    height: 5px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    max-width: 1075px;
}

.element .individual_leaf .leaf .dtext {
    padding: 5px 10px 15px 45px;
    text-align: left;
}

/* #endregion */

/* #region -------------- *SECTION - Cards v4 */

.cards-04 .wrap {
    padding: 0px 0px 100px 0px;
}

.cards_container_v4 {
    row-gap: 90px;
}

.cards_v4:nth-child(3n+1) .individual_cards_v4 {
    border-radius: 30px 0px 0px 0px;
}

.cards_v4:nth-child(3n+3) .individual_cards_v4 {
    border-radius: 0px 0px 30px 0px;
}

.cards_v4 .individual_cards_v4 {
    background: linear-gradient(180deg, rgba(45, 93, 117, 0.00) 17.3%, rgba(45, 93, 117, 0.89) 83.78%);
}

.cards_v4_overlay {
    background: linear-gradient(180deg, rgba(45, 93, 117, 0.00) 17.3%, rgba(45, 93, 117, 0.89) 83.78%);
}

.individual_cards_v4 {
    overflow: hidden;
}

.card_popup {
    height: 370px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.card_popup .pad {
    display: flex;
    flex-flow: column;
    gap: 16px;
    align-items: center;
}

.element .card_title {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    position: relative;
}

.element .individual_cards_v4 .card_title span {
    font-size: 18px;
}

.element .individual_cards_v4 .card_title {
    padding: 0px 10px;
	font-size: 18px;
}

.element .card_popup .pad p.btn.btn-1 {
    display: block !important;
}

.element .card_popup:hover p.btn.btn-1 {
    background-color: #FFF;
    color: #FB8E0E;
}

.element .card_popup:hover .btn::after {
    width: 110%;
    height: 110%;
}

/* Fancybox */

.popup_container_v2.fancybox__content .container {
    padding: 55px 78px 55px 55px;
    align-items: stretch;
}

.popup_container_v2.fancybox__content {
    align-items: stretch;
}

.popup_container_v2 .cimage {
    height: 100%;
}

.popup_container_v2.fancybox__content .c_text {
    padding-top: 15px;
}

.popup_container_v2 .c_text p:last-child {
    margin: 0px;
}

.popup_container_v2 .c_text p {
    margin-bottom: 30px;
}

.popup_container_v2 .btn-loop {
    padding-top: 30px;
	justify-content: center;
    gap: 10px;
}

.popup_container a.btn {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 100px;
    padding: 14px 20px;
}

.popup_container a.btn.btn-2:hover {
    color: #00A3D9;
    background-color: #FFF;
}

.popup_container a.btn.btn-2 {
    border-color: #00A3D9;
    background-color: #00A3D9;
}

.popup_container a.btn.btn-1:after, .popup_container a.btn.btn-2:after, .popup_container a.btn.btn-3:after {
	width:0px;
	height:0px;
}

.popup_container a.btn.btn-1:hover::after, .popup_container a.btn.btn-2:hover::after, .popup_container a.btn.btn-3:hover::after {
	width:100%;
	height:100%;
}

.popup_container a.btn.btn-2::after {
    background-color: #FFF;
}

.popup_container a.btn.btn-1:hover {
    color: #FB8E0E;
    background-color: #FFF;
}

.popup_container a.btn.btn-1 {
    border-color: #FB8E0E;
    background-color: #FB8E0E;
}

.popup_container a.btn.btn-3 {
    background-color: transparent;
}

.popup_container a.btn.btn-3:hover {
    background-color: #FFF;
    color: #2d5d75;
    border-color: #FFF;
}

.popup_container a.btn.btn-3::after {
    background-color: #FFF;
}

.popup_container {
    overflow: auto;
}

/* #endregion */

/* #region -------------- *SECTION - Cards v5 */

.cards-05 .wrap {
    padding: 0px 0px 80px 0px;
}

.individual_cards_v5 {
    display: flex;
    align-items: flex-end;
}

.individual_card_v5_row {
    display: flex;
}

.cards_v5_contents {
    position: relative;
    border-radius: 30px 0px;
    overflow: hidden;
    padding: 30px 30px 37px 30px;
    height: 400px;
}

.cards_v5_overlay {
    background: hsl(200deg 58% 25% / 70%);
}

.card_v5_contents {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.element .card_v5_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.element .card_v5_lower_text {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.element .card_v5_bottom_text {
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cards_v5_blank {
    width: 250px;
    height: 270px;
    border-radius: 50px 0px;
    background: #D3EDF1;
}

.individual_card_v5_row:nth-child(even) .individual_cards_v5:nth-child(3) {
    order: 1;
    align-items: flex-start;
    justify-content: flex-end;
}

.individual_card_v5_row:nth-child(even) .individual_cards_v5:nth-child(2) {
    order: 3;
}

.individual_card_v5_row:nth-child(even) .individual_cards_v5:first-child {
    order: 2;
}

/* #endregion */

/* #region -------------- *SECTION - Cards v6 */

.cards-06 .wrap {
    padding: 80px 0px;
}

.cards_container_v6 {
    padding-top: 80px;
}

.individual_cards_v6 .media_container {
    border-top: none;
    border-bottom: 5px solid var(--Orange, #FB8E0E);
    display: flex;
    align-items: flex-end;
    padding: 25px 30px;
}

.individual_cards_v6 .media_overlay {
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.00) 60.27%, #232323 100%);
}

.element .individual_cards_v6 a.btn {
    display: block !important;
}

.media_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    z-index: 8;
}

/* #endregion */


/* #region -------------- *SECTION - Ajax Post */

.ajaxp-01 .wrap {
    padding: 0px 0px 60px 0px;
}

.individual_post_list:nth-child(3n+1) .individual_post {
    border-radius: 50px 0px 0px 0px;
    overflow: hidden;
}

.individual_post_list:nth-child(3n+3) .individual_post {
	border-radius:0px 0px 50px 0px;
	overflow: hidden;
}

.post_image {
    height: 328px;
    background-size: cover;
    background-position: top;
}

.post_image img {
    display: none;
}

.post_details_box {
    background: hsl(188deg 52% 89% / 30%);
    text-align: center;
    padding: 20px 35.5px 26px 35.5px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 8px;
}

.element .post_list_title {
    color: #2D5D75;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0px;
}

.element .post_list_date {
    color: #828282;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px;
}

.element .individual_post a:hover p.btn {
    background-color: #FFF;
    color: #FB8E0E;
}

.element .post_details_box p.btn {
    margin: 7px 0px 0px 0px;
}

.element .individual_post a:hover p.btn::after {
    width: 110%;
    height: 110%;
}

/* Fancybox */

.post_popup_image_container {
    display: flex;
    flex-flow: column;
    gap: 30px;
    width: 420px;
}

.post_popup_image {
	border-radius: 30px 0px 0px 0px;
    position: relative;
    height: 485px;
    width: 100%;
    background-size: cover;
    background-position: top center;
	overflow:hidden;
}

.post_popup_image img {
    display: none;
}

.post_popup .post_popup_image {
    border-radius: 30px 0px;
	overflow:hidden;
}

.cbuttons {
    display: flex;
	justify-content: center;
    flex-flow: wrap;
    gap: 10px;
}

.event_buttons {
	padding-top:20px;
}

.popup_container_v2.fancybox__content .c_text.post_popup_text {
    padding: 0px;
}

.popup_container_v2 .c_text p.post_popup_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0px;
}

.popup_container_v2 .c_text p.post_popup_date {
    margin: 0px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.popup_container_v2 .c_text p.post_popup_location {
    margin: 0px;
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.popup_container_v2.fancybox__content .c_text.post_popup_text .popup_line_divider {
    margin: 27px 0px;
}

.post_popup_text_contents {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.post_popup_text_contents ul {
    margin: 0px;
    padding: 0px 0px 30px 20px;
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.post_popup_text_contents ul li::marker {
    color: #FB8E0E;
}

.element.row-gap-30 .row {
    row-gap: 30px;
}

.fancybox__content .dtext p a:hover {
    color: #FB8E0E;
    text-decoration: none;
}

.fancybox__content .dtext p a {
    color: #05C2DE;
    transition: 0.3s;
}

.popup_container_v2 .dtext p a {
	color: #FB8E0E;
}

.popup_container_v2 .dtext p a:hover {
	text-decoration: underline;
}

/* #endregion */

/* #region -------------- *SECTION - Media with Wysiwyg */

.media-with-wysiwyg .wrap {
    padding: 0px 0px 70px 0px;
}

.media-with-wysiwyg .container-xl {
    display: flex;
    gap: 30px;
}

/*.wysiwyg_media {
    position: relative;
    flex: 1;
    border-radius: 50px 0px 0px 0px;
    overflow: hidden;
}*/

/*.wysiwyg_container {
    width: 663px;
}

.wysiwyg_container iframe {
    min-height: 775px;
}*/

.wysiwyg_media {
    position: relative;
    border-radius: 50px 0 0;
    overflow: hidden;
    min-height: 500px;
    width: 570px;
}

.wysiwyg_container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
    gap: 70px;
    flex: 1;
}

.wysiwyg_container p a {
    padding: 15.5px 21px;
    background-color: #fb8e0e;
    border-radius: 100px;
    border: 1px solid #fb8e0e;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: .3s;
    color: #FFF;
}

.wysiwyg_container p a:hover {
    color: #fb8e0e;
    background-color: #FFF;
}

.wysiwyg_container iframe {
    min-height: 775px;
}

/* #endregion */

/* #region -------------- *SECTION - Form */

.gf-01 .wrap {
    padding: 100px 0px;
}

.default_page_form .dinfo {
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding-bottom: 60px;
}

.gform {
    max-width: 810px;
    margin: auto;
}

.gform .gform-body.gform_body .gform_fields {
    gap: 30px;
}

.gform .gform_wrapper .gform_footer {
    justify-content: center;
    margin-top: 40px;
}

.gf-01 .gform .gform_wrapper .gform_footer input {
    background: #FB8E0E !important;
    border-radius: 100px !important;
    color: #FFF !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    letter-spacing: 1.6px !important;
    text-transform: uppercase !important;
    border: 1px solid #FB8E0E !important;
    padding: 19px 28.5px !important;
    transition: 0.3s !important;
}

.gf-01 .gform .gform_wrapper .gform_footer input:hover {
    background: #FFF !important;
    color: #FB8E0E !important;
}

.gform .gform_wrapper .gform-body input, .gform .gform_wrapper .gform-body textarea {
    border: 1px solid #D3EDF1 !important;
    background: #FFF !important;
    height: 35px !important;
    box-shadow: none !important;
    font-family: Poppins !important;
    font-size: 14px !important;
	color: #2D5D75 !important;
}

.gform .gform_wrapper .gform-body textarea {
    min-block-size: initial !important;
    height: 160px ! important;
}

.gform .gform_wrapper .gform-body input::placeholders, .gform .gform_wrapper .gform-body textarea::placeholders {
	color: #2D5D75 !important;
}

.gform .gform_confirmation_message {
    text-align: center;
    font-family: 'Poppins';
    font-size: 24px;
}

.gform .gform_wrapper .gform-body input::placeholder span {
	color:red;
}

/* #endregion */

/* #region -------------- *SECTION - Building a Fund Page */

.element.cards_building_fund .individual_cards_v3 {
    height: 684px;
    align-items: flex-start;
    padding: 60px 35px;
}

.element.cards_building_fund .cards_v3 .cards_v3_overlay {
    background: hsl(200deg 58% 25% / 70%) !important;
}

.element.cards_building_fund .individual_cards_v3 .title2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    letter-spacing: initial;
    text-transform: none;
    min-height: 60px;
}

.individual_cards_v3 .pad ul {
    margin: 0px;
    padding-left: 20px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.individual_cards_v3 .pad ul li {
    text-align: left;
}

.individual_cards_v3 .pad ul li::marker {
    color: #FB8E0E;
    font-size: 24px;
}

.individual_cards_v3 .pad ul li a {
	color:#05C2DE;
}

.individual_cards_v3 .pad ul li a:hover {
	color:#FB8E0E;
}

.element.cards_building_fund .individual_cards_v3 a.btn {
    width: 150px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 14.5px 10px 12.5px 10px;
    margin: 30px auto auto auto;
}

/* #endregion */


/* #region -------------- *SECTION - Important */

.element .fwhite {
	color:#FFF;
}

/* #endregion */