@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap");

/*------------------------------------------------------------------

[Table of contents]

  1.  Header 
  2.  Navigation
  
------------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

* {
    font-family: "Open Sans", sans-serif;
}

body {
    background-color: #070c1f !important;
    overflow-x: hidden;
}

::selection {
    color: #ffffff;
    background-color: #16cf16;
}

footer {
    background-color: #070c1f !important;
}

.footer-bottom {
    border-top: 1px solid #a6a6a640;
}

/* Header
-------------------------------------------------------------- */

/* Navigation
-------------------------------------------------------------- */

.navbar-nav .nav-item .nav-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #16cf16 !important;
}

.navbar-nav .nav-item .nav-link.active {
    color: #16cf16 !important;
}

.header-nav {
    position: relative;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    background: rgba(7, 12, 31, 0.99);
    box-shadow: 0px 0px 10px 0px rgb(7 12 31 / 20%);
    padding: 16px 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.header-fix {
    position: fixed !important;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.navbar-brand {
    font-size: 30px !important;
    display: flex !important;
    align-items: center;
}

.navbar-dark .navbar-toggler-icon {
    background-image: none !important;
}

.navbar-toggler-icon i {
    color: #16cf16;
}

.navbar-toggler {
    background: #ffffff;
    border-radius: 3px !important;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
}

.btn-nav {
    border: 2px solid transparent;
    border-radius: 100px;
    color: #070c1f;
    font-size: 14px;
    padding: 16px 34px;
    background-color: #16cf16 !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
}

.btn-nav i {
    margin-right: 8px;
    font-size: 18px;
}

.fa-icon-style {
    color: #16cf16 !important;
}

.btn-nav:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.navbar-nav .nav-item .dropdown-menu {
    padding: 0px 16px;
    margin-top: 0px;
    font-size: 14px;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 14px 16px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
    color: #070c1f;
}

.navbar-nav .nav-item .dropdown-item:focus,
.navbar-nav .nav-item .dropdown-item:hover {
    color: #16cf16;
    text-decoration: none;
    background-color: transparent;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

/* Home
-------------------------------------------------------------- */

.home-bg {
    background-color: #070c1f;
    padding: 110px 0 130px 0;
}

.bg-text-dark-outline {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    -webkit-text-fill-color: #0c0512;
    -webkit-text-stroke: 1px;
    font-size: 268px;
    opacity: 0.2;
    font-weight: 600;
    text-transform: uppercase;
}

.home-content>h6 {
    color: #afafaf;
    font-weight: 400;
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.home-content>h1 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 32px;
    font-size: 72px;
}

.home-content p {
    color: #afafaf;
    font-weight: 400;
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 30px;
}

.home-btn {
    border: 2px solid transparent;
    color: #070c1f;
    padding: 16px 34px;
    display: inline-block;
    font-weight: 700;
    background-color: #16cf16;
    font-size: 14px;
    border-radius: 100px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.home-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.08);
}

.hero-image img {
    max-width: 100%;
    width: 100%;
    animation: animate-image 3s ease-in-out infinite;
    position: relative;
}


@keyframes animate-image {
    0% {
        top: 0px;
    }

    50% {
        top: -16px;
    }

    100% {
        top: 0px;
    }
}

.highlight-color-green {
    color: #16cf16;
}


/* Countdown
-------------------------------------------------------------- */

.countdown-content {
    background-color: #202536;
    padding: 48px 0;
    border-radius: 4px;
}

.countdown-bg {
    background: transparent url("../images/line.png") no-repeat center;
    position: relative;
}

.countdown-content h6 {
    color: #16cf16;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

.countdown-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}


.bg-darkish {
    background-color: #202536;
}

.count-top h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 36px;
}

.count-top h3 .highlight-color-green {
    color: #16cf16;
}

/* Login
-------------------------------------------------------------- */

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
    color: #ffffff;
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}


/* Responsiveness
-------------------------------------------------------------- */

@media (max-width: 767px) {
    .home-bg {
        height: 100%;
    }

    .home-slider {
        height: 100%;
    }

    .home-slider .carousel-inner {
        padding: 0px;
    }

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

    .hero-video iframe {
        max-width: 100%;
        width: 100%;
    }

    .carousel-style {
        margin-bottom: 2.5rem !important;
    }

    .content-main .faq-accordion-style {
        max-width: 100%;
    }

    .home>h1 {
        font-size: 48px;
    }

    .cta-area-bg {
        padding: 80px 0 0 0;
    }

    .outline-btn {
        margin-bottom: 16px;
    }
}

