body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.v-home1{
	background: #242424;
	font-size: 11px;
}
.org-clr{
	color: #f26c4f !important;
}
.org-hover:hover{
	color: #f26c4f !important;
}
.navbar-light .navbar-nav .nav-link{
	color: #242424;
}
.navbar-light .navbar-nav .nav-link:hover{
	color:  #f26c4f;
}
/*swiper-slide*/
.swiper-slide .swiper-slide-active{
         height: 374px!important;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        float: right;
        height: 450px;
        margin-top: 20px;
    }
    .swiper-slide {
        text-align: left;
        font-size: 16px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 0px !important;
    }
/*swiper-slide*/
/* hover dropdown */
.navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu{
    background: #fff;
    border:0;
    top:80%;
    border-radius:0px 0px 5px 5px;
}
.dropdown-item:hover{
    background: #fff;
}
.org-hover .dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}
.grad-clr-bg1{
  background-image:  linear-gradient(to right, #bf245e, #c42056, #c91d4e, #cc1d45, #cf1e3b, #cd1d3c, #ca1d3d, #c81c3e, #bf1c49, #b51f52, #aa255a, #9d2a60);
  height: 525px;
}
.grad-v2{
	z-index: 2;
    bottom: 52px;
}
.yojana-v1{
	font-size: 44px;
    max-width: 576px;
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}
.head-v1{
	color: #f26c4f;
	font-size: 34px;
}
.band{
	height: 53px;
    background: #620a2a;
    z-index: 0;
    bottom: 0;
}
.strat-v1{
	background: #f26c4f;
}
.read-more{
	background-image:  linear-gradient(to right, #87173f, #df1c27);
}
.read-more:hover {
    background-position: right center;
    background-image: linear-gradient(to right, #df1c27, #87173f);
    border: 0;
}
.slider-more span{
    display: inline-block;
    transition: 0.5s;
}
.slider-more:hover span {
    padding-right: 25px;
}
.align-v1{
    margin-left: 55px;
    position: relative;
}
.align-v1:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 26px;
    text-decoration: inherit;
    color: #000;
    padding-right: 10px;
    position: absolute;
    top: -6px;
    left: -35px;
    color: #f26c4f;
}
.align-vv2{
    margin-left: 55px;
    position: relative;
}
.align-vv2:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 26px;
    text-decoration: inherit;
    color: #000;
    padding-right: 10px;
    position: absolute;
    top: -6px;
    left: -35px;
    color: #fff;
}
.box-out-v1{
	border-top: 15px solid #f6cb06;
}
.box-out-v2{
	border-top: 15px solid #0072bc;
}
.box-out-v3{
	border-top: 15px solid #3cb878;
}
.hei-y5{
	margin-top: 80px;
}
.sceme-v2{
    padding-bottom: 19rem;
    padding-top: 80px;
    position: relative;
}
.footer-v1{
	background: #1a1a23;
}
.selected:hover{
	color: #f26c4f !important;
}
.footer-v2{
	background: #000;
}
.table-flow{
    overflow-x: scroll;
}
/*return-to-top*/
#return-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background: #f26c4f;
    width: 35px;
    height: 35px;
    text-decoration: none;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 7px;
    font-size: 19px;
}
/*return-to-end-top*/
/* -- index -- */
.social-headv3{
    padding-top: 70px;
    padding-bottom: 70px;
}
.Social-head{
    background-position: 0 0;
    background-repeat: no-repeat;
    background: url(../images/social-header.jpg) no-repeat center;
    background-size: cover;
}
.social-v2{
	background-image: linear-gradient(to right, #bf245e, #c42056, #c91d4e, #cc1d45, #cf1e3b, #cd1d3c, #ca1d3d, #c81c3e, #bf1c49, #b51f52, #aa255a, #9d2a60);
    opacity: .8;
    height: 200px;
    font-size: 40px;
}
.foot-mgr{
    margin-top: 220px;
}
@media screen and (max-width: 600px){
	.social-v2{
	    font-size: 28px;
	}
    .yojana-v1{
        font-size: 25px;
    }
    .grad-clr-bg1{
        height: 325px;
    }
    
}
@media screen and (max-width: 768px){
    .scheme-obj{
    text-align: center;
    float: none;
    height: auto;
    position: initial !important;
    }
    .sceme-v2{
      padding-bottom: 30px;
      padding-top: 45px;
    }
    .foot-mgr{
        margin-top: -3rem;
    }
}
@media only screen and (min-width: 992px){
.nav-item {
    font-size: 15px;
    }
}
@media  (min-width: 992px){
 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 5px;
}
}
/*@media only screen and (min-width: 1200px){
    .foot-mgr{
    margin-top: 400px;
}
}*/
@media only screen and (min-width: 768px) and (max-width: 991px){
    .foot-mgr{
    margin-top: 263px;
   }
}

