/**font family**/
@font-face {
  font-family: "Montserrat_ExtraBold";
  src: url("../font/Montserrat-ExtraBold.eot");
  src: url("../font/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-ExtraBold.woff2") format("woff2"), url("../font/Montserrat-ExtraBold.woff") format("woff"), url("../font/Montserrat-ExtraBold.ttf") format("truetype"), url("../font/Montserrat-ExtraBold.svg#Montserrat") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Montserrat_Light";
  src: url("../font/Montserrat-Light.eot");
  src: url("../font/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Light.woff2") format("woff2"), url("../font/Montserrat-Light.woff") format("woff"), url("../font/Montserrat-Light.ttf") format("truetype"), url("../font/Montserrat-Light.svg#Montserrat") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Montserrat_regular";
  src: url("../font/Montserrat-Regular.eot");
  src: url("../font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Regular.woff2") format("woff2"), url("../font/Montserrat-Regular.woff") format("woff"), url("../font/Montserrat-Regular.ttf") format("truetype"), url("../font/Montserrat-Regular.svg#Montserrat") format("svg");
  font-weight: normal;
  font-style: normal; }
.Montserrat_ExtraBold, .Montserrat_ExtraBold p {
  font-family: "Montserrat_ExtraBold" !important; }

.Montserrat_regular {
  font-family: "Montserrat_regular" !important; }

.Montserrat_Light, .Montserrat_Light p {
  font-family: "Montserrat_Light" !important; }

/*buttons*/
.button {
  background-color: #ee000c;
  border-radius: 5px;
  padding: 0.5rem 4rem;
  font-family: "Montserrat_regular";
  position: relative;
  border: none;
  z-index: 1;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden; }

.button:hover:after, .button:focus:after {
  height: 260%;
  opacity: 1; }

