/*
Theme Name: Prab
Author: The Team.
Author URI: https://wordpress.org/
Description: Custom Theme.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
*/

*{border: 0; outline: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
body{font-family: 'DINCond';font-size:14px;	color: #666;line-height:20px;font-weight:400;position:relative; background:#fbc434 url('./assets/images/body_bg.jpg') no-repeat;background-position:top center;background-attachment:fixed !important;background-size:100% auto;margin: 0;}
img, fieldset {max-width:100%; height:auto; border:0;}
textarea{resize: none; font-family: 'MarkOT';}
input{font-family: 'MarkOT';}
a{/* transition: all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s; */}
a, a img{text-decoration: none;}
a:hover, a:focus, a:active{text-decoration: none;}

.full-width{
	width:100%;
	float:left;
}
.slick-slide  div:last-child li{border-bottom:0!important;}
.verticalCenter{
	display:table;
	width: 100%;
	height:100%;
}

.verticalMiddle{
	display:table-cell;
	vertical-align:middle;
}

.verticalBottom{
	vertical-align:bottom;
	display: table-cell;
}

.container{
	width: 1000px;
	margin:0 auto;
}

.inner_container{
	width:650px;
	margin:0 auto;
}

.common_bg{
	background: #fff;
	padding:0 25px;
}	

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

.heading{
	font-size:35px;
	line-height: 40px;
	color: #4d564c;
	font-family: 'DINCond';
	margin:15px 0 20px;
	text-transform: uppercase;
}

.orange{
	background: #d0693a;
}

.red{
	background: #e83735;
}

.orange_border{
	border-top:4px solid #d0693a;
}

.red_border{
	border-top:4px solid #e83735;
}

/* homepage */
.header > .container{
	padding:41px 0 0;
	background:#fff url('./assets/images/top_bar.png') no-repeat;
	background-position: top center;
}

.header .top_header .left{
	width:50%;
	float:left;
}

.header .top_header .right{
	width:50%;
	float:right;
	position: relative;
	margin:33px 0 0;
}

.header .top_header .right form{
	width:100%;
	float:right;
}

.header .top_header .left h1{
	margin:0;
	padding:0;
}

.header .top_header .right .icon-search,
.header .top_header .right label span,
.header .top_header .right .screen-reader-text{
	display: none;
}

.header .top_header .right .search-field{
	width:210px;
	height: 40px;
	float:right;
	border:1px solid #9d9d9d;
	padding:0 35px 0 13px;
	font-size:14px;
	font-family:arial;
	color: #9d9d9d;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.header .top_header .right .search-field::-webkit-input-placeholder
.header .top_header .right .search-field::-moz-input-placeholder,
.header .top_header .right .search-field::-o-input-placeholder,
.header .top_header .right .search-field::-ms-input-placeholder,
.header .top_header .right .search-field::placeholder
{color:#9d9d9d;}
.header .top_header .right .search-submit{
	position:absolute;
	right:0;
	top:0;
	background: url('./assets/images/search.png') no-repeat;
	background-position: center center;
	width:35px;
	height: 40px;
	cursor:pointer;
}	

.header .nav {
	padding:26px 0 17px;
}

.header .nav .left{
	width:100%;
	position:relative;
	float:left;
}

.header .nav .right{
	display: none;
}	

.header .nav ul{
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

.header .nav ul li{
	float:left;
	margin:0 20px 0 0;
	padding: 0 8px;
	list-style-type: none;
	position:relative;
}
.header .nav ul.menu > li:first-child{
padding-left:0;
}
.header .nav ul.menu > li:last-child{
padding-right:0;
}
.header .nav ul li.menu-item-has-children:hover{box-shadow: 0px 3px 7px -2px #000000;position:relative;}
.header .nav ul li.menu-item-has-children:hover > a:after {
    content: '';
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9999;
    bottom: 4px;
    background: #fff;
}
.header .nav ul li a{
	font-size: 20px;
	line-height:38px;
	color: #4d564c;
	text-transform: uppercase;
}

.header .nav ul li a .icon{
	display: none;
}

.header .nav ul li.current-menu-item > a,
.header .nav ul li.current-menu-ancestor > a{
	color: #e83735;
}

.header .nav ul li:hover > a{
	color: #e83735;
}

.header .nav ul li.donate_btn{
	position:static;
}

.header .nav ul li.donate_btn a{
	position:absolute;
	right:0;
	top:0;
	background: #64c9ec;
	padding:5px 36px;
	color: #fff;
	font-size:24px;
	line-height: 28px;
	text-align:center;
	text-transform: uppercase;
}

.header .nav ul li.donate_btn a:hover{
	background: #3dafd5;
}

.header .dropdown-toggle{
	display: none;
}

.header .nav ul li ul{
	position: absolute;
	width:220px;
	top:33px;
	left:0;
	display: none;
	background: #fff;
	z-index:99;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.5);
}

.header .nav ul li:hover > ul{
	display: block;
}

.header .nav ul li ul > li{
	width:100%;
	float:left;
	margin:0;
	padding:1px 10px;
}

.header .nav ul li ul > li:last-child{
	padding-bottom:5px;
}	

.header .nav ul li ul li a{
	font:13px/14px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding:5px 0;
}

.header .lang{
	margin-bottom:9px;
}

.header .lang ul{
	margin:0;
	padding:0;
	width:13%;
	float:right;
}	

.header .lang ul li{
	float:left;
	margin:0;
	padding:0 10px;
	list-style-type:none;
	border-right:2px solid #a7a5a5;
}

.header .lang ul li:last-child{
	padding-right:0;
	border-right:0;
}

.header .lang ul li a{
	font-size:14px;
	line-height:15px;
	float:right;
	color: #a7a5a5;
	text-transform: uppercase;
}

.header .lang ul li.active a{
	color: #7a7a7a;
}

.slider{
	position: relative;
}

.slider ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}

.slider ul.banner_slider li{
	margin:0;
	padding:0 15px;
	float:left;
	list-style-type: none;
	position:relative;
}

.slider ul.banner_slider li > img{
	width: 100%;
	float:left;
	position:relative;
} 

.slider .slick-arrow{
	position: absolute;
	top:50%;
	z-index:999;
	text-align:center;
	border-radius:50%;
	border:2px solid #fff;
	cursor: pointer;
	margin-top:-45px;
}

.slider .slick-arrow.slick-prev{
	left:-17px;
	text-indent:-9999px;
	width:32px;
	height:32px;
	background:#000 url('./assets/images/left.png') no-repeat;
	background-position: center center;
}

.slider .slick-arrow.slick-next{
	right:-17px;
	text-indent:-9999px;
	width:32px;
	height:32px;
	background:#000 url('./assets/images/right.png') no-repeat;
	background-position: center center;
}

.slider .slick-arrow.slick-next:hover{
	background-color:#edc143;
}

.slider .slick-arrow.slick-prev:hover{
	background-color:#edc143;
}

.slider .banner-content{
	position:absolute;
	bottom:40px;
	width:700px;
	margin: 0 0 0 -350px;
	left:50%;
	background:rgba(0,0,0,0.5);
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding: 20px 35px 0;
}

.slider .banner-content h3{
	font-size: 18px;
	line-height:24px;
	color: #fff;
	border-bottom:2px dotted #fff;
	display: inline-block;
	margin:0 0 20px;
	text-transform: uppercase;
}	

.slider .banner-content p{
	font-size: 15px;
	line-height:24px;
	font-family: Georgia,Times,Times New Roman,serif;
	color: #fff;
	margin:0 0 20px;
}

.slider .slick-dots{
	text-align:center;
	margin:20px 0;
}	

.slider .slick-dots li{
	display: inline-block;
	float:none !important;
	padding:0 !important;
	margin-right:10px !important;
}

.slider .slick-dots li:last-child{
	margin-right:0 !important;
}

.slider .slick-dots li button{
	font-size: 0;
	background: transparent;
	border-radius:50%;
	border:1px dotted #000;
	width:15px;
	height:15px;
	float:left;
	cursor:pointer;
}

.slider .slick-dots li.slick-active button{
	background: url("./assets/images/active_li.png") no-repeat;
	background-position: center center;
}

.main_content{
	border-top:1px dotted #000;
	border-bottom: 1px dotted #000;
	padding:39px 20px;
	margin-bottom:17px;
}

.main_content p{
	font-size:22px;
	line-height: 29px;
	color: #535761;
	margin:0 0 15px;
	padding:0;
	width:80%;
	display: inline-block;
	font-family: Georgia,Times,Times New Roman,serif;
}

.main_content p:last-child{
	margin:0;
}

.program{
	margin: 15px 0 20px;
	border-bottom:1px dotted #000;
	padding-bottom:30px;
}

.program .heading{
	margin-bottom:31px;
}

.program ul{
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

.program ul li{
	width:48.6%;
	float:left;
	list-style-type: none;
	margin: 0 25px 22px 0;
	background: #64c9ec;
	/* transition: all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s; */
}

.program ul li:hover{
	background:  #3dafd5;
}

.program ul li:nth-child(2n+2){
	margin-right:0;
}

.program ul li a{
	padding:29px 26px;
	background: url('./assets/images/arrow.png') no-repeat;
	background-position: 96% center;
	width:100%;
	float: left;
	font-size:28px;
	line-height:28px;
	color: #fff;
	text-transform: uppercase;
}

.latest{
	padding-top:14px;
}

.latest .left{
	width:32%;
	float:left;
}

.latest .right{
	width:68%;
	float:right;
	padding-left:20px;
}

.latest .heading{
	margin-bottom: 26px;
}

.latest ul{
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

.latest ul li{
	margin:0;
	padding:0;
	width:100%;
	float:left;
	list-style-type: none;
	position: relative;
}

.latest .right ul li{
	padding:38px 0 20px;
	margin-bottom:20px;
}

.latest .right ul li.news{
	border-top:4px solid #e83735;
}

.latest .right ul li.blog{
	border-top:4px solid #d0693a;
}

.latest .right ul li span.news{
	background:#e83735;
}

.latest .right ul li span.blog{
	background:#d0693a;
}

.latest .right ul li span{
	position: absolute;
	left:0;
	top:0;
	padding:3px 10px 6px;
	font-size:18px;
	line-height:15px;
	color: #fff;
	text-transform: uppercase;
}

.latest .right ul li a{
	font-size:32px;
	line-height:38px;
	width: 89%;
	float:right;
	color: #535761;
	font-family:Georgia,Times,Times New Roman,serif;
}

.latest .right ul li a:hover{
	text-decoration:underline;
}

.latest .left ul li{
	background: #f1f1f2;
	margin-bottom:20px;
}

.latest .left ul li:hover{
	background: #e0e0e0;
}

.latest .left ul li .date p{
	margin:0;
}

.latest .left ul li .oneday_event .date{
	width:20%;
	float:left;
	text-align: center;
	margin-right:15px;
}

.latest .left ul li .oneday_event a{
	width:74%;
	float:right;
}

.latest .left ul li .twoday_event .date{
	width:43%;
	float:left;
	text-align: center;
	margin-right:15px;
}

.latest .left ul li .twoday_event strong{
	width: 10px;
    height: 5px;
    background: #e83735;
    float: left;
    line-height: 65px;
    margin: 30px 0 30px 2px;
}

.latest .left ul li .twoday_event p:last-child{
	float:right;
}

.latest .left ul li .twoday_event p{
	width:45%;
	float:left;
}

.latest .left ul li .twoday_event a{
	width:52%;
	float:right;
}

.latest .left ul li a{
	font-size:26px;
	line-height:26px;
	color: #535761;
	padding: 18px 20px 22px 0;
	text-transform:uppercase;
}

.latest .left ul li .date span{
	display: block;
	color: #fff;
}

.latest .left ul li .date span.mon{
	font-size:12px;
	line-height:2px;
	font-family:Georgia,Times,Times New Roman,serif;
	text-transform: uppercase;
	padding-top:13px;
	font-weight:700;
}

.latest .left ul li .date span.day{
	font-size:46px;
	line-height:53px;
}

.buttons{
	margin:20px 0 3px;
	padding:31px 0;
	border-top:1px dotted #000;
}

.buttons ul{
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

.buttons ul li{
	margin:0 20px 0 0;
	padding:0;
	list-style-type: none;
	display: inline-block;
	width:31%;
}

.buttons ul li:last-child{
	margin-right:0;
}

.buttons ul li a{
	border:4px solid #64c9ec;
	color: #64c9ec;
	font-size:20px;
	line-height:30px;
	text-transform: uppercase;
	display: inline-block;
	width:100%;
	padding:14px 0;
}

.buttons ul li:hover > a{
	background: #3dafd5;
	border:4px solid #3dafd5;
	color: #fff;
}

.sucess_stories ul{
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

.sucess_stories{
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	padding:38px 0 52px;
	margin-bottom:25px;
}

.sucess_stories ul li{
	display:inline-block;
	margin:0 20px 20px 0;
	padding:0;
	width:31%;
	position: relative;
	overflow: hidden;
}

.sucess_stories ul li:nth-child(3n+3){
	margin-right:0;
}

.sucess_stories ul li:last-child{
	margin-right:0;
}

.sucess_stories ul li img{
	width:100%;
	float:left;
}

.sucess_stories ul li .hover{
	position: absolute;
	width:100%;
	height:100%;
	bottom:-100%;
	left:0;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.sucess_stories ul li .hover h4{
	color: #fff;
	font-size: 30px;
	line-height:30px;
	margin:0;
	padding:0;
	font-weight: 400;
	text-transform:uppercase;
}

.sucess_stories ul li:hover .hover{
	opacity:1;
	bottom:0;
	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
}

.our_impact{
	padding-top:25px;
}

.our_impact ul{
	margin:15px 0 0 0;
	padding:0;
	width:100%;
	float:left;
}

.our_impact ul li{
	list-style-type: none;
	padding:0;
	float:left;
	position:relative;
}

.our_impact .left{
	width:61%;
	float:left;
}

.our_impact .left p{
	font-size: 150px;
	line-height:0;
	color: #fff;
	margin:70px 0 0 0;
}

.our_impact .right{
	width:39%;
	float:right;
}

.our_impact .right p{
	font-size:17px;
	line-height:23px;
	color: #fff;
	text-transform: uppercase;
	margin:18px 0 0 0;
}

.our_impact .slick-arrow{
	position: absolute;
	top:32%;
	width:20px;
	height:24px;
	cursor:pointer;
}

.our_impact .slick-arrow.slick-prev{
	left:10px;
	background:url('./assets/images/slide_prev.png') no-repeat;
	background-position:center center;
	text-indent: -999px;
	z-index:99;
}

.our_impact .slick-arrow.slick-next{
	right:10px;
	text-indent:-9999px;
	z-index:99;
	background:url('./assets/images/slide_next.png') no-repeat;
	background-position:center center;
}

.our_impact .slick-dots{
	position: static;
	background: #fff;
	text-align:center;
	padding:13px 0;
}

.our_impact .slick-dots li{
	display: inline-block;
	float: none !important;
	padding:0 !important;
	margin:0 8px 0 0;
}

.our_impact .slick-dots li:before{
	content:'';
	background: none !important;
	height:0 !important;
}
	
.our_impact .slick-dots li:last-child{
	margin-right:0;
}

.our_impact .slick-dots li button{
	cursor:pointer;
	font-size: 0;
	width:15px;
	height:15px;
	border-radius:50%;
	display: inline-block;
	background:#a9abb0;
}

.our_impact .slick-dots li.slick-active button{
	background: #535761;
}

.our_impact .btn{
	margin:28px 0;
}

.our_impact .btn a{
	display: inline-block;
	border:4px solid #64c9ec;
	font-size:20px;
	line-height:25px;
	padding:17px 61px;
	color: #64c9ec;
}

.our_impact .btn a:hover{
	background: #3dafd5;
	border:4px solid #3dafd5;
	color: #fff;
}

footer{
	margin: 0 !important;
}

.footer .common_bg{
	background: #fff url('./assets/images/top_bar.png') no-repeat;
	background-position: bottom center;
	padding-bottom:48px;
}

.footer .top_row{
	margin:32px 0 41px;
	padding:41px 0 55px;
	border-top: 1px dotted #000;
	border-bottom:1px dotted #000;
}

.footer .top_row .left{
	width:40%;
	float:left;
}

.footer .top_row .left #mc4wp_form_widget-2 h4{
	font-size:18px;
	line-height:20px;
	text-transform: uppercase;
	color: #535761;
	text-align:left;
	margin:8px 0 9px 0;
	width:100%;
	float:left;
}

.footer .top_row .left .tnp.tnp-widget-minimal{
	margin-top:9px;
}

.footer .top_row .left .tnp-email{
	width:242px;
	height:51px;
	background: #fff;
	border:2px solid #bfbfbe;
	font-size:18px;
	color: #535761;
	font-family: Georgia,Times,Times New Roman,serif;
	float:left;
	padding:0 10px;
}

.footer .top_row .left .tnp-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#aaaaaa;
}
.footer .top_row .left .tnp-email::-moz-placeholder { /* Firefox 19+ */
  color:#aaaaaa;
}
.footer .top_row .left .tnp-email:-ms-input-placeholder { /* IE 10+ */
  color:#aaaaaa;
}
.footer .top_row .left .tnp-email:-moz-placeholder { /* Firefox 18- */
  color:#aaaaaa;
}

.footer .top_row .left .tnp-submit{
	width:125px;
	height:51px;
	background: #64c9ec;
	color: #fff;
	font-size:24px;
	line-height:51px;
	text-transform: uppercase;
	font-family: 'DINCond';
	padding:0 !important;
	margin-left:6px;
	cursor:pointer;
	/* transition:all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s; */
}

.footer .top_row .left .tnp-submit:hover{
	background:#3dafd5;
}

.footer .top_row .right{
	width:56%;
	float:right;
}

.footer .top_row .right ul{
	margin:37px 0 0 0;
	padding:0;
	width:100%;
	float:left;
	text-align:center;
}

.footer .top_row .right ul li{
	float:left;
	list-style-type: none;
	margin-right:48px;
}

.footer .top_row .right ul li:last-child{
	margin-right:0;
	float:right;
}

.footer .top_row .right ul li.donate a{
	background: #64c9ec;
	padding:12px 32px;
	float:left;
}

.footer .top_row .right ul li.donate a:hover{
	background: #3dafd5;
}

.footer .top_row .right ul li.donate a img{
	float:left;
}

.footer .top_row .right ul li.donate a span{
	font-size:24px;
	line-height:24px;
	margin-left:5px;
	color: #fff;
	text-transform: uppercase;
}

.footer .top_row .right ul li.explore{
	margin-right: 28px;
    width: 100%;
    max-width: 179px;
}
.footer .top_row .right ul li.explore span,
.footer .top_row .right ul li.location span{
	width:60px;
	float:left;
	text-align: left;
	font-size:16px;
	line-height:18px;
	color: #64c9ec;
}
.footer .top_row .right ul li.explore span{max-width:98px; width:100%;}

.footer .top_row .right ul li.explore span:hover,
.footer .top_row .right ul li.location span:hover{
	color: #3dafd5;
}

.footer .top_row .right ul li.explore img,
.footer .top_row .right ul li.location img{
	float:left;
	margin-right:10px;
}

.footer .bottom_layer p{
	font-size:16px;
	line-height:24px;
	color: #64c9ec;
	margin: 0 0 7px;
}

.footer .bottom_layer p a{
	color: #64c9ec;
}

.footer .bottom_layer p a:hover{
	color:#3dafd5;
}

.footer .bottom_layer p span{
	width: 4px;
	height: 4px;
	background: #89c7ea;
	border-radius:50%;
	margin:0 6px 4px;
	display: inline-block;
}

.footer .bottom_layer ul{
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

.footer .bottom_layer  ul li{
	display: inline-block;
	list-style-type: none;
	position: relative;
}

.footer .bottom_layer ul.links{
	margin-bottom:30px	;
}

.footer .bottom_layer ul.links li{
	padding:0 10px;
}

.footer .bottom_layer ul.links li:after{
	position: absolute;
	content: '';
	width:4px;
	height:4px;
	background: #535761;
	border-radius: 50%;
	display: inline-block;
	top:8px;
	right:-3px;
}

.footer .bottom_layer ul.links li:last-child:after{
	content:'';
	background: none;
	width:0;
	height:0;
}

.footer .bottom_layer ul.links li,
.footer .bottom_layer ul.links li a{
	font-size:16px;
	line-height:18px;
	color: #535761;
	text-transform: uppercase;
}

.footer .bottom_layer ul.links li a{
	text-decoration: underline;
}	

.footer .bottom_layer ul.social_links li{
	margin-right:10px;
}

.footer .bottom_layer ul.social_links li a{
	width:35px;
	height:35px;
	border-radius:50%;
	display:inline-block;
	background:#64c9ec;
	color: #fff;
	line-height:35px;
}

.footer .bottom_layer ul.social_links li a:hover{
	background:#3dafd5;
}

.footer .bottom_layer ul.social_links li:last-child{
	margin-right:0;
}

.footer .bottom_layer ul.social_links{
	margin-bottom: 20px;
}

.mc4wp-alert.mc4wp-error p, .mc4wp-alert p{
	text-align:left;
	color:#e83735;
	text-transform:uppercase;
}

/* single_slider */
.mainContent.single_slider .right{
	border-top:0;
	margin:0;
}

.mainContent.single_slider .right p{
	margin:0 0 15px 0;
	font-size: 15px;
    line-height: 20px;
    color: #333333;
    font-family: Georgia,Times,Times New Roman,serif;
}

.mainContent.single_slider .right h3{
	font-size:25px;
	line-height:30px;
	font-weight:300;
	color: #000;
}

.mainContent.single_slider .right h4{
	font-size:22px;
	line-height:28px;
	font-weight:300;
	color: #000;
}

.mainContent.single_slider .right h5{
	font-size:18px;
	line-height:24px;
	font-weight:300;
	color: #000;
}

.mainContent.single_slider .right h6{
	font-size:15px;
	line-height:20px;
	font-weight:300;
	color: #000;
}

/* programs & services page */
.page_title h1{
	background:#fdc333;
	font-size: 50px;
	color: #fff;
	line-height:50px;
	padding:15px;
	text-transform: uppercase;
	margin:10px 0 21px;
}

.page_image{
	margin-bottom:36px;
}

.page_image img{
	width:100%;
	float:left;
}

.mainContent .left{
	width:66%;
	float:left;
}

.mainContent .right{
	width:29.5%;
	float:right;
	border-top:1px dotted #000;
	margin-top:8px;
}

.mainContent .theContent p{
	font-size:18px;
	line-height:24px;
	margin:0 0 10px;
	color: #333333;
	font-family: Georgia,Times,Times New Roman,serif;
}

.mainContent .bottom_contentarea{
	margin:15px 0 0;
}

.mainContent .programSubpoints ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
}	

.mainContent .programSubpoints ul li{
	width:100%;
	float:left;
	margin:0 0 15px 0;

font-family: Georgia,Times,Times New Roman,serif;
        
}

.content>ul>li
{
list-style:disc;
}


.mainContent .programSubpoints ul li a.title_tag{
	width:100%;
	background: #6dadd2;
	font-size: 24px;
	line-height:24px;
	color: #fff;
	display: inline-block;
	padding:15px 49px;
	text-transform:uppercase;
} 

.mainContent .programSubpoints ul li a.title_tag.plus_sign{
	background:#64c9ec url("./assets/images/plus_sign.png") no-repeat;
background-position: 16px 19px;
      font-size:24px;
    line-height: 24px;
    color: #fff;
   font-family: 'DINCond';
    float: left;
    font-weight: 400;
}

.mainContent .programSubpoints ul li a.title_tag.minus_sign{
	background:#64c9ec url("./assets/images/minus_sign.png") no-repeat;
	background-position: 16px 24px;
       font-size:24px;
    line-height: 24px;
    color: #fff;
     font-family: 'DINCond';
    float: left;
    font-weight: 400;

}

.mainContent .programSubpoints ul li a span{
	display: block;
}

.mainContent .programSubpoints ul li .content{
	background:#f4f4f1;
	padding:40px 49px 58px;
	display: none;
}

/* .mainContent .programSubpoints ul li:first-child .content{
	display: block;
} */
.content.full-width h5 a {
font-size: 22px;
    line-height: 26px;
    margin: 0 0 12px;
    font-weight: normal !important;
    font-family: 'DINCond';

    color: #d0693a;
}



.content.full-width h5  a strong {
font-size: 22px;
    line-height: 26px;
    margin: 0 0 12px;
    font-weight: normal !important;
    font-family: 'DINCond';

    color: #d0693a;
}


.content.full-width h4 a {
font-size: 22px;
    line-height: 32px;
    margin: 2px 0 16px;
    font-family: Georgia,Times,Times New Roman,serif;

    color: #d0693a;
}




.content.full-width h4 a strong {
font-size: 22px;
    line-height: 32px;
    margin: 2px 0 16px;
    font-family: Georgia,Times,Times New Roman,serif;

    color: #d0693a;
}




.content.full-width h3  a  {
font-size: 30px;
    line-height: 38px;
    margin: 5px 0 18px;
    width: 100%;
    float: left;
    font-weight: normal !important;
    font-family: Georgia,Times,Times New Roman,serif;

    color: #d0693a;
}



.content.full-width h3  a strong {
font-size: 30px;
    line-height: 38px;
    margin: 5px 0 18px;
    width: 100%;
    float: left;
    font-weight: normal !important;
    font-family: Georgia,Times,Times New Roman,serif;

    color: #d0693a;
}



.content.full-width h2  a  {
font-size: 36px;
    line-height: 44px;
    
    font-family: Georgia,Times,Times New Roman,serif;
    margin: 5px 0 20px;
    float: left;
    font-weight: 400;

    color: #d0693a;
}



.content.full-width h2  a strong {
font-size: 36px;
    line-height: 44px;
    
    font-family: Georgia,Times,Times New Roman,serif;
    margin: 5x 0 20px;
    float: left;
    font-weight: 400;

    color: #d0693a;
}


.single-blog .tab-container h4 a{color:#d0693a;}





.bottom_contentarea p a {
    color: #d0693a;
}
.mainContent .programSubpoints ul li .content p{
	font-size:14px;
	line-height:19px;
	color: #000;
	margin:0 0 15px;
	font-family: Georgia,Times,Times New Roman,serif;
}
.mainContent .programSubpoints ul li .content table td {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 14px;
    color: #000;
}
.mainContent .programSubpoints ul li .content p a, ul.list li a{
	color: #d0693a !important;
}

.mainContent .programSubpoints ul li .content h4{
	font-size:22px !important;
	line-height:32px;
	color: #333;
	
	margin:0 0 16px;
	font-family: Georgia,Times,Times New Roman,serif;
}

.mainContent .programSubpoints ul li .content figure{
	margin:58px 0 10px 0;
	padding:0;
	text-align:left;
	width:100%;
	float:left;
}

.mainContent .programSubpoints ul li .content figcaption{
	margin:0 0 19px 0;
	padding:0;
	width:100%;
	float:left;
}

.mainContent .programSubpoints ul li .content figcaption h5,
.mainContent .right h5,
.mainContent .right p{
	font-size:14px;
	line-height:19px;
	color: #333;
	font-weight:600;
	font-family: Georgia,Times,Times New Roman,serif;
	margin:3px 0;
}

.mainContent .programSubpoints ul li .content figcaption h5 span{
	font-weight:300;
	font-style:italic;
	display: block;
}

.mainContent .right p{
	font-weight:300;
}

.mainContent .right .image{
	margin: 15px 0;
}	

.mainContent .right .image p{
	margin:0;
}

.mainContent .programSubpoints ul li .content figcaption a,
.mainContent .right a{
	font-size:14px;
	line-height:18px;
	color: #333;
	font-family: Georgia,Times,Times New Roman,serif;
}

.mainContent .programSubpoints ul li .content h5{
	font-size:20px !important;
	line-height:24px;
	color: #333;
text-transform:uppercase;
	font-family: 'DINCond';
	margin:0 0 12px;
}

.mainContent .programSubpoints ul li .content ul.art_links li{
	margin:0;
}

.mainContent .programSubpoints ul li .content ul.art_links li  a{
	font-size:14px;
	line-height:19px;
	color: #d0693a ;
	font-family: Georgia,Times,Times New Roman,serif
}

.mainContent .programSubpoints ul li .content ul.art_links li  a:hover{
	text-decoration:underline;
}

.mainContent .right figcaption p{
	margin:0;
}

.mainContent .right figure{
	margin-top:32px;
}

/* Our Imapct Page */
.approach{
	margin:60px 0 45px;
}

.approach .steps_headings img{
	width:100%;
	float:left;
	height:auto;
	margin-bottom:45px;
}

.step_content{
	margin:0 auto;
	width:67%;
}

.step_content .text,
.step_content p{
	font-size:22px;
	line-height: 29px;
	color: #535761;
	font-family: Georgia,Times,Times New Roman,serif;
	font-weight:400;
}

.step_content  span{
	font-size:22px;
	line-height:24px;
	font-family: Georgia,Times,Times New Roman,serif;
}

.step_content p{
	display:inline;
	margin:0;
	padding:0;
}

.step_content ul.three_col{
	margin:20px 0 0;
	padding:0;
	width:100%;
	float:left;
	list-style-type: none;
}

.step_content ul.three_col li{
	width:30%;
	float:left;
	margin:0 20px 0 0;
	padding:0;
}	

.step_content ul.three_col li h3{
	font-size:25px;
	line-height:25px;
	color:#535761;
	font-weight: 600;
	margin:0 0 10px;
	text-transform: uppercase;
}

.step_content ul.three_col li p{
	font-size:18px;
	line-height:25px;
	color:#535761;
	font-weight: 400;
	margin:0 0 10px;
}		

.main_descp p{
	margin:0 0 15px;
	width:100%;
	float:left;
}

.main_descp p img{
	width:100%;
	float:left;
	margin-bottom:35px;
}

.progress_impact.our_impact{
	border-top: 1px dotted #000;
    margin: 27px 0 39px 0;
    padding: 39px 0 25px 0;
	position:relative;
}

.progress_impact.our_impact .slider_tag{
	position: absolute;
	font-size:28px;
	line-height:30px;
	color: #fff;
	margin:0;
	padding:0;
	top:154px;
	z-index:9;
	text-align:center;
	left:0;
	letter-spacing:3px;
}

.progress_impact.our_impact .slick-arrow{
	top:37%;
}

.progress_impact.our_impact ul li{
	margin:0;
}

.progress_impact.our_impact ul li:before{
	top:10px;
	height: 145px;
}

.progress_impact.our_impact .slick-dots li{
	margin:0 8px 0 0;
}

.progress_impact.our_impact .slick-dots{
	padding:13px 0;
}

.impact_slider.sucess_stories{
	padding-bottom:59px;
}

.download_section{
	position:relative;
	height:320px;
	margin:46px 0 70px 0;
}

.download_section h3{
	font-size:60px;
	line-height:52px;
	color: #535761;
	margin:0 0 20px;
	padding:0;
	width:100%;
	float:left;
}

.download_section h3 span{
	display: block;
}

.download_section .img{
	position: absolute;
	right:212px;
	top:44px;
}

.download_section .padding_left{
	padding-left:55px;
}

.download_section a{
	background: #64c9ec;
	padding:21px 71px;
	text-align:center;
	color:#fff;
	font-size:28px;
	line-height:28px;
	float:left;
}

.download_section a:hover{
	background:#3dafd5;
}

/* Donate Page Fields */
.page_title.blue_color h1{
	background: #0082a6;
	margin-bottom:15px;
}

.inner_banner{
	position: relative;
	margin:0 0 10px 0;
}

.inner_banner > img{
	width:100%;
	float:left;
}

.inner_banner .banner_content{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(left, rgba(137,199,234,0.85) 0%, rgba(137,199,234,1) 13%, rgba(137,199,234,1) 14%, rgba(137,199,234,0.94) 29%, rgba(137,199,234,0.94) 30%, rgba(137,199,234,0) 64%);
	background: -webkit-linear-gradient(left, rgba(137,199,234,0.85) 0%,rgba(137,199,234,1) 13%,rgba(137,199,234,1) 14%,rgba(137,199,234,0.94) 29%,rgba(137,199,234,0.94) 30%,rgba(137,199,234,0) 64%);
	background: linear-gradient(to right, rgba(137,199,234,0.85) 0%,rgba(137,199,234,1) 13%,rgba(137,199,234,1) 14%,rgba(137,199,234,0.94) 29%,rgba(137,199,234,0.94) 30%,rgba(137,199,234,0) 64%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d989c7ea', endColorstr='#0089c7ea',GradientType=1 );
}

.inner_banner .banner_content h2{
	font-size:89px;
	line-height:71px;
	color: #fff;
	margin:0;
	text-transform: uppercase;
	padding-left: 35px;
}

.inner_banner .banner_content h2 span{
	display: block;
}

.form_section{
	margin:29px 0 30px;
}

.form_section h3{
	font-size:40px;
	line-height:45px;
	margin:0 0 38px;
	padding:0;
	color: #89c7ea;
	text-transform: uppercase;
}

.form_section .form{
	width: 465px;
	margin:0 auto;
}

.form_section .form .form_heading{
	background:#0082a6;
	padding:25px 25px;
}

.form_section .form .form_heading h4{
	font-size:30px;
	line-height:30px;
	color: #fff;
	text-transform: uppercase;
	margin:0;
}

.form_section .form .form_heading h4 img{
	float:left;
}

.form_section .form .form_body{
	background: #e7f4fb;
	width:100%;
	float:left;
	padding:44px 36px 27px;
	margin-bottom:63px;
}

.form_section .form .form_body .amount{
	width:100%;
	float:left;
	border:2px solid #c9c9c9;
	padding:0;
	box-sizing:border-box;
	height:100%;
	font-size:62px;
	color: #89c7ea;
	font-family: Georgia,Times,Times New Roman,serif;
	padding:0 75px 0 50px;
}

.form_section .form .form_body .amount::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #89c7ea;
}
.form_section .form .form_body .amount::-moz-placeholder { /* Firefox 19+ */
  color: #89c7ea;
}
.form_section .form .form_body .amount:-ms-input-placeholder { /* IE 10+ */
  color: #89c7ea;
}
.form_section .form .form_body .amount:-moz-placeholder { /* Firefox 18- */
  color: #89c7ea;
}

.form_section .form .form_body .field{
	position: relative;
	height:77px;
	margin-bottom:15px;
}

.form_section .form .form_body .field:before{
	content: '$';
	position: absolute;
	left:26px;
	top:24px;
	font-size:30px;
	line-height:30px;
	color: #4e4e4e;
}

.form_section .form .form_body .field:after{
	content: 'USD';
	position: absolute;
	right:26px;
	top:24px;
	font-size:30px;
	line-height:30px;
	color: #4e4e4e;
}

.form_section .form .form_body  .donate_btn{
	background:#89c7ea;
	width:100%;
	float:left;
	cursor: pointer;
	font-size:32px;
	line-height:32px;
	padding:22px 0;
	color: #fff;
	font-family:'DINCond';
	text-transform:uppercase;
	margin-bottom:21px;
}

.form_section .form .form_body p{
	width:100%;
	float:left;
	font-size:20px;
	line-height:25px;
	color: #89c7ea;
	margin:5px 0 0 0;
	cursor:pointer;
}

.donate_popup{
	position: fixed;
	top:0;
	height:100%;
	background:rgba(0,0,0,0.5);
	left:0;
	z-index:99;
	/* //padding:22% 0; */
	transition: all 0.5s ease;
	visibility: hidden;
	opacity:0;
}

.donate_popup .donate_content{
	width:760px;
	margin:0 auto;
}

.donate_popup .popup_head{
	padding:20px 20px;
	border-bottom:1px solid #cbcbcb;
	background: #fff;
}

.donate_popup .popup_head a,
.donate_popup .popup_head a img{
	float:right;
}	

.donate_popup .popup_body{
	background: #fff;
	padding:35px 0 65px;
}

.donate_popup .popup_body h3{
	font-size:35px;
	line-height:40px;
	color: #4d564c;
	margin: 0 0 20px 0;
}

.donate_popup .popup_body p{
	font-size:22px;
	line-height:30px;
	color: #535761;
	margin: 0 0 0 0;
	font-family: Georgia,Times,Times New Roman,serif;
}

.donate_popup .popup_body > p{
	margin: 0 8% 20px 8%;
}

.donate_popup .popup_body p br{
	display: none;
}

.donate_popup .popup_body p span{
	display: block;
}

.donate_popup .popup_body address{
	width:350px;
	margin:0 auto;
	background: #e7f4fb;
	padding:30px;
	font-size:22px;
	line-height:30px;
	color: #535761;
	font-family: Georgia,Times,Times New Roman,serif;
	font-style: normal;
}

.donate_popup .popup_body address span{
	display: block;
}

/* blog Page */
.page_title.orange_bg h1{
	background:#d0693a;
}


.common_section{
	margin:37px 0 32px 0;
}

.common_section .tabbing-btn{
	width:29%;
	float:right;
}

.common_section .tab-container{
	width:66%;
	float:left;
}

.common_section .tabbing-btn h3{
	font-size:20px;
	line-height:16px;
	color: #535761;
	margin:0 0 21px 0;
	padding:0 0 4px 0;
	border-bottom: 1px solid #b5b5b5;
}

.common_section .tabbing-btn a{
	width:100%;
	float:left;
	font-size:14px;
	line-height:18px;
	color:#64c9ec;
	font-family: Georgia,Times,Times New Roman,serif;
	margin-bottom:6px;
	padding-left:11px;
	position:relative;
	font-weight:700;
}

.common_section .tabbing-btn a:hover{
	color: #3dafd5;
}

.common_section .tabbing-btn a.active{
	color: #e83735;
}

.common_section .tabbing-btn a:before{
	content:'';
	position: absolute;
	left:-2px;
	top:8px;
	width:4px;
	height:4px;
	background:#000;
}

.common_section .tab-items{
	width:100%;
	float:left;
}

.common_section .tab-container ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
}

.common_section .tab-container ul li{
	width:100%;
	float:left;
	margin:0 0 73px 0;
	position: relative;
	padding: 42px 0 0 0;
}

.common_section .tab-container ul li .date{
	position: absolute;
	top:0;
	left:0;
	font-size:18px;
	line-height:18px;
	color: #fff;
	padding:0px 19px 5px;
	text-transform: uppercase;
}

.common_section .tab-container ul li a{
	font-size:32px;
	line-height:38px;
	color: #535761;
	float:left;
	font-family: Georgia,Times,Times New Roman,serif;
}

.common_section .tab-container ul li .margin_left{
	padding-left:78px;
	width:100%;
	float:left;
	box-sizing:border-box;
}

.common_section .tab-container ul li p{
	width:100%;
	float:left;
	font-family:Georgia,Times,Times New Roman,serif;
	font-size:17px;
	line-height:24px;
	margin-bottom:0;
	color: #535761;
}

.common_section .tab-container ul li a:hover{
	text-decoration: underline;
}

.common_section .top_sec{
	position: relative;
	padding:90px 76px;
	margin-bottom:84px;
}

.common_section .top_sec .top_title,
.common_section .top_sec .date,
.common_section .top_sec p{
	font-size:18px;
	line-height:24px;
	background: #fff;
	position: absolute;
	top:0;
	left:58px;
	padding:12px 27px;
	color: #d0693a ;
}	

.common_section .top_sec .date{
	text-transform:uppercase;
}

.common_section .top_sec .date,
.common_section .top_sec p{
	background: none;
	color: #fff;
	position: static;
	padding:0;
}

.common_section .top_sec h1 a{
	font-size:32px;
	line-height:38px;
	color: #fff;
	font-family: Georgia,Times,Times New Roman,serif;
	margin:15px 0 28px;
	font-weight:400;
}

.common_section .top_sec h1 a:hover{
	text-decoration: underline;
}

.common_section .top_sec p{
	margin:0;
	font-family: Georgia,Times,Times New Roman,serif;
}

.common_section .prev-next-posts{
	width:100%;
	float:left;
	margin:0 0 48px 0;
	padding:0;
}

.common_section .prev-next-posts a{
	font-size:18px;
	line-height:24px;
	color: #64c9ec;
	text-transform: uppercase;
}

.common_section .prev-next-posts a:hover{
	color: #3dafd5;
}

.cat_heading h1{
	font-size:44px;
	line-height:27px;
	color: #d0693a ;
	margin:0 0 55px;
	float: right;
	width:100%;
	text-align: right;
	text-transform: uppercase;
}

/* Blog single Page */
.single-blog .tab-container .date{
	padding:0 17px 4px;
	float:left;
	font-size:18px;
	line-height:24px;
	color: #fff;
	text-transform:uppercase;
}

.single-blog .tab-container h2{
	font-size:36px;
	line-height:44px;
	color: #333333;
	font-family: Georgia,Times,Times New Roman,serif;
	margin:45px 0 20px;
	float:left;
	font-weight:400;
}

.single-blog .tab-container  .post-thumbnail{
	margin:10px 0 26px;
}

.single-blog .tab-container .first_para{
	font-size:18px;
	line-height:24px;
	color: #333333;
	font-family: Georgia,Times,Times New Roman,serif;
	margin:0 0 14px;
}

.single-blog .tab-container p{
	font-size:14px;
	line-height:19px;
	color: #333333;
	font-family: Georgia,Times,Times New Roman,serif;
	margin:0 0 20px;
}

.single-blog .tab-container p a{
	color: #d0693a;
}

.single-blog .tab-container blockquote{
	width:100%;
	float:left;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	padding:19px 0;
	margin:15px 0 30px 0;
	font-family:'DINCond';
}

.single-blog .tab-container blockquote p{
	font-size:26px;
	line-height:30px;
	color: #e83735;
	margin:0;
	font-family:'DINCond';
}

.single-blog .post-navigation{
	width:100%;
	float:left;
	margin-bottom:30px;
}

.single-blog .post-navigation h2,
.single-blog .post-navigation .icon{
	display: none;
}

.single-blog .post-navigation .nav-previous{
	width:100%;
	float:left;
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	text-align:left;
	padding:17px 0 27px;
}

.single-blog .post-navigation  .nav-next{
	text-align:right;
	width:100%;
	float:left;
	padding:16px 0 20px;
	border-bottom:1px solid #b5b5b5;
}

.single-blog .post-navigation .nav-subtitle{
	display: block;
	font-size:16px;
	line-height:24px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom:8px;
}

.single-blog .post-navigation .nav-title{
	display: block;
	font-size:18px;
	line-height:22px;
	color: #64c9ec;
	font-family: Georgia,Times,Times New Roman,serif;
}

.single-blog .post-navigation .nav-title:hover{
	color: #3dafd5;
}

/* news page */
.page_title.red_bg h1{
	background: #e83735;
}

.common_section .top_sec.red .top_title,
.cat_heading.news_cat h1{
	color:#e83735;
}


.single-blog .tab-container h2 a
{
font-size: 36px;
    line-height: 44px;
    color: #d0693a;
    font-family: Georgia,Times,Times New Roman,serif;
    margin: 45px 0 20px;
    float: left;
    font-weight: 400;
}


.single-blog .tab-container h3{
	font-size:30px;
	line-height:40px;
	color: #333333;
	margin:14px 0 8px;
	width:100%;
	float:left;
	font-family:Georgia,Times,Times New Roman,serif;
}



.single-blog .tab-container h3 a{
	font-size:30px;
	line-height:40px;
	color: #d0693a;
	margin:14px 0 8px;
	width:100%;
	float:left;
	font-family:Georgia,Times,Times New Roman,serif;
}

.single-blog .tab-container h4{
	font-size:22px;
	line-height:32px;
	color: #333333;
	margin:2px 0 16px;
	font-family:Georgia,Times,Times New Roman,serif;
}



.single-blog .tab-container h4 a{
	font-size:22px;
	line-height:32px;
	color: #d0693a;
	margin:2px 0 16px;
	font-family:Georgia,Times,Times New Roman,serif;
}

.single-blog .tab-container h5{
	font-size:22px;
	line-height:26px;
	color: #333333;
text-transform:uppercase;
	margin:0 0 12px;
	font-weight: normal !important;
	
}

.single-blog .tab-container h5 a
{
font-size:22px;
	line-height:26px;
	color: #d0693a;
text-transform:uppercase;
	margin:0 0 12px;
	font-weight: normal !important;
}


.single-blog .tab-container ul{
	width:100%;
	float:left;
	margin:4px 0 19px 12px;
	padding:0;
	list-style-type: none;
}

.single-blog .tab-container ol{
	width:100%;
	float:left;
	margin:4px 0 19px 22px;
	padding:0;
}

.single-blog .tab-container ul li,
.single-blog .tab-container ol li{
	margin:4px 0 0 12px;
	padding:0 0 0 22px;
	width:100%;
	color:#333;
	float:left;
	position: relative;
	font-family:Georgia,Times,Times New Roman,serif;
}

.single-blog .tab-container ul li:before{
	content:'';
	width:4px;
	height:4px;
	position: absolute;
	left:0;
	top:8px;
	background: #000;
}

.share-icons{
	margin:34px 0 66px;
}

.share-icons #a2a_share_save_widget-2:before{
	content:'';
	width:61px;
	height:2px;
	background: #dcdcdc;
	position: absolute;
	top:0;
	left:0;
}

.share-icons #a2a_share_save_widget-2{
	font-size:15px;
	line-height:15px;
	color: #000;
	position:relative;
	padding:10px 0 0 0;
}

.share-icons .a2a_kit.addtoany_list{
	width:100%;
	float:left;
	margin:13px 0 0;
}

/* career page */
.page-image img{
	width:100%;
	float:left;
}

.page_content{
	margin:45px 0;
}

.page_content a.open_btn{
	margin:0;
	background: #64c9ec;
	color: #fff;
	font-size:32px;
	line-height:20px;
	padding:27px 90px;
	display:inline-block;
	text-transform:uppercase;
}

.page_content a.open_btn:hover{
	background: #3dafd5;
}

.working{
	border-top:1px dotted #000;
	padding:38px 0 43px;
}

.internship{
	border-top:1px dotted #000;
	padding:57px 0;
	margin-bottom:51px;
}

.working p,
.internship p{
	font-size:18px;
	line-height:24px;
	color: #333333;
	font-family: Georgia,Times,Times New Roman,serif;
	text-align:left;
}

.working p a, .internship p a{
	color: #d0693a ;
}

.working p a:hover, .internship p a:hover{
	text-decoration: underline;
}

/* standard page template */
.default_page .heading{
	margin:54px 0 40px;
}

.default-content{
	margin-bottom:29px;
}

.default-content.single-blog .tab-container .first_para{
	margin-bottom:37px;
}

.default-content img{
	width:100%;
	float:left;
	margin-bottom:24px;
}

.default-image{
	margin-bottom:25px;
}

.default-image img{
	width:100%;
	float:left;
}

.col_two{
	border-top:1px dotted #000;
	margin-top:51px;
	padding:65px 0 32px;
}

.col_two .heading{
	margin-bottom:45px;
}

.col_two ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
}

.col_two ul li{
	width:46%;
	float:left;
	margin:0 48px 30px 0;
}

.col_two ul li:last-child{
	margin-right:0;
}

.col_two ul li h5{
	font-size:20px;
	line-height:24px;
	color: #666666;
	margin:0 0 8px;
}	

.col_two ul li p{
	font-size:14px;
	line-height:19px;
	color: #333;
	margin:0 0 10px;
	font-family: Georgia,Times,Times New Roman,serif;
}	

.col_three{
	margin:19px 0 0 0;
	border-top:1px dotted #000;
	padding:59px 0 25px;
}

.col_three .heading{
	margin-bottom:44px;
}

.col_three ul{
	margin:0;
	padding:0;
	width:100%;
	float:left;
	list-style-type: none;
}

.col_three ul li{
	margin:0;
	padding:0;
	width:32%;
	margin:0 19px 30px 0;
	float:left;
}

.col_three ul li:last-child{
	margin-right:0;
}

.col_three ul li h4{
	font-size:22px;
	line-height:32px;
	color: #333333;
	margin:0 0 17px;
	font-family: Georgia,Times,Times New Roman,serif;
}	

.col_three ul li p{
	font-size:14px;
	line-height:19px;
	color: #333;
	margin:0 0 10px;
	font-family: Georgia,Times,Times New Roman,serif;
}	

.our_impact.progress_impact.default_impact{
	margin-bottom:75px;
}

.default_stories.sucess_stories{
	border-bottom:0;
	margin-bottom:54px;
}

/* Event Claendar */
.events-list .tribe-events-loop, 
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop{
	max-width: 100% !important;
}

#tribe-bar-form label{
	font-size:13px;
}

#tribe-bar-form input[type=text]{
	font-family: Georgia,Times,Times New Roman,serif;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]{
	font-family:'DINCond';
	background: #64c9ec;
	color:#fff;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover{
	background: #3dafd5;
}

.tribe-bar-view-list span[class^=tribe-icon-], .tribe-bar-views-list span.tribe-icon-list, .tribe-select2-results-views span.tribe-icon-list,
.tribe-bar-view-list a.tribe-icon-month, .tribe-bar-views-list span.tribe-icon-month, .tribe-select2-results-views .tribe-icon-month{
	text-transform:uppercase;
}

.tribe-events-month-event-title a{
	color:#c83a38;
}

#tribe-events-pg-template{
	width:100%;
	float:left;
	margin-top:20px;
}

#tribe-events-pg-template h2{
	font-size:35px;
	line-height:40px;
	text-transform:uppercase;
	margin:0 0 15px;
	display: inline-block;
	text-align:center;
	width:100%;
}

