html {
  height: 100%;
  box-sizing: border-box;
}

body {
  background: #390;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: relative;
  min-height: 100%;
}

/* start preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wave.sk-spinner {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.sk-spinner-wave div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;

}

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* end preloader */

.h2 {
  text-align: center;
  font-size: 35px;
  padding-bottom: 40px;
  padding-top: 80px;
  line-height: 50px;
}

.h2 span {
  font-weight: bold;
}

.h8 {
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  line-height: 80px;
  color: #CCC;
}

.h9 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 70px;
  padding-top: 70px;
  color: #000;
}

.h9 span {
  color: #333;
  font-weight: bold;
}

.h10 {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

.h13 {
  font-weight: bold;
  font-size: 25px;
  color: #CCC;
}

#service .h5 {
  color: #000;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fixedElement {
  background-color: #fff;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}

.containerImage {
  padding: 0;
}

.containerImage img {
  width: 100%;
}

.paddingFromTop {
  padding-top: 40px;
}

.paddingBottom {
  padding-bottom: 40px;
}

.navbar-default {
  background: #fff;
  border: none;
  box-shadow: none;
  margin: 0 !important;
}

.navbar-default .navbar-brand {
  font-weight: 500;
  font-size: 30px;
  height: 70px;
  line-height: 40px;
  padding: 12px 0 0 12px;
}

.navbar-default .navbar-nav li a {
  font-weight: bold;
  font-size: 13px;
  height: 70px;
  line-height: 40px;
}

.navbar-default .navbar-nav > li > a.current {
  color: #28A7E9;
}

.templatemo-nav {
  border-radius: 0;
  width: 100%;
  z-index: 1000;
}

.sticky {
  position: fixed;
  left: 0;
  top: 0;
}

#about .media-heading-wrapper .fa {
  border-radius: 2px;
  border: 1px solid #fff;
  color: #fff;
  width: 60px;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

#about .media-heading-wrapper h3 {
  color: #CCC;
  font-size: 25px;
  font-weight: bold;
  padding-top: 20px;
}

/* start team */
.team-wrapper {
  background: #CCC;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.team-wrapper .team-des {
  padding: 20px;
}

.team-wrapper .team-des span {
  color: #090;
  display: block;
  font-weight: bold;
  padding-bottom: 12px;
}

/* end team */

#contact {
  background: #202020;
  color: #CCC;
  text-align: center;
}

#copyright {
  padding: 20px;
}

#copyright p {
  font-weight: 400;
}

@media only screen and ( max-width: 980px ) {
  .h2 {
    text-align: left;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 30px;
  }

  .h2 span {
    font-weight: bold;
  }

  .h8 {
    font-size: 20px;
  }

  .h9 {
    text-align: left;
    font-size: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .h10 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
  }

  .h13 {
    font-weight: bold;
    font-size: 20px;
    color: #CCC;
  }

  #about .media-heading-wrapper h3 {
    color: #CCC;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
  }
}