@charset "UTF-8";
/* @include transition(all,2s,ease-out); */
/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 14px; }
  @media screen and (min-width: 36em) {
    body {
      font-size: 16px; } }

.body-fixed {
  overflow: hidden; }
  .body-fixed .navbar-collapse {
    max-height: 80vh; }
    .body-fixed .navbar-collapse.show {
      overflow-y: auto; }

a {
  color: #F7BE34; }

a:hover {
  color: #f9b000;
  text-decoration: none; }

input:focus,
button:focus,
a:focus {
  outline-width: 0;
  outline-style: solid;
  outline-color: transparent; }

button:focus,
a:focus {
  border: 0;
  outline: none; }

img {
  max-width: 100%; }

.footer-holder .info {
  margin-top: 16px; }
  .footer-holder .info .item .icon {
    float: left;
    font-size: 25px;
    color: #28afe2;
    width: 20px;
    height: 20px;
    color: #000; }
    .footer-holder .info .item .icon svg {
      display: block; }
      .footer-holder .info .item .icon svg path {
        fill: currentColor; }
  .footer-holder .info .item .cont {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(200, 200, 200, 0.4); }
    .footer-holder .info .item .cont h6 {
      font-size: 14px;
      margin-bottom: 0; }
    .footer-holder .info .item .cont p {
      color: black; }

.fig-hover:after {
  content: ' ';
  clear: both;
  display: block; }
.fig-hover > div {
  position: relative; }
  .fig-hover > div > span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0; }
.fig-hover figure {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #FFF;
  overflow: hidden; }
  .fig-hover figure:hover + span {
    bottom: -36px;
    opacity: 1; }

/* Opacity #2 */
.hover-opacity figure {
  background: #ffffff; }

.hover-opacity figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.hover-opacity figure:hover img {
  opacity: .9; }

/* Flashing */
.hover13 figure:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s; }

@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
/* Shine */
.shine figure {
  position: relative; }
  .shine figure:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .shine figure:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }
