@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Open Sans", Arial, serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative; }

a {
  color: #4AE3B5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #4AE3B5;
    outline: none; }

p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Open Sans", Arial, serif;
  font-weight: 400; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 26px; }

::-webkit-selection {
  color: #818892;
  background: #f9f6f0; }

::-moz-selection {
  color: #818892;
  background: #f9f6f0; }

::selection {
  color: #818892;
  background: #f9f6f0; }

#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    #fh5co-header {
      margin-top: 0;
      background: #fff;
      -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1); }
      #fh5co-header .navbar-brand {
        color: #4AE3B5 !important; }
      #fh5co-header #navbar li a {
        color: rgba(0, 0, 0, 0.5) !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #fh5co-header #navbar li a:hover {
          color: #4AE3B5 !important; }
        #fh5co-header #navbar li a span:before {
          background: transparent !important; }
      #fh5co-header #navbar li.active a {
        background: transparent;
        background: none;
        color: #4AE3B5 !important; }
        #fh5co-header #navbar li.active a span:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); } }
  #fh5co-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0; }
  #fh5co-header #navbar li a {
    font-family: "Open Sans", Arial, serif;
    color: rgba(255, 255, 255, 0.5);
    position: relative; }
    #fh5co-header #navbar li a span {
      position: relative;
      display: block;
      padding-bottom: 2px; }
      #fh5co-header #navbar li a span:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #4AE3B5;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
    #fh5co-header #navbar li a:hover {
      color: #fff; }
      #fh5co-header #navbar li a:hover span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff; }
    #fh5co-header #navbar li.active a span:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  #fh5co-header .navbar-brand {
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 400;
    padding-top: 12px;
    padding-left: 0;
    color: #fff; }
    #fh5co-header .navbar-brand span {
      color: #4AE3B5; }
  #fh5co-header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0; }
    #fh5co-header.navbar-fixed-top .navbar-brand {
      color: #4AE3B5; }
    #fh5co-header.navbar-fixed-top #navbar li a {
      color: rgba(0, 0, 0, 0.5);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #fh5co-header.navbar-fixed-top #navbar li a:hover {
        color: #4AE3B5; }
    #fh5co-header.navbar-fixed-top #navbar li.active a {
      background: transparent;
      background: none;
      color: #4AE3B5; }
      #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
  #fh5co-header .navbar-default {
    border: transparent;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
    @media screen and (max-width: 768px) {
      #fh5co-header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px; } }
    #fh5co-header .navbar-default .brand-slogan {
      margin: 28px 0 0 15px;
      float: left;
      letter-spacing: 2px;
      color: #adadad; }
      #fh5co-header .navbar-default .brand-slogan em {
        color: #4AE3B5;
        font-style: normal; }
  #fh5co-header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }

/*
 * Flexslider
 */
#fh5co-home {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center; }
  #fh5co-home .flexslider {
    border: none;
    position: relative;
    z-index: 1;
    margin-bottom: 0; }
    #fh5co-home .flexslider .fh5co-text {
      position: absolute;
      z-index: 3;
      width: 100%;
      top: 50%;
      margin-top: -129px;
      text-align: center; }
      #fh5co-home .flexslider .fh5co-text h1 {
        margin: 0 0 30px 0;
        padding: 0;
        font-family: "Open Sans", Arial, serif;
        font-size: 50px;
        font-weight: 400;
        color: #fff;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        border: 7px solid #fff;
        padding: 30px 50px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 992px) {
          #fh5co-home .flexslider .fh5co-text h1 {
            font-size: 30px; } }
      #fh5co-home .flexslider .fh5co-text .fh5co-go {
        font-size: 26px;
        color: #fff;
        margin-top: 30px; }
        #fh5co-home .flexslider .fh5co-text .fh5co-go a {
          font-family: "Montserrat", Arial, sans-serif;
          font-size: 13px;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #fff;
          font-weight: 400;
          display: block;
          position: relative;
          padding-bottom: 50px; }
          #fh5co-home .flexslider .fh5co-text .fh5co-go a span {
            font-size: 20px;
            display: block;
            position: absolute;
            bototm: 0;
            left: 50%;
            margin-left: -10px;
            -webkit-animation: ani-mouse 2.5s linear infinite;
            -moz-animation: ani-mouse 2.5s linear infinite;
            animation: ani-mouse 2.5s linear infinite; }
          #fh5co-home .flexslider .fh5co-text .fh5co-go a:hover {
            text-decoration: none; }
            #fh5co-home .flexslider .fh5co-text .fh5co-go a:hover span {
              text-decoration: none; }
    #fh5co-home .flexslider .slides li {
      background-repeat: no-repeat;
      background-size: cover; }
    #fh5co-home .flexslider .fh5co-overlay {
      position: absolute;
      z-index: 3;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: .3;
      background: #444853; }
    #fh5co-home .flexslider .flex-control-nav,
    #fh5co-home .flexslider .flex-direction-nav {
      display: none; }

