@font-face { font-family: Futura-Bk-BT; src: url(../fonts/Futura-Book-font.ttf); }


body {
  background: #fff;
  color: #666666;
  font-family: "Futura-Bk-BT", ;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 9;
  background: #000;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 5px 0;
  height: 36px;
  transition: all 0.5s;
  background: #000;
}

#header #logo {
  float: left;
}

.align_middle{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.fs-title {
  color: #fff;
  padding: 10px;
  font-weight: 700;
}

.featured-services {
  background: #000;
  padding: 30px;
}
.heading-1 {
  color: #f33;
  font-size: 200%;
  font-weight: 600;
  text-align: center;
}
.heading-2 {
  color: #f33;
  font-size: 120%;
  font-weight: 400;
  text-align: center;
}

.main_block {
 margin-top: 72px;
}

.head-link {
  color: #f33;
  font-size: 14px;
  font-weight: 400;
  transition: .3s all;
  text-transform: uppercase;
  margin: 0px 10px 0px 10px;
}