body {
	margin: 0;
	padding: 0;
        text-align: justify;
}

body, table, input, textarea, select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1f1a17;
}

a {
	color: #ec3237;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #ec3237;
	text-decoration: none;
	outline: none;
}

a, input, textarea, button {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	outline: none !important;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],.row.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

hr {
	border-top: 1px solid #e5e5e5;
	margin: 30px 0;
}

textarea {
	resize: none;
}

#wrapper {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.sprite {
	background: url(../images/sprite.png) no-repeat 0 0;
	display: inline-block;
	vertical-align: middle;
}

.container {
	max-width: 1170px;
}/* header */
#header {
	max-width: 1920px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	background-color: #c92f27;
	z-index: 99;
}

#header #logo {
	display: block;
}

#header #logo a {
	display: block;
	width: 160px;
	height: 148px;
	background-color: #fff;
	position: absolute;
	-moz-box-shadow: 0px 33px 49px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 33px 49px 1px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 33px 49px 1px rgba(0, 0, 0, 0.33);
}

#header #logo a img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.right-bar {
	padding: 50px 0;
}/* social-media */.social-media a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 -2px;
}

.social-media a.fb .icon {
	background-position: -3px -120px;
	width: 10px;
	height: 16px;
}

.social-media a.fb:hover .icon {
	background-position: -25px -120px;
}

.social-media a.ld .icon {
	background-position: -3px -141px;
	width: 16px;
	height: 16px;
}

.social-media a.ld:hover .icon {
	background-position: -25px -141px;
}

.social-media a.tw .icon {
	background-position: -2px -161px;
	width: 18px;
	height: 14px;
}

.social-media a.tw:hover .icon {
	background-position: -24px -161px;
}

.social-media a.ig .icon {
	background-position: -3px -179px;
	width: 16px;
	height: 16px;
}

.social-media a.ig:hover .icon {
	background-position: -25px -179px;
}

.social-media a.yt .icon {
	background-position: -3px -199px;
	width: 18px;
	height: 13px;
}

.social-media a.yt:hover .icon {
	background-position: -25px -199px;
}

.social-media a.bg .icon {
	background-position: -4px -216px;
	width: 14px;
	height: 14px;
}

.social-media a.bg:hover .icon {
	background-position: -26px -216px;
}

footer .social-block {
	padding-left: 30px;
}

footer .social-media a {
	display: block;
	color: #888888;
	margin-top: 20px;
	width: auto;
	text-align: left;
	text-decoration: none;
	height: auto;
	line-height: normal;
	position: relative;
	padding-left: 40px;
}

footer .social-media a:first-child {
	margin-top: 0;
}

footer .social-media a:hover {
	color: #fff;
}

footer .social-media a .icon {
	position: absolute;
	left: 0;
	top: 5px;
}

footer .social-media a .text {
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}

footer .social-media a.fb .icon {
	background-position: -47px -120px;
}

footer .social-media a.fb:hover .icon {
	background-position: -3px -120px;
}

footer .social-media a.ld .icon {
	background-position: -47px -141px;
}

footer .social-media a.ld:hover .icon {
	background-position: -3px -141px;
}

footer .social-media a.tw .icon {
	background-position: -46px -161px;
}

footer .social-media a.tw:hover .icon {
	background-position: -2px -161px;
}

footer .social-media a.ig .icon {
	background-position: -47px -179px;
}

footer .social-media a.ig:hover .icon {
	background-position: -3px -179px;
}

footer .social-media a.yt .icon {
	background-position: -47px -199px;
}

footer .social-media a.yt:hover .icon {
	background-position: -3px -199px;
}

footer .social-media a.bg .icon {
	background-position: -48px -216px;
}

footer .social-media a.bg:hover .icon {
	background-position: -4px -216px;
}

footer .social-media a:hover .text {
	text-decoration: underline;
}/* search-area */#search-area .input-group {
	border: 1px solid #d3564f;
}

#search-area .input-group .form-control {
	font-size: 0.94rem;
	background-color: transparent;
	color: #fff;
	padding: 12px 20px;
}

#search-area .input-group .form-control::-webkit-input-placeholder {
	color: #fff;
}

#search-area .input-group .form-control::-moz-placeholder {
	color: #fff;
}

#search-area .input-group .form-control:-ms-input-placeholder {
	color: #fff;
}

#search-area .input-group .form-control:-moz-placeholder {
	color: #fff;
}

#search-area .input-group .form-control:focus {
	box-shadow: none;
}

#search-area .input-group-text {
	background-color: transparent;
	cursor: pointer;
}

#search-area .search-icon {
	background-position: -23px -41px;
	width: 20px;
	height: 20px;
}/* language */#language {
	border: 1px solid #d3564f;
	padding: 4px 0;
}

#language .form-control {
	font-size: 0.94rem;
	background-color: transparent;
	color: #fff;
}

#language .form-control:focus {
	box-shadow: none;
}

#language .form-control option {
	color: #000;
}

