@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";

body {
    font-family: "Neusa Next Pro", sans-serif;
    color: #022334 !important;
    font-size: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Neusa Next Pro", sans-serif;
    font-weight: 600;
    line-height: 1.5
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important
}

a {
    text-decoration: none !important;
    outline: none
}

p {
    line-height: 1.7
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.vertical-content {
    display: -moz-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row
}

.bg-overlay {
    background-color: rgba(36, 42, 53, .7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.bg-gradient {
    background: linear-gradient(to bottom, #15c7ae, #4252f9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .9
}

.box-shadow {
    box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, .08)
}

hr {
    border-top: 1px solid #e7ebf3
}

.f-10 {
    font-size: 10px
}

.f-12 {
    font-size: 12px
}

.f-13 {
    font-size: 13px
}

.f-14 {
    font-size: 14px
}

.f-15 {
    font-size: 15px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18pX;
    color: #295135
}

.f-19 {
    font-size: 19px
}

.f-20 {
    font-size: 20px
}

.line-height_1_4 {
    line-height: 1.4
}

.line-height_1_6 {
    line-height: 1.6
}

.line-height_1_8 {
    line-height: 1.8
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.title-heading {
    font-size: 28px
}

.title-desc {
    max-width: 600px;
    margin: 0 auto
}

.title-sub-heading {
    background: #e0e621;
    padding: 7px 22px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500
}

.row>* {
    position: relative
}

.form-group {
    margin-bottom: 1rem
}

.btn {
    padding: 12px 22px;
    font-size: 14px;
    letter-spacing: .5px
}

.btn:focus {
    box-shadow: none
}

.btn-sm {
    padding: 8px 28px;
    font-size: 14px
}

.shadow {
    box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, .08) !important
}

.bg-primary {
    background-color: #295135 !important
}

.bg-brand-theme {
    background-color: #295135 !important
}

.bg-soft-primary {
    background-color: rgba(66, 82, 249, .1) !important
}

.text-primary {
    color: #295135 !important
}

.text-brand {
    color: #295135 !important
}

.hover\:text-brand:hover {
    color: #295135 !important
}

.text-brand-yellow {
    color: #E0E621 !important
}

.text-brand-orange {
    color: #ff6c37 !important
}

.border-primary {
    color: #4252f9 !important
}

.icon-dual-primary {
    color: #4252f9;
    fill: rgba(66, 82, 249, .2)
}

.btn-soft-primary {
    background-color: rgba(66, 82, 249, .25) !important;
    color: #4252f9 !important
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus,
.btn-soft-primary:not(:disabled):not(.disabled):active,
.btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary .open>.dropdown-toggle.btn-primary {
    background: #2e40f8
}

.btn-primary {
    background: #295135 !important;
    border-color: #295135 !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open>.dropdown-toggle.btn-primary {
    background: #2e40f8;
    border-color: #2e40f8
}

.btn-outline-primary {
    color: #4252f9;
    border-color: #4252f9
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open>.dropdown-toggle.btn-primary {
    background: #4252f9;
    border-color: #4252f9
}

.bg-success {
    background-color: #15c7ae !important
}

.bg-soft-success {
    background-color: rgba(21, 199, 174, .1) !important
}

.text-success {
    color: #15c7ae !important
}

.border-success {
    color: #15c7ae !important
}

.icon-dual-success {
    color: #15c7ae;
    fill: rgba(21, 199, 174, .2)
}

.btn-soft-success {
    background-color: rgba(21, 199, 174, .25) !important;
    color: #15c7ae !important
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus,
.btn-soft-success:not(:disabled):not(.disabled):active,
.btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success .open>.dropdown-toggle.btn-primary {
    background: #13b59e
}

.btn-success {
    background: #15c7ae !important;
    border-color: #15c7ae !important
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open>.dropdown-toggle.btn-primary {
    background: #13b59e;
    border-color: #13b59e
}

.btn-outline-success {
    color: #15c7ae;
    border-color: #15c7ae
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open>.dropdown-toggle.btn-primary {
    background: #15c7ae;
    border-color: #15c7ae
}

.btn-brand {
    background: #E0E621 !important;
    border-color: #E0E621 !important
}

.btn-brand-two {
    background: #3BD4AE !important;
    border-color: #3BD4AE !important
}

.signup-btn {
    background: #61a6f2 !important;
}

.login-btn {
    background: #ff5a5e !important;
}


.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active,
.btn-brand.active,
.btn-brand.focus,
.btn-brand:not(:disabled):not(.disabled):active,
.btn-brand:not(:disabled):not(.disabled):active:focus,
.btn-brand .open>.dropdown-toggle.btn-primary {
    background: #13b59e;
    border-color: #13b59e
}

.btn-brand-light {
    background: #295135 !important;
    border-color: #E0E621 !important
}

.btn-brand-light :hover,
.btn-brand-light :focus,
.btn-brand-light :active,
.btn-brand-light .active,
.btn-brand-light .focus,
.btn-brand-light :not(:disabled):not(.disabled):active,
.btn-brand-light :not(:disabled):not(.disabled):active:focus,
.btn-brand-light .open>.dropdown-toggle.btn-primary {
    background: #13b59e;
    border-color: #13b59e
}

.nav-sticky.navbar-custom .btn-brand-light {
    background: #295135 !important;
    border-color: #E0E621 !important
}

.bg-info {
    background-color: #10a6ba !important
}

.bg-soft-info {
    background-color: rgba(16, 166, 186, .1) !important
}

.text-info {
    color: #10a6ba !important
}

.border-info {
    color: #10a6ba !important
}

.icon-dual-info {
    color: #10a6ba;
    fill: rgba(16, 166, 186, .2)
}

.btn-soft-info {
    background-color: rgba(16, 166, 186, .25) !important;
    color: #10a6ba !important
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus,
.btn-soft-info:not(:disabled):not(.disabled):active,
.btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info .open>.dropdown-toggle.btn-primary {
    background: #0e95a7
}

.btn-info {
    background: #10a6ba !important;
    border-color: #10a6ba !important
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open>.dropdown-toggle.btn-primary {
    background: #0e95a7;
    border-color: #0e95a7
}

.btn-outline-info {
    color: #10a6ba;
    border-color: #10a6ba
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open>.dropdown-toggle.btn-primary {
    background: #10a6ba;
    border-color: #10a6ba
}

.bg-warning {
    background-color: #f9ad28 !important
}

.bg-soft-warning {
    background-color: rgba(249, 173, 40, .1) !important
}

.text-warning {
    color: #f9ad28 !important
}

.border-warning {
    color: #f9ad28 !important
}

.icon-dual-warning {
    color: #f9ad28;
    fill: rgba(249, 173, 40, .2)
}

.btn-soft-warning {
    background-color: rgba(249, 173, 40, .25) !important;
    color: #f9ad28 !important
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus,
.btn-soft-warning:not(:disabled):not(.disabled):active,
.btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning .open>.dropdown-toggle.btn-primary {
    background: #f8a514
}

.btn-warning {
    background: #f9ad28 !important;
    border-color: #f9ad28 !important
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open>.dropdown-toggle.btn-primary {
    background: #f8a514;
    border-color: #f8a514
}

.btn-outline-warning {
    color: #f9ad28;
    border-color: #f9ad28
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open>.dropdown-toggle.btn-primary {
    background: #f9ad28;
    border-color: #f9ad28
}

.bg-danger {
    background-color: #eb466d !important
}

.bg-soft-danger {
    background-color: rgba(235, 70, 109, .1) !important
}

.text-danger {
    color: #eb466d !important
}

.border-danger {
    color: #eb466d !important
}

.icon-dual-danger {
    color: #eb466d;
    fill: rgba(235, 70, 109, .2)
}

.btn-soft-danger {
    background-color: rgba(235, 70, 109, .25) !important;
    color: #eb466d !important
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus,
.btn-soft-danger:not(:disabled):not(.disabled):active,
.btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger .open>.dropdown-toggle.btn-primary {
    background: #e9345e
}

.btn-danger {
    background: #eb466d !important;
    border-color: #eb466d !important
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open>.dropdown-toggle.btn-primary {
    background: #e9345e;
    border-color: #e9345e
}

.btn-outline-danger {
    color: #eb466d;
    border-color: #eb466d
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open>.dropdown-toggle.btn-primary {
    background: #eb466d;
    border-color: #eb466d
}

.bg-orange {
    background-color: #d88d0d !important
}

.bg-soft-orange {
    background-color: rgba(216, 141, 13, .1) !important
}

.text-orange {
    color: #d88d0d !important
}

.border-orange {
    color: #d88d0d !important
}

.icon-dual-orange {
    color: #d88d0d;
    fill: rgba(216, 141, 13, .2)
}

.btn-soft-orange {
    background-color: rgba(216, 141, 13, .25) !important;
    color: #d88d0d !important
}

.btn-soft-orange:hover,
.btn-soft-orange:focus,
.btn-soft-orange:active,
.btn-soft-orange.active,
.btn-soft-orange.focus,
.btn-soft-orange:not(:disabled):not(.disabled):active,
.btn-soft-orange:not(:disabled):not(.disabled):active:focus,
.btn-soft-orange .open>.dropdown-toggle.btn-primary {
    background: #c5800c
}

.btn-orange {
    background: #d88d0d !important;
    border-color: #d88d0d !important
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.focus,
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange .open>.dropdown-toggle.btn-primary {
    background: #c5800c;
    border-color: #c5800c
}

.btn-outline-orange {
    color: #d88d0d;
    border-color: #d88d0d
}

.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange:active,
.btn-outline-orange.active,
.btn-outline-orange.focus,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange .open>.dropdown-toggle.btn-primary {
    background: #d88d0d;
    border-color: #d88d0d
}

.bg-dark {
    background-color: #022334 !important
}

.bg-soft-dark {
    background-color: rgba(2, 35, 52, .1) !important
}

.text-dark {
    color: #022334 !important
}

.border-dark {
    color: #022334 !important
}

.icon-dual-dark {
    color: #022334;
    fill: rgba(2, 35, 52, .2)
}

.btn-soft-dark {
    background-color: rgba(2, 35, 52, .25) !important;
    color: #022334 !important
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus,
.btn-soft-dark:not(:disabled):not(.disabled):active,
.btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark .open>.dropdown-toggle.btn-primary {
    background: #011620
}

.btn-dark {
    background: #022334 !important;
    border-color: #022334 !important
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open>.dropdown-toggle.btn-primary {
    background: #011620;
    border-color: #011620
}

.btn-outline-dark {
    color: #022334;
    border-color: #022334
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open>.dropdown-toggle.btn-primary {
    background: #022334;
    border-color: #022334
}

.bg-muted {
    background-color: #787a7d !important
}

.bg-soft-muted {
    background-color: rgba(120, 122, 125, .1) !important
}

.text-muted {
    color: #787a7d !important
}

.border-muted {
    color: #787a7d !important
}

.icon-dual-muted {
    color: #787a7d;
    fill: rgba(120, 122, 125, .2)
}

.btn-soft-muted {
    background-color: rgba(120, 122, 125, .25) !important;
    color: #787a7d !important
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus,
.btn-soft-muted:not(:disabled):not(.disabled):active,
.btn-soft-muted:not(:disabled):not(.disabled):active:focus,
.btn-soft-muted .open>.dropdown-toggle.btn-primary {
    background: #6e7073
}

.btn-muted {
    background: #787a7d !important;
    border-color: #787a7d !important
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open>.dropdown-toggle.btn-primary {
    background: #6e7073;
    border-color: #6e7073
}

.btn-outline-muted {
    color: #787a7d;
    border-color: #787a7d
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open>.dropdown-toggle.btn-primary {
    background: #787a7d;
    border-color: #787a7d
}

.bg-purple {
    background-color: #9261c6 !important
}

.bg-soft-purple {
    background-color: rgba(146, 97, 198, .1) !important
}

.text-purple {
    color: #9261c6 !important
}

.border-purple {
    color: #9261c6 !important
}

.icon-dual-purple {
    color: #9261c6;
    fill: rgba(146, 97, 198, .2)
}

.btn-soft-purple {
    background-color: rgba(146, 97, 198, .25) !important;
    color: #9261c6 !important
}

.btn-soft-purple:hover,
.btn-soft-purple:focus,
.btn-soft-purple:active,
.btn-soft-purple.active,
.btn-soft-purple.focus,
.btn-soft-purple:not(:disabled):not(.disabled):active,
.btn-soft-purple:not(:disabled):not(.disabled):active:focus,
.btn-soft-purple .open>.dropdown-toggle.btn-primary {
    background: #8852c1
}

.btn-purple {
    background: #9261c6 !important;
    border-color: #9261c6 !important
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.focus,
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open>.dropdown-toggle.btn-primary {
    background: #8852c1;
    border-color: #8852c1
}

.btn-outline-purple {
    color: #9261c6;
    border-color: #9261c6
}

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.focus,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open>.dropdown-toggle.btn-primary {
    background: #9261c6;
    border-color: #9261c6
}

.bg-pink {
    background-color: #f12699 !important
}

.bg-soft-pink {
    background-color: rgba(241, 38, 153, .1) !important
}

.text-pink {
    color: #f12699 !important
}

.border-pink {
    color: #f12699 !important
}

.icon-dual-pink {
    color: #f12699;
    fill: rgba(241, 38, 153, .2)
}

.btn-soft-pink {
    background-color: rgba(241, 38, 153, .25) !important;
    color: #f12699 !important
}

.btn-soft-pink:hover,
.btn-soft-pink:focus,
.btn-soft-pink:active,
.btn-soft-pink.active,
.btn-soft-pink.focus,
.btn-soft-pink:not(:disabled):not(.disabled):active,
.btn-soft-pink:not(:disabled):not(.disabled):active:focus,
.btn-soft-pink .open>.dropdown-toggle.btn-primary {
    background: #f01390
}

.btn-pink {
    background: #f12699 !important;
    border-color: #f12699 !important
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.focus,
.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open>.dropdown-toggle.btn-primary {
    background: #f01390;
    border-color: #f01390
}

.btn-outline-pink {
    color: #f12699;
    border-color: #f12699
}

.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.focus,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open>.dropdown-toggle.btn-primary {
    background: #f12699;
    border-color: #f12699
}

.bg-white {
    background-color: #ffffff !important
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, .1) !important
}

.text-white {
    color: #ffffff !important
}

.border-white {
    color: #ffffff !important
}

.icon-dual-white {
    color: #fff;
    fill: rgba(255, 255, 255, .2)
}

.btn-soft-white {
    background-color: rgba(255, 255, 255, .25) !important;
    color: #ffffff !important
}

.btn-soft-white:hover,
.btn-soft-white:focus,
.btn-soft-white:active,
.btn-soft-white.active,
.btn-soft-white.focus,
.btn-soft-white:not(:disabled):not(.disabled):active,
.btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white .open>.dropdown-toggle.btn-primary {
    background: #f5f5f5
}

.btn-white {
    background: #ffffff !important;
    border-color: #ffffff !important
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open>.dropdown-toggle.btn-primary {
    background: #f5f5f5;
    border-color: #f5f5f5
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open>.dropdown-toggle.btn-primary {
    background: #fff;
    border-color: #fff
}

/* e9edea */
.bg-light {
    background-color: #f4f4f4 !important;
}

.bg-yellow {
    background-color: #e0e621 !important;
}

.bg-soft-light {
    background-color: rgba(248, 251, 255, .1) !important
}

.text-light {
    color: #f8fbff !important
}

.border-light {
    color: #f8fbff !important
}

.icon-dual-light {
    color: #f8fbff;
    fill: rgba(248, 251, 255, .2)
}

.btn-soft-light {
    background-color: rgba(248, 251, 255, .25) !important;
    color: #f8fbff !important
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus,
.btn-soft-light:not(:disabled):not(.disabled):active,
.btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light .open>.dropdown-toggle.btn-primary {
    background: #e4efff
}

.btn-light {
    background: #f8fbff !important;
    border-color: #f8fbff !important
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open>.dropdown-toggle.btn-primary {
    background: #e4efff;
    border-color: #e4efff
}

.btn-outline-light {
    color: #f8fbff;
    border-color: #f8fbff
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open>.dropdown-toggle.btn-primary {
    background: #f8fbff;
    border-color: #f8fbff
}

.navbar-custom {
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all .5s ease-in-out
}

.navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: #022334 !important;
    font-size: 15px;
    text-transform: capitalize;
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 6px 0;
    margin: 0 10px;
    font-weight: 500
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #022334
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
    color: #4252f9
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #337ab7
}

.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
    outline: 0
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle
}

.menu-toggle {
    padding: 4.5px 10px !important
}

.menu-toggle span {
    line-height: 27px
}

.navbar-button {
    margin-left: 20px
}

.logo .logo-light {
    display: inline-block
}

.logo .logo-dark {
    display: none
}

.nav-sticky .logo .logo-dark {
    display: inline-block
}

.nav-sticky .logo .logo-light {
    display: none
}

.navbar-light .navbar-nav li a {
    color: #022334 !important
}

.navbar-light .navbar-nav li.active a,
.navbar-light .navbar-nav li:hover,
.navbar-light .navbar-nav li:active {
    color: #022334 !important
}

.navbar-light .navbar-toggler {
    border: none
}

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 20px 0px;
    background-color: #022334;
    box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, .08)
}

.nav-sticky.navbar-custom.sticky-dark {
    background-color: #fff
}

.nav-sticky .logo {
    color: #022334 !important
}

.nav-sticky .navbar-nav li a {
    color: #022334 !important
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
    color: #022334 !important
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    border: 1px solid rgba(0, 0, 0, 0);
    outline: 0
}

.nav-sticky .navbar-nav {
    margin-top: 0px
}

.bg-home {
    background-image: url(../../img/home/bg-1.png);
    background-position: center center;
    position: relative;
    height: 100vh;
    display: flex;
    background-repeat: no-repeat
}

.home-center {
    display: table;
    width: 100%;
    height: 100%
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle
}

.home-title {
    font-size: 40px
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    width: 100%
}

@media(min-width: 1680px) {
    .slider {
        width: 170%
    }
}

.slider .swiper-slide img {
    box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, .08);
    border-radius: 10px;
    max-height: 630px;
    margin: 20px
}

.watch-video a span {
    padding-left: 10px;
    position: relative;
    top: -2px
}

.play-icon-circle {
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #4252f9;
    font-size: 22px
}

.home-img-2 img {
    position: relative;
    top: 100px;
    z-index: 1
}

.home-video-2 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    text-align: center
}

.bg-home-3 {
    padding: 280px 0;
    background-image: url(../../img/home/images/hena-landing-02.jpg);
    background-position: center;

}

.bg-home-brand {
    padding: 280px 0;
    background-image: url(../../img/home/images/hena-landing-02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-shape {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0
}

.home-shape img {
    width: 100%;
    height: auto
}

.home-slider {
    position: relative
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #4252f9;
    background-size: 100% 40%;
    border-radius: 50%
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1
}

.bg-home-6 {
    position: relative;
    padding: 180px 0px 150px 0px;
    background-image: url(../../img/home/bg-1.png);
    background-position: center center
}

.flex-control-paging li a {
    border-radius: 20px;
    box-shadow: 0 0 0 0 #fff;
    height: 12px;
    width: 12px;
    opacity: 1;
    border: 2px solid #fff !important;
    background: #fff
}

.flex-control-paging li a:hover {
    background: #fff
}

.main-slider .flex-control-paging li a.flex-active {
    background-color: rgba(0, 0, 0, 0)
}

.flex-control-nav {
    bottom: -70px
}

.bg-home-7 {
    background-image: url(../../img/home/bg-3.jpg);
    background-position: bottom;
    position: relative;
    height: 100vh;
    display: flex
}

.particels-slidero {
    position: relative;
    z-index: 1
}

.home-registration-form {
    border-radius: 3px;
    box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, .08)
}

.home-registration-form .registration-form label {
    font-size: 15px
}

.registration-input-box {
    border: none;
    border-radius: 0px;
    color: #787a7d;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0
}

.registration-input-box:focus {
    border-color: #4252f9
}

.account-home-btn {
    position: absolute;
    top: 18px;
    right: 28px;
    z-index: 1
}

.bg-account-pages {
    height: 100vh;
    display: flex;
    background-image: url(../../img/home/overlay-2.png)
}

.bg-account-pages .form-box {
    box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, .08)
}

.features-box {
    position: relative;
    box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, .08);
    padding: 35px 30px
}

.features-box .features-title {
    -webkit-text-stroke: 2px #295135;
    color: #fff;
    font-size: 40px
}

.features-box .features-title-yellow {
    -webkit-text-stroke: 2px #295135;
    color: #295135;
    font-size: 40px
}

.features-box .features-img img {
    width: 50px;
    position: absolute;
    top: 40px;
    right: 30px;
    transition: .5s ease-in-out;
    background: #fff;
    opacity: .1
}

.features-box:hover {
    background-color: rgba(255, 255, 255, .2)
}

.features-box:hover .features-img img {
    left: 30px;
    opacity: 1
}

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center
}

.container-filter li {
    list-style: none;
    display: inline-block
}

.container-filter a {
    display: block;
    font-size: 12px;
    border: 1px solid #e6effe;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 30px;
    transition: all .6s;
    border-radius: 3px;
    color: #022334
}

.container-filter a:hover {
    color: #295135 !important;
    background-color: #e0e621;
    border: 1px solid #295135
}

.container-filter a.active {
    color: #fff !important;
    background-color: #295135;
    border: 1px solid #295135
}

.item-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, .08)
}

.progress-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}


.item-box .item-container {
    transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%
}

.progress {
    background: #e6effe
}

.search-form input {
    padding: 17px 20px;
    width: 100%;
    font-size: 15px;
    color: #787a7d !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, .08)
}

.search-form button {
    position: absolute;
    top: 7px;
    right: 7px;
    outline: none !important;
    border-radius: 5px;
    font-size: 15px;
    padding: 9px 30px
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto
}

.irs--round .irs-bar,
.irs--round .irs-to,
.irs--round .irs-from,
.irs--round .irs-single {
    background: #4252f9 !important;
    font-size: 11px
}

.irs--round .irs-to:before,
.irs--round .irs-from:before,
.irs--round .irs-single:before {
    border-top-color: #4252f9
}

.irs--round .irs-line {
    background: #e6effe;
    border-color: #f8fbff
}

.irs--round .irs-grid-text {
    font-size: 11px;
    color: #787a7d
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #787a7d;
    background: #e6effe;
    font-size: 11px
}

.irs--round .irs-handle {
    border: 2px solid #4252f9;
    width: 20px;
    height: 20px;
    top: 27px;
    background-color: #fff !important
}

.pricing-box {
    padding: 30px 24px;
    position: relative
}

.pricing-badge {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px
}

.pricing-badge .badge {
    float: right;
    transform: rotate(45deg);
    right: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 13px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 500;
    color: #fff;
    background: #4252f9
}

.nav-tabs>li>a,
.nav-pills>li>a {
    color: #022334
}

.nav-pills>a {
    color: #022334
}

.pricing-tab-border {
    border: 1px solid #e6effe
}

.nav-link.active,
.show>.nav-link {
    background-color: #4252f9 !important
}

.nav-tabs-custom {
    border-bottom: 2px solid #e6effe
}

.nav-tabs-custom .nav-item {
    position: relative;
    color: #022334
}

.nav-tabs-custom .nav-item .nav-link {
    border: none
}

.nav-tabs-custom .nav-item .nav-link::after {
    content: "";
    background: #4252f9;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0)
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #4252f9
}

.nav-tabs-custom .nav-item .nav-link.active:after {
    transform: scale(1)
}

.team-box {
    position: relative
}

.team-box .team-img img {
    width: 140px;
    height: 140px
}

.team-box .team-border {
    border-top: 1px solid #e6effe;
    padding: 12px 0px
}

.team-box .team-social {
    position: absolute;
    opacity: 0;
    transition: .5s ease-in-out;
    left: 0;
    right: 0
}

.team-box .team-social i {
    width: 33px;
    height: 33px;
    display: inline-block;
    line-height: 33px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #295135;
    margin: 2px;
    border: 1px solid #295135;
}

.team-box .team-social i:hover {
    color: #295135;
    background-color: #e0e621;
    transition: all .5s
}

.team-box:hover .team-social {
    opacity: 1;
    background-color: #fff;
    margin-top: -42px
}

.bg-testimonial {
    background: url(../../img/home/bg-2.png);
    background-position: center
}

.client-box {
    padding: 40px
}

.client-box:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f8fbff;
    transform: rotate(45deg);
    border-color: rgba(0, 0, 0, 0) #f8fbff #f8fbff rgba(0, 0, 0, 0);
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: 24px;
    z-index: 9
}

.client-img img {
    width: 70px
}

.client-icon i {
    font-size: 100px;
    position: absolute;
    margin-top: -110px;
    right: 20px
}

.blog-box {
    box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, .08)
}

.blog-user img {
    width: 36px
}

.blog-user-box {
    width: 176px;
    padding: 7px;
    box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, .08);
    position: relative;
    margin-top: -50px
}

textarea.form-control {
    height: auto !important
}

.contact-social i {
    width: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: #4252f9;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.contact-social i:hover {
    background-color: #fff;
    color: #4252f9;
    border: 1px solid rgba(255, 255, 255, .5)
}

.error {
    margin: 8px 0px;
    display: none;
    color: #eb466d
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #eb466d;
    border: 2px solid #eb466d
}

.contact-loader {
    display: none
}

#success_page {
    text-align: center;
    margin-bottom: 50px
}

.custom-form .form-control {
    height: 42px;
    font-size: 15px;
    padding-left: 15px;
    border-color: #e9edea;
    color: #787a7d;
    background-color: #fbfce8;
}

.custom-form .form-control:focus {
    border-color: #4252f9;
    outline: 0;
    box-shadow: none
}

.custom-form .contact-lable {
    font-weight: 500;
    color: #787a7d
}

.footer-link a {
    color: #787a7d;
    line-height: 38px;
    font-size: 15px;
    transition: all .5s;
    font-weight: 500
}

.footer-link a:hover {
    color: #295135
}

.social-icons-list li {
    margin-bottom: .5rem
}

.media {
    display: flex;
    align-items: center;
    /* Aligns content vertically */
}

.blog-user,
.media-body {
    flex: 1;
    /* Makes both elements take up equal space */
}


.social-icons-list li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    color: #295135;
    transition: all .4s;
    background-color: #fff;
    border: 1px solid #295135;
    border-radius: 50%
}

.social-icons-list li a:hover {
    background-color: #e0e621;
    color: #295135
}

@media(min-width: 200px)and (max-width: 768px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 15px 0px !important;
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #fff !important;
        background: #fff
    }

    .navbar-custom .navbar-nav {
        margin-top: 0px
    }

    .navbar-custom .navbar-nav li.active {
        border-color: rgba(0, 0, 0, 0)
    }

    .navbar-custom .navbar-nav li a {
        margin: 0px;
        color: #022334 !important
    }

    .navbar-custom>.container {
        width: 90%
    }

    .navbar-custom .navbar-nav li.active a,
    .navbar-custom .navbar-nav li a:hover,
    .navbar-custom .navbar-nav li a:active {
        color: #4252f9 !important
    }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #022334
    }

    .home-title {
        font-size: 30px
    }

    .logo .logo-light {
        display: none
    }

    .logo .logo-dark {
        display: inline-block
    }

    .bg-home {
        height: auto;
        padding: 100px 0px 100px 0px
    }

    .navbar-button {
        margin-top: 15px;
        margin-left: 0px
    }
}

@media(max-width: 1024px) {
    .slider {
        width: 100%
    }
}