/*
Theme Name: Hello Elementor Child
Theme URI: http://example.com/hello-elementor-child
Description: A child theme for the Hello Elementor theme
Author: Your Name
Author URI: http://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


/* Navigation Css */

.header-hide {
    display: none !important;
}
a {
    outline: none !important;
}
body, h1, h2, h3, h4, h5, h6, p {
font-family: "Poppins", sans-serif !important;	
}

/* Basic styles for navigation */

#site-header {
    height: 120px;
}
.site-branding {
    margin-top: 6px;
}
button.menu-toggle {
    display: none;
}
#primary-menu {
    margin-top: 40px;
}
#primary-menu li {
    display: inline-block;
}
#primary-menu li a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500;
}
#primary-menu li a:hover {
    text-decoration: underline;
}
.menu-container {
    text-align: right;
}
.menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-container ul li {
    position: relative;
    padding: 5px 0px 0px 24px;
}

.menu-container ul li a {
    text-decoration: none;
    color: #000;
    display: block;
}
.menu-container ul ul {
    display: none;
    list-style: none;
    padding-left: 0;
    background-color: #fff;
    position: absolute;
    z-index: 9999999;
    width: 321px;
    text-align: left !important;
    top: 34px;
}
.menu-container #primary-menu .sub-menu > li > a {
    font-size: 15px !important;
}
.menu-container #primary-menu .sub-menu > li {
    margin-bottom: 10px;
}
.menu-container ul ul.show {
    display: block;
}
#site-navigation .menu-toggle .close-icon::before {
    content: '\2630';
}

#site-navigation .menu-toggle .close-icon.show::before {
    content: '\2715' !important;
}
button.menu-toggle {
    background-color: #fff !important;
}
.menu-toggle span {
    top: -50px;
}
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
    }

    .menu-icon, .close-icon {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #000;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .menu-icon:before, .close-icon:before {
        content: '\2630'; /* Unicode for hamburger icon */
        font-size: 30px;
        color: white;
    }

    .close-icon:before {
        content: '\2715'; /* Unicode for close icon */
    }

    .menu-container {
        display: none;
        background-color: #fff;
        width: 100%;
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 9999;
    }

    .menu-container.show {
        display: block;
    }
}
/* End Basic styles for navigation */

.header-mobile.mobile-number {
    display: none;
}
.site-header {
    display: block !important;
    flex-wrap: initial !important;
    padding-bottom: 5px !important;
}
.header-mobile {
    text-align: right;
    margin-top: 10px;
}
.header-mobile a {
    background-color: #1420c4;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
}
.header-mobile .fa-phone {
    margin-right: 7px;
}
.header-mobile.mobile-number {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #1420c4;
    padding: 10px 16px;
}

/* Start Page CSS */