#page {
	padding-top: 50px;
	min-height: 500px;
}/* font-size */#font-size {
	font-size: 0.75rem;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#font-size .font-icon {
	border: 1px solid #d3564f;
	display: inline-block;
	width: 48px;
	padding: 0 10px;
	white-space: nowrap;
	height: 48px;
	line-height: 42px;
	text-align: center;
}

#font-size i.icon {
	background-position: -30px -64px;
	width: 21px;
	height: 14px;
}

#font-size a {
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	vertical-align: middle;
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
	line-height: 48px;
}

#font-size .font-icon:hover a {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

#font-size .font-icon:hover {
	width: auto;
}/* menu-icon */#menu-icon {
	display: block;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 48px;
	height: 48px;
	z-index: 9999;
	border: 1px solid #d3564f;
}

#menu-icon span, #menu-icon span:before, #menu-icon span:after {
	width: 26px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
}

#menu-icon span:before {
	content: '';
	top: -12px;
	width: 19px;
	right: -4px;
}

#menu-icon span:after {
	content: '';
	top: 12px;
	width: 19px;
	right: -4px;
}

#menu-icon.active span {
	background-color: transparent;
	right: 3px;
}

#menu-icon.active span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}

#menu-icon.active span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

#menu-outer {
	position: relative;
}/* btn-cust */.btn-cust {
	border: none;
	color: #fff;
	padding: 12px 30px 12px 25px;
	line-height: normal;
	border-radius: 0;
	font-size: 0.94rem;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

.btn-cust:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 1%;
	
}
.btn-full:after{right:0;}

.btn-cust.bg-red:after {
	background-color: #c92f27;
	border-bottom-width: 300px;
}

.btn-cust.bg-black:after {
	background-color: #000000;
}

.btn-cust.bg-w:after {
	background-color: #ffffff;
}

.btn-cust.bg-w .text {
	color: #000;
}

.btn-cust.bg-w:hover .text {
	color: #c92f27;
}

.btn-cust:hover:after {
	right: 0;
}

.btn-cust .arrow {
	background-position: -3px -1px;
	width: 28px;
	height: 9px;
	margin: 0 0 0 18px;
	position: relative;
	z-index: 2;
}

.btn-cust .ar {
	background-position: -3px -28px;
}

.btn-cust:hover {
	color: #fff;
}

.btn-cust:focus {
	box-shadow: none;
	color: #fff;
}

.btn-cust:hover .ar {
	background-position: -3px -1px;
}

.text-black {
	color: #000;
}

.btn-cust .text {
	position: relative;
	z-index: 2;
}

.btn-cust.bg-w .arrow {
	background-position: -3px -15px;
}

.btn-cust.bg-w:hover .arrow {
	background-position: -3px -28px;
}/* banner */#banner .bx-wrapper {
	margin: 0;
}

#banner {
	position: relative;
	z-index: 9;
	height: 950px;
	max-height: 950px;
	overflow: hidden;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #221c19 0%, #69381e 100%);
	background: -webkit-linear-gradient(left,  #221c19 0%,#69381e 100%);
	background: linear-gradient(to right,  #221c19 0%,#69381e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221c19', endColorstr='#69381e',GradientType=1 );
}

#banner:after1 {
	content: "";
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: -2px;
	background: url(../images/banner-bottom-bg.png) center top no-repeat;
	height: 222px;
}

#banner ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	height: 950px;
	overflow: hidden;
}

#banner ul li {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	height: 950px;
	max-height: 950px;
	position: relative;
}

#banner ul li .container {
	display: table;
	height: 100%;
	position: relative;
	z-index: 2;
	width: 1170px;
	margin: 0 auto;
	padding-bottom: 160px;
}

#banner ul li .banner-text {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: relative;
	z-index: 99;
	padding-bottom: 150px;
	padding-left: 15px;
	color: #fff;
}

#banner ul li .banner-text .text-wrap {
	max-width: 650px;
        text-align: left;
}

#banner ul li .banner-text h5 {
	font-size: 1.12rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

#banner ul li .banner-text h2 {
	font-size: 3.12rem;
	margin: 20px 0 30px 0;
}

#banner ul li .banner-text p {
	font-size: 1.12rem;
	margin-bottom: 30px;
	max-width: 80%;
}

#banner ul li .banner-text .btn-cust {
	z-index: 99;
	margin-right: 15px;
}

#banner .bx-wrapper {
	margin: 0;
}

#banner .bx-wrapper .bx-pager {
	bottom: 60%;
	margin-bottom: 20px;
	left: 50px;
	width: 15px;
	margin: 0;
	padding: 0;
}

#banner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 2px;
	height: 2px;
	border: 1px solid rgba(255,255,255,0.40);
	background-color: rgba(255,255,255,0.40);
	margin-bottom: 18px;
}

#banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #ffffff;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-left: 2px;
}

#banner .bx-wrapper .bx-loading {
	background-color: transparent;
}

#banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	display: none;
}

#banner .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: block;
}

.down-arrow {
	position: absolute;
	z-index: 10;
	width: 25px;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: 0 auto;
	text-align: center;
}

