html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; }

hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px; }
  hr.light {
    border-color: white; }

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40; }
  a:hover, a:focus {
    color: #eb3812; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Kalam', cursive; }

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Kalam', cursive; }

.bg-primary {
  background-color: #F05F40; }

.bg-dark {
  background-color: #222222;
  color: white; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 100px 0; }

aside {
  padding: 50px 0; }

.no-padding {
  padding: 0; }

.navbar-default {
  background-color: #ffffff !important;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .navbar-default .navbar-header .navbar-brand {
    color: #F05F40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
      color: #eb3812; }
  .navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase; }
  .navbar-default .nav > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #222222 !important; }
    .navbar-default .nav > li > a:focus {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px;
      color: #222222; }
    .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
      color: #F05F40; }
  .navbar-default .nav > li.active > a {
    color: #F05F40 !important;
    background-color: transparent; }
    .navbar-default .nav > li.active > a:focus {
      color: #F05F40 !important;
      background-color: transparent; }
    .navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover {
      background-color: transparent; }

.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #ffffff;
  z-index: 9999;
  overflow: hidden; }
  .page-loader .loader-text {
    position: relative; }
    .page-loader .loader-text img {
      max-width: 200px;
      height: auto;
      display: block;
      margin: 50px auto;
      position: absolute;
      top: -30px;
      z-index: 9999;
      left: 32%; }
  .page-loader .loader-image {
    width: 30%;
    margin: 0 auto;
    height: 100vh;
    position: relative; }
    .page-loader .loader-image img {
      width: 100%;
      position: absolute;
      bottom: 0px; }

header.img-bg {
  background-image: url("../img/home-banner.jpeg"); }

.purple {
  background-color: #8F1F79; }
  .purple .section-heading {
    color: #ffffff; }

header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: white; }
  header #video-background {
    width: 100%;
    min-height: 100vh; }
  header .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
    z-index: 999; }
    header .header-content .header-content-inner h1 {
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 75px;
      color: transparent;
      text-transform: uppercase;
      background-image: -webkit-gradient(linear, left top, right top, from(#DE127A), color-stop(#469185), color-stop(#8F1F79), color-stop(#03386B), color-stop(#469185), to(#00f));
      background-image: -webkit-linear-gradient(left, #DE127A, #469185, #8F1F79, #03386B, #469185, #00f);
      background-image: -o-linear-gradient(left, #DE127A, #469185, #8F1F79, #03386B, #469185, #00f);
      background-image: linear-gradient(to right, #DE127A, #469185, #8F1F79, #03386B, #469185, #00f);
      -webkit-background-clip: text;
      -webkit-animation: animate 20s linear infinite;
      animation: animate 20s linear infinite;
      background-size: 1000%; }
    header .header-content .header-content-inner hr {
      margin: 30px auto; }
    header .header-content .header-content-inner p {
      font-weight: 300;
      color: #ffffff;
      font-size: 16px;
      margin-bottom: 50px; }

@-webkit-keyframes animate {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 0%; }
  100% {
    background-position: 0% 100%; } }

@keyframes animate {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 0%; }
  100% {
    background-position: 0% 100%; } }

.footer {
  background-color: #34495e;
  width: 100%;
  color: #ffffff; }
  .footer .section-heading {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    display: inline-block; }
  .footer .list-inline li a {
    color: #ffffff;
    font-size: 30px; }
    .footer .list-inline li a:hover {
      color: #eee; }
  .footer .footer-nav {
    margin: 0px;
    padding: 0px; }
    .footer .footer-nav li {
      list-style-type: none; }
      .footer .footer-nav li a {
        color: #ffffff;
        line-height: 30px;
        text-transform: capitalize; }

.copy-rights {
  background-color: #34495e;
  height: 25px;
  padding: 0px; }
  .copy-rights p {
    text-align: center;
    color: #d1d2d3;
    margin: 0px; }

header {
  min-height: 100%; }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px; }
    header .header-content .header-content-inner {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto; }
      header .header-content .header-content-inner h1 {
        font-size: 70px; }
      header .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; }

.section-heading {
  margin-top: 0; }

.service-box {
  max-width: 400px;
  margin: 50px auto 0; }
  .service-box img {
    max-width: 100px; }
  .service-box p {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0; } }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: rgba(240, 95, 64, 0.9);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        padding: 0 15px; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px; }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px; } }

.call-to-action h2 {
  margin: 0 auto 20px; }

.text-primary {
  color: #F05F40; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    color: #222222;
    background-color: #f2f2f2;
    border-color: #ededed; }

.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed; }

.btn-default:active, .btn-default.active {
  background-image: none; }

