.widget-whatsapp {
    margin: 17px;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 16000160;
}

.widget-whatsapp--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.widget-whatsapp {
    width: 46px;
    height: 46px;
    background-color: #06ae5a;
    display: block;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.widget-whatsapp:hover {
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.widget-whatsapp:hover .widget-whatsapp--icon {
    fill: #06ae5a;
}

.widget-whatsapp--icon {
    fill: #fff;
    width: 36px;
    height: 46px;
}

.tp-about-text p small {
    font-size: 16px;
    line-height: 1.5;
    color: #66686b;
}

.tp-bg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tp-bg.right::before {
    position: absolute;
    content: "";
    /*background: #f7f7f7;*/
    background: #000000;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    z-index: 0;
}

.tp-bg.right::after {
    position: absolute;
    content: "";
    background: #ffffff;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 25%;
    z-index: 0;
}

.tp-bg.left::before {
    position: absolute;
    content: "";
    background: #000000;
    top: 0;
    left: 0;
    width: 15%;
    height: 980px;
    z-index: 0;
    margin-top: 50px;
}

.tp-section-title.big {
    font-size: 60px;
    line-height: 1.15;
}

#wheelDiv {
    height: 400px;
    width: 400px;
    margin: auto;
}

#wheelDiv>svg {
    height: 100%;
    width: 100%;
}

@media (max-width: 600px) {
    #wheelDiv {
        height: 350px;
        width: 350px;
    }
}

@media (max-width: 400px) {
    #wheelDiv {
        height: 300px;
        width: 300px;
    }
}

