.nav {
    display: flex;
    position: fixed;
    left: 0px;
    right: 0px;
    height: 100px;
    background-color: #eff8ff;
    border-color: #a6cefc;
    box-shadow: 0px 0px 8px 1px #a6cefc;
    transition: all 1s;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-top: none;
    z-index: 100;
}

.nav.sticky {
    left: 2%;
    right: 2%;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px;
    border-top: none !important;
    border: 1px solid #c3dfff;
}

.menu ul {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}

.menu li {
    padding: 10px;
}

.menu li a {
    padding: 14px 8px;
}

.menu li a:hover {
    border-radius: 5px;
    background-color: #d8f0ff;
}

.content {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-block {
    width: 100%;
    background-color: #ffffff8a;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-area {
    width: 70%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.content-area-2 {
    width: 70%;
    margin: 0px auto;
    display: block;
}

.content-area span {
    text-align: center;
    width: 100%;
    display: block;
}

.background {
    background-image: url('../css/home.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.4;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.slider {
    padding-top: 120px !important;
    min-height: 250px;
}

.footer {
    padding-bottom: 0px !important;
}

.slider .content-block {
    background-color: unset !important;
}

.slogan {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 46pt;
    text-align: left !important;
    color: #013778;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-icon {
    display: none;
}

.bigSlogan {
    font-weight: bold;
    font-size: 62pt;
    text-align: left !important;
    color: #12878a;
    padding-top: 15px;
    padding-bottom: 15px;
}

.left-side {
    display: inline-block;
    width: 50%;
    min-height: 400px;
    padding: 10px;
}

.right-side {
    display: inline-block;
    width: 50%;
    min-height: 400px;
    padding: 10px;
}

.image {
    max-width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px 0px 25px 0px;
    min-height: 380px;
    margin-top: 25px;
}

.cman-image {
    background-image: url('../css/cman.jpeg');
}

.tman-image {
    background-image: url('../css/tman.jpeg');
}