body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 1.5em;
}

h1,h2 { 
  color: #f7f7f7;
}

h1 {
  font-size: 34px;
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;  
}

h2 {
  font-size: 14px;
  line-height: 24px;
}

p {
  color: #f7f7f7;
  margin-bottom: 20px;
}

p a, a{
  color: #f7f7f7;
  font-weight: bold;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

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

.container { width: 80%; }

.no-padding {
  padding: 0;
}

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

.service-box p {
  margin-bottom: 0;
} 


/*==== 01 COMMON STYLES ===*/
/*scroll to top */
#scrollUp {
  bottom: 20px;
  right: 50px;
  font-size: 22px;
  padding: 10px 10px;
  background-color: #2ec5b6;
  color: #fff;
}

#scrollUp:hover { 
  background-color: #0fa192;
}

/* preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 1111111111;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/* preloader end*/


/*==== 14 COUNTER ===*/
#counter {
  background: #3e4756 url("../img/counter-bg.jpg") no-repeat fixed center center;
  padding: 97px 0 86px;
  position: relative;
  z-index: 1;
  background-size: cover;
  color: #fff;
}

#counter i {
  color: #2ec5b6;
  font-size: 48px;
  display: block;
}

#counter span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin: 40px 0 30px 0;
}

#counter p {
  color: #2ec5b6;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*==== 14 COUNTER END ===*/


/*==== 16 FOOTER ===*/

footer { padding: 60px 0 70px; }

.footer {
  background-color: #00181c;
  color: #fff;
}

.footer h4 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 10px;
  font-weight: 800;
}

.footer .social{
  margin: 50px 0;
}

.footer .social li a{
  color: #2ec5b6;
  width: 45px;
  height: 45px;
  padding: 11px;
  display: inline-block;
  border: 1px solid #2ec5b6;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.footer .social li a:hover {
  background-color: #2ec5b6;
  color: #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}

.footer .menu {
  margin:0 0 60px 0;
}

.footer .menu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

.footer .menu li a:hover {
  color: #F8A05B;
  text-decoration: none;
}

.footer .menu li {
  padding: 0 40px;
}

.footer p {
  background-color: #FFFFFF;
  padding: 15px 0;
  margin-bottom: 0px;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer p a {
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

.footer p a:hover {
  text-decoration: none;
  color: #F8A05B;
}