@charset "UTF-8";

.article-area .article a,
.article-area .article p,
.article-area .article ul,
.article-area .article li,
.article-area ol {
	letter-spacing: 0.0625rem /* 1px */ !important;
	line-height: 1.5 !important;
	color: #000 !important;
	margin-bottom: 1.875rem /* 30px */ !important;
	font-size: 1rem /* 16px */ !important;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.block img,
img {
	width: auto;
	max-width:100%; /* 133px */
}


.service-icon img {
  width: 50%;
  max-width: 100%;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: none; /* border-box */
}

body {
	color: #5e686f;
	font-family: Roboto, sans-serif, serif;
	height: 100%;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 0.0125rem; /* 0.2px */
	padding-right: 0 !important;
	font-family: "Roboto", sans-serif !important;
}

li.nav-item {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 15.625rem; /* 250px */
	order: 1;
}

li.a0.nav-item {
	order: 2;
}

.home-tabs .nav-link {
	text-align: center;
	font-size: 1.1rem; /* 21px */
	border-bottom: 0.1875rem /* 3px */ solid transparent;
	padding: 1.5rem 0; /* 24px */
	color: #6b6b6b;
	font-weight: 500;
}
a.nav-link.active {
	border-bottom: 0.1875rem /* 3px */ solid #2a4dff;
	color: #2a4dff;
}
a.nav-link.active:hover {
	border-bottom: 0.1875rem /* 3px */ solid #2a4dff;
	color: #2a4dff;
}

a {
	color: #03a9f4;
}

a:active,
a:focus,
a:hover {
	text-decoration: none;
	color: #03a9f4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #545764;
	font-weight: 300;
	font-family: Roboto, sans-serif;
}

.h5 {
	font-weight: 400;
	letter-spacing: 0.25rem; /* 4px */
	text-transform: uppercase;
}

.search-section {
	background-color: #f5f8fa;
	position: relative;
}

.section-title {
	color: #43484d;
}

@media (min-width: 64.4375rem /* 1031px */) {
	.section-title {
		font-size: 3.25rem; /* 52px */
	}
}

ul li {
	list-style: none;
}

ul li i {
	padding-right: 0.9375rem; /* 15px */
}

header h2 {
	line-height: 3.75rem; /* 60px */
}

ul {
	padding: 0;
}

ul.iconList li {
	line-height: 3;
	padding-left: 1.875rem; /* 30px */
	position: relative;
}

ul.iconList li:before {
	color: #03a9f4;
	content: "";
	display: inline-block;
	font-family: phpkbIcons;
}

ul li:before {
	position: absolute;
	left: 0;
	top: 0;
}

.card-header {
	position: relative;
}

.card-header .card-handle {
	position: absolute;
	right: 1.25rem; /* 20px */
}

.section {
	padding: 3.125rem 0; /* 50px */
}

.masthead {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	padding-top: var(--nav-height);
	text-align: center;
	position: relative;
}

.resio {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

img.iconH.icon2 {
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 0;
	width: 100%;
	min-width: 37.5rem; /* 600px */
}

.masthead {
	text-align: center;
}

.masthead h1 {
	color: #84919b;
	font-weight: 900;
	font-size: 2.5rem; /* 40px */
}

@media (max-width: 64.4375rem /* 1031px */) {
	.masthead h1 {
		font-size: 2.5rem; /* 40px */
	}
}

.masthead p {
	color: #5e686f;
	font-weight: 100;
	margin: 0 auto;
	padding-bottom: 0.9375rem; /* 15px */
	padding-top: 1.875rem; /* 30px */
	text-align: center;
	width: 70%;
}

@media (min-width: 64.4375rem /* 1031px */) {
	.masthead p {
		font-size: 1.375rem; /* 22px */
	}
}

.masthead form {
	position: relative;
	margin-top: 0.625rem; /* 10px */
}

.masthead form button {
	position: absolute;
	right: 1.5625rem; /* 25px */
	top: 1.5625rem; /* 25px */
	background: 0;
	border: 0;
	font-size: 1.875rem; /* 30px */
	color: #5e686f;
}

.section {
	margin-top: 5rem; /* 80px */
	margin-bottom: 5rem; /* 80px */
}
i.icon.icon-search {
	font-size: 1.5625rem; /* 25px */
}

.search-field {
	width: 100%;
	font-size: 1.375rem; /* 22px */
	border-radius: 1.875rem; /* 30px */
	border: 0.125rem /* 2px */ solid #0263ff;
	padding: 0 1.875rem; /* 30px */
	margin-top: 1.25rem; /* 20px */
	margin-bottom: 0.3125rem; /* 5px */
	height: 3.3125rem; /* 53px */
	outline: 0;
}

#app {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.loaded {
	overflow: visible;
}

.loader-fade {
	display: none;
}

#nprogress {
	pointer-events: none;
}

#nprogress .bar {
	background: #03a9f4;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.125rem; /* 2px */
}

#nprogress .peg {
	display: block;
	position: absolute;
	right: 0;
	width: 6.25rem; /* 100px */
	height: 100%;
	box-shadow: 0 0 0.625rem #03a9f4, 0 0 0.3125rem /* 10px 5px */ #03a9f4;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0, -4px);
	-ms-transform: rotate(3deg) translate(0, -4px);
	transform: rotate(3deg) translate(0, -4px);
}