.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default[disabled] {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default {
  background-color: white;
  border-color: white; }

.btn-default.disabled:hover, .btn-default[disabled]:hover {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default:hover {
  background-color: white;
  border-color: white; }

.btn-default.disabled:focus, .btn-default[disabled]:focus {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default:focus {
  background-color: white;
  border-color: white; }

.btn-default.disabled.focus, .btn-default[disabled].focus {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default.focus {
  background-color: white;
  border-color: white; }

.btn-default.disabled:active, .btn-default[disabled]:active {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default:active {
  background-color: white;
  border-color: white; }

.btn-default.disabled.active, .btn-default[disabled].active {
  background-color: white;
  border-color: white; }

fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white; }

.btn-default .badge {
  color: white;
  background-color: #222222; }

.btn-primary {
  color: white;
  background-color: #8e44ad;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #ee4b28;
    border-color: #ed431f; }

.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f; }

.btn-primary:active, .btn-primary.active {
  background-image: none; }

.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary[disabled] {
  background-color: #F05F40;
  border-color: #F05F40; }

fieldset[disabled] .btn-primary {
  background-color: #F05F40;
  border-color: #F05F40; }

.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background-color: #F05F40;
  border-color: #F05F40; }

fieldset[disabled] .btn-primary:hover {
  background-color: #F05F40;
  border-color: #F05F40; }

.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  background-color: #F05F40;
  border-color: #F05F40; }

fieldset[disabled] .btn-primary:focus {
  background-color: #F05F40;
  border-color: #F05F40; }

.btn-primary.disabled.focus, .btn-primary[disabled].focus {
  background-color: #F05F40;
  border-color: #F05F40; }

fieldset[disabled] .btn-primary.focus {
  background-color: #F05F40;
  border-color: #F05F40; }

.btn-primary.disabled:active, .btn-primary[disabled]:active {
  background-color: #F05F40;
  border-color: #F05F40; }

fieldset[disabled] .btn-primary:active {
  background-color: #F05F40;
  border-color: #F05F40; }

.btn-primary.disabled.active, .btn-primary[disabled].active {
  background-color: #F05F40;
  border-color: #F05F40; }

fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40; }

.btn-primary .badge {
  color: #F05F40;
  background-color: white; }

.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase; }

.btn-xl {
  padding: 15px 30px; }

::-moz-selection, ::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222; }

::-moz-selection, ::selection {
  color: white;
  text-shadow: none;
  background: #222222; }

img::-moz-selection, img::-moz-selection {
  color: white;
  background: transparent; }

img::selection, img::-moz-selection {
  color: white;
  background: transparent; }

body {
  webkit-tap-highlight-color: #222222; }

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px; }
  #quote-carousel p {
    color: #ffffff; }

#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px; }

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px; }

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  vertical-align: middle; }

#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.item blockquote {
  border-left: none;
  margin: 0; }

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px; }

header.static-header.img-bg {
  max-height: 50vh !important; }

.contact-us h2 {
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px; }

.contact-us p {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
  .contact-us p i {
    font-size: 20px;
    margin-right: 15px; }

.contact-us form {
  width: 80%;
  margin: 0 auto; }
  .contact-us form input {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 20px;
    line-height: 40px;
    background-color: transparent;
    font-family: 'Kalam', cursive;
    margin-bottom: 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #ffffff; }
    .contact-us form input:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .contact-us form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff; }
  .contact-us form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff; }
  .contact-us form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff; }
  .contact-us form input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff; }
  .contact-us form button {
    width: 100%;
    border: none;
    margin-bottom: 15px;
    font-family: 'Kalam', cursive;
    background-color: #ffffff;
    color: #000;
    height: 40px; }

.logo {
  width: 200px;
  height: 120px;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 40px; }
  .logo:hover {
    background-color: #ffffff !important; }
  .logo img {
    max-width: 90%;
    margin: 0 auto; }

.white-bg {
  background-color: #ffffff;
  color: #767676; }

.info-pointers {
  text-align: left;
  padding: 5px 20px; }
  .info-pointers h4 {
    border-bottom: 1px solid #999;
    display: inline-block;
    padding-bottom: 10px; }
  .info-pointers h2 {
    text-align: left; }
  .info-pointers ul {
    margin: 0px;
    padding: 0px;
    font-family: 'Kalam', cursive; }
  .info-pointers li {
    text-align: left;
    font-size: 18px;
    padding-bottom: 15px;
    list-style-type: circle; }

.bg-image {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  width: 100%; }

.contact-popup {
  position: fixed;
  width: 50%;
  min-height: 400px;
  top: 25%;
  left: 25%;
  background-color: #469185;
  border-radius: 5px;
  z-index: 9999;
  padding: 30px;
  font-family: 'Kalam', cursive;
  display: none; }
  .contact-popup h2 {
    text-align: center;
    color: #ffffff; }
  .contact-popup .contact-us {
    position: relative; }
    .contact-popup .contact-us .close-div {
      position: absolute;
      color: #ffffff;
      font-size: 32px;
      top: -40px;
      right: 0px; }

.show {
  display: block; }

.none {
  display: none !important; }

.static-header h1 {
  color: #ffffff !important;
  text-shadow: 1px 1px 15px #000; }

@media (max-width: 768px) {
  video {
    display: none; }
  .logo {
    width: 122px;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: -15px;
    left: 4px; }
  .contact-popup {
    top: 25%;
    left: 5%;
    min-height: auto;
    width: 90%;
    padding: 15px 10px; }
    .contact-popup h2 {
      font-size: 18px; }
    .contact-popup .contact-us form {
      width: 100%; }
  header .header-content .header-content-inner h1 {
    font-size: 40px; }
  .info-pointers li {
    font-size: 16px;
    margin-left: 40px; }
  .bg-image {
    min-height: 200px; }
  .carousel-control {
    display: none; }
  #quote-carousel .carousel-indicators li {
    width: 30px;
    height: 30px; }
  #quote-carousel .carousel-indicators .active {
    width: 40px;
    height: 40px; }
  header.home-banner-mobile {
    background-color: #DE127A;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#DE127A, endColorstr=#469185);
    background-image: -moz-linear-gradient(right bottom, #DE127A 4%, #469185 25%, #8F1F79 87%);
    background-image: linear-gradient(right bottom, #DE127A 4%, #469185 25%, #8F1F79 87%);
    background-image: -webkit-linear-gradient(right bottom, #DE127A 4%, #469185 25%, #8F1F79 87%);
    background-image: -o-linear-gradient(right bottom, #DE127A 4%, #469185 25%, #8F1F79 87%);
    background-image: -ms-linear-gradient(right bottom, #DE127A 4%, #469185 25%, #8F1F79 87%);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(4%, #DE127A), color-stop(25%, #469185), color-stop(87%, #8F1F79)); }
  header.home-banner-mobile .header-content .header-content-inner h1 {
    color: #ffffff; } }
