/*   
Theme Name: Com4
Version: 1.03
*/
.form-contact .input-wrap-file label{
  cursor: pointer;
}
.bg-blue-content .content a:hover {
  color: #46b450;
}
.cta-block .content figure img{
  height: auto;
}

figure img{
  height: auto;
}

.text-item-3x .item{
  display: block;
}

.text-item-3x a.item:hover{
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16);
}
.object-position-center.services-banner .bg .img{
  object-position: center;
}

.copy-buffer{
  position: fixed;
  z-index: 999;
  background: #eee;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  color: #000;
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16);
  display: none;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media (max-width: 991px){
  footer .right-bottom ul{
    justify-content: center;
  }
  footer .right-bottom ul {
    grid-gap: 5px 15px;
  }
}