.custom-link {
	color: #3a7d5c !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
	border-bottom: 2px solid !important;
}
.btn-theme {
	color: #fff;
	border-color: #038d43;
	background: #038d43;
}
.video-btn a {
	line-height: 100px;
	color: #038d43;
	text-align: center;
}
/* Header */
.main-menu ul li {
	display: inline-block;
	margin-right: 10px;
}
.main-menu ul li a {
	display: block;
	color: #181b1d;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 42px 0;
	text-transform: uppercase;
}
.main-menu ul li a {
	display: block;
	color: #181b1d;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 20px 0;
	text-transform: uppercase;
}
.sidebar-open a {
	display: block;
	border: 2px solid #f3f3f3;
	height: 50px;
	width: 50px;
	border-radius: 15px;
	text-align: center;
	line-height: 41px;
   background-color: #018b40;
}
.sidebar-open a svg path {
	fill: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.cta-btn {
	padding: 22px 45px;
	border: 2px solid #fff;
	background: #018b40;
	font-weight: 700;
	/* border-radius: 15px; */
	border: 2px solid #fff;
	color: #fff;
}
.cta-btn a {
	color: #fff;
}

.main-menu ul li .active {
	color: #018b40;
}


/* Inside page */
.widget-search button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	bottom: 0;
	border: 0;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	background: #018b40;
	color: #fff;
	font-size: 14px;
}
.widget-list a:hover {
	color: #fff;
	background-color: #018b40;
}
.widget-list a:hover span.count {
	background-color: #000;
}
.single-address:hover .address-icon i {
	background-color: #018b40;
	color: #fff;
}
.breadcrumb-nav ul li.active {
	color: #018b40;
   text-transform: uppercase;
}
.breadcrumb-nav ul li a:hover {
	color: black;
}

.newsletter-wrap form .input-wrap button {
	position: absolute;
	height: 50px;
	background: #018b40;
	padding: 0 30px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	border: 0;
	border-radius: 15px;
	color: #fff;
}
.featured-wrap-3 {
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.04);
	background: #fff;
	border-radius: 5px 5px 0 0;
	height: 600px;
}
.address-icon i {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	line-height: 120px;
	text-align: center;
	background: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	color: #018b40;
	display: inline-block;
	font-size: 55px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.single-address {
	background-color: #f8f8f8;
	padding: 0 20px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: relative;
	height: 300px;
}
.address-desc h4 {
	margin-bottom: 0;
	padding-bottom: 16px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	font-size: 20px;
	font-weight: normal;
}
.answere-form form button {
	background: #038d43;
	color: #fff;
	border: 0;
	font-weight: 700;
	line-height: 1;
	border-radius: 16px;
	font-size: 14px;
	padding: 25px 43px;
}
.featured-wrap-3 .content .author-info .text h5 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
}
.timeline-content h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.timeline-content p span {
	background-color: #3a7d5c !important;
	color: white;
	padding: 10px;
}
.replay-btn {
	color: #fff;
	font-size: 14px;
	padding: 10px 22px;
	line-height: 1;
	display: inline-block;
	border: 2px solid #f3f3f3;
	border-radius: 10px;
	background-color: #018b40;
}
.replay-btn i {
	color: #f8f9fa;
	padding-right: 5px;
}
.replay-btn:hover {
	color: #fff;
	border-color: #018b40;
	background-color: #018b40;
}

/* Hero */
.hero-text .title {
	font-size: 100px;
	color: #038d43;
	font-weight: 700;
	line-height: 110px;
	margin-bottom: 17px;
}
.hero-text .animated-title {
	font-size: 50px;
	color: #181b1d;
	font-weight: 700;
	line-height: 1;
}
.shadow{
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   border-radius: 10px;
}
.side-info {
	background: #fff;
	width: 300px;
	height: 100%;
	position: fixed;
	z-index: 1030;
	right: -100%;
	top: 0;
	padding: 15px 30px;
	transition: 0.6s;
	overflow-y: scroll;
}


