/*==================
Author       : Dreambuzz
Template Name: Maxeo - Digital Marketing Template
Author URI : https://themeturn.com/
Description: Maxeo,marketing,seo,agency,business,company,digital marketing,multipurpose,modern,bootstrap4,service
Version      : 1.0
================================*/
/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Typography
3. Navigation / #navbar
4. Banner
5. About
6. Service
7. Testimonials
8. Blog
9. Contact
10. Footer / #footer
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&amp;family=Questrial&amp;display=swap");
body, html {
  width: 100%;
  height: 100%;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(238, 122, 122, 0);
  overflow-x: hidden;
}

body {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #535967;
}

p {
  color: #535967;
  font-family: "Questrial", sans-serif;
  line-height: 22px;
  font-size: 15px;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .5rem;
  color: #1F4E78;
}

.h1,
h1 {
  font-size: 26px;
}

.h2,
h2 {
  font-size: 22px;
}

.h3,
h3 {
  font-size: 20px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 14px;
}

.text-sm {
  font-size: 10px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #3f3a64;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #20ad96;
}

/*-------------------
BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Kumbh Sans", sans-serif;
  border: 2px solid transparent;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  background: #20ad96;
  color: #fff;
  border-color: #20ad96;
}

.btn-main:hover {
  color: #fff;
  border-color: #385777;
  background: #385777;
}

.btn-main-2 {
  border-color: #385777;
  color: #fff;
  background: #385777;
}

.btn-main-2:hover {
  background: #20ad96;
  color: #fff;
  border-color: #20ad96;
}

.btn-tp {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-tp:hover {
  background: #fff;
  color: #20ad96;
  border-color: #fff;
}

.btn-solid-border {
  background: transparent;
  color: #2b3940;
  border-color: #2b3940;
}

.btn-solid-border:hover {
  background: #2b3940;
  color: #fff;
  border-color: #2b3940;
}

a {
  color: #20ad96;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #385777;
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:focus, a:visited {
  outline: none;
}

ul, ol {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.form-control {
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: none;
}

/*====================
Banner Area
======================*/
.section-padding {
  padding: 50px 0px;
  
}

.heading {
  text-align: center;
  margin-bottom: 40px;
}

.heading h2 {
  font-size: 32px;
}

.page-header {
  padding: 30px 0px;
  margin-bottom: 20px;
  background: #F4F5F8;
  position: relative;
}

.page-header .title-block {
  text-align: center;
}

.page-header .title-block h1 {
  line-height: 50px;
  margin-bottom: 20px;
 
}

.page-header .title-block ul li a {
  font-weight: 600;
}

.page-wrapper {
  padding: 60px 0px;
}

.bg-grey {
  background: #F7F5F4;
}

.mt--105 {
  margin-top: -105px;
}

.section-heading {
  margin-bottom: 40px;
}

.section-heading h3 {
  font-size: 26px;
  margin: 10px 0px 10px;
  line-height: 24px;
}

.section-heading p {
  color: #222222;
}

.center-heading {
  text-align: Center;
}

.center-heading p {
  padding: 0px 70px;
}

.subheading {
  text-transform: uppercase;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #20ad96;
  letter-spacing: 2px;
}

button:focus {
  outline: none;
}

.bg-gray {
  background: #F4F5F8;
}

.bg-black {
  background: #1D292E;
}

.text-underline {
  text-decoration: underline;
}

.text-underline:hover {
  text-decoration: underline;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  height: 40px;
}

.section-sm {
  padding: 30px 0px;
}

.mb--90 {
  margin-bottom: -90px;
}

.pt-190 {
  padding-top: 190px !important;
}

/*=======================
Header TopBar
============================*/
.header-btn {
  color: #222;
  margin-left: 10px;
}

.header-btn i {
  margin-right: 5px;
  color: #20ad96;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 7px;
  border-radius: 5px;
  background: #EBF4F8;
}

.header-top {
  font-size: 14px;
  padding: 6px 0px;
  font-family: "Kumbh Sans", sans-serif;
  background: #385777;
}

.header-top p {
  margin-bottom: 0px;
  color: #eee;
}

.header-top p a {
  color: #fff;
}

.header-right a {
  color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-right a:first-child {
  border: 0px;
}

.header-right a:hover {
  color: #20ad96;
}

.header-socials a {
  color: #fff;
}

.header-socials a:hover {
  color: #20ad96;
}

.social-links a {
  margin-left: 10px;
  color: #222;
}

/*-------------------
   MENU
----------------------*/
.container-padding {
  padding: 0px 120px;
}

.site-navigation {
  padding: 12px 0px;
  border-bottom: 1px solid #EBF4F8;
}

.navbar {
  padding: 0px;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.navbar-brand img {
  width: 125px;
}

.navbar-brand h3 {
  margin-bottom: 0px;
  line-height: 1;
}

.navbar-brand h3 span {
  font-weight: 400;
}

.navbar-nav .nav-link {
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 10px;
  color: #3f3a64;
  font-family: "Kumbh Sans", sans-serif;
}

.navbar-nav .nav-link:hover {
  color: #20ad96;
}

.navbar-nav .nav-link i {
  margin-left: 5px;
  font-size: 12px;
}

.navbar-toggler {
  background: #20ad96;
  border-radius: 0px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}

.menu-style-2 .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
}

/*-------------------
  DROPDOWN MENU
----------------------*/
.dropdown-menu.show {
  -webkit-animation: .2s forwards b;
          animation: .2s forwards b;
}

.dropdown-item {
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: background-color .1s;
  font-size: 0.9rem;
  border-bottom: 1px solid #eee;
}

.dropdown-item:last-child {
  border-color: transparent;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #20ad96;
}


.dropdown-toggle::after {
  display: none;
}

.nav-item.dropdown .dropdown-menu {
  transition: all 300ms ease;
  top: 120%;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  padding: 0px;
  position: absolute;
  border-top: 2px solid #20ad96;
  min-width: 220px;
}

.header-form {
  position: relative;
}

.header-form .form-control {
  height: 50px;
  background: #F9F9F9;
  border: 0px solid transparent;
}

.header-form i {
  position: absolute;
  right: 14px;
  top: 15px;
}

.menu_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
}

/* ================
 BAnner
================*/
.banner {
  padding: 70px 0px;
  background-size: cover;
  position: relative;
}

.banner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: .6;
}

.banner .banner-content h1 {
  font-size: 40px;
  margin: 15px 0px 15px;
  line-height: 73px;
  letter-spacing: -1.3px;
  color: #fff;
}

.banner .banner-content p {
  margin-bottom: 35px;
  color: #fff;
  opacity: .8;
  font-size: 20px;
  line-height: 38px;
}

.banner .banner-content .subheading {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 16px;
}

.banner-img-round {
  position: relative;
  z-index: 1;
}

.banner-img-round:before {
  position: absolute;
  content: "";
  right: 10px;
  top: 0px;
  width: 40%;
  height: 40%;
  z-index: -1;
}

.banner-img-round img {
  border-radius: 100%;
  overflow: hidden;
}

/*-------------------------
Banner style-2 
-----------------------*/
.banner-2 {
  background: #F5F6F8;
  padding-bottom: 180px;
}

.banner-2 .banner-content p {
  margin-bottom: 30px;
}

/*-------------------------
Banner style search 
-----------------------*/
.banner-3 {
  padding: 100px 0px 300px;
  position: relative;
  background: url("../images/banner/slider_image1.html") 100% 0% no-repeat;
  background-size: cover;
  overflow: hidden;
}

