/* SLIDER start */
.slider {
	padding: 0;
	margin-bottom: 0 !important;
}
.slider .container .row .col-md-12 {
	padding: 1.9rem 3rem 0;
}
.slider .carousel {
	position: relative;
}
.slider .carousel section {
	position: absolute;
    bottom: 0;
	width: 100%;
}
.slider .carousel .container {
	position: relative;
    bottom: 0;
}
.slider .item {
	height: 60vh;
	min-height: 400px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slider .item > section,
.slider .item > section > .container,
.slider .item > section > .container > .row,
.slider .item > section > .container > .row > .col-md-12 {
	position: relative;
}
.slider .carousel-caption {
	position: relative;
    top: 6rem;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
    /* width: 900px; */
    padding-left: 15px;
    padding-right: 15px;
    /* margin-left: -450px; */
}
.slider .carousel-caption h1 {
	font-weight: 600;
    font-size: 4rem;
    /*text-transform: uppercase;*/
    line-height: 4rem;
	color: #fff;
    box-shadow: none;
    text-shadow: none;
}
.slider .carousel-caption h2 {
	font-weight: 400;
    font-size: 2rem;
    line-height: 3.1rem;
	color: #fff;
    box-shadow: none;
    text-shadow: none;
}
.slider .carousel-caption p {
	margin: 10px 0 30px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 1rem;
    font-style: inherit;
    font-weight: normal;
    text-shadow: none;
	font-size: 21px;
    font-weight: 300;
    margin-bottom: 20px !important;
    color: white;
    font-weight: normal;
}
.carousel-caption .btn {
    text-shadow: none;
    display: inline-block !important;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 14px 30px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    border-width: 3px;
    animation-delay: 250ms;
    animation-duration: .75s;
    animation-name: bounceIn;
    text-shadow: none;
    color: #fff;
    background-color: #d73630;
    border-color: #d73630;
    animation-fill-mode: both;
}
.carousel-caption .btn:hover {
	background-color: #000;
	border-color: #000;
}
.slider {
	padding: 0;
}
.slider .ce-gallery {
	margin-bottom: 0;
}
.slider .ce-outer,
.slider .ce-inner,
.slider  .ce-row,
.slider .ce-column,
.slider figure,
.slider img {
	width: 100%;
	height: auto;
}
.slider .ce-gallery figure {
	position: relative;
    height: 30rem;
    display: block;
}
.slider .ce-gallery figure img {
	position: absolute;
    width: auto;
    min-width: 101%;
    height: auto;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	min-height: 100%;
}
.slider .ce-gallery figure figcaption h1,
.slider .ce-gallery figure figcaption h2,
.slider .ce-gallery figure figcaption h3 {
	position: absolute;
    bottom: 2rem;
    left: 3.5rem;
    font-size: 3rem;
    font-weight: 900;
	color: #ED7836;
	padding-right: 15px;
    padding-left: 15px;
	width: 60%;
	line-height: 1.1;
	font-family: 'Barlow', sans-serif;
}
#imageSlider .carousel-inner > div h1 {
	font-family: 'Barlow', sans-serif;
}
#imageSlider .carousel-inner > div h2 {
    margin-top: 0;
    padding-top: 10px;
    color: #fff;
    /* height: 80px; */
    line-height: 51px;
    margin: 0;
    font-weight: bold;
    /* text-shadow: 1px 1px 6px rgba(0,0,0,.6); */
    font-size: 4rem;
    /* text-transform: uppercase; */
	font-family: 'Barlow', sans-serif;
	color: #fff;
    font-size: 42px;
    line-height: 47px;
    font-weight: 500;
    text-transform: capitalize;
}

#imageSlider .carousel-inner > div h3 {
	color: #fff;
    font-size: 29px;
    margin: 0;
	font-family: 'Barlow', sans-serif;
	margin-top: 20px;
}

#imageSlider .carousel-inner > div .carousel-caption {
	font-family: 'Barlow', sans-serif;
	padding: 0px 27px 20px;
    background: rgba(0, 0, 0, 0.6);
	height: auto;
	top: 14rem;
}
#imageSlider .carousel-inner > div:nth-child(2) h1 {
	
}
#imageSlider .carousel-inner > div:nth-child(2) h3 {
	
}
#imageSlider .carousel-inner > div:nth-child(2) h2 {
	
}
#imageSlider .carousel-inner > div:nth-child(2) a.slider-link {
	color: #fff;
	background: #c5049c;
}
#imageSlider .carousel-inner > div:nth-child(2) a.slider-link:hover {
	background: #fb6219;
}
/* SLIDER / end */




/* RESPONSIVENESS */
@media (min-width: 992px) {
	.slider .carousel-caption {
		width: 80%;
	}
}

@media (max-width: 991px) {
	body section.section-statistics {
		background-size: auto !important;
	}
	.slider .item,
	.slider .carousel-item {
		height: 50rem;
	}
	.call-to-action-variant-1 .action-content h2 {
		text-align: center;
		line-height: 26px;
	}
	#imageSlider .carousel-inner > div h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.slider .carousel-caption {
		position: relative;
		top: 4rem;
		left: 0;
		z-index: 10;
		color: #fff;
		text-align: center;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
	}
	.slider .carousel-caption a {
		color: rgb(24,39,80);
		background: #fff;
		padding: 7px 20px;
	}
	.slider .carousel-caption h1 {
		font-size: 3rem;
	}
	.slider .carousel-caption h2 {
		font-weight: 400;
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.carousel-indicators {
		display: none;
	}
	#imageSlider .carousel-inner > div .carousel-caption {
		top: 5rem;
	}
}