/* Impact */
.counter-wrap .icon {
	width: 90px;
	height: 90px;
	line-height: 95px;
	font-size: 40px;
	color: #fff;
	background: #038d43;
	margin: 0 auto 20px;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.counter-wrap:hover {
	background: #038d43;
}
.counter-wrap:hover .content p {
	color: #fff;
}
.counter-wrap .content p {
	color: #777777;
	font-size: 12px;
	margin-bottom: 0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	text-transform: uppercase;
}

/*  */
/* .category-wrap .content h5 {
	color: #181b1d;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.category-wrap .content .more-btn {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: #f8f8f8;
	font-size: 14px;
	border-radius: 15px;
	color: #777777;
	font-weight: 700;
	position: relative;
	text-align: center;
	outline: none;
} */
.category-wrap-2 .content {
	background: #fff;
	box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.1);
	border-radius: 0 0 15px 15px;
	text-align: center;
	padding: 25px 0 25px;
	height: 150px;
   border: 1px solid #038d43;
   border-top: 0px;

}
.category-wrap-2 .read-more a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 15px;
	color: #f8f9fa;
	display: inline-block;
	margin: 0 auto;
	background: #018b40;
	transform: translateY(-50%);
	box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.2);
	outline: none;
}
.category-wrap-2 .read-more a:hover {
	color: #fff;
	background: #038d43;
}

/* About */
.about-text-wrap .title {
	font-size: 40px;
	line-height: 60px;
	text-transform: uppercase;
}
.about-text-wrap .sub-description {
	font-size: 18px;
	color: #038d43;
	font-weight: 500;
	padding-left: 20px;
	border-left: 2px solid #038d43;
}
.about-thumbs .about-thumb-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 130px;
	height: 130px;
	text-align: center;
	line-height: 130px;
	background: #038d43;
	font-size: 50px;
	color: #fff;
	border-radius: 50%;
}


/* Domaines de compétences */
.section-title-2 .title {
	font-size: 40px;
	color: #181b1d;
	text-transform: uppercase;
}
.category-wrap-2 .content span {
	color: #038d43;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
  display: inline-block;
  /* text-transform: uppercase; */
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.category-wrap-2 .content h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}
.section-title-5 .title {
	color: #181b1d;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.feature-wrap-4 .icon {
	color: #038d43;
	font-size: 50px;
}
.feature-wrap-4 {
	padding: 10px 10px;
	text-align: center;
	background: #fff;
	padding-bottom: 66px;
	position: relative;
	height: 340px;
	border: 1px solid #018b40;
}
.feature-wrap-4 .read-more a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 56px;
	border-radius: 50%;
	background: #018b40;
	border: 4px solid #018b40;
	color: #fff;
}
.feature-wrap-4:hover .read-more a {
	background: #038d43;
	color: #fff;
	border-color: #038d43;
}


.video-btn a {
	line-height: 100px;
	color: #038d43;
	text-align: center;
}

/* Work */
.work-wrap {
	background: #fff;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	text-align: center;
	padding: 50px 40px;
	/* min-height: 380px; */
	min-height: 400px;
}
.work-wrap .content h4 {
	font-size: 18px;
	font-weight: 700;
	color: #181b1d;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* Blog */
.blog-post-wrap .content .title h3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.blog-post-wrap {
	background: #fff;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.section-title .animated-title {
	font-size: 40px;
	color: #181b1d;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.blog-post-wrap .thumb .date {
	color: #fff;
	background: #038d43;
	position: absolute;
	right: 30px;
	top: 0;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	align-items: center;
	padding: 12px 0;
	border-radius: 12px;
}
.blog-post-wrap {
	background: #fff;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	height: 38em;
	border: 1px solid #018b40;
}
.blog-post-wrap .content {
	padding: 34px 18px;
	position: relative;
	z-index: 3;
	background: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

/* Experts */
.team-wrap .thumb {
	padding-right: 0px;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
	position: relative;
	height: 280px;
}
.team-wrap .content {
	padding: 30px 20px;
	background: #fff;
	border-radius: 0 0 15px 15px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
   height: 8em;
}
.team-wrap .content h4 {
	font-size: 17px;
	color: #008d41;
	font-weight: 400;
	margin-bottom: 0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.team-wrap:hover .content {
	background: #008d41;
}
.team-wrap:hover .thumb .team-social {
	background: #008d41;
}
.team-wrap .content span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #181b1d;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.team-wrap {
	background: #fff;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid #008d41;
	padding: 10px;
}

/* Footer */
.footer-area .about-widget p {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.footer-area .footer-copyright p {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}



.footer-area .widget-spacing {
	padding: 20px 40px;
	height: 100%;
}
.footer-area .footer-copyright {
	background: #0f1214;
	padding: 20px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer-widget .widget-title {
	color: #181b1d;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.footer-area .contact-widget .input-wrap input {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 0;
	padding: 0 30px;
}
.footer-area .contact-widget .input-wrap textarea {
	width: 100%;
	border-radius: 5px;
	border: 0;
	padding: 25px 30px;
	height: 100px;
	resize: none;
}