* {
	margin: 0;
	padding: 0;
}

html {
  	scroll-behavior: smooth;
}

body {
	font-family: 'Lato', sans-serif;
	color: #333;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.fz_20 {
    font-size: 18px!important;
    padding-top: 5px;
}

.fz_20_req::before {
    display: inline-block;
    margin-right: 5px;
    color: #ff0000;
    font-size: 18px;
    line-height: 1;
    content: "*";
}


.checkout-form .r1 {
    margin-bottom: 30px;
}

.checkout-form .r1 label {
    font-weight: 700;
}

.checkout-form label {
    text-align: right;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
    background: #fff;
    border: 2px solid #19b7cb;
    border-radius: 10px;
    height: 40px;
    outline: none;
    padding-right: 10px;
}

.checkout-form textarea {
    height: 100px;
}

.checkout-form .select2-container--bootstrap {
	background: #fff;
	border: 4px solid #19b7cb;
	border-radius: 30px;
	height: 50px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
}

.checkout-form button {
    width: 100%;
    border: 0;
    background: #F7E470;
    padding: 16px 45px;
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #000;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.checkout-form button:hover {
	background: #19b7cb;
	color: #fff;
}

.checkout-form button:disabled {
	background: #9c9c9c;
}

.slider-video iframe {
	width: 100%;
	height: 600px;
}


.bg-1 {background: #def0f4!important;}
.bg-2 {background: #F3F0EB!important;}

.bg_E8F7FF {background: #E8F7FF!important;}


a {
	-webkit-transition: all 0.4s ease!important;
	transition: all 0.4s ease!important;
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
}

.bg-lightblue {
	background: #f1f5f9;
}

.w-400 {
	width: 400px!important;
}

.w-100-p {
	width: 100%!important;
}

.h-100 {
	height: 100px!important;
}
.h-300 {
	height: 300px!important;
}

.btn-arf {
	background: #19b7cb!important;
	border: 0;
}

.btn-arf:hover {
	background: #333!important;
}



/* Main Nav */
.navbar-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.main-nav .container {
	max-width: 1200px;
}

.main-nav {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

.main-nav .contact {
	color: #fff;
	margin-top: 15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}

.main-nav .contact .phone a{
	float: left;
	margin-right: 15px;
	font-size: 16px;
	margin-left: -15px;
    color: #F7E470 !important;
    font-weight: 600;
}

.main-nav .contact .email {
	float: left;
}

.main-nav .contact i {
	padding-right: 6px;
}

.main-nav .navbar {
	padding-left: 0;
	padding-right: 0;
	padding-top: 50px;
	padding-bottom: 0;
}

.main-nav .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item {
	/*padding-top: 28px;
	padding-bottom: 28px;*/
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	top: 77px!important;
	background: #fff!important;
	padding: 0!important;
	border: none!important;
	border-radius: 0!important;
	width: 230px!important;
}

.main-nav nav .navbar-nav .nav-item a {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 2px;
	margin-left: 12px;
	margin-right: 12px;
	text-transform: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



.main-nav nav .navbar-nav .active a {
	border-bottom: 1px solid #F7E470;
}

.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover, 
.main-nav nav .navbar-nav .nav-item a:focus, 
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    padding-bottom: 5px;
	color: #F7E470;
	border-bottom: 2px solid white;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid #ddd;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	color: #333;
	text-shadow: none;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #fff!important;
	background: #19b7cb!important;
}

.main-nav img {
	height: 100px;
}

.main-nav .logo {
	padding-top: 20px;
}
.main-nav nav .navbar-nav .nav-item .donate_main{
    background: #F7E470; padding: 10px 30px; border-radius: 30px; color: black;
}
.main-nav nav .navbar-nav .nav-item .donate_main:hover{
    background: white; color: black; padding: 10px 30px; border: none;
}
.cta-button {
	margin-left: 20px;
	margin-bottom: 20px;
}
.cta-button a {
	background: #F7E470;
	padding: 10px 45px;
	font-size: 14px;
	display: block;
	text-align: center;
	border-radius: 30px;
	color: #000;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 18px;
}

.cta-button a span {
	font-size: 22px;
}

.cta-button .text {
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

/* Sticky Nav */
/*.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #333;
	border-bottom: 1px solid #ddd;
	z-index: 999;
}*/




/* Sidepanel */
.sidepanel {
  	height: 250px; /* Specify a height */
  	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	background-color: #111; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}
.sidepanel a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidepanel a:hover {
  	color: #f1f1f1;
}
.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
}
.openbtn:hover {
  	background-color: #444;
}







/* Slider */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.slider-item {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    -webkit-transition: all 2s;
    transition: all 2s;
    background-size: cover;
    background-position-y: 0;
    animation: grow 24s infinite 0.6s linear;
}

.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a3041;
    opacity: 0.2;
}

@keyframes grow {
    0%  { background-size: 100% auto; }
    25% { background-size: 110% auto; }
    50% { background-size: 120% auto; }
    75% { background-size: 130% auto; }
    100%{ background-size: 140% auto; }
}


.slider-bg-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a3041;
    opacity: 0.6;
    z-index: 99;
}

.slider-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 750px;
}

.slider-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.text-animated h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    animation-duration: .8s;
    animation-delay: 0s;
    margin-bottom: 15px;
}

.text-animated h2 {
    font-size: 30px;
    font-weight: 600;
    color: #F7E470;
    margin: 0;
    animation-duration: .8s;
    animation-delay: .4s;
    margin-bottom: 15px;
}

.text-animated p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    animation-duration: .8s;
    animation-delay: .8s;
}

