/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


p{
	margin: 0;
}

.out_solution figure.swiper-slide-inner img {
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.out_solution .elementor-swiper-button{
    background: var(--e-global-color-58b1689);
    border-radius: 50px;
    padding: 5px;
}


@media(max-width: 1495px){
	#header_nav .elementskit-navbar-nav > li > a{
		font-size: 16px;   
		padding: 0px 10px 0px 10px;
	}
	#header_nav img {
		width: 290px;
	}
}
@media(max-width: 1366px){
	#header_nav img {
		width: 250px;
	}
	#header_nav .elementskit-navbar-nav > li > a {
		font-size: 16px;
		padding: 0px 7px 0px 6px;
	}
}
@media(max-width:1200px){
	#header_nav .elementskit-navbar-nav > li > a{
		font-size: 15px;
	}
	#header_nav.elementor-sticky--effects .elementskit-navbar-nav > li > a{
		font-size: 14px;   
		padding: 0px 4px 0px 4px;
	}
	#header_nav img {
		width: 195px;
	}
}
@media(max-width:1024px){
	#header_divider{
		background-image: linear-gradient(225deg, var( --e-global-color-58b1689 ) 70%, #F2295B00 0%);
	}
}
@media(max-width: 880px){
	#header_divider{
		background-image: linear-gradient(225deg, var( --e-global-color-58b1689 ) 80%, #F2295B00 0%);
	}
}
@media(max-width:576px){
	.ekit-wid-con .ekit-form .col-6 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}