.module {
	padding: 20px 0px 140px;
}




.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.slider:after {
    z-index: 2;
}

.carousel-control {
    background: transparent !important;
    z-index: 3;
    border: 2px solid;
    height: 50px;
    line-height: 47px;
    border-radius: 50%;
    top: 50%;
    margin-top: -25px;
    width: 50px;
}

.carousel-control.right{
	right: 15px;
}

.carousel-control.left{
	left: 15px;
}

.carousel-indicators {
    bottom: 5px;
}

.carousel-indicators li {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 2px;
    border: none;
    background-color: #f5f5f5;
    transition: all 0.2s linear;
}

.carousel-indicators li.active {
	height: 7px;
	width: 22px;
	margin: 2px;
	background-color: #fff;
}




/* ---------------------------------------------- /*
*  4. Portfolio
/* ---------------------------------------------- */

/* Filter */

#filter {
	list-style-type: none;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0;
}

#filter li {
	background: #f5f5f5;
	display: inline-block;
	font: 400 13px/1.2 'Poppins', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 8px 20px;
	margin: 5px;
	color: #5b5963;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

#filter li:hover,
#filter li.active {
	background: #124679;
	color: #fff;
}

/* Grid and portfolio items */

.list-items-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.list-items-container .list-item {
	display: block;
	list-style: outside none none;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 33.333%;
}
.list-items-container .list-item img {
	display: block;
	width: 100%;
	height: auto;
}

.list-items-container .list-item {
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.list-items-container .list-item figcaption {
	background: rgb(18,70,127);
	background: -moz-linear-gradient(45deg, rgba(18,70,127,0.8) 0%, rgba(17, 82, 146, 0.8) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(18,70,127,0.8)), color-stop(100%, #124679));
	background: -webkit-linear-gradient(45deg, rgba(18,70,127,0.8) 0%, rgba(17, 82, 146,0.8) 100%);
	background: -o-linear-gradient(45deg, rgba(18,70,127,0.8) 0%, rgba(17, 82, 146,0.8) 100%);
	background: -ms-linear-gradient(45deg, rgba(18,70,127,0.8) 0%, rgba(17, 82, 146,0.8) 100%);
	background: linear-gradient(45deg, rgba(18,70,127,0.8) 0%, rgba(17, 82, 146,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa1f55', endColorstr='#124679', GradientType=1 );
	bottom: 8px;
	left: 8px;
	opacity: 0;
	padding: 25px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 8px;
	transform: scale(1.1);
	transition: all 0.3s ease 0s;
}

.list-items-container .list-item a {
	font-size: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-indent: 200%;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.list-items-container .caption-inner {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}

.caption-inner .portfolio-item-title {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.caption-inner .portfolio-item-desc {
	color: #ddd;
	font-size: 13px;
	font-style: italic;
}

.list-items-container .list-item:hover figcaption {
	opacity: 1;
	-webkit-transform: scale(.97);
	-moz-transform: scale(.97);
	-ms-transform: scale(.97);
	-o-transform: scale(.97);
	transform: scale(.97);
}

/* Ajax portfolio */

.white-popup-block {
	position: relative;
	background: #fff;
	text-align: left;
	max-width: 940px;
	margin: 40px auto;
}

.mfp-bg {
	background: #000;
	opacity: 0.97;
	filter: alpha(opacity=97);
}

.popup-content,
.popup-callout {
	padding: 60px 40px;
}

.popup-callout {
	background: #f5f5f5;
	text-align: center;
}

.popup-header {
	text-align: center;
	margin: 0 0 30px;
}

.popup-title {
	margin: 0 0 5px;
}

.popup-subtitle {
	font-style: italic;
	font-size: 14px;
}

.popup-line {
	background: #49e2d6;
	width: 55px;
	height: 1px;
	margin: 15px auto;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

.portfolio-slider .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 16px;
}

.portfolio-slider img {
	width: 100%;
}

.portfolio-slider .owl-controls {
	margin: 0;
}

.portfolio-slider .owl-controls .owl-buttons .owl-prev {
	left: 0;
	margin: -20px 0 0 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.portfolio-slider .owl-controls .owl-buttons .owl-next {
	right: 0;
	margin: -20px 0 0 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}



