body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

a {
  color: #333333; }
  a:hover, a:focus {
    color: #333333;
    text-decoration: none; }

html,
body {
  height: 100%; }

h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333; }

h1,
h2 {
  text-transform: uppercase; }

h1 {
  font-size: 4em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1em; }

.home-text {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.15);
  margin: 20px 0;
  letter-spacing: 1px;
  font-weight: 200; }

.home-h1 {
  color: #25cbf5;
  font-size: 2.5em;
  font-weight: 200;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Pinyon Script', cursive;
  text-transform: none; }

.home-h1 > span {
  color: #fff; }

.lead {
  letter-spacing: 1px;
  margin-bottom: 60px; }

@media (min-width: 768px) {
  .home-h1 {
    font-size: 4.5em; } }
.navbar-default {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

.navbar-default .navbar-brand {
  font-weight: 700;
  color: #333333;
  font-size: 1.5em; }

.navbar-default .navbar-nav > li > a {
  color: #333333; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ef3742; }

.btn-theme, .btn-dark, .btn-cta, .btn-cta-o {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
  padding: 15px 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.btn-dark {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  color: #bcbcbc; }
  .btn-dark:hover, .btn-dark:focus {
    background: #000;
    color: #fff; }

.btn-cta {
  background-color: #ef3742;
  color: #fff; }
  .btn-cta:hover, .btn-cta:focus {
    background-color: #e1121e;
    color: #fff; }

.btn-cta-o {
  color: #fff;
  border: 1px solid #fff; }
  .btn-cta-o:hover, .btn-cta-o:focus {
    background-color: #fff;
    color: #353739; }

.form-control {
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 12px;
  color: #bcbcbc;
  background: #fff;
  transition: all 200ms ease-in; }

label {
  font-weight: bold; }

.form-control:focus {
  background: #f5f4f2;
  border-color: #bcbcbc; }

/*Form-centering*/
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px; }

#home {
  background-color: #333333;
  padding: 40px 0; }

#cta-1 {
  background-color: #f5f4f2;
  padding: 40px 0; }

#testimonials {
  background-color: #333333; }

#cta-2 {
  background-color: #000000;
  padding: 40px 0; }

#services {
  background-color: #333333; }

#cta-3 {
  background-color: #000000;
  padding: 40px 0; }

#footer {
  background-color: #000000; }

.section-padding {
  padding-top: 60px;
  padding-bottom: 50px; }

.section-heading {
  margin-bottom: 40px; }

.color-reverse,
.color-reverse h2,
.color-reverse h3,
.color-reverse .icon {
  color: #fff; }

.color-reverse .icon:before,
.color-reverse .icon:after {
  border-bottom-color: #fff; }

.icon {
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.42857;
  width: 130px;
  margin: 0 auto;
  position: relative;
  color: #ef3742; }

.icon:before,
.icon:after {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #ef3742;
  /*position: absolute;*/
  top: 10px;
  width: 50px; }

.icon:before {
  left: 0; }

.icon:after {
  right: 0; }

.icon-bg {
  color: #fff; }

.icon-bg:before,
.icon-bg:after {
  border-bottom-color: #fff; }

.about-col .fa {
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #bcbcbc;
  border-radius: 50%;
  background-color: #f5f4f2;
  transition: 0.7s ease-in-out; }

.about-col:hover .fa {
  background-color: #ef3742;
  color: #fff;
  transform: rotateY(360deg); }

.services-col {
  color: #25cbf5;
  text-align: center; }

@media (min-width: 768px) {
  .services-col {
    text-align: left; } }
.services-col h3 {
  color: #333333;
  margin-top: 0;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.75em; }

.services-col p {
  color: #333333;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 2; }

.services-col .fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 0.7s ease-in-out; }

.services-col:hover .fa {
  background-color: #ef3742;
  color: #fff;
  transform: rotateY(360deg); }

.contact-hours .fa {
  color: #25cbf5; }

.social-channels .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #bcbcbc;
  background-color: #f5f4f2;
  margin-bottom: 10px; }

.author {
  color: #25cbf5;
  font-size: 1.1em; }

.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden; }

.item-img-wrap img {
  transition: all 200ms linear; }

.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 250ms linear; }

.item-img-wrap:hover img {
  transform: scale(1.1); }

.about-col,
.team-col,
.services-col,
.portfolio-col,
.facts-col,
.blog-col {
  margin-bottom: 40px; }

.blog-col span {
  margin-bottom: 40px; }

.blog-col span {
  color: #bcbcbc;
  font-size: .9em;
  display: inline-block;
  margin-bottom: 20px; }

.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999999;
  display: none;
  background: #ef3742;
  opacity: 0.5;
  -webkit-transform: all 0.3s;
  -moz-transform: all 0.3s;
  transform: all 0.3s; }

.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff; }

.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed; }

.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.3); }

#home {
  background-image: url(../img/Background-Image.jpg);
  padding: 160px 0;
  width: 100%;
  height: 100%;
  background-size: cover; }

#testimonials {
  background: url(../img/showcase-3.jpg);
  padding: 80px 0; }

#services {
  background: url(../img/showcase-2.jpg);
  padding: 80px 0; }

#facts {
  background: url(../img/showcase-5.jpg);
  padding: 80px 0; }

.main-flex-slider {
  overflow: hidden; }

/*Portfolio Gallery No gutters*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

/*Ajax*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 900px;
  margin: 20px auto; }

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