﻿@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap";

.shadow-sm {
    box-shadow: rgba(59, 49, 90, .09) 0px 3px 12px, !important
}

.shadow {
    box-shadow: rgba(59, 49, 90, 7%) 0px 10px 16px !important
}

.shadow-lg {
    box-shadow: rgba(59, 49, 90, .2) 0px 14px 12px !important
}

.rounded-4 {
    border-radius: 1rem
}

body {
    font-family: "Nunito", sans-serif;
    color: #3b315a;
    font-size: 1.0625rem;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 1.4
}

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

p {
    line-height: 1.6
}

html {
    scroll-padding-top: 64px;
    scroll-behavior: smooth
}

.row>* {
    position: relative
}

.container-custom {
    width: 90%
}

.home-shape-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.home-shape-bottom svg {
    position: relative;
    display: block;
    width: calc(110% + 1.3px);
    height: 132px;
}

.home-shape-bottom .shape-fill {
    fill: #FFFFFF;
}

.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none
}

.shape>svg {
    width: 100%;
    height: auto
}

.text-primary {
    color: #4937b5 !important
}

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

.bg-soft-primary {
    background-color: rgba(68, 109, 246, .15) !important
}

.text-secondary {
    color: #f8855e !important
}

.bg-secondary {
    background-color: #f8855e !important
}

.bg-soft-secondary {
    background-color: rgba(248, 133, 94, .15) !important
}

.text-success {
    color: #1abc9c !important
}

.bg-success {
    background-color: #1abc9c !important
}

.bg-soft-success {
    background-color: rgba(26, 188, 156, .15) !important
}

.text-info {
    color: #49c6e5 !important
}

.bg-info {
    background-color: #49c6e5 !important
}

.bg-soft-info {
    background-color: rgba(73, 198, 229, .15) !important
}

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

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

.bg-soft-warning {
    background-color: rgba(255, 205, 0, .15) !important
}

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

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

.bg-soft-danger {
    background-color: rgba(239, 75, 75, .15) !important
}

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

.bg-light {
    background-color: #f8faff !important
}

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

.text-dark {
    color: #3b315a !important
}

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

.bg-soft-dark {
    background-color: rgba(59, 49, 90, .15) !important
}

.text-muted {
    color: #8196b4 !important
}

.bg-muted {
    background-color: #8196b4 !important
}

.bg-soft-muted {
    background-color: rgba(129, 150, 180, .15) !important
}

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

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

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

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

.section-title .title {
    font-size: 2.25rem
}

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

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

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

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

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

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

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

.fw-semibold {
    font-weight: 600
}

.primary-link {
    color: #3b315a;
    transition: all .5s ease
}

.primary-link:hover {
    color: #4937b5
}

.avatar-sm {
    height: 2rem;
    width: 2rem
}

.avatar {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.avatar-lg {
    height: 5rem;
    width: 5rem
}

.avatar-title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.uim-svg svg {
    width: 24px;
    height: 24px;
    vertical-align: inherit
}

.icon-primary .uim-svg {
    fill: #4937b5 !important
}

.icon-secondary .uim-svg {
    fill: #f8855e !important
}

.icons-sm svg {
    height: 18px;
    width: 18px
}

.icons-md svg {
    height: 32px;
    width: 32px
}

.icons-lg svg {
    height: 40px;
    width: 40px
}

.icons-xl svg {
    height: 48px;
    width: 48px
}

.form-control::-webkit-input-placeholder {
    color: #adb5bd
}

.form-control::-moz-placeholder {
    color: #adb5bd
}

.form-control:-ms-input-placeholder {
    color: #adb5bd
}

.form-control:-moz-placeholder {
    color: #adb5bd
}

.bg-overlay {
    background-color: #4937b5;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

#back-to-top {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: #4937b5;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    color: #fff;
    transition: all .5s ease;
    opacity: 0;
    z-index: 999
}

#back-to-top:hover {
    border-radius: 5px;
    background-color: #ed3838
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px !important
    }
}

.section-title-border {
    width: 50px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ee6352
}

