﻿
.loader-ring {
    position: relative;
}

    .loader-ring div {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        border-radius: 50%;
        border: 10px solid #000;
    }

        .loader-ring div:nth-child(1) {
            width: 160px;
            height: 160px;
            top: 20px;
            left: 20px;
            border-color: #e52d33 transparent #e52d33 transparent;
            -webkit-animation: loader-ring 1s linear infinite;
            animation: loader-ring 1s linear infinite;
        }

        .loader-ring div:nth-child(2) {
            width: 136px;
            height: 136px;
            top: 32px;
            left: 32px;
            border-color: transparent #fab626 transparent #fab626;
            -webkit-animation: loader-ring_reverse 1s linear infinite;
            animation: loader-ring_reverse 1s linear infinite;
        }

        .loader-ring div:nth-child(3) {
            width: 70px;
            height: 70px;
            top: 70px;
            left: 70px;
            border: none;
        }

.loader-ring {
    width: 100px !important;
    height: 100px !important;
    -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    margin: auto;
}

.logo {
    display: inline-block;
    height: auto;
    width: 150px;
}

.text-mute-dark {
    color: #54606d !important;
}

.text-menu-color {
    color: #3e4095 !important;
    font-weight: 600;
}

    .text-menu-color:hover {
        color: #3e4095 !important;
        font-weight: 600;
    }

.text-menu-active {
    color: #3e4095 !important;
    font-weight: 600;
}

.menu-active {
    width: 100%;
    transition: 0.4s;
    opacity: 1;
    position: relative;
    left: 0rem;
    bottom: 0px;
    height: 2px;
    background: #3e4095;
}

.main-menu > ul.navbar-nav > li > a::before {
    position: absolute;
    content: "";
    left: 0rem;
    bottom: 0px;
    height: 2px;
    background: #3e4095;
    width: 0;
    transition: 0.4s;
    opacity: 0;
}

.header-area.stick .main-menu > ul.navbar-nav > li > a::before {
    left: 16px;
    bottom: 27px;
}

/*.main-menu > ul.navbar-nav > li > a:hover::before {
    width: 100%;
    transition: 0.4s;
    opacity: 1;
}*/

.main-menu > ul.navbar-nav > li > a.text-menu-active::after {
    position: absolute;
    content: "";
    left: 0rem;
    bottom: 0px;
    height: 2px;
    background: #3e4095;
    width: 100%;
    transition: 0.4s;
    opacity: 1;
}

.border-gradient {
    border-bottom: 2px solid;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.valign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_login {
    padding: 15px 15px 0 20px;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#tabs {
    color: #3e4095;
}

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #f3f3f3;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 18px;
        font-weight: 600;
    }

    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #3e4095;
        font-size: 18px;
    }

.group {
    position: relative;
    margin-top: 20px;
}

    .group input, .group select {
        font-size: 16px;
        padding: 12px 10px;
        display: block;
        width: 100%;
        border: none;
        border: 1px solid #999999;
        border-radius: 10px;
        font-weight: 600;
        color: #495057;
    }

    .group select {
        height: 50px !important;
    }

input:focus, select:focus {
    outline: none;
}

/* LABEL ======================================= */
.group label {
    color: #495057;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    pointer-events: all;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    /*color:#6c757d;*/
    pointer-events: none;
}

