/* GENERAL */

@import url('https://fonts.cdnfonts.com/css/bebas-neue');

body{
	font-family: 'Open Sans', sans-serif; 
	color: #1a1a1a;
}

a{
	color: #04aec5;
}
a:hover{
	color: #d02033;
}

h1, h2, h3{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
}

h2{
	font-size: 3rem;
}

h2 span.red{
	color: #d02033;
}

h2.section_heading{
	margin-bottom: 50px;
}

h2 span, span.blue, h2 em {
	color: #04aec5;
	font-style: normal;
}

h4{
	margin-top: 5px;
	font-size: 1rem;
	font-weight: 700;
}

.polaroid{
	padding: 25px;
	background-color: #fff;
	box-shadow: 2px 4px 10px #888;
}

.round_img  img, .side-by-side img{
	border-radius: 5px;
}

.hasParallax{
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.logo{
	width: 250px;
}

.logo-mobile{
	display: none;
	width: 65px;
}

#mobile_test{
	display: none;
	width: 1px;
	position: absolute;
}

.filters{
	list-style: none;
	text-align: center;
	display: block;
	margin-bottom: 50px;
}

.filters li{
	display: inline-block;
	margin: 5px;
}

.filters .btn{
	border: 1px solid #d02033;
	color: #d02033;
}

.filters .btn:hover{
	background-color: #d02033;
	color: #fff;
}

.btn-red{
	background-color: #d02033;
	border: 1px solid #d02033;
	color: #fff;
}

.btn-red:hover{
	background-color: #fff;
	color: #d02033;
}

.btn-outline{
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-outline:hover{
	background-color: #fff;
}

.btn, .wp-block-button__link{
	border-radius: 30px;
	padding:15px 35px 15px 35px;
	text-align: center;
	font-style: italic;
	font-weight: 600;
}

.wp-block-buttons>.wp-block-button{
	display: block;
	margin-bottom: 25px;
}

.nav-links{
	margin-top: 50px;
}

.nav-previous, .nav-next{
	display: inline-block;
	margin: 5px;
}

.nav-links a{
	border-radius: 30px;
	padding:10px 15px 10px 15px;
	text-align: center;
	font-style: italic;
	font-weight: 600;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #04aec5;
	color: #04aec5;
	text-decoration: none;
	font-size: .9rem;
	transition: .5s;
}

.nav-links a:hover{
	background-color: #04aec5;
	color: #fff;
}

.nav-links .nav-subtitle{
	font-weight: 700;
}

.btn-primary, .wp-block-button__link{
	background-color: #04aec5;
	border: 1px solid #04aec5;
	transition: .5s;
}

.btn-primary:hover, .wp-block-button__link:hover{
	background-color: #fff;
	color: #04aec5;
	border: 1px solid #04aec5;
}

.btn-black{
	background-color: #191919;
	border: 1px solid #191919;
	color: #fff;
}

.btn-black:hover{
	background-color: #fff;
	color: #191919;
}

.circle_btn{
	transition: .5s;
	border-radius: 20px;
	display: inline-block;
	padding:5px 25px 5px 45px;
	text-align: center;
	position: relative;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
}

.circle_btn span{
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	left: 4px;
	top: 4px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
}

.circle_btn span i{
	position: absolute;
	margin-top: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn-red.circle_btn span{
	color: #d02033;
}


/* CONTACT US */

.get_in_touch{
	padding: 100px 0 50px 0;
}

.contact-mini{
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-mini li{
	padding-left: 55px;
	position: relative;
	margin-bottom: 25px;
	font-size: 1.2rem;
	font-weight: 600;
}

.contact-mini li a{
	color: #231f20;
	text-decoration: none;
}

.contact-mini li span.c_circle{
	position: absolute;
	left: 0;
	top: -3px;
	border-radius: 50%;
	background-color: #04aec5;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
}



/* FORMS */

#youtube_form label, #youtube_form button{
	margin-top: 25px;
}



.wpcf7-form-control-wrap{
	margin-bottom: 15px;
	display: block;
}

input[type=text], input[type=number], input[type=email], input[type=tel], select, textarea, input[type=date], textarea {
	width: 100%;
    height: 50px;
    background: no-repeat;
    box-shadow: none;
    padding: 1rem .5rem;
    background-color: none;
    border: 1px solid #cecece;
    border-radius: 4px;
    line-height: 1.2;
}



.get_in_touch input[type=text], .get_in_touch input[type=number], .get_in_touch input[type=email], .get_in_touch input[type=tel], .get_in_touch select, .get_in_touch textarea, .get_in_touch input[type=date]{
	background-color: rgba(0,0,0,.075);
	border: none;
}


textarea{
	height: 100px;
}

label{
	color: #000;
	font-size: .9rem;
	font-weight: 700;
}

label span.required{
	color: #d02033;
}

/* POPUP */

.overlay{
	text-align: center;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999999999999;
    left: 0;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .close_btn {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #b5b5b5;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    line-height: 35px;
    box-shadow: 2px 4px 10px #888;
    text-align: center;
}

.overlay-content {
	background-color: #fff;
	padding: 25px;
	border: 1px solid #e8e8e8;
	border-radius: 15px;
	text-align: center;
    position: relative;
    top: 10%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    z-index: 3;
    max-width: 600px;
    text-align: center;
    color: #000;
    box-shadow: 2px 4px 10px #888;
}


.loading_bg{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/loading.gif);
}

.bg-animation {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 0;
    width: 100%;
    animation: zoom-in-zoom-out 5s ease infinite;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}


/* FAQs */

#no_results{
	display: none;
}

#search_faqs{
	width: 100%;
    height: 50px;
    background: no-repeat;
    box-shadow: none;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.075);
    border: none;
    border-radius: 4px;
    line-height: 1.2;
}

