.nep-carousel-wrapper {
	margin-top: -110px;
	background-color: #0b1e3a;
}

.header-div.category {
	background-color: transparent;
}

.slick-dots {
	position: absolute;
	z-index: 10000;
	cursor: pointer;
	bottom: 20px;
	left: 0;
	right: 0;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10000;
	cursor: pointer;
	font-size: 60px;
	color: rgba(255,255,255,0.5);
	-webkit-transition: color .3s;
    transition: color .3s;
}
.slick-arrow:hover {
	color: rgba(255,255,255,0.7);
}

.slick-arrow.prev-arrow {
	left: 20px;
}

.slick-arrow.next-arrow {
	right: 20px;
}

.nep-carousel-item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 450px;
}

.nep-carousel-item .w-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 10000;
}


.nep-carousel .nep-carousel-item {
	background-color: #0b1e3a;
	height: 450px;
	color: #FFF;
	text-align: center;
}

.nep-carousel-item h2 {
	color: #FFF;
	padding: 0 150px;
}

.nep-carousel-item h2 a,
.nep-carousel-item h2 a:hover {
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}

.nep-carousel-item h5 {
	color: #FFF;
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 40px;
}

.nep-carousel-item .nep-carousel-overlay {
	position: absolute;
	background: rgba(10,32,62, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.slick-dots li {
		padding: 0;
		margin: 0 10px 0 0;
		height: 10px;
		width: 10px;
		background: #ebebeb;
		display: inline-block;
		border-radius: 10px;
		text-indent: -9009px;
	}

.slick-dots li.slick-active {
	background-color: #ca8313;
}

@media (max-width: 479px) {
	.nep-carousel-item h5 {
		margin: 0 0 20px;
	}
	.slick-arrow {
		font-size: 16px;
	}
	.nep-carousel-item h2 {
    	padding: 0 25px;
    	font-size: 24px;
    	line-height: 28px;
	}

	.nep-carousel .nep-carousel-item {
		height: 475px;
	}
}