body {
  overflow-x: hidden; }

.owl-carousel-main .owl-stage-outer {
  overflow: visible; }

@media screen and (max-width: 768px) {
  .owl-carousel-main .item {
    padding-top: 120px !important; } }

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  clear: both; }
  .section-heading h2 {
    font-size: 40px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 0px;
    line-height: 1.5;
    font-family: "Montserrat", Arial, sans-serif; }
    .section-heading h2:after {
      content: "";
      position: absolute;
      display: block;
      width: 240px;
      height: 2px;
      background: #4AE3B5;
      left: 50%;
      margin-left: -120px;
      bottom: 0; }
    @media screen and (max-width: 768px) {
      .section-heading h2 {
        font-size: 30px; } }
  .section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px; } }

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

#fh5co-infomations,
#fh5co-activitys,
#fh5co-activitys-2,
#fh5co-activitys-3,
#fh5co-introductions,
#fh5co-introductions-2,
#fh5co-incomes {
  padding: 7em 0; }
  @media screen and (max-width: 480px) {
    #fh5co-infomations,
    #fh5co-activitys,
    #fh5co-activitys-2,
    #fh5co-activitys-3,
    #fh5co-introductions,
    #fh5co-introductions-2,
    #fh5co-incomes {
      padding: 5em 0; } }

.first-section {
  padding-top: 15em !important; }
  @media screen and (max-width: 768px) {
    .first-section {
      padding-top: 3em; } }

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none; }
  .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #4AE3B5; }
  .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #4AE3B5;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #4AE3B5;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 3px;
      background: #4AE3B5;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.fh5co-nav-toggle i::before {
  top: -7px; }

.fh5co-nav-toggle i::after {
  bottom: -7px; }

.fh5co-nav-toggle:hover i::before {
  top: -10px; }

.fh5co-nav-toggle:hover i::after {
  bottom: -10px; }

.fh5co-nav-toggle.active i {
  background: transparent; }

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.fh5co-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
      display: block; } }

#fh5co-infomations {
  background: #EEE; }
  #fh5co-infomations .box {
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 70px;
    position: relative;
    float: left;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #fh5co-infomations .box {
        min-height: inherit;
        margin-bottom: 90px; } }
    #fh5co-infomations .box .icon {
      width: 85px;
      height: 85px;
      margin: 0 auto;
      top: 0;
      margin-top: -70px;
      margin-bottom: 30px;
      position: relative;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      display: table;
      text-align: center; }
      #fh5co-infomations .box .icon > span {
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
        #fh5co-infomations .box .icon > span i {
          position: relative;
          float: left;
          margin-top: 5px;
          width: 100%;
          font-size: 40px;
          color: #fff !important;
          margin: 0;
          padding: 0; }
      #fh5co-infomations .box .icon.colored-1 {
        background: #2aaf67;
        background: transparent;
        border: 3px solid #2aaf67; }
        #fh5co-infomations .box .icon.colored-1 i {
          color: #2aaf67 !important; }
      #fh5co-infomations .box .icon.colored-2 {
        background: #00bff3;
        background: transparent;
        border: 3px solid #00bff3; }
        #fh5co-infomations .box .icon.colored-2 i {
          color: #00bff3 !important; }
      #fh5co-infomations .box .icon.colored-3 {
        background: #f26522;
        background: transparent;
        border: 3px solid #f26522; }
        #fh5co-infomations .box .icon.colored-3 i {
          color: #f26522 !important; }
      #fh5co-infomations .box .icon.colored-4 {
        background: #e52b50;
        background: transparent;
        border: 3px solid #e52b50; }
        #fh5co-infomations .box .icon.colored-4 i {
          color: #e52b50 !important; }
      #fh5co-infomations .box .icon.colored-5 {
        background: #2fc5cc;
        background: transparent;
        border: 3px solid #2fc5cc; }
        #fh5co-infomations .box .icon.colored-5 i {
          color: #2fc5cc !important; }
      #fh5co-infomations .box .icon.colored-6 {
        background: #6173f4;
        background: transparent;
        border: 3px solid #6173f4; }
        #fh5co-infomations .box .icon.colored-6 i {
          color: #6173f4 !important; }
    #fh5co-infomations .box .step-number {
      font-size: 16px;
      display: block;
      color: #d1d1d1;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 10px; }
    #fh5co-infomations .box h3 {
      margin: 0 0 20px 0;
      padding: 0;
      font-weight: 400;
      font-size: 20px;
      color: #444; }