.faq-list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.faq-list li.faq-item{
	position: relative;
	display: block;
	border: 1px solid #e8e8e8;
	padding: 0px;
	margin-bottom: 5px;
}

.faq-list li .answer{
	display: none;
	padding: 5px 15px;
	margin-top: 15px;
}

.faq-list li .answer.active{
	display: block;
}

.faq-list li .question{
	cursor: pointer;
	padding: 5px 25px 5px 15px;
	font-weight: 600;
	background-color: #f5f5f5;
	color: #333;
	position: relative;
}



.faq-list li .red_q{
	background-color: #d02033;
	color: #fff;
}

.faq-list li .red_q i{
	color: #fff;
}

.faq-list li .question span.toggle-button{
	position: absolute;
	right: 10px;
	top: 5px;
}

.faq-list li span i{
	color:#333;
}



/* HEADER */



.dropdown-item.active, .dropdown-item:active{
	background-color: #004250;
}

ul#menu-main-menu .dropdown-menu li{
	text-align: left;
}

header.top_header{
	padding: 15px 0;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat;
}

.donate-right{
	text-align: right;
}

body.home .nav_wrap{
	background-color: #004250;
}

.nav_wrap{
	background-color: #00abcd;
}

.navbar-dark .navbar-nav .nav-link{
	color: #fff;
}

#close_main_menu{
	display: none;
}

.header_social{
	text-align: right;
}

body.home ul.social{
	border-left: 1px solid #105a6a;
}

ul.social{
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #3eceeb;
	position: relative;
}

ul.social li{
	display: inline-block;
	margin: 0 15px;
	font-size: 1.3rem;
	
}

ul.social li:last-child{
	margin-right: 0;
}

ul.social li a{
	color: #fff;

}

body.home #search-header, body.home #search-header button{
	background-color: #004250;
}

#search-header{
	position: absolute;
	width: 100%;
	background-color: #00abcd;
	left: 15px;
	top: -3px;
	display: none;
}

#search-input{
	background-color: transparent;	
	border: none;
	border-bottom: 1px solid #fdff;
	outline: none;
	color: #fff;
	font-size: 1rem;
	width: 100%;
}

#search-header button{
	background-color: #00abcd;	
	color: #fff;
	border: none;
	position: absolute;
	right: 0;
}

#search-input::placeholder {
	color:#fff;	
	font-size: 1rem;
}

