body {
    font-family: 'Hind Guntur', sans-serif !important;
}

.zoom-image-head {
    position: relative;
    height: 100vh;
    z-index: 555;
    color: #242323;
}

.no-mobile .zoom-image-head {
    margin-bottom: 400px;
}

.zoom-image-head__body {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.zoom-image-head__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.zoom-image-head__bg-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50%;
}

.zoom-image-head__bg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.zoom-image-head__content {
    position: relative;
    width: 100%;
    z-index: 3;
    padding-top: 100px;
}

.zoom-image-head__subtitle {
    font-size: 24px;
    line-height: 1.666666666666667;
    font-weight: 100;
    font-weight: 500;
    margin-bottom: 34px;
}

.zoom-image-head__subtitle strong {
    font-weight: 500;
}

.zoom-image-head__title {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 0.909090909090909;
    margin-bottom: 57px;
    margin-bottom: 5vh;
    align-items: center;
    justify-items: center;
    text-shadow: 0px 0px 2px rgba(116, 116, 119, 1);
    margin-left: 140px;
    margin-top: 620px;
    z-index: 5;
    align-items: left !important;
    position: relative;
    padding-top: 60px;
    color: #fff;
    line-height: 1;
}

.zoom-image-head__text {
    font-size: 18px;
    line-height: 1.222222222222222;
    color: #666;
    line-height: 1.666666666666667;
}

.zoom-image-head__icon {
    color: #f24a00;
    font-size: 60px;
    margin-top: 115px;
    margin-top: 9vh;

}

.zoom-image-head__bg-inner {
    background-image: url('assets/images/_newGreenMAX/pexels-felix-mittermeier-11461353.webp')
}


@media only screen and (min-width:1px) and (max-width:992px) {
    .disabled-mobiled-992 {
        display: none !important
    }
}


.no-mobile [data-motion-svg] {
    opacity: 0;
}

.no-mobile [data-motion-svg].animated {
    opacity: 1;
}

.no-mobile .zoom-image-head {
    margin-bottom: 400px;
}


