/* 
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
*/


/* GENERAL CSS */
body, html {
    overflow-x: hidden;
}
.elementor-widget-text-editor div {
    display: none;
}
.elementskit-menu-hamburger svg path {
    fill: #fff;
}	
#ekit-megamenu-main-menu.active {
    background-color: #5b2d6b;
    max-width: 400px;
}
.elementor-widget-image-box .elementor-image-box-title a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
}


/* HEADER CSS */
.menu-item .elementskit-dropdown {
    padding: 20px 20px !important;
    border-radius: 12px !important;
    border: none !important;
	min-width: 190px !important;
}
.menu-item .elementskit-dropdown a {
    border-radius: 50px;
}
.menu-item .elementskit-dropdown li {
    padding-bottom: 8px;
}
.menu-item-has-children a svg {
    color: #fff !important;
    fill: #fff !important;
    margin-right: 0;
}
.menu-item-has-children:hover a svg {
    color: #5b2d6b !important;
    fill: #5b2d6b !important;
}
.ekit-template-content-header.sticky section {
    background-color: #0000008c !important;
}


/* HOMEPAGE CSS */
.hero-banner .inner {
    max-width: 340px;
}
.sec2 .inner .elementor-widget-image-box {
    height: 100%;
}
.form-bg form  p {
    margin: 0;
}
.form-bg form .in p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-bg form .in p .wpcf7-form-control-wrap {
    width: 49%;
}
.form-bg form input, .form-bg form select, .form-bg form textarea {
    outline: none;
    box-shadow: none;
    border: none;
    color: #000;
    margin-bottom: 10px;
    padding: 10px 20px 10px 20px;
}
.form-bg form textarea {
	height: 150px;
}
.form-bg form input::placeholder, .form-bg form select::placeholder, .form-bg form textarea::placeholder {
    color: #000;
}
.form-bg form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: -10px;
}
.form-bg form .wpcf7-submit {
    color: #fff;
}


/* INNER PAGE CSS */
.abt-sec1 .inner {
    position: absolute;
    bottom: 0;
    right: 110px;
    max-width: 250px;
}
.abt-sec3 .inner {
    position: absolute;
    left: 60px;
    bottom: 40px;
    max-width: 260px;
}
.form-bg.cont-sec2 form input, .form-bg.cont-sec2 form select, .form-bg.cont-sec2 form textarea {
	border: 1px solid #000;
}
.cont-sec2 .elementor-widget-icon-box:hover .elementor-icon svg {
    fill: #fff;
}
.cont-sec1 .elementor-widget-icon-box:hover .elementor-icon-box-title, .cont-sec1 .elementor-widget-icon-box:hover a, .cont-sec1 .elementor-widget-icon-box:hover p {
    color: #fff !important;
}
.cont-sec1 .elementor-widget-icon-box p a {
    color: inherit;
}
.cont-sec1 .elementor-widget-icon-box p a:hover {
    color: inherit !important;
}
.cont-sec1 .elementor-widget-icon-box {
	margin-bottom: 10px !important;
}
.cont-sec1 .elementor-widget-icon-box:hover .elementor-icon svg {
    fill: #fff;
}
.cont-sec2 .elementor-widget-icon-box:hover .elementor-icon-box-title, .cont-sec2 .elementor-widget-icon-box:hover a {
    color: #fff !important;
}
.cont-sec2 .elementor-widget-icon-box p a {
    color: inherit;
}
.cont-sec2 .elementor-widget-icon-box p a:hover {
    color: inherit !important;
}
.cont-sec2 .elementor-widget-icon-box {
	margin-bottom: 10px !important;
}
.dbl-faq-sec .elementskit-accordion {
    column-count: 2;
}
.dbl-faq-sec .elementskit-accordion .elementskit-card {
    display: inline-block;
    width: 100%;
}
.faq-sec .elementskit-accordion .elementskit-card-body div {
    display: none;
}
.test-sec1 .inner .inner-box {
    width: 32%;
}
.test-sec2 .inner {
    max-width: 430px;
}
.test-sec2 .inner .elementor-counter-number-suffix {
    color: #d8b7fb !important;
}
.main-serv2 .inner .elementor-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-serv2 .inner .elementor-container .elementor-column {
    width: 33%;
    margin-top: 30px;
}
.serv-step .inner .elementor-widget-image-box {
    width: 310px;
    height: 310px;
    align-content: center;
}
.inner-serv2 .inner .elementor-widget-image-box, .inner-serv2 .inner .inner-box {
    height: 100%;
}


/* FOOTER CSS */



/* MEDIA QUERY CSS */
@media only screen and (max-width: 1366px) {
	.serv-step .inner .elementor-widget-image-box {
		width: 240px;
		height: 240px;
	}
}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 767px) {
	.sec2 .inner, .sec3 .inner, .sec5 .inner, .sec6 .inner {
		max-width: 350px;
	}
	.abt-sec1 .inner, .abt-sec3 .inner {
		position: unset;
	}
	.dbl-faq-sec .elementskit-accordion {
		column-count: 1;
	}
	.test-sec1 .inner .inner-box {
		width: 49%;
	}
	.main-serv2 .inner .elementor-container .elementor-column {
		width: 49%;
		margin-top: 20px;
	}
	.custom-footer li.elementor-icon-list-item a span {
		text-align: center;
	}
}
@media only screen and (max-width: 570px) {
	.form-bg form input, .form-bg form select, .form-bg form textarea {
		font-size: 14px;
		padding: 10px;
	}
	.form-bg form .in p .wpcf7-form-control-wrap {
		width: 100%;
	}	
	.test-sec1 .inner .inner-box {
		width: 100%;
	}
	.main-serv2 .inner .elementor-container .elementor-column {
		width: 100%;
		margin-top: 10px;
	}
}