.sign_up{
	position: fixed;
    right: -84px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #737373;
    padding: 15px 25px;
    background-color: #19171b;
    color: #fff;
    transform: rotate(-90deg);
    z-index: 999;
    cursor: pointer;
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

.sign_up:hover{
	color: #000;
	background-color: #fff;
}

#menu-main-menu li:first-child{
	
}

/* HOME POPUP */


#home_poupup{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.8);
	z-index: 99999999;
	display: none;
}

#home_poupup_close{
	position: absolute;
	top: 0px;
	right: 10px;
	color: #00abcd;
	cursor: pointer;
	padding: 2px;
	font-size: 1.5rem;
}

.home_poupup_content{
	min-width: 550px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border: 5px solid #00abcd;
	padding: 50px 25px;
	color: #000;
}

.home_poupup_content p{
	color: #000;
}



/* HERO SLIDER */



#hero_slick .slick-track{
    display: flex !important;
}

#hero_slick .slick-slide{
    height: inherit !important;
}

.arrows{
	position: absolute;
	left: 25px;
	bottom: 50px;
	z-index: 9999;
}

.arrows .arrow{
	background-color: rgba(255,255,255,.4);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 10px;
	opacity: .5;
	cursor: pointer;
	transition: .5s;
	box-shadow: 5px 5px 10px #000;
	text-shadow: 2px 2px 2px #000;
}

.arrows .arrow:hover{
	background-color: rgba(255,255,255,.8);
	opacity: .5;
	color: #000;
}

.banner_content{
	padding: 150px 0 200px 0;
}

.banner_content .btn{
	margin-right: 10px;
	margin-bottom: 10px;
}

#hero_slick h1, #hero_slick h2{
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 7rem;
	line-height: 6.5rem;
}

#hero_slick h1 span, #hero_slick h1 em, #hero_slick h2 em{
	display: block;
	text-shadow: none;
	color: #000;
	font-style: italic;
	font-family: 'Open Sans', sans-serif; 
	font-size: 2rem;
	line-height: 2.2rem;
	margin-bottom: 6px;
}

.main-slider{
	position: relative;
}

.main-slider .item{
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;	
}

.main-slider .tear{
	position: absolute;
	bottom: -2px;
	width: 100%;
	z-index: 99;
}

/* SEARCH */

.search_form{
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 500px;
	height: 44px;
	border: 1px solid #bcbcbc;
}

.search_form .search-field{
	border: none;
	height: 40px;
	width: 100%;
	border: none;
	text-indent: 5px;
	outline: none;
}

.search_form .search-submit{
	position: absolute;
	right: 1px;
	background-color: #00abcd;
	color: #fff;
	width: 40px;
	height: 40px;
	top: 1px;
	text-align: center;
	border: none;
	line-height: 30px;
	
}

/* HOME ABOUT */

.about_home{
	background-image: url('images/about_bg1.jpg');
}

.about_mobile_img{
	display: none;
}

