/**blindbar**/
.blindbar{
	position: fixed; left: calc(100% - 35px);  top: 300px;
	z-index: 123; transition: 0.5s;
}
.blindbar .bar{display: flex; background: #000;  transition: 0.5s;
	position: relative;  right: 0; border-bottom: 1px solid #fff;
 }
.blindbar .bar:hover{
	 right:calc(100% - 35px);
}
.blindbar .bar span{text-transform: uppercase; padding: 6px 8px; 
	color: #fff; text-align: center;
}
.blindbar .bar span.no{width: 35px; border-right: 1px solid #fff;}
.blindbar .bar span.text{}

.blindbar .bar.redb{background: #6c613e;}
.blindbar .bar.greenb{background: #8a793f;}
.blindbar .bar.blueb{background: #ff454e;}


/***redb****/
.redb .prgrmdv{ border: 2px solid #6c613e; color: #6c613e;}
.redb .aboutleft:before,.redb .aboutleft:after,
.redb .menulist1 li .sub-menu,.redb .storyHolder,
.redb .fellowdiv,.redb .common_sec table th,.redb .common_sec table td{border-color: #6c613e;}
.redb .subtitle,.redb .impactdiv h3,
.redb .counterdiv span.counter,.redb .read,
.redb .footerdiv ul li i,.redb .testdiv .content span.desig,
.redb .menulist1 li a:hover,.redb .breadcrumb li.active a,
.redb h2.title span,.redb p strong,.redb .commonlist li:before,
.redb .newsdiv .content .admin,.redb .contactinfo li .ico{color:#6c613e; } 
.redb .program_slider.owl-carousel .owl-nav button,
.redb .testslider.owl-carousel .owl-nav button,
.redb .btn,.redb .bannerslide .owl-dots .owl-dot.active,
.redb .rangebar .range,.redb .footerdiv .social li a,
.redb input[type="submit"],
.redb .menulist1 li a:before,
.redb .menulist1 li a:after,.redb .menulist1 li .sub-menu,
.redb .social li a,.redb .common_sec table td:first-child,
.redb .newsdiv .content .date{background: #6c613e;}  
.redb .shape,.redb .dotdiv1,.redb .dotdiv,.redb .donateimg,.redb .programbg{
	filter: sepia(1) brightness(25%) contrast(41%) invert(0) saturate(12);
}
/***greenb****/
.greenb .prgrmdv{ border: 2px solid #8a793f; color: #8a793f;}
.greenb .aboutleft:before,.greenb .aboutleft:after,
.greenb .menulist1 li .sub-menu,.greenb .storyHolder,
.greenb .fellowdiv,
.greenb .common_sec table th,.greenb .common_sec table td{border-color: #8a793f;}
.greenb .subtitle,.greenb .impactdiv h3,
.greenb .counterdiv span.counter,.greenb .read,
.greenb .footerdiv ul li i,.greenb .testdiv .content span.desig,
.greenb .menulist1 li a:hover,.greenb .breadcrumb li.active a,
.greenb h2.title span,.greenb p strong,.greenb .commonlist li:before,
.greenb .newsdiv .content .admin,.greenb .contactinfo li .ico{color:#8a793f; } 
.greenb .program_slider.owl-carousel .owl-nav button,
.greenb .testslider.owl-carousel .owl-nav button,
.greenb .btn,.greenb .bannerslide .owl-dots .owl-dot.active,
.greenb .rangebar .range,.greenb .footerdiv .social li a,
.greenb input[type="submit"],
.greenb .menulist1 li a:before,
.greenb .menulist1 li a:after,.greenb .menulist1 li .sub-menu,
.greenb .social li a,
.greenb .common_sec table td:first-child,
.greenb .newsdiv .content .date{background: #8a793f;}
.greenb .shape,.greenb .dotdiv1,.greenb .dotdiv,.greenb .donateimg,.greenb .programbg{
	filter: sepia(1) brightness(41%) contrast(41%) invert(0) saturate(12);
}
/***blueb****/
.blueb .prgrmdv{ border: 2px solid #ff454e; color: #ff454e;}
.blueb .aboutleft:before,.blueb .aboutleft:after,
.blueb .menulist1 li .sub-menu,.blueb .storyHolder,
.blueb .fellowdiv,
.blueb .common_sec table th,.blueb .common_sec table td{border-color: #ff454e;}
.blueb .subtitle,.blueb .impactdiv h3,
.blueb .counterdiv span.counter,.blueb .read,
.blueb .footerdiv ul li i,.blueb .testdiv .content span.desig,
.blueb .impactdiv h3 span,.blueb .breadcrumb li.active a,
.blueb .menulist1 li a:hover,.blueb h2.title span,.blueb p strong,
.blueb .commonlist li:before,.blueb .contactinfo li .ico,
.blueb .newsdiv .content .admin{color:#ff454e; } 
.blueb .program_slider.owl-carousel .owl-nav button,
.blueb .testslider.owl-carousel .owl-nav button,
.blueb .btn,.blueb .bannerslide .owl-dots .owl-dot.active,
.blueb input[type="submit"],
.blueb .rangebar .range,.blueb .footerdiv .social li a,.blueb .menulist1 li a:before,
.blueb .menulist1 li a:after,.blueb .menulist1 li .sub-menu,
.blueb .social li a,.blueb .common_sec table td:first-child,
.blueb .newsdiv .content .date{background: #ff454e;}
.blueb .rangebar{background: #000; }
.blueb,.blueb .footerdiv ul li a,.blueb .testdiv .content span.name{color: #000;}
.blueb h1, .blueb h2, .blueb h3, .blueb h4, .blueb h5, .blueb h6,
.blueb .menulist1 li a{color: #000;}
.blueb .shape,.blueb .dotdiv1,,.blueb .dotdiv,.blueb .donateimg,.blueb .programbg{
	filter: sepia(0) brightness(21%) contrast(39%) invert(0) saturate(14)
}

.footerdiv .social li a i{color: #fff !important;}


@media (max-width: 1200px){
	.blindbar{left: calc(100% - 28px);}
	.blindbar .bar span.no{
		width: 28px;
	}
	.blindbar .bar span{padding: 2px 8px;}
}