/*
Theme Name: Child Evolvethecom
Author: 
Description: Your description goes here
Version: 1.0
Template: evolvethecom

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

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.logo-slider .elementor-image-carousel.swiper-wrapper {
    align-items: center;
}
.logo-slider figure.swiper-slide-inner img {
    width: 130px;
    max-width: 130px;
    margin: 0 auto;
}
.home-circels .elementor-widget-wrap.elementor-element-populated {
    height: 350px;
    width: 350px;
    border-radius: 50%;
	margin: 0 auto !important;
}
@media screen and (max-width: 991px) {
	.home-circels:first-child {
		width: 100% !important;
	}
	.home-circels:nth-child(n+2) {
		width: 50% !important;
	}
}
@media only screen and (max-width: 800px) {
	.logo-slider figure.swiper-slide-inner img {
		width: 90px;
		max-width: 90px;
		margin: 0 auto;
	}	
}
@media only screen and (max-width: 767px) {
	.home-circels .elementor-widget-wrap.elementor-element-populated {
		height: 300px;
		width: 300px;
		border-radius: 50%;
		margin: 0 auto !important;
	}	
}
@media screen and (max-width: 601px) {
	.home-circels:nth-child(n+2) {
		width: 100% !important;
	}
	.home-circels {
		margin-bottom: 25px;
	}
}