html{
    height: 100%;
}
body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
	background-color: #020610 !important;
}
.form-control{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
#footer {
   position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #EFEFEF;
    color: #ffffff;
    font-size: 13px;
    border-color: #1dd3d3;
    border-top: 1px solid;
    background-color: #0c1019;
	box-shadow: -1px 2px 9px 0px rgba(221, 221, 221, 1);
}
#footer a{
    color: #88837F;
}
#footer a:hover{
    color: #999;
}
a:hover{
    text-decoration: none;
}
.static_link, .static_link:hover{
    color: #0077FF;
}
.inactive_link, .inactive_link:hover{
    color: #6BAFFF;
}
/* Navbar */
.navbar{
    font-weight: 400;
    -webkit-box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    -moz-box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #2276D2;
    text-decoration: underline;
}
/* Heading */
.heading{
    font-weight: 200;
    font-size: 42px;
    line-height: 48px;
    padding-top: 10px;
}
.sub_heading{
    font-weight: 200;
    font-size: 36px;
    margin-top: 5px;
    line-height: 35px;
}
/* Knowledge base */
.slider-block{
    background: url("../images/slider.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    color: #ffffff;
}
.slider-block .slider-content{
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.slider-block .slider-content h1{
    font-weight: 300;
    margin-bottom: 50px;
}
a.kb_category{
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}
a.kb_category:hover{
    color: #0077FF;
}
.kb_total_articles{
    color: #B3B3B3;
}
.kb_article_icon{
    color: #C7C7C7;
}
.kb_article_icon_lg{
    color: #E5E5E5;
    font-size: 40px;
}

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

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

.navbar-light .navbar-toggler-icon
Specificity: (0,2,0)
 {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e)!important;
	}
	
.navbar-light .navbar-toggler
Specificity: (0,2,0)
 {
    color: rgb(249 246 246 / 50%)!important;
    border-color: rgb(255 255 255 / 10%)!important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem
20px
;
    line-height: 1;
    background-color: rgb(255 255 255)!important;
    border: 1px solid rgb(255 255 255)!important;
    border-radius: .25rem;
}

.list-group-item
 {
    position: relative !important;
    display: block !important;
    padding: .75rem 1.25rem !important;
    margin-bottom: -1px !important;
    background-color: #ffffff0a !important;
    border: 1px solid rgb(255 255 255 / 16%) !important;
}

@media (min-width: 992px) {
    .col-lg-8 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
        border: 1px solid #0c1019 !important;
  border-radius: 5px;
}