/* ----------------------------------------------------------------	Custom CSS	Add all your Custom Styled CSS here for New Styles or	Overwriting Default Theme Styles for Better Handling Updates-----------------------------------------------------------------*/
.light-content h1,
 .light-content h2,
 .light-content h3,
 .light-content h4,
 .light-content h5,
 .light-content h6 
{
    color: #282828!important;

}
.light-content .dark h1,
 .light-content .dark h2,
 .light-content .dark h3,
 .light-content .dark h4,
 .light-content .dark h5,
 .light-content .dark h6 
{
    color: #fff !important;

}
#menu-burger 
{
    width: 22px;

}
#menu-burger span
{
	height: 3px;

}
.dark,
 .dark h1,
 .dark h2,
 .dark h3,
 .dark h4,
 .dark h5,
 .dark h6 
{
    color: #fff;

}
.head_social 
{
	position: absolute;
	right: 5%;
	display: flex;
	align-items: center;
	bottom: 6%;
	z-index: 6;
	color: #fff;
	font-size: 13px;
	transition: all .5s ease 0s;

}
.container-title
{
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	bottom: 30%;
	z-index: 6;
	transition: all .5s ease 0s;

}
#page-title.page-title-parallax .container-title h1
{
	font-size: 4rem;
	font-weight: 700;

}
  .head_social img 
{
	width: 15px;
	margin-left: 15px;
	position: relative;
	cursor: pointer;

}
.head_social:hover 
{
    bottom: 80px;

}
.head_social:hover > ul.social 
{
	display: flex;

}
ul.social 
{
	padding: 10px 0;
	margin: 0;
	display: none;
	position: absolute;
	top: 30px;
	right:0;
	list-style: none;
	flex-direction: row;
	align-items: flex-end;
	width: auto;
	justify-content: center;

}
ul.social li 
{
	margin: 8px 7px;

}
ul.social li i 
{
	color: #fff;
	border-radius: 50%;
	padding: 10px;
	background: #333;
	font-size: 1rem;
	height: 34px;
	width: 34px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;

}
ul.social li a:hover > i 
{
	color: #fff;
	background: #b40404;
}
.facebook 
{
	animation-delay: 0.5s;
}
.instagram 
{
	animation-delay: 0.7s;
}
.youtube 
{
	animation-delay: 0.9s;
}
.twitter 
{
	animation-delay: 0.9s;
}
.mail 
{
	animation-delay: 0.2s;
}
.behance 
{
	animation-delay: 1s;
}
.pin 
{
	animation-delay: 1.1s;
}
.linkedin 
{
	animation-delay: 1.2s;
}
.dribbble 
{
	animation-delay: 1.3s;
}
.heading h1 span
{
	display: inline-block;
	padding-right: 15px;
	position: relative;
	/* top: 50%;
 */	z-index: 10;
	background: #282828;
	color: #fff !important;

}
.heading h1
{
	position: relative;

}
.heading h1::after
{
	display: block;
	content: " ";
	background: #b40404;
	/* background: crimson;
 */	height: 5px;
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 1;

}
.sign
{
	color: #fff;
	font-size: 14px;
	transition: all .5s ease 0s;
	text-align: right;
	margin-top: -38px;
	font-weight: 500;

}
.feature-box
{
	transition: all .3s ease 0s;
	border-radius: 10px;

}
.feature-box:hover
{
	box-shadow: 0px 0px 0.5rem 0.2rem rgba(0, 0, 0, 0.15) !important;

}
.icon2
{
	width: unset !important;
	height: 230px !important;
	-webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;

}
.icon1
{
	width: unset !important;
	height: 230px !important;
	display: none !important;
	-webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;

}
.feature-box:hover .icon2
{
	display: none;

}
.feature-box:hover .icon1
{
	display: block !important;

}
.bg-dark 
{
    background-color: #282828 !important;

}
.border-radios-left
{
	border-radius: 10px 0 0 10px;

}
/* .img-hover-card 
{
    position: relative;
    display: block;
    will-change: transform;
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    box-shadow: 0 10px 40px transparent;

}
.img-hover-card a 
{
    width: 100%;
    max-width: 100%;
    display: block;
    z-index: 99;
	color: #fff;

}
.img-hover-wrap .img-hover-detail 
{
    position: absolute;
    top: auto;
    left: 40px;
    bottom: 40px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1) translateY(40px) translateZ(50px);
    -ms-transform: scale(1) translateY(30px) translateZ(50px);
    -o-transform: scale(1) translateY(30px) translateZ(50px);
    transform: scale(1) translateY(30px) translateZ(50px);
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;

}
.img-hover-wrap:hover 
{
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    z-index: 2;

}
.img-hover-wrap:hover .img-hover-card 
{
    box-shadow: 0 10px 40px rgb(0 0 0 / 40%);

}
.img-hover-wrap:hover .img-hover-detail 
{
    opacity: 1;
    -webkit-transform: scale(1.06) translateY(-5px) translateZ(50px);
    -ms-transform: scale(1.06) translateY(-5px) translateZ(50px);
    -o-transform: scale(1.06) translateY(-5px) translateZ(50px);
    transform: scale(1.06) translateY(-5px) translateZ(50px);

}
.img-hover-card > a::after 
{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;

}
.img-hover-wrap:hover .img-hover-card > a::after 
{
    background-color: rgba(0, 0, 0, 0.6);

}
 */.testi-meta span.client-name
{
	margin-top: 10px;
	font-size: 1.3rem !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #b40404;

}
.testi-meta span.client-name::after
{
	content: '';
    display: block;
    margin: 10px auto;
;
    width: 40px;
    border-top: 2px solid #b40404;

}
/* .testi-meta::before 
{
 content: '\2013';
 
}
 */.testi-meta span.job 
{
	display: block;
	font-weight: normal;
	color: #999;
	font-size: 16px !important;
	text-transform: none;
	padding-left: 10px;

}
.team
{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;

}
.team-desc
{
	position: absolute;
	bottom: 20px;
	width: 100%;
	color: #fff;
	transition: .2s;
}
.team-desc h4
{
	position: absolute;
	top: -20px;
	width: 100%;
	color: #fff;
	transition-property: top;
	transition-timing-function: ease;
	transition-duration: .5s;
	transition-delay: .6s;
}
.team:hover .team-desc h4
{
	top: -70px;
	transition-delay: .1s;
}

