html {
    /*position: relative;*/
    visibility: hidden;
    height: 100%;
}


/* Body */

body {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
    background-size: cover;
    /*color: #787b7c;*/
    color: #222;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 100%;
    /*position: relative;*/
}

a {
    color: #787b7c;
    cursor: pointer;
}

a:hover {
    color: #00e676;
    text-decoration: none;
}


/*Header Image */

ul.header-sections {
    padding: 0;
    list-style: none;
}

ul.header-sections li {
    display: inline;
}

.header-image {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), rgba(0, 0, 0, 0.6) url('../img/header-image.jpeg') no-repeat center;
    background-size: cover;
    height: 100vh;
    position: relative;
    text-rendering: optimizeLegibility;
}

.header-image {
    display: flex;
    padding: 60px 10px 10px;
}

.header-image ul {
    padding: 0;
}

.header-image ul li {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    padding: 20px 10px;
}

.header-title {
    color: #fff;
    margin: auto;
    text-align: center;
    bottom: auto;
    left: auto;
    position: relative;
    text-rendering: optimizeLegibility;
}

.header-title h1 {
    /*color: #00e676;*/
    color: orangered;
    font-size: 2em;
    margin: 0;
    font-weight: 800;
}

.header-title h2 {
    color: orangered;
    font-size: 1.5em;
    margin: 0;
    /*font-weight: 800;*/
}

.header-title p {
    font-size: 1.5em;
}


/* Lists */

.pushy-content ul {
    margin: 0;
    padding: 0;
}

#container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


/* Header */

.site-header {
    height: 60px;
    /*background: linear-gradient(rgba(230, 230, 230, 0.8), rgba(230, 230, 230, 0.8));*/
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    border-bottom: 1px solid #ccc;
    position: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    z-index: 9998;
    color: #000;
}

#login-btn {
    height: 60px;
    font-weight: bold;
    border-radius: 0;
    color: #333;
    padding: 18px 20px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

#login-btn:hover,
#login-btn:active,
#login-btn:focus {
    /*border: 1px solid #eee;*/
}

.navmenu-brand img {
    height: 60px;
    padding: 5px;
    margin-left: 10px;
}


/* Menu Button */

