@import 'fontello.css';
*{
  outline: none !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'DM Sans', sans-serif;
  color: #191b1d;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}
::selection {
  background-color: #191b1d;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', sans-serif;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
}
a {
  color: #191b1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #b0d235;
  text-decoration: none;
}
a:focus {
  color: #b0d235;
  text-decoration: none;
}
p {
  color: #6d747c;
  line-height: 1.6;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 20px;
  height: 55px;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #b0d235;
}
textarea.form-control{
  min-height: 150px;
}
.form-container form{
	position: relative;
}
.form-container{
	padding: 50px;
	margin-top: 50px;
	position: relative;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
}
.form-container .btn-mid{
	background: #fff;
}
.form-container .btn-mid span{
  color: #191b1d;
}
.form-container .btn-mid:hover span{
  color: #fff;
}
.form-btn{
	text-align: right;
}
.form-2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}
.form-2 .form-group{
	margin: 0;
}
.form-full{
	grid-column: span 2;
}
.form-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
}
section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 5px;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
}
.overflow{
  overflow: hidden;
}
.title-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}
.title-grid p{
	font-size: 18px;
	font-weight: 500;
}
.title-grid .title{
	margin-bottom: 0;
}
.title {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}
.title.small{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 46px;
}
.title h3 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
}
.title h4 {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.title p {
  font-size: 18px;
  margin: 25px 0;
  font-weight: 400;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
}
#mask {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#mask img{
  display: block;
  width: 200px;
}
#topnav {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  padding: 0 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#topnav #navigation{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  padding: 0 10px;
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: #fff;
}
#topnav .navbar-toggle:hover span {
  background-color: #222222;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}
