#about .container {
    max-width: 960px;
    padding: 5rem 0rem;
}

#about p {
    padding: 0 3rem;
    line-height: 2.2rem;
    font-size: 1.7rem;
}

#about .sec {
    margin-top: 8rem;
}

#about a {
    color: #C7B500;
    font-size: 1.8rem;
    text-decoration: underline;
}

#about .client img {
    margin: 0rem 2rem 2rem;
    height: 5rem;
}

#introduction {
    background: #434345;
    padding-bottom: 15rem;
}

#introduction .container {
    max-width: 960px;
}

#introduction .row {
    background: #FFF;
}

#introduction h1 {
    color: #F8E842;
}

#introduction h2 {
    font-weight: bold;
}

#introduction .white {
    background: #FFFFFF;
    padding: 0rem 4rem;

}

#introduction .col {
    margin: auto;
}

#introduction .intro-text {
    padding: 15px 0px;
}

#contact {
    background: #F8E842;
    padding: 4rem;
}

.nav-item {
    color: white;
    border: none;
    padding: 3px 10px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
    margin: 0px;
}

nav {
    background-color: rgb(11 16 27 / 90%);
}

.navbar-nav>li>button {
    margin: 0;
}

.navbar-nav>button:hover {
    background: #f8e9428a;
    opacity: 1;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.navbar-nav>button:focus {
    border-right: 1px solid white;
}


.navbar-nav>button {
    color: white;
    border-right: 1px solid;
    box-sizing: border-box;
    padding: 0.4rem 1rem 0.4rem 1rem;
    transition: 0.2s;
}

.navbar-nav>button:first-child {
    border-left: 1px solid white;
}



.dropdown:hover .dropdown-menu {
    display: block;
}


li.nav-item {
    padding: 0rem 4rem;
}

.navbar-brand {
    font-size: x-large;
}

.nav-item>button,
.nav-item>div {
    text-align: center;
    line-height: 20px;
}

.eng {
    color: white;
}

#navbarNavDropdown {
    justify-content: center
}

#nav-title {
    justify-content: center;
}

@media (max-width: 991px) {
    .navbar-nav>li {
        border: none;
        padding: 0;
    }


    .navbar-nav>button {
        border: none;
        padding: 0;
        margin: 0rem;
    }

    .navbar-nav>button:first-child {
        border: none;
        margin-left: 0rem;
    }

    a.navbar-brand {
        margin-left: 0rem;
        white-space: normal;
        display: block;
    }

    .eng {
        text-align: center;
    }


    .navbar-nav>button:focus {
        border: 0px solid white;
        background: none;
    }

    .nav-logo-img {
        width: 100% !important;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* 
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
} */

footer {
    background-color: #2B2F3F;
    min-height: 130px;
}

.nav-logo-img {
    width: 40%;
    height: auto;
    filter: brightness(0) invert(1);

}

div[name='content-div'] {
    min-height: 380px;
    width: auto;
}

div[name='content-div']:not(:last-child) {
    margin-bottom: 80px;
}

div[name='content-div']>.row:not(div[name="content-title-div"])>.col {
    width: auto;
    background-color: white;
    min-height: 380px;
}

div[name="content-title-div"]:first-child {
    min-height: 25px;
    background-color: #606365;
}

div[name="content-title-div"] {
    min-height: 25px;
    background-color: #CB7961;
}



.col-md-7 {
    min-height: 380px;
    background-color: #b4b3b4;
}

.col-md-5 {
    min-height: 380px;
    background-color: #FEFEFE;
}

.content-section {
    background-color: #887976;
}

#header,
#navbar {
    background-color: #A46D60;
}

.back-home {
    color: white !important;
    text-decoration: none;
    padding: 0px 10px;
    white-space: nowrap;
    letter-spacing: 3px;
    font-size: 14px;
}