/* Custom CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #219a9e;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

header {
    background: rgba(0.0.0, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 18px;
    padding-bottom: 18px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.logo_scroll {
    display: none
}

header.sticky .logo_scroll {
    display: block
}

header.sticky .logo {
    display: none
}

header.sticky {
    position: fixed;
    background: #219A9E;
    width: 100%;
    top: 0;
    z-index: 9999
}

header.sticky .sina-nav .sina-menu > li >a {
    color: #fff
}

.language_menu img {
    margin-right: 5px
}

.language_menu {
    color: #fff
}

.donation_menu {
    margin-left: 30px;
}

.donation_menu li a {
    border: 1px solid #fff;
    padding: 7px 17px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
}

header.sticky .donation_menu li a {
    background: #ED7A47;
    border-color: #ED7A47
}

footer.site-footer {
    background: #1B3F4A;
    padding-top: 65px;
    padding-bottom: 36px;
}

.footer-menu {
    margin-top: 45px;
	margin-bottom: 30px;
}

.footer-menu h4{
	font-size: 20px;
}

.footer-menu .row-wrap{
	justify-content: space-between;
}

.footer-menu .col-item{
	margin-bottom: 30px;
}

.footer-menu .col-item:last-child{
	max-width: max-content;
	margin-bottom: 0;
}

.footer-menu .widget_nav_menu{
	margin-bottom: 0;
}

.partner_list h4{
	font-size: 24px;
}

.partner_list_wrap {
    margin-top: 34px;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.partner_list_wrap .item{
	margin: 15px 5px;
	height: 30px;
}

.partner_list_wrap img{
	object-fit: contain;
	height: 100%;
}

hr.divider {
    width: 100%;
    border-color: rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
    left: 0;
}

.widget_section p.heading {
    font-weight: 600
}

.widget_section p,
.widget_section p a {
    color: rgba(255, 255, 255, 0.7) !Important;
}

.font-light {
    font-weight: 300
}

.banner-section {
    position: absolute
}

.hero-header {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.hero-header figure {
    height: 100%;
}

.hero-header figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero-header .overlay {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.42667489359024857) 150%);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    color: #fff;
    align-items: flex-end;
    padding: 60px 0;
}

.hero-header .container {
    max-width: 95%;
}

section.section_donation {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-image-static-height>div {
    height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.hero-header .overlay h1 {
    max-width: 630px;
    font-size: 28px;
    width: 100%;
}

.hero-header .overlay a {
    font-size: 14px;
    color: var(--text-color);
    text-transform: uppercase;
    margin-top: 36px;
    border: 1px solid var(--border-color);
	background-color: var(--bg-color);
    padding: 10px 32px;
    display: inline-block;
}

.static-container{
    background-color: #F0F5F5;
}

.hero-header-wrapp{
    position: relative;
    min-height: 100vh;
    width: 100%;
}

.hero-header-wrapp .hero-header .overlay{
    align-items: center;
}

.hero-header-wrapp .hero-header .overlay h1{
    max-width: none;
}

.static-content{
    line-height: 1.5em;
    padding: 100px 0;
    margin: 0 auto;
}

.static-content *{
    color: #1B3F4A;
}

.static-content ol,
.static-content ul{
    border-top: 1px solid rgba(27, 63, 74, 0.17);
    list-style-position: inside;
    margin: 0 0 20px;
    padding: 0;
}

.static-content ol li,
.static-content ul li{
    border-bottom: 1px solid rgba(27, 63, 74, 0.17);
    padding: 16px 0;
}

.static-content blockquote{
    padding: 43px 43px 43px 119px;
    background: #FFFFFF;
    position: relative;
}

.static-content blockquote p:last-child{
    margin-bottom: 0;
}

.static-content blockquote:before{
    content: '';
        background-image: url(../img/quote.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        display: block;
        height: 36px;
        width: 49px;
        left: 43px;
        top: 43px;
}

.static-content img.size-full{
    height: auto;
    width: 100%;
}

.static-content img.alignright,
.static-content img.alignleft{
    margin-bottom: 1.5em;
}

.static-content .gallery-item{
    padding: 0 5px;
}

.static-content a{
    color: #219A9E
}

.static-content a:hover{
    text-decoration: underline;
}

a {
    transition: all .3s ease-in-out;
}

.hero-header .overlay a:hover {
    color: var(--hover-text-color);
    border-color: var(--hover-border-color);
	background-color: var(--hover-bg-color);
}

.text-default {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

.text-with-border-left {
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.text-with-border-left:last-child {
    margin-bottom: 0;
}

.custom-post-slider {
    padding-bottom: 65px;
    padding-top: 65px;
}

.custom-post-slider .col{
	margin-top: 30px;
}

.custom-post-slider .item {
    background-repeat:no-repeat;
    background-size: cover;
    position: relative;
    height: 242px;
}

.overlay-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 40px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6982143199076505) 100%);
}

.custom-post-slider h2 {
    margin-bottom: 20px;
	line-height: 1.5em;
    text-align: left;
    max-width: 100%;
    color: #ffffff;
    width: 100%;
}

.custom-post-slider .title-post {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.custom-post-slider .hr-post {
    background-color: rgba(255, 255, 255, 0.4);
}

.custom-post-slider .see-more a {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.image_height img {
    height: 77px !important;
    width: auto;
    object-fit: cover;
}

.p_height {
    min-height: 65px !important;
}

/* the slides */
/*.custom_post_item .slick-slide, .overlay_image_slider_item .slick-slide {
  margin: 0 25px;
}*/

/* the parent */
/*.custom_post_item .slick-list, .overlay_image_slider_item .slick-list {
  margin: 0 -25px;
}*/
.font-weight-300 {
    font-weight: 300
}

.custom_button button,
.custom_button a {
    border-radius: 0 !Important;
    padding: 8px 35px !Important;
    text-transform: uppercase !Important;
}

.list-causes .slick-dots{
    width: 100%;
}

