*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
body{
	font-family: 'Hind Siliguri', sans-serif;
}
.top_bar{
	padding:5px 0px;
    background-color: #ff5700;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.cat-box {
    background: #fd6d00;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12);
}
.cat-box img {
    border-radius: 4px 4px 0 0;
    /* max-height: 167px; */
    width: 100%;
}
.tp_bg{
	    background-image: url('../images/pic7.jpg');
    padding: 88px 0px 0px;
}
.top_bar p{
	    margin-bottom: 0px;
    font-size: 13px;
}
.top_bar p>a{
	    color: #fff;
    margin-right: 8px;
	text-decoration:none;
    line-height: 1.6;
}
.top_bar p a> .mr_5{
	    margin-right: 5px;
}
.ion{
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    color: #000;
}
.top_bar p>a.ion{
	color:#000;
	    line-height: 1.7;
}
#page{
	    margin-top: 24px;
    float: right;
}
.tt_r{
	text-align:right;
}
.f_r{
	    float: right;
}
.lgonvbar{
	    padding: 3px 0px;
	position: absolute;
    z-index: 99;
    width: 100%;
    background-color: #000000a1;
}
/* Micro Clearfix */
.cf:before, 
.cf:after {
	content: '';
	display: table;
	visibility: hidden;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.wrap {
  text-align: center;
}

#header {
  overflow: visible;
  position: relative;
}

#header h1 {
  margin: 5px 0;
}

#primary-nav-button {
  background: transparent;
  display: none;
  border: 1px solid #aaa;
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 0;
}

#primary-nav-button:hover {
  background: rgba(0,0,0,0.05);
}

#primary-nav-button.selected {
  background: rgba(0,0,0,0.1);
}

#primary-nav-button:before {
  /* content: '☰'; */
  content: '\2261';
  display: block;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  height: 1em;
  width: 1em;
  color: inherit;
  speak: none;
}

.menu li {
  float: left;
  margin-right: 4px;
  position: relative;
}

.menu li:last-child {
  margin-right: 0;
}

.menu .sub-menu li {
  width: 100%;
}

.menu li a {
  display: block;
  text-decoration: none;
}

#top-nav li a {
  color: #8CC152;
  padding: 5px 0;
}

#top-nav .sub-menu {
  background: #fff;
}

#top-nav .sub-menu li a {
  padding: 5px;
}

#top-nav .sub-menu li > a:hover,
#top-nav .sub-menu li.selected > a {
  background: #8CC152;
  color: #000;
}

#primary-nav li a {
  color: #fffdfd;
  font-weight: bold;
  /* padding: 10px; */
  padding:8px 10px;
}
#primary-nav li a .fa{
	    color: #ff5800;
}
#primary-nav li a:hover .fa, #primary-nav li.active > a .fa{
	    color: #fff;
}
#primary-nav li.active > a,
#primary-nav li > a:hover,
#primary-nav li.selected > a {
background:linear-gradient(270deg,rgb(255, 87, 0) 100%,rgba(255,90,0,1) 0%);
    color: #fff;
    border-radius: 23px;
}

.downarrow {
  	background: none;
  display: inline-block;
	  padding: 0;
  	text-align: center;
  min-width: 3px;
}

.sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 10px;
}

.downarrow:before {
  content: '\25be';
  color: inherit;
  display: block;
	  font-family: sans-serif;
	  font-size: 1em;
  line-height: 1.1;
	  width: 1em;
  	height: 1em;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  max-height: 1000px;
}

.menu .sub-menu.hide {
  display: none;
}

#primary-nav .sub-menu {
    border-radius: 8px;
    background: #ff5700;
    min-width: 150px;
    z-index: 200;
    text-align: left;
}

#primary-nav .sub-menu li {
  border-bottom: 1px solid #ffffff;
}

#primary-nav .sub-menu li:last-child {
  border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
  content: '\25b8';
}

#primary-nav.mobile {
  display: none;
  position: absolute;
  top: 100%;
  background: #A0D468;
  width: 100%;
}

#primary-nav.mobile li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #7cb142;
}

#primary-nav.mobile li.selected > a {
  border-bottom: 1px solid #7cb142;
}

#primary-nav.mobile li:last-child {
  border: none;
}

#primary-nav.mobile li a {
  padding: 5%;
}

#primary-nav.mobile .sub-menu li a {
  padding-left: 7%;  
}

#primary-nav.mobile .sub-menu .submenu li a {
  padding-left: 9%;  
}

#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a {
  padding-left: 11%;  
}

#primary-nav.mobile .sub-menu {
  float: left;
  position: relative;
  width: 100%;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 5%;
}

