/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.4
Template: hello-elementor

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

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.header-menu .menu-item .elementor-item {
    background-color: #3984FF;
    border-radius: 120px;
}
.contact-form .elementor-field-textual {
    border-radius: 20px !important;
}
.testimonial-carousel .elementor-swiper-button {
    top: -100px !important;
    right: 0 !important;
}

.testimonial-carousel .elementor-swiper-button-prev {
    right: 60px !important;
    left: auto !important;
}
.image-gallery img {
    height: 250px !important;
    object-fit: cover !important;
}
@media screen and (max-width: 1239px){
	.image-gallery img {
		height: 200px !important;
		object-fit: cover !important;
	}
	.elementor-field-textual.elementor-size-lg {
		min-height: 49px !important;
	}
	.gallerypage-images .gallery-item img {
		height: 120px !important;
	}
}
@media screen and (max-width: 959px){
	.testimonial-carousel .elementor-swiper-button {
		top: -60px !important;
		right: 0 !important;
	}
#HeroSection {
    background-position: 0px 320px !important;
}
.header-menu .menu-item .elementor-item {
     background-color: unset;
    border-radius: unset;
}
}
@media screen and (max-width: 767px){
	.gallerypage-images .gallery-item img {
		height: 60px !important;
	}
}
@media screen and (max-width: 479px){
	.image-gallery img {
		height: 300px !important;
	}
	.testimonial-carousel .elementor-swiper-button.elementor-swiper-button-next {
		left: 50px !important;
	}
	.testimonial-carousel .elementor-swiper-button {
		top: -30px !important;
		right: auto;
		left: 0 !important;
	}
	.gallerypage-images .gallery-item img {
		height: 280px !important;
	}
}