.banner-3 .banner-content h1 {
  font-size: 60px;
  line-height: 70px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.form-search-banner {
  position: relative;
}

.form-search-banner .form-control {
  height: 70px;
  border-color: rgba(255, 255, 255, 0.2);
  background: #fff;
  border-radius: 5px;
  padding: 0px 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.form-search-banner .btn {
  position: absolute;
  right: 6px;
  top: 10px;
}

.banner-cat {
  color: #222;
  text-transform: capitalize;
  font-size: 13px;
  margin-top: 30px;
}

.banner-cat span {
  display: inline-block;
  padding: 2px 15px;
  border-radius: 5px;
  background: #fff;
}

.banner-4 h1 {
  font-size: 80px;
  line-height: 90px;
}

.banner-4 p {
  font-size: 18px;
  padding: 0px 60px;
}

/* ================
Features
================*/
.feature-item {
  text-align: center;
  transition: .4s;
  margin-bottom: 20px;
}

.feature-item h4 {
  margin-bottom: 10px;
  transition: .4s;
}

.feature-item:hover .feature-icon {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.feature-item:hover h4 {
  color: #20ad96;
}

.feature-icon {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 25px;
  color: #20ad96;
  transition: .4s;
}

.feature-2 {
  padding-bottom: 70px;
}

.feature-4 {
  margin-top: -70px;
  position: relative;
}

.feature-4 .feature-item {
  background: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  border: 1px dashed #ddd;
}

.feature-style-2 {
  text-align: left;
  margin-bottom: 40px;
}

.feature-style-2 .feature-icon {
  float: left;
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #F4F5F8;
  border-radius: 5px;
}

.feature-style-2:hover .feature-icon {
  background: #20ad96;
  color: #fff;
  border-color: #20ad96;
}

.feature-style-2 .feature-text {
  padding-left: 30px;
  overflow: hidden;
}

.feature-style-2 .feature-text h4 {
  font-size: 20px;
}

.feature-style-2 a {
  color: #1D292E;
  font-size: 14px;
}

.feature-style-2 a:hover {
  color: #20ad96;
}

/*========================
Course category Section
============================*/
.cat-1 {
  background: url("../images/course/course1.html") center center no-repeat;
  background-size: cover;
}

.cat-2 {
  background: url("../images/course/course2.html") center center no-repeat;
  background-size: cover;
}

.cat-3 {
  background: url("../images/course/course3.html") center center no-repeat;
  background-size: cover;
}

.cat-4 {
  background: url("../images/course/course4.html") center center no-repeat;
  background-size: cover;
}

.single-course-category {
  padding: 60px 25px 50px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  transition: all .4s ease 0s;
  position: relative;
  z-index: 1;
}

.single-course-category:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(29, 41, 46, 0.8);
  z-index: -1;
}

.single-course-category h4 {
  font-size: 22px;
  margin-bottom: 0px;
}

.single-course-category h4 a {
  color: #fff;
}

.single-course-category h4 a:hover {
  color: #20ad96;
}

.single-course-category p {
  margin-bottom: 0px;
  color: #fff;
}

.single-course-category:hover {
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

/*========================
 Course category style2
============================*/
.category-imgbox {
  position: relative;
  margin-bottom: 30px;
}

.category-imgbox .thumbnail-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.category-imgbox .thumbnail-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 43%, #000 100%);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.category-imgbox img {
  border-radius: 10px;
  width: 100%;
}

.category-imgbox .category-content {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  padding: 20px;
}

.category-imgbox .category-content h5 {
  font-size: 22px;
}

.category-imgbox .category-content h5, .category-imgbox .category-content p {
  margin-bottom: 0px;
  color: #fff;
}

/*========================
 Contact Section
============================*/
/*=================
Popular OCurse 2
==================*/
.popular-course-2 {
  padding-top: 200px;
}

/*=================
Course Block
==================*/
.course-block {
  background: #fff;
  transition: .4s;
  margin-bottom: 30px;
}

.course-block:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.course-block .course-content {
  padding: 20px 30px 30px;
}

.course-block .course-content h4 {
  margin: 10px 0px;
}

.course-block .course-content p {
  margin-bottom: 0px;
}

.course-block .course-cat {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  color: #20ad96;
  font-weight: 600;
}

.course-img {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}

.course-img img {
  width: 100%;
}

.course-img .course-price {
  position: absolute;
  content: "";
  background: #20ad96;
  font-weight: 700;
  color: #385777;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-family: "Kumbh Sans", sans-serif;
  bottom: -10px;
  right: 0px;
  padding: 10px 20px;
  border-radius: 15px 0px 0px 0px;
}

.course-img .course-price2 {
  position: absolute;
  content: "";
  background: #20ad96;
  font-weight: 700;
  color: #385777;
  color: #fff;
  top: 0px;
  right: 20px;
  text-align: center;
  font-size: 26px;
  padding: 10px 20px;
  font-family: "Kumbh Sans", sans-serif;
}

.course-meta span {
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
  color: #696969;
}

.course-meta span i {
  margin-right: 7px;
}

.course-meta .course-label {
  text-transform: uppercase;
  color: #20ad96;
  font-weight: 600;
  background: #F7F5F4;
  padding: 0px 6px;
}

.course-price {
  color: #20ad96;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "Kumbh Sans", sans-serif;
}

.course-price .del {
  text-decoration: line-through;
  color: #727695;
  font-weight: 400;
  font-size: 20px;
}

/* Rating */
.rating {
  margin-bottom: 10px;
  font-size: 13px;
}

.rating i {
  color: #f2b827;
}

.rating span {
  color: #222;
  margin-left: 10px;
}

.course-list-item {
  padding: 20px;
  margin-bottom: 20px;
  border: 0px;
  border: 1px dashed #ddd;
  border-radius: 5px;
}

.course-list-item .course-content {
  padding: 0px;
}

.course-list-item .course-content p {
  margin-bottom: 0px;
}

.course-list-item del {
  font-size: 18px;
  color: #ccc;
}

.course-list-item .course-img {
  margin-bottom: 0px;
}

.course-list-item .course-img img {
  width: 100%;
  border-radius: 100%;
}

.course-style-4 {
  border-radius: 5px;
  overflow: hidden;
}

.course-style-4 .course-duration i {
  margin-right: 5px;
}

.course-style-4 h4 {
  font-size: 22px;
}

.course-style-4 .course-price {
  margin-top: 25px;
  font-size: 40px;
}

/*========================
Course Filter Tab
==========================*/
.course-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.course-filter li {
  display: inline-block;
  margin: 0px 5px;
}

.course-filter li a {
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #414141;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
}

.course-filter li a:hover, .course-filter li.active a, .f-link li a:hover, .f-link li.active a {
  color: #fff;
  border-color: #20ad96;
  background: #20ad96;
}

.course.gutter .course-item {
  padding: 10px;
}

/*========================
 Funfact  Counter
==========================*/
.counter-item i {
  font-size: 60px;
  line-height: 60px;
}

.counter-item .count {
  margin: 30px 0px 10px;
}

.counter-item .counter {
  font-size: 60px;
  margin-top: 30px;
  line-height: 50px;
  color: #20ad96;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
}

.counter-item p {
  margin-bottom: 0px;
}

.counter-item h6 {
  text-transform: capitalize;
}

.counter-inner {
  padding: 40px 20px;
  border-radius: 15px;
}

.counter-inner .counter-item {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.counter-inner .counter-item h6 {
  color: #fff;
}

.counter-block-2 {
  z-index: 2;
}

/* ====================
About Section
======================*/
.about-section .section-heading {
  margin-bottom: 40px;
}

.about-section .section-heading h3 span {
  display: block;
}

.about-text-block {
  clear: both;
  margin-bottom: 10px;
}

.about-text-block .icon-box {
  color: #20ad96;
  width: 85px;
  height: 85px;
  text-align: center;
  background: #F7F5F4;
  font-size: 40px;
  margin-right: 30px;
  padding-top: 28px;
  border-radius: 100%;
  float: left;
  position: relative;
}

.about-text-block .icon-box:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: -50px;
  width: 1px;
  height: 100%;
  background: #F7F5F4;
  z-index: -1;
}

.about-text-block .icon-box.border-none:before {
  display: none;
}

.about-text-block h4 {
  font-size: 16px;
}

.about-text-block p {
  margin-bottom: 0px;
}

.about-text-block .about-desc {
  overflow: hidden;
}

.about-img {
  padding-left: 30px;
}

.about-features {
  margin-bottom: 40px;
}

.about-features li {
  margin: 20px 0px;
}

.about-features li i {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.btn-link {
  color: #222;
}

.about {
  position: relative;
}

.about:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 60%;
  height: 100%;
  background: #F5F6F8;
}

.about .about-text-block .icon-box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.about-imgbox {
  margin-bottom: 30px;
}

.about-imgbox img {
  width: 100%;
  border-radius: 15px;
}

/* ====================
VIDEO SECTION
======================*/
.video-block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-block img {
  width: 100%;
}

.video-block:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(7, 41, 77, 0.4);
}

.video-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  z-index: 3;
  text-align: center;
  padding-top: 36px;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: #20ad96;
  border-radius: 100%;
  color: #fff;
}

.video-icon::after, .video-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  border: 1px solid #fff;
}

.video-icon::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-icon::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.video-icon:hover {
  background-color: #20ad96;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

/* ====================
Testimonial
======================*/
.testimonial {
  background: #EBF4F8;
}

.px-120 {
  padding: 0px 120px;
}

.testimonials-slides .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 7px;
  display: block;
}

.testimonials-slides .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
}

.testimonials-slides .owl-dots .owl-dot.active span,
.testimonials-slides .owl-dots .owl-dot:hover span {
  background: #20ad96;
  opacity: 1;
  outline: none;
}

.testimonials-slides .owl-item.active.center .testimonial-item {
  opacity: 1;
}

.testimonials-slides .testimonial-item {
  opacity: .3;
}

.testimonial-item {
  padding: 60px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.testimonial-item i {
  position: absolute;
  content: "";
  right: 60px;
  top: 40px;
  font-size: 60px;
  color: #EBF4F8;
}

.testimonial-item .client-info img {
  width: 70px;
  border-radius: 50%;
}

.testimonial-item .client-info .testionial-author {
  color: #20ad96;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Kumbh Sans", sans-serif;
}

.testimonial-item .testimonial-info-desc {
  font-family: "Kumbh Sans", sans-serif;
  color: #222;
  margin-top: 20px;
}

.testimonials-slides-2 .testimonial-item, .testimonials-slides-3 .testimonial-item {
  padding: 60px;
  margin-bottom: 20px;
  background: #F4F5F8;
  opacity: 1;
}

.testimonials-slides-2 .testimonial-item i, .testimonials-slides-3 .testimonial-item i {
  color: #20ad96;
}

.testimonial-style-2.testimonial-item i {
  position: static;
  font-size: 60px;
  color: #20ad96;
  margin-bottom: 20px;
}

.testimonial-style-2 .client-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.testimonial-style-2 .client-info .client-img {
  margin-right: 20px;
}

.testimonial-style-2 .client-info .client-img img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border: 2px solid #fff;
}

/*====================
 CLient logo Section
=====================*/
.clients:hover .client-logo {
  transition: all .4s ease 0s;
  opacity: .3;
}

.clients:hover .client-logo:hover {
  opacity: 1;
}