.mainnav {
	padding: 0;
	z-index: 99;
	border-radius: 0;
	background: 0;
	border: 0;
}

@media (max-width: 64.4375rem /* 1031px */) {
	.mainnav {
		padding: 0.9375rem; /* 15px */
	}
}

@media (min-width: 64.4375rem /* 1031px */) {
	.mainnav .dl-trigger {
		display: none;
	}
}

.xv-menuwrapper {
	float: right;
}

.xv-menuwrapper .dl-menu {
	margin: 0;
	display: flex;
	position: static;
	padding: 0;
	text-align: left;
	float: none;
}

.xv-menuwrapper .dl-menu > li.parent {
	position: relative;
}

.xv-menuwrapper .dl-menu > li.parent > a:after {
	content: "";
	position: absolute;
	color: #5e686f;
	font-family: phpkbIcons;
	right: 0;
}

.xv-menuwrapper .dl-menu > li.parent:hover > a:after {
	content: "";
	position: absolute;
	font-family: phpkbIcons;
	top: 43%;
	font-size: 2.25rem; /* 36px */
	left: 2rem; /* 32px */
	color: rgba(120, 130, 140, 0.13);
}

.xv-menuwrapper .dl-menu > li.active > a {
	color: #03a9f4;
}

.xv-menuwrapper .dl-menu > li > a {
	padding: 0 1.25rem; /* 20px */
	display: block;
	font-size: 0.8125rem; /* 13px */
	font-weight: 400;
	color: #5e686f;
	line-height: 5.625rem; /* 90px */
	position: relative;
	margin-left: 0.9375rem; /* 15px */
}

.xv-menuwrapper .dl-menu > li .btn {
	color: #fff !important;
	line-height: 1.25rem /* 20px */ !important;
	vertical-align: middle;
}

.xv-menuwrapper .dl-menu li.parent {
	position: relative;
}

.xv-menuwrapper .dl-menu li.parent:last-child > ul {
	left: auto;
	right: 0;
}

.xv-menuwrapper .dl-menu li.parent:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.xv-menuwrapper .dl-menu li.parent > ul {
	background: #fff;
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 13.4375rem; /* 215px */
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-moz-box-shadow: 0 0.25rem 0.75rem /* 4px 12px */ rgba(0, 0, 0, 0.176);
	-webkit-box-shadow: 0 0.25rem 0.75rem /* 4px 12px */ rgba(0, 0, 0, 0.176);
	box-shadow: 0 0.25rem 0.75rem /* 4px 12px */ rgba(0, 0, 0, 0.176);
}

.xv-menuwrapper .dl-menu li.parent > ul > li {
	display: block;
	list-style: none;
	border-top: 0.0625rem /* 1px */ solid rgba(120, 130, 140, 0.13);
	padding: 0.5rem 0.625rem; /* 8px 10px */
}

.xv-menuwrapper .dl-menu li.parent > ul > li > a {
	display: block;
	line-height: 1.875rem; /* 30px */
}

.xv-menuwrapper .dl-menu li.parent > ul > li.parent ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.xv-menuwrapper .dl-menu li.parent > ul > li.parent:after {
	position: absolute;
	top: 0;
	right: 0.9375rem; /* 15px */
	line-height: 3.125rem; /* 50px */
	font-family: phpkbIcons;
	-webkit-font-smoothing: antialiased;
	content: "";
	color: #5e686f;
}

.xv-menuwrapper .dl-menu li.parent > ul > li.parent:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.xv-menuwrapper .dl-menu li.parent:last-child > ul > li.parent > ul {
	left: auto;
	right: 100%;
}

.xv-menuwrapper .dl-menu a {
	font-size: 0.75rem; /* 12px */
}

.xv-menuwrapper .dl-menu a i {
	padding-right: 0.9375rem; /* 15px */
}

.xv-menuwrapper button:after {
	display: none;
}

.xv-menuwrapper .dl-back {
	display: none !important;
}

.lg-submenu:hover:active:focus::before {
	content: "";
	position: absolute;
	font-family: phpkbIcons;
	top: -0.6875rem; /* -11px */
	font-size: 1.375rem; /* 22px */
	left: 2rem; /* 32px */
	color: #ddd;
}

.navbar-default ul.dropdown-menu li a,
.tags li a,
.widget-cart-items,
.widget-tags a,
.xv-menuwrapper .dl-menu > li.parent > ul,
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent > ul {
	transition: all 0.3s ease-in-out 0;
}

nav ul {
	padding: 0;
}

nav strong {
	font-weight: 400;
	font-size: 0.75rem; /* 12px */
}

.navbar {
	margin-bottom: 0;
}

.navbar .brand img {
	padding-top: 1.5625rem; /* 25px */
}

.navbar li a {
	padding-right: 1.25rem; /* 20px */
	color: #5e686f;
}

.navbar li a:focus,
.navbar li a:hover {
	text-decoration: none;
	outline: 0;
	color: #03a9f4;
}
:root {
	--nav-height: 6.5rem; /* 104px */
}