.list-causes-heading{	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	line-height: 1.5em;
	margin-bottom: 15px;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

.list-causes-heading small{
	color: rgba(27, 63, 74, 0.7);
	font-weight: 600;
	font-size: 14px;
	display: block;
}

.list-causes-heading h2{
	color: rgb(27, 63, 74);
	margin: 10px 0 0;
	font-weight: 700;
	font-size: 24px;
	display: block;
}

.list-causes-wrapper{
	max-width: 100% !important;
	padding-bottom: 65px;
	padding-top: 30px;
}

.list-causes-wrapper .more{
	text-transform: uppercase;
	display: inline-block;
	background: #219A9E;
	padding: 12px 21px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
}

.list-causes-wrapper .more-wrap{
	text-align: center;
	margin-top: 48px;
}

.list-causes-wrapper .desktop{
	display: none;
}

.list-causes{
    max-width: 1340px;
    margin: 0 auto;
}

.item-causes {
	background-repeat: no-repeat; 
	background-size: cover;
    position: relative;
    margin-top: 25px;
    height: 380px;
}

.item-causes .overlay,
.item-causes a.overlay:hover{
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
			align-content: flex-end;
		    padding: 25px 30px;
		    position: absolute;
			line-height: 1.5em;
			flex-wrap: wrap;
		    width: 100%;
		    bottom: 0;
		    top: 0;	
}

.item-causes a.overlay{
    cursor: pointer;
}

.item-causes h5{
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
	display: block;
	width: 100%;
}

.item-causes p{
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	width: 100%;
}

.item-causes a{
   -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    	transition: 0.3s ease-in-out;
		    border: 1px solid rgba(255, 255, 255, 0.4);
		    border-radius: 3px;
		    padding: 10px 22px;
		    margin-top: 30px;
		    font-size: 14px;
		    display: block;
		    color: #FFFFFF;
		    width: 100%;
}

.item-causes a.overlay,
.item-causes a.overlay:hover{
	justify-content: center;
	align-content: center;
}

.item-causes a.overlay h5{
	text-transform: uppercase;
	text-align: center;
	border-bottom: 0;
}

.item-causes a:hover {
    background: #ED7A47;
}

.item-causes a.overlay{
    margin-top: 0;
}

.background_overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 40px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);

}

.background_overlay {
    left: 0
}

.text_with_bg {
    width: auto;
    display: inline-block;
    padding: 0px 11px;
}

.section_donation:before,
.overlay_image_slider_item .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6982143199076505) 100%);
}

.overlay_image_slider_item .item h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    color: #fff;
}

.section_quote {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.item-row {
    display: flex !important
}

.campaigns_post_item .slick-slide {
    margin: 0 25px !Important;
}

.image-list .slick-slide {
    margin: 0 10px !Important;
}

/* the parent */
.campaigns_post_item .slick-list,
.image-list .slick-slide {
    margin: 0 -25px;
}

.bg-white {
    background: #fff;
    padding: 55px 75px
}

.min_height_custom > div,
.overlay_image_slider_item .item {
    min-height: 500px !Important;
    background-size: cover;
    background-repeat: no-repeat
}

.overlay_image_slider_item .item {
    position: relative;
}

.newsletter-text{
	padding: 10px 15px 45px !important
}

.newsletter-text h3{
	line-height: 1.5em;
	font-weight: 700;
	font-size: 20px;
	color: #393939;
}

.newsletter-text p{
	line-height: 1.5em;
	font-size: 14px;
	color: #393939;
}

.newsletter-text fieldset{
	margin-bottom: 20px;
}

.newsletter-text fieldset input[type=text],
.newsletter-text fieldset input[type=email]{
	border: 1px solid #BCBCBC;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 14px;
	width: 100%;
}

.newsletter-text fieldset input[type=submit]{
	background-color: #219A9E;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	border: 0;
}

.newsletter-text .wpb_content_element{
	margin-bottom: 0;
}

.newsletter-text .wpb_content_element .wpb_wrapper{
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
}

.section-text-two-column>div {
    padding: 100px 54px !important;
}

.section-text-two-column>div {
    min-height: 500px
}

.item-row a.link {
    display: inline-block;
    background: #219A9E;
    color: #fff;
    padding: 10px 32px;
    border-radius: 3px;
    width: auto;
    margin-top: 30px;
    font-size: 14px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 3rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -9999px;
	cursor: pointer
}

.slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 1);
}

.custom-static-style-5 .slick-dots button{
    background-color: rgba(27, 63, 74, 0.3);
}

.custom-static-style-5 .slick-dots li.slick-active button {
    background-color: rgba(27, 63, 74, 1);
}

.border_left_color {
    border-left: 3px solid #FF9234;
    padding-left: 56px;
}

#menu-resources-english li a, #menu-resources-indonesia li a,
#menu-more-information-english li a,
.contact-link, .contact-link:hover{
    padding-left: 0px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
	text-transform: uppercase
}

figure {
    margin: 0
}

.bold {
    font-weight: bold !important
}

/*.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading
{
	background-color: transparent !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a
{
	color: #1B3F4A;
	font-weight: bold;
	padding-left: 0
}
.vc_tta.vc_general .vc_tta-panel-body
{
	padding-left: 0
}
.vc_tta.vc_general .vc_tta-panel-heading
{
	border-bottom: 1px solid #1B3F4A !important;
	border-radius: 0 !Important
}*/

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
}