.clients .client-logo {
  border: 1px solid #ddd;
  padding: 20px 10px;
  border-radius: 5px;
}

.clients-2:hover .client-logo {
  transition: all .4s ease 0s;
  opacity: .3;
}

.clients-2:hover .client-logo:hover {
  opacity: 1;
}

.clients-2 .client-logo {
  padding: 20px 10px;
  border-radius: 5px;
  background: #F4F5F8;
}

/* ====================
Footer Section
======================*/
.footer {
  background: #EBF4F8;
  padding: 80px 0px 0px;
  position: relative;
}

.footer .footer-widget .widget-title {
  margin-bottom: 20px;
  font-size: 22px;
}

.footer .footer-links li {
  padding: 5px 0px;
  font-size: 15px;
  color: #222;
}

.footer .footer-links a {
  color: #222;
}

.footer .footer-links a:hover {
  color: #20ad96;
}

.footer .footer-socials {
  margin-top: 30px;
}

.footer .footer-socials a {
  font-size: 14px;
  opacity: .8;
  margin-right: 13px;
  color: #222;
}

.footer .footer-socials a:hover {
  color: #20ad96;
}

.footer-btm {
  margin-top: 70px;
  padding: 20px 0px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-btm p {
  margin-bottom: 0px;
}

.footer-btm .footer-contact {
  margin-bottom: 0px;
}

.footer-btm .footer-contact a {
  color: #000;
  font-family: "Kumbh Sans", sans-serif;
  margin-left: 10px;
}

.footer-btm .footer-contact a:hover {
  color: #20ad96;
}

/*==========================
Susbribe Section
=======================*/
.subscribe-form {
  position: relative;
}

.subscribe-form a {
  position: absolute;
  content: "";
  right: 5px;
  top: 5px;
}

.subscribe-form .form-control {
  height: 65px;
  padding-left: 20px;
  background: #fff;
  border-color: #ddd;
}

.subscribe-form .form-control:focus {
  border-color: #20ad96;
}

.form-inner {
  background: #F5F6F8;
  padding: 40px;
}

/*==========================
Team section
=======================*/
.team-item {
  text-align: center;
  transition: all .4s ease 0s;
  border-radius: 5px;
  overflow: hidden;
}

.team-item img {
  width: 100%;
}

.team-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.team-item:hover .team-socials {
  opacity: 1;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.team-item:hover .team-info {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.team-info {
  position: relative;
  background: #fff;
  margin: -50px 20px 0px;
  padding: 20px 10px;
  border-radius: 5px;
  transition: all .4s ease 0s;
  overflow: hidden;
}

.team-info h5 {
  margin-bottom: 0px;
  font-size: 20px;
}

.team-info p {
  margin-bottom: 10px;
}

.team-info .team-socials {
  transition: all .4s ease 0s;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.team-info .team-socials a {
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 100%;
  color: #222;
  padding-top: 3px;
  font-size: 14px;
  background: #ddd;
}

.team-info .team-socials a:hover {
  background-color: #20ad96;
  color: #fff;
  border-color: #20ad96;
}

/*==========================
Course Page
=======================*/
.course-top-wrap {
  margin-bottom: 50px;
}

.topbar-search {
  position: relative;
}

.topbar-search .form-control {
  height: 50px;
  border-radius: 30px;
  padding-left: 20px;
  background: #eef5f9;
  border-color: #eef5f9;
}

.topbar-search label {
  position: absolute;
  right: 20px;
  top: 11px;
}

/*==========================
cONTACT pAGE
=======================*/
.contact__form .form-control {
  height: 55px;
  border-radius: 46px;
  padding-left: 20px;
  border: 2px solid #eee;
  background: #eee;
}

.contact__form textarea.form-control {
  height: auto;
  border-radius: 15px;
  padding-top: 15px;
}

.contact-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-right: 30px;
}

.contact-item h4 {
  font-size: 20px;
}

.contact-item p {
  margin-bottom: 7px;
}

#map {
  height: 400px;
  margin-top: 70px;
}

/*============
 Error Page
==============*/
.error-page .error-header h2 {
  font-size: 90px;
  line-height: 1.1;
  font-weight: 700;
}

.error-page .error-message {
  margin: 15px 0px;
}

.error-page .error-content .btn {
  margin-top: 30px;
}

/*==========================
Course Page style
==========================*/
.edutim-course-desc .courses-overview h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.edutim-course-desc .courses-overview h4 {
  margin-bottom: 12px;
}

/*==========================
Course Curriculam
==========================*/
.edutim-course-curriculum ul.curriculum-sections {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.edutim-course-curriculum ul.curriculum-sections .section-header {
  padding: 10px 40px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.edutim-course-curriculum ul.curriculum-sections .section-header .section-meta {
  display: table-cell;
  white-space: nowrap;
  padding-left: 20px;
  text-align: right;
  font-size: 14px;
  vertical-align: middle;
}

.edutim-course-curriculum ul.curriculum-sections .section-header .section-meta .section-progress {
  display: inline-block;
  margin-right: 5px;
}

.edutim-course-curriculum ul.curriculum-sections .section-header .section-meta .section-progress .progress-bg {
  width: 100px;
}

.edutim-course-curriculum ul.curriculum-sections .section-header .section-title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  padding: 10px 0;
}

.edutim-course-curriculum ul.curriculum-sections .section-header .section-left {
  display: table-cell;
  vertical-align: top;
  cursor: pointer;
}

.edutim-course-curriculum ul.curriculum-sections .section-header .section-desc,
.edutim-course-curriculum ul.curriculum-sections .section-header .section-title {
  margin: 0 0 10px 0;
}

.edutim-course-curriculum ul.curriculum-sections .section-content {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item {
  position: relative;
  font-size: 14px;
  transition: padding-left linear .15s;
  background: #fff;
  margin: 0;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .item-icon {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0px;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
  border-bottom: none;
  display: table;
  box-shadow: none;
  outline: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Kumbh Sans", sans-serif;
  transition: all .4s ease 0s;
  padding: 7px 40px;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover .item-name {
  color: #20ad96;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover:before {
  color: #20ad96;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .item-name {
  color: #222;
  transition: all .4s ease 0s;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .course-item-meta {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 0;
  text-align: right;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .course-item-meta .item-meta {
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 0 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: #000;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .course-item-meta .item-meta.duration {
  background: #20ad96;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .course-item-meta .course-item.item-preview .course-item-status {
  background: #20ad96;
  font-style: normal;
  border-radius: 3px;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .course-item-meta .course-item-status {
  color: #ddd;
  margin-left: 5px;
  display: none;
  border-radius: 50%;
  box-sizing: border-box;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .course-item-meta .course-item.has-status .course-item-status {
  display: inline-block;
}

/*-------------------
Course Thumbnail
-------------------------*/
.course-thumbnail {
  margin-bottom: 30px;
}

.course-thumbnail img {
  width: 100%;
  border-radius: 5px;
}

/*-------------------
Instructor
-------------------------*/
.instructor-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.instructor-content h4 {
  text-transform: capitalize;
}

.user-social-links li {
  display: inline-block;
}

.user-social-links li a {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  color: #221638;
  position: relative;
  border-radius: 2px;
  background-color: #e1e1e1;
  display: inline-block;
}

.user-social-links li a:hover {
  background: #20ad96;
  color: #fff;
}

/*-------------------
Course Review
-------------------------*/
.courses-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 700;
}

.rating.review-stars-rated {
  width: 90px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}

/*========================
Course Sidebar
=============================*/
.course-sidebar.course-sidebar-2 .course-widget {
  padding: 0px 0px 30px 0px;
  border-top: 0px;
}

.course-sidebar.course-sidebar-2 .course-widget ul {
  padding: 0px 40px 30px;
}

.course-sidebar.course-sidebar-2 .course-widget .course-thumbnail img {
  border-radius: 0px;
}

.course-sidebar.course-sidebar-2 .course-widget .buy-btn {
  padding: 0px 40px;
}

.course-sidebar .course-widget {
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.08);
  padding: 0px 40px 30px;
  border: 1px dashed #eee;
  border-top: 2px solid #385777;
}

.course-sidebar .course-widget ul {
  margin: 20px 0px;
}

.course-sidebar .course-widget ul li span {
  text-transform: capitalize;
}

.course-sidebar .course-widget ul li span i {
  color: #696969;
  margin-right: 10px;
}

.course-sidebar .course-widget ul li div {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.course-sidebar .course-widget ul li a .course-price span {
  font-size: 30px;
}

.course-sidebar .course-widget .buy-btn {
  text-align: center;
}

.course-sidebar .course-widget .buy-btn button {
  width: 100%;
  display: block;
  background: #20ad96;
  padding: 14px 30px;
}

/*========================
Content tab
=============================*/
.edutim-course-content .learn-press-nav-tabs .course-nav a {
  color: #ababab;
  font-size: 18px;
  font-weight: 700;
  transition: all .4s ease 0s;
  border: 0px;
  border-bottom: 2px solid transparent;
  padding: 15px 20px;
}

.edutim-course-content .learn-press-nav-tabs .course-nav.active a {
  color: #000;
  transition: all .4s ease 0s;
}

.edutim-course-content .learn-press-nav-tabs .course-nav.active:hover a {
  color: #20ad96;
}

.edutim-course-content .learn-press-nav-tabs .nav-tabs {
  border-bottom: 2px solid transparent;
  background: #F8F9F8;
  transition: all .4s ease 0s;
  margin-bottom: 40px;
  border-radius: 5px;
}

.edutim-course-content .nav-tabs .nav-link {
  border: 2px solid transparent;
}

.edutim-course-content .learn-press-nav-tabs .course-nav.active::after,
.edutim-course-content .learn-press-nav-tabs .course-nav:hover::after {
  background: #20ad96;
  height: 2px;
  bottom: -2px;
}

.edutim-course-content .nav-tabs .nav-link.active, .edutim-course-content .nav-tabs .nav-item.show .nav-link {
  color: #222;
  border: 0px;
  background: #F8F9F8;
  border-bottom: 2px solid #20ad96;
}

/*========================
Course Review
==============================*/
.course-review-head {
  margin-bottom: 20px;
}

.course-single-review .user-image img {
  border-radius: 100%;
}

.course-reviews-list li .user-name, .course-reviews-list-shortcode li .user-name {
  text-transform: capitalize;
  margin: 0px !important;
  font-size: 20px;
}

.course-reviews-list li .review-title, .course-reviews-list-shortcode li .review-title {
  font-style: normal !important;
}

.course-reviews-list li, .course-reviews-list-shortcode li {
  border-radius: 5px;
  padding: 40px;
}

#course-reviews {
  margin-top: 40px;
}

/*==========================
Course Topics
================================*/
.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link::before {
  font-family: "Font Awesome 5 free";
  font-size: 14px;
  left: 0;
  display: table-cell;
  width: 20px;
  padding: 10px 0;
  color: dimgray;
  transition: all .4s ease 0s;
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link::before {
  content: "\f15c";
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link::before {
  content: "\f017";
}

.edutim-course-curriculum ul.curriculum-sections .section-content .course-item:nth-child(2n+1) a {
  background-color: #f8f8f8;
}

/*==========================
Popular course sidebar widget
================================*/
.course-latest {
  margin-top: 50px;
}

.course-latest li {
  padding-top: 20px;
}

.course-latest h4 {
  margin-bottom: 10px;
}

.course-latest .widget-post-body h6 {
  margin-bottom: 10px;
}

.course-latest h5 {
  color: #20ad96;
}

/* ---------------------------------------------
woocommerce
--------------------------------------------- */
.section-title {
  margin-bottom: 30px;
  overflow: hidden;
}

/*========================
Cart
============================*/
.cart-collaterals .cart_totals {
  width: 100%;
  padding: 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.cart-collaterals .cart_totals h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.cart-collaterals .cart_totals .shop_table {
  width: 100%;
}

.cart-collaterals .cart_totals .shop_table th,
.cart-collaterals .cart_totals .shop_table td {
  padding-bottom: 10px;
  font-family: "Kumbh Sans", sans-serif;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  font-size: 16px;
  display: block;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

table.cart .product-thumbnail img {
  max-width: 3.706325903em;
  height: auto;
  margin: 0 auto;
}

table.cart td.product-remove,
table.cart td.actions {
  border-top-color: #fff;
}

table.cart th {
  background-color: #f8f8f8;
}

table.cart td a {
  color: #212529;
}

table.cart td a:hover {
  color: #777;
}

.added_to_cart,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-weight: 600;
  display: inline-block;
  padding: .6180469716em 1.41575em;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-color: #43454b;
  border-radius: 4px;
  outline: 0;
  background: 0 0;
  background-color: #43454b;
  text-shadow: none;
  font-family: "Kumbh Sans", sans-serif;
}

.added_to_cart:hover,
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #000;
  background: #000;
}

table.cart td.actions .coupon {
  margin-right: 1rem;
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: .5 !important;
}

.woocommerce form .form-row select {
  height: 45px;
  border-radius: 0px;
  background: #F9F9F9;
  border-color: #eee;
}

.woocommerce form .form-row select:focus {
  border-color: #385777;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

@media (min-width: 768px) {
  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: left;
  }
}

.woocommerce .woocommerce-result-count {
  float: left;
  margin-bottom: 1rem;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}

.screen-reader-text {
  display: none;
}

.woocommerce-grouped-product-list.group_table {
  margin-bottom: 1rem;
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: 5em;
  text-align: center;
}

.woocommerce div.product form.cart .group_table td {
  padding-bottom: .5em;
  vertical-align: middle;
  border: 0;
}

.woocommerce div.product form.cart .group_table td input {
  padding: .3rem;
}

.woocommerce div.product form.cart .group_table td label {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .group_table td a {
  color: #212529;
}

.woocommerce div.product form.cart .group_table td a:hover {
  text-decoration: underline;
}

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  padding: .53em;
  height: 55px;
  padding-left: 20px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
}

.input-text:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #20ad96;
}

.woocommerce div.product form.cart .variations {
  width: 100%;
  margin-bottom: 1em;
  border: 0;
}

.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  line-height: 2em;
  vertical-align: top;
  border: 0;
}

#order_review {
  display: inline-block;
  padding: 40px 30px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #20ad96;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #F9F9F9;
  padding: 30px;
  margin-top: 30px;
}

#order_review table.shop_table th,
#order_review table.shop_table td {
  padding: .8rem 12px;
  font-family: "Kumbh Sans", sans-serif;
}

#order_review table.shop_table td {
  font-size: 14px;
}

#order_review table.shop_table .order-total .woocommerce-Price-amount.amount {
  font-size: 24px;
  font-weight: bold;
  color: #222;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce table.shop_table th {
  line-height: 1.5em;
  padding: 9px 12px;
  vertical-align: middle;
  font-family: "Kumbh Sans", sans-serif;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents th {
  padding: 1.618em;
}

.woocommerce table.shop_table td {
  line-height: 1.5em;
  padding: 9px 12px;
  vertical-align: middle;
  border-top: 1px solid #eee;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid #eee;
}

table.cart tr:first-child td.product-remove {
  border-top-width: 1px;
}

.cart-collaterals .cart_totals .shop_table th,
.cart-collaterals .cart_totals .shop_table td {
  border: none;
}

.woocommerce-form-coupon .woocommerce-form-coupon input {
  background: #eeee;
  border-color: #eee;
}

/*============================
Checkout
=========================*/
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  position: relative;
  border: none;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  padding: 15px;
  margin-bottom: 20px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  position: absolute;
  top: -1em;
  left: 0;
  display: block;
  margin: -1em 0 0 2em;
  content: '';
  border: 1em solid rgba(0, 0, 0, 0.05);
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.woocommerce #payment div.payment_box p,
.woocommerce-page #payment div.payment_box p {
  font-size: 14px;
  line-height: 1.4285em;
  margin: -2px 0 0;
  text-shadow: none;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-color: #eee;
}

#payment .payment_methods > .wc_payment_method > label {
  font-size: 18px;
  margin-bottom: 1.5rem;
  padding: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 20px;
  text-align: left;
  border: 1px solid #e8e8e8;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
  margin-bottom: .617924em;
  padding: 1em 1.618em;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  position: relative;
  width: auto;
  padding: 1em 2em 1em 2em;
  list-style: none outside;
  word-wrap: break-word;
  color: #515151;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background-color: #fff;
}

.woocommerce-info {
  border-top-color: #20ad96;
}

.woocommerce-error {
  border-top-color: #20ad96;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #20ad96;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: inherit;
}

.woocommerce-form-coupon {
  display: inline-block;
  width: 55%;
}

.woocommerce-form-coupon p {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .woocommerce-form-coupon {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .woocommerce .woocommerce-form-coupon .form-row-first,
  .woocommerce-page .woocommerce-form-coupon .form-row-first,
  .woocommerce .woocommerce-form-coupon .form-row-last,
  .woocommerce-page .woocommerce-form-coupon .form-row-last {
    width: 100%;
  }
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-additional-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
  width: 100%;
  color: #000;
}

.woocommerce-billing-fields {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.woocommerce-billing-fields h3 {
  margin-bottom: 2rem;
}

#order_review_heading {
  margin-bottom: 20px;
}

ul.order_details {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce ul.order_details li {
  font-size: .8em;
  line-height: 1;
  float: left;
  margin-right: 2em;
  margin-left: 0;
  padding-right: 2em;
  padding-left: 0;
  list-style-type: none;
  text-transform: uppercase;
  border-right: 1px dashed #d3ced2;
}

ul.order_details li:first-child {
  padding-top: 0;
}

ul.order_details li strong {
  padding-top: .5rem;
}

.woocommerce-order-details {
  margin-bottom: 1.5rem;
  padding: 20px;
  border-radius: 4px;
  background: #f7f7f4;
}

.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.woocommerce-customer-details {
  margin-bottom: 1.5rem;
}

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.order_details a {
  color: #212529;
}

.order_details a:hover {
  color: #20ad96;
}

.woocommerce .woocommerce-customer-details address {
  padding: 0;
  border: none;
}

.woocommerce-customer-details--phone {
  margin-bottom: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 40px 50px;
  text-align: left;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}

.woocommerce-form p {
  margin: 0 0 15px 0;
}

.woocommerce-form__label-for-checkbox {
  display: block;
  width: 100%;
  margin-top: 1rem;
}

.lost_password a,
.woocommerce-MyAccount-content a {
  color: #20ad96;
}

.lost_password a:hover,
.woocommerce-MyAccount-content a:hover {
  color: #333;
}

.woocommerce-form-login {
  margin-bottom: 2rem;
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-top: none;
  border-bottom: none;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 3px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 1rem;
  color: #777;
  border-radius: 3px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  background: #f5f5f5;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
  background: #f5f5f5;
}

.my_account_orders .button {
  color: #fff;
}

.my_account_orders .button:hover {
  color: #fff;
}

.woocommerce-Address {
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.woocommerce-Address h3 {
  font-size: 24px;
  font-weight: bold;
}

.woocommerce-EditAccountForm p {
  margin-bottom: 1rem;
}

.woocommerce-EditAccountForm fieldset {
  margin: 3rem 0 0 0;
}

.woocommerce-EditAccountForm fieldset legend {
  font-weight: bold;
  display: inline-block;
  width: auto;
  padding-right: 5px;
}

.widget_shopping_cart_content a.remove {
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
}

.widget_shopping_cart_content .mini_cart_item-image {
  float: left;
  padding-left: 0;
}

.widget_shopping_cart_content .mini_cart_item-desc {
  padding-right: 20px;
}

.widget_shopping_cart_content .mini_cart_item-desc a {
  padding: 0;
}

.widget_shopping_cart_content .mini_cart_item-desc .woo-c_product_category a {
  color: #777;
}

.widget_shopping_cart_content .mini_cart_item-desc .woo-c_product_category a:hover {
  color: #000;
}

.widget_shopping_cart_content .quantity {
  font-size: 14px;
  display: block;
}

.widget_shopping_cart_content .mini_cart_item {
  position: relative;
  display: flex;
}

.widget_shopping_cart_content .woocomerce-mini-cart__container {
  width: 100%;
}

.widget_shopping_cart_content .woocomerce-mini-cart__container .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

.widget_shopping_cart_content .woocomerce-mini-cart__container .woocommerce-mini-cart__buttons .button.checkout {
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: .5rem;
  text-align: center;
  color: #fff;
  border-color: #43454b;
  background: #43454b;
}

.widget_shopping_cart_content .woocomerce-mini-cart__container .woocommerce-mini-cart__buttons .button.checkout:hover {
  color: #fff;
  border: 1px solid #20ad96;
  background: #20ad96;
}

.widget_shopping_cart_content .woocomerce-mini-cart__container .woocommerce-mini-cart__buttons .button {
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: .5rem;
  text-align: center;
  color: #222;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.widget_shopping_cart_content .woocomerce-mini-cart__container .woocommerce-mini-cart__buttons .button:hover {
  color: #fff;
  border: 1px solid #43454b;
  background: #43454b;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item:last-child {
  padding-bottom: 0 !important;
  border: none;
}

.cart-quantity-highlighter:not(:empty) {
  font-size: 10px;
  line-height: 13px;
  position: absolute;
  top: -7px;
  left: 13px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #545454;
  border-radius: 50%;
}

.mini-cart .dropdown-toggle::after {
  border: none;
}

.mainmenu .collapse ul > li.mini-cart > a span,
.mainmenu .collapse ul > li.mini-cart:hover > a span {
  color: #242424;
}

.attr-nav {
  float: right;
}

.woocommerce a.remove {
  color: #8c8c8c !important;
}

.woocommerce a.remove:hover {
  color: #20ad96 !important;
  background: transparent;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
}

.woocommerce table.cart td.actions button.button {
  color: #fff;
  background-color: #43454b;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  background-color: #20ad96;
  width: 100%;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
}

@media (max-width: 576px) {
  .woocommerce div.product form.cart {
    display: inline-block;
  }
}

@media (max-width: 495px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
  }
}

/* ---------------------------------------------

/* ---------------------------------------------
responsive
--------------------------------------------- */
@media (max-width: 768px) {
  .woocommerce ul.order_details li {
    width: 48%;
    margin: 0;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 20px;
    border: 1px dashed #d3ced2;
  }
}

@media (max-width: 767px) {
  .space-3 {
    padding: 3rem 0;
  }
  .space-adjust {
    margin-top: -3rem;
  }
}

.woocommerce .products .star-rating {
  width: 5.6em;
  margin-top: 10px;
  float: right;
}

.woocommerce .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: #F5A623;
  font-family: "Font Awesome 5 Free";
}

.woocommerce form .form-row input.input-text {
  background: #F5F5F5;
}

.woocommerce form.checkout_coupon .form-row.form-row-first {
  float: left;
  width: 60%;
  overflow: visible;
  margin-right: 10px;
}

.woocommerce form.checkout_coupon .form-row.form-row-first .input-text {
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  width: 100%;
  height: 50px;
}

.woocommerce table.cart td.actions .coupon .button {
  width: 48%;
  box-sizing: border-box;
}

.woocommerce table.cart td.actions .coupon {
  margin-bottom: 20px;
}

.woocommerce table.cart td.actions .coupon label {
  display: none;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input[type="email"], .woocommerce table.cart td.actions .coupon input[type="password"], .woocommerce table.cart td.actions .coupon input[type="search"], .woocommerce table.cart td.actions .coupon input[type="tel"], .woocommerce table.cart td.actions .coupon input[type="text"], .woocommerce table.cart td.actions .coupon input[type="url"], .woocommerce table.cart td.actions .coupon textarea {
  height: 45px;
}

.woocommerce-form p {
  margin: 0 0 25px 0;
}

.woocommerce-form label {
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions, .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button, .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: .125em .25em .125em 0;
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: left;
  }
  .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding-bottom: .5em;
  }
  .woocommerce #content table.cart td.actions .coupon::after, .woocommerce #content table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::before, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::before, .woocommerce-page table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::before {
    content: ' ';
    display: table;
  }
  .woocommerce #content table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::after {
    clear: both;
  }
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
    box-sizing: border-box;
  }
  .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: right;
  }
  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first, .woocommerce .lost_reset_password .form-row-last, .woocommerce-page .lost_reset_password .form-row-first, .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
  .single-product .twentythirteen .panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/*===================
Blog Main
=====================*/
.blog-section {
  padding-bottom: 80px;
}

