/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #03C4EB;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #03C4EB;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1bd6fc;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.jpg) top center;
  background-size: cover;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .logo-index {
  width: min(90%, 670px);
}

#hero .hero-container {
  background: rgba(0, 0, 0, 0.5);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #ccc;
  margin-bottom: 50px;
}

#hero h2 span {
  color: #fff;
  transition: 0.3s;
  /*border-bottom: 2px solid #03C4EB;*/
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating>.animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #0d0d0d;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}

#header.fixed-top {
  background: rgba(0, 0, 0, 0.85);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  height: 50px;
}

.scrolled-offset {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #03C4EB;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #333333;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #03C4EB;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.navbar .bi-house {
  font-size:24px;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #03C4EB;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #03C4EB;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
  font-size: 24px;
  font-style: italic;
  text-align: center;
  color: #464646;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Prototypage Section
--------------------------------*/
#prototypage {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  min-height: calc(100vh - 147px);
}

#prototypage .prototypage-img {
  overflow: hidden;
}

#prototypage .prototypage-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #prototypage .prototypage-img {
    height: auto;
  }

  #prototypage .prototypage-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#prototypage .prototypage-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#prototypage .prototypage-text {
  text-align:justify;
  line-height: 26px;
  margin-bottom: 15px;
}

#prototypage .prototypage-text:last-child {
  margin-bottom: 0;
}

/* Groupe CMCP Section
--------------------------------*/
#groupecmcp {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  min-height: calc(100vh - 147px);
}

#groupecmcp .groupecmcp-img {
  overflow: hidden;
}

#groupecmcp .groupecmcp-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #groupecmcp .groupecmcp-img {
    height: auto;
  }

  #groupecmcp .groupecmcp-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#groupecmcp .groupecmcp-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#groupecmcp .groupecmcp-text {
  text-align:justify;
  line-height: 26px;
  margin-bottom: 15px;
}

#groupecmcp .groupecmcp-text:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Groupe CCMP activity area
--------------------------------------------------------------*/
#groupecmcpactivityarea {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
    background-size: cover;
    padding: 0 0 40px 0;
  }

  .groupecmcpactivityarea {
    background: #fff;
    border-radius: 20px;
  }
/*
  .groupecmcpactivityarea .groupecmcpactivityarea-box {
    background: #fff;
  }
  */
  .groupecmcpactivityarea .groupecmcpactivityarea-box .groupecmcpactivityarea-img {
    overflow: hidden;
    position: relative;
    min-height: 250px;
    text-align:center;
  }
  
  .groupecmcpactivityarea .groupecmcpactivityarea-box .groupecmcpactivityarea-img img {
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .groupecmcpactivityarea .groupecmcpactivityarea-box .groupecmcpactivityarea-title {
    font-size: 24px;
    color: var(--color-secondary);
    font-weight: 900;
    margin: 15px 0 15px 0;
    position: relative;
    transition: 0.3s;
    text-align: center;
  }
  .groupecmcpactivityarea .groupecmcpactivityarea-box .groupecmcpactivityarea-content {
    min-height: 150px;
  }
  .groupecmcpactivityarea .groupecmcpactivityarea-box p {
    margin: 10px 15px  0 15px ;
    color: rgba(27, 47, 69, 0.7);
    text-align: justify;
    text-justify: inter-word;
  }
  
  .groupecmcpactivityarea .groupecmcpactivityarea-box:hover .groupecmcpactivityarea-title {
    color: var(--color-primary);
  }
  
  /*.groupecmcpactivityarea .groupecmcpactivityarea-box:hover .groupecmcpactivityarea-img img {
    transform: scale(1.1);
  }*/

 .groupecmcpactivityarea-link {
  text-align:center;
  margin-top:auto;
  padding-top:10px;
  padding-bottom:10px;
 }

 .groupecmcpactivityarea-box .more-btn {
    background: #fff;
    display: inline-block;
    margin: 10px;
    padding: 6px 30px;
    border-radius: 20px;
    color: #03C4EB;
    border: 1px solid #03C4EB;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align:center;
    width:75%;
  }

  .groupecmcpactivityarea-box .more-btn:hover {
    color: #fff;
    border: 0px solid #03C4EB;
    background: linear-gradient(45deg, #63c5e2, #03C4EB);
  }




















/* Presentation Section
--------------------------------*/
#presentation {
  background: #fff;
  padding: 80px 0;
}

#presentation .presentation-img {
  overflow: hidden;
}

