body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-style: 16px;
    background: #fff;
}

.container {
    max-width: 1000px;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif, Arial;
    color: #001246;
    font-weight: bold;
    margin: 0 0 15px 0;
    position: relative;
}

h1 span {
    display: block;
    color: #5E5E5E;
    font-size: 24px;
}

h1::after {
    content: " ";
    height: 3px;
    width: 60px;
    background-color: #FF5757;
    position: absolute;
    left: 0;
    bottom: -2px;
}

h2 {
    font-family: 'Poppins', sans-serif, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #001246;
}

h3 {
    font-family: 'Poppins', sans-serif, Arial;
    font-weight: 700;
    font-size: 18px;
}

p {
    font-size: 16px;
}

a {
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.pre-load-img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.spinners {
    position: fixed;
    z-index: 1031;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    z-index: 1;
}

.main-header {
    background-color: #fff;
    padding: 10px;
}

.logo img {
    width: 100%;
}

.main-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 10px;
}

.main-menu ul {
    margin: 5px 0 0 0;
    padding: 0;
    text-align: right
}

.main-menu ul li a {
    color: #000000;
    font-size: 14px;
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
    color: #FF5757;
}

.parallax-window {
    min-height: 400px;
    background: rgba(0, 0, 0, 0.3);
    background-position: bottom center;
    margin: 0 0 30px 0;
}

.parallax-window .container {
    height: 50vh;
}

.parallax-window p {
    position: absolute;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    bottom: 10%;
    background-color: #001246;
    padding: 10px 20px 10px 20px;
}

.content {
    padding: 0;
    margin: 0 0 30px 0;
}

.alert p {
    margin: 0;
}

footer {
    padding: 20px;
    text-align: center;
    background-color: #001246;
}

footer p a {
    color: #fff;
    font-weight: bold;
}

footer p a:hover {
    text-decoration: underline;
    color: #fff;
}

footer p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.card-box img {
    width: 100%;
}


/* General styles for all menus */

.cbp-spmenu {
    background: #001246;
    position: fixed;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.cbp-spmenu a.btn-blue {
    color: #fff;
    margin: 10px;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.cbp-spmenu ul {
    margin: 0;
    padding: 0;
}

.cbp-spmenu ul li {
    list-style: none;
}

.cbp-spmenu a:hover,
.cbp-spmenu ul li.active a {
    background: #0c4376;
    color: #fff;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #fff;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}


/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#showLeftPush {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 3px;
    background-color: #FF5757;
    margin: 6px 0 6px 6px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
    transform: rotate(45deg) translate(-6px, -5px);
}

#cookie_box {
    position: fixed;
    /*display: none;*/
    bottom: 20px;
    font-size: 16px;
    z-index: 1000;
    text-align: center;
    width: 100%;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
}

.cookie_boxinner {
    background: rgba(0, 0, 0, 0.8);
    width: 90%;
    width: auto;
    padding: 10px 10px 10px 10px;
}

#cookie_box p {
    font-size: 15px;
    margin: 0 0 5px 0;
}

.footer.withcookies {
    padding: 15px 0 83px 0 !important;
    min-height: 180px;
}

.modal-content iframe {
    width: 100% !important;
    height: 400px !important;
}

#cookie_box p span {
    font-weight: bold;
    font-size: 18px;
    color: #f73649;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#cookie_box p b {
    font-size: 18px;
}

#cookie_box .btn {
    padding: 4px 10px 4px 10px;
}

.cookie_third_msg input {
    display: inline-block;
}

.cookie_second_msg,
.cookie_third_msg {
    display: none;
}

a.whynot {
    color: #fde910;
    font-size: 16px;
    position: absolute;
    left: 81px;
    top: 35px;
    font-weight: 700;
    text-decoration: underline;
}

a.whynot:hover {
    color: #fff;
    text-decoration: underline !important;
}

footer.withcookies {
    padding: 15px 0 55px 0 !important;
    min-height: 150px;
}

.ebook-img {
    width: 45%;
    display: block;
    margin: 0 auto;
}

.signture-img {
    width: 10%;
    display: block;
}

.cover-letter {
    padding: 15px;
    border: 4px solid #FF5757;
    outline: 5px solid #e3e3e3;
    outline-offset: -10px;
    box-shadow: 0 0 0 7px #f8e458 inset;
}

.alert-warning p a {
    color: #856404;
}

.alert-warning p a:hover {
    text-decoration: underline;
}

.contact-form form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.contact-form span {
    color: red;
    font-size: 0.875em;
}

.contact-form button {
    width: 100%;
    background-color: #002E7B;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 45px;
}

.contact-form button:hover {
    background-color: #104093;
}

#captcha_refresh {
    background: url(../images/refresh.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: none;
    background-size: 100%;
}

@media only screen and (max-width: 1199px) {
    #cookie_box p span {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    #showLeftPush {
        display: block;
        position: absolute;
        right: 17px;
        top: 3px;
        cursor: pointer;
    }
    .main-menu {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .logo img {
        width: 100px;
    }
}

@media only screen and (max-width:767px) {
    #cookie_box .form-control.w-50 {
        width: 100% !important;
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width:575px) {
    a.whynot {
        left: 0;
        width: 100%;
        text-align: center;
    }
    #cookie_box .btn {
        width: 100%;
        margin-bottom: 5px;
    }
    .parallax-window p {
        font-size: 19px;
        width: 100%;
        left: 0;
    }
}

@media only screen and (max-width:414px) {}