/*
Theme Name: Devoski System
Theme URI: https://devoskisystems.com/
Author: Devoski System
Author URI: https://devoskisystems.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our esteemed client.
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.uc-side-menu-wrapper.menu-left-open .current-menu-item a {
    background: none !important;
    color: #f39e22 !important;
}
.slideloop {
        width: 100%;
    height: 100%;
    background-size: 100%;
    animation: 100s e infinite linear;
    background-repeat: repeat-x !important;
}
@keyframes e {
    to {
        background-position: -3000px 0px;
    }
}
.webdesign_service img {
    height: 190px;
    object-fit: cover;
    object-position: center;
}
.site-content {
/*   margin-bottom: 500px; */
    margin-top: 0;
    z-index: 2;
    background-color: #fff;
}
footer {
   position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: left .33s cubic-bezier(.694,.0482,.335,1);
}

.hover-service {
	transition: all .2s cubic-bezier(.02,.54,.58,1);
}
.hover-service:hover {
    transform: translateY(-20px);
}

.overlay-img {
    filter: opacity(0.5);
	max-width: 300px;
    border-radius: 8px;
    margin: 0 auto;
}

.overlay-img:hover{
	filter:opacity(1);
	box-shadow: 0 10px 55px 5px rgb(137 173 255 / 35%);
	transition:all 2s ease-in-out:
}

.home-posts .eael-grid-post .eael-entry-media {
   max-width: 330px;
   margin: 0 auto;
   border-radius: 8px;
}
.home-posts .eael-grid-post:hover .eael-entry-media {
  box-shadow: 0 10px 55px 5px rgb(137 173 255 / 35%);
}
.home-posts .eael-grid-post .eael-grid-post-holder {
   border: none;
}
.eael-post-elements-readmore-btn:after,
.premium-blog-excerpt-link:after {
    content: "\2192";
	font-size: 18px;
    margin-left: 6px;
}

.carousel-img-op .swiper-slide-image{
	 filter: opacity(0.5);
}

.carousel-img-op .swiper-slide-image:hover {
	filter:opacity(1);
	cursor:pointer;
}




@media screen and (max-width: 767px) {
.hover-service img {
   display: inline;
}
}