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



/* HEADER CSS */



/* HOMEPAGE CSS */
.hero-sec .inner {
    max-width: 380px;
}
.hero-sec .inner span.wpcf7-form-control-wrap {
    display: block;
}
.hero-sec .inner p br {
    display: none;
}
.hero-sec .inner input, .hero-sec .inner select, .hero-sec .inner textarea {
    border: none;
    outline: none;
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 10px 15px;
    color: #000;
    font-size: 13px;
    font-family: 'Inter';
}
.hero-sec .inner input::placeholder, .hero-sec .inner select::placeholder, .hero-sec .inner textarea::placeholder {
    color: #000;
}
.hero-sec .inner textarea {
    height: 100px;
}
.hero-sec .inner .wpcf7-submit {
    background-color: #d22a1d;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: .4s;
    border: 2px solid #d22a1d;
}
.hero-sec .inner .wpcf7-submit:hover {
    color: #d22a1d;
    background-color: #fff;
    border-radius: 50px;
}
.hero-sec .inner span.wpcf7-spinner {
    display: none;
}
.hero-sec .inner .wpcf7-not-valid-tip {
    font-size: 13px;
    margin: -14px 0 3px;
}
.hero-sec .wpcf7 form.invalid .wpcf7-response-output {
    color: #ffb900;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}
.hero-sec .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}
.sec3 .owl-nav {
    position: absolute;
    left: -5%;
    right: 0;
    height: fit-content;
    width: 110%;
    top: -100px;
    bottom: 0;
    margin: auto;
}
.sec3 .owl-dots {
    max-width: 200px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.sec3 .owl-dots button {
    width: 100% !important;
    border-radius: 10px !important;
}
.sec5 .elementor-image-box-content {
    padding-left: 15px;
}
.faq-sec .elementor-accordion-item {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);
    margin-bottom: 15px;
    border: none;
}
.faq-sec .elementor-accordion-item .elementor-tab-content {
    border: none;
    padding-bottom: 8px !important;
}

/* INNER PAGE CSS */
.contact-top .elementor-widget-image-box {
    height: 100%;
}
.contact-top .elementor-widget-image-box .elementor-image-box-wrapper {
    height: 100%;
}
.contact-top .elementor-widget-image-box .elementor-image-box-title a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.contact-top .elementor-widget-image-box .elementor-image-box-description a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.contact-bot span.wpcf7-form-control-wrap {
    display: block;
}
.contact-bot p br {
    display: none;
}
.contact-bot input, .contact-bot select, .contact-bot textarea {
    border: none;
    outline: none;
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 10px 15px;
    color: #b4b3b3;
    font-size: 18px;
    font-family: 'Inter';
}
.contact-bot input::placeholder, .contact-bot select::placeholder, .contact-bot textarea::placeholder {
    color: #b4b3b3;
}
.contact-bot textarea {
    height: 100px;
}
.contact-bot .wpcf7-submit {
    background-color: #2bb17f;
    width: auto;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: .4s;
    border: 2px solid #2bb17f;
    border-radius: 50px;
    margin: auto;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
.contact-bot .wpcf7-submit:hover {
    color: #2bb17f;
    background-color: #fff;
}
.contact-bot span.wpcf7-spinner {
    display: none;
}
.contact-bot .wpcf7-not-valid-tip {
    font-size: 13px;
    margin: -14px 0 3px;
}
.contact-bot .wpcf7 form.invalid .wpcf7-response-output {
    color: #ffb900;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}
.contact-bot .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}
.serv-list .elementor-image-box-content {
    padding: 0 10px;
}


/* FOOTER CSS */
.foot-top:after {
    content: '';
    background-color: #2f4145;
    width: 50%;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}


/* MEDIA QUERY CSS */
@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1024px) {
	.hero-sec .inner .wpcf7-submit {
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
	.sec5 .elementor-image-box-content {
		padding-left: 0px;
	}	
	.contact-bot input, .contact-bot select, .contact-bot textarea {
		font-size: 15px;
	}
	.foot-top:after {
		width: 100%;
    	height: 50%;
		top:unset;
		left:0;
		bottom: 0;
	}
}
@media only screen and (max-width: 570px) {
	
}