.page-template .e-parent {
    margin-top: 0px !important;
    padding: 0;
}
.slider-bottom-row {
    position: absolute;
    z-index: 9999;
    width: 100% !important;
    top: 170px;
    margin: 0 auto !important;
}
.slider-bottom-row h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    line-height: 70px;
    margin-top: 0;
}
.slider-bottom-row ul {
    padding-left: 22px;
}
.slider-bottom-row ul li {
    font-size: 19px;
    color: #fff !important;
    margin-bottom: 10px;
}
.banner-form {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 25px;
}
.slider-bottom-row h2 {
    color: #1420c4;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
    margin-top: 0;
}
.slider-bottom-row p {
    font-size: 16px;
    color: #000 !important;
}
.slider-bottom-row .gfield_label {
    color: #000 !important;
	font-size: 16px;
}
p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
}
.hm-wel, .hm-left-points, .hm-content, .hm-testi, .hm-why, .hm-faq {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.hm-wel h2 {
    font-size: 39px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 10px;
}
.hm-service h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
}
.hm-services-first .elementor-element .elementor-image-box-wrapper {
    background-color: #1420c4;
}
.hm-services-first .elementor-image-box-title, .hm-services-first .elementor-image-box-title a {
    font-size: 20px !important;
    font-weight: 600;
    color: #fff !important;
    margin-top: 0;
}
.hm-services-first .elementor-image-box-description {
    color: #fff;
}
.hm-services-first .elementor-image-box-content {
    padding: 15px;
}
.hm-services-first .elementor-image-box-img img {
    width: 100% !important;
}
.hm-services-second .elementor-image-box-title, .hm-services-second .elementor-image-box-title a {
    font-size: 18px !important;
    font-weight: 600;
    color: #1420c4 !important;
    margin-top: 15px;
}
.hm-left-points h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
}
.hm-left-points h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #1420c4 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.hm-left-points .elementor-image-box-img img {
    width: initial !important;
    height: initial !important;
}
.hm-content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
}
.hm-testi h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}
.hm-why h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
}
.hm-why .elementor-image-box-content h3 {
    font-size: 17px !important;
    font-weight: 600;
    color: #1420c4 !important;
    margin-top: 20px !important;
    margin-bottom: 12px;
}
.hm-faq h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 50px;
}
.hm-faq .eael-accordion-list .elementor-tab-title {
    font-size: 16px !important;
    line-height: 26px;
}
.hm-faq .eael-accordion-content {
    color: #000 !important;
    font-size: 15px !important;
}
.cta-row {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.cta-row h5 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}
.cta-row h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 19px !important;
}
.elementor-button, .gform_button {
    background-color: #1420c4 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border: 1px solid #1420c4 !important;
    border-radius: 0px !important;
}
.inner-main-header-bottom .hfe-page-title a, .inner-main-header-bottom .hfe-page-title a h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 43px;
    margin-top: 0;
    margin-bottom: 0;
}
.inner-main-header-bottom p {
    font-size: 19px;
    color: #fff !important;
    margin-bottom: 10px;
}
.inner-main-header-bottom {
    position: absolute;
    z-index: 99;
    width: 100% !important;
    top: 150px;
    margin: 0 auto !important;
}
.inner-banner-form {
    background-color: #f8f8f8;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 25px;
}
.inner-main-header-bottom h2 {
    color: #1420c4;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
    margin-top: 0;
}
.inner-banner-form p {
    font-size: 16px;
    color: #000 !important;
}
.inner-main-header-bottom .gfield_label {
    color: #000 !important;
	font-size: 16px !important;
}
.inner-third h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
}
.inner-third, .inner-fourth, .inner-fifth, .inner-seventh {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.inner-sixth, .inner-service {
    padding-bottom: 45px !important;
}
.inner-fourth h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
}
.inner-fourth h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #1420c4 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.inner-fourth .elementor-image-box-img img {
    width: initial !important;
    height: initial !important;
}
.inner-fifth h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
}
.inner-sixth h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
}
.inner-sixth .elementor-image-box-content h3 {
    font-size: 17px !important;
    font-weight: 600;
    color: #1420c4 !important;
    margin-top: 20px !important;
    margin-bottom: 12px;
}
.inner-seventh h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 50px;
}
.inner-seventh .eael-accordion-list .elementor-tab-title {
    font-size: 16px !important;
    line-height: 26px;
}
.inner-seventh .eael-accordion-content {
    color: #000 !important;
    font-size: 15px !important;
}
.inner-service h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
}
.inner-service-services-first .elementor-element .elementor-image-box-wrapper {
    background-color: #1420c4;
}
.inner-service-services-first .elementor-image-box-title, .inner-service-services-first .elementor-image-box-title a {
    font-size: 20px !important;
    font-weight: 600;
    color: #fff !important;
    margin-top: 0;
}
.inner-service-services-first .elementor-image-box-description {
    color: #fff;
}
.inner-service-services-first .elementor-image-box-content {
    padding: 15px;
}
.inner-service-services-first .elementor-image-box-img img {
    width: 100% !important;
}
.inner-service-services-first .e-child {
    padding: 0;
}
.inner-service-services-first {
    padding: 0;
}
.about-why {
    padding-top: 45px !important;
}
.location-first-row .hfe-page-title a, .location-first-row .hfe-page-title a h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 43px;
    margin-top: 0;
    margin-bottom: 0;
}
.location-first-row p {
    font-size: 19px;
    color: #fff !important;
    margin-bottom: 10px;
}
.location-box p, .location-box p a {
    color: #fff !important;
}
.location-box p a {
    font-weight: bold;
}
.location-box p a:hover {
    text-decoration: underline;
}
.contact-us-page h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1420c4;
    margin-top: 0px;
    margin-bottom: 15px;
}
.contact-us-page .gfield_label {
    color: #000 !important;
	font-size: 16px !important;
}
.contact-us-page p a {
    color: #000 !important;
}
.contact-us-page p a:hover {
    text-decoration: underline;
}
.gform_wrapper input, .gform_wrapper textarea {
    color: #000 !important;
    font-size: 15px !important;
}.gform_button.button {
    color: #fff !important;
}
/* End Page CSS */


