@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap');

body {
	font-family: 'Raleway', sans-serif;
}

.navbar {
	position: fixed;
	width: 100%;
	z-index: 2;
}

nav big {
	letter-spacing: 1px;
	font-weight: 400;
	color: #fff;
	margin-top: 3px;
}

.navbar .nav-link {
	border-bottom: 1px solid transparent;
	color: #fff;
	margin: 10px 5px;
	padding: 9px 20px !important;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 0;
	font-weight: 600;
	transition: all 0.4s;
}


.navbar .nav-link:hover {
	color: #e8b623;
	border-bottom: 1px solid #e8b623;
}

.btn-signin {
	border: 1px solid #12b16f !important;
	background-color: #12b16f;
	color: #fff !important;
}

.btn-success {
	background-color: #12b16f;
}

.btn-success:hover {
	background-color: #008e6d;
}

.navbar-brand img {
	max-height: 50px;
}

.support-nav {
	background-color: rgb(13, 2, 99, 0.8);
	transition: all 0.4s;
}

section.search {
	height: 400px;
	padding: 1rem;
	position: relative;
	background-size: cover;
	background-position: center;
}

section.search::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#0d0263a8,#7b008e91);
}

.search-inner {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 100%;
	max-width: 630px;
	z-index: 1;
	padding: 1rem;
}

.search-inner h3 {
	margin-bottom: 1.5rem;
}

.search-inner .form-group {
	position: relative;
	margin: 0;
}

.search-inner .form-control {
	height: 52px;
	border-radius: 25px;
	padding-right: 46px;
	padding-left: 20px;
	border: none;
	font-weight: 500;
}

.search-inner .btn {
	position: absolute;
	right: 3px;
	top: 3px;
	height: 46px;
	border-radius: 23px;
	width: 46px;
	border: none;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
}

.search-inner .btn:focus {
	box-shadow: none;
}

.faqs {
	background-color: #fbfcfc;
	padding: 1.5rem 0 0.5rem 0;
}

.faqs-dv {
	text-align: center;
}

.faqs-dv a {
	display: inline-block;
	width: 212px;
    height: 160px;
	margin: 3px;
	transition: all 0.4s;
	position: relative;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}

.faqs-dv a:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.faq-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.faq-inner i {
	font-size: 3em;
	display: inline-block;
	color: #771cda;
}

.faq-inner h4 {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #646777;
	margin-bottom: 1rem;
}

.faq-inner i::before {
	background: -webkit-linear-gradient(#ad00d4, #fbcf3e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}​

/*
	/*Footer
*/

.footer {
	background-color: #2c2d39;
}

.footer {
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

.footer-bottom {
	background-color: rgba(44, 45, 57, 0.75);
	padding: 2rem 1rem;
}

.footer-pages {
    text-align: center;
    position: relative;
    color: #999;
    padding: 10px;
}

.footer-pages a {
    font-size: 10px;
    color: #ccc;
    text-transform: uppercase;
}

.copyright {
    color: #999;
    font-size: 10px;
    text-align: center;
}

.footer label {
	display: block;
	font-weight: 600;
	color: #fff;
}

.social-footer {
	display: inline-block;
	width: 300px;
	padding-top: 4rem;
	padding-left: 3rem;
	vertical-align: top;
}

.social-inner a {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #fff;
	position: relative;
}

.social-inner a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.facebook {
	background-color: #3b5998;
}

.twitter {
	background-color: #00acee;
}

.google-plus {
	background-color: #db3236;
}

.linkedin {
	background-color: #0e76a8;
}

.youtube {
	background-color: #c4302b;
}

.links-footer {
	display: inline-block;
	padding-top: 3rem;
	border-right: 1px solid #444;
	vertical-align: top;
	width: calc(100% - 305px);
}

.links-footer a {
	display: block;
	text-decoration: none;
	color: #aaa;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 1rem;
}

.questions {
    padding: 1rem 0;
    min-height: calc(100vh - 728px);
}

.questions-list a {
	display: block;
	padding: 1.6rem 2rem;
	border: 1px solid #e6e6e6;
	margin: 5px;
	text-decoration: none;
	font-size: 17px;
	position: relative;
	color: #3f435a;
    font-weight: 400;
    border-radius: 3px;
    background-color: #fff;
    transition: all 0.4s;
}

.questions-list a::after {
	content: "\f105";
	font-family: FontAwesome;
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	color: #ccc;
}

.questions-list a:hover::after {
	color: #a364a1;
}

.questions-list a:hover {
	box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
	color: #a364a1;
	border: 1px solid #fff;
}

.frquestions-list {
	display: inline-block;
}

.frquestions-list label {
	color: #47525d;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.4px;
    margin: 0;
    text-transform: uppercase
}

.frquestions-list a {
	display: block;
	color: #7f8292;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 17px;
	margin: 25px 0 0 0;
}

.frquestions-list a:hover {
	color: #a364a1;
}

.questions-list label {
	font-size: 18px;
	font-weight: 600;
}

/*
	/*Faq Autocomplete
*/

.faq-autocomplete {
    background: #fff;
    border-radius: 8px;
    position: absolute;
    width: 100%;
    top: 55px;
    overflow: hidden;
    z-index: 3;
    box-shadow: 2px 2px 7px #666;
    display: none; 
}

.autocomplete-dv {
    max-height: 300px;
    overflow: auto;
}

.autocomplete-result {
    text-align: left;
    padding: 0.6rem 1rem;
    cursor: pointer;
    transition: all 0.4s;
    border-radius: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 500;
}

.question {
    color: #333;
    pointer-events: none;
}

.answer {
    color: #333;
    pointer-events: none;
}

.detail-breadcrumb {
	padding: 1rem;
	border-bottom: 1px solid #eee;
	margin-bottom: 2rem;
}

.detail-breadcrumb a {
	color: #666;
	margin-right: 0.5rem;
	font-weight: 400;
}

.detail-breadcrumb i {
	color: #666;
	margin-right: 0.5rem;
}

.article-body {
	border-bottom: 1px solid #eee;
}

.article-title {
    color: #47525d;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 2rem;
}

.article-body p {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}

.article-body strong {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

.top-searches input {
	width: 100%;
    font-size: 13px;
    font-weight: 500;
    padding: 0.8rem 1rem;
    border: none;
    border-bottom: 1px solid #eee;
}

.article-feedback {
	text-align: center;
	margin-bottom: 2rem;
}

.article-feedback .btn {
	width: 60px;
}

.article-feedback span {
	font-size: 12px;
}

@media only screen and (max-width: 640px) {
	.faqs-dv a {
		width: 160px;
		height: 120px;
	}
}