#fh5co-home {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    padding-top:80px;
}

    #fh5co-home .gradient {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        opacity: .9;
        -webkit-backface-visibility: hidden;
        background-color: #52d3aa;
        /* IE9, iOS 3.2+ */
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
        background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
        /* Android 2.3 */
        background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
        /* IE10+ */
        background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
        background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    }

    #fh5co-home .text-wrap {
        height: 750px;
    }

@media screen and (max-width: 768px) {
    #fh5co-home, #fh5co-home .text-wrap {
        height: 700px;
    }
}

#fh5co-home .text-wrap {
    display: table;
    width: 100%;
    position: relative;
    z-index: 4;
}

#fh5co-home .text-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    #fh5co-home .text-inner a {
        color: white;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        #fh5co-home .text-inner a:hover, #fh5co-home .text-inner a:active, #fh5co-home .text-inner a:focus {
            text-decoration: none;
            color: white;
            border-bottom: 1px dashed white;
        }

    #fh5co-home .text-inner h1 {
        font-size: 50px;
        color: white;
        margin: 0 0 20px 0;
    }

    #fh5co-home .text-inner h2 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
    }

#fh5co-home .index-carousel {
    position: relative;
    width:100%;
    margin: 0 auto;
}

#fh5co-home .carousel-inner {
    margin: 0 auto;
    position :relative ;
}

#fh5co-intro {
    position: relative;
    bottom: 0;
    margin-top: 50px;
    z-index: 10;
    padding-bottom: 0;
}


@media (min-width: 1200px) {
    #fh5co-intro .container, #fh5co-services .container {
        width: 900px;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-intro {
        padding-bottom: 3em;
    }
}

#fh5co-intro > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#fh5co-intro .fh5co-block {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    vertical-align: middle;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    #fh5co-intro .fh5co-block {
        width: 100%;
    }
}

#fh5co-intro .fh5co-block > .overlay-darker {
    z-index: 8;
    opacity: .5;
    background: #474747;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#fh5co-intro .fh5co-block > .overlay {
    background: #fff;
    opacity: 1;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-intro .fh5co-block > .fh5co-text {
    position: relative;
    z-index: 10;
}

    #fh5co-intro .fh5co-block > .fh5co-text .fh5co-intro-icon {
        font-size: 50px;
        color: #52d3aa;
        margin-bottom: 30px;
        display: block;
    }

#fh5co-intro .fh5co-block h2 {
    font-size: 24px;
    font-weight: 400;
}
/*#fh5co-intro .fh5co-block:hover > .overlay, #fh5co-intro .fh5co-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text, #fh5co-intro .fh5co-block:focus > .fh5co-text {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text .fh5co-intro-icon, #fh5co-intro .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover h2, #fh5co-intro .fh5co-block:focus h2 {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover .btn, #fh5co-intro .fh5co-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#fh5co-intro .fh5co-block:hover .btn:hover, #fh5co-intro .fh5co-block:focus .btn:hover {
  background: #52d3aa !important;
  border: 2px solid #52d3aa !important;
}*/

#fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
    padding: 2em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
        padding: 2em 0;
    }
}

#fh5co-services, #fh5co-work, #fh5co-counters {
    /*padding: 7em 0;*/
}

@media screen and (max-width: 768px) {
    #fh5co-services, #fh5co-work, #fh5co-counters {
        padding: 1em 0;
    }
}

#fh5co-services {
    background-color: #52d3aa;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}
    /*#fh5co-services:before, #fh5co-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-services:before {
  top: 0;
  margin-top: -35px;
}*/
    #fh5co-services:after {
        bottom: 0;
        margin-bottom: -35px;
    }

    #fh5co-services .fh5co-service {
        padding-right: 30px;
    }

    #fh5co-services h3 {
        font-size: 24px;
        color: #fff;
    }

    #fh5co-services .icon {
        font-size: 70px;
        margin-bottom: 30px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        #fh5co-services .icon:before {
            color: #fff;
        }

    #fh5co-services .section-heading h2 {
        color: #fff;
    }

        #fh5co-services .section-heading h2.left-border:after {
            background: rgba(255, 255, 255, 0.3);
        }

#fh5co-counters {
    background: #52d3aa;
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    padding: 9em 0 10em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-counters {
        padding: 4em 0;
    }
}

#fh5co-counters .fh5co-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
}
/*#fh5co-counters:before, #fh5co-counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-counters:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-counters:after {
  bottom: 0;
  margin-bottom: -35px;
}*/
#fh5co-counters .section-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}

    #fh5co-counters .section-heading h2 {
        color: #fff;
    }

        #fh5co-counters .section-heading h2:after {
            background: rgba(255, 255, 255, 0.3) !important;
        }

    #fh5co-counters .section-heading .subtext h3 {
        color: rgba(255, 255, 255, 0.7) !important;
    }

#fh5co-counters .fh5co-counter {
    position: relative;
    z-index: 3;
    text-align: center;
}

