/*
Theme Name: Insured By Us Project
Author: the Insured By Us Project team
Version: 1.0

===============================================*/

@import url("css/bootstrap.min.css") all;
@import url("css/animate.css") all;
@import url("css/brands.min.css") all;
@import url("css/light.min.css") all;
@import url("css/regular.min.css") all;
@import url("css/solid.min.css") all;
@import url("css/fontawesome.min.css") all;

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap') all; /* font-family: "Source Sans Pro", sans-serif; */
@import url('https://use.typekit.net/jfc0tas.css') all; /* font-family: "sofia-pro", sans-serif; */


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: sofia-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	background: #ffca1f;
	margin: 0;
	padding: 0;
}

@media (max-width: 1199px) {
body {
	font-size: 22px; 
	line-height: 30px; 
}
}

@media (max-width: 991px) {
body {
	font-size: 20px; 
	line-height: 28px; 
}
}


/* #Links
================================================== */

a {
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
	outline: 0;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	outline: 0;
}

a:active {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}

a:visited {
	text-decoration: underline;
	outline: 0;
}


/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 { 
	font-family: sofia-pro, sans-serif;
	font-weight: 700; 
	font-style: normal;
	padding: 0 0 45px 0;
	margin: 0;
} 

.extra-lrg { 
	font-size: 200px; 
	line-height: 160px; 
	letter-spacing: -7px; 
	padding: 0 0 57px 0; 
}

h1,
h2.lrg { 
	font-size: 170px; 
	line-height: 160px; 
	letter-spacing: -6px; 
}

h1.sml,
h2 {
	font-size: 130px; 
	line-height: 124px; 
	letter-spacing: -4px; 
}

h3 {
	font-size: 80px; 
	line-height: 80px; 
	letter-spacing: -1px; 
}

h4 {
	font-size: 44px; 
	line-height: 44px; 
	letter-spacing: -1px; 
}

h5 {
	font-size: 30px; 
	line-height: 32px; 
	letter-spacing: -1px; 
}

p {
	padding: 0 0 16px 0;
	margin: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

strong {
	font-weight: 600; 
}

.diagram-heading { 
	font-weight: 700; 
	font-size: 24px; 
	line-height: 24px;
}

.diagram-txt { 
	font-weight: 400; 
	font-size: 18px; 
	line-height: 24px;
}

@media (max-width: 1199px) {
.extra-lrg { 
	font-size: 160px; 
	line-height: 140px;
	letter-spacing: -5px;
	padding: 0 0 45px 0;
}

h2.lrg,
h1 { 
	font-size: 140px; 
	line-height: 120px;
	letter-spacing: -3px;
}

h1.sml {
	font-size: 100px;
	line-height: 95px;
	letter-spacing: -2px;
}

h2 {
	font-size: 90px; 
	line-height: 90px; 
	letter-spacing: -3px; 
}

h3 {
	font-size: 60px; 
	line-height: 65px; 
}

p {
	padding: 0 0 17px 0;
}

.regular { 
	font-family: "Source Sans Pro", sans-serif; 
	font-weight: 400;
}

.txt-small { 
	font-size: 18px; 
	line-height: 24px;
}

small { 
	font-size: 14px; 
	line-height: 20px;
}
}

@media (max-width: 991px) {
h1,
h2,
h3,
h4,
h5,
h6 { 
	padding: 0 0 30px 0;
} 

.extra-lrg { 
	font-size: 70px; 
	line-height: 64px;
	letter-spacing: -2px;
	padding: 0 0 32px 0;
}

h2.lrg,
h1 { 
	font-size: 70px; 
	line-height: 64px;
	letter-spacing: -2px;
}

h1.sml {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -2px;
}

h2 {
	font-size: 50px;
	line-height: 52px;
	letter-spacing: -1px;
}

h3 {
	font-size: 40px;
	line-height: 40px;
}

h4 {
	font-size: 32px;
	line-height: 32px;
}

h5 {
	font-size: 24px;
	line-height: 24px;
}
}


/* #Unorder List
================================================= */

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	position: relative;
	padding: 0 0 16px 36px;
	margin: 0;
}

li:last-child {
	padding-bottom: 16px;
}

ul li::before {
	content: "\f00c"; 
	font-family: "Font Awesome\ 5 Pro"; 
	font-weight: 900; 
	float: left; 
	font-size: 16px; 
	color: #ffffff; 
	line-height: 1em; 
	position: absolute; 
	top: 11px; 
	left: 0;
}

@media (max-width: 991px) {
ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	position: relative;
	padding: 0 0 12px 30px;
	margin: 0;
}

li:last-child {
	padding-bottom: 17px;
}

ul li::before {
	font-size: 14px; 
	top: 9px; 
}
}


/* #Order List 
=======================================================*/

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 36px;
}

ol > li::before {
	content: counter(item) ".";
	font-weight: 600;
	color: #ffffff;
	position: absolute;
	top: 1px;
	left: 0;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
ol > li {
	padding-left: 32px;
}

ol > li::before {
	top: 1px;
}
}


/* #Input
================================================== */

input,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
}

input,
textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-transform: none;
	padding: 0 0 5px 0;
	margin: 0;
}