.down-arrow .circle {
	width: 25px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 12px;
	display: block;
	overflow: hidden;
}

.down-arrow .icon {
	background-position: -22px -83px;
	width: 10px;
	height: 18px;
	display: block;
	margin: 10px auto 0;
}

.down-arrow img {
	margin: 0 auto;
}

.bounce {
	display: inline-block;
	background: url(../images/dimond.png) no-repeat center top;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@keyframes bounce {
	from {
		transform: translateY(0);
		opactiy: 0;
	}

	to {
		transform: translateY(15px);
		opactiy: 1;
	}
}

@-webkit-keyframes bounce {
	from {
		-webkit-transform: translateY(0);
		opactiy: 0;
	}

	to {
		-webkit-transform: translateY(15px);
		opactiy: 1;
	}
}

@-moz-keyframes bounce {
	from {
		-moz-transform: translateY(0);
		opactiy: 0;
	}

	to {
		-moz-transform: translateY(15px);
		opactiy: 1;
	}
}/* get-to-know */#get-to-know {
	margin-bottom: 250px;
}

#get-to-know .left-block {
	position: relative;
	margin-top: 70px;
	z-index: 9;
}

#get-to-know .left-block h3 {
	font-size: 1.12rem;
	font-weight: 700;
	color: #c92f27;
	margin: 0 0 25px;
	; text-transform: uppercase;
}

#get-to-know .left-block #tabs-outer {
	background: url(../images/about-bg.png) no-repeat 0 0;
	width: 365px;
	height: 365px;
	border-radius: 50%;
	position: relative;
}

#home #tabs-outer #nav-tab {
	float: right;
	margin-top: 50px;
	border: none;
	margin-right: -15px;
}

#home #tabs-outer #nav-tab a {
	font-size: 1.12rem;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	padding: 15px 60px 15px 40px;
	border: none;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #000;
	position: relative;
}

#home #tabs-outer #nav-tab a:before {
	content: "";
	background: url(../images/sprite.png) no-repeat -3px -15px;
	width: 28px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 25px;
}

#home #tabs-outer #nav-tab a.active:before,#home #tabs-outer #nav-tab a:hover:before {
	background-position: -3px -1px;
}

#home #tabs-outer #nav-tab a.active,#home #tabs-outer #nav-tab a:hover {
	color: #fff;
}

h2.title {
	font-size: 2.25rem;
	font-weight: 400;
	color: #000;
	margin: 0 0 100px;
}

h2.title span {
	font-size: 1.20rem;
	font-weight: 300;
	color: #c92f27;
	display: block;
	margin-bottom: 10px;
}

h2.title.small {
	font-size: 1.875rem;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}

h2.title.small:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #000;
}

#get-to-know .tab-content {
	margin-top: 70px;
}

.tab-content .tab-pane p {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

.tab-content .tab-pane h2.title {
	margin-bottom: 20px;
}

#our-initiatives {
	background-color: #f8f8f8;
	padding: 0 0 150px;
	position: relative;
        z-index: 1;
}

#our-initiatives h2.title {
	padding-top: 40px;
	margin-bottom: 20px;
}

#our-initiatives .initiatives-slider:after {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #c92f27;
	height: 360px;
	width: 145%;
	right: -52%;
	top: 100px;
}

#our-initiatives .btn-cust {
}

.initiatives-slider {
	z-index: 9;
	position: relative;
	margin-top: -100px;
}

.initiatives-slider .owl-item.center {
	position: relative;
	top: -15px;
}

.initiatives-slider .owl-item {
	top: 15px;
	transition: all .3s ease-in;
}

.initiatives-slider .owl-item .img-wrap {
	position: relative;
	text-decoration: none;
	display: block;
}

.initiatives-slider .owl-item .img-wrap .icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 65px;
	height: 65px;
	line-height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
}

.initiatives-slider .owl-item .img-wrap .icon .arrow {
	background-position: -3px -1px;
	width: 28px;
	height: 9px;
}

.initiatives-slider .owl-item .img-wrap:hover .icon {
	opacity: 1;
	visibility: visible;
}

.initiatives-slider .owl-item .img-wrap:after {
	content: "";
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

.initiatives-slider .owl-item .img-wrap .text {
	position: absolute;
	z-index: 2;
	left: 30px;
	bottom: 30px;
	color: #fff;
	font-size: 1.30rem;
	font-weight: 600;
}

.initiatives-slider .owl-dots {
	text-align: center;
	margin-top: 25px;
}

.initiatives-slider .owl-dots .owl-dot {
	width: 4px;
	height: 4px;
	border: none;
	border-radius: 50%;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.40);
	margin-bottom: 18px;
	margin: 0 8px;
}

.initiatives-slider .owl-dots .owl-dot.active {
	background-color: #ffffff;
	transform: scale(2);
	transform-origin: center center;
	border-radius: 50%;
	margin-left: 2px;
}/* our-prayas */#our-prayas {
	min-height: 660px;
	position: relative;
	background-position: center 150px;
	background-blend-mode: luminosity;
	background-color: rgba(201,47,39,0.9);
}

