.menuBar{
    margin-top: 20px;
    margin-bottom: 20px;
}

.menuBar ul{
    display: table;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.menuBar ul li{
    display: table;
    float: left;
    margin-right: 10vh;
    width: 90px;
}

.menuBar ul li:last-child{
    margin-right: 0 !important;
}

.menuBar ul li a{
    border-radius: 5px;
    color: #1A2236 !important;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none !important;
    outline: none !important;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.menuBar ul li a span{
    display: block;
    margin-bottom: 2px;
}

.menuBar ul li a:hover{
    background: #cbd5ea !important;
}

.section{
    margin-top: 20px;
    margin-bottom: 40px;
}

.section h4{
    background: #2b509f;
    border-radius: 100px 100px 0 0;
    color: #FAFAFA;
    font-weight: 700;
    padding: 20px 50px;
    margin-bottom: 20px;
    -webkit-border-radius: 100px 100px 0 0;
    -moz-border-radius: 100px 100px 0 0;
    -ms-border-radius: 100px 100px 0 0;
    -o-border-radius: 100px 100px 0 0;
}

.section .columstop{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.section .columstop em{
    display: table;
    float: right;
}

.section .columstop .centerMe{
    text-align: center !important;
}

.section .columstop .cursorPointer{
    cursor: pointer !important;
}

.section .columstop .cursorPointerNew a{
    color: inherit !important;
    display: table;
    float: right;
    font-weight: 700;
    text-decoration: none !important;
    outline: none !important;
}

.underconstructions h2{
    border-bottom: 1px solid #1A2236;
    color: #1A2236;
    display: table;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.underconstructions img{
    display: table;
    margin: 0 auto;
    height: auto;
}