html{
	height: 100%;
}
body {
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
	color:#4d4d4d;;
	background-color: #f2f4f7;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 14px !important;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.btn-outline-light{
	opacity: .7;
	padding: 10px 25px;
	border: 2px solid rgba(255,255,255,.8);
}

.btn-outline-light:hover{
	background-color: inherit;
	border-color: inherit;
	opacity: 1;
}
.btn-rounded {
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	-ms-border-radius: 10em;
	border-radius: 10em;
}
.alert-danger {
	background-color: #EE483B;
	border-color: #EE483B;
	color: #ffffff;
}

.content-box {
	background: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.notes {
	background: #f0f0f0;
	padding: 20px;
}

a {
	color: #007bff;
	text-decoration: none;
	outline: none !important;
}
#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 13px;
	padding: 25px 0;
	background-color: #2b2d2e;
	color: #aeaeae;
	z-index: -1;
}

#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;
	background: #007bff;
	color: #FFF;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	padding: 2px 15px;
	height: 64px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-light .navbar-nav .nav-link {
	color: #03363D;
}
.navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #2276D2;
	text-decoration: underline;
}

.navbar a {
	font-weight: 600;
	color: #fff !important;
}
.navbar .navbar-brand{
	font-weight: 600;
	color: #fff;
	font-size: 14px;
}

.navbar .nav li a {
    font-weight: 600;
    color: #fff;
}
.navbar a.current {
    opacity: 1 !important;
}
.navbar a.nav-link {
    color: #FFF;
    background-color: unset !important;
    line-height: 45px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: .7;
}

/* 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;
	color: #1b1e21;
	background-position: center bottom;
	background-size: cover;
	
}
.searchbox-bar{
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	padding: 2px;
	background-color: #FFF;
}
.intro h1 {
	color: #ffffff;
	font-size: 40px !important;
	margin-bottom: 25px !important;
	font-weight: 500 !important;
}
.intro p {
	color: #ffffff  !important;
	font-size: 18px;
	margin-top: 20px  !important;
}
.btn-search{
	border-radius: 100px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 25px !important;
    height: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    font-size: 14px !important;
}

.home-button .fas {
    font-size: 75px  !important;
}
.home-button h3 {
    font-size: 21px !important;
}
.searchbox-bar input, .searchbox-bar input:focus{
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}
.searchbox-bar .fa{
	font-size: 18px;
	position: relative;
	line-height: 50px;
	top: 0px;
	right: 10px;
	display: block;
	width: 20px;
	box-sizing: content-box;
	height: 50px;
	color: #999;
}

.searchbox-bar button{
	border-radius: 100px !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0 25px;
	height: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	font-size: 14px;
}
.slider-block .slider-content.faqs{
	text-align: center;
	padding: 60px 0 60px;
}
.slider-block .slider-content{
	text-align: center;
	padding: 120px 0 120px;
}
.slider-block .slider-content h1{
	font-weight: 300;
	margin-bottom: 50px;
	color:#fff;
}

.slider-block .slider-content p{
	color:#fff;
}

.home-button {
	margin: 70px 0;
}

a.kb_category{
	font-weight: 400;
	font-size: 20px;
	color: #4C4C4C;
}
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;
}