.about{
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.about_bg{
	background-repeat: no-repeat;
	background-size: 75% auto;
	background-position: left;
	width: 100%;
	padding: 100px 0;
}

.about_content{
	background-color: #fff;
	padding: 50px;
	box-shadow: 2px 4px 10px #888;
	border-radius: 5px;
}

.about_content p{
	line-height: 2rem;
	margin-bottom: 25px;
}

/* HOME CARDS */

.options{
	padding: 50px 0 100px 0;
}



a.option{
	transition: .5s;
	padding: 5px 35px;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
}

a.option:after{
	content: "";
	position: absolute;
	height: 250px;
	border-left: 1px solid #cccccb;
	right: -1px;
	top: 80px;
}

.option_inner{
	transition: .5s;
}

.option_inner:hover{
	transform: scale(1.1);
}

a.option.last:after{
	display: none;
}

a.option img{
	max-width: 150px;
	width: 100%;
	display: block;
	margin: 0 auto 25px auto;
}

a.option h3{
	font-size: 1.5rem;
	color: #000 !important;
	font-weight: 700;
}

a.option p{
	color: #4d4d4e;
	font-size: .9rem;
}


.options .tagline{
	font-size: 1.4rem;
	font-style: italic;
	text-align: center;
	margin-bottom: 50px;
}

/* engagements */

.engagements .slick-dots li button::before{
	opacity: .5;
}

.engagements .slick-dots li.slick-active button::before{
	opacity: 1;
	color: #fff;
}


.slick-dots{
	bottom: 25px;
}

.slick-dots li button::before {
	font-size:15px;	
	color: #1b1b1b;
}

.tear_bottom{
	position: absolute;
	top: -2px;
	width: 100%;
	rotate: 180deg;
	z-index: 9;
}

.engagements{
	position: relative;
	padding: 0px 0 0 0;
	
}

.engagements .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.engage-left{
	background-image: url(images/pattern1.png);
	background-size: cover;
	padding: 200px 20% 100px 20%;
	position: relative;
	top: -15px;
}

.engage-left h2, .engage-left p{
	color: #fff;
}

.engage-left p{
	line-height: 2rem;
	margin-bottom: 25px;
}

.engage-right{
	height: 100%;
	background-size: cover;
	padding: 100px;
	min-height: 400px;
}

/* SOCIAL */

section.socials{
	padding: 100px 0;
}

.tweet{
	border:1px solid #b2b2b2;
	border-radius: 15px;
	padding: 25px 25px 100px 25px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.tweet:hover .tweet_overlay{
	height: 100%;
}



.tweet_overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #19171b;
	width: 100%;
	height: 0;
	transition: .3s;
	border-radius: 15px;
}

.tweet_overlay .twitter_icon{
	color: #04aec5;
	font-size: 2rem;
	margin-top: 15px;
}

.tweet_overlay .overlay_content{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	text-decoration: none;
}

.tweet_overlay .overlay_content p{
	color: #fff;
	text-decoration: none;
}

.tweet_overlay img{
	margin-bottom: 25px;
	width: 250px;
}

.tweet:hover .tweet_overlay .overlay_content{
	display: block;
	padding: 25px;
}

.tweet_head{
	position: relative;
	padding-left: 80px;
	margin-bottom: 25px;
}

.tweet_logo{
	position: absolute;
	left: 0;
	width: 70px;
	height: auto;
	margin-top: -5px;
}

.tweet_title{
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	color: #19171b;
	text-decoration: none;
}

.tweet_user{
	display: block;
	text-decoration: none;
	color: #666766;
	font-size: .9rem;
}

.tweet_body{
	padding: 5px;
}

.tweet_footer{
	position: absolute;
	bottom: 50px;
	width: 100%;
	left: 0;
}

.likes{
	position: absolute;
	left: 30px;
	top: 0;
	color: #7f7f7f;
}

.twitter_date{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	color: #7f7f7f;
}

.tweet_link{
	position: absolute;
	right: 30px;
	top: 0;
	color: #2993d1;
	font-size: 1.1rem;
}

.social_icons{
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}

.social_icons li{
	display: inline-block;
	margin: 5px 15px;
	font-size: 40px;
	transition: all .2s ease-in-out;
}

.social_icons li a{
	color: #19171b;
	
}



ul.social_icons li:hover{
	transform: scale(1.5);
}


/* PARTNERS */

.partners{
	background-color: #19171b;
	padding: 100px 0;
	text-align: center;
}

.partners h2, .partners p{
	color: #fff;
}

#partner_slider{
	margin-top: 50px;
}

#partner_slider img{
	width: 150px;
	height: auto;
	display: block;
	margin: auto;
	transition: all .2s ease-in-out;
}

#partner_slider img:hover{
	transform: scale(1.2);
}


/* LATEST NEWS */

.home_news_wrap{
	margin-top: 50px;
}