.card {
    transition: .2s all
}

.card:hover {
    transform: translateY(-4px)
}

.card-title {
    color: #434777
}

.btn {
    padding: 10px 23px;
    font-size: 15px;
    font-weight: 600;
    transition: all .5s ease;
    position: relative
}

.btn:focus {
    box-shadow: none
}

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

.btn-primary {
    background: #4937b5;
    border-color: #4937b5 !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: #4937b5;
    border-color: #4937b5;
    box-shadow: 0px 8px 20px -6px rgba(68, 109, 246, .6);
    transform: translateY(-6px)
}

.btn-outline-primary {
    color: #4937b5;
    border-color: #4937b5
}

.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: #4937b5;
    border-color: #4937b5;
    box-shadow: 0px 8px 20px -6px rgba(68, 109, 246, .6);
    transform: translateY(-6px)
}

.btn-soft-primary {
    background-color: rgba(68, 109, 246, .15) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #4937b5 !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 {
    color: #fff !important;
    background: #4937b5 !important
}

.btn-secondary {
    background: #f8855e;
    border-color: #f8855e !important
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary .open>.dropdown-toggle.btn-primary {
    background: #f7764a;
    border-color: #f7764a;
    box-shadow: 0px 8px 20px -6px rgba(248, 133, 94, .6);
    transform: translateY(-6px)
}

.btn-outline-secondary {
    color: #f8855e;
    border-color: #f8855e
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary .open>.dropdown-toggle.btn-primary {
    background: #f8855e;
    border-color: #f8855e;
    box-shadow: 0px 8px 20px -6px rgba(248, 133, 94, .6);
    transform: translateY(-6px)
}

.btn-soft-secondary {
    background-color: rgba(248, 133, 94, .15) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #f8855e !important
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus,
.btn-soft-secondary:not(:disabled):not(.disabled):active,
.btn-soft-secondary:not(:disabled):not(.disabled):active:focus,
.btn-soft-secondary .open>.dropdown-toggle.btn-primary {
    color: #fff !important;
    background: #f8855e !important
}

.btn-success {
    background: #1abc9c;
    border-color: #1abc9c !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: #18aa8d;
    border-color: #18aa8d;
    box-shadow: 0px 8px 20px -6px rgba(26, 188, 156, .6);
    transform: translateY(-6px)
}

.btn-outline-success {
    color: #1abc9c;
    border-color: #1abc9c
}

.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: #1abc9c;
    border-color: #1abc9c;
    box-shadow: 0px 8px 20px -6px rgba(26, 188, 156, .6);
    transform: translateY(-6px)
}

.btn-soft-success {
    background-color: rgba(26, 188, 156, .15) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #1abc9c !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 {
    color: #fff !important;
    background: #1abc9c !important
}

.btn-info {
    background: #49c6e5;
    border-color: #49c6e5 !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: #37c0e2;
    border-color: #37c0e2;
    box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, .6);
    transform: translateY(-6px)
}

.btn-outline-info {
    color: #49c6e5;
    border-color: #49c6e5
}

.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: #49c6e5;
    border-color: #49c6e5;
    box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, .6);
    transform: translateY(-6px)
}

.btn-soft-info {
    background-color: rgba(73, 198, 229, .15) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #49c6e5 !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 {
    color: #fff !important;
    background: #49c6e5 !important
}

.btn-warning {
    background: #ffcd00;
    border-color: #ffcd00 !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: #ebbd00;
    border-color: #ebbd00;
    box-shadow: 0px 8px 20px -6px rgba(255, 205, 0, .6);
    transform: translateY(-6px)
}

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

.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: #ffcd00;
    border-color: #ffcd00;
    box-shadow: 0px 8px 20px -6px rgba(255, 205, 0, .6);
    transform: translateY(-6px)
}

.btn-soft-warning {
    background-color: rgba(255, 205, 0, .15) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #ffcd00 !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 {
    color: #fff !important;
    background: #ffcd00 !important
}

.btn-danger {
    background: #ef4b4b;
    border-color: #ef4b4b !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: #ed3838;
    border-color: #ed3838;
    box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, .6);
    transform: translateY(-6px)
}

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