.tribe-events-loop.latest .left{
	width:80%;
	float:none;
	margin:0 auto;
}

.tribe-events-loop.latest .left ul li .oneday_event .date{
	width:10%;
}

.tribe-events-loop.latest .left ul li .oneday_event a{
	width:87%;
}

.tribe-events-loop.latest .left ul li .twoday_event .date{
	width:22%;
}

.tribe-events-loop.latest .left ul li .twoday_event a{
	width:75%;
}

.tribe-events-ical.tribe-events-button,
.tribe-events-gcal.tribe-events-button{
	padding:10px 20px !important;
	font-size:18px !important;
	line-height:18px !important;
	background: #64c9ec !important;
	margin-bottom:30px;
}

.tribe-events-ical.tribe-events-button:hover,
.tribe-events-gcal.tribe-events-button:hover{
	background: #3dafd5 !important;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer{
	border-top: 0 !important;
}

.tribe-events-sub-nav{
	width:80%;
	float:none;
	margin:0 auto;
	padding:0;
}

.tribe-events-sub-nav li a,
.tribe-events-back a{
	font-size:18px;
	line-height:24px;
	color: #64c9ec;
	text-transform:uppercase;
}

.tribe-events-sub-nav li a:hover,
.tribe-events-back a:hover{
	color: #3dafd5;
}

