/*
Theme Name: LiveGPS Theme
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
.wrapper {
	margin: 0 auto;
	overflow: hidden;
}
.container {
	max-width: 1150px;
	margin: 0 auto;
}
.clear{clear:both; font-size:0px;line-height:0px;}

/*-------------------------------------------*/

@font-face {
    font-family: 'din';
    src: url('fonts/dinlight-webfont.eot');
    src: url('fonts/dinlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinlight-webfont.woff2') format('woff2'),
         url('fonts/dinlight-webfont.woff') format('woff'),
         url('fonts/dinlight-webfont.ttf') format('truetype'),
         url('fonts/dinlight-webfont.svg#dinlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'din';
    src: url('fonts/dinmedium-webfont.eot');
    src: url('fonts/dinmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinmedium-webfont.woff2') format('woff2'),
         url('fonts/dinmedium-webfont.woff') format('woff'),
         url('fonts/dinmedium-webfont.ttf') format('truetype'),
         url('fonts/dinmedium-webfont.svg#dinmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'din';
    src: url('fonts/dinregular-webfont.eot');
    src: url('fonts/dinregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinregular-webfont.woff2') format('woff2'),
         url('fonts/dinregular-webfont.woff') format('woff'),
         url('fonts/dinregular-webfont.ttf') format('truetype'),
         url('fonts/dinregular-webfont.svg#dinregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'din';
    src: url('fonts/din_bold-webfont.eot');
    src: url('fonts/din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_bold-webfont.woff2') format('woff2'),
         url('fonts/din_bold-webfont.woff') format('woff'),
         url('fonts/din_bold-webfont.ttf') format('truetype'),
         url('fonts/din_bold-webfont.svg#dinbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'bradley_hand_itc_ttbold';
    src: url('fonts/bradley_hand_itc_tt_bold-webfont.eot');
    src: url('fonts/bradley_hand_itc_tt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bradley_hand_itc_tt_bold-webfont.woff2') format('woff2'),
         url('fonts/bradley_hand_itc_tt_bold-webfont.woff') format('woff'),
         url('fonts/bradley_hand_itc_tt_bold-webfont.ttf') format('truetype'),
         url('fonts/bradley_hand_itc_tt_bold-webfont.svg#bradley_hand_itc_ttbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* --------- HEADER HERE ---------*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 32px 0;
	transition: 0.35s ease-out;
	z-index: 9999;
}
.logo {
	float: left;
	margin-right: 10px;
	width: 158px;
}
.logo img {
	display: block;
	width: 100%;
}
.right_hbox {
	float: right;
}
.right_hbox .tel {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 16px;
	font-family: 'din';
	font-weight: 500;
	letter-spacing: 1.6px;
	line-height: 40px;
	text-decoration: none;
	padding-left: 40px;
	position: relative;
	background: url('images/phoneicon.svg') no-repeat left center;
	margin-right: 30px;
}
.right_hbox .btn {
	padding: 0 30px;
	text-transform: none;
}
.sticky .header {
	background: rgba(4,58,112,0.9);
	padding: 15px 0;
}

/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.mainnav {
	float: left;
}
.mainnav nav {
	
}
.mainnav nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainnav nav ul li {
	float: left;
	margin-left: 30px;
	height: 40px;
	position: relative;
}
.mainnav nav ul li a {
	display: block;
	color: #ffffff;
	height: 40px;
	font-size: 12px;
	font-family: 'din';
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 1.6px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.1s ease-in;
	position: relative;
	outline: none !important;
}
.mainnav nav ul li a img {
	display: none;
}
.mainnav nav ul li ul {
	width: 260px;
	display: none;
	background: #ffffff;
	margin-top: 12px;
	box-shadow: 0 20px 50px 0 rgba(33, 62, 91, 0.31);
	border-radius: 10px;
	position: absolute;
	top: 100%;
	left:50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform:translate(-50%,0);
	z-index: 9999;
}
.mainnav nav ul li ul:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -9px;
}
.mainnav nav ul li ul li {
	float: none;
	margin: 30px 0;
}
.mainnav nav ul li ul li a {
	display: block;
	color: #3b4f5e;
	font-size: 16px;
	font-family: 'din';
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: none;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mainnav nav ul li ul li a:hover {
	color: #06498D;
}
.mainnav nav ul li ul li a img {
	display: block;
	float: left;
	margin-right: 15px;
}
.mainnav nav > ul > li.current-menu-item > a:after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: -1px;
	top: 100%;
}
.mainnav nav ul li a.listarrow {
	padding-right: 20px;
	background: url('images/downarrow.svg') no-repeat right center;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
.main_content								{}
.home_hero_wrapper {
	background-image: -webkit-linear-gradient(294deg, #08d5ff, #095fcc);
  	background-image: linear-gradient(156deg, #08d5ff, #095fcc);
}
.home_hero:after {
	display: block;
	content: "";
	clear: both;
}
.btn {
	height: 50px;
	background: #ffffff;
	border: none;
	border-radius: 5px;
	box-shadow: none !important;
	-webkit-appearance: none;
	outline: none !important;
	color: #6350d8;
	font-size: 12px;
	font-family: 'din';
	font-weight: 600;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	text-align: center;
	padding:  0 20px;
}
.btn:hover {
	background: #d7e1f7;
}
.btn-sm {
	height: 40px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 40px;
}
.btn-light {
	color: #ffffff;
	background: rgba(255,255,255,0.1);
}
.btn-light:hover {
	color: #ffffff;
	background: rgba(255,255,255,0.3);
}
.hero_caption {
	padding-bottom: 84px;
	z-index: 40;
}
.hero_caption h1 {
	color: #ffffff;
	font-size: 45px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.13;
  	letter-spacing: 1px;
	padding-bottom: 15px;
}
.hero_caption p {
	color: #ffffff;
	font-size: 14px;
	font-family: 'din';
	font-weight: 400;
	line-height: 1.71;
  	letter-spacing: 0.8px;
	padding-right: 60px;
}
.backbg {
	display: none;
}
.backbgbox {
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.home_hero {
	padding-top: 152px;
	padding-bottom: 230px;
}
.home_hero.backbgbox {
	background-size: auto;
	background-position: right 62px;
}
.btn-primary {
	color: #fefefe;
	background-image: -webkit-linear-gradient(266deg, #105499, #004285);
    background-image: linear-gradient(184deg, #105499, #004285);
	box-shadow: 0 10px 25px 0 rgba(11, 20, 40, 0.28) !important;
}
.btn-primary:hover {
	background-image: -webkit-linear-gradient(266deg, #00428, #105499, 5);
    background-image: linear-gradient(184deg, #004285, #105499 );
}
.btn-lg {
	font-size: 14px;
	font-family: 'din';
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	letter-spacing: 3px;
	padding: 0 35px;
}
.hero_caption p + .btn {
	margin-top: 24px;
}
.plan_bar {
	width: 450px;
	margin: 0 auto;
	margin: 0 auto;
	position: relative;
	z-index: 40;
}
.plan_bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: rgba(254,254,254,0.05);
	border-radius: 4px;
}
.plan_bar ul li {
	height: 50px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: rgba(254,254,254,0.5);
	font-size: 14px;
	font-family: 'din';
	font-weight: 500;
	line-height: 50px;
	position: relative;
	letter-spacing: 0.6px;
	text-align: center;
	position: relative;
}
.plan_bar ul li a {
	display: block;
	height: 50px;
	color: rgba(254,254,254,0.5);
	font-size: 14px;
	font-family: 'din';
	font-weight: 500;
	line-height: 50px;
	position: relative;
	letter-spacing: 0.6px;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 40;
}
.plan_bar ul li.active {
	
}
.plan_bar ul li a.active {
	border: 1px solid #ffffff;
	border-radius: 4px;
	background: rgba(254,254,254,0.05);
	color: #fefefe;
	line-height: 48px;
}
.plan_bar ul li span {
	color: #fefefe;
	font-size: 14px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.6px;
	position: absolute;
	white-space: nowrap;
}
.plan_bar ul li.featured span {
	top: -30px;
	right: 110%;
}
.plan_bar ul li.featured span img {
	position: absolute;
	left: 110%;
	top: -2px;
}
.plan_bar ul li.save span {
	top: -45px;
	left: 120%;
}
.plan_bar ul li.save span img {
	position: absolute;
	right: 30px;
	top: 22px;
}
.ornament1 {
	display: block;
	width: 500px;
	height: 440px;
	background: url('images/Ornament1.svg') no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
}
.ornament2 {
	display: block;
	width: 500px;
	height: 550px;
	background: url('images/Ornament2.svg') no-repeat left top;
	position: absolute;
	right: 0;
	bottom: -80px;
	opacity: 0.5;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.plan_list_wrapper {
	background-image: linear-gradient(182deg, #f3f6f8, #ffffff);
	padding-bottom: 140px;
}
.plan_box {
	width: 32%;
	float: left;
	margin-right: 2%;
	background-color: #fefefe;
	box-shadow: 0 30px 40px 0 rgba(81, 91, 137, 0.09);
	border-radius: 6px;
	text-align: center;
	padding: 25px;
	padding-bottom: 185px;
	position: relative;
}
.plan_box:last-child {
	margin-right: 0;
}
.plan_box h3 {
	color: #252c40;
	font-size: 20px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.6px;
	padding-bottom: 12px;
}
.plan_box .per_month_old {
	display: inline-block;
	position: relative;
	color: #394857;
	font-size: 11px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.6px;
	clear: both;
	transition: 0.1s ease-in;
}
.plan_box .per_month_old:after {
	display: block;
	content: "";
	width: 110%;
	height: 1px;
	background: #394857;
	opacity: 0.6;
	position: absolute;
	left: -5%;
	top: 50%;
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
}
.plan_box .price {
	padding-bottom: 15px;
}
.plan_box .price:after {
	display: block;
	content: "";
	clear: both;
}
.plan_box .price strong {
	display: inline-block;
	color: #394857;
	font-size: 50px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.6px;
}
.plan_box .price .tt {
	display: inline-block;
	color: #394857;
	font-size: 13px;
	font-family: 'din';
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: 0.6px;
	text-align: left;
}
.plan_box .price .tt span {
	display: block;
	font-size: 17px;
	font-family: 'din';
	font-weight: 400;
	line-height: 0.71;
  	letter-spacing: 0.6px;
	padding-bottom: 6px;
	position: relative;
}
.plan_box .price .tt span:after {
	display: block;
	content: "";
	width: 18px;
	height: 35px;
	background: url('images/dashed.svg') no-repeat center center;
	position: absolute;
	right: 10px;
	bottom: 6px;
	transition: 0.1s ease-in;
}
.plan_box p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.6px;
	margin-bottom: 0;
}
.plan_box p strong {
	font-weight: 700;
}
.plan_box h6 {
	color: #188fea;
	font-size: 13px;
	font-family: 'din';
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.6px;
}
.plan_box p + h6 {
	padding-top: 32px;
}
.loc_icon {
	display: inline-block;
	width: 11px;
	height: 14px;
	background: url('images/locicon.svg') no-repeat left top;
}
.plan_box h6 .loc_icon {
	position: relative;
	top: 1px;
	margin-right: 10px;
}
.plan_box figure {
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 0;
	margin-top: 6px;
}
.plan_box figure img {
	max-width: 100%;
}
.plan_box .plan_features {
	border-top: 1px solid #f5f5f5;
	padding-top: 20px;
	margin-bottom: 12px;
}
.plan_box .plan_features:after {
	display: block;
	content: "";
	clear: both;
}
.plan_features {
	text-align: left;
}
.plan_features ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plan_features ul li {
	position: relative;
	padding-left: 34px;
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.6px;
	margin-bottom: 16px;
}
.plan_features ul li:last-child {
	margin-bottom: 0;
}
.plan_features ul li strong {
	font-weight: 500;
}
.checked {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('images/checkmark.svg') no-repeat center center;
}
.crossed {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('images/crossmark.svg') no-repeat center center;
}
.emark {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('images/exmark.svg') no-repeat center center;
}
.plan_features ul li > i {
	position: absolute;
	left: 6px;
	top: 1px;
}
.plan_box .btn {
	height: 55px;
	color: #ffffff;
	font-size: 14px;
	font-family: 'din';
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 55px;
	border-radius: 5px;
	width: calc(100% - 50px);
	position: absolute;
	left: 25px;
	bottom: 115px;
}
.btn-info, .btn-info:focus {
	color: #ffffff;
	background: #0b92f9;
}
.btn-info:hover {
	color: #ffffff;
	background: #0e7bce;
}
.btn-success, .btn-success:focus  {
	color: #ffffff;
	background: #0dd2cb;
}
.btn-success:hover {
	color: #ffffff;
	background: #12aea8;
}
.plan_box.plan1 {
	background-image: url('images/wave1.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}
.plan_box.plan2 {
	background-image: url('images/wave2.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}
.plan_box.plan3 {
	background-image: url('images/wave3.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}
.plan_box.plan_featured {
	background-image: url('images/wave4.svg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	float: right;
	margin-right: 0;
	width: 21.88%;
}
.pf_info {
	position: absolute;
	top: 290px;
	right: 98%;
	white-space: nowrap;
}
.pf_info span {
	display: inline-block;
	color: #28a7bb;
	font-size: 15px;
	font-family: 'bradley_hand_itc_ttbold';
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.6px;
	text-align: center;
	-webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.pf_info img {
	position: absolute;
	bottom: 100%;
	left: 34%;
}
.plan_box .title {
	background: #0dd2cb;
	padding: 12px 25px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	border-radius: 6px 6px 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-bottom: -10px;
}
.plan_box.plan1 .per_month_old {
	color: #ff5184;
}
.plan_box.plan1 .per_month_old:after {
	background: #ff5184;
}
.plan_box.plan1 .price strong {
	color: #ff5184;
}
.plan_box.plan1 .price .tt {
	color: #ff5184;
}
.plan_box.plan2 .per_month_old {
	color: #3868ff;
}
.plan_box.plan2 .per_month_old:after {
	background: #3868ff;
}
.plan_box.plan2 .price strong {
	color: #3868ff;
}
.plan_box.plan2 .price .tt {
	color: #3868ff;
}
.plan_box.plan_featured .per_month_old {
	color: #0dd2cb;
}
.plan_box.plan_featured .per_month_old:after {
	background: #0dd2cb;
}
.plan_box.plan_featured .price strong {
	color: #0dd2cb;
}
.plan_box.plan_featured .price .tt {
	color: #0dd2cb;
}
.plan_list {
	margin-top: -200px;
	z-index: 60;
}
.plan_list .tab-content {
	float: left;
	width: 68%;
}
.our_features {
	background-image: -webkit-linear-gradient(223deg, #2dd49d, #1b6dd4);
  background-image: linear-gradient(227deg, #2dd49d, #1b6dd4);
	position: relative;
	padding-top: 102px;
	padding-bottom: 106px;
}
.info {
	position: relative;
	z-index: 40;
}
.info h2 {
	color: #fefefe;
	font-size: 30px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.5;
  	letter-spacing: 1px;
	padding-bottom: 8px;
}
.info p {
	color: #fefefe;
	font-size: 13px;
	font-family: 'din';
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.6px;
}
.feature_box {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 20px 50px 0 rgba(67, 41, 125, 0.14);
	height: 100%;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.feature_list {
	position: relative;
	padding-top: 84px;
	z-index: 40;
}
.feature_list [class*=col-] {
	margin-bottom: 30px;
}
.feature_box figure {
	width: 42%;
	height: 100%;
	float: left;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.feature_box figure img {
	display: block;
	max-width: 100%;
}
.feature_box .content {
	overflow: hidden;
	min-height: 190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.feature_box h4 {
	color: #252c40;
	font-size: 15px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	clear: none;
	padding-bottom: 16px;
}
.feature_box p {
	color: #252c40;
	font-size: 12px;
	font-family: 'din';
	font-weight: 300;
	line-height: 1.67;
  	letter-spacing: 0.6px;
	margin-bottom: 0;
}
.learn_more {
	padding-top: 50px;
}
.learn_more .btn {
	min-width: 220px;
}
.solution_wrapper {
	background-image: -webkit-linear-gradient(274deg, #f3f6f8, rgba(255, 255, 255, 0));
  	background-image: linear-gradient(176deg, #f3f6f8, rgba(255, 255, 255, 0));
	padding-top: 102px;
	padding-bottom: 30px;
}
.solution_wrapper .info h2 {
	color: #252c40;
}
.solution_wrapper .info p {
	color: #252c40;
}
.solution_list {
	padding-top: 64px;
	padding-bottom: 30px;
}
.solution_big {
	background: #ffffff;
	box-shadow: 0 40px 80px 0 rgba(83, 93, 143, 0.04);
	border-radius: 7px;
	overflow: hidden;
	height: 100%;
}
.solution_big figure {
	margin: 0;
}
.solution_big figure img {
	display: block;
	width: 100%;
}
.solution_list .content {
	padding: 0 30px;
	padding-right: 40px;
	padding-top: 35px;
	padding-bottom: 90px;
	position: relative;
}
.solution_list .solution_big .content {
    padding: 35px 25px 0;
    position: static;
}
.solution_list .solution_big {
	padding-bottom: 90px;
	position: relative;
}
.solution_list .content h3 {
	color: #404852;
	font-size: 18px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.67;
  	letter-spacing: 1px;
	padding-bottom: 6px;
	clear: none;
}
.solution_list .content p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2;
  	letter-spacing: 0.6px;
}
.solution_list .btn {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.6px;
	min-width: 195px;
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.feature_list_hor {
	border-top: 1px solid #ecf1f6;
	padding-top: 22px;
}
.feature_list_hor ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.feature_list_hor ul li {
	width: 33.33%;
	float: left;
	padding-left: 22px;
	position: relative;
	color: #404852;
	font-size: 13px;
	font-family: 'din';
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.6px;
	margin-bottom: 30px;
}
.feature_list_hor ul li:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #e77c8e;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}
.solution_med {
	background: #ffffff;
	border-radius: 7px;
	position: relative;
	box-shadow: 0 40px 80px 0 rgba(83, 93, 143, 0.04);
	overflow: hidden;
	margin-bottom: 30px;
	padding-left: 40%;
}
.solution_med:last-child {
	margin-bottom: 0;
}
.solution_med figure {
	width: 40%;
	float: left;
	height: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.solution_med figure img {
	display: block;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
}
.solution_med .content {
	overflow: hidden;
}
.feature_list_ver {
	border-top: 1px solid #ecf1f6;
	padding-top: 22px;
}
.feature_list_ver ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.feature_list_ver ul li {
	color: #404852;
	font-size: 13px;
	font-family: 'din';
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.6px;
	padding-left: 22px;
	position: relative;
	margin-bottom: 30px;
}
.feature_list_ver ul li:last-child {
	margin-bottom: 24px;
}
.feature_list_ver ul li:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #7e7bf4;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}
.testimonial_wrapper {
	background: #ffffff;
	position: relative;
	overflow: hidden;
	padding-top: 230px;
	padding-bottom: 160px;
}
.testimonial_wrapper .info h2 {
	color: #404852;
}
.testimonial_wrapper .info p {
	color: #252c40;
}
.testimonial_bg {
	position: absolute;
	right: -50px;
	top: 135px;
	width: 600px;
}
.testimonial_bg img {
	display: block;
	width: 100%;
}
.testimonial_list {
	z-index: 60;
	margin-left: -30px;
}
/*
.testimonial_list:before {
	display: block;
	content: "";
	width: 60px;
	height: 80%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(251,251,252,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(251,251,252,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(251,251,252,1) 100%);
	position: absolute;
	right: 100%;
	top: 40px;
}
*/
.testimonial_list .slick-slide {
    width: 500px;
	padding: 40px 30px 140px;
}
.testimonial_content {
	background: #ffffff url('images/quotemark.svg') no-repeat;
	background-position: 92% 30px;
	border-radius: 4px;
	box-shadow: 0 30px 80px 0 rgba(83, 93, 143, 0.1);
	padding: 40px;
}
.testimonial_content .title {
	padding-left: 80px;
	position: relative;
	margin-bottom: 35px;
}
.testimonial_content .title figure {
	position: absolute;
	left: 0;
	top: 0;
}
.testimonial_content .title h4 {
	color: #252c40;
	font-size: 16px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	padding-bottom: 12px;
	padding-top: 8px;
}
.testimonial_content .title h6 {
	color: #4e5363;
	font-size: 13px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.6px;
	opacity: 0.7;
}
.testimonial_content blockquote {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 0;
}
.testimonial_content_wrapper {
	padding: 0;
	padding-top: 15px;
} 
.slick-prev {
	width: 40px;
	height: 40px;
	background: #ffffff url('images/carrowleft.svg') no-repeat center center;
	border: none;
	border-radius: 50%;
	box-shadow: 0 10px 20px 0 rgba(83, 93, 143, 0.24);
	-webkit-appearance: none;
	outline: none !important;
	font-size: 0.1px;
	text-indent: -9999px;
	cursor: pointer;
}
.slick-prev.slick-disabled {
	background: #ffffff url('images/carrowleft_grey.svg') no-repeat center center;
	box-shadow: 0 10px 20px 0 rgba(83, 93, 143, 0.1);
}
.slick-next {
	width: 40px;
	height: 40px;
	background: #ffffff url('images/carrowright.svg') no-repeat center center;
	border: none;
	border-radius: 50%;
	box-shadow: 0 10px 20px 0 rgba(83, 93, 143, 0.24);
	-webkit-appearance: none;
	outline: none !important;
	font-size: 0.1px;
	text-indent: -9999px;
	cursor: pointer;
}
.slick-next.slick-disabled {
	background: #ffffff url('images/carrowright_grey.svg') no-repeat center center;
	box-shadow: 0 10px 20px 0 rgba(83, 93, 143, 0.1);
}
.testimonial_list .slick-prev {
	position: absolute;
	left: 30px;
	bottom: 40px;
	z-index: 80;
}
.testimonial_list .slick-next {
	position: absolute;
	left: 90px;
	bottom: 40px;
	z-index: 80;
}
.connected_wrapper {
	background: #0E1A35;
	background: #0E1A35 -webkit-radial-gradient(center ellipse,  rgba(33,52,113,1) 0%,rgba(33,52,113,0) 55%,rgba(251,251,252,0) 100%);
  	background: #0E1A35 radial-gradient(ellipse at center,  rgba(33,52,113,1) 0%,rgba(33,52,113,0) 55%,rgba(251,251,252,0) 100%);
	padding-top: 120px;
}
.world_map {
	padding-top: 65px;
	text-align: center;
	margin-bottom: 40px;
}
.world_map img {
	max-width: 100%;
}
.ready_one {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 7px;
	min-height: 190px;
	padding: 50px;
	padding-right: 310px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
.ready_one h3 {
	color: #ffffff;
	font-size: 30px;
	font-family: 'din';
	font-weight: 600;
	line-height: 1.17;
	letter-spacing: 1.6px;
}
.ready_one .btn {
	font-size: 14px;
	font-family: 'din';
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: none;
	min-width: 230px;
	position: absolute;
	right: 50px;
	top: 50%;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform:translate(0,-50%);
}
.mobile_menubtn {
	display: none;
}
.mobview {
	display: none;
}
.plan_bar .title {
	display: none;
}
.plan_features h6 {
	display: none;
}


/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footer {
	background: #0E1A35;
	padding-top: 60px;
	padding-bottom: 60px;
}
.copyright_box {
	
}
.copyright_box p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.6px;
}
.copyright_box p a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: 0.1s ease-in;
}
.copyright_box p a:hover {
	color: #ffffff;
}
.social_links {
	padding-top: 16px;
}
.social_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social_links ul li {
	float: left;
	margin-right: 20px;
}
.footer_links_wrapper .social_links ul li a {
	color: #9ba1af;
	font-size: 22px;
	transition: 0.1s ease-in;
}
.social_links ul li a:hover {
	color: #ffffff;
}
.footer_links_wrapper {
	
}
.footer_links_wrapper h5 {
	color: #ffffff;
	font-size: 15px;
	font-family: 'din';
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1px;
	padding-bottom: 22px;
}
.footer_links_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_links_wrapper ul li {
    margin-bottom: 8px;
}
.footer_links_wrapper ul li a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	transition: 0.1s ease-in;
	letter-spacing: 0.1px;
}
.footer_links_wrapper address {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-family: 'din';
	font-weight: 400;
	line-height: 1.8;
  	letter-spacing: 0.1px;
	margin-bottom: 20px;
}
.footer_links_wrapper p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
  	letter-spacing: 0.1px;
}
.footer_links_wrapper a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	transition: 0.1s ease-in;
	letter-spacing: 0.1px;
}
.footer_links_wrapper a:hover {
	color: #ffffff;
}


/* --------------------------inner banner-------------------------------*/
.inner_hero_wrapper {
	background-image: -webkit-linear-gradient(125deg, #9fbc4d, #037755);
  	background-image: linear-gradient(125deg, #9fbc4d, #037755);
    min-height: 450px;
    position: relative;
    overflow: hidden;
}
.inner_hero:after {
	display: block;
	content: "";
	clear: both;
}

.inner_hero_caption {
	padding-bottom: 20px;
	z-index: 40;
}
.inner_hero_caption h1 {
	color: #ffffff;
	font-size: 45px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.13;
  	letter-spacing: 1px;
	padding-bottom: 15px;
}
.inner_hero_caption p {
	color: #ffffff;
	font-size: 14px;
	font-family: 'din';
	font-weight: 400;
	line-height: 1.71;
  	letter-spacing: 0.8px;
	padding-right: 60px;
}
.inner_ornament1 {
	display: block;
	width: 511px;
	height: 365px;
	background: url('images/inner_ornament1.svg') no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
}
.inner_ornament2 {
	display: block;
	width: 468px;
	height: 234px;
	background: url('images/inner_ornament2.svg') no-repeat left top;
	position: absolute;
	right: -40px;
	bottom: 0;
	opacity: 0.5;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.backbg {
	display: none;
}
.backbgbox {
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.inner_hero {
	padding-top: 152px;
	padding-bottom: 62px;
	min-height: 450px;
}
.inner_hero.backbgbox {
	background-size: auto;
	background-position: top right;
}
.team_wrapper{
    padding-top: 102px;
    padding-bottom: 230px;
}
.team_wrapper .info{
    width: 760px;
    margin: auto;
    padding-bottom: 67px;
}
.team_wrapper .info h2, .support_wrapper .info h2 {
    color: #252c40;
    padding-bottom: 15px;
}
.team_wrapper .info p, .support_wrapper .info p {
    color: #252c40;
    line-height: 2.31;
    font-weight: 300;
}
.team_img{
    height: 250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}
.team_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_row [class*=col-] {
	margin-bottom: 30px;
}
.team_box h4{
  font-family: DIN;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #252c40;
    padding-top: 35px;
}
.team_box h5{
  font-family: DIN;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  letter-spacing: 0.6px;
  text-align: center;
  color: #252c40;
  padding-top: 12px;
}

.landingpage_wrapper{
    padding-top: 102px;
    padding-bottom: 50px;
}

/* ---------------------------------------------------------*/
.inner_hero_wrapper.privacy_policy_bg{
	background-image: -webkit-linear-gradient(125deg, #9b406f, #250964);
  	background-image: linear-gradient(125deg, #9b406f, #250964);
    min-height: 450px;
}
.privacy_policy_bg .inner_hero.backbgbox {
    background-size: auto;
    background-position: bottom right;
}
.welcome_policy_wrapper{
    background-image: -webkit-linear-gradient(to bottom, #f4f7fa, #ffffff);
    background-image: linear-gradient(to bottom, #f4f7fa, #ffffff);
    padding-bottom: 44px;
}
.welcome_box{
    background-color: #fefefe;
    margin-top: 30px;
    margin-bottom: 100px;
    padding: 56px 90px 90px 90px;
    box-shadow: 0 30px 70px 0 rgba(81, 91, 137, 0.06);
    text-align: center;
}
.welcome_box h2{
    font-family: DIN;
  font-size: 30px;
  font-weight: bold;
     line-height: 1.5;
  letter-spacing: 1px;
  color: #252c40;
    padding-top: 69px;
    padding-bottom: 20px;
}
.welcome_box p{
    font-family: DIN;
  font-size: 13px;
  font-weight: 300;
     line-height: 2.31;
  letter-spacing: 0.6px;
    color: #252c40;
}
.welcome_info{
    margin: 0;
}
.welcome_info li{
    list-style: none;
    padding-bottom: 38px;
}
.welcome_info li h3, .exchange_policy_wrapper h3{
     font-size: 20px;
  font-weight: bold;
    line-height: 1.5;
  letter-spacing: 0.7px;
  color: #404852;
    padding-bottom: 10px;
}

.welcome_info li p{
    font-size: 13px;
  font-weight: 300;
    line-height: 2.31;
  letter-spacing: 0.6px;
  color: #252c40;
}
.how_do_we_section {
	background-image: -webkit-linear-gradient(323deg, #240964, #d76c6c);
   background-image: linear-gradient(323deg, #240964, #d76c6c);
	position: relative;
	padding-top: 100px;
	padding-bottom: 84px;
}
.how_do_we_section .info{
    padding-bottom: 48px;
}
.how_do_we_section .info h2{
    padding-bottom: 15px;
    font-weight: bold;
}
.how_do_we_section .info p{
   letter-spacing: 1px;
}
.how_do_we_left ul, .how_do_we_right ul{
    margin: 0;
}
.how_do_we_left ul li, .how_do_we_right ul li{
    list-style: none;
    font-family: DIN;
  font-size: 13px;
  font-weight: 300;
    line-height: 2;
  letter-spacing: 0.6px;
  color: #ffffff;
    padding-bottom: 20px;
    position: relative;
    padding-left: 24px;
}
.how_do_we_left ul{
    padding-right: 70px;
}
.how_do_we_right ul{
    padding-left: 70px;
}
.how_do_we_left ul li:before, .how_do_we_right ul li:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 9px;
    left: 0;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.personally_section{
    padding-top: 100px;
    padding-bottom: 113px;
}
.personally_section .info{
    padding-bottom: 48px;
}
.personally_section .info h2{
    padding-bottom: 15px;
    font-weight: bold;
    color: #252c40; 
}
.personally_section .info p{
   letter-spacing: 1px;
    color: #252c40;
}
.personally_section .how_do_we_left ul li, .personally_section .how_do_we_right ul li{
    color: #252c40;
}
.personally_section .how_do_we_left ul li:before, .personally_section .how_do_we_right ul li:before{
     background:  #976fcf;
}
.personally_box{
    padding-bottom: 91px;
}
/*faq page*/
.inner_hero_wrapper.faq_page_bg{
	background-image: -webkit-linear-gradient(298deg, #2270a3, #31bd95);
  	background-image: linear-gradient(298deg, #2270a3, #31bd95);
    min-height: 450px;
}
.faq_page_bg .inner_hero.backbgbox {
    background-size: auto;
    background-position: bottom right 10px;
}
.faq_wrapper{
    padding-top: 100px;
    padding-bottom: 250px;
    background-image: -webkit-linear-gradient(to bottom, #f4f7fa, #ffffff);
    background-image: linear-gradient(to bottom, #f4f7fa, #ffffff);
   position: relative;
    overflow: hidden;
}
.faq_wrapper .info{
   padding-bottom: 82px;
}
.faq_wrapper .info h2 {
    color: #252c40;
    padding-bottom: 15px;
}
.faq_wrapper .info p {
    color: #252c40;
    line-height: 2.31;
    font-weight: 300;
}
.accordion .card-header:after {
    content: "";
    float: right;
    background: url(images/icon-down.svg) center center no-repeat;
    width: 24px;
    height: 24px;
	transition: 0.2s ease-in;
}
.accordion .card-header.open:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion .card-header.collapsed:after {
    content: "";
     background: url(images/icon-down.svg) center center no-repeat;
    margin-top: 3px;
}
.faq_wrapper .card-title img, .exchange_policy_wrapper .card-title img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.faq_wrapper .card-header, .exchange_policy_wrapper .card-header{
    padding: 20px 30px;
    background-color: #fefefe;
  box-shadow: 0 30px 80px 0 rgba(76, 80, 102, 0.07);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;
   
}
.faq_wrapper .card, .exchange_policy_wrapper .card{
     margin-bottom: 20px !important;
     border: none;
}

.faq_wrapper .card-title, .exchange_policy_wrapper .card-title{
    font-family: DIN;
  font-size: 16px;
  font-weight: 500;
     line-height: 1.88;
  letter-spacing: 0.5px;
  color: #404852;
}
.faq_wrapper .card-body p, .exchange_policy_wrapper .card-body p{
    color: #252c40;
    font-size: 13px;
    font-family: 'din';
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.6px;
}
.faq_form{
    margin-top: 180px;
    text-align: center;
    z-index: 11;
}
.faq_form .form-control{
    border-radius: 4px;
  border: solid 1px #a7c4e2;
    padding: 15px 20px;
    box-shadow: none;
    background: none;
   font-family: DIN;
  font-size: 14px;
  font-weight: 500;
    line-height: normal;
  letter-spacing: 0.5px;
  color: #252c40;
	height: 160px;
	resize: none;
}
.faq_form textarea.form-control{
     font-family: 'din';
    font-size: 13px;
  font-weight: 400;
    line-height: 1;
  letter-spacing: 0.5px;
  color: #4e5363;
}
.faq_form input.form-control{
    height: 50px;
}

.faq_form .form-group{ width: 600px; margin: auto; margin-bottom: 40px;}
.faq_form .form-group label{
    font-family: DIN;
  font-size: 14px;
  font-weight: 400;
    line-height: normal;
  letter-spacing: 1px;
  color: #4e5363;
    padding-bottom: 17px;
   float: left;
}

.faq_form .btn-lg {
    width: 600px;
    margin: auto;
}
.btn-warning, .btn-warning:focus  {
	color: #fefefe;
	background: #ff7860;
}
.btn-warning:hover {
	color: #fefefe;
	background: #ee6850;
}
.faq_wrapper_bg {
    position: absolute;
    left: 0;
    bottom: -1160px;
   width: 638px;
  z-index: 1;
}
/*blog*/
.inner_hero_wrapper.blog_hero_wrapper{
	background-image: -webkit-linear-gradient(305deg, #df5574, #fdb278);
  	background-image: linear-gradient(305deg, #df5574, #fdb278);
    min-height: 450px;
}
.blog_hero_wrapper .inner_hero.backbgbox {
    background-size: auto;
    background-position: bottom right 10px;
}
.blog_hero_wrapper .inner_hero_caption{
    text-align: center;
}
.blog_hero_wrapper.inner_hero_caption p{
    padding-right: 0px;
}
.blog_hero_wrapper .container{
    position: relative;
}
.blog_hero_wrapper .inner_hero_caption p{
    padding-right: 0px;
}
.blog_phone{
    position: absolute;
    left: 0;
    top: 50%;
     transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.blog_pen{
    position: absolute;
    bottom: -35px;
    left: 50%;
     transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.blog_book{
    position: absolute;
    right: 0;
    top: 50%;
     transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.blog_wrapper{
    background-image: -webkit-linear-gradient(to bottom, #f4f7fa, #ffffff);
    background-image: linear-gradient(to bottom, #f4f7fa, #ffffff);
    padding-top: 100px;
    padding-bottom: 220px;
}

.recent_area{
    background-color: #fefefe;
    box-shadow: 0 40px 70px 0 rgba(93, 103, 110, 0.06);
    padding: 40px;
    margin-left: 40px;
}
.recent_post ul{
    margin: 0;
    padding: 30px 0 10px 0;
    
}
.recent_post ul li{
    list-style: none;
    padding-bottom: 20px;
}
.recent_post h4, .recent_category h4{
    font-family: DIN;
  font-size: 15px;
  font-weight: bold;
      letter-spacing: 0.9px;
  color: #252c40;
}
.recent_post ul li a {
    font-family: DIN;
  font-size: 14px;
  font-weight: 500;
    line-height: 1.71;
  letter-spacing: 0.9px;
  color: #252c40;
    margin-bottom: 9px;
}
.recent_post ul li .post-date {
	display: block;
     font-family: DIN;
  font-size: 12px;
  font-weight: normal;
     line-height: 1.67;
  letter-spacing: 0.5px;
  color: #91949e;
  margin-top: 9px;
}
.recent_category{
    border-top: solid 0.5px #dfe2ea;
}
.recent_category ul{margin: 0; padding-bottom: 25px;}
.recent_category ul li a{
    font-family: DIN;
  font-size: 14px;
  font-weight: 500;
     line-height: 1.43;
  letter-spacing: 0.9px;
  color: #252c40;
}
.recent_category ul li{
    padding-bottom: 15px;
    position: relative;
    list-style: none;
    padding-left: 18px;
}
.recent_category ul li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    background: #252c40;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 8px;
    
}
.recent_category h4{padding-top: 38px; padding-bottom: 30px;}
.blog_row [class*=col-]{
    padding-left: 20px;
    padding-right: 20px;
}
.blog_article_box{
    border-radius: 5px;
  background-color: #fefefe;
  box-shadow: 0 40px 70px 0 rgba(93, 103, 110, 0.06);
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.anchor_box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.blog_article_img{
    height: 230px;
}
.blog_article_img img{
    width: 100%;
    height: 100%;
    display: block;
}
.blog_article_text{
    padding: 30px 30px 40px 30px;
}
.blog_article_text ul{margin: 0;}
.blog_article_text h4{
    font-family: DIN;
  font-size: 16px;
  font-weight: bold;
    line-height: 1.5;
  letter-spacing: 1px;
  color: #252c40;
    padding-bottom: 20px;
}
.blog_article_text p{
    font-family: DIN;
  font-size: 13px;
  font-weight: 300;
    line-height: 1.85;
  letter-spacing: 0.6px;
  color: #252c40;
    margin-bottom: 20px;
}
.blog_article_text ul li{
    font-family: DIN;
  font-size: 12px;
  font-weight: normal;
     line-height: 1.67;
  letter-spacing: 0.5px;
  color: #252c40;
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.blog_article_text ul li:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    left: -3px;
    background: #b6bbca;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 8px;
    
}
.blog_article_text ul li:first-child:before{
    display: none;
}
.blog_article_text ul li:first-child{
    font-weight: bold;
     letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 0px;
}
.blog_article_text ul li.blog_green, .blog_details_category li:first-child a{
     color: #38a98d;
}
.blog_article_text ul li.blog_red, .blog_details_category li:nth-child(2) a{
     color: #f44e65;
}
.blog_article_text ul li.blog_blue, .blog_details_category li:last-child a{
     color: #2387f7;
}
.search_form{
    position: relative;
    margin-top: -150px;
}
.search_form .form-control{
    height: 100px;
    padding: 35px 0;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
  background-color: #fefefe;
  box-shadow: 0 30px 70px 0 rgba(81, 91, 137, 0.06);
    font-family: DIN;
  font-size: 20px;
  font-weight: 500;
     line-height: 2.25;
  letter-spacing: 0.7px;
  color: #252c40;
   
    border: none;
    padding-left: 40px;
    
}
.search_form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #252c40;
    opacity: 0.5;
}
.search_form .form-control::-moz-placeholder { /* Firefox 19+ */
   color: #252c40;
    opacity: 0.5;
}
.search_form .form-control:-ms-input-placeholder { /* IE 10+ */
   color: #252c40;
    opacity: 0.5;
}
.search_form .form-control:-moz-placeholder { /* Firefox 18- */
   color: #252c40;
    opacity: 0.5;
}
.search_form .input-group-btn button{
    height: 100px;
     border-top-right-radius: 5px;
     border-bottom-right-radius: 5px;
     border-top-left-radius: 0px;
     border-bottom-left-radius: 0px;
  padding: 30px 40px 40px 40px;
}
.search_form .input-group-btn button:hover{background: #fefefe;}
.blog_details_wrapper{
     padding-top: 53px;
    padding-bottom: 280px;
    background-image: -webkit-linear-gradient(7deg, #f4f7fa, #ffffff);
    background-image: linear-gradient(7deg, #f4f7fa, #ffffff);
}
.blog_details h2{
    font-family: DIN;
  font-size: 35px;
  font-weight: bold;
    line-height: 1.29;
  letter-spacing: 1.2px;
  color: #252c40;
    padding-top: 47px;
    padding-bottom: 54px;
}
.blog_details p{
     font-family: DIN;
  font-size: 14px;
  font-weight: 400;
     line-height: 2.14;
  letter-spacing: 0.6px;
  color: #252c40;
}
.blog_details img{width: 100%; margin-bottom: 40px; margin-top: 48px;}
.blog_details_bottom{
    padding-top: 194px;
}
.blog_details_bottom h2{
    font-family: DIN;
  font-size: 30px;
  font-weight: bold;
     line-height: 1.5;
  letter-spacing: 1px;
  color: #252c40;
    padding-bottom: 45px;
    float: left;
   
}
.blog_details_bottom .btn-warning, .blog_details_bottom .btn-warning:focus {
    color: #fefefe;
    background: none;
    border: solid 1px #188fea;
    color: #188fea;
    float: right;
  
}
.blog_details_bottom .btn-warning:hover {
     color: #fefefe;
    background: #188fea;
}
.blog_details_cate{
	padding-top:92px;
}
/*.blog_left ul li{
    font-family: DIN;
  font-size: 12px;
  font-weight: bold;
     line-height: 1.67;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog_left ul li:first-child{
    color: #38a98d;
}
.blog_left ul li:nth-child(2){
    color: #38a98d;
}*/
.blog_details_category{
	float:left;
	margin:0;
	margin-top:6px;
}
.blog_details_category li{
		list-style:none;
	float:left;
}
.blog_details_category li a{
	font-family: DIN;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 1px;
  color: #38a98d;
  text-transform:uppercase;
  position:relative;
  padding:0 10px;
}
.blog_details_category li:first-child a{
	padding-left:0px;
}
.blog_details_category li a:before{
	position:absolute;
	content:'';
	width:3px;
	height:3px;
	background:#b6bbca;
	bottom:5px;
	left:-1.5px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.blog_details_category li:first-child a:before{
	display:none;
}
.blog_social{
	float:right;
}
.blog_social li{
	float:left;
	list-style:none;
}	
.blog_social li a{
		padding:0 10px;
	font-family: DIN;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.14;
  letter-spacing: 0.6px;
  color: #252c40;
  display:inline-block;
	vertical-align:middle;
  }
.blog_social li:last-child a{
	padding-right:0px;
}
.blog_social li a i{
	color:#6e8894;
	font-size:24px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.firstcharacter {
  float: left;
   font-family: DIN;
  font-size: 70px;
  font-weight: bold;
   line-height: 0.71;
  letter-spacing: 3px;
  color: #252c40;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
/**/
.inner_hero_wrapper.support_hero_wrapper{
	background-image: -webkit-linear-gradient(314deg, #3437ae, #b770e4);
  	background-image: linear-gradient(314deg, #3437ae, #b770e4);
    min-height: 450px;
}
.support_hero_wrapper .inner_hero.backbgbox {
    background-size: auto;
    background-position: top right;
}
.support_box{
	background-color: #fefefe;
  box-shadow: 0 40px 130px 0 rgba(71, 97, 137, 0.07);
  padding:50px 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom:50px;
  min-height:600px;
}
.support_box .title figure{
	width:100px;
	height:100px;
	float:left;
	margin-right:26px;
}
.support_box .title figure img{
	display:block;
}
.support_box .title figcaption{
	float:left;
	margin-top:27px;
}
.support_box .title h3{
	font-family: DIN;
  font-size: 20px;
  font-weight: bold;
   line-height: normal;
  letter-spacing: 1.5px;
  color: #404852;
  
}
.support_box .content ul{
	margin:0;
	padding-top:35px;
	border-top: solid 0.5px #eff0f4;
}
.support_box .content ul li{
	list-style:none;
	padding-bottom:25px;
}
.support_box .content ul li a{
	font-family: DIN;
  font-size: 16px;
  font-weight: 400;
   line-height: 1.88;
  letter-spacing: 0.5px;
  color: #404852;
  display:block;
  background: url('images/arrow-right.svg') no-repeat right center;
}
.support_wrapper{
     padding-top: 102px;
    padding-bottom: 435px;
    background-image: -webkit-linear-gradient(to bottom, #f4f7fa, #ffffff);
    background-image: linear-gradient(to bottom, #f4f7fa, #ffffff);
}
.support_wrapper .info{
	 padding-bottom: 100px;
}
/**/
.inner_hero_wrapper.exchange_hero_wrapper{
	background-image: -webkit-linear-gradient(308deg, #032993, #d7776c);
  	background-image: linear-gradient(308deg, #032993, #d7776c);
    min-height: 450px;
}
.exchange_hero_wrapper .inner_hero.backbgbox {
    background-size: auto;
    background-position: bottom right 57px;
}
.exchange_policy_wrapper{
    padding-top: 100px;
    padding-bottom: 435px;
    position: relative;
     overflow: hidden;
}

.welcome_info li ul{
    margin: 0;
}
.welcome_info li ul li{
     font-family: DIN;
  font-size: 13px;
  font-weight: 300;
    line-height: 2.31;
  letter-spacing: 0.6px;
  color: #252c40;
    padding-bottom: 0px;
}
.exchange_policy_wrapper h3{
    padding-bottom: 20px;
}
.exchange_policy_bg{
    position: absolute;
    left: 0;
    bottom: -460px;}
/**/
.demo_wrapper{
    padding-top: 30px;
    padding-bottom: 217px;
    background-image: -webkit-linear-gradient(to bottom, #f5f8fa, #ffffff);
     background-image: linear-gradient(to bottom, #f5f8fa, #ffffff);
}
.demo_wrapper .faq_form{
       margin-top: 0px;
     background-color: #fefefe;
  box-shadow: 0 40px 130px 0 rgba(71, 97, 137, 0.11);
    padding: 60px 45px;
    }
.demo_wrapper .faq_form .form-group{
    width: 100%;
}
.demo_wrapper .faq_form .btn-warning{
    width: 100%;
}
.demo_right{
      background-image: -webkit-linear-gradient(339deg, #00268f, #158fba);
      background-image: linear-gradient(339deg, #00268f, #158fba);
    padding: 60px;
    position: relative;
}
.demo_right .ornament1{
    background-size: 100% 100%;
    width: 250px;
    height: 250px;
}
.demo_right .ornament2{
      background-size: 100% 100%;
    width: 300px;
    height: 300px;
}
.demo_right h2{
    font-family: DIN;
  font-size: 24px;
  font-weight: bold;
     line-height: normal;
  letter-spacing: 2px;
  color: #fefefe;
}
.demo_right ul{
    margin: 0;
}
.demo_right ul li{
    list-style: none;
    padding-top: 40px;
     position: relative;
    padding-left: 50px;
}
.demo_right ul li h4{
     font-family: DIN;
  font-size: 16px;
  font-weight: bold;
      line-height: normal;
  letter-spacing: 1.2px;
  color: #ffffff;
    padding-bottom: 18px;
}
.demo_right ul li a{
     font-family: DIN;
  font-size: 15px;
  font-weight: 500;
     line-height: normal;
  letter-spacing: 1.4px;
  color: rgba(255,255,255,0.8);
   
}
.demo_right ul li span{
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
.demo_right ul li span i{
    color: #ffffff;
    opacity: 0.8;
}
.demo_right .btn-warning{
    width: calc(100% - 120px);
    background-color: #fefefe;
    color: #ff7860;
    position: absolute;
    bottom: 60px;
   text-align: center;
	z-index: 40;
}
.demo_hero_wrapper .inner_hero_caption .btn-warning{
    margin-top: 20px;
}
.inner_hero_wrapper.demo_hero_wrapper{
	background-image: -webkit-linear-gradient(308deg, #00268f, #0d9cce);
  	background-image: linear-gradient(308deg, #00268f, #0d9cce);
    min-height: 450px;
}
.demo_hero_wrapper .inner_hero.backbgbox {
    background-size: auto;
    background-position: bottom right;
}

/*About us*/
.about_us_hero {
	background-image: -webkit-linear-gradient(319deg, #ff8383, #e24d2b);
    background-image: linear-gradient(131deg, #ff8383, #e24d2b);
	background-size: auto 100%;
}
.about_us_hero .inner_hero {
	background-size: auto 100%;
}
.about_us_hero .inner_hero_caption p {
	max-width: 470px;
	padding-right: 0;
}
.about_us_hero .inner_hero_caption h1 {
	padding-bottom: 20px;
}
.vision_mission {
	border: 1px solid #a9adc7;
	border-radius: 7px;
	padding: 50px;
	position: relative;
	padding-top: 0;
}
.v_logo {
	width: 248px;
	height: 154px;
	background: #fefefe;
	border: 1px solid #a9adc7;
	border-radius: 4px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
	margin-top: -78px;
	margin-bottom: 52px;
}
.v_logo img {
	display: block;
	max-width: 100%;
}
.vision_mission_wrapper {
	padding-top: 140px;
	padding-bottom: 70px;
}
.vision_mission h3 {
	color: #252c40;
	font-size: 18px;
	font-family: 'din';
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.6px;
	padding-bottom: 14px;
}
.vision_mission p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 1.54;
  	letter-spacing: 0.6px;
}
.vision_mission ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 45px;
}
.vision_mission ul li {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 1.54;
  	letter-spacing: 0.6px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}
.vision_mission ul li:before {
	display: block;
	content: "";
	width: 5px;
	height: 1px;
	background: #252c40;
	position: absolute;
	left: 0;
	top: 10px;
}
.vision_mission p + h3 {
	padding-top: 26px;
}
.value_info_wrapper {
	background: #f9fbff;
	padding-top: 100px;
	padding-bottom: 100px;
}
.info.dark h2 {
	color: #252c40;
}
.info.dark p {
	color: #252c40;
}
.value_list {
	padding-top: 94px;
}
.value_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.value_list ul li {
	position: relative;
	padding-left: 160px;
	padding-bottom: 20px;
}
.value_list ul li h5 {
	color: #252c40;
	font-size: 14px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.5px;
	position: absolute;
	left: 0;
	top: 5px;
	width: 140px;
}
.value_list ul li p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2;
  	letter-spacing: 0.6px;
}
.timeline_tree {
	padding-top: 24px;
}
.timeline_tree ol {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 62px;
	padding-bottom: 14px;
	position: relative;
}
.timeline_tree ol:after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #dee7f0;
	position: absolute;
	left: 155px;
	top: 0;
}
.timeline_tree ol li {
	position: relative;
	padding-left: 245px;
	padding-bottom: 12px;
}
.timeline_tree ol li p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2;
  	letter-spacing: 0.6px;
	margin-bottom: 26px;
}
.timeline_tree ol li .year {
	display: block;
	width: 76px;
	height: 36px;
	background: url('images/bubble.svg') no-repeat center center;
	background-size: 100% 100%;
	color: #252c40;
	font-size: 15px;
	font-family: 'din';
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0.6px;
	text-align: center;
	padding-right: 4px;
	position: absolute;
	left: 0;
	top: 6px;
}
.timeline_tree ol li:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: #f3935c;
	border-radius: 50%;
	position: absolute;
	left: 147px;
	top: 16px;
	z-index: 40;
}
.map_box {
	height: 760px;
	position: relative;
}
.map_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.map_box:before {
	display: block;
	content: "";
	width: 100%;
	height: 128px;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
	z-index: 40;
}
.story_timeline_wrapper {
	padding-top: 198px;
	padding-bottom: 140px;
}

/*Support*/
.support_hero_wrapper .inner_hero_caption h1 {
	padding-bottom: 30px;
}
.support_hero_wrapper .inner_hero_caption {
    padding-bottom: 0;
}
.support_box_wrapper {
	background-image: -webkit-linear-gradient(top, #f4f7fa, #ffffff);
	background-image: linear-gradient(to bottom, #f4f7fa, #ffffff);
}
.support_list {
	margin: 0 -25px;
	position: relative;
	margin-top: -66px;
	padding-bottom: 128px;
	z-index: 40;
}
.support_list [class*=col-] {
	padding: 0 25px;
}
.support_content {
	background: #fefefe;
	box-shadow: 0 40px 130px 0 rgba(71, 97, 137, 0.07);
	border-radius: 7px;
	height: 100%;
	padding: 100px 30px;
	padding-top: 40px;
	position: relative;
}
.support_content figure {
	height: 180px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px;
}
.support_content figure img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.support_content h4 {
	color: #404852;
	font-size: 20px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
  	letter-spacing: 1.5px;
	padding-bottom: 12px;
}
.support_content p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 1.85;
  	letter-spacing: 0.6px;
}
.btn-outline-danger {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid #fd4c76;
    color: #fd4c76;
}
.btn-outline-danger:hover {
	background-color: #fd4c76;
	border: 1px solid #fd4c76;
	color: #ffffff;
}
.support_content .btn {
	line-height: 48px;
	position: absolute;
	left: 30px;
	width: calc(100% - 60px);
	bottom: 40px;
	font-size: 12px;
	font-family: 'din';
	font-weight: 500;
	letter-spacing: 2.6px;
	text-transform: uppercase;
}
.ask_question {
	
}
.ask_question .info h2 {
	padding-bottom: 18px;
}
.expert_list {
	padding-top: 75px;
	padding-bottom: 206px;
}
.expert_list ul {
	padding-bottom: 70px;
}
.expert_list ul li {
	display: inline-block;
	width: 208px;
  	height: 208px;
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid #ffffff;
	margin-left: -35px;
}
.expert_list ul li:first-child {
	margin-left: 0;
}
.expert_list ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.expert_list .btn-warning {
	background: #fd4c76;
	border-radius: 5px;
	min-width: 348px;
}
.expert_list .btn-warning:hover {
	background: #e92f5b;
}

/*return*/
.return_hero_wrapper {
	background-image: -webkit-linear-gradient(142deg, #032993, #d76c6c);
  	background-image: linear-gradient(308deg, #032993, #d76c6c);
}
.return_hero_wrapper .inner_hero {
	background-position: center bottom;
	padding-top: 168px;
}
.return_hero_wrapper .inner_hero_caption h1 {
	padding-bottom: 25px;
}
.welcome_info2 {
	padding-bottom: 30px;
}
.welcome_info2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.welcome_info2 > ul > li {
	padding-left: 276px;
	position: relative;
	padding-bottom: 24px;
}
.welcome_info2 ul li h3 {
	color: #252c40;
	font-size: 16px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	position: absolute;
	left: 0;
	top: 6px;
	width: 250px;
}
.welcome_info2 ul li p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2;
  	letter-spacing: 0.6px;
	margin-bottom: 26px;
}
.welcome_info2 ul li ul li {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 500;
	line-height: 2;
  	letter-spacing: 0.6px;
}
.faq2 {
	position: relative;
	padding-left: 276px;
}
.faq2 h3 {
	color: #252c40;
	font-size: 16px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	position: absolute;
	left: 0;
	top: 6px;
	width: 250px;
}
.faq_wrapper .card-header, .exchange_policy_wrapper .card-header {
	padding-right: 55px;
	position: relative;
}
.accordion .card-header:after {
	position: absolute;
	right: 25px;
	top:50%;
	margin-top: -12px !important;
}
.exchange_policy_wrapper2 {
	padding-bottom: 340px;
}

/*Gps*/
.gps_tracking_hero {
	background-image: -webkit-linear-gradient(314deg, #02bec3, #00185d);
  	background-image: linear-gradient(136deg, #02bec3, #00185d);
}
.gps_tracking_hero .inner_hero.backbgbox {
    background-position: right bottom;
    background-size: auto auto;
}
.v_stat_wrapper {
	
}
.v_stat_wrapper .content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 55px;
}
.v_stat_wrapper .content h3 {
	color: #252c40;
	font-size: 20px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.7px;
	padding-bottom: 20px;
}
.v_stat_wrapper .content p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2.15;
  	letter-spacing: 0.6px;
}
.v_stat_wrapper .content h6 {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 500;
	line-height: normal;
  	letter-spacing: 0.4px;
}
.v_stat_wrapper .content p + h6 {
	padding-top: 30px;
}
.v_stat {
	
}
.v_stat ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.v_stat ul li {
	margin-bottom: 38px;
}
.v_stat ul li:last-child {
	margin-bottom: 0;
}
.progress {
	height: 6px;
	border-radius: 20px;
	overflow: visible;
}
.progress-bar {
	background: #479eeb;
	border-radius: 20px;
	position: relative;
	overflow: visible;
}
.progress .progress_percentage {
	width: 56px;
	height: 40px;
	background: #fefefe url('images/bubbledown.svg') no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	right: -24px;
	bottom: 15px;
	color: #252c40;
	font-size: 12px;
	font-family: 'din';
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.5px;
	text-align: center;
}
.v_stat ul li .title {
	
}
.v_stat ul li .title h5 {
	color: #252c40;
	font-size: 14px;
	font-family: 'din';
	font-weight: 500;
	line-height: normal;
  	letter-spacing: 0.6px;
	padding-right: 5px;
	padding-bottom: 12px;
}
.v_stat {
	background: #fefefe url('images/gpwave1.png') no-repeat center bottom;
	background-size: 100% 108px;
	border-radius: 4px;
  	box-shadow: 0 40px 90px 0 rgba(71, 84, 103, 0.13);
	padding: 70px 50px;
	padding-bottom: 140px;
}
.bg-danger {
	background: #ff7272 !important;
}
.bg-warning {
	background: #ec985b !important;
}
.bg-success {
	background: #41bf9e !important;
}
.v_stat_wrapper .v_stat {
	margin-left: 15px;
}
.v_stat_wrapper [class*=order-] .v_stat {
	margin-left: 0;
	margin-right: 15px;
}
.vehicle_stats_wrapper {
	background-image: -webkit-linear-gradient(top, #f3f6f8, #ffffff);
  	background-image: linear-gradient(to bottom, #f3f6f8, #ffffff);
	padding-top: 98px;
}
.vehicle_stats_wrapper .info h2 {
	padding-bottom: 16px;
}
.v_stat_wrapper {
	padding-top: 58px;
}
.v_stat_wrapper + .v_stat_wrapper {
	padding-top: 110px;
}
.v_stat_wrapper [class*=order-] .content {
	padding-right: 0;
	padding-left: 60px;
}
.gamification_wrapper {
	padding-top: 280px;
	padding-bottom: 68px;
}
.gamification_wrapper .content {
	
}
.gamification_wrapper .content h2 {
	color: #252c40;
	font-size: 30px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 1px;
	padding-bottom: 16px;
}
.gamification_wrapper .content h4 {
	color: #252c40;
	font-size: 16px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.25;
  	letter-spacing: 0.9px;
	padding-bottom: 6px;
}
.gamification_wrapper .content p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.6px;
}
.gamification_wrapper .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-bottom: 24px;
}
.gamification_wrapper .content ul li {
	position: relative;
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.6px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.gamification_wrapper .content ul li:before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #014978;
	position: absolute;
	left: 0;
	top: 8px;
}
.gamification_map {
	width: 750px;
	height: 655px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gamification_map ul {
	width: 295px;
}
.gamification_map ul li {
	background: #fefefe;
	border-radius: 6px;
	box-shadow: 0 40px 70px 0 rgba(124, 137, 156, 0.17);
	position: relative;
	padding: 10px;
	padding-left: 70px;
	min-height: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}
.gamification_map ul li:last-child {
	margin-bottom: 0;
}
.gamification_map ul li > img {
	width: 28px;
	position: absolute;
	left: 24px;
}
.gamification_map ul li > strong {
	color: #40b1f7;
	font-size: 18px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.5px;
	padding-bottom: 8px;
}
.gamification_map ul li p {
	color: #7f92a9;
	font-size: 13px;
	font-family: 'din';
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.1px;
	margin-bottom: 0;
}
.gamification_wrapper .content .info {
	padding-bottom: 48px;
}
.gamification_wrapper .content p + h4 {
	padding-top: 18px;
}
.robust_wrapper {
	background-image: -webkit-linear-gradient(293deg, #05a5aa, #00185d);
  	background-image: linear-gradient(157deg, #05a5aa, #00185d);
	position: relative;
	padding-top: 98px;
	padding-bottom: 65px;
	overflow: hidden;
}
.robust_list {
	padding-bottom: 34px;
}
.content_list {
	
}
.content_list h3 {
	color: #ffffff;
	font-size: 20px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.7px;
	padding-bottom: 40px;
}
.content_list ol {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: numbercounter;
}
.content_list ol li {
	color: #ffffff;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 1.85;
  	letter-spacing: 0.6px;
	padding-left: 40px;
	position: relative;
	padding-bottom: 30px;
}
.content_list ol li:before {
	content: counter(numbercounter);
	counter-increment: numbercounter;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	color: #ffffff;
	font-size: 11px;
	font-family: 'din';
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 6px;
}
.robust_wrapper .info {
	padding-bottom: 86px;
}
.robust_wrapper .info p {
	padding: 0 30px;
}
.robust_list .content_list {
	padding-top: 90px;
	padding-left: 35px;
}
.robust_list [class*=order-] .content_list {
	padding-right: 35px;
	padding-left: 0;
}
.robust_list [class*=order-] figure {
	float: right;
	position: relative;
	right: -75px;
}
.claims_form {
	padding-top: 98px;
	padding-bottom: 200px;
}
.claims_form .info h2 {
	padding-bottom: 16px;
}
.faq_form .btn-success, .faq_form .btn-success:focus {
	background: #048498;
}
.faq_form .btn-success:hover {
	background: #0f6876;
}
.claims_form .faq_form {
	border-right: 1px solid #dce5ee;
	margin-top: 0;
	text-align: left;
}
.call_right {
	height: 100%;
	position: relative;
	padding-bottom: 85px;
}
.call_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.call_right ul li {
	padding-left: 50px;
	position: relative;
	margin-bottom: 62px;
}
.call_right ul li img {
	position: absolute;
	left: 8px;
	top: 12px;
}
.call_right ul li h5 {
	color: #252c40;
	font-size: 16px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.2px;
	padding-bottom: 20px;
}
.call_right ul li address {
	color: #717ea2;
	font-size: 15px;
	font-family: 'din';
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.4px;
	margin-bottom: 0;
}
.call_right ul li p a {
	color: #717ea2;
	text-decoration: none;
}
.call_right ul li p a:hover {
	color: #717ea2;
	text-decoration: underline;
}
.btn-outline-success {
	color: #048498;
	border: 1px solid #048498;
}
.btn-outline-success:hover {
	color: #ffffff;
	background: #048498;
	border: 1px solid #048498;
}
.call_right .btn {
	width: 100%;
	font-size: 14px;
	font-family: 'din';
	font-weight: 700;
	letter-spacing: 3px;
	position: absolute;
	left: 0;
	bottom: 3px;
}
.claims_form .call_right {
	width: 280px;
	padding-top: 70px;
}
[class*=btn-outline-].btn-lg {
	line-height: 58px;
}
.claims_form .info {
	padding-bottom: 90px;
}
.claims_form .faq_form .form-group {
	margin-left: 0;
}

/*Gps tracker*/
.gps_tracker_hero {
	background-image: -webkit-linear-gradient(329deg, #64b7e1, #0a1741);
  	background-image: linear-gradient(121deg, #64b7e1, #0a1741);
}
.gps_tracker_hero .inner_hero.backbgbox {
	background-position: right bottom;
}
.plan_box_hor {
	background: #fefefe !important;
    border-radius: 6px;
    box-shadow: 0 30px 100px 0 rgba(85, 104, 124, 0.12);
    float: none;
    margin-right: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
	overflow: hidden;
}
.plan_box_hor .price_wrapper {
	width: 275px;
	float: left;
	background: #f3f8fb;
	padding: 30px 40px;
}
.plan_box_hor .price_wrapper .content {
	padding-left: 15px;
}
.plan_box_hor .feature_wrapper {
	overflow: hidden;
	padding-top: 32px;
}
.plan_box_hor .btn {
	position: static;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-family: 'din';
	line-height: 50px;
}
.plan_box_hor .feature_wrapper figure {
	width: 255px;
	text-align: center;
	float: left;
}
.plan_box_hor .feature_wrapper .content {
	overflow: hidden;
}
.plan_box_hor .feature_wrapper .plan_feature_content {
	
}
.plan_box_hor .feature_wrapper .plan_feature_content:after {
	display: block;
	content: "";
	clear: both;
}
.plan_box_hor .feature_wrapper .plan_feature_content ul {
	width: 50%;
	float: left;
}
.plan_box_hor .price strong {
	line-height: 1;
}
.plan_box_hor .price_wrapper h6 {
    padding-top: 24px;
	padding-bottom: 20px;
}
.plan_box_hor h3 {
	color: #252c40;
	font-size: 23px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.7px;
}
.plan_box_hor .plan_features {
	border-top: none;
    margin-bottom: 12px;
    padding-top: 20px;
}
.plan_box_hor .plan_features ul li {
	margin-bottom: 20px;
}
.gps_stats_wrapper {
	background-image: -webkit-linear-gradient(top, #f3f6f8, #ffffff);
	background-image: linear-gradient(to bottom, #f3f6f8, #ffffff);
}
.gps_stats_wrapper .plan_box_hor {
	margin-top: -52px;
	margin-bottom: 100px;
	position: relative;
	z-index: 40;
}
.gps_stats_wrapper .info h2 {
	padding-bottom: 16px;
}
.gps_stats_wrapper .v_stat_wrapper {
    padding-top: 42px;
}
.gps_stats_wrapper .v_stat {
	background-image: url('images/gpwave2.png');
	background-size: 100% 100px;
	padding-top: 50px;
	padding-bottom: 104px;
}
.gps_stats_wrapper .v_stat ul li .title h5 {
	padding-bottom: 10px;
}
.gps_stats_wrapper .v_stat ul li .title p {
	color: #4e5363;
	font-size: 12px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}
.gps_stats_wrapper .v_stat ul li {
    margin-bottom: 18px;
}
.v_stat_wrapper .content .btn {
	width: 220px;
	margin-top: 24px;
}
.v_stat_wrapper .btn-success, .v_stat_wrapper .btn-success:focus {
    background: #3bc684;	
}
.v_stat_wrapper .btn-success:hover {
	background: #26bf76;
}
.recovery_box {
	padding-top: 138px;
	padding-bottom: 188px;
}
.recovery_list {
	margin: 0 -25px;
}
.recovery_list [class*=col-] {
	padding: 0 25px;
}
.recovery_list figure {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 16px;
}
.recovery_list figure img {
	display: block;
	width: 100%;
}
.recovery_list p {
	color: #252c40;
	font-size: 14px;
	font-family: 'din';
	font-weight: 500;
	line-height: 1.86;
  	letter-spacing: 0.6px;
}
.recovery_box .info {
	padding-bottom: 60px;
}
.recover_wrapper {
	background-image: -webkit-linear-gradient(89deg, #f4f7fa, #ffffff);
    background-image: linear-gradient(1deg, #f4f7fa, #ffffff);
	padding-bottom: 130px;
}	
.recover_timeline .time {
	width: 74px;
	height: 47px;
	background: url('images/bubbledown.svg') no-repeat center center;
	background-size: 100% 100%;
	color: #404852;
	font-size: 13px;
	font-family: 'din';
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0.6px;
	text-align: center;
	margin: 0 auto 8px;
}
.recover_timeline figure {
	height: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	margin-bottom: 10px;
}
.recover_timeline figure img {
	max-width: 100%;
	max-height: 100%;
}
.cmark {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #295c89 url('images/checkmark1.svg') no-repeat center center;
}
.recover_timeline .cmark {
	margin: 0 auto;
	margin-bottom: 16px;
	position: relative;
	z-index: 40;
}
.recover_timeline .content {
	background: #fefefe;
	box-shadow: 0 30px 40px 0 rgba(166, 169, 181, 0.05);
	border-radius: 4px;
	position: relative;
	padding: 25px;
	padding-bottom: 12px;
}
.recover_timeline .content h5 {
	color: #404852;
	font-size: 14px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.71;
  	letter-spacing: 0.6px;
	padding-bottom: 12px;
}
.recover_timeline .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ebeef5;
	padding-top: 12px;
	padding-bottom: 14px;
}
.recover_timeline .content ul li {
	color: #404852;
	font-size: 12px;
	font-family: 'din';
	font-weight: 400;
	letter-spacing: 0.4px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 15px;
}
.recover_timeline .content ul li:before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background: #295c89;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}
.recover_timeline {
	padding: 0 10px;
	max-width: 1360px;
	position: relative;
}
.recover_timeline:before {
	display: block;
	content: "";
	width: 6000px;
	height: 1px;
	position: absolute;
	left: -2000px;
	top: 205px;
	border-top: 1px dashed #295c89;
}
.recover_timeline .row {
	margin: 0 -10px;
}
.recover_timeline [class*=col-] {
	padding: 0 10px;
}
.recover_timeline .content.w_arrow {
	top: 12px;
}
.recover_timeline .content.w_arrow:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 12px 11px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom: 100%;
}
.order_now_wrapper {
	background-image: -webkit-linear-gradient(309deg, #54ceed, #180981);
    background-image: linear-gradient(141deg, #54ceed, #180981);
	padding-top: 98px;
	padding-bottom: 88px;
	position: relative;
}
.order_now_wrapper .info {
	padding-bottom: 54px;
}
.order_now_wrapper .info h2 {
	padding-bottom: 16px;
}
.order_now_wrapper .info p {
	letter-spacing: 1px;
}
.order_features {
	padding-bottom: 8px;
}
.order_features:after {
	display: block;
	content: "";
	clear: both;
}
.order_features ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}
.order_features ul li {
	color: #fefefe;
	font-size: 14px;
	font-family: 'din';
	font-weight: 700;
	letter-spacing: 0.5px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 30px;
}
.order_features ul li:before {
	display: block;
	content: "";
	width: 12px;
	height: 10px;
	background: url('images/greencheck.svg') no-repeat center center;
	position: absolute;
	left: 0;
	top: 4px;
}
.order_now_wrapper .content p {
	color: #ffffff;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2;
  	letter-spacing: 0.6px;
}
.order_big {
	display: inline-block;
	border: none;
	background: #3bc684;
	border-radius: 5px;
	box-shadow: 0 20px 50px 0 rgba(40, 11, 19, 0.12);
	height: 90px;
	overflow: hidden;
	margin-top: 24px;
	transition: 0.1s ease-in;
}
.order_big:hover {
	background: #2fb978;
}
.inner_ornament3 {
	display: block;
	width: 546px;
	height: 480px;
	background: url('images/bigcurve.svg') no-repeat right top;
	position: absolute;
	right: 0;
	bottom: 0;
}
.order_now_wrapper .inner_ornament3 {
	right: -100px;
}
.order_big .content {
	width: 175px;
	height: 90px;
	float: left;
	padding: 0 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.order_big .price {
	width: 166px;
	height: 90px;
	float: left;
	background: #2db775;
}
.order_big .content strong {
	display: block;
	color: #fefefe;
	font-size: 16px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.56;
  	letter-spacing: 2.1px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.order_big .content p {
	color: #fefefe;
	font-size: 13px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
  	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.order_big .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.order_big .price strong {
	display: block;
	color: #fefefe;
	font-size: 28px;
	font-family: 'din';
	font-weight: 900;
	line-height: 0.89;
  	letter-spacing: 3.4px;
	padding-bottom: 12px;
}
.order_big .price small {
	color: #fefefe;
	font-size: 13px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
  	letter-spacing: 1px;
}
.order_now_wrapper figure {
	margin-right: 54px;
}
.gallery_wrapper {
	
}
.gallery_wrapper [class*=col-] {
	padding: 0;
}
.gallery_wrapper img {
	display: block;
	width: 100%;
}
.btn-success2 {
	padding: 0 15px !important;
	box-shadow: 0 20px 50px 0 rgba(50, 151, 103, 0.18) !important;
	min-width: 220px;
}
.btn-success2, .btn-success2:focus {
    background: #3bc684 !important;	
}
.btn-success2:hover {
	background: #26bf76 !important;
}
.premium_block {
	background: #fefefe;
	border-radius: 7px;
  	box-shadow: 0 41px 150px 0 rgba(81, 91, 137, 0.3);
	padding: 50px 4.5%;
}
.premium_block:after {
	display: block;
	content: "";
	clear: both;
}
.premium_block .block1 {
	width: 36.76%;
	float: left;
}
.premium_block .block2 {
	width: 26.48%;
	float: left;
	padding-top: 22px;
}
.premium_block h3 {
	color: #252c40;
	font-size: 30px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.5;
  	letter-spacing: 1px;
	padding-bottom: 12px;
}
.premium_block p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2;
  	letter-spacing: 0.6px;
	margin-bottom: 0;
}
.premium_block h4 {
	color: #252c40;
	font-size: 16px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.88;
	letter-spacing: 1px;
	padding-bottom: 8px;
}
.premium_block h4 img {
	float: left;
	margin-right: 12px;
}
.premium_block .block2 .btn {
	 
}
.gps_feature_wrapper {
	position: relative;
	z-index: 40;
	padding-top: 116px;
}
.gps_feature_wrapper .premium_block {
	position: relative;
	top: 70px;
	z-index: 40;
	margin-top: 40px;
}
.vertical_tablinks {
	margin-right: 30px;
}
.vertical_tablinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vertical_tablinks ul li {
	
}
.vertical_tablinks ul li a {
	display: block;
	position: relative;
	border-left: 3px solid rgba(0,0,0,0);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 88px;
	padding-right: 40px;
}
.vertical_tablinks ul li figure {
	width: 66px;
	position: absolute;
	left: 12px;
	top: 34px;
	margin-bottom: 0;
	text-align: center;
}
.vertical_tablinks ul li h5 {
	color: #252c40;
	font-size: 16px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.88;
  	letter-spacing: 0.9px;
	padding-bottom: 4px;
}
.vertical_tablinks ul li p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2;
  	letter-spacing: 0.6px;
	margin-bottom: 0;
}
.vertical_tablinks ul li a.active {
	background: #ffffff;
	border-radius: 0 4px 4px 0;
  	box-shadow: 0 10px 40px 0 rgba(57, 74, 104, 0.05);
	overflow: hidden;
	border-left: 3px solid #3bc684;
}
.gps_feature_wrapper .info h2 {
	padding-bottom: 16px;
}
.gps_feature_wrapper .info {
	padding-bottom: 64px;
}
.vertical_feature_tabs {
	
}
.vertical_feature_tabs figure {
	margin-bottom: 0;
}
.vertical_feature_tabs + .btn {
	margin-top: -100px;
	position: relative;
	z-index: 40;
}

/*Fleet*/
.fleet_hero1 {
	background-image: -webkit-linear-gradient(284deg, #ff98b1, #7841bc);
  	background-image: linear-gradient(166deg, #ff98b1, #7841bc);
}
.fleet_hero1 .hero_caption .btn {
	min-width: 260px;
	color: #d25382;
}
.fleet_hero1 .hero_caption .btn:hover {
	background: #ffebf0;
}
.plan_list_full .tab-content {
    float: none;
    width: 100%;
}
.plan_list_full .plan_box {
	width: 31.50%;
	margin-right: 2.75%;
	padding: 0 40px;
	padding-top: 42px;
	padding-bottom: 286px;
}
.plan_list_full .plan_box:last-child {
    margin-right: 0;
}
.plan_list_full .plan_box h3 {
	padding-bottom: 28px;
}
.plan_list_full .plan_box .btn {
	bottom: 210px;
	width: calc(100% - 80px);
	left: 40px;
}
.plan_list_full .plan_box.plan1 {
	background-image: url("images/pwave1.png");
}
.plan_list_full .plan_box.plan2 {
	background-image: url("images/pwave2.png");
}
.plan_list_full .plan_box.plan3 {
	background-image: url("images/pwave3.png");
}
.plan_list_full {
	background-image: -webkit-linear-gradient(272deg, #f4f7fa, #ffffff);
  	background-image: linear-gradient(178deg, #f4f7fa, #ffffff);
	padding-bottom: 70px;
}
.infobox h2 {
	color: #252c40;
	font-size: 30px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.33;
  	letter-spacing: 1px;
	padding-bottom: 22px;
}
.infobox p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2.15;
  	letter-spacing: 0.6px;
}
.infobox .btn {
	margin-top: 24px;
}
.overview_fleet_wrapper {
	background-image: -webkit-linear-gradient(22deg, #e95583, #ffc797);
  	background-image: linear-gradient(68deg, #e95583, #ffc797);
	position: relative;
	padding-top: 100px;
	padding-bottom: 48px;
}
.overview_fleet_wrapper:after {
	display: block;
	content: "";
	width: 100%;
	height: 315px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('images/pbwave.png') no-repeat center bottom;
	background-size: 100% 218px;
}
.overview_fleet_wrapper .container {
	position: relative;
	z-index: 40;
}
.overview_fleet_wrapper h2 {
	color: #ffffff;
	font-size: 30px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.33;
  	letter-spacing: 1px;
	padding-bottom: 24px;
}
.overview_fleet_wrapper p {
	color: #ffffff;
	font-size: 13px;
	font-family: 'din';
	font-weight: 400;
	line-height: 2.15;
  	letter-spacing: 0.6px;
}
.overview_features {
	margin: 0 -10px;
}
.overview_features [class*=col-] {
	padding: 0 10px;
	margin-bottom: 20px;
}
.overview_features figure {
	width: 35.48%;
	float: left;
	text-align: center;
}
.overview_features .content {
	overflow: hidden;
	padding-right: 30px;
}
.feature_box1 h4 {
	color: #252c40;
	font-size: 15px;
	font-family: 'din';
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.5px;
	padding-bottom: 8px;
}
.feature_box1 p {
	color: #252c40;
	font-size: 12px;
	font-family: 'din';
	font-weight: 300;
	line-height: 1.67;
  	letter-spacing: 0.5px;
	margin-bottom: 0;
}
.overview_fleet_wrapper .infobox {
	padding-right: 11%;
}
.feature_box1 {
	min-height: 190px;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 20px 50px 0 rgba(129, 35, 64, 0.14);
	height: 100%;
}
.management_dashboard {
	
}
.com_list {
	padding-top: 94px;
	padding-bottom: 200px;
}
.com_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.management_dashboard .infobox {
	padding-right: 8%;
}
.management_dashboard h2 {
	color: #252c40;
	font-size: 30px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.33;
  	letter-spacing: 1px;
	padding-bottom: 20px;
}
.management_dashboard p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2.15;
  	letter-spacing: 0.6px;
}
.dashboard_block {
	background-image: -webkit-linear-gradient(145deg, #2796dd, #82cca2);
    background-image: linear-gradient(305deg, #2796dd, #82cca2);
	border-radius: 4px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.dashboard_block h4 {
	color: #ffffff;
	font-size: 14px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.79;
  	letter-spacing: 0.5px;
	padding-bottom: 10px;
}
.dashboard_block p {
	color: #ffffff;
	font-size: 12px;
	font-family: 'din';
	font-weight: 300;
	line-height: 1.67;
  	letter-spacing: 0.5px;
	margin-bottom: 0;
}
.dashboard_block .content {
	padding: 0 40px;
}
.dashboard_block figure {
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}
.blue_grad {
	background-image: -webkit-linear-gradient(145deg, #2796dd, #82cca2);
    background-image: linear-gradient(305deg, #2796dd, #82cca2);
}
.dashboard_block_hor {
	padding-top: 28px;
	padding-bottom: 40px;
}
.dashboard_block_hor figure {
	width: 34%;
	float: left;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0 10px;
	padding-top: 8px;
}
.dashboard_block_hor .content {
	overflow: hidden;
	padding: 0;
	padding-right: 45px;
}
.dashboard_block_hor:after {
	display: block;
	content: "";
	clear: both;
}
.dashboard_block_wrapper .row {
	margin: 0 -10px;
}
.dashboard_block_wrapper [class*=col-] {
	padding: 0 10px;
}
.pink_grad {
	background-image: -webkit-linear-gradient(295deg, #f6b5b5, #e3588c);
    background-image: linear-gradient(155deg, #f6b5b5, #e3588c);
}
.purple_grad {
	background-image: -webkit-linear-gradient(122deg, #7073f9, #d39cf7);
	background-image: linear-gradient(328deg, #7073f9, #d39cf7);
}
.management_dashboard_wrapper {
	padding-bottom: 100px;
}
.driver_score {
	background: #f5f8fa;
	padding-top: 104px;
	padding-bottom: 80px;
}
.driver_score .dashboard_block {
	background: #ffffff;
	border-radius: 5px;
  	box-shadow: 0 30px 80px 0 rgba(83, 93, 143, 0.1);
	min-height: 360px;
}
.dashboard_block.dark h4 {
	color: #404852; 
}
.dashboard_block.dark p {
	color: #252c40;
}
.btn-outline-primary, .btn-outline-primary:focus {
	background: none;
	color: #0b92f9;
	border: 1px solid #0b92f9;
}
.btn-outline-primary:hover {
	background: #0b92f9;
	color: #ffffff;
	border: 1px solid #0b92f9;
}
.bs_pic {
	position: absolute;
	left: 25px;
	bottom: -80px;
}
.bs_pic img {
	display: block;
}
.scrore_grid .row {
	margin: 0 -10px;
}
.scrore_grid [class*=col-] {
	padding: 0 10px;
}
.driver_score .infobox {
	padding-right: 9%;
}
.driver_score .dashboard_block .content {
    padding: 0 30px;
}
.upgraded_wrapper {
	padding-top: 100px;
	padding-bottom: 80px;
}
.upgraded_wrapper .infobox {
	padding-right: 9%;
}
.upgraded_wrapper .feature_box1 {
	border-radius: 5px;
	box-shadow: 0 30px 80px 0 rgba(83, 93, 143, 0.1);
}
.overview_features .full_feature {
	padding-bottom: 48px;
}
.overview_features .full_feature figure {
    float: left;
    text-align: center;
    width: 18.75%;
}
.upgraded_wrapper .bs_pic {
	left: -15px;
	bottom: -160px;
	z-index: 40;
}
.reviews_wrapper .testimonial_list {
	width: 1200px;
}
.reviews_wrapper {
	overflow: hidden;
	background: #f5f8fa;
	padding-top: 50px;
	padding-bottom: 60px;
	position: relative;
}
.reviews_wrapper .testimonial_content_wrapper {
	padding-left: 15px !important;
}
.reviews_wrapper .infobox {
	max-width: 460px;
	padding-top: 150px;
}
.testimonial_content p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';	
	font-weight: 400;
	line-height: 2;
  	letter-spacing: 0.8px;
	margin-bottom: 24px;
}
.testimonial_content p strong {
	font-weight: 700;
}
.testimonial_content p:last-child {
	margin-bottom: 6px;
}
.reviews_wrapper .testimonial_list .slick-slide {
    padding: 40px 15px 140px;
    width: 470px;
}
.reviews_wrapper .testimonial_content {
	box-shadow: 20px 30px 40px 0 rgba(83, 93, 143, 0.1);
}
.footer_logo {
	width: 166px;
	margin-bottom: 50px;
}
.footer_logo img {
	display: block;
	width: 100%;
}
#Logo {
	width: 70px;
}
.mng_system_wrapper {
	padding-top: 176px;
	padding-bottom: 292px;
}
.mng_system_wrapper h2 {
	color: #252c40;
	font-size: 30px;
	font-family: 'din';
	font-weight: 700;
	line-height: 1.5;
  	letter-spacing: 1px;
	padding-bottom: 30px;
}
.mng_system_wrapper p {
	color: #252c40;
	font-size: 13px;
	font-family: 'din';
	font-weight: 300;
	line-height: 2.31;
  	letter-spacing: 0.6px;
}
.mng_system_wrapper h6 {
	color: #252c40;
	font-size: 14px;
	font-family: 'din';
	font-weight: 700;
	line-height: 2.14;
  	letter-spacing: 0.6px;
}
.mng_system_wrapper p + h6 {
	padding-top: 12px;
}
.plant_icon {
	display: block;
	width: 44px;
	height: 50px;
	background: url('images/plant.svg') no-repeat center center;
}
.pl1 {
	position: absolute;
	left: -122px;
	top: 36px;
}
.pl2 {
	position: absolute;
	left: 50%;
	margin-left: -22px;
	top: -106px;
}
.pl3 {
	position: absolute;
	right: -122px;
	top: 36px;
}
.pl4 {
	position: absolute;
	right: 45px;
	bottom: -230px;
}
.pl5 {
	position: absolute;
	left: 45px;
	bottom: -230px;
}
.ps1 {
	position: absolute;
	left: 128px;
	top: -138px;
}
.ps2 {
	position: absolute;
	right: 135px;
	top: -138px;
}
.ps3 {
	position: absolute;
	right: -74px;
	bottom: -78px;
}
.ps4 {
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: -244px;
}
.ps5 {
	position: absolute;
	left: -58px;
	bottom: -88px;
}

/*Fleet v2*/
.fleet_hero2 {
	background-image: -webkit-linear-gradient(297deg, #ff9797, #d73c75);
	background-image: linear-gradient(153deg, #ff9797, #d73c75);
}
.fleet_hero1 .hero_caption h1 {
	padding-bottom: 25px;
}



/* ---------------------------------------------------------*/
a:hover{text-decoration: none;}
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: rgba(255, 255, 255, 0.5);
	text-decoration:none;
}
.right_hbox .tel[href^=tel] {
	color: #ffffff;
	text-decoration:none;
}
	
/* ---------------------------------------------------------*/

.footer_logo {
	margin-bottom: 50px;
}

/* ---------------------------------------------------------*/
a:hover{text-decoration: none;}
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: rgba(255, 255, 255, 0.5);
	text-decoration:none;
}
.right_hbox .tel[href^=tel] {
	color: #ffffff;
	text-decoration:none;
}
	
/* ---------------------------------------------------------*/
.header.inner{
background:rgba(4,58,112,0.9);
position:relative;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding-right: 0;
}

/*17-10*/
.blog_article_img img {
	object-fit: cover;
}
.blog_details_bottom .col-md-6 {
	margin-bottom: 30px;
}
.related_articles .blog_article_box {
	height: auto;
	box-shadow: 0 20px 30px 0 rgba(93, 103, 110, 0.06);
}
.related_articles .slick-slide {
	padding: 0 15px;
	padding-bottom: 40px !important;
}
.related_articles {
	margin: 0 -15px;
}
.blog_social li a i {
    position: relative;
    top: -2px;
}
.inner_hero_caption .btn-lg {
	min-width: 260px;
}
.demo_wrapper > .container {
	padding-left: 30px;
	padding-right: 30px;
}
.demo_wrapper .faq_form {
	border-radius: 7px 0 0 7px;
}
.demo_right ul {
	position: relative;
	z-index: 40;
}
.welcome_info {
	padding-bottom: 38px;
}
.welcome_info li{
    list-style: none;
    padding-bottom: 34px;
}
.welcome_info h3{
     font-size: 20px;
	font-family: DIN;
  font-weight: bold;
    line-height: 1.5;
  letter-spacing: 0.7px;
  color: #404852;
    padding-bottom: 10px;
}

.welcome_info p{
    font-size: 13px;
	font-family: DIN;
  font-weight: 300;
    line-height: 2.31;
  letter-spacing: 0.6px;
  color: #252c40;
}
.welcome_info p + h3 {
	padding-top: 38px;
}
.search_form .form-control {
	width: 100%;
	padding-right: 100px !important;
}
.search_form form {
	display: block;
	width: 100%;
}
.search_form form .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 100%;
	background: url('images/search_icon.svg') no-repeat center center;
}
.recent_post.widget_categories {
	border-top: 1px solid #dfe2ea;
}
.recent_post.widget_categories  h4 {
    padding-bottom: 30px;
    padding-top: 38px;
}
.recent_post.widget_archive {
	border-top: 1px solid #dfe2ea;
}
.recent_post.widget_archive  h4 {
    padding-bottom: 30px;
    padding-top: 38px;
}
.recent_post.widget_categories ul, .recent_post.widget_archive ul {
    margin: 0;
	padding: 0;
    padding-bottom: 25px;
}

.recent_post.widget_categories ul li, .recent_post.widget_archive ul li {
    list-style: outside none none;
    padding-bottom: 15px;
    padding-left: 18px;
    position: relative;
}
.recent_post.widget_categories ul li:before, .recent_post.widget_archive ul li:before {
    background: #252c40 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}
.recent_post.widget_categories ul li a, .recent_post.widget_archive ul li a {
    color: #252c40;
    font-family: DIN;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 1.43;
}
.pagination {
	
}
.pagination li {
	display: inline-block;
	vertical-align: top;
}
.pagination li a {
	display: block;
	width: 50px;
	height: 50px;
	color: #252c40;
	font-size: 16px;
	font-family: DIN;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}
.pagination li.active a {
	color: #ffffff;
	box-shadow: 0 10px 30px 0 rgba(31, 113, 176, 0.35);
	background-color: #0b92f9;
}
.pagination li.prev {
	margin-right: 15px;
}
.pagination li.next {
	margin-left: 15px;
}
.pagination li.prev a {
	box-shadow: 0 10px 30px 0 rgba(92, 104, 114, 0.23);
	background: #ffffff url('images/icon-prev.svg') no-repeat center center;
}
.pagination li.prev a:hover {
	box-shadow: 0 10px 30px 0 rgba(92, 104, 114, 0.23);
	background: #ffffff url('images/icon-prev_h.svg') no-repeat center center;
}
.pagination li.next a {
	box-shadow: 0 10px 30px 0 rgba(92, 104, 114, 0.23);
	background: #ffffff url('images/icon-next.svg') no-repeat center center;
}
.pagination li.next a:hover {
	box-shadow: 0 10px 30px 0 rgba(92, 104, 114, 0.23);
	background: #ffffff url('images/icon-next_h.svg') no-repeat center center;
}
.welcome_info ul {
	margin: 0;
}
.welcome_info ul li {
    color: #252c40;
    font-family: DIN;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 2.31;
}
.demo_right ul li address {
	color: rgba(255,255,255,0.8);
    font-family: DIN;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: normal;
}
.demo_right ul li p {
	color: rgba(255,255,255,0.8);
    font-family: DIN;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: normal;
}
.faq_form .btn-lg {
	color: #ffffff !important;
	font-family: DIN !important;
}
.demo_right {
	
}
.demo_right ul li p br {
	display: none;
}
.demo_wrapper div.wpcf7 .ajax-loader {
	display: none;
}
.demo_wrapper .faq_form  p {
	margin-bottom: 0;
}
.faq_form div.wpcf7 .ajax-loader {
	display: none;
}
.faq_form  p {
	margin-bottom: 0;
}

/*19-10*/
.mobview {
	display: none;
}
.recover_timeline .content .cmark {
	display: none;
}
.vertical_tablinks .title {
	display: none;
}
body {
	color: #404852;
	font-family: "din";
}
.no-result-block h1 {
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 15px;
}
.no-result-block p {
	font-size: 14px;
	letter-spacing: 0.5px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color: #ff0000;
    border: none;
}
.faq_form .form-group {
	position: relative;
}
.faq_form .form-group span.wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: left;
}
.wpcf7-form-control-wrap {
	display: block;
}
.npsc-social-share-wrapper{float:right;}
.npsc-social-share-wrapper.npsc-template1.npsc-counter-position-share_left ul li a .npssc-network-count, .npsc-social-share-wrapper.npsc-template1.npsc-counter-position-share_right ul li a .npssc-network-count, .npsc-social-share-wrapper.npsc-template1.npsc-counter-position-share_inside_button ul li a .npssc-network-count {
    min-width: 45px;
    padding: 0 5px;
    text-align: center;
    line-height: 25px !important;
    background: #eee;
    color: #222;
}
.npsc-social-share-wrapper.npsc-template1 ul li a span i {
    width: 26px  !important;
    height: 26px  !important;
    font-size: 22px;
    line-height:26px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.npsc-social-share-wrapper ul li a span span {
    display: inline-block;
    vertical-align: middle;
    background: #6E8894;
    height: 25px;
}
.npsc-social-share-wrapper.npsc-template1 ul li a, .npsc-social-counter-wrapper.npsc-counter-template1 ul li a {
    background: none !important;
}
.npsc-social-share-wrapper ul li, .npsc-social-counter-wrapper ul li {
    display: inline-block;
    margin-right: 10px;
    width: 68px;
    height: 25px;
}
.npsc-social-share-wrapper .npssc-network-label-wrapper, .npsc-social-counter-wrapper .np-network-label-wrapper{background:none !important;}
.npsc-social-share-wrapper.npsc-template1.npsc-counter-position-share_right ul li a .npssc-network-count, .npsc-social-share-wrapper.npsc-template1.npsc-counter-position-share_inside_button ul li a .npssc-network-count {
    float: right;
    margin-left: 0px;
    min-width: 25px !important;
    background: transparent;
    vertical-align: middle;
}
.npsc-social-share-wrapper.npsc-template1 ul li a {
    color: #fff;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    position: relative;
}

.footer_logo {
	width: auto;
	max-width: 104px;
}
.testimonial_list.slick-slider, .related_articles.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.contact_footer .fa {
	font-size: 16px;
	margin-right: 6px;
	position: relative;
	top: 1px;
}
.footer_links_wrapper .social_links ul li a .fa {
	font-size: inherit;
	margin-right: 0;
}
.footer_links_wrapper .social_links ul li:last-child {
	margin-right: 0;
}
.plan_bar_wrapper {
	width: 68%;
}
.plan_list #tab1.m3 .per_month_old {
	visibility: hidden;
	opacity: 0;
}
.plan_list #tab1.m3 .plan_box .price .tt span:after {
	visibility: hidden;
	opacity: 0;
}

/*26-10*/
.mainnav nav > ul > li > a:after {
	background: #ffffff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
	right: 0;
    position: absolute;
    top: 100%;
    width: 0;
	margin: auto;
	transition: all 0.2s ease;
}
.mainnav nav > ul > li:hover > a:after {
	width: 100%;
}
.sticky .header {
	background: linear-gradient(156deg, #08d5ff, #095fcc);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.sticky .blog_page .header {
	background: linear-gradient(305deg, #df5574, #fdb278);
}
.sticky .privacy_page .header {
	background: linear-gradient(125deg, #9b406f, #250964);
}
.sticky .reex_page .header {
	background: linear-gradient(308deg, #032993, #d7776c);
}
.sticky .support_page .header {
	background: linear-gradient(314deg, #3437ae, #b770e4);
}
.sticky .team_page .header {
	background: linear-gradient(125deg, #9fbc4d, #037755);
}
.sticky .demo_page .header {
	background: linear-gradient(308deg, #00268f, #0d9cce);
}
.sticky .faq_page .header {
	background: linear-gradient(298deg, #2270a3, #31bd95);
}
.sticky .about_page .header {
	background: linear-gradient(131deg, #ff8383, #e24d2b);
}
.sticky .gps_page .header {
	background: linear-gradient(136deg, #02bec3, #00185d);
}
.sticky .tracker_page .header {
	background: linear-gradient(121deg, #64b7e1, #0a1741);
}
.sticky .fleet_pagev1 .header {
	background: linear-gradient(166deg, #ff98b1, #7841bc);
}
.sticky .fleet_pagev2 .header {
	background: linear-gradient(153deg, #ff9797, #d73c75);
}
.mainnav nav ul li ul {
	display: block;
	opacity: 0;
	transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
	margin-top: 20px;
	-ms-transform: translate(-50%,30px);
	-webkit-transform: translate(-50%,30px);
	transform:translate(-50%,30px);
	left: -9999px;
	box-shadow: 0 14px 74px 0 rgba(0, 0, 0, 0.25);
}
.mainnav nav ul li.menudown ul {
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform:translate(-50%,0);
	opacity: 1;
}
.mainnav nav ul li ul li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: left;
	-ms-flex-align: left;
	-ms-grid-row-align: left;
	align-items: left;
	padding-left: 80px;
}
.mainnav nav ul li ul li a img {
	position: absolute;
	left: 30px;
	top:50%;
	-ms-transform: translate(0,-50%) rotate(0deg) scale(1);
	-webkit-transform: translate(0,-50%) rotate(0deg) scale(1);
	transform:translate(0,-50%) rotate(0deg) scale(1);
    transition: transform 0.1s ease-in-out 0s;
}
.mainnav nav ul li ul li p {
	color: #667587;
	font-size: 12px;
	font-family: 'din';
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
	padding-top: 2px;
	letter-spacing: 0.8px;
}
.mainnav nav ul li ul li a:hover img {
	-ms-transform: translate(0,-50%) rotate(10deg) scale(1.1);
	-webkit-transform: translate(0,-50%) rotate(10deg) scale(1.1);
	transform: translate(0,-50%) rotate(10deg) scale(1.1);
}
.plan_bar ul li.featured span img {
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}
.plan_bar ul li.featured span img {
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}
.plan_bar ul li.featured span img {
    left: 80%;
    position: absolute;
    top: 8px;
}
.plan_bar ul li.featured span {
    right: 100%;
    top: -30px;
}
.plan_bar ul li.save span img {
    position: absolute;
    right: 30px;
    top: 12px;
}
.plan_bar ul li.save span {
    left: 95%;
    top: -36px;
}
.plan_box {
	transition: all 0.2s ease;
}
.plan_box:hover {
	box-shadow: 0 30px 40px 0 rgba(81, 91, 137, 0.2);
}
.tooltip-inner {
	font-size: 11px;
}
.slick-slide {
	outline: none !important;
}
.home_hero_wrapper {
	position: relative;
}
.home_hero_wrapper:before {
	display: block;
	content: "";
	width: 100%;
	height: 33px;
	background: url('images/curve.png') no-repeat center bottom;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.home_hero.backbgbox.innerheroview{    padding-top: 120px;
    padding-bottom: 100px;}
.plan_features ul li .fa {
	color: #c2cfd8;
}
.blog_row [class*="col-"] {
    margin-bottom: 40px;
}
.blog_row .blog_article_box {
	height: 100%;
	margin-bottom: 0;
}
.related_articles .blog_article_box {
    height: 100%;
    margin-bottom: 0;
}

/*21-11*/
.mainnav nav ul li ul li a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}
.right_hbox .tel {
	margin-right: 20px;
}
.plan_box {
	padding-left: 15px;
	padding-right: 15px;
}
.plan_box h3 {
    overflow-wrap: break-word;
}

/*29-11*/
.plan_box_hor {
	padding-left: 0;
}
.plan_box h3 {
	font-size: 18px;
	letter-spacing: 1.2px;
}
.plan_box.plan_featured h3 {
	
}

/*04-12*/
.plan_features ul li {
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	cursor: pointer;
}
.plan_features ul li:hover {
	text-decoration: none;
}
.plan_features ul li span.fa  {
	font-size: 0.1px;
	opacity:0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.testimonial_content .title figure {
	width: 70px;
}
.testimonial_content .title figure img {
	max-width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #dcdedf;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #dcdedf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #dcdedf;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #dcdedf;
  opacity: 1;
}
.form-control::placeholder {
  color: #dcdedf;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #dcdedf;
  opacity: 1;
}
::-moz-placeholder {
  color: #dcdedf;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #dcdedf;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #dcdedf;
  opacity: 1;
}
::placeholder {
  color: #dcdedf;
  opacity: 1;
}

.accordion .card-header {
	cursor: pointer;
}
.kontact_2 .inner_hero_wrapper.demo_hero_wrapper {
	background: rgb(105,133,234); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(105,133,234,1) 0%, rgba(94,72,207,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(105,133,234,1) 0%,rgba(94,72,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(105,133,234,1) 0%,rgba(94,72,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sticky .kontact_2 .header {
	background: rgb(105,133,234); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(105,133,234,1) 0%, rgba(94,72,207,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(105,133,234,1) 0%,rgba(94,72,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(105,133,234,1) 0%,rgba(94,72,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.kontact_2 .demo_hero_wrapper .inner_hero_caption .btn-warning {
	color: #604DD2;
	background: #ffffff;
}
.kontact_2 .demo_right {
	background: rgb(160,123,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(160,123,242,1) 0%, rgba(110,106,231,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(160,123,242,1) 0%,rgba(110,106,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(160,123,242,1) 0%,rgba(110,106,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.kontact_2  .demo_wrapper .faq_form .btn-warning {
	display: block;
	background: #6350D8;
    max-width: 260px;
	margin: 0;
}
.kontact_2  .demo_wrapper .faq_form .btn-warning:hover {
	background: #513dcb;
}
.kontact_2  .demo_right .btn-warning {
	color: #6E5DD5;
}
.progress_percentage {
    transform: translateX(-100%);
	transition-property: transform;
	transition-duration: 1.2s;
	transition-timing-function: ease;
}
.go .progress_percentage {
    transform: translate(0px);
}
.v_stat ul li:nth-child(1) .progress_percentage {
	transition-delay: 0.1s;
}
.v_stat ul li:nth-child(2) .progress_percentage {
	transition-delay: 0.2s;
}
.v_stat ul li:nth-child(3) .progress_percentage {
	transition-delay: 0.3s;
}
.v_stat ul li:nth-child(4) .progress_percentage {
	transition-delay: 0.4s;
}
.v_stat ul li:nth-child(5) .progress_percentage {
	transition-delay: 0.5s;
}
.v_stat ul li:nth-child(6) .progress_percentage {
	transition-delay: 0.6s;
}
.v_stat ul li:nth-child(7) .progress_percentage {
	transition-delay: 0.7s;
}
.v_stat ul li:nth-child(8) .progress_percentage {
	transition-delay: 0.8s;
}
.v_stat ul li:nth-child(9) .progress_percentage {
	transition-delay: 0.9s;
}
.v_stat ul li:nth-child(10) .progress_percentage {
	transition-delay: 1s;
}
.error404 .solution_wrapper {
	background-image: -webkit-linear-gradient(294deg, #08d5ff, #095fcc);
  	background-image: linear-gradient(156deg, #08d5ff, #095fcc);
	min-height: 700px;
	padding: 250px 0;
	text-align: center;
}
.error404  .solution_wrapper .info h2 {
	color: #ffffff;
}
.error404  .solution_wrapper p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "din";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: normal;
    text-decoration: none;
    transition: all 0.1s ease-in 0s;
}
.error404  .solution_wrapper .solution_list {
	display: block;
	margin: 0;
}
.error404.sticky .header {
	background-image: -webkit-linear-gradient(294deg, #08d5ff, #095fcc);
  	background-image: linear-gradient(156deg, #08d5ff, #095fcc);
}

/*18-12*/
p {
    font-family: "din";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2;
}
.welcome_info p {
    font-family: DIN;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 2.31;
}
.how_do_we_section  p {
    color: #fefefe;
    font-family: "din";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2;
}
h1 {
    color: #252c40;
    font-family: "din";
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
}
h2 {
    color: #252c40;
    font-family: DIN;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
h3 {
    color: #404852;
    font-family: DIN;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.7px;
}
.demo_wrapper {
	position: relative;
}
#contactview {
	position: absolute;
	top: -70px;
}

.mainnav nav ul li ul li a img {
	width: 40px;
	height: 40px;
}
#gform_wrapper_2{display:block !important;}
.home_hero.backbgbox{background-size:50%;}
	

/* end choose tracker popup */
