@import url(stylesheet.0bb5ffd3.css);@import url(animate.793b6fe6.css);@import url(menu.85f9ca54.css);@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family:'robotoregular', Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#686868;
	background-color:#ffffff;
	overflow-x: hidden;
}

img {
	margin:0;
	padding:0;
	border: 0;
}

.clear {
	clear: both;
}

.spacer {
	clear: both;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 35px 50px;
	padding:20px 0 0;
}

a:active, a:focus {
	outline: none;
}

h1 {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #ffffff;
    font-family: 'poppinssemibold',Helvetica,Arial,sans-serif;
    font-size: 62px;
    font-variant: normal;
    font-weight: normal;
    line-height: 72px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: none;
	letter-spacing: -0.5px;
}

h2 {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #1e2229;
    font-family: 'poppinssemibold',Helvetica,Arial,sans-serif;
    font-size: 34px;
    font-variant: normal;
    font-weight: normal;
    line-height: 44px;
    margin: 0 0 30px 0;
    padding: 0;
    text-shadow: none;
    text-transform: none;
	letter-spacing: -0.5px;
}

h3 {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #2ed195;
    font-family: 'poppinsmedium',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-variant: normal;
    font-weight: normal;
    line-height: 28px;
    margin: 0px 0px 30px 0px;
    padding: 0;
    text-shadow: none;
    text-transform: none;
	letter-spacing: -0.5px;
}

h4 {

}

h5 {

}

h6 {
}

p {
	margin:0;
	padding:0 0 20px 0;
	font-family:'robotoregular', Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:30px;
	font-weight:normal;
	font-variant:normal;
	color:#686868;
	text-shadow: none;
}

ul {
	list-style: none outside none;
    margin: 0;
    padding: 0;
}

a {
    color: #2ed195;
    font-family:'robotomedium', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
	transition:all 0.3s ease 0s;
	white-space: nowrap;
}

a:hover {
	color: #2ed195;
	text-decoration:underline;
}

ul ul {
	padding: 0;
}

li {
}

li a {
}

li a:hover {
}

strong {
	font-family:'poppinsmedium', Helvetica, Arial, sans-serif;	
}

a.btn-more {
    color: #ffffff;
    display: inline-block;
    font-family: 'poppinsmedium',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-variant: normal;
    font-weight: normal;
    line-height: 60px;
    margin:20px 0;
    padding: 0 50px;
    text-decoration: none;
	border: 0px solid #000;
	letter-spacing: -0.5px;
	text-transform: none;
	background-color: #58ba52;
	background: linear-gradient(90deg, #2f8f83 10%, #58ba52 90%);
	border-radius: 30px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition:all 0.3s ease 0s;
	text-align: center;
}

a.btn-more:hover {
	margin: 30px 0 10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

/*********** OVERWRITE BOOTSTRAP ***********/

b, strong {
    font-weight: normal;
}

.help-block.with-errors {
	font-family:'robotomedium', Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	font-variant:normal;
	color:red;
	margin-top: -10px;
}

.alert-success {
	font-family: "poppinssemibold",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
    background-color: #e0f8ef;
    color: #2ed195;
    margin: 0 40px 40px 0;
    text-align: center;
	letter-spacing:1px;
	padding:20px;
	border-radius:0;
	border:0px solid #e0f8ef;
	line-height:22px;
	width: 100%;	
}

button.close {
	display: none;
}

/*********** MENU ***********/

.menu {
	height: 100px;
	width: 100%;
	width: 90%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 30px 0;
	z-index: 99;
}
.icon_burgermenu_container {
    position: fixed;
	top: 12px;
	right: 6px;
	height: 59px;
	width: 59px;
	background-color: rgba(46, 209, 149, 1);
	/*background-color: #2ed195;*/
	z-index: 88;
	border-radius: 59px;
	visibility: hidden;
}
.menu ul {
	float: right;
	padding: 5px 0 0;
	margin: 0;
}

.menu ul li {
	display: inline-block;
	margin: 0;
	padding:0 0 0 30px;
	position: relative;
	height: 52px;
}

.menu ul li.line {
	border-top: 1px solid #ffffff;
	height: 5px;
	width: 70px;
	margin: 0 -40px 0 20px;
}

.menu ul li a {
	color: #ffffff;
	text-decoration:none;
	margin:0;
	padding:0;
	display: inline-block;
	text-transform:uppercase;
	font-family:'robotomedium', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 52px;
	letter-spacing: 1.5px;
	transition:all 0.3s ease 0s;
}

.menu ul li a:hover {
	color:#045349;
	/*opacity: .5;
	animation: bounce 0.9s;*/
}

.menu ul li a.contact {
	background: transparent url(../img/icon_mail.16f5c59e.png) 0 0 no-repeat scroll;
	padding-left: 65px;
}

.menu ul li a.contact:hover {
	/*background-position: 0 -52px;*/
}

ul li.follow-us {
	display: none;
}

/*********** HEADER ***********/

.header {
	background-color: #58ba52;
	background: linear-gradient(45deg, #2f8f83 10%, #58ba52 90%);
	height: 800px;
	padding: 0;
	position: relative;
	z-index: 99;
}

.container-fluid.header > div .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	text-align: left;
	padding: 0 0 100px 0;
	margin: 0;
}

.scroll-down {
	position: absolute;
    bottom: 50px;
    z-index: 99;
    text-align: left;
    left: 50%;
    transform: translate(-50%);
	padding: 0 115px;
}

.scroll-down a {
	z-index: 99;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: 'robotomedium',Helvetica,Arial,sans-serif;
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 3px;
	text-decoration: none;
	transition:all 0.3s ease 0s;
	text-transform: uppercase;
	padding-left: 30px;
	line-height: 30px;
}

.scroll-down a:hover {
	/*opacity: .5;*/
	color: #045349;
}

#mouse a {
	padding-top: 0;
}

#mouse a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 18px;
	height: 30px;
	margin-left: -45px;
	border: 2px solid #2cd195;
	border-radius: 18px;
	box-sizing: border-box;
}

