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



h1,
h2,
h3,
h4,
h5,
h6 {}

p {}

#content .page-header {
    display: none;
}

.admin-bar #site-header {
    top: 32px;
}

#site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
}

#site-header .header-inner {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

#site-header .site-branding .site-logo {
    padding: 20px 30px;
}

@media (max-width:767px) {
    #site-header .site-branding .site-logo {
        padding: 10px 10px;
    }
}


#site-header .site-navigation ul li a {
    padding: 10px 32px;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
}


#site-header .site-navigation ul li a:hover {
    color: #f8931a;
}

#site-header .site-navigation ul li.menu-white a,
#site-header .site-navigation ul li.menu-white a:visited {
    background-color: #fff;
    color: #000;
    margin-right: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}

#site-header .site-navigation ul li.menu-white a:hover {
    color: #fff;
    background-color: #f8931a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


#site-header .site-navigation ul li.menu-orange a,
#site-header .site-navigation ul li.menu-orange a:visited {
    background-color: #f8931a;
    color: #fff;
    margin-right: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}

#site-header .site-navigation ul li.menu-orange a:hover {
    color: #fff;
    background-color: #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


@media screen and (max-width:1200px) {
    #site-header .site-navigation ul li a {
        padding: 30px 20px;
    }
}



#site-header .header-inner .header-phone {
    width: auto;
    padding: 12px 32px;
    border-radius: 32px;
    color: #fff;
    background-color: #F92F47;
    margin: 0 20px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

#site-header .header-inner .header-phone:hover {
    background-color: #FF9200;
}

#site-header .header-inner .header-phone-mobile {
    display: none;
    position: absolute;
    top: 22px;
    right: 100px;
}

@media screen and (max-width:991px) {
    #site-header .header-inner .header-phone-mobile {
        display: block;
    }

    #site-header .header-inner .header-phone {
        display: none;
    }
}

#site-header .header-inner .site-navigation-toggle {
    background-color: #f8931a;
    border-radius: 0;
    height: 52px;
    width: 52px;
}

#site-header .header-inner .site-navigation-toggle i {
    color: #fff;
}

@media screen and (max-width:576px) {
    #site-header .header-inner .site-navigation-toggle-holder {
        max-width: initial;
    }
}


#site-header .header-inner .site-navigation-dropdown ul.menu li a {
    background-color: #222;
    font-weight: 800 !important;
    color: #fff !important;
}

@media screen and (max-width:991px) {}

.copyright p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.copyright img {
    float: left;
    max-width: 90px;
    margin-left: 12px;

}

@media screen and (max-width:767px) {
    .copyright p {
        justify-content: center;
    }
}

#site-footer {
    display: none;
}

a {
    color: #f8931a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:hover {
    color: #121212;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:visisted {
    color: #f8931a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

@media (max-width:991px) {
    .home-banner .elementor-widget-wrap {
        background-image: none !important;
    }
}


.contact-form .wpcf7-form input {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 12px 16px;
    margin-bottom: 15px;
}

.contact-form .wpcf7-form p {
    margin-bottom: 10px;
}

.contact-form .wpcf7-form textarea {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 12px 16px;
    height: 175px;
}

.contact-form .wpcf7-form .wpcf7-submit {
    font-weight: 700;
    text-transform: uppercase;
    width: 180px;
    text-align: center;
    background-color: #f8931a;
    color: #fff;
    border-radius: 0;
    margin: 0 auto;
    display: block;

}


.contact-form .wpcf7-form .wpcf7-submit:hover {
    background-color: #000;

}

.contact-form .wpcf7-form .wpcf7-spinner {
    float: right;
}

.footer-form .wpcf7-form .wpcf7-submit {
    margin: 5px 0 0 0;
}

.contact-form .wpcf7-form .form-phone {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.contact-form .wpcf7-form .form-email {
    width: 50%;
    float: right;
    padding-left: 5px;
}

.contact-form .contact-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-form .contact-row .contact-col {
    width: 50%;
    padding: 0 7.5px;
}

.contact-form .contact-row .contact-col-submit {
    text-align: center;
    width: 100%;
}

.faqs .elementor-toggle .elementor-toggle-item {
    margin-bottom: -1px !important;
}

.faqs .elementor-toggle .elementor-tab-title {
    border-radius: 0;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent !important;
}

@media screen and (max-width:991px) {
    .contact-form .wpcf7-form .form-phone {
        width: 100%;
        padding-right: 0;
        float: none;
    }

    .contact-form .wpcf7-form .form-email {
        width: 100%;
        padding-left: 0;
        float: none;

    }
}

@media (max-width:991px) {
    .contact-form .contact-row .contact-col {
        width: 100%;
        padding: 0 10px;
    }

    .contact-form .wpcf7-form p {
        margin-bottom: 0;
    }

    .contact-form .contact-row .contact-col-submit {
        margin-top: 20px;
    }
}


.faqs .elementor-toggle .elementor-tab-content {
    border: 2px solid #fff;
    color: #fff;
    padding: 32px 42px;
}




.btn-width-220 a {
    width: 220px !important;
}


.text-orange {
    color: #f8931a;
}

.text-outline h2 {
    color: #ffe5c6 !important;
    background-color: #ffe5c6 !important;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    font-size: 84px !important;
    line-height: 1em;
}

.number-outline p {
    color: transparent;
    color: rgba(255, 255, 255, 0);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #f8931a;
}

.cta-boxes .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cta-boxes .elementor-widget-wrap .elementor-widget-text-editor {
    width: 25%;
    padding: 0 15px;
}

@media (max-width:991px) {
    .cta-boxes .elementor-widget-wrap .elementor-widget-text-editor {
        width: 50%;
    }
}

@media (max-width:767px) {
    .cta-boxes .elementor-widget-wrap .elementor-widget-text-editor {
        width: 100%;
    }
}

.cta-boxes .elementor-widget-wrap .elementor-widget-text-editor p {
    background-color: #16161a;
    padding: 32px;
    border-bottom: 6px solid #f8931a;
    margin-top: 40px;
    min-height: 160px;
    display: flex;
    align-items: center;
}

@media (max-width:767px) {
    .cta-boxes .elementor-widget-wrap .elementor-widget-text-editor p {
        margin-top: 20px;
    }
}

.margin-bottom-zero h3 {
    margin-bottom: 0 !important;
    line-height: 1em !important;
}

.margin-bottom-zero p {
    margin-bottom: 0 !important;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.business-hours p strong {
    font-weight: 500;
    width: 110px;
    display: inline-block;
}

.business-hours p {
    line-height: 2em;
}

.footer-contact a {
    color: #000;
}

.footer-contact a:visited {
    color: #000;
}

.footer-contact a:hover {
    color: #f8931a;
}

.ff-google-reviews .ti-reviews-container .ti-inner {
    border-bottom-width: 0 !important;
}

.ff-google-reviews .ti-review-header:before {
    display: none;
}

@media (max-width:991px) {
    .frentree-gully .elementor-widget-wrap {
        background-image: none !important;
    }
}