html, body {
    height: 100%;
}
.btn-circle {
    border-radius: 50px !important;
}

section .title-container {
    width: 350px;
}

#product-and-services {
    background-color: rgba(127, 245, 186, 0.25);
    padding: 5rem 0;
}

#product-and-services .navigation {
    color: black;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.title-line {
    margin-bottom: 5px;
    border-bottom: 5px solid black;
    /* border-right: 20px solid transparent; */
    width: 50%;
    height: 10px;
}
.company-profile .title-line {
    width: 27%;
}
.mission .title-line {
    width: 25%;
}
.vision .title-line{
    width: 25%;
    margin-left: auto;
}

.product-and-services h2 {
    font-weight: bolder;
    font-size: 50px;
}


.landing-background {
    background-color: rgba(2, 53, 28, 0.51);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.value, div.map {
    background-color: rgba(127, 245, 186, 0.25);
    padding-bottom: 2rem;
}

.value .title h2{
    padding: 2rem 0;
    text-align: center;
    font-size: 48px;
    font-weight: bold !important;
}

section div.header {
    padding-top: 120px;
    text-align: center;
}

div.header > .sub-header {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-and-services.container {
    margin-top: 2rem;
}

.img-gallery {
    padding: 3rem 0;
}

.column-container {
    display: flex;
    justify-content: flex-end;
    align-self: center;
    flex-flow: column wrap;
}

.cus-a, .cus-a:hover {
    text-decoration: none;
    color: black;
}
.map .title {
    padding: 2rem 5px;
}

.map .title h5{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}

hr {
    border: 2px solid green;
}

@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {
    div.header > h1 {
        font-size: 26px;
    }
    .product-and-services h2 {
        font-size: 32px;
    }
    .map .title h5{
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        line-height: 38px;
    }
    .value .title h2{
        padding: 2rem 0;
        text-align: center;
        font-size: 32px;
        font-weight: bold !important;
    }
}


/* Medium Devices Bootstrap */
@media (max-width: 767px) {

}

/* Small Devices Bootstrap */
@media (max-width: 575px) {

    div.header > h1 {
        font-size: 26px;
    }

    div.header > .sub-header {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    
    div.value {
        margin-bottom: 2rem;
    }
    #product-and-services {
        background-color: rgba(127, 245, 186, 0.25);
        padding: 2rem 0;
    }
    section .title-container {
        width: initial;
        padding-bottom: 1.5rem;
    }
    .vision .title-line{
        width: 25%;
        margin-left: 0em;
    }
    .map .title h5{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
    }
    .value .title h2{
        padding: 2rem 0;
        text-align: center;
        font-size: 24px;
        font-weight: bold !important;
    }
}
