@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body {
    color: #15141C;
    font-family: 'Lato', sans-serif;
}

.nav-scroller {
    background: #15141C;
}

.nav-underline a {
    color: #9B9B9B;
}

.mura-nav a {
    text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link {
    color: #15141C;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #F59D1A;
    font-weight: bold;
    text-decoration: underline;
    transition: all .2s ease-in-out;
}

.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    color: #15141C;
    border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #F59D1A;
    font-weight: bold;
    text-decoration: underline;
    background-color: white;
}

.navbar-light .navbar-toggler {
    background-color: #F59D1A;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 13px 18px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../img/icon-collapse.png');
}

.hyphen {
    display: inline-block;
    width: 83px;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
    background-image: url('../img/hyphen.png');
    border: 1px solid;
}

.hyphen-sm {
    display: inline-block;
    width: 28px;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
    background-image: url('../img/hyphen.png');
    border: 1px solid;
}

.btn {
    border-radius: 0;
}

.btn-nav {
    position: absolute;
    bottom: 50%;
    z-index: 99;
}

.nav-left {
    left: 1%;
}
.nav-right {
    right: 1%;
}

#hero {
    color: white;
    min-width: 100%;
}

#hero .container-fluid {
    padding: 100px 200px;
    background-image: url('../img/shadow.png'), url('../img/hero.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#story {
    padding: 100px 200px;
}

#story .header h5, #join h5 {
    color: #05528A;
}

#story h1 {
    word-break: break-word;
}

#our-project {
    padding: 100px 200px;
    color: white;
    background-color: #15141C;
    background-image: url('../img/our-product.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 500px; */
}

#project-list {
    margin: 20px auto;
}

.project-list {
    background-color: #15141C;
}

.project-title {
    bottom: 0;
    color: white;
    padding: 0 40px 30px;
}

.project-title hr {
    background-color: white;
    border: 1px solid white;
}

.project-title a {
    color: white;
    text-decoration: none;
}

#gallery {
    padding: 100px 0;
    background-color: #EEEEEE;
}

.gallery-header {
    color: #05528A;
    text-decoration: underline;
}

.row-gallery {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


#contact-us {
    padding: 100px 200px;
}

.mura-tr td {
    padding-bottom: 10px;
}

.mura-tr a {
    color: #15141C;
}

#partner {
    padding: 100px 0;
    background-color: #EEEEEE;
}

footer {
    padding-top: 100px;
    background-color: #15141C;
    color: white;
}

footer ul {
    list-style-type: none;
    padding: 0;
}


footer a {
    color: #9B9B9B;
    text-decoration: none;
}

footer a:hover, footer a:active {
    color: white;
    text-decoration: underline;
}

.logo-footer img {
    max-width: 200px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

#quote {
    padding: 0 300px;
}

.text-quote {
    padding-right: 50px;
}


#vision {
    padding: 100px 200px;
    background-color: #15141C;
    color: white;
}

#shareholders {
    padding: 20px 100px;
    background-color: #EEEEEE;
}

.number {
    font-size: 70px;
    font-weight: 900;
}

.percent {
    font-size: 30px;
}

.text-percent {
    border-right: 1px solid #15141C;
    text-align: center;
}

.text-percent h3, .text-percent p{
    text-align: left;
}

.text-percent:last-of-type {
    border: 0;
}

#permit {
    background-image: url('../img/permit.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 200px;
    text-align: center;
}

#permit h1 {
    font-size: 50px;
    font-weight: 900;
}

#header-our-services {
    padding: 50px 0;
}

#header-our-services h5 {
    color: #05528A;
    text-decoration: underline;
}

#header-our-services h1 {
    font-size: 50px;
}

.service-list hr {
    border: 1px solid white;
}

#join {
    padding: 100px 200px;
    background-image: url('../img/join.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-right {
    padding-left: 50px;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #15141C;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder, .form-label-group textarea::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder, .form-label-group textarea::-moz-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder, .form-label-group textarea:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder, .form-label-group textarea::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder, .form-label-group textarea::placeholder {
    color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown), .form-label-group textarea:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder), .form-label-group textarea:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown), .form-label-group textarea:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label, .form-label-group textarea:not(:-moz-placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #15141C;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label, .form-label-group textarea:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #15141C;
}

.form-label-group input:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #15141C;
}

.form-label-group input:-webkit-autofill ~ label, .form-label-group textarea:-webkit-autofill ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #15141C;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-label-group label {
        position: static;
    }

    .form-label-group input::-ms-input-placeholder, .form-label-group textarea::-ms-input-placeholder {
        color: #15141C;
    }
}

.img-gallery {
    background-color: #15141C;
}

.overlay {
    bottom: 0;
    background: rgb(21, 20, 28);
    background: rgba(21, 20, 28, 0.5);
    width: 100%;
    transition: all 0.3s linear;
    opacity: 0;
    color: white;
    padding: 20px;
}

.text-gallery {
    margin: auto;
    padding: 50px 75px 50px 0;
}

.btn-reload {
    padding: 5px 25px;
}

#icon-loading {
    color: #15141C;
}

.grayscale {
    filter: grayscale(100%);
    max-width: 100%;
    max-height: 200px;
}
