@media screen {
    /* Main CSS */
     body {
         overflow-x: hidden;
         min-height: 100vh;
         display: flex;
         flex-direction: column;
    }
    .elementor-location-footer{
        order: 9999;
        align-self: flex-end;
        width: 100%;
    }
    #content{
        flex:1;
    }
     a, a span, a i {
         outline: none;
    }
    /* Gravity Forms Validation Stars Here */
     .gfield_error input, .gfield_error textarea {
         background-color: rgba(220,20,60,.2) !important;
    }
     .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
         background: transparent !important;
         border: unset !important;
         font-size: 13px !important;
         margin-top: 0 !important;
         padding: 0 !important;
    }
    /* End Gravity Forms Validation Ends Here */
    /* Fix Images in Chrome and Edge Starts Here*/
     img {
         transform: translateZ(0);
         image-rendering: -webkit-optimize-contrast;
    }
    /* Fix Images in Chrome and Edge Ends Here*/
    /* Recaptcha Move to the Left */
     .grecaptcha-badge {
         width: 70px !important;
         overflow: hidden !important;
         transition: all 0.3s ease !important;
         left: 4px !important;
    }
     .grecaptcha-badge:hover {
         width: 256px !important;
    }
    /* End Recaptcha Move to the Left */
}
/* Recaptcha hide on mobile */
 @media (max-width: 1024px) {
     .grecaptcha-badge {
         display: none;
    }
}
/* End Recaptcha hide on mobile */
 

.clients-lists figure img{
    max-height:120px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto;
    line-height: 0;
   padding: 20px;
}
.clients-lists .swiper-slide:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, .1);
/*     background-color: rgba(255, 255, 255, .05); */
    background-color: rgba(0, 0, 0, 28%);
/*     mask-image: linear-gradient(135deg, #000 0, #000 22%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(135deg, #000 0, #000 22%, rgba(0, 0, 0, 0) 100%); */
	border-radius: 10px;
}
.clients-lists .swiper-slide-inner{
    line-height: 0;
}
.clients-lists .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}
.clients-lists .swiper-slide {
    text-align: center;
    line-height: 0;
}