

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
	width: 100%;
	min-height: 100vh;
	background: var(--color-primary) url("../img/hero-bg.jpg") top center;
	background-size: cover;
	position: relative;
	padding: 120px 0;
	z-index: 3;
}

@media (min-width: 1034px) {
	.hero:after {
		position: absolute;
		content: "";
		width: 40%;
		background: var(--color-primary);
		top: 0;
		bottom: 0;
	}
}

.hero:before {
	position: absolute;
	content: "";
	background: rgba(var(--color-primary-rgb), 0.3);
	inset: 0;
}

@media (max-width: 1034px) {
	.hero:before {
		background: rgba(var(--color-primary-rgb), 0.7);
	}
}

.hero .container {
	z-index: 1;
}

@media (min-width: 1365px) {
	.hero {
		background-attachment: fixed;
	}
}

.hero h2 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	font-family: var(--font-secondary);
}
/*
.hero blockquote {
	color: #fff;
	padding-left: 20px;
	font-size: 15px;
	font-family: var(--font-default);
	border-left: 2px solid var(--color-primary);
	margin: 40px 0;
}
*/

.hero h2 + div {
	color: #fff;
	font-size: 15px;
	font-family: var(--font-default);
	margin: 40px 0;
}
/*
.hero .btn-get-started {
	font-family: var(--font-secondary);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
	transition: 0.5s;
	color: #fff;
	background: var(--color-primary);
}

.hero .btn-get-started:hover {
	background: rgba(var(--color-icon-rgb), 0.8);
}

.hero .btn-watch-video {
	font-size: 16px;
	transition: 0.5s;
	margin-left: 25px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
}

.hero .btn-watch-video i {
	color: var(--color-primary);
	font-size: 32px;
	transition: 0.3s;
	line-height: 0;
	margin-right: 8px;
}

.hero .btn-watch-video:hover {
	color: #fff;
}

.hero .btn-watch-video:hover i {
	color: #82cbed;
}
*/
@media (max-width: 640px) {
	.hero h2 {
		font-size: 36px;
		line-height: 1;
	}

	.hero .btn-get-started,
	.hero .btn-watch-video {
		font-size: 13px;
	}
}




/*--------------------------------------------------------------
# Actualités Section
--------------------------------------------------------------*/
.news {
	padding-bottom: 0;
}

.news .img-bg {
	min-height: 600px;
	 background-position: center center;
	background-size: cover;

 /* we set transition to 'all' properies - but you can use it just for background image either - by default the time is set to 1 second, you can change it yourself*/
	transition: linear all .2s;
	/* if you don't use delay , background will disapear and transition will start from a white background - you have to set the transition-delay the same as transition time OR more , so there won't be any problems */
	-webkit-transition-delay: .2s;/* Safari */
	transition-delay: .2s;

}

.news .slides {
	background-color: #f7f9fc;
}

.news h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-primary);
}

.news h4 {
	font-size: 18px;
	font-weight: 400;
	color: var(--color-secondary);
	font-family: var(--font-primary);
}

.news .swiper {
	margin: 140px 140px 120px 140px;
	overflow: hidden;
}

.news .swiper-button-prev:after,
.news .swiper-button-next:after {
	font-size: 24px;
	color: var(--color-primary);
}

.news .swiper-button-prev {
	left: 80px;
}

.news .swiper-button-next {
	right: 80px;
}

.news .swiper-pagination {
	margin-top: 30px;
	position: relative;
}

.news .swiper-pagination .swiper-pagination-bullet {
	background-color: var(--color-primary);
}

.news .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--color-secondary);
}

@media (max-width: 1200px) {
	.news .swiper {
		margin: 60px 60px 40px 60px;
	}

	.news .swiper-button-prev,
	.news .swiper-button-next {
		display: none;
	}
}

@media (max-width: 575px) {
	.news .swiper {
		margin: 40px 40px 20px 40px;
	}
}



/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/

#recent-posts .meta ul, .list .meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 20px 0;
}

#recent-posts .meta ul li+li, .list .meta ul li+li  {
  padding-left: 20px;
}

#recent-posts .meta i, .list .meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-icon-rgb), 0.8);
}

#recent-posts .meta span, .list .meta span {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}


#recent-posts .post-box, .list .post-box {
  height: 100%;
  border-bottom: 1px solid #d6e2ef;
  padding-bottom: 30px;
}

#recent-posts .post-box .post-img, .list .post-box .post-img {
    max-height: 240px;
    overflow: hidden;
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
	background: linear-gradient(rgba(var(--color-primary-rgb), 0.8), rgba(var(--color-primary-rgb), 0.8)), url("../img/quotes-bg.jpg") center center;
	background-size: cover;
	padding: 50px 0;
}

@media (min-width: 1365px) {
	.call-to-action {
		background-attachment: fixed;
	}
}

.call-to-action h3 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 25px;
	font-weight: 700;
}

.call-to-action p {
	color: #fff;
	margin-bottom: 25px;
}

.call-to-action .cta-btn {
	font-family: var(--font-default);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background: #2aa5df;
}

.call-to-action .cta-btn:hover {
	background: var(--color-primary);
}