@media only screen and (max-width: 1199px) {
    .no-mobile .zoom-image-head {
        margin-bottom: 300px;
    }
}

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

    .zoom-image-head__title {
        font-size: 60px;
        margin-bottom: 40px;
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (min-width:1px) and (max-width:450px) {
    .zoom-image-head__title {
        font-size: 44px;
        font-weight: 600;
        align-items: center;
        justify-items: center;
        margin-left: 30px;
        margin-right: 30px;
        z-index: 5;
        align-items: center !important;
        color: #fff;
        line-height: 1;
        display: grid;
        text-align: center;
        margin-top: 400px;
        padding-bottom: 100px;
    }

    .mob_myDiv {
        width: 90%;
        position: relative;
        right: 0px;
        bottom: 0px;
        padding-top: 50px;
    }

    .main-menu-wrapper__main-menu {
        width: 10%;
    }

    .zoom-image-head__bg-inner {
        background-image: url('assets/images/_newGreenMAX/pexels-felix-mittermeier-2832034.webp')
    }

}

.zoom-counter {
    padding: 0px !important;
}

.myDiv_img {
    width: 30%;
    position: fixed;
    right: 40px;
    margin-top: -500px;
    z-index: 1999 !important;
}

.mission-wrapper {
    text-align: center;
}

.mission-title {
    font-size: 3.83em;
    font-weight: 600;
}

.small-mission {
    max-width: 100%;
    font-size: 2.06em;
    font-weight: 600;
}

.small-label {
    margin-bottom: 1.25em;
    letter-spacing: 0.06em;
    text-transform: none;
}

.mission-title_big {
    font-size: 3.83em;
    font-weight: 600;
    color: #000;
    line-height: 1;
    padding-bottom: 30px;
    font-size: 57px;
}

@media only screen and (min-width:1px) and (max-width:450px) {

    .mission-title {
        font-size: 42px !important;
    }

    .mission-title_big {
        font-size: 23px;
    }

    .small-label {
        font-size: 19px !important;
    }
}

.shap-06 {
    position: absolute;
    right: 3%;
    top: -240px;
    z-index: 1;
    opacity: 0.1;
}



.panel {
    display: flex;
}

/* colours */

.color-bg {
    background-color: #f0efef;
    animation-duration: 1s;
    animation-delay: 1.5s;
    transition: 0.2s;
}

.color-white {
    background-color: #fff;
}


.space-ptb {
    padding: 100px 0;
}

.space-pt {
    padding: 100px 0px 0px 0px;
}

@media (max-width: 1200px) {
    .space-ptb {
        padding: 80px 0;
    }

    .space-pt {
        padding: 80px 0 0;
    }

    .space-pb {
        padding: 0 0 80px;
    }
}

@media (max-width: 991px) {
    .space-ptb {
        padding: 60px 0;
    }

    .space-pt {
        padding: 60px 0 0;
    }

    .space-pb {
        padding: 0 0 60px;
    }
}

@media (max-width: 767px) {
    .space-ptb {
        padding: 50px 0;
    }

    .space-pt {
        padding: 50px 0 0;
    }

    .space-pb {
        padding: 0 0 50px;
    }
}

@media (max-width: 575px) {
    .space-ptb {
        padding: 40px 0;
    }

    .space-pt {
        padding: 40px 0 0;
    }

    .space-pb {
        padding: 0 0 40px;
    }
}

.section-title {
    margin-bottom: 50px;
}

.section-title span {
    margin-bottom: 10px;
    color: #2673f8;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
}

.section-title h2 {
    font-weight: 600;
    margin-bottom: 0;
}

.section-title p {
    margin-top: 20px;
}

@import url('animacje.css');



.counter-box-one {
    border-radius: 50%;
    position: absolute;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.counter-box-one .number {
    color: #1d1d1d;
    font-size: 43px
}

.counter-box-one p {
    font-size: 17px;
    color: #1d1d1d
}

.counter-info-classic [class*=bubble] {
    position: absolute;
    z-index: -1;
    border-radius: 50%
}

.counter-info-classic .bubble-one {
    width: 8px;
    height: 8px;
    background: #d7d8de;
    top: 150px;
    left: 62%;
    animation: scale-up-three 4s infinite linear
}

.counter-info-classic .bubble-two {
    width: 22px;
    height: 22px;
    background: #d7d8de;
    top: 150px;
    left: 63%;
    animation: scale-up-one 4s infinite linear
}

.counter-info-classic .bubble-three {
    width: 8px;
    height: 8px;
    background: #d7d8de;
    top: 650px;
    left: 11%;
    animation: scale-up-three 4s infinite linear
}

.counter-info-classic .bubble-four {
    width: 17px;
    height: 17px;
    background: #d7d8de;
    top: 300px;
    right: 13%;
    animation: scale-up-one 4s infinite linear
}

.counter-info-classic .bubble-five {
    width: 8px;
    height: 8px;
    background: #d7d8de;
    top: 550px;
    right: 15%;
    animation: scale-up-three 4s infinite linear
}

.counter-info-classic .bubble-six {
    width: 26px;
    height: 26px;
    background: #d7d8de;
    top: 250px;
    left: 0;
    animation: scale-up-one 4s infinite linear
}

.counter-info-classic .bubble-seven {
    width: 9px;
    height: 9px;
    background: #d7d8de;
    top: 350px;
    left: 14%;
    animation: scale-up-three 4s infinite linear
}

.counter-info-classic .dot-shape {
    z-index: -5;
    top: 35px;
    right: 0
}

.bg-gradient-primary3 {
    background-color: rgba(241, 241, 245, 1);
    background-image: linear-gradient(309deg, rgba(241, 241, 245, 1) 8%, rgba(255, 255, 255, 1) 100%);
}

canvas {
    display: block;
    width: 100%;
    background-position: 25% 75%;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.underline-4::after {
    bottom: 0.23em;
    width: 100%;
    height: .2em;
}

.superHero {
    background-image: url('assets/images/_newGreenMAX/AdobeStock_2204263811-uai-2064x1032.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    height: 100%;
}

.container_position {
    margin-left: -100px;
    padding-top: 30px
}

.container_position2 {
    min-width: 70%;
    margin-top: -100px;
    margin-left: 250px;
}

@media only screen and (min-width:1px) and (max-width:613px) {
    .superHero {
        background-image: url('assets/images/_newGreenMAX/AdobeStock_2204263811-uai-2064x1032.webp');
        /* height: 970px; */
    }

    .container_position {
        margin-left: 0px;
        padding-top: 40px
    }

    .container_position2 {
        min-width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
}

.superHeroH2 {
    font-weight: 700 !important;
    font-size: 70px;
    color: #1d1d1d
}

.superHeroH4 {
    font-size: 30px;
}

@media only screen and (min-width:1px) and (max-width:613px) {
    .superHeroH2 {
        text-align: center;
        font-size: 40px;
        padding: 0 10px;
    }

    .superHeroH4 {
        font-size: 18px;
        text-align: center;
        padding-bottom: 50px;
    }
}

.counter-box-one.color-1 {
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(226, 232, 240) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 0.9) 100%);
    width: 235px;
    height: 235px;
    top: 80px;
    left: 1300px;
    z-index: 1;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-2 {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(226, 232, 240) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 0.9) 100%);
    width: 164px;
    height: 164px;
    top: 310px;
    left: 1140px;
    z-index: 1;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-3 {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(226, 232, 240) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 0.9) 100%);
    width: 212px;
    height: 212px;
    top: 590px;
    left: 1260px;
    z-index: 1;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-4 {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(226, 232, 240) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 0.9) 100%);
    width: 152px;
    height: 152px;
    top: 450px;
    left: 820px;
    z-index: 1;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-5 {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(226, 232, 240) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 0.9) 100%);
    width: 162px;
    height: 162px;
    top: 200px;
    left: 890px;
    z-index: 1;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-6 {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(226, 232, 240) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 0.9) 100%);
    width: 192px;
    height: 192px;
    top: 220px;
    left: 600px;
    z-index: 1;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-7 {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(226, 232, 240) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 0.9) 100%);
    width: 222px;
    height: 222px;
    top: 350px;
    left: 280px;
    z-index: 1;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-8 {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(226, 232, 240) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 0.9) 100%);
    width: 162px;
    height: 162px;
    top: 580px;
    left: 520px;
    z-index: 1;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-1 p {
    margin-left: -50px;
    margin-top: -32px;
    font-size: 26px;
    width: 600px;
    font-weight: 300;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-1 h2 span {
    margin-left: -70px;
    font-size: 85px;
    margin-top: 52px;
    font-weight: 1000;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-2 p {
    margin-left: 55px;
    font-size: 24px;
    margin-top: -20px;
    font-weight: 300;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-2 h2 span {
    margin-left: 50px;
    font-size: 45px;
    margin-top: 32px;
    font-weight: 800;
    word-wrap: normal;
    white-space: nowrap;

}

.counter-box-one.color-3 p {
    margin-left: -200px;
    font-size: 22px;
    margin-top: -15px;
    font-weight: 300;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-3 h2 span {
    margin-left: -150px;
    font-size: 45px;
    margin-top: 55px;
    font-weight: 1000;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-4 p {
    margin-left: 60px;
    font-size: 20px;
    margin-top: -35px;
    font-weight: 500;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-4 h2 {
    margin-left: 30px;
    font-size: 80px;
    margin-top: 30px;
    font-weight: 1000;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-4 h2 span {
    margin-left: -5px;
    font-size: 45px;
    margin-top: -15px;
    font-weight: 300;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-5 p {
    margin-left: 34px;
    font-size: 31px;
    margin-top: -24px;
    font-weight: 300;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-5 h2 span {
    margin-left: 35px;
    font-size: 42px;
    margin-top: 30px;
    font-weight: 1000;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-6 p {
    margin-left: -130px;
    font-size: 60px;
    margin-top: -30px;
    font-weight: 300;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-6 h2 span {
    margin-left: -170px;
    font-size: 60px;
    margin-top: 25px;
    font-weight: 1000;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-7 p {
    margin-left: -155px;
    font-size: 70px;
    margin-top: -25px;
    font-weight: 1000;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-7 h2 span {
    margin-left: -200px;
    font-size: 38px;
    margin-top: 50px;
    font-weight: 300;
    word-wrap: normal;
    white-space: nowrap;
}


.counter-box-one.color-8 p {
    margin-left: 60px;
    font-size: 27px;
    margin-top: -25px;
    font-weight: 300;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one.color-8 h2 span {
    margin-left: 60px;
    font-size: 58px;
    margin-top: 50px;
    font-weight: 1000;
    word-wrap: normal;
    white-space: nowrap;
}

.counter-box-one {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-name: fadeInUp;
    position: absolute;
    box-shadow: 0px 4px 4px rgba(163, 163, 163, 0.25);
    transition: 0.3s;
}

.counter-box-one:hover {
    transform: scale(1.05) !important;
}


@media only screen and (min-width:1px) and (max-width:613px) {

    .superHero {
        height: 130vh;
    }

    .counter-box-one.color-1 {
        width: 100px;
        height: 100px;
        left: 16%;
        top: 0px;
    }

    .counter-box-one.color-2 {
        width: 100px;
        height: 100px;
        left: 70%;
        top: 90px;
    }

    .counter-box-one.color-3 {
        width: 100px;
        height: 100px;
        left: 15px;
        top: 180px;
    }

    .counter-box-one.color-4 {
        width: 100px;
        height: 100px;
        left: 150px;
        top: 300px;
    }

    .counter-box-one.color-5 {
        width: 100px;
        height: 100px;
        left: 265px;
        top: 475px;
    }

    .counter-box-one.color-6 {
        width: 100px;
        height: 100px;
        left: 10%;
        top: 430px;
    }

    .counter-box-one.color-7 {
        width: 100px;
        height: 100px;
        left: 60%;
        top: 690px;
    }

    .counter-box-one.color-8 {
        width: 100px;
        height: 100px;
        left: 20%;
        top: 565px;
    }

    /* Test mobile */

    .counter-box-one.color-1 p {
        font-size: 18px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: -25px;
    }

    .counter-box-one.color-1 h2 span {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 25px;
    }

    .counter-box-one.color-2 p {
        font-size: 18px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -70px;
    }

    .counter-box-one.color-2 h2 span {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -70px;
        margin-top: 20px;
    }

    .counter-box-one.color-3 p {
        font-size: 18px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 45px;
    }

    .counter-box-one.color-3 h2 span {
        font-size: 30px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 25px;
    }

    .counter-box-one.color-4 p {
        font-size: 16px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -55px;
        margin-top: -20px;
    }

    .counter-box-one.color-4 h2 span {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 0px;
    }

    .counter-box-one.color-4 h2 {
        font-size: 40px;
        margin-top: 10px;
        font-weight: 600;
        word-wrap: normal;
        white-space: nowrap;

        margin-left: -65px;
    }

    .counter-box-one.color-5 p {
        font-size: 18px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -50px;
        margin-top: -25px;
    }

    .counter-box-one.color-5 h2 span {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -10px;
        margin-top: 25px;
    }

    .counter-box-one.color-6 p {
        font-size: 30px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
    }

    .counter-box-one.color-6 h2 span {
        font-size: 30px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 25px;
    }

    .counter-box-one.color-7 p {
        font-size: 30px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -15px;
        margin-top: -12px;
    }

    .counter-box-one.color-7 h2 span {
        font-size: 20px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -40px;
        margin-top: 20px;
    }

    .counter-box-one.color-8 p {
        font-size: 20px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: -15px;
    }

    .counter-box-one.color-8 h2 span {
        font-size: 30px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 30px;
    }
}

@media only screen and (min-width:614px) and (max-width:992px) {

    .container_position2 {
        margin-left: 0px;
    }

    .counter-box-one.color-1 {
        width: 150px;
        height: 150px;
        left: 80%;
        top: 100px;
    }

    .counter-box-one.color-2 {
        width: 100px;
        height: 100px;
        left: 95%;
        top: 400px;
    }

    .counter-box-one.color-3 {
        width: 130px;
        height: 130px;
        left: 15%;
        top: 150px;
    }

    .counter-box-one.color-4 {
        width: 150px;
        height: 150px;
        left: 50%;
        top: 260px;
    }

    .counter-box-one.color-5 {
        width: 100px;
        height: 100px;
        left: 90%;
        top: 585px;
    }

    .counter-box-one.color-6 {
        width: 120px;
        height: 120px;
        left: 12%;
        top: 430px;
    }

    .counter-box-one.color-7 {
        width: 100px;
        height: 100px;
        left: 60%;
        top: 490px;
    }

    .counter-box-one.color-8 {
        width: 100px;
        height: 100px;
        left: 20%;
        top: 615px;
    }

    /* Test mobile */

    .counter-box-one.color-1 p {
        font-size: 18px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: -25px;
    }

    .counter-box-one.color-1 h2 span {
        font-size: 50px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 45px;
    }

    .counter-box-one.color-2 p {
        font-size: 18px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -70px;
    }

    .counter-box-one.color-2 h2 span {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -70px;
        margin-top: 20px;
    }

    .counter-box-one.color-3 p {
        font-size: 18px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 45px;
    }

    .counter-box-one.color-3 h2 span {
        font-size: 30px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 35px;
    }

    .counter-box-one.color-4 p {
        font-size: 16px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -55px;
        margin-top: -20px;
    }

    .counter-box-one.color-4 h2 span {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 0px;
    }

    .counter-box-one.color-4 h2 {
        font-size: 40px;
        margin-top: 40px;
        font-weight: 600;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -65px;
    }

    .counter-box-one.color-5 p {
        font-size: 18px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -50px;
        margin-top: -25px;
    }

    .counter-box-one.color-5 h2 span {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -10px;
        margin-top: 25px;
    }

    .counter-box-one.color-6 p {
        font-size: 30px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
    }

    .counter-box-one.color-6 h2 span {
        font-size: 30px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 25px;
    }

    .counter-box-one.color-7 p {
        font-size: 30px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -15px;
        margin-top: -12px;
    }

    .counter-box-one.color-7 h2 span {
        font-size: 20px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -40px;
        margin-top: 20px;
    }

    .counter-box-one.color-8 p {
        font-size: 20px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: -15px;
    }

    .counter-box-one.color-8 h2 span {
        font-size: 30px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 30px;
    }
}

@media only screen and (min-width:993px) and (max-width:1820px) {


    .container_position2 {
        margin-left: 0px;
    }

    .counter-box-one.color-1 {
        width: 190px;
        height: 190px;
        left: 80%;
        top: 100px;
    }

    .counter-box-one.color-2 {
        width: 140px;
        height: 140px;
        left: 95%;
        top: 350px;
    }

    .counter-box-one.color-5 {
        width: 160px;
        height: 160px;
        left: 90%;
        top: 555px;
    }

    .counter-box-one.color-7 {
        width: 200px;
        height: 200px;
        left: 60%;
        top: 450px;
    }

    .counter-box-one.color-4 {
        width: 150px;
        height: 150px;
        left: 68%;
        top: 270px;
    }

    .counter-box-one.color-3 {
        width: 130px;
        height: 130px;
        left: 35%;
        top: 150px;
    }

    .counter-box-one.color-6 {
        width: 170px;
        height: 170px;
        left: 38%;
        top: 330px;
    }

    .counter-box-one.color-8 {
        width: 130px;
        height: 130px;
        left: 30%;
        top: 515px;
    }

    /* Test mobile */

    .counter-box-one.color-1 p {
        font-size: 28px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: -35px;
    }

    .counter-box-one.color-1 h2 span {
        font-size: 70px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 55px;
    }

    .counter-box-one.color-2 p {
        font-size: 20px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -50px;
        margin-top: -25px;
    }

    .counter-box-one.color-2 h2 span {
        font-size: 50px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -70px;
        margin-top: 30px;
    }

    .counter-box-one.color-3 p {
        font-size: 18px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 45px;
        margin-top: -25px;
    }

    .counter-box-one.color-3 h2 span {
        font-size: 35px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 35px;
    }

    .counter-box-one.color-4 p {
        font-size: 16px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -155px;
        margin-top: -20px;
    }

    .counter-box-one.color-4 h2 span {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 0px;
    }

    .counter-box-one.color-4 h2 {
        font-size: 40px;
        margin-top: 40px;
        font-weight: 600;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -175px;
    }

    .counter-box-one.color-5 p {
        font-size: 20px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -45px;
        margin-top: -25px;
    }

    .counter-box-one.color-5 h2 span {
        font-size: 50px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -10px;
        margin-top: 40px;
    }

    .counter-box-one.color-6 p {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -20px;
    }

    .counter-box-one.color-6 h2 span {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -100px;
        margin-top: 45px;
    }

    .counter-box-one.color-7 p {
        font-size: 40px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -25px;
        margin-top: -20px;
    }

    .counter-box-one.color-7 h2 span {
        font-size: 28px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: -100px;
        margin-top: 70px;
    }

    .counter-box-one.color-8 p {
        font-size: 20px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: -25px;
    }

    .counter-box-one.color-8 h2 span {
        font-size: 35px;
        width: 0px;
        word-wrap: normal;
        white-space: nowrap;
        margin-left: 40px;
        margin-top: 40px;
    }
}

.portfolio__item {
    position: relative;
    z-index: 1;
    min-height: 650px;
}

.portfolio__item:hover .portfolio__thumb {
    -webkit-transform: translate3d(0px, 0, 0px) scale3d(0.955, 0.975, 1) skew(0deg);
    -moz-transform: translate3d(0px, 0, 0px) scale3d(0.955, 0.975, 1) skew(0deg);
    -ms-transform: translate3d(0px, 0, 0px) scale3d(0.955, 0.975, 1) skew(0deg);
    -o-transform: translate3d(0px, 0, 0px) scale3d(0.955, 0.975, 1) skew(0deg);
    transform: translate3d(0px, 0, 0px) scale3d(0.955, 0.975, 1) skew(0deg);
}

.portfolio__item:hover .portfolio__thumb::after {
    opacity: 0.6;
}

.portfolio__item:hover .portfolio__text {
    bottom: 20px;
    visibility: visible;
    opacity: 1;
}

.portfolio__item-2 {
    position: relative;
    z-index: 1;
    padding: 0 100px;
    padding-right: 0;
    margin-bottom: 33px;
}

[dir=rtl] .portfolio__item-2 {
    direction: ltr;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .portfolio__item-2 {
        padding: 0 40px;
    }
}

@media (max-width: 575px) {
    .portfolio__item-2 {
        padding: 0 15px;
    }
}

.portfolio__item-2:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.portfolio__item-2:nth-child(2n) {
    padding-left: 30px;
}

.portfolio__item-2:nth-child(2n) .portfolio__content-2 {
    padding-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio__item-2:nth-child(2n) .portfolio__content-2 {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio__item-2:nth-child(2n) .portfolio__content-2 {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .portfolio__item-2:nth-child(2n) .portfolio__content-2 {
        padding-left: 0;
    }
}

.portfolio__item-2.has-green {
    background-color: var(--tp-common-green-light-2);
}

.portfolio__item-2.has-purple {
    background-color: var(--tp-common-purple-light);
}

.portfolio__item-2.has-purple::after {
    background-color: #DBE1FC;
}


.portfolio__item-2.has-purple .tp-btn-white:hover {
    background-color: var(--tp-common-purple-2);
}

.portfolio__item-2.has-purple .portfolio__icon-2 span {
    background-color: var(--tp-common-purple-2);
}

.portfolio__item-2.has-purple .portfolio__title-2:hover a {
    color: var(--tp-common-purple-2);
}

.portfolio__item-2.has-pink {
    background-color: var(--tp-common-pink-light);
}

.portfolio__item-2.has-pink::after {
    background-color: #FFD6DD;
}

.portfolio__item-2.has-pink::before {
    background-color: var(--tp-common-pink);
}

.portfolio__item-2.has-pink .tp-btn-white:hover {
    background-color: var(--tp-common-pink);
}

.portfolio__item-2.has-pink .portfolio__icon-2 span {
    background-color: var(--tp-common-pink);
}

.portfolio__item-2.has-pink .portfolio__title-2:hover a {
    color: var(--tp-common-pink);
}

.portfolio__item-8 {
    height: 700px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.portfolio__item-8:hover .portfolio__content-8::after,
.portfolio__item-8.active .portfolio__content-8::after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0s;
    transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1);
}

.portfolio__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    transform-style: preserve-3d;
}

.portfolio__thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    background-color: var(--tp-common-black);
    opacity: 0.2;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.portfolio__thumb-2.portfolio-thumb-2 {
    margin-top: -60px;
}

.portfolio__thumb-2 .portfolio-2-1 {
    margin-top: -20px;
    margin-bottom: -230px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRightPortfolio1;
    animation-name: fadeInRightPortfolio1;
}

.portfolio__thumb-2 .portfolio-2-2 {
    margin-top: -375px;
    margin-left: 200px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRightPortfolio2;
    animation-name: fadeInRightPortfolio2;
    animation-delay: 0.5s;
    -webkit-transform: rotate(-25deg) translate(-30px, 169px);
    -moz-transform: rotate(-25deg) translate(-30px, 169px);
    -ms-transform: rotate(-25deg) translate(-30px, 169px);
    -o-transform: rotate(-25deg) translate(-30px, 169px);
    transform: rotate(-25deg) translate(-30px, 169px);
}

@media (max-width: 575px) {
    .portfolio__thumb-2 .portfolio-2-2 {
        -webkit-transform: rotate(-25deg) translate(-200px, 169px);
        -moz-transform: rotate(-25deg) translate(-200px, 169px);
        -ms-transform: rotate(-25deg) translate(-200px, 169px);
        -o-transform: rotate(-25deg) translate(-200px, 169px);
        transform: rotate(-25deg) translate(-200px, 169px);
    }
}

.portfolio__thumb-2 .portfolio-2-3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRightPortfolio3;
    animation-name: fadeInRightPortfolio3;
    animation-delay: 1s;
    -webkit-transform: translate(-66px, 107px) rotate(25deg);
    -moz-transform: translate(-66px, 107px) rotate(25deg);
    -ms-transform: translate(-66px, 107px) rotate(25deg);
    -o-transform: translate(-66px, 107px) rotate(25deg);
    transform: translate(-66px, 107px) rotate(25deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .portfolio__thumb-2 .portfolio-2-3 {
        -webkit-transform: translate(-79px, 93px) rotate(25deg);
        -moz-transform: translate(-79px, 93px) rotate(25deg);
        -ms-transform: translate(-79px, 93px) rotate(25deg);
        -o-transform: translate(-79px, 93px) rotate(25deg);
        transform: translate(-79px, 93px) rotate(25deg);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio__thumb-2 .portfolio-2-3 {
        -webkit-transform: translate(-202px, 50px) rotate(25deg);
        -moz-transform: translate(-202px, 50px) rotate(25deg);
        -ms-transform: translate(-202px, 50px) rotate(25deg);
        -o-transform: translate(-202px, 50px) rotate(25deg);
        transform: translate(-202px, 50px) rotate(25deg);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio__thumb-2 .portfolio-2-3 {
        -webkit-transform: translate(15px, 149px) rotate(25deg);
        -moz-transform: translate(15px, 149px) rotate(25deg);
        -ms-transform: translate(15px, 149px) rotate(25deg);
        -o-transform: translate(15px, 149px) rotate(25deg);
        transform: translate(15px, 149px) rotate(25deg);
    }
}

.portfolio__thumb-2 .portfolio-2-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRightPortfolio4;
    animation-name: fadeInRightPortfolio4;
    animation-delay: 1s;
    margin-bottom: 30px;
    -webkit-transform: translate(7px, 120px) rotate(25deg);
    -moz-transform: translate(7px, 120px) rotate(25deg);
    -ms-transform: translate(7px, 120px) rotate(25deg);
    -o-transform: translate(7px, 120px) rotate(25deg);
    transform: translate(7px, 120px) rotate(25deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio__thumb-2 .portfolio-2-4 {
        -webkit-transform: translate(-70px, 120px) rotate(25deg);
        -moz-transform: translate(-70px, 120px) rotate(25deg);
        -ms-transform: translate(-70px, 120px) rotate(25deg);
        -o-transform: translate(-70px, 120px) rotate(25deg);
        transform: translate(-70px, 120px) rotate(25deg);
    }
}

#portfolio-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tp-common-black-12);
}

#portfolio-bg-img .portfolio-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}

#portfolio-bg-img .portfolio-bg::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 6, 17, 0.5);
}

#portfolio-bg-img.portfolio-img-1 .portfolio-img-1 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#portfolio-bg-img.portfolio-img-2 .portfolio-img-2 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#portfolio-bg-img.portfolio-img-3 .portfolio-img-3 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#portfolio-bg-img.portfolio-img-4 .portfolio-img-4 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#portfolio-bg-img.portfolio-img-5 .portfolio-img-5 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#portfolio-bg-img.portfolio-img-6 .portfolio-img-6 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio__tag span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tp-common-white);
    letter-spacing: 3px;
    position: relative;
    padding-left: 12px;
}

[dir=rtl] .portfolio__tag span {
    padding-right: 12px;
    padding-left: 0;
}

.portfolio__tag span::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--tp-theme-1);
    border-radius: 50%;
}

[dir=rtl] .portfolio__tag span::after {
    left: auto;
    right: 0;
}

.portfolio__tag-2 a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--tp-ff-inter);
    color: var(--tp-common-black-solid);
    border: 1px solid rgba(3, 4, 28, 0.08);
    padding: 6px 12px 6px;
    line-height: 1;
    margin-bottom: 14px;
    margin-right: 5px;
}

[dir=rtl] .portfolio__tag-2 a {
    margin-right: 0;
    margin-left: 5px;
}

.portfolio__tag-2 a:hover {
    background-color: var(--tp-common-black);
    border-color: var(--tp-common-black);
    color: var(--tp-common-white);
}

.portfolio__icon-2 {
    margin-bottom: 32px;
}

.portfolio__icon-2 span {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    background-color: var(--tp-theme-2);
    font-size: 30px;
    color: var(--tp-common-white);
    border-radius: 50%;
}

.portfolio__icon-2 span svg path {
    fill: currentColor;
}

.portfolio__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-space);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio__title {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .portfolio__title {
        font-size: 26px;
    }
}

.portfolio__title-2 {
    color: var(--tp-common-black);
    font-weight: 600;
    font-size: 34px;
    font-family: var(--tp-ff-oswald);
    margin-bottom: 42px;
}

@media (max-width: 575px) {
    .portfolio__title-2 {
        font-size: 28px;
    }
}

.portfolio__title-2 a:hover {
    color: var(--tp-theme-2);
}

.portfolio__title-8 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
}

.portfolio__title-8 a {
    color: #fff;
}

.portfolio__title-8 a:hover {
    color: #93c43e;
}


.portfolio__content {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio__content {
        left: 30px;
        right: 30px;
    }
}

@media (max-width: 575px) {
    .portfolio__content {
        left: 20px;
        right: 20px;
    }
}

.portfolio__content-2 {
    padding: 71px 0 73px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .portfolio__content-2 {
        padding: 40px 0;
    }
}

.portfolio__content-8 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 60px;
    background-color: transparent;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .portfolio__content-8 {
        padding: 40px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .portfolio__content-8 {
        padding: 30px 40px;
    }
}

.portfolio__content-8::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-color: var(--tp-common-black-12);
    z-index: -1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 0.65s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.portfolio__shape-2 {
    position: absolute;
    z-index: -1;
    top: 10%;
    left: 18%;
}

.portfolio__shape-8 {
    position: absolute;
    left: 45%;
    top: 17%;
    z-index: -1;
    -moz-animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
    -webkit-animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
    animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
    transform-origin: top left;
}

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.background-fixed {
    background-attachment: fixed;
}

:root {

    --tp-common-black-12: #101010;
    --tp-common-black-13: #0C0F21;
    --tp-theme-8: #93c43e;
    --tp-common-white: #101010;
}

/* .black-bg-13 {
                background-color: #f1f1f5;
            } */

.section__title-8 {
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #101010;
    margin-left: -100px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section__title-8 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section__title-8 {
        font-size: 56px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section__title-8 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-8 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .section__title-8 {
        font-size: 35px;
    }
}

.section__title-wrapper-8 {
    position: relative;
    z-index: 1;
}

.section__title-wrapper-8 p {
    font-size: 16px;
    line-height: 1.5;
}

.section__title-pre-8 {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-theme-8);
    display: inline-block;
    margin-bottom: 10px;
}

.section__title-highlight-8 {
    position: relative;
}

.section__title-highlight-8 svg {
    position: absolute;
    bottom: 6%;
    left: -3%;
    z-index: -1;
    width: 100%;
}

.section__title-highlight-8 svg path {
    stroke: var(--tp-theme-8);
    stroke-width: 6;
}

.tp-btn-border-7 {
    display: inline-block;
    padding: 11px 31px 11px 31px;
    border: 1.5px solid rgba(255, 255, 255, 0.1019607843);
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black-12);
}

.tp-btn-border-7:hover {
    color: var(--tp-common-black-12);
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
}

.bg-gradient-primary2 {
    background-color: rgba(241, 241, 245, 1);
    background-image: linear-gradient(232deg, rgba(241, 241, 245, 1) 8%, rgba(255, 255, 255, 1) 100%);
}

.bg-gradient-primary1 {
    background-color: rgba(241, 251, 248, 1);
    background-image: linear-gradient(360deg, rgba(241, 251, 248, 1) 10%, rgba(255, 255, 255, 1) 100%);
}

.brand-one {
    border-top: 0px solid var(--greenmax-extra, #e4e4ea);
}

:root {
    --pbmit-global-color: #8cc63f;
    --pbmit-secondary-color: #131419;
    --pbmit-light-color: #eff3f5;
    --pbmit-blackish-color: #272424;
}

.pmbit-right-edpand,
.pmbit-left-edpand {
    position: relative;
    padding: 20px 0
}

.pmbit-right-edpand-bg {
    background-image: url(https://grevo-demo.pbminfotech.com/html-demo/images/img-06.jpg);
    border-radius: 50px 0 0 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 222px;
    width: 626px
}

.pmbit-left-edpand:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1500px;
    right: 0;
    top: 0;
    background: var(--pbmit-blackish-color);
    z-index: -1;
    border-radius: 0 0 50px 0;
    background-color: rgba(167, 166, 168, 1);
    background-image: linear-gradient(90deg, rgba(95, 93, 96, 1) 0%, rgba(167, 166, 168, 1) 100%);

}

.pmbit-right-edpand:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: inherit;
    left: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.pbmit-btn.pbmit-btn-outline {
    background-color: #fff;
    color: var(--pbmit-blackish-color)
}

.pbmit-btn.pbmit-btn-outline span:before {
    background-color: var(--pbmit-blackish-color)
}

.pbmit-btn.pbmit-btn-outline:hover span:before {
    background-color: #fff
}

.blog-btn-outline {
    border: 2px solid var(--pbmit-global-color);
    padding: 18px 60px
}

.pbmit-btn.pbmit-btn-outline::before {
    background-color: var(--pbmit-blackish-color)
}

.pbmit-btn.pbmit-btn-outline:hover::before {
    background-color: #fff
}

.pbmit-btn.pbmit-btn-outline:hover,
.pbmit-btn.pbmit-btn-outline:focus {
    background-color: var(--pbmit-global-color);
    color: #fff
}

.pbmit-btn.pbmit-btn-outline.pbmit-btn-white {
    border-color: #fff
}

.pbmit-btn.pbmit-btn-outline:hover a {
    color: #fff
}

.pbmit-btn.pbmit-btn-outline:before:hover a {
    color: #fff
}

.pbmit-btn.pbmit-btn-outline.pbmit-btn-hover-white:hover {
    background-color: var(--pbmit-global-color);
    color: #fff
}

.pbmit-btn.pbmit-btn-outline a:before {
    background-color: var(--pbmit-blackish-color)
}

.pbmit-btn.pbmit-btn-outline a {
    position: relative;
    padding-right: 42px
}

.pbmit-btn.pbmit-btn-outline:hover {
    border-radius: 20px;
    border-color: transparent;
    background-color: var(--pbmit-global-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.pbmit-btn.pbmit-btn-outline:hover a:before {
    background-color: #fff
}

.pbmit-btn {
    display: inline-block;
    text-decoration: none;
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: .2px;
    padding: 20px 40px;
    border-radius: 0;
    text-transform: none;
    background-color: var(--pbmit-blackish-color);
    border: none;
    color: #fff;
    border-radius: 20px 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    -ms-border-radius: 20px 20px;
    -o-border-radius: 20px 20px;
}

/* .pbmit-btn span:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    right: 0;
    top: 50%;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.pbmit-btn span:after {
    position: absolute;
    top: 1px;
    right: -2px;
    font-size: 15px;
    line-height: normal;
    font-weight: 400
} */

.pbmit-btn span {
    position: relative;
    padding-right: 42px
}

.pbmit-btn:hover,
.pbmit-btn:focus {
    color: #fff;
    background-color: var(--pbmit-blackish-color);
    outline: none
}

.pbmit-btn-hover-white:hover,
.pbmit-btn.pbmit-btn-white {
    background-color: var(--pbmit-blackish-color);
    color: #fff
}

.pbmit-btn.pbmit-btn-white.pbmit-btn-hover-secondary a:before {
    background-color: var(--pbmit-blackish-color)
}

a.pbmit-btn.pbmit-btn-white.pbmit-btn-hover-secondary:hover span:before {
    background-color: #000
}

.pbmit-btn.pbmit-btn-white.pbmit-btn-hover-secondary:hover {
    background-color: #fff;
    color: var(--pbmit-blackish-color);
    border-radius: 0 20px 0 0
}

.pbmit-btn.pbmit-btn-white.pbmit-btn-hover-secondary:hover:before {
    background-color: var(--pbmit-blackish-color)
}

.pbmit-btn-hover-global:hover {
    background-color: var(--pbmit-global-color);
    color: #fff;
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    -ms-border-radius: 0 20px 0 0;
    -o-border-radius: 0 20px 0 0;
}

.pbmit-btn-hover-secondary:hover {
    background-color: var(--pbmit-secondary-color);
    color: #fff
}

.pbmit-btn-hover-white:hover {
    background-color: #fff;
    color: var(--pbmit-global-color)
}


.pbmit-btn-inline {
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    color: #fff;
    position: relative;
    border: none;
    padding: 0;
    margin-top: 0 !important;
    background-color: transparent !important;
    padding-bottom: 3px;
    letter-spacing: .5px
}

.pbmit-btn-inline:before {
    content: '';
    height: 1px;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--pbmit-blackish-color);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.pbmit-btn-inline:before {
    position: absolute;
    content: "\e85a";
    font-family: pbminfotech-base-icons;
    top: 1px;
    right: -2px;
    font-size: 15px;
    line-height: normal;
    font-weight: 400
}

.pbmit-btn-inline:hover,
.pbmit-btn-inline:focus {
    color: #fff
}

.pbmit-btn-inline:hover:before,
.pbmit-btn-inline:focus:before {
    width: 0%
}

.sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%
}

.web-solutions__box .tab-btns .tab-btn {
    position: relative;
    float: left;
    width: 390px;
    max-width: 25%;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    border-radius: 10px 10px 10px 10px;
}

.web-solutions {
    background-color: #ffff;
}


.web-solutions__box .tab-btns .tab-btn:nth-child(3) span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.web-solutions__box .tab-btns .tab-btn span {
    margin-top: 10px;
    padding: 15.5px 0;
}

@media only screen and (max-width: 767px) {
    .web-solutions {
        padding: 140px 0 50px;
    }
}

:root {
    --bg: #fff;
    --bg-2: #f8f9fc;
    --bg-3: #f3f4f6;
    --bg-4: rgba(169, 210, 255, 0.1);
    --bg-5: #f2f5fb;
    --bg-6: #f9fafc;
    --bg-7: #fdfdfd;
    --bg-8: #e6f8f9;
    --bg-9: rgba(10, 10, 10, 0.4);
    --color-headings: #25373f;
    --color-headings-2: #262729;
    --color-headings-3: #000;
    --color-texts: rgba(37, 55, 63, 0.7);
    --color-texts-2: #3b4656;
    --color-texts-3: rgba(38, 39, 41, 0.7);
    --border-color: rgba(128, 138, 142, 0.2);
    --border-color-2: rgba(37, 55, 63, 0.1);
    --border-color-3: rgba(38, 39, 41, 0.1);
    --border-color-4: rgba(181, 181, 181, 0.2);
    --border-color-5: rgba(38, 39, 41, 0.3);
    --border-color-6: rgba(130, 130, 136, 0.3);
    --bs-body-bg-rgb: 255, 255, 255;
}

.contact-section__form-heading {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
    color: var(--color-headings-2);
    margin-bottom: 28px;
}

.contact-section .form-control,
.contact-section .form-check-input {
    border: 1px solid var(--border-color-3) !important;
}



.contact-inner-1 {
    padding-top: 55px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .contact-inner-1 {
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .contact-inner-1 {
        padding-top: 130px;
        padding-bottom: 110px;
    }
}

.contact-inner-1 .contact-widget-box {
    padding: 70px 60px 30px;
}


.section-title--l3 .section-title__sub-heading {
    color: #01b1c9;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.75;
}

.section-title--l3 .section-title__heading {
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.2;
    font-size: 30px;
    color: var(--color-headings-2);
}

@media (min-width: 768px) {
    .section-title--l3 .section-title__heading {
        font-size: 38px;
    }
}

@media (min-width: 992px) {
    .section-title--l3 .section-title__heading {
        font-size: 45px;
    }
}

.section-title--l3 .section-title__description {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.875;
    color: var(--color-texts-3);
}

.bg-default-3 {
    background-image: url(assets/images/_newGreenMAX/Zz1mN.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-default-color-3 {
    border-color: var(--border-color-3) !important;
}

.text-left {
    text-align: left
}

.contact-form .form-floating label,
.contact-form-inner-2 .form-floating label {
    padding-left: 25px;
    font-size: 15px;
    min-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    color: rgba(38, 39, 41, 0.5);
}

.contact-form .form-floating textarea,
.contact-form-inner-2 .form-floating textarea {
    min-height: 175px;
}

.contact-form .form-floating textarea~label,
.contact-form-inner-2 .form-floating textarea~label {
    margin-top: 20px;
}

.contact-form .form-floating input~label,
.contact-form-inner-2 .form-floating input~label {
    display: flex;
    align-items: center;
}

.contact-form .form-control,
.contact-form-inner-2 .form-control {
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
    font-size: 15px;
}

.contact-form input.form-control,
.contact-form-inner-2 input.form-control {
    border-radius: 500px;
    background: #fff;
    color: #262729;
    height: 65px !important;
}

.contact-form input.form-control::-moz-placeholder,
.contact-form-inner-2 input.form-control::-moz-placeholder {
    color: transparent;
}

.contact-form input.form-control:-ms-input-placeholder,
.contact-form-inner-2 input.form-control:-ms-input-placeholder {
    color: transparent;
}

.contact-form input.form-control::placeholder,
.contact-form-inner-2 input.form-control::placeholder {
    color: transparent;
}

.contact-form textarea,
.contact-form-inner-2 textarea {
    min-height: 175px;
    border-radius: 15px;
}

.contact-form .form-check input.form-check-input,
.contact-form-inner-2 .form-check input.form-check-input {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border-radius: 3px;
    border: 0;
}

.contact-form .form-check input.form-check-input:checked[type="checkbox"],
.contact-form-inner-2 .form-check input.form-check-input:checked[type="checkbox"] {
    background-color: var(--bs-secondary) !important;
    box-shadow: none;
}

.contact-form .form-check input.form-check-input:focus,
.contact-form-inner-2 .form-check input.form-check-input:focus {
    box-shadow: none;
}

.contact-form .form-check .form-check-label,
.contact-form-inner-2 .form-check .form-check-label {
    margin-left: 8px;
    font-size: 10px;
}

.contact-widget-box {
    padding: 30px 30px 15px;
    background-color: rgba(15, 15, 15, 1);
    background-image: linear-gradient(203deg, rgba(15, 15, 15, 1) 0%, rgba(50, 50, 51, 0.91) 100%);
    border-radius: 15px;
}

@media (min-width: 576px) {
    .contact-widget-box {
        padding: 40px 50px 15px;
    }
}

.contact-widget-box .widget--contact {
    margin-bottom: 20px;
}

.contact-widget-box__title-block {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.contact-widget-box__title-block .widget-box__title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 42px;
    text-align: left;
}

.contact-widget-box__title-block .widget-box__paragraph {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 0;
}

.mb-7 {
    margin-bottom: 3.125rem !important;
}


.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.9375rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control {
    padding: 1rem 0.9375rem;
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    padding-left: 25px;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.widget--contact {
    display: flex;
}

.widget--contact .widget-icon {
    min-width: 55px;
    min-height: 55px;
    max-width: 55px;
    max-height: 55px;
    margin-right: 30px;
    background-color: rgba(38, 39, 41, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #fff;
}

.widget--contact .widget-body--title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    margin-bottom: 5px;
}

.widget--contact .widget-body p {
    opacity: 0.7;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-bottom: 10px;
}

.widget {
    display: flex;
}

.widget-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget--contact.active .widget-icon {
    color: #000000;
    background-color: #fff;
}

.widget-icon--circle {
    border-radius: 500px;
}


.btn-primary {
    color: #000;
    background-color: #01b1c9;
    border-color: #01b1c9;
}

.btn-primary:hover {
    color: #000;
    background-color: #ff7043;
    border-color: #ff6838;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: #ff7043;
    border-color: #ff6838;
    box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.btn {
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    min-width: 137px;
    line-height: 28px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.btn.btn--lg {
    min-width: 172px;
    height: 50px;
    border-radius: 5px;
}

.btn.btn--lg-2 {
    min-width: 180px;
    height: 56px;
    border-radius: 5px;
    font-size: 15px;
}

.rounded-55 {
    border-radius: 55px !important;
}