/*---------------common styles---------------*/
body{
	background: #f1f1f1;
	 font-family: "proxima-nova-soft", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "proxima-nova-soft", sans-serif;
	font-weight: 700;
}
p{
	 font-family: "proxima-nova-soft", sans-serif;
	font-size: 15px;
	color: #58595b;
	line-height: 21px;
	font-weight: 400;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style:none;

}

.col-sm-8 ul li{
	list-style:disc;
	margin-left:30px;
}

a, i,span, strong{
	display: inline-block;
	 font-family: "proxima-nova-soft", sans-serif;
}
/*---------------Header  styles---------------*/
#head-section{
	background: #ffffff;
	border-bottom: 2px solid #f2f3f3;
}
#logo img{
	width: 100%;
}
.top-section{
	background: #30d8d4;
}
.social{
	margin: 0;
}
.social a{
	display: inline-block;
	float: left;
}
.social a .fa{
	display: inline-block;
	height: 40px;
	width: 45px;
	text-align: center;
	line-height:40px;
	font-size: 16px;
	color: #ffffff;
	border-right:1px solid #2fcfcb;
	border-left:1px solid #2fcfcb;
	transition:all 0.3s;
}
.social a .fa:hover{
	background: #ffffff;
	color: #30d8d4;
}
.social a .fa-facebook{
	border-left:none;
}
.main-menu{
	padding: 0;
	margin: 0;
}
.main-menu li,
.sec-menu li{
	display: inline-block;
	float: left;
	position: relative;
}
.sec-menu{
	margin: 35px 0 0 0;
}
.main-menu li a{
	font-size: 24px;
	font-weight:bold;
	color: red;
	display: inline-block;
	padding: 10px 20px;
	border-left:1px solid #2fcfcb;
	background-color:#fff;
}
.sec-menu li a{
	font-size: 14px;
	color: #58595b;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 0 22px;
	padding: 12px 0;
}
.sec-menu li:first-child a{
	margin: 0;
}
.sec-menu li a.helpline{
	padding: 8px 30px 8px 40px;
	background: #30d8d4 url('../img/chat-bubble.png') 15px center no-repeat;
	color: #ffffff;
	border-radius: 50px;
	position: relative;
	top:3px;
}
.sec-menu li a.helpline:hover{
	opacity: 0.9;
}
.nav-section{
	padding:20px 0; 
}
.droping a{
	background: url('../img/down-arrow.png') right center no-repeat;
	padding-right:18px !important;
}
.sec-menu .sub-menu a{background:none !important;}
.sec-menu li .sub-menu li{
	display: block;
	float: none;
}
.sec-menu li .sub-menu li a{
	padding: 10px;
	border-top:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	width: 100%;
	margin: 0;
}
.sub-menu{
	position: absolute;
	width: 150px;
	z-index: 100;
	background: #ffffff;
	border-bottom:1px solid #e7e7e7;
	left: 30px;
	top:42px;
	display: none;
	transition: all 0.3s;
}
.droping:nth-child(1) .sub-menu{
	left: -28px;
}
.droping:nth-last-child(2) .sub-menu{
	left: -8px;
}
.sub-menu:before{
	content: url('../img/cap.png');
	position: absolute;
	top:-14px;
	right: 45px;
	width: 20px;
	height: 10px;
	z-index: 10;
}
.sec-menu li a:hover+.sub-menu,
.sub-menu:hover{
	display: block;
}
ul.nav li.menu-item-has-children:hover > ul.sub-menu{
    display: block;

}
.slicknav_menu {
		display:none;
}
/*---------------Slider section styles---------------*/
#slider-section{
	min-height: auto;
	height:auto;
	height: auto !important;
	border-top:1px solid #e5e4e5;
	border-bottom: 1px solid #e5e4e5;
}
#main-slider img{
	width: 100%;
}
#slider-section .owl-theme .owl-controls .owl-buttons div{
	background: none;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	border-radius: 0;
	opacity: 1;
	position: absolute;
}
#slider-section .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background: url('../img/prev.png') center center no-repeat;
	left: 0;
}
#slider-section .owl-theme .owl-controls .owl-buttons div.owl-next{
	background: url('../img/next.png') center center no-repeat;
	right: 0;
}
#slider-section .owl-theme .owl-controls.clickable{
	margin: 0;
}
#slider-section .owl-theme .owl-controls .owl-page span{
	background: #ffffff;
	opacity: 1;
	height: 16px;
	width: 16px;
}
#slider-section .owl-theme .owl-pagination{
	position: absolute;
	top: 200px;
	text-align: center;
	width: 100%;
}
#slider-section .owl-theme .owl-buttons{
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
#slider-section .owl-theme .owl-controls{
	position: absolute;
	width: 100%;
	text-align: center;
	top:42%;
}
#slider-section .owl-theme .owl-controls .owl-page.active span{
	background: #efc203;
}
/*---------------Join-section styles---------------*/
#join-section{
	padding: 15px 0;
	background: #ffffff;
	border-bottom: 1px solid #e7e8e9;
	margin: 0 0 50px 0;
}
.join-title{
	font-size: 20px;
	color: #58595b;
	margin: 10px 0 0 0;
	text-align: right;
	font-weight: 200;
}
.submit,.sml_submitbtn,#jobpost-submit-button{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	padding: 9px 40px 9px 40px;
	background: #30d8d4;
	color: #ffffff;
	border-radius: 50px;
	border:none;
	margin: 0 0 0 10px;
}
.form-control,.sml_emailinput{
	width: 44%;
	float: left;
	height: 38px;
	background: #f1f2f2;
	border:1px solid #e6e7e8;
	border-radius: 0;
}

