.height-100{
    height: 100vh;
}
.col-center {
    margin: auto
}

.br-top {
    border-radius: 70px 70px 0px 0px;
    margin-top: -100px;
}

.inner--menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 50px;
    justify-content: space-around;
    background: white;
    border-radius: 50px;
}

.inner--menu li {}

.inner--menu li a {
    text-transform: uppercase;
    padding: 30px 0px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

footer ul a:hover,
.inner--menu li a:hover {
    color: #E8D2A4 !important
}

.text-darkblue {
    color: #0E3040
}

.text-gold {
    color: #D5B26A
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-80 {
    margin-bottom: 80px
}
.wow{visibility: hidden;}
.vertical-align {
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mb-100 {
    margin-bottom: 100px
}
.tobtn a+a{
    margin-left: 20px;
}
.section-mod {
    padding: 120px 0px;
    padding-bottom: 220px
}
.mobile-on{
    display: none;
}
footer p {
    font-size: 12px;
    margin: 0
}

footer ul a {
    color: white !important
}

footer ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}