html{
    height: 100%;
}
body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    color: #4d4d4d;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
a {
    color: #444;
    text-decoration: none;
    background-color: transparent;
}
.form-control{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #212529;
    color: #999;
    font-size: 13px;
}
#footer a{
    color: #88837F;
}
#footer a:hover{
    color: #999;
}
a:hover{
    text-decoration: none;
}
.static_link, .static_link:hover{
    color: #0077FF;
}
.inactive_link{
    color: #444444;
}
.inactive_link:hover{
    color: #6BAFFF;
}
/* Navbar */
.navbar{
    font-weight: 400;
    border-bottom: 1px solid #EDEDED;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-light .navbar-nav .nav-link {
    color: #444;
    font-size: 15px;
font-weight: 600;
letter-spacing: -0.4px;
}
.navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #2276D2;
    text-decoration: none;
}
/* Heading */
.heading{
  font-weight: 500;
font-size: 22px;
padding-top: 10px;
text-align: center;
}
.h2 .heading{
  font-weight: 600;
font-size: 22px;
padding-top: 10px;
}
.text-muted {
    display: none;
}

.sub_heading{
    font-weight: 500;
    font-size: 24px;
    margin-top: 5px;
    line-height: 35px;
      text-align: center;
}
.h3, h3 {
    font-size: 1.25rem;
}
/* Knowledge base */
.slider-block{
    background-color: #E6F4FF;
    background-position: top;
    background-size: cover;
    color: #1b1e21;
}
.slider-block .slider-content{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
}
.slider-block .slider-content h1{
  font-weight: 600;
margin-bottom: 30px;
font-size: 36px;
color: #444;
}
a.kb_category{
  font-weight: 500;
font-size: 16px;
color: #444;
}
.h4, h4 {
    font-size: 1rem;
}
a.kb_category:hover{
    color: #0077FF;
}
.kb_total_articles{
    color: #B3B3B3;
}
.kb_article_icon{
    color: #C7C7C7;
}
.kb_article_icon_lg{
    color: #E5E5E5;
}

.article_description{
    color: #999;
    font-size: 14px;
        display: none;
}

.pointer{
    cursor: pointer;
}
.bg-staff{
    background-color: #FFF5E5;
}