.vc_tta.vc_general .vc_tta-panel-heading {
    border-bottom: 1px solid #1B3F4A !important;
    border-radius: 0 !Important
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a{
    color: #1B3F4A !important;
    padding-right: 50px;
    line-height: 1.5em;
    font-weight: bold;
    padding-left: 0;
    font-size: 14px;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::after, 
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::before{
    border-color: #1B3F4A !important;
}

.vc_tta.accordion-text-white .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.vc_tta.accordion-text-white .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta.accordion-text-white .vc_tta-controls-icon::after, 
.vc_tta.accordion-text-white .vc_tta-controls-icon::before{
    border-color: #FFFFFF !important;
}

.vc_tta.vc_general .vc_tta-panel-title > a{
	padding: 17px 50px 17px 0 !important;
}

.vc_tta.vc_general .vc_tta-panel-body{
    padding-left: 0 !important;
}

.vc_tta.vc_general .vc_tta-panel-body p{
	color: #393939 !important;
	font-size: 14px !important;
}

.vc_tta.accordion-text-white .vc_tta-panel-body p{
	color: #FFFFFF !important;
}

.custom-tab-with-overlay-image{
	padding-bottom: 50px;
	padding-top: 15px;
}

.custom-tab-with-overlay-image .vc_custom_heading{
	margin-bottom: 40px;
	line-height: 1.5em;
	text-align: center;
	font-size: 24px;
}

.custom-tab-with-overlay-image .vc_tta-container,
.custom-tab-with-overlay-image .wpb_single_image{
	background: #FFFFFF;
	margin-bottom: 0;
}

.custom-tab-with-overlay-image .wpb_single_image{
	text-align: center !important;
	padding-top: 50px;
}

.custom-tab-with-overlay-image .wpb_single_image img{
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.custom-tab-with-overlay-image .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.custom-tab-with-overlay-image .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading{
	background: #FFFFFF;
}

.custom-tab-with-overlay-image .vc_tta.vc_general .vc_tta-panel-heading{
	border: 0 !important;
	border-bottom: 1px solid rgba(27, 63, 74, 0.24) !important;
}

.custom-tab-with-overlay-image .vc_tta.vc_general .vc_active .vc_tta-panel-heading{
	border-bottom: 3px solid #219A9E !important;
}

.custom-tab-with-overlay-image .vc_tta.vc_general .vc_tta-panel-title > a{
	padding: 18px 26px !important;
	text-transform: uppercase;
	color: #1B3F4A !important;
	text-align: left;
	font-size: 16px;
}

.custom-tab-with-overlay-image .vc_tta.vc_general .vc_tta-panel-body{
	border: 0;
	border-bottom: 1px solid rgba(27, 63, 74, 0.24) !important;
	background: #FFFFFF !important;
	padding: 25px !important;
}

.custom-tab-with-overlay-image .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body{
	border-color: rgba(27, 63, 74, 0.24);
}

.custom-tab-with-overlay-image .vc_tta.vc_general .vc_tta-panel-body *{
	text-align: left;
	color: #1B3F4A;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label
{
	fonr-weight: bold
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 18px;
    border: 1px solid #FF9234;
    border-radius: 100%;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF9234;
    position: absolute;
	top: 3px;
    left: 3.5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.type_donation,
.amount_donation
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.desc_detail,
.type_donation,
.amount_donation{
	max-width: 550px;
	margin: 0 auto;
}
.type_donation p 
{
	 margin: 6px;
}
.amount_donation{
	margin-top: 15px;
}
.amount_donation ul{
	/* text-align: center; */
}
.amount_donation ul li 
{
	background: #fff;
    border-radius: 3px;
    padding: 7px 15px;
    font-size: 14px;
	cursor: pointer;
	color: #707070;
	margin: 5px 0;
}
.amount_donation ul li:hover
{
	background: #FF9234;
	color: #fff
}
.amount_donation ul li.donation-button
{
	text-transform: uppercase;
	background: #FF9234;
	color: #fff
}
.donation_section{
	padding: 0 25px;
}
.donation_section .desc_detail
{
	text-align: center;
	padding-top: 0;
}
.donation_section .desc_detail h2, 
.donation_section .desc_detail p
{
	color: #fff
}
.donation_section .desc_detail h2{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 28px;
}
.donation_section .desc_detail p{
	font-size: 16px;
}
.donation-image{
	text-align: center;
}

/*.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a
{
	border-color: #fff !important;
	background-color: #fff !important;
	color:#1B3F4A !important;
	border-radius: 0px !important
}
.vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels
{
	border-radius: 0px !important;
	padding-left: 113px;
    padding-right: 87px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab 
{
	margin-left: 0px !important;
	width: 180px;
}
.vc_tta-tabs-container,
.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels
{
	background-color: #fff !important;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container
{
	margin: 0px !Important
}
.custom_tab
{
	margin: 0 auto;
	width: 800px
}
.image_tab
{
	position: absolute;
    top: -37px;
    left: 119px;
    z-index: 9999;
}
.image_tab img 
{
	width: 100%;
    height: 213px !important;
}*/

.img_overlay_text img
{
	height: 480px; 
}
.text_overlay_with_images, .text_overlay_with_images_left
{
	position: absolute !Important;
    right: 95px;
    top: 50%; 
    width: 522px !important;
	transform: translateY(-50%);
}
.text_overlay_with_images_left
{
	right: auto;
    left: 0;
    z-index: 9;
}
.text_overlay_with_images > .vc_column-inner > .wpb_wrapper,
.text_overlay_with_images_left > .vc_column-inner > .wpb_wrapper	
{
	padding-left: 33px;
    padding-right: 33px;
}
.text_overlay_with_images_left 
{
	position: absolute;
    padding-left: 33px;
    padding-right: 33px;
    width: 500px;
    z-index: 99;
    top: 72px;
}
.box{
  box-sizing: border-box;
  border: 20px solid transparent;
  background-clip:padding-box;
}
.grid-causes .overlay
{
	left: 0
}
.grid-causes .item-causes
{
	height: 430px !important;
}

/* Edited N220603 */
body.mobile-left{
	overflow-x: hidden;
}

.sina-nav.mobile-sidebar .navbar-collapse.show{
	padding-bottom: 0;
}

.sina-nav {
	background-color: transparent;
	border-color: transparent;
}

.sina-nav .navbar-toggle:hover, 
.sina-nav .navbar-toggle:focus {
	background-color: transparent;
	color: #FFFFFF;
}

.sina-nav .show .inner{
	position: relative;
	height: 100%;
}

.sina-nav .show .topnav{
	padding: 40px 30px;
	margin-bottom: 50px;	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.sina-nav .show .topnav span{
	display: inline-block;
	color: #fff;
}

.sina-nav .show .topnav span img{
	vertical-align: middle;
}

.sina-nav .show .topnav .navbar-toggle{
	font-size: 16px;
	width: auto;
	padding: 0;
}

.sina-nav .show .topnav .navbar-toggle i{
	margin-left: 5px;
}

.sina-nav .show .bottomnav{
	position: absolute;
	padding: 0 30px 60px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.sina-nav .show .bottomnav ul li a{
	text-transform: uppercase;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 3px;
	padding: 7px 17px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.sina-nav .show .navbar-toggle:hover,
.sina-nav .show .navbar-toggle:focus {
    outline: 0;
    color: #fff;
    background-color: transparent;
}

.sina-nav .show .sina-menu{
	position: absolute;
	overflow: scroll;
	bottom: 120px;
	width: 100%;
	top: 120px;
	padding: 0;
}

.sina-nav .show.navbar-collapse{
	overflow-y: hidden !important;
	background: #219A9E;
	border: none;
}

.sina-nav .show .mega-menu-col .mega-menu-col-title, 
.sina-nav .show .dropdown .dropdown-toggle{
	padding: 12px 30px;
}

.sina-nav .show .mega-menu-col .mega-menu-col-title::before, 
.sina-nav .show .dropdown .dropdown-toggle::before{
	right: 30px;
}

.sina-nav .show .sina-menu li .mega-menu-col-title, 
.sina-nav .show .sina-menu li a{
	border: none;
	color: #fff;
}

.sina-nav .show .sina-menu li a {
	padding: 8px 30px;
}

.sina-nav .show .sina-menu li a:hover,
.sina-nav .show .sina-menu li a:focus,
.sina-nav .show .sina-menu li.active > a,
.sina-nav .show .sina-menu li .mega-menu-col-title:hover,
.sina-nav .show .sina-menu li .mega-menu.dropdown-menu .mega-menu-col .active > a,
.sina-nav .show .sina-menu li .dropdown-menu li.active > a,
.sina-nav .show .sina-menu li .dropdown-menu li a:hover,
.sina-nav .show .sina-menu li .dropdown-menu li a:focus,
.sina-nav .show .sina-menu li .mega-menu .mega-menu-col ul li a:hover,
.sina-nav .show .sina-menu li .mega-menu .mega-menu-col ul li a:focus {
    background-color: #219A9E;
    font-weight: 700;
    outline: none;
    color: #fff;
    border: 0;
}

.sina-nav .show .sina-menu li .dropdown-menu li.active > a,
.sina-nav .show .sina-menu li .dropdown-menu li a:hover,
.sina-nav .show .sina-menu li .dropdown-menu li a:focus{
	font-weight: normal;
}

.sina-nav .show .sina-menu .dropdown .dropdown-menu > li > a:hover, 
.sina-nav .show .sina-menu .dropdown .dropdown-menu > li > a:focus {
    background-color: transparent;
    border: 0;
}

.sina-nav .show .dropdown.on > .dropdown-menu{
	background: rgba(0, 0, 0, 0.08);
}

.sina-nav .sina-nav-header {
    text-align: left;
}

.sina-nav .sina-brand {
    margin: 0;
}

.sina-nav .navbar-toggle {
	color: #ffffff;
    margin: 0;
}

.sina-nav .extension-nav {
    margin-top: -47px;
}

.donation_menu {
    margin-top: 0;
    margin-left: 20px;
}

.language_menu{
	display: none;
}

.entry-footer {
    display: none;
}

.sina-nav .extension-nav>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card-info {
    padding-bottom: 65px;
    padding-top: 30px;
}

.card-info h2 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 24px;
    color: #ffffff;
}

.card-info-style-1 h2{
    text-align: center;
}

.card-info-style-2 h2{
	color: #1b3f4a;
}

.card-info-items {
    justify-content: center;
}

.card-info-items .col {
    margin-top: 30px;
}

.card-info-items .item {
    background-color: #ffffff;
    padding: 35px 15px;
    text-align: center;
    color: #393939;
    height: 100%;
}

.card-info-items figure {
    margin-bottom: 35px;
    height: 77px;
}

.card-info-items figure img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.card-info-items h3 {
    font-weight: 700;
    font-size: 18px;
}

.card-info-items h3:after {
    content: '';
    background-color: #FF9234;
    margin: 10px auto 20px;
    display: block;
    height: 1px;
    width: 24px;
}

.card-info-items h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.card-info-items p {
    line-height: 18px;
    font-weight: 400;
	margin-bottom: 0;
    font-size: 13px;
}

.overlay-title {
    padding: 15px 28px;
}

.container,
.sina-nav .container,
.site-footer .container {
    max-width: 95%;
}

.big-image-with-text {
    min-height: 500px;
}

.big-image-with-text .vc_btn3-container {
    text-align: left !important;
}

.hero-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 500px;
    width: 100%;
}

.hero-content .overlay {
    position: relative;
    min-height: 500px;
    padding: 65px 0;
}

.hero-content .overlay:before{
	content: '';
    	background-color: rgba(0, 0, 0, 0.33);
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
}

.hero-content .row-wrap {
    align-items: flex-end;
    min-height: 370px;
}

.hero-content .container {
    color: #ffffff;
}

.hero-content .row-wrap,
.hero-content .container {
    height: 100%;
}

.hero-content h2 {
    line-height: 1.5em;
    font-size: 28px;
}

.hero-content figure {
    height: 100%;
}

.hero-content figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero-content a {
    border: 1px solid rgb(255, 255, 255);
    transition: all .3s ease-in-out;
    background-color: transparent;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: inline-block;
    padding: 11px 40px;
    margin-top: 15px;
    font-size: 14px;
    float: none;
}

.hero-content a:hover, .custom-post-slides .more:hover {
    background: #fff;
    border-color: #fff;
	color: #000
}
.list-causes-wrapper .more:hover, .custom-post-list a:hover,
.newsletter-text fieldset input[type=submit]:hover
{
	background: #146A6E;
	color: #fff;
}
.hero-content .col-6 {
    height: 100%;
}

.hero-content .row-style-3 small {
    color: rgba(255, 255, 255, 0.68);
    font-weight: 400;
    font-size: 14px;
}

.hero-content .row-style-3 .col-sm-6{
	-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
}

.hero-content .row-style-3 h2{
	font-size: 18px;
}

.hero-content .row-style-3 .quote-ico {
    margin-bottom: 20px;
}

.hero-content .row-style-4{
	align-items: center;
	text-align: center;
}

.hero-content .row-style-4 h2{
	font-size: 24px;
}

.hero-content .row-style-4 p{
	font-size: 14px;
}

.hero-content .row-style-4 .overlay{
	background-color: rgba(0, 0, 0, 0.42);
}

.hero-content .row-style-5{
	align-items: center !important;
	justify-content: flex-end;
}

.hero-content .row-style-5 h2{
	font-size: 24px;
}

.hero-content .row-style-5 p{
	font-size: 14px;
}

.hero-content .row-style-5 .col-content{
	max-width: 80%;
	z-index: 1;
}

h2.vc_custom_heading footer .widget ul.nav li a.nav-link {
    color: rgba(255, 255, 255, 0.8);
    padding: 0 0 9px;
}

.custom-post-heading{	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	line-height: 1.5em;
	margin-bottom: 15px;
	padding: 0 23px;
}

.custom-post-heading small{
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
	font-size: 14px;
	display: block;
}

.custom-post-heading h2{
	color: rgb(255, 255, 255);
	margin: 10px 0 0;
	font-weight: 700;
	font-size: 24px;
	display: block;
}

.custom-post-slides{
	max-width: 100% !important;
	padding-bottom: 65px;
	padding-top: 30px;
}

.custom-post-slides .more{
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
	background: transparent;
	display: inline-block;
	padding: 12px 21px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
}

.custom-post-slides .more-wrap{
	text-align: center;
	margin-top: 0;
}

.custom-post-slides .desktop{
	display: none;
}

.custom-post-list{
	margin-top: 28px;
}

.custom-post-list .items{
	width: calc( 100vw - 46px );
	background-color: #FFFFFF;
	margin: 0 5px !important;
	display: block;
	height: 543px;
}

.custom-post-list .item{
	padding: 0;
}

.custom-post-list .inner{
	padding: 30px 35px;
	line-height: 1.5em;
}

.custom-post-list figure{
	height: 180px;
	width: 100%;
}

.custom-post-list figure img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.custom-post-list h3{
	font-weight: 700;
	font-size: 24px;
	color: #393939;
}

.custom-post-list p{
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 11px;
	overflow: hidden;
	color: #393939;
	height: 192px;
}

.custom-post-list a{
	text-transform: uppercase;
	background-color: #219A9E;
	display: inline-block;
	border-radius: 3px;
	padding: 10px 20px;
	margin-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
}

.custom-static-heading{
	text-align: center;
}

.custom-static-heading h2{
	line-height: 1.5em;
	font-weight: bold;
	font-size: 24px;
	width: 100%;
}

.custom-static-heading p{
	line-height: 1.5em;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #FFFFFF;
}

.custom-static-style-1 figure{
	width: 100%;
}

.custom-static-style-1 figcaption{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
			background-color: rgba(0, 0, 0, 0.2);
			position: absolute;
			height: 100%;
			width: 100%;
			left: 0;
			top: 0;
}

.custom-static-style-1 h3{
	line-height: 1.5em;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

.custom-static-style-1 .slick-dots,
.custom-static-style-2 .slick-dots{
	padding-bottom: 0;
}

.custom-static-style-1 .custom-post-list .items{
	height: auto;
}

.custom-static-style-1 .custom-post-list figure{
	height: 280px;
}

.custom-static-style-2 .custom-post-list figure{
	width: 100%;
}

.custom-static-style-3 .custom-static-list{
	margin-top: 0;
}

.custom-static-style-3 figure{
	width: calc( 100vw - 46px );
	display: block;
	height: 280px;
}

.custom-static-style-3 .slick-slide{
	margin: 0 5px !important;
	opacity: 0.5;
}

.custom-static-style-3 .slick-current{
	opacity: 1;
}

.custom-static-style-3 .wrap-texts{
	padding: 30px 28px 0;
	line-height: 1.5em;
}
.custom-static-style-3 .wrap-texts h2
{
	font-size: 24px
}
.custom-static-style-3 .wrap-texts p{
	height: auto;
	font-size: 15px;
	font-weight: 300
}

.custom-static-style-3 h2{
	font-weight: 700;
	font-size: 22px;
	color: #FFFFFF;
}

.custom-static-style-3 h3{
	font-weight: 600;
	font-size: 16px;
	margin-top: 15px;
	color: #FFFFFF;
}

.custom-static-style-3 p{
	font-weight: 400;
	font-size: 14px;
	margin-top: 15px;
	color: #FFFFFF;
}

.custom-static-style-4 .container{
	text-align: center;
}

.custom-static-style-4 h2{
	line-height: 1.5em;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
}

.custom-static-style-4 h4{
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
}

.custom-static-style-4 p{
	line-height: 1.5em;
	max-width: 750px;
	font-weight: 400;
	font-size: 16px;
	margin: 0 auto;
	color: #FFFFFF;
	height: auto;
}

.custom-static-style-4 hr{
	border-top: 1px solid rgba(255, 255, 255, 0.56);
	margin: 40px auto 30px;
	max-width: 230px;
	width: 100%;
}

.custom-static-style-4 .cta{
	background-color: transparent;
	border: 1px solid #EFEFEF;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
}

.compare-list{
	margin: 30px 0 20px;
}

.compare-list .item{
/* 	width: calc( 100vw - 23px ); */
	margin: 0 5px;
	height: 200px;
	opacity: 0.5;
}

.compare-list .slick-current{
	opacity: 1;
}

.compare-list .compare-item,
.compare-list .compare-item figure{
	max-height: 100% !important;
	max-width: 100% !important;
	height: 100%;
	width: 100%;
}

.compare-list .images-compare-label{
	position: absolute;
}

.compare-list .compare-item img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.compare-list button,
.slick-arrow{
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	color: transparent;
	position: absolute;
	margin-top: -16px;
	overflow: hidden;
	display: block;
	border: none;
	height: 34px;
	width: 34px;
	z-index: 1;
	top: 50%;
}
.slide-nav .slick-arrow
{
	top: auto;
}

.compare-list .slick-prev, .left-arrow{
	left: 7px;
}

.compare-list .slick-next, .right-arrow{
	right: 7px;
}

.slick-prev:before,
.slick-next:before,
.left-arrow:before,
.right-arrow:before{
	content: '';
		background-repeat: no-repeat;
		background-position: center;
		background-size: 8px auto;
			display: inline-block;
			position: absolute;
			height: 34px;
			width: 34px;
			left: 0;
			top: 0;
	cursor: pointer
}

.slick-prev:before, .left-arrow:before {
	background-image: url('../img/arrow-left.svg');
}

.slick-next:before, .right-arrow:before {
	background-image: url('../img/arrow-right.svg') !important;
}
.items.slick-slide
{
	opacity: 0.5
}	
.items.slick-slide.slick-current
{
	opacity: 1
}
.timeline-wrapp{
	max-width: 1140px;
	margin: 0 auto;
}

.timeline-list{
	padding: 0 8px 35px;
}

.timeline-cta{
	text-align: center;
	padding: 0 0 50px;
}

.timeline-cta a{
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
	padding: 10px 32px;
	margin-top: 36px;
	font-size: 14px;
	color: #FFFFFF;
}

.timeline-row article{
	padding: 30px 20px 40px;
	background: #FFFFFF;
	color: #393939;
}

.timeline-row article h3{
	line-height: 1.5em;
	font-weight: 700;
	font-size: 20px;
}

.timeline-row article p{
	margin: 20px 0 0;
	font-size: 14px;
}

.timeline-row article strong{
    font-weight: 700;
}

.timeline-row article a{
    text-decoration: underline;
    color: inherit;
}

.timeline-row figure img{
	height: auto;
	width: 100%;
}

.timeline-row .point{
	align-items: center;
	justify-content: center;
	position: relative;
	height: 80px;
}

.timeline-row .point i{
	position: relative;
	background: #FFFFFF;
	border-radius: 50%;
	display: block;
	height: 20px;
	width: 20px;
}

.timeline-wrapp .point:before{
	content: '';
		background: #FFFFFF;
		position: absolute;
		display: block;
		width: 1px;
		left: 50%;
		bottom: 0;
		top: 0;
}

.timeline-row:last-child .col-point{
	display: none;
}

.custom-section-text{
	float: none !important;
	line-height: 1.5em;
	max-width: 815px;
	margin: 0 auto;
}

.custom-section-text h3{
	line-height: 1.5em;
	font-size: 20px;
}

.custom-section-text p{
	margin-bottom: 30px;
	font-size: 14px;
}

.custom-section-center{
	text-align: center;
}

.custom-section-white-text{
	color: #FFFFFF;
}

.custom-section-1,
.custom-section-2,
.custom-section-6{
	padding: 50px 8px 0;
}

.custom-section-4{
    padding: 50px 0;
}

.custom-section-6{
	padding: 30px 8px 0;
}

.custom-section-1 h2,
.custom-section-2 h2,
.custom-section-6 h2{
	line-height: 1.5em;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
}

.custom-section-1 p,
.custom-section-2 p,
.custom-section-6 p{
	line-height: 1.5em;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
}

.custom-section-1 h2,
.custom-section-1 p{
	width: 100%;
}

.custom-section-1 figure{
	margin-bottom: 20px;
	height: 80px;
}

.custom-section-1 figure img{
	height: 100%;
	width: auto;
}

.custom-section-1 .col-heading-image{
	padding-bottom: 50px;
	/*text-align: center;*/
	width: 100%;
}

.custom-section-2 .desc{
	margin-top: 30px;
}

.custom-section-2 .animate-icon{
	position: relative;
	margin-top: 50px;
	left: 0;
}

.custom-section-2 .animate-icon img{
	-webkit-animation-duration: 30s;
		animation-duration: 30s;
			position: relative;
			display: block;
			height: 61px;
			width:100%;
			bottom: 0;
			left: 50%;
}

.custom-section-3 h2{
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
}

.custom-section-3 p{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
}

.custom-section-3 h2,
.custom-section-3 p{
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
}

.custom-section-3 .animate-icon{
	border-bottom: 3px solid #FFFFFF;
	position: relative;
	margin-top: 30px;
	height: 80px;
}

.custom-section-3 .animate-icon img{
	-webkit-animation-duration: 20s;
		animation-duration: 20s;
			position: relative;
			display: block;
			height: 80px;
			bottom: 10px;
			width:100%;
			left: 35%;
}

.custom-section-3 .animate-block img{
	position: absolute;
	max-width: none;
	height: 60px;
	left: 103px;
	bottom: 0;
}

.custom-section-3 .animate-block:before{
	content: '';
		background: #7EB4B7;
		display: block;
		width: 150px;
		height: 60px;
}

.custom-section-3 .animate-icon .line{
	position: absolute;
	max-width: none;
	height: 1.8px;
	bottom: 0;
	left: 0;
}

.custom-section-3 .animate-icon .line:before{
	content: none;
}

.custom-section-3 .animate__slide{
	-webkit-animation-name:slide;
	 	animation-name:slide;
}

@keyframes slide {
    from {
        -webkit-transform: translate3d(-100px, 0, 0);
	        transform: translate3d(-100px, 0, 0);
	        	visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        	transform: translateZ(0)
    }
}

.custom-section-4 .row-item{
    margin: 0;
}

.custom-section-4 .col-item{
    line-height: 1.5em;
    padding: 0;
}

.custom-section-4 .col-item figure{
    height: auto;
    width: 100%;
}

.custom-section-4 .col-item figure img{
    height: auto;
    width: 100%;
}

.custom-section-4 .col-item small{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    color: #FFFFFF;
    opacity: 0.73;
    width: 100%;
}

.custom-section-4 .col-item h2{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 24px;
    display: block;
    color: #FFFFFF;
    width: 100%;
}

.custom-section-4 .col-item p{
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    width: 100%;
}

.custom-section-4 .col-item .cta-btn{
    text-transform: uppercase;
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
    font-size: 12px;
    display: block;
    padding: 10px;
    width: 100%;
}

.custom-section-4 .col-item .row{
    padding: 25px;
    height: 100%;
    margin: 0; 
}

.custom-section-6 .custom-row{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.custom-section-6 .custom-row:last-child{
	padding-bottom: 80px;
	margin-bottom: 0;
	border-bottom: 0;
}

.custom-section-6 .col-more-column{
	padding-bottom: 20px;
	line-height: 1.5em;
}

.custom-section-6 .col-more-column h3{
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
}

.custom-section-6 .col-more-column p{
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
}

.custom-section .animate__animated.animate__slideInLeft{
  	--animate-duration: 5s;
}

.custom-section-bottom-separator{
	border-bottom-style: solid;
}

.custom-section-both-separator{
	border-bottom-style: solid;
	border-top-style: solid;
}

.custom-section-top-separator{
	border-top-style: solid;	
}

.custom-section-bottom-separator,
.custom-section-both-separator,
.custom-section-top-separator{
	border-color: #FFFFFF;
	border-width: 3px;
}

.custom-section-accordion .vc_custom_heading{
	text-transform: uppercase;
	line-height: 1.5em;
	font-size: 20px;
}

.custom-accordion-heading .vc_column-inner{
	padding-top: 0 !important;
}

.custom-accordion-items .vc_column-inner{
	padding-top: 15px !important;
}

.custom-section-image-with-overlay-text{
	margin-bottom: 50px;
	padding: 0 23px;
}

.custom-section-image-with-overlay-text .vc_column-inner{
	padding-top: 0 !important;
}

.custom-section-image-with-overlay-text .column-section-image{
	order: 0;
}

.custom-section-image-with-overlay-text .column-overlay-text{
	order: 1;
}

.custom-section-image-with-overlay-text .column-section-image .wpb_single_image{
	margin-bottom: 0;
}

.custom-section-image-with-overlay-text .column-overlay-text .vc_column-inner{
	padding: 30px !important;
}

.custom-section-image-with-overlay-text .column-overlay-text .vc_custom_heading{
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 20px;
}

.custom-section-image-with-overlay-text .column-overlay-text .wpb_text_column p{
	line-height: 1.5em;
	font-size: 14px;
}

.custom-section-image-with-overlay-text .column-section-image .vc_single_image-wrapper,
.custom-section-image-with-overlay-text .column-section-image .vc_figure,
.custom-section-image-with-overlay-text .column-section-image img{
	width: 100%;
}

.content-highlight-text{
	padding: 0 0 35px;
}

.content-highlight-text .wpb_wrapper *{	
	line-height: 1.5em;
	color: #FFFFFF;
}

.content-highlight-text .wpb_wrapper h3{
	font-size: 20px;
}

.content-highlight-text .wpb_text_column{
	max-width: 1140px;
	margin: 0 auto;
}


.custom-static-style-4 .images-compare-handle{
	-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-duration: var(--animate-duration);
		animation-duration: var(--animate-duration);
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	-webkit-animation-name: heartBeat;
		animation-name: heartBeat;
		-webkit-animation-duration: 1.3s;
		animation-duration: 1.3s;
		-webkit-animation-duration: calc(var(--animate-duration)*1.3);
		animation-duration: calc(var(--animate-duration)*1.3);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
			background-color: rgba(255, 255, 255, 0.67);
			margin-left: -24px !important;
			margin-top: -25px;
			height: 50px;
			width: 50px;
			border: 0;
			cursor: move; /* fallback if grab cursor is unsupported */
			cursor: grab;
			cursor: -moz-grab;
			cursor: -webkit-grab;
}

.compare-list .item
{
	/* cursor: move; /* fallback if grab cursor is unsupported */ 
    /* cursor: grab; */
    /* cursor: -moz-grab; */
    /* cursor: -webkit-grab; */
}
.custom-static-style-4 .images-compare-left-arrow{
	border-right: 6px solid #747474;
}

.custom-static-style-4 .images-compare-right-arrow{
	border-left: 6px solid #747474;
}

.custom-popup-slide .popup-slide{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.custom-static-style-5 .popup-slide,
.custom-popup-slide .popup-slide{
	overflow: hidden;
	padding: 30px 0;
}

.custom-popup-slide .popup-slide .inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        height: 100%;
}

.custom-popup-slide .popup-close{
    position: absolute;
    cursor: pointer;
    right: 50px;
    padding: 0;
    top: 50px;
}

.custom-popup-slide .popup-close img{
    margin-left: 10px;
}

.custom-popup-slide .popup-slide,
.custom-popup-slide .fancybox-bg,
.custom-popup-slide{
    background: #1B3F4A;
    color: #FFFFFF;
}

.custom-static-style-5 .popup-slide h3,
.custom-static-style-5 .popup-slide p,
.custom-popup-slide .popup-slide h3,
.custom-popup-slide .popup-slide p{
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
    width: 100%;
}

.custom-popup-slide .popup-slide .slick-dots{
    width: 100%;
}

.custom-static-style-5 .popup-no-slider-wrapp,
.custom-popup-slide .popup-no-slider-wrapp{
	margin-top: 50px;
}

.custom-static-style-5 .popup-slider-wrapp,
.custom-popup-slide .popup-slider-wrapp{
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
	    transition: opacity 0.2s ease-in-out;
			max-width: 1140px;
			margin-top: 50px;
			height: 380px;
			opacity: 0;
}

.custom-static-style-5 .popup-slider-initialized,
.custom-popup-slide .popup-slider-initialized{
	opacity: 1;
}

.custom-static-style-5 .popup-slider-wrapp .popup-item,
.custom-popup-slide .popup-slider-wrapp .popup-item{
	padding: 0 15px;
	height: 380px;
	float: left;
	width: 25%;
}

.custom-static-style-5 .popup-slider-wrapp .popup-item figure,
.custom-popup-slide .popup-slider-wrapp .popup-item figure{
	height: 100%;
}

.custom-static-style-5 .popup-slider-wrapp .popup-item img,
.custom-popup-slide .popup-slider-wrapp .popup-item img{
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.custom-static-style-7{ padding-bottom: 0; }

.custom-static-style-7 .item{
    background: rgba(255, 255, 255, 0.84);
    margin: 0 5px 15px;
    padding: 30px;
	opacity: 0.5
}
.custom-static-style-7 .item.slick-current
{
	opacity: 1
}

.custom-static-style-7 .slick-track{
    display: flex !important;
}

.custom-static-style-7 .slick-slide{
    height: inherit !important;
}

.custom-static-style-7 .inner{
    position: relative;
    padding: 0;
}

.custom-static-style-7 img{
    margin-bottom: 15px;
}

.custom-static-style-7 h2{
    text-align: center;
    width: 100%;
}

.custom-static-style-7 h3{
    font-weight: 700;
    font-size: 14px;
    color: #219A9E;
}

.custom-static-style-7 p{
    margin-bottom: 30px;
    line-height: 1.5em;
    font-style: italic;
    font-size: 14px;
    margin-top: 0;
}

.custom-static-style-7 small{
    font-size: 14px;
}

.gm-style .gm-style-iw-c{
    border-radius: 0;
    width: 100%;
    padding: 0;
}

.gm-ui-hover-effect{
    right: 0 !important;
    top: 0 !important;
}

.info-window{
    padding: 20px;
}

.info-window label{
    border-bottom: 1px solid rgba(209, 209, 209, 0.74);
    padding-bottom: 13px;
    line-height: 1.5em;
    margin-bottom: 0;
    display: block;
}

.info-window span{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    color: #848484;
    display: block;
}

.info-window b{
    font-weight: 600;
    font-size: 18px;
    color: #1B3F4A;
    display: block;
}

.info-window .two-col{
    padding-top: 13px;
}

.info-window .two-col label{
    padding-bottom: 0;
    border: none;
    float: left;
    width: 50%;
}

.comparison-slide-cta-section .vc_custom_heading{
	text-align: center !important;
	margin-bottom: 15px;
}

.comparison-slide-cta-section .vc_btn3-container{
	text-align: center !important;
	margin-left: 0 !important;
}

.info-window .two-col label{
    float: left;
    width: 50%;
}

.animal_small_headding p
{
	color: #1B3F4A;
	font-size: 18px;
	font-weight: bold
}
.items-animal h3
{
	color: #1B3F4A;
	font-weight: bold
}
.animal-slider-items
{
	margin-top: 50px;
	/* margin-top: 50px */
}
.items-animal figure
{
	width: 100%;
    height: 350px;
}
.items-animal img
{
	width: 100%;
    object-fit: cover;
    height: 100%;
}
.animal-slider-items .slick-slide {
    margin: 0 5px;
}

.animal-slider-items .slick-list {
    margin: 0 -5px;
}
.animal-slider-items .overlay
{
	position: absolute;
    top: 0;
	height: 100%;
    width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6982143199076505) 100%);
}
.animal-slider-items .item
{
	position: relative
}
.animal-slider-items .overlay h3
{
	color: #fff;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
    margin-top: 73%;
}
.animal-slider-items .items-animal 
{
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.animal-slider-items .items-animal:hover
{
	-webkit-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    transform: translate(0,-20px);
    cursor: pointer;
}

.vc_tta.accordion-text-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a,
.vc_tta.accordion-text-white .vc_tta-title-text,
.vc_tta.accordion-text-white p {
    color: #fff;
}

.vc_tta.accordion-text-white .vc_tta-panel-heading {
    border-bottom: 1px solid #fff !important;
}

.amount_donation ul li.active
{
	background: #FF9234 !important;
    color: #fff !important;
}
.campaigns_post_item .item-row
{
	margin-bottom: 50px
}
.slider_single
{
	position: relative;
    height: 500px;
}
.hero-header .overlay.text-middle
{
	align-items: center;
}
.hero-header .overlay.text-middle h1
{
	max-width: 100% 
}
.content_single
{
	padding-top: 100px;
	padding-bottom: 100px;
	background: #F0F5F5;
	color: #1B3F4A
}
.wrapper-form
{
	background: rgba(255,255,255,0.2);
    max-width: 400px;
    margin: 0 auto;
    padding: 30px;
	border: 1px solid #fff;
	border-radius: 3px
}
.radio-button
{
	display: flex
}
.radio-button p 
{
	width: 50%;
	text-align: center;
	padding-top: 7px;
	border: 1px solid rgba(255,255,255,0.3);

}
.radio-button p.active label
{
	color: #138668;
}
.radio-button p.active
{
	background: #fff;
	padding-top: 7px;
}
.wrapper-form [type="radio"]:not(:checked) + label:before
{
	border: 1px solid #fff;
}
.wrapper-form [type="radio"]:checked + label:before
{
	border: 1px solid #138668;
}
.wrapper-form [type="radio"]:checked + label:after, .wrapper-form [type="radio"]:not(:checked) + label:after
{
	background: #138668;
} 
.social_media_bottom
{
	/* position:absolute; */
	/* bottom:0 */
}
.images-compare-handle
{
	margin-left: -18px !important;
	
}
.donation_menu a:hover
{
	background: #fff;
	color: #000
}
.sticky .donation_menu a:hover
{
	background: #D36505;
	color: #fff
}
.content-team-wrapper, .content-team-wrapper-link
{
	background: #fff
}
.content-team-wrapper
{
	display: grid;
	padding: 12px 25px;
	border-bottom: 1px solid #D3D3D3;
}
.team-item
{
	margin-bottom: 50px
}
.content-team-wrapper p.heading
{
	font-size: 16px;
	color: #1B3F4A;
	font-weight: 800;
	margin-bottom: 10px
}
.content-team-wrapper p.sub-heading, .content-team-wrapper-link a, .content-team p.sub-heading
{
	font-size: 14px;
	color:rgba(27, 63, 74, 0.6);
	font-weight: 400;
	text-transform: capitalize
}
.popup-team
{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background:rgba(27, 63, 74, 0.95);
	z-index:999999;
	display: none
}
.content-team-wrapper p.sub-heading
{
	font-style: italic;
}
.team-item
{
	cursor: pointer
}
.popup-team .closes 
{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	
}
.content-team-wrapper-link a
{
	color: #1B3F4A;
	font-weight: 800;
}
.content-team-wrapper-link
{
	display: flex;
	justify-content: space-between;
	padding: 10px 25px;
}
.popup-content
{
	width: 850px;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.image-team figure
{
	height: 500px;
}
.image-team figure img
{
	height: 100%;
	object-fit: cover
}
.image-team, .content-team
{
	width: 50%
}
.content-team
{
	width: 50%;
    padding: 45px 50px;
	background: #FFFFFF
}
.content-team h3 
{
	color: #1B3F4A
}
.donate-button-form
{
	width: 100%;
	text-align: center;
	background-color: #FF9234 !important;
	color: #fff;
	border-color: #FF9234 !Important
}
.donate-button-form:hover
{
	background: #D36505 !important;
	color: #fff !important
}
.amount_donation.big-form ul li
{
	font-size: 16px;
    height: 44px;
    width: 100px;
    line-height: 30px;
}
.amount_donation .other-amount
{
	width: 207px !Important;
	position: relative
}
.amount_donation.small-form .other-amount
{
	width: 134px !Important;
}
#other-amount-input
{
	position: absolute;
    left: 0;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #fff;
    top: 0;
	display: none;
	    width: 100%;
}
.donate-desc
{
	margin-top: 20px
}
.wrapper-form h4 
{
	font-size: 20px;
}
.donate-desc p 
{
	font-size: 12px
}
.donate-desc p span.price, .donate-desc p span.people
{
	text-decoration: underline
}
.custom-static-style-3 .slide-nav button
{
	cursor: pointer
}
.custom-post-list .items.slick-slide,
.custom-static-style-3 figure img,
.custom-static-style-7 .item
{
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.contact-row
{
	margin-bottom:30px
}
.contact-row label
{
	font-size: 18px;
	font-weight: bold;
	color: #1B3F4A
}
.contact-row input, .contact-row textarea
{
	border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
	padding-left:0;
	font-size: 16px;
	color: rgba(27, 63, 74, 0.5)
}
input[type=submit] 
{
	background: #219A9E !Important;
}
.social_media_bottom ul
{
	margin-bottom: 12px;
}
.other-amount .input-text
{
	position: absolute;
    right: 24px;
    top: 7px;
    z-index: 99999;
    color: #000;
	display: none
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	text-transform: uppercase;
	background: none !important;
	color: #fff;
}
.select2-container--default .select2-selection--single
{
	background: none !important;
	border: none
}
.select2-container
{
	width: 58px !important;
	z-index: 99999
}
.select2-results__option--selectable
{
	text-transform: uppercase
}
.language_menu
{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.current-menu-ancestor > a
{
	color: #ED7A47 !important
}
.contact-footer .contact-row input,
.contact-footer .contact-row textarea
{
	background: #fff;
	    padding: 15px;
		border-radius: 3px
}
.contact-footer .contact-row input:focus
{
	outline:none !important;
	border: 0 !important
}
.menu-resources-english-container
{
	margin-top: 12px;
}
.footer-contact-wrapper
{
	margin-top: 22px
}
.contact-link
{
	background: #219A9E !important;
    color: #fff;
    padding: 7px 17px;
    border-radius: 3px;
    margin-top: -13px !important;
    display: inline-block;
	position: absolute;
    bottom: 19px;
}
.contact-link:hover, input[type=submit]:hover,
.item-row a.link:hover
{
	background: #146A6E !important;
	color: #fff
}
.contact-link:hover
{
	padding: 7px 17px;
}
.copyright
{
	font-size: 12px;
	color: #fff
}
#menu-copy-rights-menu
{
	display: flex;
}  	
#menu-copy-rights-menu li
{
	margin-right: 20px
}
#menu-copy-rights-menu li a 
{
	color: #fff
}
#comments
{
	display: none
}
.language-mobile 
{
	display: flex
}
.text-black
{
	color: #000
}
.campaigns_post_item .image-bg
{
	cursor: pointer
}
body, html
{
	overflow-x: hidden;
	/* height:100%; */
}
.simple_grid_heading
{
	margin-bottom: 30px
}
.text-white-with-backgroud{
	color: #FFFFFF;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
    -webkit-transform: none; 
    -moz-transform: none; 
    -ms-transform: none; 
    -sand-transform: none; 
    -o-transform: none; 
     transform: none; 
    -webkit-transition: none; 
    -moz-transition: none; 
    -o-transition: none; 
    transition: none; 
    animation: fadein 2s;
	min-height: 125px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


/* joko */
.sina-nav .sina-menu > li > a {
    
    font-size: 16px;
	text-shadow: 0 0 10px #05050582;
}



@media screen and (min-width: 900px) {
	.sina-nav .sina-brand > img.logo{

		height: 130%;
	}
}