/* Start Footer CSS */
.main-footer {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.main-footer h2 {
    color: #fff;
    font-size: 20px;
}
.main-footer .menu {
    padding-left: 15px !important;
}
.main-footer .menu li a, .main-footer .menu li, .main-footer p, .main-footer p a {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
#site-footer {
    display: none !important;
}
.copyright-row {
    background-color: #000;
    text-align: center;
}
.copyright-row p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    color: #fff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.main-footer .col-lg-3 img {
    margin-top: 20px;
}
/* End Footer CSS */

/* Blog Page */
.blog-title {
    background-image: url(/wp-content/uploads/2024/08/h-1-5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    display: flex;
    align-items: center;
}
.blog-title .page-header {
    padding: 0;
    border: 0;
    color: #fff;
}
.blog-title .page-header .entry-title {
    margin-top: 0 !important;
    margin-bottom: 0;
}
.blog-title .page-header {
    padding: 0;
    border: 0;
    color: #fff;
    margin: 0;
}
.blog-page {
    padding-top: 25px;
    padding-bottom: 60px;
}
.custom-blog-post {
    margin-bottom: 30px;
}
.custom-blog-post .entry-title, .custom-blog-post .entry-title a {
    font-size: 39px;
    font-weight: 600;
    color: #1420c4 !important;
    margin-top: 0px;
    margin-bottom: 10px;
}
.custom-blog-post a {
    text-decoration: underline;
    color: #000 !important;
    font-size: 16px;
}
.custom-blog-post img {
    margin-top: 15px !important;
}
.custom-blog-post img {
    margin-top: 15px !important;
    margin-bottom: 15px;
}
.custom-blog-post .read-more-button {
    background-color: #1420c4 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border: 1px solid #1420c4 !important;
    border-radius: 0px !important;
    padding: 7px 20px;
    margin-top: 10px !important;
    display: inline-block;
}
.blog-page .col-lg-3 .wp-block-group {
    border: 1px solid #000;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fdfdfd;
}
.blog-page .col-lg-3 .wp-block-group .wp-block-heading {
    font-size: 25px;
    font-weight: 600;
    color: #1420c4 !important;
    margin-top: 0px;
    margin-bottom: 10px;
}
.blog-page .col-lg-3 .wp-block-group ul li a {
    color: #000 !important;
}
.blog-page .col-lg-3 .wp-block-group ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    display: list-item;
}
.blog-page .col-lg-3 .wp-block-group ul {
    margin-left: 0 !important;
    padding-left: 20px !important;
}
.single-post-page .page-content h2, .single-post-page .page-content h3, .single-post-page .page-content h4 {
    font-size: 26px;
    font-weight: 600;
    color: #1420c4 !important;
    margin-top: 0px;
    margin-bottom: 12px;
}
.single-post-page .page-content ul li {
    margin-bottom: 10px;
    font-size: 15px !important;
    color: #000 !important;
}
.single-post-page .page-content ul {
    padding-left: 20px;
}
.thank-you-header {
    min-height: 150px;
}
.thank-you-content {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
}
/* End Blog Page */


@media only screen and (min-device-width : 316px) and (max-device-width : 915px) {
.menu-container {
    z-index: 999999;
}
#site-header .col-lg-12 {
    padding: 0;
}
#site-header {
    padding-top: 0;
	 height: 153px;
}
.menu-toggle {
    display: block !important;
}	
.header-mobile {
    display: none;
}
#primary-menu li {
    display: block;
    text-align: left;
}
.menu-container ul ul {
    position: relative;
    top: 10px;
}
.menu-container ul li {
    margin-bottom: 6px;
}
.menu-container #primary-menu .sub-menu {
    margin-bottom: 20px !important;
}
.header-mobile.mobile-number {
    display: block;
}
.main-slider {
    margin-bottom: -114px;
}
.slider-bottom-row {
    position: relative;
    top: initial !important;
}
.slider-bottom-row h1 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 15px;
	color: #fff;
}.banner-form {
    padding: 10px;
}
.slider-bottom-row ul li {
    color: #000 !important;
}.hm-wel {
    padding-top: 0 !important;
}
.hm-service .e-con-full {
    gap: initial !important;
}
.hm-services-first {
    padding-bottom: 0;
    padding-top: 0;
}
.main-footer .col-lg-3 {
    margin-bottom: 30px;
}.inner-main-header-bottom {
    position: relative;
    top: initial !important;
}.inner-main-header {
    margin-bottom: -221px;
}.inner-third {
    padding-top: 0px !important;
}
}