.fab:before{
	font-family:'Font Awesome 5 Brands';	
}
.admin-bar .main-header.fixed-header .header-lower{
	top:32px;	
}
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
}
.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding:0px 0px 0px 0px;	
}
.redux-container .ui-state-active .ui-icon, .control-section-redux .ui-state-active .ui-icon, .control-panel-redux .ui-state-active .ui-icon, .redux-metabox .ui-state-active .ui-icon{
	display:none !important;	
}
.pagination{
	position:relative;
	display: block;
	text-align:center;
}
.pagination li{
	position: relative;
    display: inline-block;
}
.pagination li a, .pagination li span{
	position: relative;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    min-width: 40px;
    color: #797979;
    font-weight: 600;
    text-align: center;
	border: 1px solid var(--main-color);
    background: #ffffff;
    border-radius: 50px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #ffffff;
    background-color: var(--main-color);
}
.pagination li a.prev,
.pagination li a.next{
    border: 1px solid var(--main-color);
    border-radius: 50px;
}
.breadcrumb-item+.breadcrumb-item::before{
	display:none;	
}
.page-title .breadcrumbs-outer .page-breadcrumb li{
	margin-right: 6px;
}
.cause-block .inner-box .image .donate-percentage .donate-bar .bar-inner .bar .count-box,
.cause-block .inner-box .image .donate-percentage .donate-bar .bar-inner .bar:before,
.cause-block-two .inner-box .donate-percentage .donate-bar .bar-inner .bar:before{
	right:-20px;	
}
.cause-block-two .inner-box .donate-percentage .donate-bar .bar-inner .bar .count-box{
	right:-28px;	
}
.cause-block-two .inner-box .donate-percentage{
	padding-top:20px;	
}
.cause-block .inner-box .image .donate-percentage .donate-bar{
	padding-top:10px;	
}
.main-footer .email-box .form-group input[type="email"]{
	position:relative;
	line-height:43px;
	padding:10px 55px 10px 25px;
	background-color:rgba(255,255,255,0.10);
	display:block;
	font-size:15px;
	height:45px;
	width:100%;
	color:#ffffff;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.footer-style-two .subscribe-box .form-group input[type="email"]{
	position:relative;
	line-height:53px;
	padding:10px 55px 10px 25px;
	background-color:rgba(255,255,255,0.10);
	display:block;
	font-size:15px;
	height:54px;
	width:100%;
	color:#ffffff;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.footer-style-two .subscribe-box .form-group button{
	position: absolute;
    right: 0px;
    top: 0px;
	font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    background: none;
    border-radius: 50px;
    padding: 11px 40px;
    text-transform: uppercase;
    background-color: #fc2c62;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'Open Sans', sans-serif;
}
/***************** Footer Widget Style ******************/

.footer-widget{
	position:relative;	
}
.footer-widget ul{
	position:relative;	
	padding:0px;
	margin:0px;
}
.footer-widget ul li{
	position:relative;	
	margin-bottom: 13px;
	line-height:1.4em;
	padding-left:20px;
	color: #a5a8a6;
}
.footer-widget ul li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li:before{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	top:0px;
	left:0px;
}
.footer-widget ul li a{
	position: relative;
    color: #a5a8a6;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;	
}
.footer-widget ul li a:hover{
	color:var(--main-color);
}
.main-footer .gallery-widget .image-box{
    width: 33.3333%;
    padding:0px 6px;
}
.main-footer .gallery-widget .image-box img{
	border:1px solid #ffffff;
}

/*********************** Blog Widget Style ****************/

.widget{
	position:relative;	
	padding:30px;
	border:1px solid #eaeaea;
	background:#fafafa;
}
.widget ul{
	position:relative;	
}
.widget ul li{
	position: relative;
    padding: 0px 0px 12px 25px;
	margin-bottom:12px;
    border-bottom: 1px dashed #e8e8e8;	
}
.widget ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li ul li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid #e8e8e8;
}
.widget ul li:before{
	content: "\f061";
	position: absolute;
    left: 0px;
	top:0px;
	color: #343434;
	font-size: 12px;
	font-family: 'FontAwesome';
}
.widget ul li a{
	position: relative;
    color: #343434;
    font-size: 18px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;	
}
.widget ul li a:hover{
	color: var(--main-color);	
}
.widget .tagcloud{
	position:relative;
}
.widget .tagcloud a{
	position: relative;
    display: inline-block;
    font-size: 14px !important;
    line-height: 20px;
    color: #000000;
	margin-bottom: 12px;
    margin-right: 6px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.85);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.widget .tagcloud a:hover{
	background-color: var(--two-color);
    border-color: var(--two-color);
}