.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: #ef4b4b;
    border-color: #ef4b4b;
    box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, .6);
    transform: translateY(-6px)
}

.btn-soft-danger {
    background-color: rgba(239, 75, 75, .15) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #ef4b4b !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 {
    color: #fff !important;
    background: #ef4b4b !important
}

.btn-light {
    background: #f8faff;
    border-color: #f8faff !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: #e4ebff;
    border-color: #e4ebff;
    box-shadow: 0px 8px 20px -6px rgba(248, 250, 255, .6);
    transform: translateY(-6px)
}

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

.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: #f8faff;
    border-color: #f8faff;
    box-shadow: 0px 8px 20px -6px rgba(248, 250, 255, .6);
    transform: translateY(-6px)
}

.btn-soft-light {
    background-color: rgba(248, 250, 255, .15) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #f8faff !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 {
    color: #fff !important;
    background: #f8faff !important
}

.btn-dark {
    background: #3b315a;
    border-color: #3b315a !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: #322a4d;
    border-color: #322a4d;
    box-shadow: 0px 8px 20px -6px rgba(59, 49, 90, .6);
    transform: translateY(-6px)
}

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

.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: #3b315a;
    border-color: #3b315a;
    box-shadow: 0px 8px 20px -6px rgba(59, 49, 90, .6);
    transform: translateY(-6px)
}

.btn-soft-dark {
    background-color: rgba(59, 49, 90, .15) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #3b315a !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 {
    color: #fff !important;
    background: #3b315a !important
}

.btn-muted {
    background: #8196b4;
    border-color: #8196b4 !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: #748bac;
    border-color: #748bac;
    box-shadow: 0px 8px 20px -6px rgba(129, 150, 180, .6);
    transform: translateY(-6px)
}

.btn-outline-muted {
    color: #8196b4;
    border-color: #8196b4
}

.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: #8196b4;
    border-color: #8196b4;
    box-shadow: 0px 8px 20px -6px rgba(129, 150, 180, .6);
    transform: translateY(-6px)
}

.btn-soft-muted {
    background-color: rgba(129, 150, 180, .15) !important;
    border-color: rgba(0, 0, 0, 0);
    color: #8196b4 !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 {
    color: #fff !important;
    background: #8196b4 !important
}

.btn-white {
    background: #ffffff;
    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;
    box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, .6);
    transform: translateY(-6px)
}

.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;
    box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, .6);
    transform: translateY(-6px)
}

.btn-soft-white {
    background-color: rgba(255, 255, 255, .15) !important;
    border-color: rgba(0, 0, 0, 0);
    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 {
    color: #fff !important;
    background: #fff !important
}

.btn.btn-outline-white:focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white:hover,
.btn.btn-outline-white.active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:hover,
.btn.btn-outline-light.active {
    color: #3b315a
}

.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark.active,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success:hover,
.btn.btn-outline-success.active {
    color: #fff !important
}

.form-control {
    padding: .65rem .95rem;
    font-size: 15px
}

.navbar {
    padding: 17px 0;
    transition: all .5s ease
}

.navbar .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, .6);
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 500;
    margin: 0 8px;
    transition: all .3s ease
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:active,
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #fff
}

.social-menu li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    transition: all .5s ease;
    border-radius: 50%
}

.social-menu li a:hover {
    color: #4937b5
}

.navbar.nav-sticky {
    padding: 12px 0;
    background-color: #4937b5
}

.bg-home {
    background-color: #24332a;
    position: relative;
    background: url('../images/home-img.jpg') no-repeat top; 
    background-size: cover;
    min-height: 800px;
}

.home-search .form-control {
    padding: 17px 145px 17px 14px;
    color: #fff;
    background-color: #261a48;
    border: none;
    box-shadow: none
}

.home-search .btn {
    position: absolute;
    top: 5px;
    right: 5px
}

.home-title {
    position: relative;
    color: #38c66c;
}

.home-title::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #4937b5;
}