.req {
	color: #ff0000;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
textarea,
select {
	width: 100%;
	height: 48px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	background: #ffffff;
	border: none;
	box-shadow: none;
	border-radius: 2px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding: 12px 20px;
	margin: 0;
}

textarea {
	height: 180px;
	outline: none;
	resize: none;
}

select {
	background-image: url(img/arrow-down-select.svg);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

/* select - Colored */
select.colorize option:not([disabled]) {
	color: #000000;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #999999;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #999999;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #999999;
}

::-moz-placeholder,
::-ms-input-placeholder {
	color: #999999;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
}


/* #Buttons
================================================== */

.btn,
button,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle; 
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px; 
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	background: #ff7e00;
	border: none;
	border-radius: 5px;
	box-shadow: rgba(255, 126, 0, 0.6) 0 6px 12px;
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 13px 40px 14px 40px;
	margin: 0;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	color: #ffffff;
	text-decoration: none; 
	box-shadow: rgba(255, 126, 0, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
	outline: 0;
}

.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus  { 
	color: #ffffff;
	text-decoration: none; 
	box-shadow: rgba(255, 126, 0, 0.4) 0 5px 5px;
	outline: 0;
}

.btn:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active { 
	margin-top: 5px!important;
	margin-bottom: -5px!important;
}

.btn-gray, 
button.btn-gray, 
input.btn-gray[type="button"], 
input.btn-gray[type="submit"] {
	background: #808080; 
	box-shadow: rgba(128, 128, 128, 0.6) 0 6px 12px;
}

.btn-gray:hover, 
button.btn-gray:hover, 
input.btn-gray[type="button"]:hover, 
input.btn-gray[type="submit"]:hover {
	box-shadow: rgba(128, 128, 128, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.btn-gray:focus, 
.btn-gray:active, 
.btn-gray:active:focus, 
.btn-gray.active, 
.btn-gray.active:focus, 
button.btn-gray:focus, 
button.btn-gray:active, 
button.btn-gray:active:focus, 
button.btn-gray.active, 
button.btn-gray.active:focus, 
input.btn-gray[type="button"]:focus, 
input.btn-gray[type="button"]:active, 
input.btn-gray[type="button"]:active:focus, 
input.btn-gray[type="button"].active, 
input.btn-gray[type="button"].active:focus, 
input.btn-gray[type="submit"]:focus, 
input.btn-gray[type="submit"]:active, 
input.btn-gray[type="submit"]:active:focus, 
input.btn-gray[type="submit"].active, 
input.btn-gray[type="submit"].active:focus {
	box-shadow: rgba(128, 128, 128, 0.4) 0 5px 5px;
}

.btn-orange, 
button.btn-orange, 
input.btn-orange[type="button"], 
input.btn-orange[type="submit"] {
	background: #c77334; 
	box-shadow: rgba(199, 115, 52, 0.6) 0 6px 12px;
}

.btn-orange:hover, 
button.btn-orange:hover, 
input.btn-orange[type="button"]:hover, 
input.btn-orange[type="submit"]:hover {
	background: #c77334; 
	box-shadow: rgba(199, 115, 52, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.btn-orange:focus, 
.btn-orange:active, 
.btn-orange:active:focus, 
.btn-orange.active, 
.btn-orange.active:focus, 
button.btn-orange:focus, 
button.btn-orange:active, 
button.btn-orange:active:focus, 
button.btn-orange.active, 
button.btn-orange.active:focus, 
input.btn-orange[type="button"]:focus, 
input.btn-orange[type="button"]:active, 
input.btn-orange[type="button"]:active:focus, 
input.btn-orange[type="button"].active, 
input.btn-orange[type="button"].active:focus, 
input.btn-orange[type="submit"]:focus, 
input.btn-orange[type="submit"]:active, 
input.btn-orange[type="submit"]:active:focus, 
input.btn-orange[type="submit"].active, 
input.btn-orange[type="submit"].active:focus {
	background: #c77334; 
	box-shadow: rgba(199, 115, 52, 0.4) 0 5px 5px;
}

.btn-orange2, 
button.btn-orange2, 
input.btn-orange2[type="button"], 
input.btn-orange2[type="submit"] {
	background: #bf7c39; 
	box-shadow: rgba(191, 124, 57, 0.6) 0 6px 12px;
}

.btn-orange2:hover, 
button.btn-orange2:hover, 
input.btn-orange2[type="button"]:hover, 
input.btn-orange2[type="submit"]:hover {
	background: #bf7c39; 
	box-shadow: rgba(191, 124, 57, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.btn-orange2:focus, 
.btn-orange2:active, 
.btn-orange2:active:focus, 
.btn-orange2.active, 
.btn-orange2.active:focus, 
button.btn-orange2:focus, 
button.btn-orange2:active, 
button.btn-orange2:active:focus, 
button.btn-orange2.active, 
button.btn-orange2.active:focus, 
input.btn-orange2[type="button"]:focus, 
input.btn-orange2[type="button"]:active, 
input.btn-orange2[type="button"]:active:focus, 
input.btn-orange2[type="button"].active, 
input.btn-orange2[type="button"].active:focus, 
input.btn-orange2[type="submit"]:focus, 
input.btn-orange2[type="submit"]:active, 
input.btn-orange2[type="submit"]:active:focus, 
input.btn-orange2[type="submit"].active, 
input.btn-orange2[type="submit"].active:focus {
	background: #bf7c39; 
	box-shadow: rgba(191, 124, 57, 0.4) 0 5px 5px;
}

.btn-green, 
button.btn-green, 
input.btn-green[type="button"], 
input.btn-green[type="submit"] {
	background: #549982; 
	box-shadow: rgba(84, 153, 130, 0.6) 0 6px 12px;
}

.btn-green:hover, 
button.btn-green:hover, 
input.btn-green[type="button"]:hover, 
input.btn-green[type="submit"]:hover {
	background: #549982; 
	box-shadow: rgba(84, 153, 130, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.btn-green:focus, 
.btn-green:active, 
.btn-green:active:focus, 
.btn-green.active, 
.btn-green.active:focus, 
button.btn-green:focus, 
button.btn-green:active, 
button.btn-green:active:focus, 
button.btn-green.active, 
button.btn-green.active:focus, 
input.btn-green[type="button"]:focus, 
input.btn-green[type="button"]:active, 
input.btn-green[type="button"]:active:focus, 
input.btn-green[type="button"].active, 
input.btn-green[type="button"].active:focus, 
input.btn-green[type="submit"]:focus, 
input.btn-green[type="submit"]:active, 
input.btn-green[type="submit"]:active:focus, 
input.btn-green[type="submit"].active, 
input.btn-green[type="submit"].active:focus {
	background: #549982; 
	box-shadow: rgba(84, 153, 130, 0.4) 0 5px 5px;
}

.btn-blue, 
button.btn-blue, 
input.btn-blue[type="button"], 
input.btn-blue[type="submit"] {
	background: #2b9091; 
	box-shadow: rgba(43, 144, 145, 0.6) 0 6px 12px;
}

.btn-blue:hover, 
button.btn-blue:hover, 
input.btn-blue[type="button"]:hover, 
input.btn-blue[type="submit"]:hover {
	background: #2b9091; 
	box-shadow: rgba(43, 144, 145, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.btn-blue:focus, 
.btn-blue:active, 
.btn-blue:active:focus, 
.btn-blue.active, 
.btn-blue.active:focus, 
button.btn-blue:focus, 
button.btn-blue:active, 
button.btn-blue:active:focus, 
button.btn-blue.active, 
button.btn-blue.active:focus, 
input.btn-blue[type="button"]:focus, 
input.btn-blue[type="button"]:active, 
input.btn-blue[type="button"]:active:focus, 
input.btn-blue[type="button"].active, 
input.btn-blue[type="button"].active:focus, 
input.btn-blue[type="submit"]:focus, 
input.btn-blue[type="submit"]:active, 
input.btn-blue[type="submit"]:active:focus, 
input.btn-blue[type="submit"].active, 
input.btn-blue[type="submit"].active:focus {
	background: #2b9091; 
	box-shadow: rgba(43, 144, 145, 0.4) 0 5px 5px;
}

.btn-purple, 
button.btn-purple, 
input.btn-purple[type="button"], 
input.btn-purple[type="submit"] {
	background: #7095cc; 
	box-shadow: rgba(112, 149, 204, 0.6) 0 6px 12px;
}

.btn-purple:hover, 
button.btn-purple:hover, 
input.btn-purple[type="button"]:hover, 
input.btn-purple[type="submit"]:hover {
	background: #7095cc; 
	box-shadow: rgba(112, 149, 204, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.btn-purple:focus, 
.btn-purple:active, 
.btn-purple:active:focus, 
.btn-purple.active, 
.btn-purple.active:focus, 
button.btn-purple:focus, 
button.btn-purple:active, 
button.btn-purple:active:focus, 
button.btn-purple.active, 
button.btn-purple.active:focus, 
input.btn-purple[type="button"]:focus, 
input.btn-purple[type="button"]:active, 
input.btn-purple[type="button"]:active:focus, 
input.btn-purple[type="button"].active, 
input.btn-purple[type="button"].active:focus, 
input.btn-purple[type="submit"]:focus, 
input.btn-purple[type="submit"]:active, 
input.btn-purple[type="submit"]:active:focus, 
input.btn-purple[type="submit"].active, 
input.btn-purple[type="submit"].active:focus {
	background: #7095cc; 
	box-shadow: rgba(112, 149, 204, 0.4) 0 5px 5px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.btn-out2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
}

.btn-out2 .btn,
.btn-out2 button {
	min-width: 250px;
	padding-right: 30px;
	padding-left: 30px;
}


/* Table */
table,
thead,
tbody,
tr {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding:0;
	margin:0;
}


/* Figure */
img {
	max-width: 100%;
}

figure { 
	padding: 0;
	margin: 0;
}

figure img { 
	width: 100%;
}


/* 
 2.) Container - Main
----------------------------------------*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}


/* Container */
.container {
	width: 100%;
	max-width: 1220px;
	padding: 0 40px;
}

@media (max-width: 767px) {
.container {
	padding: 0 20px;
}
}


/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}


/* Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	float: left;
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 100;
}

.header-main .brand {
	float: left; 
	position: relative; 
	z-index: 20; 
	margin: 80px -400px 0 0;
}

.header-main .brand a {
	text-decoration: none;
}

.header-main .brand img { 
	max-width: 111px;
}

.header-main .nav-bar {
	width: 100%;
	float: right; 
	padding: 0;
	margin: 83px 0 0 0;
}

.header-main .nav-bar nav {
	float: right;
}

.header-main .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .nav-bar nav ul li {
	height: 38px;
	float: left; 
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600; 
	font-size: 14px; 
	color: #333333;
	line-height: 20px; 
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 25px;
}

.header-main .nav-bar nav ul li:before {
	display: none;
}

.header-main .nav-bar nav ul li a {
	float: left; 
	height: 38px; 
	color: #333333; 
	line-height: 38px;
	text-decoration: none; 
	position: relative;
}

.header-main .nav-bar nav ul li a:after { 
	content: ""; 
	width: 0;
	height: 2px; 
	float: left; 
	background: #333333; 	
	position: absolute; 
	bottom: 0; 
	left: 50%;
}

.header-main .nav-bar nav ul li.menu-item-has-children>a {
	pointer-events: none;
	cursor: pointer;
}

.header-main .nav-bar nav ul li:hover>a,
.header-main .nav-bar nav ul li.current-menu-item>a,
.header-main .nav-bar nav ul li.current-menu-parent>a,
.header-main .nav-bar nav ul li.current-menu-ancestor>a,
.header-main .nav-bar nav ul li.current_page_parent>a {
	color: #333333; 
	text-decoration: none;
}

.header-main .nav-bar nav ul li:hover>a:after,
.header-main .nav-bar nav ul li.current-menu-item>a:after,
.header-main .nav-bar nav ul li.current-menu-parent>a:after,
.header-main .nav-bar nav ul li.current-menu-ancestor>a:after,
.header-main .nav-bar nav ul li.current_page_parent>a:after {
	width: 100%;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-main .nav-bar nav ul li:hover ul { 
	display: block;
}

.header-main .nav-bar nav ul li ul { 
	width: 140px; 
	float: left; 
	background: #ffca1f;
	display: none;
	position: absolute; 
	top: 38px; 
	left: -10px; 
	padding:0 10px;
}

.header-main .nav-bar nav ul li ul li {
	width: 100%; 
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .nav-bar nav ul li ul li a {
	height: auto; 
	float: left; 
	line-height: inherit; 
	position: relative; 
	padding: 8px 0 9px 0; 
	margin: 0;
}

.header-main .nav-bar nav ul li ul li a:after {	
	bottom: 0; 
}

.header-main .menu-btn {
	width: 36px;
	height: 40px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 10001;
	position: absolute;
	top: 16px;
	right: 20px;
}

.header-main .menu-btn .icon-bar {
	width: 100%; 
	height: 40px;
	float: right; 
	font-family: "Source Sans Pro", sans-serif; 
	font-weight: 600; 
	font-size: 14px; 
	color: #333333; 
	line-height: 40px;
	text-decoration: none; 
	text-align: center; 
	text-transform: uppercase;
	position: relative; 
	box-shadow: inset #333333 0 -2px 0 0;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 40px;
	float: left;
	position: relative; 
	line-height: 40px;
	position: absolute; 
	top: 0; 
	left: 0;
}

.header-main .menu-btn.active .icon-bar { 
	text-indent: -999999px;
	box-shadow: none;
}

.header-main .menu-btn.active .icon-bar span {
	background: url(img/icon-close.png) no-repeat center center; 
	background-size: 24px auto;
}

.header-main .nav-bar .close-btn { 
	width: 100%;
	float: left; 
	display: none; 
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600; 
	font-size: 14px; 
	color: #333333;
	line-height: 20px; 
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.header-main .nav-bar .close-btn a { 
	width: 100%;
	float: left; 
	color: #333333; 
	text-decoration: none; 
	padding: 13px 20px 12px 20px; 
	margin:0;
}

@media (max-width: 1199px) {
.header-main .brand {
	margin: 60px -200px 0 0;
}

.header-main .nav-bar { 
	margin: 63px 0 0 0;
}
}

@media (min-width: 768px) {
.header-main .nav-bar {
	display: block;
}
}

@media (max-width: 767px) {
.header-main .container { 
	max-width: 100%;
}

.header-main .brand {
	margin: 20px 0 0 0;
}

.header-main .nav-bar { 
	width: 100%; 
	background: #ffca1f;
	box-shadow: rgba(0, 0, 0, .20) 0 10px 15px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	padding: 0; 
	margin: 0;
}

.header-main .nav-bar nav { 
	width: 100%; 
	padding: 82px 0 0 0;
}

.header-main .nav-bar nav ul {
	width: 100%;
}

.header-main .nav-bar nav ul li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ff7e00;
	margin: 0;
}

.header-main .nav-bar nav ul li a { 
	width: 100%;
	height: auto; 
	line-height: inherit; 
	padding: 13px 20px 12px 20px;
}

.header-main .nav-bar nav ul li a:after { 
	display: none;
}

.header-main .nav-bar nav ul li:hover>a,
.header-main .nav-bar nav ul li.current-menu-item>a,
.header-main .nav-bar nav ul li.current-menu-parent>a,
.header-main .nav-bar nav ul li.current-menu-ancestor>a,
.header-main .nav-bar nav ul li.current_page_parent>a {
	color: #ffffff; 
	text-decoration: none;
}

.header-main .nav-bar nav ul li ul { 
	width: 100%; 
	display: block; 
	background: none;
	border-top: 1px solid #ff7e00;
	position: relative; 
	top: 0;
	left: 0;
	padding: 0;
	margin: 0; 
}

.header-main .nav-bar nav ul li ul li:last-child { 
	border-bottom: none;
}

.header-main .nav-bar nav ul li ul li a {
	width: 100%;
	height: auto; 
	line-height: inherit; 
	position: relative; 
	padding: 13px 40px 12px 40px; 
	margin: 0;
}

.header-main .nav-bar .close-btn { 
	display: block; 
}

.header-main .menu-btn {
	display: block;
}
}


/* Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	flex: 1 0 auto;
	overflow: hidden;
	padding: 160px 0 0 0;
}

@media (max-width: 1199px) {
.content-main {
	padding: 150px 0 0 0;
}
}

@media (max-width: 767px) {
.content-main {
	padding: 90px 0 0 0;
}
}


/* VC - Row/Columns */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 50px!important;
}

.wpb_button:last-child,
.wpb_content_element:last-child,
ul.wpb_thumbnails-fluid>li:last-child {
	margin-bottom: 0!important;
}

.wpb_text_column {
	margin-bottom: 50px!important;
}

.wpb_text_column:last-child {
	margin-bottom: 0!important;
}

.vc_row {
	margin-bottom: 40px!important;
}

.vc_row:last-child,
.vc_row-no-padding {
	margin-bottom: 0!important;
}

@media (max-width: 991px) {
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 40px!important;
}

.wpb_button:last-child,
.wpb_content_element:last-child,
ul.wpb_thumbnails-fluid>li:last-child {
	margin-bottom: 0!important;
}
	
.wpb_text_column {
	margin-bottom: 40px!important;
}
}

@media (max-width: 767px) {
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 30px!important;
}

.wpb_button:last-child,
.wpb_content_element:last-child,
ul.wpb_thumbnails-fluid>li:last-child {
	margin-bottom: 0!important;
}
	
.wpb_text_column {
	margin-bottom: 30px!important;
}

.wpb_text_column:last-child {
	margin-bottom: 0!important;
}
	
.vc_row {
	margin-bottom: 35px!important;
}

.vc_row:last-child,
.vc_row-no-padding {
	margin-bottom: 0!important;
}
}


/* Sub - Title */
.sub-title {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
	text-transform: uppercase;
	padding: 0 0 27px 0;
}

.sub-title:last-child {
	padding-bottom: 0;
}


/* Row - Content */
.row-content {
	width: 100%;
	position: relative;
	padding-top: 80px;
	padding-bottom: 110px;
	overflow: inherit!important;
}

.row-content:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(img/arrow-1.png) no-repeat top center;
	background-size: 1440px auto;
	position: absolute;
	top: -160px;
	left: 0;
}

.row-content:first-child {
	padding-top: 70px;
}

.row-content.hero-header {
	padding-top: 20px;
}

.row-content .header-inner {
	width: 100%;
	padding: 0 0 55px 0;
	margin: 0!important;
}

.row-content .header-inner a {
	text-decoration: none;
}

.row-content .header-inner img { 
	max-width: 111px;
}

.row-content h2.sml {
	font-size: 160px;
	line-height: 130px;
	padding-bottom: 50px;
}

@media (max-width: 1199px) {
.row-content {
	padding-top: 70px;
	padding-bottom: 150px;
}

.row-content:before {
	background-size: 1200px auto;
}

.row-content:first-child {
	padding-top: 50px;
}

.row-content.hero-header {
	padding-top: 0;
}

.row-content .header-inner {
	padding: 0 0 60px 0;
}

.row-content h2.sml {
	font-size: 120px;
	line-height: 100px;
}
}

@media (max-width: 991px) {
.row-content {
	padding-top: 50px;
	padding-bottom: 60px;
}

.row-content:before {
	display: none!important;
}

.row-content:first-child {
	padding-top: 15px;
}

.row-content .header-inner {
	padding: 0 0 40px 0;
}

.row-content h2.sml {
	font-size: 50px;
	line-height: 52px;
	letter-spacing: -1px;
	padding-bottom: 30px;
}

.row-content .wpb_column {
	margin-top: 60px;
}

.row-content .wpb_column:first-child {
	margin-top: 0;
}
}

@media (max-width: 767px) {
.row-content {
	padding-top: 30px;
	padding-bottom: 40px;
}

.row-content:first-child {
	padding-top: 15px;
}

.row-content .header-inner {
	padding: 0 0 20px 0;
	display: none;
}

.row-content .wpb_column {
	margin-top: 35px;
}
}


/* Split - Columns */
@media (min-width: 992px) {
.left-column {
	width: 100%!important;
	float: left!important;
	padding-right: 275px!important;
}

.right-column {
	width: 196px!important;
	float: right!important;
	margin-left: -196px!important;
}

.left-column2 {
	width: 56%!important;
	float: left!important;
	padding-right: 30px!important;
}

.right-column2 {
	width: 44%!important;
	float: right!important;
	padding-left: 30px!important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.left-column {
	padding-right: 235px!important;
}
}

@media (max-width: 991px) {
.left-column {
	width: 100%!important;
}

.right-column {
	width: 100%!important;
	display: none;
}

.right-column.show-responsive {
	display: block;
}

.right-column.show-responsive-useronly {
	display: block;
}

.right-column.show-responsive-useronly .aside-sidebar {
	display: none;
}

.left-column2 {
	width: 100%!important;
}

.right-column2 {
	width: 100%!important;
	display: none;
}

.right-column2.show-responsive-rangeonly {
	display: block;
}

.right-column2.show-responsive-rangeonly .user-info {
	display: none;
}
}


/* Aside - Max */
.aside-max p {
	width: 100%;
	max-width: 520px;
}

@media (min-width: 1200px) {
.aside-max.max1 p {
	max-width: 540px;
}
	
.aside-max.max2 p {
	max-width: 560px;
}	
	
.aside-max.max3 p {
	max-width: 590px;
}	
}

@media (max-width: 991px) {
.aside-max p {
	max-width: 94%;
}
}


/* Aside - Sidebar */
.aside-sidebar {
	width: 100%;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	z-index: 1;
	padding: 42px 0 35px 0;
}

.aside-sidebar:last-child {
	padding-bottom: 0;
}

.aside-sidebar:before {
	content: "";
	width: 20px;
	height: 8px;
	float: left;
	background: #ff7e00;
	position: absolute;
	top: 0;
	left: 0;
}

.aside-sidebar.divider-none:before {
	display: none;
}

.aside-sidebar h3,
.aside-sidebar h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	letter-spacing: normal;
	padding-bottom: 27px;
}

.aside-sidebar h4 {
	padding-bottom: 0;
}

.aside-sidebar p {
	padding: 0 0 27px 0;
}

.aside-sidebar p:last-child {
	padding-bottom: 0;
}

.aside-sidebar p strong {
	font-weight: 600;
}

.aside-sidebar p strong.exlrg-txt {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
}

.aside-sidebar h4 img,
.aside-sidebar p img {
	margin-bottom: 5px;
}

.aside-sidebar ul {
	padding: 0 0 27px 0;
	margin: 0;
}

.aside-sidebar ul:last-child {
	padding-bottom: 0;
}

.aside-sidebar ul li {
	padding: 0;
	margin: 0;
}

.aside-sidebar ul li:before {
	display: none;
}

.aside-sidebar .sub-title {
	padding: 0 0 27px 0;
}

.aside-sidebar .sub-title:last-child {
	padding-bottom: 0;
}

.aside-sidebar .aside {
	width: 100%;
	float: left;
	padding: 0 0 27px 0;
}

.aside-sidebar .aside:last-child {
	padding-bottom: 0;
}

.aside-sidebar .list h4 {
	padding-bottom: 14px;
}

.aside-sidebar .list ul li {
	padding-left: 21px;
	padding-bottom: 8px;
}

.aside-sidebar .list ul li:before {
	font-size: 12px;
	color: #ff7e00;
	line-height: 1em;
	display: block;
	top: 5px;
}

.aside-sidebar .list ul li:last-child {
	padding-bottom: 0;
}

.aside-sidebar .list ul li.last-child:before {
	display: none;
}

@media (max-width: 1199px) {
.aside-sidebar p strong.exlrg-txt {
	font-size: 26px;
	line-height: 32px;
}
}

@media (max-width: 991px) {
.aside-sidebar {
	width: auto;
	float: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 45px;
	margin: -14px;
}

.aside-sidebar:before {
	display: none;
}

.aside-sidebar .aside {
	width: 50%;
	float: none;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	vertical-align: top;
	padding: 14px;
}

.aside-sidebar .sub-title {
	width: 100%;
	float: none;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	vertical-align: top;
	padding: 14px;
}
}


/* User - Info */
.user-info {
	width: 100%;
	max-width: 166px;
	float: right;
	position: relative;
	z-index: 1;
}

.user-info figure {
	width: 71px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.user-info figure img {
	width: 100%;
	max-width: 71px;
	max-height: 92px;
	vertical-align: bottom;
}

.user-info p {
	width: 100%;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	background: #ffffff;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	position: relative;
	z-index: 10;
	padding: 12px 15px 15px 15px;
	margin-bottom: 12px;
}

.user-info p:before {
	content: "";
	float: right;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 11px solid #ffffff;
	position: absolute;
	bottom: -10px;
	left: 12px;
}

.user-info p a {
	color: #000000;
	text-decoration: underline;
}

.user-info p a:hover {
	color: #ff7e00;
}

.user-info p a:active {
	color: #ff7e00;
}

@media (max-width: 991px) {
.user-info {
	width: 100%;
	max-width: 100%;
	min-height: 92px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	padding: 0 0 0 90px;
}

.user-info figure {
	height: 92px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	line-height: 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

.user-info figure img {
	vertical-align: middle;
}

.user-info p {
	padding: 12px 15px 15px 15px;
	margin: 0;
}

.user-info p:before {
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 11px solid #ffffff;
	border-left: none;
	bottom: 9px;
	left: -10px;
}
}


/* Banner - Content */
.banner-cont {
	padding-bottom: 60px;
}

.banner-cont .user-info {
	margin-top: 40px;
}

@media (max-width: 1199px) {
.banner-cont {
	padding-bottom: 30px;
}
}

@media (max-width: 991px) {
.banner-cont .left-column {
	padding-bottom: 0!important;
}
}

@media (max-width: 767px) {
.banner-cont {
	padding-bottom: 0;
}
}


/* Client - Logos */
.client-logos .title-txt {
	width: 190px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	padding: 12px 30px 0 0;
	margin: 0 -190px 0 0;
}

.client-logos .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 195px;
	margin: 0 0 0 -8px;
}

.client-logos .aside ul {
	width: 108%;
	float: none;
	display: table;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.client-logos .aside ul li {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 0;
	margin: 0;
}

.client-logos .aside ul li:before {
	display: none;
}

@media (max-width: 1199px) {
.client-logos .title-txt {
	width: 160px;
	padding: 0 30px 0 0;
	margin: 0 -160px 0 0;
}

.client-logos .aside ul {
	width: 106%;
}
}

@media (max-width: 991px) {
.client-logos .title-txt {
	width: 100%;
	padding: 0 0 12px 0;
	margin: 0;
}

.client-logos .aside {
	padding: 0;
	margin: 0;
}

.client-logos .aside ul {
	width: auto;
	display: inline-block;
	margin: 0 -7px -15px -7px;
}

.client-logos .aside ul li {
	display: inline-block;
	padding: 0;
	margin: 0 7px 15px 7px;
}
}

@media (max-width: 767px) {
.client-logos .title-txt {
	width: 100%;
	padding: 0 0 12px 0;
	margin: 0;
}

.client-logos .aside {
	padding: 0;
	margin: 0;
}

.client-logos .aside ul {
	margin: 0 -15px -15px 0;
}

.client-logos .aside ul li {
	margin: 0 0 15px 0;
}

.client-logos .aside ul li img {
	max-width: 90%;
}
}


/* Banner - Image */
.banner-image {
	width: 100%;
	text-align: center;
	background: #333333;
}

.banner-image img {
	width: 100%;
	max-width: 1440px;
}


/* Diagram - Content */
.diagram-cont .steps .article { 
	font-weight: 400; 
	font-size: 18px; 
	line-height: 24px;
}

.diagram-cont .steps .article h4 {
	font-weight: 700; 
	font-size: 24px; 
	color: #ffffff;
	line-height: 24px;
	letter-spacing: normal;
}

@media (min-width: 1200px) {
.diagram-cont .steps {
	width: 100%;
	float: left;
	position: relative;
	padding: 160px 0 0 0;
	margin-top: -80px;
}

.diagram-cont .steps .article {
	position: absolute;
	top: 0;
}

.diagram-cont .steps .article h4 {
	position: absolute;
	padding: 0;
}

.diagram-cont .steps .article ul {
	padding: 0;
	margin: 0;
}

.diagram-cont .steps .article li {
	white-space: nowrap;
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.diagram-cont .steps .article li:before {
	display: none;
}

.diagram-cont .steps .article:nth-child(1) {
	left: 0;
}

.diagram-cont .steps .article:nth-child(1) h4 {
	bottom: 25px;
	left: 290px;
}

.diagram-cont .steps .article:nth-child(1) li:nth-child(1) {
	bottom: -115px;
	left: 300px;
}

.diagram-cont .steps .article:nth-child(1) li:nth-child(2) {
	bottom: -152px;
	left: 410px;
}

.diagram-cont .steps .article:nth-child(1) li:nth-child(3) {
	bottom: -185px;
	left: 528px;
}

.diagram-cont .steps .article:nth-child(1) li:nth-child(4) {
	bottom: -230px;
	left: 645px;
}

.diagram-cont .steps .article:nth-child(2) {
	top: 233px;
	right: 0;
}

.diagram-cont .steps .article:nth-child(2) h4 {
	bottom: 36px;
	right: 50px;
}

.diagram-cont .steps .article:nth-child(2) li:nth-child(1) {
	bottom: -120px;
	right: 382px;
}

.diagram-cont .steps .article:nth-child(2) li:nth-child(2) {
	bottom: -175px;
	right: 537px;
}

.diagram-cont .steps .article:nth-child(2) li:nth-child(3) {
	bottom: -230px;
	right: 697px;
}

.diagram-cont .steps .article:nth-child(3) {
	top: 475px;
	left: 0;
}

.diagram-cont .steps .article:nth-child(3) h4 {
	bottom: 47px;
	left: 0;
}

.diagram-cont .steps .article:nth-child(3) li:nth-child(1) {
	bottom: -123px;
	left: 332px;
}

.diagram-cont .steps .article:nth-child(3) li:nth-child(2) {
	bottom: -174px;
	left: 489px;
}

.diagram-cont .steps .article:nth-child(3) li:nth-child(3) {
	bottom: -225px;
	left: 645px;
}

.diagram-cont .steps .article:nth-child(4) {
	top: 706px;
	right: 0;
}

.diagram-cont .steps .article:nth-child(4) h4 {
	bottom: 43px;
	right: 0;
}

.diagram-cont .steps .article:nth-child(4) li:nth-child(1) {
	bottom: -138px;
	right: 447px;
}

.diagram-cont .steps .article:nth-child(4) li:nth-child(2) {
	bottom: -206px;
	right: 650px;
}

.diagram-cont .steps .article:nth-child(5) {
	top: 937px;
	left: 0;
}

.diagram-cont .steps .article:nth-child(5) h4 {
	bottom: 47px;
	left: 63px;
}

.diagram-cont .steps .article:nth-child(5) li:nth-child(1) {
	bottom: -125px;
	left: 348px;
}

.diagram-cont .steps .article:nth-child(5) li:nth-child(2) {
	bottom: -174px;
	left: 505px;
}

.diagram-cont .steps .article:nth-child(5) li:nth-child(3) {
	bottom: -228px;
	left: 662px;
}

.diagram-cont .steps .article:nth-child(6) {
	top: 1168px;
	right: 0;
}

.diagram-cont .steps .article:nth-child(6) h4 {
	bottom: 43px;
	right: 10px;
}

.diagram-cont .steps .article:nth-child(6) li:nth-child(1) {
	bottom: -146px;
	right: 487px;
}

.diagram-cont .steps .article-out {
	width: 1079px;
	height: 1370.888px;
	float: left; 
	background: url(img/icon-features-bakground.svg) no-repeat top left; 
	background-size: 1079px auto;
	position: relative;
}
}

@media (max-width: 1199px) {
.diagram-cont .steps {
	width: 100%;
	float: left;
	margin: -50px 0 0 0;
}

.diagram-cont .steps .article {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 45px 85px;
}

.diagram-cont .steps .article:before {
	content: ""; 
	width: 64px; 
	height: 51px;
	float: left; 
	background: url(img/icon-feature-01.svg) no-repeat top left; 
	background-size: 64px auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.diagram-cont .steps .article:after {
	content: "";
	width: 24px;
	height: 100%;
	float: left;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 19px;
}

.diagram-cont .steps .article:first-child:after {
	top: 5px;
}

.diagram-cont .steps .article h4 {
	padding: 0 0 16px 0;
}

.diagram-cont .steps .article h4 br {
	display: none;
}

.diagram-cont .steps .article h4:last-child {
	padding-bottom: 0;
}

.diagram-cont .steps .article ul {
	padding: 0;
	margin: 0;
}

.diagram-cont .steps .article ul li {
	padding: 0;
	margin: 0;
}

.diagram-cont .steps .article ul li:before {
	display: none;
}

.diagram-cont .steps .article ul li br {
	display: none;
}

.diagram-cont .steps .article:nth-child(2):before {
	background-image: url(img/icon-feature-02.svg); 
}

.diagram-cont .steps .article:nth-child(3):before {
	background-image: url(img/icon-feature-03.svg); 
}

.diagram-cont .steps .article:nth-child(4):before {
	background-image: url(img/icon-feature-04.svg); 
}

.diagram-cont .steps .article:nth-child(5):before {
	background-image: url(img/icon-feature-05.svg); 
}

.diagram-cont .steps .article:nth-child(6):before {
	background-image: url(img/icon-feature-06.svg); 
}

.diagram-cont .steps .article:last-child {
	padding-bottom: 0;
}

.diagram-cont .steps .article:last-child:after { 
	display: none;
}

.diagram-cont .steps .article-out {
	width: 100%;
	float: left; 
}
}

@media (max-width: 991px) {
.diagram-cont .steps {
	padding: 0;
	margin-top: 0;
}
}


/* Bottom - Content */
.diagram-cont .bottom-cont {
	width: 100%;
	float: left;
	position: relative;
	padding: 35px 0 0 0;
	margin: -235px 0 0 0;
}

.diagram-cont .bottom-cont:before {
	content: "";
	width: 20px;
	height: 8px;
	float: left;
	background: #2c9091;
	position: absolute;
	top: 0;
	left: 0;
}

.diagram-cont .bottom-cont h4 {
	color: #ffffff;
	padding: 0 0 21px 0;
}

.diagram-cont .bottom-cont p {
	font-size: 18px;
	line-height: 22px;
}

.diagram-cont .bottom-cont p.regular { 
	font-family: "Source Sans Pro", sans-serif; 
	font-weight: 400;
}

.diagram-cont .bottom-cont .aside {
	width: 100%;
	max-width: 450px;
	float: left;
}

@media (max-width: 1199px) {
.diagram-cont .bottom-cont {
	padding: 35px 0 0 0;
	margin: 65px 0 0 0;
}

.diagram-cont .bottom-cont .aside {
	max-width: 100%;
}
}

@media (max-width: 767px) {
.diagram-cont .bottom-cont {
	padding: 0;
	margin: 35px 0 0 0;
}

.diagram-cont .bottom-cont:before {
	display: none;
}

.diagram-cont .bottom-cont h4 {
	padding: 0 0 17px 0;
}

.diagram-cont .bottom-cont .aside {
	max-width: 100%;
}
}



/* Feature - List */
.feature-list {
	width: 100%;
	max-width: 825px;
}

.feature-list .article {
	width: 33.33%;
	float: none;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	vertical-align: top;
	position: relative;
	padding: 17px;
}

.feature-list .article:before {
	content: "";
	width: 20px;
	height: 8px;
	display: block;
	background: #808080;
	overflow: hidden;
	margin-bottom: 24px;
}

.feature-list .article h4 {
	color: #ffffff;
	letter-spacing: 0.015em;
	padding: 0 0 21px 0;
}

.feature-list .article p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

.feature-list .article p strong {
	font-family: sofia-pro, sans-serif;
	font-weight: 500;
}

.feature-list .article .btn,
.feature-list .article button {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.feature-list .article .btn-out {
	padding: 13px 0 0 0;
}

.feature-list .article:nth-child(2) {
	margin-top: 67px;
}

.feature-list .article:nth-child(3) {
	margin-top: 132px;
}

.feature-list .article-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: top;
	margin: -17px!important;
}

@media (max-width: 991px) {
.feature-list { 
	max-width: 100%;
}
}

@media (max-width: 767px) {
.feature-list .article {
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.feature-list .article:before {
	display: none;
}

.feature-list .article h4 {
	padding: 0 0 15px 0;
}

.feature-list .article .btn,
.feature-list .article button {
	max-width: 250px;
}

.feature-list .article .btn-out {
	padding: 4px 0 0 0;
}

.feature-list .article:nth-child(2) {
	margin-top: 0;
}

.feature-list .article:nth-child(3) {
	margin-top: 0;
}
}


/* Form - Block */
.form-block {
	width: 100%;
	max-width: 550px;
	line-height: normal;
}

.form-block label {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}

.form-block label .sml-txt {
	float: right;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}

.form-block .file-select .wpcf7-file { 
	width: 100%;
	height: 48px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	line-height: 48px;
	background: #e8a35b;
	border-radius: 6px;
	box-shadow: rgba(191, 124, 57, 0.4) 0 5px 10px, inset #bf7c39 0 0 0 3px;
	overflow: hidden; 
	position: relative; 
	padding: 0 25px;
}

.form-block .file-select .wpcf7-form-control-wrap { 
	position: static;
}

.form-block .file-select .file-select-name {
	width: 100%;
	height: 48px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	background: #e8a35b;
	border-radius: 6px;
	box-shadow: rgba(191, 124, 57, 0.4) 0 5px 10px, inset #bf7c39 0 0 0 3px;
	overflow: hidden; 
	position: relative; 
	padding: 0 25px;
}

.form-block .file-select .file-select-btn {
	width: 100%;
	float: left;
	text-align: left; 
	padding: 0; 
	margin: 0;
}

.form-block .file-select input[type=file] { 
	width: 100%; 
	height: 100%; 
	float: left; 
	position: absolute; 
	top: 0; 
	left: 0; 
	padding: 0; 
	margin: 0; 
	opacity: 0; 
	cursor: pointer;
}

.form-block .file-select.file-select-disabled { 
	opacity: 0.65;
}

.form-block .file-select.active .file-select-btn { 
	display: none;
}

.form-block .btn,
.form-block button,
.form-block input[type="button"],
.form-block input[type="submit"] {
	width: 100%;
	max-width: 250px;
	padding-right: 20px;
	padding-left: 20px;
}

.form-block .btn-out {
	margin-top: 25px;
}

.form-block form {
	width: 100%;
}

.form-block ul {
	width: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: top;
	padding: 0;
	margin: -10px -12px;
}

.form-block ul li {
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	vertical-align: top;
	padding: 10px 12px;
	margin: 0;
}

.form-block ul li.split-col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.form-block ul li:before {
	display: none;
}

.form-block ul .split-out {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.form-block ul li .split-col-in {
	width: 50%;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

.form-block ul li .split-col-in:nth-child(even) {
	padding: 0 0 0 10px;
}

.form-block .visible-2 .sml-txt {
	display: none;
}

.form-block.block2 label .sml-txt {
	width: 100%;
	float: left;
	text-align: left;
	padding: 5px 0 3px 0;
}

.form-block.block2 .visible-2 .sml-txt {
	display: inline-block;
}

@media (max-width: 767px) {
.form-block label .sml-txt {
	width: 100%;
	float: left;
	text-align: left;
	padding: 5px 0 3px 0;
}

.form-block ul li.split-col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.form-block ul .split-out {
	margin: 0 0 -10px 0;
}

.form-block ul li .split-col-in {
	width: 100%;
	padding: 0 0 10px 0;
}

.form-block ul li .split-col-in:nth-child(even) {
	padding: 0 0 10px 0;
}
}


/* Feature - List2 */
.feature-list2 {
	width: 100%;
	max-width: 825px;
}

.feature-list2 .article {
	width: 33.33%;
	float: none;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	vertical-align: top;
	position: relative;
	padding: 17px;
}

.feature-list2 .article .logo-out {
	width: 100%;
	height: 64px;
	float: left;
	line-height: 64px;
	margin: 0 0 28px 0;
}

.feature-list2 .article .logo-out img {
	max-width: 208px;
	max-height: 64px;
	vertical-align: middle;
}

.feature-list2 .article p {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 17px 0;
}

.feature-list2 .article p a {
	text-decoration: none;
}

.feature-list2 .article p:nth-last-child(2) {
	padding-bottom: 80px;
}

.feature-list2 .article .btn,
.feature-list2 .article button {
	width: 100%;
	max-width: 250px;
	padding-right: 20px;
	padding-left: 20px;
}

.feature-list2 .article .btn-out {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 17px;
}

.feature-list2 .article-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: top;
	margin: -17px!important;
}

@media (max-width: 767px) {
.feature-list2 {
	max-width: 100%;
}
}

@media (max-width: 767px) {
.feature-list2 .article {
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.feature-list2 .article .logo-out {
	height: auto;
	line-height: inherit;
	margin: 0 0 28px 0;
}

.feature-list2 .article p:nth-last-child(2) {
	padding-bottom: 17px;
}

.feature-list2 .article .btn-out {
	position: relative;
	padding: 3px 0 0 0;
}
}


/* Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	letter-spacing: 0.005em;
	background: #4a4a4a;
	padding: 80px 0 40px 0;
}

.footer-main .footer-logo {
	width: 16%;
	float: left;
}

.footer-main .footer-logo img {
	max-width: 111px;
}

.footer-main .article {
	float: left;
}

.footer-main .article h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0 0 2px 0;
}

.footer-main .article p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	padding: 18px 0 0 0;
}

.footer-main .article p a {
	color: #ffffff;
}

.footer-main .article p a:hover {
	color: #ff7e00;
}

.footer-main .article ul {
	width: 100%;
	float: left;
	padding: 0 0 18px 0;
	margin: 0;
}

.footer-main .article ul li {
	width: 100%;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

.footer-main .article ul li:before {
	display: none;
}

.footer-main .article ul li a {
	color: #ffffff;
	text-decoration: none;
}

.footer-main .article ul li a:hover {
	color: #ff7e00;
	text-decoration: underline; 
}

.footer-main .article:nth-child(1) ul li.current-menu-item>a,
.footer-main .article:nth-child(1) ul li.current-menu-parent>a,
.footer-main .article:nth-child(1) ul li.current-menu-ancestor>a {
	color: #ff7e00;
	text-decoration: underline; 
}

.footer-main .article:nth-child(3) ul li.current-menu-item>a,
.footer-main .article:nth-child(3) ul li.current-menu-parent>a,
.footer-main .article:nth-child(3) ul li.current-menu-ancestor>a {
	color: #ff7e00;
	text-decoration: underline; 
}

.footer-main .article-out {
	float: left;
}

@media (min-width: 992px) {
.footer-main .article {
	width: 20%;
	padding: 0 3% 0 0;
}
	
.footer-main .article-out {
	width: 86%;
	margin: 0 -3% 0 0;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.footer-main .foot-logo {
	width: 20%;
}

.footer-main .article {
	width: 25%;
}

.footer-main .article-out {
	width: 83%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.footer-main .footer-logo {
	width: 100%;
	margin: 0 0 35px 0;
}

.footer-main .article {
	width: 25%;
	padding: 0 2% 0 0;
}
	
.footer-main .article-out {
	width: 102%;
	margin: 0 -2% 0 0;
}
}

@media (max-width: 767px) {
.footer-main {
	padding: 30px 0 50px 0;
}

.footer-main .footer-logo {
	width: 100%;
	margin: 0 0 25px 0;
}

.footer-main .article {
	width: 50%;
	padding: 0 8% 18px 0;
}

.footer-main .article-out {
	width: 113%;
	margin: 0 -8% -18px 0;
}
}


/* Made For - Page
----------------------------------------*/

/* Range - Slider */
.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
	position: absolute;
	display: block;
	top: 0;
}

.irs-line-left {
	left: 0;
	width: 11%;
}

.irs-line-mid {
	left: 9%;
	width: 82%;
}

.irs-line-right {
	right: 0;
	width: 11%;
}

.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}

.irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}

.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}

.irs-slider.single {
}

.irs-slider.from {
}

.irs-slider.to {
}

.irs-slider.type_last {
	z-index: 2;
}

.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
}

.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18px;
}

.irs-with-grid .irs-grid {
	display: block;
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}

.irs-grid-pol.small {
	height: 4px;
}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0.0);
	z-index: 2;
}

.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}

.irs-disabled {
	opacity: 0.4;
}

.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: -10000%!important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.irs {
	height: 24px;
}

.irs-with-grid {
	height: 24px;
}

.irs-line {
	height: 8px;
	top: 8px;
	background: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.irs-line-left {
	height: 8px;
}

.irs-line-mid {
	height: 8px;
}

.irs-line-right {
	height: 8px;
}

.irs-bar {
	height: 8px;
	top: 8px;
	background: #ff7e00;
}

.irs-bar-edge {
	height: 8px;
	top: 8px;
	width: 15px;
	border-right: 0;
	background: #ff7e00;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
}

.irs-shadow {
	height: 4px;
	top: 8px;
	background: #ff7e00;
	opacity: 0.3;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
	filter: alpha(opacity=30);
}

.irs-slider {
	top: 0;
	width: 24px;
	height: 24px;
	background: #ff7e00;
	border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: 2px 2px 6px rgba(255, 126, 0, 0.5);
	cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
	background: #ff7e00;
}

.irs-min,
.irs-max {
	color: #333;
	font-size: 12px;
	line-height: 1.333;
	text-shadow: none;
	top: 8px;
	padding: 1px 5px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	display: none;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
	background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
	height: 8px;
	color: #fff;
	font-size: 12px;
	line-height: 8px;
	text-shadow: none;
	padding: 0 5px;
	background: #0b2836;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: -8px 0 0 0;
	top: 100%;
	display: none;
	visibility: hidden;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
	background: #999;
}

.irs-grid {
	height: 8px;
}

.irs-grid-pol {
	opacity: 0.5;
	background: #428bca;
}

.irs-grid-pol.small {
	background: #999;
}

.irs-grid-text {
	bottom: 5px;
	color: #99a4ac;
}

.irs-disabled {
}


/* Custom - Range Slider */
.range-slider {
	width: 100%;
	min-height: 590px;
	float: left;
	position: relative;
	padding: 58px 0;
}

.range-slider:last-child {
	padding-bottom: 0;
}

.range-slider:before {
	content: "";
	width: 20px;
	height: 8px;
	float: left;
	background: #ff7e00;
	position: absolute;
	top: 0;
	left: 0;
}

.range-slider h4 {
	padding: 0 10% 20px 0;
}

.range-slider .slide-container {
	width: 100%; 
	float: left; 
	position: relative;
	margin: 0 0 18px 0;
}

.range-slider .slide-container p {
	width: 100%;
	font-family: "Source Sans Pro", sans-serif; 
	font-weight: 600; 
	font-size: 14px; 
	line-height: 20px; 
	letter-spacing: normal;	
	text-transform: uppercase; 
	padding: 0;
	margin: 0 0 11px 0; 
}

.range-slider .slide-container p .value-txt {
	float: right; 
}

.range-slider .range-totals { 
	width: 100%; 
	float: left; 
	position: relative; 
}

.range-slider .range-totals h5 {
	font-family: sofia-pro, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: normal;
	text-transform: none;
	padding: 0 0 10px 0;
	margin-right: -100px;
}

.range-slider .range-totals p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
	text-transform: none;
	position: relative;
	padding: 0;
}

.range-slider .range-totals p.price {
	height: 100%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	font-family: sofia-pro, sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 44px;
	letter-spacing: -1px;
	text-align: right;
	background: #ffca1f;
	position: absolute; 
	bottom:0; 
	right: 0;
	z-index: 5; 
	padding: 10px 0 0 15px; 
	margin: 0 0 0 -50%;
}

.range-slider .range-totals p.price sub {
	font-weight: 500;
	font-size: 18px; 
	line-height: 24px;
	letter-spacing: normal;
	bottom: 0;
}

@media (max-width: 991px) {
.range-slider {
	min-height: inherit;
	padding: 0 0 40px 0;
}

.range-slider:last-child {
	padding-bottom: 0;
}

.right-column2.show-responsive-rangeonly .range-slider {
	padding-bottom: 0;
}

.range-slider:before {
	display: none;
}

.range-slider h4 {
	padding: 0 0 30px 0;
}
}

@media (max-width: 767px) {
.range-slider .slide-container {
	margin: 0 0 25px 0;
}

.range-slider .range-totals p.price {
	height: 40px;
	font-size: 32px;
	line-height: 32px;
	top: -8px; 
	padding: 0 0 0 20px; 
}

.range-slider .range-totals p.price sub {
	font-size: 14px; 
	line-height: 20px;
}
}


/* Diagram - Content 2 */
.diagram-cont2 {
	width: 841px; 
	height: 1074.529px;
	background: url(img/icon-startup-bakground.svg) no-repeat top left; 
	background-size: 841px auto;
	position: relative;
	padding: 0; 
	margin: 120px 0 0 0;
}

.diagram-cont2 p {
	float: left;
	font-family: sofia-pro, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	position: absolute;
	bottom: 1097px;
	left: 380px;
	padding: 0;
	margin: 0;
}

.diagram-cont2 p:nth-child(2) {
	bottom: 980px;
	left: 0;
}

.diagram-cont2 p:nth-child(3) {
	bottom: 806px;
	left: 507px;
}

.diagram-cont2 p:nth-child(4) {
	bottom: 743px;
	left: auto;
	right: 0;
}

.diagram-cont2 p:nth-child(5) {
	bottom: 604px;
	left: 227px;
}

.diagram-cont2 p:nth-child(6) {
	bottom: 504px;
	left: 21px;
}

.diagram-cont2 p:nth-child(7) {
	bottom: 394px;
	left: 402px;
}

.diagram-cont2 p:nth-child(8) {
	bottom: 270px;
	left: 744px;
	margin: 0 -200px 0 0;
}

.diagram-cont2 p:nth-child(9) {
	bottom: 148px;
	left: 255px;
}

@media (min-width: 1200px) {
/* Image2 */
.diagram-cont2.cont3 {
	height: 952px;
	background-image: url(img/icon-medium-bakground.svg);
}

.diagram-cont2.cont3 p {
	bottom: 971px;
	left: 380px;
}

.diagram-cont2.cont3 p:nth-child(2) {
	bottom: 852px;
	left: 0;
}

.diagram-cont2.cont3 p:nth-child(3) {
	bottom: 741px;
	left: 330px;
}

.diagram-cont2.cont3 p:nth-child(4) {
	bottom: 621px;
	left: auto;
	right: 0;
}

.diagram-cont2.cont3 p:nth-child(5) {
	bottom: 498px;
	left: 333px;
}

.diagram-cont2.cont3 p:nth-child(6) {
	bottom: 380px;
	left: 0;
}

.diagram-cont2.cont3 p:nth-child(7) {
	bottom: 269px;
	left: 335px;
}

.diagram-cont2.cont3 p:nth-child(8) {
	bottom: 149px;
	left: auto;
	right: -15px;
	margin: 0;
}
}

@media (max-width: 1199px) {
.diagram-cont2 {
	width: 100%; 
	height: auto;
	background: none; 
	margin: 0;
}

.diagram-cont2 p {
	width: 100%;
	min-height: 120px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0 0 50px 120px;
}

.diagram-cont2 p:before { 
	content: "";
	width: 88px; 
	height: 70px; 
	float: left; 
	text-indent: -999999px;
	background: url(img/icon-startup-01.svg) no-repeat bottom center; 
	background-size: auto 70px; 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; 
}

.diagram-cont2 p:after {
	content: "";
	width: 24px;
	height: 100%;
	float: left;
	background: #ffffff;
	position: absolute;
	top: 5px;
	left: 29px;
}

.diagram-cont2 p br {
	display: none;
}

.diagram-cont2 p:first-child:after {
	top: 10px;
}

.diagram-cont2 p:nth-child(2) {
	bottom: 0;
}

.diagram-cont2 p:nth-child(2):before {
	background-image: url(img/icon-startup-02.svg); 
}

.diagram-cont2 p:nth-child(3) {
	bottom: 0;
	left: 0;
}

.diagram-cont2 p:nth-child(3):before {
	background-image: url(img/icon-startup-03.svg); 
}

.diagram-cont2 p:nth-child(4) {
	bottom: 0;
}

.diagram-cont2 p:nth-child(4):before {
	background-image: url(img/icon-startup-04.svg); 
}

.diagram-cont2 p:nth-child(5) {
	bottom: 0;
	left: 0;
}

.diagram-cont2 p:nth-child(5):before {
	background-image: url(img/icon-startup-05.svg); 
}

.diagram-cont2 p:nth-child(6) {
	bottom: 0;
	left: 0;
}

.diagram-cont2 p:nth-child(6):before {
	background-image: url(img/icon-startup-06.svg); 
}

.diagram-cont2 p:nth-child(7) {
	bottom: 0;
	left: 0;
}

.diagram-cont2 p:nth-child(7):before {
	background-image: url(img/icon-startup-07.svg); 
}

.diagram-cont2 p:nth-child(8) {
	bottom: 0;
	left: 0;
	margin: 0;
}

.diagram-cont2 p:nth-child(8):before {
	background-image: url(img/icon-startup-08.svg); 
}

.diagram-cont2 p:nth-child(9) {
	bottom: 0;
	left: 0;
}

.diagram-cont2 p:nth-child(9):before {
	background-image: url(img/icon-startup-09.svg); 
}

.diagram-cont2 p:last-child {
	min-height: 70px;
	padding-bottom: 0;
}

.diagram-cont2 p:last-child:after {
	display: none;
}

.diagram-cont2.cont3 {
	height: auto;
}

.diagram-cont2.cont3 p:before { 
	background-image: url(img/icon-medium-01.svg); 
}

.diagram-cont2.cont3 p:nth-child(2):before {
	background-image: url(img/icon-medium-02.svg); 
}

.diagram-cont2.cont3 p:nth-child(3):before {
	background-image: url(img/icon-medium-03.svg); 
}

.diagram-cont2.cont3 p:nth-child(4):before {
	background-image: url(img/icon-medium-04.svg); 
}

.diagram-cont2.cont3 p:nth-child(5):before {
	background-image: url(img/icon-medium-05.svg); 
}

.diagram-cont2.cont3 p:nth-child(6):before {
	background-image: url(img/icon-medium-06.svg); 
}

.diagram-cont2.cont3 p:nth-child(7):before {
	background-image: url(img/icon-medium-07.svg); 
}

.diagram-cont2.cont3 p:nth-child(8):before {
	background-image: url(img/icon-medium-08.svg); 
}
}

@media (max-width: 767px) {
.diagram-cont2 {
	padding: 0;
}

.diagram-cont2 p {
	min-height: 110px;
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 45px 100px;
}

.diagram-cont2 p:before {
	width: 76px; 
	height: 64px; 
	background-size: 76px auto; 
}

.diagram-cont2 p:after {
	width: 26px;
	left: 22px;
}

.diagram-cont2 p:last-child {
	min-height: 65px;
	padding-bottom: 0;
}
}


/* Row - Content Inner */
.row-content-inner {
	position: relative;
	padding-top: 95px;
	padding-bottom: 95px;
}

.row-content-inner:last-child {
	padding-bottom: 0;
}

.row-content-inner:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1440px auto;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 1199px) {
.row-content-inner:before {
	background-size: 1200px auto;
}
}

@media (max-width: 991px) {
.row-content-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
	
.row-content-inner:before {
	display: none!important;
}
}

@media (max-width: 767px) {
.row-content-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
}


/* Customers - Needs */
.customers-needs {
	width: 100%;
}

.customers-needs h4 {
	width: 49.80%;
	float: left;
	color: #ffffff;
	position: relative;
	padding: 26px 0 0 0;
}

.customers-needs h4:before {
	content: "";
	width: 20px;
	height: 8px;
	float: left;
	background: #549982;
	position: absolute;
	top: 0;
	left: 0;
}

.customers-needs h4:nth-child(2) {
	width: 45.40%;
	float: right;
}

.customers-needs .head-txt {
	width: 100%;
	float: left;
	padding: 0 0 54px 0;
}

.customers-needs .article {
	width: 100%;
	float: left;
	margin: 0 0 55px 0;
}

.customers-needs .article:last-child {
	margin-bottom: 0;
}

.customers-needs .article p {
	width: 49.80%;
	float: left;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	background: #69bfa2;
	border-radius: 5px;
	position: relative;
	padding: 21px 20px 23px 20px;
	margin: 0 0 15px 0;
}

.customers-needs .article p:before {
	content: "";
	float: right;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 16px solid #69bfa2;
	position: absolute;
	bottom: -15px;
	left: 13px;
}

.customers-needs .article ul {
	width: 45.40%;
	float: right;
	padding: 0;
	margin: 0;
}

.customers-needs .article ul li {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 16px 36px;
}

.customers-needs .article ul li:last-child {
	padding-bottom: 0;
}

.customers-needs .article ul li:before {
	top: 5px;
}

.customers-needs .article-out {
	width: 100%;
	float: left;
}

@media (max-width: 767px) {
.customers-needs h4 {
	width: 100%;
	padding: 0;
}

.customers-needs h4:before {
	display: none;
}

.customers-needs h4:nth-child(2) {
	display: none;
}

.customers-needs .head-txt {
	padding: 0 0 20px 0;
}

.customers-needs .article {
	margin: 0 0 35px 0;
}

.customers-needs .article:last-child {
	margin-bottom: 0;
}

.customers-needs .article p {
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 30px 0;
}

.customers-needs .article ul {
	width: 100%;
}

.customers-needs .article ul li {
	font-size: 18px;
	line-height: 22px;
}

.customers-needs .article ul li:before {
	top: 1px;
}
}



/* Features - Page
----------------------------------------*/

.move-top-minus {
	margin-top: -105px;
	margin-bottom: 60px!important;
}

.move-top-minus .diagram-cont .steps {
	margin-top: -90px;
}

@media (max-width: 1199px) {
.move-top-minus {
	margin-top: -145px;
}

.move-top-minus .diagram-cont .steps {
	margin-top: 0;
}
}

@media (max-width: 991px) {
.move-top-minus {
	margin-top: 0;
	margin-bottom: 50px!important;
}
}

@media (max-width: 767px) {
.move-top-minus {
	margin-bottom: 35px!important;
}
}


/* Article - List */
.article-list-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: top;
	position: relative;
}

.article-list-out:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(img/arrow-12.png) no-repeat bottom center;
	background-size: 1440px auto;
	position: absolute;
	bottom: -166px;
	left: 0;
	z-index: 1;
	display: block!important; 
}

.article-list {
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	vertical-align: top;
	border-top: 2px solid #399ea0;
	position: relative;
	z-index: 2;
	padding: 50px 0 60px 0;
	margin: 0!important;
}

.article-list:last-child {
	padding-bottom: 0;
}

.article-list h3 {
	padding: 0 0 54px 0; 
}

.article-list h3:last-child {
	padding-bottom: 0;
}

.article-list h3 .number {
	color: rgba(0, 0, 0, 0.25);
}

.article-list .article {
	width: 100%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	vertical-align: top;
	padding: 20px 15px;
}

.article-list .article h5 {
	color: #ffffff;
	letter-spacing: normal;
	padding: 0 0 27px 0;
}

.article-list .article h5:last-child {
	padding-bottom: 0;
}

.article-list .article ul {
	padding: 0;
	margin: 0;
}

.article-list .article ul li {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 12px 0;
	margin: 0;
}

.article-list .article ul li:last-child {
	padding-bottom: 0;
}

.article-list .article ul li:before {
	display: none;
}

.article-list .article .icon-out {
	width: 100%;
	height: 58px;
	float: left;
	line-height: 52px;
	margin: 0 0 14px 0;
}

.article-list .article .icon-out img {
	max-height: 58px;
	max-width: 58px;
}

.article-list .article-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: top;
	margin: -20px -15px!important;
}

@media (max-width: 1199px) {
.article-list-out:before {
	background-size: 1200px auto;
	bottom: -40px;
	left: -40px;
}
}

@media (max-width: 991px) {
.article-list-out:before {
	display: none!important;
}

.article-list {
	padding: 50px 0 55px 0;
}

.article-list h3 {
	padding: 0 0 40px 0;
}

.article-list .article {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
}

@media (max-width: 767px) {
.article-list {
	padding: 30px 0 35px 0;
}

.article-list h3 {
	padding: 0 0 35px 0;
}

.article-list .article {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.article-list .article h5 {
	padding: 0 0 17px 0;
}

.article-list .article .icon-out {
	height: auto;
	line-height: inherit;
	margin: 0 0 18px 0;
}
}

/* Article - List2 */
@media (min-width: 992px) {
.article-list.list2 {
	width: 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	float: left;
	padding-right: 15px;
	padding-bottom: 0;
}

.article-list.list2 .article {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.article-list.list3 {
	width: 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	float: left;
	padding-left: 15px;
	padding-bottom: 0;
}

.article-list.list3 .article {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
}


/* Market - Details */
.market-details {
	width: 100%;
	float: left;
}

.market-details .article {
	width: 50%;
	float: left;
	padding: 0 5% 50px 0;
}

.market-details .article .icon-out {
	margin-bottom: 0;
}

.market-details .article .icon-out img {
	max-width: 100%;
	max-height: 165px;
}

.market-details .article .price-discount {
	font-weight: 700;
	font-size: 132px;
	color: #ffffff;
	line-height: 132px;
	letter-spacing: -0.02em;
	padding: 0;
	margin: 0 0 15px 0;
}

.market-details .article .price-discount:last-child {
	margin-bottom: 0;
}

.market-details .article-out {
	width: 105%;
	float: left;
	margin: 10px -5% -50px 0;
}

@media (max-width: 767px) {
.market-details .article {
	width: 100%;
	padding: 0 0 40px 0;
}

.market-details .article-out {
	width: 100%;
	margin: 10px 0 -40px 0;
}
}

@media (max-width: 359px) {
.market-details .article .price-discount {
	font-size: 100px;
	line-height: 95px;
}
}


/* Bottom Small - Content */
.btm-sml-cont {
	width: 100%;
	max-width: 540px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

.btm-sml-cont h4 {
	padding-bottom: 23px;
}

@media (max-width: 767px) {
.btm-sml-cont h4 { 
	padding-bottom: 15px;
}
}


/* Company - Logos */
.company-logos {
	width: 100%;
	max-width: 540px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

.company-logos h4 {
	padding-bottom: 23px;
}

.company-logos p {
	padding-bottom: 30px;
}

.company-logos ul {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: -21px -50px -21px -25px;
}

.company-logos ul li {
	min-width: 147px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 21px 25px;
}

.company-logos ul li:last-child {
	margin-bottom: 21px;
}

.company-logos ul li:before {
	display: none;
}

.company-logos ul li img {
	max-height: 95px;
	max-width: 145px;
}

.company-logos ul li:nth-child(1) img {
	max-width: 145px;
}

.company-logos ul li:nth-child(2) img {
	max-width: 108px;
}

.company-logos ul li:nth-child(3) img {
	max-width: 130px;
}

.company-logos.logos-more ul li:nth-child(1) img {
	max-width: 111px;
}

.company-logos.logos-more ul li:nth-child(2) img {
	max-width: 115px;
}

.company-logos.logos-more ul li:nth-child(3) img {
	max-width: 102px;
}

.company-logos.logos-more ul li:nth-child(4) img {
	max-width: 138px;
}

.company-logos.logos-more ul li:nth-child(5) img {
	max-width: 114px;
}

.company-logos.logos-more ul li:nth-child(6) img {
	max-width: 129px;
}

.company-logos.logos-more ul li:nth-child(7) img {
	max-width: 132px;
}

.company-logos.logos-more ul li:nth-child(8) img {
	max-width: 123px;
}

.company-logos.logos-more ul li:nth-child(9) img {
	max-width: 142px;
}

@media (max-width: 767px) {
.company-logos h4 {
	padding-bottom: 15px;
}

.company-logos p {
	padding-bottom: 15px;
}

.company-logos ul {
	text-align: center;
	margin: -20px -30px;
}

.company-logos ul li {
	min-width: inherit;
	margin: 20px 15px;
}

.company-logos ul li:last-child {
	margin-bottom: 20px;
}
}


/* Client - Logos */
.client-logos2 {
	width: 100%;
	max-width: 640px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

.client-logos2 h4 {
	padding-bottom: 23px;
}

.client-logos2 p {
	padding-bottom: 25px;
}

.client-logos2 ul {
	width: 106.26%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 -3.13% -40px -3.13%;
}

.client-logos2 ul li {
	width: 20.3%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0 2.70% 40px 2.70%;
}

.client-logos2 ul li:last-child {
	margin-bottom: 40px;
}

.client-logos2 ul li:before {
	display: none;
}

.client-logos2 ul li img {
	max-height: 90px;
	max-width: 100%;
}

.client-logos2 ul li:nth-child(2),
.client-logos2 ul li:nth-child(3),
.client-logos2 ul li:nth-child(6),
.client-logos2 ul li:nth-child(7),
.client-logos2 ul li:nth-child(10),
.client-logos2 ul li:nth-child(11),
.client-logos2 ul li:nth-child(14),
.client-logos2 ul li:nth-child(15) {
	width: 17.18%;
}

@media (max-width: 767px) {
.client-logos2 h4 {
	padding-bottom: 15px;
}

.client-logos2 ul {
	width: 105.34%;
	margin: 0 -2.67% -30px -2.67%;
}

.client-logos2 ul li {
	width: 44.66%;
	margin: 0 2.30% 30px 2.30%;
}

.client-logos2 ul li:last-child {
	margin-bottom: 30px;
}

.client-logos2 ul li:nth-child(2),
.client-logos2 ul li:nth-child(3),
.client-logos2 ul li:nth-child(6),
.client-logos2 ul li:nth-child(7),
.client-logos2 ul li:nth-child(10),
.client-logos2 ul li:nth-child(11),
.client-logos2 ul li:nth-child(14),
.client-logos2 ul li:nth-child(15) {
	width: 44.66%;
}
}


/* Articles/Article Details - Pages */
body.archive .header-main,
body.blog .header-main,
body.single .header-main {
	background: none;
}

body.archive .content-main,
body.blog .content-main,
body.single .content-main {
	background: #F7F7F7;
	position: relative;
	padding: 0;
}

body.archive .header-main nav ul li ul,
body.blog .header-main nav ul li ul,
body.single .header-main nav ul li ul {
	background-color: #f7f7f7;
}

@media (max-width: 767px) {
body.archive .header-main .nav-bar,
body.blog .header-main .nav-bar,
body.single .header-main .nav-bar { 
	background-color: #f7f7f7;
}

.header-main .nav-bar nav ul li {
	border-bottom-color: rgba(0, 0, 0, .10);
}

body.archive .header-main .nav-bar nav ul li:hover>a,
body.blog .header-main .nav-bar nav ul li:hover>a,
body.single .header-main .nav-bar nav ul li:hover>a,
body.archive .header-main .nav-bar nav ul li.current-menu-item>a,
body.blog .header-main .nav-bar nav ul li.current-menu-item>a,
body.single .header-main .nav-bar nav ul li.current-menu-item>a,
body.archive .header-main .nav-bar nav ul li.current-menu-parent>a,
body.blog .header-main .nav-bar nav ul li.current-menu-parent>a,
body.single .header-main .nav-bar nav ul li.current-menu-parent>a,
body.archive .header-main .nav-bar nav ul li.current-menu-ancestor>a,
body.blog .header-main .nav-bar nav ul li.current-menu-ancestor>a,
body.single .header-main .nav-bar nav ul li.current-menu-ancestor>a,
body.archive .header-main .nav-bar nav ul li.current_page_parent>a,
body.blog .header-main .nav-bar nav ul li.current_page_parent>a,
body.single .header-main .nav-bar nav ul li.current_page_parent>a {
	color: #ff7e00; 
}

.header-main .nav-bar nav ul li ul { 
	border-top-color: rgba(0, 0, 0, .10);
}
}


/* Colors - Slider */
#colors-fade {
	width: 100%;
	height: 100%;
	float: left;
	background: #F7F7F7;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

#colors-fade .carousel-inner {
	width: 100%;
	padding: 0;
	margin: 0;
}

#colors-fade .item,
#colors-fade .carousel-item {
	width: 100%;
	height: 1000000px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#colors-fade .color-1 {
	background: #F7F7F7;
}

#colors-fade .color-2 {
	background: #70CCAD;
}

#colors-fade .color-3 {
	background: #FAAD5A;
}

#colors-fade.carousel-fade .carousel-item {
	transition-duration: 2s;
}


/* Split - Content2 */
.split-cont2 {
	width: 100%;
	float: left; 
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 230px 0 80px 0;
}

.split-cont2 .row {
	padding: 0;
	margin: 0;
}

.split-cont2 .col-lg-9 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 240px 0 0;
	margin: 0;
}

.split-cont2 .col-lg-3 {
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	max-width: 100%;
	padding: 0;
	margin: 0 0 0 -170px;
}

.split-cont2 h2.sml {
	font-size: 160px;
	line-height: 130px;
	padding: 0 0 50px 0;
}

.split-cont2 .sub-title {
	width: 100%;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 0 35px 0;
}

.split-cont2 .logo-top {
	margin: 0 0 55px 0;
}

.split-cont2 .logo-top:last-child {
	margin-bottom: 0;
}

.split-cont2 .logo-top img {
	max-width: 111px;
	max-height: 44px;
}

.split-cont2.green-bg2 { 
	background: #70ccad;
}

.split-cont2.orange-bg2 { 
	background: #faad5a;
}

@media (max-width: 1199px) {
.split-cont2 {
	padding: 190px 0 70px 0;
}

.split-cont2 .col-lg-9 {
	padding: 0 210px 0 0;
}

.split-cont2 h2.sml {
	font-size: 50px;
	line-height: 52px;
	letter-spacing: -1px;
	padding: 0 0 30px 0;
}

.split-cont2 .logo-top {
	margin: 0 0 47px 0;
}
}

@media (max-width: 991px) {
.split-cont2 .col-lg-9 {
	padding: 0;
}

.split-cont2 .col-lg-3 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
}
}

@media (max-width: 767px) {
.split-cont2 {
	padding: 110px 0 0 0;
}

.split-cont2 .col-lg-9 {
	padding: 0;
}

.split-cont2 .col-lg-3 {
	padding: 35px 0 0 0;
}

.split-cont2 .sub-title {
	padding: 0 0 25px 0;
}

.split-cont2 .logo-top {
	display: none;
}
}


/* Insights - Article */
.article-list2 {
	width: 100%;
	float: left;
	padding: 27px 0 0 0;
}

.article-list2 .row {
	padding: 0 0 60px 0;
	margin: 0 -30px -40px -30px;
}

.article-list2 .row:last-child {
	padding-bottom: 0;
}

.article-list2 .col-md-6 {
	padding: 0 30px;
	margin: 0 0 40px 0;
	display: none;
}

.article-list2 .article {
	width: 100%;
	height: 100%;
	float: none;
	display: inline-block;
	position: relative;
	padding: 30px 0 0 0;
}

.article-list2 .article:before {
	content: "";
	width: 20px;
	height: 8px;
	float: left;
	background: #ff7e00;
	position: absolute;
	top: 0;
	left: 0;
}

.article-list2 .article h4 {
	padding: 0 0 22px 0;
}

.article-list2 .article h4 a {
	color: #333333;
	text-decoration: none;
}

.article-list2 .article h4 a:hover {
	text-decoration: underline;
}

.article-list2 .article p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: normal;
	padding: 0 0 13px 0;
}

.article-list2 .article p:last-child {
	padding-bottom: 0;
}

.article-list2 .article p a {
	color: #333333;
	text-decoration: none;
}

.article-list2 .article p a:hover {
	text-decoration: underline;
}

.article-list2 .article .user-info-short {
	width: 100%;
	float: left;
}

.article-list2 .article .user-info-short figure {
	width: 36px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	margin: 0 -36px 0 0;
}

.article-list2 .article .user-info-short figure img {
	width: 100%;
	max-width: 36px;
	max-height: 47px;
}

.article-list2 .article .user-info-short .name {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	padding: 0 0 0 50px;
	margin: 0 0 0 -8px;
}

.article-list2 .btn-out {
	position: relative;
	z-index: 1;
}

.article-list2 .btn,
.article-list2 button,
.article-list2 input[type="button"],
.article-list2 input[type="submit"] {
	min-width: 261px;
	background: #4a4a4a;
	box-shadow: rgba(74, 74, 74, 0.6) 0 6px 12px;
}

.article-list2 .btn:hover,
.article-list2 button:hover,
.article-list2 input[type="button"]:hover,
.article-list2 input[type="submit"]:hover {
	box-shadow: rgba(74, 74, 74, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.article-list2 .btn:focus,
.article-list2 .btn:active,
.article-list2 .btn:active:focus,
.article-list2 .btn.active,
.article-list2 .btn.active:focus,
.article-list2 button:focus,
.article-list2 button:active,
.article-list2 button:active:focus,
.article-list2 button.active,
.article-list2 button.active:focus,
.article-list2 input[type="button"]:focus,
.article-list2 input[type="button"]:active,
.article-list2 input[type="button"]:active:focus,
.article-list2 input[type="button"].active,
.article-list2 input[type="button"].active:focus,
.article-list2 input[type="submit"]:focus,
.article-list2 input[type="submit"]:active,
.article-list2 input[type="submit"]:active:focus,
.article-list2 input[type="submit"].active,
.article-list2 input[type="submit"].active:focus {
	box-shadow: rgba(74, 74, 74, 0.4) 0 5px 5px;
}

@media (max-width: 1199px) {
.article-list2 {
	padding: 20px 0 0 0;
}

.article-list2 .row {
	margin: 0 -20px -40px -20px;
}

.article-list2 .col-md-6 {
	padding: 0 20px;
}
}

@media (max-width: 767px) {
.article-list2 {
	padding: 8px 0 0 0;
}

.article-list2 .row {
	padding: 0 0 40px 0;
	margin: 0 0 -40px 0;
}

.article-list2 .col-md-6 {
	padding: 0;
}

.article-list2 .article {
	padding: 21px 0 0 0;
}

.article-list2 .article h4 {
	letter-spacing: normal;
	padding: 0 0 13px 0;
}

.article-list2 .article .user-info-short {
	padding: 0;
}

.article-list2 .btn-out {
	margin-bottom: 25px;
}
}


/* Right - Sidebar */
.right-sidebar2 {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
	padding: 42px 0 0 0;
	margin: 5px 0 0 0;
}

.right-sidebar2:before {
	content: "";
	width: 20px;
	height: 8px;
	float: left;
	background: #ff7e00;
	position: absolute;
	top: 0;
	left: 0;
}

.right-sidebar2 h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	letter-spacing: normal;
	padding: 0 0 27px 0;
}

.right-sidebar2 h2:last-child {
	padding-bottom: 0;
}

.right-sidebar2 .aside {
	width: 100%;
	float: left;
	padding: 0 0 27px 0;
}

.right-sidebar2 .aside:last-child {
	padding-bottom: 0;
}

.right-sidebar2 .aside h3 { 
	font-weight: 500; 
	font-size: 18px; 
	color: #444444; 
	line-height: 24px; 
	letter-spacing: normal; 
	padding: 0 0 10px 0;
}

.right-sidebar2 .aside h3:last-child { 
	padding-bottom: 0;
} 

.right-sidebar2 .aside h3 a { 
	color: #444444; 
	text-decoration: underline;
}

.right-sidebar2 .aside h3 a:hover,
.right-sidebar2 .aside h3 a:active { 
	color: #ff7e00;
	text-decoration: underline;
}

.right-sidebar2 .aside h4 {
	padding: 0;
}

.right-sidebar2 .aside p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	padding: 0 0 27px 0;
}

.right-sidebar2 .aside p:last-child {
	padding-bottom: 0;
}

.right-sidebar2 .aside p strong {
	font-weight: 600;
}

.right-sidebar2 .aside ul {
	padding: 0;
	margin: 0;
}

.right-sidebar2 .aside ul li {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

.right-sidebar2 .aside ul li:before {
	display: none;
}

.right-sidebar2 .aside ul.list {
	padding: 0 0 7px 0;
}

.right-sidebar2 .aside ul.list:last-child {

	padding-bottom: 0;
}

.right-sidebar2 .aside ul.list li {
	padding: 0 0 7px 21px;
}

.right-sidebar2 .aside ul.list li:last-child {
	padding-bottom: 0;
}

.right-sidebar2 .aside ul.list li:before {
	font-size: 12px;
	color: #ff7e00;
	line-height: 1em;
	display: block;
	top: 4px;
}

.right-sidebar2 .aside .sml-txt {
	width: 100%;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 21px;
}

.right-sidebar2 .aside:last-child {
	padding-bottom: 0;
}

.right-sidebar2 .aside-out {
	width: 100%;
	float: left;
	position: relative;
}

.right-sidebar2 .widget {
	width: 100%;
	float: left;
	padding: 0 0 35px 0;
}

.right-sidebar2 .widget:last-child {
	padding-bottom: 0;
}

@media (max-width: 991px) {
.right-sidebar2 {
	width: 100%;
	max-width: 170px;
	float: none;
	padding: 0;
	margin: 0 auto;
	display: none;
}
}

@media (max-width: 767px) {
.right-sidebar2 {
	max-width: 100%;
	padding: 0;
}

.right-sidebar2:before {
	display: none;
}

.right-sidebar2 .aside {
	width: 42.40%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 3.40% 27px 3.40%
}

.right-sidebar2 .aside-out {
	width: 107.46%;
	margin: 0 -3.73% -27px -3.73%;
}

.right-sidebar2.sidebar-mobile {
	display: inline-block;
}

.right-sidebar2.sidebar-mobile-user {
	display: inline-block;
}

.right-sidebar2.sidebar-mobile-user h2 {
	display: none;
}

.right-sidebar2.sidebar-mobile-user .widget {
	display: none;
}
}


/* Article - Details */
.article-details {
	width: 100%;
	max-width: 850px;
	float: left;
}

.article-details a:hover {
	color: #ff7e00;
}

.article-details h1 {
	font-size: 80px; 
	line-height: 80px; 
	letter-spacing: -1px;
	padding-bottom: 45px; 
}

.article-details h2 {
	font-family: sofia-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: normal;
	padding: 0 0 47px 0;
}

.article-details h3 {
	font-size: 44px; 
	line-height: 44px; 
	letter-spacing: -1px;
	padding: 30px 0 29px 0; 
}

.article-details h4 {
	font-size: 30px; 
	line-height: 32px; 
	letter-spacing: -1px;
	padding: 0 0 19px 0;
}

.article-details p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #444444;
	line-height: 32px;
	padding: 0 0 12px 0;
}

.article-details p strong {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}

.article-details p:last-child {
	padding-bottom: 0;
}

.article-details p img {
	max-width: 100%!important;
	width: 100%!important;
	height: auto!important;
	margin-top: 15px;
}

.article-details ul,
.article-details ol {
	padding: 0 0 12px 27px;
}

.article-details ul:last-child,
.article-details ol:last-child {
	padding-bottom: 0;
}

.article-details li {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #444444;
	line-height: 32px;
	padding: 0 0 12px 24px;
}

.article-details li:last-child {
	padding-bottom: 0;
}

.article-details ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	float: left;
	background: #ff7e00;
	position: absolute;
	top: 11px;
	left: 0;
}

.article-details ol > li {
	padding-left: 24px;
}

.article-details ol > li:before {
	font-weight: 600;
	color: #ff7e00;
	position: absolute;
	top: 0;
}

.article-details li img {
	max-width: 100%!important;
	width: 100%!important;
	height: auto!important;
	margin: 0 0 15px 0;
}

.article-details li li img {
	margin-top: 15px;
}

.article-details .featured-img {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 45px 0;
}

.article-details .featured-img img {
	width: 100%;
	margin: 0;
}

.article-details .wp-caption {
	max-width: 100%!important;
	width: 100%!important;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background: none;
	border: none;
	padding: 0!important;
	margin: 31px 0 10px 0!important;
}

.article-details .wp-caption img {
	max-width: 100%!important;
	width: 100%!important;
	margin: 0 0 6px 0!important;
}

.article-details .wp-caption .wp-caption-text {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	padding: 0;
	margin: 0;
}

.article-details blockquote {
	background: #ffffff;
	box-shadow: inset #3bc2c4 8px 0 0 0;
	padding: 33px 60px 40px 40px;
	margin: 37px 0 21px 0;
}

.article-details blockquote:last-child {
	margin-bottom: 0;
}

.article-details blockquote h2,
.article-details blockquote h3,
.article-details blockquote h4,
.article-details blockquote h5,
.article-details blockquote h6 {
	padding: 0 0 19px 0;
}

.article-details blockquote h2:last-child,
.article-details blockquote h3:last-child,
.article-details blockquote h4:last-child,
.article-details blockquote h5:last-child,
.article-details blockquote h6:last-child,
.article-details blockquote p:last-child {
	padding-bottom: 0;
}

.article-details .post-entry-cont {
	width: 100%;
	max-width: 735px;
	float: left;
	padding-bottom: 50px;
}

.article-details .post-user-out {
	width: 130px;
	float: left;
	padding: 0 30px 0 0;
	margin: 8px 0 50px 0;
}

.article-details .post-user-out figure {
	width: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin: 0 0 7px 0;
}

.article-details .post-user-out figure img {
	width: 100%;
	max-width: 71px;
	max-height: 92px;
}

.article-details .post-user-out .name,
.article-details .post-user-out p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	padding: 0;
}

