body {
    font-family: "Dosis", sans-serif;
    font-size: 1rem;
    line-height: 1.875em;
    color: #5a6671;
    font-weight: 400;
    overflow-x: hidden;
}

.privacy {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.4em;
    color: #5a6671;
    font-weight: 400;
    overflow-x: hidden;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h4,
.h1 {
    font-family: "Dosis", sans-serif;
    color: #2b335e;
    line-height: 1.37em;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 40px;
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 30px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }
}

h4 {
    font-size: 24px;
}

.header {
    background: #fff;
}

a {
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font-family: "Open Sans", sans-serif;
}

section {
    padding-top: 50px;
    /* padding-bottom: 50px; */
    position: relative;
    z-index: 10;
}

@media (max-width: 991px) {
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

input {
    border: 1px solid #e9eff5;
    padding: 9px 30px;
    border-radius: 4px;
    width: 100%;
}

input::-moz-placeholder {
    color: #8ea4b8;
    font-size: 1rem;
    opacity: 1;
}

input:-moz-placeholder {
    color: #8ea4b8;
    font-size: 1rem;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #8ea4b8;
    font-size: 1rem;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #8ea4b8;
    font-size: 1rem;
    opacity: 1;
}

@media (max-width: 767px) {
    .display-3 {
        font-size: 3rem;
    }
}

.hamburger {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 1px;
    background-color: #424242;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -9px;
}

.hamburger-inner::after {
    bottom: -9px;
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 5px 0 rgba(0, 0, 0, .05);
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navbar-brand {
    position: relative;
}

.logo-inverse {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

.is-scrolling .fixed-top {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.is-scrolling .navbar-toggler {
    color: #54667a;
}

.is-scrolling .header-inverse {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 5px 0 rgba(0, 0, 0, .05);
}

.is-scrolling .header-inverse .nav-link {
    color: #54667a;
}

.is-scrolling .header-shrink {
    padding-top: 8px;
    padding-bottom: 8px;
}

.is-scrolling .logo-default {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.is-scrolling .logo-inverse {
    opacity: 1;
}

.logo-brand-color {
    color: #192369;
}

.logo-brand-color-inverse {
    color: #38D996;
}

.logo-brand-footer {
    color: #000000;
}

.navbar-nav>.nav-item {
    margin-left: 15px;
}

.navbar-nav>.nav-item>.nav-link {
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.navbar-nav>.nav-item>.nav-link:hover {
    color: #46CA9B;
}

.navbar-toggler {
    color: #fff;
    position: relative;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler * {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header-inverse {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header-inverse .nav-link {
    color: #2B335E;
}

@media (max-width: 991px) {
    #navbarNav {
        background: #fff;
        max-height: 100vh;
        padding: 20px;
        overflow: auto;
    }
    #navbarNav .nav-link {
        color: #54667a;
    }
}

.social a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 45px;
}

.social a:hover {
    background: #000;
}

.social-rounded a {
    border-radius: 50%;
}

.scroll-top {
    bottom: 20px;
    font-size: 20px;
    height: 40px;
    position: fixed;
    text-align: center;
    width: 40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    line-height: 40px;
    right: -100px;
}

.btn {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
    font-size: 18px !important;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-rounded {
    border-radius: 100em;
}

.btn-green {
    background: #38D996;
    border-radius: 3px;
    color: #fff !important;
}

.btn-green:hover {
    background: #5bebb7;
    color: #fff;
}

.btn-pink {
    background: #ec407a;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    color: #fff !important;
}

.btn-pink:hover {
    background: #1d2138;
    color: #fff;
}

.btn-blue {
    background: #192369;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    color: #fff !important;
}

.btn-blue:hover {
    background: #2d3a91;
    color: #fff;
}

.subsribe-rounded .form-control {
    border-color: #dde9f5;
}

@media (min-width: 576px) {
    .subsribe-rounded .form-control {
        min-width: 460px;
    }
}

@media (min-width: 768px) {
    .subsribe-rounded .btn {
        margin-left: -50px;
    }
}

.accordion__faq {
    border-bottom: 1px solid #eaecef;
}

.accordion__title {
    font-size: 20px;
    font-family: "Dosis", sans-serif;
    color: #273f59;
    font-weight: 600;
    display: block;
}

.accordion__title>i {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.accordion__text {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0;
    z-index: -1;
}

.u-ff-dosis {
    font-family: "Dosis", sans-serif;
}

.u-rounded-50 {
    border-radius: 1000em;
}

.box-shadow-v1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 5px 0 rgba(0, 0, 0, .02);
}

.box-shadow-v3 {
    -webkit-box-shadow: 0 5px 50px 0 rgba(22, 104, 183, 0.05);
    box-shadow: 0 5px 50px 0 rgba(22, 104, 183, 0.05);
}

.u-w-50 {
    width: 3.125rem !important;
}

.u-w-70 {
    width: 4.375rem !important;
}

.u-w-90 {
    width: 5.625rem !important;
}

.u-w-160 {
    width: 10rem !important;
}

.u-h-100vh {
    min-height: 100vh !important;
}

.u-h-100p {
    height: 100% !important;
}

.u-h-4 {
    height: 0.25rem;
}

.u-h-55 {
    height: 3.4375rem;
}

.u-h-90 {
    height: 5.625rem;
}

.u-fw-400 {
    font-weight: 400;
}

.u-fw-600 {
    font-weight: 600;
}

.u-p-30 {
    padding: 1.875rem !important;
}

.u-pt-30 {
    padding-top: 1.875rem !important;
}

.u-pb-20 {
    padding-bottom: 1.25rem !important;
}

.u-pb-20 {
    padding-bottom: 1.25rem !important;
}

.u-py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.u-py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}

.u-py-100 {
    padding-top: 6.25rem !important;
    /* padding-bottom: 6.25rem !important; */
}

.u-py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.u-py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}

.u-py-100 {
    padding-top: 6.25rem !important;
    /* padding-bottom: 6.25rem !important; */
}

.u-lh-1_7 {
    line-height: 1.7 !important;
}

.u-lh-2 {
    line-height: 2 !important;
}

.u-pos-abs {
    position: absolute;
}

.u-flex-center {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.u-left-0 {
    left: 0 !important;
}

.u-bottom-0 {
    bottom: 0 !important;
}

.u-z-index-minus-1 {
    z-index: -1;
}

.footer {
    width: 960px;
    margin: 0 auto;
    height: 10vh;
}

.footwrapper {
    width: 100%;
    background-color: #000;
    opacity: 0.1;
}

.bg-black {
    background: #000 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-black {
    background: #111 !important;
}

.bg-blue-opacity {
    background: linear-gradient(180deg, #192369, rgba(33, 41, 94, .8));
}

.bg-purple {
    background: #8C47E2 !important;
}

.bg-yellow {
    background: #FFAD00 !important;
}

.bg-green {
    background: #38d996 !important;
}

.bg-red {
    background: #F64D62 !important;
}

.text-white {
    color: #fff !important;
}

.text-yellow {
    color: #FFAD00 !important;
}

.bg-primary {
    background: #46ca9b !important;
}

.bg-grey {
    background: #f6f9fc !important;
}

.bg-dark-grey {
    background: #e4e2dd !important;
}

.color-primary {
    color: #46ca9b !important;
}

.text-muted {
    color: #7b8697 !important;
}

.bg-gray-v1 {
    background: #F3F6FB;
}

.main-bg-back-1 {
    background: linear-gradient(180deg, #22263f, rgba(33, 41, 94, .96)), url(../img/app/download-bg.jpg) no-repeat;
    background-size: auto, cover;
    background-position: 0 0, 50% 50%
}

.main-bg-back-2 {
    background: url(../img/app/video-bg.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center center;
}

.main-bg-back-3 {
    background: linear-gradient(225deg, rgba(92, 107, 192, .98), #5cbcc0), url(../img/app/download-bg.jpg) no-repeat;
    background-size: auto, cover;
    background-position: 0 0, 50% 50%
}

.footer-bg-back {
    background-image: url('../img/app/footer.jpg');
    background-size: cover;
    background-position: center center;
}

.u-fs-15 {
    font-size: 0.9375rem !important;
}

.u-fs-20 {
    font-size: 1.25rem !important;
}

.u-fs-22 {
    font-size: 1.375rem !important;
}

.u-fs-26 {
    font-size: 1.625rem !important;
}

.u-fs-36 {
    font-size: 2.25rem !important;
}

.u-fs-42 {
    font-size: 2.625rem !important;
}

.u-fs-48 {
    font-size: 3rem !important;
}

@media (min-width: 768px) {
    .u-fs-md-72 {
        font-size: 4.5rem !important;
    }
}

.u-mt-30 {
    margin-top: 1.875rem !important;
}

.u-mt-80 {
    margin-top: 5rem !important;
}

.u-mb-40 {
    margin-bottom: 2.5rem !important;
}

.u-my-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.card {
    border: none !important;
}

.form-control {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.mt-6 {
    margin-top: -50px!important;
}

.slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slick-arrow:hover {
    background: #192369;
    color: #fff;
}

.slick-prev {
    left: -70px;
}

.slick-next {
    right: -70px;
}

.slick-dots {
    padding: 0;
    list-style: none;
}

.slick-dots>li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.slick-dots>li>span {
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: rgba(0, 129, 255, 0.5);
    display: block;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.slick-dots>li.slick-active>span {
    width: 22px;
    background: #38D996;
}

.slick-dots.dots-white>li>span {
    background: rgba(255, 255, 255, 0.7);
}

.slick-dots.dots-white>li.slick-active span {
    background: #fff;
}

.slick-dots.dots-green>li>span {
    background: rgba(44, 212, 74, 0.7);
}

.slick-dots.dots-green>li.slick-active span {
    background: #192369;
}

.fs-17 {
    font-size: 17px;
}

.fs-30 {
    font-size: 30px;
}

.fw-600 {
    font-weight: 600;
}

.mb-30 {
    margin-bottom: 30px;
}

p {
    margin-bottom: 7px;
}

.mt-20 {
    margin-top: 20px
}