.text-animated ul {
	padding-left: 0;
	margin-top: 15px;
}

.text-animated li {
    display: inline-block;
    margin-top: 22px;
    animation-duration: .8s;
    animation-delay: .12s;
}

.text-animated li a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    background-color: #19b7cb;
    color: #fff;
    border: 2px solid #19b7cb;
    border-radius: 30px;
    padding: 10px 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li a:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.slide-carousel {
    overflow: hidden;
}

.slide-carousel .owl-nav .owl-prev,
.slide-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 56px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    background: #19b7cb;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 30px;
}

.slide-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 30px;
}

.slide-carousel .owl-nav .owl-prev:hover{
    left: 0;
    margin-left: 20px;
    background: #ffc107;
}

.slide-carousel .owl-nav .owl-next:hover {
    background: #ffc107;
    right: 0;
    margin-right: 20px;
}

.slide-carousel .owl-dots {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-left: -21px;
    display: none;
}

.slide-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    display: block;
    margin: 0 4px;
    margin-bottom: 10px;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #fff;
}

.slider-text .text {
	text-align: center;
	margin-top: 60px!important;
}

.slider-text .bounce_arrow {
	text-align: center;
	margin-top: 30px;
}



/* =============================================== */
/* ================= Mobile Menu ================= */
/* =============================================== */
.mobile-nav img {
	height: 40px;
}
.mean-container .mean-bar {
	background-color: #fff;
}
.mean-container a.meanmenu-reveal span {
	background: #19b7cb;
}
.mean-container a.meanmenu-reveal {
	color: #19b7cb;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.7;
}






/* Page Banner */
.page-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.bg-page {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.7;
}

.page-banner .text {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	z-index: 99;
}

.page-banner .text h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin: 0!important;
}

.page-banner .text h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-top: 15px;
}
.page-banner .text .button {
	margin-top: 25px;
}
.page-banner .text .button a {
	background: #19b7cb;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 20px;
	border-color: #19b7cb;
}
.page-banner .text .button a:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.page-banner .breadcrumb {
	background-color: transparent;
	text-align: center;
	margin-bottom: 0;
}

.page-banner .breadcrumb-item {
	color: #bdbaba;
	font-weight: 600;
	font-size: 18px;
}

.page-banner .breadcrumb-item a {
	color: #fff;
}

.page-banner .breadcrumb-item a:hover {
	color: #19b7cb;
}

.page-banner .breadcrumb-item::before {
	color: #fff!important;
}


/* Page Content */
.page-content {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}