.blog-post-item {
  margin-bottom: 30px;
  transition: all .4s ease;
  border: 1px solid #eef2fb;
}

.blog-post-item .post-item {
  padding: 0px 40px 30px;
}

.blog-post-item .post-title {
  margin: 10px 0px 0px;
}

.blog-post-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.post-thumb {
  margin-bottom: 20px;
  align-items: center;
}

.post-meta span {
  font-size: 14px;
  color: #222;
  margin-right: 15px;
}

.post-meta span i {
  color: #ddd;
  margin-right: 5px;
}

.post-meta span a:hover {
  color: #20ad96;
}

.blog-item h3 {
  margin-top: 10px;
}

.blog-item p {
  margin-bottom: 0px;
}

/*==================
Blog PAge 
==================== */
/*============
Post Navigation
=================*/
.post-navigation {
  margin-top: 80px;
}

.post-navigation ul .page-num {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  padding-top: 12px;
  border-radius: 100%;
  font-size: 18px;
  margin-right: 10px;
  color: #222;
  background: #eee;
  cursor: pointer;
}

.post-navigation ul .page-num.active {
  background: #20ad96;
  color: #fff;
}

.post-navigation ul .page-num.active a {
  color: #fff !important;
}

.post-navigation ul .page-num:hover {
  background: #20ad96;
}