/* active state */
.group input:focus ~ label, .group input:valid ~ label, .group input:disabled ~ label, .group select:focus ~ label, .group select:valid ~ label, .group select:disabled ~ label {
    top: -10px;
    font-size: 13px;
    color: #5264AE;
    background: #fff !important;
    padding: 0 5px;
    font-weight: bold;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        /*background: #5264AE;*/
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after, select:focus ~ .bar:before, select:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight, select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.font-weight-600 {
    font-weight: 600;
}

.pills-soft-success {
    color: #00c9a7;
    border-radius: 6.1875rem;
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
    background: rgba(0, 201, 167, 0.1);
    border-color: transparent;
}

.rounded-circle {
    border-radius: 50% !important;
}

.btn-icon {
    font-size: 1.75rem;
    width: 64px;
    height: 64px;
    position: relative;
    line-height: 0;
    padding: 0;
    display: block;
    margin: 3rem auto 1rem;
}

.bg-soft-danger {
    color: #de4437;
    background: rgba(222, 68, 55, 0.15);
    border-color: transparent;
}

.bg-soft-blue {
    color: #377dff;
    background: rgba(55, 125, 255, 0.15);
    border-color: transparent;
}

.bg-soft-orange {
    color: #f9a838;
    background: rgba(233, 147, 29, 0.15);
    border-color: transparent;
}

.bg-soft-pink {
    color: #e91e63;
    background: rgba(233, 30, 99, 0.15);
    border-color: transparent;
}

.bg-soft-vilot {
    color: #7b57a7;
    background: rgba(123, 87, 167, 0.15);
    border-color: transparent;
}

.bg-soft-green {
    color: #00c9a7;
    background: rgba(0, 201, 167, 0.15);
    border-color: transparent;
}

.bg-soft-green svg {
    fill: #00c9a7;
}

.separator span {
    display: inline-block;
    height: 7px;
    border-radius: 1rem;
}

    .separator span.large {
        width: 70px;
    }

    .separator span.medium {
        width: 30px;
    }

    .separator span.small {
        width: 7px;
    }

.gradient-45deg-deep-purple-blue {
    background: -webkit-linear-gradient(45deg,#6200ea,#1976d2) !important;
    background: linear-gradient(45deg,#6200ea,#1976d2) !important;
}

.gradient-45deg-deep-orange-orange {
    background: -webkit-linear-gradient(45deg,#bf360c,#f57c00) !important;
    background: linear-gradient(45deg,#bf360c,#f57c00) !important;
}

.gradient-45deg-green-teal {
    background: -webkit-linear-gradient(45deg,#43a047,#1de9b6) !important;
    background: linear-gradient(45deg,#43a047,#1de9b6) !important;
}

.gradient-45deg-purple-deep-purple {
    background: -webkit-linear-gradient(45deg,#7b1fa2,#7c4dff) !important;
    background: linear-gradient(45deg,#7b1fa2,#7c4dff) !important;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

    .material-icons.md-16 {
        font-size: 16px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

.apple-play-store {
    color: #fff;
    background-color: #1e2022;
    border-color: #1e2022;
    min-width: 9.6875rem;
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.footer-list {
    width: 100%;
    float: left;
    padding-left: 15px;
}

    .footer-list li {
        list-style: disclosure-closed;
        color: #54606d;
        font-size: 80%;
    }

        .footer-list li a {
            color: #54606d;
            padding: 2px 0px 2px 0px;
            display: block;
            position: relative;
            font-weight: 400;
            transition: 0.4s;
        }

            .footer-list li a:hover, .footer-list li:hover {
                color: #3e4095;
            }

.support-menu {
    width: 1070px;
    right: 0;
    left: inherit !important;
}

.support-menu-icon {
    font-size: 1.75rem;
    width: 32px;
    height: 32px;
    position: relative;
    line-height: 32px;
    vertical-align: middle;
    padding: 0;
    display: block;
    margin: 1rem auto 1rem;
}

@media (max-width: 576px) {
    .support-menu {
        max-width: 320px;
        right: 0;
        left: inherit !important;
    }
}

@media (max-width: 768px) {
    .support-menu {
        max-width: 720px;
        right: 0;
        left: inherit !important;
    }
}

.divider {
    overflow: hidden;
    height: 1px;
    background-color: #cccccc;
    width: 100%;
    margin: 15px 0;
}

.heading::before {
    position: absolute;
    content: "";
    left: 1rem;
    bottom: -5px;
    height: 2px;
    background: #3e4095;
    width: 35px;
    transition: 0.4s;
    opacity: 1;
}

/*FOR COMING SOOM*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #cd9557;
    opacity: 0.7;
    z-index: 1;
}

.masthead {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
}

    .masthead .masthead-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 35rem;
        height: 100%;
        background-color: rgba(0, 46, 102, 0.8);
        transform: skewY(4deg);
        transform-origin: bottom right;
    }

    .masthead .masthead-content h1 {
        font-size: 2.5rem;
    }

    .masthead .masthead-content p {
        font-size: 1.2rem;
    }

        .masthead .masthead-content p strong {
            font-weight: 700;
        }

    .masthead .masthead-content .input-group-newsletter input {
        height: auto;
        font-size: 1rem;
        padding: 1rem;
    }

    .masthead .masthead-content .input-group-newsletter button {
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 1rem;
    }

@media (min-width: 768px) {
    .masthead {
        height: 100vh;
        min-height: 0;
        width: 40.5rem;
        padding-bottom: 0;
    }

        .masthead .masthead-bg {
            min-height: 0;
            transform: skewX(-8deg);
            transform-origin: top right;
        }

        .masthead .masthead-content {
            padding-left: 3rem;
            padding-right: 10rem;
        }

            .masthead .masthead-content h1 {
                font-size: 3.5rem;
            }

            .masthead .masthead-content p {
                font-size: 1.3rem;
            }
}

/*END FOR COMING SOOM*/


#bootloader-text {
    text-align: center;
    font-family: Lato;
    color: #666;
    font-size: 16px;
    font-weight: 700;
}

#loader-box {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}

    #loader-box #loader-complete-circle {
        position: absolute;
        width: 150px;
        height: 150px;
        border-radius: 150px;
        transition: transform .15s linear,opacity .15s linear;
        opacity: 0;
        top: 0;
        left: 0;
        transform: scale(2);
    }

    #loader-box #loader-wrapper {
        position: relative;
        width: 150px;
        height: 150px;
        transition: transform .1s linear;
    }

        #loader-box #loader-wrapper .loader {
            transition: opacity .1s linear;
        }

    #loader-box.closeout #loader-wrapper {
        transform: scale(.5);
    }

    #loader-box.closeout .loader {
        opacity: 0 !important;
    }

    #loader-box.closeout:after {
        opacity: 1;
        transform: scale(3);
        background-image: url("data:image/png;base64,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") !important;
    }

    #loader-box:after {
        transition: transform .1s linear;
        content: "";
        background-size: 64px;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 150px;
        height: 150px;
        top: 0;
        left: 0;
        background-image: url("../../images/favicon/favicon-32x32.png") !important;
    }

    #loader-box:after, .loader {
        position: absolute;
        opacity: .7;
    }

        .loader circle {
            animation: draw 2s ease-in-out infinite;
            transform-origin: 75px 75px;
            transform: rotate(-90deg);
        }

.loader-2 circle, .loader-6 circle {
    animation-delay: .5s;
}

.loader-7 circle {
    animation-delay: 1s;
}

.loader-4 circle, .loader-8 circle {
    animation-delay: 1.5s;
}

.loader-3 {
    left: -150px;
    transform: rotateY(180deg);
}

.loader-6, .loader-7, .loader-8 {
    left: -150px;
    transform: rotateX(180deg) rotateY(180deg);
}

.loader-5 circle {
    opacity: .2;
}

@keyframes draw {
    50% {
        stroke-dashoffset: 0;
        transform: scale(.5);
    }
}




.blended-image {
    background-image: url(../../images/man.jpg);
    background-size: 100%;
    background-position: bottom;
}

.header-info {
    background-color: #313041;
    min-height: 45px;
    line-height: 45px;
    vertical-align: middle;
    color: #aaaaaa;
}

.service-circle {
    background-color: rgba(220, 102, 31, .1);
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.theme-bg-light {
    background-color: rgba(220, 102, 31, .1);
}

.bg-soft-theme {
    color: #3e4095 !important;
    background-color: rgba(0, 40, 52, .1);
    border-color: transparent;
}

.lbl-large {
    font-size: 18px;
}

.bg-gradient {
    background-image: url("../../images/gradient-bg.svg");
    background-size: cover;
    background-position: center;
}

.bg-soft-theme-circle {
    background-color: #dc661f;
    border-color: transparent;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    z-index: 15;
    position: absolute;
    top: 65px;
    left: -15px;
}

.bg-theme-circle {
    background-color: #016870;
    border-color: transparent;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 5;
    bottom: 25px;
    right: -65px;
    position: absolute;
}


@media (max-width: 768px) {
    .bg-gradient {
        background-image: none;
        background-size: cover;
        background-position: center;
        background-color: #dc661f;
    }
}

.home_img_shadow {
    box-shadow: 0px 0px 10px 0px rgb(220, 220, 220);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(220, 220, 220);
    -moz-box-shadow: 0px 10px 0px 0px rgb(220, 220, 220);
    border: 1px solid #eeeeee;
}

.waves {
    background-image: url("../../images/waves.svg");
    background-size: cover;
    background-position: center;
    padding: 150px 0 20px 0;
}


.slider-home-01 {
    background-image: url(../../images/bg01.jpg)
}

.slider-home-02 {
    background-image: url(../../images/bg02.jpg)
}

.slider-home-03 {
    background-image: url(../../images/bg03.jpg)
}

.responsive-login {
    top: 180px;
    z-index: 1020;
    width: 400px
}

@media (max-width: 768px) {
    .responsive-login {
        z-index: 1020;
        width: 340px;
        margin: 0 auto;
    }

        .responsive-login .card {
            background-color: rgba(255, 255, 255, .9);
        }
}

.bg-theme {
    background-color: #76e8ff !important;
}



.feature-box * {
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 1;
    position: relative;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.feature-box-svg {
    position: relative;
}

    .feature-box-svg i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1
    }

.drop-shadow {
    filter: drop-shadow( 0 1px 4px rgba(0, 0, 0, .1))
}

.icon-medium {
    font-size: 40px;
}

.text-gradient-sky-blue-pink {
    background: linear-gradient(to right,#3e4095,#3e4095,#76e8ff,#76e8ff,#3e4095,#3e4095);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer_logo {
    width: 150px;
    display: block;
}

.text-theme {
    color: #3e4095 !important;
}

.staticPage .section_head {
    font-size: 1.5rem;
}

.staticPage_text {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    text-align: justify;
}

    .staticPage_text a {
        color: #3e4095;
    }

.staticPage_head {
    font-size: 1.2rem;
    font-weight: bold;
}

.staticList_item {
    position: relative;
    padding-left: .25rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: justify;
}

 