#our-prayas:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(201,47,39,0.9);
	z-index: 1;
}

#our-prayas:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 310px;
	background-color: #fff;
	z-index: 8;
}

#our-prayas h2.title,#our-prayas .video-block {
	position: relative;
	z-index: 10;
}

#our-prayas .video-block {
	margin-top: 30px;
	border: 15px solid #fff;
	display: block;
	text-decoration: none;
}

#our-prayas .video-block:before {
	content: "";
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

#our-prayas .video-block .info {
	position: absolute;
	left: 45px;
	bottom: 45px;
	color: #fff;
	padding-left: 70px;
}

#our-prayas .video-block .info .icon {
	background-position: -49px -2px;
	width: 47px;
	height: 46px;
	position: absolute;
	left: 0;
	display: inline-block;
	vertical-align: middle;
}

#our-prayas .video-block .info span {
	display: block;
}

#our-prayas .video-block .info .name {
	font-size: 1.30rem;
	font-weight: 600;
}

#our-prayas .video-block .info .post {
	font-size: 0.94rem;
}

.prayas-list {
	margin-top: -160px;
}

#our-prayas .item-wrap {
	position: relative;
	z-index: 10;
	margin-top: 80px;
}

#our-prayas .item-wrap .item {
	position: relative;
	color: #fff;
	text-decoration: none;
}

#our-prayas .item-wrap .item .icon {
	background-color: #fff;
	width: 95px;
	height: 95px;
	position: absolute;
	left: 0;
	top: 0;
}

#our-prayas .item-wrap .item .icon .sprite {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#our-prayas .item-wrap .item .icon .milestone {
	background-position: -62px -55px;
	width: 40px;
	height: 48px;
}

#our-prayas .item-wrap .item .icon .mointer {
	background-position: -101px -7px;
	width: 50px;
	height: 50px;
}

#our-prayas .item-wrap .item .icon .placement {
	background-position: -157px -5px;
	width: 52px;
	height: 52px;
}

#our-prayas .item-wrap .item .icon .report {
	background-position: -108px -64px;
	width: 52px;
	height: 52px;
}

#our-prayas .item-wrap .item .icon .statement {
	background-position: -167px -65px;
	width: 48px;
	height: 48px;
}

#our-prayas .item-wrap .item .info {
	padding-left: 125px;
	position: relative;
	top: -5px;
}

#our-prayas .item-wrap .item .info span {
	display: block;
}

#our-prayas .item-wrap .item .info .title {
	font-size: 1.25rem;
	font-weight: 700;
}

#our-prayas .item-wrap .item .info .text {
	color: rgba(255,255,255,0.5);
	font-weight: 300;
}

#our-prayas .item-wrap .item .info .read-more {
	font-size: 0.88rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
}

#our-prayas .item-wrap .item .info .read-more .arrow {
	background-position: -65px -110px;
	width: 26px;
	height: 9px;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

#our-prayas .item-wrap .item:hover .info .read-more .arrow {
	background-position: -65px -125px;
}

#our-prayas .item-wrap .item:hover .title,#our-prayas .item-wrap .item:hover .info .read-more {
	color: #000;
}

#our-prayas .item-wrap .item:hover .info .text {
	color: rgba(255,255,255,1);
}

#video-popup button.close {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #fff;
	z-index: 9;
	opacity: 1;
	cursor: pointer;
}

#video-popup .modal-body iframe {
	display: block;
}

#news-events {
	position: relative;
}

#latest-event {
	position: relative;
}

#latest-event:after {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #f8f8f8;
	height: 100%;
	width: 160%;
	left: -60%;
	top: 0;
}

#latest-event .news-block {
	text-decoration: none;
}

#latest-event .news-block .img-wrap {
	position: relative;
	margin-bottom: 20px;
}
#latest-event .news-block .img-wrap img{height: 225px; object-fit: cover;}
#latest-event .news-block .img-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all .3s linear;
}

#latest-event .news-block:hover .img-wrap:after {
	background-color: rgba(0,0,0,0);
}

#latest-event .news-block .date {
	font-size: 0.88rem;
	font-weight: 700;
	color: #c92f27;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

#latest-event .news-block .cal {
	position: absolute;
	left: 0;
	top: 0;
	background-position: -38px -83px;
	width: 17px;
	height: 16px;
}

#latest-event .news-block .title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #000;
	padding-bottom: 25px;
	border-bottom: 1px solid #e2e1e1;
}

#latest-event .news-block .read-more {
	padding: 25px 0;
	font-size: 0.88rem;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

#latest-event .news-block .read-more .arrow {
	margin-left: 10px;
	background-position: -65px -125px;
	width: 29px;
	height: 9px;
	position: relative;
	top: -2px;
	display: inline-block;
}

#latest-event .news-block:hover .title,#latest-event .news-block:hover .read-more {
	color: #c92f27;
}

#latest-event .news-block:hover .read-more .arrow {
	background-position: -69px -137px;
}

