@font-face {
  font-family: 'Ave-B';
  src: url("../fonts/Averta-Bold.otf"), url("../fonts/Averta-Bold.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'Ave-L';
  src: url("../fonts/Averta-Light.otf"), url("../fonts/Averta-Light.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'Ave-R';
  src: url("../fonts/Averta-Regular.otf"), url("../fonts/Averta-Regular.eot") format("embedded-opentype"); }

html, body {
  font-family: 'Ave-R';
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, a {
  font-family: 'Ave-B'; }

a {
  text-decoration: none; }

a:focus {
  outline: none; }

.max-600 {
  max-width: 600px;
  margin: 0 auto; }

ul li {
  display: inline-block; }

.padding-top-40 {
  padding-top: 70px; }

.padding-70 {
  padding: 70px;
  max-width: 700px;
  margin: 0 auto; }

.margin-70 {
  margin: 70px 0; }

.padding30 {
  padding: 30px 0;
  width: 100%; }

.full-width {
  width: 100% !important;
  max-width: 50% !important;
  height: 100%; }

.container {
  position: relative; }

img {
  width: 100%; }

.clear {
  clear: both; }

.btn-rounded {
  -webkit-border-radius: 10em;
  border-radius: 10em; }

hr {
  opacity: 0; }

.button-default-itd {
  width: 200px;
  text-transform: uppercase;
  height: 50px;
  border: 2px solid white;
  border-radius: 25px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  display: block;
  margin: auto;
  letter-spacing: 1px;
  line-height: 48px;
  color: black;
  background-color: #fbe949;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: .3s !important;
  -o-transition: .3s !important;
  transition: .3s !important;
  text-align: center;
  z-index: 1;
  position: relative; }

.btn-no-line-high {
  line-height: 0;
  margin-top: 40px; }

.btn-main-color {
  border: 2px solid #fbe949;
  color: black; }

.col-md-3 {
  margin-top: 30px; }

label {
  width: 100%; }

textarea {
  max-height: 100px;
  overflow-y: hidden; }

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: none;
  background-color: #ffcddc;
  border-radius: 7px;
  text-align: center; }

div.wpcf7-mail-sent-ok {
  border: none;
  background-color: #a9f1a4;
  border-radius: 7px;
  text-align: center; }

.hide {
  display: none; }

@media screen and (max-width: 768px) {
  .padding-70 {
    padding: 40px;
    max-width: 90%;
    margin: 0 auto; }
  .margin-70 {
    margin: 0; }
  .full-width {
    max-width: 95% !important; } }

.close {
  margin-right: 0 !important; }

header {
  position: fixed;
  width: 100%;
  background: white;
  top: 0;
  z-index: 2; }
  header .navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    color: #fff;
    padding: 15px 0;
    background-color: transparent;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 1; }
    header .navbar:before {
      display: table;
      content: " "; }
  header #logo {
    float: left;
    margin-top: 1px; }
  header .navbar-right {
    float: right;
    margin-right: -15px;
    max-height: 100%; }
    header .navbar-right .navbar-nav {
      float: left;
      margin: 0;
      clear: both;
      display: block; }
      header .navbar-right .navbar-nav li {
        float: left;
        text-align: -webkit-match-parent; }
    header .navbar-right .nav > li {
      position: relative;
      display: block;
      list-style: none; }
      header .navbar-right .nav > li a {
        font-size: 12px;
        font-weight: 700;
        color: black !important;
        opacity: 1;
        display: block;
        padding: 0 16px;
        margin: 0;
        letter-spacing: .5px;
        line-height: 1;
        text-transform: uppercase;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        padding-top: 30px;
        padding-bottom: 28px; }
    header .navbar-right .nav > li:before {
      display: table;
      content: " "; }
    header .navbar-right .modal-menu-item {
      height: 41px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 700;
      color: black !important;
      padding: 0 25px;
      margin: 15px 15px 0 25px;
      letter-spacing: .3px;
      text-transform: uppercase;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      float: right;
      line-height: 38px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      cursor: pointer; }
  header .navbar-right:before {
    display: table;
    content: " "; }