#tribe-events-content{
	width:80%;
	float: none;
	margin:0 auto 30px;
}

#tribe-events-content h2{
	text-align:left;
}	

#tribe-events-content .tribe-events-sub-nav{
	width:100%;
}

.tribe-events-meta-group .tribe-events-single-section-title{
	font-size:22px;
	line-height:28px;
	text-transform: uppercase;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{
	font-size:18px;
	line-height:24px;
	text-transform: uppercase;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{
	font-size:18px;
	line-height:24px;
	font-family: Georgia,Times,Times New Roman,serif;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd a{
	color: #64c9ec;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd a:hover{
	color: #3dafd5;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group{
	width:50%;
	float:left;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p{
	font-size:16px;
	line-height:24px;
	color: #333333;
	font-family: Georgia,Times,Times New Roman,serif;
}

#tribe-events-bar *{
	text-transform:uppercase;
}

/* tooltip css */
#tribe-events-content .tribe-events-tooltip h4{
	text-transform: uppercase;
	color:#64c9ec;
}

#tribe-events-content .tribe-events-tooltip h4:hover{
	color:#3dafd5;
}

.tribe-event-description p{
	font-family: Georgia,Times,Times New Roman,serif;
}

.tribe-event-description p a{
	color: #e83735;
}

.single-tribe_events .tribe-events-single-event-title{
	text-transform: uppercase;
}

.tribe-events-list-event-title.summary a{
	color:#e83735;
}

.tribe-updated.published.time-details span{
	font-size:15px;
	text-transform: uppercase;
}

.tribe-events-read-more{
	color:#e83735;
	text-transform: uppercase;
}

/* single prgoram page */
.single_program.common_section{
	margin:0;
}	
.single_program h2.entry-title{
	font-size: 35px;
    line-height: 40px;
    color: #4d564c;
    font-family: 'DINCond';
    margin: 15px 0 20px;
    text-transform: uppercase;
	text-align:center;
}

.single_program p{
	font-size: 14px;
    line-height: 19px;
    color: #333333;
    font-family: Georgia,Times,Times New Roman,serif;
    margin: 0 0 20px;
}

.single-blog .single_program .post-navigation{
	margin-top:30px;
}

/* contact _page */
.address{
	width:100%;
	float:left;
	margin:30px 0 40px;
	display:table;
}

.address .first_column,
.address .second_column,
.address .third_column{
	width:33.3%;
	display:table-cell;
	vertical-align: top;
	border-right:1px dotted #000;
}

.address .second_column,
.address .third_column{
	padding:0 30px;
}

.address .third_column{
	padding-right:0;
	border-right:0;
}

.address_container{
	color:#333333;
	font-family: Georgia,Times,Times New Roman,serif;
}

.address a{
	color:#e55100;
	text-decoration: none;
}

.address a:hover{
	text-decoration: underline;
}

.address h3{
	float: left;
    width: 100%;
	color:#333333;
    font: normal 24px/24px "DINCondBoldRegular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-bottom: 19px;
    letter-spacing: 1px;
	margin:0;
}

.address p{
	float: left;
    width: 100%;
	padding:0 0 19px;
	margin:0;
}

.address h6{
	float: left;
    width: 100%;
	padding:0;
	margin:0;
	text-transform:capitalize;
	font-weight:700;
	font-size:13px;
	line-height:16px;
}

/* common pages under new & Media */
.newsparts{
	width:100%;
	display:table;
}

.newsparts .left{
	width:70%;
	display:table-cell;
	vertical-align:top;
	padding-right:30px;
	border-right:1px dotted #000;
}

.newsparts .right{
	width:30%;
	display:table-cell;
	vertical-align:top;
	padding-left:30px;
}

.newsparts .left h4.intro{
	width: 100%;
    float: left;
    padding: 0 0 25px;
    color: #333;
	margin:0;
    font: 18px/24px Georgia,Times New Roman,Times,serif;
}

.newsparts .left h3{
	color: #333333;
    float: left;
    font: bold 18px/24px Georgia,Times New Roman,Times,serif;
    padding: 0 0 12px;
    width: 100%;
	margin:0;
}

.newsparts .left p{
	margin:0 0 20px ;
	width:100%;
	float:left;
	font-size:15px;
	line-height:18px;
	color:#333;
	font-weight:400;
}

.newsparts .left .num_details{
	font: 400 15px/24px Georgia,Times New Roman,Times,serif;
	color:#333;
}	

.newsparts .left .num_details a{
	color:#d0693a ;
}

.newsparts .left .num_details a:hover{
	text-decoration:underline;
}

.newsparts .left ul{
	margin:0 0 0 4px;
	padding:0;
	width:100%;
	float:left;
}

.newsparts .left li{
	width:100%;
	float:left;
	position:relative;
	list-style-type: none;
	padding:0 0 0 12px;
}	

.newsparts .left li:before{
	content:'';
	position:absolute;
	left:0;
	top:8px;
	width:4px;
	height:4px;
	background:#000;
	border-radius:50%;
}

.newsparts .left li a{
	font-size:15px;
	line-height:16px;
	color:#d0693a ;
	font-family:Georgia,Times New Roman,Times,serif;
}

.newsparts .left li a:hover{
	text-decoration:underline;
}	

/* default theming */
.error-404{
	margin:50px 0;
}

.error-404 .icon.icon-search,
.error-404 .page-content .search-form label span,
.content-area .search-form label span,
.content-area .icon.icon-search,
.nav-links .icon,
.navigation.pagination h2{
	display: none;
}

.error-404 .page-content p,
.content-area p{
	font-size:15px;
	line-height:20px;
	font-family: Georgia,Times,Times New Roman,serif;
}

.error-404 .page-content .search-form .search-field,
.content-area .search-field{
	width:300px;
	height:50px;
	border:2px solid #d7d7d7;
	padding:0 15px;
	font-size:18px;
	color: #333333;
	font-family: Georgia,Times,Times New Roman,serif;
}

.error-404 .page-content .search-form .search-submit,
.content-area .search-submit{
	height:50px;
	padding:0 35px;
	font-size:18px;
	color: #fff;
	background:#89c7ea;
	text-transform: uppercase;
	margin-left:20px;
	font-family: Georgia,Times,Times New Roman,serif;
	transition:all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
	cursor:pointer;
}

.error-404 .page-content .search-form .search-submit:hover,
.content-area .search-submit:hover{
	background: #6dadd2;
}

.entry-title a{
	font-size:24px;
	line-height:28px;
	color: #333333;
}

.link-more a{
	font-size:18px;
	line-height:18px;
	color: #89c7ea;
} 

.common_nav  .page-numbers span,
.common_nav  .page-numbers {
	font-size:16px;
	line-height:24px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom:8px;
}

.entry-date{
	color: #666;
}

.common_navigation .post-navigation{
	width:100%;
	float:left;
	margin-bottom:30px;
}

.common_navigation .post-navigation h2,
.common_navigation .post-navigation .icon{
	display: none;
}

.common_navigation .post-navigation .nav-previous{
	width:100%;
	float:left;
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	text-align:left;
	padding:17px 0 27px;
}

.common_navigation .post-navigation  .nav-next{
	text-align:right;
	width:100%;
	float:left;
	padding:16px 0 20px;
	border-bottom:1px solid #b5b5b5;
}

.common_navigation .post-navigation .nav-subtitle{
	display: block;
	font-size:16px;
	line-height:24px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom:8px;
}

.common_navigation .post-navigation .nav-title{
	display: block;
	font-size:18px;
	line-height:22px;
	color: #535761;
	font-family: Georgia,Times,Times New Roman,serif;
}

.default_single .post{
	width:100%;
	float:left;
}

.default_single .entry-title{
	font-size: 35px;
    line-height: 40px;
    color: #4d564c;
    font-family: 'DINCond';
    margin: 15px 0;
    text-transform: uppercase;
}

.default_single a{
	color: #89c7ea;
}

.default_single .entry-content p,
.default_single .comment-content p{
	font-size: 14px;
    line-height: 19px;
    color: #333333;
    font-family: Georgia,Times,Times New Roman,serif;
    margin: 0 0 20px;
}

.default_single .icon{
	display: none;
}

.default_single .comment-respond #reply-title{
	font-size: 35px;
    line-height: 40px;
    color: #4d564c;
    font-family: 'DINCond';
    margin: 15px 0;
    text-transform: uppercase;
}

