@charset "UTF-8";
/*MY Slider */
.container-slider{
	position: relative;
	margin-top: 40px;
	overflow: hidden;
 }

.autoplay div img{
	height: 120px;
	object-fit: cover;
    object-position: 50% 50%;
}

.container-slider h3 {
    font-family: 'Playfair Display', sans-serif;
	text-align: center;
	font-size: 0.9vw;
	height: 22px;
	overflow: hidden;
}

/* Slider */
.slick-slider {
	 position: relative;
	 display: block;
	 width: 80%;
	 margin: 0 auto;
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -webkit-touch-callout: none;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 -ms-touch-action: pan-y;
	 touch-action: pan-y;
	 -webkit-tap-highlight-color:transparent;
}

.sca-slider-title {
    margin-top: 80px;
    width: 100%;
    text-align: center;
    font-size: 33px;
}

.slick-list { 
	position: relative;
	overflow: hidden;
	display: block;
    margin: 0 auto;
    padding: 0;
}
 
.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer; cursor: hand;
}

.slick-track img {
    width: 100%;
}

.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide {
	margin: 20px;
	float: left;
	height: 100%;
	display: none;
}
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block;  background: repead;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next {
	 position: absolute;
	 display: block;
	 height: 40px;
	 width: 40px;
	 line-height: 0;
	 font-size: 0;
	 cursor: pointer;
	 background: none;
	 color: #333;
	 top: 40%;
	 padding: 5px;
	 border: none;
	 outline: none;
 }
.slick-prev:hover, .slick-next:hover { outline: none; 	 background: #00AEFF; color: #FFFFFF; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: #fff;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -45px; }
[dir="rtl"] .slick-prev { left: auto; right: -45px; }
.slick-prev:before { font-weight: bold; content: "‹"; 	font-family: 'Cantarell', sans-serif;  font-size: 30px;}
[dir="rtl"] .slick-prev:before { font-weight: bold; content: "›"; font-family: 'Cantarell', sans-serif; font-size: 30px;}

.slick-next { right: -45px; }
[dir="rtl"] .slick-next { left: -45px; right: auto;}
.slick-next:before { font-weight: bold; content: "›"; font-family: 'Cantarell', sans-serif; font-size: 30px;}
[dir="rtl"] .slick-next:before { font-weight: bold; content: "‹"; 	font-family: 'Cantarell', sans-serif;  font-size: 30px;}

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button {
	font-size: 100px;
	background: #00AEFF;
	border-radius: 50%;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	color: transparent;
	padding: 5px;
	cursor: pointer;
 }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:before {  position: absolute; top: 0; left: 0; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black;   -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/******************************************************************************** 
*Sticky slider  CSS 
*********************************************************************************/

.autoplay1 div img {
	height: 240px;
	width: 350px;
	object-fit: cover;
    object-position: 50% 50%;
	overflow: hidden;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
}

.autoplay1 div img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
}

.sca-slide a {
	display: inline-block;

	overflow: hidden;	
}

.container-slider .autoplay1 {
    max-width: 1240px;
    padding: 0 60px;	
}

.container-slider .autoplay1 h3 {
	position: relative;
	text-align: left;
	width: 100%;
	height: auto;
    margin-top: 0;
	font-size: 16px;
	font-weight: 900;
	color: #1a1a1a;
}

.container-slider .autoplay1 h3 a {
	color: #1a1a1a;
	font-weight: 800;
}
.container-slider .autoplay1 h3 a:hover { 
	color: #ED553B;
}

.container-slider .seos-border {
    border-top: 1px solid #eee;
    width: 150px;
	padding-bottom: 20px;
}

.container-slider .seos-border1 {
	border-top: 4px solid #ED553B;
	width: 150px;
	margin: 0 auto;
}

.container-slider .foo-detiles {
    padding-top: 10px;
	color: #808080;
	font-size: 13px;
	font-style: italic;
	position: absolute;
    bottom: 25px;
}

.foo-detiles .dashicons  {
	font-size: 15px;
}

.slivk-slide-excerpt {
	position: relative;
	font-family: "Roboto", Sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
    color: #808080;
	min-height: 170px;
}

.slivk-slide-excerpt .link-more {
	position: absolute;
	margin: 0;
	bottom: 0;
}

.sca-slide {
	position: relative;
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
	overflow: hidden;
}

.slick-slide-content {
	padding: 25px;
	background: #fff;
	min-height: 320px;
}

.feature-title {
	position: absolute;
	z-index: 1;
	background: #ED553B;
	width: auto;
	padding: 6px;
	color: #fff;
    font-size: 13px;
    font-weight: 600;
	text-shadow: 1px 0 black, 0 0px black, 0px 0 black, 0 1px black;
}

.autoplay1 .slick-prev:hover, .autoplay1 .slick-next:hover, .slick-next:focus {
	color: #fff;

}

.autoplay1 .slick-prev, .autoplay1 .slick-next {
	width: 60px;
	height: 60px;
	background: none;
	border-radius: 50%;
	background: #333;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4 ease-out;
    transition: all 0.2 ease-out;
}

.autoplay1 .slick-prev:hover, .autoplay1 .slick-next:hover {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4 ease-out;
	background: #ED553B;
}



	.autoplay1 .slick-prev:before, .autoplay1 .slick-next:before {
		font-size: 60px;
		line-height: 0.4;	
	}
	 
	.autoplay1 .slick-prev {
		left: -65px;
	}

	.autoplay1 .slick-next {
		right: -65px;
	}
	
	@media screen and (max-width: 600px) {
	.autoplay1 div img {
		height: 140px;
	}
	
		.container-slider .autoplay1 h3 a {
		font-size: 13px;
	}
	.container-slider .foo-detiles {
		font-size: 10px;
	}
	
	.container-slider  .seos-border {
		width: 50px;
	}
	.slick-slider {
		width: 100%;
	}
	.autoplay1 .slick-next {
		right: 0;
	}
	.autoplay1 .slick-prev {
		left: 0;
	}
}
