html{
    height: 100%;
}
body {
    position: relative;
    margin: 0;
    padding-bottom: 4rem;
    min-height: 100%;
    color: #4d4d4d;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
.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: #d4e1e5;
    color: #000;
    font-size: 13px;
}
#footer a{
    color: #000;
}
#footer a:hover{
    text-decoration: underline;
} 
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: 10px;
    padding-bottom: 10px;
}
.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;
}
/* 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;
	color: #000;
}
.breadcrumb-links .inactive_link, .breadcrumb-links .inactive_link:hover{
	color: #363636;
}
.breadcrumb-links .static_link, .breadcrumb-links .static_link:hover {
	color: #000000;
}
/* Knowledge base */
.slider-block{
    background: url("../images/slider.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    color: #1b1e21;
	position: relative;
}
.slider-block .slider-content{
    text-align: center;
/*    padding-top: 100px;
    padding-bottom: 100px;*/
	padding-top: 70px;
    padding-bottom: 70px;
}
.slider-block .slider-content h1{
    font-weight: 300;
    margin-bottom: 15px;
	font-size: 3.5rem;
}
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;
	padding: 0px !important;
}
.kb_article_icon_lg{
/*    color: #E5E5E5;
    font-size: 40px;*/
	color: #ffffff;
    font-size: 23px;
    background-color: #f5861f;
    padding: 15px;
    border-radius: 50px;
    height: 50px;
    width: 50px !important;
	vertical-align: middle !important;
}

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

.pointer{
    cursor: pointer;
}
.bg-staff{
    background-color: #FFF5E5;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d1d1d1;
    background-color: #f4841f;
    color: #fff !important;
}
.container.mt-5 {
    margin-top: 6rem !important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #d1d1d1;
}
img.user-avatar { border: solid 1px #ccc;}
/*nav.navbar { background-color: #fff9e9; } */
nav.navbar .navbar-nav .nav-item .nav-link{color: #000; text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
nav.navbar .navbar-nav .nav-item .nav-link:hover { background-color: #ff5528; color: #fff; }
nav.navbar .navbar-nav .nav-item .nav-link:focus { text-decoration: none;}
.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {background-color: #e97b0f;}
.section-block-action {
/*	background-image: -moz-linear-gradient( 62deg, rgb(253,100,79) 0%, rgba(242,142,38,0.99608) 100%);
    background-image: -webkit-linear-gradient( 62deg, rgb(253,100,79) 0%, rgba(242,142,38,0.99608) 100%);
    background-image: -ms-linear-gradient( 62deg, rgb(253,100,79) 0%, rgba(242,142,38,0.99608) 100%);
	color: #fff;*/
	background: url("../images/support-banner.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
	position: relative;
	width: 100%;
    background-attachment: fixed;
	margin-bottom: -15px;
}
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #f5861f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 60px 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    border-radius: 33px;
    z-index: 1;
    line-height: 34px;
}
.thm-btn::before {
    position: absolute;
    content: '';
    background-color: #ff5528;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-btn:hover {
    color:  #ffffff;
    background-color: transparent;
}
.thm-btn:hover::before {
    height: 380%;
}
.pb-6, .py-6 {
    padding-bottom: 6rem!important;
}
.pt-6, .py-6 {
    padding-top: 6rem!important;
}
.main-section .accordion .card-box.padding-edges>h1{
	font-size: 28px;
}
.row.search-sec {
    margin-top: 6rem;
}
/*.row{
	padding-top: 10px;
}
*/












