:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #0db7ed;;
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg.png) top center no-repeat;
    background-size: cover;
}

.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #0db7ed;
}

.hero h2 {
    color: #444444;
    margin: 15px 0 0 0;
    font-size: 26px;
}

.hero .btn-get-started {
    margin-top: 30px;
    /*line-height: 0;*/
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #0db7ed;;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.hero .btn-get-started:hover i {
    transform: translateX(5px);
}

.hero .hero-img {
    text-align: right;
}

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 120px 0 60px 0;
    }

    .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }

    .hero .hero-img img {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero .hero-img img {
        width: 100%;
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/**
 CUSTOM PAGE CSS
**/


html, body {
    background-color: #eeeeee !important;
    font-family: "Nunito", sans-serif !important;
    font-size: 15px !important;
}

.error {
    font-size: 11px !important;
    color: red !important;
}

.wrapper-content {
    margin-top: 0% !important;
}

.wizard > .steps {
    position: relative !important;
    display: none !important;
    width: 100% !important;
}

.wizard .content {
    background-color: white !important;
}

.wizard.vertical > .content {
    display: inline !important;
    float: left !important;
    margin: 0 2.5% 0.5em 2.5% !important;
    width: 100% !important;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #0db7ed !important;
    color: #fff !important;
}

.ibox-title {
    border: none !important;
    padding: 15px 2px 8px 15px !important;
}

.form-group {
    margin-top: 10px !important;
}

button {
    transition: 0.5s !important;
    color: #fff !important;
    background: #0db7ed !important;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4) !important;
}

.grid-button {
    height: 30px !important;
    width: 30px !important;
    padding: 2px !important;
}

.wizard > .actions ul {
    text-align: center !important;
}

.wizard > .actions a {
    height: 40px !important;
    width: 40px !important;
    padding: 10px !important;
    border-radius: 50% !important;
    box-shadow: 0px 5px 1px rgba(65, 84, 241, 0.4) !important;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    color: #fff !important;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee !important;
    color: #aaa !important;
}

.wizard > .actions a:hover {
    background-color: #ffc107 !important;
    color: #fff !important;
    display: block !important;
    height: 40px !important;
    width: 40px !important;
    padding: 10px !important;
    border-radius: 50% !important;
    box-shadow: 0px 5px 1px rgba(65, 84, 241, 0.4) !important;
}

@media only screen and (max-width: 1046px) {
    .hideSmall {
        display: block !important;
    }
}

.ibox-title h5 {
    font-size: 18px !important;
    font-weight: 800 !important;
}

.w3-table, .w3-table-all {
    width: 100% !important;
}