/*!
Theme Name: KnowledgeBase
Theme URI: https://www.quantumcloud.com/products/themes/knowledgebase-theme
Author: quantumcloud.com
Author URI: https://www.quantumcloud.com/
Description: Description
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: knowledgebase

*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
 box-sizing: border-box; /* 1 */
 padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
 -webkit-appearance: textfield; /* 1 */
 outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
 -webkit-appearance: button; /* 1 */
 font: inherit; /* 2 */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
header.header {
	padding: 15px 0;
	box-shadow: 0 0 12px 1px #e9e9e9;
}
a.Logo img {
	max-width: 240px;
	margin: 4px 0 0 0;
}
.main_nav a {
	text-transform: uppercase;
	color: #222 !important;
	font-weight: 600;
}
.main_nav a:hover {
	color: #0f75bd !important;
}
.navbar {
	padding: 1rem 0rem !important;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
.banner {
	background: rgba(15,116,189,1);
	background: -moz-linear-gradient(left, rgba(15,116,189,1) 0%, rgba(37,169,226,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,116,189,1)), color-stop(100%, rgba(37,169,226,1)));
	background: -webkit-linear-gradient(left, rgba(15,116,189,1) 0%, rgba(37,169,226,1) 100%);
	background: -o-linear-gradient(left, rgba(15,116,189,1) 0%, rgba(37,169,226,1) 100%);
	background: -ms-linear-gradient(left, rgba(15,116,189,1) 0%, rgba(37,169,226,1) 100%);
	background: linear-gradient(to right, rgba(15,116,189,1) 0%, rgba(37,169,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f74bd', endColorstr='#25a9e2', GradientType=1 );
	min-height: 600px;
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	align-items: center;
}
.banner-content h1 {
	color: #fff;
	font-weight: bold;
	font-size: 70px;
	text-transform: uppercase;
	text-shadow: 0 1px 3px #222;
}
.banner-content p {
	color: #fff;
	font-size: 20px;
	padding: 12px 0 0 0;
	max-width: 800px;
	margin: 0 auto;
}
footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	padding: 60px 0 0;
}
footer .brand img {
	width: 180px;
	padding-top: 50px;
	padding-bottom: 50px;
}
footer h6 {
	font-weight: 400;
}
footer .footer-links {
	padding-top: 5px;
}
footer ul {
	padding: 0;
	padding-top: 0px;
}
footer .footer-links li {
	display: block;
	list-style: none;
}
footer li {
	position: relative;
}
footer .footer-links li a {
	color: #86939e;
	line-height: 26px;
}
footer .social {
	padding: 20px 0 0 0;
}
.social li {
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 40px;
	font-size: 18px;
	margin-right: 15px;
	text-align: center;
}
.facebook {
	background: #507cbe;
}
.social li a {
	color: #fff;
}
.twitter {
	background: #63cdf1;
}
footer li {
	position: relative;
}
.gplus {
	background: #f16261;
}
footer .copyrights {
	padding: 10px 0;
	font-weight: 300;
}
.copyrights p {
	font-size: 14px;
}
.knowledgebase-Section {
	margin: 0;
	padding: 0 0 0 0;
	/*background: url(images/knowledgebase_bg.png) no-repeat center;*/
	background-attachment: fixed;
}
.archive-header, .page-header {
	border-bottom: none;
}
.knowledgebase-utilities {
	margin: 0;
	padding: 60px 0;
	background: #fafafa;
}
.utilitiesBox {
	background: #fff;
	box-shadow: 0px 3px 20px 0 rgba(0,0,0,0.075);
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	margin: 10px 5px;
	padding: 15px;
	position: relative;
	transition: transform 0.3s, box-shadow 0.3s;
}
.kbx-popular-content, .kbx-stricky-content, .kbx-recent-content {
	overflow: hidden;
}
/*.utilitiesBox::before {
	background: linear-gradient(to right, #1c79c0, #0389ff, #0dd3ff);
	content: '';
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
	top: -2px;
}*/
.utilitiesBox ul {
	margin: 0;
	padding: 0;
}
.utilitiesBox:hover {
	box-shadow: 0px 3px 50px 0 rgba(0,0,0,0.075);
	transform: translateY(-5px);
}
.knowledgebase-About {
	margin: 0;
	padding: 80px 0 0 0;
}
.BannerDetails {
	margin: 0;
	padding: 0;
}
.BannerDetails h2 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 50px;
}
.BannerDetails p {
	margin: 0;
	padding: 18px 0 0 0;
	font-weight: 300;
	color: #5c5c5c;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
}
.BannerDetails {
	margin: 0;
	padding: 0;
	align-items: center;
	display: grid;
	justify-content: center;
	align-content: center;
	height: 100%;
	width: 100%;
}
a.moreDetails {
	background-color: #0389ff;
	display: inline-block;
	color: #fff;
	padding: 15px 20px;
	position: relative;
	transition: background-color 0.3s;
	max-width: 180px;
	text-align: center;
	margin: 25px 0 0 0;
}
a.moreDetails:hover {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}
a.moreDetails::before {
	background: linear-gradient(to right, #0389ff, #0dd3ff);
	bottom: -2px;
	content: '';
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
}
a.moreDetails::after {
	background: linear-gradient(36deg, #0dd3ff, #0389ff);
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*.utilitiesBox::before {
	background: linear-gradient(to right, #1c79c0, #0389ff, #0dd3ff);
	content: '';
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
	top: -2px;
}*/
.sticky-articleList li {
	overflow: hidden;
	height: 24px;
	margin: 10px 0;
}
.utilitiesBox h3 {
	color: #5c5c5c;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
}
.knowledgebase-Section .sectin-title h2 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 50px;
}
.knowledgebase-Section .sectin-title p {
	margin: 0;
	padding: 18px 0 0 0;
	font-weight: 300;
	color: #5c5c5c;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
}
.knowledgebase-Section .sectin-title h2::after {
	background: linear-gradient(to right, #1c79c0, #0389ff, #0dd3ff);
	content: '';
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
	top: 70px;
	max-width: 400px;
	margin: 0 auto;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 50px;
}
p {
	font-weight: 300;
	color: #5c5c5c;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 50px;
}
.home .wrap section {
	padding: 80px 0 60px 0;
}
.home .large-cta {
	padding: 130px 0 100px 0;
}
.large-cta {
	background: linear-gradient(36deg, #0dd3ff, #0389ff, #1c79c0);
	padding: 100px 0;
	position: relative;
	text-align: center;
}
.large-cta h2, .large-cta p {
	color: #fff !important;
	margin: 0 auto 50px;
}
.button.light {
	background: #fff;
	color: #1c79c0;
}
.button::before {
	background: linear-gradient(to right, #0389ff, #0dd3ff);
	bottom: -2px;
	content: '';
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
}
.button.light::after {
	background: linear-gradient(36deg, #5ADAFD, #51B9FD);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 0;
}
.button::after {
	background: linear-gradient(36deg, #0dd3ff, #0389ff);
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.button span {
	position: relative;
	z-index: 1;
}
.large-cta .large-cta-lines.right {
	right: -5%;
	top: -30%;
}
.large-cta .large-cta-lines {
	position: absolute;
}
.large-cta .large-cta-lines.left {
	bottom: -30%;
	left: -10%;
}
.large-cta .large-cta-lines {
	position: absolute;
}
.home .large-cta {
	overflow: hidden;
}
.large-cta h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 50px;
}
a.ContactBtn {
	background: #fff;
	padding: 15px 40px;
	color: #007bff;
}
a.ContactBtn:hover {
	text-decoration: none;
}
.main_nav a {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
}
.main_nav li {
	padding: 0 0 0 20px !important;
}
.knowledgebase-utilities .sectin-title p {
	padding: 28px 0 0 0;
}
.knowledgebase-utilities .sectin-title {
	padding: 0 0 60px 0;
}
.main_nav li ul {
	margin: 0;
	padding: 0;
}
.main_nav li ul li {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
	width: 240px;
}
.main_nav li ul li a {
	padding: 8px 12px;
}
.main_nav li ul li a:hover {
}
.dropdown-menu {
	top: 70px !important;
	border-radius: 0 !important;
}
/*.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}*/

.Error-page {
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
}
a.back-home {
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: center;
}
 @media (max-width: 991px) {
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 3px !important;
	padding-left: 3px !important;
}
}
@media (max-width: 767px) {
.home .hero {
	padding-top: 0 !important;
}
.knowledgebase-About {
	margin: 0;
	padding: 0;
}
.BannerDetails {
	margin: 50px 0 100px 0;
}
.navbar {
	z-index: 99999;
	padding: 10px 10px !important;
	margin: 15px 0 0 0;
	background: #eee;
}
a.Logo {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.large-cta .left {
	display: none;
}
.large-cta .right {
	display: none;
}
}
.innerBannerTop {
	margin: 0;
	padding: 80px 0;
}
.innerBannerTop h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.blog-timeline {
	margin: 0;
	padding: 60px 0;
}
.blog-timeline ul {
	margin: 0;
	padding: 0;
}
.blog-timeline ul li {
	display: inline-block;
}
.blog-timeline .post-img img {
	width: 100%;
	height: auto;
}
.blog-timeline .post-content h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 20px 0 35px 0;
	color: #222;
	position: relative;
}
.blog-timeline .post-content h3 a {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 20px 0 35px 0;
	color: #222;
	position: relative;
}
.blog-timeline ul li a:hover {
	text-decoration: none;
}
.blog-timeline .post-content h3::after {
	background: linear-gradient(to right, #1c79c0, #0389ff, #0dd3ff);
	content: '';
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
	top: 70px;
	max-width: 100%;
	margin: 0 auto;
}
a.blog_read {
	display: block;
	background-color: #168eea !important;
	color: #fff !important;
	max-width: 120px;
	text-align: center;
	margin: 5px 0 30px 0;
	line-height: 15px;
	padding: 10px 0;
	border-radius: 5px;
}

a.blog_read:hover {
	background-color: #222 !important;	
}

.blog-details{
	margin:0;
	padding:60px 0;
}
.blog-details img{
	height:auto;
	padding:20px 0;
}
.form-submit input.submit{
	background-color: #168eea !important;
	color: #fff !important;
	border:none;	
}
.comment-form input{
	width:100%;
	padding:0 5px;
}

.comment-form textarea{
	width:100%;
	height:120px;
}

h2.widget-title{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 22px;
	color:#222;
	padding: 12px 0 0 0;
}
h2.widget-title::after {
	background: linear-gradient(to right, #1c79c0, #0389ff, #0dd3ff);
	content: '';
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
	max-width: 92%;
margin: 45px auto 0 auto;
}

section.widget ul{
	margin:0 0 0 18px;
	padding:0;
}

section.widget ul li{
	margin:0;
	padding:5px 0;
	list-style: square;
	width:100%;
}
section.widget ul li a:hover{
	text-decoration:none;
	color:#222;
}

section.widget form.search-form input{
	width:100%;
	border:1px solid #eee;
	margin:0;
	padding:6px 4px;
}
section.widget form.search-form label{
	width:100%;
}

section.widget form.search-form input.search-submit{
	background-color: #168eea !important;
	color: #fff !important;
	font-weight:bold;
	text-transform:uppercase;	
}

.kbx-section-heading h2{
 	
}
.linkedin {
    background: #507cbe;
}
.instagram {
    background: #63cdf1;
}
ul.list-main li{
	display:inline-block;
	width:100%;
}

.PageBuilder-editor{
	margin:0;
	padding:60px 0;
}