#fh5co-activitys {
  background: #FDFDFD; }
  #fh5co-activitys .section-heading h2 {
    color: #000; }

#fh5co-activitys-2 {
  background: #EEE; }
  #fh5co-activitys-2 .section-heading h2 {
    color: #000; }
  #fh5co-activitys-2 h3 {
    font-size: 30px; }

.fh5co-activity-2 {
  display: block;
  color: #444;
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.5em; }
  .fh5co-activity-2:hover, .fh5co-activity-2:focus, .fh5co-activity-2:active {
    text-decoration: none;
    outline: none; }
  .fh5co-activity-2 .fh5co-activity-2-icon {
    width: 80px;
    height: 80px;
    display: block;
    display: table;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border: 2px solid #4fd2c2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .fh5co-activity-2 .fh5co-activity-2-icon i {
      display: table-cell;
      vertical-align: middle;
      font-size: 50px;
      color: #4fd2c2; }
  .fh5co-activity-2 .fh5co-activity-2-lead, .fh5co-activity-2 .fh5co-figure-lead {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Montserrat", arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700; }
  .fh5co-activity-2 .fh5co-activity-2-text, .fh5co-activity-2 .fh5co-figure-text {
    color: #919191;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px; }
  .fh5co-activity-2:hover, .fh5co-activity-2.active {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    margin-top: -10px; }
    @media screen and (max-width: 768px) {
      .fh5co-activity-2:hover, .fh5co-activity-2.active {
        margin-top: 0px; } }
    .fh5co-activity-2:hover .fh5co-activity-2-icon, .fh5co-activity-2.active .fh5co-activity-2-icon {
      background: #4fd2c2; }
      .fh5co-activity-2:hover .fh5co-activity-2-icon i, .fh5co-activity-2.active .fh5co-activity-2-icon i {
        color: #fff; }

.fh5co-figure {
  display: block;
  color: #444;
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.5em; }
  .fh5co-figure:hover, .fh5co-figure:focus, .fh5co-figure:active {
    text-decoration: none;
    outline: none; }
  .fh5co-figure .fh5co-feature-icon {
    width: 80px;
    height: 80px;
    display: block;
    display: table;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border: 2px solid #4fd2c2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .fh5co-figure .fh5co-feature-icon i {
      display: table-cell;
      vertical-align: middle;
      font-size: 50px;
      color: #4fd2c2; }
  .fh5co-figure .fh5co-feature-lead, .fh5co-figure .fh5co-figure-lead {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Montserrat", arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700; }
  .fh5co-figure .fh5co-feature-text, .fh5co-figure .fh5co-figure-text {
    color: #919191;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px; }
  .fh5co-figure:hover, .fh5co-figure.active {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    margin-top: -10px; }
    @media screen and (max-width: 768px) {
      .fh5co-figure:hover, .fh5co-figure.active {
        margin-top: 0px; } }
    .fh5co-figure:hover .fh5co-feature-icon, .fh5co-figure.active .fh5co-feature-icon {
      background: #4fd2c2; }
      .fh5co-figure:hover .fh5co-feature-icon i, .fh5co-figure.active .fh5co-feature-icon i {
        color: #fff; }

.fh5co-figure {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
  position: relative; }
  .fh5co-figure figure {
    margin-bottom: 50px;
    float: left;
    width: 100%; }
  .fh5co-figure img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1; }
  .fh5co-figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

#fh5co-activitys-3 {
  background: #EEE;
  padding: 7em 0; }
  @media screen and (max-width: 768px) {
    #fh5co-activitys-3 {
      padding: 4em 0; } }
  #fh5co-activitys-3 .fh5co-infomation {
    margin-bottom: 30px;
    float: left; }
    #fh5co-activitys-3 .fh5co-infomation .fh5co-icon {
      float: left;
      width: 20%; }
      #fh5co-activitys-3 .fh5co-infomation .fh5co-icon i {
        font-size: 40px;
        color: #4AE3B5; }
    #fh5co-activitys-3 .fh5co-infomation .fh5co-desc {
      width: 80%;
      float: right; }
      #fh5co-activitys-3 .fh5co-infomation .fh5co-desc h3 {
        margin-top: 0;
        font-size: 18px; }
  #fh5co-activitys-3 .img-activity-3 {
    -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9); }

#fh5co-introductions h3,
#fh5co-introductions-2 h3 {
  font-size: 30px; }

