/* Raleway font family */

/* raleway-regular - latin-ext_latin */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {

    font-family: 'Raleway';

    font-style: normal;

    font-weight: 400;

    src: url('../fonts/raleway-v11-latin-ext_latin-regular.eot');
    /* IE9 Compat Modes */

    src: local('Raleway'), local('Raleway-Regular'),

        url('../fonts/raleway-v11-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */

        url('../fonts/raleway-v11-latin-ext_latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */

        url('../fonts/raleway-v11-latin-ext_latin-regular.woff') format('woff'),
        /* Modern Browsers */

        url('../fonts/raleway-v11-latin-ext_latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */

        url('../fonts/raleway-v11-latin-ext_latin-regular.svg#Raleway') format('svg');
    /* Legacy iOS */

}



/* raleway-500 - latin-ext_latin */

@font-face {

    font-family: 'Raleway';

    font-style: normal;

    font-weight: 500;

    src: url('../fonts/raleway-v11-latin-ext_latin-500.eot');
    /* IE9 Compat Modes */

    src: local('Raleway Medium'), local('Raleway-Medium'),

        url('../fonts/raleway-v11-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */

        url('../fonts/raleway-v11-latin-ext_latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */

        url('../fonts/raleway-v11-latin-ext_latin-500.woff') format('woff'),
        /* Modern Browsers */

        url('../fonts/raleway-v11-latin-ext_latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */

        url('../fonts/raleway-v11-latin-ext_latin-500.svg#Raleway') format('svg');
    /* Legacy iOS */

}



/* raleway-700 - latin-ext_latin */

@font-face {

    font-family: 'Raleway';

    font-style: normal;

    font-weight: 700;

    src: url('../fonts/raleway-v11-latin-ext_latin-700.eot');
    /* IE9 Compat Modes */

    src: local('Raleway Bold'), local('Raleway-Bold'),

        url('../fonts/raleway-v11-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */

        url('../fonts/raleway-v11-latin-ext_latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */

        url('../fonts/raleway-v11-latin-ext_latin-700.woff') format('woff'),
        /* Modern Browsers */

        url('../fonts/raleway-v11-latin-ext_latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */

        url('../fonts/raleway-v11-latin-ext_latin-700.svg#Raleway') format('svg');
    /* Legacy iOS */

}



/* raleway-800 - latin-ext_latin */

@font-face {

    font-family: 'Raleway';

    font-style: normal;

    font-weight: 800;

    src: url('../fonts/raleway-v11-latin-ext_latin-800.eot');
    /* IE9 Compat Modes */

    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),

        url('../fonts/raleway-v11-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */

        url('../fonts/raleway-v11-latin-ext_latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */

        url('../fonts/raleway-v11-latin-ext_latin-800.woff') format('woff'),
        /* Modern Browsers */

        url('../fonts/raleway-v11-latin-ext_latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */

        url('../fonts/raleway-v11-latin-ext_latin-800.svg#Raleway') format('svg');
    /* Legacy iOS */

}



/* raleway-900 - latin-ext_latin */

@font-face {

    font-family: 'Raleway';

    font-style: normal;

    font-weight: 900;

    src: url('../fonts/raleway-v11-latin-ext_latin-900.eot');
    /* IE9 Compat Modes */

    src: local('Raleway Black'), local('Raleway-Black'),

        url('../fonts/raleway-v11-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */

        url('../fonts/raleway-v11-latin-ext_latin-900.woff2') format('woff2'),
        /* Super Modern Browsers */

        url('../fonts/raleway-v11-latin-ext_latin-900.woff') format('woff'),
        /* Modern Browsers */

        url('../fonts/raleway-v11-latin-ext_latin-900.ttf') format('truetype'),
        /* Safari, Android, iOS */

        url('../fonts/raleway-v11-latin-ext_latin-900.svg#Raleway') format('svg');
    /* Legacy iOS */

}




/*=============COMMON STYLES START============*/

body {
    font-family: Raleway;
    margin: 0;
}

p {
    font-family: Raleway;
    font-size: 15px;
    font-weight: 400;
}

a:focus {
    outline: 0 !important;
    border: none !important;
}

textarea:focus,
input:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #8dc53e;
}

img {
    max-width: 100%;
}

ul,
li,
a {
    margin: 0;
    transition: all 0.4s linear 0s;
    padding: 0;
    text-decoration: none !important;
}

.nopadding {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway;
    font-weight: 900;
    margin: 0;
    padding: 0;
}


/*=============BOOTSTRAP STYLES START============*/

.top-head {
    background: #62bb43;
    overflow: hidden
}

.top-head span,
.top-head a {
    font-weight: 500;
    color: #fff;
}

.top-head span {
    float: left;
    margin-top: 5px;
    font-size: 16px;
}

.social {
    float: right;
}

.social a {
    float: left;
}

.social a i {
    font-size: 18px;
    border-left: 1px solid #fff;
    padding: 8px 15px;
}

.phone {
    float: right;
    font-family: Raleway;
    margin-top: 19px;
}

.phone strong {
    display: block;
}

.phone span {
    line-height: 20px;
    font-size: 16px;
    padding: 0px 8px 0px;
    color: #000;
    float: right;
}

.phone a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 29px;
}

.phone img {
    position: relative;
    top: 11px;
}

.phone a:hover {
    color: #68bb47;
}

.navbar .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    /*display: flex;*/
}

header.header ul.menu {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

header.header ul.menu li {
    padding: 0 15px 0 15px;
}

header.header ul.menu li.menu-item-has-children:hover>.sub-menu li {
    padding: 0 0px 0 0px !important;
    margin: 0 0px !important;
}

header.header ul li svg {
    float: right !important;
    fill: #fff !important;
    max-width: 20px !important;
    max-height: 20px;
}

#navbar-main {
    padding: 10px 0;
    margin-bottom: 0px !important;
    border: none !important;
    background: #000;
}

#cssmenu {
    margin-top: 5px;
    float: right;
    width: 100%;
}

#cssmenu .nav li a {
    font-family: Raleway !important;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

#cssmenu .nav li {
    float: left;
    list-style: none;
    margin: 0 0px !important;
}

#cssmenu #menu-item-20 {
    margin-right: 0 !important;
}

#mega-menu-primary li.mega-menu-megamenu .mega-block-title {
    background: #599109;
    text-transform: none !important;
    font-family: Raleway !important;
    padding: 10px 13px 13px !important;
}

.mega-sub-menu .menu {
    padding-left: 8px;
}

#cssmenu .nav li a:hover {
    color: #62bb43;
}

.mega-sub-menu .menu li {
    padding: 3px 0;
    color: #000;
}

.mega-sub-menu .menu li a {
    color: #000;
    font-size: 15px
}

.mega-sub-menu .menu li a:hover {
    color: #fff;
}

#cycloneslider-slider-1 {
    margin: 0 auto !important;
}

.cycloneslider-pager {
    display: none !important
}

.bg-slide {
    background: url(../images/slide-bg.jpg) no-repeat center center;
    overflow: hidden;
    padding: 3% 0 5%;
    text-align: center;
    background-size: cover;
}

.bg-slide h1 {
    color: #000;
    text-align: center;
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 3%;
}

.Schleg h1 {
    margin-bottom: 20px;
}

.Schleg {
    padding-top: 5%;
    padding-left: 15px;
}

.Schleg p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}



.Construction {
    margin-top: -70px;
    background: #fff;
    z-index: 999;
    position: relative;
    overflow: hidden;
}

.Construction h2.widget-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.Construction .col-sm-4,
.Construction .col-sm-5 {
    background: #62bb43;
    padding: 25px 15px 20px;
}

.Construction input,
.Construction select {
    margin-bottom: 5px;
    border: none;
}



label {
    margin-bottom: 15px;
    font-weight: normal;
    display: block;
}

input,
textarea,
select {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 0 5px #ddd inset;
    padding: 10px;
    height: 40px;
    width: 100%;
}

textarea {
    height: 150px;
}

.wpcf7-submit {
    width: auto;
    font-size: 22px;
    box-shadow: 0 0 0;
    border: none;
    height: auto;
    padding: 10px 30px;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    font-weight: 700;
}

a.btn_default:hover {
    background: #000 !important;
    color: #fff;
}

a.service-btn:hover {
    background: #62bb43;
}


.padding-top {
    padding: 50px 0;
}

.all-services {
    overflow: hidden;
    padding-bottom: 0;
}

.services a {
    margin-top: 10px;
    position: relative;
    border-right: 1px solid #fff;
    display: block;
    overflow: hidden;
}

.services a:hover h3 {
    background: #5db649;
}

.services h3 {

    position: absolute;

    bottom: 0;
    width: 100%;

    background: rgba(28, 141, 26, 0.7);

    padding: 8px;
    font-weight: 800;

    text-align: center;

    color: #fff;
    line-height: 50px;

    font-size: 30px;
    transition-duration: 1s;

}

.services img {
    width: 100%;
}

.Service-Area {
    float: left;
    width: 100%;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
}

.Service-Area.padding-top a {
    color: #62bb43;
    font-size: 17px;
}

.title-home {
    display: block;
    color: #000;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
}

.title-home:after {
    height: 3px;
    background: #62bb43;
    width: 140px;
    position: absolute;
    content: "";
    left: 44%;
    bottom: -8px;
}

.Service-Area .col-sm-3 {
    padding-left: 30px;
}

/*
.Service-Area .col-sm-3 li{ line-height:30px;list-style:none;background:url(../images/arrow-icon.png) no-repeat left; padding-left:17px; font-weight:500;} */


.Service-Area .col-sm-3 li {
    line-height: 30px;
    list-style: none;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEViu0Niu0Niu0MHtP1nAAAAAnRSTlMBqLeF16MAAAAbSURBVAjXY2B0YGCbwCC1hCFrJRABGUAuUBAAPkYFUeXvgy0AAAAASUVORK5CYII=') no-repeat left;
    padding-left: 17px;
    font-weight: 500;
}



.Expertise,
.Business-Since {
    float: left;
    width: 100%;
}

.expertise-service {
    margin-top: 20px;
}

.expertise-service img {
    float: left;
    margin-right: 15px;
}

.expertise-service h2 {
    font-size: 18px;
    color: #000;
    padding-top: 22px;
    font-weight: 800;
}



.Business-Since {
    padding: 20px 0;
    background: #62bb43;
}

.business-service h4 {
    padding-top: 15px;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.business-service img {
    float: left;
    margin-right: 10px;
}



.bottom-Ssection {
    padding: 8% 0;
    margin-top: 1px;
    float: left;
    width: 100%;
    background: url(/wp-content/uploads/2021/11/largeseptic-repair-scaled.jpg) no-repeat;
    background-size: cover;
}

.bottom-Ssection h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 900;
}

.bottom-Ssection h6 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.Get {
    color: #fff !important;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 20px;
    background: #62bb43;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}



.QUESTIONS {
    text-align: center;
    width: 100%;
    padding: 25px 0;
    background: #f9f9f9;
}

.QUESTIONS h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    color: #62bb43;
}

.site-footer {
    background: #121212;
    width: 100%;
    padding-top: 20px;

    border-top: 8px solid #62bb43;
}

.site-footer p {
    color: #e2e2e2;
    font-size: 13px;
}

.site-footer .widget-title {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.site-footer .widget-title:after {
    height: 1px;
    background: #62bb43;
    width: 100px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
}

.site-footer .col-sm-3 {
    margin-top: 10px;
}

.QUESTIONS a {
    color: #62bb43;
}


.aligncenter.size-full {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.single-post .post {
    border: none;
}

.Expertise.padding-top.area-expertise-out .row {
    display: flex;
    flex-wrap: wrap;

}

.Expertise.padding-top.area-expertise-out .row .col-sm-4 {
    height: 110px;
}

.contact {
    margin-top: 8px;
}

.contact ul {
    margin-top: 22px;
}

.contact ul li {
    font-family: Amaranth;
    font-size: 18px;
    color: #f5f5f5;
    margin-top: 10px;
    display: block;
}

.site-footer li a {
    color: #f5f5f5;
}

.site-footer .widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 22px;
    display: block;
    font-weight: 900;
}

.link-footer,
.widget_recent_entries {
    padding-left: 15px;
}

.link-footer li {
    list-style: disc;
    color: #62bb43;
    font-size: 13px;
    margin-bottom: 10px;
}

.link-footer li a,
.site-footer a {
    color: #e2e2e2;
    font-size: 13px;
}

.link-footer li a:hover {
    color: #62bb43;
}

.widget_recent_entries li {
    list-style: disc;
    color: #62bb43;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #252525;
}

.post-date {
    display: block;
    color: #fff;
    font-size: 12px;
}

.site-info {
    font-size: 13px;
    color: #e2e2e2;
    background: #0a0a0a;
    padding: 15px 0 50px;
    margin-top: 25px;
    border-top: 1px solid #2e2e2e;
}

.site-info {}

.updated {
    display: none;
}



.bead {
    padding: 15px 0;
    margin-bottom: 30px;
    background: #eee;
}

.bead h1 {
    font-size: 25px;
}

.page .entry-header {
    display: none;
}

.byline,
.comments-link,
#comments,
.post-title,
h2.screen-reader-text,
.screen-reader-text {
    display: none !important
}

.post-thumbnail {
    max-width: 300px;
    float: left;
    margin-right: 15px;
}

.post-thumbnail img {
    height: auto;
}

.entry-title a,
.single .entry-title {
    color: #000;
    font-size: 25px;
}

.entry-footer {
    margin: 3px 0;
    font-family: Amaranth;
    font-size: 15px;
    color: #8dc53e;
}

.post {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.more-link {
    background: #62bb43;
    padding: 10px 15px;
    display: inline-block;
    color: #fff !important;

    margin-top: 5px;
    font-weight: 600;
}

.meta-nav {
    font-family: Amaranth;
    color: #fac93e;
    font-size: 20px;
}

.nav-previous,
.nav-next {
    display: inline-block;
    margin-right: 20px;
}

.single .post-thumbnail,
.blog .entry-content img {
    display: none;
}

.wpcf7-form-control.wpcf7-mathcaptcha {
    width: auto;
}



.right-side .widget {
    overflow: hidden;
    background: #eee;
    margin-bottom: 20px;
}

.right-side .widget-title {
    background: #62bb43;
    padding: 10px 15px;
    color: #fff;
    font-size: 22px;
}

.right-side .textwidget {
    padding: 10px;
}

.right-side .wpcf7-form-control-wrap,
.page.page-id-12 label {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.con {
    overflow: hidden;
    background: #eee;
    padding: 15px;
}

.con h5 {
    text-transform: uppercase;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}



#wprmenu_menu.wprmenu_levels ul li a {
    font-family: raleway;
    font-size: 16px;
    padding: 6px 15px;
}

#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
    margin-left: 22px !important;
}

.sub-menu .wprmenu_icon.wprmenu_icon_par.icon_default {
    margin-left: 12px !important;
}

#wprmenu_menu.wprmenu_levels ul li ul li {

    padding-left: 25px !important;

}

.single-post .entry-header {
    margin-bottom: 10px;
}

.services {
    list-style: none;
}

.services li {
    list-style-type: none;
}

.services li a {
    color: #000;
}

#gallery-1 figure.gallery-item {
    max-width: 25%;
    display: inline-block;
    margin: 5px;
}

.map iframe {
    width: 100%;
}

/*==================RESPONSIVE LAYOUT STYLES START=====================*/

/*<!--.page {overflow: hidden;}-->*/

#wprmenu_bar {
    z-index: 9999 !important;
}

