html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar {
    --bs-navbar-padding-y:.7rem;
}
    .navbar .navbar-brand {
        padding: 0;
    }

    .navbar .nav-item {
        font-size:16px;
        font-weight:700;
    }

    .navbar .navbar-nav li a{
        color: var(--primary-foreground)
    }

.footer.footer .navbar-nav li a {
    color: var(--secondary-foreground);
}

.footer.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background: #555;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(223,223,223,.175);
    -moz-box-shadow: 0px 0px 14px 2px rgba(223,223,223,.175);
    box-shadow: 0px 0px 14px 2px rgba(223,223,223,.75);
    border-top: 1px solid #d9dbde;
    text-align: center;
    color: var(--secondary-foreground);
}


    .navbar .navbar-nav li,
    footer.footer .navbar-nav li {
        line-height: 25px;
    }

        .navbar .navbar-nav li a:focus,
        .navbar .navbar-nav li a:hover,
        footer.footer .navbar-nav a:focus,
        footer.footer .navbar-nav a:hover {
            color: var(--main-app-color);
            text-decoration: none;
        }

        .navbar .navbar-nav li.active a span,
        footer.footer .navbar-nav li.active a span {
            border-bottom: 4px var(--main-app-color) solid;
            line-height: 28px;
            padding-bottom: 4px;
        }

        .navbar .navbar-nav li.active a,
        footer.footer .navbar-nav li.active a {
            color: var(--main-app-color);
            text-decoration: none;
        }

.top-feattxt h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    color: #555555;
    margin-top: 230px;
    margin-bottom: 50px;
}

.top-feattxt {
    height: 600px;
    position: relative;
    top: 0;
}

    .top-feattxt .hero-img {
        position: absolute;
        top: -140px;
        right: 0;
        width: 600px;
        height: 600px;
        z-index: 1;
    }

.simpleslide-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}


.top-feattxt .arrow-btn {
    position: relative;
    top: 40px;
}


.top-feattxt h1 .word-1 {
    color: #455a64;
}

.top-feattxt h1 .word-2 {
    color: #5e8e3e;
}

.frm-btn {
    background-color: #1dbefa;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 16px 39px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    will-change: box-shadow,transform;
    transition: box-shadow 0.3s cubic-bezier(.4,0,1,1),background-color 0.5s cubic-bezier(.4,0,.2,1);
    text-transform:uppercase;
}

    .frm-btn:hover {
        -webkit-box-shadow: 0px 4px 8px 4px rgba(23,23,23,.25);
        -moz-box-shadow: 0px 4px 8px 4px rgba(23,23,23,.25);
        box-shadow: 0px 4px 8px 4px rgba(23,23,23,.25);
        background-color: #1dbefa;
        opacity: .9;
        text-decoration: none
    }

    .frm-btn.active {
        background-color: #5e8e3e;
    }

    .popover-content .frm-btn,
    .frm-btn.login-btn {
        padding: 6px 12px;
        font-size: 16px;
        width: 245px;
    }

a.frm-btn,
a.frm-btn-2,
a.frm-btn-3 {
    color: #fff;
    text-decoration: none;
}

    a.frm-btn:hover,
    a.frm-btn-2:hover,
    a.frm-btn-3:hover {
        text-decoration: none;
        color: #fff;
    }

.card-body {
    min-height: 83vh;
    flex: 1 1 auto;
    overflow-y: auto;
}

    .card-body::-webkit-scrollbar {
        width: 1rem;
    }

    .card-body::-webkit-scrollbar-track {
        background: #f2f2f2;
    }

    .card-body::-webkit-scrollbar-thumb {
        background-color: #000000;
        border-radius: 10px;
        border: 3px solid #f2f2f2;
    }

.w-80 {
    width: 80%;
}