.default_single .comment-respond p.comment-notes,
.single-blog .comment-respond p.comment-notes{
	font-size:20px;
	line-height:20px;
	font-family: Georgia,Times,Times New Roman,serif;
}

.default_single .comment-respond p,
.single-blog .comment-respond p{
	width:100%;
	float:left;
	margin:0 0 15px;
}

.default_single .comment-respond label,
.single-blog .comment-respond label{
	width:100px;
	float:left;
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
}

.default_single .comment-respond input[type="text"],
.default_single .comment-respond textarea,
.default_single .comment-respond input[type="email"],
.default_single .comment-respond input[type="url"],
.single-blog .co t[type="email"]{
	width:300px;
	height:50px;
	border:1px solid #d9d9d9;
	float:left;
	padding:0 10px;
	box-sizing: border-box;
	font-size:18px;
	color: #9d9d9d;
}

.default_single .comment-respond textarea,
.single-blog .comment-respond textarea{
	height:100px;
	padding-top:10px;
}

.default_single .comment-respond #submit,
.single-blog .comment-respond #submit{
    background: #89c7ea;
    padding: 10px 40px;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
	font-family:'DINCond';
	cursor:pointer;
	transition:all 1s cubic-bezier(0.49, 0.38, 0.23, 0.96) 0s;
}

