html, body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    }
body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #555555;
}
.company-color {
    background-color: rgb(42, 111, 138);
    color: white;
}

.hero-bg {
    height: 50%;
    background-color: #245064;
    position: relative;
    z-index: 2;
}

.hero-bg:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url("../images/artboard.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-bg div {
    position: relative;
    z-index: 3;
}

.heros {
    height: 700px;
    background-color: #2a6f8a;
    background-image: linear-gradient(
        rgba(42, 111, 138, 0.0), 
        rgba(0, 0, 0, 0.4)
      ),url("../images/cover.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-left {
    background-color: rgba(42, 111, 138, 0.9);
    margin-left: 35px;
    height: 700px;
    color: white;
    text-align: center;

}

#slogan {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 100;
}

.brand-bg {
    background-color: rgb(42, 111, 138);
    width: 200px;
    height: 80px;
}

.brand-pos {
    margin-left: 50px;
}

.nav-menus-space {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-trans {
    background: transparent;
}

.text-heros {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 2px;
}

.btn-space {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-overview {
    height: 600px;
    background-color: #2a6f8a;
    background-image: linear-gradient(
        rgba(42, 111, 138, 0.0), 
        rgba(0, 0, 0, 0.4)
      ),url("../images/overview.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overview-left {
    background-color: rgba(42, 111, 138, 0.9);
    margin-left: 35px;
    height: 600px;
    color: white;
    text-align: center;
}

.acheivement-left {
    background: transparent;
    /* background-image: linear-gradient(
        rgba(42, 111, 138, 0.0), 
        rgba(0, 0, 0, 0.4)
      ),url("../images/overview.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.acheivement-title {
    background-color: rgba(42, 111, 138, 0.7);
    margin-left: 35px;
    /* height: 1010px; */
}

.ach-head-title {
    text-align: center;
    vertical-align: middle;
    line-height: 1080px;
    color: white;
    text-align: center;
}

.ongoing-bg {
    background-color: rgba(226, 226, 226, 0.7);
    margin-left: 35px;
}

.ongoing-title {
    text-align: center;
    vertical-align: middle;
    line-height: 238px;
    color: rgb(59, 59, 59);
    text-align: center;
}

.bg-contract {
    background-image: url("../images/contract.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.head-title {
    text-align: center;
    vertical-align: middle;
    line-height: 600px; 
}

.img-tools {
    width: 150px;
    margin-left: 23px;
    margin-right: 23px;
    padding-top: 15px;
}

.img-customer {
    width: 100px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 15px;
}

.customer-space {
    height: 200px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer {
    /* height: 300px; */
    background-color: rgb(25, 72, 87);
    font-size: 12px;
}

.footer-left {
    background-color: rgba(42, 111, 138, 0.9);
    height: 200px;
    margin-left: 35px;
    text-align: center;
    padding-top: 120px;
}

@media (max-width: 768px) {
    .brand-pos {
        margin-left: auto;
    }

    .heros {
        height: 100vh;
    }

    .hero-left {
        background: transparent;
        margin-left: 0px;
    }
    
    .img-tools {
        width: 110px;
    }

    .customer-space {
        margin-top: 220px;
        margin-bottom: 220px;
    }

    .img-customer {
        margin-left: 25px;
        margin-right: 25px;
    }

    .overview-left {
        margin-left: 0;
        background-color: rgba(42, 111, 138, 0.6);
    }
}