@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Regular.eot'); /* IE9 */
  src: url('../fonts/Lexend-Regular.woff2') format('woff2'),
       url('../fonts/Lexend-Regular.woff') format('woff'),
       url('../fonts/Lexend-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body {
  overflow-y: auto;
 
}
.container{
  overflow: visible;
  height: auto;
}
body {
  font-family: 'Lexend';
  color: #000;
  font-weight:400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
@media (min-width: 1300px) {
  body .container {
    max-width: 1167px;
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1167px;
  }
}

@media (max-width: 1299px) {
  body .container {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 100%
  }
}
@media (max-width: 1024px) {
  body .container {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 100%
  }
}
@media (max-width: 767px) {
  body .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lexend';
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}

@-webkit-keyframes bounce {
  70% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  90% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  95% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }
  97% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  99% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce {
  70% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  90% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  95% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }
  97% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  99% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 1350px) {
  body .container-fluid {
    max-width: 1167px;
  }
}
@media (max-width: 1349px) {
  body .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}


h1 {
  font-size: 45px;
  line-height: 51px;
  padding: 0px;
  margin: 0px 0px 0px;
}
h2 {
  font-size: 45px;
  line-height: 51px;
  padding: 0px;
  margin: 0px 0px 40px;
}
h3 {
  font-size:18px;
  line-height: 24px;
  padding: 0px;
  margin: 0px 0px 25px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
  margin: 0px 0px 20px;
}
p {
  font-size: 16px;
  line-height: 22px;
  padding: 0px;
  margin: 0px 0px 20px;
}

@media (min-width: 1025px) {}
@media (min-width: 1400px) {}


