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

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

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

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

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

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

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

.type section h6 {
    padding: 5px 0px;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

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

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

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

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

.type section:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}


/* .type section:hover h5 {
color: #ed212b;
} */

.type section:hover a {
    background: #ed212b;
    color: #fff;
    border: 0px;
}

.type .para {
    padding: 0px 30px;
    text-align: justify;
    margin-bottom: 10px;
}

.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: -68px;
}

.move-anim-2 {
    /* -webkit-animation: move-two 5s linear infinite;
    animation: move-two 5s linear infinite; */
    animation: linear infinite;
    animation-name: run;
    animation-duration: 9s;
}

@keyframes run {
    0% {
        left: 0;
    }
    50% {
        left: calc(100% - 20px);
    }
    100% {
        left: 0;
    }
}

.type .card {
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.type .card:hover {
    transform: translateY(-15px);
    box-shadow: 2px 10px 20px 0 rgba(37, 60, 140, 0.2) !important;
    transition: all 0.3s ease-in;
}

.type h5 {
    font-size: 24px;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}

.type p {
    font-family: 'Poppins-Regular';
    font-size: 16px !important;
    margin: 0 auto 50px auto;
    width: 100%;
}

.card-body ul {
    padding-left: 0px;
}

.card-body ul li {
    padding: 5px 0px 5px 30px;
    position: relative;
    font-size: 16px;
}

.card-body ul li::before {
    font-family: 'bootstrap-icons';
    content: "\F270";
    margin-right: 10px;
    left: 0;
    position: absolute;
    margin-right: 10px;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 28px;
}

.h-240 {
    height: 236px;
}

.h-200 {
    height: 205px;
}

@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;
    }
    .type {
        padding: 30px 0px;
    }
    .type h2 {
        font-size: 22px;
    }
    .type h3 {
        font-size: 18px;
    }
    .type p {
        font-size: 14px;
        margin-bottom: 0px;
        padding: 0px 0px;
        text-align: justify;
    }
    .type section {
        margin-bottom: 0px;
        padding: 0px 30px 30px 30px;
        width: auto;
    }
    .type section h5 {
        font-size: 20px;
    }
    .type section p {
        font-size: 14px;
        padding: 0px;
        margin-bottom: 0px;
    }
    .type section img {
        margin: 0px auto 20px auto;
    }
    .type section h6 {
        margin-top: 10px;
    }
    .type .para {
        padding: 0px 20px !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;
        padding-top: 10px;
    }
    .type {
        padding: 30px 0px;
    }
    .type h2 {
        font-size: 22px;
    }
    .type h3 {
        font-size: 18px;
    }
    .type p {
        font-size: 14px;
        padding: 0% 5% 0% 5%;
        margin-bottom: 30px;
    }
    .type section {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .type section h5 {
        font-size: 20px;
    }
    .type section p {
        font-size: 14px;
        padding: 0px;
        margin-bottom: 0px;
    }
    .type section img {
        margin: 0px auto 20px auto;
    }
    .type section h6 {
        margin-top: 10px;
    }
    .type .para {
        padding: 0px !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;
    }
    .type {
        padding: 30px 0px;
    }
    .type h2 {
        font-size: 22px;
    }
    .type h3 {
        font-size: 18px;
    }
    .type p {
        font-size: 14px;
        padding: 0px 10px;
        text-align: justify;
        margin-bottom: 10px;
    }
    .type section {
        margin-bottom: 0px;
        padding: 10px 10px 30px 10px;
    }
    .type section h5 {
        font-size: 20px;
    }
    .type section p {
        font-size: 14px;
        padding: 0px;
        margin-bottom: 0px;
    }
    .type section img {
        margin: 0px auto 20px auto;
    }
    .type section h6 {
        margin-top: 10px;
    }
    .type .para {
        padding: 0px !important;
        margin-bottom: 20px;
    }
}

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

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