

.gallery-one__card {
    position: relative;
    overflow: hidden;
    background-color: var(--laboix-black, #000);margin-bottom: 30px;
  }
  .gallery-one__card img {
    transform: scale(1);
    max-width: 100%;
    transition: transform 500ms ease, opacity 500ms ease;
    opacity: 1;    height: 400px;
    object-fit: cover;
    width: 100%;
  }
  .gallery-one__card h4 {
      position: absolute;
      z-index: 9999;
      color: #fff;
      bottom: -8px;
      left: 0;
      width: 100%;
      text-align: center;
      background: #0000004f;
      padding: 10px 0;
      font-size: 15px;
  }
  .gallery-one__card__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
  }
  .gallery-one__card__hover .img-popup {
    position: relative;
  }
  .gallery-one__card:hover img {
    transform: scale(1.05);
    opacity: 0.9;
    mix-blend-mode: screen;
  }
  .gallery-one__card:hover .gallery-one__card__hover {
    transform-origin: top center;
    transform: scale(1, 1);
  }
  .gallery-one__card__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffc107;
    transition: all 0.5s ease-in-out;
  }
  .gallery-one__card__icon__item {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
  }
  .gallery-one__card__icon__item::after, .gallery-one__card__icon__item::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .gallery-one__card__icon__item::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .gallery-one__card__icon:hover {
    background: #947b5d;
  }
.case-study-thumb2 img{height: 400px;object-fit: cover;}
.portfolio-minimal-area .case-study-contents{padding: 20px 35px 25px;}
.logo img{max-width: 250px;width: 100%;}
.contact-area-inner .section-title.upper .sub-title h2,.single-contact-box h3,.single-contact-box li {
  color: #101010;
}
.contact-area-inner,.map-section {
  background: #fff !important;}
  .contact-area-inner .form_box textarea#message,.contact-area-inner .form_box input{    background: #fafafa;}

  .contact_info a,.contact_info p,.contact_info h5 {color:#363739}
  .contact_info i {
    font-size: 30px;
    background: #D7AB79;
    color: #fff;    padding: 8px 12px;
    margin-bottom: 20px;
    border-radius: 0%;
}
.contact_info .footer_s_inner{
  
    padding: 20px 10px 20px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.contact_info .footer-sociala-info p{
    margin: auto;
    padding: 0;
}
.contact_info{
  background: #fafafa;
  width: 100%;
  padding: 20px 0px;
}
.contact-area-inner .single-contact-box.upper {
  left: 0;
}
.barandbox{
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 5px;
  box-shadow: 0 3px 8px rgba(0,0,0,.19);    -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;text-align: center;
}
.barandbox:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.barandbox img{
height: 120px;width: 100%;max-width: 160px;
  object-fit: contain;}
  .breadcumb-area{    height: auto;}

  .horizontal-slider-area{    padding: 20px 0 70px;}

  .project-area.one .project-thumb img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.horizontal-slider-box img{width:100%;}
.footer-section.upper {
  background: #071626;
}
.footer-section.upper .widgets-company-title h3 {
  color: #e4dede;
}
.footer-section .widgets-company-icon-list ul li{color: #cccccc;}
.footer-section .widgets-company-icon-list ul li i {
  font-weight: 600;
  margin: 0 5px 0 0;
  background: #D7AB79;
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  padding-top: 2px;
}
.elaction-logo img{width: 100%;}
.testimonial-area.one{margin-bottom: 60px;}

.horizontal-slider-area .horizontal-slider-box{height: auto !important;}

@media (max-width:767px){
.horizontal-slider-area {    padding: 0;    margin-top: 70px;}
.about-area.one {    padding: 20px 0 15px;}
.project-area.one{    padding: 0px 0 70px;}




}