/* Scroll to Top */
.scroll-top {
	cursor: pointer;
	text-align: center;
	font-size: 22px;
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 46px;
	bottom: 110px;
	right: 20px;
	background: #19b7cb;
	color: #fff;
	opacity: 0.7;
	z-index: 9999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.scroll-top:hover {
	opacity: 1;
	background: #F7E470;
}

.quick-donate {
	background: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}

.quick-donate .container {
	max-width: 95%;
}

.quick-donate .inner {
	border: 10px solid #000;
	overflow: hidden;
	padding: 40px;
}

.quick-donate .inner h2 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	padding-left: 80px;
	padding-right: 80px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	background: #fff;
	position: absolute;
	left: 60px;
	top: -5px;
}
.quick-donate .item-box-top {
	margin-top: 10px;
}
.quick-donate .item-box {
	width: 100%;
	overflow: hidden;
}
.quick-donate .item-box-part {
	width: 23%;
	float: left;
	margin-right: 2%;
}
.quick-donate .item-box-part:nth-of-type(4) {
	margin-right: 0;
}
.quick-donate .select2-container--bootstrap {
	background: #fff;
	border: 4px solid #19b7cb;
	border-radius: 30px;
	height: 50px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, 
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap .select2-selection--single {
	border: 0;
	box-shadow: none;
	margin-top: 2px;
}
.quick-donate .item-box-part select {
	width: 100%;
	background: #fff;
	border: 4px solid #19b7cb;
	border-radius: 30px;
	height: 50px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
}
.quick-donate .item-box-part input[type="text"] {
	width: 100%;
	background: #fff;
	border: 4px solid #19b7cb;
	border-radius: 30px;
	height: 50px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	text-align: center;
}
.quick-donate .item-box-part input[type="number"] {
	width: 100%;
	background: #fff;
	border: 4px solid #19b7cb;
	border-radius: 30px;
	height: 50px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	text-align: center;
}
.quick-donate .item-box .item-full {
	width: 100%;
	margin-top: 30px;
}
.quick-donate .item-box .item-full a {
	background: #F7E470;
	padding: 16px 45px;
	font-size: 14px;
	display: block;
	text-align: center;
	border-radius: 30px;
	color: #000;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.quick-donate .item-box .item-full input[type="submit"] {
	width: 100%;
	border: 0;
	background: #F7E470;
	padding: 16px 45px;
	font-size: 14px;
	display: block;
	text-align: center;
	border-radius: 30px;
	color: #000;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}






.quick-donate-1 {
	margin-top: 0;
}
.quick-donate-1 .item-box-part {
	width: calc(100% - 2px);
	margin-bottom: 10px;
}
.quick-donate-1 .item-box .item-full {
	margin-top: 0;
}



.cart-total {
	font-weight: 700;
	font-size: 20px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}




.current-project .container {
	max-width: 95%;
}
.current-project .heading {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.current-project .heading h2 {
	font-size: 30px;
	font-weight: 800;
}
.current-project .total {
	overflow: hidden;
}
.current-project .left-side {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
	width: 50%;
}
.current-project .left-side .text {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
	margin: 10px;
	text-align: center;
	padding: 15px;
}
.current-project .left-side .text h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #000;
	margin-bottom: 20px;
}
.current-project .left-side .text p {
	font-size: 14px;
}
.current-project .left-side .text .buttons {
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.current-project .left-side .text .buttons a {
	display: inline-block;
}

.current-project .left-side .text .buttons a:nth-of-type(1) {
	background: #fff;
	border: 3px solid #19b7cb;
	padding: 4px 25px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	margin-right: 10px;
}
.current-project .left-side .text .buttons a:nth-of-type(1):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
	background: #19b7cb;
	border-color: #19b7cb;
	color: #fff;
}

.current-project .left-side .text .buttons a:nth-of-type(2) {
	background: #F7E470;
	border: 0;
	padding: 7px 28px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
}
.current-project .left-side .text .buttons a:nth-of-type(2):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
}
.current-project .right-side {
	width: 50%;
	background: #F7E470;
}
.current-project .right-side h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.current-project .right-side .inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.current-project .right-side .inner1 {
	padding: 20px;
	width: 100%;
}

.current-project .right-side .inner .progress {
	height: 24px;
	border-radius: 30px;
}

.current-project .right-side .inner .progress span {
	display: none;
}

.current-project .right-side .inner .progress-bar {
	background-color: #19b7cb!important;
}

.current-project .right-side .inner .text {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}

.current-project .right-side .donate-btn {
	margin-top: 40px;
}

.current-project .right-side .donate-btn a {
	background: #19b7cb;
	color: #fff;
	border-radius: 30px;
	padding: 10px 45px;
}

.current-project .left-side,
.current-project .right-side {
	height: 500px;
	float: left;
}



@media screen and (max-width: 500px) {
  .current-project .right-side .donate-btn a {
    	background: #19b7cb;
    	color: #fff;
    	border-radius: 30px;
    	padding: 10px 17px;
    }
    .text-animated{
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        animation-duration: .8s;
        animation-delay: 0s;
        margin-bottom: 15px;
    }
}










.project-carousel {
	position: relative;
}
.project-not-carousel {
	position: relative;
}
.project-not-carousel .pr-item {
	margin-bottom: 25px;
}
.project .container {
	max-width: 95%;
}
.project .heading {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.project .heading h2 {
	font-size: 30px;
	font-weight: 800;
}
.project .total {
	overflow: hidden;
}
.project .left-side {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
	width: 100%;
	height: 500px;
	float: left;
}
.project .left-side .text {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
	margin: 10px;
	text-align: center;
	padding: 15px;
}
.project .left-side .text h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #000;
	margin-bottom: 20px;
}
.project .left-side .text p {
	font-size: 14px;
}
.project .left-side .text .buttons {
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.project .left-side .text .buttons a {
	display: inline-block;
}

.project .left-side .text .buttons a:nth-of-type(1) {
	background: #fff;
	border: 3px solid #19b7cb;
	padding: 4px 25px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	margin-right: 10px;
}
.project .left-side .text .buttons a:nth-of-type(1):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
	background: #19b7cb;
	color: #fff;
}

.project .left-side .text .buttons a:nth-of-type(2) {
	background: #F7E470;
	border: 0;
	padding: 7px 28px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
}
.project .left-side .text .buttons a:nth-of-type(2):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
}

