/* Style CSS Vs 22.02.13 */

:root {
	--body-color: #555555;
	--hero-bg: linear-gradient(#820000, #000);
	--hero-color: #FFF;
	--hero-btn-bg: linear-gradient(#976930, #F8D09D);
	--hero-btn-color: #FFF;
	--btn-bg: linear-gradient(#820000, #000);
	--btn-color: #FFF;
	--nav-color: #820000;
	--nav-active: #820000;
	--active-color: #F76E6E;
	--hover-color: #FF9002;
	--prim-color: #000;
	--second-color: #959595;
	--light-color: #717171;
}


body {
 	color: var(--body-color);
 	font-family: Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: var(--active-color);
}

a:hover {
	color: var(--hover-color); /*#9ed49a;*/
	text-decoration: none;
}

/* Accueil Hero */
#hero {
	width: 100%;
	height: 100vh;
	background: var(--hero-bg);
	position: relative;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; 
}

#hero .hero-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 15px;
}

#img-hero-w {
	position: absolute;
	top: 0;
	left: 0;
}

#hero .hero-logo {
  	margin-bottom: 30px;
}

#hero h1 {
  	color: var(--hero-color);
  	font-size: 48px;
  	font-weight: 500;
  	line-height: 56px;
  	margin: 0 0 30px 0;
  	text-transform: uppercase;
}

#hero h2 {
  	color: var(--hero-color);
  	font-size: 14px;
  	font-weight: 400;
  	margin-bottom: 30px;
  	text-transform: uppercase;
}

#hero .btn-get-started {
  	background: var(--hero-btn-bg);
  	border-radius: 3px;
  	color: var(--hero-btn-color);
  	display: inline-block;
  	font-weight: 400;
  	font-size: 16px;
  	letter-spacing: 1px;
  	margin: 10px;
  	padding: 14px 30px;
  	text-transform: uppercase;
}

#hero .btn-get-started:hover {
 	background: #fff;
  	color: var(--nav-color); /* #7cc576; */
}


/* Header */
#header {
	height: 70px;
	transition: all 0.5s;
	z-index: 997;
	background: #fff;
}


/* svg bootstrap */
.bs-svg {
    height: 2.25rem;
}

.bs-svg:hover {
    height: 2.5rem;
}

/* Back to top button & contact */
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 45px;
    z-index: 996;
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.contact-us {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 0.25rem;
    z-index: 996;
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top.active, .contact-us.active {
    visibility: visible;
    opacity: 1;
}



/* Navbar */
.navbar {
	padding-top: 15px;
}

.navbar a, .navbar a:focus {
	font-size: 16px;
	color: var(--nav-color);
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: var(--nav-active);
	font-weight: bold;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
	color: var(--nav-active);
	font-weight: bold;
}

.navbar-brand {
	padding: 0 0;
	margin: 0 0;
}

/* padding du main par rapport au menu */
.pt-fixed {
	padding-top: 76px;
}

.scrolled-offset {
	margin-top: 70px;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
	display: block !important;
  }
  .breadcrumbs ol {
	display: block;
  }
  .breadcrumbs ol li {
	display: inline-block;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: whitesmoke;
}

.section-title {
	padding-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 0;
	color: var(--prim-color);
}

.section-title p {
	margin-bottom: 0;
	color: var(--light-color);
}


/*--------------------------------------------------------------
# Découvrir
--------------------------------------------------------------*/
.decouvrir {
	background: whitesmoke;
}

.decouvrir .content {
	padding: 60px 100px 0 100px;
}

.decouvrir .content h2 {
	font-weight: bold;
	text-transform: uppercase;
}

.decouvrir .content h3 {
	font-weight: 400;
	font-size: 34px;
}

.decouvrir .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}

.decouvrir .content p {
	font-size: 15px;
	color: var(--second-color);
}

.decouvrir button {
	background: var(--active-color);
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.4s;
}

.decouvrir button:hover {
	background: var(--nav-active);
	color: #fff;
}

.decouvrir .video-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 400px;
	position: relative;
}

.decouvrir .accordion-list {
	padding: 0 100px 60px 100px;
}

.decouvrir .accordion-list ul {
	padding: 0;
	list-style: none;
}

.decouvrir .accordion-list li + li {
	margin-top: 15px;
}

.decouvrir .accordion-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
}

.decouvrir .accordion-list a {
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding-right: 30px;
	position: relative;
	outline: none;
	text-transform: uppercase;
}

.decouvrir .accordion-list span {
	color: var(--active-color);
	font-weight: 700;
	font-size: 18px;
	padding-right: 10px;
}

.decouvrir .accordion-list i {
	position: absolute;
	right: 0;
	top: 0;
}

.decouvrir .accordion-list i .bs-svg {
	height: 1rem;
}