/*---------------Festured section styles------------*/
.featured{
	position: relative;
	overflow: hidden;
}
.featured:hover .info{
	/*bottom: -999px;*/bottom:0px;
}
.featured img {
	width: 100%;
}
.info{
	padding:40px 0 15px 25px;
	background: url('../img/shape.png') no-repeat;
	position: absolute;
	bottom: 0;
	transition:all 0.3s;
	width: 100%;
}
.info a{
	font-size: 20px;
	color: #414042;
	font-weight: 700;
}
/*---------------Main section styles-----------*/
.section-title,.helpline .section-title{
	font-size: 26px;
	color: #000000;
	font-weight: 700;
	margin: 60px 0 20px 0;
}

.blog-post img{
	width: 100%;
}
.blog-post h5{
	font-size: 18px;
	color: #58595b;
	margin: 15px 0;
	font-weight: 700;
}
.blog-post p{
	font-size: 15px;
	color: #58595b;
}
.read{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 28px 5px 28px;
	background: #30d8d4;
	color: #ffffff;
	border-radius: 50px;
	border:none;
	margin: 10px 0 0 0;
}
.read:hover,
.read:active,
.read:focus{
	color: #ffffff;
	opacity: 0.9;
}
.section-title a{
	display: inline-block;
	float: right;
	color: #30d8d4;
	font-size: 17px;
	text-transform: none;
	position: relative;
	top:5px;
	font-weight: 400;
}
.section-title a .fa{
	font-size: 12px;
}
/*---------------Support-section styles---------------*/
.support-item{
	position: relative;
	overflow: hidden;
}
.support p{
	margin: 0 0 20px 0;
}
.support-item img{
	width: 100%;
}
.support-link{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	padding: 9px 30px 9px 30px;
	background: #30d8d4;
	color: #ffffff;
	border-radius: 50px;
	border:none;
}
.support-link:hover,
.support-link:active,
.support-link:focus{
	color: #ffffff;
}
.holder{
	text-align: center;
	position: absolute;
	top:-300px;
	transition:all 0.3s;
	width: 100%;
}
.support-item:hover .holder,
.holder:hover{
	top:40%;
}