.nav-absolute nav {
	position: absolute;
	right: 0;
	left: 0;
	background: #0066ff;
	height: var(--nav-height);
}

.navbar .nav-btn {
	border-radius: 0.1875rem; /* 3px */
	padding: 0.5rem 1.25rem /* 8px 20px */ !important;
}

.table > thead > tr > th {
	border: 0;
	text-transform: uppercase;
	font-size: 0.75rem; /* 12px */
	padding: 1rem; /* 16px */
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	vertical-align: middle;
	border-top: 0.0625rem /* 1px */ solid #eee;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
	background-color: #f5f8fa;
}

.alert,
pre {
	font-size: 0.8125rem; /* 13px */
}

pre {
	padding: 1.25rem; /* 20px */
	background-color: #082c46;
	border-radius: 0.1875rem; /* 3px */
}

code {
	background-color: #03a9f4;
	font-weight: lighter;
}

.alert {
	border-radius: 0.125rem; /* 2px */
	font-weight: 300;
}

.alert strong {
	font-weight: 500;
}

.alert.alert-info {
	background-color: #f6fafd;
	border-color: #d9eff7;
}

.alert.alert-warning {
	background-color: rgba(252, 248, 227, 0.3);
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert.alert-danger {
	background-color: rgba(242, 222, 222, 0.3);
	border-color: #ebccd1;
	color: #a94442;
}

.alert.alert-success {
	background-color: rgba(223, 240, 216, 0.3);
	border-color: #d6e9c6;
	color: #3c763d;
}

.s-14 {
	font-size: 0.875rem /* 14px */ !important;
}

.bg-white {
	background-color: #fff !important;
}

.thumbnail {
	padding: 0.9375rem; /* 15px */
	border: 0.1875rem /* 3px */ solid #f5f8fa;
	margin-bottom: 0.9375rem; /* 15px */
}

.thumbnail .caption {
	padding: 1.5625rem 0.25rem 0.625rem; /* 25px 4px 10px */
}
.breadcrumbs {
	background: #fff;
	padding-top: 1.1875rem; /* 19px */
	padding-left: 1.5625rem; /* 25px */
	padding-right: 1.5625rem; /* 25px */
	padding-bottom: 1.625rem; /* 26px */
	border-bottom: 0.0625rem /* 1px */ solid #dfdfdf;
}

.breadcrumbs ol {
	margin: 0;
	padding: 0;
}

.breadcrumbs ol li {
	display: inline-block;
	color: #5e6977;
	font-size: 0.875rem; /* 14px */
}

.breadcrumbs ol li a {
	text-decoration: none;
	color: #0066ff;
}

.breadcrumbs ol li::after {
	content: " /";
	padding: 0 0.625rem; /* 10px */
	color: #e1e8ee;
}

.breadcrumbs ol li:last-child::after {
	content: "";
}

footer {
	background-color: #fff;
	border-top: 0.0625rem /* 1px */ solid #eee;
	padding: 2.1875rem 0 0; /* 35px */
}

footer .copyrights {
	padding: 0.625rem 0; /* 10px */
	font-weight: 300;
}
section.search-section.home-search {
	margin-bottom: 1.875rem; /* 30px */
}

.widget {
	border: 0;
	border-radius: 0.1875rem; /* 3px */
	margin-bottom: 1.25rem; /* 20px */
}

.widget-padded {
	padding: 0.3125rem 0.625rem 0.625rem; /* 5px 10px 10px */
}

.widget a {
	color: #5e686f;
}

.widget h3,
.widget .phpkbh3 {
	font-size: 0.875rem; /* 14px */
	font-weight: 400;
	line-height: 1.5625rem; /* 25px */
}

.widget h3::after,
.widget .phpkbh3::after {
	background: #0066ff;
	content: "";
	display: block;
	height: 0.1875rem; /* 3px */
	margin-top: 0.5625rem; /* 9px */
	width: 3.75rem; /* 60px */
}

.newsletter form,
.subscribe form {
	padding: 1.875rem 0; /* 30px */
}

.newsletter form .icon-btn,
.subscribe form .icon-btn {
	background: 0;
	border: 0;
	color: #5e686f;
	font-size: 1.875rem; /* 30px */
	position: absolute;
	right: 1.5625rem; /* 25px */
	top: 2.75rem; /* 44px */
}

.newsletter form .subscribe,
.subscribe form .subscribe {
	margin-top: 1.875rem; /* 30px */
}

.newsletter {
	background: url(../images/icon-fan.png) center bottom no-repeat #f5f8fa;
	position: relative;
	border-top: 0.0625rem /* 1px */ solid #e1e8ee;
	border-bottom: 0.0625rem /* 1px */ solid #e1e8ee;
}

.form-control {
	border: 0.0625rem /* 1px */ solid #e1e8ee;
	box-shadow: none;
	border-radius: 0.1875rem; /* 3px */
	height: 2.5rem; /* 40px */
}

.form-control:focus {
	box-shadow: none;
	border-color: #1bb1f5;
}

.form-group {
	position: relative;
}

.form-group.has-icon i {
	font-size: 0.875rem; /* 14px */
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 1.25rem; /* 20px */
}

.form-group.has-icon i:after {
	content: "";
	height: 1.875rem; /* 30px */
	width: 0.0625rem; /* 1px */
	border-right: solid 0.0625rem /* 1px */ #e1e8ee;
	position: absolute;
	top: 50%;
	left: 1.875rem; /* 30px */
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-group.has-icon input {
	padding-left: 4.25rem; /* 68px */
}

.has-warning .form-control {
	border-color: orange;
}

form label {
	margin-bottom: 0.3125rem; /* 5px */
	margin-top: 0.625rem; /* 10px */
	font-size: 0.75rem; /* 12px */
	font-weight: 400;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	border:0.0625rem /* 1px */ solid #ddd ;
	border-bottom: 0.1875rem /* 3px */ solid #ddd;
	border-radius: 0.3125rem; /* 5px */
	color: #43484d;
	font-size: 0.875rem; /* 14px */
	height: 2.875rem; /* 46px */
	padding: 0.625rem; /* 10px */
	width: 100%;
}
button.btn.btn-primary.pointer.btn-phpkb {
    margin-top: 1.25rem; /* 20px */
}

.form-control-lg:focus,
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-addon:focus,
.input-group-lg > .input-group-btn > .btn:focus {
	border-color: #03a9f4 !important;
}

.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
textarea.form-control-lg {
	height: 6.25rem; /* 100px */
}

.btn-fab,
.social li {
	height: 2.5rem; /* 40px */
	text-align: center;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 0.625rem /* 10px */ !important;
}

.btn {
	border-radius: 0.125rem; /* 2px */
	font-weight: 300;
}

.btn i {
	padding-right: 0.625rem; /* 10px */
}

.btn .icon {
	padding-right: 0.9375rem; /* 15px */
}

.btn:hover {
	border: 0.0625rem /* 1px */ solid transparent;
}

.btn-default {
	border: 0.0625rem /* 1px */ solid #e1e8ee;
}

.btn-default:hover {
	background: #03a9f4;
	color: #fff;
	border: 0.0625rem /* 1px */ solid #03a9f4;
	box-shadow: none;
}

.btn-danger,
.btn-primary,
.btn-success,
.btn-warning {
	border-color: transparent;
	color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
	opacity: 0.8;
	color: #fff;
	background: #084c7d;
}

.btn-danger:focus,
.btn-danger:hover {
	opacity: 0.8;
	color: #fff;
	background: #ed5564;
}

.btn-warning:focus,
.btn-warning:hover {
	opacity: 0.8;
	color: #fff;
	background: #fcce54;
}

.btn-success:focus,
.btn-success:hover {
	opacity: 0.8;
	color: #fff;
	background: #7dc855;
}

.btn-big:hover,
.btn-danger:focus,
.btn-danger:hover,
.btn-fab:hover,
.btn-img img:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-social:focus,
.btn-social:hover,
.btn-success:focus,
.btn-success:hover,
.btn-warning:focus,
.btn-warning:hover {
	box-shadow: 0 0.1875rem 0.5625rem 0 /* 3px 9px */ rgba(0, 0, 0, 0.26);
}

.btn-group-lg > .btn,
.btn-lg {
	padding: 0.8125rem 1.5625rem; /* 13px 25px */
	border-radius: 0.1875rem; /* 3px */
	font-size: 1rem; /* 16px */
}

.social li,
.social li a,
code,
pre {
	color: #fff;
}

.offcanvas,
.offcanvas-page {
	transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;
	overflow: hidden;
}

.paper-nav-toggle {
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0.625rem; /* 10px */
	padding: 0.375rem 0 0; /* 6px */
	margin: 0 auto;
	display: block;
	height: 2.75rem; /* 44px */
	width: 2.75rem; /* 44px */
	z-index: 2001;
	border-bottom: none !important;
	text-align: center;
}

.social {
	list-style: none;
	padding: 2.1875rem 0; /* 35px */
}

.social li {
	display: inline-block;
	border-radius: 50%;
	line-height: 2.5rem; /* 40px */
	width: 2.5rem; /* 40px */
	font-size: 1.125rem; /* 18px */
	margin-right: 0.9375rem; /* 15px */
}

.social li i {
	padding: 0;
}

.icon-envelope-line {
	background: url(../images/icon-envelope.png) no-repeat;
	display: inline-block;
	width: 4rem; /* 64px */
	height: 4rem; /* 64px */
}

.badge {
	border-radius: 0;
	padding: 0.375rem 0.625rem; /* 6px 10px */
	font-weight: 300;
}

.badge-success,
.badge-warning,
.btn-social {
	color: #fff;
}
.badge-success {
	color: #000;
	background: #36e892;
}

.call-to-action .btn-action {
	float: right;
}

.call-to-action {
	/* border-bottom: 3px solid #e1e8ee; */
	border-radius: 0.1875rem;
    padding: 4.1875rem 1.25rem;
    margin: 2.1875rem 0;
}

.call-to-action .call-to-action-heading {
	font-size: 1.375rem; /* 22px */
	font-weight: 400;
	color: #84919b;
	margin: 0 0 0.625rem; /* 10px */
}

.call-to-action p {
	font-size: 1.125rem; /* 18px */
	font-weight: 300;
	color: #84919b;
}

.call-to-action .btn-action {
	margin-top: 0.75rem; /* 12px */
}

.panel {
	border-radius: 0.0625rem; /* 1px */
}

.p-t-0 {
	padding-top: 0 !important;
}

.p-t-10 {
	padding-top: 0.625rem /* 10px */ !important;
}

.p-b-10 {
	padding-bottom: 0.625rem /* 10px */ !important;
}

.p-t-20 {
	padding-top: 1.25rem /* 20px */ !important;
}

.p-b-20 {
	padding-bottom: 1.25rem /* 20px */ !important;
}

.p-t-40 {
	padding-top: 2.5rem /* 40px */ !important;
}

.p-b-40 {
	padding-bottom: 2.5rem /* 40px */ !important;
}

.p-t-80 {
	padding-top: 5rem /* 80px */ !important;
}

.p-b-80 {
	padding-bottom: 5rem /* 80px */ !important;
}

.p-b-100 {
	padding-bottom: 6.25rem /* 100px */ !important;
}

.p-t-100 {
	padding-top: 6.25rem /* 100px */ !important;
}

.p-t-b-10 {
	padding-top: 0.625rem /* 10px */ !important;
	padding-bottom: 0.625rem /* 10px */ !important;
}

.p-t-b-20 {
	padding-top: 1.25rem /* 20px */ !important;
	padding-bottom: 1.25rem /* 20px */ !important;
}

.p-t-b-40 {
	padding-top: 2.5rem /* 40px */ !important;
	padding-bottom: 2.5rem /* 40px */ !important;
}

.p-t-b-50 {
	padding-top: 3.125rem /* 50px */ !important;
	padding-bottom: 3.125rem /* 50px */ !important;
}

.p-t-b-80 {
	padding: 5rem 0 /* 80px */ !important;
}

.p-t-b-100 {
	padding: 6.25rem 0 /* 100px */ !important;
}

.p-10 {
	padding: 0.625rem /* 10px */ !important;
}

.p-20 {
	padding: 1.25rem /* 20px */ !important;
}

.p-40 {
	padding: 2.5rem /* 40px */ !important;
}

.p-t-50 {
	padding-top: 3.125rem /* 50px */ !important;
}

.m-t-50 {
	margin-top: 3.125rem /* 50px */ !important;
}

.m-t-150 {
	margin-top: 9.375rem; /* 150px */
}

.b-0,
.no-b,
.no-b .mainnav,
.no-b li {
	border: none !important;
}

.no-p {
	padding: 0 !important;
}

.no-r,
.r-0 {
	border-radius: 0 !important;
}

.light {
	background-color: #f5f8fa;
}

.white {
	background: #fff !important;
}

.white {
	background-color: #fff !important;
}

.indigo {
	background-color: #3f51b5 !important;
}

.grey-text {
	color: #9e9e9e !important;
}

.center {
	margin: 0 auto;
}

.relative {
	position: relative !important;
}

.fixed {
	position: fixed !important;
}

.feedback {
	border-top: 0.0625rem /* 1px */ solid #eee;
}

.feedback .count {
	display: inline-block;
	padding-right: 0.9375rem; /* 15px */
	padding-top: 0.9375rem; /* 15px */
}

.feedback .feedback-btn {
	display: inline-block;
	padding-left: 0.3125rem; /* 5px */
	padding-top: 0.9375rem; /* 15px */
	vertical-align: middle;
}

.feedback-icon {
	display: inline-block;
	width: 2rem; /* 32px */
	height: 2rem; /* 32px */
	border: 0.125rem /* 2px */ solid #b5bfc7;
	border-radius: 50%;
	font-size: 1.5rem; /* 24px */
	padding-left: 0;
	line-height: 1.875rem; /* 30px */
	vertical-align: center;
	color: #b5bfc7;
}

.section {
	position: relative;
}

.paper-block {
	padding: 4rem 0.9375rem; /* 64px 15px */
	border: 0.0625rem /* 1px */ solid #b9b9b9;
	border-radius: 0.3125rem; /* 5px */
	margin-bottom: 1.875rem; /* 30px */
}

.single-masthead {
	padding: 1.875rem; /* 30px */
}

.single .post h1 {
	font-size: 2.0625rem; /* 33px */
	font-weight: 500;
	margin-top: 0.8125rem; /* 13px */
}

.single .post .meta {
	text-align: center;
	margin: 1.25rem; /* 20px */
	border-top: 0.0625rem /* 1px */ solid #e1e8ee;
	border-bottom: 0.0625rem /* 1px */ solid #e1e8ee;
}

.post img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.25rem 0; /* 20px */
	width: auto;
}

.post blockquote {
	background: #082c46;
	border: 0;
	border-radius: 0.3125rem; /* 5px */
	color: #fff;
	font-family: monospace;
	font-size: 0.75rem; /* 12px */
	margin: 1.875rem 0; /* 30px */
	padding: 1.875rem 3.125rem; /* 30px 50px */
	line-height: 1.875rem; /* 30px */
}

.single .post-comments {
	padding: 1.25rem 0; /* 20px */
	text-align: center;
}

.article-meta-new {
	background-color: transparent;
	border: 0;
	border-radius: 0.125rem; /* 2px */
	font-size: 0.8125rem; /* 13px */
	font-weight: 300;
	padding-top: 0.375rem; /* 6px */
	margin-top: 0rem; /* 0px */
	margin-bottom: 1.5rem; /* 24px */
	color: #a4a8b1;
}

.article-meta-new > span {
	display: inline-block;
	margin-right: 0.8125rem; /* 13px */
}

.article-title h2 {
	font-size: 1.3125rem; /* 21px */
	font-weight: 500;
	line-height: 1.75rem; /* 28px */
}

.article-title h2 a {
	color: rgb(0, 0, 0);
}



.article-title .badge {
	font-size: 0.6rem; /* 11px */
	border-radius: 0.125rem; /* 2px */
	float: none;
}

.article-meta {
	padding: 0.625rem 0rem; /* 10px 0px */
	border-top: 0.0625rem /* 1px */ dotted #e1e8ee;
	border-bottom: 0.0625rem /* 1px */ dotted #e1e8ee;
	margin-bottom: 0.375rem; /* 6px */
}

.article-meta > span {
	display: inline-block;
	margin-right: 0.625rem; /* 10px */
	font-size: 0.8125rem; /* 13px */
}

.article-meta .like-count {
	float: right;
}

.user_avatar {
	width: 5rem; /* 80px */
	height: 5rem; /* 80px */
	border: 0.0625rem /* 1px */ solid #eee;
	background: #fff;
	padding: 0.3125rem; /* 5px */
	border-radius: 50%;
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}

.sidebar-menu > li {
	margin: 0;
	padding: 0;
	position: relative;
}

.sidebar-menu > li > a {
	display: block;
	padding: 0.625rem 0.3125rem 0.625rem 0.9375rem; /* 10px 5px 10px 15px */
	font-size: 0.875rem; /* 14px */
	color: #5e686f;
}

.sidebar-menu:hover {
	overflow: visible;
}

.sidebar-menu li > a {
	position: relative;
}

.offcanvas .badge,
nav .badge {
	padding: 0.25rem 0.4375rem; /* 4px 7px */
	margin-left: 0.3125rem; /* 5px */
	border-radius: 0.125rem; /* 2px */
}

.btn-fab,
.btn-line,
.paper-nav-toggle i {
	display: inline-block;
}

.paper-nav-toggle.active i::after,
.paper-nav-toggle.active i::before,
.paper-nav-toggle.dl-active i::after,
.paper-nav-toggle.dl-active i::before {
	background: #03a9f4;
}

.paper-nav-toggle:active,
.paper-nav-toggle:focus,
.paper-nav-toggle:hover {
	outline: 0;
	border-bottom: none !important;
	opacity: 0.8;
}

.paper-nav-toggle i {
	position: relative;
	width: 1.5625rem; /* 25px */
	height: 0.125rem; /* 2px */
	color: #03a9f4;
	font: 700 0.875rem/0.4 /* 14px */ Helvetica;
	text-transform: uppercase;
	text-indent: -3.4375rem; /* -55px */
	background: #03a9f4;
	transition: all 0.2s ease-out;
}

.paper-nav-toggle i::after,
.paper-nav-toggle i::before {
	content: "";
	width: 1.5625rem; /* 25px */
	height: 0.125rem; /* 2px */
	background: #03a9f4;
	position: absolute;
	left: 0;
	transition: all 0.2s ease-out;
}

.paper-nav-toggle.left {
	left: 0;
	right: auto;
}

.paper-nav-toggle i::before {
	top: -0.4375rem; /* -7px */
}

.paper-nav-toggle i::after {
	bottom: -0.4375rem; /* -7px */
}

.paper-nav-toggle:hover i::before {
	top: -0.625rem; /* -10px */
}

.paper-nav-toggle:hover i::after {
	bottom: -0.625rem; /* -10px */
}

.paper-nav-toggle.active i,
.paper-nav-toggle.dl-active i {
	background: 0;
}

.paper-nav-toggle.active i::before,
.paper-nav-toggle.dl-active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.paper-nav-toggle.active i::after,
.paper-nav-toggle.dl-active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.paper-nav-toggle .left {
	left: 0.9375rem; /* 15px */
}

@media (max-width: 64.4375rem /* 1031px */) {
	.paper-nav-toggle {
		position: absolute;
		display: block;
	}
}

.left-side,
.main-sidebar {
	top: 0;
	left: 0;
	min-height: 100%;
	position: absolute;
	width: 16.875rem; /* 270px */
	-webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (max-width: 65.4375rem /* 1047px */) {
	.left-side,
	.main-sidebar {
		-webkit-transform: translate(-330px, 0);
		-ms-transform: translate(-330px, 0);
		-o-transform: translate(-330px, 0);
		transform: translate(-330px, 0);
	}
}

@media (min-width: 65.5rem /* 1048px */) {
	.sidebar-collapse .left-side,
	.sidebar-collapse .main-sidebar {
		-webkit-transform: translate(-330px, 0);
		-ms-transform: translate(-330px, 0);
		-o-transform: translate(-330px, 0);
		transform: translate(-330px, 0);
	}
}

@media (max-width: 65.4375rem /* 1047px */) {
	.sidebar-open .left-side,
	.sidebar-open .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media (max-width: 64.4375rem /* 1031px */) {
	.call-to-action {
		text-align: center;
	}
}

.shadow1 {
	box-shadow: 0 0.1875rem 0.5625rem 0 /* 3px 9px */ rgba(0, 0, 0, 0.26);
}

.no-shadow {
	box-shadow: none !important;
}

.error-page .content-area {
	background: url(../images/icon-stone.png) center center no-repeat #f5f8fa;
}

.error-page .content-area header {
	padding: 1.875rem 0 7.5rem; /* 30px 120px */
}

.error-page .content-area .message p {
	font-size: 11.25rem; /* 180px */
	font-weight: 700;
	text-align: center;
}

@media (min-width: 64.4375rem /* 1031px */) {
	.s-128 {
		font-size: 8rem /* 128px */ !important;
	}
}

.lSAction > .lSNext {
	right: 0.9375rem; /* 15px */
}

.lSPager {
	margin-top: 1.875rem /* 30px */ !important;
}

.icon-left-arrow,
.icon-right-arrow {
	line-height: 2.5rem; /* 40px */
	font-weight: 700;
	font-size: 2.375rem; /* 38px */
}

.service-blocks .service-block {
	margin-bottom: 2.1875rem; /* 35px */
}

.service-blocks .service-block .service-icon {
	float: left;
	margin: 0.625rem; /* 10px */
}

.service-blocks .service-block .service-icon i {
	border-radius: 100%;
	color: #5e686f;
	display: block;
	height: 4.375rem; /* 70px */
	line-height: 4.375rem; /* 70px */
	text-align: center;
	width: 4.375rem; /* 70px */
}

.service-blocks .service-block:hover .service-icon i {
	opacity: 0.5;
}

.service-blocks .service-block .service-icon i::before {
	font-size: 3.75rem; /* 60px */
}

.service-blocks .service-block .service-content .service-heading {
	font-size: 1.125rem; /* 18px */
	font-weight: 500;
	margin-top: 3.125rem; /* 50px */
	font-size: 1.3125rem; /* 21px */
}
.service-heading + p {
	display: none;
}

.service-blocks .service-block .service-content .service-heading a {
	color: #545764;
}

.service-blocks .service-block .service-content .service-heading a:hover {
	color: #084c7d;
}

.service-blocks a {
	color: #545764;
}

.service-blocks a:hover {
	color: #0066ff;
}

.service-blocks .service-block .btn {
	margin: 1.25rem 0 0.625rem; /* 20px 10px */
}

.service-blocks .service-block.s1 .service-icon {
	float: none;
}

.service-blocks .service-block.s2 {
	padding: 1.25rem; /* 20px */
}

.service-blocks .service-block.s2 .service-icon i::before {
	font-size: 2.5rem; /* 40px */
}

.service-blocks .center {
	text-align: center;
}
.service-block {
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.service-block:hover {
	transform: scale(1.03);
	box-shadow: 0rem 0rem 1.4375rem /* 0px 0px 23px */ rgba(0, 0, 0, 0.1);
}

.service-blocks .center .service-icon {
	float: none !important;
}

.service-blocks .center .service-icon i {
	margin: 0 auto;
}

.lightSlider {
	visibility: hidden;
	opacity: 0;
}

.lightSlider .lSAction > .lSNext,
.lightSlider .lSAction > .lSPrev {
	background: 0 0 !important;
}

.lightSlider .lslide {
	position: relative;
}

.showSlider {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s linear;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #e1e8ee;
	height: 0.625rem; /* 10px */
	width: 0.625rem; /* 10px */
	color: #000;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #03a9f4;
}

#home2carousel img,
.topics-wrapper {
	border-radius: 0.3125rem; /* 5px */
}

.topics {
	padding: 3.125rem 0; /* 50px */
}

.topics .topics-heading a {
	font-size: 1.125rem; /* 18px */
	font-weight: 400;
	font-family: Roboto, sans-serif;
	color: #545764;
	text-decoration: none;
}

.topics .topics-heading a:hover {
	color: #2196f3;
}

.topics-wrapper {
	margin-bottom: 1.25rem; /* 20px */
	position: relative;
	height: 100%;
}

.topics-wrapper .topics-wrapper-heading {
	padding: 0;
}

.topics-wrapper .topics-list {
	padding: 1.25rem 0; /* 20px */
}

.topics-wrapper .topics-list li {
	list-style: none;
	line-height: 2.1875rem; /* 35px */
}

.topics-wrapper .topics-list li a {
	padding-left: 0;
	color: #545764;
	text-decoration: none;
	outline: 0;
}

.topics-wrapper .topics-list li a:hover {
	color: #084c7d;
}

.topics-wrapper .topics-list li i {
	padding-right: 0.5rem; /* 8px */
}

.topics-wrapper .topics-meta {
	padding: 0.4375rem 0; /* 7px */
	margin: 0;
	border-top: 0.0625rem /* 1px */ solid #e1e8ee;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.icon-not,
.icon-yes {
	width: 2rem; /* 32px */
	height: 2rem; /* 32px */
	display: inline-block;
}

.topics-wrapper .topics-meta li {
	list-style: none;
	display: inline-block;
	color: #545764;
	font-size: 0.875rem; /* 14px */
	font-weight: 300;
	padding-right: 0.625rem; /* 10px */
}

.topics-wrapper .icon {
	color: #4ea9e0;
	font-size: 1.5rem; /* 24px */
	font-weight: 700;
	margin-right: 0.9375rem; /* 15px */
}

.topics-wrapper.border-style {
	border: 0.1875rem /* 3px */ solid #e1e8ee;
}

.topics-wrapper.border-style .topics-wrapper-heading {
	padding: 1.25rem 1.25rem 0; /* 20px 20px */
}

.topics-wrapper.border-style .topics-list {
	padding: 0.625rem 1.25rem 1.25rem; /* 10px 20px 20px */
}

.topics-wrapper.border-style .topics-list li {
	position: relative;
	padding-left: 0.3125rem; /* 5px */
}

.topics-wrapper.border-style .topics-meta {
	background: #f5f8fa;
	padding: 0.4375rem 0.625rem; /* 7px 10px */
	text-align: center;
	border-top: 0.0625rem /* 1px */ solid #e1e8ee;
}

.pagination li a {
	border-color: #e1e8ee;
}

.paper-card,
.shadow {
	box-shadow: 0 0 0.375rem /* 6px */ rgba(0, 0, 0, 0.1);
}

.paper-card {
	background: #fff;
	padding: 2.5rem; /* 40px */
}

.modal-footer {
	background: #f5f8fa;
}

.feedback input[type="text"] {
	font-size: 1.125rem; /* 18px */
	border-radius: 0.3125rem; /* 5px */
	border: 0.125rem /* 2px */ solid #e1e8ee;
	color: #43484d;
	height: 3.75rem; /* 60px */
	width: 100%;
	margin: 1.25rem 0; /* 20px */
	padding: 1.25rem; /* 20px */
}

.feedback-icon-yes:hover {
	color: #42d79e;
	border-color: #42d79e;
}

.feedback-icon-not:hover {
	color: #f16261;
	border-color: #f16261;
}

.comments .comment-list li {
	position: relative;
	margin-bottom: 0.9375rem; /* 15px */
	overflow: visible;
	list-style: none;
	background: #fff;
	border: 0.0625rem /* 1px */ solid #e1e8ee;
	border-radius: 0.3125rem; /* 5px */
}

.comments .comment-list li .avatar {
	border-radius: 50%;
	margin-left: -1.75rem; /* -28px */
	margin-top: 0.9375rem; /* 15px */
	padding: 0.3125rem; /* 5px */
	position: absolute;
	border: 0.0625rem /* 1px */ solid #eee;
	height: 3.625rem; /* 58px */
}

.comments .comment-list li .description {
	padding: 0.9375rem 1.875rem 0.625rem 3rem; /* 15px 30px 10px 48px */
}

.comments .comment-list li .description li {
	background: 0;
	padding: 0;
	border: 0;
	margin: 0;
}

.comments .comment-list li .reply {
	float: right;
}

.comments .comment-list li .comments-meta {
	border-top: 0.0625rem /* 1px */ solid #eee;
	background: #f5f8fa;
	padding: 0.3125rem 0.625rem; /* 5px 10px */
}

.comments .comment-list li .comments-meta li {
	background: 0;
	display: inline;
	border: 0;
	margin-top: 0;
}

.comments .comment-list li .comments-meta time::before {
	content: "|";
	display: inline-block;
	padding: 0 0.625rem; /* 10px */
}

.comments .comment-list li .comments-meta a {
	font-size: 0.8125rem; /* 13px */
	font-weight: 300;
}

.comments .comment-list li ol.comment-list-child {
	padding: 0;
}

.comments .comment-list li ol.comment-list-child .comment {
	margin-top: 0;
	border: 0;
}

.comments .comment-list li ol.comment-list-child .comment .description {
	padding: 0.9375rem 3rem 0.625rem 1.875rem; /* 15px 48px 10px 30px */
}

.comments .comment-list li ol.comment-list-child .comment .avatar {
	right: -1.75rem; /* -28px */
}

.comments .comment-list.no-m li {
	margin-bottom: 0 !important;
}

.flex-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact-box {
	background: #0066ff;
	margin: 4.25rem 0 /* 68px */ !important;
	padding: 0 0.9375rem; /* 15px */
}

.call-to-action .call-to-action-heading {
	color: #fff;
	font-size: 2.4375rem; /* 39px */
	font-weight: 500;
}

.call-to-action p {
	color: #fff;
	margin-bottom: 3.2rem !important;
}

a.btn.custom {
	flex: 1 1 100%;
	display: block;
	width: 100%;
	max-width: 23.3125rem; /* 373px */
	padding: 0.875rem 0; /* 14px */
	border-radius: 0.875rem; /* 14px */
	background-color: #fff;
	color: #0066ff;
	font-weight: 400;
}
a.btn.custom:hover {
	background-color: black;
	color: white;
}

a.btn.custom.color2 {
	background: #0066ff;
	color: #fff;
}

a.btn.custom.color2:hover {
	background-color: black;
	color: white;
}
@media (max-width: 1047px) {
	.xv-menuwrapper{
		display:none;
	}
	#sidebar_slide{
		width: 0
	}
	}
	#sidebar_slide{
		width: auto
	}