.article-details .social-links {
	width: 104%;
	float: left;
	padding: 3px 0 0 0;
}

.article-details .social-links .ssba-share-text {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	padding: 0 0 2px 6px;
}

.article-details .social-links .ssbp-text { 
	display: none;
}

.article-details .social-links .ssba-classic-2 {  
	float: none;
	display: inline-block;
	vertical-align: top; 
	padding: 0;
	margin: 0 -6px -10px -6px;
}

.article-details .social-links .ssba_facebook_share,
.article-details .social-links .ssba_twitter_share,
.article-details .social-links .ssba_linkedin_share { 
	width: 18px;
	float: none; 
	height: 20px;
	display: inline-block;
	vertical-align: middle; 
	line-height: 20px; 
	text-align: center; 
	text-decoration: none; 
	text-indent: -99999px;
	position: relative;
	padding: 0;
	margin: 0 6px 10px 6px;
}

.article-details .social-links .ssba_facebook_share img,
.article-details .social-links .ssba_twitter_share img,
.article-details .social-links .ssba_linkedin_share img { 
	max-width: 18px; 
	vertical-align: middle;
}

.article-details .social-links .ssba_facebook_share {
	width: 10px;
}

.article-details .social-links .ssba_facebook_share img {
	max-width: 10px; 
}