.team .team-title p
{
	position: absolute;
    display: block;
    margin: 10px auto;
    width: 40px;
	right: calc(50% - 20px);;
    border-top: 2px solid #fff;
	top: 30px;
	transition-property: top;
	transition-timing-function: ease;
	transition-duration: .5s;
	transition-delay: .3s;
}
.team:hover .team-title p
{
	top: -35px;
	transition-delay: .3s;
}
.team-desc span
{
	position: absolute;
	top: 40px;
	width: 100%;
	color: #fff;
	transition-property: top;
	transition-timing-function: ease;
	transition-duration: .5s;
	transition-delay: .1s;
}
.team:hover .team-desc span
{
	top: -10px;
	transition-delay: .6s;
}

.team-desc .team-title h4
{
	color: #fff !important;

}

.team-desc .team-title span
{
	color: #fff;

}
.team:hover 
{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);

}
.staff
{
	min-height: 500px;

}
.heading-block h2
{
	color: #282828 !important;
	font-size: 2.5rem;

}
.heading-block span.subtitle 
{
    color: #b40404;
	font-weight: 600;
    font-size: 1.5rem;

}
.heading-block::after 
{
    content: '';
    display: none;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;

}
.sticky-header-scroll
{
	background-color: #282828;
	height: 85px;

}
.sticky-header-scroll #header-container
{
	padding: 0 50px;

}
/* .sticky-header-scroll .header_projet
{
	top: 35%;

}
 */.sticky-header-scroll #logo 
{
    top: 12px;

}
.button-text span 
{
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    width: 140px;
    text-align: center;
    transform-origin: 100% 0%;

}
.text-image
{
	min-height: 550px;
 	background-color: #F5F5F5;

}
.preloader-wrap 
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    text-align: center;

}
a.presentation:hover
{
	background-color: #b40404 !important;

}
a.button.presentation span
{
	font-size: 18px;
	font-weight: 500;

}
a.button.presentation img
{
	width: 80px;

}
p
{
	color: #282828 !important;

}
.lead 
{
    font-size: 1.4rem;
    font-weight: 500;

}
.lead 
{
    font-size: 1.4rem;
    font-weight: 500;
	color: #282828 !important;

}
.testi-content p
{
	font-size: 1.4rem;

}
.testi-meta span
{
	font-size: 1rem;

}
.dark .lead 
{
    font-size: 1.4rem;
    font-weight: 500;
	color: #fff !important;

}
.heading-block
{
	padding: 8rem 0 5rem 0;
	margin: 0;

}
.widget > h4 
{
    margin-bottom: 25px;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;

}
#footer p, #footer a 
{
    font-size: 1.3rem;
    font-weight: 400;
	color: #fff !important;

}
#footer .footer-widgets-wrap
{
	border-bottom: solid 2px #fff;
	padding: 50px 0;

}
.dark #copyrights, #copyrights.dark 
{
    color: #fff;

}
.dark .social-icon 
{
    color: #fff !important;
    /* border-color: #fff !important;
 */
}
#footer 
{
    border: 0px;
	background-color: #282828 !important;

}
.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless 
{
    color: #fff !important;

}
#copyrights 
{
    padding: 20px 0;
    background-color: #282828 !important;
    font-size: 1.1rem;
    line-height: 1.8;
	color: #fff;

}
.widget img
{
	height: 20px;
	margin-left: 5px;
	transition: .3s;
}
#footer a.link-footer{
	font-size: 16px;
}
#footer a.link-footer:hover img{
	margin-right: -15px;
}
#footer .form 
{
    padding: 0px;
    width: 100%;
    margin-bottom: 25px;

}
#footer form.form 
{
    padding: 0px;
    width: 100%;
    margin-bottom: 25px;

}
#footer .form input
{
	height: 70px;
	border-radius: 40px;

}
#footer .form button
{
	top: 0px;
    right: 0px !important;
    position: absolute;
    padding: 0 20px;
    width: auto;
    height: 70px;
    color: #282828;
    border-radius: 40px;
	font-weight: 700;
	box-shadow: none;
	border: 0px;
}
#footer div.form
{
	display: flex;
	justify-content: center;
	align-items: center;

}
#footer div.form button
{
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 0 20px;
    width: 80%;
    height: 70px;
    color: #282828;
    border-radius: 40px;
	font-weight: 700;
	font-size: 1.2rem;
	border-color: #fff;
	box-shadow: none;
	border: 0px;
}
.big-texte
{
	font-size: 1.6rem;
	font-weight: 600;

}
.hover-card
{
	display: flex;
	align-items: center;
	padding: 200px 0rem;
	-webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;

}
.hover-card .card-title
{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}
/* .hover-card:hover 
{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    z-index: 2;

}
 */.hover-card:hover .card-title
{
	top: 4.5rem;

}
.hover-card .card-body
{
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
	font-weight: 300;
	font-size: 1.3rem;
	padding: 0;

}
.hover-card:hover .card-body
{
	top: 30%;
 	opacity: 1;
	animation-delay: .5s;

}
.fbox
{
	height: 100%;
	background-color: #282828;
	/* transition: all .2s ease-in-out;
 */
}
/* .grow 
{
  	-webkit-transition: transform .2s ease;
	    -o-transition: transform .2s ease;
	    transition: transform .2s ease;
	
}
.grow:hover 
{
 	-webkit-animation: scaling .2s ease-in-out infinite alternate;
		animation: scaling .2s ease-in-out infinite alternate;
		z-index: 2;
	 
}
 */