#fh5co-introductions .img-introductions-1,
#fh5co-introductions .img-introductions-2,
#fh5co-introductions-2 .img-introductions-1,
#fh5co-introductions-2 .img-introductions-2 {
  -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9); }

#fh5co-introductions .contact-info,
#fh5co-introductions-2 .contact-info {
  margin: 20px 0 60px 0;
  padding: 0; }
  #fh5co-introductions .contact-info li,
  #fh5co-introductions-2 .contact-info li {
    font-size: 16px;
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px; }
    #fh5co-introductions .contact-info li i,
    #fh5co-introductions-2 .contact-info li i {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 22px;
      color: #4fd2c2; }

#fh5co-introductions {
  background: #EEE; }

#fh5co-introductions-2 {
  background: #FDFDFD; }

.fh5co-inner {
  margin-bottom: 3em;
  position: relative; }
  .fh5co-inner i {
    position: absolute;
    top: 20%;
    left: 0;
    font-size: 60px; }
  .fh5co-inner .holder-section {
    padding-left: 6em; }
    .fh5co-inner .holder-section h3 {
      font-size: 20px;
      text-transform: uppercase;
      color: #4AE3B5;
      letter-spacing: 1px;
      font-weight: bold; }

.fh5co-services {
  margin-bottom: 4em; }

.fh5co-section-heading {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  clear: both; }
  .fh5co-section-heading h2 {
    font-size: 40px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 0px;
    line-height: 1.5;
    font-family: "Montserrat", Arial, sans-serif; }
    .fh5co-section-heading h2:after {
      content: "";
      position: absolute;
      display: block;
      width: 240px;
      height: 2px;
      background: #4AE3B5;
      left: 50%;
      margin-left: -80px;
      bottom: 0; }
    @media screen and (max-width: 768px) {
      .fh5co-section-heading h2 {
        font-size: 30px; } }
  .fh5co-section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292;
    margin: 0; }
    .fh5co-section-heading h3:after {
      content: "";
      position: absolute;
      display: block;
      width: 160px;
      height: 2px;
      background: #4fd2c2;
      left: 50%;
      margin-left: -80px; }
    @media screen and (max-width: 768px) {
      .fh5co-section-heading h3 {
        font-size: 24px !important;
        line-height: 34px; } }

.person {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%; }
  .person img {
    display: block;
    margin: 0 auto;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .person .name {
    font-size: 24px; }
  .person .position {
    text-transform: uppercase;
    color: #c3c3c3;
    margin-bottom: 30px;
    letter-spacing: 2px; }

#footer {
  padding: 50px 0;
  background: #666;
  color: #d6d6d6; }
  #footer .copyright {
    margin-bottom: 0px;
    padding-bottom: 0; }

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .btn.btn-primary {
    background: #4AE3B5;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #4AE3B5; }
  .btn:hover, .btn:active, .btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important; }
  .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: transparent; }

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%; }
  .social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    .social li a {
      font-size: 16px;
      display: table;
      width: 40px;
      height: 40px;
      margin: 0 4px; }
      .social li a i {
        display: table-cell;
        vertical-align: middle; }
      .social li a:hover, .social li a:active, .social li a:focus {
        text-decoration: none;
        border-bottom: none; }
      .social li a.social-box {
        background: #4AE3B5;
        color: #fff; }
      .social li a.social-circle {
        background: #4AE3B5;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .social li a:hover {
        background: #393e46 !important; }
  .social.social-box a {
    background: #4AE3B5;
    color: #fff; }
  .social.social-circle a {
    background: #4AE3B5;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
  background: transparent !important;
  border: 2px solid #4AE3B5 !important; }

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0; }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em; }

.owl-carousel-main.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2) !important;
  border: 2px solid transparent !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .owl-carousel-main.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    background: black !important; }