.article-details .social-links .ssba_facebook_share:before,
.article-details .social-links .ssba_twitter_share:before,
.article-details .social-links .ssba_linkedin_share:before {	
	font-family: "Font Awesome 5 Brands"; 
	height: 20px; 
	font-size: 20px; 
	color:#333333 ; 
	line-height: 20px; text-indent: 0; 
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute; 
	top: 0;
	left: 0;
}

.article-details .social-links .ssba_facebook_share:before {
	content: "\f39e";
}

.article-details .social-links .ssba_twitter_share:before {
	content: "\f099"; 
}

.article-details .social-links .ssba_linkedin_share:before {
	content: "\f0e1";
}

.article-details .social-links .ssba_facebook_share:hover:before,
.article-details .social-links .ssba_linkedin_share:hover:before,
.article-details .social-links .ssba_twitter_share:hover:before { 
	color: #ff7e00;
}

.article-details .testimonials2 {
	width: 100%;
	float: left;
	border-top: 3px solid #333333;
	padding: 34px 0 0 0;
}

.article-details .testimonials2 p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.article-details .testimonials2 .user-out figure {
	width: 71px;
	float: left;
	text-align: left;
	position: relative;
	z-index: 1;
	margin: -10px -71px 0 0;
}

.article-details .testimonials2 .user-out figure img {
	max-width: 71px;
}