.default_single .comment-respond #submit:hover,
.single-blog .comment-respond #submit:hover{
	background:#6dadd2;
}
input.back_donate {
    background: #89c7ea;
    width: 69px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: 'DINCond';
    margin-bottom: 7px;
    cursor: pointer;
}
/*donate*/
.paymentMode ul li {
    width: 50%;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
	border: 1px solid #89c7ea;
}
.paymentMode ul li a{  text-transform:uppercase; font-family: 'DINCond'; color:#89c7ea; font-size:18px;display:block;height: 26px;line-height: 26px; transition:all 0.3s ease; }
.paymentMode ul li a.active{ background-color:#89c7ea; color:#fff; }
.paymentMode ul{display: table; border-collapse: collapse; width:100%;}
.photoSection h2{width: 100%;float: left; color: #333333; text-transform: uppercase;padding: 0 0 10px;font-size: 23px;}
.photoSection p{width: 100%; float: left; color: #000000; font: normal 13px/19px Georgia, "Times New Roman", Times, serif;  padding: 10px 0 0;}
.photoSection .photos li{ list-style:none; padding:2px 0; width:50%; float:left;}
.photoSection .photos ul{list-style:none;}
.photoSection .photos li:before{display:none;}
.photoSection .photos li img{width:100%; height:100%;}
.single-blog .tab-container .privacy_policy a{    color: #E55100;text-decoration:underline;}
.full-video iframe{width:100%; height:300px;}
.newsparts.VideoSection .video-thumb{padding:0; list-style:none;}
.newsparts.VideoSection .video-thumb .vitems{width: 178px; float: left; margin: 0 39px 0 0; padding: 0 0 40px 0; min-height:273px; }
.newsparts.VideoSection h3 {
    width: 100%;
    float: left;
    color: #333333;
    font: bold 14px/19px Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}
.newsparts.VideoSection p {
    width: 100%;
    float: left;
    color: #333333;
    font: normal 14px/19px Georgia, "Times New Roman", Times, serif;
    padding: 0 0 20px;
}
	.newsparts.VideoSection .video-thumb .vitems:nth-child(3n){margin:0;}
.newsparts.VideoSection .video-thumb .vitems:before{display:none;}
/* .newsparts.VideoSection .video-thumb{margin-left:-15px;} */
.newsparts.VideoSection .video-thumb .vitems iframe{width:100%;}
.newsparts.VideoSection .video-thumb .overlay_ifram { position: absolute;  height: 100%;  width: 100%;  z-index: 99999;  top: 0; left:0;}
.newsparts.VideoSection .video-thumb a{padding:0;}

.eventLatest .left{width:55%; margin:0 auto; float: none;}



/* ======== about us page styling =========== */
.mission_image{
	background-size:cover;
	margin-bottom:20px;
}	
.mission_image h2 {
    font-family: Georgia,Times,Times New Roman,serif;
    padding: 40px;
    font-size: 35px;
    line-height: 42px;
    padding-top: 120px;
	color:#fff;
	font-weight:normal;
	margin:0;
}
.list_tabs{
	padding:15px;
	background: #0094d1;
	transition: 0.2s all;
}
.list_tabs ul{ 
	list-style: none;
	padding: 0;
}
.list_tabs ul li{ 
	list-style: none;
	display:inline-block;
	padding:5px 10px;
}
.list_tabs ul li a{ 
	color:#b4e5ff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
}
.list_tabs ul li a:hover{ 
	color:#fff;
}
.about_section {
    padding: 60px;
}
.about_section a{
	color: #d0693a ;
}
.about_section p{
	font-size:18px;
	font-family: Georgia,Times,Times New Roman,serif;
	margin-bottom:20px;
	color: #777;
	line-height: 24px;
	font-weight: normal;
}
h2.tabs_title{
	font-size:35px;
	color:#4d4d4d;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
	line-height: 42px;
}
.bg_light_blue{
	background-color:#e5f4fa;
}
.one_column{
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.two_columns{
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.three_columns{
	width: 33.333%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;	
}
.single_row{
	margin-right: -15px;
	margin-left: -15px;
}
.our_vision_single_block{
	background: white;
	padding:30px;
	overflow: hidden;
}
.our_vision_block.extra_margin {
    margin-bottom: 30px;
    overflow: hidden;
}
.our_vision_single_block h4{
	font-size: 20px;
	color: #0093cd;
	margin-top: 0;
	text-transform: uppercase;
}	
.our_vision_block .two_columns .our_vision_single_block {
    min-height: 250px;
}
.our_vision_block .three_columns .our_vision_single_block {
    min-height: 300px;
}
.service_delivery_single_block img {
    float: left;
    margin-right: 20px;
} 
.service_delivery_single_block h4 {
    margin: 0;
    font-size: 20px;
}
.service_delivery_single_block {
    background: #efefef;
    padding: 25px;
    margin-top: 30px;
}
.service_delivery_single_block p{
	min-height: 70px;
}
.our_trustees_single_block {
    background: #efefef;
    padding: 30px;
    min-height: 480px;
    margin-bottom: 30px;
}
.our_team_single_block{
	min-height: 400px;
}
.our_trustees_single_block img{
	max-width: 190px;
	width: 100%;
}
.our_trustees_single_block h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.our_trustees_single_block p{
    font-size: 15px;
    margin: 0;
    margin-bottom: 5px;
}
.our_team, .our_trustees {
    border-top: 1px dotted #555;
}
section.list_tabs.full-width.sticky {
    position: fixed;
    max-width: 1000px;
    top: 0;
    left: 0;
    margin: 0 auto;
    transition: 0.2s;
    right: 0;
    transition-duration: 0.5s;
    padding: 0 15px;
}
.mainContent .programSubpoints ul li .content table td a {
    color: #d0693a ;
}

/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #64c9ec;
  background-image: none;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #64c9ec;
  overflow: hidden;
  margin: 0 0 40px 670px;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #ffffff;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #64c9ec;
  color: #ffffff;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #ffffff;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
div#tribe-events-pg-template .select select {
    padding-left: 20px;
    text-transform: uppercase;
    font-family: 'DINCond';
	font-size: 15px;
}

.mainContent .programSubpoints ul li .content>h3
{
    margin: 0 0px 18px;
font-family:Georgia,Times,Times New Roman,serif;
font-size:32px !important;
    line-height: 38px;
    color:#333333;
    font-weight:400;
    float: left;
}
.mainContent .programSubpoints ul li .content p
{
clear:both;
}

/*.mainContent .programSubpoints ul li ul
{
padding-right:20px;
margin-left:25px !important;
}
*/


.paranew1
{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-family: Georgia,Times,Times New Roman,serif;
    margin-bottom: 20px;
}
.mainContent .programSubpoints ul li
{
color:#000;
    list-style: none;
}
.list li
{
    margin-bottom:5px !important;
    text-indent: -1.5em;
}

.list li:before
{
    margin-right: 14px;
    content: '\2022';
     color: #000;
}

.mainContent .programSubpoints ul li .content
{
    padding: 40px 20px 58px;
}

.mainContent .programSubpoints ul li .content h4
{
    clear: both;
}

.mainContent .programSubpoints ul li .content p, .mainContent .programSubpoints ul li .content table td
{
color:#333;
}

.single-blog .tab-container h3{
	font-size:30px;
	line-height:38px;
	color: #333333;
	margin:14px 0 18px;
	width:100%;
	float:left;
	font-weight:normal !important;;
	font-family:Georgia,Times,Times New Roman,serif;
}

.single-programs .programSubpoints  ul li h2
{ font-size:36px; color:#333333 !important;
  line-height:44px;
      margin: 2px 0 20px; font-weight:400;
}


.single-programs .programSubpoints  ul li h3
{ font-size:30px !important;
  line-height:38px;
      margin: 2px 0 18px;
}

.single-programs .programSubpoints  ul li h4
{ font-size:22px !important;
line-height:32px;
    margin: 2px 0 16px;
}


.single-programs .programSubpoints  ul li h5
{ font-size:22px !important;
line-height:26px;
 margin: 2px 0 12px;

}



/* new css*/

.single-news .entry-content  ul li a
{
text-decoration: underline !important;
float:none;
color:#d0693a;

    font-size: 14px !important;
    line-height: 23px !important;
    }

.events-single #divtagdefaultwrapper a{ color: #d0693a;}

.payment_label{
    width: 125px;
    display: block;
    float: left;
    margin: 0px 20px 17px 1px;
    border: 1px solid #88c7ea;
    padding: 5px;
}
.payment_label label{
    color: #0082a6;

    }
.payment_label:hover{
    background-color: '88c7ea';
}

.input_box{
    border: 1px solid #aaaaaa;
}

#paymentFrm  .submit_btn_form{
    background: #64c9ec;
padding: 8px 36px;
color: #fff;
font-size: 18px;
line-height: 28px;
text-align: center;
display: block;
margin: auto;
border-radius: 5px;
}

#paymentFrm  p input {
    border: 1px solid #ccc;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
}
#paymentFrm label {
    font-size: 18px !important;
    /*width: 100px;*/
    display: block;
    /*float: left;*/
    margin-bottom: 5px;
    color: #999;
}
form#paymentFrm {
    position: relative;
    background: #f7f7f7;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    padding-top: 0;
    box-shadow: 0px 0px 10px #ccc;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
    box-sizing: border-box;
}
.col-md-8.col-sm-8 {
    float: left;
    width: 66.6%;
    padding: 0 5px;
}
.col-md-6.col-sm-6 {
    float: left;
    width: 50%;
    padding: 0 5px;
}
.col-md-4.col-sm-4 {
    width: 33.3%;
    float: left;
    padding: 0 5px;
}
.expiry input{
	width: auto !important;
	padding-left: 5px !important;
}
.form_payment_header {
    background: #eee;
    padding: 5px 15px;
    font-size: 18px;
}
.form_payment_content {
    padding: 15px;
}


/* ======== juntos together page ======== */
.list{
    padding: 0 20px !important;
}
.list li a {
    color: #d0693a;
}
.list li {
	text-indent: 0px;
    font-family: Georgia,Times,Times New Roman,serif;
    color: #333;
}
.list li:before {
	content: none;
}
ul.list li{
	list-style: disc !important;
}
ol.list li{
	list-style: decimal !important;
}
.page-template-programs a {
    color: #d0693a;
}
.page-template-programs section.mainContent h3{
	margin: 0 0px 18px;
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 32px !important;
    line-height: 38px;
    color: #333333;
    font-weight: 400;
}
.page-template-programs section.mainContent h4{
	font-size: 22px !important;
    line-height: 32px;
    color: #333;
    margin: 0 0 16px;
    font-family: Georgia,Times,Times New Roman,serif;
}
.page-template-programs section.mainContent h5{
    font-size: 20px !important;
    line-height: 24px;
    color: #333;
    text-transform: uppercase;
    font-family: 'DINCond';
    margin: 0 0 12px;
}
.page-template-programs section.mainContent h5 a {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 12px;
    font-weight: normal !important;
    font-family: 'DINCond';
    color: #d0693a;
}
/*      My Custom Css here
=============================== */
.recognitions-sec {
    margin: 32px 0 0px;
    padding: 41px 0 20px;
    border-top: 1px dotted #000;
}
.rec-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.rec-slider .slick-arrow {
    margin-top: -20px;
    border: hidden;
}
.rec-slider .slick-arrow.slick-prev {
    background: transparent url('https://prab.org/wp-content/uploads/2019/10/left-arrow.png') no-repeat; 
    left: 0px;
}
.rec-slider .slick-arrow.slick-next {
   background: transparent url('https://prab.org/wp-content/uploads/2019/10/right-arrow.png') no-repeat;
   right: -6px;
       background-position: center;
}
.rec-slider .slick-arrow.slick-prev:hover, .rec-slider .slick-arrow.slick-next:hover {
    background-color: transparent;
}
.brand-logo {
    padding: 15px;
    text-align: center;
}
.brand-logo > img {
	display: inline-block;
	max-width: 140px;
}
.partners-tab-filter {
    clear: both;
    position: relative;
    top: -14px;
}
.partners-tabList {
    padding: 0px;
    background-color: #f9972a;
    text-align: center;
    margin: 0px;
}
.partners-tabList li {
    display: inline-block;
}
.partners-tabList li > a{
    display: block;
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    padding: 13px 15px;
}
.partners-tabList li.active > a {
	color: rgba(255,255,255,1);
}

.agency-partners p, .program-partners p {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 18px;
    line-height: 24px;
    color: #535761;
    text-align: left;
}
.gray-box-card {
    margin-bottom: 17px;
}
.gray-box-card:last-child {
	margin-bottom: 0px;
}
.partner-box-inr {
    padding: 40px;
    background-color: #efefef;
}
.heading-ttl {
    margin-bottom: 42px;
}
.agency-partners {
    border-bottom: 1px dotted #000;
    padding: 30px 0px 65px;
}
.mrg-tb-35 {
    margin: 15px 0px 20px;
}
.container-800 {
    max-width: 800px;
    margin: 0 auto;
}
.d_flex {
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.gray-box-img {
    width: 28%;
}
.gray-box-img > figure {
    margin: 0px;
    text-align: center;
}
.gray-box-img + .gray-box-details {
    width: 72%;
    padding-left: 25px;
}
.gray-box-details h4 {
    margin-top: 0px;
    font-size: 20px;
    color: #e76c35;
    margin-bottom: 10px;
}
.gray-box-details > p {
    margin: 14px 0px 0px;
}
.gray-box-details .social-likes {
    display: none;
}
.hide {
    display: none;
}
.prog-cat-filter {
    margin-bottom: 45px;
}
.prog-cat-list {
    padding: 0px;
    text-align: center;
    margin: 0px;
}
.prog-cat-list > li {
    display: inline-block;
    margin-left: 7px;
}
.prog-cat-list > li:first-child {
	margin-left: 0px;
}
.prog-cat-list .btn-link {
    background-color: #999999;
    padding: 17px 20px;
    font-size: 24px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.prog-cat-list a.activelink, .prog-cat-list .btn-link:hover{
    background: #62c6eb;
}
.program-partners {
    padding-bottom: 30px;
}

.partners-tabList li:hover > a {
  color: rgba(255,255,255,1);
}
.rec-slider {
    padding: 0px 25px;
}