.large-btn {
	margin-top: 15px;
	color: #fff;
	font-size: 0.88rem;
	font-weight: 600;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.large-btn:hover {
	color: #fff;
}

.large-btn.bg-black {
	background-color: #1f1a17;
}

.large-btn.bg-red {
	background-color: #c92f27;
}

.large-btn .arrow {
	margin-left: 10px;
	background-position: -3px -1px;
	width: 28px;
	height: 9px;
}

#past-news {
	margin-top: -188px;
}

#past-news .item {
	padding: 14px 35px 35px;
	position: relative;
	background-color: #f8f8f8;
	display: block;
	margin-top: 30px;
	text-decoration: none;
}

#past-news .item:first-child {
	margin-top: 0;
}

#past-news .item:before {
	content: "";
	position: absolute;
	left: 15px;
	top: -15px;
	bottom: 15px;
	right: 15px;
	border: 1px solid #e8e8e7;
	display: block;
	transition: all .3s linear;
}

#past-news .item .date {
	font-size: 0.88rem;
	font-weight: 700;
	color: #c92f27;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

#past-news .item .cal {
	position: absolute;
	left: 0;
	top: 0;
	background-position: -38px -83px;
	width: 17px;
	height: 16px;
}

#past-news .item .title {
	font-size: 1.12rem;
	font-weight: 700;
	color: #000;
}

#past-news .item:hover {
	background-color: #f9eae9;
}

#past-news .item:hover:before {
	border-color: #c92f27;
}

#past-news .item:hover .title {
	color: #c92f27;
	text-decoration: underline;
}/* impact */#home .impact {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 100px 0;
}

#inner .impact {
	background-image: none !important;
}

#home .impact h2.title {
	color: #fff;
	margin-bottom: 100px;
}

.impact h2.title {
	margin-bottom: 35px;
}

#home .impact .bg {
	background-color: transparent;
	padding: 0;
}

.impact .bg {
	background-color: #c92f27;
	padding: 35px 0;
}

.impact .impact-info {
	max-width: 220px;
	margin: 0 auto;
}

.impact .impact-info .number {
	font-size: 3.12rem;
	font-weight: 700;
	color: #fff;
}

.impact .impact-info .number:after {
	content: "%";
}

.impact .impact-info .number.plus:after {
	content: "+";
}

.impact .impact-info .text {
	color: rgba(255,255,255,0.5);
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 1rem;
}

#home .impact .bottom-block {
	margin-top: 100px;
	display: flex;
}

.impact .bottom-block {
	display: none;
}

.impact .bottom-block [class^="col-"] {
	background-color: #d93e36;
}

.impact .bottom-block [class^="col-"]:first-child {
	background-color: #fff;
}

.impact .bottom-block .block {
	padding: 45px;
}

.impact .bottom-block .block p {
	font-size: 1.50rem;
	font-weight: 300;
	color: rgba(255,255,255,0.3);
	min-height: 100px;
	margin: 0;
}
.impact .bottom-block [class^="col-"]:first-child .block p{color:#000;}
.impact .bottom-block [class^="col-"]:first-child .block .btn-cust.bg-w:after{background-color: #c92f27;}
.impact .bottom-block [class^="col-"]:first-child .block .btn-cust.bg-w:hover .text{color:#fff;}
.impact .bottom-block [class^="col-"]:first-child .block .btn-cust.bg-w:hover .arrow{background-position: -3px -1px;}
.login-block {
	margin: 0;
	padding: 100px 0;
}

.login-block h2.title {
	font-size: 1.87rem;
	margin-bottom: 40px;
}

.login-block form {
	max-width: 425px;
}

.login-block form .form-control {
	border-color: #e8e8e7;
	color: #1f1a17;
	font-family: 'Poppins', sans-serif;
}

.login-block form .form-control:focus {
	box-shadow: none;
	border-color: #c92f27;
}

.login-block form .form-control::-webkit-input-placeholder {
	color: #b5b4b4;
}

.login-block form .form-control::-moz-placeholder {
	color: #b5b4b4;
}

.login-block form .form-control:-ms-input-placeholder {
	color: #b5b4b4;
}

.login-block form .form-control:-moz-placeholder {
	color: #b5b4b4;
}

.login-block form .btn-red {
	background-color: #c92f27;
}

.login-block form .btn-black {
	background-color: #1f1a17;
}

.login-block form p {
	color: #999999;
	margin-bottom: 30px;
}

input[type=submit] {
	text-align: center;
	background-repeat: no-repeat;
	background-position: 65% 55%;
	min-width: 225px;
	min-height: 55px;
	margin-top: 20px;
}

input[type=submit].bg-red {
	background-color: #c92f27;
	background-image: url(../images/white-arrow.png);
}

@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1);
	}

	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.55);
	}

	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1);
	}
}

.waveWrapper {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	top: auto;
	margin: auto;
	z-index: 9;
	height: 350px;
}

.waveWrapperInner {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	bottom: -1px;
	background-image1: linear-gradient(to top, #86377b 20%, #27273c 80%);
}

.bgTop {
	z-index: 15;
	opacity: 1;
}

.bgMiddle {
	z-index: 10;
	opacity: 1;
	bottom: 70px;
}

.bgBottom {
	z-index: 5;
	bottom: 80px;
}

.wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
}