.post-navigation ul .page-num:hover a {
  color: #fff !important;
}
.post-content{
  padding: 5px;
}
/*==========================
Single Blog Page 
===========================*/
.single-post-content .post-meta {
  padding-bottom: 20px;
  border-bottom: 2px solid #eef2fb;
  margin-bottom: 30px;
}

.single-post-content .post-meta ul li {
  display: inline-block;
  color: #676767;
  margin-right: 30px;
  position: relative;
}

.single-post-content .post-meta ul li:before {
  content: '';
  position: absolute;
  top: 3px;
  width: 1px;
  height: 20px;
  background-color: #e0dde3;
  right: -20px;
}

.single-post-content .post-meta ul li:last-child:before {
  display: none;
}

.single-post-content .post-meta .blog-comment {
  float: right;
}

.single-post-content .post-meta .blog-comment h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.single-post-content .post-meta .blog-comment h3 i {
  color: #20ad96;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.post-single h1, .post-single h2, .post-single h3, .post-single h4, .post-single h5, .post-single h6 {
  margin-bottom: 20px;
}

.post-single img {
  margin-bottom: 20px;
}

.post-single blockquote {
  padding: 40px 30px 40px;
  margin-top: 35px;
  border-left: 5px solid #385777;
  position: relative;
  padding-left: 120px;
  background: #20ad96;
  color: #ffff;
  line-height: 36px;
  letter-spacing: .5px;
  font-size: 24px;
}

.post-single blockquote:after {
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  font-size: 60px;
  opacity: 0.1;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  z-index: 1;
}

.post-single blockquote i {
  font-size: 30px;
  display: none;
}

.post-single blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}

/*=====================
 Single Post Share
==========================*/
.article-share {
  margin-top: 40px;
}

.article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
  color: #000000;
}

.article-share .social-icon li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: #385777;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
}

.article-share .social-icon li a:hover {
  background: #20ad96;
}

/*=====================
 Author Info
==========================*/
.author {
  margin: 40px 0px;
  padding: 40px;
  border: 1px dashed #ddd;
  position: relative;
  border-radius: 5px;
}

.author .author-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  float: left;
  margin-right: 30px;
}

.author .author-img img {
  border-radius: 100%;
  border: 5px solid #fff;
}

.author .author-info {
  overflow: hidden;
}

.author .author-info h4 {
  margin-bottom: 0px;
}

.author .author-info ul {
  margin: 25px 0px 0px;
}

.author .author-info ul li a {
  color: #333;
  padding: 0px 6px;
}

