body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    margin: 0;
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;
}

.btn-wrap1 {
    bottom: 40px;
    left: 100px;
    margin: -32px 0 0 -82px;
    position: fixed;
    z-index: 1;
}

.floating-btn1 {
    -webkit-animation: bounce 2s ease-in-out forwards;
    animation: bounce 2s ease-in-out forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: #05467e;
    border-radius: 25px;
    box-shadow: 2px 11px 5px #212024;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: auto;
    max-width: 200px;
    padding: 10px 30px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.btn-wrap1 a:hover {
    color: #fff;
}

.shadow1 {
    -webkit-animation: bounce-shadow 2s ease-in-out forwards;
    animation: bounce-shadow 2s ease-in-out forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: #6f8ab7;
    border-radius: 50%;
    bottom: -30px;
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20%;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-webkit-keyframes bounce-shadow {
    0% {
        height: 2px;
        opacity: .1;
        width: 1%;
    }

    50% {
        height: 6px;
        opacity: .3;
        width: 90%;
    }

    to {
        height: 0;
        opacity: 0;
        width: 1%;
    }
}

@keyframes bounce-shadow {
    0% {
        height: 2px;
        opacity: .1;
        width: 1%;
    }

    50% {
        height: 6px;
        opacity: .3;
        width: 90%;
    }

    to {
        height: 0;
        opacity: 0;
        width: 1%;
    }
}

.about-us-area {
    padding: 60px 0 100px;
}

.about-image, .about-shape1 {
    position: relative;
}

    .about-shape1:before {
        height: 8px;
        width: 80px;
    }

    .about-shape1:after, .about-shape1:before {
        background: var(--color-primary);
        content: "";
        position: absolute;
        right: 0;
        top: 0;
    }

    .about-shape1:after {
        height: 80px;
        width: 8px;
    }

.about-shape11 {
    position: relative;
}

    .about-shape11:before {
        height: 8px;
        width: 65px;
    }

    .about-shape11:after, .about-shape11:before {
        background:#05467e;
        content: "";
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .about-shape11:after {
        height: 65px;
        width: 8px;
    }

.about-img1, .about-img2 {
    max-width: 65%;
}

.about-img2 {
    border-left: 0 solid #fff;
    border-top: 0 solid #fff;
    bottom: -145px;
    position: absolute;
    right: 0;
}

.about-shape2 {
    margin-bottom: 100px;
    position: relative;
}

    .about-shape2:before {
        height: 8px;
        width: 80px;
    }

    .about-shape2:after, .about-shape2:before {
        background: var(--color-primary);
        bottom: -146px;
        content: "";
        left: 0;
        position: absolute;
    }

    .about-shape2:after {
        height: 80px;
        width: 8px;
    }

.about-shape22 {
    margin-bottom: 160px;
    position: relative;
}

    .about-shape22:before {
        height: 8px;
        width: 65px;
    }

    .about-shape22:after, .about-shape22:before {
        background:#05467e;
        bottom: -31px;
        content: "";
        left: 15px;
        position: absolute;
    }

    .about-shape22:after {
        height: 65px;
        width: 8px;
    }

.about-iconbox {
    margin-bottom: 15px;
}

    .about-iconbox .box-item {
        margin-bottom: 20px;
    }

        .about-iconbox .box-item .box-icon i {
            color: var(--color-primary);
            font-size: 24px;
            margin-right: 8px;
        }

        .about-iconbox .box-item .box-title h6 {
            color: #182b49;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .about-iconbox .box-item .box-title p {
            color: #666;
            font-size: 14px;
        }

.about-content .about-morebtn a {
    background-color: #05467e;
    border-radius: 0 25px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    margin-right: 25px;
    padding-top: 11px;
    text-align: center;
    width: 150px;
}

.about-content .about-morebtn i {
    color: var(--color-primary);
    font-size: 32px;
    height: 50px;
    margin-right: 16px;
    padding-top: 11px;
    text-align: center;
    width: 50px;
}

.about-content .about-morebtn p {
    color: #969696;
    font-size: 14px;
    font-weight: 500;
}

.about-content .about-morebtn h1 {
    color: #182b49;
    font-weight: 600;
}

.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
    background: none;
    border: 0;
    cursor: pointer;
    filter: alpha(opacity=40);
    font-size: 32px;
    opacity: .4;
    position: absolute;
    top: 20px;
    transition: all .25s ease-in;
    z-index: 2;
}

    .carousel .control-arrow:focus, .carousel .control-arrow:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        content: "";
        display: inline-block;
        margin: 0 5px;
    }

.carousel .control-disabled.control-arrow {
    cursor: inherit;
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
}

.carousel .control-prev.control-arrow {
    left: 0;
}

    .carousel .control-prev.control-arrow:before {
        border-right: 8px solid #fff;
    }

.carousel .control-next.control-arrow {
    right: 0;
}

    .carousel .control-next.control-arrow:before {
        border-left: 8px solid #fff;
    }

.carousel-root {
    outline: none;
}

.carousel {
    position: relative;
    width: 100%;
}

    .carousel * {
        box-sizing: border-box;
    }

    .carousel img {
        display: inline-block;
        pointer-events: none;
        width: 100%;
    }

    .carousel .carousel {
        position: relative;
    }

    .carousel .control-arrow {
        background: none;
        border: 0;
        font-size: 18px;
        margin-top: -13px;
        outline: 0;
        top: 50%;
    }

    .carousel .thumbs-wrapper {
        margin: 20px;
        overflow: hidden;
    }

    .carousel .thumbs {
        list-style: none;
        position: relative;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition: all .15s ease-in;
        white-space: nowrap;
    }

    .carousel .thumb {
        border: 3px solid #fff;
        display: inline-block;
        margin-right: 6px;
        overflow: hidden;
        padding: 2px;
        transition: border .15s ease-in;
        white-space: nowrap;
    }

        .carousel .thumb:focus {
            border: 3px solid #ccc;
            outline: none;
        }

        .carousel .thumb.selected, .carousel .thumb:hover {
            border: 3px solid #333;
        }

        .carousel .thumb img {
            vertical-align: top;
        }

    .carousel.carousel-slider {
        margin: 0;
        overflow: hidden;
        position: relative;
    }

        .carousel.carousel-slider .control-arrow {
            bottom: 0;
            color: #fff;
            font-size: 26px;
            margin-top: 0;
            padding: 5px;
            top: 0;
        }

            .carousel.carousel-slider .control-arrow:hover {
                background: rgba(0,0,0,.2);
            }

    .carousel .slider-wrapper {
        margin: auto;
        overflow: hidden;
        transition: height .15s ease-in;
        width: 100%;
    }

        .carousel .slider-wrapper.axis-horizontal .slider {
            -ms-box-orient: horizontal;
            display: -moz-flex;
            display: flex;
        }

            .carousel .slider-wrapper.axis-horizontal .slider .slide {
                flex-direction: column;
                flex-flow: column;
            }

        .carousel .slider-wrapper.axis-vertical {
            -ms-box-orient: horizontal;
            display: -moz-flex;
            display: flex;
        }

            .carousel .slider-wrapper.axis-vertical .slider {
                flex-direction: column;
            }

    .carousel .slider {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

        .carousel .slider.animated {
            transition: all .35s ease-in-out;
        }

    .carousel .slide {
        margin: 0;
        min-width: 100%;
        position: relative;
        text-align: center;
    }

        .carousel .slide img {
            border: 0;
            vertical-align: top;
            width: 100%;
        }

        .carousel .slide iframe {
            border: 0;
            display: inline-block;
            margin: 0 40px 40px;
            width: calc(100% - 80px);
        }

        .carousel .slide .legend {
            background: #000;
            border-radius: 10px;
            bottom: 40px;
            color: #fff;
            font-size: 12px;
            left: 50%;
            margin-left: -45%;
            opacity: .25;
            padding: 10px;
            position: absolute;
            text-align: center;
            transition: all .5s ease-in-out;
            transition: opacity .35s ease-in-out;
            width: 90%;
        }

    .carousel .control-dots {
        bottom: 0;
        margin: 10px 0;
        padding: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 1;
    }

@media (min-width:960px) {
    .carousel .control-dots {
        bottom: 0;
    }
}

.carousel .control-dots .dot {
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,.9);
    cursor: pointer;
    display: inline-block;
    filter: alpha(opacity=30);
    height: 8px;
    margin: 0 8px;
    opacity: .3;
    transition: opacity .25s ease-in;
    width: 8px;
}

    .carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.carousel .carousel-status {
    color: #fff;
    font-size: 10px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.9);
    top: 0;
}