/*---------------Helpline section styles-------------*/
.call-now{
	font-size: 40px;
	color: #ffffff;
	font-weight: 700;
	background: #21aaa3;
	width: 100%;
	border-radius: 5px;
	margin: 20px 0 0 0;
}
.call-now:hover,
.call-now:active,
.call-now:focus{
	color: #ffffff;
	text-decoration: none;
}
.call-now img{
	padding:20px 30px;
	border-right: 1px solid #ffffff;
	margin: 0 30px 0 0;
}
/*---------------Tweets feed styles-------------*/
.feed li{
	border-bottom: 1px solid #d1d3d4;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
}
.feed li img{
	width: 100%;
}
.tweet-title{
	font-size: 18px;
	font-weight: 600;
	color: #414042;
	width: 100%;
	margin: 0 0 5px 0;
}
.tweet-title:hover{
	color: #414042;
}
.tweet-title span{
	display: inline-block;
	float: right;
	font-size: 18px;
	text-transform: none;
	font-weight: 500;
}
.feed .sharing{
	text-align: right;
}
.sharing a{
	color: #414042;
}
/*------------Footer section ends here-----*/
#footer-section{
	background: #222222;
	padding: 40px 0;
}
.footer-title{
	font-size: 20px;
	color: #ffffff;
	margin: 0 0 20px 0;
}
.sponsors a{
	display: inline-block;
	margin: 0 20px 0 0;
}
.contact-details a,
.contact-details span{
	font-size: 16px;
	padding: 0 0 0 30px;
	color: #ffffff;
	margin: 0 0 15px 0;
}
.mail{
	background: url('../img/email.png') left center no-repeat;
}
.number{
	background: url('../img/phone-icon-small.png') left center no-repeat;
}
.address{
	background: url('../img/house-icon.png') left top no-repeat;
}
.reg{
	color: #ffffff;
	font-size: 16px;
	margin: 20px 0 0 0;
}
/*----------------------------------------------------*/
/*---------------Blog page styles--------------------*/
/*--------------------------------------------------*/

