﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
}

a {
    text-decoration: none
}

.container {
    width: 1160px;
}

.header {
    display: block;
}

.top-info {
    display: block;
    background-color: #ce5c0c;
    padding: 6px 0;
    text-align: right
}

    .top-info a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

        .top-info a i {
            margin-right: 5px;
            color: #fff
        }

.banner {
    display: block;
    padding: 14px 0;
    position: relative;
}

.logo {
    width: 180px;
}

.search {
    float: right;
    width: 270px;
    background-color: #F1F1F1;
    border-radius: 50px;
    height: 34px;
    margin-top: 17px;
}

.search-txtbx {
    border: 0;
    background-color: transparent;
    padding: 6px 20px 6px 24px;
    width: 85%;
    border-radius: 50px;
    font-size: 14px;
}

    .search-txtbx:focus {
        border: 0 !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .search-txtbx:active {
        border: 0 !important;
        box-shadow: none !important;
        outline: none !important;
    }

.search-btn {
    color: #000;
}

.top-btn {
    float: right;
    margin-top: 13px;
}

.menu {
    display: block;
    border-top: none;
    float: right;
    margin-top: 10PX;
}

.navbar {
    padding: 0 0 6px;
}

.navbar-nav li {
    margin-right: 14px;
}

    .navbar-nav li a {
        font-weight: 800;
        color: #ce5c0c;
        font-size: 14px;
        padding: 12px 6px 4px;
        text-transform: uppercase;
        display: inline-block;
        position: relative
    }

        .navbar-nav li a:hover {
            color: #000
        }

.nav-active {
    border-bottom: 2px #FF6D00 solid
}

.navbar-toggler {
    border: 0
}

    .navbar-toggler:focus {
        border: 0;
        box-shadow: none !important
    }

    .navbar-toggler:active {
        border: 0;
        box-shadow: none !important
    }

.padding {
    padding: 80px 0;
}

.title {
    color: #ff6d00;
    font-weight: 300;
    border-bottom: 2px #ce5c0c solid;
    padding-bottom: 16px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
}

.pro-card {
    display: block;
    text-align: center;
}

.item-bg {
    background-color: transparent;
    box-shadow: none;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}

    .item-bg img {
        width: 100%;
    }

.pro-card h3 {
    color: #000;
    font-size: 16px;
    border-top: 1px #ddd solid;
    margin: 0;
    padding: 15px 0 5px;
}

.pro-card h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #ce5c0c;
    position: relative;
    display: inline-block;
}

    .pro-card h2:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -7px;
        left: 0;
        background-color: #ce5c0c;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

.pro-card:hover h2:before {
    visibility: visible;
    width: 100%;
}

.industries {
    display: block
}

.industries-card {
    display: block;
}

    .industries-card img {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
    }

    .industries-card h2 {
        font-weight: 800;
        color: #ce5c0c;
        font-size: 26px;
    }

    .industries-card p {
        color: #333;
        line-height: 27px;
    }

.clients {
    display: block;
}

.clients-img {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    overflow: hidden
}

    .clients-img img {
        width: 100%
    }

.footer {
    background-color: #ce5c0c;
    padding: 20px 0;
}

.footer-links {
    float: left;
    width: auto;
}

    .footer-links a {
        color: #fff;
        font-weight: 300;
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
    }

.footer-extra {
    float: right;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

    .footer-extra a {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
    }

.clearfix {
    clear: both
}

.page-header {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .page-header h1 {
        color: #fff;
        font-weight: 800;
        font-size: 34px;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding-top: 220px;
        text-transform: uppercase
    }

    .page-header p {
        color: #fff;
        width: 60%;
    }

.detail-header {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

    .detail-header::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(54,66,74,.5);
        top: 0;
        left: 0
    }

    .detail-header h1 {
        color: #fff;
        font-weight: 300;
        font-size: 44px;
        padding-top: 260px;
        text-align: center;
        position: relative;
        z-index: 2
    }

.about {
    display: block;
    background-color: #fff
}

    .about h1 {
        font-weight: 300;
        text-align: left;
        margin-bottom: 30px;
        font-size: 40px;
        color: #000
    }

    .about p {
        color: #333;
        line-height: 28px;
        font-size: 16px;
    }

    .about img {
        width: 90%;
    }

.vission {
    display: block;
    margin: 60px 0;
    position: relative
}

.vission-quote {
    display: block;
    padding: 20px 140px;
    text-align: left;
}

    .vission-quote h3 {
        font-weight: 300;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 5px;
        font-size: 14px;
    }

    .vission-quote h2 {
        font-weight: 300;
        text-align: left;
        font-size: 40px;
        color: #000
    }

.v-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 69px;
}

    .v-left svg {
        width: 104px;
    }

.v-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 104px;
    height: 69px;
}

    .v-right svg {
        width: 104px;
    }