.author .author-info ul li a:hover {
  color: #20ad96;
}

/*=====================
 CommentS Area
==========================*/
.comments {
  margin: 90px 0px;
}

.comments .commment-title {
  margin-bottom: 60px;
}

.comments .media {
  margin-bottom: 25px;
}

.comments .media img {
  border-radius: 100%;
}

.comments .media .media-body {
  padding-left: 20px;
}

.comments .media .media-body .media {
  margin-top: 35px;
}

.comments .media .media-body h5 span {
  font-size: 12px;
  padding-left: 10px;
  margin-left: 10px;
  font-family: "Questrial", sans-serif;
  color: #20ad96;
  border-left: 1px solid #eee;
}

.comments .media .reply-link {
  font-size: 12px;
  font-family: "Questrial", sans-serif;
  float: right;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
}

.comments .media .reply-link i {
  margin-right: 5px;
}

.comments .media .reply-link:hover {
  color: #20ad96;
}

/*=====================
 Comment Forms
==========================*/
.comments-form {
  background: #F0F6FF;
  padding: 30px;
  border-radius: 15px;
}

.comments-form h3 {
  margin-bottom: 10px;
}

.comments-form .comment_form {
  margin-top: 30px;
}

.comments-form .comment_form .form-control {
  height: 50px;
  border-radius: 40px;
  padding: 15px 15px 15px 20px;
  font-size: 14px;
  border: 1px solid #eee;
}

.comments-form .comment_form textarea.form-control {
  height: auto;
  border-radius: 15px;
}

.comments-form .comment_form .btn {
  padding: 14px 30px 14px 30px;
  margin-top: 20px;
}

/*=====================
 POst Navigation
==========================*/
.blog-navigation {
  margin: 60px 0px;
  padding: 30px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
}

.blog-navigation a {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  font-family: "Kumbh Sans", sans-serif;
}

.blog-navigation a:hover {
  color: #20ad96;
}

.blog-navigation a span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #888;
  letter-spacing: 1px;
}

.blog-navigation .next-post {
  text-align: right;
  float: right;
}

/*=====================
 POst Sidbear
==========================*/
.blog-sidebar .widget {
  padding: 30px;
  background-color: white;
  border: 2px solid #eef2fb;
  margin-bottom: 40px;
  transition: .4s;
}

.blog-sidebar .widget:hover {
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  border-top-color: #20ad96;
}

.blog-sidebar .widget .widget-title {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.blog-sidebar .widget .widget-title:before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  width: 40px;
  height: 2px;
  background: #20ad96;
}

.blog-sidebar .widget ul li i {
  margin-right: 10px;
}

.blog-sidebar .widget ul, .blog-sidebar .widget ol {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0px;
}

.blog-sidebar .widget.widget_tag_cloud a {
  display: block;
  color: #647589;
  font-size: 13px;
  background: #f5f5f5;
  padding: 3px 16px;
  text-transform: capitalize;
  color: #333;
  margin: 0px 5px 10px 0px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.blog-sidebar .widget.widget_tag_cloud a i {
  margin-right: 10px;
}

.blog-sidebar .widget.widget_tag_cloud a:hover {
  color: #fff;
  background: #20ad96;
}

.blog-sidebar .widget.widget_categories ul li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #647589;
}

.blog-sidebar .widget.widget_categories ul li:first-child {
  border-top: 0;
  padding-top: 0;
}

.blog-sidebar .widget.widget_categories ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar .widget.widget_categories ul li a {
  overflow: hidden;
  text-align: right;
  color: #647589;
}

.blog-sidebar .widget.widget_categories ul li a i {
  margin-right: 10px;
}

.blog-sidebar .widget.widget_categories ul li a:hover {
  color: #20ad96;
}

.blog-sidebar .widget.widget-search input {
  height: 50px;
  position: relative;
  border-radius: 0px;
  border: 1px solid #eee;
}

.blog-sidebar .widget.widget-search .search-form {
  position: relative;
}

.blog-sidebar .widget.widget-search .search-form label {
  display: block;
}

.blog-sidebar .widget.widget-search .search-form label input {
  border: 1px solid #eee;
  padding: 9px 10px 9px 20px;
  width: 100%;
}

