body {
  font-family: "Titillium Web", sans-serif;
}
.main_title_2 {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.main_title_2 h2 {
  margin: 0 0 25px 0;
  font-family: "Montserrat", sans-serif;
}
img.w-100 {
  width: 100%;
}
.div_link {
  padding-top: 25px;
  text-align: right;
}
.a_link {
  position: relative;
  padding: 1em 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 15px;
  margin: 1em 0.8em;
}
.a_link.efect1 {
  color: #333;
}
.a_link.efect1::after,
.a_link.efect1::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.a_link.efect1::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #009de0;
  border-right-color: #009de0;
}
.a_link.efect1::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #009de0;
  border-left-color: #009de0;
}
.a_link.efect1:hover:after,
.a_link.efect1:hover:before {
  width: 100%;
  height: 100%;
}
.a_link.efect1:hover {
  color: #009de0;
}
p,li {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
footer p {
  color: #f5f5f5;
}
.services_footer h3 {
  margin-bottom: 10px;
  color: #fff;
}
.services_footer ul {
  padding: 0;
  list-style: none;
  column-count: 2;
  text-transform: uppercase;
}
.services_footer ul li:after {
  content: "";
  background: #009de0;
  width: 25%;
  height: 2px;
  display: block;
  margin-bottom: 15px;
}
.main_title_2 span {
  width: 120px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: auto;
}
.about-footer {
  padding: 10px 15px;
}
.main_title_1 {
  text-align: left;
  margin-bottom: 45px;
  position: relative;
}

.main_title_1 h2,
.main_title_1 h1 {
  margin: 0px 0px 0px 0;
  color: #110729;
  font-weight: 800;
  line-height: 70px;
  text-transform: uppercase;
  word-break: break-word;
}
.main_title_1 span,
.main_title_3 span {
  display: inline-block;
}

.main_title_3 {
  margin-bottom: 25px;
  position: relative;
}
.main_title_3 h2,
.main_title_3 h3 {
  font-size: 2.4375rem;
  margin: 0 0 25px 0;
}

a {
  color: #18afd3;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown-menu {
  border-radius: 0px 0px 9px 5px !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.07),
    0 1px 10px 0 rgba(0, 0, 0, 0.06);
  top: 97%;
  transition: all 0.4s ease-out;
}
.dropdown-item {
  text-transform: lowercase;
  transition: all 0.2s ease-out;
}
.dropdown-item:first-letter {
  text-transform: capitalize;
}
.dropdown-item:hover {
  background: #222;
  color: #fff;
}
li.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  opacity: 1 !important;
}
section.header_pages .curved-decoration {
  margin-top: -12% !important;
}
section.header_pages h1 {
  text-align: left;
  font-size: 3.5rem;
}

h1.mb-0.logo-dark {
  color: #fff !important;
  font-size: 2rem;
}
h1.mb-0.logo-light {
  color: #fff !important;
  font-size: 2rem;
}
section.header_pages {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  letter-spacing: 1px !important;
  padding: 80px 0;
}
/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

