.container-fixed {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

a,
a:hover {
    text-decoration: none !important;
    transition: 800ms;
}

body a:hover {
    color: #4661ce !important;
}

.container.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}


.navbar {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    min-height: auto;
}


.navbar .navbar-nav {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.navbar .navbar-nav li a {
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 0px;
    background-color: rgb(8, 24, 86);
    color: white;
    transition: 800ms;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li .active {
    color: rgb(255, 255, 255);
    background-color: #050e33;
}



.contact-page-form .btn-success {
    background-color: #050e33;
    border-color: #ffffff;
    color: white;
    font-weight: 700;
    opacity: 1;
}

.contact-page-form .btn-success.disabled,
.contact-page-form .btn.disabled {
    background-color: #050e33;
    border-color: #ffffff;
    font-weight: 700;
    opacity: 1;
}

.contact-page-form .btn.disabled:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

#r1822 a:hover {
    color: white !important;
}

.privacy-policy ul li {
    font-family: Trebuchet MS;
    line-height: 1.5;
    margin-bottom: 5px;
    color: rgb(5, 14, 51);
    font-size: 15px;
    padding-bottom: 8px;
}

.privacy-policy P {
    font-family: Trebuchet MS;
    line-height: 2;
    margin-bottom: 5px;
    color: rgb(5, 14, 51);
    font-size: 15px;
    padding-bottom: 15ps;
}

.privacy-details {
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 5px solid #050e33;
    border-radius: 10px;
    box-shadow: #050e33 0px 5px 0px 0px;
}

.privacy-details ul li {
    padding-bottom: 0px;
}

.privacy-policy a {
    font-weight: 600;
    white-space: nowrap;
}

.privacy-policy a:hover {
    color: #050e33 !important;
}

nav:not(.horizontal-menu--mobile):before,
nav[data-settings*="vertical=true"]:not(.horizontal-menu--mobile):before {
    display: none;
}

.navbar-default .navbar-brand {
    color: white !important;
}

#c1346 .custom2,
#c3389 .custom2 {
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 767px) {
    .navbar .navbar-nav {
        display: flex;
        flex-direction: column;
        background-color: #081856;
    }

    .navbar .navbar-nav li {
        margin-bottom: 5px;
    }

    .navbar .navbar-nav li a {
        margin-right: 0px;
        padding: 10px 10px;
        font-size: 16px;
    }

    .navbar .navbar-nav li a:hover {
        color: white !important;
    }

    #m1613 {
        color: white !important;
    }

    ul {
        padding: 0 0 0 24px;
    }

    .privacy-details {
        padding: 10px 10px;
        ;
    }

    #r5000 {
        background-color: rgb(0 0 0);
    }

}


/* ios */
@media (max-width: 340px) {}

/* windows */
@media (min-width: 451px) and (max-width: 767px) {}


/*tab portrait view*/
@media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav li a {
        padding-right: 30px;
        padding-left: 30px;
    }
}


/*tab landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .navbar-nav li a {
        padding-right: 30px;
        padding-left: 30px;
    }
}


/* 1280 resolution */
@media (min-width: 1280px) and (max-width: 1365px) {}


/* large screen */
@media (min-width: 1400px) {}

@media (min-width: 1440px) and (max-width: 1599px) {}

/*Large View*/
@media (min-width: 1600px) {}


@media (min-width: 1920px) {}


/* ie */
@media all and (-ms-high-contrast:none) {}


/* FireFox */
@-moz-document url-prefix() {}