header{
    background-color: var(--orange-light);
    padding: 13px 0;
}

.icon_dropdown_item {
    height: 8px;
    width: 15px;
    margin-left: 10px;
    transition: transform 0.5s;
    transform: rotate(0deg);
    filter: invert(1);
}
.navbar-light .navbar-nav .nav-link:hover .icon_dropdown_item {
    filter: invert(0.3);
}
.navbar-light .navbar-nav .nav-link:focus .icon_dropdown_item,
.nav-item.active .icon_dropdown_item {
    filter: invert(0);
}

a[aria-expanded="true"] .icon_dropdown_item {
    transform: rotate(-180deg);
}

nav.navbar{
    top: 37px;
}
nav.navbar .navbar-nav .nav-item {
    margin-right: 40px;
}
nav.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0;
    border: none;
    animation: fadeInOut 0.6s ease-in-out;
    top: 46px;
    left: -7px;
    border-radius: 0;
}

.dropdown-item {
    border: none;
    border-radius: 0;
    color: #5956e9;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    background-color: #5956e9;
    color: #ffffff;
}

.info_mail_language a span {
    color: var(--black-medium) !important;
}

.wrapper-content {
    min-height: calc(100vh - 53px - 67.75px - 435px);
}

footer{
    background-color: var(--blue-navy);
    color: var(--blue-light);
}
footer #bg-footer-left,
footer #bg-footer-right {
    top: 50px;
}
footer span.label {
    font-size: 22px;
    z-index: 1;
}
footer .logo-footer {
    z-index: 1;
}
footer form .input-group .form-control {
    background-color: var(--blue-navy);
    color: var(--blue-light);
    width: 300px;
    border-color: var(--blue-grey);
    height: 50px;
    max-width: 100%;
}
footer form .input-group .form-control::placeholder {
    color: var(--blue-grey);
}
footer form button.btn-submit {
    background-color: var(--orange);
    color: white;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
}
footer ul.navbar-nav {
    z-index: 1;
}
footer .nav-link {
    color: var(--blue-light);
    padding: 0 1rem;
    font-size: 16px;
    line-height: 12px;
    border-right: 1px solid #626381;
}
footer .nav-item:last-child .nav-link {
    border: none;
}
footer .nav-link:hover, footer .nav-link:focus {
    color: var(--blue-grey);
}

.btn.btn-primary-lite {
    background-color: var(--orange-bright);
    color: #ffffff;
    border-radius: 0;
}
.btn.btn-primary-lite:hover {
    background-color: #e69823;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}
@media (max-width: 1399px) {
}
@media (max-width: 1299px) {
    section.content {
        padding-top: 70px;
    }
    footer #bg-footer-left,
    footer #bg-footer-right {
        top: 90px;
        height: 250px;
    }
}
@media (max-width: 991px) {
    button:focus {
        outline: none !important;
    }

    nav.navbar {
        top: 32px;
        transition: height 0.5s ease-in-out;
    }

    .nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 22px;
        width: 22px;
    }

    button[aria-expanded="true"] .x:nth-of-type(1) {
        transition: all 300ms ease-in-out;
        transform: rotate(45deg);
        transform-origin: top left;
        width: 28px;
    }

    button[aria-expanded="true"] .x:nth-of-type(2) {
        transition: all 300ms ease-in-out;
        transform-origin: center;
        width: 0;
    }

    button[aria-expanded="true"] .x:nth-of-type(3) {
        transition: all 300ms ease-in-out;
        transform: rotate(-45deg);
        transform-origin: bottom left;
        width: 28px;
    }

    .nav-toggle .bar {
        height: 2px;
        width: 100%;
        background-color: var(--black-medium);
        transition: all 300ms ease-in-out;
    }

    .nav-toggle:hover {
        cursor: pointer;
    }
    .icon_dropdown_item {
        height: 10px;
        width: 18px;
    }

    #container_menu_mobile {
        padding-bottom: 10%;
    }

    .icon_dropdown_item {
        transform: rotate(0deg);
    }

    a[aria-expanded="true"] .icon_dropdown_item {
        transform: rotate(-180deg);
    }

    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0;
        background-color: white;
        width: 100%;
        animation: fadeInOut 0.6s ease-in-out;
        /* padding-bottom:200px; */
        height: calc(100vh - 67.75px - 32px + 5px);
    }

    nav .navbar-nav {
        margin-left: 14% !important;
    }

    nav .navbar-nav li {
        margin-bottom: 10px;
    }

    nav .navbar-nav li a {
        color: #5956e9;
        font-size: 18px;
    }

    nav .navbar-nav li a.dropdown-item {
        font-size: 16px;
    }

    .nav-item {
        transition: height 0.5s linear;
    }

    .dropdown-menu {
        box-shadow: none;
        padding: 0;
        border: none;
        animation: fadeInOut 0.6s ease-in-out;
    }

    footer #bg-footer-left,
    footer #bg-footer-right {
        height: 200px;
    }
    footer #bg-footer-right {
        top: -16px;
    }
    footer #bg-footer-left {
        top: auto;
        bottom: 60px;
    }
    footer form .input-group {
        align-items: center;
    }
    footer form button.btn-submit {
        width: 80%;
    }
}
@media (max-width: 767px) {
    footer #bg-footer-left,
    footer #bg-footer-right {
        height: 137px;
    }
    footer .logo-footer {
        height: 65px;
    }
    footer span.label {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    section.content {
        padding-top: 50px;
    }
    footer span.label {
        font-size: 18px;
    }
    footer form .input-group .form-control {
        max-width: 200px;
    }
    footer form button.btn-submit {
        font-size: 16px;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        display: none;
    }

    50% {
        opacity: 0.5;
        display: block;
    }

    100% {
        opacity: 1;
        display: block;
    }
}