/**** style for top bar ********/
.top-bar {
  background:#333;
  padding-bottom: 0px;
  padding: 5px 0px;
  height: auto;
}
.top-bar .info {
  margin-top: 0px;
  font-size: 18px;
}
.top-bar i {
  font-size: 17px;
  color: #ffffff;
}
.top-bar span {
  color: #ffffff;
  margin-right: 5px;
}
.top-bar .header-social {
  margin-top: 0px;
  margin-bottom: 0px;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
li.flag img {
  width: 30px;
}
header.header.sticky {
  top: 0;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.top-bar .header-social i {
  padding: 4px 4px;
  color: #fff;
  border: 0.5px solid #fff;
  margin-top: 1px;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
  width: 27px;
  border-radius: 5px;
  height: 26px;
  line-height: 17px;
  text-align: center;
}
.sub-header input {
  float: right;
  display: block;
  width: 50%;
}
.sub-header {
  width: 100%;
  margin: 10px 0 30px 0;
  padding: 18px 0;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
}
.min-vh-50 {
  min-height: 50vh;
}
.min-vh-30 {
  min-height: 30vh;
}
header.header.switched-header {
  margin-top: 0 !important;
}
section.contact {
  padding: 20px 0;
  margin: 60px 0;
}
.logo-light,
.logo-dark {
  width: 100%;
}
.header.default .navbar-expand-lg .navbar-nav li a:after {
  background-color: #333;
}
.header.switched-header .navbar-expand-lg .navbar-nav li a:after {
  background-color: #fff;
}
.navbar-expand-lg .navbar-nav li a:after {
  content: "";
  opacity: 0 !important;
  width: 0 !important;
  left: 0 !important;
  bottom: 6px !important;
  height: 1px !important;
  position: absolute;

  -webkit-transition: opacity 0.4s ease, width 0.4s ease;
  -moz-transition: opacity 0.4s ease, width 0.4s ease;
  -ms-transition: opacity 0.4s ease, width 0.4s ease;
  -o-transition: opacity 0.4s ease, width 0.4s ease;
  transition: opacity 0.4s ease, width 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.dropdown-toggle:after {
  display: none !important;
}
.navbar-expand-lg .navbar-nav li:hover > a:after {
  opacity: 1 !important;
  width: 100% !important;
}
/******** footer stytle ********/
.info_footer {
  text-align: center;
  border-bottom: 2px solid #000;
  margin-bottom: 35px;
  padding-bottom: 25px;
  align-items: center;
}
.info-contact p {
  color: #bcbec0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0px ;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  border-right: 2px solid #333;
}
.info-contact:last-child > p {
  border-right: 0px solid #333;
}

footer.bg-secondary {
  background-color: #262626;
  color: #d0d0d0;
}
.content-button button {
  display: block;
  margin: 10px auto;
  padding: 15px 30px;
  word-break: break-word;
  white-space: normal;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  width: 100%;
}
.info_footer a {
  color: #bcbec0;
}
.btn-primary {
  color: #fff;
  background-color: #333 !important;
  border-color: #333 !important;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.about-footer h4 {
  color: #fff;
}
.section-copyright {
  background: #1b1b1b;
  padding-bottom: 10px;
  padding: 0px 0px;
}
.section-copyright .footer-social {
  margin-top: 10px;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  color: #fff;
  opacity: 0.7;
}
.section-copyright .footer-social i {
  padding: 5px 10px;
  color: #999;
  border: 1px solid #333;
  margin-top: 10px;
  font-size: 20px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}

.section-copyright .copyrt {
  margin-top: 22px;
  text-align: center;
  font-size: 14px;
}
.section-copyright p {
  color: #bcbec0;
}
.link-footer {
  color: #fff;
  margin: 0 20px;
}
.footerNone {
  display: none !important;
}
.footerBlock {
  display: block !important;
}
.footer-fixed {
  background: #525252;
  padding: 0px 0px 0px 0px;
  height: 40px;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  /* width: 100%; */
  z-index: 150;
}
.footer-fixed .suivez {
  margin-top: 10px;
}
.footer-fixed ul {
  margin-top: 10px;
}
.footer-fixed span.contact-icon {
  font-size: 27px;
  background: #333;
  height: 40px;
  margin: 0;
  text-align: center;
}
.footer-fixed span.contact-icon a {
  color: #fff !important;
}
.footer-fixed > .row {
  margin: 0;
}
.footer-fixed ul li {
  float: left;
  list-style: none;
  margin-right: 11px;
  padding: 0px 0 0 10px;
}
.footer-fixed ul li a i {
  font-size: 15px;
  color: #fff;
}
.section-copyright p a {
  color: #f5f6f5;
  margin: 0 15px;
}

/********************************************************************/
/********* services ***********/

.bg-gry-1 {
  padding: 70px 0;
  /* padding-bottom: 400px; */
  background: #f5f6f5;
  margin: 80px 0;
}
.services_item {
  float: left;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 22px 18px 24px 30px;
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out 0s;
}
.services .services_item h3 {
  display: block;
  transition: all 0.1s ease;
}
.services .services_item_title {
  color: #201e20;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 400;
  position: relative;
  padding-right: 25px;
}
.services .services_item_desc {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  max-width: 70%;
}
.services .services_item_title::before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #333;
  position: absolute;
  right: 2px;
  top: 4px;
}
.img-white {
  display: none;
}
.services .services_item:hover {
  color: white;
  background: #009de0;
  text-decoration: none;
}
.services .services_item:hover > .img-white {
  display: block;
  opacity: 1;
}
.services .services_item:hover > .services_item_title:after {
  background: #fff;
}
.services .services_item:hover > .img-dark {
  display: none;
}
.services .services_item:hover > h2,
.services .services_item:hover > h3,
.services .services_item:hover > p {
  color: #fff;
}
.services .services_item:hover > .services_item_title::before {
  color: #fff;
}
.services .services_item img {
  width: 140px;
  color: #979797;
  position: absolute;
  right: 3px;
  opacity: 0.6;
  bottom: -20px;
  transition: visibility 0s, opacity 0.5s linear;
}

/********* news home *****/
.radius_niz {
  border-radius: 0 0 100% 100%;
  display: block;
  overflow: hidden;
  margin: 0 -80px;
  padding: 0 80px;
  transform: translateZ(0);
  text-align: center;
}
.news .news_item {
  padding: 0 15px;
  margin-bottom: 25px;
}
section.news {
  padding: 80px 0 80px 0;
}
.news .news_blog {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  background: white;
  min-height: 570px;
  overflow: hidden;
}
ul.slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
}
ul.slick-dots li {
  list-style: none;
  margin: 0px 10px;
}
.news .news_item_content {
  padding: 30px;
}
.news .news_blog:active,.news .news_blog:focus,.news .news_blog:focus-visible {
  border: 0px solid #fff !important;
}
.responsive *:active,.responsive *:focus,.responsive *:focus-visible{
  border: 0px solid #fff !important;
}
.news .news_title {
  color: #201e20;
  font-size: 20px;
  margin-bottom: 13px;
  display: block;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
}
.news .news_date {
  margin-bottom: 13px;
  color: #cccbcb;
  font-size: 12px;
}
.news .news_desk {
  margin-bottom: 29px;
  color: #656565;
  font-size: 16px;
}
.news img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
}
.more {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.more:hover {
  color: #333;
}

img.lang-icon {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 4px 4px;
  width: 26px;
  margin-top: -5px;
}

.dropdown-menu.show {
  display: block;
  padding: 15px;
  margin-top: 8px;
  left: -10px !important;
  z-index: 10000;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.dropdown-menu.show li.flag {
  padding: 2px 5px;
}
.dropdown-menu.show li.flag a {
  color: #2c2c2c;
}
.dropdown-menu.show li.flag img {
  width: 30px;
  padding-bottom: 5px;
  margin-right: 7px;
}
/******** style offre *****/
section#offre {
  margin: 80px 0;
}
.box_gry {
  background: #f5f6f5;
  padding: 60px 35px;
}
img.img_offre {
  width: 550px;
  height: 76%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 16%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.07),
    0 1px 10px 0 rgba(0, 0, 0, 0.06);
}
.facon_box {
  margin-bottom: 25px;
}
.facon_box img {
  width: 25%;
  margin-bottom: 15px;
}