.article-details .testimonials2 .user-out .name {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}

.article-details .testimonials2 .user-out .position {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}

.article-details .testimonials2 .user-out .author-txt {
	width: 100%;
	float: left;
	padding: 0 0 0 95px;
}

.article-details .testimonials2 .user-out {
	width: 225px;
	float: left;
	padding: 0 30px 0 0;
	margin: 0 0 10px 0;
}

@media (max-width: 1199px) {
.article-details h1 {
	font-size: 40px;
	line-height: 40px; 
	letter-spacing: normal;
}

.article-details h2 {
	font-size: 22px;
	line-height: 30px;
}

.article-details h3 {
	font-size: 32px;
	line-height: 32px; 
	letter-spacing: normal;
	padding: 30px 0 29px 0; 
}

.article-details h4 {
	letter-spacing: normal;
	padding: 0 0 19px 0;
}

.article-details p {
	font-size: 18px;
	line-height: 24px;
}

.article-details li {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 12px 24px;
}

.article-details .featured-img {
	margin: 0 0 35px 0;
}

.article-details .wp-caption {
	margin: 25px 0 15px 0!important;
}
}

@media (max-width: 991px) {
.article-details {
	max-width: 100%;
}

.article-details .post-entry-cont {
	max-width: 100%;
}
}

