/**
 * ------------------------------------------------------------------------
 * Parallax Pro  Module
 * ------------------------------------------------------------------------
 * Copyright (C) 2014-2019 LogicHunt, All Rights Reserved.
 * license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: LogicHunt
 * Websites:  http://logichunt.com
 * ------------------------------------------------------------------------
 */

.lgx-parallax-pro {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
}
.lgx-parallax-pro .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  margin-left: 5px;
}
.lgx-parallax-pro .lgx-parallax-pro-inner {
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0);
}
.lgx-parallax-pro-inner .lgx-parallax-pro-content {
  display: table-cell;
  vertical-align: middle;
}
.lgx-parallax-pro-logo {
  display: block;
  margin-bottom: 25px;
}
.lgx-parallax-pro-content .lgx-parallax-pro-content-wrapper {
  margin: 0 auto;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.lgx-parallax-pro-content .lgx-parallax-pro-title {
  font-weight: 700;
  margin-bottom: 30px;
}
.lgx-parallax-pro-content .lgx-parallax-pro-text {
  font-weight: 400;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*
 New Style
*/

.lgx-lettering-title {
  margin: 0;
  text-align: center;
  clear: both;
}

.lgx-lettering-title span {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.lgx-lettering-title span {
  -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);
}

/*btn*/

.lgx-parallax-pro-btn-area .lgx-pp-btn {
  border-radius: 3px;
  font-weight: bold;
  border-width: 1px;
  padding: 15px 25px;
  border-style: solid;
  transition: 0.2s;
}