#mouse a span::before {
	position: absolute;
	top: 5px;
	left: 50%;
	content: '';
	width: 4px;
	height: 4px;
	margin-left: -2px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.hero-holder {
	position: absolute;
	top:100px;
	right: 50%;
	height: 760px;
    width: 1050px;
    margin: 0 -950px 0 0;	
}

.hero-holder img {
    height: auto;
	width: 100%;
}

/*********** NUMBER ***********/

.col-2.number {
	text-align: right;
}

.col-2.number h3 {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #2ed195;
    font-family: 'robotoregular',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-variant: normal;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 6px 0 20px 0;
    text-shadow: none;
    text-transform: none;
	letter-spacing: 0px;
	border-bottom: 1px solid #d9d9d9;
}

.container-fluid.header > div .col-2.number h3 {
	border-bottom: 1px solid #88c2ae;
	border-color: rgba(46, 209, 149, 0.5);
}

/*********** ABOUT ***********/

.about {
	padding: 0;
	margin-top: 140px;
	position: relative;
}

.visual-holder {
	position: absolute;
	top:0;
	right: 50%;
	height: 520px;
    width: 572px;
    margin: 0 -640px 0 0;	
}

.visual-holder img {
    height: auto;
	width: 100%;
}

.container-fluid.about > div .container{
	padding: 60px 0 120px 0;
}

/*********** WORK ***********/

.work {
	padding: 0;
	margin-top: 100px;
	position: relative;
	background-color: #f5f5f5;
}

.screen-holder {
    position: absolute;
    top: -105px;
    left: 50%;
    height: 800px;
    width: 975px;
    margin: 0 0 0 -935px;
}

.screen-holder img {
    height: auto;
	width: 100%;
}

.container-fluid.work > div .container {
	padding: 140px 0 140px 0;
}

/*********** CONTACT ***********/

.contact {
	padding: 120px 0 80px 0;
	position: relative;
}

label {
    display: inline-block;
    max-width: 100%;
	font-family: 'robotobold', Helvetica,Arial,sans-serif;
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
	color: #1e2229;
	margin: 0;
	padding: 0;
	letter-spacing:2px;
	text-shadow: none;
	text-transform:uppercase;
}

.form-control {
	background-color:#ffffff;
	box-shadow:none;
	border: 1px solid #e5e5e6;
	border-radius: 4px;
	font-family:'robotoregular', Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:25px;
	font-weight:normal;
	font-variant:normal;
	color:#686868;
	margin:10px 0 20px;
	padding: 10px 20px;
}

.form-control:focus {
	border-color: #686868;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(255, 255, 255, .6);
		  box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(255, 255, 255, .6);
}

.form-control::-moz-placeholder {
	font-family: 'robotolight_italic', Helvetica,Arial,sans-serif;
	color: #9a9a9a;
	font-size: 13px;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	font-family: 'robotolight_italic', Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #9a9a9a;
}

.form-control::-webkit-input-placeholder {
	font-family: 'robotolight_italic', Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #9a9a9a;
}

textarea.form-control {
	resize:none;
	padding: 15px 20px;
}

div .captcha {
	padding-top: 10px;
	padding-bottom: 20px
}

