/*
Theme Name: Hello Elementor Child
Theme URI: https://wp-themes.com/hello-elementor
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Hello Elementor child theme.
Template: hello-elementor
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: hello-elementor-child
*/


.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0 !important;
}

.row {
    max-width: 1200px;
    margin: auto;
}

.wpcf7 input[type="submit"] {
    width: 152px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #92CFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: none;
    margin: 32px auto 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
select {
    width: 100%;
    height: 60x;
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    color:#525252;
    background: url(images/input.jpg) no-repeat;
    background-size: 100% 100% !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    margin-bottom: 10px;
}

.wpcf7 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.wpcf7 label {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
}

.wpcf7 p {
    width: 100%;
}

.wpcf7 textarea {
    height: 140px;
    background: url(images/textarea.jpg) no-repeat;
}

.wpcf7 ::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

#header {
    position: relative;
    z-index: 10;
}

#header .row {
    max-width: 1594px;
}

#banner {
    position: relative;
    margin-top: -146px;
}

#banner .row {
    position: absolute;
    max-width: 1594px;
    bottom: 353px;
    left: 0;
    right: 0;
}

#about.elementor-section .elementor-container {
    max-width: 1600px;
    margin: auto;
}

#about p {
    position: relative;
}

#about p::before,
#works #steps::before {
    content: "";
    background-color: #6AB6FF;
    width: 10px;
    height: 180px;
    position: absolute;
    left: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#works h2,
#faqs h2 {
    position: relative;
}

#works h2::after {
    content: "";
    background-color: #6AB6FF;
    height: 5px;
    width: 68%;
    max-width: 1075px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#works .row {
    max-width: 1599px;
}

#works .step {
    max-width: 356px;
    min-height: 356px;
}

#works .row2 {
    max-width: 1361px;
    margin: auto;
}

#works .row2.elementor-section .elementor-container {
    justify-content: space-between;
    gap: 20px;
}

#works #steps {
    position: relative;
}

#training .copy {
    max-width: 1105px;
}

#training .row {
    max-width: 1600px;
}

#training .row.elementor-section .elementor-container {
    gap: 38px;
}

#training .manual {
    position: relative;
}

#training .manual::after,
#faqs h2::after {
    content: "";
    background: #444444;
    width: 47%;
    max-width: 747px;
    height: 5px;
    position: absolute;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
}

#lorem {
    margin-top: -353px;
}

#lorem .row {
    max-width: 1554px;
}

#lorem .row.elementor-section .elementor-container {
    gap: 47px;
}

#faqs .row {
    max-width: 1600px;
}

#faqs .row.elementor-section .elementor-container {
    gap: 20px;
}

#faqs h2::after {
    max-width: 683px;
    width: 43%;
}

#contact {
    position: relative;
    z-index: 10;
}

#contact .wpcf7 {
    background: #6AB6FF;
    padding: 37px 88px 34px;
    border-radius: 30px;
    box-shadow: 0 0 13px rgba(0,0,0,0.65);
}

#contact .wpcf7 h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
}

#contact .wpcf7 h3 {
    color: #fff;
    text-align: center;
    max-width: 712px;
    margin: auto !important;
    padding: 23px 0 25px;
    font-size: 15px;
    font-weight: 400;
}
.custom-select {
	padding: 19px 20px;
	margin-bottom: 12px;
}

footer {
    margin-top: -65px;
}

#footer {
    margin-top: -454px;
}

#footer .row {
    max-width: 1692px;
}

#footer .hours p strong {
    font-weight: 400;
}

#footer .hours p {
    display: flex;
    justify-content: space-between;
    max-width: 252px;
}

.cta {
    display: none;
}

.inner #content {
    padding: 50px 10px;
    min-height: 400px;
}

.inner h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 58px;
    line-height: 75px;
    color: #92CFFF;
    margin: auto;
    display: inline-block;
    text-align: center;
    max-width: 100% !important;
    padding-bottom: 30px;
}

.inner h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 75px;
    color: #92CFFF;
    margin: auto;
    display: inline-block;
    text-align: center;
    max-width: 100% !important;
    padding-bottom: 30px;
}

.wpcr3_in_content {
    max-width: 1200px;
    margin: auto !important;
}

@media screen and (max-width: 1440px) {
    body:not(.rtl) .elementor-29 .elementor-element.elementor-element-5368552 .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
        margin-right: 40px;
    }

    #training .manual::after {
        width: 40%;
    }

    #faqs h2::after {
        width: 35%;
    }
}

@media screen and (max-width: 1200px) {
    #banner {
        position: relative;
        margin-top: -186px;
    }

    #works h2::after,
    #training .manual::after, 
    #faqs h2::after {
        display: none;
    }

    #works .row2.elementor-section .elementor-container {
        flex-wrap: nowrap;
    }

    #lorem {
        margin-top: 0px;
    }

    #footer .hours p {
        justify-content: center;
        margin: auto !important;
    }

    #footer .hfe-nav-menu li.menu-item {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    #banner .row {
        bottom: 20%;
    }

    #works .row2.elementor-section .elementor-container {
        flex-direction: column;
        align-items: center;
    }
    
    #contact .wpcf7 {
        padding: 40px 10px;
    }

    .wpcf7 .flex {
        flex-direction: column;
        gap: 0
    }
    .cta {
        background: url(images/phonecall.png) no-repeat center center #2664CC;
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px;
        bottom: 10%;
        display: block !important;
        height: 80px;
        position: fixed;
        right: 0;
        text-decoration: none;
        text-indent: -9999em;
        width: 100px !important;
        z-index: 999;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
    }
}
