/*
Theme Name: 	Degency Child
Theme URI: 		http://thememascot.net
Description: 	Digital Marketing Agency Wordpress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		3.0
Minimum Requires PHP:	8.1
Tested up to:	6.9
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	degency-child
Template: 		degency
*/


/***********************Services Style1 Block Grid**************************/
.isotope-layout .isotope-layout-inner
 {
    display: flex;
    flex-wrap: wrap;
}
.isotope-item.service-item 
{
    margin-bottom:35px !important;
}
.service-item:hover .service-icon svg path
{
    fill:#ffffff;
}
.projects-current-theme2 .inner-box .content
{
	width:70%;
}
.service-block-style1:after
{
	display:none;
}
#home-banner-video .elementor-wrapper
{
	--video-aspect-ratio:auto;
}
/**************Service Detail Page****************/
#service-carousel .swiper-wrapper,
#services-carousel .swiper-wrapper
{
	align-items: stretch;
    justify-content: stretch;
}
#service-carousel .swiper-slide,
#services-carousel .swiper-slide
{
    height: auto;
}
#service-carousel .swiper-wrapper .swiper-slide-inner,
#services-carousel .swiper-wrapper .swiper-slide-inner
{
	height:100%;
}
#service-carousel .swiper-wrapper .swiper-slide-inner img,
#services-carousel .swiper-wrapper .swiper-slide-inner img
{
	height:100%;
	object-fit:cover;
}
@media (min-width: 991.99px)
{
	.isotope-item.service-item 
	{
		position: static !important;
	}
}