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

#fh5co-header .navbar {
padding-bottom: 0;
margin-bottom: 0;
padding-left: 20px;
padding-right: 20px;
}

#fh5co-header .navbar-brand {
float: left;
display: block;
font-size: 30px;
font-weight: 700;
padding-left: 0;
color: #fff;
display: none;
}

#fh5co-header.navbar-fixed-top .navbar-brand {
color: #009bdb;
display: inherit;
}

@media screen and (max-width: 768px) {
    #fh5co-header .navbar-default {
        margin-top: 0px;
        padding-right: 15px;
        padding-left: 0px;
    }
}
#fh5co-home {
    /* background-image: url('/images/photo3.jpg'); */
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center bottom;
    position: relative;
    width: 100%;
    background-color: #009bdb;
    color: #fff;
    overflow: hidden;
}
#fh5co-home .gradient-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .3;
    -webkit-backface-visibility: hidden;
    background-image: url(data:image/svg+xml;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=);
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 1), 10%, rgba(0, 0, 0, 1));

}
#fh5co-home, #fh5co-home .text-wrap {
    height: 900px;
    max-height: calc(100vh - 20px);
  }
#fh5co-home .text-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-bottom: 0;
    white-space: nowrap;
}

#fh5co-home .text-inner h1 {
    font-size: 65px;
    color: white;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10%;
    text-align: right;
}

#fh5co-home .text-inner h2 {
    font-size: 28px;
    line-height: 55px;
    font-weight: bold;
    color: white;
    margin: 0;
    text-align: right;
}
#fh5co-home .text-inner h2 span {
    font-family: 'Kanit', sans-serif;
    /* font-weight: bold; */
    font-size: 50px;
    font-style: normal;
    /* font-variant-caps: all-small-caps; */
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color:  #009bdb;
    animation-delay: 1s;
}
#fh5co-home .company-logo{
    height:15%;
    position: absolute;
    margin-top: 20px;
    margin-left: 30px;
    image-rendering: auto;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    #fh5co-home {
        background-position: top left;
    }
    #fh5co-home .company-logo {
        display: none
    }
    #fh5co-header .navbar-brand{
        display: inherit;
    }
    #fh5co-home, #fh5co-home .text-wrap {
        height: 350px;
    }
    #fh5co-home .text-inner h1 {
        font-size: 28px;
        margin-bottom: 0;
        margin-top: 10%;
        text-align: right;
      }
    #fh5co-home .text-inner h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0;
        padding-bottom: 0px;
        text-align: right;
    }
    #fh5co-home .text-inner h2 span {
        /* font-weight: bold; */
        font-size: 22px;
        text-shadow: -0.5px 0 black, 0 0.5px black, 0.5px 0 black, 0 -0.5px black;
    }
}
#fh5co-services .fh5co-service {
    padding-right: 5%;
}

#fh5co-work .fh5co-project-item iframe{
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    min-height: 350px;
}

.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 2%;
    margin-bottom: 2%;
    clear: both;
}
/* .fh5co-nav-toggle {
    right: 15px;
} */