.header-height-1 {
  min-height: 70px;
}
.main-menu.text-right {
  text-align: right;
}
.about-us-area img {
  max-width: 100%;
}
.about_img {
  height: 100%;
}
.about_img img {
  height: 200px;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-us-area .row {
  margin-bottom: 50px;
}
.banner-content-5 p {
  color: white;
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 15px;
}

.banner_contact {
  position: relative;
  padding: 0 !important;
}
/* .banner_contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
} */
.banner_contact .bg-img.bg-padding-2 {
  padding: 140px 0 !important;
}
.banner-wrap img {
  /* height: 320px; */
  object-fit: cover;
  position: relative;
}
.banner-wrap a.img_bg {
  position: relative;
}
.banner-wrap a.img_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
/* .banner-content-1 * {
  color: white;
} */
.banner-content-1 {
  z-index: 3;
}
.categories-b .banner-wrap .banner-content-1 {
  position: absolute;
  left: 24px;
  bottom: 5px;
}
.breadcrumb-area:before {
  display: none;
}
.bg_header {
  position: relative;
  padding: 30px 0 !important;
}
.bg_header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.bg_header .breadcrumb-content.text-center h2 {
  color: white;
}
.bg_header .breadcrumb-content.text-center li,
.bg_header .breadcrumb-content.text-center a {
  color: white;
}
.product-wrap .product-img a img {
  height: 250px;
  object-fit: cover;
}
a.mobile-menu-active-button {
  font-size: 2rem;
}
.intro-section {
  position: relative;
}
/* .intro-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
} */
/* .hero-slider-img-1.slider-animated-1 * {
  color: white;
} */
.hero-slider-img-1.slider-animated-1 h1 {
  font-size: 78px;
  line-height: 90px;
  font-family: "Poppins", sans-serif;
  margin: 19px 0 44px;
}
.slider-btn-2 a.btn {
  border: 2px solid #e2e561;
}
/* .main-slider-nav i {
  color: white;
} */
.product-area.catego_sou h2 {
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-color: #797979;
}
/* .catego_sou .banner-wrap {
  height: 260px;
} */
.service_content h3 {
  font-weight: bold;
  font-size: 1.3rem;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
  padding: 10px;
}

.grid-item img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
}
.grid-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.grid-item img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.video {
  transition: 0.5s ease;
  position: absolute;
  top: 0;
  width: 100%;
  background: #00000069;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  align-items: center;
  height: 100%;
  left: 0;
  /* transform: translate(-50%, -50%); */
  -ms-transform: translate(-50%, -50%);
  /* text-align: center; */
}

.grid-item .link_gallry:hover img {
  opacity: 0.3;
}

.grid-item a:hover > .middle {
  opacity: 1;
}

