/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom styles below */

.serivices-blog-btn span.elementor-button-icon {
    font-size: 25px;
	transition:all 0.3s ease-in-out;
}

.serivices-blog-btn:hover  span.elementor-button-icon
{
transform: translateX(10px);
}

.contact-form .elementor-field {
    box-shadow: none !important;
	background-color: transparent !important;
	padding: 0
}

.contact-form button.elementor-button.elementor-size-md {
    box-shadow: 0px 4px 14px 0px #0B2F407A;
}


.contact-form span.elementor-button-icon
{
    font-size:24px;
	transition:all 0.3s ease-in-out;
	
}



button.elementor-button.elementor-size-md:hover span.elementor-button-icon
{
transform: translateX(10px);
}

.main-header.elementor-sticky--effects {
    background: #191919;
    backdrop-filter: blur(5px);
}

@media (max-width: 1024px) 
{
.our-blog-loop .elementor-swiper-button
 {
    display: none !important;
}	
}


@media (max-width: 480px) 
{
.ul-left ul 
{
    text-align: left;
}
}





