.bottomInformationBoxContactUs {
    margin-left: 61px;
    margin-top: 10px;
}

.welcomeColor{
  color: #d1a536;
}
.featuresColor{
color: #524317;
}


.bottomInformationBoxContactUs h2 {
    margin-left: 61px;
}

.bottomInformationBoxContactUs p {
    margin-left: 61px;
    margin-right: 20px;
}

.bottomInformationBoxContactUs h2 {
    margin-left: 61px;
    margin-right: 20px;
    color: #ffc107;
}

.bottomInformationBoxContactUs a {
    color: white;
}

.bottomInformationBoxContactUs {
    background-color: #00264d;
    text-align: justify;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 61px;
    margin-right: 3px;
    /* padding-left: 50px; 
    padding-right: 50px; */
}

.bottomInformationBoxContactUs img {
    width: 15px;
}

.bottomInformationBox-box h2 {
    margin-left: 20px;
}

.bottomInformationBox p {
    margin-left: 20px;
    margin-right: 20px;
}

.bottomInformationBox p span {
    margin-left: 20px;
}

.bottomInformationBox h2 {
    margin-left: 20px;
    margin-right: 20px;
    color: #ffc107;
}

.bottomInformationBox a {
    color: white;
}
    

.bottomInformationBox {
    background-color: #00264d;
    text-align: justify;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 5px;
    /* padding-left: 50px; 
    padding-right: 50px; */
}

.bottomInformationBox img {
    width: 15px;
}

.bottomInformationDiv {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    justify-content: space-between;
    text-align: justify;
    background-color: #00264d;
    padding: 10px;
    margin-left: 61px;
    margin-right:61px;
    
}

.poweredByDiv {
    background-color: #3b3f43;
    color: white;
    text-align: center;
    padding: 1px;
    /*width: 100%;*/
    margin-left:61px;
    margin-right:61px;
}

.fms-logo h3 {
    color: orange;
}

.fms-modules img {
    width: 60%;
    height: 50%;
    object-fit: contain;
    object-position: center;
}

.fms-logo {
    width: 8%;
    height: 10%;
    padding: 10px;
}

.fms-logo img {
    width: 8%;
    height: 10%;
    object-fit: contain;
}

.feature-box {
    justify-content: space-between;
    background-color: #fff;
    color: #111;
    border-radius: 10px;
    margin-left: 5px;
    text-align: justify;
    /* margin-top: 10px; */
}

.body-img img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    object-position: center;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: calibri;
    background-color: #E8DDCB;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

header {
    height: 80px;
    background-color: rgb(23, 75, 110);
    display: flex;
    align-items: center;
    padding: 5px;
}

header h1 {
    font-size: 30px;
    margin-left: 200px;
    color: #fff;
}

.fdre-logo img {}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 30px;
    background-color: #033649;
    box-shadow: 2px 2px 20px rgba(90, 118, 253, 0.13);
    z-index: 1;
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    position: fixed;
}

nav img {
    padding: 5px;
    justify-content: center;
    height: 50px;
    margin-top: 0px;
}

nav ul {
    display: flex;
    margin: 0px;
    padding: 0px;
}