@media (max-width: 767px) {
.article-details {
	max-width: 100%;
}

.article-details h1 {
	padding-bottom: 32px; 
}

.article-details h2 {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 33px 0;
}

.article-details h3 {
	padding: 15px 0 12px 0; 
}

.article-details h4 {
	padding: 0 0 19px 0;
}

.article-details blockquote {
	padding: 27px 20px 28px 28px;
	margin: 21px 0 21px 0;
}

.article-details blockquote h4 {
	padding: 0 0 13px 0;
}

.article-details .featured-img {
	margin: 0 0 30px 0;
}

.article-details .wp-caption {
	margin: 20px 0 15px 0!important;
}

.article-details .post-user-out {
	width: 100px;
	padding: 0 20px 0 0;
	margin: 8px 0 10px 0;
}

.article-details .testimonials2 {
	padding: 25px 0 0 0;
}

.article-details .testimonials2 .user-out figure {
	width: 100%;
	margin: 0 0 15px 0;
}

.article-details .testimonials2 .user-out .name {
	letter-spacing: normal;
}

.article-details .testimonials2 .user-out .position {
	letter-spacing: normal;
}

.article-details .testimonials2 .user-out .author-txt {
	padding: 0;
}

.article-details .testimonials2 .user-out {
	width: 100px;
	padding: 0 10px 0 0;
	margin: 0 0 5px 0;
}
}