.icon_gallery {
  color: rgb(0, 0, 0);
  font-size: 22px;
}
.icon_video {
  color: rgb(255, 255, 255);
  font-size: 31px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-img {
  background-color: #f2f2f2;
}
.banner-content-5 h1 {
  font-size: 54px;
  line-height: 67px;
  margin: 25px 0 40px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  -webkit-text-stroke: 0px #e2e561;
  font-weight: 700;
}

.banner-wrap .banner-content-8 h2 {
  font-size: 27px;
  line-height: 27px;
  color: #ffffff;
  margin: 12px 0 29px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.banner-content-5 h3 {
  margin: 17px 0 25px;
  font-size: 27px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.banner-wrap .banner-content-10-position .banner-content-10 h3 {
  font-size: 27px;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-weight: 600;
  color: white;
}
/********** new style ****/

.contact-us-info-wrap .contact-us-info-title h3:before {
  display: none;
}
.contact-us-info-wrap {
  text-align: center;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 25px 15px;
  box-shadow: 0 2px 8px 0 rgb(179 179 179 / 5%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-us-info-wrap .contact-us-info-title {
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.contact-us-info-wrap .contact-us-info-title h3 {
  font-size: 1.3rem;
  padding: 0;
}
.contact-us-info-wrap p {
  font-size: 1rem;
}
.divider {
  background: #333;
  width: 15%;
  height: 3px;
  margin: 0 0 27px;
}
.bg_header {
  background: #f4f4f4;
}
.bg_header::before {
  display: none;
}
.bg_header .breadcrumb-content.text-center h2 {
  color: black;
}
.bg_header .breadcrumb-content.text-center li,
.bg_header .breadcrumb-content.text-center a {
  color: black;
}
.about_row {
  background: #f5f5f5;
  border-radius: 10px;
}
.content_text_about {
  padding: 25px;
}
.img_ab {
  padding: 0;
}
.img_ab img {
  border-radius: 0 10px 10px 0;
}
.about-content h1 {
  position: relative;
  margin-bottom: 45px;
}
.about-content h1:after {
  width: 1px;
  height: 4rem;
  margin-top: 3rem;
  border-right: 1px solid #777;
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  content: "";
}
.main-menu > nav > ul > li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 17px;
  position: relative;
}
.row.service_row {
  margin: 0;
  background: #f5f5f5;
}
.service_item {
  padding: 0;
}
.service_content {
  height: 100%;
  padding: 25px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img_full img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 25px;
  border-radius: 10px;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../img/sld.jpg) no-repeat center center/cover;
}
.bg-video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.bg-video-wrap .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 50%
  );
  background-size: 3px 3px;
  z-index: 2;
}
.bg-video-wrap h1 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
}
.bg-video-wrap {
  margin-bottom: 100px;
}
.banner-wrap .banner-content-1 h3 {
  font-size: 1.2rem;
  width: 80%;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
li.page-item a {
  color: #000000 !important;
  font-size: 1rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #e2e561;
  border-color: #e2e561;
  font-size: 1rem;
}
li.page-item.disabled {
  font-size: 1rem;
}
.projects_produit {
  background: #f5f5f5;
}
.contact-form-style input,
.contact-form-style textarea {
  margin: 30px 0 0 0;
}
.error {
  color: red;
}
div#eac-container-search a {
  color: white;
}
form#contact1,
form#revendeur {
  width: 100%;
}
form#contact1 .contact-us-btn,
form#revendeur .contact-us-btn {
  margin-top: 30px;
}
form#contact1 .contact-us-btn button.submit,
form#revendeur .contact-us-btn button.submit {
  width: 100%;
}
.footer-widget button {
  border: 0;
  background: transparent;
  padding: 0;
}
h2.title_list {
  font-size: 23px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #4c4c4c;
}
.banner-area .banner-wrap {
  height: 100%;
}
.banner-area .banner-wrap a {
  height: 100%;
}
.banner-area .banner-wrap a img {
  height: 100%;
}
.shop-area .product-content h3 {
  font-size: 1.5rem !important;
}
.shop-area .product-content p {
  margin-top: 20px;
}
.product-content h5 {
  font-size: 0.8rem !important;
}
.social-icon-style-1 i {
  font-size: 1.5rem;
  color: #e2e561;
}
.social-icon-style-1 a {
  margin: 0 5px;
}
.message_div {
  background: white;
  padding: 25px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
  border-radius: 11px;
}
.message_div p i {
  font-size: 5rem !important;
  margin-bottom: 10px;
  color: #5ad076;
}
.message_div h3 {
  font-size: 1.2rem;
  line-height: 2rem;
}
.message_div h2 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
 
  img.call_icon {
    margin-right: 0px !important;
  }
  .img_ab img {
    border-radius: 0;
  }
  .bg-video-wrap video {
    min-height: 250px;
    height: 250px;
  }
  .bg-video-wrap {
    height: 250px;
  }
  .bg-video-wrap .overlay {
    width: 100%;
    height: 250px;
  }
}
.header-bottom.sticky-bar .menu_desktop {
  justify-content: space-between;
}
.product-details-content ul {
  padding-left: 17px;
  list-style: initial;
}
.product-details-content p {
  margin-bottom: 8px;
}
.product-details-content h2 {
  margin-bottom: 15px !important;
}
#scrollUp {
  background-color: #e2e561;
}
.bg_header .breadcrumb-content.text-center li, .bg_header .breadcrumb-content.text-center a {
  color: #e2e561;
}
.main-menu>nav>ul>li>a {
  color: #383838;
  font-weight: 500;
  line-height: 80px;
  display: inline-block;
  position: relative;
  font-size: .8rem !important;
}
.main-menu>nav>ul>li {
  margin-right: 10px !important;
}
.social-icon-style-1 img {
  width: 44px !important;;
}
img.call_icon {
  margin-right: 40px;
}
