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 0px 30px;
    font-family: 'Poppins-Regular';
    transition: all .3s ease-in-out;
}

.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: 10px auto 40px auto;
}

.service aside {
    border: 1px solid #ced7e0;
    padding: 30px 30px;
    margin-bottom: 20px;
}

.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: 1px solid #E8EBF5;
    background: #e1f0e6;
    color: #141414;
    font-size: 18px;
    text-transform: capitalize;
    padding: 2px 9px 2px 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;
    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: #14100c;
    border-color: #14100c;
    color: #fff;
}

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

.sidebar {
    padding: 35px 30px;
    border: 1px solid #ced7e0;
}

.con {
    height: 450px;
    padding: 40px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.con::before {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #14100c 0%, #064336 100%);
    z-index: -1;
    opacity: 0.9;
}

.con .icon {
    margin-bottom: 30px;
}

.con h3 {
    color: #fff;
    margin-bottom: 15px;
    font-family: Lato, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 32px;
}

.con p {
    color: #a9b0b8;
    text-align: left;
    padding: 0px;
    font-size: 14px;
}

.con .cta-btn {
    position: relative;
    display: inline-block;
    max-width: 230px;
}

.get-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    background-color: #f7f7f7;
    padding: 5.5px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.get-btn .btn_inner {
    position: relative;
    z-index: 1;
    padding: 15px 20px 15px 55px;
    width: 100%;
    text-align: center;
}

.get-btn .btn_inner::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    inset-inline-start: 0;
    width: 45px;
    height: 100%;
    background-color: #08372d;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.get-btn:hover .btn_inner::before {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.get-btn .btn_inner .btn_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    min-width: 45px;
    height: 100%;
    z-index: 2;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.get-btn .btn_inner .btn_icon>span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.tji-arrow-right::before {
    font-family: "bootstrap-icons";
    content: '\F138';
}

.get-btn.white-btn .btn_inner .btn_text {
    color: #000;
}

.get-btn .btn_inner .btn_text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    color: #f7f7f7;
    text-shadow: 0 23px 0 currentColor;
}

.get-btn:hover .btn_inner .btn_text span {
    color: #f7f7f7;
    z-index: 2;
}

.con .cta-btn .shapes {
    position: absolute;
    bottom: 20px;
    inset-inline-end: -30px;
}

.move-anim {
    animation: move 5s linear infinite;
}

.move-anim-2 {
    animation: move-two 5s linear infinite;
}

@keyframes move-two {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
    }
}


/* ------------*/

#steps {
    padding: 10px 10px 0px 10px;
    position: relative;
    margin-top: 30px;
}

#steps h3 {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    margin: 0 auto;
    background: #c2df93;
    border-radius: 16px;
    padding: 5px 30px;
    min-width: 156px;
    max-width: 100%;
    width: fit-content;
    text-align: left;
}

#steps h2 {
    font-family: 'Poppins-Bold';
    color: #111111;
    font-size: 28px;
    margin: 20px 0px 40px 0px;
    text-align: left;
}

#steps ul {
    display: flex;
    padding: 50px 10px 10px 30px;
    margin-left: 0px;
    border-radius: 14px;
    border: 1px solid #ced7e0;
}

#steps ul li {
    border-left: 0;
    border-top: 1px solid #7ff82d;
    list-style: inherit;
    width: 60%;
}

#steps ul li::before {
    top: -28px;
    /* background: #1e8143; */
    background: linear-gradient(to right, #001d10 0%, #1e8143 100%);
    position: relative;
    content: counters(section, ".") " ";
    counter-increment: section;
    border-radius: 0px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    border-radius: 48px;
    display: block;
    font-weight: bold;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

#steps ul li:hover::before {
    background: #1e8143;
}

#steps ul li h4 {
    font-size: 18px;
    padding: 0% 24% 0% 0%;
    font-family: 'Poppins-Regular';
    color: #111;
    line-height: 24px;
}

#steps ul li h4:hover {
    color: #000;
}


/* #steps ul li h4:last-child {
    padding: 0%;
} */

#steps ul li p {
    margin-right: 60px;
    text-align: left;
    font-size: 14px;
}

#steps ul li:last-child {
    border-top: 0px solid #6bcbf4;
}


/* ------------*/

@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: 22px;
    }
    .service p {
        font-size: 14px;
        padding: 0% 5% 0% 0%;
        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;
    }
    #steps {
        padding: 10px 0px 0px 0px;
    }
    #steps h2 {
        font-size: 22px;
        margin: 0px 0px 20px 0px;
    }
    #steps ul {
        display: inline-block;
        padding-left: 40px;
        padding-top: 20px;
        margin: 0 auto;
    }
    #steps ul li {
        border-left: 1px solid #8ff847;
        border-top: 0px;
        padding: 0 0 10px 40px;
        position: relative;
        width: 70%;
    }
    #steps ul li::before {
        left: -21px;
        position: absolute;
        top: 0px;
    }
    #steps ul li:last-child {
        border-left: 0px solid #6bcbf4;
    }
    #steps ul li h4 {
        font-size: 18px;
        padding: 0px;
    }
    #steps .fs-5 {
        font-size: 14px !important;
    }
}

@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: 22px;
    }
    .service p {
        font-size: 14px;
        padding: 0% 5% 0% 0%;
        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;
    }
    #steps {
        padding: 10px 0px 0px 0px;
    }
    #steps h2 {
        font-size: 22px;
        margin: 0px 0px 20px 0px;
    }
    #steps ul {
        display: inline-block;
        padding-left: 40px;
        padding-top: 20px;
        margin: 0 auto;
    }
    #steps ul li {
        border-left: 1px solid #8ff847;
        border-top: 0px;
        padding: 0 0 10px 40px;
        position: relative;
        width: 70%;
    }
    #steps ul li::before {
        left: -21px;
        position: absolute;
        top: 0px;
    }
    #steps ul li:last-child {
        border-left: 0px solid #6bcbf4;
    }
    #steps ul li h4 {
        font-size: 18px;
        padding: 0px;
    }
    #steps .fs-5 {
        font-size: 14px !important;
    }
}

@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: 22px;
    }
    .service p {
        font-size: 14px;
        padding: 0% 5% 0% 0%;
        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;
    }
    #steps {
        padding: 10px 0px 0px 0px;
    }
    #steps h2 {
        font-size: 22px;
        margin: 0px 0px 20px 0px;
    }
    #steps ul {
        display: inline-block;
        padding-left: 40px;
        padding-top: 20px;
        margin: 0 auto;
        width: 100%;
    }
    #steps ul li {
        border-left: 1px solid #8ff847;
        border-top: 0px;
        padding: 10px 0 20px 40px;
        position: relative;
        width: 70%;
    }
    #steps ul li::before {
        left: -21px;
        position: absolute;
        top: 0px;
    }
    #steps ul li:last-child {
        border-left: 0px solid #6bcbf4;
    }
    #steps ul li h4 {
        font-size: 18px;
        padding: 0px;
    }
    #steps .fs-5 {
        font-size: 14px !important;
    }
}

@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;
    }
}