/* Colors */
/* Sizes */
/* Fonts */
@font-face {
  font-family: ApercuPro-Black;
  src: url(../fonts/Apercu/ApercuPro-Black.otf);
}
@font-face {
  font-family: ApercuPro-Medium;
  src: url(../fonts/Apercu/ApercuPro-Medium.otf);
}
@font-face {
  font-family: ApercuPro-Bold;
  src: url(../fonts/Apercu/ApercuPro-Bold.otf);
}
@font-face {
  font-family: ApercuPro-Regular;
  src: url(../fonts/Apercu/ApercuPro-Regular.otf);
}
@media (min-width: 992px) {
  .container {
    max-width: 1125px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1290px;
  }
}
html {
  overflow-x: hidden;
}
.disabled {
  display: none;
}
ul {
  padding: 0px;
}
ul li {
  list-style-type: none;
  display: inline-block;
}
a {
  color: #ffffff;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
.green-button {
  background: #1ae069;
  padding: 14px 15px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 100px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border: 0px;
}
.black-button {
  background: #222222;
  padding: 14px 39px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 100px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border: 0px;
  line-height: 1.43;
  letter-spacing: 0.11px;
}
.buttons .google-button {
  width: 200px;
  display: inline-block;
  height: 48px;
}
.buttons .google-button img {
  width: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.link {
  cursor: pointer;
}
.rail-select select {
  border: solid 1px grey;
  border-radius: 3px;
  font-size: 16px;
  color: gray;
  height: 42px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.rail-select select:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px grey;
}
.rail-select .select-side {
  width: 36px;
  position: absolute;
  top: 20px;
  background: none;
  border: 0px;
  height: 50%;
  right: 6px;
  pointer-events: none;
}
.rail-select .select-side i {
  color: white;
  font-size: 44px;
  display: block;
  line-height: 34px;
}
input {
  outline: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none!important;
}
*:focus {
  outline: none!important;
}
input,
textarea {
  outline: none !important;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
img {
  border: 0;
  max-width: 100%;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.no-padding {
  padding: 0px;
}
@media (max-width: 992px) {
  .mobile-no-padding {
    padding: 0px;
  }
}
.green-text {
  color: #1ae069;
}
.green-text:hover {
  color: #1ae069;
}
body {
  color: #222222;
  font-family: "ApercuPro-Black";
  background: #ffffff;
  overflow: hidden;
  line-height: 1;
  letter-spacing: normal;
  font-stretch: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
header {
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 2;
}
@media (max-width: 992px) {
  header {
    top: 28px;
  }
}
@media (max-width: 992px) {
  header .container {
    width: 100%;
    margin: 0px;
    max-width: 100%;
  }
  header .row {
    width: 100%;
    margin: 0px;
  }
}
header .logo {
  width: 141px;
}
@media (max-width: 992px) {
  header .logo {
    width: 112px;
  }
}
header .menu-button {
  float: right;
  cursor: pointer;
  margin-top: 3px;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  header .menu-button {
    display: block;
  }
}
header .menu-button img {
  width: 32px;
  height: 32px;
}
@media (max-width: 992px) {
  header .menu {
    display: none;
  }
}
header .menu .navbar .navbar-nav .nav-item {
  font-size: 18px;
  font-family: "ApercuPro-Bold";
  padding: 0px 10px;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  header .menu .navbar .navbar-nav .nav-item {
    padding: 0px 3px;
    padding-top: 10px;
  }
}
header .menu .navbar .navbar-nav .nav-item .nav-link {
  padding: 0px;
}
header .menu .navbar .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 4px solid white;
}
.mobile-menu {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  background: white;
  z-index: 5;
  padding: 28px;
}
.mobile-menu .top .logo {
  display: inline-block;
  width: 50%;
}
.mobile-menu .top .icon {
  display: inline-block;
  width: 45%;
  float: right;
  text-align: right;
}
.mobile-menu .list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.mobile-menu .list ul {
  text-align: center;
}
.mobile-menu .list ul li {
  display: block;
  font-size: 28px;
  color: #1ae069;
  margin-bottom: 20px;
}
.mobile-menu .list ul li a {
  color: #1ae069;
}
.white-bg {
  background: url(../images/w-bg11.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .white-bg {
    background: none;
  }
}
.home-page .main-section {
  background: #1ae069;
  padding: 200px 0px;
  height: 100vh;
  background: url(../images/green-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  .home-page .main-section {
    display: block;
    height: 100%;
    padding: 100px 0px;
  }
}
.home-page .main-section .container-bottom-text {
  height: 100%;
}
.home-page .main-section .bottom-text {
  font-size: 14px;
  font-family: "ApercuPro-Medium";
  color: white;
  bottom: 40px;
  position: absolute;
}
@media (max-width: 992px) {
  .home-page .main-section .bottom-text {
    display: none;
  }
}
.home-page .main-section .b-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.home-page .main-section .image {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 100vh;
  width: 45%;
}
@media (max-width: 992px) {
  .home-page .main-section .image {
    display: none;
  }
}
.home-page .main-section .image video {
  max-width: 100%;
  height: 100%;
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: top;
}
.home-page .main-section .mobile-image {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .home-page .main-section .mobile-image {
    display: block;
  }
}
.home-page .main-section .mobile-image video {
  max-width: 100%;
}
.home-page .main-section .title {
  margin-bottom: 10px;
  width: 94%;
}
@media (max-width: 768px) {
  .home-page .main-section .title {
    width: 100%;
  }
}
.home-page .main-section .title h1 {
  line-height: normal;
  letter-spacing: 0.4px;
  font-size: 80px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home-page .main-section .title h1 {
    font-size: 28px;
  }
}
.home-page .main-section .subtitle {
  color: #ffffff;
  font-size: 28px;
  font-family: "ApercuPro-Medium";
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .home-page .main-section .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .home-page .main-section .buttons {
    text-align: center;
  }
}
.home-page .counter-section {
  padding: 120px 0px;
}
@media (max-width: 992px) {
  .home-page .counter-section {
    padding: 50px 0px;
  }
}
.home-page .counter-section .text {
  font-size: 80px;
  line-height: 1.25;
  letter-spacing: 0.4px;
}
@media (max-width: 992px) {
  .home-page .counter-section .text {
    font-size: 28px;
  }
}
.home-page .counter-section .text .green-line-block {
  position: relative;
  display: inline-block;
}
.home-page .counter-section .text .green-line-block .green-line-text {
  z-index: 2;
  position: relative;
}
.home-page .counter-section .text .green-line-block .underline {
  width: 100%;
  position: absolute;
  background: #d1f9e1;
  height: 30px;
  bottom: 13px;
  left: 0px;
  right: 0px;
  transition: background 0.5s ease;
}
@media (max-width: 992px) {
  .home-page .counter-section .text .green-line-block .underline {
    height: 15px;
    bottom: 5px;
  }
}
.home-page .counter-section .text .green-line-block:hover .underline {
  background: #8df0b4;
}
.home-page .video-section {
  padding: 120px 0px;
}
@media (max-width: 992px) {
  .home-page .video-section {
    padding: 50px 0px;
  }
}
.home-page .video-section .text .top {
  margin-bottom: 15px;
  font-size: 60px;
  letter-spacing: 0.3px;
  line-height: normal;
}
@media (max-width: 992px) {
  .home-page .video-section .text .top {
    font-size: 28px;
    text-align: center;
  }
}
.home-page .video-section .text .info {
  font-size: 18px;
  font-family: "ApercuPro-Medium";
  line-height: 1.11;
  letter-spacing: 0.09px;
  width: 80%;
}
@media (max-width: 992px) {
  .home-page .video-section .text .info {
    margin-bottom: 15px;
    width: 100%;
  }
}
.home-page .video-section .video {
  text-align: right;
}
@media (max-width: 992px) {
  .home-page .video-section .video {
    margin-bottom: 20px;
    text-align: center;
    z-index: 55555;
  }
}
.home-page .video-section .video iframe {
  border-radius: 20px;
  overflow: hidden;
  width: 560px;
  height: 315px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .home-page .video-section .video iframe {
    height: 220px;
    width: 480px;
  }
}
@media (max-width: 768px) {
  .home-page .video-section .video iframe {
    height: 260px;
    width: 460px;
  }
}
@media (max-width: 460px) {
  .home-page .video-section .video iframe {
    height: 170px;
    width: 300px;
  }
}
.home-page .block-opacity {
  opacity: 0;
}
.home-page .elem-block-opacity {
  transition: opacity 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home-page .calling-section {
  padding: 120px 0px;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .home-page .calling-section {
    padding: 50px 0px;
    display: none;
  }
}
.home-page .calling-section .main-title {
  text-align: center;
  font-size: 60px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .home-page .calling-section .main-title {
    font-size: 28px;
  }
}
.home-page .calling-section .element {
  padding: 0px 32px;
}
.home-page .calling-section .element .image {
  height: 540px;
  margin-bottom: 28px;
  text-align: center;
}
.home-page .calling-section .element .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.home-page .calling-section .element .title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.home-page .calling-section .element .text {
  line-height: 1.11;
  letter-spacing: 0.09px;
  font-size: 18px;
  font-family: "ApercuPro-Medium";
}
.home-page .calling-section .buttons {
  text-align: center;
  margin-top: 66px;
}
.home-page .mobile-calling-section {
  display: none;
  padding: 50px 0px;
}
@media (max-width: 992px) {
  .home-page .mobile-calling-section {
    display: block;
  }
}
.home-page .mobile-calling-section .top-image {
  margin-bottom: 20px;
  text-align: center;
}
.home-page .mobile-calling-section .top-image video {
  max-width: 100%;
}
.home-page .mobile-calling-section .main-title {
  text-align: center;
  font-size: 60px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .home-page .mobile-calling-section .main-title {
    font-size: 28px;
  }
}
.home-page .mobile-calling-section .sub-title {
  font-size: 18px;
  font-family: "ApercuPro-Medium";
  line-height: 1.11;
  letter-spacing: 0.09px;
  margin-bottom: 30px;
}
.home-page .mobile-calling-section .element {
  padding: 0px 0px;
  margin-bottom: 25px;
}
.home-page .mobile-calling-section .element .image {
  height: 60px;
  width: 60px;
  margin: auto;
  margin-bottom: 15px;
  text-align: center;
}
.home-page .mobile-calling-section .element .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.home-page .mobile-calling-section .element .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 8px;
  white-space: normal;
}
.home-page .mobile-calling-section .element .text {
  line-height: 1.11;
  letter-spacing: 0.09px;
  font-size: 18px;
  font-family: "ApercuPro-Medium";
}
.home-page .mobile-calling-section .buttons {
  text-align: center;
}
.home-page .wave-section {
  padding: 120px 0px;
  padding-bottom: 84px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-page .wave-section {
    padding: 50px 0px;
  }
}
.home-page .wave-section #wave {
  position: absolute;
  /* height: 600px; */
  top: 8%;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: rotate(180deg);
}
@media (min-width: 2000px) {
  .home-page .wave-section #wave {
    display: none;
  }
}
@media (max-width: 992px) {
  .home-page .wave-section #wave {
    top: 3%;
  }
}
.home-page .wave-section #wave svg {
  width: 118%;
}
.home-page .wave-section #wave svg path {
  fill: white;
}
@media screen and (min-width: 1024px) {
  .home-page .wave-section #wave svg {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.home-page .wave-section #bottom-wave {
  position: absolute;
  /* height: 600px; */
  bottom: 75px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 992px) {
  .home-page .wave-section #bottom-wave {
    display: none;
  }
}
@media (min-width: 2000px) {
  .home-page .wave-section #bottom-wave {
    display: none;
  }
}
.home-page .wave-section #bottom-wave svg {
  width: 100%;
}
.home-page .wave-section #bottom-wave svg path {
  fill: white;
}
@media screen and (min-width: 1024px) {
  .home-page .wave-section #bottom-wave svg {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
.home-page .wave-section .video {
  height: 100%;
  overflow: hidden;
}
.home-page .wave-section .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-page .wave-section .image {
  display: none;
}
.home-page .wave-section .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .home-page .wave-section .image {
    display: block;
  }
}
.home-page .wave-section .text {
  padding: 350px 40px 240px 100px;
  background: url(../images/green-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media (max-width: 1200px) {
  .home-page .wave-section .text {
    padding: 183px 20px;
    padding-top: 183px;
  }
}
@media (max-width: 992px) {
  .home-page .wave-section .text {
    padding: 30px 20px;
    padding-top: 60px;
  }
}
.home-page .wave-section .text .top {
  font-size: 60px;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .home-page .wave-section .text .top {
    font-size: 28px;
  }
}
.home-page .wave-section .text .subtitle {
  display: none;
  font-size: 18px;
  font-family: "ApercuPro-Medium";
  line-height: 1.11;
  letter-spacing: 0.09px;
  color: white;
}
@media (max-width: 992px) {
  .home-page .wave-section .text .subtitle {
    display: block;
  }
}
@media (max-width: 992px) {
  .home-page .wave-section .text .info .list {
    display: none;
  }
}
.home-page .wave-section .text .info .list .list-element {
  display: block;
  color: #ffffff;
  line-height: 1.11;
  letter-spacing: 0.09px;
  font-size: 18px;
  font-family: "ApercuPro-Bold";
  white-space: nowrap;
  margin-bottom: 25px;
}
.home-page .wave-section .text .info .list .list-element .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.home-page .wave-section .text .info .list .list-element .right-text {
  font-size: 18px;
  font-family: "ApercuPro-Medium";
  display: inline-block;
  line-height: 1.60;
  letter-spacing: 0.09px;
  white-space: normal;
  vertical-align: middle;
}
.home-page .wave-section .buttons {
  margin-top: 40px;
  z-index: 10;
  position: relative;
}
@media (max-width: 992px) {
  .home-page .wave-section .buttons {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .home-page .business-section {
    display: none;
  }
}
.home-page .business-section .left-text .top {
  font-size: 60px;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}
.home-page .business-section .left-text .bottom {
  font-size: 18px;
  font-family: "ApercuPro-Medium";
  line-height: 1.11;
  letter-spacing: 0.09px;
  margin-bottom: 28px;
}
.home-page .business-section .element {
  padding: 0px 51px;
}
.home-page .business-section .element .image {
  margin-bottom: 28px;
  text-align: center;
}
.home-page .business-section .element .image .video1 {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -khtml-border-radius: 45px;
  border-radius: 45px;
}
@media (max-width: 1300px) {
  .home-page .business-section .element .image .video1 {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    -khtml-border-radius: 39px;
    border-radius: 39px;
  }
}
.home-page .business-section .element .image1 {
  padding: 11px;
}
@media (max-width: 1300px) {
  .home-page .business-section .element .image1 {
    padding: 10px;
  }
}
.home-page .business-section .element .title {
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.14px;
  font-family: "ApercuPro-Bold";
  text-align: center;
  margin-bottom: 8px;
}
.home-page .business-section .element .text {
  font-family: "ApercuPro-Medium";
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 0.09px;
}
.home-page .mobile-business-section {
  display: none;
}
@media (max-width: 992px) {
  .home-page .mobile-business-section {
    display: block;
  }
}
.home-page .mobile-business-section .image {
  margin-bottom: 28px;
  position: relative;
  text-align: center;
}
.home-page .mobile-business-section .image img {
  height: 360px;
}
.home-page .mobile-business-section .image video {
  max-width: 100%;
}
.home-page .mobile-business-section .image .m-video1 {
  z-index: 3;
  position: relative;
  margin-left: -15%;
  height: 350px;
  border-radius: 26px;
}
@media (max-width: 768px) {
  .home-page .mobile-business-section .image .m-video1 {
    margin-left: -15%;
  }
}
@media (max-width: 460px) {
  .home-page .mobile-business-section .image .m-video1 {
    margin-left: -10%;
  }
}
.home-page .mobile-business-section .image .img1 {
  z-index: 3;
  position: relative;
  margin-left: -15%;
}
@media (max-width: 768px) {
  .home-page .mobile-business-section .image .img1 {
    margin-left: -15%;
  }
}
@media (max-width: 460px) {
  .home-page .mobile-business-section .image .img1 {
    margin-left: -10%;
  }
}
.home-page .mobile-business-section .image .img2 {
  position: absolute;
  top: -25px;
  right: 28%;
  z-index: 1;
}
@media (max-width: 768px) {
  .home-page .mobile-business-section .image .img2 {
    right: 18%;
  }
}
@media (max-width: 460px) {
  .home-page .mobile-business-section .image .img2 {
    right: 5%;
  }
}
.home-page .mobile-business-section .text .title {
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.14px;
  margin-bottom: 10px;
  text-align: center;
}
.home-page .mobile-business-section .text .sub-title {
  font-size: 18px;
  font-family: "ApercuPro-Medium";
  line-height: 1.11;
  letter-spacing: 0.09px;
  margin-bottom: 28px;
}
.home-page .mobile-business-section .text .buttons {
  text-align: center;
}
.home-page .zomato-section {
  padding: 120px 0px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .home-page .zomato-section {
    padding: 50px 0px;
  }
}
.home-page .zomato-section .video {
  text-align: center;
}
@media (max-width: 992px) {
  .home-page .zomato-section .video {
    margin-bottom: 24px;
  }
}
.home-page .zomato-section .video iframe {
  border-radius: 20px;
  overflow: hidden;
  width: 541px;
  height: 304px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .home-page .zomato-section .video iframe {
    width: 100%;
    height: 215px;
  }
}
.home-page .zomato-section .right-text {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .home-page .zomato-section .right-text {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .home-page .zomato-section .right-text {
    padding-left: 0px;
  }
}
.home-page .zomato-section .right-text .top {
  line-height: normal;
  letter-spacing: 0.1px;
  font-size: 20px;
  font-family: "ApercuPro-Bold";
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .home-page .zomato-section .right-text .top {
    text-align: center;
  }
}
.home-page .zomato-section .right-text .title {
  color: #cc202e;
  margin-bottom: 20px;
  max-width: 300px;
}
@media (max-width: 992px) {
  .home-page .zomato-section .right-text .title {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }
}
.home-page .zomato-section .right-text .text {
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 0.09px;
  font-family: "ApercuPro-Medium";
  margin-bottom: 40px;
  width: 67%;
}
@media (max-width: 768px) {
  .home-page .zomato-section .right-text .text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .home-page .zomato-section .right-text .buttons {
    text-align: center;
  }
}
.home-page .zomato-section .right-text .buttons .green-button {
  padding: 14px 35px;
}
.home-page .partner-section {
  padding: 120px 0px;
}
@media (max-width: 992px) {
  .home-page .partner-section {
    padding: 50px 0px;
  }
}
.home-page .partner-section .main-title {
  line-height: normal;
  letter-spacing: 0.3px;
  font-size: 60px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .home-page .partner-section .main-title {
    font-size: 28px;
  }
}
.home-page .partner-section .list {
  text-align: center;
}
.home-page .partner-section .list .list-element {
  padding: 0px 35px;
  width: 18%;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .home-page .partner-section .list .list-element {
    padding: 0px 10px;
    width: 28%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-page .partner-section .list .list-element {
    padding: 0px 10px;
    width: 36%;
    margin-bottom: 20px;
  }
}
.home-page .partner-section .list .list-element img {
  width: 100%;
}
.home-page .partner-section .list .snap {
  width: 11%;
}
@media (max-width: 1200px) {
  .home-page .partner-section .list .snap {
    width: 14%;
  }
}
@media (max-width: 768px) {
  .home-page .partner-section .list .snap {
    width: 22%;
  }
}
.home-page .team-section {
  padding: 120px 0px;
  padding-bottom: 210px;
}
@media (max-width: 992px) {
  .home-page .team-section {
    padding: 50px 0px;
  }
}
.home-page .team-section .image {
  padding: 0px 30px;
}
@media (max-width: 768px) {
  .home-page .team-section .image {
    margin-bottom: 30px;
  }
}
.home-page .team-section .image img {
  width: 100%;
}
.home-page .team-section .text .top {
  font-size: 60px;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .home-page .team-section .text .top {
    font-size: 28px;
    text-align: center;
  }
}
.home-page .team-section .text .info {
  line-height: 1.11;
  letter-spacing: 0.09px;
  font-size: 18px;
  margin-bottom: 28px;
  font-family: "ApercuPro-Medium";
}
@media (max-width: 992px) {
  .home-page .team-section .text .buttons {
    text-align: center;
  }
}
.home-page .contact-section {
  background: #1ae069;
  padding-top: 164px;
  color: #ffffff;
  background: url(../images/green-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  .home-page .contact-section {
    padding-top: 50px;
  }
}
.home-page .contact-section .mobile-contact-button {
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-page .contact-section .mobile-contact-button {
    display: block;
  }
}
@media (max-width: 992px) {
  .home-page .contact-section .mobile-form {
    display: none;
  }
}
.home-page .contact-section .main-title {
  font-size: 60px;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .home-page .contact-section .main-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 28px;
  }
}
@media (max-width: 992px) {
  .home-page .contact-section .form-block .form {
    margin-top: 20px;
  }
}
.home-page .contact-section .form-block .form .form-group {
  padding: 0px;
  /* The container must be positioned relative: */
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
.home-page .contact-section .form-block .form .form-group .form-control {
  border: solid 3px #ffffff;
  background: transparent;
  padding: 28px;
  font-size: 24px;
  color: white;
  opacity: 1;
  font-family: "ApercuPro-Black";
  height: 80px;
}
.home-page .contact-section .form-block .form .form-group ::placeholder {
  color: white;
  opacity: 0.75;
  font-family: "ApercuPro-Medium";
  font-size: 24px;
}
.home-page .contact-section .form-block .form .form-group .textarea-form-control {
  max-width: 100%;
  height: 160px;
}
.home-page .contact-section .form-block .form .form-group .custom-select {
  position: relative;
  background: transparent;
  color: white;
  width: 100%;
  display: inline-block;
  padding: 0px;
  border: solid 3px #ffffff;
  font-family: "ApercuPro-Medium";
  font-size: 24px;
  height: 80px;
}
@media (max-width: 992px) {
  .home-page .contact-section .form-block .form .form-group .custom-select {
    height: auto;
  }
}
.home-page .contact-section .form-block .form .form-group .select-side .fa-angle-up {
  display: none;
}
.home-page .contact-section .form-block .form .form-group .select-side.block-active .fa-angle-up {
  display: block;
  color: #1ae069;
  line-height: 23px;
}
.home-page .contact-section .form-block .form .form-group .custom-select select {
  display: none;
  /*hide original SELECT element: */
}
.home-page .contact-section .form-block .form .form-group .select-selected {
  height: 100%;
  padding: 19px 28px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .home-page .contact-section .form-block .form .form-group .select-selected {
    padding: 6% 30px;
    padding-right: 52px;
  }
}
.home-page .contact-section .form-block .form .form-group .select-selected.select-arrow-active {
  background: white;
  border: solid 0px #ffffff;
  color: #61e88f;
  font-family: "ApercuPro-Regular";
  font-size: 24px;
}
.home-page .contact-section .form-block .form .form-group .selected-value .select-selected {
  font-family: "ApercuPro-Black";
}
.home-page .contact-section .form-block .form .form-group .select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 1px;
  color: #1ae069;
  font-family: "ApercuPro-Black";
  width: 100.7%;
  margin-left: -3px;
  font-size: 24px;
}
@media (max-width: 992px) {
  .home-page .contact-section .form-block .form .form-group .select-items {
    width: 102%;
  }
}
.home-page .contact-section .form-block .form .form-group .select-hide {
  display: none;
}
.home-page .contact-section .form-block .form .form-group .select-items div {
  padding: 15px 28px;
  font-size: 24px;
  cursor: pointer;
  font-family: "ApercuPro-Black";
}
.home-page .contact-section .form-block .form .form-group .select-items div:hover,
.home-page .contact-section .form-block .form .form-group .same-as-selected {
  color: #1ae069;
}
.home-page .contact-section .form-block .form .form-group .buttons {
  margin-top: 42px;
  padding-bottom: 121px;
}
.home-page .contact-section .form-block .form .form-group .buttons .black-button {
  width: 200px;
}
.home-page .contact-section .message-contact-content {
  display: none;
  padding: 200px 20px;
  padding-bottom: 330px;
}
@media (max-width: 992px) {
  .home-page .contact-section .message-contact-content {
    padding: 100px 20px;
    padding-bottom: 130px;
  }
}
.home-page .contact-section .message-contact-content .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .contact-section .message-contact-content .top {
  font-size: 60px;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .home-page .contact-section .message-contact-content .top {
    font-size: 28px;
  }
}
.home-page .contact-section .message-contact-content .bottom {
  font-size: 28px;
  font-family: "ApercuPro-Medium";
  line-height: normal;
  letter-spacing: 0.14px;
}
@media (max-width: 992px) {
  .home-page .contact-section .message-contact-content .bottom {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .home-page .contact-section .list {
    vertical-align: top;
    margin-top: 30px;
  }
}
.home-page .contact-section .list ul li {
  display: inline-block;
  font-size: 16px;
  font-family: "ApercuPro-Medium";
  line-height: normal;
  letter-spacing: 0.08px;
  border-right: 2px solid white;
  padding: 0px 7px;
}
@media (max-width: 992px) {
  .home-page .contact-section .list ul li {
    display: block;
    border-right: 0px solid white;
    margin-bottom: 5px;
  }
}
.home-page .contact-section .list ul li:hover a {
  border-bottom: 2px solid white;
}
.home-page .contact-section .list ul li:last-child {
  border-right: 0px solid white;
}
.home-page .contact-section .right-list {
  text-align: right;
}
@media (max-width: 992px) {
  .home-page .contact-section .right-list {
    text-align: left;
  }
}
.contact-layout header {
  top: 40px;
}
.business-page .contact-section {
  background-color: #ffffff;
  background: #ffffff;
  padding-top: 120px;
  background: url("../images/business-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .business-page .contact-section {
    background: none;
  }
}
.business-page .contact-section .main-title {
  color: #222222;
}
@media (max-width: 992px) {
  .business-page .contact-section .main-title {
    text-align: left;
    margin-top: 30px;
  }
}
.business-page .contact-section .mobile-form {
  display: block;
}
.business-page .contact-section .form-block .form .form-group .form-control {
  border: solid 3px #f2f2f2;
  color: #222222;
}
.business-page .contact-section .form-block .form .form-group ::placeholder {
  color: #9d9d9d;
}
.business-page .contact-section .form-block .form .form-group .custom-select {
  border: solid 3px #f2f2f2;
  color: #9d9d9d;
}
.business-page .contact-section .form-block .form .form-group .select-items {
  color: #222222;
  border: solid 3px #f2f2f2;
  border-top: 0px;
}
.business-page .contact-section .form-block .form .form-group .select-items:hover {
  color: #222222;
}
.business-page .contact-section .form-block .form .form-group .select-selected {
  color: #9d9d9d;
}
.business-page .contact-section .form-block .form .form-group .selected-value .select-selected {
  color: #222222;
}
.business-page .contact-section .form-block .form .form-group .select-selected.select-arrow-active {
  color: #9d9d9d;
}
.business-page .contact-section .form-block .form .form-group .select-items div:hover,
.business-page .contact-section .form-block .form .form-group .same-as-selected {
  color: #222222;
}
.business-page .contact-section .form-block .form .form-group .select-side i {
  color: #222222;
}
.business-page .contact-section .form-block .form .form-group .select-side .fa-angle-up {
  display: none;
}
.business-page .contact-section .form-block .form .form-group .select-side.block-active .fa-angle-up {
  display: block;
  color: #222222;
  line-height: 23px;
}
.business-page .contact-section .form-block .form .form-group .select-side.block-active .fa-angle-down {
  display: none;
}
.business-page .contact-section .form-block .green-button {
  width: 200px;
}
.business-page .contact-section .message-contact-content {
  height: 100vh;
  display: none;
}
.business-page .contact-section .message-contact-content .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: -200px;
}
.business-page .contact-section .message-contact-content .top {
  font-size: 60px;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #222222;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .business-page .contact-section .message-contact-content .top {
    font-size: 28px;
  }
}
.business-page .contact-section .message-contact-content .bottom {
  font-size: 28px;
  font-family: "ApercuPro-Medium";
  line-height: normal;
  letter-spacing: 0.14px;
  color: #222222;
}
@media (max-width: 992px) {
  .business-page .contact-section .message-contact-content .bottom {
    font-size: 18px;
  }
}
.simple-page .contact-section {
  padding-top: 160px;
  background: url("../images/simple-page-bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .simple-page .contact-section {
    padding-top: 80px;
  }
}
.simple-page .contact-section .main-title h1 {
  font-size: 60px;
  line-height: normal;
  letter-spacing: 0.3px;
}
@media (max-width: 992px) {
  .simple-page .contact-section .main-title h1 {
    font-size: 28px;
  }
}
.simple-page .contact-section .text {
  font-size: 18px;
  font-family: "ApercuPro-Medium";
  line-height: normal;
  letter-spacing: 0.09px;
  color: #222222;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .simple-page .contact-section .text {
    font-size: 16px;
  }
}
.simple-page .contact-section .text a {
  color: #222222;
}
.simple-page .contact-section .text a:hover {
  color: #222222;
  border-bottom: 2px #1ae069 solid;
}
