.reveal-text,
.reveal-text::after {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.reveal-text {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation-name: reveal-text;
  animation-name: reveal-text;
  color: #000;
  white-space: nowrap;
  cursor: default;
}
.reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EE1C24;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-name: revealer-text;
  animation-name: revealer-text;
}
@-webkit-keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes revealer-text {
  0%,
  50% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  60%,
  100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes revealer-text {
  0%,
  50% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  60%,
  100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@font-face {
  font-family: 'Cookie';
  src: url('/fonts/Cookie-Regular.ttf');
}
@font-face {
  font-family: 'Catamaran';
  src: url('/fonts/Catamaran-Regular.ttf');
}
@font-face {
  font-family: 'Catamaran';
  src: url('/fonts/Catamaran-Bold.ttf');
  font-weight: bold;
}
html,
body,
.container-table {
  font-family: "Catamaran";
  -webkit-font-smoothing: antialiased;
  height: 100%;
  width: 100%;
  font-size: 16px;
}
.top-red-border {
  border-top: 5px solid #EE1C24;
}
h1,
h2,
h3 {
  font-family: 'Catamaran';
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-size: 48px;
}
h3 {
  font-weight: bold;
  font-size: 36px;
}
p {
  font-size: 18px;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:visited,
a:focus {
  color: #333;
}
::selection {
  color: #fff;
  background: #EE1C24;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #fff;
  background: #EE1C24;
  /* Gecko Browsers */
}
.container {
  width: 100%;
  padding: 100px;
}
.container-table {
  display: table;
}
#services,
#cta {
  background-color: #fcfcfc;
}
.vertical-center-row {
  display: table-cell;
  vertical-align: middle;
}
.logo {
  font-family: 'Cookie';
  -webkit-font-smoothing: antialiased;
  font-size: 72px;
  text-align: center;
}
.separator {
  width: 46px;
  border-top: 2px solid #EE1C24;
  margin: 0 auto;
  padding: 50px 0;
}
.partner-logo {
  padding: 30px;
}
.cta-button {
  color: #fff;
  background-color: #27ae60;
  font-size: 48px;
  border: 0;
  padding: 10px 50px;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.cta-block {
  padding: 100px;
}
.cta-quotation {
  padding: 5px;
}
.survey {
  margin-top: 30px;
  font-size: 20px;
}
.survey .question {
  margin-bottom: 30px;
}
.survey .panel {
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #f9f9f9;
}
.survey label {
  font-weight: normal;
  padding: 10px;
}
.survey .alert {
  border-radius: 0;
}
.survey .alert a {
  color: #27ae60;
  cursor: pointer;
}
.img-service {
  width: 80%;
  margin: 0 auto;
}
.customer-img {
  padding: 20px;
  margin: 0 auto;
}
footer {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 20px;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:visited,
footer a:focus {
  color: #fcfcfc;
}
footer address {
  margin-bottom: 10px;
}
#contacts input,
#contacts textarea {
  text-align: center;
  display: inline-block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #979797;
  font-size: 30px;
  padding: 20px;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0);
}
#contacts button {
  background-color: #000;
  color: #fff;
  padding: 20px;
  margin: 5px;
  border: 0;
  font-size: 30px;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  min-width: 300px;
}
#contacts .form-control-feedback {
  font-size: 30px;
  top: 30px;
}
#header a {
  position: absolute;
  bottom: 20px;
  left: 48.5%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-bottom: 10px;
}
#header a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #000;
  border-radius: 50px;
  box-sizing: border-box;
  opacity: 0.5;
}
#header a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
#privacyModal h2 {
  font-size: 18px;
}
#privacyModal h3 {
  font-size: 16px;
}
#privacyModal p,
#privacyModal ul,
#privacyModal li {
  font-size: 14px;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 0px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 0px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .container {
    padding: 20px;
  }
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .cta-block {
    padding: 0;
  }
  .img-service {
    width: 50%;
    margin: 0 auto;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 50px;
  }
  .service-col {
    margin-bottom: 50px;
  }
  .img-service {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .customer-img {
    padding: 30px;
  }
  .cta-block {
    padding: 0;
  }
  #contacts input,
  #contacts textarea {
    font-size: 14px;
  }
  .cta-button {
    font-size: 30px;
  }
  #contacts button {
    min-width: auto;
  }
}