.sidebar .popular-posts .post .post-thumb{
	height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-block-three .inner-box .lower-content .post-info li a{
	color: #666666;	
}
.charityhub-comment-item .charityhub-comment-item{
	margin-left:80px;	
}
.comment-box .comment-form{
	margin-bottom:50px;	
}
.sidebar-page-container .group-title.m-b60{
	margin-bottom:60px;
}
.sidebar-page-container .group-title h4 small a{
	position:relative;
	color: rgba(0,0,0,0.85);
	font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;	
	display:block;
}
/*************************Event Style****************************/
.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets){
	border-top:0px;	
}
.single-tribe_events .tribe-events-event-meta {
    background: #fafafa;
    border: 1px solid #eee;
    margin: 30px 0;
}
.tribe-events-meta-group .tribe-events-single-section-title{
	margin:30px 0px 10px;	
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0 0 20px;
    padding: 0 4%;
    text-align: left;
    vertical-align: top;
    width: 33.3333%;
    zoom: 1;
}
.tribe-events-single-section .list li span.icon{
	font-weight:bold;
	font-size:14px;
	margin-right:8px;	
}
.tribe-events-single-section .tribe-events-event-categories a{
	color:#000000;
	font:16px;
	display:inline-block;
}
.single-tribe_events .tribe-events-cal-links{
	margin:40px 0px 30px;	
}
.single-tribe_events .tribe-events-cal-links .tribe-events-button,
.charitable-submit-field .button,
.campaign-summary .campaign-donation .donate-button{
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    background: none;
    border-radius: 50px;
    padding: 11px 40px;
    text-transform: uppercase;
    background-color: var(--main-color);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.single-tribe_events .tribe-events-cal-links .tribe-events-button:hover,
.charitable-submit-field .button:hover,
.campaign-summary .campaign-donation .donate-button:hover{
	color: #ffffff;
    background-color: var(--two-color);
    border-color: var(--two-color);
}
#tribe-events-pg-template {
    margin: 0 auto;
    max-width: inherit;
    padding: 0px !important;
}
/*************************Charity Campaign Style****************************/

.campaign-summary .campaign-donation{
	float: inherit;
    width: auto;	
}
.single-campaign .campaign-description{
	position: relative;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
	font-weight:600;	
}
.campaign-summary{
	margin-top:3em;	
}
.campaign-template-default .blog-detail .inner-box .image{
	position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.campaign-template-default .blog-detail .inner-box .post-share-options .social-box li a:hover{
	background-color: var(--main-color);	
}
.fact-counter .column{
	margin:40px 0px;
}
.campaign-summary .campaign-figures .amount, .campaign-summary .campaign-raised .amount,
.donors-count,
.campaign-summary .donors-count,
.time-left{
	color: var(--main-color) !important;	
}
.donate-button{
	background-color: var(--main-color) !important;	
}
.charitable-form-field input, .charitable-form-field select, .charitable-form-field textarea {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 146px 0 150px;
	text-align:center;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h2{
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
	margin: 0 0 20px;
}
.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
	color:#222222;
    text-transform: uppercase;
    margin: 30px 0 17px 12px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}
.sidebar-page-container .group-title small{
	margin-top:10px;
	display:block;
}
.mCSB_inside>.mCSB_container{
	margin-right:0px;
}
.m-t25{
	margin-top:25px !important;
}
.logo-box .logo img,
.main-footer .logo-widget .logo img,
.footer-style-two .logo-widget img{
	height:50px;
}
.event-block.updated .inner-box .lower-content{
	padding:30px 30px 23px;
}
.event-block.updated .inner-box .bottom-content,
.news-block .bottom-content{
	position:relative;
	padding:10px 30px;
	border-top:1px solid #e5e5e5;
}
.event-block.updated .inner-box .bottom-content .post-info{
	margin-bottom:0px;
}
.news-block .bottom-content{
	border:1px solid #e5e5e5;
	border-top:none;
}
.news-block .bottom-content .post-info-large li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	font-weight:700;
	color: rgba(0,0,0,0.55);
}
.news-block .bottom-content .post-info-large li:last-child{
	margin-right:0px;
}
.news-block .bottom-content .post-info-large li i{
	margin-right:8px;
}
.news-block .bottom-content .read-more{
	position: relative;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block .bottom-content .read-more i{
	margin-left:8px;
}
.news-block .bottom-content .read-more:hover {
    color: var(--main-color);
}

/** team-section **/

.ch-team-block-one{
  position: relative;
  max-width: 270px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.ch-team-block-one .inner-box{
  position: relative;
  display: block;
  border-radius: 15px;
  text-align:center;
}

.ch-team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.ch-team-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 15px;
}

.ch-team-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #232323;
  border-radius: 15px;
  height: 133px;
  overflow: hidden;
  padding: 21px 15px 74px 15px;
  transition: all 500ms ease;
}