.home-img {
    height: 450px;
    position: relative;
    z-index: 1;
}

@media(max-width: 991.98px) {

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

.price-box {
    transition: all .5s ease
}

.price-box .price-list li {
    margin: 9px 0;
    padding-left: 25px;
    position: relative;
    font-size: 1.01rem;
    color: #8196b4
}

.price-box .price-list li::before {
    content: "󰄳";
    position: absolute;
    left: 0;
    font-family: "Material Design Icons";
    color: #1abc9c;
    font-size: 1.0225rem
}

.price-box:hover {
    transform: translateY(-10px)
}

.price-caption li {
    position: relative;
    margin-left: 10px;
    color: #8196b4
}

.price-caption li::before {
    content: "";
    position: absolute;
    background-color: #8196b4;
    border-radius: 40px;
    width: 5px;
    height: 5px;
    right: -13px;
    top: 10px
}

.price-caption li:last-child::before {
    background-color: rgba(0, 0, 0, 0)
}

.nav-price-list .nav-link {
    padding: 12px 10px;
    font-size: 16px;
    border: 1px solid #dee2e6;
    color: #3b315a;
    font-weight: 600
}

.nav-price-list .nav-link.active {
    background-color: rgba(68, 109, 246, .2);
    color: #4937b5;
    border-color: rgba(68, 109, 246, .2)
}

.features-box {
    transition: all .5s ease
}

.features-box:hover {
    background-color: #fff;
    transform: translateY(-8px)
}

.features-box:hover i {
    animation-duration: 1s;
    animation-name: icons
}

@keyframes icons {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.cta-img {
    margin-top: -220px;
    position: relative;
    z-index: 1
}

.bg-package {
    padding-bottom: 280px
}

.about-img.left {
    margin-left: -218px
}

@media(max-width: 991.98px) {
    .about-img.left {
        margin-left: 0px
    }
}

.about-list li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 38px
}

.about-list li::before {
    content: "";
    position: absolute;
    background-color: rgba(68, 109, 246, .95);
    width: 6px;
    height: 6px;
    left: 11px;
    top: 10px;
    border-radius: 40px
}

.about-list li::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(68, 109, 246, .95);
    left: 3px;
    width: 22px;
    height: 22px;
    top: 2px;
    border-radius: 40px
}

.bg-subscribe {
    background: #1d213e;
    margin-bottom: -102px;
    position: relative;
}

.bg-subscribe::before {
    position: absolute;
    content: "";
    background: url('../images/subscribe-shape.png') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.25;
    transform: rotate(180deg);
}

.table>:not(caption)>*>* {
    padding: .95rem .9rem
}

.table tbody th {
    font-weight: 600;
    border-right: 1px solid #dee2e6
}

.table tbody td {
    text-align: center
}

.table td {
    color: #8196b4
}

.table>:not(:first-child) {
    border-top: 1px solid #dee2e6
}

.bg-footer {
    padding: 160px 0px 50px 0px;
    background-color: #f6f7fa
}

.footer-list li a {
    color: #8196b4;
    margin-bottom: 13px;
    display: inline-block;
    font-size: 16px;
    margin-right: 17px;
    transition: all .5s ease
}

.footer-list li a:hover {
    color: #4937b5
}

.submitBnt .mdi-send-outline {
    transform: rotateX(45deg);
}

.preloader {
    height: 60px;
    width: 60px;
    margin: 20px auto 0;
    position: relative
}

.preloader:after,
.preloader:before {
    content: '';
    height: 100%;
    width: 100%;
    border: 5px solid #fff;
    border-color: transparent #fff;
    position: absolute;
    left: 0;
    top: 0;
    animation: spin 2.2s linear 0s infinite normal
}

.preloader:after {
    width: 80%;
    height: 80%;
    margin: auto;
    border-style: dotted;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    animation: spinback 1.5s linear 0s infinite normal
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes spinback {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(-360deg)
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f2c24;
    z-index: 99999;
    transition: all .5s ease;
    visibility: visible;
    opacity: 1
}

#preloader #status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

/*# sourceMappingURL=style.min.css.map */