#presentation .presentation-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #presentation .presentation-img {
    height: auto;
  }

  #presentation .presentation-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#presentation .presentation-content {
  background: #fff;
}

#presentation .presentation-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#presentation .presentation-text {
  text-align:justify;
  line-height: 26px;
  margin-bottom: 15px;
}

#presentation .presentation-text:last-child {
  margin-bottom: 0;
}


/* activity Section
--------------------------------*/
#activity {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 0px 0;
}

#activity .activity-item {
  margin-bottom: 20px;
}

#activity .activity-icon {
  float: left;
  background: #03C4EB;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #03C4EB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

#activity .activity-icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

#activity .activity-item:hover .activity-icon {
  background: #fff;
}

#activity .activity-item:hover .activity-icon i {
  color: #03C4EB;
}

#activity .activity-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#activity .activity-title a {
  color: #111;
}

#activity .activity-description {
  margin-left: 80px;
  line-height: 24px;
}



/*--------------------------------------------------------------
# activityarea
--------------------------------------------------------------*/
#activityarea {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
    background-size: cover;
    padding: 80px 0 60px 0;
  }
  .activityarea .activity2-box {
    background: #fff;
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  .activityarea .activity2-box .activity2-img {
    overflow: hidden;
    position: relative;
  }
  
  .activityarea .activity2-box .activity2-img img {
    transition: 0.5s;
  }
  
  .activityarea .activity2-box .meta {
    margin-top: 15px;
  }
  
  .activityarea .activity2-box .meta .activity2-date {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-primary);
  }
  
  .activityarea .activity2-box .meta .activity2-author {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-secondary);
  }
  
  .activityarea .activity2-box .activity2-title {
    font-size: 24px;
    color: var(--color-secondary);
    font-weight: 900;
    margin: 15px 0 0 0;
    position: relative;
    transition: 0.3s;
    text-align: center;
  }
  
  .activityarea .activity2-box p {
    margin: 10px 15px  0 15px ;
    color: rgba(27, 47, 69, 0.7);
    text-align: justify;
    text-justify: inter-word;
  }
  
  .activityarea .activity2-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    text-align: center;
    margin: 20px 15px  10px 15px ;
  }
  
  .activityarea .activity2-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
  }
  
  .activityarea .activity2-box:hover .activity2-title {
    color: var(--color-primary);
  }
  
  .activityarea .activity2-box:hover .activity2-img img {
    transform: scale(1.1);
  }
 .activity2-link {
  text-align:center;
  margin-top:auto;
  padding-top:10px;
  padding-bottom:10px;
 }

 .activity2-box .get-started-btn {
    background: #fff;
    display: inline-block;
    margin: 10px;
    padding: 6px 30px;
    border-radius: 20px;
    color: #03C4EB;
    border: 1px solid #03C4EB;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align:center;
    width:50%;
  }

  .activity2-box .get-started-btn:hover {
    color: #fff;
    border: 0px solid #03C4EB;
    background: linear-gradient(45deg, #63c5e2, #03C4EB);
  }

/*--------------------------------------------------------------
# History section
--------------------------------------------------------------*/
#history {
  padding: 80px 0 60px 0;
}

.history .history-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.history .history-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 1px solid #03C4EB;
  position: relative;
}

.history .history-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.history .history-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.history .history-item ul {
  padding-left: 20px;
}

.history .history-item ul li {
  padding-bottom: 10px;
}

.history .history-item:last-child {
  padding-bottom: 0;
}

.history .history-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 1px solid #03C4EB;
}


/*--------------------------------------------------------------
# certification
--------------------------------------------------------------*/
/*#certification {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 120px 0;
}*/
#certification {
  padding: 80px 0 60px 0;
}
@media (min-width: 767px) {
  .card-blog {
    margin-bottom: 3rem;
  }
}

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  text-align: center;
  /*position: absolute;
  text-align: center;
  top: 15px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;*/
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 15px 30px 15px 30px ;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  /*display: inline-block;*/
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.card-blog .card-category .category a {
  color: #fff;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
/* float: right;*/
}

