

/*-- flexisel --*/

.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;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
	margin-top:5px;
	margin-bottom: 10px;
	max-width:240px;
	max-height:240px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
.nbs-flexisel-item p{
	padding:0px;
}
.nbs-flexisel-item p a{
	color:#000;
	font-size:1.2em;
}
.nbs-flexisel-item p a:hover{
	color:#6CC372;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 34px;
	height: 34px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:0em;
}
.nbs-flexisel-nav-left {
	left:-3em;
	background:url(../images/left-1.png) no-repeat 1px 1px ;
}
.nbs-flexisel-nav-right {
	right:-3em;
	background:url(../images/right-1.png) no-repeat 1px 1px ;
}
.banner-1 {
	margin: 0em 0.5em;
}
.banner-1 img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	
}
.banner-1 img:hover{
	 filter: none;
  -webkit-filter: grayscale(0);
		
}
.fle-xsel {
	padding: 2em 1.5em;
}
.slide {
	padding: 0em;
}
/*--flexisel--*/



@media (max-width:1366px){
.fle-xsel {
    padding: 1em 1.5em;
}

}
@media (max-width:1024px){

.fle-xsel {
    padding: 0em 1.5em;
}

}
@media (max-width:768px){

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 27px;
    height: 27px;
    margin-top: 2em;
}
.nbs-flexisel-nav-left {
    left: -2em;
    background: url(../images/left-1.png) no-repeat 0px 0px;
    background-size: 100%;
}
.nbs-flexisel-nav-right {
    right: -2em;
    background: url(../images/right-1.png) no-repeat 0px 0px;
	background-size: 100%;
}
.slide {
    padding-bottom: 3em;
}

}


@media (max-width:480px){

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: 0em;
}

}


@media (max-width:320px){

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 24px;
    height: 24px;
    margin-top: 1.7em;
}

}
/*--media-quaries-end-here--*/