@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700&display=swap');
.font_regular {
    font-family: 'Khula', sans-serif;
    font-weight: 400;
}

.font_bold {
    font-family: 'Khula', sans-serif;
    font-weight: 700;
}

.font_light {
    font-family: 'Khula', sans-serif;
    font-weight: 300;
}

body {
    font-family: 'Khula', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px;
    color: #242424;
    background: #fff;
}

main {
    min-height: calc(100vh - 119px);
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.grey__bg {
    background: #EEEEEE;
}

.h1,
h1 {
    font-size: 3rem;
}

.h1,
.h2,
h1,
h2 {
    font-family: 'Khula', sans-serif;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-weight: 700;
}

.h2,
h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.4375rem;
    margin-bottom: .75rem;
    margin-top: 1.25rem;
}

h3,
h4 {
    font-family: 'Khula', sans-serif;
    font-weight: 600;
}

h4 {
    font-size: 1rem;
    margin-bottom: 20px;
    margin-top: 10px;
}

h5 {
    font-size: 1rem
}

h5,
h6 {
    margin-bottom: .5rem;
    font-family: 'Khula', sans-serif;
    text-transform: uppercase;
    line-height: 1.375
}

h6 {
    font-size: .8125rem
}

p {
    margin-bottom: 1rem;
}

b,
strong {
    font-family: 'Khula', sans-serif;
    font-weight: 600;
}

a {
    color: #2c2f34;
    font-size: 16px;
    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
}

a:hover {
    color: #2c2f34;
    text-decoration: none;
}

.w-m200 {
    min-width: 200px;
}

.mh-100 {
    min-height: 100px !important;
}

.mh-200 {
    min-height: 200px !important;
}

ul {
    list-style: none;
    padding: 0;
}

textarea {
    display: block;
    resize: none;
    width: 100% !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.btn:hover {
    color: #fff !important;
    background-color: #2046ca;
    text-decoration: none;
}

.btn {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #345cea;
    border: none;
    border-radius: 5px;
    padding: 14px 15px 10px;
    min-width: 150px;
    box-shadow: rgb(141 163 239) 0px 10px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}

.theme_list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
    font-size: 20px;
}

.theme_btn_inverse {
    background: transparent;
    border: 3px solid #fff !important;
    padding: 8px 20px !important;
    color: #fff;
    text-align: center;
    box-shadow: none !important;
}

.theme_btn_inverse:hover {
    color: #2c2f34;
    background: #fff;
    border: 1px solid #2c2f34;
    text-decoration: none;
}

ul.disc_style {
    list-style: disc;
    padding-left: 25px;
}

footer {
    position: relative;
    padding: 50px 0;
    background: #2c2f34;
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.p-40 {
    padding: 40px
}

.p-50 {
    padding: 50px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-100 {
    margin-bottom: 100px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-100 {
    margin-top: 100px
}


/*= input focus effects css
=========================== */

.theme_form textarea,
.theme_form .row {
    min-height: 50px;
    margin-bottom: 20px;
}

 :focus {
    outline: none;
}

.input-effect {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.theme_input {
    width: 100%;
    min-height: 28px;
    box-sizing: border-box;
    letter-spacing: 1px;
    border: 0;
    border-radius: 0;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.theme_input~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* margin: 0 15px; */
    width: 0;
    height: 2px;
    background-color: #2c2f34;
    transition: 0.4s;
}

.theme_input:focus~.focus-border,
.has-content.theme_input~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.theme_input~label {
    position: absolute;
    left: 0;
    right: 0;
    /* margin: 0 15px; */
    width: 100%;
    top: 9px;
    color: #aaa;
    transition: 0.3s;
    z-index: 0;
    letter-spacing: 0.5px;
}

.theme_input.read-only {
    background: #ececec;
    cursor: not-allowed;
}

.theme_input:focus~label,
.has-content.theme_input~label {
    top: -16px;
    font-size: 12px;
    color: #2c2f34;
    transition: 0.3s;
}

.theme_input::-webkit-input-placeholder {
    /* Edge */
    color: #aaa;
}

.theme_input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa;
}

.theme_input::placeholder {
    color: #aaa;
}

.theme_input:disabled {
    /* background: #eeeeee; */
    cursor: not-allowed;
}

.checkbox_item {
    margin-bottom: 10px;
    position: relative;
}

.checkbox_item label {
    padding-left: 20px;
}

.checkbox_item input {
    position: absolute;
    left: 0;
    top: 4px;
}


/*= input focus effects css End
=============================== */

header {
    background: #2c2f34;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    padding: 20px 0;
}

.navbar-nav {
    margin-left: auto;
    padding: 20px;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: white;
}

.theme_color {
    color: #345cea;
}

.login_box {
    max-width: 600px;
    margin: 50px auto 50px;
    border-radius: 40px;
    background: white;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    z-index: 10000003;
    padding: 30px;
    text-align: left;
}

.signup_box {
    margin: 30px auto 30px;
    border-radius: 40px;
    background: white;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    z-index: 10000003;
    padding: 30px 20px;
    text-align: left;
}

.mt-150 {
    margin-top: 150px;
}

.fs_sm_16 {
    font-size: 16px;
}

.bg-login {
    background: url(../img/bg-login.jpg) #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg-signup {
    background: url(../img/bg-signup.jpg) #373a3f;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header_btn {
    background: #335cea;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 8px;
    padding: 7px 5px 4px;
    display: block;
    min-width: 85px;
    text-align: center;
    margin-top: 3px;
}

.theme_h2_white {
    color: white;
}

.theme_h2_white span {
    color: #345cea;
}

.media_items .media h4 {
    color: #fff;
    font-weight: 400;
}

@media (min-width: 1440px) {
    .container-fluid {
        width: 95%;
        max-width: 1800px;
    }
}

@media (max-width: 475px) {
    .fs_sm_16 {
        font-size: 10px;
    }
}

.card-fullscreen, .preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed
}

.preloader {
    z-index: 99999;
    background: #fff
}

/*******************
Preloader
********************/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

    .lds-ripple .lds-pos {
        position: absolute;
        border: 2px solid #345CEA;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
    }

        .lds-ripple .lds-pos:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.container-fluid {
    max-width: 1155px;
}

#main_logo_img {
width: 170px;
}