

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center; 
	
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%; 
}

.nbs-flexisel-item {
    float:left;
    margin:0;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}

.nbs-flexisel-item::before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,23,31,0.45) 30%, rgba(0,23,31,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(12, 31, 118, 0.26)), color-stop(100%,rgba(12, 31, 118, 0.45)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(12, 31, 118, 0) 30%,rgba(12, 31, 118, 0.52) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,23,31,0.45) 30%,rgba(0,23,31,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,23,31,0.45) 30%,rgba(0,23,31,0.65) 100%);
    background: linear-gradient(to bottom, #14247600 0%,rgba(12, 31, 118, 0.18) 30%,rgba(12, 31, 118, 0.53) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a600171f',GradientType=0 );
    content: "";
    height: 93%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 95%;
    z-index: 1;
    margin: 10px;
}


.nbs-flexisel-item  .ongoing_prjct  {
    width: 95%;
    cursor: pointer;
    position: relative;
    margin: 10px;
    max-width:95%;
	
  overflow:hidden;
}
.nbs-flexisel-item  .ongoing_prjct img  { -webkit-transition: 0.4s ease;
  transition: 0.4s ease;}

.nbs-flexisel-item:hover .ongoing_prjct img {-webkit-transform: scale(1.08);
  transform: scale(1.2);   }
/*** Navigation ***/


.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 55px;
    height: 55px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    /* opacity: 0.5; */
	margin-top:18%;
}

.nbs-flexisel-nav-left {
    left: -60px;
    background:url(../images/down-left.png) no-repeat;
    background-size: 100%;
}

.nbs-flexisel-nav-right {
    right: -60px;
    background:url(../images/down-right.png) no-repeat;
    background-size: cover;
}
@media(max-width:768px) {
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    /* opacity: 0.5; */
	margin-top:26%;
}
}

@media(max-width:558px) {
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 55px;
    height: 55px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    /* opacity: 0.5; */
	margin-top:50%;
}
}