.decouvrir .accordion-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.decouvrir .accordion-list .icon-show {
	display: none;
}

.decouvrir .accordion-list a.collapsed {
	color: var(--light-color);
}

.decouvrir .accordion-list a.collapsed:hover {
	color: var(--active-color);
}

.decouvrir .accordion-list a.collapsed .icon-show {
	display: inline-block;
}

.decouvrir .accordion-list a.collapsed .icon-close {
	display: none;
}

@media (max-width: 1024px) {
	.decouvrir .content, .decouvrir .accordion-list {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	.decouvrir .content {
		padding-top: 30px;
	}
	.decouvrir .accordion-list {
		padding-bottom: 30px;
	}
}

@-webkit-keyframes pulsate-btn {
	0% {
    	transform: scale(0.6, 0.6);
    	opacity: 1;
  	}
  	100% {
    	transform: scale(1, 1);
    	opacity: 0;
 	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
	    opacity: 1;
	}
	100% {
		transform: scale(1, 1);
	    opacity: 0;
	}
}

/*--------------------------------------------------------------
# demonstrations
--------------------------------------------------------------*/
.demonstrations .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	min-height: 400px;
	padding: 20px;
	position: relative;
}

.demonstrations .content h3 {
	font-weight: 600;
	font-size: 26px;
}

.demonstrations .content ul {
	list-style: none;
	padding: 0;
}

.demonstrations .content ul li {
	padding-bottom: 10px;
	display: flex;
	align-items: flex-start;
}

.demonstrations .content ul i {
	padding: 0 6px 0 0;
	color: var(--active-color);
}

.demonstrations .content ul i .bs-svg {
	height: 1rem;
}
 

.demonstrations .content p:last-child {
	margin-bottom: 0;
}

.demonstrations .icon-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 5px 0 10px 60px;
}

.demonstrations .icon-box i {
	font-size: 48px;
	float: left;
	color: var(--active-color);
}

.demonstrations .icon-box p {
	font-size: 15px;
	color: var(--second-color);
	margin-left: 60px;
}


/*--------------------------------------------------------------
# play-btn (pour lancer les vidéos)
--------------------------------------------------------------*/
.play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(var(--active-color) 33%, var(--hover-color) 100%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}

.play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	/*border: 5px solid rgba(124, 197, 118, 0.7);*/
	border: 5px solid #FFF;
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
	border-left: 15px solid var(--active-color);
	transform: scale(20);
}

.play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

.txt-video {
	bottom: 5%;
	color:	#FFF;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 3px var(--nav-color);
	text-transform: uppercase;
	width: 100%;
}

.txt-video a {
	color:  #FFF;
}



/*--------------------------------------------------------------
# Featured (pages.php)
--------------------------------------------------------------*/
.featured {
	padding: 40px 0 0 0;
	background: white;
}

.featured .nav-tabs {
	border: 0;
}

.featured .nav-link {
	border: 0;
	padding: 20px;
	color: var(--prim-color);
	transition: 0.3s;
}

.featured .nav-link h2 {
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.3s;
}

.featured .nav-link:hover h2 {
	color: var(--active-color);
}

.featured .nav-link p {
	margin-bottom: 0;
}

.featured .nav-link.active {
	box-shadow: 0px 0 25px rgba(0, 0, 0, 0.08);
}

.featured .nav-link.active h2 {
	color: var(--active-color);
}

.featured .tab-pane.active {
	-webkit-animation: slide-down 0.5s ease-out;
	animation: slide-down 0.5s ease-out;
}

.voir-lien {
	text-decoration: underline;
}

@-webkit-keyframes slide-down {
	0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}

@keyframes slide-down {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}




/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f5f5ff;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}


/* svg bootstrap */
.features .icon-box .bs-svg, .features .bs-svg {
    height: 1.5rem;
}

.features .icon-box .bs-svg:hover {
    color: #000;
    cursor: pointer;
}


.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 1rem;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #010483;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #01036f;
}

.features .icon-box:hover {
  background: #ebebff;
}


/*--------------------------------------------------------------
# Formation
--------------------------------------------------------------*/
.formation .formation-item {
	margin-bottom: 30px;
}

.formation h3 {
	color: #FFF;
	font-size: 2.5rem;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	top: 43%;
	width: 100%;
}

.formation .formation-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.formation .not-ready {
	opacity: 0.4;
}

.formation .formation-wrap::before {
	content: "";
	background: rgba(21, 21, 21, 0.6);
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
}

.formation .formation-wrap .formation-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.formation .formation-wrap .formation-info::before {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	top: 35px;
	left: 35px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transition: all 0.5s ease 0s;
	z-index: 9994;
}

.formation .formation-wrap .formation-info::after {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 35px;
	right: 35px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all 0.5s ease 0s;
	z-index: 9994;
}

