/**
* Theme Name: Buildnox Child
* Description: This is a child theme of Buildnox, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themearc">ThemeArc</a>
* Template: buildnox
* Version: 1.3
*/
p {
    color: inherit !important;
    font-size: inherit !important;
}
.banner-style-three:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.c_light {
    color: #fff !important;
}
.main-header .sticky-header .header-upper .logo-box .logo {
    padding: 18px 0 !important;
}
.page-title {
    padding: unset !important;
}
.page-title .bg-layer:before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3);
}
.bn-feature-icon svg {
    width: 50px;
    margin-bottom: 15px;
}
.banner-left-sidebar svg {
    width: 20px;
    fill: #fff;
}
.list-1 li svg {
    width: 18px;
    margin-right: 15px;
    fill: #e20001;
}
.banner-1-section {
     background-color: unset !important;
}
.main-header .logo img {
     width: 300px;
}
.header-icon {
    height: 40px;
}
.header-icon path {
    fill: #e20001;
}
.icon-link {
    display: inline-flex;
}
@media (max-width: 1299px) {
    .service-blocks {
        --display: grid !important;
        --gap: 0 !important;
        --e-con-grid-template-columns: 1fr 1fr !important;
        --e-con-grid-template-rows: auto auto !important;
    }
    .box3 {
        grid-column: 1 / 3;
    }
}
@media (max-width: 767px) {
    .service-blocks {
        --e-con-grid-template-columns: 1fr !important;
        --e-con-grid-template-rows: auto auto !important;
    }
    .box3 {
        grid-column: auto;
    }
}

.mobile-menu img {
    width: 270px;
}
.AreasList ul {
    column-count: 2;
}
@media (max-width: 500px) {
    .AreasList ul {
        column-count: 1;
    }
}
.elementor a {
    color: inherit;
}
.elementor-widget-icon-box .elementor-icon-box-title a:hover {
    color: #e20001 !important;
}