@media screen and (max-width: 992px) {
    #fh5co-counters .fh5co-counter {
        margin-bottom: 50px;
        float: left;
        width: 100%;
    }
}

#fh5co-counters .fh5co-counter .fh5co-counter-icon,
#fh5co-counters .fh5co-counter .fh5co-counter-number,
#fh5co-counters .fh5co-counter .fh5co-counter-label {
    display: block;
}

#fh5co-counters .fh5co-counter .fh5co-counter-icon {
    font-size: 40px;
    color: #52d3aa;
}

#fh5co-counters .fh5co-counter .fh5co-counter-number {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
}

#fh5co-counters .fh5co-counter .fh5co-counter-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
}

#fh5co-testimonials .box-testimony {
    margin-bottom: 2em;
    float: left;
}

    #fh5co-testimonials .box-testimony a {
        color: rgba(255, 255, 255, 0.5);
    }

        #fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
            color: white;
            text-decoration: none;
        }

    #fh5co-testimonials .box-testimony blockquote {
        padding-left: 0;
        border-left: none;
        padding: 30px;
        background: #fff;
        background: #52d3aa;
        font-size: 20px;
        font-weight: 300;
        position: relative;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
    }

        #fh5co-testimonials .box-testimony blockquote:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 40px;
            border-top: 10px solid black;
            border-top-color: #fff;
            border-top-color: #52d3aa;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
        }

        #fh5co-testimonials .box-testimony blockquote p {
            font-style: italic;
            color: #fff;
        }

    #fh5co-testimonials .box-testimony .author {
        line-height: 20px;
        color: black;
        font-size: 16px;
        margin-left: 20px;
        font-weight: 400;
    }

        #fh5co-testimonials .box-testimony .author a {
            color: #52d3aa;
        }

            #fh5co-testimonials .box-testimony .author a:hover {
                text-decoration: underline;
            }

        #fh5co-testimonials .box-testimony .author > figure {
            float: left;
            margin-right: 10px;
        }

            #fh5co-testimonials .box-testimony .author > figure img {
                width: 60px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
            }

        #fh5co-testimonials .box-testimony .author p {
            float: left;
            margin-top: 10px;
        }

        #fh5co-testimonials .box-testimony .author .subtext {
            display: block;
            color: rgba(0, 0, 0, 0.5);
            font-size: 16px;
            font-weight: 400 !important;
        }

#fh5co-work {
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    background-color: #52d3aa;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}

    #fh5co-work a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: underline;
    }

        #fh5co-work a:hover {
            color: white;
        }
    /*#fh5co-work:before, #fh5co-work:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-work:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-work:after {
  bottom: 0;
  margin-bottom: -35px;
}*/
    #fh5co-work .section-heading h2 {
        color: #fff;
    }

        #fh5co-work .section-heading h2:after {
            background: rgba(255, 255, 255, 0.3);
        }

    #fh5co-work .section-heading h3 {
        color: rgba(255, 255, 255, 0.8);
    }

    #fh5co-work .fh5co-project-item {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        background: #fff;
        overflow: hidden;
        z-index: 9;
        margin-bottom: 30px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        #fh5co-work .fh5co-project-item img {
            z-index: 8;
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        #fh5co-work .fh5co-project-item .fh5co-text {
            padding: 10px 20px;
        }

            #fh5co-work .fh5co-project-item .fh5co-text h2, #fh5co-work .fh5co-project-item .fh5co-text span {
                text-decoration: none !important;
            }

            #fh5co-work .fh5co-project-item .fh5co-text h2 {
                font-size: 18px;
                font-weight: bold;
                margin: 0;
            }

            #fh5co-work .fh5co-project-item .fh5co-text span {
                color: #b3b3b3;
                font-size: 16px;
                font-weight: 400;
            }

        #fh5co-work .fh5co-project-item:hover, #fh5co-work .fh5co-project-item:focus {
            -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
            -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
            -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
            text-decoration: none;
            top: -15px;
        }

            #fh5co-work .fh5co-project-item:hover img, #fh5co-work .fh5co-project-item:focus img {
                opacity: .7;
            }

            #fh5co-work .fh5co-project-item:hover h2, #fh5co-work .fh5co-project-item:hover span, #fh5co-work .fh5co-project-item:focus h2, #fh5co-work .fh5co-project-item:focus span {
                text-decoration: none !important;
            }

#fh5co-contact {
    padding-bottom: 0;
}

    #fh5co-contact .fh5co-contact-info {
        padding: 0;
        margin: 0 0 1.5em 0;
    }

        #fh5co-contact .fh5co-contact-info li {
            position: relative;
            padding: 0;
            margin: 0 0 1.5em 0;
            padding-left: 50px;
            list-style: none;
        }

            #fh5co-contact .fh5co-contact-info li i {
                position: absolute;
                top: .2em;
                left: 0;
            }

/*# sourceMappingURL=style.css.map */
