@media (min-width: 992px)
{
	.d-lg-block {
	    display: block!important;
	    margin-left: 60px;
	}
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 12px 0 4px 0px;
}

.nav-menu li > a
{
	line-height: 20px;
	padding: 6px 15px;
}

.nav-menu .active > a{
    color: #d9232d;
	font-weight: bold;
	border: none;
	border-radius: 30px;
	display: inline-block;
	
}
.btn-custom-white-outline
{
	background: transparent;
	border: 2px solid #fff;
	font-size: 16px;
	font-weight: 500;
}
.btn-custom-red-outline
{
	background: transparent!important;
	border: 2px solid #d9232d!important;
	color: #d9232d;
	font-size: 16px!important;
	font-weight: 500;
}
.btn-custom-white-outline i, .btn-custom-red-outline i
{
	font-size: 12px;
}
.btn-custom-white-outline:hover
{
	border-color: #d9232d!important;
}
.btn-custom-red-outline:hover
{
	border-color: #d9232d!important;
	background: #d9232d!important;
}
.btn-custom-red
{
	border-color: #d9232d!important;
	background: #d9232d!important;
}
.section-title, .section-title-s2, .section-title-s3 {
    margin-bottom: 20px;
}
.section-title h2,.section-title > span, .section-title-s2 > span, .section-title-s3 > span {
    font-weight: 700;
    color: #cd211d;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
    margin-top: -0.3em;
	font-size: 14px!important;
}
.about .section-title {
    padding-bottom: 0px;
	margin-top: 30px;
} 	
.cause-item
{
	position: relative;
}
.cause-item .cause-photo img
{
	max-width: 100%;
	padding: 0;
}
.cause-item .cause-overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: -webkit-linear-gradient(top, transparent 50%, #000 70%);
	background-image: linear-gradient(top, transparent 50%, #000 70%);

}
.cause-overlay-content {
		padding: 40px 20px 50px 20px;
		position: absolute;
		bottom: -20px;
	}
.cause-overlay-content p
{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.cause-section .cause-overlay:hover:before {
    background-image: -webkit-linear-gradient(top, transparent 30%, rgba(205, 33, 29, 0.4) 50%, #000 70%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(50%, rgba(205, 33, 29, 0.4)), color-stop(70%, #000));
    background-image: -o-linear-gradient(top, transparent 30%, rgba(205, 33, 29, 0.4) 50%, #000 70%);
    background-image: linear-gradient(top, transparent 30%, rgba(205, 33, 29, 0.4) 50%, #000 70%);
}
.cause-section .cause-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, transparent 50%, #000 90%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(90%, #000));
    background-image: -o-linear-gradient(top, transparent 50%, #000 90%);
    background-image: linear-gradient(top, transparent 50%, #000 90%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.cause-overlay a
{
	font-weight: bold;
}
.cause-section .section-title p
{
	line-height: 40px!important;
}
.cause-section .btns {
    padding-bottom: 15px;
}
.theme-btn-s4
{
	margin-right: 20px;
}
.theme-btn-s4, .theme-btn-s5 {
    font-family: "Jost", sans-serif;
    font-size: inherit;
    padding-left: 60px;
    position: relative;
	color: #333;
	font-weight: 500;
}
.theme-btn-s5 {
    color: #cd211d;
    padding-left: 0;
}
.theme-btn-s4:before {
    background-color: #020202;
}
.theme-btn-s4:before {
    content: "";
    background-color: #333;
    width: 44px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 52%;
}
.about.cause-section img
{
	float: right
}
.causes-block
{
	margin-top: 30px;
}
.icon-block
{
	width: 20%;
	float: left;
}
.icon-block i
{
	font-size: 35px;
}
.text-block
{
	width: 80%;
	float: left;
}
.text-block p
{
	font-size: 15px;
}
.text-block h3
{
	font-weight: bold;
	font-family: 'jost', sans serif;
}
.about2 .icon-block
{
	width: 10%;
	float: left;
}
.about2 .text-block
{
	width: 90%;
	float: left;
}
.about .content .text-block h3 {
    font-weight: 600;
    line-height: 32px;
    font-size: 20px;
	color: #333;
}
.cto-section
{
	background: url('../img/cto-bg.png');
	width: 100%;
	padding: 80px;
	background-size: cover;
  background-attachment: fixed;
	background-position: top;
}
.cto-section h1
{
	font-family: 'jost', sans serif;
	color: #fff;
}
.vision-box
{
	padding: 60px 40px;
	background-color: transparent;
	box-shadow: 0px 5px 41.61px 15.39px rgb(195 195 195 / 21%);
	position: relative;
}
.vision-box h3
{
	font-size: 22px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
}

.vision-overlay {
    background: url('../img/mission-bg.png') center center/cover no-repeat local;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.vision-box.active .vision-overlay, .vision-box:hover .vision-overlay
{
	opacity: 1;
}
.vision-box:hover h3, .vision-box:hover p, .vision-box.active h3, .vision-box.active p
{
	color: #fff;
}
.section-title h2
{
	margin-bottom: 20px!important;
}
.custom-list
{
	margin-left: -30px!important;
}
.custom-list li
{
	list-style-type: none;
}
.custom-list li:before
{	
	content: '\e661';
	font-family: 'themify';
	color: #ff0000;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 20px;
}
.form-control
{
	/*border-color: #ccc!important;*/
	border-radius: 1px!important;
	outline: none!important;
	background-color: #eee;
	border: none!important;
	height: 55px;
}
.form-control.input:focus, textarea:focus, select:focus
{
	outline: none;
}
.input-group-text
{
	border-radius: 0!important;
	background-color: #ddd;
	border: none!important;
}
.theme-color
{
	color: #ff0000;
}
.required:after
{
	content: '*';
	color: #ff0000;
}
.red
{
	background: #cd211d;
	text-align: center;
	color: #fff;
	padding: 70px 40px;
}
.red.darker
{
	background: #c01f1b;;
}
.red i
{
	font-size: 50px;
	display: block;
	margin-bottom: 20px;
}
.red h3
{
	font-size: 1.125rem!important;
}
.contact .form-control
{
	background: transparent;
	border: 2px solid #ddd!important;
}

.article-item h3
{
	margin-top: 20px;
	font-size: 1.75rem!important;
    line-height: 1.2em!important;
	color: #020202;
}
.article-item h3 a
{
    font-size: 1.75rem!important;
    line-height: 1.2em!important;
	color: #020202;
}
.article-item h3 a:hover
{
	color: #cd211d;
}
.date-meta
{
	background: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 23px;
    color: #cd211d;    
    -webkit-box-shadow: 0px 9px 57px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 9px 57px 0px rgb(0 0 0 / 13%);
    letter-spacing: 2px;
    text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	width: auto;
}
.side-block
{
	border: 2px solid #eee;
	padding: 20px;
	margin-bottom: 30px;
}
.side-block h4
{
	font-size: 18px;
}
.side-block .input-group-text
{
	background: #cd211d;
	color: #fff;
}
@media (min-width: 768px)
{
	.blog .col-md-8 {
	    -ms-flex: 0 0 60.666667%;
	    flex: 0 0 60.666667%;
	    max-width: 60.666667%;
		margin-right: 50px
	}
}
.cat-list
{
	margin-left: -35px!important;
}
.cat-list li
{
	list-style-type: none;	
	margin-left: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}
.cat-list li:last-child
{
	border-bottom: 0;
}
.cat-list li a
{
	color: #333;
	font-size: 15px;
}
.cat-list li:before
{	
	content: '\e628';
	font-family: 'themify';
	color: #333;
	width: 10px;
	font-size: 11px;
	height: 10px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 20px;
}
.art-item, .side-block
{
	overflow: hidden;
}
.art-item .art-photo-wrap
{
	width: 23%;
    height: 68px;
	float: left;
	margin-right: 10px;	
}
.art-item .art-text
{
	width: 70%;
	float: left;	
}
.art-photo-wrap:after, .art-text:after {
  content: "";
  clear: both;
  display: table;
}
.art-photo-wrap img
{
	border-radius: 7px;
}
.art-text p
{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px!important;
}
.art-text span
{
	font-size:12px;
}