.social-fix 
{
	transition: .5s;
}
.grow 
{
	transition: .3s;
}
.grow:hover 
{
 	transform: scale(1.08);
	box-shadow: 0px 0px 0.5rem 0.2rem rgba(0, 0, 0, 0.3) !important;
	z-index: 2;
	 
}
.img-hover-wrap .img-hover-detail 
{
    bottom: 58px;

}
.light-content .button-border 
{
    border: solid 2px #282828;
    background-color: #fff;

}
.button-border 
{
    height: auto;
    line-height: unset;

}
.button-border 
{
    height: auto;
    width: auto;
    border: solid 2px #282828;
    background-color: #282828;
    border-radius: 40px !important;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
     line-height: unset;
    overflow: unset;
    color: #282828;
    text-align: center;

}
.card
{
	border-radius: 10px;

}
.card.dark
{
	overflow: hidden;
}
.card.dark h2
{
	color: #fff;
	font-size: 2rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	position: relative;

}
.card.dark h2::after
{
	content: " ";
	display: block;
	height: 3px;
	position: absolute;
	bottom: 0;
	background-color: #b40404;
	width: 70%;

}
.card.dark p
{
	color: #fff !important;

}
.card-img-top 
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
div.card-body
{
	padding: 0.8rem 3rem 3rem 3rem;
	background-color: #282828;
}
.card-text
{
	font-size: 18px;

}
.entry-categories,
 .entry-content p
{
	font-size: 1.2rem;

}
.entry-content p
{
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0;
	margin: 0;

}
.entry-title h2,
 .entry-title h3,
 .entry-title h4 
{
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: unset;
    letter-spacing: 0px;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;

}
.entry-title h3::after
{
	content: " ";
	display: block;
	height: 3px;
	position: absolute;
	bottom: 0;
	background-color: #b40404;
	width: 50%;

}
.round
{
	border-radius: 10px !important;

}
.entry-image img
{
	height: 300px;
    object-fit: cover;

}
.read-more
{
	position: absolute;
	bottom: 10px;
	font-size: 1rem;
	font-weight: 600;

}
.heading-block-article::after
{
	content: " ";
	display: block;
	height: 3px;
	position: absolute;
	bottom: 0;
	background-color: #b40404;
	width: 30%;

}
.news .entry-title h2,
 .news .entry-title h3,
 .news .entry-title h4 
{
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: unset;
    letter-spacing: 0px;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	line-height: 1.5;

}
.news .entry-title h3::after
{
	content: " ";
	display: none;
	height: 3px;
	position: absolute;
	bottom: 0;
	background-color: #b40404;
	width: 70%;

}
.news .entry-image img
{
	height: 150px;
    object-fit: cover;

}
.news .entry-categories,
 .news .entry-content p
{
	font-size: 1rem;

}
.news-article::after
{
	content: " ";
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	background-color: #b40404;
	width: 100%;

}
.light-content h3
{
	color: #b40404 !important;
	font-size: 1.3rem;
	font-weight: 700;

}
.teams .owl-item
{
    padding: 40px 20px;

}
.qualities .owl-item
{
    padding: 40px 30px;

}
.teams.owl-carousel .owl-nav [class*=owl-],.qualities.owl-carousel .owl-nav [class*=owl-]
{
    opacity: 1;
    /* left: -18px;
 */
}
.teams.owl-carousel .owl-nav [class*=owl-]
{
    position: absolute;
    top: 20px;
    zoom: 1;
    width: 50px;
    height: 36px;
    line-height: 32px;
    border: 0px solid transparent;
    background-color: transparent;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.qualities.owl-carousel .owl-nav [class*=owl-]
{
    width: 50px;
    height: 36px;
    border: 0px solid transparent;
    background-color: transparent;

}
.teams.owl-carousel .owl-nav [class*=owl-]:hover,.qualities.owl-carousel .owl-nav [class*=owl-]:hover
{
    background-color: transparent !important;
    color: #FFF !important;
    text-decoration: none;

}
.teams.owl-carousel .owl-nav .owl-next
{
    left: auto;
    right: 10px;

}
.teams.owl-carousel .owl-nav .owl-prev
{
    right: auto;
    left: 10px;

}
.section 
{
	overflow: unset;

}
.mfp-arrow:hover::before 
{
    background: transparent;

}
p
{
	margin: 0;

}
.block-image
{
	min-height: 250px;

}
.owl-dots .owl-dot span 
{
	display: none;

}
.owl-dots .owl-dot.active span,
 .owl-dots .owl-dot:hover span
{
	background: transparent !important;

}
.container 
{
    max-width: 1140px;

}
.feature-box 
{
	background: #F5F5F5;
}
.workes .owl-item {
	padding: 28px;
}
@media (max-width: 520px)
{
	.col-padding
	{
		padding: 1.5rem;		
	}
	.lead,
	.dark .lead 
	{
		font-size: 1.1rem;
	}
	#page-title.page-title-parallax .container-title h1
	{
		font-size: 2rem;
	}
	.teams.owl-carousel .owl-nav [class*=owl-],	.qualities.owl-carousel .owl-nav [class*=owl-]	
	{
		width: 40px;
		height: 36px;
	}
	.qualities.owl-carousel .owl-nav .owl-next	
	{
		right: 5px;
	}
	.qualities.owl-carousel .owl-nav .owl-prev	
	{
		left: 5px;
	}
	.teams .owl-item	
	{
		padding: 10px;
	}
	.qualities .owl-item	
	{
		padding: 10px 30px;
	}
	.workes .owl-item	
	{
		padding: 10px 30px;
	}
	.heading-block 
	{
		padding: 4rem 0 2.5rem 0;
		margin: 0;
	}
	.heading-block h2 
	{
	font-size: 1.9rem;
	}
	.heading-block span.subtitle 
	{
		font-size: 1.1rem;
	}
	.text-image 
	{
		min-height: 250px;
	}
	#header-container,	.sticky-header-scroll #header-container	
	{
		padding: 0px;
	}
	#logo img	
	{
		height: 60px;
	}
	#logo 
	{
		top: 22px;
	}
	.owl-dots 
	{
		top: -20px;
	}
	#footer div.form button
	{
		width: 100%;
	}
	iframe 
	{
		display: block;
	}
	.flexnav li a 
	{
		font-size: 7vw;
	}
	.footer ul.social 
	{
		padding: 10px 0;
		margin: 0;
		display: block;
		position: unset;
		top: 30px;
		right: 0;
		list-style: none;
		flex-direction: row;
		align-items: flex-end;
		width: auto;
		justify-content: center;
	}

	.grow:hover 
	{
		transform: unset;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		z-index: 2;
		
	}

	.sign 
	{
		margin-top: 10px;
	}

	.feature-box 
	{
		background: #F5F5F5;
		padding-top: 28px;
	}
	.workes .feature-box 
	{
		background: #F5F5F5;
		padding-top: 0px;
	}

	.card.dark h2 
	{
		color: #fff;
		font-size: 1.7rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		position: relative;
	}
	.card-text 
	{
		font-size: 16px;
	}
	.card.dark h2::after {
		width: 40%;
	}

	.social-fix 
	{
		position: fixed;
		bottom: 0px;
		z-index: 999;
		background: #282828;
	}
	.entry-content p {
		font-size: 1rem;
	}
	.shadow {
		box-shadow: none !important;
	}

	.team .team-desc h4
	{
		top: -70px;
	}
	.team .team-title p
	{
		top: -35px;
	}
	.team .team-desc span
	{
		top: -10px;
	}
	
}

.light-content b, .light-content strong {
    font-weight: 600;
    color: unset;
}

.button.button-border.button-fill:hover {
    background-color: #111 !important;
}
#page-title{
    background-attachment: unset !important;
    background-size: cover !important;
}