/* 
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
*/
.blue_btn:hover svg path {
    fill: #0E125B;
}
.White_btn:hover svg path {
    fill: white;
}
.page-id-836 .Review_loop{
    border: 1px solid #C5C5C5;
 }

.Apply_Foam .elementor-field-type-upload.elementor-field-group.elementor-col-100 {
    position: absolute;
	width: 74%;
    left: 864px !important;
    height: 450px;
}
.Apply_Foam .elementor-field-group-field_eeb9367::before, #field_eeb9367::before{
        height: 120px !important;
        width: 120px;
    	top: 200px;
}
.Apply_Foam .elementor-field-type-upload.elementor-field-group.elementor-column.elementor-field-group-field_eeb9367.elementor-col-100 {
    height: 565px;
}
.Apply_Foam .elementor-field-group-field_eeb9367::after, #field_eeb9367::after{
    bottom: 170px;
}
.gradient-text h2 {
	background: linear-gradient(
		90deg,
		rgba(1, 8, 123, 1) 0%,
		rgba(1, 8, 123, 0.6) 40%,
		rgba(1, 8, 123, 0.3) 70%,
		rgba(1, 8, 123, 0.1) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.1;
}
.service-loop .e-loop-item:nth-child(odd) .elementor-widget-theme-post-featured-image {
    text-align: left;
    margin-left: 80px;
}
.service-loop .e-loop-item:last-child .service-main-container {
    border-bottom: 1px solid;
    border-color: #00000036;
}
@media(max-width: 1200px){
	.service-main-container img {
    width: 50%;
    height: 170px;
    object-fit: contain;
}
}