#realisations {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/realisations_bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 120px 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
}


.clients .swiper-slide img {
  opacity: 1;
  transition: 0.3s;
}

.clients .swiper-slide:hover img {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 60%;
  opacity: 0.5;
  transition: 0.3s;
}

.clients .owl-item img:hover {
  opacity: 1;
}

.clients .owl-nav,
.clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #0880e8 !important;
}

.preci-title-border-lb h1,h2,h3,h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 7px;
}

/*--------------------------------------------------------------
# Info Box
--------------------------------------------------------------*/
#info-box {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  min-height: calc(100vh - 147px);
}



.info-box .content {
  padding: 60px 100px 0 100px;
}

.info-box .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.info-box .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.info-box .content p {
  font-size: 15px;
  color: #6b8a86;
}

.info-box .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info-box .accordion-list {
  padding: 0 100px 60px 100px;
}

.info-box .accordion-list ul {
  padding: 0;
  list-style: none;
}

.info-box .accordion-list li+li {
  margin-top: 15px;
}

.info-box .accordion-list li {
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
}

.info-box .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

.info-box .accordion-list a h2 {
  display: inline;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  text-transform: none;
}

.info-box .accordion-list a:hover {
  color: #03C4EB;
}

.info-box .accordion-list span {
  color: #03C4EB;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.info-box .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.info-box .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.info-box .accordion-list p i {
  position: relative;
  color: #03C4EB;
  font-size: 15px;
  margin: 10px;
}

.info-box .accordion-list .icon-show {
  display: none;
}

.info-box .accordion-list a.collapsed {
  color: #343a40;
}

.info-box .accordion-list a.collapsed:hover {
  color: #03C4EB;
}

.info-box .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.info-box .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .info-box .content,
  .info-box .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  /*.info-box {
     img {
      padding-top: 30px;
    } 
  }*/

  .info-box .content {
    padding-top: 30px;
  }

  .info-box .accordion-list {
    padding-bottom: 30px;
  }
}


/********************
/     Mentions RGPD
*********************/
.mention-rgpd .accordion-list {
  padding: 0 0px 60px 0px;
}

.mention-rgpd .accordion-list ul {
  padding: 0;
  list-style: none;
}

.mention-rgpd .accordion-list li+li {
  margin-top: 15px;
}

.mention-rgpd .accordion-list li {
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
}

.mention-rgpd .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

.mention-rgpd .accordion-list a h2 {
  display: inline;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  text-transform: none;
}

.mention-rgpd .accordion-list a:hover {
  color: #03C4EB;
}

.mention-rgpd .accordion-list span {
  color: #03C4EB;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.mention-rgpd .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.mention-rgpd .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.mention-rgpd .accordion-list p i {
  position: relative;
  color: #03C4EB;
  font-size: 15px;
  margin: 10px;
}

.mention-rgpd .accordion-list .icon-show {
  display: none;
}

.mention-rgpd .accordion-list a.collapsed {
  color: #343a40;
}

.mention-rgpd .accordion-list a.collapsed:hover {
  color: #03C4EB;
}

.mention-rgpd .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.mention-rgpd .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .mention-rgpd .content,
  .mention-rgpd .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  /*.mention-rgpd {
     img {
      padding-top: 30px;
    } 
  }*/

  .mention-rgpd .content {
    padding-top: 30px;
  }

  .mention-rgpd .accordion-list {
    padding-bottom: 30px;
  }
}



.preci-title-border-rb {
  text-align: center;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    color:#111;
}

.preci-title-border-lt {
  font-size: 32px;
  font-weight: 600;
  position: relative;
}

.preci-title-border-lb {
  font-size: 32px;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  position: relative;
}

.preci-title-border-rb::before {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 3px;
  background: #D12730;
  bottom: 0;
  right: 0;
}
.preci-title-border-rb::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 35%;
  background: #D12730;
  bottom: 0;
  right: 0;
}
.preci-title-border-lt::before {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 3px;
  background: #34A857;
  top: 0;
  left: 0;
}
.preci-title-border-lt::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 35%;
  background: #34A857;
  top: 0;
  left: 0;
}
.preci-title-border-lb::before {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 3px;
  background: #159AD2;
  bottom: 0;
  left: 0;
}
.preci-title-border-lb::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 35%;
  background: #159AD2;
  bottom: 0;
  left: 0;
}

