@font-face {
    font-family: NunitoSansExtraLight;
    src: url("../fonts/NunitoSansExtraLight.ttf");
}
@font-face {
    font-family: NunitoSans-SemiBold;
    src: url("../fonts/NunitoSans-SemiBold.ttf");
}
@font-face {
    font-family: NunitoSans-Regular;
    src: url("../fonts/NunitoSans-Regular.ttf");
}
@font-face {
    font-family: prepetua;
    src: url("../fonts/prepetua.TTF");
}
@font-face {
    font-family: NunitoSans-Bold;
    src: url("../fonts/NunitoSans-Bold.ttf");
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #17252A;
    font-family: NunitoSans-Regular;
    word-wrap: break-word;
}
ul, ol, li, h4, h5, h6, a, p {
    text-decoration: none;
    list-style: none;
    color: #17252A;
    margin-bottom: 0;
}
h1, h2, h3 {
    color: #212121

}
p {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
}
a, .transition, input[type="submit"] {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
a, a:hover {
    color: #17252A;
    cursor: pointer;
    text-decoration: none;
}
input[type="submit"] {
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
img {
    max-width: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    background-color: #fff;
}
.font-weight-light {
    font-family: NunitoSans-Light;
}
.font-light {
    font-family: 'NunitoSansExtraLight';
}
.font-semibold {
    font-family: 'NunitoSans-SemiBold';
}
section {
    padding: 4rem 5.5rem;
}
.title {
    font-size: 2.6rem;
}
.text-green {
    color: #2B7A78;
}
.dropdown-menu {
    min-width: 20rem !important;
    top: 25px !important;
    border: 0;
    box-shadow: 4px 4px 6px 0px #00000017;
}
.dropdown-menu li a {
    white-space: normal !important;
}
.main-banner-text {
    color: #212121;
    font-size: 2.8rem;
}
.text-hightlight {
    position: relative;
    z-index: 1;
}
.text-hightlight::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    filter: blur(3px);
    height: 10px;
    width: 100%;
    background-color: #3AAFA9;
    z-index: -1;
}
.green-text-wrap {
    background-color: #2B7A78;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: inline-block;
    padding: 8px 14px;
    filter: drop-shadow(2px 1px 4px #2B7A78);
}
.font-italic {
    font-style: italic;
}
.text-underline {
    text-decoration: underline;
}
.bg-green {
    background-image: url('../images/bg-green.png');
    background-position: left bottom;
    background-size: 100% 100%;
}
.hr {
    color: #fff;
    opacity: 1 !important;
}
header {
    padding-left: 5.5rem;
}
.navbar-nav-item .nav-item {
    padding: 1.6rem 25px;
    z-index: 99;
}
.navbar-nav {
    padding-right: 5.5rem;
    padding-left: 4rem;
    position: relative;
}
.navbar-nav-item .nav-item a {
    font-size: 1.2rem;
    color: #fff;
    /* font-family: 'NunitoSansExtraLight'; */
}
.navbar-nav::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* clip-path: polygon(0% 0%,49% 1%,100% 0%,100% 78%,100% 100%,8% 100%); */
    background-image: url('../images/header-bg.svg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 3rem;
    z-index: 9;
}
.navbar-nav .dropdown-toggle {
    color: #fff;
    font-size: 1.2rem !important;
}
.navbar-nav .dropdown-toggle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.dropdown-menu .dropdown-item {
    font-size: 1rem !important;
    color: #17252A !important;
}
footer {
    padding: 4rem 5.5rem 20px;
}
footer ul li a {
    font-family: NunitoSansExtraLight;
    color: #fff !important;
}
footer ul li:first-child a {
    font-family: NunitoSans-SemiBold;
    font-size: 17px;
}
footer ul li {
    padding: 12px 0;
}
.footer-text {
    font-size: 16px;
    line-height: 22px;
}
.hr {
    color: #fff;
    opacity: 1 !important;
}
.btn-green, .btn-green:hover {
    background-color: #2B7A78;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
}
.btn-register {
    border: none;
    font-size: 1.2rem;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
.btn:focus {
    box-shadow: none;
}
.form-control, .form-control:focus {
    border: 1px solid #17252A;
}
.form-control:focus {
    box-shadow: none;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3rem + 2px);
}
.form-floating {
    margin-bottom: 30px;
}
.contact-row {
    --bs-gutter-x: 3.5rem;
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 12px;
}
.form-floating>label {
    padding: 0.85rem 0.75rem;
    height: 90%;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: unset;
    transform: scale(.85) translateY(-1.5rem) translateX(0.5rem);
    background-color: #fff;
    padding: 13px 5px;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #17252A;
}
.accordion-item {
    border: 2px solid #2B7A78;
    border-radius: 20px;
    overflow: hidden;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    margin-bottom: 26px;
}
.accordion-item:not(:first-of-type) {
    border-top: 2px solid #2B7A78;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-radius: 20px !important;;
}
.accordion-button {
    font-size: 20px;
}
.key-title {
    font-family: 'NunitoSans-SemiBold';
    font-style: italic;
    color: #2B7A78;
    text-shadow: 0 3.36px 3.896px #0000001a, 0 0px 1px #aeffb4;
}
.solution-title {
    font-size: 2.4rem;
    letter-spacing: -1px;
}
.contact-text {
    /* width: 85%; */
    font-size: 2.6rem;
    line-height: 60px;
}
.link-text {
    font-size: 18px;
}
.industry-banner-text {
    font-size: 2.5rem;
    line-height: 3.5rem;
    width: 90%!important;
}
.btn:hover {
    color: #fff;
}
.key-section ul li p {
    font-family: NunitoSansExtraLight;
    font-size: 22px;
}
.key-section ul li, .features-list li {
    list-style: disc;
}
.faq-img {
    width: 78%;
}
.contact-banner {
    width: 95%;
    margin-top: -26px;
}
.font-prepetua {
    font-family: prepetua;
    font-weight: 600;
    text-shadow: 0 5.36px 3.896px #0000001a, 0 -2px 1px #aeffb4;
}
.vault-shadow {
    text-shadow: 3px 3px 1px rgb(0 0 0 / 5%);
}
.terms-text {
    line-height: 1.5;
}
.green-text-wrap .text-white span {
    color: #fff;
}
.pricing-card {
    z-index: 999;
    background-color: #636363;
    /* padding: 30px 40px; */
    border-radius: 15px;
}
.pricing-card img {
    width: 50%;
    margin: 0 auto;
}
.btn-white, .btn-white:hover {
    color: #2B7A78;
    background-color: #fff;
    border-radius: 23px;
    padding: 7px 10px;
    font-size: 20px;
    line-height: 30px;
    font-family: NunitoSans-SemiBold;
}
.include-data li {
    list-style: disc;
    color: #fff;
}
.include-data li p {
    font-size: 16px;
}
.or-border-line span {
    background-color: #636363;
    z-index: 1;
    position: relative;
    padding: 0 10px;
}
.or-border-line:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #B3B4B4;
    width: calc(100% - 80px);
    left: 37px;
    top: 12px;
}
.features-main {
    font-size: 20px;
}
/* .features-content {
    width: 15%;
} */
/* .text-wrap {
    margin-left: 20px;
} */
.features-content .text-wrap {
    position: relative;
}
.features-list p {
    line-height: 30px;
    font-size: 15px;
}
.scroll .list-item:nth-child(odd) {
    margin-top: -60px;
}
.scroll .list-item:nth-child(even) {
    margin-top: 10px;
}
.count-text h3 {
    position: absolute;
    top: 5%;
    left: 29%;
    font-style: italic;
    font-size: 2rem;
}
.features-keys {
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
/* .pricing-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-card.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} */
.list-item {
    width: 290px;
    height: 100%;
    margin-left: 10px;
    display: inline-block;
    margin-left: -1px;
}

.count-text img {
    width: 109%;
    max-width: 109%;
    background-color: #fff;
}

.scroll { 
    overflow-x: scroll;
    overflow-y: hidden;
    /* white-space: nowrap; */
    width: auto;
}
.scroll::-webkit-scrollbar {
    background-color: transparent;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.features-content .key-title {
    text-shadow: 0 3.36px 0.896px #0000001a, 0 0px 1px #aeffb4;
}
.card-header {
    border: 0;
    background-color: transparent;
    padding-top: 40px;
    height: 215px;
    position: relative;
}
.card-header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/icons/bg-green.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.card-body {
    margin-top: -118px;
}
.card-pricing-main {
    margin-top: -40px;
}
.card-pricing-main .include-data li p {
    margin-bottom: 1.5rem!important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: #DEFAF2;
    font-family: NunitoSans-Regular !important;
}
.navbar-nav .btn-green {
    color: #2B7A78;
    background-color: #fff;
    box-shadow: 4px 4px 4px 0px #00000014;
    z-index: 99;
    position: relative;
    font-size: 17px;
    font-family: NunitoSans-SemiBold;
}
.solution-content p {
    font-size: 20px;
}
.sub-text-banner {
    font-size: 20px;
    line-height: 28px;
}
.home-banner h2 {
    line-height: 68px;
}
.uk-modal-dialog {
    width: 70%;
    border-radius: 17px;
    padding: 30px 15px;
}
.title-border {
    position: relative;
}
.title-border::before{
    content: "";
    display: inline-block;
    max-width: 100%;
    width: 100%;
    position: relative;
    border-bottom: 1.8px solid #3AAFA9;
    position: absolute;
    bottom: 8px;
    left: 0;
    transform: unset;
}
[class*=uk-modal-close-] {
    top: 18px;
    right: 18px;
}
.demo-title {
    font-family: NunitoSans-Regular;
    letter-spacing: -1px;
    font-size: 24px;
}
.dropdown-menu-solution {
    position: absolute !important;
    display: none;
    /* transform: translate(-50%,10px); */
    top: 98% !important;
    /* opacity: 0; */
    padding: 12px 18px;
    /* visibility: hidden; */
    width: 750px !important;
    left: 136px;
}
.dropdown-menu.dropdown-menu-solution ul li a {
    font-size: 16px !important;
    font-family: NunitoSansExtraLight;
    padding-left: 7px;
    padding-right: 0;
}
.navbar-nav .nav-item:hover>.dropdown-menu-solution {
    /* opacity: 1;
    visibility: visible; */
}
.border-right::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #2B7A78;
}
.navbar-nav .nav-item .active-link {
    font-family: NunitoSans-Bold;
}
.industry-banner-text.w-100 {
    width: 100% !important;
}
.dropdown-menu-industry {
    width: 105px !important;
    min-width: 13.5rem !important;
}
.feature-list-img {
    max-width: 153%;
    z-index: -1;
    width: 153%;
    margin-top: 50px;
    margin-left: 20px;
}
.list-item {
    width: 22%;
}
.features-list {
    width: 250px;
}
.home-banner img {
    width: 124%;
    max-width: 121%;
    margin-left: -115px;
}
.menu-btn {
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 22px;
    display: none;
}
.menu-btn .line {
    display: block;
    height: 3px;
    border-radius: 10px;
    width: 34px;
    margin: 3.5px 0;
    background-color: #2B7A78;
    float: right;
}
.menu-btn .line:nth-child(1) {
    width: 12px;
}
.menu-btn .line:nth-child(2) {
    width: 23px;
}
.dms-mb {
    display: none;
}
.overflowX-hidden {
    overflow-x: hidden !important;
    overflow: hidden;
    max-width: 100%;
}
.success-message {
    color: green;
}
.main-banner-text-mb {
    display: none;
}
.menu {
    position: relative;
    display: inline-block;
}
.previous {
    content: url(../images/icons/previous.svg);
    left: 32px;
    top: 45%;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    width: 40px;
}
.next {
    content: url(../images/icons/next.svg);
    right: 32px;
    top: 45%;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    width: 40px;
}
.accordion-body {
    font-size: 17px;
}
.accordion-item .accordion-collapse.show {
    border-top: 2px solid #2B7A78;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.card-download {
    border-radius: 10px;
    border: 2px dashed #2B7A78;
    padding-left: 2rem;
    padding-right: 2rem;
    /* box-shadow: 0 3.36px 3.896px #0000001a, 0 0px 1px #aeffb4; */
}
.btn-download {
    font-size: 1.3rem;
    border-radius: 22px;
    box-shadow: 4px 4px 8px -2px rgb(0 0 0 / 15%);
}
@media screen and (min-width: 200px) and (max-width: 1199px) {
    .menu-btn {
        display: block;
    }
    .navbar-nav::after {
        display: none;
    }
    .navbar-nav {
        display: none;
        position: absolute;
        top: 72px;
        background: #2B7A78;
        right: 0;
        width: 200px;
        height: auto;
        max-height: 460px;
        overflow: hidden;
        overflow-y: auto;
        padding: 15px 24px 27px;
        flex-direction: column;
        margin: 0px;
        z-index: 9;
        border-bottom-left-radius: 47px;
    }
    header {
        padding-left: 0;
        padding: 13px 13px;
    }
    .navbar-nav .nav-item:hover>.dropdown-menu-solution {
        display: block;
    }
    .dropdown-menu-solution {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        visibility: unset !important;
        display: none;
        transform: unset;
        background-color: #2B7A78;
        box-shadow: none;
        width: 100%;
        padding: 0 !important;
    }
    /* .dropdown-menu-solution .row {
        flex-direction: column;
    } */
    .dropdown-menu-solution .col-12 {
        padding-left: 0;
    }
    .dropdown-menu.dropdown-menu-solution ul li a {
        color: #fff !important;
        white-space: pre-line !important;
        font-size: 14px !important;
        padding-left: 22px !important;
        padding: 0.4rem 1rem;
    }
    .dropdown-menu-solution {
        width: unset !important;
        min-width: unset !important;
    }
    .dropdown-menu-solution ul li {
        position: relative;
    }
    .dropdown-menu-solution ul li a::before {
        content: '';
        position: absolute;
        left: 12px;
        top: 17px;
        width: 5px;
        height: 5px;
        border-radius: 50px;
        background-color: #fff;
        transform: translateY(-50%);
    }
}
@media screen and (min-width: 200px) and (max-width: 320px) {
    .main-banner-text {
        font-size: 1.3rem !important;
    }
}
@media screen and (min-width: 200px) and (max-width: 500px) {
    .vault-banner {
        display: none;
    }
    .key-title {
        text-align: center;
        padding-bottom: 0 !important;
    }
    .key-odd {
        margin-top: 0 !important;
    }
    .list-item {
        width: 70%;
    }
    .feature-list-img {
        margin-top: 25px;
        width: 700%;
        max-width: 722%;
    }
    .navbar-nav-item .nav-item {
        padding: 0.6rem 10px;
    }
    .navbar-nav .dropdown-toggle {
        padding: 0 !important;
    }
    .bg-green {
        background-image: url('../images/bg-mb.png');
        /* background-size: 100%;
        background-repeat: no-repeat; */
    }
    .faq-img {
        margin-bottom: 25px;
    }
    .text-hightlight::after {
        filter: blur(3px);
        height: 4px;
        bottom: 5px;
    }
    .contact-text {
        line-height: 37px;
    }
    .logo-mb {
        width: 140px;
        margin-top: 10px;
    }
    .uk-modal-dialog {
        width: 100%;
    }
    .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
        height: 80%;
    }
    .dropdown-item:hover {
        background-color: transparent;
    }
    .main-banner-text-lg {
        display: none;
    }
    .main-banner-text-mb {
        display: block;
    }
    .feature-card .next,.feature-card .previous {
        display: none;
    }
}
@media screen and (min-width: 200px) and (max-width: 800px) {
    p {
        font-size: 15px;
        line-height: 23px;
    }
    h3 {
        font-size: 20px;
    }
    section {
        padding: 3rem 1.7rem;
    }
    .main-banner-text {
        font-size: 1.65rem;
    }
    .home-banner h2 {
        line-height: 38px;
        margin-bottom: 10px;
    }
    .sub-text-banner {
        font-size: 16px;
        line-height: 25px;
    }
    .btn-register,.btn-register:hover {
        font-size: 1rem;
    }
    .title {
        font-size: 1.1rem;
    }
    .key-section ul li p {
        font-size: 18px;
        line-height: 26px;
    }
    .key-section {
        padding-bottom: 0 !important;
    }
    .accordion-button {
        font-size: 17px;
        padding: 0.8rem 1rem;
    }
    footer {
        padding: 6.5rem 1.8rem 20px;
    }
    footer ul li {
        padding: 7px 0;
    }
    .contact-banner {
        margin-top: 20px;
    }
    .contact-section img {
        width: 35px;
    }
    .link-text {
        font-size: 15px;
    }
    .solution-title {
        font-size: 1.6rem;
    }
    .solution-content p {
        font-size: 17px;
    }
    .industry-banner-text {
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-bottom: 0 !important;
    }
    .navbar-nav .btn-green {
        font-size: 13px;
        padding: 7px 10px;
    }
    .industry-banner-text {
        font-size: 1.3rem;
        line-height: 2.2rem;
        margin-bottom: 0 !important;
        margin-top: 20px;
        width: 100% !important;
    }
    .key-title.solution-title {
        margin-bottom: 15px !important;
    }
    .social-icon {
        width: 34px;
        max-width: 34px;
    }
    .dms-lg {
        display: none;
    }
    .dms-mb {
        display: block;
    }
    .navbar-nav-item .nav-item a {
        font-size: 1.1rem;
    }
    .contact {
        padding-top: 0 !important;
    }
}
@media screen and (min-width: 700px) and (max-width: 900px) {
    .list-item {
        width: 35%;
    } 
    .feature-list-img {
        max-width: 350%;
        width: 350%;
    }
    .key-odd {
        margin-top: 0 !important;
    }
    .navbar-nav-item .nav-item {
        padding: 1rem 0px;
    }
    .navbar-nav .dropdown-toggle {
        padding: 0;
    }
    .industry-banner-text {
        font-size: 1.7rem;
    }
    .text-hightlight::after {
        height: 6px;
    }
    .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
        background-color: transparent;
    }
}
@media screen and (min-width: 425px) and (max-width: 700px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
    .key-odd {
        margin-top: 10px !important;
    }
    .feature-list-img {
        max-width: 230% !important;
        width: 250% !important;
    }
    .list-item {
        width: 26% !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
}
@media screen and (min-width:1201px) and (max-width:1300px) {
    p {
        font-size: 19px;
    }
    .home-banner h2 {
        font-size: 2.5rem;
        line-height: 50px
    }
    .sub-text-banner {
        font-size: 19px;
        line-height: 28px;
    }
    .title {
        font-size: 2.5rem;
    }
    .key-odd {
        margin-top: 0 !important;
    }
    .feature-list-img {
        width: 226%;
        max-width: 226%;
    }
    .footer-text {
        font-size: 14px;
        line-height: 21px;
    }
    .key-title {
        padding-bottom: 0 !important;
    }
    .key-section ul li p {
        font-size: 20.5px;
    }
    h3 {
        font-size: 1.65rem;
    }
    .industry-banner-text {
        font-size: 2.2rem;
        line-height: 3rem;
        width: 100%!important;
    }
    .text-hightlight::after {
        height: 6px;
    }
    .contact-text {
        font-size: 2rem;
        line-height: 48px;
    }
}
@media screen and (min-width: 1301px) and (max-width: 1499px) {
    .feature-list-img {
        max-width: 209%;
        width: 209%;
    }    
}
@media screen and (min-width:1500px) and (max-width:1600px) {
    .feature-list-img {
        max-width: 185%;
        width: 188%;
    }
    .social-icon {
        max-width: 45px;
    }
}