.project-not-carousel .left-side .text .buttons a:nth-of-type(1):hover {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

.project-not-carousel .left-side .text .buttons a:nth-of-type(2):hover {
	padding-left: 35px!important;
	padding-right: 35px!important;
}

.project-carousel .owl-nav {
	position: absolute;
	top: 28%;
	left: 0;
	width: 100%;
}
.project-carousel .owl-nav .owl-prev {
	left: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: left;
	transition: 300ms;
}
.project-carousel .owl-nav .owl-next {
	right: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: right;
	transition: 300ms;
}

.project-carousel .owl-nav .owl-next:hover {
	width: 110px;
}

.project-carousel .owl-nav .owl-prev:hover {
	width: 110px;
}








.middle-sponsor {
	background: #f2f3f3;
	padding-top: 30px;
	padding-bottom: 60px;
}

.middle-sponsor .container {
	max-width: 95%;
}
.middle-sponsor .heading {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.middle-sponsor .heading h2 {
	font-size: 30px;
	font-weight: 800;
}
.middle-sponsor .all-items {
	text-align: center;
}
.middle-sponsor .all-items h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.middle-sponsor .all-items p {
	font-size: 14px;
}
.middle-sponsor .left-side {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-right: 15px;
}
.middle-sponsor .left-side .item,
.middle-sponsor .right-side .item {
	margin-bottom: 30px;
}
.middle-sponsor .middle-side {
	width: 250px;
	height: auto;
	display: inline-block;	
}
.middle-sponsor .middle-side img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.middle-sponsor .right-side {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 15px;
}
.middle-sponsor .sponsor-button {
	text-align: center;
	margin-top: 40px;
}
.middle-sponsor .sponsor-button a {
	background: #F7E470;
	color: #000;
	padding: 10px 100px;
	border-radius: 30px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}














.event-carousel {
	position: relative;
}
.event .container {
	max-width: 95%;
}
.event .heading {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.event .heading h2 {
	font-size: 30px;
	font-weight: 800;
}
.event .total {
	overflow: hidden;
}
.event .left-side {
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
	width: 100%;
	height: 420px;
	float: left;
}
.event .left-side .text {
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: calc(100% - 20px);
	margin: 10px;
	text-align: center;
	padding: 40px;
}
.event .left-side .text h3 {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: #000;
	margin-top: 20px;
	margin-bottom: 0px;
}
.event .left-side .text .date {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 20px;
}
.event .left-side .text p {
	font-size: 14px;
}
.event .left-side .text .buttons {
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}

.event .left-side .text .buttons a {
	display: inline-block;
	background: #fff;
	border: 3px solid #19b7cb;
	padding: 4px 25px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	margin-right: 10px;
}
.event .left-side .text .buttons a:hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
	background: #19b7cb;
	color: #fff;
}

.event-carousel .owl-nav {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	width: 100%;
}
.event-carousel .owl-nav .owl-prev {
	left: calc(50% - 30px);
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: left;
	transition: 300ms;
}
.event-carousel .owl-nav .owl-next {
	right: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: right;
	transition: 300ms;
}

.event-carousel .owl-nav .owl-next:hover {
	width: 110px;
}

.event-carousel .owl-nav .owl-prev:hover {
	width: 110px;
}





.what-we-do {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.what-we-do .container {
	max-width: 95%;
}
.what-we-do .items {
	background: linear-gradient(103.7deg, #008BD1 0%, #E0A07C 100%);
	padding: 30px;
	color: #fff;
}
.what-we-do h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
}

.what-we-do p {
	font-size: 14px;
}
.what-we-do .button {
	margin-top: 20px;
}
.what-we-do .button a {
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
	border-radius: 30px;
	padding: 5px 30px;
	display: inline-block;
	transition: 300ms;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 800;
}
.what-we-do .button a:hover {
	background: #19b7cb;
	border-color: #19b7cb;
	padding-left: 50px;
	padding-right: 50px;
	color: #fff;
}

.what-we-do iframe {
	max-width: 100%!important;
}




.get-involved {
	padding-top: 0px;
	padding-bottom: 30px;
	position: relative;
}
.get-involved .container {
	max-width: 95%;
}

.get-involved .items {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
	color: #fff;
	text-align: center;
	padding-top: 140px;
	padding-bottom: 140px;
}

.get-involved h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
}

.get-involved .button {
	margin-top: 20px;
}
.get-involved .button a {
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
	border-radius: 30px;
	padding: 5px 30px;
	display: inline-block;
	transition: 300ms;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 800;
}
.get-involved .button a:hover {
	background: #19b7cb;
	border-color: #19b7cb;
	padding-left: 50px;
	padding-right: 50px;
	color: #fff;
}






.news {
	padding-top: 0px;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 50px;
}
.news .container {
	max-width: 95%;
}
.news .heading {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.news .heading h2 {
	font-size: 30px;
	font-weight: 800;
}
.news .item .photo img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.news .item h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 24px;
	margin-top: 30px;
}
.news .item p {
	font-size: 15px;
	font-weight: 600;
}
.news .item .bottom {
	margin-top: 40px;
}

.news .item .bottom .button {
	float: left;
	margin-bottom: 30px;
}
.news .item .bottom .button a {
	background: #fff;
	border: 3px solid #19b7cb;
	border-radius: 30px;
	padding: 7px 30px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	transition: 300ms;
}
.news .item .bottom .button a:hover {
	background: #19b7cb;
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
}
.news .item .bottom .date {
	float: right;
}

.news-carousel .owl-nav {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}
.news-carousel .owl-nav .owl-prev {
	left: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: left;
	transition: 300ms;
}
.news-carousel .owl-nav .owl-next {
	right: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: right;
	transition: 300ms;
}

.news-carousel .owl-nav .owl-next:hover {
	width: 110px;
}

.news-carousel .owl-nav .owl-prev:hover {
	width: 110px;
}









.where-we-work {
	background: #F7E470;
	padding-top: 50px;
	padding-bottom: 50px;
}
.where-we-work .container {
	max-width: 95%;
}
.where-we-work h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 34px;
	text-align: center;
	margin-bottom: 30px;
}
.where-we-work img {
	width: 100%;
	height: auto;
}













.testimonial {
	padding-top: 0px;
	padding-bottom: 50px;
	position: relative;
	background: #19b7cb;
}
.testimonial .container {
	max-width: 95%;
}
.testimonial .heading {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.testimonial .heading h2 {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
}
.testimonial .item .photo {
	text-align: center;
}
.testimonial .item .photo img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: inline-block;
}
.testimonial .item .photo .name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 28px;
	margin-top: 30px;
	color: #fff;
}
.testimonial .item .text {
	padding-left: 200px;
	padding-right: 200px;
	color: #fff;
}
.testimonial .item .text p {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	display: none;
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 38px;
    height: 54px;
    line-height: 52px;
    top: 50%;
    margin-top: -25px;
    /*background: rgba(123, 167, 59, 0.6);*/
    background: #19b7cb;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: #19b7cb;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -21px;
}