.home_news{
	padding: 100px 0;
	background-image: url(images/about_bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.blog_card{
	width: 100%;
	height: 500px;
	position: relative;
	display: block;
	text-decoration: none;
}

.blog_bg{
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	transition: .5s;
}

.blog_card:before{
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}

.news_title{
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 5%;
	width: 90%;
	font-size: 1.5rem;
	text-shadow: 2px 2px 2px #000;
}

.news_date{
	color: #6eeeff;
	font-size: 1rem;
	font-weight: 700;
	text-shadow: 2px 2px 2px #000;
}

.news_read_more{
	color: #fff;
	position: absolute;
	z-index: 2;
	right: 18px;
	font-size: 1rem;
	font-style: italic;
	padding: 5px 15px; 
	bottom: 15px;
}

.news-image-wrap{
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-top: 25px;
	border-radius: 5px;
}

.blog_card:hover .blog_bg{
  transform: scale(1.2);
}

/* SIDEBAR */

.page-content .sidebar h3{
	margin-top: 0;
}

.widget_block{
	background-color: #f8f8f8;
	border: 1px solid #d4d4d4;
	padding: 25px;
	margin-bottom: 25px;
	border-radius: 15px;
}

.wp-block-search__inside-wrapper{
	background-color: #fff;
	border: 1px solid #d4d4d4;

}

.wp-block-search__inside-wrapper .wp-block-search__input{
	border: none;
	outline: none;
}

.wp-block-search__button{
	background-color: #00abcd;
	color: #fff;

}

.wp-block-search__button:before{
	content:"\f002";
	font-family: fontawesome;
}

.wp-block-search__label{
	font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
}

.sidebar ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar ul li{
	padding: 0 0 15px 20px;
	position: relative;
}

.sidebar ul li:before{
	content:"\f101";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 18px;
	color: #00abcd;
}

.sidebar ul li a{
	color: #1a1a1a;
	text-decoration: none;
	transition: .5s;
}

.sidebar ul li a:hover{
	text-decoration: underline;
}

/* FOOTER */
footer.footer{
	background-color: #19171b;
	padding: 100px 0;
	border-top: 5px solid #04aec5;
}

.footer p, .footer a{
	color: #fff;
}

.footer .seperator{
	border-top: 1px solid #f2f2f3;
	margin: 50px 0;
}

.footer-list{
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2;
}

.footer-list li{
	margin-bottom: 10px;
}

.footer-list li a{
	text-decoration: none;
}

.footer-logo{
	max-width: 250px;
	margin-left: 50px;
}

.newsletter_intro{
	font-size: 1.2rem;
	margin-left: 50px;
}

.footer-bottom{
	background-color: #16161a;
	padding: 25px 0;
}

.footer-bottom a{
	color: #fff;
}



.footer_social_icons{
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0;
}

.footer_social_icons li{
	display: inline-block;
	margin: 0px 15px;
	font-size: 20px;
	transition: all .2s ease-in-out;
}



.footer_social_icons li:hover{
	transform: scale(1.5);
}

.footer_social_icons li a{
	color: #fff;
}

.footer-charity{
	text-align: right;
	color: #fff;
}

/* GUTENBURG */

:where(.wp-block-columns.is-layout-flex){
	gap: 5rem;
}

/* INNER PAGES */



section.main-content{
	padding: 100px 0;
}

.main-content img{
	border-radius: 5px;
	width: auto;
    max-width: 100%;
    height: auto;
}

.page-content h2{
	margin-bottom: 25px;
}

.page-content h3{
	margin-top: 40px;
}

.page-content h2:before{
	content:"\f101";
	font-family: fontawesome;
	color: #00abcd;
	margin-right: 15px;
}

.inner-header{
	position: relative;
	padding: 100px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-image: url(https://rc.ncpvp.com/wp-content/uploads/2022/10/inner-bg.jpg);
}

.inner-header .intro-section{
	position: relative;
	z-index: 2;
	color: #fff;
}

.inner-header .intro-content{
	max-width:650px;
	margin: auto;	
}

.inner-header .intro-section h1{
	text-shadow: 2px 2px 2px #000;
    font-size: 7rem;
    line-height: 6.5rem;
    margin-bottom: 0;
}

.intro-section .tagline{
	color: #00abcd;
	font-weight: 700;
	font-size: 1.5rem;	
}

.intro-section .intro{
	font-size: 1.1rem;
}

.inner-header:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 1;
}

/* DIRECTORS */

.directors{
	padding: 100px 0;
	position: relative;
	background-size: cover;
}

.directors h2{
	color: #fff;
	text-align: center;
}

#particles-js {
	background-color: #00abcd;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.directors_heading{
	position: relative;
	z-index: 9;
}

#particles-js canvas {
  display: block;
  vertical-align: bottom;
}