.preci-title-border-rb p {
  margin-bottom: 0;
}


#cycle_fabrication_pg {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/cycle-fabrication-bg.jpg") fixed center center;
  background-size: cover;
  padding: 20px 0 60px 0;
}
#realisations_pg {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/realisations_bg.jpg") fixed center center;
  background-size: cover;
  padding: 20px 0 60px 0;
}
.img-cadre {
  border: 8px solid black; 
  outline: 2px solid black;
  background: #fff;
  outline-offset: -15px;
}
.img-fond {
  background-image: url('/assets/img/pieces/test-fond.jpg');
  background-size: 100%;
}


/* Site production
--------------------------------*/
#site-production_pg {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/finitions/usinage.jpg") fixed center center;
  background-size: cover;
  padding: 20px 0 60px 0;
  min-height: calc(100vh - 147px);
}

#site-production_pg .site-production-item {
  padding-bottom: 20px;
}

#site-production_pg .site-production-icon {
  float: left;
  background: #03C4EB;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #03C4EB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

#site-production_pg .site-production-icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

#site-production_pg .site-production-item:hover .site-production-icon {
  background: #fff;
}

#site-production_pg .site-production-item:hover .site-production-icon i {
  color: #03C4EB;
}


.site-production-box {
  padding: 1rem 0;
}

.site-production-box .testimonial-avatar {
  width: 80px !important;
  display: inline-flex !important;
  border-radius: 50%;
}

.site-production-el {
  margin:0;
  background-color: #ffffff;
}

.site-production-content {
  margin:0;
  text-align:center;
}

.site-production-text {
  font-style: italic;
  font-weight: 400;
  margin-top: 25px;
  padding: 1.5rem 1.5rem;
  text-align: left;
  position: relative;
}

.site-production-text i {
  color: #03C4EB;
  font-weight: bold;
}

.site-production-title {
  margin-top:50px;
  margin-left: 1rem;
  display: inline-flex;

}

.site-production-title h2{
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 900;
  color: var(--color-secondary);
}



.glightbox-clean .gslide-title {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 900;
  text-align:center;
  color: var(--color-secondary);
}


/* Finitions
--------------------------------*/
#finitions_pg {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/finitions/usinage.jpg") fixed center center;
  background-size: cover;
  padding: 20px 0 60px 0;
  min-height: calc(100vh - 226px);
}

#finitions_pg .service-item {
  padding-bottom: 20px;
}

#finitions_pg .service-icon {
  float: left;
  background: #03C4EB;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #03C4EB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

#finitions_pg .service-icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

#finitions_pg .service-item:hover .service-icon {
  background: #fff;
}

#finitions_pg .service-item:hover .service-icon i {
  color: #03C4EB;
}

#finitions_pg .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#finitions_pg .service-title a {
  color: #111;
}


.finition-text {
  font-style: italic;
  margin-top: 25px;
  padding: 1.5rem 1.5rem;
  
  position: relative;
}

.finition-title {
  margin-top:50px;
  margin-left: 1rem;
  display: inline-flex;

}
.finition-title h2{
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 900;
  color: var(--color-secondary);
}


/*--------------------------------------------------------------
# Finitions Section
--------------------------------------------------------------*/
.finitions-box {
  padding: 1rem 0;
}

.finitions-box .testimonial-avatar {
  width: 80px !important;
  display: inline-flex !important;
  border-radius: 50%;
}

.finitions-el {
  margin:0;
  background-color: #ffffff;
}

.finitions-content {
  margin:0;
  text-align:center;
}

.finition-text {
  font-style: italic;
  margin-top: 25px;
  padding: 1.5rem 1.5rem;
  
  position: relative;
}

.finition-title {
  margin-top:50px;
  margin-left: 1rem;
  display: inline-flex;

}
.finition-title h3{
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 900;
  color: var(--color-secondary);
}


.carousel-pagination {
  margin-top: 10px;
  text-align: center;
}

.carousel-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #555;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}