/* Erro Page / Search Results Page */
.row-content2 {
	width: 100%;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	padding: 65px 0 115px 0;
}

.row-content2 h1 {
	font-size: 80px; 
	line-height: 80px; 
	letter-spacing: -1px; 
}

.row-content2 h1 span {
	display: block;
}

.row-content2 h3 {
	font-size: 44px; 
	line-height: 44px; 
	letter-spacing: -1px;
	padding-bottom: 30px; 
}

.row-content2 p {
	padding-bottom: 12px;
}

.row-content2 p:last-child {
	padding-bottom: 0; 
}

.row-content2 article {
	width: 100%;
	max-width: 935px;
	padding: 0;
	margin: 0 0 28px 0;
}

.row-content2 article:last-child {
	margin-bottom: 0;
}

.row-content2 article img {
	display: none;
}

.row-content2 article .entry-summary {
	padding-bottom: 12px;
}

.row-content2 article .entry-summary:last-child {
	padding-bottom: 0;
}

.row-content2 article .comments-link {
	display: none;
}

.row-content2 article form {
	width: 100%;
	max-width: 545px;
	padding: 0;
	margin: 0;
}

.row-content2 article form input[type="text"],
.row-content2 article form input[type="password"],
.row-content2 article form input[type="datetime"],
.row-content2 article form input[type="datetime-local"],
.row-content2 article form input[type="date"],
.row-content2 article form input[type="month"],
.row-content2 article form input[type="time"],
.row-content2 article form input[type="week"],
.row-content2 article form input[type="number"],
.row-content2 article form input[type="email"],
.row-content2 article form input[type="url"],
.row-content2 article form input[type="search"],
.row-content2 article form input[type="tel"],
.row-content2 article form input[type="color"],
.row-content2 article form .uneditable-input,
.row-content2 article form textarea,
.row-content2 article form select {
	width: 100%;
	border-radius: 3px;
	margin: 0 0 20px 0;
}

.row-content2 article form .btn,
.row-content2 article form button,
.row-content2 article form input[type="button"],
.row-content2 article form input[type="submit"] {
	width: 100%;
	max-width: 250px;
}

.row-content2 article.not-found {
	font-family: sofia-pro, sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 30px;
}

.row-content2 article.not-found h1 {
	padding-bottom: 50px;
}

.row-content2 article.not-found h3 {
	padding-bottom: 20px;
}

.row-content2 article.not-found p {
	max-width: 540px;
	padding-bottom: 35px;
}

@media (max-width: 1199px) {
.row-content2 {
	padding: 35px 0 90px 0;
}
	
.row-content2 h1 {
	font-size: 60px; 
	line-height: 65px;
}

.row-content2 h3 {
	font-size: 40px; 
	line-height: 40px; 
}

.row-content2 article.not-found {
	font-size: 22px; 
	line-height: 30px; 
}

.row-content2 article.not-found {
	max-width: 650px;
}
}

@media (max-width: 991px) {
.row-content2 h1 {
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 40px; 
}

.row-content2 h3 {
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 20px;
}

.row-content2 article {
	margin: 0 0 30px 0;
}

.row-content2 article.not-found {
	max-width: 600px;
	font-size: 20px; 
	line-height: 28px; 
}

.row-content2 article.not-found h1 {
	padding-bottom: 40px;
}

.row-content2 article.not-found h3 {
	padding-bottom: 15px;
}

.row-content2 article.not-found p {
	padding-bottom: 30px;
}
}


@media (max-width: 767px) {
.row-content2 {
	font-size: 17px;
	line-height: 23px;
	padding: 20px 0 65px 0;
}

.row-content2 h1 {
	font-size: 36px;
	line-height: 38px;
	padding-bottom: 30px;
}

.row-content2 h3 {
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 20px;
}

.row-content2 article form .btn,
.row-content2 article form button,
.row-content2 article form input[type="button"],
.row-content2 article form input[type="submit"] {
	max-width: 200px;
}

.row-content2 article.not-found {
	padding-bottom: 0;
}

.row-content2 article.not-found h1 {
	padding-bottom: 35px;
}

.row-content2 article.not-found h3 {
	padding-bottom: 10px;
}

.row-content2 article.not-found p {
	padding-bottom: 30px;
}
}


/* Contact - Form Notifications */
.wpcf7 {
	width: 100%;
	padding: 0;
	margin: 0;
}

div.wpcf7-mail-sent-ok {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
}

div.wpcf7-mail-sent-ng {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0
}

div.wpcf7-spam-blocked {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #1d13d7;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
}

div.wpcf7-validation-errors {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: red;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
}

span.wpcf7-not-valid-tip {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	margin: 8px 0 0 0;
}

div.wpcf7 .screen-reader-response {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	width: 100%;
	padding: 40px 0 0 0;
	margin: 0;
}

div.wpcf7 .ajax-loader {
	text-align: center;
	z-index: 1;
	margin: 0 -15px 0 15px;
}

@media (max-width: 499px) {
#rc-imageselect, 
.cf7sr-g-recaptcha,
.g-recaptcha { 
	transform: scale(0.70);
	-webkit-transform: scale(0.70);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin-bottom: -20px;
}
}

.google-recaptcha-container {
	text-align: center!important;
}