.directors_wrap{
	position: relative;
	z-index: 2;
	margin-top: 35px;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 300px;
	perspective: 1000px;
	margin-bottom: 25px;
  	cursor: pointer;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
 	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  
}

.flip-card-front {
	border-radius: 15px;
	background: #33bcd7;
  	color: black;
  	padding: 25px 25px 25px 25px;
  	text-align: left;
  	
}



.flip-card-front .front-head{
	margin-bottom: 15px;
}

.page-content h3.back-name{
	margin-top: 0;
}

.front-head{
	padding-left: 95px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 75px;
}

.flip-card-back {
	border-radius: 15px;
	background-color: #19171b;
	color: white;
	transform: rotateY(180deg);
	cursor: pointer;
}

.flip-card-front h3{
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif; 
	position: absolute;
	left: 0;
	padding-left: 120px;
	padding-right: 25px;
	line-height: 1.4rem;
	top: 50%;
	transform: translateY(-50%);
}

.flip-card-back h3{
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-family: 'Open Sans', sans-serif; 
	padding: 0 25px;
	
}
 
.bio_mini{
	position: absolute;
	top: 120px;
	left: 0;
	padding: 0 25px;
}

.flip-card-front p{
	color: #fff;
}

.full_bio{
	display: none;
}

.bio-pic{
	position: absolute;
	top: 0px;
	left: 25px;
	border-radius: 50%;
	width: 75px;
	height: 75px;
}

.view_bio_foot{
	font-style: italic;
	color: #ffffff;
	position: absolute;
	right: 25px;
	bottom: 30px;
}

.bio-pic-inner{
	top: 25px;
	left: 25px;
	border-radius: 50%;
	width: 125px;
	height: 125px;
	margin-bottom: 15px;
}

.back-content{
	padding-top: 25px;
	text-align: center;
}

.card-logo-front{
	position: absolute;
	left: 25px;
	bottom: 25px;
	width: 50px;
}

.card-logo-back{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	width: 200px;
}

.view_profile_back{
	position: absolute;
	left: 25px;
	top: 25px;
}

/* OUR TEAM */

.contact_card {
    border: 1px solid #b2b2b2;
    padding: 25px 25px 40px 25px;
    text-align: center;
    transition: .5s;
    position: relative;
    transition: .5s;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 15px;
}

.our-team{
	padding: 100px 0;
	text-align: center; 
}



.contact_card h3{
	line-height: 32px;
	margin-bottom: 10px;
}

.contact_card img{
	border-radius: 50%;
    margin-bottom: 25px;
    width: 150px;
    height: 150px;
}

.card_title{
	font-style: italic;
}

.team_heading{
	margin-bottom: 50px;
}

.contact_card:hover .contact_card_overlay{
	opacity: 1;
}

.contact_card_overlay{
	border-radius: 15px;
	background-color: #d02033;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	transition: opacity .3s ease-in-out;
}

.view_profile_card_overlay{
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 1.5rem;
}

.contact_card .card_profile{
	position: absolute;
	left: 50%;
	bottom: 0px;
	color: #d02033;
	font-weight: 700;
	transform: translateX(-50%);
}

/* IMPACT STORIES */

.youtube_uploads{
	border-bottom: 1px solid #ededed;
	margin-bottom: 50px;
	padding-top: 50px;
}