.waveTop {
	background-size: 50% 240px;
}

.waveMiddle {
	background-size: 50% 240px;
}

.waveAnimation .waveMiddle {
	animation: move_wave 10s linear infinite;
}

.waveBottom {
	background-size: 50% 240px;
}

.waveAnimation .waveBottom {
	animation: move_wave 15s linear infinite;
}

#main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-menu ul li {
	position: relative;
	margin: 0 18px;
}

#main-menu ul li a {
	color: #201e1f;
	font-size: 1.06rem;
	padding: 22px 0 54px;
	display: block;
	text-decoration: none;
	position: relative;
}

#main-menu ul li a:after {
	content: "";
	height: 0;
	height: 3px;
	width: 0;
	background-color: transparent;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	; display: block;
	transition: all .3s linear;
}

#main-menu ul li:hover a:after,#main-menu ul li.active>a:after {
	background-color: #ec3237;
	width: 100%;
	left: 0;
	right: 0;
}

#main-menu ul li:hover>a {
	background-color: transparent;
	color: #ec3237;
}

#main-menu ul li a:focus {
	background-color: transparent;
}

#main-menu ul li a .icon {
	width: 26px;
	height: 26px;
	display: inline-block;
}

#main-menu ul li.active > a {
	background-color: transparent;
	color: #ec3237;
}

#main-menu ul li ul {
	text-align: left;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	border-bottom: 5px solid #959595;
	width: 200px;
	top: 75px;
	background: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-box-shadow1: 0px 5px 43px 0px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow1: 0px 5px 43px 0px rgba(0, 0, 0, 0.27);
	box-shadow1: 0px 5px 43px 0px rgba(0, 0, 0, 0.27);
	padding-top: 10px;
}

#main-menu ul li.submenu-one:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 44px;
}

#main-menu ul li.last-menu ul,#main-menu ul li.last-menu:hover>ul {
	right: 0;
}

#main-menu ul li ul li {
	margin: 0;
	float: none;
	position: relative;
	display: block;
	border-top: 1px solid #ddd;
	border-left: none;
}

#main-menu ul li ul li:first-child {
	border-top: none;
}

#main-menu ul li ul li a:before {
	display: none;
}

#main-menu ul li ul li a:focus {
	background-color: transparent;
}

#main-menu ul li ul li a {
	background-color: #fff;
	color: #636363;
	line-height: normal;
	font-weight: 400;
	text-transform: none;
	padding: 10px 23px;
	margin: 0;
	text-decoration: none;
}

#main-menu ul li ul li a:hover {
	color: #ec3237;
}

#main-menu ul li ul li:hover > a {
	background-color: transparent;
}

#main-menu ul li ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 200px;
	top: 0;
	left: 220px;
}

#main-menu ul li ul li ul li {
	font-size: 1rem;
}

#main-menu ul li ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 0;
	left: 200px;
}

.padding {
	padding: 100px 0;
}

.padding50 {
	padding: 50px 0;
}

.ptp50 {
	padding-top: 50px;
}

.pbt50 {
	padding-bottom: 50px;
}

.ptp100 {
	padding-top: 100px;
}

.pbt100 {
	padding-bottom: 100px;
}

.mbt80 {
	margin-bottom: 80px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mbt0 {
	margin-bottom: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.overlay {
	visibility: hidden;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 101;
	transition: all 0.4s ease;
}

.overlay.active {
	display: block;
}

#sidebar-menu {
	display: block;
	background-color: #c92f27;
	border-left: 2px solid #d3564f;
	position: fixed;
	width: 350px;
	top: 0;
	height: 100%;
	z-index: 101;
	overflow-y: scroll;
	right: -350px;
}

#sidebar-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	border-bottom: 2px solid #d3564f;
}

#sidebar-menu ul li {
	float: none;
	padding: 0;
	margin: 0;
	border: none;
	position: relative;
}

#sidebar-menu ul li .text {
	display: block;
	padding: 10px 60px 10px 20px;
	color: #b5b5b5;
	font-size: 0.80rem;
	text-transform: uppercase;
}

#sidebar-menu ul li a {
	padding: 20px 60px 20px 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	border-bottom: 2px solid #d3564f;
}

#sidebar-menu ul li>a:hover {
	background-color: #9a1710;
}

#sidebar-menu ul li a .icon-bar {
	width: 60px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 2px solid #d3564f;
	background-color: #c92f27;
}

#sidebar-menu ul li a .icon-bar:hover {
	background-color: #9a1710;
}

#sidebar-menu ul li a .icon {
	width: 19px;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

#sidebar-menu ul li a .icon:before, #sidebar-menu ul li a .icon:after {
	content: '';
	position: absolute;
	top: 2px;
	width: 9px;
	height: 1px;
	display: block;
	background: #fff;
	transition: 0.3s transform;
}

#sidebar-menu ul li a .icon:before {
	transform: rotate(-45deg);
	right: 4px;
}

