@font-face {
	font-family: "Century Gothic";
	src: url("../fonts/century-gothic/CenturyGothic.eot");
	src: url("../fonts/century-gothic/CenturyGothic.eot?#iefix") format("embedded-opentype"),
		url("../fonts/century-gothic/CenturyGothic.woff") format("woff"),
		url("../fonts/century-gothic/CenturyGothic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* Body */
body {
	font-family: "Century Gothic" !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: "Century Gothic", sans-serif !important;
}

* {
	padding: 0px;
	margin: 0px;
}

.text-primary .lineal-fill {
	fill: #94c11f;
}
.solid-duo.text-grape-fuchsia .fill-primary {
	fill: #94c11f;
}
.solid-duo.text-grape-fuchsia .fill-secondary {
	fill: #94c11f;
}

.lineal-stroke {
	fill: #016d9b;
}

.fs-custom-title {
	font-size: 45px !important;
	font-weight: 300 !important;
}

.h2::before , .h2::after{
	background: #016d9b;
}

.h2::before {
	position: absolute;
	content: '';
	width: 100px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.h2::after {
	position: absolute;
	content: '';
	width: 65px;
	height: 2px;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
}

.text-justify {
	text-align: justify;
}

.progress-wrap::after {
	position: absolute;
	font-family: Unicons;
	content: "\e951";
	text-align: center;
	line-height: 2.3rem;
	font-size: 1.2rem;
	color: #94c11f;
	left: 0;
	top: 0;
	height: 2.3rem;
	width: 2.3rem;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all .2s linear;
}
.social.social-muted a:not(.btn-circle):not([class*="link-"]) i {
	color: #94c11f !important;
}


/* Header */
.nav-item .nav-link {
	text-transform: uppercase;
	color: #000;
	font-weight: 400 !important;
}

.nav-link:focus,
.nav-link:hover {
	color: #94c11f;
}

.navbar-nav .nav-item .active {
	color: #94c11f;
}

.content-wrapper {
	flex-grow: 1;
	background-color: #016d9b;
}

.bg-theme-btn-green {
	background-color: #94c11f;
	border: 1px solid #fff;
}

.bg-theme-btn-green:hover {
	border: 1px solid #000 !important;
	color: #000 !important;
}

.bg-theme-btn-blue {
	background-color: #016d9b;
	border: 1px solid #fff;
}

.theme-color-green {
	color: #94c11f;
}

.theme-color-blue {
	color: #016d9b !important;
}


/* About us */


/* WeBSMS */
.btn.btn-circle {
	padding: 0;
	border-radius: 100% !important;
	width: 2.2rem;
	height: 2.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1;
	backface-visibility: hidden;
	background: #94c11f;
}

.swiper-container.nav-color .swiper-button, .swiper-container.nav-color .swiper-slide figure .item-link {
	background: #94c11f !important;
	color: var(--bs-white) !important;
}
.swiper-container.nav-color .swiper-button:hover, .swiper-container.nav-color .swiper-slide figure .item-link:hover {
	background: #006d9a !important;
}

/* OUR API */
.api-card-body {
	border: 2px solid #016d9b;
}

/* Commin soon */
.image-wrapper.bg-overlay-light-600::before {
	background: rgb(1, 109, 155);
}

/* Pricing */
.pricing-wrapper>.row [class*="col"] .pricing.card .prices .price-duration::before {
	content: "";
	padding: 0;
}

.pricing-wrapper>.row [class*="col"] .pricing.card .prices .price-duration {
	font-size: .8rem;

	color: #94c11f;
	margin-top: auto;
	margin-bottom: .25rem;
}

.icon-list.bullet-soft-primary.bullet-bg i {
	background-color: #94c11f;
	color: white;
}


/* Fonctionality */
.border-soft-primary {
	border-color: #94c11f !important;
}

.icon-list.bullet-soft-fuchsia.bullet-bg i {
	background-color: #94c11f !important;
}
.icon-list.bullet-soft-fuchsia i {
	color: #fefefe !important;
}

/* Footer*/
.link-dark:hover,
.text-reset a:hover,
a.text-reset:hover {
	color: #94c11f !important;
}