/*banner-section-construction*/
.banner-section-construction{
    min-height: 600px;
}
 #wrapper .banner-section-construction h1{
    background-color: transparent !important;
}
.banner-section-construction h1{
    font-weight: 800;
    letter-spacing: 1px;
    background: transparent !important;
}
.banner-section-construction a.wp-block-button__link{
    text-decoration: none !important;
    padding: 13px;
    color: #000 !important;
    letter-spacing: 0;
    font-weight: 700;
}
.banner-section-construction a.wp-block-button__link:hover{
    color: #000 !important;
    background-color: #dfd229 !important;
}
/*top-bar section*/
.top-bar-section {
   margin-top: -45px;
    z-index: 1;
}
.top-bar-section  a.wp-block-button__link{
    text-decoration: none !important;
    color: #dfd229 !important;
    font-weight: 500 !important;
}
.top-bar-section  a.wp-block-button__link:hover {
    box-shadow: none !important;
    color: #dfd229 !important;
    background-color: #121212 !important;
}
 .top-bar-section-col-one:before{
    color: #121212;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f041";
    margin: 0px 40px 0px 0px;
    float: left;
 }
.top-bar-section-col-two:before{
    content: "\f095";
    color: #121212;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0px 40px 0px 0px;
    float: left;
}
.top-bar-section-col-three:before{
    color: #121212;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f1d8";
    margin: 0px 40px 0px 0px;
    float: left;
}
.top-bar-section-col-one p,.top-bar-section-col-two p,.top-bar-section-col-three p, .our-services-section h2, .text-section h3{
    font-weight: 600 !important;
}
/*our-services-section*/
.our-services-section .wp-block-group__inner-container{
    margin-left: 15% !important;
    margin-right: 15% !important;
}
.img-text2 img{
    width: auto;
    position: relative;
    margin-top: -25px;
    border-radius: 50% !important;
    background-color: #000 !important;
    padding: 12px;
}
.img-text2 img:hover{
    background-color: #dfd229 !important;
    transition: 0s;
}
.img-text1 img{
    width: auto;
    position: relative;
    margin-top: -25px;
    border-radius: 50% !important;
    background-color: #000 !important;
    padding: 18px 7px 18px 7px;
}
.img-text1 img:hover{
    background-color: #dfd229 !important;
    transition: 0s;
}
.our-services-img-text{
    margin-bottom: 30px;
}
/*responsive media*/
@media screen and (max-width: 720px) {
    .top-bar-section-col-one:before ,.top-bar-section-col-two:before ,.top-bar-section-col-three:before {
        float: unset;
        margin: 0px 0px 0px 0px !important;
    }
    .top-bar-section-col-one ,.top-bar-section-col-two ,.top-bar-section-col-three, .top-bar-section-col-one p{
        text-align: center !important;
    }
    .top-bar-section .wp-block-columns{
        gap: 0em !important;
    }
    .top-bar-section  .wp-block-buttons{
        justify-content: center !important;
    }
    .our-services-img-text{
        flex-wrap: nowrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.our-services-img{
        flex-basis: 15% !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.our-services-text{
        flex-basis: 75% !important;
    }
    .our-services-img img{
        margin-top: 0px;
    }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
    .top-bar-section-col-one:before ,.top-bar-section-col-two:before ,.top-bar-section-col-three:before {
        float: unset;
        margin: 0px 0px 0px 0px !important;
    }
    .top-bar-section-col-one ,.top-bar-section-col-two ,.top-bar-section-col-three, .top-bar-section-col-one p{
        text-align: center !important;
    }
    .top-bar-section .wp-block-columns{
        flex-wrap: nowrap !important;
    }
    .our-services-img-text ,.text-section{
        flex-wrap: nowrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.our-services-img{
        flex-basis: 15% !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.our-services-text{
        flex-basis: 75% !important;
    }
    .our-services-img img{
        margin-top: 0px;
    }
    .top-bar-section .wp-block-columns{
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .top-bar-section-col-four .wp-block-button a{
        padding: 12px 10px !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
    .top-bar-section-col-one p,.top-bar-section-col-two p,.top-bar-section-col-three p{
        font-size: 11px !important;
    }
    .our-services-section .wp-block-group__inner-container {
        margin-left: 3% !important;
        margin-right: 3% !important;
    }
}