nav ul li a {
    height: 40px;
    line-height: 43px;
    margin: 8px;
    padding: 0px 22px;
    display: flex;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

nav ul li a:hover {
    background-color: #5a76fd;
    color: #fff;
    box-shadow: 5px 10px 30px rgba(90, 118, 253, 0.5);
    transition: all ease 0.2s;
}

nav .menu-btn {
    display: none;
}

img {
    margin-top: 17px;
}


/* DROPDOWN MENU */

.body-content {
    /* display: flex; */
    background: linear-gradient(to top, rgba(0, 0, 0, .5)50%, rgba(0, 0, 0, .5)100%), url(../images/bimer.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    /* background-attachment: fixed; */
    position: relative;
    height: 45rem;
    padding: 20px;
    /* background-color: #fff; */
    /* left: 50%;
       top:30%;
       transform: translate(-50%,-50%); */
    width: 100%;
}

.body-img {
    width: 45%;
    /* height:350px; */
}

.body-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* .body-text {
    width: 50%;
    margin: 20px;
    padding-left: 50px;
} */

.body-text h1 {
    font-size: 3rem;
    line-height: 55px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 300px;
    text-align: center;
}

.body-text p {
    font-size: 1.5rem;
    color: #fff;
    text-align: justify;
}

.feature {
    width: 100%;
    padding: 50px;
}


.feature h3 {
    margin-left: 20px;
}


.feature-cell {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.feature-box {
    justify-content: space-between;
    background-color: #fff;
    color: #111;
    border-radius: 10px;
    margin-left: 5px;
    text-align: justify;
    /* margin-top: 10px; */
}

.feature-box img {
    height: 10rem;
    width: 45%;
    margin-left: 20px;
}

.feature-box h4 {
    margin-left: 20px;
    font-size: 20px;
}

.feature-box p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
}

.media {
    display: flex;
    margin-top: 100px;
}

@media(max-width:820px) {
    header h1 {
        font-size: 20px;
        margin-left: 10px;
        color: #fff;
    }
    .body-content {
        align-items: center;
        position: relative;
        background-color: #fff;
        /* left: 50%;
        top:30%;
        transform: translate(-50%,-50%); */
        width: 100%;
    }
    .body-img {
        width: 100%;
        height: 400px;
        margin: 2px;
    }
    .body-img img {
        width: 90%;
        height: 90%;
        object-fit: contain;
        object-position: center;
    }
    .body-text {
        width: 90%;
        margin: 2px;
        padding-left: 30px;
    }
    .body-text h1 {
        font-size: 2rem;
        line-height: 30px;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 700;
        margin-top: 300px;
    }
    .body-text p {
        font-size: 1rem;
        color: #111;
        text-align: justify;
    }
    footer p,
    a {
        font-size: 0.9rem;
        text-align: center;
    }
    footer {
        padding: 0px 10px;
    }
    .feature-cell {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(max-width:560px) {
    nav {
        justify-content: space-between;
        height: 65px;
    }
    .menu {
        display: none;
        position: absolute;
        top: 65px;
        left: 0px;
        background-color: #fff;
        border-bottom: 4px solid #5a76fd;
        color: #0a0a0a;
        width: 100%;
    }
    .menu li {
        width: 100%;
    }
    nav .menu li a {
        width: 100%;
        height: 40px;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 25px;
        border: 1px solid rgba(38, 38, 38, 0.03);
        color: #0a0a0a;
    }
    .menu li:hover {
        background-color: #5a76fd;
        width: 100%;
    }
    nav .menu-icon {
        cursor: pointer;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
        color: #fff;
    }
    nav .menu-icon .nav-icon {
        background-color: #fff;
        display: block;
        height: 2px;
        position: relative;
        transition: background 0.2s ease-out;
        width: 18px;
    }
    nav .menu-icon .nav-icon:before,
    nav .menu-icon .nav-icon:after {
        background: #fff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all ease-out 0.2s;
        width: 100%;
    }
    nav .menu-icon .nav-icon:before {
        top: 5px;
    }
    nav .menu-icon .nav-icon:after {
        top: -5px;
    }
    nav .menu-btn:checked~.menu-icon .nav-icon {
        background: transparent;
    }
    nav .menu-btn:checked~.menu-icon .nav-icon:before {
        transform: rotate(-45deg);
        top: 0;
    }
    nav .menu-btn:checked~.menu-icon .nav-icon:after {
        transform: rotate(45deg);
        top: 0;
    }
    nav .menu-btn {
        display: none;
    }
    nav .menu-btn:checked~.menu {
        display: block;
    }
    .bottomInformationDiv {
        display: inline;
    }
    .bottomInformationBox {
        background-color: #00264d;
        text-align: justify;
        color: white;
        margin-top: 10px;
        margin-left: 60px;
        margin-right: 60px;
        /* padding-left: 50px; 
        padding-right: 50px; */
    }
}