#sidebar-menu ul li a .icon:after {
	transform: rotate(45deg);
}

#sidebar-menu ul li.active a .icon:before {
	transform: rotate(45deg);
	right: 4px;
}

#sidebar-menu ul li.active a .icon:after {
	transform: rotate(-45deg);
}

#sidebar-menu ul li ul,#sidebar-menu ul li:hover>ul,#sidebar-menu ul li ul li ul,#sidebar-menu ul li ul li:hover>ul {
	width: auto;
	display: none;
	opacity: 1;
	position: relative;
	left: 0;
	top: 0;
	visibility: visible;
	transition: none;
	box-shadow: none;
}

#sidebar-menu ul li ul {
	padding: 15px 0;
}

#sidebar-menu ul li ul li a {
	font-size: 0.90rem;
	text-transform: none;
	padding: 10px 60px 10px 30px;
	border-bottom: none;
}

#sidebar-menu ul li ul li a:hover {
	color: #000;
	background-color: transparent;
}

#sidebar-menu.active {
	right: -350px;
}

#wrapper {
	width: 100%;
	position: relative;
}/* footer */footer {
}

footer #top {
	background-color: #1f1a17;
}

footer #top h3 {
	text-transform: uppercase;
	color: #c92f27;
	font-size: 1.12rem;
	margin-bottom: 40px;
}

footer #top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer #top ul.address-info li {
	margin-bottom: 30px;
	position: relative;
	padding-left: 70px;
	font-size: 0.94rem;
}

footer #top ul.address-info li .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #2f2a27;
	border-radius: 50%;
}

footer #top ul.address-info li .sprite {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

footer #top ul.address-info li .map {
	background-position: -3px -61px;
	width: 12px;
	height: 17px;
}

footer #top ul.address-info li .mobile {
	background-position: -2px -80px;
	width: 15px;
	height: 16px;
}

footer #top ul.address-info li .email {
	background-position: -2px -101px;
	width: 17px;
	height: 14px;
}

footer #top ul.address-info li .block .title {
	color: #c92f27;
	text-transform: uppercase;
	font-weight: 600;
}

footer #top ul.address-info li .block .text-white {
	color: #fff;
}

footer #top ul.address-info li .block p {
	color: #888888;
	margin-bottom: 0;
}

footer #top ul.address-info li a {
	color: #fff;
	text-decoration: none;
}

footer #top ul.address-info li a:hover,footer #top ul.address-info li a:focus {
	color: #ec3237;
}

footer #top .link-block {
	padding: 0 40px 60px;
	position: relative;
}

footer #top .link-block:before,footer #top .link-block:after {
	content: "";
	width: 1px;
	height: 100%;
	background: url(../images/divider.png) no-repeat 0 0;
	position: absolute;
	top: 0px;
}

footer #top .link-block:before {
	left: 0;
}

footer #top .link-block:after {
	right: 0;
}

footer #top .link-block ul li {
	float: left;
	width: 50%;
}

footer #top .link-block ul li a {
	padding: 5px;
	display: inline-block;
	text-decoration: none;
	color: #888;
}

footer #top .link-block ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

footer #top .link-block ul li:last-child a {
	border: none;
}

footer #top .link-block ul li a .sprite {
	position: absolute;
	left: 0;
	top: 15px;
}

footer #top .link-block ul li a .arrow {
	background-position: -145px -31px;
	width: 17px;
	height: 8px;
}

footer #top .link-block ul li a:hover .arrow {
	background-position: -169px -30px;
}

footer #bottom {
	background-color: #f4f3f3;
	color: #888888;
	padding: 25px 0;
}

footer .copyright span.divider {
	display: inline-block;
	margin: 0 25px;
}

footer .copyright a {
	text-decoration: none;
	color: #1f1a17;
}

footer .copyright a:hover,footer .copyright a:focus {
	color: #c92f27;
}

footer .visitor-counter {
	text-align: right;
}

footer .visitor-counter strong {
	margin-right: 10px;
}

#totop {
	bottom: -55px;
	cursor: pointer;
	display: block;
	background-color: #000;
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: fixed;
	right: 10px;
	width: 50px;
	z-index: 9;
	text-align: center;
}

#totop .angle-up {
	background-position: -35px -2px;
	width: 9px;
	height: 28px;
}

#totop:hover {
}

.fancybox-nav span {
	visibility: visible;
}

.fancybox-next span,.fancybox-prev span {
	background-color: #ec3237;
}

.fancybox-next span {
	right: 0;
}

.fancybox-prev span {
	left: 0;
}

.fancybox-close {
	background-color: #ec3237;
	width: 42px;
	height: 40px;
	top: 0;
	right: 0;
}

.fancybox-skin {
	background: #fff9f7;
}

#news-popup .modal-body .message img {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 180px;
}

#news-popup .modal-body .message p {
	font-size: 0.92rem;
	line-height: 1.7;
	text-align: justify;
}

.owl-carousel.dot-style01 .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
}