#topnav .navigation-menu > li {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  position: relative;
}
#topnav .navigation-menu > li:after{
  content: '';
  opacity: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
  position: absolute;
  z-index: -2;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li:hover:after{
  opacity: 1;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  line-height: 60px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav.scroll .navigation-menu > li > a{
  color: #191b1d;
}
#topnav.scroll{
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
#topnav .logo {
  opacity: 1;
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo:hover{
  opacity: 0.6;
}
#topnav .logo a{
  display: block;
}
#topnav.scroll .logo {
  padding: 12px 0;
}
#topnav .logo img {
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav .logo .logo-dark {
  display: none;
}
#topnav.scroll .logo .logo-dark {
  display: block;
}
#topnav.scroll .logo .logo-light {
  display: none;
}
#topnav.scroll{
  padding: 0 20px;
}
#topnav .menu-contact{
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  color: #191b1d;
  position: absolute;
  right: 30px;
}
#topnav .menu-contact:hover{
  opacity: 0.5;
}
#topnav.scroll .menu-contact{
  opacity: 1;
  color: #fff;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
}
#topnav.scroll .menu-contact:hover{
  opacity: 0.5;
}
.menu-extras {
  display: none;
}
#home {
  padding: 0;
  height: 100%;
  border: 0;
}
#home .centrize {
  z-index: 100;
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .flex-direction-nav > li {
  position: relative;
  z-index: 2000;
  display: block;
}
#home-slider .flex-direction-nav > li > a {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #fff;
  font-size: 15px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li:last-child > a{
  margin-bottom: 0;
}
#home-slider .flex-direction-nav > li > a:hover {
  background-color: #b0d235;
  color: #fff;
}
.slide-logo{
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/logo-min.svg);
}
.scrolldown {
  opacity: 1;
	width: 40px;
	height: 120px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	z-index: 10;
	display: flex;
	align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrolldown .line {
  width: 3px;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.scrolldown:hover{
  opacity: 0.4;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -120px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 120px;
  }
}
.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}
.slide-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;  
  z-index: 200;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.slide-content h2 {
  font-weight: 700;
  font-size: 48px;
  margin: 0 0 20px 0;  
  display: inline-block;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
}
.slide-content p{
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
.slide-content strong{
  color: #d4a874;
}
.slide-content .btn-mid{
  margin-top: 50px;
}
.flex-control-nav {
  display: none;
  position: absolute;
  left: 40px;
  bottom: 60px;
  margin: auto;
  text-align: center;
  z-index: 100;
}
.flex-control-nav > li {
  width: auto;
  text-align: center;
  margin: 0 0 15px 0;
  display: block;
}
.flex-control-nav > li:last-child {
  margin-bottom: 0px;
}
.flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 100;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-control-paging > li > a.flex-active {
  opacity: 1;
}
.flex-direction-nav {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-slider .flex-direction-nav .flex-nav-prev{
  position: absolute;
  left: 80px;
  bottom: 0;
}
#home-slider .flex-direction-nav .flex-nav-next{
  position: absolute;
  right: 80px;
  bottom: 0;
}
.alert {
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0!important;
}
.bt-0 {
  border-top: 0!important;
}
.br-0 {
  border-right: 0!important;
}
.bb-0 {
  border-bottom: 0!important;
}
.bl-0 {
  border-left: 0!important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mr-0 {
  margin-right: 0!important;
}
.ml-0 {
  margin-left: 0!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mr-15 {
  margin-right: 15px!important;
}
.ml-15 {
  margin-left: 15px!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.mb-25 {
  margin-bottom: 25px!important;
}
.mr-25 {
  margin-right: 25px!important;
}
.ml-25 {
  margin-left: 25px!important;
}
.mt-25 {
  margin-top: 25px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.mr-50 {
  margin-right: 50px!important;
}
.ml-50 {
  margin-left: 50px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.p-0 {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pb-15 {
  padding-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.top-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 1;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 1;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1)0%, rgba(0,0,0,0)100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  -webkit-transform: scale(1);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid{
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 40px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 40px;
  overflow: hidden;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
}
.btn-mid span{
  position: relative;
  z-index: 10;
}
.btn-mid:before{
  content:'';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,154,78,1);
  z-index: 5;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover:before{
  left: 0;
}
.btn-center{
  display: block;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.about-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
	margin-top: 60px;
	align-items: center;
}
.about-img{
	position: relative;
	height: 100%;
}
.about-info{
	padding: 80px 40px
}
.about-info p{
  margin-bottom: 30px;
  font-size: 18px;
}
.about-info p:last-child{
	margin-bottom: 0;
}
.slick-initialized .slick-slide{
	outline: none !important;
}
.solution-slider {
	padding: 100px 0 60px 0;
  position: relative;
}
.solution-box{
	display: flex;
	flex-direction: column;
  width: 400px;
  height: 500px;
	background-color: #fff;
	margin-right: 40px;
	box-shadow: 0 10px 50px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 10px 50px rgba(0,0,0,.05);
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solution-box:hover{
	box-shadow: none;
	-webkit-box-shadow: none;
}
.solution-box:hover .cover-bg{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.solution-img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.solution-slider .solution-img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.solution-info{
	padding: 50px;
}
.solution-info h3{
	margin: 0 0 20px 0;
	color: #191b1d;
}
.solution-info p{
	line-height: 1.6;
	margin-bottom: 30px;
}
.solution-bg{
	position: relative;
	overflow: hidden;
	margin-right: -380px;
}
.solution-small .solution-bg{
	margin: 0;
}
.solution-grid{
	width: 1140px;
	margin: 0 auto;
	position: relative;
	top: -150px;
	min-height: 300px;
	margin-bottom: -150px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	box-shadow: 0 1.8vw 4vw -0.7vw rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgba(0,0,0,.2);
}
.solution-container{
	display: flex;
	align-items: center;
	padding: 60px;
	background-color: #fff;
}
.solution-title{
  text-align: center;
  padding: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.solution-title h3{
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.solution-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.slick-arrow{
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
  color: #fff;
  font-size: 0;
  border: none;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover{
  opacity: 0.4;
}
.slick-prev{
  left: 50px;
}
.slick-next{
  right: 50px;
}
.slick-prev:before{
  content: '\e927';
  font-family: 'fontello';
  color: #fff;
  font-size: 15px;
}
.slick-next:before{
  content: '\e928';
  font-family: 'fontello';
  color: #fff;
  font-size: 15px;
}
#product{
  display: flex;
  justify-content: center;
}
#product .title{
  position: absolute;
  top: 6vw;
  max-width: 35vw;
}
.cta-home{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 120px 50px;
  overflow: hidden;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
}
.cta-home h2{
  font-weight: 700;
  font-size: 46px;
	color: #fff;
	margin: 0 0 20px 0;
}
.cta-home .btn-mid{
  background: #fff;  
	margin-top: 30px;
	position: relative;
	z-index: 15;
}
.cta-home .btn-mid:hover span{
  color: #fff;
}
.cta-home .btn-mid span{
  color: #191b1d;
}
.cta-title {
	position: relative;
  z-index: 15;
  width: 100%;
  max-width: 640px;
}
.cta-title p {
  font-size: 18px;
  color: #fff;
}
.cta-bg-1 {
	position: absolute;
	bottom: -60px;
	left: -40px;
	z-index: 10;
	pointer-events: none;
	width: 200px;
	transform: rotate(-15deg);
}
.cta-bg-2 {
	position: absolute;
	top: -70px;
	right: -50px;
	z-index: 10;
	pointer-events: none;
	width: 250px;
	transform: rotate(-205deg);
}
.cta-bg-1 img{
	display: block;
	width: 100%;
}
#top{
  padding: 0;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top-title{
  position: relative;
  z-index: 10;
}
.top-title h2{
  font-weight: 700;
  color: #fff;
  font-size: 46px;
  margin: 0 0 30px 0;
}
.top-title p{
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  width: 100%;
  max-width: 768px;
}
.top-grid{
  column-count: 2;
  column-gap: 60px;
}
.top-grid p{
  margin-bottom: 30px;
}
.top-grid p:last-child{
  margin-bottom: 0;
}
.top-grid p{
  max-width: initial;
}
.agy-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.agy-text{
  padding: 100px;
}
.agy-text p{
  margin-bottom: 30px;
}
.agy-text p:last-child{
  margin-bottom: 0;
}
.agy-img{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
.agy-img img{
  display: block;
  width: 100%;
}
.agy-2{
  margin-top: 80px;
}
.agy-block{
  column-count: 2;
  column-gap: 60px;
  margin-top: 80px;
}
.agy-block p{
  margin-bottom: 30px;
}
.agy-block p:last-child{
  margin-bottom: 0;
}
.agy-block p:first-of-type{
  margin-top: -140px;
}
.mission-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
  background-color: #f5f5f5;
  margin-bottom: 40px;
  margin-left: 80px;
}
.mission-title{
  padding: 15px 45px;  
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
  position: absolute;
  left: -80px;
  top: 40px;
  z-index: 20;
}
.mission-title h3{
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.mission-text{
  position: relative;
  z-index: 20;
  padding: 140px 40px;
  width: 100%;
  max-width: 768px;
}
.mission-text p{
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.solution-left{
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 100px;
  align-items: center;
  margin-bottom: 80px;
}
.solution-right{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 100px;
  align-items: center;
  margin-bottom: 80px;
}
.solution-text{
  padding: 80px 0;
}
.solution-text h3{
  color: #191b1d;
  text-align: left;
  font-size: 30px;
}
.solution-text .solution-title{
  padding: 0;
  display: block;
  margin: 0 0 30px 0;
}
.solution-center .solution-number{
  position: absolute;
  width: 80px;
  height: 80px;
}
.solution-left .solution-number{
  right: -40px;
}
.solution-right .solution-number{
  left: -40px;
}
.solution-center{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
	height: 100%;
	position: relative;
}
.partners-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  grid-gap: 30px;
}
.partners-box{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 10px 10px 20px -4px rgba(0,0,0,0.2); 
  box-shadow: 10px 10px 20px -4px rgba(0,0,0,0.2);
}
.partners-box:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.partners-box img{
  width: 100%;
  max-width: 200px;
}
.contact-info{
	background-color: #fff;
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 60px;
}
.contact-box{
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  align-items: center;
}
.contact-box h3{
  margin: 0 0 5px 0;
  font-weight: 700;
}
.contact-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.contact-group{
  display: flex;
  flex-direction: column;
}
.silos-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
.silos-box{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 450px;
}
.silos-box:hover .cover-bg{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.silos-box:hover .overlay{
  opacity: 0;
}
.silos-box:nth-child(2){
  margin-top: 60px;
}
.silos-title{
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.silos-title h3{
  height: auto;
  opacity: 1;
  font-weight: 700;
  color: #fff;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.silos-box:hover .silos-title h3{
  opacity: 0;
  overflow: hidden;
  margin-top: 50px;
}
.silos-icon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #fff;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.silos-box:hover .silos-icon{
  margin-bottom: -80px;
}
.silos-icon:before{
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	top: -10px;
	left: -10px;
	border-radius: 100%;
	z-index: -2;
	display: block;
	background: rgb(176,210,53);
	transform: scale(1);
	opacity: 0;
	animation: bg 1.2s ease-out infinite;
}
@keyframes bg {
	0% {
		transform: scale(0.5);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.silos-box:hover .silos-icon:before{
  display: none;
}
.message-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
.message-logo{
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 40px;
}
.message-logo img{
  height: 50px;
}
.message-container .title{
  max-width: 480px;
  margin: 0 auto;
}
.message-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.message-call{
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgb(176,210,53);
  background: linear-gradient(0deg, rgba(176,210,53,1) 0%, rgba(0,154,78,1) 100%);
  color: #fff;
  font-size: 15px;
}
footer{
  position: relative;
  z-index: 20;
}
.footer-top{
  padding: 100px 0;
  background-color: #009a4e;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-gap: 80px;
}
.footer-logo img{
  width: 150px;
  margin: 0 0 30px 0;
}
.footer-logo p{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.footer-title{
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 20px;
}
.footer-column a{
  opacity: 1;
  display: block;
  margin: 0 0 10px 0;
  color: #fff;
}
.footer-column a:hover{
  opacity: 0.6;
}
.footer-group a{
  margin: 0;
}
.footer-row{
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}
.footer-row:last-child{
  margin-bottom: 0;
}
.footer-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.3);
  font-weight: 700;
  color: #fff;
}
.footer-bottom{
  padding: 30px 0;
  background-color: #10693d;
}
.footer-bottom p{
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer-bottom a{
  opacity: 1;
  font-weight: 700;
  color: #fff;
}
.footer-bottom a:hover{
  opacity: 0.6;
}