.campaigns-section{
	padding: 100px 0 0 0;
}
.blog-section{padding: 50px 0 0 0;}
.all-posts{
	margin: 0 20px 0 0;
}
.breadcrums li{
	display: inline-block;
	float: left;
}
.breadcrums li a,
.breadcrums li span,.breadcrumbs span{
	font-size: 16px;
	color: #808285;
}
.breadcrumbs span{
	padding: 0 5px;
}
.breadcrums li span{
	color: #000000;
}
.breadcrums li a:after{
	content: '/';
	display: inline-block;
	padding: 0 5px;
}
.page-title.section-title{
	font-size: 40px;
	margin: 15px 0 25px 0;
}
.post{
	background: #ffffff;
	margin: 0 0 30px 0;
}
.post, .sidebar-item{
	box-shadow: 0 0 3px #e7e7e7;
}
.post a img{
	width: 100%
}
.post-title{
	font-size: 28px;
	color: #414042;
	font-weight: 600;
	margin: 22px 0 0 0;
}
.post p{
	font-size: 17px;
	line-height: 26px;
	margin: 15px 0;
	padding: 0 30px 0 0;
}
.read-post{
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 44px 8px 44px;
    background: #30d8d4;
    color: #ffffff;
    border-radius: 50px;
    border: none;
    margin: 0;
}
.read-post:hover,
.read-post:active,
.read-post:focus{
	color: #ffffff;
	opacity: 0.9
}
.pagination-links a,.wp-pagenavi a{
	font-size: 18px;
	font-weight: 700;
	color: #58595b;
}
.pagination-links a:before{
	content: '<';
	display: inline-block;
	margin: 0 5px 0 0;
}
.wp-pagenavi a.previouspostslink:before,.wp-pagenavi a.nextpostslink:before{
	content: '';
	display: inline-block;
	margin: 0 5px 0 0;
}
.nextpostslink{float: right;}
.sidebar-item{
	background: #ffffff;
	padding: 35px;
	margin: 0 0 25px 0;
}
.sidebar-support{
	margin: 0 0 25px 0;
}
.sub-form .sidebar-title{
	font-family: 'proxima-nova-soft', Arial;
	font-weight: 400;
}
.sidebar-title{
	font-size: 20px;
	text-transform: uppercase;
	color:#000000;
	margin: 0 0 15px 0;
}
.sidebar-item p{
	font-size: 17px;
	line-height: 24px;
}
.sub-form .form-control{
	width: 100%;
	box-shadow: none;
	margin: 0 0 20px 0;
}
.helpline-title{
	font-size: 20px;
	text-transform: uppercase;
	color:#000000;
	margin: 0 0 20px 0;
}
.sidebar-item.helpline p{
	font-size: 14px;
	line-height: 18px;
}
.sidebar-item .call-now{
	padding: 0 5px;
	font-size: 24px;
}
.sidebar-item .call-now img{
	padding: 10px 15px;
	border-right: 1px solid #42b7b1;
}
.help-and-support{
	border-top:2px solid #e1e2e3;
	padding: 30px 0 50px 0;
	/*margin: 70px 0 30px 0;*/
	background: #f1f1f1;
}
/*----------------------------------------------------*/
/*---------------Campaigns page styles--------------------*/
/*--------------------------------------------------*/
.campaigns{
	background: #ffffff;
	padding: 25px;
	box-shadow: 0 0 3px #e7e7e7;
	margin: 0 0 35px 0;
}
.campaigns img{
/*	width: 100%;*/
}
.campaigns p{
	font-size: 18px;
	margin: 15px 0 20px 0;
}
.campaigns .section-title{
	margin: 10px 0 25px 0;
}
.section-title .camp-site,
.camp-video,
.camp-page{
	font-size: 16px;
	font-weight: 600;
	padding: 2px 0 2px 28px;
	color: #414042;
}
.camp-video,
.camp-page{
	background: url('../img/videos.png') left center no-repeat;
}
.section-title .camp-site{
	color: #808285;
	background: url('../img/visit.png') left center no-repeat;
}
.camp-title{
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	margin: 0 0 15px 0;
}
.camp-title a{
	font-size: 18px;
	color: #3993df;
	font-weight: 400;
	margin: 0 0 0 15px;
}
.campaign-tweets{
	padding: 0 0 0 30px;
	margin: 55px 0 0 0;
}
.camp-tweets-feed li{
	margin: 0 0 25px 0;
}
.camp-tweets-feed li p{
	margin: 0;
}
.camp-tweets-feed li strong{
	font-size: 20px;
	font-weight: 700;
}
.camp-tweets-feed li a{
	color: #58595b;
}
/*----------------------------------------------------*/
/*---------------Campaigns videos page styles--------------------*/
/*--------------------------------------------------*/
.campaigns.videos{
	padding: 25px 40px 40px 40px;
}
.video{
	width: 100%;
}
.campaigns.videos p{
	margin: 0 0 20px 0;
}
/*----------------------------------------------------*/
/*---------------Contact page styles--------------------*/
/*--------------------------------------------------*/
.contact-section{
	background: #ffffff;
	padding: 50px 0 0 0;
}
.section-title.contact{
	margin: 10px 0 20px 0;
	padding:5px 0 5px 40px;
	background: url('../img/map-marker.png') left center no-repeat;
}
.contact-section .contact-details a,
.contact-section .contact-details span{
	color: #000000;
	padding-left: 45px;
}
.contact-section .contact-details .number{
	background: url('../img/smart-phone.png') left center no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contact-section .contact-details .mail{
	background: url('../img/mail.png') left center no-repeat;
}
/*----------------------------------------------------*/
/*---------------Contact page styles--------------------*/
/*--------------------------------------------------*/
.page-title.events{
	margin:15px 0 40px 0;
}
.page-title.event.single{
	margin: 15px 0 25px 0;
}
.section-title.events{
	margin: 0 0 10px 0;
}
.older-new a{
	font-size: 18px;
	font-weight: 700;
	color: #58595b;
	margin: 0 40px 0 0;
}
.older:before{
	content: '<';
	display: inline-block;
	margin: 0 5px 0 0;
}
.new:after{
	content: '>';
	display: inline-block;
	margin: 0 0 0 5px;
}
.all-events{
	margin: 60px 0 0 0;
	padding: 25px;
	background: #ffffff;
	box-shadow: 0 0 3px #e7e7e7;
}
.all-events.no-bg{
	background: none;
	padding: 0;
	box-shadow: none;
}
.single-event .post{
	box-shadow: none;
}
.event-thumb{
	position: relative;
}
.event-date{
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	padding: 5px 15px;
	position: absolute;
	left: 10px;
	top:10px;
	background: #ffffff;
}
.event .event-title{
	font-size: 26px;
}
.single-event .meta{
	font-size: 16px;
	margin: 0;
}
.single-event .meta a{
	color: #414042;
}
/*.single-event .event-thumb{
	margin: 30px 0 15px 0;
}*/
.single-event .event-thumb a,
.single-event .event-thumb img{
	width: 100%;
}
.event-reg{
	margin: 50px 0 0 0;
}
.event-reg label{
	display: block;
	color: #6d6e71;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
}
.event-reg .form-control{
	box-shadow: none;
	border:1px solid #d5d6d7;
	float: none;
	width: 40%;
	background: none;
	height:48px;
}
.event-reg .submit,#jobpost-submit-button{
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 30px 0 0 0;
}
/*----------------------------------------------------*/
/*---------------Jobs page styles--------------------*/
/*--------------------------------------------------*/