.menu-btn {
    height: 60px;
    padding: 14px 20px;
    float: left;
    font-weight: bold;
    background: transparent;
    /*color: #808080;*/
    cursor: pointer;
    border: none;
    border-radius: 0;
    -webkit-transition: background 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.menu-btn:hover,
.menu-btn:active,
.menu-btn:focus {
    background-color: #191918;
    color: #fff;
    border: none !important;
}

.welcome {
    margin-bottom: 50px;
    margin-top: 50px;
}

.welcome hr {
    width: 1px;
    height: 40px;
    display: inline-block;
}

.intro {
    width: 100%;
}

.intro-one {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../img/why-us.jpeg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.intro-one:hover {
    background: url(../img/why-us.jpeg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.intro-two {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/who-we-are.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transition:
}

.intro-two:hover {
    background: url(../img/who-we-are.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.intro-three {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/what-we-do.jpeg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.intro-three:hover {
    background: url(../img/what-we-do.jpeg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.intro h4 {
    color: #000;
}

.intro .section {
    margin-bottom: 100px;
    margin: 0;
    padding: 0;
}

.intro .btn-large {
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 0;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.intro-one:hover .btn-large {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    border: 1px solid transparent;
    color: inherit;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.intro-two:hover .btn-large {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    border: 1px solid transparent;
    color: inherit;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.intro-three:hover .btn-large {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    border: 1px solid transparent;
    color: inherit;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}


/* Thumbnail */

.thumbnail {
    padding: 0;
    /*margin: 0 0 50px 0;*/
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    body,
    p {
        font-size: 14px !important;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    .benefits .col-sm-6 {
        margin-bottom: 40px !important;
    }
    .our-tech,
    .standards {
        padding: 0 20px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .header-image {
        height: 70vh !important;
    }
    .intro-one,
    .intro-two,
    .intro-three {
        height: 30vh !important;
    }
}

input-groups .form-control {
    width: 100%;
}


/*contact form*/

#contact {
    padding-left: 5rem;
    padding-right: 5rem;
    flex: 1 0 auto;
}

#contact .form-group {
    margin-bottom: 25px;
}

textarea {
    resize: none;
}

#contact .form-group input,
#contact .form-group textarea {
    padding: 20px;
}

#contact .form-group input.form-control {
    height: auto;
}

#contact .form-group textarea.form-control {
    height: 236px;
}

#contact .form-control:focus {
    border-color: #00e676;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

#contact ::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

#contact :-moz-placeholder {
    /* Firefox 18- */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

#contact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

#contact :-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

.welcome .btn,
.btn_submit {
    background: #00e676;
    border: none;
    border-radius: 2px;
    color: #fff;
    margin: 30px 0;
    padding: 10px;
    font-weight: 800;
}

.welcome .btn:hover,
.btn_submit:hover {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.5);
}

.our-tech {
    background-size: cover;
    background-color: #eeeeee;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 30vh;
    display: flex;
    padding: 0 4em;
    font-size: 20px;
}


/**/

.standards {
    background-size: cover;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), rgba(0, 0, 0, 0.6) url('../img/services-4.jpeg') no-repeat center fixed;
    height: 40vh;
    display: flex;
    padding: 0 6rem;
    font-weight: bolder;
    color: #fff !important;
}


/*------*/

hr {
    background-color: #808080;
}

.service hr {
    border: 0;
    height: 1px;
    width: 70%;
    margin-top: 15px;
    margin-bottom: 15px;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 0, 0, 0.75), rgba(0, 0, 0, 0));*/
}

.services h4 {
    background: #222;
    margin: 0;
    padding: 20px 0;
    color: #fff;
}

.service {
    position: relative;
    box-shadow: 0 0 5px 2px rgba(60, 60, 60, 0.2);
    -webkit-box-shadow: 0 0 5px 2px rgba(60, 60, 60, 0.2);
    -moz-box-shadow: 0 0 5px 2px rgba(60, 60, 60, 0.2);
    -o-box-shadow: 0 0 5px 2px rgba(60, 60, 60, 0.2);
}

.service .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .8s ease;
    background-color: #000;
}

.service:hover .overlay {
    opacity: 0.9;
}

.service .text {
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.service .text ul {
    list-style: none;
    padding: 0;
}

.service img {
    width: 100%;
}

.other_services {
    margin-top: 50px;
    margin-bottom: 50px;
}

.other_services h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.other_services h4 {
    margin-bottom: 20px;
}

.other-service {
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 1px rgba(60, 60, 60, 0.1);
    -webkit-box-shadow: 0 0 5px 2px rgba(60, 60, 60, 0.1);
    -moz-box-shadow: 0 0 5px 1px rgba(60, 60, 60, 0.1);
    -o-box-shadow: 0 0 5px 1px rgba(60, 60, 60, 0.1);
}

.glyphicon-minus {
    color: #00e676;
    font-size: 20px;
}

.about {
    box-shadow: 0 0 5px 2px rgba(60, 60, 60, 0.2);
    -webkit-box-shadow: 0 0 5px 2px rgba(60, 60, 60, 0.2);
    -moz-box-shadow: 0 0 5px 2px rgba(60, 60, 60, 0.2);
    -o-box-shadow: 0 0 5px 2px rgba(60, 60, 60, 0.2);
}

.about .glyphicon-minus {
    padding: 20px;
}

.about p {
    padding: 0 20px 20px 20px;
}


/* Footer */

.footer {
    color: #fff;
    background: #333;
    font-family: 'Kanit', Helvetica, sans-serif;
    padding: 40px 40px 10px 40px;
    width: 100%;
}

.footer_section {
    /*padding-left: 50px;*/
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #787b7c;
}

.footer_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_social li {
    /*display: inline-block;*/
    padding: 5px 0;
}

.footer_social li {
    padding: 2px 0;
}

.footer .contact p {
    padding: 0;
    margin: 0;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #00e676;
    font-weight: bolder;
}

.navi_links {
    list-style-type: none;
    padding: 0;
}

.bottom-margin {
    margin-bottom: 50px;
}

.small-bottom-margin {
    margin-bottom: 30px;
}

.small-top-margin {
    margin-top: 30px;
}
