@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #222423;
    background-color: #E0E4E7;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-item .active{
    color: #F5A003 !important;
}

.nav-item .nav-link:hover{
    color: #F5A003 !important;
}

.imgbox{
    padding: 20px;
    border: 1px solid #dadada;
}

.NavCoName{
    display: block;
    padding-top: 12px;
}

.SectionHero{
    padding-top: 200px;
    padding-bottom: 120px;
}

.SectionHeroAll{
    padding-top: 120px;
    padding-bottom: 40px;
}

.SectionContent{
    background-color: #ffffff;
    padding: 50px;
}

.serviceHover{
    border: 1px solid #dadada;
    height: 170px;
}

.serviceHover table{
    height: 100%;
}

.serviceHover:hover{
    background-image: url(../img/5.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.mobile-hidden{
    display: contents;
}

.bg-mlng{
    background-image: url('../img/7.JPG');
    background-size: cover;
    height: 100%;
    text-shadow: 2px 2px 8px #242424;
}

.bg-ppmsb{
    background-image: url('../img/6.JPG');
    background-size: cover;
    background-position: 90% 40%;
    text-shadow: 2px 2px 8px #242424;
    height: 175px;
}

.bg-tnb{
    background-image: url('../img/8.JPG');
    background-size: cover;
    text-shadow: 2px 2px 8px #242424;
    height: 175px;
}

.bg-sime{
    background-image: url('../img/9.JPG');
    background-size: cover;
    text-shadow: 2px 2px 8px #242424;
    height: 175px;
}

.projectContainer{
    height: 350px;
}

@media only screen and (max-width: 991px) {
    .NavCoName{
        display: none;
    }

    .mobile-hidden{
        display: none;
    }

    .bg-mlng{
        height: 200px;
    }
    
    .bg-ppmsb{
        height: 200px;
    }
    
    .bg-tnb{
        height: 200px;
    }
    
    .bg-sime{
        height: 200px;
    }

    .projectContainer{
        height: auto;
    }

    .SectionHero{
        text-align: center;
    }

    .aboutUsimg{
        width: auto;
    }
}