/* ---------- MARC ---------- */
#marc_section{
	margin-top: 180px;
	margin-bottom: 780px;
	position: relative;
}

#marc_section > div:nth-child(1){
	width: 100%;
	height: 400px;
	background-color: rgb(100,0,0);
	position: absolute;
	left: 0;
	top: 0;
}

#marc_section > div:nth-child(2){
	width: 1350px;
	background-color: rgb(15,15,15);
	padding: 35px 100px 55px 100px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -150px;
	display: flex;
	justify-content: space-between;
}

#marc_leftSide{
	position: relative;
	width: 415px;
	height: 550px;
}

#marc_leftSide > div{
	width: 415px;
	height: 585px;
	background-color: rgb(115,0,0);
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 20px;
}

#marc_leftSide > img{
	width: 410px;
	height: 590px;
	position: absolute;
	z-index: 2;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}

#marc_rightSide{
	width: 650px;
}

#marc_rightSide h2{
	font-family: serif;
	font-size: 35px;
	color: rgb(255,255,255);
}

#marc_rightSide p{
	line-height: 25px;
	font-size: 15.5px;
	color: rgb(210,210,210);
	margin-top: 25px;
	margin-bottom: 35px;
	text-align: justify;
}

#marc_rightSide h3{
	font-family: serif;
	font-size: 21px;
	color: rgb(200,0,0);
	margin-bottom: 5px;
}

#marc_rightSide h3 span{
	font-weight: bold;
	font-size: 14px;
	color: rgb(230,230,230);
	font-family: sans-serif;
}

#marc_rightSide h4{
	font-family: sans-serif;
	font-size: 16px;
	color: rgb(220,220,220);
	margin: 0;
}

#marc_rightSide .button{
	background-color: rgb(115,0,0);
}




/* ---------- VALUES ---------- */
#values_section{
	padding: 60px 0px 20px 0px;
}

#values_section > div{
	width: 1250px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.values_item{
	width: 325px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#values_section > div .values_item:nth-child(2){
	width: 475px;
}

.values_item i{
	font-size: 40px;
	color: rgb(130,0,0);
}

.values_item h3{
	font-family: serif;
	font-weight: bold;
	color: black;
	margin-bottom: 14.5px;
}

.values_item p{
	width: 100%;
	line-height: 25px;
	font-size: 14.3px;
	text-align: justify;
}




/* ---------- HITS ---------- */
#hits_section{
	padding: 100px 0px 140px 0px;
}

#hits_section > div{
	width: 1500px;
	margin: auto;
}

.testimonialsCaroussel_item i{
	margin-bottom: 30px;
	color: rgb()
}

.testimonialsCaroussel_item h5{
	font-weight: bold;
}

#testimonialsCaroussel_containerBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#testimonialsCaroussel_container{
	width: 87%;
}

.fas{
	transition: all 0.2s;
}

.arrows:hover{
	border: 1px rgb(100,0,0) solid;
	transition: all 0.2s;
}

.arrows:hover .fas{
	color: rgb(100,0,0) !important;
	transition: all 0.2s;
}

.testimonialsCaroussel_item{
	width: 100%;
	border-radius: 3px;
	background-color: rgba(0,0,0, 0);
	display: flex !important;
	flex-direction: column;
	align-items: center;
}

.testimonialsCaroussel_item p{
	width: 100%;
	text-align: center;
	padding: 0px 20px;
	color: rgb(80,80,80);
	font-size: 17px;
	line-height: 25px;
	font-style: italic;
}

.testimonialsCaroussel_item h5{
	font-size: 17px;
	margin: 0;
}

.testimonialsCaroussel_item h6{
	font-size: 13px;
	color: rgb(80,80,80);
	font-weight: normal;
	margin: 0; 
}

.reviewerImage{
	font-size: 45px;
	color: rgb(115,0,0);
	margin-bottom: 9px;
}

.singleQuoteImage{
	font-size: 21px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: rgb(130,0,0);
}