/* Hero Slider */

.downer-slider-wrapper {
	max-width: 100%;
	position: relative;
}

.downer-slider-wrapper {
    margin-bottom: 29px;
}

.downer-slider {
	width: 100%;
	height: 593px;
}

.downer-slider .slide {
	height: 593px;
	background-size: cover;
	background-position: center;
	display: flex;
}

.downer-slider .slide-content {
	text-align: left;
	margin-top: 168px;
}

.downer-slider .slide-content h2 {
  font-size: 54px;
  line-height: 110%;
  margin-bottom: 30px;
  max-width: 469px;
}

.downer-slider .slide-content .slide-text {
    margin-bottom: 24px;
}

.downer-slider .slide-content p {
  font-size: 18px;
  margin-bottom: 18px;
  max-width: 469px;
}

.downer-slider-nav {
	margin-top: -100px;
	position: relative;
	z-index: 10;
}

.downer-slider-nav li {
	width: auto;
	height: auto;
}

.downer-slider-nav li button {
	font-size: 14px;
	color: #333;
  	width: auto;
	height: auto;
}

.downer-slider-nav li button:before {
	display: none;
}

.downer-progress {
  margin: 10px auto;
  width: 80%;
  height: 4px;
  background: #ddd;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.downer-progress .progress-bar {
  height: 100%;
  width: 0;
  background: #0073aa;
  transition: width 0.3s linear;
}

.downer-pause {
  margin-top: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.downer-slider-nav {
  display: flex;
  justify-content: space-between;
  margin-top: -73px;
}

.nav-left {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.nav-item {
  flex: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.nav-item .progress {
  background: rgba(0,0,0,0.3);
  height: 4px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 9px;
  transition: all 0.3s ease;
}

.nav-item .bar {
  background: rgba(0,0,0,1);
  width: 0%;
  height: 100%;
  transition: width 0.1s linear;
}

.nav-item.active .bar {
	width: 1%;
}

.nav-item .title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s ease;
}

.nav-item.active .title, .nav-item:hover .title {
	font-weight: 700;
}

.nav-item:hover .progress {
	background: rgba(0,0,0,0.7);
}

.nav-right {
  width: 224px;
  display: flex;
  justify-content: space-between;
  padding: 4px 0 0 50px;
}

.nav-btn {
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  color: #000;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 24px;
  border: 1px solid black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-btn:hover {
	background: #000;
}

.nav-btn svg path, .nav-btn svg rect {
	fill: #000;
	transition: all 0.3s ease;
}

.nav-btn:hover svg path, .nav-btn:hover svg rect {
	fill: #fff;
}

.pause-btn .icon-play {
  display: none;
}

.pause-btn.playing .icon-pause {
  display: none;
}

.pause-btn.playing .icon-play {
  display: block;
}

/* Receint Posts Slider */

.fusion-recent-posts .fusion-columns-3 .fusion-column:nth-of-type(3n+1), .fusion-recent-posts .fusion-columns-3 .fusion-flip-box-wrapper:nth-of-type(3n+1) {
    clear: unset;
}

.fusion-recent-posts .fusion-columns {
	overflow: visible !important;
}

.fusion-recent-posts .fusion-columns article {
	display: flex;
	flex-direction: column;
	min-height: 410px;
	height: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
}

.fusion-recent-posts .fusion-columns article:before {
    content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.72) 100%);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    bottom: 0;
    z-index: 3;
	transition: background 0.3s ease;
}

.fusion-recent-posts .fusion-columns article:hover:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
}

.fusion-recent-posts .fusion-columns article .fusion-flexslider {
    margin-bottom: 0;
    display: flex;
    flex-grow: 1;
    position: relative;
    height: 100%;
}

.fusion-recent-posts .fusion-columns article .fusion-flexslider li {
	height: 100%;
}

.fusion-recent-posts .fusion-columns article .fusion-flexslider img {
	width: auto;
    height: 100%;
    object-fit: cover;
    background-position: center;
}

.fusion-recent-posts .fusion-columns article .recent-posts-content {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
	z-index: 4;
	padding: 0 26px 21px 16px;
}

.fusion-recent-posts .fusion-columns article .recent-posts-content h4, .fusion-recent-posts .fusion-columns article .recent-posts-content h4 * {
	color: #fff !important;
	line-height: 1.2em;
}

.fusion-recent-posts .fusion-columns article .recent-posts-content .meta {
	margin-bottom: 4px;
}

.fusion-recent-posts .fusion-columns article .recent-posts-content .meta a {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 26px;
	background: #55C1E9;
	border-radius: 30px;
	padding: 4px 8px;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.fusion-recent-posts .fusion-columns article .recent-posts-content .meta a:hover {
	color: #fff;
	background: #000;
}

.fusion-recent-posts .slick-prev, .fusion-recent-posts .slick-next {
	width: 40px;
    height: 40px;
	background: #55C1E9;
    border-radius: 50%;
	top: calc(100% + 62px);
}

.fusion-recent-posts .slick-prev:before, .fusion-recent-posts .slick-next:before {
	content: unset;
}

.fusion-recent-posts .slick-prev {
	right: 68px;
	left: unset;
}

.fusion-recent-posts .slick-next {
    right: 16px;
}

@media screen and (max-width: 882px) {
	/*.fusion-recent-posts .fusion-columns article {
		width: auto !important;
	  flex: 0 0 auto !important;
	  max-width: none !important;
	}*/
	
	.fusion-recent-posts .slick-track {
	  display: flex !important;
	  align-items: stretch !important;
	}

	.fusion-recent-posts .fusion-columns article .fusion-flexslider img {
		width: 100%;
	}
	
	.fusion-recent-posts .fusion-columns article {
		height: auto !important;
	}
}

@media screen and (max-width: 782px) {
	.downer-slider-nav {
		margin-top: 0;
		padding-bottom: 40px;
		background: #f6f6f6;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.nav-right {
		width: max-content;
		padding: 0;
		column-gap: 16px;
		margin-top: 20px;
	}
	
	.downer-slider .slide-content h2 {
		font-size: 42px;
		text-shadow: 0 0 8px #fff;
		margin-bottom: 18px;
	}
}