@media (max-width: 991px) {
    .header-nav {
        margin: 0px !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .btn-nav {
        margin-top: 16px;
        width: 204px;
    }

    .navbar-nav .nav-item .nav-link {
        margin: 3px 0;
        padding: 9px 0px;
    }

    .navbar-nav .nav-item .nav-link:hover {
        padding: 9px 24px;
        background: #16cf16;
        color: #ffffff !important;
        border-radius: 100px;
    }

    .navbar-toggler:hover {
        background: #16cf16 !important;
    }

    .navbar-toggler:hover i {
        color: #ffffff !important;
    }

    .home-bg {
        height: 100%;
        padding: 0px 0 80px 0;
    }

    .home-slider {
        height: 100%;
        padding: 0;
    }

    .home-slider .carousel-inner {
        padding-top: 0px;
        margin-bottom: 56px;
    }

    .home-content {
        margin-top: 5em;
        margin-bottom: 56px;
    }

    .home-content>h1 {
        font-size: 60px;
    }

    .countdown-bg {
        background: none;
    }

    .countdown-content {
        margin-bottom: 28px;
    }

    .about-bg {
        padding-top: 80px;
    }

    .about-image img {
        margin-bottom: 0px;
    }

    .cloud-spread-bg {
        padding-top: 80px;
    }

    .content-main {
        margin-top: 56px;
    }

    .do-dont-bg {
        padding-top: 80px;
    }

    .do-dont-list-main {
        margin-bottom: 32px;
    }

    .pagination-style {
        max-width: 100%;
        width: 100%;
        justify-content: center;
        margin: -16px 0 48px 0;
    }

    .do-dont-top h3 {
        margin-bottom: 24px;
        margin-top: 0px;
    }

    .content-main .content-bottom-width p {
        margin: 0 auto 56px;
    }

    .cta-area-bg {
        padding: 80px 0 0 0;
    }

    .footer-bg {
        padding: 80px 0px 80px 0px;
    }

    .footer-social-links {
        margin-bottom: 32px !important;
    }

    .footer-last {
        align-items: center;
        flex-flow: column;
    }
}

/* Inputs
-------------------------------------------------------------- */

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

select option:focus {
    background-color: rgba(255, 255, 255, 0.141);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #93959e;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #93959e;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #93959e;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group select,
.form-group select option,
.form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.141);
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 16px;
    color: #ffffff;
    transition: all 500ms ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border: 1px solid #16cf16 !important;
}

.form-group textarea {
    height: 150px;
    resize: none;
    padding-top: 25px;
    border-radius: 25px;
}


/* CTA Area
-------------------------------------------------------------- */
.cta-area-bg {
    padding: 10px 0 0 0;
    color: #ffffff;
}

.cta-area-inner-bg {
    background-color: #202536;
    border-radius: 5px;
}

.outline-btn {
    border: 1px solid #16cf16;
    background-color: transparent;
    color: #ffffff;
}

.outline-btn:hover {
    background-color: #16cf16;
    color: #070c1f;
}

.outline-btn i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: text-bottom;
}

.cta-area-inner-bg .content-bottom-width p {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 48px;
}


/* Telerady */

#teleRadDivOverlayWrapper {
    display: none;
}

.card-bg {
    background-color: #202536 !important;
}

.custom-table thead {
    background: #202536;
    border-bottom: solid 2px #070c1f;
    font-size: 13px;
}

.custom-table {
    min-width: 900px;
}

.custom-table thead tr,
.custom-table thead th {
    border-top: none;
    border-bottom: none !important;
    color: #fff;
}

.custom-table tbody th,
.custom-table tbody td {
    color: #777;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 300;
}

.custom-table tbody th small,
.custom-table tbody td small {
    color: #b3b3b3;
    font-weight: 300;
}

.custom-table tbody tr:not(.spacer) {
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 12px;
}

.custom-table tbody tr:not(.spacer):hover {
    -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
}

.custom-table tbody tr th,
.custom-table tbody tr td {
    background: #202536;
    border: none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.custom-table tbody tr th a,
.custom-table tbody tr td a {
    color: #b3b3b3;
}

.custom-table tbody tr td i {
    cursor: pointer;
}

.custom-table tbody tr th:first-child,
.custom-table tbody tr td:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.custom-table tbody tr th:last-child,
.custom-table tbody tr td:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.custom-table tbody tr.spacer td {
    padding: 0 !important;
    height: 3px;
    border-radius: 0 !important;
    background: transparent !important;
}

.custom-table tbody tr.active th,
.custom-table tbody tr.active td,
.custom-table tbody tr:hover th,
.custom-table tbody tr:hover td {
    color: #fff;
    background: #141c33;
}

.custom-table tbody tr.active th a,
.custom-table tbody tr.active td a,
.custom-table tbody tr:hover th a,
.custom-table tbody tr:hover td a {
    color: #fff;
}

/* Custom Checkbox */
.control {
    display: block;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 18px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 2px solid #3f3f47;
    background: transparent;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    border: 2px solid #007bff;
}

.control input:checked~.control__indicator {
    border: 2px solid #007bff;
    background: #007bff;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
    border: 2px solid #ccc;
}

.control__indicator:after {
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked~.control__indicator {
    background-color: #007bff;
    opacity: 0.2;
    border: 2px solid #007bff;
}

.text-green {
    color: #16cf16;
}

pre {
    color: #fff !important;
}

.modal-content {
    background-color: #070c1f !important;
}

.modal-content .modal-header {
    color: #16cf16;
    border-bottom: none;
}

.modal-content .modal-footer {
    border-top: none;
}

.rounded-circle {
    font-size: 16px;
    color: #93959e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.141);
    border: none;
    border-radius: 50%;

}

.rounded-circle:hover {
    color: #fff;
    background-color: #16cf16;
}



.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb,
.breadcrumb-item a {
    color: #16cf16 !important;
}


.radio-toolbar {
    margin: 10px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.radio-toolbar label:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.radio-toolbar input[type="radio"]:focus+label {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.radio-toolbar input[type="radio"]:checked+label {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.filter-switch label {
    cursor: pointer;
}

.filter-switch-item input:checked+label {
    color: inherit;
    background-color: #9fe79f !important;
}

.filter-switch-item input:not(:checked)+label {
    --bg-opacity: 0;
    box-shadow: none;
}

.filter-switch-item label {
    margin-bottom: 0.0rem;
}

.dropzone {
    background-color: #202536 !important;
}

.dropzone .dz-preview.dz-image-preview {
    background-color: transparent !important;
}