#banner-section.jobs{
	padding: 100px 0;
	text-align: center;
}
.job-title.post-title{
	margin: 20px 0;
}
.jobs .page-title{
	font-size: 40px;
	margin: 0 0 25px 0;
}
#banner-section.jobs p{
	font-size: 22px;
	line-height: 28px;
}
#main-section.jobs{
	padding-top:0;
}
.stripe{
	background: #ffffff;
	padding: 20px 0;
	box-shadow: 0 0 3px #e7e7e7;
	margin: 0 0 110px;
}
.stripe .breadcrums{
	margin: 10px 0 0 0;
}
.vol-don{
	margin: 0;
}
.vol-don a{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	padding: 6px 30px 6px 30px;
	background: #30d8d4;
	color: #ffffff;
	border-radius: 50px;
	border:none;
	margin: 0 20px 0 0;
}
.job-info{
}
.job-info span{
	font-size: 16px;
	color: #000000;
	margin: 8px 15px 0 0;
}
.job.post{
	padding: 25px;
}
/*------------------------------*/
/*---------------Job single page---------------*/
/*------------------------------*/
.section-title.job-title{
	margin: 30px 0 20px 0;
}
.job p{
	font-size: 17px;
	line-height: 26px;
	margin: 0 0 30px 0;
}
.job-single-page{
	margin: 50px 0;
}
.single-job{
	background: #ffffff;
	padding: 25px;
}
.job-form textarea.form-control{
	height: auto;
	resize:none;
}
.post.single img{
	width: 100%;
	margin: 30px 0px 15px ;
}
/*---------------------------------------*/
/*------------Single post page styles----------*/
body.single-post-page{
	background: #ffffff;
}
.single-post .page-title{
	
}
.single-post .post{
	box-shadow: none;
}
.single-post .post p{
	margin: 0 0 30px 0;
}
/*----------------------------------------------------*/
/*---------------About page styles--------------------*/
/*--------------------------------------------------*/
#main-section.about{
	background: #ffffff;
	padding: 0;
}
.about .section-title{
	font-weight: 400;
}
.about-image{
	width: 100%;
	margin: 30px 0;
}
.about .stripe{
	margin: 0;
}
.about p{
	font-size: 17px;
	line-height: 26px;
	margin-right: 0 0 30px 0;
}
.sidebar-title.more-info{
	border: 1px solid #e6e7e8;
	background: #f1f1f1;
	padding: 15px 20px;
	margin:0;
	border-bottom: none;
	font-weight:600;
}
.more-info-list{
	border: 1px solid #e6e7e8;
}
.more-info-list li{
	padding: 15px 20px;
	border-bottom: 1px solid #e6e7e8;
	background:#f1f1f1 url('../img/arrow-right-light.png') 94% center no-repeat;
}
.more-info-list li:last-child{
	border-bottom: none;
}
.more-info-list li a{
	font-size: 18px;
	color: #000000;
}
.more-info-list li a .fa{
	margin: 0 5px 0 0;
}
.more-info-list li a .fa-question{
	border:1px solid #000000;
	border-radius: 100%;
	height: 18px;
	width: 18px;
	line-height: 17px;
	text-align: center;
	font-size: 14px;
}
.sidebar .contact-us{
	padding: 15px 20px;
	background: #21aaa3 url('../img/arrow-right-white.png') 95% center no-repeat;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	width: 100%;
	margin: 15px 0 40px 0;
}
.sidebar .contact-us img{
	width: auto;
	margin: 0 5px 0 0;
}
.sidebar .blog-post{
	margin: 0 0 30px 0;
}
/**********8 th sep by sh**************/
.sml_submit,.sml_email{
display: inline;
}
.sml_email .sml_emailinput{padding:6px 12px;}
.breadcrumbs >span>span{color: #000000;}
.sjb-job-filters-form{display: none;}
.breadcrums a{color: #808285;font-size: 16px;}
#jobpost_form_status{color: red;}
.only_blog .more-link{display: none;}
.twitter-feed,.campaign-tweets{height:550px;overflow-y: auto;overflow-x: hidden;}
.twitter-feed .section-title a{margin-right:22px;}
.campaigns ifrmae{
		height: 300px;
	}
.single-event .read-post{display: none;}
.amina_location iframe{width: 100%;}
.page-template-campaigns .breadcrums span,.page-template-template-event-list .breadcrumbs span,.single .breadcrumbs span,
.page-template-contact .breadcrums span{background-color: #f1f1f1 ;}
.page-template-default .breadcrums span,.page-template-contact .breadcrums span,.page-template-page_sidebar .breadcrums span
.page-template-page_fullwidth .breadcrums span{background-color: #fff ;}
.breadcrums span a,.breadcrumbs span a{box-shadow:none !important;}

/*.css-events-list article.post{padding-bottom: 30px;}*/
/*----------------------------------------*/
/*---------------media queries---------------*/
/*-------------------------------------------*/
@media(max-width: 1200px){
	.sec-menu{
		margin: 25px 0 0 0;
	}
	#slider-section .owl-theme .owl-buttons{
		width: 950px;
	}
	.join-title{
		font-size: 16px;
		text-align: left;
	}
	#slider-section .owl-theme .owl-pagination{
		top:160px;
	}
	.call-now{
		font-size: 30px;
	}
	.call-now img{
		margin: 0 24px 0 0;
	}
	.section-title{
		font-size: 22px;
	}
	.post-title{
		font-size: 24px;
		margin: 10px 0 0 0;
	}
	.post p{
		font-size: 14px;
    	line-height: 20px;
    	margin: 10px 0;
    	padding: 0;
	}
	.sidebar-item .call-now{
		font-size: 18px;
	}
	.call-now img{
		margin: 0 20px 0 0;
	}
	.camp-tweets-feed li p,
	.camp-tweets-feed li a,
	.camp-tweets-feed li strong,
	.camp-title a{
		font-size: 14px;
		line-height: 18px;
	}
	.camp-title a{
		margin: 0;
	}
	.section-title .camp-site, 
	.camp-video, .camp-page{
		font-size: 12px;
	}
	.map{
		width: 100%;
	}
	.vol-don a{
		margin: 0 5px 0 0;
	}
	.job-info .read-post{
		font-size: 12px;
		padding: 5px 15px;
	}
}
@media (min-width:992px)  and (max-width: 1200px){.sec-menu li a{font-size:12px; margin: 0 0 0 15px;}
	.sec-menu li a.helpline{padding:8px 22px 8px 36px;}

}

@media (min-width:768px)  and (max-width: 991px){
	.main-menu li a{
		padding: 10px;
	}
	#slider-section .owl-theme .owl-buttons{
		width: 100%;
		display: none;
	}
	.sec-menu{
		margin: 15px 0 0 0;
	}
	.sec-menu li a{
		font-size: 11px;
		margin: 0 0 0 8px;
		text-transform: none;
	}
	.sec-menu li a.helpline{
		padding: 8px 20px 8px 35px;
		top:4px;
	}
	.droping:nth-child(1) .sub-menu{
		left: -52px;
	}
	.droping:nth-last-child(2) .sub-menu{
		left: -49px
	}
	#slider-section .owl-theme .owl-buttons{
		width: 100%;
	}
	#slider-section .owl-theme .owl-pagination{
		top:115px;
	}
	.call-now{
		font-size: 20px;
	}
	.call-now img{
		margin: 0 15px 0 0;
	}
	.section-title,
	.footer-title{
		font-size: 18px;
	}
	.section-title a{
		font-size: 12px;
	}
	.sponsors a{
		display: inline-block;
		margin: 0 20px 20px 0;
	}
	.sidebar-item{
		padding: 20px;
	}
	.post-title,
	.helpline-title,
	.sidebar-title{
		font-size: 20px;
	}
	.sidebar-item p,
	.sidebar-item .call-now{
		font-size: 14px;
		line-height: 20px;
	}
	.post p{
		font-size: 12px;
		line-height: 16px;
		margin: 5px 0;
	}
	.read-post{
		font-size: 12px;
		padding: 5px 20px;
	}
	.sidebar-item .call-now img{
		margin: 0 15px 0 0;
	}
	.campaigns.videos p{
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 10px 0;
	}
	.event-date{
		font-size: 12px;
		padding: 5px;
	}
	.job-info span{
		font-size: 12px;
	}
	.job-info .read-post{
		padding: 5px;
		font-size: 10px;
	}
	.job-title.post-title{
		margin: 0 0 10px 0;
	}
	.vol-don a{
		padding: 5px 10px;
	}
	.post-title, .helpline-title, .sidebar-title{
		font-size: 14px;
	}
}