.button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.button:hover, .button:focus {
  color: #ee000c;
  background-color: #fff; }

.row {
  max-width: 75.5rem; }

header {
  -webkit-box-shadow: 0 4px 6px rgba(32, 33, 36, 0.28);
  box-shadow: 0 4px 6px rgba(32, 33, 36, 0.28);
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px; }
  header .icons {
    float: right;
    margin: 10px 0px 0px 0px; }
    header .icons a {
      margin-bottom: 5px; }
  header .fa {
    width: 33px !important;
    height: 33px;
    border-radius: 50%;
    margin-left: 10px;
    line-height: 33px;
    text-align: center;
    font-size: 15px;
    color: #ee000c;
    border: #ee000c solid 3px; }
  header .padding-top {
    padding-top: 20px; }
  header .button {
    padding: 0.8rem;
    background-color: #ee000c;
    border-radius: 5px;
    margin: 10px 0px 0px 0px; }
    header .button p {
      font-family: "Montserrat_regular";
      margin: 0px; }
  header ul {
    margin: 0px;
    padding: 0px; }
    header ul li {
      display: inline; }
      header ul li span {
        font-size: 16px;
        color: #9b9b9b;
        clear: both; }
      header ul li a {
        font-size: 16px;
        color: #000;
        clear: both;
        display: block; }
      header ul li p {
        line-height: normal; }

section.banner {
  position: relative;
  overflow: hidden; }
  section.banner .banner-image {
    animation: scale 20s linear infinite;
    height: 100%; }
  section.banner .caption {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    float: none;
    text-align: center;
    z-index: 9;
    padding: 0px 0px 40px 0px; }
    section.banner .caption h1 {
      color: #ee000c;
      font-family: "Montserrat_ExtraBold";
      font-size: 79px;
      padding: 40px 0px 20px 0px;
      position: relative; }
      section.banner .caption h1::before {
        content: "";
        position: absolute;
        bottom: 10px;
        height: 100%;
        width: 60px;
        border-bottom: 6px solid #fff; }
    section.banner .caption p {
      font-family: "Montserrat_regular";
      color: #fff;
      font-size: 18px;
      width: 50%;
      text-align: center;
      margin: 0 auto;
      padding: 20px 0px 20px 0px; }
  section.banner .effect-3 {
    cursor: pointer; }
    section.banner .effect-3 img {
      width: 200px;
      margin: 0 0 10px;
      height: auto;
      max-width: 100%; }
  section.banner .effect-3 span {
    background: #fff;
    height: 291px;
    width: 291px;
    border-radius: 291px;
    text-align: center;
    margin: 0 auto; }
  section.banner .effect-3:hover span {
    background: #000;
    border: 4px solid #ee000c;
    border-right-color: #124a98;
    border-bottom-color: #fff;
    border-radius: 50%;
    animation: rotate 0.8s ease-in-out; }
  section.banner .table {
    display: table;
    vertical-align: middle; }
  section.banner .table-cell {
    display: table-cell;
    vertical-align: middle; }
  section.banner .logos {
    padding: 40px 0px; }

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }
footer {
  background: #f8f8f8;
  padding: 30px; }
  footer h1 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px; }
  footer img {
    width: 150px;
    margin: 0 0 10px;
    height: auto;
    max-width: 100%; }
  footer ul {
    margin: 0px; }
    footer ul li {
      list-style: none;
      margin: 0px; }
      footer ul li a {
        color: #58595B;
        font-size: 15px; }

.footer-tagline {
  background: #fff;
  padding: 20px; }
  .footer-tagline img {
    max-width: 100%;
    height: auto;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block; }

.social i {
  width: 40px !important;
  height: 40px;
  margin-left: 5px;
  line-height: 40px;
  text-align: center;
  background-color: #748080;
  font-size: 20px; }

.social i:hover {
  background-color: #000 !important;
  color: #FFF;
  transform: rotate(360deg) scale(1.1, 1.1);
  transition-duration: 1.2s;
  transition: .2s; }

.social a i {
  color: #faf8f8; }

.social .fa {
  color: #FFFFFF;
  font-size: 16px; }

.social i.fa-twitter {
  background-color: #26A5DC; }

.social i.fa-facebook {
  background-color: #1877f2; }

.social i.fa-youtube-play {
  background-color: #E71723; }

.social i.fa-instagram {
  background-color: #e4405f; }

.glitch,
.word {
  color: #ee000c;
  font-size: inherit;
  position: relative;
  display: inline-block;
  font-weight: inherit;
  margin: 0 auto; }

/*glitch effect*/
.glitch:after,
.glitch:before {
  content: attr(data-text);
  position: absolute;
  color: #ee000c;
  background: inherit;
  overflow: hidden;
  top: 0; }

@keyframes noise-anim {
  0% {
    clip: rect(58px, 9999px, 3px, 0); }
  5% {
    clip: rect(15px, 9999px, 9px, 0); }
  10% {
    clip: rect(100px, 9999px, 44px, 0); }
  15% {
    clip: rect(25px, 9999px, 40px, 0); }
  20% {
    clip: rect(94px, 9999px, 14px, 0); }
  25% {
    clip: rect(33px, 9999px, 63px, 0); }
  30% {
    clip: rect(85px, 9999px, 55px, 0); }
  35% {
    clip: rect(5px, 9999px, 96px, 0); }
  40% {
    clip: rect(76px, 9999px, 37px, 0); }
  45% {
    clip: rect(88px, 9999px, 44px, 0); }
  50% {
    clip: rect(100px, 9999px, 88px, 0); }
  55% {
    clip: rect(100px, 9999px, 12px, 0); }
  60% {
    clip: rect(68px, 9999px, 23px, 0); }
  65% {
    clip: rect(99px, 9999px, 18px, 0); }
  70% {
    clip: rect(43px, 9999px, 81px, 0); }
  75% {
    clip: rect(50px, 9999px, 57px, 0); }
  80% {
    clip: rect(2px, 9999px, 72px, 0); }
  85% {
    clip: rect(25px, 9999px, 79px, 0); }
  90% {
    clip: rect(69px, 9999px, 75px, 0); }
  95% {
    clip: rect(65px, 9999px, 16px, 0); }
  100% {
    clip: rect(93px, 9999px, 77px, 0); } }
.glitch:after {
  left: 2px;
  text-shadow: -1px 0 red;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse; }

@keyframes noise-anim-2 {
  0% {
    clip: rect(92px, 9999px, 44px, 0); }
  5% {
    clip: rect(27px, 9999px, 19px, 0); }
  10% {
    clip: rect(27px, 9999px, 93px, 0); }
  15% {
    clip: rect(45px, 9999px, 42px, 0); }
  20% {
    clip: rect(21px, 9999px, 28px, 0); }
  25% {
    clip: rect(55px, 9999px, 87px, 0); }
  30% {
    clip: rect(88px, 9999px, 30px, 0); }
  35% {
    clip: rect(10px, 9999px, 44px, 0); }
  40% {
    clip: rect(66px, 9999px, 85px, 0); }
  45% {
    clip: rect(63px, 9999px, 16px, 0); }
  50% {
    clip: rect(60px, 9999px, 26px, 0); }
  55% {
    clip: rect(27px, 9999px, 90px, 0); }
  60% {
    clip: rect(72px, 9999px, 21px, 0); }
  65% {
    clip: rect(72px, 9999px, 37px, 0); }
  70% {
    clip: rect(84px, 9999px, 54px, 0); }
  75% {
    clip: rect(26px, 9999px, 19px, 0); }
  80% {
    clip: rect(25px, 9999px, 49px, 0); }
  85% {
    clip: rect(96px, 9999px, 29px, 0); }
  90% {
    clip: rect(61px, 9999px, 38px, 0); }
  95% {
    clip: rect(45px, 9999px, 16px, 0); }
  100% {
    clip: rect(77px, 9999px, 96px, 0); } }
.glitch:before {
  left: -2px;
  text-shadow: 1px 0 #00f;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse; }

section.contact {
  text-align: center;
  padding: 50px 0px 50px 0px; }
  section.contact p {
    font-size: 18px;
    font-family: "Montserrat_regular"; }
  section.contact .button {
    display: block;
    width: 250px;
    margin: auto;
    padding: 18px 0px;
    font-size: 18px; }

/*media query*/
@media (max-width: 767px) {
  section.banner .caption h1 {
    font-size: 2.125rem; }

  section.banner .effect-3 span {
    height: 140px;
    width: 140px;
    border-radius: 140px;
    margin-bottom: 20px; }

  section.banner .logos {
    padding: 0px 0px; }

  footer img {
    display: block; }

  footer h1 {
    border-bottom: #333 solid 1px;
    padding-bottom: 10px;
    margin-top: 20px; }

  footer {
    padding: 20px 0px 20px 0px; }

  section.contact {
    text-align: center;
    padding: 50px 20px 50px 20px; } }

/*# sourceMappingURL=app.css.map */