.experience_card .video_card_img:before{
	content: "";
	width: 100%;
	background-color: rgba(0,0,0,.5);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.experience_card .card_content{
	position: absolute;
	width: 70%;
	top: 50%;
	text-align: center;
	left: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
	display: none;
}

.experience_card .play_wrap{
	
}

.vid_link:hover .experience_card .play_wrap{
	display: none;
}

.vid_link:hover .experience_card .card_content{
	display: block;
}


.video-cards{
	margin-top: 50px;
}

.vid_link {
    text-decoration: none;
}

.video_card {
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    transition: all .2s ease-in-out;
    position: relative;
   transition: all .2s ease-in-out;
}

.video_card:hover{
	transform: scale(1.1);
}

.video_card_img {
	
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.video_title {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px;
    color: #fff;
    background-color: #00abcd;
   
}

.play_wrap{
	
	box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgba(0,0,0,.8);
    background-color: #00abcd;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
}

.video_card_img i {
	color: #fff;
	line-height: 75px;
   font-size: 2rem;
}

/* OUR STORY */

.box-item{
	position: relative;
	padding: 15px 15px 10px 70px;
	margin-bottom: 50px;
}

.box-item img{
	position: absolute;
	left: 0;
	top: 20px;
	width: 50px;
	height: auto;
}

.box-item:after{
	content: "";
	position: absolute;
	border-bottom: 4px solid #d02033;
	height: 2px;
	width: 50px;
	left: 70px;
	bottom: -2px;
}

.about-boxes .about-intro{
	margin-bottom: 50px;
}

.about-boxes{
	border-top: 1px solid #e4e4e4;
	padding: 100px 0; 
	background-color: #fff; 
}

/* side-by-side */

.side-by-side img{
	width: auto;
    max-width: 100%;
    height: auto;
}

.side_content{
	margin-top: 50px;
}

.about .row_padd{
	padding-top: 75px;
}



/* pre-order */

.pre-order{
	text-align: center;
}

.pre-order img{
	width: 300px;
  height: 200px;
  object-fit: contain;
  margin: auto;
}

/* gallery Block */

.gallery{
	max-width: 1000px;
	margin-top: 25px;
}

.gallery a.first{
	display: block;
	position: relative;
	transition: all .2s ease-in-out;
}

.gallery a.first:hover{
	transform: scale(1.05);
}

.gallery_title{
	
	position: absolute;
	text-align: center;
	font-style: italic;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,.8);
	padding: 5px 25px;
}



.gallery_title i{
	font-size: 1.6rem;
	font-style: normal;
   position: absolute;
   left: 10px;
   top: 5px;
   z-index: 9;
   color: #fff;
}

.gallery img{
	width: 100%;
}

.hide{
	display: none;
}


/* DEV - TO DELETE ############################################################################################# */

.warning_overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999999999999;
	background-color: #19171b;
	color: #fff;
	display: none;
}

.warning_content{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 800px;
	padding: 25px;
	background-color: rgba(255,255,255,.2);
}


/* VIDEO PAGE */

.category-boxes label{
	margin-right: 10px;
}

.category-boxes label{
	font-weight: 500;
}

span.heading{
	display: inline-block;
	color: #000;
    font-size: .9rem;
    margin-right: 10px;
    font-weight: 700;
}

span.tos{
	font-weight: 500;
}
 
.tos_border{
	border:1px solid #fff;
	display: inline-block;
	padding-bottom: 5px;
}

.category-boxes{
	border:1px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
}

 	
.filter_btn_wrap{
	text-align: right;
}

#filters{
	
}

.filters{
	text-align: left;
	margin: 0;
	padding: 0;
}

.filters li{
	display: block;
	
}

.filters li a{
	text-decoration: none;
	color: #000;
	font-weight: 700;
	position: relative;
}

.filters li a:before{
	content: "\f101";
    font-family: fontawesome;
    color: #00abcd;
    margin-right: 15px;
}

.filters li a span{
	position: relative;
	display: inline-block;
}


.filters li a span::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #d02033;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.filters li a span:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

#youtube_form label, #youtube_form button{
	margin-top: 15px;
}

#video_upload .modal-dialog{
	max-width: 800px;
}

#video_upload .modal-dialog .modal-header, #video_upload .modal-dialog .modal-body{
	padding: 15px 25px;
}

#video_upload .modal-dialog h5{
	font-weight: 700;
}

#video_upload .modal-dialog h5:before {
    content: "\f101";
    font-family: fontawesome;
    color: #00abcd;
    margin-right: 15px;
}