#primary-nav.mobile .sub-menu .downarrow:before {
  content: '\25be';
}
#primary-nav-button.mobile {
  display: inline-block;
}
.welbar{
	padding:30px 0px;
}
.pd_0{
	padding:0px;
}
.post{
	position:relative;
}
.post img{
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #000000cf;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.post:hover .overlay {
  bottom: 0;
  height: 100%;
}
.oyhvr{
	    text-align: center!important;
    margin-top: 14px;
	    font-size: 22px!important;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
    width: 100%;
}
.slider-arr {
    color: #fff;
    position: absolute;
    font-size: 18px;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #4679ec;
    padding: 17px;
    border-radius: 50px;
    box-shadow: 0px 1px 2px 0px #1b1b1b;
}
.mt_10{
	margin-top:10px;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(255, 255, 255, 0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0, 0, 0, 0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 50px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: unset;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
}
.rh_40{
	    right: 40px;
}
.carousel-caption h3 {
    font-size: 50px;
    font-weight: 600;
}
.carousel-caption p {
    font-size: 17px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #03030382;
    border-radius: 108px;
}
.btn_smore{
    background: linear-gradient(270deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%);
    padding: 15px 30px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    outline: none;
}
.btn_donate{
    background: linear-gradient(270deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%);
    padding: 15px 30px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    outline: none;
}
.btn_donate:hover,.btn_donate:active{
    background: linear-gradient(270deg,rgba(255,54,0,1) 100%,rgba(255,90,0,1) 0%);
    padding: 15px 30px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    outline: none;
}
.sec-title {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
}
.sec-title h2 {
    float: left;
    padding-left: 15px;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
    position: relative;
}
.sec-title h2:before {
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 15%;
    width: 4px;
    background-color: #cd5c49;
}
.sec-title h2:after {
    content: "";
    height: 1px;
    position: absolute;
    right: -27%;
    top: 53%;
    width: 24%;
    background-color: #cd5c49;
}
.welbar p{
font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.mt_64{
	    margin-top: 64px;
}
.c_w{
	    color: #fff;
}
.why1{
padding: 19px;
    border-radius: 24px;
    background: rgb(70, 121, 236);
    text-align: center;
    transition: all .35s;
    margin: 6px;
    height:400px !important;
}
.why1 img{
	    border-radius: 19px;
    border: 2px solid #fdfdfd;
}
.why1 h3{
color: #fff;
    font-size: 20px;
    text-align: left;
}
.why1 p{
    color: #fff;
	text-align: left;
}
/* .why1:hover{ */
	/* padding: 40px; */
    /* border-radius: 24px; */
	/* background:linear-gradient(270deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%); */
	/* text-align: center; */
/* } */
.mt_26{
	margin-top:26px;
}
/* .mw_285{ */
	    /* max-width: 256px; */
/* } */
.t_r{
	text-align:right;
}
.t_c{
	text-align:center;
}
.mb_12{
	margin-bottom:12px;
}
.wepara{
	font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.btn_sdnmore, .btn_sdnmore:hover {
    background: linear-gradient(270deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%);
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    outline: none;
}
.wecont{
	    font-size: 15px;
    margin: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.voln{
    border: 1px solid #4679ec;
    border-radius: 10px;
    background-color: #4679ec;
    color: #fff;
    margin-top: 2px;
}
.welbar p.vdeg{
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
}
.welbar p.vnm{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0px 2px 0px;
    line-height: 1.4;
}
.fter h3 {
    font-weight: 600;
    letter-spacing: .9px;
    color:#fff;
}
.fter p {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
.fter i {
    height: 33px;
    width: 33px;
    line-height: 27px;
    font-size: 22px;
    padding: 4px 9px;
}
.lo>li {
    padding-left: 37px;
    display: block;
    padding-right: 5px;
    position: relative;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 20px;
    color: black;
}
.lo i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 14px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 23px;
    background-color: rgb(68, 70, 73);
    border: 1px solid rgba(0,0,0,.05);
}
.ftr_social {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.ftr_social li {
    display: inline-block;
    margin: 0 5px;
}
ul.ftr_social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #60656a;
    transition: all 0.5s ease 0s;
    font-size: 14px;
}
.ftr_social i {
    height: unset;
    width: unset;
    line-height: unset;
    font-size: unset;
    padding: unset;
}
.fter {
    background-color: #60656a;
    padding: 15px 0px;
    color: white;
}
.btm_bar {
    padding: 12px 0px;
    color: #ccc6c6;
    background-color: #0d1015;
}
.brdus{
	border-radius:10px;
}
.t_rit {
    text-align: right;
}
.btm_bar a {
    color: yellow;
}
.welbar p.t_l{
    text-align: left;
    line-height: 1.3;
	margin-top:3px;
    background-color: #cd5c49;
    padding: 6px 10px;
}
.picture a{
    color: #ffffff;
    text-decoration: none;
}
.aft_bar p {
    margin-top: 30px;
    margin-bottom: 30px!important;
    padding: 12px 0px;
    font-size: 16px;
    color: #fff;
}
p:last-child {
    margin-bottom: 0;
}
.cst_form .form-control{
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.geto{
	    margin: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 25px;
}
.welbar p.getomsg {
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    margin-top: 6px;
}
.imark {
    margin-bottom: 20px;
}
.imark a {
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    color: white;
    text-align: center;
    margin-right: 8px;
}
.fb_bg {
    background: rgb(59, 89, 152);
}
.tw_bg {
    background: rgb(2, 176, 232);
}
.yt_bg {
    background: rgb(194, 46, 42);
}
.co>li {
    padding-left: 47px;
    display: block;
    padding-right: 5px;
    position: relative;
    margin-bottom: 12px;
}
.co i {
    position: absolute;
    left: 5px;
    top: 3px;
    font-size: 14px;
    padding: 7px 6px;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: rgb(245, 82, 152);
    border: 1px solid rgba(0,0,0,.05);
    color: #fff;
}
.fmt_12{
	    margin-top: 12px;
}
.cst_form.form-horizontal .form-group {
    margin: 0px 0px 15px;
}
.fmybtn, .fmybtn:hover, .fmybtn:active{
	    background: linear-gradient(270deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%);
    color: #fff;
    padding: 8px 23px;
}
.cst_form textarea.form-control {
    height: auto;
}
.paralax_bar{
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	padding:60px 0px;
	background-image:url('../images/pic5.jpg');
}
.bdr_pd{
	    border: 1px solid #cbcbcb;
    padding: 15px;
}
.cst_form input[type=checkbox], input[type=radio] {
    margin: 10px 3px 0px;
    margin-top: 1px\9;
    line-height: normal;
}
.mb_15{
	margin-bottom:15px;
}
.t_r{
	text-align:right;
}
.welbar p.edudtl{
	    font-weight: 600;
    font-size: 22px;
    margin-bottom: 11px;
    color: #cd5b49;
}
.welbar p.hindipp{
	    line-height: 24px;
    font-size: 14px;
    margin-top: 13px;
}
@media (min-width: 768px){
.form-horizontal .control-label {
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
    padding: 0px;
    padding-top: 7px;
}
}
@media (max-width:991px)
{
	.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 0px;
    margin-top: 5px;
    font-size: 20px;
    line-height: 6px;
    padding: 3px;
    height: 30px;
    width: 30px;
    background: #ff5700;
    box-shadow: 0px 1px 2px 0px #1b1b1b;
    border-radius: 46px;
}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: unset;
    top: -57px;
    right: 36px;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
	    right: 0px;
    top: -57px;
}
	#primary-nav li a .fa {
    color: #ffffff;
}
	.rpdf_0{
		padding:0px;
		}
	#primary-nav.mobile li a {
    padding: 2%;
}
	#primary-nav li.active > a, #primary-nav li > a:hover, #primary-nav li.selected > a {
    background: #cd5c49;
    color: #fff;
    border-radius: 0px;
}
	#primary-nav.mobile {
    display: none;
    position: absolute;
    top: 100%;
    background: #cd5c49;
    width: 100%;
    z-index: 9;
    text-align: left;
}
	#page{
	    margin-top:0px;
    float: unset;
}
.lgonvbar img{
	    max-width: 136px;
}
#primary-nav-button {
    background: transparent;
    display: none;
    border: 1px solid #aaa;
    position: absolute;
    bottom: 15px;
    top: -51px;
    right: 0;
    padding: 0;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 0;
}
}
@media (max-width:767px)
{
	.sec-title h2 {
    float: left;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
    position: relative;
}
	.btn_donate{
    background: linear-gradient(270deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%);
    padding: 4px 13px;
    border-radius: 24px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    outline: none;
}
	.carousel-caption h3 {
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
}
.carousel-caption p {
    font-size: 10px;
    margin-bottom: 7px;
}
	#primary-nav.mobile li a {
    padding: 4%;
}
	.slider-arr {
    color: #fff;
    position: absolute;
    font-size: 12px;
    top: 50%;
    width: 23px;
    height: 23px;
    background: #000000;
    padding: 7px;
    border-radius: 50px;
}
	.r_tc{
		    text-align: center;
		}
	.top_bar p {
    margin-bottom: 6px;
    font-size: 13px;
}
}