.testimonial-carousel .owl-dots .owl-dot {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #19b7cb;
    display: inline-block;
    margin: 0 4px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    background: #F7E470;
    border-color: #19b7cb;
}








.subscribe {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.subscribe .container {
	max-width: 95%;
	background: #F7E470;
	padding: 20px;
}
.subscribe .items-left {
	background: #19b7cb;
	padding: 30px;
}
.subscribe .items-left table tr td {
	background: #fff;
}
.subscribe .items-left table tr td.big {
	vertical-align: middle;
	font-weight: 700;
	font-size: 20px;
}
.subscribe .items-left table tr td.a1 {
	background: #f3f3f3;
	font-weight: 700;
}
.subscribe .items {
	background: #F7E470;
	padding: 30px;
	display: flex;
	align-items: center;
	height: 100%;
}
.subscribe .items .child {
	width: 100%;
}
.subscribe h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: 800;
	color: #000;
	margin-bottom: 20px;
	margin-top: 0;
}
.subscribe .items .child p {
	font-size: 16px;
}
.subscribe p {
	font-size: 14px;
}
.subscribe input[type="text"] {
	width: 100%;
	border-radius: 30px;
	border: 0;
}
.subscribe input[type="submit"] {
	background: #19b7cb;
	border-radius: 30px;
	padding: 7px 45px;
	margin-top: 20px;
}









.photo-gallery-carousel {
	position: relative;
	margin-bottom: 50px;
}
.photo-gallery .container {
	max-width: 95%;
}
.photo-gallery .heading {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.photo-gallery .heading h2 {
	font-size: 30px;
	font-weight: 800;
}
.photo-gallery .total {
	overflow: hidden;
}
.photo-gallery .left-side {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
	width: 100%;
	height: 300px;
	float: left;
}
.photo-gallery .left-side .text {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
	margin: 10px;
	text-align: center;
	padding: 15px;
}
.photo-gallery .left-side .text h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
}
.photo-gallery .left-side .text h3 a {
	color: #000;
}
.photo-gallery .left-side .text p {
	font-size: 14px;
}
.photo-gallery .left-side .text .buttons {
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.photo-gallery .left-side .text .buttons a {
	display: inline-block;
}

.photo-gallery .left-side .text .buttons a:nth-of-type(1) {
	background: #fff;
	border: 3px solid #000;
	padding: 4px 25px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	margin-right: 10px;
}
.photo-gallery .left-side .text .buttons a:nth-of-type(1):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
	background: #000;
	color: #fff;
}

