@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/* GENERAL */

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
  font-weight: 300;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit;
	cursor: pointer;
}

h1, h2, h3,
h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	color: #222222;
	line-height: 1.2em !important;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 400;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #333333;
}

td, th {
  border-radius: 0px;
}

#sp-logo, #sp-menu {display: table; margin: auto;}

.logo img {
	height: inherit;
	padding: 0;
	margin: 0;
	max-width: 80%;
}

.sppb-btn {
	border-color: #5fbafc;
	background-color: #5fbafc;
	color: #fff !important;
	position: relative;
	display: inline-block;
	z-index: 1;
	max-width: 100%;
	padding: 8px 25px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	border: none;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: .9s;
	cursor: pointer;
	line-height: inherit;
	border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sppb-btn:hover {
	cursor: pointer;
	color: #fff !important;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

.sppb-btn:before {
    content: '';
    background-color: #5fbafc;
    background-image: linear-gradient(to right, #5fbafc 50%, #71e1aa 100%);
    display: inline-block;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 200%;
    height: 200%;
    transition: .9s;
    z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sppb-btn:hover:before {
    right: -100%;
}

/* HEADER */

#sp-header {
	height: inherit;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	padding: 14px 0px;
	transition: all 0.5s;
	padding-left: 7%;
	padding-right: 7%;
}

#sp-header.header-sticky {
	transition: all 0.5s;
	background: #fff;
	box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}

#sp-header .logo {
	height: inherit;
	display: inline-flex;
	margin: 0;
	align-items: center;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	line-height: inherit;
	margin: 0;
	padding: 0 8px 0px 8px;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	outline: none;
	margin-left: 30px;
}

.sp-megamenu-parent > li.trial-btn > a {
	background-color: #edf6ff;
	border: 1px solid #bed2f0;
	padding: 8px 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sp-megamenu-parent > li.trial-btn:hover > a {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	background-image: -moz-linear-gradient(0deg, #5fb9fd 0%, #72e3a6 100%);
	background-image: -webkit-linear-gradient(0deg, #5fb9fd 0%, #72e3a6 100%);
	background-image: -ms-linear-gradient(0deg, #5fb9fd 0%, #72e3a6 100%);
}

.sp-megamenu-parent > li.active > a {
	font-weight: 700;
}

#offcanvas-toggler {
	display: block;
	height: unset;
	line-height: inherit;
	font-size: 20px;
}

#offcanvas-toggler > .fa {
	color: #222222;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* Submenu */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	margin: 20px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	border-top: 2px solid #5fb9fd;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	line-height: 1.625em;
	padding: 5px 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	outline: none;
	border-bottom: 1px solid #edf6ff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a {
    border-bottom: none;
}

/* */

/* FOOTER */

#sp-footer {
	font-size: inherit;
}

#sp-footer, #sp-bottom {
	background: inherit;
	color: inherit;
}

#sp-footer .container-inner {
	padding: 0;
	border-top: 0px solid rgba(255, 255, 255, .1);
}

#sp-bottom .sp-module ul > li {
	display: block;
	margin-bottom: 0;
}

#sp-footer .sppb-container-inner {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 576px) {#sp-footer .sppb-container-inner {max-width: 540px;}}
@media (min-width: 768px) {#sp-footer .sppb-container-inner {max-width: 720px;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;}}
@media (min-width: 1200px) {#sp-footer .sppb-container-inner {max-width: 1140px;}}

/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 165px 0 40px;
}

.sp-page-title .sp-page-title-heading {
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 400;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
	color: #fff;
	text-transform: uppercase;
}

/* */

/* SINGLE ARTICLE */

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 2rem;
	width: 100%;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 4px;
	width: 100%;
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 36px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.article-details .mb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: -15px 15px 30px rgba(176, 176, 176, 0.1);
	padding: 20px 30px;
}

.article-details .article-info {
	color: #222;
	margin-bottom: 30px;
}

.article-info > span {
}

blockquote p {
    border-left: 3px solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#9a88ff), to(#5960ff)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #9a88ff, #5960ff) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #9a88ff, #5960ff) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #9a88ff, #5960ff) 1 100%;
    border-image: linear-gradient(to top, #9a88ff, #5960ff) 1 100%;
    background: #f9f9ff;
    padding: 20px;
    margin-bottom: 0px;
}
















