.formation .formation-wrap .formation-info h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.formation .formation-wrap .formation-info p {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.formation .formation-wrap .formation-links {
	text-align: center;
	z-index: 4;
}

.formation .formation-wrap .not-ready {
	display: none;
}


.formation .formation-wrap .formation-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 48px;
	display: inline-block;
	transition: 0.3s;
}

.formation .formation-wrap .formation-links a:hover {
	transform: scale(1.3);
}


.formation .formation-wrap:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}

.formation .formation-wrap:hover .formation-info {
	opacity: 1;
}

.formation .formation-wrap:hover .formation-info::before {
	top: 15px;
	left: 15px;
}

.formation .formation-wrap:hover .formation-info::after {
	bottom: 15px;
	right: 15px;
}

/* responsive */
@media (min-width: 768px) and (max-width: 1023px) {
  	.formation h3 {
  		font-size: 2rem;
  	}
}

@media (min-width: 576px) and (max-width: 767px) {
  	.formation h3 {
  		font-size: 2.75rem;
  	}
}

@media (max-width: 575px) {
  	.formation h3 {
  		font-size: 2.2rem;
  	}
}


/*--------------------------------------------------------------
# formation-personnalisee 
--------------------------------------------------------------*/
.formation-personnalisee .image {
	padding: 20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.formation-personnalisee .content h3 {
	font-weight: 600;
	font-size: 26px;
}

.formation-personnalisee .content ul {
	list-style: none;
	padding: 0;
}

.formation-personnalisee .content ul li {
	padding-bottom: 10px;
	/* display: flex; */
	align-items: flex-start;
}

.formation-personnalisee .content ul i {
	font-size: 24px;
	padding: 2px 6px 0 0;
	color: var(--active-color);
}

.formation-personnalisee .content p:last-child {
	margin-bottom: 0;
}

.formation-personnalisee .content ul i .bs-svg {
	height: 1rem;
}


/*--------------------------------------------------------------
# Contenu des formations
--------------------------------------------------------------*/

.btn_infact {
	margin: 0 5px;
	vertical-align: bottom;
}

.small_btn_infact {
	margin: 0 5px;
	vertical-align: middle;
}

.formation-contenu-title {
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

.formation-contenu p {
	text-align: justify;
}

.formation-contenu a {
	color: var(--body-color);
	font-weight: bold;
	text-decoration: underline;
}

.formation-contenu h1, .formation-contenu h2, .formation-contenu h3, .formation-contenu h4, .formation-contenu h5, .formation-contenu h6 {
	font-weight: bold;
	padding: 20px 0 10px 0; 
	text-transform: uppercase;
}

.formation-contenu h5, .formation-contenu h6 {
	text-transform: none;
} 


/*--------------------------------------------------------------
# Inscription
--------------------------------------------------------------*/
.inscription .info {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.inscription .info i {
	font-size: 20px;
	color: var(--active-color);
	float: left;
	width: 44px;
	height: 44px;
	background: #eaf6e9;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.inscription .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--prim-color);
}

.inscription .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #484848;
}

.inscription .info .email, .inscription .info .phone {
	margin-top: 40px;
}

.inscription .info .email:hover i, .inscription .info .address:hover i, .inscription .info .phone:hover i {
	background: var(--active-color);
	color: #fff;
}

.inscription .form-inscription {
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.inscription .form-inscription .form-group {
	padding-bottom: 8px;
}

.inscription .form-inscription .error-message {
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.inscription .form-inscription .error-message a {
	color: #fff;
	text-decoration: underline ;
}

.inscription .form-inscription .error-message br + br {
	margin-top: 25px;
}

.inscription .form-inscription .sent-message {
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.inscription .form-inscription .sent-message a {
	color: #fff;
	text-decoration: underline;
}

.inscription .form-inscription .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.inscription .form-inscription .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.inscription .form-inscription input, .inscription .form-inscription textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.inscription .form-inscription input {
	height: 44px;
}

.inscription .form-inscription input[type="radio"] {
	height: 14px;
}

.inscription .form-inscription textarea {
	padding: 10px 12px;
}

.inscription .form-inscription button[type="submit"] {
	background: var(--nav-color);
	border: 0;
	color: #fff;
	border-radius: 4px;
	padding: 10px 24px;
	text-transform: uppercase;
	transition: 0.4s;
}

.inscription .form-inscription button[type="submit"]:hover {
	background: #61b959;
}




/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}

.testimonials::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}

.testimonials .quote-icon {
	text-align: center;
	margin-bottom: 30px;
}

.testimonials .quote-icon i {
	color: var(--active-color);
	padding: 18px;
}

/* svg bootstrap */
.testimonials .quote-icon i .bs-svg {
    height: 3rem;
}


.testimonials .testimonial-item {
	display: none;
	text-align: center;
	color: #fff;
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 30px auto;
	font-size: 20px;
}

.testimonials .testimonial-item .testimonial-img {
	display: none;
	width: 100px;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 255, 0.15);
	margin: 0 auto;
}

.testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #fff;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #ddd;
	margin: 0 0 15px 0;
}


@media (min-width: 992px) {
  	.testimonials .testimonial-item p {
    	width: 80%;
  	}
}


/*--------------------------------------------------------------
# Tarifs
--------------------------------------------------------------*/
.pricing .box {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
	padding: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.pricing .box h3 {
	color: var(--nav-color);
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	margin-top: 15px;
	text-transform: uppercase;
}

.pricing .box h4 {
	font-size: 42px;
	color: var(--prim-color);
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
}

.pricing .box h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}

.pricing .box h4 span {
	color: var(--light-color);
	font-size: 16px;
	font-weight: 300;
}

.pricing .box ul {
	padding: 0;
	list-style: none;
	color: var(--prim-color);
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

.pricing .box ul li {
	padding-bottom: 16px;
}

.pricing .box ul i {
	color: var(--active-color);
	font-size: 18px;
	padding-right: 4px;
}

.pricing .box ul .na {
	color: #ccc;
	text-decoration: line-through;
}

.pricing .box .btn-wrap {
	padding: 15px;
	text-align: center;
}

.pricing .box .btn-buy {
	background: var(--nav-color);
	border-radius: 5px;
	border: 2px solid var(--active-color);
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 40px 12px 40px;
	transition: 0.3s;
}

.pricing .box .btn-buy:hover {
	background: #fff;
  color: var(--nav-color); /* #7cc576; */
}

.pricing .recommended {
	border-color: var(--active-color);
}

.pricing .recommended .btn-buy {
	background: var(--active-color);
	color: #fff;
}

.pricing .recommended .btn-buy:hover {
	background: #61b959;
	border-color: #61b959;
}

.pricing .recommended-badge {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	font-size: 12px;
	padding: 4px 25px 6px 25px;
	background: #eaf6e9;
	color: var(--active-color);
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
}

.plumage  {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: bold;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
	padding: 0;
	list-style: none;
}

.faq .faq-list li {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.faq .faq-list a {
	display: block;
	position: relative;
	font-family: var(--active-color);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-right: 25px;
	cursor: pointer;
}

.faq .faq-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

.faq .faq-list i .bs-svg {
	height: 1rem;
}

.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
	display: none;
}

.faq .faq-list a.collapsed {
	color: var(--light-color);
}

.faq .faq-list a.collapsed:hover {
	color: var(--active-color);
}

.faq .faq-list a.collapsed .icon-show {
	display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
	display: none;
}


/*--------------------------------------------------------------
# page section
--------------------------------------------------------------*/
.page-section {
	padding: 60px 0 0 0;
	overflow: hidden;
}

.page-video {
	max-width: 100%;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.contact .info i {
	font-size: 20px;
	color: var(--active-color);
	float: left;
	width: 44px;
	height: 44px;
	background: #eaf6e9;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--prim-color);
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #484848;
}

.contact .info .email, .contact .info .phone {
	margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
	background: var(--active-color);
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
	background: var(--active-color);
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #61b959;
}


/**--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  background: rgba(0, 0, 0, 0.85);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top .footer-logo img {
  height: 80px;
}

#footer .footer-top .Infact-footer {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15px;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--active-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5ab652;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
	/* font-size: 18px; */
	display: inline-block;
	background: var(--active-color);
	color: #fff;
	/* line-height: 1em; */
	padding: 0.5rem 0;
	margin-right: 0.5rem;
	border-radius: 50%;
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	transition: 0.3s;
	/* vertical-align: middle; */
}

#footer .footer-top .social-links a:hover {
  background: var(--hover-color);
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #222222;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}

/* svg bootstrap */
#footer .bs-svg {
    height: 1rem;
}

#footer .bs-svg:hover {
    height: 1.25rem;
}



/* responsives */

@media (min-width: 1024px) {
  	#hero {
			background-attachment: fixed;
  	}
}

@media (max-width: 768px) {
  	#hero h1 {
			font-size: 28px;
			line-height: 36px;
  	}
  	#hero h2 {
			line-height: 22px;
  	}
}



/* Animations */
.fade-in {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

.fade-in-image {
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

.fade-out, .fade-out-image {
    animation: fadeOut 1s;
    -webkit-animation: fadeOut 1s;
    -moz-animation: fadeOut 1s;
    -o-animation: fadeOut 1s;
    -ms-animation: fadeOut 1s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@-moz-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@-webkit-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@-o-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@-ms-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