.photo-gallery .left-side .text .buttons a:nth-of-type(2) {
	background: #F7E470;
	border: 0;
	padding: 7px 28px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
}
.photo-gallery .left-side .text .buttons a:nth-of-type(2):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
}

.photo-gallery-carousel .owl-nav {
	position: absolute;
	top: 28%;
	left: 0;
	width: 100%;
}
.photo-gallery-carousel .owl-nav .owl-prev {
	left: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: left;
	transition: 300ms;
}
.photo-gallery-carousel .owl-nav .owl-next {
	right: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: right;
	transition: 300ms;
}

.photo-gallery-carousel .owl-nav .owl-next:hover {
	width: 110px;
}

.photo-gallery-carousel .owl-nav .owl-prev:hover {
	width: 110px;
}










.photo-gallery-single-carousel {
	position: relative;
	margin-bottom: 50px;
}
.photo-gallery-single .container {
	max-width: 95%;
}
.photo-gallery-single .heading {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.photo-gallery-single .heading h2 {
	font-size: 30px;
	font-weight: 800;
}
.photo-gallery-single .total {
	overflow: hidden;
}
.photo-gallery-single .left-side {
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
	width: 100%;
	height: 700px;
	float: left;
}
.photo-gallery-single .left-side .text {
	background: #19b7cb;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
	margin: 10px;
	text-align: center;
	padding: 15px;
}
.photo-gallery-single .left-side .text h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0px;
}
.photo-gallery-single .left-side .text h3 a {
	color: #fff;
}
.photo-gallery-single .left-side .text p {
	font-size: 14px;
}
.photo-gallery-single .left-side .text .buttons {
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.photo-gallery-single .left-side .text .buttons a {
	display: inline-block;
}

.photo-gallery-single .left-side .text .buttons a:nth-of-type(1) {
	background: #fff;
	border: 3px solid #000;
	padding: 4px 25px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	margin-right: 10px;
}
.photo-gallery-single .left-side .text .buttons a:nth-of-type(1):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
	background: #000;
	color: #fff;
}

.photo-gallery-single .left-side .text .buttons a:nth-of-type(2) {
	background: #F7E470;
	border: 0;
	padding: 7px 28px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
}
.photo-gallery-single .left-side .text .buttons a:nth-of-type(2):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
}

.photo-gallery-single-carousel .owl-nav {
	position: absolute;
	top: 38%;
	left: 0;
	width: 100%;
}
.photo-gallery-single-carousel .owl-nav .owl-prev {
	left: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: left;
	transition: 300ms;
}
.photo-gallery-single-carousel .owl-nav .owl-next {
	right: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: right;
	transition: 300ms;
}

.photo-gallery-single-carousel .owl-nav .owl-next:hover {
	width: 110px;
}

.photo-gallery-single-carousel .owl-nav .owl-prev:hover {
	width: 110px;
}















.video-gallery-carousel {
	position: relative;
	margin-bottom: 50px;
}
.video-gallery .container {
	max-width: 95%;
}
.video-gallery .heading {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.video-gallery .heading h2 {
	font-size: 30px;
	font-weight: 800;
}
.video-gallery .total {
	overflow: hidden;
}
.video-gallery .left-side {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
	width: 100%;
	height: auto;
	float: left;
}
.video-gallery .left-side .video-iframe {
	width: 100%;
}
.video-gallery .left-side .video-iframe iframe {
	width: 100%;
	height: 300px;
}
.video-gallery .left-side .text {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
	margin: 10px;
	text-align: center;
	padding: 15px;
}
.video-gallery .left-side .text h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
}
.video-gallery .left-side .text h3 a {
	color: #000;
}
.video-gallery .left-side .text p {
	font-size: 14px;
}
.video-gallery .left-side .text .buttons {
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.video-gallery .left-side .text .buttons a {
	display: inline-block;
}

.video-gallery .left-side .text .buttons a:nth-of-type(1) {
	background: #fff;
	border: 3px solid #000;
	padding: 4px 25px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	margin-right: 10px;
}
.video-gallery .left-side .text .buttons a:nth-of-type(1):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
	background: #000;
	color: #fff;
}

.video-gallery .left-side .text .buttons a:nth-of-type(2) {
	background: #F7E470;
	border: 0;
	padding: 7px 28px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
}
.video-gallery .left-side .text .buttons a:nth-of-type(2):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
}

.video-gallery-carousel .owl-nav {
	position: absolute;
	top: 28%;
	left: 0;
	width: 100%;
}
.video-gallery-carousel .owl-nav .owl-prev {
	left: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: left;
	transition: 300ms;
}
.video-gallery-carousel .owl-nav .owl-next {
	right: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: right;
	transition: 300ms;
}

.video-gallery-carousel .owl-nav .owl-next:hover {
	width: 110px;
}

.video-gallery-carousel .owl-nav .owl-prev:hover {
	width: 110px;
}










