body {
    margin: 0;
    color: #abd1c6;
    background-color: #004643;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fffffe;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

@media only screen and (min-width: 1200px) .container {
    padding: 0;
}

@media (min-width: 1200px) .container {
    max-width: 1170px;
}

.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
}

.navbar-dark .navbar-toggler {
    background-color: rgb(171, 209, 198);
}

/*
headeer top
*/

.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.auto-container {
    position: static;
    max-width: 1380px;
    padding: 0px 15px;
    margin: 0 auto;
}

.header-top {}

.topbar {
    background-color: #212529;
    padding: 0;
    text-align: center;
    color: #005299;
    font-size: 18px;
    font-weight: 600;
}

.topbar .container .row {
    margin: -7px;
    padding: 5px 0 5px 0px;
}

.topbar .container .row .col-md-12 {
    padding: 0;
}

.topbar p {
    margin: 0;
    display: inline-block;
    font-size: 13px;
    color: #f1f6ff;
}

.topbar p > i {
    margin-right: 5px;
}

.topbar p:last-child {
    text-align: right;
}

header .navbar {
    margin-bottom: 0;
}

.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}

.topbar li.topbar:hover {
    color: #1bbde8;
}

.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}

.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}

ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}

ul.social-network li {
    border: none;
    margin: 0;
}

ul.social-network li i {
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}

ul.social-network {
    list-style: none;
    margin: 5px 0 10px -25px;
    float: right;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}

a {
    color: #0a0a0a;
    text-decoration: none;
}

li {
    list-style-type: none;
}

.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-dark {
    background-color: #222 !important;
}

.mx-background-top-linear {
    background: #004643;
}

.navbar-dark {
    background: #004643;
}