@media (max-width: 499px) {
.g-recaptcha { 
	transform: scale(0.70);
	-webkit-transform: scale(0.70);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

.google-recaptcha-container {
    margin-bottom: -20px!important;
}
}

@media (max-width: 359px) {
.g-recaptcha { 
	transform: scale(0.55);
	-webkit-transform: scale(0.55);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

.google-recaptcha-container {
    margin-bottom: -35px!important;
}
}


/* Backgrounds - Colors */
.blue-bg { 
	background: #3bc2c4;
}

.blue-bg .btn,
.blue-bg button,
.blue-bg input[type="button"],
.blue-bg input[type="submit"] {
	background: #2b9091; 
	box-shadow: rgba(43, 144, 145, 0.6) 0 6px 12px;
}

.blue-bg .btn:hover,
.blue-bg button:hover,
.blue-bg input[type="button"]:hover,
.blue-bg input[type="submit"]:hover {
	box-shadow: rgba(43, 144, 145, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.blue-bg .btn:focus,
.blue-bg .btn:active,
.blue-bg .btn:active:focus,
.blue-bg .btn.active,
.blue-bg .btn.active:focus,
.blue-bg button:focus,
.blue-bg button:active,
.blue-bg button:active:focus,
.blue-bg button.active,
.blue-bg button.active:focus,
.blue-bg input[type="button"]:focus,
.blue-bg input[type="button"]:active,
.blue-bg input[type="button"]:active:focus,
.blue-bg input[type="button"].active,
.blue-bg input[type="button"].active:focus,
.blue-bg input[type="submit"]:focus,
.blue-bg input[type="submit"]:active,
.blue-bg input[type="submit"]:active:focus,
.blue-bg input[type="submit"].active,
.blue-bg input[type="submit"].active:focus  { 
	box-shadow: rgba(43, 144, 145, 0.4) 0 5px 5px;
}

.blue-bg .aside-sidebar:before { 
	background: #2c9091;
}

.blue-bg .aside-sidebar .list ul li:before { 
	color: #2c9091;
}

.grey-bg {
	background: #bfbfbf;
}

.grey-bg .btn,
.grey-bg button,
.grey-bg input[type="button"],
.grey-bg input[type="submit"] {
	background: #808080; 
	box-shadow: rgba(128, 128, 128, 0.6) 0 6px 12px;
}

.grey-bg .btn:hover,
.grey-bg button:hover,
.grey-bg input[type="button"]:hover,
.grey-bg input[type="submit"]:hover {
	box-shadow: rgba(128, 128, 128, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.grey-bg .btn:focus,
.grey-bg .btn:active,
.grey-bg .btn:active:focus,
.grey-bg .btn.active,
.grey-bg .btn.active:focus,
.grey-bg button:focus,
.grey-bg button:active,
.grey-bg button:active:focus,
.grey-bg button.active,
.grey-bg button.active:focus,
.grey-bg input[type="button"]:focus,
.grey-bg input[type="button"]:active,
.grey-bg input[type="button"]:active:focus,
.grey-bg input[type="button"].active,
.grey-bg input[type="button"].active:focus,
.grey-bg input[type="submit"]:focus,
.grey-bg input[type="submit"]:active,
.grey-bg input[type="submit"]:active:focus,
.grey-bg input[type="submit"].active,
.grey-bg input[type="submit"].active:focus  { 
	box-shadow: rgba(128, 128, 128, 0.4) 0 5px 5px;
}

.grey-bg .aside-sidebar:before { 
	background: #808080;
}

.grey-bg .aside-sidebar .list ul li:before { 
	color: #ffffff;
}

.grey-bg .customers-needs h4:before {
    background: #797979;
}

.grey-bg .customers-needs .article p {
    background: #d9d9d9;
}

.grey-bg .customers-needs .article p:before {
    border-top-color: #d9d9d9;
}

.orange1-bg {
	background: #faad5a;
}

.orange1-bg .btn,
.orange1-bg button,
.orange1-bg input[type="button"],
.orange1-bg input[type="submit"] {
	background: #c77334; 
	box-shadow: rgba(199, 115, 52, 0.6) 0 6px 12px;
}

.orange1-bg .btn:hover,
.orange1-bg button:hover,
.orange1-bg input[type="button"]:hover,
.orange1-bg input[type="submit"]:hover {
	box-shadow: rgba(199, 115, 52, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.orange1-bg .btn:focus,
.orange1-bg .btn:active,
.orange1-bg .btn:active:focus,
.orange1-bg .btn.active,
.orange1-bg .btn.active:focus,
.orange1-bg button:focus,
.orange1-bg button:active,
.orange1-bg button:active:focus,
.orange1-bg button.active,
.orange1-bg button.active:focus,
.orange1-bg input[type="button"]:focus,
.orange1-bg input[type="button"]:active,
.orange1-bg input[type="button"]:active:focus,
.orange1-bg input[type="button"].active,
.orange1-bg input[type="button"].active:focus,
.orange1-bg input[type="submit"]:focus,
.orange1-bg input[type="submit"]:active,
.orange1-bg input[type="submit"]:active:focus,
.orange1-bg input[type="submit"].active,
.orange1-bg input[type="submit"].active:focus  { 
	box-shadow: rgba(199, 115, 52, 0.4) 0 5px 5px;
}

.orange1-bg .aside-sidebar:before { 
	background: #bf7c39;
}

.orange1-bg .aside-sidebar .list ul li:before { 
	color: #bf7c39;
}

.orange2-bg {
	background: #fa9f5a;
}

.orange2-bg .btn,
.orange2-bg button,
.orange2-bg input[type="button"],
.orange2-bg input[type="submit"] {
	background: #bf7c39; 
	box-shadow: rgba(191, 124, 57, 0.6) 0 6px 12px;
}

.orange2-bg .btn:hover,
.orange2-bg button:hover,
.orange2-bg input[type="button"]:hover,
.orange2-bg input[type="submit"]:hover {
	box-shadow: rgba(191, 124, 57, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.orange2-bg .btn:focus,
.orange2-bg .btn:active,
.orange2-bg .btn:active:focus,
.orange2-bg .btn.active,
.orange2-bg .btn.active:focus,
.orange2-bg button:focus,
.orange2-bg button:active,
.orange2-bg button:active:focus,
.orange2-bg button.active,
.orange2-bg button.active:focus,
.orange2-bg input[type="button"]:focus,
.orange2-bg input[type="button"]:active,
.orange2-bg input[type="button"]:active:focus,
.orange2-bg input[type="button"].active,
.orange2-bg input[type="button"].active:focus,
.orange2-bg input[type="submit"]:focus,
.orange2-bg input[type="submit"]:active,
.orange2-bg input[type="submit"]:active:focus,
.orange2-bg input[type="submit"].active,
.orange2-bg input[type="submit"].active:focus  { 
	box-shadow: rgba(191, 124, 57, 0.4) 0 5px 5px;
}

.orange2-bg .aside-sidebar:before { 
	background: #bf7c39;
}

.orange2-bg .aside-sidebar .list ul li:before { 
	color: #bf7c39;
}

.green-bg {
	background: #70ccad;
}

.green-bg .btn,
.green-bg button,
.green-bg input[type="button"],
.green-bg input[type="submit"] {
	background: #549982; 
	box-shadow: rgba(84, 153, 130, 0.6) 0 6px 12px;
}

.green-bg .btn:hover,
.green-bg button:hover,
.green-bg input[type="button"]:hover,
.green-bg input[type="submit"]:hover {
	box-shadow: rgba(84, 153, 130, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.green-bg .btn:focus,
.green-bg .btn:active,
.green-bg .btn:active:focus,
.green-bg .btn.active,
.green-bg .btn.active:focus,
.green-bg button:focus,
.green-bg button:active,
.green-bg button:active:focus,
.green-bg button.active,
.green-bg button.active:focus,
.green-bg input[type="button"]:focus,
.green-bg input[type="button"]:active,
.green-bg input[type="button"]:active:focus,
.green-bg input[type="button"].active,
.green-bg input[type="button"].active:focus,
.green-bg input[type="submit"]:focus,
.green-bg input[type="submit"]:active,
.green-bg input[type="submit"]:active:focus,
.green-bg input[type="submit"].active,
.green-bg input[type="submit"].active:focus  { 
	box-shadow: rgba(84, 153, 130, 0.4) 0 5px 5px;
}

.green-bg .aside-sidebar:before { 
	background: #517f70;
}

.green-bg .aside-sidebar .list ul li:before { 
	color: #517f70;
}

.purple-bg {
	background: #8cbaff;
}

.purple-bg .btn,
.purple-bg button,
.purple-bg input[type="button"],
.purple-bg input[type="submit"] {
	background: #7095cc; 
	box-shadow: rgba(112, 149, 204, 0.6) 0 6px 12px;
}

.purple-bg .btn:hover,
.purple-bg button:hover,
.purple-bg input[type="button"]:hover,
.purple-bg input[type="submit"]:hover {
	box-shadow: rgba(112, 149, 204, 0.6) 0 6px 12px, inset #ffffff 0 0 0 2px;
}

.purple-bg .btn:focus,
.purple-bg .btn:active,
.purple-bg .btn:active:focus,
.purple-bg .btn.active,
.purple-bg .btn.active:focus,
.purple-bg button:focus,
.purple-bg button:active,
.purple-bg button:active:focus,
.purple-bg button.active,
.purple-bg button.active:focus,
.purple-bg input[type="button"]:focus,
.purple-bg input[type="button"]:active,
.purple-bg input[type="button"]:active:focus,
.purple-bg input[type="button"].active,
.purple-bg input[type="button"].active:focus,
.purple-bg input[type="submit"]:focus,
.purple-bg input[type="submit"]:active,
.purple-bg input[type="submit"]:active:focus,
.purple-bg input[type="submit"].active,
.purple-bg input[type="submit"].active:focus  { 
	box-shadow: rgba(112, 149, 204, 0.4) 0 5px 5px;
}

.purple-bg .aside-sidebar:before { 
	background: #7095cc;
}

.purple-bg .aside-sidebar .list ul li:before { 
	color: #7095cc;
}


/* Arrow Top - BG */
.arrow-top-bg1 {
	min-height: 980px;
}

.arrow-top-bg1:before {
	height: 120%;
	background-image: url(img/arrow-6.png);
}

.arrow-top-bg2 {
	min-height: 985px;
}

.arrow-top-bg2:before {
	height: 120%;
	background-image: url(img/arrow-10.png);
}

.arrow-top-bg3 {
	min-height: 1430px;
}

.arrow-top-bg3:before {
	height: 120%;
	background-image: url(img/arrow-13.png);
}

.arrow-top-bg4 {
	min-height: 850px;
}

.arrow-top-bg4:before {
	height: 120%;
	background-image: url(img/arrow-14.png);
}

.arrow-top-bg5 {
	min-height: 850px;
}

.arrow-top-bg5:before {
	height: 100%;
	background-image: url(img/arrow-18.png);
	background-position: center 225px;
}

@media (min-width: 992px) {
.arrow-top-bg5 {
	padding-bottom: 100px;
}	
}

@media (max-width: 1199px) {
.arrow-top-bg1 {
	min-height: 765px;
}
	
.arrow-top-bg2 {
	min-height: 685px;
}

.arrow-top-bg3 {
	min-height: 1200px;
}

.arrow-top-bg4 {
	min-height: 730px;
}

.arrow-top-bg5 {
	min-height: 730px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.arrow-top-bg4 {
	padding-bottom: 20px;
}
}

@media (max-width: 991px) {
.arrow-top-bg1,
.arrow-top-bg2,
.arrow-top-bg3,
.arrow-top-bg4,
.arrow-top-bg5 {
	min-height: inherit;
}
}


/* Arrow - BG */
.arrow-bg1:before,
.arrow-bg2:before,
.arrow-bg3:before,
.arrow-bg4:before,
.arrow-bg5:before,
.arrow-bg6:before,
.arrow-bg7:before,
.arrow-bg9:before {
	top: -48px;
}

.arrow-bg1 { 
	min-height: 900px;
}

.arrow-bg1:before {
	background-image: url(img/arrow-2.png);
	top: -48px;
}

.arrow-bg2 {
	min-height: 820px;
}

.arrow-bg2:before {
	background-image: url(img/arrow-3.png);
	top: -77px;
}

.arrow-bg3 {
	min-height: 1250px;
}

.arrow-bg3:before {
	background-image: url(img/arrow-4.png);
	top: -50px;
}

.arrow-bg4 {
	min-height: 550px;
}

.arrow-bg4:before {
	background-image: url(img/arrow-5.png);
	top: -50px;
}

.arrow-bg5 {
	min-height: 1300px;
}

.arrow-bg5:before {
	background-image: url(img/arrow-7.png);
	top: -50px;
}

.arrow-bg6 {
	min-height: 450px;
}

.arrow-bg6:before {
	background-image: url(img/arrow-8.png);
	top: -40px;
	left: -10px;
}

.arrow-bg7 {
	min-height: 1600px;
}

.arrow-bg7:before {
	background-image: url(img/arrow-9.png);
	top: -56px;
}

.arrow-bg9 {
	min-height: 920px;
}

.arrow-bg9:before {
	background-image: url(img/arrow-11.png);
	top: -58px;
}

.arrow-bg10 {
}

.arrow-bg11 {
	min-height: 689px;
}

.arrow-bg11:before {
	background-image: url(img/arrow-15.png);
	top: -50px;
}

.arrow-bg11:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(img/arrow-16.png) no-repeat bottom center;
	background-size: 1440px auto;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 1;
}

.arrow-bg12 {
	min-height: 1487px;
}

.arrow-bg12:before {
	background-image: url(img/arrow-17.png);
	top: -63px;
}

.arrow-bg13 {
	min-height: 794px;
}

.arrow-bg13:before {
	background-image: url(img/arrow-19.png);
	top: -76px;
}

.arrow-bg13:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(img/arrow-16.png) no-repeat bottom center;
	background-size: 1440px auto;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 1;
}

@media (min-width: 1200px) {
.arrow-bg10 {
	min-height: 315px;
	padding-top: 0;
}

.arrow-bg10:before {
    height: 315px;
    background-image: url(img/arrow-15.png);
    background-position: bottom center;
    top: -40px;
    left: -95px;
}

.arrow-bg11 > .vc_row,
.arrow-bg13 > .vc_row {
	position: relative;
	z-index: 2;
}
}

@media (max-width: 1199px) {
.arrow-bg1 {
	min-height: 700px;
}

.arrow-bg2 {
	min-height: 750px;
}

.arrow-bg3 {
	min-height: 1000px;
}

.arrow-bg4 {
	min-height: 460px;
}

.arrow-bg5 {
	min-height: 900px;
}

.arrow-bg6 {
	min-height: inherit;
}

.arrow-bg6:before {
	background-position: top left;
	left: -425px;
}

.arrow-bg7 {
	min-height: 1300px;
}

.arrow-bg9 {
	min-height: 750px;
}

.arrow-bg10 {
	min-height: inherit;
}

.arrow-bg10:before {
	background-image: url(img/arrow-8.png);
	background-position: top left;
	top: -40px;
	left: -425px;
}

.arrow-bg11:after {
	background-size: 1200px auto;
}

.arrow-bg12 {
	min-height: 1487px;
}

.arrow-bg13 {
	min-height: 794px;
}
}

@media (max-width: 991px) {
.arrow-bg1,
.arrow-bg2,
.arrow-bg3,
.arrow-bg4,
.arrow-bg5,
.arrow-bg6,
.arrow-bg7,
.arrow-bg9,
.arrow-bg10,
.arrow-bg11,
.arrow-bg12,
.arrow-bg13 {
	min-height: inherit;
}

.arrow-bg11:after,
.arrow-bg13:after {
	display: none!important;
}
}


/* =WordPress Core
-------------------------------------------------------------- */

img.alignnone,
img.aligncenter {
	max-width: 100%;
	height: auto;
}

img.alignleft {
	height: auto;
	float: left;
	margin: 10px 30px 30px 0;
}

img.alignright {
	height: auto;
	float: right;
	margin: 10px 0 30px 30px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* Margin & Padding - None */
.margin-top-none {
	margin-top: 0!important;
}

.margin-bottom-none {
	margin-bottom: 0!important;
}

.padding-top-none {
	padding-top: 0!important;
}

.padding-bottom-none {
	padding-bottom: 0!important;
}


