/*
Theme Name: Trading System Lab
Author: Radu
Description: Trading System Lab WordPress Theme
Version: 1.0
*/
 
@font-face {
    font-family:"avenirnext";
    src: url("fonts/AvenirNext-Regular.ttf");
    font-weight:400;
}
@font-face {
    font-family:"avenirnext";
    src: url("fonts/AvenirNext-Medium.ttf");
    font-weight:500;
}
@font-face {
    font-family:"avenirnext";
    src: url("fonts/AvenirNext-DemiBold.ttf");
    font-weight:600;
}
 
/*************/
/* CSS Reset */
/*************/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color:#000;
	background-color:#fff;
	font-family:"avenirnext";
	font-weight:500;
	font-size:18px;
}
ol, ul {
	list-style: none;
}
img{
	max-width:100%;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}

/* Style */

.site-content-center {
	max-width: 1620px;
	margin: auto;
	display: block;
	width: 100%;
}
.site-header {
	display: table;
	width: 100%;
	padding: 8px 0;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 15 !important;
}
.website--logo img {
	width: 221px;
	float: left;
}
.header-main-menu {
	display: table;
	float: right;
	padding-top: 24px;
}
.menu-list li {
	float: left;
	margin-right: 40px;
}
.menu-list li:last-child {
	margin-right: 0;
}
.menu-list li a {
	line-height: 1.4;
	color: #000000;
	padding: 5px;
	transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	-moz-transition: ease-out 0.1s;
}
.menu-list li a:hover {
	color: #fe6500;
}
.menu-list li.current_page_item a {
	color: #fe6500;
}
.main-website-content {
	display: block;
	width: 100%;
}
.site-footer {
	padding: 18px 0;
	text-align: center;
	background-color: #000;
	color: #fff;
	line-height: 1.4;
}
h1 {
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 32px;
}
h1 strong {
	color: #fe6500;
	font-weight: 600;
}
h2 {
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 43px !important;
	line-height: 1.35;
}
.home--first--section .vc_column-inner, .home--orange--section .vc_column-inner {
	padding-top: 0 !important;
}
.home--first--section .wpb_text_column.wpb_content_element, .home--orange--section .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}
.home--first--section {
	display: table;
	width: 100%;
	padding: 190px 0;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: 101.5% 50px !important;
}
.home--first--section .vc_col-sm-6:first-child {
	width: 46%;
}
body {
	padding-top: 80px;
}
.logged-in .site-header {
	margin-top: 32px;
}
.head--button {
	margin-right: 20px;
	margin-bottom: 0;
}
.head--button a {
	font-size: 16px !important;
	font-weight: 600;
	color: #fff !important;
	line-height: 1.4 !important;
	background-color: #fe6500 !important;
	border: 2px solid #fe6500 !important;
	padding: 13px 33px !important;
	border-radius: 30px !important;
	box-shadow: none !important;
	background-image: none !important;
	-webkit-appearance: none;
}
.head--button.head--blue a {
	border-color: #0089fe !important;
	background-color: #0089fe !important;
	-webkit-appearance: none;
}
.head--button a:hover {
	background-color: transparent !important;
}
.home--orange--section {
	display: table;
	width: 100%;
	padding: 75px 0 40px;
	margin: auto !important;
}
h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	color: #fe6500;
	position: relative;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.h3--wrap {
	display: table;
	margin: auto;
	margin-bottom: 30px;
	position: relative;
}
.h3--wrap::before {
	content: '';
	position: absolute;
	width: 150px;
	height: 2px;
	left: -170px;
	top: 50%;
	margin-top: -1px;
	background-color: #fe6500;
}
.h3--wrap::after {
	content: '';
	position: absolute;
	width: 150px;
	height: 2px;
	right: -170px;
	top: 50%;
	margin-top: -1px;
	background-color: #fe6500;
}
.home--blue--section h3 {
	color: #0089fe;
}
.home--blue--section h3:after, .home--blue--section h3:before {
	background-color: #0089fe;
}
.home--blue--section .h3--wrap::after, .home--blue--section .h3--wrap::before {
	background-color: #0089fe;
}
h3::before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background-color: #fe6500;
	border-radius: 50%;
	top: 50%;
	margin-top: -4.5px;
	left: -177px;
}
h3::after {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background-color: #fe6500;
	border-radius: 50%;
	top: 50%;
	margin-top: -4.5px;
	right: -177px;
}
.home--orange--section p {
	font-weight: 500 !important;
	max-width: 975px;
	margin: auto !important;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 25px !important;
}
.home--blue--section {
	display: table;
	width: 100%;
	padding: 40px 0 45px;
	position: relative;
}
.hp-button {
	display: table !important;
	width: auto;
	margin: auto;
}
.hp-button a {
	font-size: 15px !important;
	font-weight: 600;
	line-height: 1.4 !important;
	color: #fe6500 !important;
	padding: 10px 40px !important;
	background-color: rgba(254, 101, 0, 0.15) !important;
	border-radius: 30px !important;
	border: none !important;
	background-image: none !important;
	-webkit-appearance: none;
}
.home--blue--section .hp-button a {
	color: #0089fe !important;
	background-color: rgba(0, 137, 254, 0.15) !important;
	-webkit-appearance: none;
	padding: 10px 50px !important;
}
.hp-button a:hover {
	background-color: #fe6500 !important;
	color: #fff !important;
}
.home--blue--section .hp-button a:hover {
	background-color: #0089fe !important;
	color: #fff !important;
}
.recent-posts-section {
	display: table;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.home--blue--section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.05;
	background-image: linear-gradient(to bottom, #001a2f, rgba(0, 26, 47, 0));
}
.single-blog-post:last-child {
	margin-right: 0;
}
.single-blog-post {
	display: table;
	float: left;
	width: 19%;
	margin-right: 1.25%;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
	transition: ease-out 0.2s;
	-webkit-transition: ease-out 0.2s;
	-moz-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
}
.date--arrow span {
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	color: #0089fe;
	margin-bottom: 10px;
	display: table;
	position: relative;
	width: 100%;
}
.date--arrow span::after {
	content: '\f054';
	font: normal normal normal 12px/1 FontAwesome;
	color: #fff;
	background-color: #0089fe;
	line-height: 1;
	padding: 7px 8px 6px 9px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: 0;
}
.post-text-content .less-test,.post-text-content p {
	line-height: 1.4;
	font-size: 16px;
	font-weight: 400;
}
.single-blog-post .anchor_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 14;
}
body.home footer {
	display: none;
}
.site-header.scroll .website--logo img {
	width: 180px;
	float: left;
}
.site-header.scroll .header-main-menu {
	padding-top: 17px;
}
.site-header.scroll {
	padding: 3px 0;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
}
.website--logo img, .header-main-menu, .site-header {
	transition: ease-out 0.4s;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	-o-transition: ease-out 0.4s;
}
.custom-box-section {
	display: table;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.custom-box-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0.55;
	background-color: #001a2f;
}
.cutom-box-inner {
	display: table;
	width: 1220px;
	margin: auto;
	max-width: 1220px;
	position: relative;
	z-index: 7;
	text-align: center;
}
.custom-box-section.full .cutom-box-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	transform: translateY(-54%);
	-webkit-transform: translateY(-54%);
	-moz-transform: translateY(-54%);
	-o-transform: translateY(-54%);
}
.cutom-box-inner h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 4px;
	text-align: center;
	color: #0089fe;
	margin-bottom: 10px !important;
}
.cutom-box-inner h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-bottom: 35px;
}
.box-content img {
	margin-bottom: 10px;
	width: 180px;
	height: auto;
}
.box-content {
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
}
.box-scroll {
	position: absolute;
	bottom: 25px;
	width: auto;
	text-align: center;
	left: 50%;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.75px;
	color: #fff;
	opacity: 0.4;
	z-index: 7;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	cursor: pointer;
}
.box-scroll::after {
	content: '\f078';
	font: normal normal normal 25px/1 FontAwesome;
	line-height: 1;
	position: relative;
	width: auto;
	display: table;
	margin: auto;
	margin-top: 13px;
}
.about--section .wpb_single_image.wpb_content_element.vc_align_left, .about--section .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}
.about--section .vc_column-inner {
	padding-top: 0 !important;
}
.about--section {
	display: table;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding-top: 100px;
	box-sizing: border-box !important;
}
.about--section h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-bottom: 40px !important;
}
.about--section h3::after, .about--section h3::before {
	display: none;
}
.about--section .wpb_column.vc_column_container.vc_col-sm-12 {
	position: absolute;
	max-width: 1325px;
	left: 50%;
	margin-left: -663px;
	top: 50%;
	transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	-o-transform: translateY(-55%);
}
.about--section .wpb_column.vc_column_container.vc_col-sm-9 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	padding-left: 30px;
}
.wpb_column.vc_column_container.vc_col-sm-9 .vc_column-inner {
	padding: 10px 12px !important;
	border-radius: 10px;
	position: relative;
}
.about--section .wpb_column.vc_column_container.vc_col-sm-9 p {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	position: relative;
	margin-bottom: 15px;
}
.wpb_column.vc_column_container.vc_col-sm-9 .vc_column-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	border-radius: 10px;
	display: block;
}
.about--section .vc_row.wpb_row.vc_inner.vc_row-fluid {
	position: relative;
}
.about--section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	display: block !important;
}
.about--section.img-right .wpb_column.vc_column_container.vc_col-sm-3 {
	float: right;
}
.about--section.img-right .wpb_column.vc_column_container.vc_col-sm-9 {
	right: auto;
	left: 0;
	padding-left: 15px;
	padding-right: 17px;
}
.demos--section .vc_column-inner {
	padding-top: 0 !important;
}
.demos--section .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}
.demos--section {
	display: table;
	width: 100%;
	padding: 100px 0 150px;
}
.demos--section h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 4px;
	text-align: center;
	color: #0089fe;
	margin-bottom: 10px !important;
}
.demos--section h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-bottom: 90px !important;
	position: relative;
	display: table;
	margin: auto;
}
.h1--wrap {
	position: relative;
}
.h1--wrap::before {
	content: '';
	position: absolute;
	width: 295px;
	background-color: #0089fe;
	height: 2px;
	left: -320px;
	top: 50%;
	margin-top: -1px;
}
.h1--wrap::after {
	content: '';
	position: absolute;
	width: 295px;
	background-color: #0089fe;
	height: 2px;
	right: -320px;
	top: 50%;
	margin-top: -1px;
}
.demos--section h1::before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #0089fe;
	top: 50%;
	margin-top: -4.5px;
	right: -325px;
}
.demos--section h1::after {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #0089fe;
	top: 50%;
	margin-top: -4.5px;
	left: -325px;
}
.demos--box {
	display: table;
	width: 100%;
}
.each--demo:nth-child(3n+1) {
	clear: both;
}
.each--demo:nth-child(3n) {
	margin-right: 0;
}
.each--demo {
	display: table;
	float: left;
	width: 30.5%;
	margin-right: 4.25%;
	margin-bottom: 85px;
}
.demo-image {
	display: table;
	width: 100%;
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 25px;
	border-radius: 5px;
}
.all--demos {
	display: table;
	max-width: 1420px;
	margin: auto;
}
.demo-content h3::after, .demo-content h3::before {
	display: none;
}
.demo-content h3 {
	font-size: 25px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	opacity: 0.5;
	width: 100%;
	margin-bottom: 15px;
}
.demo-content p {
	color: #fff;
	line-height: 1.4;
}
.demo-content {
	display: table;
	width: 100%;
	position: relative;
}
.demo-content a {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 25px 10px 53px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #fe6500;
}
.demo-content a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #fe6500;
	opacity: 0.15;
}
.custom-box-section.large {
	padding: 300px 0 350px;
}
.custom-box-section .box-button {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	padding: 13px 140px 11px;
	background-color: #fe6500;
	border-radius: 30px;
	display: table;
	margin: auto;
	position: relative;
	border: 2px solid #fe6500;
	margin-top: 60px;
	-webkit-appearance: none;
}
.product .custom-box-section .box-button {
	padding: 13px 100px 11px 130px;
}
.product .custom-box-section .box-button::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url('images/arroww.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.custom-box-section .box-button:hover {
	background-color: rgba(254, 101, 0, 0.15) !important;
}
.product--section {
	display: table;
	width: 100%;
	padding: 100px 0 25px;
	text-align: center;
}
.product--section--bg {
	display: table;
	width: 100%;
	padding: 50px 0 25px;
	position: relative;
	text-align: center;
}
.product--section--bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.02;
	background-color: #000000;
}
.product--section h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 4px;
	text-align: center;
	color: #0089fe;
	position: relative;
	display: table;
	margin: auto;
	margin-bottom: 35px;
}
.product--section h4::before {
	content: '';
	position: absolute;
	width: 100px;
	left: -125px;
	height: 2px;
	background-color: #d9d9d9;
	top: 50%;
	margin-top: -1px;
}
.product--section h4::after {
	content: '';
	position: absolute;
	width: 100px;
	right: -125px;
	height: 2px;
	background-color: #d9d9d9;
	top: 50%;
	margin-top: -1px;
}
.h4--wrap::before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	left: -129px;
	border-radius: 50%;
	background-color: #d9d9d9;
	top: 50%;
	margin-top: -4.5px;
}
.h4--wrap::after {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	right: -129px;
	border-radius: 50%;
	background-color: #d9d9d9;
	top: 50%;
	margin-top: -4.5px;
}
.product--section h3, .product--section--bg h3, .product--section--2 h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #fe6500;
	margin-bottom: 35px;
}
.product--section h3::before, .product--section h3::after, .product--section--bg h3::before, .product--section--bg h3::after, .product--section--2 h3::before, .product--section--2 h3::after, .product--blue--section h3::before, .product--blue--section h3::after {
	display: none;
}
.product--section p, .product--section--bg p, .product--section--2 p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px !important;
	max-width: 1216px;
	margin: auto;
}
.product--section--2 {
	padding: 50px 0 75px;
	text-align: center;
}
.product--blue--section {
	display: table;
	width: 100%;
	padding: 60px 0;
	background-color: #0089fe;
	text-align: center;
}
.product--blue--section h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
}
.product--blue--section p {
	color: #fff;
	line-height: 1.5;
	max-width: 653px;
	margin: auto;
	opacity: 0.75;
	margin-bottom: 35px !important;
}
.product--blue--section .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #fe6500;
	padding: 15px 75px 13px;
	border-radius: 30px;
	background-color: #fff;
	border: 0 !important;
	background-image: none !important;
	-webkit-appearance: none;
}
.product--blue--section .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
	color: #fff;
	background-color: #fe6500;
}
.custom-box-section.large::before, .custom-box-section.small::before, .custom-box-section.medium::before, .custom-box-section.contact::before {
	opacity: 0.75;
}
.custom-box-section.small {
	padding: 130px 0 75px;
}
.reviews--section {
	display: table;
	width: 100%;
	padding: 100px 0;
}
.reviews--section .wpb_column.vc_column_container.vc_col-sm-12, .faq--section .wpb_column.vc_column_container.vc_col-sm-12, .consulting--section .wpb_column.vc_column_container.vc_col-sm-12 {
	max-width: 1220px;
	margin: auto;
	display: table;
	float: none;
}
.reviews--section h3, .faq--section h3, .consulting--section h3 {
	display: table;
	width: auto;
	text-align: left;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.35);
	float: left;
	background-color: #fff;
	padding-right: 25px;
}
.reviews--section h3::before, .reviews--section h3::after, .faq--section h3::before, .faq--section h3::after, .consulting--section h3::before, .consulting--section h3::after {
	display: none;
}
.reviews--section .reviews--wrap::before, .faq--section .reviews--wrap::before, .consulting--section .reviews--wrap::before {
	width: 100%;
	left: 0;
	height: 2px;
	border-radius: 0;
	margin-top: -1px;
	background-color: #d9d9d9;
	content: '';
	top: 50%;
	position: absolute;
}
.reviews--section .reviews--wrap::after, .faq--section .reviews--wrap::after, .consulting--section .reviews--wrap::after {
	background-color: #d9d9d9;
	content: '';
	border-radius: 50%;
	top: 50%;
	margin-top: -4.5px;
	position: absolute;
	width: 9px;
	height: 9px;
	right: 0;
}
.reviews--wrap {
	width: 100%;
	display: table;
	margin-bottom: 40px;
	position: relative;
}
.all--reviews {
	display: table;
	width: 100%;
	margin-bottom: 60px;
}
.each--review {
	display: table;
	width: 100%;
	margin-bottom: 90px;
}
.reviews--section .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner {
	padding: 0;
}
.each--review p {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	display: inline-block;
	position: relative;
}
.each--review h4 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: left;
	color: #0089fe;
	margin-top: 30px;
	position: relative;
	margin-bottom: 3px;
}
.each--review span {
	display: table;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	opacity: 0.5;
}
.each--review h4::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 2.5px;
	background-color: #0089fe;
	left: -14px;
	top: 50%;
	margin-top: -1px;
}
.each--review p:first-child::before {
	content: '';
	position: absolute;
	background-image: url('images/quote2.png');
	width: 25px;
	height: 25px;
	top: -25px;
	left: -25px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.each--review p {
	margin-bottom: 20px;
}
.each--review p:last-child {
	margin-bottom: 0px;
}
.each--review p:last-child::after {
	content: '';
	position: absolute;
	background-image: url('images/quote1.png');
	width: 25px;
	height: 25px;
	bottom: 12px;
	right: auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 7px;
}
.reviews--section .vc_btn3-container.vc_btn3-inline {
	width: 100%;
	margin-bottom: 30px;
}
.reviews--section .wpb_text_column.wpb_content_element {
	margin-bottom: 60px;
}
.reviews--section .vc_btn3-container.vc_btn3-inline a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	width: 100%;
	border: 2px solid #fe6500;
	padding: 13px 0 11px;
	background-color: #fe6500;
	box-shadow: none !important;
	background-image: none !important;
	-webkit-appearance: none;
}
.reviews--section .vc_btn3-container.vc_btn3-inline a:hover, .reviews--section .vc_btn3-container.vc_btn3-inline a:focus, .reviews--section .vc_btn3-container.vc_btn3-inline a:active {
	background-color: rgba(254, 101, 0, 0.7) !important;
	color: #fff;
	border-color: #fe6500;
}
.reviews--section .vc_btn3-container.vc_btn3-inline a::after {
	content: '\f054';
	font: normal normal normal 18px/1 FontAwesome;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: 25px;
	line-height: 1.4;
}
.product--blue--section.orange {
	background-color: #fe6500;
}
.product--blue--section.orange .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	color: #000;
}
.product--blue--section.orange .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
	background-color: rgba(255,255,255,0.2) !important;
	color: #fff;
}
.faq--section {
	display: table;
	width: 100%;
	padding: 50px 0;
}
.faq--section .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}
.faq--section .reviews--wrap {
	margin-top: 50px;
	margin-bottom: 70px !important;
}
.faq--section h5 {
	font-size: 28px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.07;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	margin-bottom: 45px;
	padding-left: 75px;
	position: relative;
}
.faq-content {
	font-size: 21px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	margin-bottom: 100px;
	padding-left: 75px;
	position: relative;
}
.faq-content::before {
	content: 'A';
	position: absolute;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #0089fe;
	top: -11px;
	left: 0;
}
.faq--section h5::before {
	content: 'Q';
	position: absolute;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: center;
	color: #fe6500;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(254, 101, 0, 0.15);
	top: -11px;
	left: 0;
}
.consulting--section {
	display: table;
	width: 100%;
	padding: 100px 0 80px;
}
.consulting--section .reviews--wrap {
	margin-bottom: 15px;
}
.consulting--section h3 {
	color: #fe6500;
}
.consulting--section .reviews--wrap::before, .consulting--section .reviews--wrap::after {
	background-color: #fe6500;
}
.consulting--section .vc_column-inner {
	padding: 0;
}
.wpb_content_element li {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	margin-bottom: 70px;
	padding-left: 75px;
	position: relative;
}
.wpb_content_element ul {
	list-style-type: none;
	counter-reset: li;
}
.wpb_content_element li::before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	left: 0;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	background-color: #fe6500;
	top: -8px;
}
.consulting--section p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	opacity: 0.5;
	margin-bottom: 40px;
}
.custom-box-section.medium {
	padding: 50px 0;
}
.custom-box-section.medium p {
	margin-bottom: 20px;
}
.custom-box-section.small .box-content {
	margin-bottom: 35px !important;
	margin-top: -30px;
}
.table--files {
	display: table;
	width: 1220px;
	margin: auto;
	margin-top: 75px;
	margin-bottom: 100px;
}
.files--left h3, .file--row:first-child .files--right span {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #0089fe;
	float: left;
}
.files--left h3::before, .files--left h3::after {
	display: none;
}
.file--row {
	display: table;
	width: 100%;
}
.file--row:first-child {
	border-top: 1px solid #a5d6ff;
}
.files--left {
	display: table;
	float: left;
	width: 89%;
	border-left: 1px solid #a5d6ff;
	border-bottom: 1px solid #a5d6ff;
	border-right: 1px solid #a5d6ff;
	padding: 12.5px 0 10.5px 20px;
	position: relative;
}
.file--row:first-child .files--left, .file--row:first-child .files--right {
	position: relative;
}
.file--row:first-child .files--left::before, .file--row:first-child .files--right::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
	background-color: #0089fe;
}
.files--right {
	display: table;
	float: left;
	width: 11%;
	border-right: 1px solid #a5d6ff;
	border-bottom: 1px solid #a5d6ff;
	padding: 12.5px 0 10.5px 18px;
	position: relative;
}
.files--left h4, .files--right span {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #0061b4;
}
.files--right span strong {
	font-weight: 600;
}
.file--link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.vc_row.wpb_row.vc_row-fluid.home--orange--section h3 {
	margin-bottom: 30px;
}
.single-blog-post:hover {
	box-shadow: 0px 13px 16px 0 rgba(0, 0, 0, 0.3);
}
.current--section .custom-box-section .site-content-center {
	position: relative;
	z-index: 10;
	display: table-cell;
	vertical-align: middle;
}
.current-box-inner {
	display: table;
	width: 100%;
	text-align: center;
}
.current-box-inner h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 4px;
	text-align: center;
	color: #0089fe;
	margin-bottom: 10px !important;
}
.current-box-inner h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px !important;
}
.current-box-inner .box-content {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-bottom: 125px;
}
.current-boxes {
	display: table;
	width: auto;
	margin: auto;
	margin-bottom: 130px;
}
.current-boxes h5 {
	opacity: 0.5;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.current-boxes h3 {
	font-size: 75px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #fe6500;
	position: relative;
	z-index: 2;
}
.current-left h3::before, .current-left h3::after, .current-right h3::before, .current-right h3::after {
	display: none;
}
.current-boxes h4 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.current-left, .current-right {
	display: table;
	float: left;
	width: 320px;
	padding: 25px 0;
	position: relative;
}
.current-left {
	margin-right: 200px;
}
.current-boxes div::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.35;
	background-color: #000000;
}
.current--orange {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #fe6500;
}
.custom-box-section.contact {
	padding: 100px 0 160px;
}
.custom-box-section.contact h1 {
	margin-bottom: 15px;
}
.contact--section {
	padding-bottom: 80px;
	margin-top: -70px;
}
.wpcf7 {
	max-width: 935px;
	display: table;
	margin: auto !important;
	width: 935px;
	background-color: #fff;
	z-index: 10;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
	padding: 40px 50px 35px !important;
}
.contact--info {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}
.contact--info a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #0089fe;
	padding-left: 30px;
	position: relative;
}
.contact--info a:first-child {
	float: left;
}
.contact--info a:last-child {
	float: right;
}
.contact--form br {
	display: none;
}
.contact-name-email {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}
.contact-ne:last-child {
	margin-right: 0;
}
.contact-ne {
	display: table;
	float: left;
	width: 48.5%;
	margin-right: 3%;
}
.contact--form input, .contact--form textarea {
	width: 100%;
	padding: 15px 20px 14px 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 2px #000000;
	border-color: rgba(0,0,0,0.25);
	font-family: AvenirNext;
	-webkit-appearance: none;
}
.contact--form textarea {
	resize: none;
	height: 200px;
}
.contact-s {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}
.contact-submit input {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	padding: 13px 161px 12px;
	width: auto;
	margin: auto !important;
	display: table;
	background-color: #fe6500;
	cursor: pointer;
	border-radius: 25px;
	border-color: #fe6500;
	margin-top: 55px !important;
	-webkit-appearance: none;
}
.contact-submit input:hover {
	background-color: rgba(254, 101, 0, 0.2);
	color: #fe6500;
}
.contact--info a:first-child::before {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	content: '';
	background-image: url('images/envelope.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -10px;
}
.contact--info a:last-child::before {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
	content: '';
	background-image: url('images/phone.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	margin-top: 10px;
	border: none;
	text-align: center;
}
.wpcf7-not-valid-tip {
	margin-top: 10px;
}
.current--section .custom-box-section::before {
	opacity: 0.75;
}
.demo-content a::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url('images/arrow.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	left: 22px;
}
.demo-content a:hover {
	opacity: 0.7;
}
.faq--box.smallfont h5 {
	font-size: 25px;
}
.full--sec .custom-box-section.large {
	padding: 0;
}
.full--sec .site-content-center {
	display: table-cell;
	vertical-align: middle;
}
div.wpcf7 .ajax-loader {
	position: absolute;
}

.file--row h4 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.files--left h4 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.files--right span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.cloud--section .custom-box-section.medium {
	height: calc(100vh - 141px);
	display: block;
	min-height: 600px;
}
.cloud--section .cutom-box-inner {
	display: table;
	width: 1220px;
	margin: auto;
	max-width: 1220px;
	position: relative;
	z-index: 7;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.demo-image iframe {
	max-width: 100%;
	height: 240px;
}

/* All Updates*/
.page-template-posts-archive-template .main-website-content > .site-content-center {
	margin: 0 !important;
	max-width: 100%;
}
.page-template-posts-archive-template .recent-posts-section {
	margin-top: 80px;
}
.page-template-posts-archive-template .recent-posts-section {
	padding: 80px 0 40px;
	background-color: #f4f5f6;
	margin: 0;
}
.page-template-posts-archive-template .single-blog-post:nth-child(5n) {
	margin-right: 0;
}
.page-template-posts-archive-template .single-blog-post {
	margin-bottom: 20px;
}

body.home .single-blog-post {
	width: 24.06%;
}

/* Updates page */
.rml .read-more-button,
.rml .less-test,
.all-text {
	display: none;
}
.rml .read-less-button, .rml .all-text {
	display: block !important;
}
.single-blog-post:nth-child(5n + 1) {
	clear: left;
}
.show-text-buttons > div {
	font-size: 15px;
	cursor: pointer;
	color: #0089fe;
}
.show-text-buttons {
	padding-top: 12px;
}
.all-text a,.less-test a{color: #0089fe;}

/* Responsive */

@media(max-width:1699px){
	/*Home*/
	.site-content-center {max-width: 94%;}
	.menu-list li {margin-right: 25px;}
	.home--first--section {padding: 130px 0;}
	h2 {font-size: 40px;margin-bottom: 40px !important;}
	.home--orange--section {padding: 65px 0 35px;}
	.home--blue--section {padding: 35px 0 40px;}
	/*About*/
	.box-content img {margin-bottom: 10px;width: 180px;}
	.cutom-box-inner h1 {font-size: 38px;margin-bottom: 35px;}
	.cutom-box-inner h2 {font-size: 18px;margin-bottom: 8px !important;}
	.about--section h3 {font-size: 38px;margin-bottom: 80px !important;}
	.about--section img {max-height: 400px;width: auto;}
	/*Demos*/
	.demos--section {padding: 80px 0 110px;}
	.demos--section h1 {font-size: 38px;margin-bottom: 70px !important;}
	/*Product*/
	.custom-box-section.large {padding: 250px 0 300px;}
	.product--section {padding: 80px 0 25px;}
	.product--section h3, .product--section--bg h3, .product--section--2 h3 {font-size: 38px;margin-bottom: 30px;}
	.product--section--bg {padding: 40px 0 25px;}
	.product--section--2 {padding: 40px 0 55px;}
	.product--blue--section {padding: 50px 0;}
	.product--blue--section h3 {font-size: 38px;}
	.about--sec .custom-box-section.full .cutom-box-inner {padding-bottom: 30px !important;}
	
}
@media(max-width:1599px){
	/*Home*/
	.website--logo img {width: 180px;}
	.menu-list li {margin-right: 20px;}
	.menu-list li a {font-size: 16px;}
	.header-main-menu {padding-top: 18px;}
	body {padding-top: 68.8px;}
	.site-header.scroll .website--logo img {width: 160px;}
	.site-header.scroll .header-main-menu {padding-top: 14px;}
	.home--first--section {padding: 100px 0;}
	h2 {font-size: 30px;margin-bottom: 35px !important;}
	h1 {font-size: 24px;margin-bottom: 25px;}
	.head--button a {font-size: 14px !important;padding: 10px 25px !important;border-radius: 25px !important;}
	.home--orange--section {padding: 55px 0 30px;}
	h3 {font-size: 25px;}
	.vc_row.wpb_row.vc_row-fluid.home--orange--section h3 {margin-bottom: 25px;}
	.hp-button a {font-size: 13px !important;padding: 8px 30px !important;border-radius: 25px !important;}
	.post-text-content .less-test,.post-text-content p {font-size: 15px;}
	.date--arrow span {margin-bottom: 8px;font-size: 16px;}
	.date--arrow span::after {font: normal normal normal 9px/1 FontAwesome;}
	.home--blue--section .hp-button a {padding: 8px 40px !important;}
	/*About*/
	.cutom-box-inner h1 {font-size: 36px;margin-bottom: 30px;}
	.box-content img {margin-bottom: 10px;width: 160px;}
	.about--section h3 {font-size: 36px;margin-bottom: 60px !important;}
	/*Demos*/
	.demos--section {padding: 60px 0 90px;}
	.demos--section h2 {font-size: 19px;margin-bottom: 8px !important;}
	.demos--section h1 {font-size: 33px !important;margin-bottom: 50px !important;}
	/*Product*/
	.custom-box-section.large {padding: 180px 0 200px;}
	.custom-box-section .box-button {font-size: 15px;padding: 12px 100px 10px;margin-top: 50px;}
	.product--section {padding: 70px 0 20px;}
	.product--section h3, .product--section--bg h3, .product--section--2 h3 {font-size: 34px;margin-bottom: 25px;}
	.product--section--bg {padding: 35px 0 20px;}
	.product--blue--section {padding: 40px 0;}
	.product--blue--section h3 {font-size: 34px;}
	.product--blue--section .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {font-size: 15px;padding: 14px 55px 12px;}
	/*FAQ*/
	.custom-box-section.small {padding: 90px 0 60px;}
	.faq--section {padding: 40px 0;}
	.reviews--section h3, .faq--section h3, .consulting--section h3 {font-size: 28px;}
	.faq--section .reviews--wrap {margin-top: 40px;margin-bottom: 50px !important;}
	.faq--section h5 {font-size: 23px;margin-bottom: 35px;}
	.faq-content {font-size: 19px;margin-bottom: 60px;}
	.faq--section h5::before, .faq-content::before {font-size: 27px;width: 45px;height: 45px;top: -9px;}
	.faq--box.smallfont h5 {font-size: 23px;}
	/*Reviews*/
	.reviews--section {padding: 80px 0;}
	.each--review p {font-size: 22px;}
	.each--review h4 {font-size: 20px;}
	.each--review span {font-size: 18px;}
	.each--review {margin-bottom: 70px;}
	.all--reviews {	margin-bottom: 40px;}
	.reviews--section .wpb_text_column.wpb_content_element {margin-bottom: 40px;}
	.reviews--section .vc_btn3-container.vc_btn3-inline {margin-bottom: 20px;}
	/*Contact*/
	.custom-box-section.contact {padding: 80px 0 120px;}
	/*Current*/
	.current-box-inner h1 {font-size: 35px;}
	.current-box-inner .box-content {font-size: 19px;margin-bottom: 70px;}
	.current-boxes {margin-bottom: 90px;}
	.current-boxes h3 {font-size: 55px;}
	.current-boxes h4 {font-size: 20px;}
	.current-left, .current-right {width: 250px;padding: 15px 0;}
	.current--orange {font-size: 19px;}
	.current--section .custom-box-section .site-content-center {max-width: 100%;}
	.current-left {margin-right: 140px;}
	/*Consulting*/
	.consulting--section {padding: 70px 0 50px;}
	.wpb_content_element li {font-size: 22px;margin-bottom: 50px;}
	.full--sec .custom-box-section.large .site-content-center {max-width: 100%;}
	/*Cloud*/
	.cloud--section .custom-box-section.medium {height: calc(100vh - 130px);}
	
	.box-content img {margin-bottom: 5px;width: 140px;}
}
@media(max-width:1399px){
	/*Home*/
	.website--logo img {width: 160px;}
	.menu-list li {margin-right: 13px;}
	h2 {font-size: 28px;margin-bottom: 35px !important;}
	.single-blog-post:last-child {display: none;}
	.single-blog-post:nth-child(4) {margin-right: 0;}
	.single-blog-post {width: 24%;margin-right: 1.33%;padding: 14px;}
	body.home .single-blog-post {	width: 32%;}
	.vc_row.wpb_row.vc_row-fluid.home--orange--section h3 {margin-bottom: 25px;}
	h3 {font-size: 23px;}
	.home--orange--section p {font-size: 16px;}
	body {padding-top: 63px;}
	/*About*/
	.cutom-box-inner {width: 90%;max-width: 90%;}
	.custom-box-section.full .cutom-box-inner {margin-left: 0;transform: translate( -50% , -54%);-webkit-transform: translate( -50% , -54%);-moz-transform: translate( -50% , -54%);-o-transform: translate( -50% , -54%);}
	.cutom-box-inner h1 {font-size: 36px;margin-bottom: 30px;}
	.box-content img {margin-bottom: 10px;width: 160px;}
	.box-content {font-size: 18px;}
	.box-scroll {bottom: 15px;font-size: 13px;}
	.box-scroll::after {font: normal normal normal 20px/1 FontAwesome;margin-top: 8px;}
	.about--section .wpb_column.vc_column_container.vc_col-sm-12 {max-width: 90%;margin-left: 0;transform: translate( -50% , -55%);-webkit-transform: translate( -50% , -55%);-moz-transform: translate( -50% , -55%);
	-o-transform: translate( -50% , -55%);}
	.about--section {padding-top: 70px;}
	.about--section h3 {font-size: 34px;margin-bottom: 40px !important;}
	.about--section .wpb_column.vc_column_container.vc_col-sm-9 p {font-size: 18px;}
	/*Demos*/
	.demos--section {padding: 50px 0 80px;}
	.demos--section h1 {font-size: 30px !important;margin-bottom: 40px !important;}
	.demo-image {height: 232px;margin-bottom: 20px;}
	.demo-content h3 {font-size: 20px;margin-bottom: 10px;}
	.demo-content a {padding: 7px 17px 6px 45px;font-size: 13px;color: #fe6500;}
	.demo-content a::after {width: 15px;height: 15px;left: 20px;}
	.demo-content p {font-size: 16px;}
	/*Product*/
	.custom-box-section.large {padding: 120px 0 160px;}
	.product--section h3, .product--section--bg h3, .product--section--2 h3 {font-size: 30px;margin-bottom: 20px;}
	.product--section p, .product--section--bg p, .product--section--2 p {font-size: 18px;margin-bottom: 20px !important;}
	.product--blue--section h3 {font-size: 30px;}
	.product--blue--section {padding: 30px 0;}
	.product--section {padding: 60px 0 20px;}
	.product--section--bg {padding: 30px 0 20px;}
	.product--section--2 {padding: 35px 0 45px;}
	/*FAQ*/
	.custom-box-section.small {padding: 70px 0 50px;}
	.faq--section {padding: 30px 0;}
	.faq--section .reviews--wrap {margin-top: 30px;margin-bottom: 40px !important;}
	.faq--section h5 {font-size: 21px;margin-bottom: 30px;}
	.faq-content {font-size: 18px;margin-bottom: 50px;}
	/*Reviews*/
	.reviews--section {padding: 50px 0 60px;}
	.each--review p::before {width: 20px;height: 20px;top: -17px;left: -15px;}
	.each--review p::after {width: 20px;height: 20px;bottom: 12px;}
	.each--review h4 {font-size: 19px;margin-top: 20px;}
	.each--review h4::before {left: -10px;}
	.each--review p {font-size: 20px;}
	.all--reviews {margin-bottom: 0px;}
	.reviews--section .wpb_text_column.wpb_content_element {margin-bottom: 30px;}
	.reviews--section .vc_btn3-container.vc_btn3-inline {margin-bottom: 15px;}
	.reviews--section .vc_btn3-container.vc_btn3-inline a {font-size: 14px;padding: 11px 0 9px;}
	.reviews--section .wpb_column.vc_column_container.vc_col-sm-12 {width: 90%;}
	/*Contact*/
	.custom-box-section.contact {padding: 70px 0 100px;}
	.contact-submit input {font-size: 15px;padding: 11px 120px 10px;margin-top: 45px !important;}
	.contact--section {padding-bottom: 60px;margin-top: -50px;}
	/*Literature*/
	.table--files {width: 90%;margin-top: 45px;margin-bottom: 100px;}
	.files--left h3, .file--row:first-child .files--right span {font-size: 18px;}
	.files--left h4, .files--right span {font-size: 18px;}
	.custom-box-section.small .box-content {margin-top: -20px;}
	/*Current*/
	.current--section .custom-box-section .site-content-center {max-width: 90%;margin: auto !important;display: table;padding: 30px 0 40px;}
	.current-box-inner h1 {font-size: 30px;}
	.current-box-inner .box-content {font-size: 18px;margin-bottom: 50px;}
	.current-left {margin-right: 100px;}
	.current-boxes h3 {font-size: 40px;}
	.current-boxes h4 {font-size: 19px;}
	.current-boxes h5 {font-size: 15px;}
	.current-left, .current-right {width: 200px;padding: 15px 0;}
	.current-boxes {margin-bottom: 70px;}
	.current--orange {font-size: 18px;}
	/*Consulting*/
	.reviews--section h3, .faq--section h3, .consulting--section h3 {font-size: 25px;}
	.wpb_content_element li {font-size: 20px;padding-left: 65px;margin-bottom: 40px;}
	
	.cloud--section .custom-box-section.medium {height: calc(100vh - 124px);}
	.cloud--section .cutom-box-inner {max-width: 90%;width: 90%;
	}
	
	/*All Updates*/
	.page-template-posts-archive-template .single-blog-post:last-child{display:block;}
	.page-template-posts-archive-template .single-blog-post:nth-child(5n){margin-right:1.33%;}
	.page-template-posts-archive-template .single-blog-post:nth-child(4n){margin-right:0;}
	.page-template-posts-archive-template .recent-posts-section {	padding: 40px 0 30px;}
	
	.single-blog-post:nth-child(5n+1) {clear: none;}
	.single-blog-post:nth-child(4n+1) {clear: left;}
}
@media(max-width:1199px){
	/*Home*/
	.menu-header-menu-container {position: fixed;background-color: #fff;top: 0;width: 270px;left: -270px;height: 100%;padding: 100px 20px 50px;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
	.header-main-menu {padding-top: 14px;}
	.menu-stripes {display: table !important;width: 34px;cursor: pointer;}
	.menu-stripes span:last-child {margin-bottom: 0;}
	.menu-stripes span {display: table;width: 100%;height: 4px;margin-bottom: 5px;background-color: #0089fe;border-radius: 3px;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
	.menu-stripes.active-stripes span:nth-child(2) {transform: rotate(315deg) translate(-1px,-2px);background-color: #fe6500;}
	.menu-stripes.active-stripes span:first-child {transform: rotate(225deg) translate(-5px,-7px);background-color: #fe6500;}
	.menu-stripes.active-stripes span:last-child {transform: rotate(225deg) translate(-5px,-7px);width: 0 !important;background-color: #fe6500;}
	.menu-list li a {font-size: 18px;font-weight: 600;padding: 5px 40px 5px 16px;display: table;}
	.menu-list li {margin-right: 0;width: 100%;margin-bottom: 7px;}
	.menu-header-menu-container.active-menu {left: 0;}
	.menu-header-menu-container::before {content: '';position: absolute;left: 0;top: 0;height: 100%;width: 5px;background-color: #fe6500;}
	body::before {content: '';position: fixed;width: 100%;height: 100%;top: 0;right: -100%;background-color: #000;opacity: 0.4;z-index: 14;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
	body.no-scroll::before {right: 0;}
	body.no-scroll {overflow: hidden;}
	.website--logo img {z-index: 18;position: relative;}
	h2 {font-size: 26px;margin-bottom: 35px !important;}
	/*About*/
	.cutom-box-inner h2 {font-size: 17px;margin-bottom: 5px !important;}
	.cutom-box-inner h1 {font-size: 32px;margin-bottom: 25px;}
	.box-content img {margin-bottom: 10px;width: 120px;}
	.box-content {font-size: 17px;}
	.about--section {padding-top: 50px;}
	.about--section h3 {font-size: 30px;margin-bottom: 30px !important;}
	.about--section .wpb_column.vc_column_container.vc_col-sm-9 p {font-size: 17px;}
	/*Demos*/
	.demos--section {padding: 40px 0 60px;}
	.demos--section h1 {font-size: 27px !important;margin-bottom: 30px !important;}
	.demos--section h2 {font-size: 17px;margin-bottom: 6px !important;}
	.demo-image {height: 164px;margin-bottom: 15px;}
	.demo-image iframe {height: 163px;}
	/*Product*/
	.custom-box-section.large {padding: 100px 0 130px;}
	.custom-box-section .box-button {font-size: 14px;padding: 11px 60px 9px;margin-top: 40px;}
	.product--section {padding: 50px 0 20px;}
	.product--section h4 {font-size: 16px;margin-bottom: 25px;}
	.product--section h3, .product--section--bg h3, .product--section--2 h3 {font-size: 26px;margin-bottom: 15px;}
	.product--section p, .product--section--bg p, .product--section--2 p {font-size: 16px;margin-bottom: 15px !important;}
	.product--blue--section {padding: 25px 0;}
	.product--blue--section h3 {font-size: 26px;}
	.product--blue--section .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {font-size: 14px;padding: 12px 35px 11px;}
	.product--blue--section p {margin-bottom: 15px !important;font-size: 16px;}
	/*FAQ*/
	.custom-box-section.small {padding: 60px 0 40px;}
	.reviews--section h3, .faq--section h3, .consulting--section h3 {font-size: 24px;}
	.faq--section .reviews--wrap {margin-top: 25px;margin-bottom: 30px !important;}
	.faq--section h5 {font-size: 20px;margin-bottom: 27px;}
	.faq-content {font-size: 16px;margin-bottom: 40px;}
	.faq--box.smallfont h5 {font-size: 20px;}
	/*Contact*/
	.custom-box-section.contact {padding: 60px 0 90px;}
	.wpcf7 {padding: 30px 40px !important;}
	.contact--form input, .contact--form textarea {padding: 13px 18px 12px 18px;}
	.contact--info, .contact-name-email, .contact-s {margin-bottom: 15px;}
	.contact-submit input {font-size: 14px;padding: 9px 90px 8px;margin-top: 25px !important;}
	/*Literature*/
	.table--files {margin-top: 35px;}
	.files--left h4, .files--right span {font-size: 16px;}
	/*Consulting*/
	.consulting--section {padding: 50px 0 30px;}
	.wpb_content_element li {font-size: 19px;padding-left: 60px;margin-bottom: 30px;}
	.wpb_content_element li::before {width: 36px;height: 36px;font-size: 22px;top: -5px;}
	.about--sec .custom-box-section.full .cutom-box-inner {padding-bottom: 0px !important;}
}
@media(max-width:1023px){
	/*Home*/
	.home--first--section {background-position: 107.5% 30px !important;}
	.home--first--section {padding: 85px 0;}
	h2 {font-size: 24px;margin-bottom: 30px !important;}
	h1 {font-size: 22px;margin-bottom: 20px;}
	.head--button a {font-size: 12px !important;padding: 8px 20px 6px !important;border-radius: 20px !important;}
	.home--orange--section {padding: 45px 0 20px;}
	.home--orange--section p {font-size: 15px;max-width: 84%;}
	.home--blue--section {padding: 25px 0 35px;}
	.menu-list li a {font-size: 18px;font-weight: 500;padding: 3px 40px 3px 16px;}
	.site-footer {padding: 10px 0;font-size: 16px;}
	/*Demos*/
	.demos--section {padding: 35px 0 50px;}
	.each--demo {margin-bottom: 55px;}
	/*Contact*/
	.wpcf7 {max-width: 90%;width: 90%;}
	/*Current*/
	.current-box-inner h1 {font-size: 28px;}
	
	.cloud--section .custom-box-section.medium {height: calc(100vh - 105px);}
}
@media(max-width:959px){
	/*Home*/
	.logged-in .site-header {margin-top: 46px;}
	.menu-header-menu-container {width: 250px;left: -250px;padding: 120px 15px 50px;}
	.menu-list li a {font-size: 17px;font-weight: 500;padding: 2px 40px 2px 13px;}
	.home--first--section {padding: 50px 0;}
	h1 {font-size: 20px;margin-bottom: 20px;}
	.home--first--section .vc_col-sm-6:first-child {width: 56%;}
	.home--orange--section {padding: 35px 0 15px;}
	h3 {font-size: 21px;}
	.h3--wrap::before {width: 100px;left: -120px;}
	.h3--wrap::after {width: 100px;right: -120px;}
	h3::before {left: -127px;}
	h3::after {right: -127px;}
	.single-blog-post:nth-child(4) {display: none;}
	.single-blog-post:nth-child(3) {margin-right: 0;}
	.single-blog-post {width: 32%;margin-right: 2%;padding: 14px;}
	/*About*/
	.cutom-box-inner h2 {font-size: 16px;margin-bottom: 5px !important;}
	.cutom-box-inner h1 {font-size: 30px;margin-bottom: 20px;}
	.box-content img {margin-bottom: 10px;width: 100px;}
	.box-content {font-size: 16px;}
	.about--section .wpb_column.vc_column_container.vc_col-sm-9 p {font-size: 16px;}
	.about--section .wpb_column.vc_column_container.vc_col-sm-9 {padding-left: 15px;}
	.about--section {padding-top: 30px;}
	/*Demos*/
	.demos--section h1 {font-size: 23px !important;margin-bottom: 25px !important;}
	.demos--section h2 {font-size: 15px;margin-bottom: 5px !important;}
	.demo-image {height: 127px;margin-bottom: 11px;}
	.demo-image iframe {
	height: 123px;
}
	.demo-content h3 {font-size: 17px;margin-bottom: 7px;}
	.demo-content a {padding: 6px 12px 5px 35px;font-size: 11px;}
	.demo-content a::after {width: 13px;height: 13px;left: 14px;}
	.h1--wrap::before {width: 130px;left: -150px;}
	.h1--wrap::after {width: 130px;right: -150px;}
	.demos--section h1::after {left: -155px;}
	.demos--section h1::before {right: -155px;}
	.each--demo {margin-bottom: 35px;}
	.demo-content p {font-size: 15px;}
	/*Product*/
	.product--section {padding: 40px 0 15px;}
	.custom-box-section.large {padding: 70px 0 90px;}
	.custom-box-section .box-button {font-size: 13px;padding: 10px 50px 8px;margin-top: 30px;}
	.product--section h4 {font-size: 15px;margin-bottom: 15px;}
	.product--section h3, .product--section--bg h3, .product--section--2 h3 {font-size: 24px;margin-bottom: 10px;}
	.product--section .wpb_text_column.wpb_content_element {margin-bottom: 10px;}
	.product--section--bg {padding: 25px 0 10px;}
	.product--section--2 {padding: 25px 0 30px;}
	.product--section--2 .wpb_text_column.wpb_content_element {margin-bottom: 0;}
	.product--blue--section {padding: 20px 0;}
	.product--blue--section h3 {font-size: 24px;}
	/*FAQ*/
	.faq--section h5::before, .faq-content::before {font-size: 22px;width: 35px;height: 35px;top: -6px;}
	.faq--section h5 {padding-left: 55px;}
	.faq-content {padding-left: 55px;}
	/*Contact*/
	.custom-box-section.contact {padding: 50px 0 70px;}
	.contact--section {padding-bottom: 40px;margin-top: -30px;}
	.wpcf7 {padding: 20px 30px !important;}
	.contact--info a {font-size: 16px;}
	.contact--form input, .contact--form textarea {padding: 9px 15px 8px 12px;}
	.contact-submit input {font-size: 13px;padding: 7px 60px 6px;margin-top: 20px !important;}
	.contact--form textarea {height: 160px;}
	/*Literature*/
	.files--left h3, .file--row:first-child .files--right span {font-size: 15px;}
	.files--left h4, .files--right span {font-size: 14px;}
	.files--left {padding: 10px 0 9px 10px;}
	.files--right {padding: 10px 0 9px 10px;}
	.custom-box-section.small .box-content {margin-top: -10px;}
	/*Current*/
	.current-box-inner h2 {font-size: 18px;}
	.current-box-inner h1 {font-size: 26px;}
	.current-box-inner .box-content {font-size: 17px;}
	.current--orange {font-size: 17px;}
	/*Consulting*/
	.consulting--section {padding: 40px 0 25px;}
	.reviews--section h3, .faq--section h3, .consulting--section h3 {font-size: 22px;}
	.consulting--section p {font-size: 16px;margin-bottom: 30px;}
	.wpb_content_element li {font-size: 18px;padding-left: 55px;margin-bottom: 25px;}
	/*Reviews*/
	.reviews--section {padding: 35px 0 40px;}
	.each--review p {font-size: 19px;}
	.each--review h4 {font-size: 18px;margin-top: 17px;}
	.each--review span {font-size: 17px;}
	.each--review {margin-bottom: 50px;}
	.reviews--section .vc_btn3-container.vc_btn3-inline a {font-size: 14px;padding: 8px 0 6px;}
	.reviews--section .vc_btn3-container.vc_btn3-inline {margin-bottom: 10px;}
	.reviews--section .wpb_text_column.wpb_content_element {margin-bottom: 20px;}
	.reviews--section .vc_btn3-container.vc_btn3-inline a::after {right: 15px;}
	
	/*All Updates*/
	.page-template-posts-archive-template .single-blog-post:nth-child(4n) {	display: block; margin-right: 2%;}
	.page-template-posts-archive-template .single-blog-post:nth-child(3n) {	margin-right: 0;}
	.page-template-posts-archive-template .single-blog-post:nth-child(5n) { margin-right: 2%; }
	.page-template-posts-archive-template .recent-posts-section {	padding: 20px 0 15px;}
	
	.single-blog-post:nth-child(4n+1) {clear: none;}
	.single-blog-post:nth-child(3n+1) {clear: left;}
}
@media(max-width:767px){
	/*Home*/
	h2 {font-size: 22px;margin-bottom: 20px !important;}
	.home--first--section .vc_col-sm-6:first-child {width: 64%;}
	.menu-stripes span {height: 3px;margin-bottom: 4px;}
	.website--logo img {width: 150px;}
	.menu-stripes {width: 28px;}
	.header-main-menu {padding-top: 16px;}
	.site-header.scroll .website--logo img {width: 140px;}
	.menu-list li a {font-size: 16px;padding: 2px 40px 2px 8px;}
	.menu-list li {margin-bottom: 4px;}
	.menu-header-menu-container {width: 220px;left: -220px;padding: 110px 15px 50px;}
	.menu-stripes.active-stripes span:first-child {transform: rotate(225deg) translate(-4px,-7px);}
	.menu-stripes.active-stripes span:nth-child(2) {transform: rotate(315deg) translate(-2px,-2px);}
	body {padding-top: 60px;}
	.home--orange--section {padding: 25px 0 15px;}
	.home--orange--section p {font-size: 15px;max-width: 96%;}
	/*About*/
	.about--section .wpb_column.vc_column_container.vc_col-sm-12 {position: relative;top: auto;left: auto;transform: none;width: 90%;max-width: 90%;margin: auto;}
	.about--section {height: auto !important;padding: 40px 0;}
	.about--section .wpb_column.vc_column_container.vc_col-sm-9 {padding-left: 0;position: relative;top: auto;left: auto;transform: none;}
	.about--section .wpb_column.vc_column_container.vc_col-sm-3 {margin-bottom: 20px;}
	.about--section img {max-height: 200px;width: auto;margin: auto;display: table;}
	.about--section .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper.vc_figure {display: table;margin: auto;}
	.about--section h3 {font-size: 26px;margin-bottom: 20px !important;}
	.about--section.img-right .wpb_column.vc_column_container.vc_col-sm-9 {display: table;}
	.site-footer {padding: 8px 0;font-size: 15px;}
	/*Demos*/
	.each--demo {width: 48%;margin-right: 4%;margin-bottom: 30px;}
	.each--demo:nth-child(3n) {margin-right: 4%;}
	.each--demo:nth-child(2n) {margin-right: 0;}
	.each--demo:nth-child(3n+1) {clear: none;}
	.each--demo:nth-child(2n+1) {clear: both;}
	/*Product*/
	.custom-box-section.large {padding: 50px 0 60px;}
	.custom-box-section.large h1 {font-size: 26px;}
	/*FAQ*/
	.custom-box-section.small {padding: 40px 0 30px;}
	.faq--section {padding: 20px 0;}
	.faq--section .reviews--wrap {margin-top: 15px;margin-bottom: 25px !important;}
	.faq--section h5 {font-size: 18px;margin-bottom: 23px;}
	.faq-content {font-size: 15px;margin-bottom: 35px;}
	.faq--box.smallfont h5 {font-size: 18px;}
	/*Contact*/
	.custom-box-section.contact {padding: 40px 0 60px;}
	.contact--section {padding-bottom: 30px;margin-top: -20px;}
	/*Literature*/
	.files--left {width: 82%;}
	.files--right {width: 18%;}
	.files--left h4, .files--right span {line-height: 1.5;}
	/*Reviews*/
	.each--review p::before {width: 15px;height: 15px;top: -10px;left: -19px;}
	.each--review p::after {width: 15px;height: 15px;bottom: 12px;}
	.product .custom-box-section .box-button {padding: 10px 50px 8px 70px;}
	.cloud--section .custom-box-section.medium {height: calc(100vh - 97px);}
	.product .custom-box-section .box-button::before {width: 15px;height: 15px;left: 40px;}
}
@media(max-width:639px){
	/*Home*/
	.home--first--section {padding: 250px 0 20px;}
	.home--first--section .vc_col-sm-6:first-child {width: 100%;}
	.home--first--section {background-position: top right !important;background-size: 384px !important;}
	.vc_row.wpb_row.vc_row-fluid.home--orange--section h3 {margin-bottom: 15px;}
	.home--blue--section .wpb_text_column.wpb_content_element {margin-bottom: 15px;}
	.home--orange--section p {font-size: 15px;max-width: 100%;}
	.single-blog-post {width: 100%;margin-right: 0;margin-bottom: 10px;}
	.home--blue--section {padding: 20px 0 25px;}
	.logged-in .site-header.scroll {margin-top: 0;}
	.menu-header-menu-container {padding: 75px 15px 50px;}
	.logged-in .menu-header-menu-container {padding: 110px 15px 50px;}
	/*Demos*/
	.demos--section {padding: 25px 0 30px;}
	.demos--section h2 {font-size: 14px;margin-bottom: 3px !important;}
	.demos--section h1 {font-size: 20px !important;margin-bottom: 20px !important;}
	.h1--wrap::before {width: 80px;left: -95px;}
	.h1--wrap::after {width: 80px;right: -95px;}
	.demos--section h1::after {left: -100px;}
	.demos--section h1::before {right: -100px;}
	/*FAQ*/
	.custom-box-section.small {padding: 30px 0 20px;}
	.custom-box-section.small h1 {font-size: 24px;}
	.reviews--section h3, .faq--section h3, .consulting--section h3 {font-size: 20px;}
	/*Contact*/
	.contact--info a {font-size: 15px;width: 100%;float: left;margin-bottom: 10px;padding-left: 20px;}
	.contact--info, .contact-name-email, .contact-s {margin-bottom: 10px;}
	.contact-ne {width: 100%;margin-right: 0;}
	.contact-ne:first-child {margin-bottom: 10px;}
	.contact--form textarea {height: 130px;}
	.contact--info a:first-child::before {width: 15px;height: 15px;margin-top: -6px;}
	.contact--info a:last-child::before {width: 15px;height: 15px;margin-top: -7px;}
	/*Currnet*/
	.current-box-inner h2 {font-size: 16px;}
	.current-box-inner h1 {font-size: 23px;}
	.current-box-inner .box-content {font-size: 15px;}
	.current-left, .current-right {width: 168px;padding: 12px 0;}
	.current-left {margin-right: 40px;}
	.current-boxes h3 {font-size: 30px;}
	.current-boxes h4 {font-size: 15px;}
	.current-boxes h5 {font-size: 14px;}
	.current-boxes {margin-bottom: 60px;}
	.current--orange {font-size: 15px;}
	/*Consulting*/
	.consulting--section {padding: 30px 0 20px;}
	.reviews--section h3, .faq--section h3, .consulting--section h3 {font-size: 19px;padding-right: 13px;}
	.consulting--section p {font-size: 15px;margin-bottom: 25px;}
	.wpb_content_element li {font-size: 16px;padding-left: 52px;margin-bottom: 20px;}
	/*Reviews*/
	.reviews--section {padding: 25px 0 20px;}
	.reviews--wrap {margin-bottom: 20px;}
	.each--review p {font-size: 17px;}
	.each--review h4 {font-size: 16px;margin-top: 10px;}
	.each--review span {font-size: 15px;}
	.each--review {margin-bottom: 35px;}
	.each--review p::before {left: -14px;}
	.reviews--section .vc_btn3-container.vc_btn3-inline a::after {font: normal normal normal 14px/1 FontAwesome;line-height: 1.4;}
	
	span.wpcf7-not-valid-tip {font-size: 14px;}
	.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {font-size: 14px;}
	
	body.home  .single-blog-post:nth-child(3) {	display:none;}
	body.home  .single-blog-post:nth-child(2) {	margin-right: 0;}
	body.home .single-blog-post {	width: 49%; margin-right: 2%;}
}
@media(max-width:479px){
	.demo-image iframe {max-width: 100%;height: auto;}
	/*Home*/
	.menu-list li {margin-bottom: 10px;}
	.home--first--section {padding: 180px 0 20px;}
	.home--first--section {background-position: top right !important;background-size: 272px !important;}
	h1 {font-size: 18px;margin-bottom: 15px;}
	h2 {font-size: 18px;margin-bottom: 20px !important;}
	.head--button {margin-right: 10px;margin-bottom: 0;}
	.home--orange--section {padding: 15px 0 0;}
	h3 {font-size: 19px;}
	.h3--wrap::before {width: 60px;left: -70px;}
	.h3--wrap::after {width: 60px;right: -70px;}
	h3::before {left: -76px;}
	h3::after {right: -76px;}
	.home--orange--section p {font-size: 14px;}
	.post-text-content .less-test,.post-text-content p {font-size: 14px;}
	/*About*/
	.cutom-box-inner h2 {font-size: 15px;margin-bottom: 0px !important;}
	.cutom-box-inner h1 {font-size: 23px;margin-bottom: 12px;}
	.box-content img {margin-bottom: 0px;width: 55px;}
	.box-content {font-size: 14px;}
	.about--section {padding: 20px 0;}
	.about--section h3 {font-size: 20px;margin-bottom: 15px !important;}
	.about--section img {max-height: 140px;}
	.about--section .wpb_column.vc_column_container.vc_col-sm-9 p {font-size: 14px;}
	.site-footer {padding: 5px 0;font-size: 13px;}
	/*Demos*/
	.each--demo {width: 100%;margin-right: 0;margin-bottom: 25px;}
	.demos--section {padding: 20px 0 20px;}
	.demos--section h2 {font-size: 13px;margin-bottom: 0px !important;}
	.demos--section h1 {font-size: 18px !important;margin-bottom: 16px !important;}
	.h1--wrap::before {width: 50px;left: -60px;}
	.h1--wrap::after {width: 50px;right: -60px;}
	.demos--section h1::after {left: -65px;}
	.demos--section h1::before {right: -65px;}
	.demo-content p {font-size: 14px;}
	/*Product*/
	.custom-box-section.large {padding: 30px 0 30px;}
	.custom-box-section.large h1 {font-size: 21px;}
	.custom-box-section .box-button {font-size: 12px;padding: 8px 30px 7px;margin-top: 20px;}
	.product--section {padding: 20px 0 10px;}
	.product--section h4 {font-size: 14px;margin-bottom: 10px;letter-spacing: 3px;}
	.product--section h4::before {width: 50px;left: -60px;}
	.product--section h4::after {width: 50px;right: -60px;}
	.h4--wrap::before {left: -65px;}
	.h4--wrap::after {right: -65px;}
	.product--section h3, .product--section--bg h3, .product--section--2 h3 {font-size: 20px;margin-bottom: 7px;}
	.product--section p, .product--section--bg p, .product--section--2 p {font-size: 15px;margin-bottom: 10px !important;}
	.product--section--bg .wpb_text_column.wpb_content_element {margin-bottom: 0;}
	.product--blue--section {padding: 15px 0;}
	.product--blue--section h3 {font-size: 20px;}
	.product--blue--section p {margin-bottom: 10px !important;font-size: 14px;}
	.product--blue--section .wpb_text_column.wpb_content_element {margin-bottom: 0;}
	.product--blue--section .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {font-size: 13px;padding: 9px 25px 8px;}
	/*FAQ*/
	.custom-box-section.small h1 {font-size: 20px;}
	.faq--section {padding: 0px 0 20px;}
	.faq--section h5 {font-size: 16px;margin-bottom: 15px;}
	.faq--box.smallfont h5 {font-size: 16px;}
	.faq-content {font-size: 14px;margin-bottom: 25px;}
	.faq--section h5 {padding-left: 35px;}
	.faq-content {padding-left: 35px;}
	.faq--section h5::before, .faq-content::before {font-size: 16px;width: 25px;height: 25px;top: -4px;}
	.faq--section .reviews--wrap {margin-top: 15px;margin-bottom: 15px !important;}
	/*Contact*/
	.custom-box-section.contact {padding: 30px 0 40px;}
	.custom-box-section.contact .box-content {font-size: 12px;}
	.wpcf7 {padding: 15px 20px !important;}
	.contact--form input, .contact--form textarea {padding: 7px 25px 6px 25px;font-size: 13px;}
	/*Literature*/
	.files--left h3, .file--row:first-child .files--right span {font-size: 13px;}
	.files--left {width: 75%;}
	.files--right {width: 25%;}
	.files--left h4, .files--right span {font-size: 13px;}
	.custom-box-section.small .box-content {margin-bottom: 9px !important;margin-top: 0px;}
	/*Current*/
	.current-box-inner h2 {font-size: 14px;margin-bottom: 5px !important;}
	.current-box-inner h1 {font-size: 16px;}
	.current-box-inner .box-content {font-size: 14px;margin-bottom: 30px;}
	.current-left {margin-right: 15px;}
	.current-boxes h3 {font-size: 22px;}
	.current-boxes h5 {font-size: 12px;}
	.current-left, .current-right {width: 136px;padding: 10px 0;}
	.current-boxes h4 {font-size: 12px;}
	.current-boxes {margin-bottom: 40px;}
	.current--orange {font-size: 13px;}
	/*Consulting*/
	.consulting--section {padding: 20px 0 20px;}
	.reviews--section h3, .faq--section h3, .consulting--section h3 {font-size: 18px;padding-right: 10px;}
	.consulting--section p {font-size: 14px;margin-bottom: 20px;}
	.wpb_content_element li::before {width: 26px;height: 26px;font-size: 16px;top: -3px;}
	.wpb_content_element li {font-size: 15px;padding-left: 39px;margin-bottom: 15px;}
	/*Reviews*/
	.each--review p {font-size: 15px;}
	.reviews--section .wpb_column.vc_column_container.vc_col-sm-12 {width: 86%;}
	.each--review p::after {bottom: 7px;}
	.each--review h4 {font-size: 14px;margin-top: 5px;}
	.each--review span {font-size: 14px;}
	.reviews--section .vc_btn3-container.vc_btn3-inline a {font-size: 13px;padding: 6px 0 5px;}
	.reviews--section .vc_btn3-container.vc_btn3-inline a::after {font: normal normal normal 10px/1 FontAwesome;right: 4px;}
	.reviews--section .wpb_text_column.wpb_content_element {margin-bottom: 10px;}
	.cloud--section .custom-box-section.medium {height: calc(100vh - 88px);min-height: 800px;}
	body.home .single-blog-post .date--arrow {max-width: 100%;}
	
	.about--sec .custom-box-section.full {height: 900px !important;}
}


/* 
Literature Page - 548
Links Page - 517
Screenshots Page - 519

*/
@media (max-width: 1699px){
	.page-id-519 .site-content-center,
	.page-id-517 .site-content-center,
	.page-id-548 .site-content-center{
				max-width: 100%;
			}
}
/*Start Literature Page*/

.literature-disclaimer-container{
	font-weight: 200;
}


.literature-disclaimer-container,
.literature-table-container,
.literature-controls-container,
.literature-notes-container {
    margin-left: 7.5%;
    margin-right: 7.5%;
}

.literature-content-area{
	font-family: inherit;
}

.literature-page-writing-image{
	background-image: url("https://tradingsystemlabs.com/wp-content/uploads/2019/12/examplesystemspicture-scaled.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 35vh;
}

.opacity-layer{
	background-color:rgba(0,26,47,.75);
	height:100%;
	width:100%;
}

.opacity-layer-content {
    position: relative;
    top: 25%;
    text-align: center;
    line-height: 40px;
}

.literature-page-category{
	color:#0089FE;
}

.literature-page-title{
	color: #fff;
	font-size: 150%;
}

.literature-page-description{
	color: #fff;
}

p.disclaimer-title {
	margin-top: 60px;
	font-size: 150%;
	
}
p.disclaimer-text {
	margin: 20px auto;
	line-height: 26px;
}

.literature-table-container table{
	margin-top: 40px;
    border-collapse: separate;
    border-spacing: 5px;
	border: solid 1px white;
	width:100%;
}

.literature-table-container th{
	color: #0089FE;
	background-color: #CCE7FF;
	text-align:center;
    max-width: 200px;
	padding: 1%;
	font-size: 75%;
}

.header-content-container{
	display:grid;
	grid-template-rows: minmax(25px,25px);
}

.table-header-title{
	grid-row:1;
	grid-column:1 /span 2;
}

.header-images-container{
	grid-row:2;
	grid-column:1/span 2;
	display:flex;
	justify-self: center;
	justify-content: space-between;
}

.header-images-container img{
	background-color: #CCCCCC;
    height: 10px;
    padding: 1%;
    object-fit: scale-down;
    margin-right: 3px;
}

.literature-table-container td{
    background-color: #FEF3DD;
    text-align: center;
    max-width: 200px;
    padding: 1%;
}

td.pdf-1{
	background-image: url("https://tradingsystemlabs.com/wp-content/uploads/2019/11/icons-26@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

td.pdf-2{
	background-image: url("https://tradingsystemlabs.com/wp-content/uploads/2019/11/icons-39@2x.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.pdf-1 a {
    opacity: 0.0;
    height: 10px;
    width: 10px;
}
.pdf-2 a {
    opacity: 0.0;
    height: 10px;
    width: 10px;
}


.literature-controls-container {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.previous-page, .next-page{
	font-size: 150%;
}

.previous-page{
	
	float: left;
}

.next-page{
	float: right;
}

.notes-title{
	font-size:150%;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}

.notes-description{
	line-height: 30px;
	padding-bottom: 5%;
}





/*END Literature Page */

/*Start Link page CSS */

.links-content-area{
	background-image: url("https://tradingsystemlabs.com/wp-content/uploads/2019/11/pero-kalimero-9BJRGlqoIUk-unsplash@2x-scaled.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
	font-family: inherit;
}

.opacity-layer{
	background-color:rgba(0,26,47,.75);
	height:100%;
	width:100%;
	font-family: inherit;
}

.links-container{
	margin-top: 10%;
	display: flex;
	justify-content: space-around;
	position: relative;
    top: 25%;
}

.quick-access-title, .links-title{
	position: relative;
	top: 30%;
	text-align:center;
}

.quick-access-title{
	color: #0089FE;
	padding-bottom: 2.5%;
}

.links-title{
	font-size:150%;
	color: #fff;
}

.link-box{
	display: grid;
    width: 15%;
    background-color: #fff;
    border-radius: 5px;
    padding: 1%;
    height: 175px;
    width: 230px;
}

.go-to-website{
	grid-row:3;
	grid-column: 1 /span 2;
	text-decoration: underline;
	font-weight:700;
	font-size:70%;
}


.link-title{
	grid-row:1;
	grid-column:1;
	color: #0089FE;
	font-size:90%;
}
.link-button{
	grid-row: 1;
    grid-column: 2;
    background-color: #0089FE;
    background-image: url("https://tradingsystemlabs.com/wp-content/uploads/2019/11/Group-191.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    justify-self: end;

}
.link-description{
    grid-row: 2;
    grid-column: 1 /span 2;
    color: #000;
    font-size: 75%;
    font-weight: 200;
}

/* End Link page CSS*/

/* Start Screenshot Page CSS */

.screenshot-content-area{
	font-family: inherit;
}
.screenshot-title-container{
	display: grid;
	padding: 3.5%;
}

.screenshot-name{
	padding: 2.5%;
    text-decoration: underline;
}

.screenshots-title{
    grid-row: 1;
    grid-column: 1;
	text-align: center;
	margin: 0 auto;
	width:25%;
	z-index:1;
	background-color: #001A2F;
}

.line-dot {
  width: 54%;
  margin:0 auto;
  background: #0089FE;
  text-align:center;
  height:1.5px;
  grid-row:1;
  grid-column:1;
  align-self:center;
}
.line-dot:before, .line-dot:after {
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 5px;
  float: left;
  background: #0089FE;
  margin-top:-1.5px;
}
.line-dot:after {
  float: right;
}

/* End Screenshot Page */