/* 
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 */
/*.elementor-item:after, .elementor-item:before{
	display: none;
}*/
.header .elementor-item.elementor-item-active{
    color: #ffffff;
    background-color: #634387;
}
.service-box{
	    background-color: #eee;
	        height: 100%;
    padding-bottom: 25px;
    padding-top: 20px !important;
}
/*.service-btn{
	    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}*/
.section-bottom{
	margin-bottom: 30px;
}
.heading h1{
    margin-bottom: 20px;
}
.heading h1:after{
    position: absolute;
    background-color: #419E29;
    content: '';
    height: 3px;
    width: 100px;
    bottom: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 50px;
}
.input-row{
    display: flex;
    column-gap: 10px;
}
.input-fd{
    width: 50%;
}
@media only screen and (max-width: 1024px) {

nav{
    width: 100%;
}
nav ul li{
    margin-bottom:20px;
}
.elementor-10 .elementor-element.elementor-element-52d3358 {
    width: 100%;
}
.elementor-10 .elementor-element.elementor-element-3ecd661 {
    width: 100%;
}
    
}
@media only screen and (max-width: 766px) {

.elementor-element.elementor-element-4d761a4f.elementor-widget__width-initial.elementor-position-top.elementor-widget.elementor-widget-image-box {
    width: 100%;
}

}
@media only screen and (max-width: 425px) {
.header .e-con-inner {
    top: 0px;
}
/*nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        right: -20px;
        top: 30px;
        width: 202%;
    
}*/
.section-bottom{
    margin-bottom: 0px!important;
}

}