/*
Theme Name: netStride
Theme URI: http://www.netstride.com/
Author: netStride
Author URI: http://netstride.com/
Version: 2.0
Text Domain: netStride
*/
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("fontawesome-5.0.13/webfonts/fa-solid-900.eot");
	src: url("fontawesome-5.0.13/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fontawesome-5.0.13/webfonts/fa-solid-900.woff2") format("woff2"), url("fontawesome-5.0.13/webfonts/fa-solid-900.woff") format("woff"), url("fontawesome-5.0.13/webfonts/fa-solid-900.ttf") format("truetype"), url("fontawesome-5.0.13/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
    font-family: 'cooper_hewittlight';
    src: url('font/cooperhewitt-light.woff2') format('woff2'),
         url('font/cooperhewitt-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Slab', serif;
	color: #1e1e1e;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
strong {
	font-weight: 700;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
}
a {
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #1e1e1e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.button a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.button a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a img {
	border: none;
}
a.post-edit-link {
	position: fixed;
	padding: 5px 10px;
	background: #df3832;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#df3832), to(#930402));
	background-image: -webkit-linear-gradient(#df3832, #930402);
	background-image: -moz-linear-gradient(#df3832, #930402);
	background-image: -ms-linear-gradient(#df3832, #930402);
	background-image: -o-linear-gradient(#df3832, #930402);
	background-image: linear-gradient(#df3832, #930402);
	color: #fff !important;
	text-decoration: none !important;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	ms-border-radius: 0 5px 5px 0;
	margin: 0;
	top: 35%;
	left: 0;
	font-size: 13px;
	z-index: 99999;
	font-family: Arial, sans-serif;
}
a.post-edit-link:hover {
	background: #930402;
}
hr {
	clear: both;
	border: none;
	border-bottom: 3px #e6bb27 dashed;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
}
h2.widgettitle {
	visibility: hidden;
	display: none;
}
p:empty {
	visibility: hidden;
	display: none;
}
.clear {
	clear: both;
}
.section_left {
	float: left;
}
.section_right {
	float: right;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: block;
	box-sizing: border-box;
	/*border: 10px #ddd solid;*/
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: block;
	box-sizing: border-box;
	/*border: 10px #ddd solid;*/
}
.aligncenter {
	float: none;
	margin: 0 auto 20px auto;
	display: block;
	box-sizing: border-box;
	/*border: 10px #ddd solid;*/
}
.width_100 {
	width: 100%;
}
.width_95 {
	width: 95%;
}
.width_90 {
	width: 90%;
}
.width_85 {
	width: 85%;
}
.width_80 {
	width: 80%;
}
.width_75 {
	width: 75%;
}
.width_70 {
	width: 70%;
}
.width_65 {
	width: 65%;
}
.width_60 {
	width: 60%;
}
.width_55 {
	width: 55%;
}
.width_50 {
	width: 50%;
}
.width_45 {
	width: 45%;
}
.width_40 {
	width: 40%;
}
.width_35 {
	width: 35%;
}
.width_30 {
	width: 30%;
}
.width_25 {
	width: 25%;
}
.width_20 {
	width: 20%;
}
.width_15 {
	width: 15%;
}
.width_10 {
	width: 10%;
}
.content {
	width: 1870px;
	margin: 0 auto;
}
.header_wrapper {
	background: #fff;
}
.sticky_header {
	margin:198px 0 0 0;
}
.header_wrapper.inner_header {
	border-bottom:5px #eee solid;
}
.header_wrapper .content {
	padding: 20px 0;
	width: 1770px;
}
.header_wrapper .content h1 {
	float: left;
}
.header_wrapper .content h1 a {
	display: block;
	width: 320px;
	height: 105px;
/*	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 100% auto;*/
	overflow: hidden;
}
.header_wrapper .content h1 a svg {
	width:inherit;
}
.header_wrapper .content nav {
	display: block;
	float: right;
	margin: 20px 0 0 0;
}
.header_wrapper .content nav .menu-header-menu-container {
	float: left;
}
.header_wrapper .content nav ul {
	list-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	ms-border-radius: 5px;
	background: #1e1e1e;
	margin: 0 40px 0 0;
	padding: 0;
	overflow: hidden;
	float: inherit;
}
.header_wrapper .content nav ul li {
	display: block;
	float: inherit;
}
.header_wrapper .content nav ul li a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 13px 25px;
}
.header_wrapper .content nav ul li:first-child a {
	background: #6e509e;
	color: #fff;
}
.header_wrapper .content nav ul li a:hover {
	background: #69b81c;
	color: #454545;
}
.header_wrapper .content nav .menu-social-menu-container {
	float: right;
}
.header_wrapper .content nav .menu-social-menu-container ul {
	float: left;
	margin: 0;
}
.header_wrapper .content nav .menu-social-menu-container ul li {
	float: inherit;
}
.header_wrapper .content nav .menu-social-menu-container ul li:nth-child(1) a {
	background: #3b5998;
	color: #fff;
}
.header_wrapper .content nav .menu-social-menu-container ul li:nth-child(2) a {
	background: #55acee;
	color: #fff;
}
.header_wrapper .content nav .menu-social-menu-container ul li:nth-child(3) a {
	background: #007bb5;
	color: #fff;
}
.header_wrapper .content nav .menu-social-menu-container ul li a:hover {
	background: #6e509e;
}
.slogan_wrapper {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #5ec0ed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #5ec0ed 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #5ec0ed 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#5ec0ed', GradientType=0 );
}
.slogan_wrapper .content h2 {
	text-align: center;
	font-size: 50px;
	line-height: 65px;
	padding: 70px 0;
	max-width: 1400px;
	margin: 0 auto;
}
.animation_wrapper {
	background: #5ec0ed;
	overflow:hidden;
	width:100%;
	position:relative;
	height:900px;
}
.animation_wrapper .content {
	width:1870px;
	margin:0 auto;
	position:absolute;
	transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	left:50%;
	bottom:0;
}
.animation_wrapper .content .animate {
	/*height:100vh;*/
	height: 955px;
	position: relative;
	overflow: hidden;
}
.animation_wrapper .content .dummy {
	height: inherit;
}
.service_area_wrapper {
	display: block;
	min-height: 500px;
	background: #ffffff;
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#5ec0ed), to(#ffffff));
	background-image: -webkit-linear-gradient(#5ec0ed, #ffffff);
	background-image: -moz-linear-gradient(#5ec0ed, #ffffff);
	background-image: -ms-linear-gradient(#5ec0ed, #ffffff);
	background-image: -o-linear-gradient(#5ec0ed, #ffffff);
	background-image: linear-gradient(#5ec0ed, #ffffff);*/
}
.contact_wrapper {
/*	background: #d2d2d2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
	background-image: -webkit-linear-gradient(#ffffff, #d2d2d2);
	background-image: -moz-linear-gradient(#ffffff, #d2d2d2);
	background-image: -ms-linear-gradient(#ffffff, #d2d2d2);
	background-image: -o-linear-gradient(#ffffff, #d2d2d2);
	background-image: linear-gradient(#ffffff, #d2d2d2);*/
	text-align:center;
	background:url(images/img_contact_people.png) center bottom no-repeat;
	padding:0 0 430px 0;
}
.contact_wrapper .bubble_bg {
	background: url(images/bg_quick_contact.png) top center no-repeat;
	background-size: 98% auto;
	/*min-height: 800px;*/
	padding: 260px 0 100px 0;
}
.contact_wrapper .bubble_bg .section_left, .contact_wrapper .bubble_bg .section_right {
	min-height: inherit;
	text-align: center;
}
.contact_wrapper .bubble_bg .section_right {
	padding:40px 40px 0 40px !important;
	box-sizing:border-box;
	float:none;
	margin:0 auto;
}
/*.contact_wrapper .bubble_bg .section_left {
	background: url(images/img_contact.png) center center no-repeat;
	background-size: 80% auto;
}*/
.contact_wrapper .bubble_bg .section_right h2 {
	font-size: 38px;
	color: #69b81c;
	display: block;
	visibility: visible;
	margin: 0 0 20px 0;
}
.contact_wrapper .bubble_bg .section_right input[type="text"], .contact_wrapper .bubble_bg .section_right input[type="email"], .contact_wrapper .bubble_bg .section_right input[type="tel"], .contact_wrapper .bubble_bg .section_right textarea {
	font-family: 'Roboto Slab', serif;
	width: 612px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	ms-border-radius: 10px;
	border: none;
	color: #454545;
	font-size: 23px;
	padding: 14px 15px;
	box-sizing: border-box;
	border: 2px #8f8f8f solid;
	border-bottom: 5px #8f8f8f solid;
	display: block;
	margin: 0 auto 15px auto;
	font-weight: 300;
}
.contact_wrapper .bubble_bg .section_right input[type="submit"] {
	background: #69b81c;
	color: #fff;
	width: auto;
	padding: 14px 15px;
	color: #fff;
	font-size: 23px;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	ms-border-radius: 10px;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.contact_wrapper .bubble_bg .section_right input[type="submit"]:hover {
	background: #1e1e1e;
}
.contact_wrapper .bubble_bg .section_right textarea {
	resize: none;
	height: 200px;
}
.contact_wrapper .bubble_bg .section_right h3 {
	color: #2c2c2c;
	font-size: 29px;
	margin: 0 0 50px 0;
}
.contact_wrapper .bubble_bg .section_right  h2 {
	text-align:center;
	font-weight:400;
	font-size:40px;
	color:#1e1e1e;
	text-align:center;
	padding:0 0 70px 0;
	clear:both;
	max-width:1140px;
	margin:0 auto;
}
.contact_wrapper .bubble_bg .section_right  h2 span[style="text-decoration: underline;"] {
	color:#ab0500;
}
.contact_wrapper .bubble_bg .section_right  p {
	font-size:30px;
	line-height:45px;
	margin:0 0 30px 0;
}
.contact_wrapper .bubble_bg .section_right blockquote {
	background:#99adf3;
	padding:20px 25px;
	border-radius:20px;
	margin:0 0 70px 0;
	font-weight:700;
	color:#fff;
}
.contact_wrapper .bubble_bg .section_right blockquote p {
	margin:0;
}
.contact_wrapper .bubble_bg .section_right .button {
	text-align:center;
	position:relative;
}
.contact_wrapper .bubble_bg .section_right .button::before {
	content:url('images/sec10-image-02-left.png');
	position:absolute;
	top: -160px;
	left: -30px;
}
.contact_wrapper .bubble_bg .section_right .button a {
	display:inline-block;
	font-size:30px;
	color:#fff;
	font-weight:700;
	border-radius:50px;
	padding:30px 30px;
	background: rgb(0,145,31);
	background: linear-gradient(0deg, rgba(0,145,31,1) 0%, rgba(56,255,98,1) 100%);
	width:590px;
}
.contact_wrapper .bubble_bg .section_right  .button a:hover {
	padding:30px 70px;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 30px 0;
	position: inherit;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-mail-sent-ng, .wpcf7 div.wpcf7-mail-sent-ok {
	border: none;
	padding: 10px;
	color: #fff;
	background: #ff0004;
	margin: 20px 0;
}
.wpcf7 div.wpcf7-mail-sent-ok {
	background: #1ea524;
}
.wpcf7 br {
	visibility: hidden;
	display: none;
}
.wpcf7 .ajax-loader {
	position: relative !important;
	width: auto !important;
	height: auto !important;
	margin: 20px 0 0 0 !important;
	display: block !important;
}
.wpcf7 .ajax-loader:before {
	background: none !important;
	content: '\f110';
	font-family: 'FontAwesome';
	animation: 2s linear 0s normal none infinite running fa-spin;
	font-size: 18px;
	position: absolute;
}
.wpcf7 .wpcf7-recaptcha {
	width:304px !important;
	margin:0 !important
}
.recent_stuff_wrapper {
	display: block;
	position:relative;
}
.recent_stuff_wrapper a.view_button {
	display:inline-block;
	background:#282828;
	padding:15px 50px 15px 20px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	ms-border-radius:0 0 10px 10px;
	color:#fff;
	font-weight:500;
	text-decoration:none;
	position:relative;
	font-size:25px;
	position:absolute;
	bottom:-72px;
	left:50%;
	transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.recent_stuff_wrapper a.view_button:after {
	content:'\f0a9';
	font-family: 'Font Awesome 5 Free';
	font-weight:bold;
	position:absolute;
	top:14px;
	right:15px;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.recent_stuff_wrapper a.view_button:hover {
	padding:15px 70px 15px 20px;
}
.recent_stuff_wrapper a.view_button:hover:after {
	right:20px;
}
.recent_stuff_wrapper {
	background: url(images/bg_recent_stuff.png) center top no-repeat;
	/*border-bottom: 20px #282828 solid;*/
	padding: 250px 0 0 0;
}
.recent_stuff_wrapper h2 {
	font-size: 72px;
	color: #fff;
	margin: 0 0 40px 0;
	text-align: center;
}
.recent_stuff_wrapper ul {
	list-style: none;
	float: left;
	width: 100%;
}
.recent_stuff_wrapper ul li {
	width: 33.3333%;
	height: 520px;
	float: inherit;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.recent_stuff_wrapper ul li p {
	display: block;
	width: 100%;
	height: inherit;
}
.recent_stuff_wrapper ul li p a.fbx-link {
	display: block;
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
}
.recent_stuff_wrapper ul li p a.fbx-link img {
	width: 790px;
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.recent_stuff_wrapper ul li p a.fbx-link:before {
	content: '';
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	z-index: 9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.recent_stuff_wrapper ul li img.logo {
	width: 450px;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.recent_stuff_wrapper ul li a.fbx-link:after {
	content: 'Click to Enlarge';
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	ms-border-radius: 10px;
	background: #1a7dc3;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	z-index: 9;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.recent_stuff_wrapper ul li a.button {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	ms-border-radius: 10px;
	background: #c6705e;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	z-index: 9;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-decoration: none;
}
.recent_stuff_wrapper ul li:hover img {
	width: 890px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.recent_stuff_wrapper ul li:hover img.logo {
	width: 400px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	opacity:0;
}
.recent_stuff_wrapper ul li:hover a:after {
	opacity: 1;
	bottom: 30%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border:2px #fff solid;
}
.recent_stuff_wrapper ul li:hover a.button {
	opacity: 1;
	bottom: 20%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border:2px #fff solid;
}
.recent_stuff_wrapper ul li:hover p a.fbx-link:before {
	opacity:0;
}
.testimonials_wrapper {
	background: #c3e6ff url(images/bg_testi.png) bottom center no-repeat;
	padding: 100px 0 280px 0;
	text-align: center;
}
.testimonials_wrapper h2 {
	font-size: 60px;
	color: #1a7dc3;
	margin: 0 0 30px 0;
	text-align: center;
}
.testimonials_wrapper h3 {
	font-size: 25px;
	color: #1a7dc3;
	margin: 0 0 50px 0;
	text-align: center;
}
.testimonials_wrapper #grid {
/*	display: grid;
	grid-gap: 36px;
	grid-template-columns: repeat(auto-fill, minmax(443px, 1fr));
	grid-auto-rows: minmax(100px, auto);
	grid-auto-flow: dense;*/
	position:relative;
/*	max-width: 100%;
	width: 100%;*/
	box-sizing:border-box;
	margin:0 0 0 30px;
}
.testimonials_wrapper .block {
	display:block;
	position:relative;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	padding:100px 30px 30px 30px;
	border:3px #fff solid;
	text-align:left;
	font-size:25px;
	color:#454545;
	line-height:35px;
	position:absolute;
	box-sizing:border-box;
	/*margin:15px !important;*/
}
.testimonials_wrapper .block:before {
	content:'\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight:bold;
	position:absolute;
	font-size:50px;
	opacity:0.5;
	top:30px;
}
.testimonials_wrapper .block p {
	margin:0 0 25px 0;
}
.testimonials_wrapper .block p i {
	color:#ffc600;
}
.testimonials_wrapper .block p:last-child {
	margin:0;
}
.testimonials_wrapper .block:nth-child(odd) {
	background:none;
}
.testimonials_wrapper a.button {
	display:inline-block;
	background:#1a7dc3;
	padding:15px 50px 15px 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	ms-border-radius:10px;
	color:#fff;
	font-weight:500;
	text-decoration:none;
	position:relative;
	font-size:25px;
	display:inline-block;
	margin:0 auto;
}
.testimonials_wrapper a.button:after {
	content:'\f0a9';
	font-family: 'Font Awesome 5 Free';
	font-weight:bold;
	position:absolute;
	top:14px;
	right:15px;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.testimonials_wrapper a.button:hover {
	padding:15px 70px 15px 20px;
}
.testimonials_wrapper a.button:hover:after {
	right:20px;
}
.block.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.footer_wrapper {
	background: #2a2a2a;
	/*border-top: 20px #171717 solid;*/
	padding: 0;
	color: #fff;
}
.footer_wrapper .content {
	max-width: 1500px;
	margin: 0 auto;
}
.footer_wrapper .section-one {
	padding:30px 0;
	background:#6f695b;
}
.footer_wrapper .section-two {
	padding:30px 0;
	background:#4b473c;
}
.footer_wrapper .story, .footer_wrapper .ffeeds, .footer_wrapper .officel, .footer_wrapper .qnav, .footer_wrapper .tfeeds, .footer_wrapper .sareas {
	/*width:577px;*/
	width: 30.5%;
}
.footer_wrapper .story, .footer_wrapper .ffeeds, .footer_wrapper .tfeeds {
	min-height: 860px;
}
.footer_wrapper .story, .footer_wrapper .officel, .footer_wrapper .ffeeds, .footer_wrapper .tfeeds {
	margin: 0 4.25% 0 0;
}
.footer_wrapper .story, .footer_wrapper .ffeeds, .footer_wrapper .officel, .footer_wrapper .qnav, .footer_wrapper .tfeeds, .footer_wrapper .sareas {
	float: left;
}
/*.footer_wrapper .tfeeds, .footer_wrapper .sareas {
	float: right;
}*/
.footer_wrapper .sareas ul {
	margin:0 0 30px 0;
}
.footer_wrapper .sareas p {
	text-align:center;
}
.footer_wrapper .officel, .footer_wrapper .qnav, .footer_wrapper .sareas {
	min-height: 740px;
}
.footer_wrapper .story a {
	display: inline-block;
	border: 1px #fa7058 solid;
	padding: 10px 50px 10px 20px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	ms-border-radius: 50px;
	color: #fa7058;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
.footer_wrapper .story a:after {
	content: '\f0a9';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fa7058;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.footer_wrapper .story a:hover {
	padding: 10px 70px 10px 20px;
}
.footer_wrapper .story a:hover:after {
	right: 20px;
}
.footer_wrapper .sareas ul li, .footer_wrapper .qnav ul li {
	border: none;
	line-height: 30px;
	padding: 0 0 0 40px;
	position: relative;
}
.footer_wrapper .sareas ul li:before, .footer_wrapper .qnav ul li:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 16px;
}
.footer_wrapper .sareas ul li a, .footer_wrapper .qnav ul li a {
	padding: 0;
}
.footer_wrapper .sareas ul li:first-child a, .footer_wrapper .qnav ul li:first-child a {
	padding: 0;
}
.footer_wrapper ul {
	list-style: none;
}
.footer_wrapper ul li {
	font-size: 20px;
	border-bottom: 1px #fff dashed;
}
.footer_wrapper ul li:last-child {
	border-bottom: none;
}
.footer_wrapper ul li a {
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
	display: block;
}
.footer_wrapper ul li:first-child a {
	padding: 0 0 20px 0;
}
.footer_wrapper ul li a:hover {
}
.footer_wrapper h3 {
	padding: 50px 0;
	color: #fff;
	font-size: 30px;
}
.footer_wrapper p {
	line-height: 30px;
	font-size: 20px;
	margin: 0 0 20px 0;
}
.footer_wrapper p:last-child {
	margin: 0;
}
.footer_wrapper .copyright {
	/*border-top: 20px #353535 solid;*/
	padding: 50px 0;
}
.footer_wrapper .copyright a {
	color:#fff;
}
.footer_wrapper .story h3 {
	color: #fa7058;
}
.footer_wrapper .ffeeds h3 {
	color: #9aca57;
	text-align:center;
}
.footer_wrapper .ffeeds ul li {
	border-color: #9aca57;
}
.footer_wrapper .tfeeds h3 {
	color: #ffdc69;
	text-align:center;
}
.footer_wrapper .tfeeds ul li {
	border-color: #ffdc69;
}
.footer_wrapper .officel h3 {
	color: #f89b1c;
}
.footer_wrapper .qnav h3 {
	color: #15aac4;
}
.footer_wrapper .sareas h3 {
	color: #34c99d;
	text-align:center;
}
.cff-wrapper, #ctf {
	height:340px;
	overflow:auto;
}
.inner_wrapper .content {
	padding: 30px 0;
	width: 1770px;
}
.inner_wrapper .content h2 {
	font-size:45px;
	margin:0 0 30px 0;
}
.inner_wrapper .content h3 {
	font-size:30px;
	margin:0 0 20px 0;
	/*color:#6e509e;*/
}
.inner_wrapper .content h4 {
	font-size:20px;
	margin:0 0 20px 0;
}
.inner_wrapper .content p {
	font-size:20px;
	margin:0 0 30px 0;
	line-height:30px;
}
.inner_wrapper .content ul {
	font-size:20px;
	margin:0 0 30px 0;
	line-height:30px;
	padding:0 0 0 20px;
}
.inner_wrapper .content.thankyou {
	padding:30px 0 0 0;
}
.inner_wrapper .content.thankyou p:last-child {
	margin:0;
}
.inner_wrapper .content.thankyou p img {
	margin-bottom:0 !important;
}
.map {
	border-bottom:5px #eee solid;
	line-height:0px;
}
.contact {
	padding:50px 0;
}
.inner_wrapper .contact h2 {
	margin:0 0 50px 0;
	font-size:60px;
	font-weight:400;
}
.contact .block {
	display:block;
	width:29%;
	border:1px #ddd solid;
	box-sizing:border-box;
	padding:20px;
	margin:0 5% 30px 0;
	text-align:left;
	vertical-align:top;
	min-height:500px;
	float:left;
}
.contact .block:nth-child(3n) {
	margin:0 0 30px 0;
}
.contact .block i {
	display:block;
	text-align:center;
	font-size:70px;
	height:130px;
	line-height:120px;
}
.contact .block:nth-child(1) i {
	color:#ffc858;
}
.contact .block:nth-child(2) i {
	color:#63b3d0;
}
.contact .block:nth-child(3) i {
	color:#e84a3a;
}
.contact .block:nth-child(4) i {
	color:#fc601f;
}
.contact .block:nth-child(5) i {
	color:#503869;
}
.contact .block:nth-child(6) i {
	color:#2cadb7;
}
.contact .block h3 {
	text-align:center;
	font-size:32px;
	font-weight:400;
	min-height:140px;	
}
.contact .block .info {
	min-height:140px;
	text-align:center;
}
.contact .block .button p {
	margin:0;
}
.contact .section_right .block {
	width:100%;
	margin:0;
	background:#6e509e;
	color:#fff;
} 
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	font-family: 'Roboto Slab', serif;
	width: 612px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	ms-border-radius: 10px;
	border: none;
	color: #454545;
	font-size: 23px;
	padding: 14px 15px;
	box-sizing: border-box;
	border: 2px #8f8f8f solid;
	border-bottom: 5px #8f8f8f solid;
	display: block;
	margin: 0 0 15px 0;
	font-weight: 300;
}
/*.web .wpcf7 input[type="text"], .web .wpcf7 input[type="email"], .web .wpcf7 input[type="tel"], .web .wpcf7 textarea {
	border-color:#2f5807;
}*/
.wpcf7 input[type="text"].wpcf7-validates-as-required, .wpcf7 input[type="email"].wpcf7-validates-as-required, .wpcf7 input[type="tel"].wpcf7-validates-as-required, .wpcf7 textarea.wpcf7-validates-as-required {
	border-bottom-color:#ff0004;
}
.wpcf7 input[type="submit"] {
	background: #69b81c;
	color: #fff;
	width: auto;
	padding: 14px 15px;
	color: #fff;
	font-size: 23px;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	ms-border-radius: 10px;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.web .wpcf7 input[type="submit"] {
	background:#2c3947;
}
.wpcf7 input[type="submit"]:hover {
	background: #1e1e1e;
}
.wpcf7 textarea {
	resize: none;
	height: 200px;
}
.wpcf7-list-item {
	margin:0 !important;
	display:block !important;
}
.content.testimonials #grid {
/*	display: grid;
	grid-gap: 36px;
	grid-template-columns: repeat(auto-fill, minmax(443px, 1fr));
	grid-auto-rows: minmax(100px, auto);
	grid-auto-flow: dense;*/
	position:relative;
/*	max-width: 100%;
	width: 100%;*/
	box-sizing:border-box;
	margin:0 0 0 30px;
}
.content.testimonials .block {
	display:block;
	position:relative;
	background: #c3e6ff;
	/*opacity: 0;*/
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	padding:100px 30px 30px 30px;
	border:3px #c3e6ff solid;
	text-align:left;
	font-size:25px;
	color:#454545;
	line-height:35px;
	position:absolute;
	box-sizing:border-box;
	/*margin:15px !important;*/
}
.content.testimonials .block:before {
	content:'\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight:bold;
	position:absolute;
	font-size:50px;
	opacity:0.5;
	top:30px;
}
.content.testimonials .block p {
	margin:0 0 45px 0;
}
.content.testimonials .block p:last-child {
	margin:0;
}
.content.testimonials .block:nth-child(odd) {
	background:none;
}
.content.testimonials .block.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.inner_wrapper table {
	border-top: 1px #ddd solid !important;
	border-left: 1px #ddd solid !important;
}
.inner_wrapper table tr:nth-child(odd) {
	background: #eee;
}
.inner_wrapper table tr th, .inner_wrapper table tr td {
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding: 10px;
	width:16.6%
}
.inner_wrapper table tr th {
	background: #1e1e1e !important;
	color: #fff;
	text-align: left;
}
.inner_wrapper .responsive_table {
	margin:0 0 30px 0;
}
.software img, .web img {
	max-width:inherit;
}
.software .content, .web .content {
	padding:100px 0;
}
.software .content h2, .web .content h2 {
	font-size:45px;
}
.software .content h3, .web .content h3 {
	font-size:45px;
	color:#1e1e1e;
}
.software .content h4, .web .content h4 {
	font-size:30px;
	line-height:40px;
}
.software .content p, .web .content p {
	font-size:23px;
	line-height:30px;
}
.software .content hr, .web .content hr {
	margin:0 0 40px 0;
	padding:0 0 20px 0;
	border-bottom: 10px #2b2b2b solid;
	width:410px;	
}
.software .content .section_left p:last-child, .software .content .section_right p:last-child, .web .content .section_left p:last-child, .web .content .section_right p:last-child {
	margin:0;
}
.software .section_01, .software .section_02, .software .section_04, .software .section_06, .software .section_08, .software .section_10, .software .section_12 {
	background:#6540a2;
	color:#fff ;
}
.software .section_01 h3, .software .section_02 h3, .software .section_04 h3, .software .section_06 h3, .software .section_08 h3, .software .section_12 h3 {
	color:#fff;
}
.software .section_01 hr, .software .section_02 hr, .software .section_04 hr, .software .section_06 hr, .software .section_12 hr {
	border-bottom-color:#fff;
}
.software .section_01 .section_left {
	width:50%;
}
.software .section_01 .section_right {
	width:48%;
}
.software .section_03 .section_left, .software .section_05 .section_left, .software .section_07 .section_left, .software .section_09 .section_left, .software .section_11 .section_left, .software .section_13 .section_left  {
	width:50%;
}
.software .section_03 .section_right, .software .section_05 .section_right, .software .section_07 .section_right, .software .section_09 .section_right, .software .section_11 .section_right, .software .section_13 .section_right {
	width:40%;
}
.software .section_02 .section_left, .software .section_04 .section_left, .software .section_06 .section_left, .software .section_08 .section_left, .software .section_12 .section_left {
	width:40%;
	text-align:right;
}
.software .section_02 .section_right, .software .section_04 .section_right, .software .section_06 .section_right, .software .section_08 .section_right, .software .section_12 .section_right {
	width:50%;
}
.software .section_02 .section_right {
	padding:80px 0 0 0;
}
.software .section_03 .section_left {
	padding:80px 0 0 0;
}
.software .section_04 .section_right {
	padding:60px 0 0 0;
}
.software .section_05 .section_left {
	padding:110px 0 0 0;
}
.software .section_06 .section_right {
	padding:70px 0 0 0;
}
.software .section_07 .section_left {
	padding:70px 0 0 0;
}
.software .section_11 .section_left {
	padding:150px 0 0 0;
}
.software .section_13 .section_left {
	padding:0;
}
.software .section_01 {
	background-image:url(images/bg_software_01.jpg);
	background-position:0 0;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.software .section_02 {
	background-image:url(images/bg_software_02.jpg);
	background-position:0 0;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.software .section_04 {
	background-image:url(images/bg_software_03.jpg);
	background-position:0 0;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.software .section_06 {
	background-image:url(images/bg_software_04.jpg);
	background-position:0 0;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.software .section_08 {
	background-image:url(images/bg_software_05.jpg);
	background-position:0 0;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.software .section_12 {
	background-image:url(images/bg_software_12.jpg);
	background-position:0 0;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.software .section_10 h2 {
	font-size: 72px;
	color: #fff;
	margin: 0 0 50px 0;
	text-align: center;
}
.software .section_10 #grid {
/*	display: grid;
	grid-gap: 36px;
	grid-template-columns: repeat(auto-fill, minmax(443px, 1fr));
	grid-auto-rows: minmax(100px, auto);
	grid-auto-flow: dense;*/
	position:relative;
/*	max-width: 100%;
	width: 100%;*/
	box-sizing:border-box;
	margin:0 0 0 110px;
}
.software .section_10 .block {
	display:block;
	position:relative;
	background: #5c359a;
	/*opacity: 0;*/
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	padding:100px 30px 30px 30px;
	border:3px #fff solid;
	text-align:left;
	font-size:25px;
	color:#fff;
	line-height:35px;
	position:absolute;
	box-sizing:border-box;
	/*margin:15px !important;*/
}
.software .section_10 .block:before {
	content:'\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight:bold;
	position:absolute;
	font-size:50px;
	opacity:0.5;
	top:30px;
}
.software .section_10 .block p {
	margin:0 0 45px 0;
}
.software .section_10 .block p:last-child {
	margin:0;
}
.software .section_10 .block:nth-child(odd) {
	background:#fff;
	color:#454545;
}
.software .section_10 .block.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.software .section_14 {
	text-align:center;
}
.software .section_14 h2 {
	text-align:center;
	font-weight:400;
	font-size:40px;
	color:#1e1e1e;
	text-align:center;
	padding:0 0 140px 0;
	clear:both;
	max-width:890px;
	margin:0 auto;
}
.software .section_14 h2 span[style="text-decoration: underline;"] {
	color:#ab0500;
}
.software .section_14 p {
	font-size:30px;
	line-height:45px;
	margin:0 0 30px 0;
}
.software .section_14 blockquote {
	background:#99adf3;
	padding:20px 25px;
	border-radius:20px;
	margin:0 0 70px 0;
	font-weight:700;
	color:#fff;
}
.software .section_14 blockquote p {
	margin:0;
}
.software .section_14 .button {
	text-align:center;
	position:relative;
	max-width:830px;
	margin:0 auto;
}
.software .section_14 .button::before {
	content:url('images/sec10-image-02-left.png');
	position:absolute;
	top: -130px;
	left: -30px;
}
.software .section_14 .button a {
	display:inline-block;
	font-size:30px;
	color:#fff;
	font-weight:700;
	border-radius:50px;
	padding:30px 30px;
	background: rgb(0,145,31);
	background: linear-gradient(0deg, rgba(0,145,31,1) 0%, rgba(56,255,98,1) 100%);
	width:590px;
}
.software .section_14 .button a:hover {
	padding:30px 70px;
}
.software .section_14 {
	text-align:center;
	background:url(images/img_contact_people.png) center bottom no-repeat;
	padding:0 0 430px 0;
}
.web .section_01, .web .section_03, .web .section_05 {
	background:#64a723;
	color:#fff ;
}
.web .section_01 h3, .web .section_03 h3, .web .section_05 h3 {
	color:#fff;
}
.web .section_01 hr, .web .section_03 hr, .web .section_05 hr {
	border-bottom-color:#fff;
}
.web .section_01 .section_left {
	width:50%;
}
.web .section_01 .section_right {
	width:48%;
}
.web .section_03 .section_left, .web .section_05 .section_left, .web .section_07 .section_left {
	width:50%;
}
.web .section_03 .section_right, .web .section_05 .section_right, .web .section_07 .section_right {
	width:40%;
}
.web .section_02 .section_left, .web .section_04 .section_left, .web .section_06 .section_left, .web .section_08 .section_left {
	width:40%;
	text-align:right;
}
.web .section_02 .section_right, .web .section_04 .section_right, .web .section_06 .section_right, .web .section_08 .section_right {
	width:50%;
}
.web .section_02 .section_right {
	padding:80px 0 0 0;
}
.web .section_03 .section_left {
	padding:50px 0 0 0;
}
.web .section_04 .section_right {
	padding:30px 0 0 0;
}
.web .section_05 .section_left {
	padding:110px 0 0 0;
}
.web .section_06 .section_left {
	padding:20px 0 0 0;
}
.web .section_01 {
	background-image:url(images/bg_web_01.jpg);
	background-position:0 0;
	background-size:100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.web .section_03 {
	background-image:url(images/bg_web_02.jpg);
	background-position:0 0;
	background-size:100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.web .section_05 {
	background-image:url(images/bg_web_03.jpg);
	background-position:0 0;
	background-size:100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
/*.web .section_07 {
	background-image:url(images/bg_web_04.jpg);
	background-position:0 0;
	background-size:100%;
	background-attachment:fixed;
	background-repeat:no-repeat;
}*/
.web .section_08 h2 {
	font-size: 72px;
	color: #64a723;
	margin: 0 0 50px 0;
	text-align: center;
}
.web .section_08 #grid {
/*	display: grid;
	grid-gap: 36px;
	grid-template-columns: repeat(auto-fill, minmax(443px, 1fr));
	grid-auto-rows: minmax(100px, auto);
	grid-auto-flow: dense;*/
	position:relative;
/*	max-width: 100%;
	width: 100%;*/
	box-sizing:border-box;
	margin:0 0 0 110px;
}
.web .section_08 .block {
	display:block;
	position:relative;
	background: #64a723;
	/*opacity: 0;*/
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	padding:100px 30px 30px 30px;
	border:3px #64a723 solid;
	text-align:left;
	font-size:25px;
	color:#fff;
	line-height:35px;
	position:absolute;
	box-sizing:border-box;
	/*margin:15px !important;*/
}
.web .section_08 .block:before {
	content:'\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight:bold;
	position:absolute;
	font-size:50px;
	opacity:0.5;
	top:30px;
}
.web .section_08 .block p {
	margin:0 0 45px 0;
}
.web .section_08 .block p:last-child {
	margin:0;
}
.web .section_08 .block:nth-child(odd) {
	background:none;
	color:#454545;
}
.web .section_08 .block.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.web .section_07 {
	text-align:center;
	background:url(images/img_contact_people.png) center bottom no-repeat;
	padding:0 0 430px 0;
}
.web .section_07 h2 {
	text-align:center;
	font-weight:400;
	font-size:40px;
	color:#1e1e1e;
	text-align:center;
	padding:0 0 110px 0;
	clear:both;
	max-width:680px;
	margin:0 auto;
}
.web .section_07 h2 span[style="text-decoration: underline;"] {
	color:#ab0500;
}
.web .section_07 p {
	font-size:30px;
	line-height:45px;
	margin:0 0 30px 0;
}
.web .section_07 blockquote {
	background:#99adf3;
	padding:20px 25px;
	border-radius:20px;
	margin:0 0 70px 0;
	font-weight:700;
	color:#fff;
}
.web .section_07 blockquote p {
	margin:0;
}
.web .section_07 .button {
	text-align:center;
	position:relative;
	max-width:830px;
	margin:0 auto;
}
.web .section_07 .button::before {
	content:url('images/sec10-image-02-left.png');
	position:absolute;
	top: -160px;
	left: -30px;
}
.web .section_07 .button a {
	display:inline-block;
	font-size:30px;
	color:#fff;
	font-weight:700;
	border-radius:50px;
	padding:30px 30px;
	background: rgb(0,145,31);
	background: linear-gradient(0deg, rgba(0,145,31,1) 0%, rgba(56,255,98,1) 100%);
	width:590px;
}
.web .section_07 .button a:hover {
	padding:30px 70px;
}
#dynamic-to-top {
	bottom:0 !important;
	left:0 !important;
	z-index:99999 !important;
}
.inner_wrapper.work ul {
	list-style: none;
	width: 100%;
	/*background:#69b81c;*/
	float:left;
	/*padding:50px 0;*/
}
.inner_wrapper.work ul.casestudies {
	/*background:#6e509e;*/
}
.inner_wrapper.work ul li {
	width: 33.3333%;
	height: 520px;
	float: inherit;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.inner_wrapper.work ul li span {
	display: block;
	width: 100%;
	height: inherit;
}
.inner_wrapper.work ul li span a.foobox {
	display: block;
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
}
.inner_wrapper.work ul li span a.foobox img {
	width: 790px;
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.inner_wrapper.work ul li span a.foobox:before {
	content: '';
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	z-index: 9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.inner_wrapper.work ul li img.logo {
	width: 450px;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.inner_wrapper.work ul li a.foobox:after {
	content: 'Click to Enlarge';
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	ms-border-radius: 10px;
	background: #1a7dc3;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	z-index: 9;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.inner_wrapper.work ul li a.button {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	ms-border-radius: 10px;
	background: #c6705e;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	z-index: 9;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-decoration: none;
}
.inner_wrapper.work ul li:hover img {
	width: 890px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.inner_wrapper.work ul li:hover img.logo {
	width: 400px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	opacity:0;
	visibility:hidden;
}
.inner_wrapper.work ul li:hover a:after {
	opacity: 1;
	bottom: 30%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border:2px #fff solid;
}
.inner_wrapper.work ul li:hover span:after {
	opacity: 1;
	bottom: 30%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border:2px #fff solid;
}
.inner_wrapper.work ul li:hover a.button {
	opacity: 1;
	bottom: 20%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border:2px #fff solid;
}
.inner_wrapper.work ul li:hover span a.foobox:before {
	opacity:0;
}
.inner_wrapper.work ul li:hover span:before {
	opacity:0;
}
.inner_wrapper.work ul.casestudies {
	float:none;
	margin:0 auto;
	padding:0;
}
.inner_wrapper.work ul.casestudies li {
	width:49%;
	height:auto;
	float:left;
	margin:0 0 25px 0;
	line-height:0px;
}
.inner_wrapper.work ul.casestudies li:nth-child(2n) {
	float:right;
}
.inner_wrapper.work ul.casestudies li:hover img {
	width:inherit;
}
.inner_wrapper.work ul.casestudies li a {
	display:block;
	position:relative;
	text-decoration:none;
	overflow:hidden;
	background:rgba(0,0,0,0.8);
}
.inner_wrapper.work ul.casestudies li a:before {
	content:'';
	display:block;
	background:rgba(0,0,0,0);
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 999;
	position: absolute;
}
.inner_wrapper.work ul.casestudies li a:after {
	content:'';
	display:block;
	height:90%;
	width:95%;
	border:5px rgba(255,255,255,0) solid;
	position:absolute;
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	z-index:9999;
}
.inner_wrapper.work ul.casestudies li a span {
	position:absolute;
	color:#fff;
	width:auto;
	font-size:30px;
	transform:translate(-50%,-50%);
	top:20%;
	left:50%;
	z-index:999;
	line-height:normal;
	text-align:center;
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.inner_wrapper.work ul.casestudies li a span.click {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width:100px;
	height:50px;
	border:5px #6e509e solid;
	text-align:center;
	line-height:50px;
	font-size:20px;
	width:180px;
	transform:translate(-50%,0);
	left:50%;
	top:auto;
	bottom:0px;
	opacity:0;
}
.inner_wrapper.work ul.casestudies li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.inner_wrapper.work ul.casestudies li a:hover:before {
	background:rgba(0,0,0,0.8);
}
.inner_wrapper.work ul.casestudies li a:hover:after {
	border:5px rgba(255,255,255,1) solid;
}
.inner_wrapper.work ul.casestudies li a:hover span, .inner_wrapper.work ul.casestudies li a:hover span.click {
	opacity:1;
}
.inner_wrapper.work ul.casestudies li a:hover span {
	top:50%;
}
.inner_wrapper.work ul.casestudies li a:hover span.click {
	bottom:90px;
	top:auto;
}
#responsive-menu-additional-content ul {
	list-style:none;
	line-height:30px;
}
#responsive-menu-additional-content a {
	color:#fff;
	font-size:14px;
}
.phone_btn_flat {
	left:auto !important;
}
.breadcrumbs {
	padding:15px;
	color:#1e1e1e;
	background:#eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	ms-border-radius: 5px;
	max-width:1770px;
	margin:0 auto 30px auto;
	box-sizing:border-box;	
}
.breadcrumbs a {
	color:#1e1e1e;
}
.inner_wrapper.work  .work-tabby .openTabby--nav {
	position:static !important;
}
.inner_wrapper.work  .work-tabby .openTabby--nav ul {
	float:none !important;
	background:none;
}
.inner_wrapper.work  .work-tabby .openTabby--nav ul li {
	width:auto !important;
	height:auto !important;
	padding:20px 30px;
}
.openTabby.work-tabby .openTabby--nav ul li:nth-child(1), .openTabby.work-tabby .openTabby--nav ul li:nth-child(2) {
	background:#1e1e1e;
}
.openTabby.work-tabby .openTabby--nav ul li:nth-child(1).active, .openTabby.work-tabby .openTabby--nav ul li:nth-child(2).active {
	background:#69b81c;
}
.openTabby.work-tabby .openTabby--slidesContainer .openTabby--slide {
	padding:70px 0 0 0;
}
.sgpb-content {
	box-sizing:border-box !important;
}
.sgpb-content h2 {
	margin:0 0 20px 0;
}
.sgpb-content p {
	margin:0 0 20px 0;
}
.sgpb-content p:last-child {
	margin:0;
}
.sgpb-content img.alignleft {
	border:none;
}
.port .content {
	padding:30px 0;
	width:auto;
}
.port-section {
	margin:0 auto;
	background:#fff;
}
.portfolio-content {
	padding:80px 200px;
}
.portfolio-content h2 {
	font-size:30px;
}
.pop-case {
	display:block;
	max-width:1770px;
	margin:0 auto;
}
.pop-head {
	font-family: 'Roboto Slab', serif;
	/*background:url(images/img_header.jpg) bottom center;*/
	font-size:44px;
	color:#311c79;
	padding:15px 0 45px 0;
	font-weight:500;
	box-sizing:border-box;
	margin:0 !important;
}
.pop-body:after {
	content:'';
	display:block;
	clear:both;	
}
.pop-body {
	color:#fff;
	position:relative;
	padding:0;
}
.pop-body img.shot {
	position:absolute;
	bottom:0;
	left:50%;
	width:auto;
	height:auto;
	transform:translate(-50%,0);
	padding:30px 0;
	background:#fff;
}
.pop-body .section_detail {
	width:82%;
	float:left;
	padding:0;
}
.pop-body .section_brief .data {
	padding:30px;
	height:inherit;
	box-sizing:border-box;
	background:#6e509e;
}
.pop-body .section_detail .data {
	padding:0 30px 0 0;
	height:inherit;
	box-sizing:border-box;
}
.pop-body .section_detail .data {
	color:#000;
	font-size:18px;
	font-family: 'Roboto Slab', serif;
}
.pop-body .section_detail .data p {
	margin:0 0 30px 0;
}
.pop-body .section_detail .data h2 {
	font-size:25px;
	margin:0 0 20px 0;
}
.pop-body .section_detail .client-feedback {
	color:#000;
}
.pop-body .section_detail .client-feedback h2 {
	font-size:25px;
	margin:0 0 20px 0;
}
.client-feedback {
	background:#f7edad;
	padding:20px;
	position:relative;
}
.client-feedback:before {
	content:'\f080';
	font-family: 'Font Awesome 5 Free';
	position:absolute;
	top:10px;
	right:10px;
	color:#cdbc4e;
	font-size:40px;
} 
.pop-body .section_brief {
	width:18%;
	float:right;
	box-sizing:border-box;
}
.pop-body .section_brief .data .data-item {
	display:block;
	font-family: 'Roboto Slab', serif;
	margin:0 0 60px 0;
}
.pop-body .section_brief .data .data-item i {
	font-size:50px;
	margin:0 0 30px 0;
}
.pop-body .section_brief .data .data-item img {
	display:block;
	margin:0 0 20px 0;
}
.pop-body .section_brief .data .data-item h4 {
	font-size:18px;
	color:#fff;
	font-family: 'Roboto Slab', serif;
	font-size:18px;
	font-weight:700;
	margin:0 0 10px 0;
}
.pop-body .section_brief .data .data-item ul {
	color:#fff;
	list-style:none;
	margin:0;
	padding:0;
}
.pop-body .section_brief .data .data-item ul li {
	position:relative;
	padding:0 0 0 22px;
	margin:0 0 5px 0;
}
.pop-body .section_brief .data .data-item ul li:before {
	content:'\f192';
	font-family: 'Font Awesome 5 Free';
	position:absolute;
	top:0;
	left:0;
}
.button a {
	display:inline-block;
	background:#6e509e;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	ms-border-radius:10px;
	color:#fff;
	font-weight:500;
	text-decoration:none;
	position:relative;
	display:block;
	margin:0 auto;
	text-align:center;
}
.button a:hover {
	background:#000;
}
.stats_wrapper {
	background:#f4f4f4;
}
.stats_wrapper .content {
	text-align:center;
	padding:60px 0 100px 0;
}
.stats_wrapper .content .chart-container .pr-chart-ctrl {
	display:inline-block;
	width: 25%;
	margin:0 3%;
	vertical-align:top;
}
.stats_wrapper .content .chart-container .pr-chart-ctrl .pr-chart {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
	margin-top: 30px;
}
.stats_wrapper .content .chart-container .pr-chart-ctrl .pr-chart canvas {
	display: block;
	margin: 0 auto;
	padding: 0;
	vertical-align: center;
}
.stats_wrapper .content .chart-container .pr-chart-ctrl .pr-chart span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	line-height: 250px;
	font-size: 75px;
	font-style: normal;
	color: #808080;
	font-family: 'Roboto Slab', serif;
}
.stats_wrapper .content .chart-container li:nth-child(1) .pr-chart span {
	color:#ea5f54;
}
.stats_wrapper .content .chart-container li:nth-child(2) .pr-chart span {
	color:#e8bd00;
}
.stats_wrapper .content .chart-container li:nth-child(3) .pr-chart span {
	color:#5ec0ed;
}
.stats_wrapper .content .chart-container .pr-chart-ctrl p {
	margin: 0;
	padding: 0;
	font-size:20px;
	font-family: 'Roboto Slab', serif;
	width:265px;
	margin:0 auto;
}
.article {
	display:block;
}
.article:after {
	content:'';
	display:block;
	clear:both;	
}
.article .section_right {
	width:70%;
}
.article .section_left {
	width:28%;
	line-height:none;
}
.article .button {
	display:inline-block;
}
.date {
	color:#311c79;
	font-size:20px;
	margin:0 0 20px 0;
}
.clients_wrapper {
	display:block;
}
.clients_wrapper .content {
	max-width:1500px;
	padding:60px 0; 
	text-align:center;
}
.clients_wrapper .content h3 {
	font-size:40px;
	margin:0 0 20px 0;
}
.clients_wrapper .content h4 {
	font-size:20px;
}
.clients_wrapper .content ul {
	list-style:none;
	margin:0 0 20px 0;
}
.clients_wrapper .content ul li {
	display:inline-block;
	vertical-align:top;
	border:1px #ddd solid;
	margin:35px;
}
.clients_wrapper .content ul li img {
/*	filter: grayscale(100%);
	opacity:0.5;*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.clients_wrapper .content ul li:hover img {
/*	filter: grayscale(0%);
	opacity:1;*/
}
.sticky {
	position:fixed;
	z-index:99999;
	width:100%;
	top:0;
}
.top_header {
	background:#2a2a2a;
}
.top_header .content {
	padding:10px;
	max-width:1770px;
}
.top_header .content::after {
	content:'';
	clear:both;
	display:block;
}
.top_header .content a {
	text-decoration:none;
	color:#fff;
}
.top_header .content p {
	font-family: 'cooper_hewittlight';
	float:left;
	color:#fff;
	font-size:33px;
}
.top_header .content ul {
	list-style:none;
	float:right;
}
.top_header .content ul li {
	display:inline-block;
	font-size:30px;
	color:#fff;
}
.top_header .content ul li:last-child {
	margin:0 0 0 70px;
}
.top_header .content ul li:last-child a {
	background:#69b81c;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px;
	border-radius:5px;
	font-size:25px;
}
.top_header .content ul li:last-child a:hover {
	background:#6e509e;
}
.home-video-section {
	background:#5aa5f9;
	position:relative;
}
.home-video-section .wp-video {
	padding:10px;
	background:#1d57b8;
	position:relative;
	z-index:99;
	width: 100% !important;
	box-sizing: border-box;
}
.home-video-section .art-01 {
	position:absolute;
	bottom:0;
	left:0;
}
.home-video-section .art-02 {
	position:absolute;
	bottom:0;
	right:0;
}
.home-video-section .content {
	max-width:1300px;
	padding:120px 0;
}
.home-video-section .content h1 {
	font-size:67px;
	color:#fff;
	font-weight:700;
	margin:0 0 40px 0;
}
.home-video-section .content h2 {
	font-size:40px;
	color:#fff;
	font-weight:500;
	margin:0 0 40px 0;
	text-align:center;
}
.home-video-section .content h3 {
	font-size:32px;
	color:#200f66;
	font-weight:700;
	margin:0 0 20px 0;
}
.home-video-section .content h4 {
	font-size:25px;
	color:#fff;
	font-weight:500;
	margin:0 0 20px 0;
}
.home-video-section .content h5 {
	font-size:20px;
	color:#200f66;
	font-weight:500;
	margin:0 0 20px 0;
}
.home-video-section .content .button a {
	background: rgb(131,0,0);
	background: linear-gradient(#bd1e1e,#830000);
	font-size:25px;
	color:#fff;
	border-radius:50px;
	display:inline-block;
	text-decoration:none;
	padding:20px 35px;
	margin:0 0 30px 0;
	transition:all 0.1s ease-in-out;
}
.home-video-section .content .button a:hover {
	padding:20px 37px;
	box-shadow:0 5px 0 #bc1e1e;
	text-shadow:0px 4px #bd1e1e;
}
.grecaptcha-badge {
	visibility:hidden;
	display:none;
}
.sgpb-content {
	max-height:inherit !important;
}
.sgpb-content .wpcf7 input[type="text"], .sgpb-content .wpcf7 input[type="email"], .sgpb-content  .wpcf7 input[type="tel"], .sgpb-content  .wpcf7 textarea {
	width:100%;
}
/*.sgpb-popup-dialog-main-div-theme-wrapper-2 {
	position:absolute !important;
}*/
.sgpb-popup-overlay {
	z-index:99999 !important;
}
.testimonial_video {
	max-width:1850px;
	margin:0 auto 100px auto;
}
.testimonial_video .responsive-tabs .responsive-tabs__panel {
	background:none;
	border:none;
	padding:0;
}
.testimonial_video .wp-video {
	float:left;
	max-width:50%;
	height:282px;
}
.testimonial_video .wp-video .wp-video-shortcode {
	height:inherit !important;
}
.testimonial_video blockquote {
	float:right;
	width:45%;
	font-size:25px;
	font-weight:500;
	text-align:left;
}
.testimonial_video blockquote em {
	font-size:18px;
	font-weight:400;
}
.testimonial_video .su-tabs {
	background:none;
	padding:0;
	border-radius:0;
	margin:0;
	position:relative;
	padding:0 0 210px 0;
}
.testimonial_video .su-tabs-pane {
	padding:0;
	background:none;
}
.testimonial_video .su-tabs-nav {
	position:absolute;
	bottom:0;
	margin: 0;
	line-height: normal;
	width:100%;
	text-align:center;
}
.testimonial_video .su-tabs-nav span {
	background-size:100% auto !important;
	width: 200px;
	height:auto;
	background-color:#fff;
	border:5px #fff solid;
	background-repeat:no-repeat !important;
	padding:125px 0 10px 0;
	margin:0 5px;
	display:inline-block;
	vertical-align:top;
	float:none;
}
.testimonial_video .su-tabs-nav span.su-tabs-current {
	background-color:#1a7dc3;
	border:5px #1a7dc3 solid;
	color:#fff;
}
.testimonial_video .su-tabs-nav span:nth-child(1) {
	background-image:url(images/video-tab-01.png);
}
.testimonial_video .su-tabs-nav span:nth-child(2) {
	background-image:url(images/video-tab-02.png);
}
.testimonial_video .fg-caption-title {
	font-family: 'Roboto Slab', serif !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	color:#1a7dc3 !important;
}
.testimonial_video .fg-caption-desc {
	font-size: 24px !important;
	font-family: 'Roboto Slab', serif !important;
}

.inner_wrapper .fg-caption-title {
	font-family: 'Roboto Slab', serif !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	color:#1e1e1e !important;
}
.inner_wrapper .fg-caption-desc {
	font-size: 20px !important;
	font-family: 'Roboto Slab', serif !important;
	color:#1e1e1e !important;
}