.ch-team-block-one .inner-box:hover .content-box{
  height: 100%;
}

.ch-team-block-one .inner-box .content-box .info{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.ch-team-block-one .inner-box .content-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  color:var(--main-color);
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
}

.ch-team-block-one .inner-box .content-box h3{
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
}

.ch-team-block-one .inner-box .content-box h3 a{
	color:inherit;
}

.ch-team-block-one .inner-box .content-box .thumb-box{
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-bottom: 16px;
  opacity: 0;
  transition: all 500ms ease;
}

.ch-team-block-one .inner-box:hover .content-box .thumb-box{
  opacity: 1;
}

.ch-team-block-one .inner-box .content-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.ch-team-block-one .inner-box .content-box .text{
  position: relative;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 500ms ease;
}

.ch-team-block-one .inner-box:hover .content-box .text{
  opacity: 1;
}

.ch-team-block-one .inner-box .content-box .text p{
  color: #ffffff;
}

.ch-team-block-one .inner-box .social-links{
  position: absolute;
  display: inline-block;
  right: 0px;
  left: 0px;
  bottom: -25px;
  background:var(--two-color);
  text-align: center;
  max-width: 130px;
  margin: 0 auto;
  padding: 12px 10px 10px 10px;
  border-radius: 30px;
}

.ch-team-block-one .inner-box .social-links li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin: 0px 10px;
}

.ch-team-block-one .inner-box .social-links li a{
  display: inline-block;
  color: #ffffff;
}

.ch-team-block-one .inner-box .social-links li:before{
  position: absolute;
  content: '';
  background-color: rgba(0,0,0,0.2);
  width: 1px;
  height: 16px;
  top: 5px;
  right: -13px;
}

.ch-team-block-one .inner-box .social-links li:last-child:before{
  display: none;
}

.team-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 30px;
}

.team-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #b7b1af;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  margin: 0px 10px;
  transition: all 500ms ease;
}

.team-section .owl-theme .owl-dots .owl-dot.active span,
.team-section .owl-theme .owl-dots .owl-dot span:hover{

}

.team-section .owl-theme .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  background-color: #b7b1af;
  width: 8px;
  height: 8px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-section .owl-theme .owl-dots .owl-dot.active span:before,
.team-section .owl-theme .owl-dots .owl-dot span:hover:before{


}

.team-section .sec-title h2{
  margin-bottom: 13px;
}
.main-footer .logo-widget .social-box li{
	padding-left:0px;
}
.main-footer .logo-widget .social-box li:before{
	display:none;
}
.main-footer .logo-widget .social-box li a{
	width:auto;
	height:auto;
}

.dark-layout .cause-block .inner-box .lower-content,
.dark-layout .news-block .inner-box .lower-content,
.dark-layout .event-block.updated .inner-box .lower-content{
	background:rgba(30,30,42,0.9);
}

.dark-layout .news-block .bottom-content,
.dark-layout .event-block.updated .inner-box .bottom-content{
	background:#f4f7f7;
}

.footer-style-two .in-touch-widget li,
.footer-style-two .newsletter-widget .social-box li{
	padding-left:0px;
}

.footer-style-two .in-touch-widget li:before,
.footer-style-two .newsletter-widget .social-box li:before{
	display:none;
}

.dark-layout .event-block .inner-box .lower-content h3 a{
	color:#ffffff;
}

.dark-layout .event-block.updated .inner-box .lower-conten p{
	color:#ffffff;
	opacity:.80;
}

.dark-layout .event-block.updated .inner-box .bottom-content,
.dark-layout .news-block .inner-box .lower-content{
	border-color:#444444;
}

.main-header.header-style-two{
	background:none;
}

.main-header .button-box .btn-style-seven{
	display:block;
}

.news-block-three.adj-top__bg .inner-box{
  padding: 30px;
}

.news-block-three.adj-top__bg .inner-box::before{
  top: 0;
}

.news-block-three.adj-top__bg .inner-box .lower-content{
  padding-top: 0;
}