.owl-carousel-main.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-main.owl-theme .owl-dots .owl-dot:hover span {
  background: black !important;
  background: transparent !important;
  border: 2px solid #000 !important; }

.owl-carousel-main.owl-direction:before {
  color: #000 !important; }

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
  height: 860px;
  display: table;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
      height: inherit;
      padding: 5em 0;
      padding: 0;
      text-align: center; } }

.owl-carousel-fullwidth .fh5co-owl-text-wrap {
  position: relative; }

.owl-carousel-fullwidth .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative; }
  .owl-carousel-fullwidth .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8; }
  .owl-carousel-fullwidth .item img {
    max-width: 100%; }
  .owl-carousel-fullwidth .item .mobile-image {
    position: relative;
    z-index: 99999999; }
    .owl-carousel-fullwidth .item .mobile-image .mobile {
      float: right;
      text-align: right;
      position: relative;
      bottom: -12em; }
      @media screen and (max-width: 768px) {
        .owl-carousel-fullwidth .item .mobile-image .mobile {
          bottom: 0em;
          text-align: center;
          float: none !important;
          margin: 0 auto;
          display: block; } }
      .owl-carousel-fullwidth .item .mobile-image .mobile img {
        max-width: 100%; }
  .owl-carousel-fullwidth .item .fh5co-owl-text {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative; }
    .owl-carousel-fullwidth .item .fh5co-owl-text a {
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
        text-decoration: none;
        color: white;
        border-bottom: 1px solid white; }
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
      color: #000;
      margin: 0;
      padding: 0; }
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
      font-weight: 700;
      margin-bottom: 20px;
      margin-top: 0;
      font-size: 50px;
      line-height: 50px;
      color: #000; }
      @media screen and (max-width: 768px) {
        .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
          margin-bottom: 20px;
          font-size: 30px;
          line-height: 30px; } }
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
      font-size: 30px;
      line-height: 30px;
      line-height: 42px;
      font-weight: 100;
      margin-bottom: 30px;
      color: #444; }
      @media screen and (max-width: 768px) {
        .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
          font-size: 24px;
          line-height: 34px; } }

.owl-carousel-center .owl-stage-outer {
  overflow: visible; }

.owl-carousel-center .owl-item {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  z-index: 18;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .owl-carousel-center .owl-item img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .owl-carousel-center .owl-item.center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 999;
    -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9); }

.owl-carousel-center .owl-dots {
  bottom: -80px; }
  @media screen and (max-width: 480px) {
    .owl-carousel-center .owl-dots {
      bottom: -60px; } }

.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent; }
  .owl-carousel-center.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    background: white; }

.owl-carousel-center.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-center.owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  background: transparent;
  border: 2px solid #fff; }

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0; }

.js .animate-box {
  opacity: 0; }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 2em; } }

.row-bottom-padded-md {
  padding-bottom: 4em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 2em; } }

.row-bottom-padded-sm {
  padding-bottom: 2em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 2em; } }

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999; }

#pageTop a {
  display: table-cell;
  z-index: 999;
  padding: 0px 0 0 0px;
  border-radius: 30px;
  width: 185px;
  height: 50px;
  background-color: #4AE3B5;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle; }

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7; }

.pokebo-pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pokebo-pc {
      display: none; } }

.pokebo-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .pokebo-sp {
      display: block; } }

.asada-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .asada-container:before, .asada-container:after {
    content: " ";
    display: table; }
  .asada-container:after {
    clear: both; }
  @media (min-width: 1200px) {
    .asada-container {
      width: 1180px; } }
