a {
    transition: .3s ease-in-out all;
}

.comic {
    /* font-family: 'Vanilla'; */
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
}

.no-ds {
    display: none;
}

.bt {
    white-space: nowrap;
    font-weight: normal;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: .9em;
    padding: 12px !important;
    text-decoration: none;
    margin-bottom: 3px;
}

.bg-secondary {
    background: #ff6701 !important;
}

    .bg-secondary:hover {
        background: #081b2ece !important;
    }



.bg-primary {
    background: #007fff !important;
}

    .bg-primary:hover {
        background: #081b2ece !important;
    }

.bg-gray {
    background: #fff;
    border: 1px solid #007fff;
    color: #007fff;
    transition: .2s ease-in-out all;
    position: relative;
    background-size: 0%;
}


    .bg-gray:hover {
        border-color: #fff !important;
        color: #fff !important;
        background: #ff6701;
    }


.text-secondary {
    color: #ff6701 !important;
}

.text-primary {
    color: #007fff !important;
}

p {
    line-height: 1.7em !important;
    padding: 10px 0px 10px;
    color: #222;
    letter-spacing: -0.5px;
}

.gray {
    background: #ecf0f1 !important;
    padding: 50px 0px;
}

.moving-clouds {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 250.625em;
    height: 43.75em;
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite;
    display:none;
}

.navigation {
    z-index: 60;
    padding-left: 30px;
}

.blue-container {
    background: #007fff;
    color: #fff;
    padding-right: 50px 0px;
}

@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.check {
    font-size: .9em;
    line-height: .9em;
}

.check-lbl {
    padding-left: 10px;
    font-size: .7em;
    color: #222;
    display: inline-flex;
    margin-top: -2px;
}
