/**
* Theme Name: Bricks Child
* Description: This is a child theme of Bricks, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/yogsthemes">Yogs Themes</a>
* Template: bricks
* Version: 1.3
*/



.solution-section .title-column {
    margin-bottom: 0px !important;
}
.feature-block .inner-box .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    top: 40px !important;
}
.feature-block {
    position: relative;
    text-align: center !important;
}

.solution-section .content-column .inner-column {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.feature-block .inner-box {
    position: relative;
    padding-left: 0px !important;
    margin: auto 0;
}
.solution-section .title-column .inner-column {
    position: relative;
    padding-top: 0px !important;
    text-align: center !important;
}
.solution-section {
    padding: 50px 0px 100px !important;
}
/* .feature-block .inner-box .icon {

    width: 100px;
    height: 100px;
    line-height: 100px;
} */
.service-block-two .inner-box {
    height: 350px !important;
}
.services-section-two {
    padding: 0px 0px 40px !important;
}
.owl-dots.disabled {
    display: block !important;
}
.projects-section-two {
    padding: 75px 0px 10px !important;
}
.slogon-bg .elementor-widget-wrap.elementor-element-populated {
    padding: 20px !important;
}
.news-section {
    padding: 70px 0px 50px !important;
}
.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-c93e062.slogon-bg {
    padding: 40px 30px !important;
    background: #fffffff0;
}

.quality-section {
    padding: 70px 0px 50px !important;
}
.sidebar-page-container {
    padding: 60px 0px 60px !important;

}
/* .feature-block .inner-box .icon {
    width: 100px !important;
    height: 100px !important;
    line-height: 100px !important;
    color: rgb(255 255 255) !important;
} */
.contact-page-section .title-box h3 {
    color: #fff !important;
}
.contact-page-section .info-column .icon {
    color: #fff !important;
}

.gform_heading {
    display: none;
}
.services-section-two .owl-dots .owl-dot.active, .services-section-two .owl-dots .owl-dot:hover {
    background-color: #df1f26 !important;
}
.faq-section .blocks-column .feature-block-three:nth-child(1), .faq-section .blocks-column .feature-block-three:nth-child(3) {
    transform: translateY(15px) !important;
}
.feature-block-three .inner-box .block-number {
    font-size: 100px !important;
}
.feature-block-three .inner-box {
    padding: 30px 15px !important;
}
.search-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search-field {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
}

.search-container button[type="submit"] {
    background-color: #cc2026 !important;
    border: none;
    padding: 12px 12px;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
}
/* Container général */
.product-cat-dropdown {
    position: relative;
    display: inline-block;
}

.product-cat-dropdown .dropdown-toggle {
    padding: 10px;
    border: 1px solid #233269;
    background-color: #233269;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    color: #fff;
}

.product-cat-dropdown .dropdown-menu {
    width: 190px !important;
    border-radius: 0px !important;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    border: 1px solid #233269;
    background-color: #233269;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-cat-dropdown:hover .dropdown-menu {
    display: block;
}

.product-cat-dropdown .menu-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.product-cat-dropdown .dropdown-menu  .menu-item:hover {
    background-color: #ffffff;
}

.product-cat-dropdown .dropdown-menu .menu-item a {
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #233269;
    background-color: #233269;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu-item {
    padding: 10px;
}

.product-cat-dropdown .dropdown-menu .menu-item:hover a{
    color: #233269;
}
.product-cat-dropdown .dropdown-menu .menu-item li.sub-menu-item a{
    color: #fff !important;
}
.product-cat-dropdown .dropdown-menu .menu-item li.sub-menu-item:hover{
    background-color: #ffffff;
}
.product-cat-dropdown .dropdown-menu .menu-item li.sub-menu-item:hover a{
    color: #233269 !important;
}
.header-upper {
    margin-bottom: 30px;
}