#video_upload.modal {
  background-color: rgba(0, 0, 0, 0.9); 
}

#search_videos{
	border: 1px solid #a3a3a3;
}

.video_tag{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #d02033;
	color: #fff;
	padding: 2px 6px;
	font-size: .7rem;
	z-index: 3;
}

.error_video_msg p{
	color: #f00;
	margin-bottom: 0;
	font-size: .9rem;
}


/*
span.heading:before {
    content: "\f101";
    font-family: fontawesome;
    color: #00abcd;
    margin-right: 3px
}
*/


@media only screen and (max-width: 1199px){
	
	.warning_overlay{
		display: block;
	}
	
	#mobile_test{
		width: 2px;
	}
	
	ul.social li{
		margin: 0 10px;
	}
	
	ul.social{
		border-left: none !important;
	}
	
	
}


@media (max-width: 991px) {
	
	/* MOBILE MENU */
	
	ul#menu-main-menu .dropdown-menu li{
		text-align: center;
	}
	
	#main-menu {
		background-color: #00abcd;
	}
	
	body.home #main-menu {
		background-color: #004250;
	}
	
	#close_main_menu{
		color: #fff;
	    position: absolute;
	    top: 15px;
	    right: 15px;
	    border: none;
	    font-size: 45px;
		cursor: pointer;
	}
	
	#main-menu.show #close_main_menu{
		display: block;
	}
	
	/*
	#mobile_close[aria-expanded="true"]{
		
	}
	*/
	.navbar-expand-lg .navbar-nav .nav-link{
		margin-bottom: 20px;
	}
	
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 120px;
        width: 100%;
        height: 100vh;
        z-index: 99999;
    }
    .navbar-collapse.collapsing {
       
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
    
    /* END MOBILE MENU */
     
    
    
    .about_mobile_img{
		display: block;
		margin-top: 50px;
		width: 100%;
	}
    
    .about_bg{
		background-image: none !important;
		padding: 0;
	}
	
	.about_content{
		padding: 50px 15px;
	}
	
	.about_content p{
		line-height: 26px;
	}
	
	.options{
		padding: 0 0 50px 0;
	}
	
	a.option:after{
		display: none;
	}
	
	a.option{
		margin-bottom: 25px;
	}
    
    .engage-left{
		padding: 125px 35px 75px 35px;
	}
	
	h2{
		font-size: 2.5rem;
		line-height: 2.6rem;
	}
    
}

@media (max-width: 767px) {
	
	.inner-header .intro-section h1{
		font-size: 4rem;
		line-height: 4.1rem;
	}
	
	.footer-logo{
		margin-bottom: 25px;
		margin-left: 0;
	}
	
	footer.footer{
		padding: 75px 0;
	}
	
	.footer-bottom, .footer-charity{
		text-align: center;
	}
	
	.footer-charity{
		margin-top: 25px;
	}
	
	:where(.wp-block-columns.is-layout-flex){
		gap: 2rem;
	}
		
}

@media (max-width: 576px) {
	
	.polaroid{
		padding: 15px;
	}
	
	section.main-content{
		padding: 50px 0;
	}
	
	.donate-right{
		text-align: center;
	}
	
	.logo{
		margin: 0 auto 15px auto;
    	display: block;
	}
	
	#hero_slick h1, #hero_slick h2{
		font-size: 3.5rem;
		line-height: 1;
	}
	
	.sign_up{
		bottom: 0;
		left: 0;
		width: 100%;
		transform: none;
		border: none;
		top: auto;
		right: auto;
		text-align: center;
		background-color: #04aec5;
		z-index: 99999;
	}
	
	.footer-bottom{
		padding-bottom: 75px;
	}
	
	.banner_content{
		padding-right: 100px;
		
	}
	
}
 
 
@media (max-width: 470px) {
	
	.logo-mobile {
		display: block;
	}
	
	.logo{
		display: none;
	}	
} 
  

 
@media (max-width: 370px) {
	
	.banner_content{
		padding-right: 0px;
	}
	
} 
 
 
 