.video-gallery-single-carousel {
	position: relative;
	margin-bottom: 50px;
}
.video-gallery-single .container {
	max-width: 95%;
}
.video-gallery-single .heading {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.video-gallery-single .heading h2 {
	font-size: 30px;
	font-weight: 800;
}
.video-gallery-single .total {
	overflow: hidden;
}
.video-gallery-single .left-side {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
	width: 100%;
	height: auto;
	float: left;
}
.video-gallery-single .left-side .video-iframe {
	width: 100%;
}
.video-gallery-single .left-side .video-iframe iframe {
	width: 100%;
	height: 800px;
}
.video-gallery-single .left-side .text {
	background: #19b7cb;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
	margin: 10px;
	text-align: center;
	padding: 15px;
}
.video-gallery-single .left-side .text h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0px;
}
.video-gallery-single .left-side .text h3 a {
	color: #fff;
}
.video-gallery-single .left-side .text p {
	font-size: 14px;
}
.video-gallery-single .left-side .text .buttons {
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.video-gallery-single .left-side .text .buttons a {
	display: inline-block;
}

.video-gallery-single .left-side .text .buttons a:nth-of-type(1) {
	background: #fff;
	border: 3px solid #000;
	padding: 4px 25px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	margin-right: 10px;
}
.video-gallery-single .left-side .text .buttons a:nth-of-type(1):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
	background: #000;
	color: #fff;
}

.video-gallery-single .left-side .text .buttons a:nth-of-type(2) {
	background: #F7E470;
	border: 0;
	padding: 7px 28px;
	border-radius: 30px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
}
.video-gallery-single .left-side .text .buttons a:nth-of-type(2):hover {
	transition: 300ms;
	padding-left: 40px;
	padding-right: 40px;
}

.video-gallery-single-carousel .owl-nav {
	position: absolute;
	top: 28%;
	left: 0;
	width: 100%;
}
.video-gallery-single-carousel .owl-nav .owl-prev {
	left: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: left;
	transition: 300ms;
}
.video-gallery-single-carousel .owl-nav .owl-next {
	right: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: right;
	transition: 300ms;
}

.video-gallery-single-carousel .owl-nav .owl-next:hover {
	width: 110px;
}

.video-gallery-single-carousel .owl-nav .owl-prev:hover {
	width: 110px;
}