#piemenu > svg { width: 100%; height: 100%; }
#piemenu { height: 400px; width: 400px; margin:auto; }
@media (max-width: 400px) { #piemenu { height: 300px; width: 300px; } }

[class|=wheelnav-piemenu-slice-basic] { fill: #497F4C; stroke: none; }
[class|=wheelnav-piemenu-slice-selected] { fill: #497F4C; stroke: none; }
[class|=wheelnav-piemenu-slice-hover] { fill: #497F4C;  stroke: none; fill-opacity: 0.77; cursor: pointer; }

[class|=wheelnav-piemenu-title-basic] { fill: #333; stroke: none; }
[class|=wheelnav-piemenu-title-selected] { fill: #fff; stroke: none; }
[class|=wheelnav-piemenu-title-hover] { fill: #222; stroke: none; cursor: pointer; }
[class|=wheelnav-piemenu-title] > tspan { font-family: Impact, Charcoal, sans-serif; font-size: 24px; }

/* PARALLAX */

.funfact-one {
    position: relative;
    padding: 250px 0;
    background-color: transparent;
}

.funfact-one::before {
    position: absolute;
    background: #000000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
}

.tp-single-slider::before {
    position: absolute;
    background: #000000;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}

.funfact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: hard-light;
    background-position: center center;
    z-index: -1;
}

.funfact-one .container {
    position: relative;
}

@media only screen and (max-device-width: 998px) {
    .funfact-one__bg {
      background-attachment: scroll;
    }
}

@media (max-width: 576px) {
    .funfact-one {
        padding: 100px 0;
    }
    .funfact-one .section-title-wrapper {
        margin-bottom: 2px;
    }
    .funfact-one h2 {
        margin-bottom: 0;
    }
    .tp-project-img img {
        min-height: auto;
    }
    .tp-section-title.big {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .tp-bg.left::before {
        opacity: 0;
    }
    .tp-bg.right::before {
        width: 48%;
        height: 6%;
        margin-top: -5px;
    }
    .tp-about-text,
    .tp-footer-area-two,
    .tp-cta-area-two,
    .tp-choose-area-three,
    .tp-project-area-three,
    .tp-progress-area,
    .tp-page-title,
    .tp-services-details-area {
        text-align: center;
    }
    .tp-quality-service-area .tp-quality-img,
    .tp-quality-service-area .tp-quality-img img {
        height: 150px;
        width: 150px;
    }
    .tp-quality-service-area .tp-quality-text-icon {
        margin-top: -40px;
    }
    .tp-quality-service-area .tp-quality-text-icon a {
        height: 50px;
        width: 50px;
        font-size: 24px;
    }
    .tp-quality-service-area .tp-quality-text-title {
        font-size: 20px;
    }
    .tp-quality-service-area .tp-quality-text span {
        font-size: 14px;
    }
    .tp-footer-widget-title:before {
        left: 50%;
        margin-left: -30px;
    }
    .tp-footer-widget-title {
        display: inline-block;
    }
    .contact-infos h4 {
        font-size: 21px;
    }
    .tp-cta-two-icon {
        display: inline-block;
    }
    .tp-project-img img {
        min-height: 250px !important;
    }
    .tp-project-text {
        min-height: auto !important;
    }
    .tp-testimonial-area-three {
        margin-top: 0;
    }
    .tp-testimonial-three-shadow.common-dots .slide-dots {
        bottom: -60px;
    }
    /*=== Paddings ===*/
    .sm-p-0 {padding: 0px;}
    .sm-p-5 {padding: 5px;}
    .sm-pt-0 {padding-top: 0px;}
    .sm-pb-0 {padding-bottom: 0px;}
    .sm-pt-10 {padding-top: 10px;}
    .sm-pb-10 {padding-bottom: 10px;}
    .sm-pt-20 {padding-top: 20px;}
    .sm-pb-20 {padding-bottom: 20px;}
    .sm-pt-30 {padding-top: 30px;}
    .sm-pb-30 {padding-bottom: 30px;}
    .sm-pt-40 {padding-top: 40px;}
    .sm-pb-40 {padding-bottom: 40px;}
    .sm-pt-50 {padding-top: 50px;}
    .sm-pb-50 {padding-bottom: 50px;}
    .sm-pt-60 {padding-top: 60px;}
    .sm-pb-60 {padding-bottom: 60px;}
    .sm-pt-80 {padding-top: 80px !important;}
    .sm-pb-80 {padding-bottom: 80px !important;}
    .sm-pt-100 {padding-top: 100px !important;}
    .sm-pb-100 {padding-bottom: 100px !important;}
    .sm-pt-120 {padding-top: 120px !important;}
    .sm-pb-120 {padding-bottom: 120px !important;}
    /*=== Margins ===*/
    .sm-mt-0 {margin-top: 0px;}
    .sm-mb-0 {margin-bottom: 0px;}
    .sm-mb-8 {margin-bottom: 8px;}
    .sm-mb-10 {margin-bottom: 10px;}
    .sm-mb-20 {margin-bottom: 20px;}
    .sm-mb-30 {margin-bottom: 30px;}
    .sm-mb-40 {margin-bottom: 40px;}
    .sm-mb-50 {margin-bottom: 50px;}
}

/* PARALLAX end */

.funfact-one .tp-about-service-icon h1 {
    font-size: 44px;
    font-weight: 700;
}

.funfact-one .tp-about-service-icon h1,
.funfact-one .tp-about-service-text h3 {
    color: #ffffff;
}

.tp-progress-text p {
    color: #6a6b71;
}

.tp-cta-two-text-title {
    font-size: 22px;
}

.tp-cta-two-text p {
    font-size: 15px;
}

.tp-project-img img {
    width: 100%;
    object-fit: cover;
    min-height: 320px;
}

.tp-project-text {
    min-height: 140px;
}

.tp-services-details-area .tp-service-details p {
    margin-bottom: 15px;
}

.tp-services-details-area .tp-service-details-text {
    margin-bottom: 0;
}

.tp-testimonial-area-three {
    margin-top: -30px;
}

.tp-testimonial-area-three .tp-project-three-img img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

.tp-service-two-content span {
    font-size: 14px;
}

.tp-service-two-content span a:hover {
    color: #06ae5a;
}

.tp-pricing img {
    border-radius: 5px;
}

.theme-btn.share-btn {
    bottom: 15px;
    right: 15px;
    position: fixed;
    height: 50px;
    line-height: 47px;
    font-size: 13px;
    background: #fff;
    color: #06ae5a !important;
    border: 1px solid #06ae5a;
    z-index: 90;
    opacity: 1;
}

.theme-btn.share-btn:hover {
    background: #06ae5a;
    color: #fff !important;
    border: 1px solid #06ae5a;
}

.theme-btn:before.share-btn {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}