.carousel-pagination .swiper-pagination-bullet-active {
  background-color: #03C4EB;
  width: 36px;
}





/* Portfolio Section
--------------------------------*/
/*#portfolio {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/realisations_bg.jpg") fixed center center;
  background-size: cover;
  
}*/

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #03C4EB;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.35);
  padding: 15px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  /*position: absolute;
  right: 48px;*/
  font-size: 28px;
  top: calc(50% - 28px);
  color: #4d4d4d;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #03C4EB;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #03C4EB;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #03C4EB;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}


.portfolio-details .portfolio-info h2,h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  text-align: justify;
}













/* ######################################################################################################################################################################*/



/* Get Started Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .about-content {
  background: #fff;
}

#about .about-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#about .about-text {
  line-height: 26px;
  margin-bottom: 15px;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #03C4EB;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #03C4EB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #03C4EB;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #fff;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #03C4EB;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}


/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}


/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}



/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #03C4EB;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #03C4EB;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/hero-bg.jpg") fixed center center;
  background-size: cover;
  /*background: #f7f7f7;*/
  padding: 80px 0 120px 0;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #03C4EB;
  float: left;
  line-height: 0;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #03C4EB;
}

#contact .php-email-form button[type=submit] {
  background: #03C4EB;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type=submit]:hover {
  background: #25d8fc;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 10px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: gray;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*#blog {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 120px 0;
}

@media (min-width: 767px) {
  .card-blog {
    margin-bottom: 3rem;
  }
}

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 3px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;

}
*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}




/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/

.timeline {
  position: relative;
  max-width: 1300px; /* Restrict the width on large screens */
  margin: 0 auto; /* Center the content */
  padding: 30px;
}
.timeline_last::after  {
  content: '';
}
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #03C4EB;
  top: 0;
  bottom: 150px;
  left: 50%;
  margin-left: -3px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.timeline-container {
  position: relative;
  width: 50%;
  min-height: 120px;
}
.timeline-container-left {
  left: 0;
  padding-right: 90px;
  text-align: right;
}
.timeline-container-right {
  left: 50%;
  padding-left: 90px;
  text-align: left;
}
.timeline-content {
  padding: 30px;
  background-color: rgba(3, 196, 235, 0.1);
  position: relative;
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.timeline-container .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 60px;
  width: 0;
  z-index: 1;
  border: medium solid white;
}
.timeline-container-left .timeline-content::before {
  right: -10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent  rgba(3, 196, 235, 0.3);
}
.timeline-container-right .timeline-content::before {
  left: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent  rgba(3, 196, 235, 0.3) transparent transparent;
}
.timeline-image {
  position: absolute;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center;
  border: solid 5px #03C4EB;
  border-radius: 75px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.timeline-container-left .timeline-image {
  right: 0;
  margin-right: -70px;
}
.timeline-container-right .timeline-image {
  left: 0;
  margin-left: -70px;
}
.timeline-content span {
  color: #2C7A7B;
  font-size: 1.1em;
  font-weight: bold;
}
.timeline-content h2 {
  color: #2C7A7B;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: none;
}
.timeline-content p {
  line-height: 1.6;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .timeline::after {
      left: 65px;
  }
  .timeline-container {
      width: 100%;
      padding-left: 100px;
      padding-right: 0px;
      margin-top: 30px;
  }
  .timeline-container:first-of-type {
      margin-top: 0px;
  }
  .timeline-container-right {
      left: 0%;
  }
  .timeline-container-left {
      text-align: left;
  }
  .timeline-container .timeline-image {
      left:-10px;
      top: 0px;
      margin-left: 0;
      margin-right: 0;
  }
  .timeline-container-left .timeline-content::before {
      left: -10px;
      right: auto;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
  }
}
@media screen and (max-width: 480px) {
  .timeline-container {
      padding-left: 0px;
      padding-top: 105px;
      z-index: 3;
  }
  .timeline-container .timeline-content::before {
      left: 25px;
      top: -10px;
      border: medium solid white;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent white transparent;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 5px 0;
  color: #bbb;
}

#footer .copyright {
  text-align: center;
  font-size: 13px;
}
#footer .copyright a {
  color: #bbb;
}
#footer .copyright a:hover {
  color: #03C4EB;
  text-decoration: underline;
}