.carousel:hover .slide .legend {
    opacity: 1;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
}

a, a:hover, span {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

.section-head {
    margin-bottom: 60px;
}

    .section-head h4 {
        color: var(--color-primary);
        font-size: 34px;
        font-weight: 700;
        letter-spacing: .3px;
        line-height: 1;
        margin-bottom: 30px;
        padding: 0;
        position: relative;
        text-align: center;
        text-transform: none;
    }

        .section-head h4:before {
            background: var(--color-primary);
            bottom: -10px;
            content: "";
            height: 3px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 60px;
        }

        .section-head h4 span {
            color: #2f2f2f;
            font-weight: 700;
            padding-bottom: 5px;
        }

p.service_text {
    color: #ccc!important;
}

.section-head p, p.awesome_line, p.service_text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p, p.awesome_line {
    color: #818181;
}

.extra-text {
    color: #2f2f2f;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

    .extra-text:before {
        background: var(--color-primary);
        bottom: -10px;
        content: "";
        height: 3px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 60px;
    }

    .extra-text span {
        color: var(--color-primary);
        font-weight: 700;
    }

.services .item {
    background: #fff;
    border: 5px solid rgba(0,0,0,.07);
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0,0,0,.07);
    margin-bottom: 30px;
    padding: 30px 25px;
    text-align: center;
}

    .services .item, .services .item:hover {
        transition: all .5s ease 0;
        transition: all .5s ease 0s;
    }

        .services .item:hover {
          background: #05467e;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 56%);
        }

            .services .item:hover .item, .services .item:hover span.icon {
                background: #fff;
                color: #05467e;
                border-radius: 10px;
                transition: all .5s ease 0;
                transition: all .5s ease 0s;
            }

            .item:hover h6, .item:hover p {
                color: #fff;
                transition: all .5s ease 0;
                transition: all .5s ease 0s;
            }

        .item .icon {
            border-radius: 50px;
            color: var(--color-primary);
            font-size: 40px;
            height: 90px;
            line-height: 96px;
            margin-bottom: 25px;
            width: 90px;
        }

        .item .feature_box_col_five, .item .feature_box_col_four, .item .feature_box_col_one, .item .feature_box_col_six, .item .feature_box_col_three, .item .feature_box_col_two {
               background: #05467e;
    color: #ffffff;
        }

        .item p {
            font-size: 15px;
            line-height: 26px;
        }

        .item h6 {
            color: #2f2f2f;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
        }

.mission p {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}

.mission i {
    background: var(--color-primary);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.mission .small-text {
    color: #666;
    font-size: 13px;
    margin-left: 10px;
}

.skills {
    padding-top: 0;
}

    .skills .prog-item {
        margin-bottom: 25px;
    }

        .skills .prog-item:last-child {
            margin-bottom: 0;
        }

        .skills .prog-item p {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .skills .prog-item .skills-progress {
            background: #e0e0e0;
            border-radius: 20px;
            height: 10px;
            position: relative;
            width: 100%;
        }

            .skills .prog-item .skills-progress span {
                background: var(--color-primary);
                border-radius: 10px;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                transition: all 1s;
                width: 10%;
            }

                .skills .prog-item .skills-progress span:after {
                    background: rgba(0,0,0,.9);
                    border-radius: 30px;
                    color: #fff;
                    content: attr(data-value);
                    font-size: 10px;
                    font-weight: 600;
                    padding: 3px 7px;
                    position: absolute;
                    right: 0;
                    top: -5px;
                }

.gallery {
    margin: 0 auto;
    padding: 20px 0;
    width: 1200px;
}

.gallery-wrap {
    display: flex;
    flex-direction: row;
    height: 50vh;
    width: 100%;
}

.gitem {
    background-position: 50%;
    background-repeat: none;
    background-size: cover;
    flex: 1 1;
    height: 100%;
    transition: flex .8s ease;
}

    .gitem:hover {
        flex: 5 1;
    }

.item-1 {
    background-image: url(../../assets/img/washroom/1s.jpg);
}

.item-2 {
    background-image: url(https://helperji.in/assets/img/washroom/2s.jpg);
}

.item-3 {
    background-image: url(https://helperji.in/assets/img/washroom/3s.jpg);
}

.item-4 {
    background-image: url(https://helperji.in/assets/img/washroom/4s.jpg);
}

.item-5 {
    background-image: url(https://helperji.in/assets/img/washroom/5s.jpg);
}

.sec__one {
    display: flex;
    padding: 60px 0;
    position: relative;
    width: 100%;
}

    .sec__one h1 {
        color: #07a8ff;
        display: block;
        font-family: Inter,sans-serif;
        margin: 0 auto;
        text-align: center;
    }

.navBar .logo img {
    float: left;
    max-height: 120px;
}

.is-active {
    color: #ff5800!important;
}

.navBar .col-md-3 {
    z-index: 7;
}

ul.main-menu {
    display: inline-flex;
    float: right;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    z-index: 7;
}

    ul.main-menu > li.menu-item:first-child {
        margin-left: 0;
        padding-left: 0;
    }

.menu-item {
    line-height: 23px;
}

li {
    list-style-type: none;
}

.menu-item a {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 27px 17px;
    padding: 0 3px;
    position: relative;
    text-decoration: none;
    transition: .3s;
    white-space: nowrap;
}

.header__middle__logo {
    display: inline-block;
    float: left;
    width: 20%;
}

.header__middle__menus {
    display: inline-block;
    float: left;
    width: 80%;
}

.menu-item.menu__qqqitem a {
    margin: 27px 10px;
}

.header__middle__search {
    border-left: 1px solid #e6e6fa;
    display: inline-block;
    float: right;
    padding: 36px 3px 27px;
    width: 7%;
}

.header__middle {
    border-bottom: 1px dashed #e6e6fa;
    display: flex;
    float: left;
    position: relative;
    width: 100%;
}

.header__middle__logo > a > h1 {
    color: #ed1c24;
    margin-top: 33px;
    text-decoration: none;
    text-transform: uppercase;
}

.header__middle__menus span.text {
    bottom: 10px;
    color: #ed1c24;
    font-size: 14px;
    position: absolute;
    right: 177px;
}

.sub__menus__arrows {
    position: relative;
}

    .sub__menus__arrows svg, .sub__menus__arrows__full svg {
        padding-top: 0;
        position: absolute;
        top: 8px;
    }

.sub__menus {
    background: #fff;
    border: 1px solid #e6e6fa;
    box-shadow: 0 10px 12px rgba(22,33,39,.25);
    display: none;
    left: -17px;
    padding: 2px 0 0;
    position: absolute;
    width: 227px;
    z-index: 1000;
}

@media (max-width:767px) {
    .header__middle .active {
        color: #ff3d00!important;
    }
}

@media (min-width:992px) {
    .sub__menus__arrows:hover .sub__menus {
        display: block;
    }

    .sub__menus__arrows__full:hover .sub__menus {
        display: block;
        z-index: 1000000;
    }
}

.menu-item .sub__menus a {
    margin: 7px 27px;
    padding: 7px 0 0;
}

.menu-item .sub__menus li:hover a, .menu-item:hover > a {
   color: #05467e!important;
   text-decoration:none;
}

.header__middle__logo img {
    margin: 17px 0 0;
    max-width: 207px;
}

@media (max-width:991px) {

    .header__middle__logo

{
    width: 77%;
}

.header__middle__menus {
    width: 20%;
}

.header__middle__logo img {
    margin: 2px 0 0;
    max-width: 197px;
}

.main-nav .menubar__button:hover {
    background-color: #f44336;
}

.main-nav .menu-item:hover > a {
    color: #feb300!important;
}

.main-nav .menubar__button {
    background-color: #ed1c24;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block!important;
    float: right;
    margin: 8px auto 0;
    padding: 6px 7px;
    position: relative;
    z-index: 10037;
}

    .main-nav .menubar__button svg {
        font-size: 27px;
    }

.main-nav ul.menuq2 {
    background-color: #f3f3f3;
    border-bottom: 3px solid #ed1c24;
    display: block!important;
    left: 0;
    padding-bottom: 17px;
    padding-top: 57px;
    position: absolute;
    right: 0;
    z-index: 10007;
}

.main-nav .menu-item a {
    color: #ed1c24;
    margin: 10px 17px;
    text-align: center;
}

.main-nav ul.main-menu {
    display: none;
}

.main-nav .sub__menus__arrows:hover .sub__menus, .sub__menus__Active {
    left: 0;
    margin: 0 auto;
    right: 0;
}

.sub__menus__Active, .sub__menus__Active2 {
    display: block!important;
}

.menus__categorysss, .menus__categorysss2 {
    display: none;
}

.menu-item .sub__menus__full a {
    text-align: left;
}

}
/*# sourceMappingURL=main.e7f44e32.css.map*/
