/**Help css**/
h1 {
    font-size: 45px;
    line-height: 57px;
}

h2 {
    font-size: 40px;
    line-height: 52px;
}

h3 {
    font-size: 34px;
    line-height: 46px;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-size: 17px;
    line-height: 28px;
}

a {
    text-decoration: auto;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}


.pad-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pr--100 {
    padding-right: 100px;
}

.pl--100 {
    padding-left: 100px;
}

.pl--50 {
    padding-left: 50px;
}

.pr--50 {
    padding-right: 50px;
}

.mr15 {
    margin-right: 15px;
}

html .pl5 {
    padding-left: 5px !important;
}

html .pt0 {
    padding-top: 0;
}

html .pm0 {
    padding-bottom: 0;
}

html .mt0 {
    margin-top: 0px;
}

html .mb0 {
    margin-bottom: 0;
}

html .mt10 {
    margin-top: 10px;
}

html .ml10 {
    margin-left: 10px;
}

html .mt20 {
    margin-top: 20px;
}

html .mt30 {
    margin-top: 30px;
}

html .mt40 {
    margin-top: 40px;
}

html .mt50 {
    margin-top: 50px;
}

html .mt60 {
    margin-top: 60px;
}

html .mt70 {
    margin-top: 70px;
}

html .mt80 {
    margin-top: 80px;
}

html .mt90 {
    margin-top: 90px;
}

html .mt100 {
    margin-top: 100px;
}

html .mb10 {
    margin-bottom: 10px;
}

html .mb20 {
    margin-bottom: 20px;
}

html .mb25 {
    margin-bottom: 25px;
}

html .mb30 {
    margin-bottom: 30px;
}

html .mb40 {
    margin-bottom: 40px;
}

html .mb50 {
    margin-bottom: 50px;
}

html .mb60 {
    margin-bottom: 60px;
}

html .mb70 {
    margin-bottom: 70px;
}

html .mb80 {
    margin-bottom: 80px;
}

html .mb90 {
    margin-bottom: 90px;
}

html .mb100 {
    margin-bottom: 100px;
}

html .m0 {
    margin: 0px !important;
}

html .mr10 {
    margin-right: 10px;
}

html .p0 {
    padding: 0px !important;
}

html .pt10 {
    padding-top: 10px;
}

html .pt20 {
    padding-top: 20px;
}

html .pt30 {
    padding-top: 30px;
}

html .pt40 {
    padding-top: 40px;
}

html .pt50 {
    padding-top: 50px;
}

html .pt60 {
    padding-top: 60px;
}

html .pt70 {
    padding-top: 70px;
}

html .pt80 {
    padding-top: 80px;
}

html .pt90 {
    padding-top: 90px;
}

html .pt100 {
    padding-top: 100px;
}

html .pt110 {
    padding-top: 110px;
}

html .pt120 {
    padding-top: 120px;
}

html .pt130 {
    padding-top: 130px;
}

html .pt140 {
    padding-top: 140px;
}

html .pb10 {
    padding-bottom: 10px;
}

html .pb20 {
    padding-bottom: 20px;
}

html .pb30 {
    padding-bottom: 30px;
}

html .pb40 {
    padding-bottom: 40px;
}

html .pb50 {
    padding-bottom: 50px;
}

html .pb60 {
    padding-bottom: 60px;
}

html .pb70 {
    padding-bottom: 70px;
}

html .pb80 {
    padding-bottom: 80px;
}

html .pb90 {
    padding-bottom: 90px;
}

html .pb100 {
    padding-bottom: 100px;
}

html .pb110 {
    padding-bottom: 110px;
}

html .pb120 {
    padding-bottom: 120px;
}

html .pb130 {
    padding-bottom: 130px;
}

html .pb140 {
    padding-bottom: 140px;
}

.pl25 {
    padding-left: 25px !important
}

.pl50 {
    padding-left: 50px !important;
}

.pr25 {
    padding-right: 25px !important
}

.mr25 {
    margin-right: 25px
}

.text-w,
.text-w h4,
.text-w a,
.text-w h1,
.text-w h2,
.text-w h3,
.text-w h5,
.text-w h6 {
    color: #fff;
}

.text-bold {
    font-weight: bold
}

.text-animation {
    font-weight: bold;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 6s infinite linear;
}

.text-radius {
    border-radius: 3px;
    padding: 0 3px;
}

.list-style {
    padding: 0 0 0 20px;
    text-align: left;
}

.list-style li {
    line-height: 32px;
    list-style-type: circle;
}

@media only screen and (max-width: 991px) {
    .pl50 {
        padding-left: 0px !important;
    }

    .pl25 {
    padding-left: 0px !important
}
.pr25 {
    padding-right: 0px !important
}

    .order1 {
        order: 1
    }

    .order2 {
        order: 2
    }

    .order3 {
        order: 3
    }

    .order4 {
        order: 4
    }

    .order5 {
        order: 5
    }

    .order6 {
        order: 6
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 38px;
        line-height: 48px;
    }

    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4 {
        font-size: 20px;
        line-height: 30px;
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
    }

    h6 {
        font-size: 16px;
        line-height: 26px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    html .pt60 {
        padding-top: 30px;
    }

    html .pb60 {
        padding-bottom: 30px;
    }

    html .mb30 {
        margin-bottom: 15px;
    }

    html .mt60 {
        margin-top: 30px;
    }

    .pad-tb {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width:520px) {
    h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    h3 {
        font-size: 24px;
        line-height: 34px
    }

    h4 {
        font-size: 20px;
        line-height: 30px
    }

    h5 {
        font-size: 18px;
        line-height: 26px
    }

    h6 {
        font-size: 16px;
        line-height: 24px
    }
}

.niwax21 {
    font-weight: bold;
}

.niwaxgap40 {
    grid-gap: 40px;
}

.t-ctr {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .m-mt30 {
        margin-top: 30px;
    }

    .pl--50 {
        padding-left: 0px;
    }
}