.detail {
    display: block;
    padding-top: 60px
}

    .detail h1 {
        font-size: 40px;
        font-weight: 800;
        color: #000;
    }

    .detail p {
        color: #333;
        line-height: 28px;
        font-size: 16px;
        margin: 30px 0;
    }

.detail-img {
    width: 34%;
    float: right;
    margin-left: 100px;
}

.detail-more {
    display: block;
    background-color: #f5f5f5;
}

.detail-more-xtra {
    display: block;
    padding-left: 40px;
}

    .detail-more-xtra h3 {
        font-weight: 800;
        color: #f58216;
        margin-bottom: 20px;
        font-size: 22px
    }

.detail-more-p {
    color: #333;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
}

.indus-page {
    display: block;
    background-color: #fff
}

.indus-page-card {
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    overflow: hidden
}

    .indus-page-card img {
        width: 100%
    }

.indus-page-card-txt {
    padding: 40px;
}

    .indus-page-card-txt h2 {
        color: #ff6d00;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .indus-page-card-txt p {
        color: #333;
        line-height: 28px;
        font-size: 16px;
        margin-bottom: 20px;
        text-align: justify;
    }

.indus-detail {
    display: block;
    background-color: #fff;
    width: 768px;
    margin: 0 auto
}

    .indus-detail h1 {
        font-weight: 800;
        margin-bottom: 20px
    }

    .indus-detail p {
        color: #333;
        line-height: 28px;
        font-size: 16px;
        text-align: justify;
    }

.contact-left {
    display: block;
    margin-top: 50px;
}

    .contact-left h1 {
        position: relative;
        display: block;
        font-size: 22px;
        font-weight: 300;
        padding-left: 38px;
        margin-bottom: 30px
    }

        .contact-left h1 i {
            color: #ce5c0c;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 28px;
            line-height: 0;
        }

.contact-right {
    display: block
}

    .contact-right h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

.jobs {
    display: block;
    margin: 40px 0
}

    .jobs ul li {
        margin-bottom: 7px;
        border-bottom: 1px #f5f5f5 solid;
        padding-bottom: 7px;
    }

        .jobs ul li a {
            font-size: 20px;
            color: #000;
            font-weight: bold;
        }

            .jobs ul li a:hover {
                color: #FF6D00
            }

.upload {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
}

    .upload p {
        display: inline-block;
        margin-right: 20px;
    }


.mobile-nav-button {
    width: 35px;
    position: absolute;
    margin: 0;
    right: 0;
    top: 11px;
    z-index: 9999;
    cursor: pointer;
    width: 31px;
    height: 30px;
}

    .mobile-nav-button .mobile-nav-button__line {
        width: 100%;
        height: 2px;
        background: #0e0e0e;
        position: relative;
        transition: 1s ease;
    }

        .mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
            margin: 0.5rem 0;
        }

    .mobile-nav-button .mobile-nav-button__line--1 {
        transform: rotate(45deg);
        top: 13px;
        position: absolute;
    }

    .mobile-nav-button .mobile-nav-button__line--2 {
        display: none;
    }

    .mobile-nav-button .mobile-nav-button__line--3 {
        transform: rotate(135deg);
        top: 13px;
        position: absolute;
    }