.shine:hover figure:before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
/* Zoom In #2 */
.zoomin figure img {
  width: 100%;
  overflow: hidden;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.zoomin figure:hover img {
  transform: scale(1.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.bg-dark {
  background-color: #000000 !important;
  min-height: 200px; }

.navbar-brand img {
  max-width: 300px;
  height: 53px; }

.footer-holder {
  background-color: #F7BE34;
  color: #111111;
  padding-top: 20px; }

.footer-holder a {
  color: #111111; }

.footerbg {
  margin: 20px 0 0;
  background: #F7BE34;
  padding: 5px 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAK0lEQVQYV2NkwAL+//9vzIguDhZkZDyLIgETBCmGSyALwiXQBcES2ARBEgCUVxc3NT1ciwAAAABJRU5ErkJggg==); }

.resrvd-link .copy {
  color: #111111;
  margin: 0;
  padding: 4px 0 0;
  font-size: 10px;
  text-align: center; }
  @media screen and (min-width: 36em) {
    .resrvd-link .copy {
      font-size: 12px;
      text-align: left; } }

.socialHolder {
  display: block; }
  .socialHolder .title {
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 10px;
    padding-bottom: 5px;
    position: relative; }
    .socialHolder .title::after {
      content: ' ';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 1px;
      background: #111111; }
  .socialHolder ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; }
    .socialHolder ul li {
      display: inline-block;
      margin: 0 5px; }
      .socialHolder ul li a {
        background: #000000;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: block;
        color: #F7BE34;
        font-size: 20px;
        padding: 3px;
        text-align: center; }
        .socialHolder ul li a:hover {
          background-color: #d69700;
          color: #FFF; }

.message-founder .profile-photo {
  display: block;
  margin: 0 0 15px;
  padding: 0px;
  position: relative; }
  .message-founder .profile-photo img {
    border: solid 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-radius: 50%;
    width: 126px; }
.message-founder .title-holder {
  position: absolute;
  left: 136px;
  bottom: 5px; }
.message-founder .title {
  font-size: 22px;
  margin: 0 0 5px;
  padding-bottom: 5px;
  position: relative;
  text-transform: capitalize; }
  .message-founder .title::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #111111; }
.message-founder .sub-title {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 0;
  position: relative; }

.footer-link {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-link li {
    font-size: 14px;
    margin-bottom: 5px; }

.testimonial-holder,
.portfolio-holder,
.whychoose-holder,
.process-holder,
.delivery-holder {
  padding: 25px 0; }
  @media screen and (min-width: 36em) {
    .testimonial-holder,
    .portfolio-holder,
    .whychoose-holder,
    .process-holder,
    .delivery-holder {
      padding: 50px 0; } }

.title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 40px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase; }
  @media screen and (min-width: 36em) {
    .title {
      font-size: 28px; } }
  .title::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #111111; }

.portfolio-holder {
  background-color: #FFF;
  color: #000000; }
  .portfolio-holder .title {
    color: #000000;
    margin: 0 0 20px; }
    .portfolio-holder .title::after {
      background: #F7BE34; }
  .portfolio-holder .sub-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative; }
    @media screen and (min-width: 36em) {
      .portfolio-holder .sub-title {
        font-size: 24px; } }
  .portfolio-holder .mfp-title {
    font-family: "Montserrat", sans-serif; }
  .portfolio-holder .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    font-size: 40px !important;
    width: 20px;
    height: 30px;
    color: #F7BE34 !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    @media screen and (min-width: 75em) {
      .portfolio-holder .owl-nav button {
        left: -40px; } }
    .portfolio-holder .owl-nav button.owl-next {
      left: auto;
      right: 0; }
      @media screen and (min-width: 75em) {
        .portfolio-holder .owl-nav button.owl-next {
          right: -40px; } }
    .portfolio-holder .owl-nav button i {
      color: #F7BE34 !important;
      vertical-align: top; }
    .portfolio-holder .owl-nav button img {
      vertical-align: top; }
  .portfolio-holder .owl-nav:hover button i {
    transform: scale(0.95); }

.whychoose-holder {
  background-color: #000000;
  color: #FFF;
  padding-bottom: 60px; }
  .whychoose-holder .title {
    margin: 0 0 20px; }
    .whychoose-holder .title::after {
      background: #111111; }
  .whychoose-holder .title {
    color: #F7BE34; }
    .whychoose-holder .title::after {
      background: #F7BE34; }

.process-holder .title {
  text-align: left;
  margin: 0 0 40px; }
  .process-holder .title::after {
    background: #000000; }
.process-holder .process-box {
  margin-bottom: 30px;
  font-size: 0.875rem; }
  @media screen and (min-width: 62em) {
    .process-holder .process-box {
      margin-bottom: 15px;
      padding-left: 15px;
      padding-right: 15px; } }
  .process-holder .process-box h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
    padding-bottom: 10px;
    position: relative; }
    @media screen and (min-width: 36em) {
      .process-holder .process-box h4 {
        font-size: 28px; } }
    .process-holder .process-box h4::after {
      content: ' ';
      position: absolute;
      left: 50%;
      margin-left: -20px;
      bottom: 0;
      width: 40px;
      height: 1px;
      background: #F7BE34; }
    .process-holder .process-box h4 i {
      display: block;
      margin: 0 auto 15px;
      width: 80px;
      left: 0;
      top: 0;
      font-size: 30px;
      color: #F7BE34; }
      @media screen and (min-width: 36em) {
        .process-holder .process-box h4 i {
          font-size: 34px; } }
  .process-holder .process-box p {
    margin-bottom: 3px;
    text-align: justify; }
    .process-holder .process-box p .divdr {
      color: #F7BE34; }
  .process-holder .process-box[class*='shadow-'], .process-holder .process-box.card {
    padding: 30px;
    width: 100%;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 62em) {
      .process-holder .process-box[class*='shadow-'], .process-holder .process-box.card {
        height: 100%; } }
.process-holder.yellow {
  background-color: #F7BE34; }
  .process-holder.yellow .bg-light {
    position: relative;
    border: 0;
    height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
    .process-holder.yellow .bg-light .card-header {
      text-transform: uppercase;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      background-color: #000000;
      color: #FFF;
      border-color: #000000;
      font-weight: 700;
      text-align: center;
      font-size: 18px; }
      .process-holder.yellow .bg-light .card-header .fas {
        color: #F7BE34; }
    .process-holder.yellow .bg-light .card-body {
      text-align: center; }
      .process-holder.yellow .bg-light .card-body .card-title {
        font-size: 16px;
        font-weight: 700; }
      .process-holder.yellow .bg-light .card-body ul {
        padding: 0 0 15px;
        list-style: none;
        margin: 0 0 15px;
        position: relative; }
        .process-holder.yellow .bg-light .card-body ul li {
          display: inline-block;
          color: #F7BE34; }
          .process-holder.yellow .bg-light .card-body ul li::before {
            content: ' ';
            height: 5px;
            width: 5px;
            border-radius: 50%;
            background-color: #F7BE34;
            display: inline-block;
            margin-right: 5px;
            margin-left: 5px;
            vertical-align: middle; }
          .process-holder.yellow .bg-light .card-body ul li span {
            color: #000000; }
        .process-holder.yellow .bg-light .card-body ul:after {
          content: ' ';
          width: 40px;
          height: 1px;
          background-color: #F7BE34;
          display: inline-block;
          position: absolute;
          left: 50%;
          bottom: 0;
          margin-left: -20px; }
        .process-holder.yellow .bg-light .card-body ul.no-line:after {
          display: none; }
    .process-holder.yellow .bg-light .card-body-badge {
      padding-bottom: 90px; }
    .process-holder.yellow .bg-light .badge-black {
      text-transform: uppercase;
      background-color: #000000;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      text-align: center;
      padding: 10px;
      color: #FFF;
      font-weight: 600; }
      .process-holder.yellow .bg-light .badge-black span {
        color: #F7BE34;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 700; }
        .process-holder.yellow .bg-light .badge-black span small {
          font-weight: 600; }
  .process-holder.yellow .pay-title {
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 1rem;
    position: relative;
    line-height: 1.4;
    font-size: 1rem; }
    @media screen and (min-width: 62em) {
      .process-holder.yellow .pay-title {
        letter-spacing: 12px; } }

.gallery-carousel .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
.gallery-carousel .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.gallery-item {
  position: relative; }
  .gallery-item img {
    opacity: 1;
    transition: opacity 0.35s; }
  .gallery-item::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../images/s8_zoom.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1; }
  .gallery-item:hover img {
    opacity: 0.2;
    transition: opacity 0.35s; }
  .gallery-item:hover::before {
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1; }

.delivery-holder {
  background-color: #FFF; }
  .delivery-holder .title {
    color: #F7BE34; }
    .delivery-holder .title::after {
      background: #F7BE34; }
  .delivery-holder .delivery-box h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 1px #F7BE34;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .delivery-holder .delivery-box h6 i {
      margin-right: 10px;
      color: #F7BE34;
      font-size: 30px; }

.gettouch-holder {
  padding: 50px 0;
  background-color: #000000;
  color: #FFF; }

.getintouch h4 {
  color: #F7BE34;
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 30px;
  padding-bottom: 10px;
  position: relative; }
  .getintouch h4::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #F7BE34; }
.getintouch h6 {
  margin-bottom: 20px; }
.getintouch .btn-send {
  font-weight: 400;
  background-color: #f9b000;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  border-radius: 0; }

.kg-slider {
  padding-top: 30px;
  background-color: #000000; }

.carousel-caption {
  padding: 60px 0 0;
  position: relative;
  left: auto;
  right: auto; }
  .carousel-caption h1,
  .carousel-caption h5 {
    font-size: 34px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #F7BE34; }
    .carousel-caption h1 span,
    .carousel-caption h5 span {
      color: #FFF; }
    @media screen and (min-width: 36em) {
      .carousel-caption h1,
      .carousel-caption h5 {
        font-size: 58px; } }
  .carousel-caption p {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500; }
    @media screen and (min-width: 62em) {
      .carousel-caption p {
        font-size: 24px; } }

.testimonial-holder {
  background-color: #000000; }
  .testimonial-holder .title {
    color: #FFF; }
    .testimonial-holder .title::after {
      background: #F7BE34; }
  .testimonial-holder .testBox {
    background: #000000;
    min-height: 210px;
    border-radius: 0;
    padding: 20px;
    position: relative;
    font-family: "Montserrat", sans-serif; }
    @media screen and (min-width: 36em) {
      .testimonial-holder .testBox {
        padding-left: 160px; } }
    .testimonial-holder .testBox .testImg {
      margin-bottom: 10px;
      width: 90px; }
      @media screen and (min-width: 36em) {
        .testimonial-holder .testBox .testImg {
          position: absolute;
          left: 15px;
          top: 20px;
          width: 130px; } }
      .testimonial-holder .testBox .testImg img {
        display: block;
        max-width: 90px;
        margin: 0 auto;
        border-radius: 50%; }
        @media screen and (min-width: 36em) {
          .testimonial-holder .testBox .testImg img {
            max-width: 130px; } }
    .testimonial-holder .testBox .testiContent {
      font-size: 16px;
      color: #FFF;
      overflow-y: auto; }
      @media screen and (min-width: 36em) {
        .testimonial-holder .testBox .testiContent {
          text-align: justify; } }
      .testimonial-holder .testBox .testiContent a {
        color: #FFF; }
    .testimonial-holder .testBox .testiBy {
      font-size: 14px;
      margin-top: 10px;
      color: #FFF; }
      .testimonial-holder .testBox .testiBy span {
        font-weight: 600;
        display: block;
        font-size: 18px; }
  .testimonial-holder .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0px;
    font-size: 40px !important;
    width: 20px;
    height: 30px;
    color: #F7BE34 !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    @media screen and (min-width: 75em) {
      .testimonial-holder .owl-nav button {
        left: -40px; } }
    .testimonial-holder .owl-nav button.owl-next {
      left: auto;
      right: 0; }
      @media screen and (min-width: 75em) {
        .testimonial-holder .owl-nav button.owl-next {
          right: -40px; } }
    .testimonial-holder .owl-nav button i {
      color: #F7BE34 !important;
      vertical-align: top; }
    .testimonial-holder .owl-nav button img {
      vertical-align: top; }
  .testimonial-holder .owl-nav:hover button i {
    transform: scale(0.95); }

#feedbackForm label {
  font-size: 14px; }
#feedbackForm .form-control {
  font-size: 14px; }
#feedbackForm .invalid-tooltip {
  font-size: 13px; }
#feedbackForm .form-control-feedback {
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 5px; }
#feedbackForm .inputControl {
  position: relative; }

#contact-form {
  font-size: 13px; }
  #contact-form .help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
    font-size: 13px; }
  #contact-form .form-control {
    border-radius: 0; }

.puchline-holder {
  text-transform: uppercase;
  position: relative;
  text-align: center; }
  .puchline-holder h2 {
    padding-left: 30px;
    border-left: 5px solid #FFF;
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #f7be34;
    letter-spacing: 2px; }
    .puchline-holder h2 span {
      display: block; }
  .puchline-holder h3 {
    padding-left: 0;
    font-weight: 600;
    letter-spacing: 2px;
    color: #FFF;
    text-align: center;
    font-size: 13px; }
    @media screen and (min-width: 36em) {
      .puchline-holder h3 {
        font-size: 16px; } }

.punchline {
  margin-bottom: 30px; }
  @media screen and (min-width: 62em) {
    .punchline {
      margin-bottom: 60px; } }
  .punchline .content {
    position: relative;
    overflow: hidden;
    line-height: 60px;
    color: #ecf0f1;
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #f7be34;
    margin-bottom: 30px;
    max-width: 520px;
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      .punchline .content {
        max-width: 480px; } }
    @media screen and (min-width: 75em) {
      .punchline .content {
        max-width: 680px; } }
    .punchline .content__container {
      font-weight: 600;
      overflow: hidden;
      height: 44px;
      padding: 0 0 0;
      position: relative; }
      .punchline .content__container__text {
        text-transform: uppercase;
        display: block;
        margin: 0;
        line-height: 18px;
        font-size: 18px;
        color: #FFF;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 30px;
        font-weight: 700; }
        @media screen and (min-width: 36em) {
          .punchline .content__container__text {
            line-height: 32px;
            font-size: 26px;
            letter-spacing: 2px;
            left: 15px; } }
        @media screen and (min-width: 62em) {
          .punchline .content__container__text {
            line-height: 32px;
            font-size: 22px; } }
      .punchline .content__container__list {
        margin-top: 0;
        text-align: left;
        list-style: none;
        -webkit-animation-name: change;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-name: change;
        animation-duration: 10s;
        animation-iteration-count: infinite;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        padding: 0; }
        .punchline .content__container__list__item {
          text-align: center;
          margin: 0;
          line-height: 44px;
          font-size: 26px;
          font-weight: 900; }
          @media screen and (min-width: 36em) {
            .punchline .content__container__list__item {
              font-size: 32px; } }
          @media screen and (min-width: 62em) {
            .punchline .content__container__list__item {
              font-size: 32px; } }
          @media screen and (min-width: 75em) {
            .punchline .content__container__list__item {
              font-size: 36px; } }

@-webkit-keyframes opacity {
  0%,
  100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes change {
  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0); }
  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0); } }
@-o-keyframes opacity {
  0%,
  100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes change {
  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0); }
  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0); } }
@-moz-keyframes opacity {
  0%,
  100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes change {
  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0); }
  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0); } }
@keyframes opacity {
  0%,
  100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes change {
  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0); }
  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0); } }
.badge-holder {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 30px; }

.swing {
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
  float: left;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  /* nail */ }
  .swing img {
    display: block; }
  .swing:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #999;
    top: -10px;
    left: 50%;
    margin-left: -12px;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg); }
  .swing:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: -15px;
    left: 50%;
    margin-left: -3px;
    z-index: 5;
    border-radius: 50% 50%;
    background: #666; }

@keyframes swing {
  0% {
    transform: rotate(3deg); }
  100% {
    transform: rotate(-3deg); } }
.percentHolder {
  font-size: 20px;
  line-height: 24px;
  color: #FFF;
  margin: 15px 0;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding: 18px 30px;
  letter-spacing: 2px;
  display: inline-block; }
  @media screen and (min-width: 48em) {
    .percentHolder {
      padding: 0 30px;
      margin: 15px 0;
      font-size: 42px;
      line-height: 54px;
      padding: 0 30px; } }
  .percentHolder:before {
    content: '[';
    left: 0; }
  .percentHolder:after {
    content: ']';
    position: absolute;
    right: 0; }
  .percentHolder:after, .percentHolder:before {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    color: #F7BE34;
    font-weight: 600;
    font-size: 52px;
    line-height: 52px;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite; }
    @media screen and (min-width: 36em) {
      .percentHolder:after, .percentHolder:before {
        margin-top: 0;
        top: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*# sourceMappingURL=styles.css.map */