.mobile {
    display: none;
}

.toggleMenu>img {
    margin-right: 10px;
}

ul.blog_list {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.blog_list li.thum {
    width: 36%;
    float: left;
    padding-left: 0;
}

ul.blog_list li {
    /*width: 64%;*/
    /*padding-left: 30px;*/
    /*float: left;*/
}

ul.blog_list li img {
    opacity: 1 !important;
}

ul.blog_list .more-link {
    display: none;
}

ul.blog_list li a.btn.blog_read {
    float: left;
}

.blog_outer {
    padding: 16px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    /* background: #f3f1f1; */
    transition-duration: 1s;
    border-radius: 8px;
    border: 1px dashed;
}

/*Testimonial Css*/
section.testimonail_wrp {
    width: 100%;
}

.feedback {
    background: url(/wp-content/uploads/2022/08/bg-1.png) no-repeat;
    background-position: center top;
    background-size: cover;
    /*overflow: hidden;*/
}

.feedback .title-home {
    color: #253237;
    font-size: 35px;
    padding-bottom: 40px;
    padding-top: 25px !important;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    background: url(/wp-content/uploads/2022/08/logoa.png) no-repeat center bottom;
}

.feedback .title-home strong {
    color: #d22030;
    font-weight: 600;
}

.rating_star {
    text-align: center;
    color: gold;
    font-size: 20px;
}

section.home-testimonials {
    text-align: center;
    padding-bottom: 30px;
}

section.home-testimonials .slick-next:before,
.slick-prev:before {
    font-size: 27px;
    color: #9b9696;
}

section.home-testimonials .Reviews {
    padding: 20px;
}

section.home-testimonials .authorline a {
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
}

.bainer-image {
    position: relative;
    background: url(/wp-content/uploads/2025/04/image-7.jpg);
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bainer-image:before {
    content: "";
    position: absolute;
    height: 80vh;
    width: 100%;
    background: #00000087;
}

.hero-title {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
}

.banner-bottom-wrap {
    text-align: center;
    padding: 100px 0;
}

.hero-title p {
    color: #fff;
    font-size: 20px;
    max-width: 800px;
    margin: 20px auto 0;
}

.banner-bottom-wrap h1 {
    font-weight: 400;
    margin-bottom: 18px;
}

section.bainer-image-wrapper {
    background: url(https://schlegvalleyconstruction.com/wp-content/uploads/2023/07/imgpsh_fullsize_anim-12.png);
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 20px 0;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.learn-more-btn {
    text-align: center;
}

.bottom-bar {
    background: #5d5d5e;
    color: #fff;
    padding: 4rem 0;
}

.custom-container h3 {
    font-weight: 400;
}

.custom-container {
    text-align: center;
}

section.Our-home-section {
    padding: 8rem 0;
}

.our-home-heading {
    text-align: center;
}

.our-home-heading h1 {
    font-weight: 300;
    color: #000;
}

.our-home-content-wrapper {
    margin-top: 10px;
    text-align: center;
}

.our-home-image-wrapper {
    border: 1px solid #80808054;
    border-radius: 4px;
}

li.list-item-none {
    width: fit-content;
}

ul.unorder-item {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 50%;
}

.col-md-6.dfgdfg {
    display: flex;
    flex-direction: column;
}

.unorder-item-list {
    text-align: center;
    display: flex;
    justify-content: center;
}

/* New header Css */

.new-site-header .flex-row-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.new-site-header .logo {
    width: 30%;
}

.new-site-header .logo img {
    max-width: 260px;
    height: 100px;
    object-fit: cover;
}

.new-site-header .right_head {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 70%;
    gap: 40px;
}

.new-site-header a.mobile-view {
    display: none;
    font-size: 26px;
    font-weight: 600;
}

.new-site-header a.phone-num {
    font-size: 26px;
    font-weight: 600;
}

.new-site-header a.btn_default.hide_mobile {
    background: #5fb950;
    padding: 15px 36px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
}

.header-menu-right-head {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.header-menu-right-head .fa-phone {
    font-size: 25px;
    background: #62bb43;
    padding: 15px;
    border-radius: 100px;
    color: #fff;
}

a.mobile-icon {
    font-size: 26px;
    font-weight: 600;
}

.get-free-btn a {
    background: #5fb950;
    padding: 15px 36px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
}

.menu-open {
    font-size: 36px;
    color: #5fb950;
    cursor: pointer;
}

.row.mx-0.main-header {
    align-items: center;
    display: flex;
}

.side-menu-wrapper {
    background: #000;
    padding: 40px 0 0 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    transition: .5s;
    width: 310px;
    box-sizing: border-box;
    overflow: auto;
    transform: translateX(100%);
    height: 100%;
}

.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: opacity .5s;
    z-index: 9;
}

.side-menu-wrapper.active {
    transform: translate(0);
}

.side-menu-wrapper a.menu-close {
    padding: 8px 0 4px 23px;
    color: #fff;
    display: block;
    margin: -30px 0 -10px -5px;
    font-size: 35px;
    text-decoration: none;
}

.mobile-menu-logo {
    display: grid;
    gap: 9px;
}

.mobile-phone {
    gap: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    width: 220px;
    margin: auto;
}

a.phone {
    color: #fff;
    font-size: 14px;
    margin-top: 0 !important;
}

.mobile-phone:hover i {
    transition: all .3s;
}

.mobile-phone:hover a,
.mobile-phone:hover {
    color: #5fb950;
}

ul#new-header-menu {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    list-style: none;
}

.side-menu-wrapper.active li {
    position: relative;
    width: 100%;
}

.side-menu-wrapper ul li a {
    transition: .3s;
    text-decoration: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    display: block;
    padding: .5em 1em;
    color: #fff;
}

.side-menu-wrapper ul li a:hover {
    background: #5fb950;
}

.sub-toggle {
    position: absolute;
    top: 0;
    right: 19px;
    color: #fff;
    font-size: 26px;
}

svg.icon.icon-angle-down {
    display: none;
}

ul.sub-menu {
    list-style: none;
    font-size: 14px;
    margin: 0;
    padding: 6px 0;
    background: transparent;
    display: none;
    transition: unset;
}

/* New Header Css */

@media screen and (max-width:320px) {

    .top-head .col-sm-6.col-md-6 {
        padding: 0;
    }

    .top-head span {
        float: left;
        margin-top: 5px;
        font-size: 14px;
    }

    .social a,
    .social,
    .logo {
        text-align: center;
        float: none;
    }

    .social a i {
        border: none;
        padding: 8px 10px;
    }

    .phone {
        float: left;
    }

    .bg-slide h1,
    .Schleg h1,
    .services h3,
    .bottom-Ssection h1 {
        font-size: 20px;
    }

    #cssmenu,
    .title-home::after {
        display: none
    }

    .bg-slide {
        padding: 5% 0 0%;
    }

    .Construction {
        margin: 0;
    }

    .Schleg {
        padding-left: 0;
    }

    .Schleg p,
    .bottom-Ssection h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .Service-Area .col-sm-3,
    .widget_recent_entries {
        padding: 0;
    }

    .Service-Area li {
        float: left;
        width: 50%;
    }

    .expertise-service,
    .business-service {
        overflow: hidden;
    }

    .business-service h4,
    .QUESTIONS h3 {
        font-size: 18px;
    }

    footer .widget {
        margin-bottom: 20px;
    }

    .text-right {
        text-align: left;
    }

    .business-service {
        margin: 15px 0;
    }

    #toolbar {
        display: none !important;
    }
}



@media screen and (min-width:321px) and (max-width:767px) {

    .top-head .col-sm-6.col-md-6 {
        padding: 0;
    }

    .top-head span {
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
    }

    .social a,
    .social,
    .logo {
        text-align: center;
        float: none;
    }

    .social a i {
        border: none;
        padding: 8px 10px;
    }

    .phone,
    .phone span {
        text-align: center;
        width: 100%;
        float: none;
    }

    .phone img {
        display: none;
    }

    .bg-slide h1,
    .Schleg h1,
    .services h3,
    .bottom-Ssection h1 {
        font-size: 20px;
    }

    #cssmenu,
    .title-home::after {
        display: none
    }

    .bg-slide {
        padding: 5% 0 0%;
    }

    .Construction {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #toolbar {
        display: none !important;
    }

    .Schleg {
        padding-left: 0;
    }

    .Schleg p,
    .bottom-Ssection h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .Service-Area .col-sm-3,
    .widget_recent_entries {
        padding: 0;
    }

    .Service-Area li {
        float: left;
        width: 50%;
    }

    .expertise-service,
    .business-service {
        overflow: hidden;
    }

    .business-service h4,
    .QUESTIONS h3 {
        font-size: 18px;
    }

    footer .widget {
        margin-bottom: 20px;
    }

    .text-right {
        text-align: left;
    }

    .business-service {
        margin: 15px 0;
    }

    [class*="col-"] {
        width: 100%;
    }

    /* .side-menu-wrapper {
        position: absolute;
    } */
}

@media screen and (min-width:480px) and (max-width:767px) {
    .top-head .col-sm-6.col-md-6 {
        padding: 0;
    }

    #toolbar {
        display: none !important;
    }

    .top-head span {
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
    }

    .social a,
    .social,
    .logo {
        text-align: center;
        float: none;
    }

    .social a i {
        border: none;
        padding: 8px 10px;
    }

    .phone {
        text-align: center;
        width: 100%;
        float: left;
    }

    .phone img {
        display: none;
    }

    .bg-slide h1,
    .Schleg h1,
    .services h3,
    .bottom-Ssection h1 {
        font-size: 20px;
    }

    #cssmenu,
    .title-home::after {
        display: none
    }

    .bg-slide {
        padding: 5% 0 0%;
    }

    .Construction {
        margin: 0;
    }

    .Schleg {
        padding-left: 0;
    }

    .Schleg p,
    .bottom-Ssection h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .Service-Area .col-sm-3,
    .widget_recent_entries {
        padding: 0;
    }

    .Service-Area li {
        float: left;
        width: 50%;
    }

    .expertise-service,
    .business-service {
        overflow: hidden;
    }

    .business-service h4,
    .QUESTIONS h3 {
        font-size: 18px;
    }

    footer .widget {
        margin-bottom: 20px;
    }

    .text-right {
        text-align: left;
    }

    .business-service {
        margin: 15px 0;
    }
}

@media screen and (min-width:768px) and (max-width:1198px) {

    .social a i {
        font-size: 15px;
        border-left: 0;
        padding: 8px 10px;
    }

    #cssmenu,
    .title-home::after,
    .top-head span {
        display: block !important
    }

    .bg-slide h1,
    .Schleg h1 {
        font-size: 25px
    }

    .services h3,
    .bottom-Ssection h1,
    .Construction h3 {
        font-size: 20px;
    }

    .Schleg p,
    .bottom-Ssection h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .expertise-service h2 {
        padding-top: 12px;
    }

    .business-service h4 {
        padding-top: 5px;
    }

    .bottom-Ssection h1 {
        font-size: 25px;
    }

    .site-footer .widget-title {
        font-size: 15px;
        font-weight: 600;
    }

    .phone {
        margin-top: 30px;
    }

    #toolbar {
        display: none !important;

    }
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    width: 117px;
}