@media (min-width:768px)  and (max-width: 980px){.sec-menu li a{font-size:11px;}}
@media(max-width: 767px){
	#head-section{
		text-align: center;
	}
	.main-menu{
		float: none !important;
		display: inline-block;
	}
	.main-menu li a{
		border:none;
	}
	.social a{
		float: none;
	}
	.social a .fa{
		border:none;
	}
	.sec-menu{
		display: none;
	}
	.slicknav_menu {
		display:block;
		background: #2fcfcb;
	}
	.slicknav_btn{
		background: none;
	}
	.slicknav_nav a{
		color: #ffffff;
	}
	.droping{
		background: none;
	}
	.sub-menu{
		position: static;
		width: auto;
		background: none;
		border:none;
	}
	#slider-section .owl-theme .owl-buttons{
		width: 100%;
		display: none;
	}
	#slider-section{
		border:none;
	}
	#slider-section .owl-theme .owl-controls,
	#slider-section .owl-theme .owl-pagination{
		position: static;
		background: #ffffff;
	}
	#slider-section .owl-theme .owl-pagination{
		padding: 10px 0 0 0;
	}
	#slider-section .owl-theme .owl-controls .owl-page span{
		background: #e7e7e7;
	}
	.join-title{
		text-align: center;
	}
	#join-section{
		text-align: center;
	}
	.form-control,.sml_emailinput{
		width: 100%;
		margin: 15px 0;
		float: none;
	}
	.featured, .support-item{
		margin: 0 0 25px 0;
	}
	.post{
		margin-bottom: 25px;
	}
	.info{
		background:rgba(255,255,255, 0.8);
		border-top:4px solid #3fd6d0;
		padding: 30px 20px; 
	}
	.call-now{
		width: auto;
		padding-right: 20px;
	}
	.sidebar-item .call-now img{
		margin: 0 5px 0 0;
	}
	.sponsors a{
		display: inline-block;
		margin: 0 20px 20px 0;
	}
	.tweet-title{
		margin:15px 0;
	}
	.all-posts{
		margin: 0;
	}
	.post{
		padding: 25px;
	}
	.post a,
	.post a img{
		width: 100%;
		text-align: center;
	}
	.campaign-tweets{
		padding: 0;
	}
	.camp-tweets-feed li p{
		margin: 15px 0;
	}
	.video{
		margin: 0 0 25px 0;
	}
	.event-reg .form-control{
		width: 100%;
	}
	.single-event .meta a{
		width: auto;
		display: inline-block;
		margin: 0 0 0 10px;
	}
	.event.post.single img{
		margin: 0;
	}
	.job-info .read-post{
		padding: 10px;
		font-size: 14px;
		margin: 15px 0;
	}
	.vol-don{
		margin: 10px 0;
	}
	.older-new a{
		font-size: 14px;
		width: auto;
	}
	.campaigns.videos  ifrmae{
		height: auto !important;
	}
	.social_top{  
    position: absolute ;
     left: 0px;

    top: 8px ;
			width: 128px;
   	}

   	    .droping a{
   	    	background:none;
   	    }
}

@media(max-width: 480px){
	.main-menu li a{
		padding:10px;
	}
	.call-now{
		width: 100%;
		padding: 0 0 15px 0;
		text-align: center;
	}
	.call-now img{
		margin:0;
		border:0;
		display: block;
		margin:0 auto;
	}
	.tweet-title{
		margin:15px 0;
	}
	.sponsors a{
		display: inline-block;
		margin: 0 20px 20px 0;
	}
	.section-title .camp-site, .camp-video, .camp-page{
		float: none;
		width: 100%;
	}
	.campaigns .section-title{
		font-size: 18px;
	}
	.video{
		margin: 0 0 25px 0;
	}
	.sidebar-item .call-now{
		padding: 0 10px 15px 10px;
		text-align: center;
	}
	.sidebar-item .call-now img{
		border:none;
		margin:0 auto;
	}
	.older-new a{
		font-size: 12px;
		width: auto;
		margin: 0;
	}
}

@media(max-width: 360px){
	
}

em    {
font-style:italic !important;
}