/* 
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
*/


.image-hover {
    overflow: hidden;
	border-radius: 10px;
}
.image-hover img {
    transition: all 0.5s ease-in;
    width: 100%;
}
.image-hover:hover img {
    transform: scale(1.1);
}

.newsletterForm button.elementor-button .elementor-form-spinner {
    display: none !important;
}

.elementor-field-group{
	align-items: self-start;
}


@media only screen and (max-width: 991px){

.box-custom {
    padding: 25px 20px !important;
}
	
}


@media only screen and (max-width: 767px){

	
.box-custom {
    background-image: none !important;
    position: relative;
}
.box-custom:before {
    content: "";
    border: 1px solid white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transform: skewX(-10deg);
}
#abt3 .box-custom:before{
    border: 1px solid #000;
}
	
.newsletterForm button.elementor-button {
    flex-basis: 40% !important;
    margin: 0 auto !important;
}
	
}