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

body, h1, h2, h3, h4, h5, h6, p {
/*font-family: "Poppins", sans-serif !important;	*/
}

/* Basic styles for navigation */

button.menu-toggle {
    display: none;
}
#primary-menu {
    margin-top: 18px;
}
#primary-menu li {
    display: inline-block;
}
#primary-menu li a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.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: 9999;
    width: 190px;
    text-align: left !important;
    top: 34px;
}

.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;
}
/* 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;
}

/* End Footer CSS */


@media only screen and (min-device-width : 316px) and (max-device-width : 915px) {
#site-header .col-lg-12 {
    padding: 0;
}
#site-header {
    padding-top: 0;
}
.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;
}
.header-mobile.mobile-number {
    display: block;
}
}