/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.padding-section{
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (max-width: 1250px){
	.padding-section{
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 40px;
		padding-right: 40px;		
	}	
}

@media screen and (max-width: 767px){
	.padding-section{
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;		
	}	
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float-small {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

.floating-up {
	animation: float 6s ease-in-out infinite;
}

.floating-up-small {
	animation: float-small 6s ease-in-out infinite;
}

.flex-row{
	display: flex;
	flex-direction: row;
}
.logo-gallery .gallery{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

p.elementor-heading-title{
	margin-bottom: 0;
}

.icon-button svg{
	height: 14px;
}

.blurry-background .elementor-widget-wrap::after{
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(247, 248, 250, .3);
	backdrop-filter: blur(28px);
	z-index:0;
	top: 0;
	left: 0;
	border-radius: 20px;
	
}

.icon-list-top .elementor-icon-list-icon{
	align-self: baseline;
	margin-top: 15px;
}


.icon-list-top-small .elementor-icon-list-icon{
	align-self: baseline;
	margin-top: 4px;
}