.owl-carousel.dot-style01 .owl-dots button.owl-dot {
	outline: none;
}

.owl-carousel.dot-style01 .owl-dots button.owl-dot span {
	background-color: #000;
	opacity: 0.25;
	display: inline-block;
	width: 15px;
	height: 10px;
	border-radius: 5px;
	margin: 0 5px;
	transition: all .3s linear;
}

.owl-carousel.dot-style01 .owl-dots button.owl-dot.active span {
	width: 35px;
	background-color: #ec3237;
	opacity: 1;
}/* recent-news */#recent-news .container-fluid {
	padding: 0;
}

#recent-news .bg-red {
	background-color: #c92f27;
}

#recent-news .bg-black {
	background-color: #000000;
}

#recent-news .title {
	line-height: 60px;
	padding-right: 25px;
	color: #fff;
	text-align: right;
	font-size: 1.125rem;
	font-weight: 700;
}

#recent-news marquee a {
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin: 3px 15px 0;
	position: relative;
	font-size: 1.0625rem;
}

#recent-news marquee a:after {
	content: "";
	width: 2px;
	height: 15px;
	background-color: #fff;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}

#recent-news marquee a:hover {
	text-decoration: underline;
}

#recent-news marquee a:last-child:after {
	display: none;
}/*ONELINER*/#oneliner {
	position: relative;
	margin: 0 auto;
	height: 60px;
	padding: 0 80px 0 20px;
	float: left;
	width: 100%;
	position: relative;
}

#oneliner ul.newsticker {
	display: inline-block;
	height: 60px;
	overflow: hidden;
	padding: 0;
	line-height: 60px;
	margin: 0;
	font-size: 1.0625rem;
}

#oneliner ul.newsticker > li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 66.66%;
}

#oneliner ul.newsticker li a {
	display: block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 66.66%;
}

#oneliner ul.newsticker > li a:hover {
	color: #fff;
	text-decoration: underline;
}

#oneliner .controls {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

#oneliner .controls .button {
	display: inline-block;
	width: 50px;
	padding: 0;
	height: 60px;
	line-height: 60px;
	background-color: #000;
	color: #fff;
	margin: 0 -1px;
	cursor: pointer;
}

#oneliner .controls .button i {
	transform: rotate(180deg);
	background-position: -3px -1px;
	width: 28px;
	height: 9px;
	;
}

#oneliner .controls .button .arrow-right {
	transform: rotate(0);
}/* sticky-links */#sticky-links {
	position: fixed;
	right: 0;
	top: calc(50% - 150px);
	z-index: 11;
}
#sticky-links ul{margin: 0; padding: 0; list-style: none;}
#sticky-links ul li{display: block; width: 100%; clear: both;}

#sticky-links ul li a {
	background-color: #c92f27;
	padding: 15px 25px;
	display: block;
	/*min-width: 185px; */
	color: #fff;
	margin: 10px 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.0625rem; 
        width: 67px;
        white-space: nowrap;
        overflow:hidden;
        transition:all .3s linear;
        float: right;
}
#sticky-links ul li a:hover{width: 100%;}

#sticky-links ul li:first-child a,#sticky-links ul li:last-child a{
	background-color: #1f1a17;
}

#sticky-links ul li a i {
	margin-right: 12px;
}

#sticky-links ul li a .donate-icon {
	background-position: -266px -211px;
	width: 26px;
	height: 23px;
}

#sticky-links ul li a .quick-pay-icon {
	background-position: -301px -213px;
	width: 28px;
	height: 21px;
}

#sticky-links ul li a .covid-icon {
	background-position: -338px -210px;
	width: 27px;
	height: 27px;
	animation: rotating 5s linear infinite;
}

#daily-updates{position: fixed; width: 300px; white-space: normal; text-align: left;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 15px 0 0 0; z-index: 10; box-shadow: 0px 10px 20px 1px rgb(0 0 0 / 20%); }
#daily-updates p,#daily-updates a{margin-bottom: 10px; display: block;}

#daily-updates .title{font-weight: 600; position: relative; padding:15px 30px 15px 15px;  background-color: #1f1a17; color: #fff; border-radius: 15px 0 0 0; }
#daily-updates .title .icon{ background-position: -324px -12px; width: 15px; height: 8px; position: absolute; right: 15px; top: 50%; transform: translateY(-50%) rotate(180deg); transition: all .3s linear; filter:invert(97%) sepia(3%) saturate(420%) hue-rotate(343deg) brightness(118%) contrast(100%);}
#daily-updates .title.active .icon{transform: translateY(-40%) rotate(0);}
#daily-updates .block{display: none; padding: 15px;}
#daily-updates .block marquee{height: 200px;}


@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#home .other-initiatives {
	margin-bottom: 0 !important;
}

#project-detail-pg{}
#sidebar .related-projects a{font-size: 1.0625rem; color: #000; font-weight: 600; padding: 10px 0; border-bottom: 1px solid #bfbfbf; text-decoration: none; display: block;}
#sidebar .related-projects a:hover{color: #c92f27; border-bottom-color: #c92f27;}