#main-menu .navbar-nav .mega-menu {
  position: static; }

#nav-icon.open {
  left: 30px; }

#nav-icon {
  display: none;
  width: 25px;
  position: absolute;
  top: 25px;
  right: 15px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0; }

#nav-icon span:nth-child(2) {
  top: 6px; }

#nav-icon span:nth-child(3) {
  top: 12px; }

#nav-icon.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.close {
  width: 20px;
  position: relative;
  height: 30px;
  cursor: pointer; }
  .close > div {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: black;
    border-radius: 0;
    opacity: 1;
    left: 0; }
  .close div:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .close div:nth-child(2) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.nav-mobile {
  display: none; }

@media screen and (max-width: 995px) {
  #nav-icon {
    display: block; }
  header .navbar-right {
    display: none; }
  .nav-mobile {
    width: 100%;
    text-align: center; }
    .nav-mobile ul li a {
      color: black;
      padding: 15px 0;
      display: block; }
  .active {
    display: block; } }

#skills {
  margin-top: 100px; }
  #skills .headlineTitle {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%; }
    #skills .headlineTitle h1 {
      color: white;
      height: 100%;
      vertical-align: middle;
      display: table-cell; }
  #skills .list-skills {
    background-color: #F9F9F9;
    padding-bottom: 70px; }
    #skills .list-skills .tt-iconbox-customimg {
      font-size: 35px;
      width: 100px;
      height: 100px;
      line-height: 105px;
      border-radius: 90px;
      margin: auto;
      position: relative;
      margin-bottom: 35px;
      text-align: center;
      -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
      border: 2px solid #fbe949;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      #skills .list-skills .tt-iconbox-customimg img {
        position: absolute;
        left: 50%;
        margin-left: -22px;
        max-width: 45px;
        top: 50%;
        margin-top: -21px;
        height: auto; }
    #skills .list-skills .tt-iconbox-customimg:hover {
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      background: -webkit-gradient(linear, left top, right top, from(#fefcea), to(#f1da36));
      background: -webkit-linear-gradient(left, #fefcea 0%, #f1da36 100%);
      background: -o-linear-gradient(left, #fefcea 0%, #f1da36 100%);
      background: linear-gradient(to right, #fefcea 0%, #f1da36 100%); }

@media screen and (max-width: 768px) {
  #skills {
    margin-top: 100px; }
    #skills .headlineTitle {
      height: 150px; }
    #skills .list-skills {
      background-color: #F9F9F9;
      padding-bottom: 40px; }
      #skills .list-skills .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

#request-demo {
  padding-top: 102px;
  margin: 0 auto 70px; }

@media screen and (max-width: 768px) {
  .col {
    margin-bottom: 30px; } }

#contact {
  padding: 20px 0;
  background-size: cover; }
  #contact a {
    color: white !important; }
  #contact .white-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
    box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15); }
  #contact .maps {
    height: 100%; }

.background-linear {
  background: -webkit-linear-gradient(rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 60%, rgba(247, 247, 247, 0.8) 90%, rgba(247, 247, 247, 0.93) 96%, #f7f7f7 100%);
  background: -o-linear-gradient(rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 60%, rgba(247, 247, 247, 0.8) 90%, rgba(247, 247, 247, 0.93) 96%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(60%, rgba(247, 247, 247, 0)), color-stop(90%, rgba(247, 247, 247, 0.8)), color-stop(96%, rgba(247, 247, 247, 0.93)), to(#f7f7f7));
  background: linear-gradient(rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 60%, rgba(247, 247, 247, 0.8) 90%, rgba(247, 247, 247, 0.93) 96%, #f7f7f7 100%); }

@media screen and (max-width: 768px) {
  #contact {
    padding: 20px 0; }
    #contact .col-md-6:first-child {
      margin-bottom: 40px; }
    #contact .maps {
      margin-top: 40px;
      height: 400px; } }

#about {
  padding-top: 102px; }

@media screen and (max-width: 995px) {
  #about .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    margin-bottom: 50px; }
  #about .col-md-6:last-child {
    margin-bottom: 0; } }