.mobile-menu {
    display: block;
    max-width: 100%;
    width: 100%;
    right: -100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 9998;
    transition: 0.6s ease;
    top: 0;
    opacity: 0;
}

    .mobile-menu ul {
        position: relative;
        /*! top: 50%; */
        /*! transform: translateY(-50%); */
        padding: 0;
        margin-top: 120px;
    }

        .mobile-menu ul li {
            list-style: none;
        }

            .mobile-menu ul li a {
                width: 100%;
                max-width: 1200px;
                margin: 0 auto;
                display: block;
                text-align: center;
                text-decoration: none;
                color: #f58216;
                font-size: 1.2rem;
                font-weight: bold;
                overflow: hidden;
                position: relative;
                text-transform: uppercase
            }


    .mobile-menu img {
        position: absolute;
        width: 150px;
        display: block;
        left: 50%;
        top: 3rem;
        transform: translatex(-50%);
        padding: 0;
        text-align: center;
    }

.mobile-menu--open {
    right: 0;
    opacity: 1;
}

.menu-2 {
    display: none
}


@media only screen and (max-width: 1200px) {
    .detail {
        display: block;
        padding-top: 20px;
    }

    .indus-page-card-txt {
        padding: 30px;
    }

    .logo {
        width: 140px;
    }

    .navbar-nav li {
        margin-right: 6px;
    }

    .menu {
        margin-top: 4px;
    }

    .top-btn {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 990px) {
    .banner {
        padding: 10px 0;
    }

    .menu {
        display: none
    }

    .menu-2 {
        display: block
    }

    .top-btn {
        margin-right: 40px;
    }

    .detail-header {
        height: 400px;
    }

        .detail-header h1 {
            padding-top: 170px;
        }

    .logo {
        width: 120px;
    }

    .search {
        width: 230px;
        margin-top: 0;
    }

    .navbar-nav li {
        border-top: 1px #f1f1f1 solid;
        margin-right: 0
    }

    .page-header {
        height: 300px;
    }

    .about h1 {
        font-size: 30px;
    }

    .vission {
        margin: 50px 0;
    }

    .v-left {
        width: 64px;
    }

        .v-left svg {
            width: 54px;
        }

    .vission-quote {
        padding: 20px 70px;
    }

        .vission-quote h2 {
            font-size: 24px;
        }

    .v-right {
        width: 64px;
    }

        .v-right svg {
            width: 64px;
        }

    .page-header h1 {
        font-size: 26px;
        padding-top: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .padding {
        padding: 30px 0;
    }

    .indus-detail {
        width: 96%;
    }

    .title {
        font-size: 24px;
    }

    .detail-img {
        width: 80%;
        float: none;
        margin-left: 0;
    }

    .pro-card h2 {
        font-size: 14px;
    }

    .footer-links {
        float: none;
    }

    .footer-extra {
        float: none;
    }

    .navbar-nav li a {
        font-size: 12px;
        padding: 6px 14px;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        width: 96%;
    }

    .detail-header {
        height: 340px;
    }

        .detail-header h1 {
            padding-top: 150px;
            font-size: 30px;
        }

    .detail h1 {
        font-size: 20px;
    }

    .detail-more-xtra {
        padding-left: 0;
    }

    .detail p {
        line-height: 24px;
        font-size: 14px;
        margin: 20px 0;
    }

    .search {
        width: 189px;
        height: 34px;
    }

    .search-txtbx {
        padding: 8px 20px 7px 24px;
        font-size: 12px;
    }

    .logo {
        width: 100px;
    }

    .top-info {
        padding: 2px 0 4px;
    }

        .top-info a {
            font-size: 12px;
        }

    .page-header h1 {
        font-size: 20px;
        padding-top: 80px;
    }

    .page-header p {
        width: 90%;
        font-size: 12px;
    }

    .page-header {
        height: 200px;
    }

    .vission-quote h2 {
        font-size: 20px;
    }

    .about h1 {
        font-size: 24px;
    }

    .contact-left {
        margin-top: 0;
    }

        .contact-left h1 {
            font-size: 16px;
            padding-left: 30px;
            margin-bottom: 20px;
        }

            .contact-left h1 i {
                font-size: 22px;
            }
}