.btn-submit {
    color: #ffffff;
    display: inline-block;
    font-family: 'poppinsmedium',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-variant: normal;
    font-weight: normal;
    line-height: 60px;
    margin: 20px 0;
    padding: 0 50px;
    text-decoration: none;
	border: 0px solid #000;
	letter-spacing: -0.5px;
	text-transform: none;
	background-color: #58ba52;
	background: linear-gradient(90deg, #2f8f83 10%, #58ba52 90%);
	border-radius: 30px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition:all 0.3s ease 0s;
	text-align: center;
}

.btn-submit:hover {
	margin: 30px 0 10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.alert-info {
	font-family: "poppinssemibold",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
    background-color: #e0f8ef;
    color: #2ed195;
    margin: 0 40px 40px 0;
    text-align: center;
	letter-spacing:1px;
	padding:20px;
	border-radius:0;
	border:0px solid #e0f8ef;
	line-height:22px;
	width: 100%;
}

.alert-danger {
    font-family: "poppinssemibold",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
    background-color: #ffe4d9;
    color: #ff4800;
    margin: 0 40px 40px 0;
    text-align: center;
	letter-spacing:1px;
	padding:20px;
	border-radius:0;
	border:0px solid #ffdacc;
	line-height:22px;
	width: 100%;
}

/*********** FOOTER ***********/

.footer {
	background-color: #1e2229;
	padding: 90px 0 60px 0;
	position: relative;
}

.container-fluid.footer .col-lg-3 {
	padding-bottom: 30px;
}

.footer h3 {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #2ed195;
    font-family: 'poppinsmedium',Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-variant: normal;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0px 30px 0px;
    padding: 0;
    text-shadow: none;
    text-transform: none;
	letter-spacing: -0.5px;
}

.footer p {
	margin:0;
	padding:0;
	font-family:'poppinsmedium', Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:26px;
	font-weight:normal;
	font-variant:normal;
	color:#9fa0a3;
	text-shadow: none;
}

.footer a {
    color: #ffffff;
    font-family:'poppinsmedium', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
	transition:all 0.3s ease 0s;
}

.footer a:hover {
    color: #2ed195;
	text-decoration: none;
}

.footer ul {
	padding: 0;
}

.footer ul li {
	background: none;
	display: inline-block;
	padding: 0 10px 10px 0;
}

.footer ul li:last-child {
	padding: 0 0 0 0;
}

.footer ul li a {
    display:inline-block;
    margin: 0;
    padding: 0;
    text-indent: -5000px;
	line-height: 36px;
    width: 36px;
	transition:all 0.3s ease 0s;
	border-radius: 18px;
	border: 1px solid #4a4d53;
	cursor: pointer;
}

.footer ul li a:hover {
	border: 1px solid #2ed195;
}

.footer ul li.facebook a {
	background:transparent url(../img/icon_facebook.e5bc2d2f.png) 0px 0px no-repeat scroll;
}

.footer ul li.google a {
	background:transparent url(../img/icon_google.f21c0d5f.png) 0px 0px no-repeat scroll;
}

.footer ul li.twitter a {
	background:transparent url(../img/icon_twitter.677fec39.png) 0px 0px no-repeat scroll;
}

.footer ul li.linkedin a {
	background:transparent url(../img/icon_linkedin.f1cffde9.png) 0px 0px no-repeat scroll;
}

.footer ul li.a7 a {
	background:transparent url(../img/icon_a7.fc34fdde.png) 0px 0px no-repeat scroll;
}

.footer ul li.facebook a:hover, .footer ul li.google a:hover, .footer ul li.twitter a:hover, .footer ul li.linkedin a:hover, .footer ul li.a7 a:hover {
	background-position: 0px -36px;
}

.footer ul.list {
	padding-top: 52px;
	font-family:'poppinssemibold', Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:26px;
	font-weight:normal;
	font-variant:normal;
	color:#9fa0a3;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.footer ul.list li {
	display: block;
	padding: 0;
}

.footer ul.list li a {
	margin: 0;
    padding: 0 0 0 12px;
    text-indent: 0px;
	line-height: 26px;
    width: auto;
	transition:all 0.3s ease 0s;
	border-radius: 0;
	border: 0px solid #4a4d53;
	text-transform: none;
	letter-spacing: 0px;
	cursor: pointer;
	background: transparent url(../img/icon_li.fec6e515.png) 0 12px no-repeat scroll;
}

.container-fluid.footer > div .col {
	padding-top: 50px;
}

.container-fluid.footer > div .col p {
	font-family:'poppinsregular', Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:21px;
	color:#737578;
}

.container-fluid.footer > div .col span {
	float: right;
}

.container-fluid.footer > div .col span a {
	font-family:'montserratbold', Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:21px;
	color:#737578;
	transition:all 0.3s ease 0s;
	text-transform: uppercase;
}

.container-fluid.footer > div .col span a:hover {
    color: #2ed195;
	text-decoration: none;
}