.blog-sidebar .widget.widget-search .search-form [type=submit] {
  color: #fff;
  background: #20ad96;
  border: 1px solid #20ad96;
  padding: 9px 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.blog-sidebar .widget.widget-search .search-form [type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px 5px 5px 0px;
}

/*==============
Recent post widget
====================*/
.recent-posts li {
  clear: both;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.recent-posts li:last-child {
  margin-bottom: 0px;
  border: 0px;
  padding-bottom: 0px;
}

.widget-post-thumb {
  width: 80px;
  border-radius: 5px;
  margin-right: 20px;
  overflow: hidden;
  float: left;
}

.widget-post-body {
  overflow: hidden;
}

.widget-post-body h6 {
  margin-bottom: 0px;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.widget-post-body span {
  text-transform: capitalize;
}

.post-single .post-thumb {
  margin-bottom: 10px;
}

.footer-2 {
  background: #1D292E;
  padding: 80px 0px 0px;
}

.footer-2 .widget-title {
  margin-bottom: 30px;
  color: #fff;
}

.footer-2 .footer-links {
  color: #adb4b7;
}

.footer-2 .footer-links li {
  margin: 10px 0px;
}

.footer-2 .footer-links a {
  color: #adb4b7;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.footer-2 .footer-links a:hover {
  color: #fff;
  padding-left: 10px;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.footer-2 .footer-btm {
  margin-top: 60px;
  border-top-color: rgba(107, 110, 111, 0.2);
}

.footer-2 .footer-btm a {
  color: #adb4b7;
}

.footer-2 .footer-btm a:hover {
  color: #fff;
}

.footer-2 .footer-btm p {
  color: #fff;
}

.text-gray {
  color: #6b6e6f;
}

.footer-about {
  color: #fff;
}

.footer-about p {
  color: #fff;
}

.footer-about .footer-info {
  color: #adb4b7;
  margin-top: 20px;
}

.footer-about .footer-info span {
  color: #fff;
  margin-right: 5px;
  font-family: "Kumbh Sans", sans-serif;
}

.footer-about .footer-socials {
  margin-top: 30px;
}

.footer-about .footer-socials a {
  color: #fff;
}

.footer-logo img {
  width: 125px;
}

.fixed-btm-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
}

.fixed-btm-top .scroll-to-top {
  display: inline-block;
  text-align: center;
  height: 50px;
  background: #20ad96;
  color: #fff;
  width: 50px;
  border-radius: 100%;
  padding-top: 10px;
}

.fixed-btm-top.reveal {
  opacity: 1;
  visibility: visible;
}




/*-------------------
test EE
-----------------------*/
/* Préfixe unique: tcf-ee- */

/* ============================================
   CONTENEUR PRINCIPAL
   ============================================ */
.tcf-ee-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ============================================
   HEADER
   ============================================ */
.tcf-ee-header {
  text-align: center;
  margin-bottom: 25px;
  animation: tcf-ee-fadeIn 0.6s ease-out;
}

@keyframes tcf-ee-fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

.tcf-ee-header-icon {
  font-size: 48px;
  margin-bottom: 12px;
  color: #4facfe;
  display: inline-block;
}

.tcf-ee-title {
  font-size: 26px;
  font-weight: 800;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 8px;
  letter-spacing: -0.5px;
}

.tcf-ee-subtitle {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

/* ============================================
   INTRO BOX
   ============================================ */
.tcf-ee-intro {
  background: linear-gradient(135deg, #e3f2fd 0%, #f0f7ff 100%);
  border: 2px solid #90caf9;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(79, 172, 254, 0.15);
  animation: tcf-ee-fadeIn 0.6s ease-out 0.2s backwards;
}

.tcf-ee-intro-title {
  font-size: 20px;
  font-weight: 700;
  color: #0056b3;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tcf-ee-intro-title i {
  font-size: 24px;
  color: #4facfe;
}

.tcf-ee-intro-text {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   SECTION COMBINAISON
   ============================================ */
.tcf-ee-combinaison {
  margin-bottom: 25px;
}

.tcf-ee-combinaison-title {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #4facfe;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tcf-ee-combinaison-title i {
  color: #4facfe;
}

/* ============================================
   TÂCHE
   ============================================ */
.tcf-ee-tache {
  background: white;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: tcf-ee-fadeIn 0.6s ease-out backwards;
}

.tcf-ee-tache:nth-child(1) { animation-delay: 0.3s; }
.tcf-ee-tache:nth-child(2) { animation-delay: 0.4s; }
.tcf-ee-tache:nth-child(3) { animation-delay: 0.5s; }

.tcf-ee-tache::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4facfe, #00f2fe);
  opacity: 0;
  transition: opacity 0.3s;
}

.tcf-ee-tache:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.tcf-ee-tache:hover::before {
  opacity: 1;
}

.tcf-ee-tache-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.tcf-ee-tache-number {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(79, 172, 254, 0.3);
}

.tcf-ee-tache-title {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}

.tcf-ee-tache-enonce {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  border-left: 4px solid #4facfe;
}

/* ============================================
   DOCUMENTS (Tâche 3)
   ============================================ */
.tcf-ee-document {
  background: #fff9e6;
  border: 2px solid #ffe082;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 15px;
}

.tcf-ee-document-title {
  font-size: 16px;
  font-weight: 700;
  color: #f57c00;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tcf-ee-document-title i {
  font-size: 18px;
}

.tcf-ee-document-content {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* ============================================
   RÉPONSE USER
   ============================================ */
.tcf-ee-reponse {
  margin-top: 18px;
}

.tcf-ee-reponse-label {
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.tcf-ee-reponse-label i {
  color: #4facfe;
  font-size: 16px;
}

.tcf-ee-textarea {
  width: 100%;
  min-height: 150px;
  padding: 15px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.6;
  resize: vertical;
  transition: all 0.3s ease;
  background: #fafbfc;
}

.tcf-ee-textarea:focus {
  outline: none;
  border-color: #4facfe;
  background: white;
  box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.1);
}

.tcf-ee-textarea::placeholder {
  color: #adb5bd;
}

/* ============================================
   BOUTON SOUMISSION
   ============================================ */
.tcf-ee-submit-wrapper {
  text-align: center;
  margin: 30px 0;
  animation: tcf-ee-fadeIn 0.6s ease-out 0.6s backwards;
}


/* ============================================
   ZONE PROGRESSION
   ============================================ */
.tcf-ee-progress-box {
  max-width: 800px;
  margin: 30px auto;
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.tcf-ee-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
}

.tcf-ee-loader-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  animation: tcf-ee-spin 1s linear infinite;
}

@keyframes tcf-ee-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.tcf-ee-loader-text {
  font-size: 16px;
  color: #6c757d;
  font-weight: 500;
}

/* ============================================
   APRÈS SOUMISSION
   ============================================ */
.tcf-ee-after-submit {
  max-width: 800px;
  margin: 30px auto;
  animation: tcf-ee-fadeIn 0.6s ease-out;
}

.tcf-ee-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tcf-ee-card-header {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tcf-ee-card-header i {
  font-size: 24px;
}

.tcf-ee-card-body {
  padding: 30px;
  text-align: center;
}

.tcf-ee-success-icon {
  font-size: 64px;
  color: #4caf50;
  margin-bottom: 20px;
  animation: tcf-ee-bounce 1s ease-out;
}

@keyframes tcf-ee-bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-20px); }
  60% { transform: translateY(-10px); }
}

.tcf-ee-success-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 10px;
}

.tcf-ee-success-text {
  font-size: 16px;
  color: #6c757d;
  margin: 0 0 25px;
}

.tcf-ee-btn-next {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(79, 172, 254, 0.3);
}

.tcf-ee-btn-next:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(79, 172, 254, 0.4);
  color: white;
  text-decoration: none;
}

.tcf-ee-btn-next i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.tcf-ee-btn-next:hover i {
  transform: translateX(5px);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .tcf-ee-container {
    padding: 15px 10px;
  }

  .tcf-ee-header-icon {
    font-size: 40px;
  }

  .tcf-ee-title {
    font-size: 22px;
  }

  .tcf-ee-subtitle {
    font-size: 13px;
  }

  .tcf-ee-intro {
    padding: 15px;
  }

  .tcf-ee-intro-title {
    font-size: 18px;
  }

  .tcf-ee-intro-text {
    font-size: 13px;
  }

  .tcf-ee-tache {
    padding: 20px 15px;
  }

  .tcf-ee-tache-title {
    font-size: 16px;
  }

  .tcf-ee-tache-enonce {
    font-size: 13px;
    padding: 12px;
  }

  .tcf-ee-textarea {
    min-height: 120px;
    padding: 12px;
    font-size: 13px;
  }

 
  .tcf-ee-document {
    padding: 15px;
  }

  .tcf-ee-document-title {
    font-size: 15px;
  }

  .tcf-ee-card-header {
    font-size: 18px;
    padding: 15px;
  }

  .tcf-ee-card-body {
    padding: 20px 15px;
  }

  .tcf-ee-success-icon {
    font-size: 48px;
  }

  .tcf-ee-success-title {
    font-size: 20px;
  }

  .tcf-ee-success-text {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .tcf-ee-container {
    padding: 12px 8px;
  }

  .tcf-ee-header-icon {
    font-size: 36px;
  }

  .tcf-ee-title {
    font-size: 20px;
  }

  .tcf-ee-tache {
    padding: 15px 12px;
  }

  .tcf-ee-tache-number {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .tcf-ee-progress-box,
  .tcf-ee-after-submit {
    margin: 20px auto;
  }
}

/* Accessibilité */
@media (prefers-reduced-motion: reduce) {
  .tcf-ee-container *,
  .tcf-ee-container *::before,
  .tcf-ee-container *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

:root {
  --primary-color: #60a5fa;
  --success-color: #10b981;
  --danger-color: #ef4444;
  --warning-color: #f59e0b;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-500: #6b7280;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --border-radius: 16px;
  --border-radius-sm: 12px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.1);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== Container ===== */
.eo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  background: #f8f9fa;
  min-height: 100vh;
}


/* ===== Info Banner ===== */
.eo-info-banner {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 2px solid #93c5fd;
  border-radius: var(--border-radius);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.eo-info-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e40af;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.eo-info-text {
  font-size: 0.95rem;
  color: var(--gray-700);
  line-height: 1.6;
  margin: 0;
}





/*-----------------
eo-loadin screen test ee
*/

/* ===== Loading Screen ===== */
.eo-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.eo-loading-spinner {
  width: 64px;
  height: 64px;
  border: 4px solid var(--gray-200);
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1.5rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.eo-loading-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 0.5rem;
}

.eo-loading-subtext {
  font-size: 0.95rem;
  color: var(--gray-500);
}

/* ===== Header ===== */
.eo-header {
  background: white;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.eo-header-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.eo-header-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #60a5fa 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
}


/* ===== Task Card ===== */
.eo-task-card {
  background: white;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-md);
  border: 2px solid transparent;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.eo-task-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #60a5fa);
}

.eo-task-card:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
}

.eo-task-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gray-200);
}

.eo-task-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.eo-task-number {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #6366f1 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.125rem;
}

.eo-task-duration {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--gray-600);
  font-weight: 600;
  background: var(--gray-100);
  padding: 0.375rem 0.75rem;
  border-radius: 999px;
}

.eo-task-content {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--gray-700);
  margin-bottom: 1.5rem;
}

/* ===== Recording Controls ===== */
.eo-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.eo-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: var(--border-radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}

.eo-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.eo-btn.start {
  background: linear-gradient(135deg, var(--primary-color) 0%, #6366f1 100%);
  color: white;
  border-color: var(--primary-color);
}

.eo-btn.start:hover {
  background: linear-gradient(135deg, #4338ca 0%, var(--primary-color) 100%);
}

.eo-btn.stop {
  background: white;
  color: var(--gray-700);
  border-color: var(--gray-300);
}

.eo-btn.stop:hover {
  background: var(--gray-100);
}

.eo-btn.redo {
  background: linear-gradient(135deg, var(--warning-color) 0%, #d97706 100%);
  color: white;
  border-color: var(--warning-color);
}

.eo-btn.redo:hover {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

.eo-btn.recording {
  animation: pulse-recording 2s ease-in-out infinite;
}

@keyframes pulse-recording {
  0%, 100% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.7); }
  50% { box-shadow: 0 0 0 10px rgba(79, 70, 229, 0); }
}

/* ===== Audio Player ===== */
.eo-audio-wrapper {
  background: var(--gray-50);
  border-radius: var(--border-radius-sm);
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.eo-audio {
  width: 100%;
  height: 40px;
  border-radius: 8px;
}

.eo-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--gray-600);
  background: #fef3c7;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  border-left: 3px solid var(--warning-color);
}

/* ===== Submit Section ===== */
.eo-submit-section {
  background: white;
  border-radius: var(--border-radius);
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-md);
  margin-top: 2rem;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, var(--success-color) 0%, #059669 100%);
  color: white;
  border: none;
  border-radius: var(--border-radius-sm);
  font-weight: 700;
  font-size: 1.125rem;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}

.btn-submit:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.btn-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* ===== Progress Panel ===== */
.eo-progress-panel {
  background: white;
  border-radius: var(--border-radius);
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-lg);
  max-width: 600px;
  margin: 2rem auto;
  animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.eo-progress-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
}

.eo-progress-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 0.75rem 0;
}

.eo-progress-text {
  font-size: 1rem;
  color: var(--gray-600);
  margin: 0 0 2rem 0;
}

/* ===== Progress Steps ===== */
.eo-progress-steps {
  text-align: left;
  margin: 2rem 0;
}

.eo-progress-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--gray-50);
  border-radius: var(--border-radius-sm);
  margin-bottom: 0.75rem;
  transition: var(--transition);
}

.eo-progress-step.active {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid #3b82f6;
}

.eo-progress-step.completed {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  border: 2px solid var(--success-color);
}

.eo-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.eo-progress-step.active .eo-step-icon {
  background: #3b82f6;
  color: white;
  animation: pulse 2s ease-in-out infinite;
}

.eo-progress-step.completed .eo-step-icon {
  background: var(--success-color);
  color: white;
}

.eo-progress-step.pending .eo-step-icon {
  background: var(--gray-300);
  color: var(--gray-600);
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.eo-step-content {
  flex: 1;
}

.eo-step-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0 0 0.25rem 0;
}

.eo-step-desc {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin: 0;
}

/* ===== Success Panel ===== */
.eo-success-panel {
  background: linear-gradient(135deg, var(--success-color) 0%, #059669 100%);
  color: white;
  border-radius: var(--border-radius);
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-lg);
  max-width: 600px;
  margin: 2rem auto;
  animation: slideUp 0.5s ease-out;
}