.navbar li a {
    position: relative;
    display: block;
    padding: 10px 40px 10px 1px;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    border-bottom: 3px solid transparent;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider {
    z-index: 10;
    overflow: hidden;
    vertical-align: middle;
}

.slider {
    background: url("../img/slider1.png");
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;

    position: relative;
    overflow: visible;
    width: 100%;
    left: 0px;
    background-size: cover;
    color: white;
}

.slider .sec-title {
    text-align: left !important;
}

.slider .container {
    max-width: 1300px;
}

.slider .title {
    margin-top: 5px !important;
    color: white !important;
    font-size: 80px !important;
    line-height: 100px !important;

}

.slider .btn-one {
    margin-top: -0;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    background: #f9bc60;
    color: #001e1d;
    font-size: 36px;
    line-height: 16px;
    font-weight: 600;
    padding: 27px 60px 27px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}

.cta {
    color: #abd1c6;
    background-color: #004643;
}


.teasers-table div[class*="-teaser"] {
    padding: 55px 0;
    margin: 0 !important;
}

.cta .phone-teaser {
    /*background-image: url(/o__webdesign-finder.com/html/ecoclean/images/teaser-phone-cs.png);*/
}

.center_bg {
    background-position: center;
    background-repeat: no-repeat;
}

.teasers-table .teaser {
    margin: 0;
    padding: 0 15px !important;
}

.media:first-child {
    margin-top: 0;
}

.teaser {
    position: relative;
    margin: 10px 0;
    overflow: visible;
}

.media {
    margin-top: 16px;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media {
    margin-top: 15px;
}

.teaser .media-left {
    padding-right: 45px;
    padding-left: 45px;
}

.teasers-table .media-left {
    vertical-align: middle;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.sprite-phone-main {
    background-position: -5px -5px;
}

.sprite-icons {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: block;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-body {
    width: 10000px;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.cta .grey {
    border-color: #ffffff;
    color: #ffffff;
}

.calltoaction h2 {
    padding: 50px 0px 50px 0px;
    color: white;
}

.small-text {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

.margin_0 {
    margin: 0 !important;
}

.contacts.cs h5 {
    color: #bee1f5;
}

.teasers-table .with_border {
    border-width: 0 1px;
}

.cta .with_border {
    border-color: rgba(255, 255, 255, 0.1);
}

.media:first-child {
    margin-top: 0;
}

.with_border {
    border: 1px solid #e1e1e1;
}

.navbar-brand img {
    vertical-align: middle;
    border-style: none;
    margin-top: 30px;
}

.ml-auto,
.mx-auto {
    margin: auto !important;
}


.box {
    margin: 10px auto 0;
    position: relative;
    font-size: 8px;
    border-radius: 4px;
    line-height: 34px;
    padding: 20px 0px 20px 50px;
    background: #abd1c6;
}



.box img {
    position: absolute;
    display: block;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 35px;
}

.box .title-fe {
    display: block;
    color: #001e1d;
    font-size: 20px;
}

.topbar .container {
    max-width: 1500px;
}


/* --------| Welcome Section |--------- */

.content-welcome {
    position: relative;
    display: block;
}

.secpd1 {
    padding: 50px 0 100px 0px;
}

.secpd2 {
    padding: 60px 0;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 59px;
}

.sec-title .title {
    position: relative;
    display: block;
    color: #001e1d;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 0px 0 0;
}

.sec-title h3 {
    color: #abd1c6;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Covered By Your Grace', cursive;
}

.text-center {
    text-align: center !important;
}

.welcome-image-box {
    position: relative;
   display: block;
    max-width: 500px;
    width: 100%;
    float: left;
}

@media (max-width:768px) {
    .welcome-image-box {
        display: flex;
    justify-content: center;
    }
}

.welcome-image-box .image-box {
    position: relative;
    display: block;
    float: right;
    du
    z-index: 3;
}

.welcome-image-box .image-box img {
    width: auto;
}

.welcome-image-box img {
    border-radius: 9px;
}

.welcome-image-box .image-thumb1 {
    position: absolute;
    top: 40px;
    left: -35px;
    z-index: 2;
}

.welcome-image-box .image-thumb2 {
    position: absolute;
    bottom: -100px;
    left: 75px;
    width: 180px;
    height: 135px;
    z-index: 4;
}

.welcome-content-box {
    position: relative;
    display: block;
}

.welcome-content-box .top {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 32px;
}

.welcome-content-box .top .icon,
.welcome-content-box .top .title {
    display: table-cell;
    vertical-align: middle;
}

.welcome-content-box .top .icon {
    width: 60px;
}

.welcome-content-box .top .title {
    padding-left: 20px;
}

.welcome-content-box .top .icon,
.welcome-content-box .top .title {
    display: table-cell;
    vertical-align: middle;
}

.welcome-content-box .text {
    position: relative;
    display: block;
    padding-bottom: 27px;
}

.welcome-content-box .bottom {
    position: relative;
    display: block;
}

.sign {
    width: 50% !important;
}


/* --------| Service Section |--------- */

.services-style1-area {
    margin-top: 50px;
    position: relative;
    display: block;
    background: #abd1c6;
    padding-bottom: 110px;
    z-index: 1;
}

.services-style1-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /*background: url(/assets/img/pattern-bg1.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: .5s ease;
}

.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
    transition: all 300ms ease;
    transform: perspective(1200px) rotateX(0deg) translateY(0px);
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.single-service-style1 .inner {
    position: relative;
    display: block;
    background: #004643;
    padding: 40px;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 0;
}

.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.single-service-style1 .img-holder img {
    width: 100%;
    transition: .5s ease;
}

.single-service-style1 .text-holder {
    position: relative;
    display: block;
    background: #004643;
    padding: 40px 40px 33px;
    z-index: 3;
    border-radius: 0 0px 10px 10px;
}

.single-service-style1 .text-holder .button {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.single-service-style1 .text-holder .button a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, 0.60);
    border-radius: 50%;
    transition: all 500ms ease;
}

.single-service-style1 .text-holder h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 20px 0;
}

.single-service-style1 .text-holder h4 a {
    color: #fffffe;
    transition: all 500ms ease;
    transition-delay: .4s;
}

.single-service-style1:hover .text-holder .button a i {
    background: #abd1c6;
    transition: all 500ms ease;
    transition-delay: .2s;
}

.single-service-style1 .text-holder .button a:hover i {
    transform: rotate(360deg);
}

.single-service-style1 .text-holder .button a i {
    display: block;
    width: 100%;
    height: 100%;
    color: #001e1d;
    background-color: #f9bc60;
    font-size: 18px;
    line-height: 60px;
    border-radius: 50%;
    transition: all 500ms ease;
}


/* ------------| How it works | ----------------- */

.working-steps-area {
    position: relative;
    display: block;
    background: #abd1c6;
    padding: 120px 0 70px;
}

.working-steps-area span img {
    margin-top: 50px;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 0;
}

.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-working-steps-box {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 186.5px;
    width: 100%;
    margin: 0 auto 40px;
    margin-right: 120px;
}

.single-working-steps-box:before {
    position: absolute;
    top: 0;
    right: -81px;
    background: url(/o__mehedi.asiandevelopers.com/demo/html/fouens/images/icon/star.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 41px;
    content: "";
    bottom: 0;
    margin: 75px 0;
}

.single-working-steps-box .icon-holder {
    position: relative;
    display: block;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    border: 10px solid #004643;
    background-color: #fffffe;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single-working-steps-box .icon-holder span:before {
    color: #ff662a;
    font-size: 60px;
    line-height: 170px;
    transition: all 500ms ease;
    transition-delay: .2s;
    display: block;
    transition: all 0.8s ease-in-out .3s;
}

.single-working-steps-box .icon-holder .count {
    position: absolute;
    top: -8px;
    right: -6px;
    width: 60px;
    height: 60px;
    background: #f9bc60;
    border: 2px solid #0f3433;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
}

.single-working-steps-box .icon-holder .count h5 {
    display: block;
    padding: 18px 0;
    color: #001e1d;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-working-steps-box .text-holder {
    position: relative;
    display: block;
    padding-top: 23px;
}

.single-working-steps-box .text-holder h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 24px;
}

.single-working-steps-box .text-holder h4 a {
    color: #1a1e32;
    transition: all 0.8s ease-in-out .3s;
}

.single-working-steps-box .text-holder p {
    margin: 0;
}

.single-working-steps-box:last-child {
    margin-right: 0;
}

.single-working-steps-box:last-child:before {
    display: none;
}

.working-steps-area ul {
    padding: 0;
}

.plumber-box {
    padding-left: 0;
    padding-right: 0;

}

.plumber-content {
    background-color: rgba(0, 82, 153, 1);
    width: 100%;
    background-size: cover;
}

.plumber-image {
    margin: 0 -2em;
}

.plumber-image img {
    display: block;
    width: 100%;
    height: auto;
}

.plumber-text {
    color: white;
    padding: 20px 0 20px 0;
    text-align: left;
}

.plumber-text h4 {
    color: white;
    padding-bottom: 10px;
}

.plumber-box-c {
    padding-left: 2em;
    padding-right: 2em;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
}


/* -------------------| Feature | ----------------- */

.choose-area::before {
    background: rgba(0, 70, 67, 0.6) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.choose-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 120px 0 110px;
    z-index: 1;
}

.choose-area .sec-title {
    padding-bottom: 49px;
}

.sec-title.clr-white h3 {
    color: #ffffff;
}

.sec-title.clr-white .title {
    color: #ffffff;
}

.single-choose-box {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    background: #ffffff;
    width: 198px;
    padding: 41px 0 34px;
    border-radius: 7px;
    margin-right: 30px;
    margin-bottom: 30px;
    z-index: 1;
}

.single-choose-box::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ff662a;
    border-radius: 7px;
    content: "";
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-30deg) translateZ(0px);
    opacity: 0;
}

.single-choose-box span:before {
    color: #1fc6c7;
    font-size: 60px;
    line-height: 60px;
    transition: all 0.5s ease-in-out .3s;
}

.single-choose-box h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 14px 0 0;
    transition: all 0.5s ease-in-out .5s;
}

.choose-area ul {
    padding: 0;
}

.single-choose-box:last-child {
    margin-right: 0;
}


/*-----------------| Testimonials | ------------------*/

.content-testimonials .box {
    margin: 30px auto 0;
    position: relative;
    font-size: 18px;
    line-height: 34px;
    padding: 40px 30px 39px 30px;
    background: #004643;
}

.content-testimonials .box img {
    position: absolute;
    display: block;
    top: 50%;
    left: 80px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content-testimonials ul {
    padding: 0;
}

.content-testimonials .box:hover {
    background: rgb(0, 30, 29) none repeat scroll 0 0;
    transition: all 500ms ease;
    transition-delay: .2s;
}

/*---------------| About Us |-----------------*/

.content-aboutus {
    padding-bottom: 80px;
}

.content-aboutus ul {
    padding: 0 !important;
}

.content-aboutus h2 {
    margin-bottom: 50px;
}

.calltoaction .phonebutton a {
    display: block;
    padding: 30px 35px 30px 35px;
    border-radius: 4px;
    background: #f9bc60;
    color: #001e1d;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}

.calltoaction .phonebutton a > strong {
    display: block;
    font-size: 30px;
    line-height: 26px;
}

.calltoaction i {
    padding-right: 10px;
}




/* --------------| Footer | ----------------------*/

.footer {
    margin-top: 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.footer a {
    margin-right: 15px;
}


/*--------------| Mobile Deaktiviert | ---------------------*/


@media only screen and (max-width: 767px) {
    .single-working-steps-box:before {
        display: none;
    }

    .single-working-steps-box {
        max-width: none;
    }

    .single-choose-box {
        width: 100%;
    }

    .image-thumb2 {
        display: none;
    }

    .image-thumb1 {
        display: none;
    }

    .welcome-image-box .image-box img {
        width: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
    }

    .welcome-image-box .image-box {
        padding: 0px 0 25px 0;
    }

    .sign {
        width: 80% !important;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .secpd1 {
        padding: 50px 0 0px 0px;
    }

    .calltoaction .phonebutton a {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .slider .sec-title {
        padding-left: 15px;
    }

    .sec-title .title {
        font-size: 37px !important;
        line-height: 40px !important;
        padding-bottom: 20px;
    }

    .sec-title h3 {
        font-size: 20px;
    }



    .slider .btn-one {
        padding: 27px 40px 27px;
    }

    .link-box {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .box .title-fe {
        display: block;
        color: #001e1d;
        font-size: 17px;
    }

    .text-intro {
        display: block;
        margin-top: -65px;
        padding-bottom: 35px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
        text-align: left !important;
    }

    .navbar-brand img {
        margin-top: 0px;
    }

    /*.cta {
        display: none;
    }*/

    .aboutus-img {
        margin-top: 15px !important;
    }

    .slider {
        background: url("/assets/img/slider-m.png");
        background-position-y: 100%;
        margin-top: 0px;
        padding: 20px 0;
        margin-bottom: 0px;
        position: relative;
        overflow: visible;
        width: 100%;
        left: 0px;
        background-size: cover;
        color: white;
    }


}

@media (min-width: 1281px) {

    .text-intro {
        display: none;
    }

}

@media (max-width: 768px) {

    .logoleft {
        text-align: left;
    }
    .navbar-toggler-icon {
        height: 22px;
    }
    .navbar-toggler {
    position: absolute;
    top: -300px;
    right: 32px;
    }

}

.working-steps-area .text-holder p {
    color: #1a1e32;
}
.choose-content > li {
    background-color: #004643;
    color: #fffffe;
}
.fa-star {
    color: #f9bc60;
}
a:hover {
    color: #0f3433;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(/assets/img/drawing.png);
    background-size: 30px 15px;
}