 body{
	color: #666;
    background: #fff;
    font: 400 16px/26px 'Poppins', Arial, Helvetica, sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #0f0f0f;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    text-transform: capitalize;
    font-family: 'Barlow Condensed', sans-serif;
}

a,a:hover, a:focus{
	color: #ab1c86;
}
.bg-light{background-color: #f7f7f7 !important;}
.btn-purple {
    background-color: #ab1c86;
    color: #fff;
    text-decoration: none;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #77155e;
    color: #fff;
}
.border-purple{
	border-color: #ab1c86 !important;
}


/* Header */

.navbar.navbar-light:after{
	background: url(images/pattern-01.png);
	content:"";
	position: absolute;
	bottom: -14px;
	height: 14px;
	width: 100%;
}
.nav-item{
    position: relative;
}
.nav-item .nav-link{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 17px;
	margin-right: 10px;
	margin-left: 10px;
	opacity: 1 !important;
}
.nav-item .nav-link:before {
    top: 50%;
    right: -2px;
    width: 4px;
    height: 4px;
    content: '';
    margin: -2px 0 0;
    background: #666;
    position: absolute;
    border-radius: 50px;
}
.text-white{
	color: #fff !important;
}

.nav-link.btn.btn-purple.text-white.font-weight-bold:before{
	display: none;
}

.logo_title{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	color: #030343;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 20px;
}
.logo_title small{
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 500;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
.carousel.slide:after{
	background: url(/web/20230331034444im_/https://www.bus.ngo/wp-content/themes/bus/images/pattern-02.png);
	content:"";
	position: absolute;
	bottom: 0px;
	height: 14px;
	width: 100%;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-caption h1{
	font-size: 50px;
    line-height: 50px;
    margin: 0;
    color: #fff;
    font-weight: 900;
    text-transform: none;
}

.carousel-caption h1 em{
	background: #ab1c86;
    padding: 5px 15px 5px;
    font-style: normal;
    vertical-align: top;
    display: inline-block;
}

.carousel-caption p{
	color: #fff;
    padding: 30px 0;
    font-size: 26px;
}

.carousel-control-prev, .carousel-control-next {
    top: 50%;
    z-index: 2;
    color: #fff;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 30px;
    line-height: 56px;
    overflow: hidden;
    margin: -30px 10px 0;
    text-align: center;
    position: absolute;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.30);
	border-radius: 50%;
}

/* Who we are */ /* what we do */

.who_we_are .hero_img:after{
	top: 20px;
    left: 20px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f7f7f7;
}
.who_we_are h2,.what_we_do h2{
	margin: 0 0 20px 0;
    color: #0f0f0f;
    font-size: 36px;
    font-weight: 700;
    line-height: 28px;
    text-transform: none;
	padding: 0 0 20px 0;
	position: relative
}
.who_we_are h2:before{
	left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    content: '';
    border-radius: 4px;
    position: absolute;
	background: #ab1c86;
}
.who_we_are .media-body h3{
	margin: 0 0 6px;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}
.who_we_are .media-body p{
	font-size: 14px;
    line-height: 17px;
}

.what_we_do h2:before{
	left: auto;
	right: auto;
    bottom: 0;
    width: 100px;
    height: 4px;
    content: '';
    border-radius: 4px;
    position: absolute;
	background: #ab1c86;
	/* margin-left: 27px */
}

.ourmission {
    width: 100%;
    float: left;
    padding: 15px 0;
    transition: 0.6s;
}
.ourmission figure {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
     transition: 0.6s;
}
.ourmission figure img {
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
     transition: 0.6s;
}
.ourmission figure figcaption {
    top: 0;
    left: 0;
    z-index: 2;
    width: 55%;
    color: #fff;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    background: #222;
    position: absolute;
     transition: 0.6s;
}
.ourmission figure figcaption h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
     transition: 0.6s;
}
.ourmission figure figcaption h3 span{
	display: block;
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
    margin-bottom: 8px;
     transition: 0.6s;
}
.ourmission figure figcaption .description{
	opacity: 0;
	padding: 45px 0;
	min-width: 320px;
	visibility: hidden;
     transition: 0.6s;
}
.ourmission figure figcaption .description p{margin: 0;}
.btnmreadmore{
	right:20px;
	bottom:20px;
	color: #fff;
	float: right;
	font-size: 20px;
	position:absolute;
	line-height: 20px;
	/* opacity: 0;
	visibility: hidden; */
}
.btnmreadmore i{
	display: block;
	line-height: inherit;
}
.btnmreadmore svg{
	left: 5px;
	top: 5px;
}
.ourmission figure:hover figcaption{width: 100%;}
.ourmission figure:hover figcaption .description
/* ,.ourmission figure:hover figcaption .btnmreadmore */
{
	opacity: 1;
	visibility: visible;
}

.education figure figcaption{
	background: #5c6bc0;
}
.bbb figure figcaption{
	background: #000000;
}
.saarthvaha figure figcaption{
	background: #ef5350;
}
.lifeguards figure figcaption{
	background: #42a5f5;
}
.senior-citizens figure figcaption{
	background: #ab47bc;
}
.khana figure figcaption{
	background: #FF9B29;
}
.ration figure figcaption{
	background: #ec407a;
}
.sanitize figure figcaption{
	background: #3ad3d1;
}

/* media coverage */

.media-coverage h2, .awards h2{
	text-align: center;
	font-size: 36px;
    font-weight: 900;
    line-height: 28px;
}
.media-coverage h2>span{
	background: #ab1c86;
	padding: 0 10px;
	color: #fff;
}

.media-coverage .full-container blockquote{
	padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

/* home contact */
.home-contact{
	background: url(/web/20230331034444im_/https://www.bus.ngo/wp-content/themes/bus/images/bgparallax-01.jpg) no-repeat 50% 50% fixed;
	background-size: cover;
	padding: 80px 0;
	position: relative
	
}
.home-contact:before {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.60);
}
.home-contact .container{z-index: 2; position: relative}

/* footer area starts */

footer{
	font-size: 14px;
}
footer h3 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}
.inner-content h1:before{
	left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    content: '';
    border-radius: 4px;
    position: absolute;
	background: #ab1c86;
}
.inner-content h1{
	margin: 0;
    color: #0f0f0f;
    font-size: 36px;
    font-weight: 900;
    line-height: 28px;
    text-transform: none;
	position: relative;
	padding-bottom: 24px
}
.inner-content h3{
	margin: 0 0 25px;
    font-size: 22px;
    font-weight: 900;
    line-height: 26px;
}
.inner-content p{
	margin-bottom: 0
}


.btn-donate {
    position: fixed;
    right: 30px;
    z-index: 9;
    bottom: 0;
    border-radius: 0;
    padding: 20px 40px;
    font-weight: bold;
    font-size: 20px;
}

.media-coverage.blogs .img{
	min-height: 250px;
	width: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#sideButtonFixed #slideButton {
    background: #ab1c86;
    position: fixed;
    height: 150px;
    right: 0;
    width: 46px;
    z-index: 9999;
    color: #fff;
    top: 260px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
#sideButtonFixed #slideButton .button-hoz {
    float: left;
    height: 100%;
    color: #fff;
    width: 40px;
    display: block;
}
#sideButtonFixed #slideButton .button-hoz span.button-hoz-text {
    transform: rotate(
-90deg
);
    transform-origin: left bottom 0;
    float: left;
    margin-left: 48px;
    margin-top: 81px;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 22px;
    display: block;
    color: #fff;
    text-decoration: none;
}
 
@media screen and (max-width: 767px) {
    .navbar-brand img{
    width: 240px;
}
}