.footer-logo h2 {
    font-size: 20px;
    color: #f8901f;
}

@media screen and (min-width:1035px) and (max-width:1198px) {

    #cssmenu,
    .top-head span {
        display: block !important;
    }

    .top-head span {
        font-size: 15px;
    }

    .phone {
        margin-top: 5px;
    }

    #cssmenu .nav li {
        margin: 0 8px !important;
    }

    #cssmenu .nav li a {
        font-family: Raleway !important;
        color: #fff;
        font-weight: 600;
        font-size: 17px;
    }

}

@media screen and (max-width: 1024px) {
    .banner-text h1 {
        font-size: 48px !important;
    }
}

@media screen and (max-width: 992px) {
    .main_header_desktop {
        display: none !important;
    }

    header#masthead .container {
        width: 100% !important;
    }

    .new-site-header a.phone-num,
    .new-site-header a.hide_mobile {
        display: none;
    }

    .new-site-header a.mobile-view {
        display: block;
    }

    .new-site-header .right_head {
        justify-content: space-around;
    }

    .new-site-header .logo img {
        object-fit: unset;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .Expertise.padding-top.area-expertise-out .row .col-sm-4 {
        width: 100%;
    }

    .Expertise.padding-top.area-expertise-out .row .col-sm-4 {
        height: auto;
    }

    .expertise-service h2 {
        font-size: 13px;
    }

    .padding-top {
        padding: 20px 0;
    }

    .title-home {
        margin-bottom: 10px;
        font-size: 25px;
    }

    ul.blog_list li.thum {
        width: 100%;
    }

    ul.blog_list li {
        width: 100%;
        display: block;
        padding-left: 0px;
    }

    .feedback {
        padding: 10px;
    }

    section.testimonail_wrp .container {
        max-width: 100%;
        padding: 0px !important;
    }

    section.home-testimonials .slick-next,
    .slick-prev {
        display: none !important;
    }

    section.home-testimonials .Reviews {
        padding: 0px !important;
    }

    ul.unorder-item {
        width: 80%;
    }

    section.bainer-section {
        height: 450px !important;
    }

    .area_served_wrapper iframe {
        height: 450px;
    }

    .banner-text h1 {
        font-size: 38px !important;
    }
}

@media screen and (max-width: 576px) {
    .new-site-header .logo img {
        object-fit: contain;
    }

    .schleg-btn a {
        font-size: 14px;
        padding: 12px 20px !important;
    }

    .service-number a {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 480px) {
    .feedback .title-home {
        font-size: 27px;
    }
}