body {
	font-family: Roboto, sans-serif;
	color: #313131;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 38px;
	line-height: 44px;
	font-weight: 700;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #3b88b6;
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
}

h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #3b88b6;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #505050;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #919191;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
}
ul li {
	color: #919191;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
}

.button {
	display: inline-block;
	margin-top: -100px;
	margin-bottom: 0px;
	padding: 12px 18px;
	border-bottom: 2px solid #969696;
	border-radius: 3px;
	background-color: #aaa;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

.button:hover {
	border-bottom-color: #2d6d91;
	background-color: #3b88b6;
}

.button.button-blue {
	border-bottom-color: #2d6d91;
	background-color: #3b88b6;
}

.button.button-blue:hover {
	border-bottom-color: #313131;
	background-color: #505050;
}

.navigation {
	position: relative;
	margin-left: 0px;
	padding-bottom: 6px;
	background-color: #313131;
}

.banner {
	position: relative;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f7f7f7;
}

.banner.inner-banner {
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.logo {
	margin-top: 25px;
}

.nav-link {
	display: inline-block;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 24px;
	padding-left: 24px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #fff;
	font-weight: 400;
}

.nav-link:hover {
	box-shadow: 0 -2px 0 0 #505050;
	color: #10ea27;
}

.nav-link.w--current {
	box-shadow: 0 -2px 0 0 #3b88b6;
	color: #fff;
}

.nav-link.language {
	padding-right: 5px;
	padding-left: 5px;
}

.shadow {
	position: absolute;
	left: 0px;
	top: -8px;
	right: 0px;
	z-index: 2;
	opacity: 0.25;
	text-align: center;
}

.top-bar {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #313131;
}

.location-top {
	width: 50%;
	float: left;
}

.list-top {
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
}

.list-top.phone {
	margin-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url('../images/phone_green_1phone_green.png');
	background-position: 0px 8px;
	background-size: 23px;
	background-repeat: no-repeat;
}

.list-top.phone.mail {
	padding-bottom: 0px;
	background-image: url('../images/envelope_green_1envelope_green.png');
	background-position: 0px 9px;
	background-size: 16px;
}

.paragraph-top {
	font-size: 12px;
	line-height: 20px;
}

.social-top {
	width: 50%;
	margin-right: 0px;
	float: left;
	color: #313132;
}

.social-wrapper {
	display: inline-block;
	padding-top: 3px;
	float: right;
}

.social-wrapper.in-footer {
	float: left;
}

.social-wrapper.in-team {
	display: block;
	float: none;
}

.social-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 4px;
	border-bottom: 2px solid #969696;
	border-radius: 3px;
	background-color: #aaa;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
}

.social-icon:hover {
	border-bottom-color: #2d6d91;
	background-color: #3b88b6;
}

.social-icon.facebook {
	background-image: url('../images/facebook_ffffff_150.png');
	background-position: 50% 50%;
	background-size: 11px;
	background-repeat: no-repeat;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
}

.social-icon.facebook:hover {
	background-color: #09b81a;
}

.social-icon.twitter {
	background-image: url('../images/twitter_ffffff_150.png');
	background-position: 50% 50%;
	background-size: 11px;
	background-repeat: no-repeat;
}

.social-icon.twitter:hover {
	background-color: #09b81a;
}

.social-icon.linkin {
	background-image: url('../images/linkedin_ffffff_150.png');
	background-position: 50% 50%;
	background-size: 11px;
	background-repeat: no-repeat;
}

.social-icon.linkin:hover {
	background-color: #09b81a;
}

.social-icon.rss {
	background-image: url('../images/rss_ffffff_150.png');
	background-position: 50% 50%;
	background-size: 11px;
	background-repeat: no-repeat;
}

.social-icon.rss:hover {
	background-color: #09b81a;
}

.social-icon.icon-portfolio {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	margin-left: 5px;
}

.social-icon.icon-portfolio.left-arrow {
	background-image: url('../images/angle-double-left_ffffff_101angle-double-left_ffffff_100.png');
	background-position: 50% 50%;
	background-size: 20px;
	background-repeat: no-repeat;
}

.social-icon.icon-portfolio.icon-right {
	background-image: url('../images/angle-double-right_ffffff_101angle-double-right_ffffff_100.png');
	background-position: 50% 50%;
	background-size: 23px;
	background-repeat: no-repeat;
}

.social-icon.icon-portfolio.port {
	background-image: url('../images/th_ffffff_101th_ffffff_100.png');
	background-position: 50% 50%;
	background-size: 17px;
	background-repeat: no-repeat;
}

.section {
	position: relative;
	z-index: 4;
	margin-bottom: 13px;
	padding-top: 20px;
	padding-bottom: 22px;
	text-align: justify;
}

.section.gray {
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f7f7f7;
}

.section.gray.pattern {
	border-top-style: none;
	border-bottom-style: none;
	background-color: #3b88b6;
}

.section.no-big-margin {
	padding-bottom: 0px;
}

.mail {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #818181;
	text-decoration: none;
}

.mail:hover {
	color: #313131;
}

.title-wrapper {
	margin-bottom: 80px;
	text-align: center;
}

.title-wrapper.no-margin {
	margin-bottom: 0px;
}

.title-wrapper.inner {
	margin-bottom: 0px;
}

.sub-text {
	margin-top: 20px;
	color: #717171;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}

.sub-text.sub-pricing {
	margin-top: 0px;
	color: #999;
}

.iconbox-wrapper {
	display: block;
	text-align: left;
}

.iconbox {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #3b88b6;
}

.iconbox.icon-1 {
	background-image: url('../images/rocket_ffffff_101rocket_ffffff_100.png');
	background-position: 50% 50%;
	background-size: 25px;
	background-repeat: no-repeat;
}

.iconbox.icon-2 {
	background-image: url('../images/paint-brush_ffffff_101paint-brush_ffffff_100.png');
	background-position: 50% 50%;
	background-size: 25px;
	background-repeat: no-repeat;
}

.iconbox.icon-3 {
	background-image: url('../images/shield_ffffff_101shield_ffffff_100.png');
	background-position: 50% 50%;
	background-size: 25px;
	background-repeat: no-repeat;
}

.iconbox.icon-4 {
	background-image: url('../images/magic_ffffff_101magic_ffffff_100.png');
	background-position: 50% 50%;
	background-size: 25px;
	background-repeat: no-repeat;
}

.line {
	width: 100%;
	height: 1px;
	margin-top: 80px;
	margin-bottom: 80px;
	background-color: #ebebeb;
}

.div-space {
	margin-top: 60px;
}

.div-space.more-space {
	margin-top: 40px;
}

.div-space.less-space {
	margin-top: 40px;
}

.process-wrapper {
	position: relative;
	width: 25%;
	padding-top: 38px;
	padding-bottom: 48px;
	float: left;
}

.process-wrapper.step-1 {
	background-color: #c9e6f2;
}

.process-wrapper.step-2 {
	background-color: #94cfe6;
}

.process-wrapper.step-3 {
	background-color: #5eb6d9;
}

.process-wrapper.step-4 {
	background-color: #289dcc;
}

.arrow-process {
	position: absolute;
	top: 59px;
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left-style: solid;
	border-left-width: 15px;
}

.arrow-process.step-1 {
	border-left-color: #c9e6f2;
}

.arrow-process.step-2 {
	border-left-color: #94cfe6;
}

.arrow-process.step-3 {
	border-left-color: #5eb6d9;
}

.no-margin {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.section-process {
	display: block;
}

.portfolio-text {
	padding: 17px 10px;
	border-bottom: 2px solid #ebe8e8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
}

.portfolio-text.gray {
	background-color: #f2f2f2;
	height: 150px;
}

.slide-navigation {
	position: relative;
	padding-top: 10px;
	font-size: 10px;
}

.slide-navigation.top-slide {
	position: absolute;
	display: inline-block;
	padding-top: 10px;
	font-size: 12px;
}

.portfolio-slider {
	height: auto;
	background-color: transparent;
}

.arrow {
	width: 40px;
	height: 40px;
	margin-top: 92px;
	padding-top: 13px;
	border-bottom: 2px solid #969696;
	border-radius: 11%;
	background-color: #aaa;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.arrow:hover {
	border-bottom-color: #2d6d91;
	background-color: #3b88b6;
}

.arrow.test {
	margin-top: 85px;
	margin-bottom: 300px;
}

.vertical-arrow {
	position: absolute;
	right: -30px;
	overflow: visible;
}

.vertical-arrow._2 {
	left: -30px;
	right: auto;
}

.portfolio {
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: 400;
}

.process-text {
	padding-right: 20px;
	padding-left: 35px;
	color: #fff;
}

.no-text {
	font-size: 65px;
	line-height: 70px;
	font-weight: 400;
}

.paragraph-text {
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
}

.paragraph-text.paragraph-primary {
	margin-top: 0px;
	font-size: 22px;
	line-height: 20px;
}

.paragraph-white {
	color: #fff;
	font-size: 13px;
}

.paragraph-sub {
	color: #bdbdbd;
	font-size: 15px;
	font-weight: 300;
}

.portfolio-base {
	width: 33.33%;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
}
.portfolio-base img {
	width: 100%;
	height: 150px;
}

.portfolio-overlay {
	position: relative;
	top: 5px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.client {
	width: 16.666%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

.div-bottom-space {
	margin-bottom: 20px;
}

.footer {
	position: relative;
	padding-top: 55px;
	padding-bottom: 110px;
	background-color: #313131;
}

.tab {
	margin-right: 5px;
	padding: 11px 20px;
	border-bottom: 2px solid #e3e3e3;
	border-radius: 4px;
	background-color: #f6f6f6;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
	color: #818181;
	font-size: 14px;
}

.tab.w--current {
	border-bottom-color: #2d6d91;
	background-color: #3b88b6;
	color: #fff;
}

.tab-content {
	margin-top: 25px;
}

.testimonials-slider {
	left: 0px;
	top: 0px;
	right: 0px;
	height: auto;
	background-color: transparent;
}

.testimonials-wrapper {
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 0px;
	padding: 0px 92px 6px;
	text-align: justify;
}

.photo-client {
	display: block;
	width: 90px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 100%;
	background-image: url('../images/cleint3.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.photo-client.photo-2 {
	background-image: url('../images/client2.jpg');
}

.photo-client.photo-3 {
	width: 300px;
	height: 200px;
	background-image: url('../images/client1.jpg');
}

.testimonials-text {
	color: #999;
	font-size: 16px;
	line-height: 36px;
	font-weight: 300;
	text-align: justify;
}

.testimonials-name {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #3b88b6;
	font-size: 17px;
	text-align: justify;
}

.portfolio-o {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #3b88b6;
	opacity: 0;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}

.portfolio-o:hover {
	opacity: 1;
}

.link {
	position: relative;
	top: 37%;
}

.bottom-footer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 17px;
	padding-bottom: 17px;
	border-top: 1px solid #3b3b3b;
	background-color: #292929;
}

.newsletter {
	margin-bottom: 20px;
	color: #a6a6a6;
}

.newsletter.copyright {
	margin-bottom: 0px;
	color: #858585;
	font-size: 13px;
	text-align: center;
}

.text-field {
	position: relative;
	display: inline-block;
	width: 46%;
	height: 42px;
	margin-bottom: -1px;
	float: left;
	border-top-color: hsla(0, 0%, 100%, 0.29);
	border-bottom-color: hsla(0, 0%, 100%, 0.29);
	border-left-color: hsla(0, 0%, 100%, 0.29);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #313131;
	color: #fff;
}

.text-field:active {
	color: #fff;
}

.text-field:focus {
	border-top-color: #3b88b6;
	border-bottom-color: #3b88b6;
	border-left-color: #3b88b6;
	color: #fff;
}

.submit-button {
	position: relative;
	display: inline-block;
	width: 24%;
	margin-left: -1px;
	padding-top: 11px;
	padding-bottom: 11px;
	float: left;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #3b88b6;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
}

.submit-button:hover {
	background-color: #296d94;
}

.white {
	color: #fff;
}

.policy {
	color: #707070;
	font-size: 12px;
	text-decoration: none;
}

.policy:hover {
	text-decoration: underline;
}

.policy.cl {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

.policy.cl:hover {
	color: #fff;
	text-decoration: none;
}

.logo-footer {
	margin-bottom: 23px;
}

.success-message {
	width: 100%;
	border-radius: 4px;
	background-color: #308a5e;
	color: #fff;
	text-align: center;
}

.paragraph-form {
	margin-bottom: 0px;
	color: #fff;
}

.error-message {
	border-radius: 4px;
	background-color: #e66767;
	text-align: center;
}

.div-hero {
	padding-right: 299px;
	padding-left: 299px;
}

.go-up {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	width: 40px;
	height: 40px;
	border-bottom: 2px solid #969696;
	border-radius: 3px;
	background-color: #aaa;
	background-image: url('../images/angle-double-up_ffffff_101angle-double-up_ffffff_100.png');
	background-position: 50% 50%;
	background-size: 23px;
	background-repeat: no-repeat;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
}

.go-up:hover {
	border-bottom-color: #2d6d91;
	background-color: #3b88b6;
}

.ul-top {
	padding-top: 3px;
}

.center {
	text-align: center;
}

.center.primary {
	margin-top: 20px;
}

.filed-label {
	color: #919191;
	font-weight: 400;
}

.text-field-2 {
	height: 40px;
	margin-bottom: 15px;
	border-style: none none solid;
	border-bottom-width: 2px;
	border-bottom-color: #e8e8e8;
	border-radius: 3px;
	background-color: #f2f2f2;
	color: #515151;
}

.text-field-2:active {
	color: #515151;
}

.text-field-2:focus {
	border-bottom-color: #d9d9d9;
	color: #515151;
}

.text-field-2.area {
	height: auto;
	padding-top: 10px;
	padding-bottom: 109px;
}

.map {
	margin-bottom: 40px;
}

.top-slider {
	height: 601px;
	background-color: transparent;
}

.top-slider-arrow {
	width: 50px;
	height: 50px;
	padding-top: 15px;
	border-bottom: 2px solid #969696;
	border-radius: 4px;
	background-color: #aaa;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
	font-size: 18px;
	font-weight: 700;
}

.top-slider-arrow:hover {
	border-bottom-color: #2d6d91;
	background-color: #3b88b6;
}

.hc {
	margin-top: 0px;
}

.slide {
	padding-top: 109px;
}

.heading-slider {
	margin-top: 0px;
	font-size: 32px;
}

.slider-container {
	margin-top: 17px;
}

.column-c {
	font-size: 13px;
}

.pricing {
	width: 25%;
	margin-left: -1px;
	padding-bottom: 20px;
	float: left;
	background-color: #f7f7f7;
	box-shadow: 0 0 0 1px #e1e1e1;
}

.price-top {
	position: relative;
	height: 100px;
	padding: 18px 13px 13px 19px;
	background-color: #313131;
}

.price-top.active {
	background-color: #3b88b6;
}

.list-pricing {
	padding-top: 19px;
	padding-bottom: 19px;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}

.list-pricing.list-w {
	background-color: #f2f2f2;
}

.logo-top {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.column {
	padding-bottom: 11px;
}

.body {
	margin-right: 1px;
}

.heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	font-size: 26px;
}

.text-block {
	margin-top: 15px;
	padding-top: 1px;
}

.body-2 {
	margin-top: 0px;
	padding-top: 0px;
}

.container {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.paragraph {
	display: inline;
	margin-top: 15px;
	margin-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
}

.heading-2 {
	margin-bottom: 0px;
	padding-top: 0px;
}

.paragraph-2 {
	text-align: justify;
}

.paragraph-3 {
	text-align: justify;
}

.paragraph-4 {
	text-align: justify;
}

.column-2 {
	text-align: justify;
}

.image {
	display: block;
	width: 300px;
	height: 210px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

.image-2 {
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 60px;
	padding-bottom: 0px;
}

.image-3 {
	max-width: 50%;
	margin-bottom: 10px;
	margin-left: 200px;
	padding-right: auto;
	padding-bottom: 2px;
	padding-left: auto;
}

.image-4 {
	width: 300px;
	height: 200px;
	max-height: 1000px;
	max-width: 1000%;
	direction: ltr;
	text-align: left;
}

.image-5 {
	max-width: 300%;
}

.image-6 {
	width: 400px;
	height: 300px;
	max-height: 500px;
	max-width: 400%;
	margin-top: 55px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
}

.slide-2 {
	margin-top: -40px;
}

.image-7 {
	max-width: 400%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.image-8 {
	max-width: 200%;
	margin-top: 10px;
	margin-left: 125px;
	padding-right: auto;
}

.image-9 {
	padding-top: 29px;
	padding-left: 50px;
}

.image-10 {
	margin-left: 50px;
	padding-top: 8px;
	padding-left: 8px;
}

.image-11 {
	margin-top: 50px;
	margin-left: 50px;
}

.image-12 {
	margin-top: 50px;
	margin-left: 50px;
}

.image-13 {
	margin-top: 50px;
	margin-left: 50px;
}

.image-14 {
	margin-top: 50px;
	margin-left: 50px;
}

.image-15 {
	margin-left: 50px;
}

.image-16 {
	margin-left: 50px;
}

.image-17 {
	margin-left: 150px;
}

.image-18 {
	margin-left: 50px;
}

.image-19 {
	margin-left: 150px;
}

.image-20 {
	margin-left: 35px;
}

.nav-link-2 {
	margin-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	color: #fff;
}

.heading-3 {
	margin-left: 30px;
}

.heading-4 {
	margin-top: 20px;
	margin-left: 84px;
	color: grey;
	font-size: 25px;
	font-weight: 700;
}

.image-21 {
	margin-left: 80px;
}

.heading-5 {
	margin-left: 84px;
	color: grey;
	font-size: 25px;
}

.image-22 {
	margin-left: 80px;
}

.text-block-2 {
	margin-top: 10px;
	padding: 20px 24px;
	color: #fff;
}

.nav-link-3 {
	margin-top: 10px;
	color: #fff;
}

.button-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 5px;
	margin: 5px 0px 0px 300px;
	padding: 0px 20px 0px 0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	background-color: rgba(161, 27, 27, 0);
	color: #aaa;
}

.navbar {
	background-color: rgba(0, 0, 0, 0.81);
}

.slide-3 {
	overflow: auto;
	width: 100%;
	height: 601px;
	background-image: url('../images/example-bg.png');
	background-position: 0px 0px;
	background-size: 125px;
}

html.w-mod-js *[data-ix='move-down-link-icon'] {
	opacity: 0;
}

html.w-mod-js *[data-ix='slide-in-inner-big-text-on-load'] {
	opacity: 0;
}

html.w-mod-js *[data-ix='slide-in-inner-sub-text-on-load'] {
	opacity: 0;
}

html.w-mod-js *[data-ix='zoom-in-image-on-scroll'] {
	opacity: 0;
	-webkit-transform: scale(0.7500000000000002, 0.7500000000000002);
	-ms-transform: scale(0.7500000000000002, 0.7500000000000002);
	transform: scale(0.7500000000000002, 0.7500000000000002);
}

html.w-mod-js *[data-ix='slide-in-slider-image-on-slide'] {
	opacity: 0;
}

html.w-mod-js *[data-ix='slide-in-heading-slider-on-slide'] {
	opacity: 0;
}

html.w-mod-js *[data-ix='slide-in-second-text-on-slide'] {
	opacity: 0;
}

html.w-mod-js *[data-ix='slide-in-slider-paragraph-on-slide'] {
	opacity: 0;
}

html.w-mod-js *[data-ix='slide-in-button-on-slide'] {
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix='slide-in-button-on-slide-2'] {
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}

.product-detail .product-header {
	text-align: center;
	margin-bottom: 25px;
	border-bottom: 3px solid #3b88b6;
}

.product-portfolio {
	margin-bottom: 10px;
}
.product-portfolio img {
	width: 100%;
	height: 200px;
	margin: 0 !important;
	padding: 0 !important;
}
.product-portfolio .portfolio-text {
	background-color: #f2f2f2;
	min-height: 200px;
	border-left: 3px solid #4e90ba;
}
.product-portfolio h3 {
	border-bottom: 2px solid #4e90ba;
}
.product-portfolio p {
	color: #313131 !important;
}
@media (max-width: 991px) {
	.logo {
		margin-top: 18px;
	}
	.nav-link {
		padding-top: 20px;
	}
	.nav-link:hover {
		box-shadow: none;
	}
	.nav-link.w--current {
		box-shadow: 0 -1px 0 0 transparent;
	}
	.iconbox-wrapper {
		margin-bottom: 40px;
		padding-right: 135px;
		padding-left: 135px;
		text-align: center;
	}
	.process-wrapper {
		width: 50%;
	}
	.vertical-arrow {
		right: 0px;
	}
	.vertical-arrow._2 {
		left: 0px;
	}
	.footer {
		padding-left: 25px;
	}
	.div-hero {
		padding-right: 54px;
		padding-left: 54px;
	}
	.top-slider {
		height: auto;
		padding-bottom: 25px;
	}
	.slide {
		padding-top: 45px;
	}
	.column-c {
		text-align: center;
	}
	.column-space {
		margin-top: 30px;
	}
	.hamburger {
		margin-top: 17px;
		padding: 12px;
		border-bottom: 2px solid #969696;
		border-radius: 4px;
		background-color: #aaa;
		color: #fff;
	}
	.hamburger.w--open {
		border-bottom-color: #2d6d91;
		background-color: #3b88b6;
	}
	.nav-menu {
		background-color: #f2f2f2;
	}
}

@media (max-width: 767px) {
	.banner.inner-banner {
		padding-top: 36px;
	}
	.logo {
		margin-top: 24px;
	}
	.iconbox-wrapper {
		padding-right: 39px;
		padding-left: 39px;
	}
	.process-wrapper {
		width: 100%;
	}
	.portfolio-base {
		width: 50%;
	}
	.client {
		width: 33.333%;
	}
	.top-slider {
		padding-bottom: 69px;
	}
	.hamburger {
		margin-right: 17px;
	}
	.pricing {
		width: 50%;
	}
}

@media (max-width: 479px) {
	h2 {
		font-size: 25px;
	}
	.navigation {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 6px;
	}
	.banner {
		color: #313131;
	}
	.banner.inner-banner {
		padding-top: 11px;
		padding-bottom: 37px;
	}
	.logo {
		margin-top: 22px;
	}
	.nav-link {
		color: grey;
	}
	.nav-link.w--current {
		color: grey;
	}
	.sub-text {
		margin-top: 10px;
	}
	.no-margin {
		padding-right: 7px;
		padding-left: 7px;
	}
	.portfolio-base {
		width: 100%;
	}
	.footer {
		padding-left: 0px;
	}
	.tab {
		margin-top: 12px;
	}
	.testimonials-wrapper {
		padding-right: 36px;
		padding-left: 36px;
	}
	.submit-button {
		width: 28%;
	}
	.div-hero {
		padding-right: 12px;
		padding-left: 12px;
	}
	.top-slider {
		padding-bottom: 34px;
		color: #313131;
	}
	.slide {
		padding-top: 0px;
	}
	.heading-slider {
		font-size: 29px;
	}
	.pricing {
		width: 100%;
		margin-bottom: 41px;
	}
	.logo-top {
		margin-top: 15px;
	}
	.nav-link-2 {
		color: grey;
	}
}
