body {
    margin: 0;
    padding: 0;
    font-family: tahoma;
}

.container {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

header {
    background-color: #14204a;
    height: 70px;
}

.content {
    overflow: hidden;
}

.logoArea {
    width: 35%;
    height: 70px;
    float: left;
}

.logoArea img {
    width: 100px;
}

.menuArea {
    width: 65%;
    float: left;
}

.menu {
    font-size: 15px;
    margin: auto;
    padding: 0;
    overflow: hidden;
}

.menu li {
    list-style: none;
    float: left;
}

.menu li a {
    color: #ffffff;
    text-decoration: none;
    padding: 17px 30px;
    display: block;
    text-transform: capitalize;
}

.menu li a:hover {
    background-color:  #000099;
    height: 34px;
}

.subOfSub {
    padding: 0;
    background-color: #0000e6;
    position: absolute;
    display: none;
}

.subOfSub li {
    float: none;
}

.subOfSub li a:hover {
    background-color: #4d4dff;
}


.subMenu:hover .subOfSub {
    display: block;
}

.subOfSub-menu {
    position: relative;
}

.lastMenu {
    background-color:  #6666ff;
    left: 100%;
    padding: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: none;
    
 }
 

.lastMenu li a:hover {
    background-color: #2323b1;
    height: 100%;
    width: 70%;
}


.subOfSub-menu:hover .lastMenu {
    display: block;
}

.contact-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    flex: 1;
}

.contact-info {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    flex: 1;
    text-align: center;
}

label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

h1 {
    font-size: 50px;
    padding-top: 10px;
    text-align: center;
    color:#333;
}

.footer {
    background-color: #14204a;
    position: relative
}

.footer__top {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 45px
}

.footer-top__left {
    float: left;
    width: 26%;
    padding-left: 4%
}

.footer-top__left a,.footer-top__right a {
    text-decoration: none;
    color: #fff
}

.footer p {
    color: #fff
}

.footer-top__right {
    float: right;
    width: 20%
}

.footer__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.footer__logo img {
    z-index: 100
}

.footer hr {
    color: #1d3d74;
    border-top: 1px solid #1d3d74
}

.pipe {
    margin: 0 20px
}

.footer__bottom {
    text-align: center;
    z-index: 1
}

.footer__bottom p {
    color: #fff
}

.copyright__p {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 20px
}

.privacy__policy h4 {
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px
}

.privacy__policy {
    margin-bottom: 60px;
    padding: 0 50px
}

