/* CSS Document */
.footer-cookie {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color:rgba(0,0,0, .85);
	color: white;
	padding:25px 0;
	font-size:.8em;
}

.client {
	text-align: center;
	padding: 30px; /*padding: 60px;*/
	opacity: .6;
	transition: all .3s ease-in-out;
}
.client img {
	margin: auto;
}
.client:hover {
	opacity: 1;
}
.clients-carousel .owl-item img {
	display: flex;
	width: 100%;
}

.clients-carousel-item.active, .clients-carousel-item-next, .clients-carousel-item-prev {
	display: block;
}

.parallax:not(.bg-light) .owl-carousel .owl-dots .owl-dot:hover, .parallax:not(.bg-light) .owl-carousel .owl-dots .owl-dot.active {
	border-color: #fff;
}
.parallax:not(.bg-light) .owl-carousel .owl-dots .owl-dot > span {
	background: #fff;
}

.owl-carousel .owl-item img {
	width: 100%;
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	line-height: 40px;
	font-size: 1.25rem;
	transition: all .2s ease-in-out;
}
.owl-carousel .owl-prev {
	left: 0;
}
.owl-carousel .owl-prev:hover {
	left: -5px;
}
.owl-carousel .owl-next {
	right: 0;
}
.owl-carousel .owl-next:hover {
	right: -5px;
}
.owl-carousel .owl-dots {
	text-align: center;
	margin: 0 0 20px;
}
.owl-carousel .owl-dots .owl-dot {
	position: relative;
	border: 1px solid transparent;
	border-radius: 100%;
	display: inline-block;
	padding: 4px;
	margin: 0 4px;
	transition: all .3s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot > span {
	border-radius: 100%;
	background: #505cfd;
	display: block;
	height: 4px;
	width: 4px;
}
.owl-carousel .owl-dots .owl-dot.active {
	border-color: #505cfd;
}
.owl-carousel .owl-dots .owl-dot:hover {
	border-color: #505cfd;
	opacity: .5;
}

/*for Demo Only*/
.demo-row {
  background-color: #212529;
  padding: 50px 0;
}


/*Implement*/
.sponsor-feature {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

#id-sponsors .carousel {
    margin-bottom: 20px;
}
#id-sponsors .item {
    padding-bottom: 10px;
}
#id-sponsors .carousel-indicators {
    bottom: -25px;
}