.eo-success-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #ffd700;
  animation: bounce 1s ease-in-out;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-20px); }
  60% { transform: translateY(-10px); }
}

.eo-success-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color:white;
}

.eo-success-text {
  font-size: 1.125rem;
  opacity: 0.95;
  margin: 0 0 1.5rem 0;
}

.btn-finish {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: white;
  color: var(--success-color);
  border: none;
  border-radius: var(--border-radius-sm);
  font-weight: 700;
  font-size: 1.125rem;
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}

.btn-finish:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  text-decoration: none;
  color: var(--success-color);
}

/* ===== Utility Classes ===== */
.d-none { display: none !important; }
.text-center { text-align: center; }

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .eo-container {
    padding: 1rem 0.5rem;
  }

  .eo-header {
    padding: 1.25rem 1rem;
  }

  .eo-header-title {
    font-size: 1.25rem;
  }

  .eo-header-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .eo-task-card {
    padding: 1.25rem 1rem;
  }

  .eo-task-title {
    font-size: 1.125rem;
  }

  .eo-task-number {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .eo-controls {
    flex-direction: column;
  }

  .eo-btn {
    width: 100%;
    justify-content: center;
  }

  .eo-submit-section {
    padding: 1.5rem 1rem;
  }

  .btn-submit {
    width: 100%;
    justify-content: center;
  }

  .eo-progress-panel,
  .eo-success-panel {
    padding: 1.5rem 1rem;
  }

  .eo-progress-icon {
    width: 64px;
    height: 64px;
  }

  .eo-progress-title,
  .eo-success-title {
    font-size: 1.25rem;
  }

  .eo-success-icon {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .eo-header-title {
    font-size: 1.125rem;
  }

  .eo-info-banner {
    padding: 1rem;
  }

  .eo-info-title {
    font-size: 1rem;
  }

  .eo-task-card {
    padding: 1rem 0.75rem;
  }

  .btn-submit,
  .btn-finish {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}


.privacy-hero {
     background: linear-gradient(135deg, #6b8cadff 0%, #a0c2d4ff 100%);
    position: relative;
    overflow: hidden;
  }
  
  .privacy-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
  }
  
  .privacy-hero-icon {
    font-size: 3rem;
    animation: pulse 2s infinite;
  }


  /* ====== Sommaire / Table of Contents ====== */
.toc{
  background:white;
  border:1px solid #e2e8f0;
  border-radius:16px;
  box-shadow:0 6px 20px rgba(0,0,0,0.06);
  padding:20px;
  margin:30px 0;
}
.toc-title{
 
  font-weight:800;color:#20ad96;margin:0 0 12px 0;font-size:1.2rem;
}
.toc-icon{
  font-weight:800;
  color:#20ad96;
  font-size:1.5rem;
}
.toc-desc{color:#64748b;font-size:13px;margin:0 0 12px 0}
.toc-list{list-style:none;margin:0;padding-left:0}
.toc-list li{margin:6px 0;line-height:1.5}
.toc-list a{
  margin-left: 15px;
  color:#3a5d97;text-decoration:none;font-weight:600;
  border-bottom:1px solid transparent;transition:border-color .2s ease;
}
.toc-list a:hover{border-color:#3b82f6}
.toc-h3{margin-left:16px;font-weight:500}
.toc-active > a{color:#1e40af}

/* Scrollspy (petit indicateur à gauche des h2/h3 actifs) */
.toc-anchor-target{
  scroll-margin-top: 100px; /* évite que le titre passe sous la navbar/hero */
}
/* faq section */
/* ===== Variables de couleur bleu ciel ===== */
:root {
  --sky-primary: #4FC3F7;
  --sky-light: #81D4FA;
  --sky-lighter: #B3E5FC;
  --sky-lightest: #E1F5FE;
  --sky-dark: #0288D1;
  --sky-gradient-start: #4FC3F7;
  --sky-gradient-end: #0288D1;
  --text-dark: #263238;
  --text-medium: #546E7A;
  --text-light: #78909C;
}

/* ===== Section FAQ ===== */
.faq-section {
  background: linear-gradient(180deg, #E1F5FE 0%, #ffffff 100%);
  padding: 60px 0;
}

/* Badge en-tête */
.faq-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--sky-gradient-start) 0%, var(--sky-gradient-end) 100%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(79, 195, 247, 0.4);
  animation: float 3s ease-in-out infinite;
}

.faq-badge i {
  font-size: 36px;
  color: white;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.faq-header h2 {
  font-family: "Kumbh Sans", sans-serif;
  color: var(--text-dark);
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
}

.faq-header .subheading {
  text-transform: uppercase;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--sky-dark);
  letter-spacing: 2px;
}

.faq-header .lead {
  font-size: 18px;
  color: var(--text-medium);
  max-width: 900px;
  margin: 10px auto 0;
}

/* Accordéon FAQ */
.faq-accordion {
  margin-top: 50px;
}

.faq-item {
  background: white;
  border-radius: 16px;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(79, 195, 247, 0.12);
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
  border-color: var(--sky-light);
  box-shadow: 0 8px 30px rgba(79, 195, 247, 0.25);
  transform: translateY(-3px);
}

/* Question */
.faq-question {
  background: white;
}

.faq-question-btn {
  width: 100%;
  padding: 28px 35px;
  background: transparent;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.faq-question-btn:hover {
  background: var(--sky-lightest);
}

.faq-question-btn:focus {
  outline: none;
  box-shadow: none;
}

/* Icône question */
.faq-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--sky-gradient-start) 0%, var(--sky-gradient-end) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  font-size: 22px;
  box-shadow: 0 5px 15px rgba(79, 195, 247, 0.4);
  transition: all 0.3s ease;
}

.faq-item:hover .faq-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(79, 195, 247, 0.5);
}

/* Texte de la question */
.faq-question-text {
  flex: 1;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.5;
}

/* Toggle icon */
.faq-toggle {
  width: 38px;
  height: 38px;
  background: var(--sky-lightest);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.faq-toggle i {
  color: var(--sky-dark);
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.4s ease;
}

.faq-question-btn:not(.collapsed) .faq-toggle {
  background: var(--sky-primary);
  transform: rotate(180deg);
}

.faq-question-btn:not(.collapsed) .faq-toggle i {
  color: white;
}

/* Réponse */
.faq-answer {
  padding: 0 35px 35px 107px;
  
}

.answer-content {
  color: var(--text-medium);
  font-size: 15px;
  line-height: 1.9;
  padding-top: 25px;
  border-top: 2px solid var(--sky-lighter);
  position: relative;
}

.answer-icon {
  color: var(--sky-primary);
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}

.answer-content p {
  margin-bottom: 15px;
}

.answer-content p:last-child {
  margin-bottom: 0;
}

/* Animation du collapse */
.faq-item .collapse {
  transition: all 0.3s ease-in-out;
}

.faq-item .collapsing {
  transition: height 0.3s ease;
}

/* Box de contact */
.faq-contact-box {
  background: linear-gradient(135deg, var(--sky-lightest) 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 55px 40px;
  border: 3px dashed var(--sky-light);
  position: relative;
  overflow: hidden;
}

.faq-contact-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(79, 195, 247, 0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.contact-box-inner {
  position: relative;
  z-index: 1;
}

.contact-box-inner i {
  font-size: 55px;
  color: var(--sky-primary);
  margin-bottom: 25px;
  display: inline-block;
  animation: bounce-slow 2s ease-in-out infinite;
}

@keyframes bounce-slow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.contact-box-inner h5 {
  font-family: "Kumbh Sans", sans-serif;
  color: var(--text-dark);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
}

.contact-box-inner p {
  color: var(--text-medium);
  font-size: 17px;
  margin-bottom: 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Bouton Sky */
.btn-sky {
  background: linear-gradient(135deg, var(--sky-gradient-start) 0%, var(--sky-gradient-end) 100%);
  color: white;
  border: 2px solid transparent;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 20px rgba(79, 195, 247, 0.4);
}

.btn-sky:hover {
  background: linear-gradient(135deg, var(--sky-gradient-end) 0%, var(--sky-gradient-start) 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(79, 195, 247, 0.5);
  color: white;
}

.btn-sky i {
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section {
    padding: 40px 0;
  }

  .faq-badge {
    width: 65px;
    height: 65px;
  }

  .faq-badge i {
    font-size: 28px;
  }

  .faq-question-btn {
    padding: 22px 18px;
    gap: 16px;
  }
  
  .faq-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  
  .faq-question-text {
    font-size: 16px;
  }
  
  .faq-answer {
    padding: 0 18px 25px 76px;
  }
  
  .faq-header h2 {
    font-size: 28px;
  }
  
  .faq-contact-box {
    padding: 35px 25px;
  }
  
  .contact-box-inner h5 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .faq-answer {
    padding: 0 18px 25px 18px;
  }
  
  .faq-question-btn {
    flex-wrap: nowrap;
    padding: 18px 15px;
  }
  
  .faq-toggle {
    width: 32px;
    height: 32px;
  }

  .faq-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .btn-sky {
    width: 100%;
    justify-content: center;
  }
}

/* Animation des icônes */
@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

.faq-item:hover .faq-icon {
  animation: pulse-icon 2s infinite;
}

/* Effet de brillance */
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.faq-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(79, 195, 247, 0.2), transparent);
  transition: left 0.5s;
}

.faq-item:hover::before {
  animation: shine 0.8s;
}