.footer-area .container {
	max-width: 95%;
	background: #000;
	margin-bottom: 20px;
	padding: 40px;
}
.footer-area .logo img {
	width: 100px;
	margin-bottom: 20px;
}
.footer-area h4 {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}
.footer-area p {
	color: #fff;
	font-size: 14px;
}
.footer-area ul li {
	list-style-type: none;
}
.footer-area ul li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 700;
}
.footer-area ul li a:hover {
	color: #F7E470;
}
.footer-area .copyright {
	margin-top: 40px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-area .copyright a {
	color: #F7E470;
}










.full-width {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.full-width .container {
	max-width: 95%;
}

.full-width h1,
.full-width h2,
.full-width h3,
.full-width h4,
.full-width h5,
.full-width h6 {
	font-weight: 700;
	margin-bottom: 20px;
}

.full-width h1 {font-size: 40px;}
.full-width h2 {font-size: 34px;}
.full-width h3 {font-size: 28px;}
.full-width h4 {font-size: 22px;}
.full-width h5 {font-size: 16px;}
.full-width h6 {font-size: 12px;}

.full-width h2.big {
	font-size: 60px;
}

.full-width ul li,
.full-width ol li {
	list-style-position: inside;
	font-size: 18px;
}

.full-width p {
	font-size: 18px;
}

.full-width iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 40px;
}

.full-width .inner {
	padding-left: 20px;
	padding-right: 20px;
}

.full-width .big-right img {
	width: 100%;
	height: auto;
}

.full-width .big-left {
	display: flex;
	align-items: center;
	height: 100%;
}

.full-width .big-left .inner {
	width: 100%;
	padding: 60px;
	background: #E8F7FF;
	position: relative;
    right: -140px;
    z-index: 40;
}

.full-width .big-left .inners {
	width: 100%;
	padding: 60px;
	background: #E8F7FF;
	position: relative;
    left: -140px;
    z-index: 40;
}

.full-width .big-left h2 {
	font-size: 64px;
}

.full-width .big-left p {
	font-size: 20px;
}



.full-width .faq {
	margin-top: 30px;
}

.full-width .faq .panel-body ol li,
.full-width .faq .panel-body ul li {
	list-style-position: inside;
}

.full-width .faq .panel {
	box-shadow: none!important;
	border-radius: 0!important;
	margin-bottom: 10px;
}

.full-width .faq .panel-group {
	margin-bottom: 40px;
}

.full-width .faq .panel-default>.panel-heading {
	background: transparent;
	color: #333;
	padding: 0;
	border-radius: 0;
	border: 0;
	position: relative;
	margin-bottom: 20px;
}

.full-width .faq .panel-group .panel-heading a:after {
	content: '\f068';
	font-family: 'FontAwesome';
	position: absolute;
	font-weight: normal;
	right: 20px;
	top: 10px;
	font-size: 14px;
}

.full-width .faq .panel-group .panel-heading a.collapsed:after {
  	content: '\f067';
  	font-family: 'FontAwesome';
  	font-size: 14px;
}


.full-width .faq h4.panel-title {
	margin-bottom: 0!important;
	border: 0;
	border-radius: 30px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.full-width .faq h4.panel-title a {
	display: block;
	padding: 15px 15px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: transparent!important;
}
.full-width .faq h4.panel-title:hover {
	background: #19b7cb;
}
.full-width .faq h4.panel-title:hover a {
	color: #fff;
}

.full-width .faq .panel-body {
	border-top: 0;
	padding: 15px;
	border: 0;
	border-top: 0;
}

.full-width .price-item {
	background: #19b7cb;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.full-width .price-item .amount {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

.full-width .price-item .title {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 20px;
}

.full-width .price-item .text {
	font-size: 16px;
	color: #fff;
}
.full-width .price-item .button {
	margin-top: 30px;
	margin-bottom: 30px;
}
.full-width .price-item .button a {
	background: #F7E470;
	padding: 10px 40px;
	border-radius: 30px;
	color: #000;
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.full-width .price-item .button a:hover {
	background: #fff;
	color: #000;
}













.full-width .key-fact-item {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	height: 240px;
}

.full-width .key-fact-item .icon {
	text-align: center;
	margin-bottom: 20px;
}

.full-width .key-fact-item .icon img {
	height: 80px;
}

.full-width .key-fact-item .text {
	font-size: 16px;
	color: #333;
}

.full-width .highlighted {
	text-align: center;
	margin-bottom: 20px;
}

.full-width .highlighted .inner {
	display: inline-block;
	background: #e9e9e9;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 20px;
}


a.donate-go-bottom {
	background: #F7E470;
	padding: 10px 40px;
	border-radius: 30px;
	color: #000;
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.full-width-all-left,
.full-width-all-left h2,
.full-width-all-left p,
.full-width-all-left ol,
.full-width-all-left ul {
	text-align: left;
}
.full-width-all-left ol,
.full-width-all-left ul {
	list-style-position: inside;
	padding-left: 20px;
}











.team {
	padding-top: 0px;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 50px;
}
.team .container {
	max-width: 95%;
}
.team .item {
	position: relative;
}
.team .item .photo img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.team .item .text {
	position: absolute;
	bottom: -100px;
	left: 0;
	background: #fff;
	width: calc(100% - 30px);
	padding: 15px;
	margin: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.team .item:hover .text {
	bottom: 0;
}
.team .item h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0;
}
.team .item p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}
.team-carousel .owl-nav {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
}
.team-carousel .owl-nav .owl-prev {
	left: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: left;
	transition: 300ms;
}
.team-carousel .owl-nav .owl-next {
	right: -10px;
	position: absolute;
	background: #19b7cb;
	color: #fff;
	width: 80px;
	padding: 8px;
	border-radius: 30px;
	text-align: right;
	transition: 300ms;
}

.team-carousel .owl-nav .owl-next:hover {
	width: 110px;
}

.team-carousel .owl-nav .owl-prev:hover {
	width: 110px;
}

.twitter {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #1DA1F2;
    border-radius: 30px;
}

.twitter a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: block;
}


.facebook {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #718abd;
    border-radius: 30px;
}

.facebook a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.youtube {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fd9b9b;
	border-radius: 30px;
}

.youtube a {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	display: block;
}

.fa-bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.4em; }
    70% { top: -0.5em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.4em; }
    70% { top: -0.5em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.4em; }
    70% { top: -0.5em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.4em; }
    70% { top: -0.5em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.4em; }
    70% { top: -0.5em; }
    100% { top: 0; }
}


.full-width-monthly-project img {
	width: 100%!important;
	height: auto!important;
}

.full-width-monthly-project .sidebar .item {
	margin-bottom: 20px;
}

.full-width-monthly-project .sidebar h3 {
	background: #19b7cb;
	color: #fff;
	padding: 10px;
	font-size: 20px;
	margin-bottom: 0;
}

.full-width-monthly-project .sidebar ul li {
	list-style-type: none;
	border-bottom: 1px solid #c1c1c1;
	background: #f3eeee;
}

.full-width-monthly-project .sidebar ul li a {
	color: #000;
	display: block;
}

.all-projects {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.all-projects a {
	background: #19b7cb;
    color: #fff;
    border-radius: 30px;
    padding: 10px 45px;
}
.{
    
}