body {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    height: 100%;
    min-height: 100vh;
    font-size: 0.9rem;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.banner {
    background-size: cover;
    background-position: center;
    left: 0;
    top: 170px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner h1 {
    font-family: Lato, sans-serif;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.2;
    padding-top: 110px;
}

.banner p {
    font-size: 24px;
    animation: fadeInDown 1s both 0.2s;
    margin-bottom: 5px;
}

.service {
    padding: 60px 0px 0px 0px;
    position: relative;
    font-family: 'Poppins-Regular';
    /* background: #f5f6fc; */
}

.service h2 {
    font-family: 'Poppins-Bold';
    color: #01022e;
    font-size: 36px;
    margin-bottom: 10px;
    text-align: center;
}

.service p {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    margin: 0 auto 50px auto;
    width: 100%;
    text-align: center;
    padding: 0% 10%;
}

.service section {
    padding: 0px 30px 30px 30px;
    font-family: 'Poppins-Regular';
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}

.service section h5 {
    padding: 5px 0px;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #01022e;
    padding-bottom: 20px;
    color: #01022e;
}

.service section p {
    padding: 0px;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
}

.service section h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.service section h6 a {
    border: 1px solid #01022e;
    border-radius: 30px;
    font-size: 16px;
    color: #01022e;
    margin-bottom: 10px;
    padding: 5px 20px;
    text-decoration: none;
}

.service section h5 img {
    margin: 0px 10px 0px 0px;
}

.service section ul {
    padding: 0px;
    margin-left: 18px;
}

.service section ul li {
    list-style: disc;
    padding: 5px 0px;
    font-size: 18px;
}

.service section figure {
    margin: 0 auto;
    text-align: center;
}

.service section figure img {
    max-width: 80%;
    margin: 30px auto 0 auto;
}

.service aside ul {
    padding: 0px;
}

.service aside ul li {
    margin-bottom: 9px;
}

.service aside ul li a {
    font-family: 'Poppins-Medium';
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #E8EBF5;
    background: #f8f9fd;
    color: #343c4d;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px 9px 5px 30px;
    transition: all 0.3s ease-out 0s;
}

.service aside ul li a span {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex: 0 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-left: auto;
    color: var(--tg-body-color);
    font-size: 24px;
}

.service aside ul li a:hover {
    background: #ed212b;
    border-color: #ed212b;
    color: #fff;
}

.service aside ul li a:hover span {
    color: #ed212b;
}

.help {
    position: relative;
    background: #110f31;
    padding: 0px;
    border-radius: 12px;
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.help h2 {
    color: #fff;
    font-size: 26px;
    padding: 30px 50px 20px 50px;
}

.help p {
    color: #fff;
    font-family: 'Poppins-Light';
    font-size: 18px;
}

.help .but {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 6px 22px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    background: #ed212b;
    max-width: max-content;
    margin: auto;
}

.help .but:hover {
    background: #fff;
    color: #000;
}

.help img {
    position: absolute;
    z-index: 1;
}

.help img:nth-child(1) {
    left: -26px;
    top: -25px;
    mix-blend-mode: luminosity;
}

.help img:nth-child(2) {
    right: 10px;
}

.help img:nth-child(3) {
    right: 20%;
    top: 0px;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.alltuchtopdown {
    -webkit-animation: alltuchtopdown 2s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 2s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@media only screen and (min-width: 320px)and (max-width: 479px) {
    .banner {
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .banner h1 {
        font-size: 32px;
        padding-top: 10px;
    }
    .service {
        padding: 30px 0px;
    }
    .service h2 {
        font-size: 22px;
    }
    .service h3 {
        font-size: 18px;
    }
    .service p {
        font-size: 14px;
        padding: 0% 5% 0% 5%;
        margin-bottom: 0px;
    }
    .service section {
        margin-bottom: 0px;
        padding: 0px 0px 30px 0px;
    }
    .service section h4 {
        font-size: 20px;
    }
    .service section p {
        font-size: 14px;
        padding: 0px;
    }
    .service section ul li {
        font-size: 14px;
        padding: 2px 0px;
    }
    .service section figure img {
        max-width: 100%;
        margin: 10px auto 20px auto;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .banner {
        padding-top: 20px;
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .banner h1 {
        font-size: 35px
    }
    .service {
        padding: 30px 0px;
    }
    .service h2 {
        font-size: 22px;
    }
    .service h3 {
        font-size: 18px;
    }
    .service p {
        font-size: 14px;
        padding: 0% 5% 0% 5%;
        margin-bottom: 0px;
    }
    .service section {
        margin-bottom: 0px;
        padding: 0px 0px 30px 0px;
    }
    .service section h4 {
        font-size: 20px;
    }
    .service section p {
        font-size: 14px;
        padding: 0px;
    }
    .service section ul li {
        font-size: 14px;
        padding: 2px 0px;
    }
    .service section figure img {
        max-width: 100%;
        margin: 10px auto 20px auto;
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .banner {
        padding-top: 70px;
        height: 200px;
    }
    .banner h1 {
        font-size: 35px;
        padding-top: 10px;
    }
    .service {
        padding: 30px 0px;
    }
    .service h2 {
        font-size: 22px;
    }
    .service h3 {
        font-size: 18px;
    }
    .service p {
        font-size: 14px;
        padding: 0% 5% 0% 5%;
        margin-bottom: 0px;
    }
    .service section {
        margin-bottom: 0px;
        padding: 0px 0px 30px 0px;
    }
    .service section h4 {
        font-size: 20px;
    }
    .service section p {
        font-size: 14px;
        padding: 0px;
    }
    .service section ul li {
        font-size: 14px;
        padding: 2px 0px;
    }
    .service section figure img {
        max-width: 100%;
        margin: 10px auto 20px auto;
    }
}

@media only screen and (min-width:1024px) and (max-width:1320px) {}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .banner {
        height: 400px;
    }
    .banner h1 {
        font-size: 50px;
    }
}

@media (min-width: 1080px) {
    .banner {
        height: 318px;
    }
    .banner h1 {
        font-size: 60px;
        padding-top: 110px !important;
    }
    .cbao h1 {
        padding-top: 80px !important;
    }
}

@media only screen and (min-device-width: 800px) and (orientation: portrait) {
    .banner {
        height: 318px;
    }
    .banner h1 {
        font-size: 40px;
        padding-top: 60px;
    }
    .cbao h1 {
        padding: 60px 50% 60px 10px;
    }
}

@media (min-width:1920px) {
    .banner {
        height: 400px;
        padding-top: 150px;
    }
    .banner h1 {
        font-size: 60px;
        padding-top: 10px !important;
    }
}