.title_facon {
  display: flex;
  align-items: center;
  background: #262625;
  padding: 0 13px;
  /* color: #fff !important; */
  overflow: hidden;
}
.title_facon h2 {
  color: #fff;
  font-size: 50px;
}
.title_facon span em {
  background-color:#009de0;
}
.title_facon span {
  background-color:#009de0;
}
section#facon,
#project {
  margin: 80px 0;
}
.facon_box h3 {
  color: #201e20;
  font-size: 18px;
  line-height: 30px;
}
span.ref:after {
  width: 27%;
}
.display-4 span:after {
  content: "";
  background: #009de0;
  width: 28%;
  height: 5px;
  display: block;
  margin-bottom: 15px;
}
.services_item_title:after {
  content: "";
  background: #222;
  width: 20%;
  height: 2px;
  display: block;
}
#services a:nth-child(1) .services_item_title:after {
  width: 20% !important;
}
#services a:nth-child(2) .services_item_title:after {
  width: 30% !important;
}
#services a:nth-child(3) .services_item_title:after {
  width: 15% !important;
}
#services a:nth-child(4) .services_item_title:after {
  width: 40% !important;
}
#services a:nth-child(5) .services_item_title:after {
  width: 25% !important;
}
#services a:nth-child(6) .services_item_title:after {
  width: 30% !important;
}
.content-project {
  opacity: 0;
  border: 1px solid #fff;
  position: absolute;
  width: calc(100% - 30px);
  padding-left: 15px;
  border-radius: 5px;
  padding-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  background: rgba(0, 157, 224, 0.7);
  top: 0;
  left: 15px;
  -moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.img_project img {
  width: 100%;
  height: 262px;
  object-fit: cover;
  object-position: 50% 0%;
  /* border-radius: 5px; */
}
.img_project {
  overflow: hidden;
  border-radius: 5px;
}
.middle {
  opacity: 0;
  position: absolute;
  width: 92.5%;
  padding-left: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #009de0ab;
  border-radius: 5px;
  top: 0;
  left: 15px;
  -moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
section.gallery {
  padding: 50px 0;
}

.gallery_image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.07),
    0 1px 10px 0 rgba(0, 0, 0, 0.06);
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5 ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery_image {
  height: 260px;
}
.web_proj .gallery_image {
  height: 250px !important;
}
.text_icon {
  overflow: hidden;
}
.text_icon i {
  color: #fff;
  font-size: 3rem;
  display: block;
  will-change: transform;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3 cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.3 cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: all 0.3 cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.gallery_a {
  margin-bottom: 25px;
}
.gallery_a:hover > .gallery_image {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1),
    0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
}
.gallery_a:hover > .middle {
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.gallery_a:hover > .middle .text_icon i {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.1s;
}
.text h3 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  line-height: 2rem;
  font-weight: 500;
  display: block;
  will-change: transform;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3 cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.3 cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: all 0.3 cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.text {
  overflow: hidden;
}
.text span {
  color: #fff;
  display: block;
  will-change: transform;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3 cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.3 cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: all 0.3 cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.project:hover > .content-project {
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.project:hover > .content-project .text h3,
.project:hover > .content-project .text span {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.project {
  margin-bottom: 25px;
}
/************** style slider **************/
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding-left: 0;
  width: auto;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;

}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
span.id_style {
  position: absolute;
  left: -18%;
  top: 0;
  font-weight: bold;
  font-size: 23rem;
  opacity: 0.4;
  line-height: 16rem;
}
/* .slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  } */
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: left;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.caption h1 {
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
}
.link_news {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_news a {
  margin: 0;
  font-size: 13px;
}
.header_pages::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.header_pages .main_title_1 {
  margin-bottom: 0;
}
/********* style devis *********/
section.devis {
  background-image: url("../assets/img/bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0;
  color: #fff;
  margin-top: 0;
  display: block;
  position: relative;
}
section.devis p {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  line-height: 2.5rem;
}
section.devis a {
  color: #ffffff !important;
  font-size: 1rem;
}
.devis .link {
  display: block;
  margin-top: 35px;
}
section.devis::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/********** style about **********/
section.about {
  padding: 80px 0;
}
section.about img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.exprience:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 6px;
  width: 136px;
  height: 130px;
  margin-top: -65px;
  border: 6px solid #009de0;
  z-index: -1;
}
.exprience {
  position: relative;
  width: 134px;
  float: left;
  text-align: center;
  z-index: 1;
  margin-top: 45px;
  margin-bottom: 25px;
  margin-right: 20px;
}

.exp-text p {
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-left: 25px;
  /* background: #dc4848; */
  display: block;
  margin-top: 65px;
  z-index: 100;
  word-break: break-word;
}
.exprience p {
  color: #333333;
  font-weight: 900;
  font-size: 5rem;
  line-height: 5rem;
  width: 100%;
  background: #ffff;
}
.exp-text {
  z-index: 0;
  display: block;
  position: relative;
  width: 70%;
}
/******** notre facon  ********/
.faconbox {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: left;
  padding: 20px;
  min-height: 350px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  transition: all 0.4s ease-out;
}

.facon_content {
  padding: 10px 0px;
}
.faconbox h3 {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2rem;
}
.faconbox .main_title_1 {
  margin-bottom: 0;
}

.faconbox img {
  width: 15%;
  margin: 15px 0;
}
.notre_facon {
  padding: 0;
}
.facon_div p.text_facon {
  margin-top: 15px;
  color: #333;
}
.faconbox .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.faconbox p,
.faconbox img {
  z-index: 200;
}
.faconbox .overly::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-out;
}
.faconbox:hover > .overly::before {
  background: rgba(0, 0, 0, 0.6);
}
/*********** style our team *****/
.our-team {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.07),
    0 1px 10px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 35px;
}
.our-team .pic:before {
  content: "";
  background: #009de0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.78;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
}
.our-team:hover .pic:before {
  transform: scale(1);
}
.our-team:hover {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1),
    0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
}
.our-team .pic img {
  width: 100%;
  height: auto;
}
.our-team .social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 40%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.our-team:hover .social {
  opacity: 1;
}
.our-team .social li {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

.our-team .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #333;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  margin: 0 15px 0 0;
  transition: all 0.3s ease-in-out 0s;
}
.team-content p,
.team-layer p {
  margin: 0;
}
.our-team .social li a:hover {
  line-height: 35px;
  background: #fff;
  color: #333;
}
.our-team .social li a:hover > i {
  color: #333;
}

.our-team .team-content {
  padding: 15px 10px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.our-team .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.our-team small {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
}
.pic img {
  height: 280px !important;
  object-fit: cover;
  object-position: center;
}
.our-team .team-layer {
  width: 100%;
  padding: 34px 10px;
  background: #f7f7f7;
  border-bottom: 3px solid #009de0;
  position: absolute;
  bottom: -50px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.our-team:hover .team-layer {
  bottom: 0;
  opacity: 1;
}
.our-team .team-layer a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  transition: all 0.3s ease-in-out 0s;
}
.our-team .team-layer a:hover {
  color: #716a9e;
}
.our-team .post {
  display: block;
  font-size: 14px;
  color: #999;
  text-transform: capitalize;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 35px;
  }
  img.logo-dark {
    display: none !important;
  }
}
/******* style references *****/
.logo_ref img {
  width: 80%;
}
section.references {
  padding: 50px 0;
  margin: 0 !important;
}
.logo_ref {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_ref img {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("../img/desaturate.svg#grayscale");
}
.ref_item:hover > .logo_ref img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.ref_item {
  height: 180px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.client_content {
  position: initial;
  margin-top: -105px;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1),
    0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}
.client_content .main_title_1 {
  margin-bottom: 10px;
}
/******** contact style ***********/
.info_content {
  position: initial;
  margin-top: -105px;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1),
    0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 50px 30px;
  background-color: #fff;
}
.info_item {
  border-right: 2px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}
.info_item:nth-child(3n + 0) {
  border-right: 0 !important;
}
.icon {
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
.icon i {
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.divider {
  background: #009de0;
  width: 15%;
  height: 3px;
  margin-bottom: 10px;
}
/* .contact h2{
            font-size: 1.5rem;
            line-height: 2.5rem;
    } */
input:active,
input:focus,
textarea:active,
textarea:focus {
  border: 2px solid #009de0 !important;
}
.contact .btn-primary {
  color: #009de0;
  background-color: transparent !important;
  border-color: #009de0 !important;
  border: 2px solid;
  border-radius: 5px;
  width: 100%;
}
.contact .btn-primary:hover {
  color: #fff;
  background-color: #009de0 !important;
}
.img_client img {
  width: 80%;
  margin: auto;
  display: block;
  position: relative;
  border-radius: 5px;
}
.map {
  padding: 0 15px 0px 0px;
}
.alert.alert-danger p {
  margin: 0;
  font-weight: bold;
  color: #b55454;
}
/********** news *********/
.leftsidbar img {
  margin-bottom: 25px;
}
.recent_nwes {
  background-color: #fff;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1),
    0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 25px;
}
.leftsidbar {
  background-color: #fff;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1),
    0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 25px;
}
.tags {
  background-color: #fff;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1),
    0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 25px;
}
.recent_nwes h3 {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 15px;
  color: #888;
  float: right;
  width: 87%;
}
.news-content {
  padding: 80px 0;
}
.recent_nwes h2,
.tags h2 {
  font-size: 2rem;
}
.recent_nwes .main_title_1 {
  margin-bottom: 0;
}
.leftsidbar span {
  margin-bottom: 15px;
  display: block;
  color: #000;
  font-weight: bold;
}
.news-content .leftsidbar span{
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}
.tags a {
  padding: 10px;
  background: transparent;
  border: 2px solid #009de0;
  display: inline-block;
  margin: 5px;
  transition: all 0.4s ease;
}
.tags a:hover {
  background: #009de0;
  color: #fff !important;
}
.recent_item a:hover > h3 {
  color: #000000;
  text-decoration: underline;
}
.recent_item {
  overflow: hidden;
}
.recent_item a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.recent_item a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  display: block;
  float: left;
  color: #009de0;
  padding-right: 9px;
  font-weight: 900;
  font-size: 1.5rem;
}
.devis_service input::-webkit-input-placeholder,
.devis_service textarea::-webkit-input-placeholder {
  color: #222 !important;
  opacity: 0.8;
}

.devis_service input:-ms-input-placeholder,
.devis_service textarea:-ms-input-placeholder {
  color: #222 !important;
  opacity: 0.8;
}

.devis_service input::placeholder,
.devis_service textarea::placeholder {
  color: #222 !important;
  opacity: 0.8;
}
section.devis_service input,
section.devis_service textarea {
  border: 1px solid #262625;
  color: #222;
}
section.devis_service {
  padding: 50px 0;
}
.montion a {
    color: #000;
}
.row.montion {
  display: flex;
  margin: 0;
  position: relative;
  flex-direction: column;
  align-items: left;
  padding: 30px;
  /* min-height: 350px; */
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  transition: all 0.4s ease-out;
}
label.error {
  color: red;
}
/******* style link rapid ***********/
section.mien_rapid {
  background: #333;
  padding: 60px 0;
}
section.mien_rapid h3 {
  position: relative;
  border-bottom: 4px solid #009de073;
  font-size: 23px;
  color: #c0c0c0;
  padding: 18px 0;
  margin-bottom: 30px;
}
section.mien_rapid h3:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  display: block;
  height: 4px;
  width: 30%;
  background: #009de0;
}
.list_link a {
  color: #c0c0c0;
  border-left: 2px solid #009de0;
  font-size: 17px;
  line-height: 17px;
  margin: 8px 0;
  padding-left: 8px;
  margin-left: 5px;
  display: inline-block;
  transition: all 0.3s;
  width: 100%;
  text-align: left;
}
.liste_icon {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
}
.liste_icon a {
  background: #8a8a8a;
  margin: 0 15px;
  padding: 3px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease-out;
}
.liste_icon a:hover {
  background: #333;
}
.text_project p {
  margin-bottom: 50px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.img_client {
  padding: 0;
}
/* .client_content p {
    font-size: 1.3rem;
    color: #333;
    font-weight: 700;
} */
.related_ref .logo_ref img {
  filter: none !important;
}
.main_title_1 p {
  font-size: 1.3rem;
  font-weight: 600;
}
.img_b img {
  width: 100%;
}
.brochure a {
  color: #ffff;
  background: #009de0;
  padding: 15px 20px;
  border-radius: 5px;
  margin-top: 15px;
  display: inline-block;
}
.bordered_img {
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.about-footer img {
  width: 50%;
  margin-bottom: 10px !important;
}
/**** this style for modal ******/
.moda_pro .modal-dialog {
  -webkit-transform: translate(0, 0%) !important;
  transform: translate(0, 0%) !important;
}
.modal-content img {
  width: 100%;
}
.moda_pro .modal-content {
  background: none !important;
  border: none !important;
}
.row.head_modal {
  width: 100%;
  align-items: center;
  margin: 0;
  padding: 15px 0;
}
.modal-backdrop.show {
  opacity: 0.9 !important;
}
.moda_pro .modal-body,
.moda_pro .modal-header {
  padding: 0;
}
.logo_proj {
  width: 100% !important;
  border-radius: 50%;
}
.imgref {
  width: 10% !important;
  margin-right: 15px;
}
.lg-backdrop.in {
  z-index: 1050;
}
.content_pro {
  width: 85%;
}
.content_pro h3 {
  color: #ffff;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
/* .lightgallery2 {
    width: 93%;
} */
.moda_pro .modal-body {
  display: flex;
  justify-content: stretch;
}
.moda_pro .modal-header {
  border: 0px;
}
.list_icon {
  /* width: 7%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  justify-content: baseline;
}
.item_icon span {
  color: #fff;
  font-size: 10px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 5px;
}
.list_icon a {
  background: #009de0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 40px;
  border-radius: 50%;
}
.moda_pro button.close {
  margin-right: 15px;
  margin-top: 15px;
  color: #fff;
  opacity: 1;
  font-size: 1rem;
}
.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content_pro p {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
}
.head_info {
  position: fixed;
  z-index: 1050;
  background: #fff;
  color: #222;
}
.content_pro p i {
  margin-right: 7px;
}
.jssocials-share a {
  background: #525252 !important;
}
.moda_pro .jssocials-share a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background: #525252 !important;
}
.item_icon a {
  background: #009de0 !important;
}
.moda_pro .jssocials-shares {
  margin: 0.2em 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .moda_pro .modal-dialog {
    max-width: 1500px;
    width: calc(100% - 400px);
  }
}
@media (max-width: 1870px) and (min-width: 1025px) {
  .moda_pro .modal-dialog {
    width: calc(100% - 190px);
  }
}
/* @media (min-width: 1441px) and (max-width: 2200px)
{
    .list_icon {
        right: 10% !important;
        top: 10% !important;
    }
}
@media (min-width: 2200px) 
{
    .list_icon {
        right: 15% !important;
        top: 10% !important;
    }
} */
@media (min-width: 1280px) and (max-width: 1440px) {
  .moda_pro .modal-dialog {
    max-width: 75% !important;
  }
  .list_icon {
    right: 7% !important;
  }
}
@media (min-width: 992px) {
  .ref_item {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  .imgref {
    width: 4% !important;
  }
  /* .text_client .main_title_1 span {
        font-size: 3.5rem;
        font-weight: 800;
    }
    .text_client .main_title_1 h2 {
        font-size: 1.5rem;
        font-weight: 600;
    } */
  .ref_item:hover {
    -webkit-transform: scale(1.05) translate3d(0, 0, 0);
    transform: scale(1.05) translate3d(0, 0, 0);
    border: 1px solid transparent;
    border-radius: 3px;
    z-index: 2000;
    background: #fff;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  }

  .ref_item:nth-child(3n + 0) {
    border-right: 0 !important;
  }
  .ref_item:nth-last-child(-n + 3) {
    border-bottom: 0 !important;
  }
  header.header.default {
    background-color: #fff;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .services .services_item img {
    width: 105px;
  }
  .ref_categ .services_item img{
    width: 105px !important;
  }
  .ref_item {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  /* .lightgallery2 {
        width: 90% !important;
    }
    .list_icon {
        width: 10% !important;
    } */
  .ref_item:nth-child(3n + 0) {
    border-right: 0 !important;
  }
  .ref_item:nth-last-child(-n + 3) {
    border-bottom: 0 !important;
  }

  img.img_offre {
    width: 450px !important;
  }
  .moda_pro .modal-dialog {
    max-width: 85%;
  }
  .list_icon {
    right: 2% !important;
    top: 18%;
  }
}
.caption .display-4 span:after {
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 10%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
@media (max-width: 767.98px) {
  ul.list-inline.header-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .exp-text {
    width: 100%;
  }
  .exprience:before {
    content: "";
    position: absolute;
    top: 40%;
    right: 6px;
    width: 90%;
    height: 135px;
    margin-top: -65px;
    border: 6px solid #009de0;
    z-index: -1;
}
  .exprience {
      position: relative;
      width: 50%;
      float: none;
      text-align: center;
      z-index: 1;
      margin-top: 45px;
      margin-bottom: 0;
      margin-right: 0;
  }
  .moda_pro .modal-dialog {
    max-width: 85%;
  }
  .list_icon {
    right: 2% !important;
    top: 90%;
  }
  .moda_pro .modal-dialog {
    -webkit-transform: translate(0, 1%) !important;
    transform: translate(0, 1%) !important;
  }
  .lightgallery2 {
    width: 100%;
  }
  .list_icon {
    position: inherit;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .jssocials-shares span {
    display: block;
    margin-right: 10px;
  }
  /* .title_project h2 {
        font-size: 1.5rem !important;
        line-height: 2rem;
    } */
  .info_item {
    border-bottom: 2px solid #dcdcdc;
    border-right: 0 !important;
    margin: 10px 0;
    padding-bottom: 10px;
  }
  .info_item:nth-child(3n + 0) {
    border-bottom: 0 !important;
  }
  .contact .btn-primary {
    width: 100% !important;
  }
  /* .contact h2{
        font-size: 1.5rem !important;
        line-height: 2.5rem;
    } */
  .info_content {
    width: 95%;
    margin: auto;
    margin-top: -100px;
  }
  .client_content {
    width: 90% !important;
    margin: auto !important;
    margin-top: -105px !important;

    border-radius: 5px !important;
  }
  .logo_ref img {
    width: 50% !important;
  }
  .ref_item {
    height: 160px !important;
  }
  .ref_item:nth-child(2n + 1) {
    border-right: 1px solid #dadada !important;
  }
  .logo_ref img {
    width: 90% !important;
  }
  .ref_item {
    border-bottom: 1px solid #dadada;
  }
  .ref_item:last-child {
    border-bottom: 0px;
  }
  .notre_facon {
    padding: 20px 10px !important;
  }
  .faconbox > * {
    margin-left: 0 !important;
  }
  .faconbox {
    padding: 40px 20px;
    text-align: center;
  }
  .facon_div p.text_facon {
    margin-left: 0% !important;
  }
  .caption h2 {
    color: #fff;
    font-size: 2rem !important;
    line-height: 2.5rem;
    word-break: break-word;
  }

  /* .slideshow .slide .caption {
    padding-left: 19% !important;
  } */
  img.img_offre {
    width: 90% !important;
    position: absolute;
    z-index: 2;
    left: 5% !important;
    top: -102px !important;
    height: auto !important;
  }

  .header .logo-light {
    display: block !important;
  }
  img.logo-dark {
    display: none !important;
  }

  header {
    margin-top: 0 !important;
  }

  h1.mb-0.logo-dark {
    color: #17a4d3 !important;
  }
}
@media (max-width: 560px) {
  .slideshow .arrows .prev,
  .slideshow .arrows .next {
    display: none;
  }
  .caption h1 {
    font-size: 1rem !important;
    line-height: 1rem !important;
    width: auto !important;
  } 
  .inpu_file + label.btn-3 {
    width: 92% !important;
  }
  .inp_ph{
    width: 69% !important;
  }
  .input-group{
    width: 30% !important;
  }
  .form-group.input_gr .input-group.mb-3 >* {
    height: 42px !important;
  }
  .ref_categ .services_item img {
    width: 110px;
  }
  button.btn.btn-primary.envoyer {
    width: 100%;
  }
  img.img_offre_mobile {
    width: 100%;
    margin-bottom: 10px;
  }
  .lis_souservice img {
    height: auto !important;
  }
  section.about {
    padding: 20px 0;
  }
  .modal-content img {
    margin-top: -1px;
  }
  .services_item {
    width: 100%;
    height: auto !important;
  }
  .list_icon {
    right: 0% !important;
    top: 80%;
  }
  .list_icon a {
    font-size: 10px !important;
    height: 30px !important;
    width: 30px !important;
    background: #000000 !important;
  }
  .jssocials-shares {
    display: flex;
    flex-direction: row !important;
    align-items: center;
  }
  .moda_pro {
    padding: 0 !important;
  }
  .head_info {
    padding: 15px 15px 5px 15px;
  }
  .content_pro h3 {
    color: #212121 !important;
    margin: 0;
  }
  .content_pro p {
    color: #737373;
    font-size: 0.7rem;
    font-weight: 500;
    margin: 0;
  }
  .imgref {
    margin-right: 0px;
  }
  .moda_pro button.close {
    margin: 0 !important;

    padding: 0 5px !important;
    padding-right: 15px;
    color: #111 !important;
    font-size: 1.2rem !important;
  }
  .moda_pro .modal-dialog {
    margin-top: 150px;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .bordered_img {
    margin-top: 30px;
  }
  .leftsidbar {
    margin-bottom: 35px;
  }
  .img_client img {
    width: 100%;
  }
  .middle {
    width: 93% !important;
  }
  .logo_ref img {
    width: 100% !important;
  }

  .box_gry {
    padding-top: 40px !important;
  }
  .display-4 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  section.about img {
    padding-bottom: 15px;
  }
  .news .news_item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  #services.bg-gry-1 {
    margin-top: 0;
  }
  section#facon,
  #project {
    margin: 40px 0;
  }
  section.header_pages h1 {
    font-size: 2rem !important;
    /* text-align: center; */
    padding: 15px;
  }

  .about-footer {
    margin: 25px 0;
  }
  .grid-sizer,
  .item-grid {
    width: 92%;
    margin: 15px !important;
  }
  .pb-5,
  .py-5 {
    padding-bottom: 0.2rem !important;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 0.2rem !important;
  }
  .main_title_1 {
    margin-bottom: 25px !important;
  }
  section#offre {
    margin: 0px 0;
  }
  .form-control {
    font-size: 12px;
  }
}
.form-group button {
  float: right;
}
.ref_categ .services_item {
  float: left;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*min-height: 180px;*/
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out 0s;
}
.ref_categ .services_item_title {
  color: #201e20;
  font-size: 20px;
  line-height: 30px;
  width: 60%;
  word-break: break-word;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
  padding-right: 25px;
}
.ref_categ  .services_item img{
    width: 122px;
    color: #979797;
   position: initial;
    opacity: 0.9;
    transition: visibility 0s, opacity 0.5s linear;
}
.ref_categ .services_item_title::before {
  display: none;
}
@media (max-width: 1024px) {
  section.header_pages .min-vh-50 {
    min-height: auto;
  }
}
@media (max-width: 1920px) and (min-width: 1800px) {
  span.id_style {
    left: -20% !important;
    font-size: 18rem !important;
    opacity: 0.4;
    line-height: 12rem;
  }
  .caption h1 {
    color: #fff;
    font-size: 4rem !important;
    line-height: 4rem !important;
  }
  .slideshow .slide .caption {
    padding-left: 10% !important;
    width: 100%;
    margin-top: 3% !important;
  }
}
@media (max-width: 1600px) and (min-width: 1440px) {
  span.id_style {
    left: -20% !important;
    font-size: 13rem !important;
    opacity: 0.4;
    line-height: 9rem;
  }
  .caption h1 {
    color: #fff;
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
  /* .slideshow .slide .caption {
    padding-left: 13% !important;
    width: 100%;
    margin-top: 5% !important;
  } */
}
@media (max-width: 1439px) and (min-width: 1024px) {
  span.id_style {
    left: -19% !important;
    font-size: 9rem !important;
    opacity: 0.4;
    line-height: 6rem;
  }
  .caption h1 {
    color: #fff;
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
  .slideshow .slide .caption {
    width: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  span.id_style {
    left: -20% !important;
    font-size: 7rem !important;
    opacity: 0.4;
    line-height: 5rem;
  }
  .exp-text {
    width: 100%;
  }
  .caption h1 {
    color: #fff;
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
  /* .slideshow .slide .caption {
    padding-left: 13% !important;
    width: 100%;
    margin-top: 5% !important;
  } */
}
div#accordion h5 button {
  width: 100%;
  text-align: left;
  position: relative;
  color: #000;
  font-weight: 600;
}
#accordion .card-header button[aria-expanded="true"]:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #222;
  font-size: 20px;
}
section.faq #accordion {
  width: 100%;
}
section.faq {
  padding: 50px 0;
}
#accordion .card-header button[aria-expanded="false"]:before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #222;
  font-size: 20px;
}
section.faq {
  padding: 50px 0;
}
div#accordion .card {
  border-radius: 0;
  border-bottom: 0;
}
.btn-link {
  text-decoration: none !important;
}
div#accordion .card:last-child {
  border-bottom: 1px solid #dce0e0 !important;
}
.facon_div h3 {
  font-size: 17px;
  font-weight: bold;
}
.facon_div img {
  width: 50%;
  margin: auto;
  display: block;
  margin-bottom: 25px;
}
.facon_div {
  margin-bottom: 25px;
}
.facon_div h3:after {
  content: "";
  background: #009de0;
  width: 30%;
  height: 3px;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}
.lis_souservice img {
  height: auto !important;
  margin-bottom: 10px;
}
.lis_souservice h3 {
  font-weight: 600;
  margin-bottom: 25px;
}
.lis_souservice h3:after {
  content: "";
  background: #009de0;
  width: 20%;
  height: 3px;
  display: block;
  margin-bottom: 15px;
}
.item_list {
  margin-bottom: 25px;
}
.lis_souservice {
  margin-top: 50px !important;
}
.lis_souservice img {
  height: 220px !important;
  margin-bottom: 10px;
}
.text_2 p {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
}
.moda_pro .close_mobile {
  float: right;
  font-size: 1.5rem;
  text-align: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.moda_pro .close_des {
  float: right;
  font-size: 1.5rem;
  text-align: right;
  font-weight: 700;
  line-height: 1;
  margin: 20px;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.header .logo-light {
  display: block !important;
}
header.header.switched-header .logo-light {
  display: none !important;
}
/******** menu style mobile ********/
.button_container.active {
  position: fixed !important;
}
.button_container {
  position: inherit;
  top: 3%;
  right: 5%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #333;
}
.button_container.active .middle {
  opacity: 0;
  background: #333;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #333;
}
.button_container span {
  background: #000;
  opacity: 1;
  border: none;
  height: 5px;
  width: 100% !important;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 990;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  font-size: 50px;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  text-align: center;
}
.overlay nav ul.list-inline.header-social {
  position: absolute;
  bottom: 10%;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: auto;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  font-size: 2.4rem;
  display: block;
  position: relative;
  font-size: 2rem;
  color: #000;
  font-family: "Titillium Web", sans-serif;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background: #333;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.row.info_content p {
  margin: 0;
}
.row.info_content p a {
  color: #333;
}
.video_popup video {
  width: 100%;
}
select#sevive {
    height: auto;

}
.form-control:focus {
    color: #222222;
    background-color: #ffffff;
    border-color: rgb(3 156 224);
    outline: 0;
    box-shadow: none;
    box-shadow: 0 0 25px rgba(226, 93, 93, 0.1);
}
.form-group.input_gr .input-group.mb-3 {
  margin: 0 !important;
  padding: 0;
  margin-right: 6px !important;
}
.form-group.input_gr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
span#basic-addon1 {
  background: #e8e8e8;
  color: #000;
  font-size: 22px;
  padding: 0 7px;
}
.lis_souservice ul {
  padding: 0 15px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.pro_head_title {
  display: flex;
  color: #333;
}
.pro_head_title .content_pro {
  width: 60% !important;
}
.pro_head_title .content_pro h1 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.pro_head_title .content_pro p {
  color: #fff;
}
.pro_head_title .imgref {
  width: 10% !important;
}
.page_pro{
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
/* .page_pro::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
} */
.list_link .list_icon.d-flex {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.list_link .jssocials-shares {
  margin: 0.2em 0;
  display: flex;
  flex-direction: row;
}
.list_link .jssocials-share a {
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 40px;
  background: #525252 !important;
  border: 0;
}
.item_icon a {
  margin-left: 10px;
}
.moda_pro >.container {
  max-width: 1500px;
}
.container.related_pro {
  padding: 20px 0;
}
.container.related_pro h2{
  color: #fff;
}
.page_pro .main_title_1 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0;
  position: relative;
}
strong.date_post {
  color: #6d6d6d;
  font-size: 1rem;
  display: block;
  margin: 0;
  line-height: 26px;
}
@media (max-width: 560px){
  .pro_head_title .content_pro h3 {
    color: #fff;
    font-size: 18px;
  }
  .overlay ul li a {
   overflow: initial !important;
  }
  body.scrol_stop {
    overflow: hidden;
  }
  .moda_pro >.container {
      max-width: 100% !important;
      padding: 0 !important;
  }
  .pro_head_title .imgref {
    width: 20% !important;
    margin-right: 15px;
  }
  .pro_head_title .content_pro h3 {
    color: #fff !important;
  }
  .item_icon a {
    background: #009de0 !important;
    border: 0;
  }

  .list_link .list_icon.d-flex {
    justify-content: center;
  }
  .list_icon a {
    height: 40px !important;
    font-size: 12px !important;
    width: 40px !important;
  }
  .container.related_pro {
    padding: 20px 15px !important;
  }

}


section.team_section {
  margin: 30px 0;
}
figure.effect-goliath {
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px;
    height: 500px;
}
figure.effect-goliath img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;

}
figure.effect-goliath .t_img2 {
  position:absolute;
  left: 0;
  top: 0;
  opacity:0;
  z-index: 9;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
 
}
figure.effect-goliath:hover >.t_img2{
  opacity: 1 !important;
}

.effect-goliath figcaption {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #333333ad;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0.5) 29%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0.5) 29%, rgba(255,255,255,0) 100%);
  padding: 10px 0;
  border-radius: 5px;
  z-index: 99;
}
.effect-goliath h2 {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .5s;
  
}
.effect-goliath h3 {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 1.2rem;
  display: none;


}
.team_head h2 {
  font-size: 28px;
  line-height: 45px;
}
figure.effect-goliath:hover > figcaption{
  background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.5) 30%, rgba(255,255,255,0) 100%);
  transition: all .5s ease-in;
}
figure.effect-goliath:hover > figcaption h3{
  display: block;
}

.inpu_file + label.btn-3 {
  background-color: #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
  width: 95%;
  padding: 15px;
  margin: 0;
  cursor: pointer;
  position: absolute;
    left: 14px;
}

.inpu_file  {
  height: 0;
  overflow: hidden;
  width: 0;
}
.ga_team .gallery_image {
  height: 225px !important;
}
.slideshow .slide .image-container{
  position: relative;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0.2) 29%, rgba(255,255,255,0) 100%);
}
.tags .main_title_1 {
  margin: 0;
}
h1.h_title {
  position: absolute;
  top: 40%;
  z-index: -1;
}
.caption span {
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 800;
  font-family: inherit;
  text-transform: uppercase;
  word-break: break-word;
}
.info-contact p a {
  margin-bottom: 4px;
  display: inline-block;
}
.middle h3 {
  color: #ffff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 2.1rem;
}
.text_f p {
  color: #262626;
}
.title_blog:after {
  content: "";
  width: 16%;
  height: 4px;
  display: block;
  margin-bottom: 15px;
}
.title_blog {
  position: relative;
  display: block;
  line-height: 45px;
}
.web_proj .middle i {
  font-size: 1.6rem;
  margin-left: 5px;
}