        @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,500;0,700;0,900;1,300;1,400;1,700&display=swap');
        * {
            margin: 0;
            padding: 0;
        }

        body {
            font-family: "Roboto", sans-serif;
            font-optical-sizing: auto;
            font-weight: 500;
            font-style: normal;
            font-variation-settings: "wdth" 100;
            overflow-x: hidden;
        }

         :root {
            --blue-low: #075eb6;
            --blue: #062d9b;
            --gray: #808080;
            --white: #fff;
            --black: #000;
            --lowbg: #f0f3f7;
        }
        .btn-register {
            text-align: center;
            padding: 5px 30px;
            border-color: transparent;
            border-radius: 6px;
            font-weight: bold;
            font-size: 17px;
            background-color: white;
            width: 250px;
            margin: 0 auto;
        }
        .container-bg {
            height: 100%;
            width: 100%;
            position: absolute;
            background: url(/images/footer-login-bg.png);
            opacity: 0.3;
        }
        .bg-nav-topbar {
            background-color: var(--blue-low);
        }

        .text-navbar {
            font-size: 12px;
            padding: 6px 2px !important;
        }

        .img_box {
            width: 20px;
            margin-right: 3px;
        }

        .language {
            position: relative;
        }
        /* Language Switcher */

        .language-switcher .dropdown-toggle {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: white;
            font-size: 14px;
            padding: 8px 16px;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .language-switcher .dropdown-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.5);
        }

        .language-switcher .dropdown-menu {
            background: white;
            border: none;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            padding: 8px 0;
            min-width: 160px;
        }

        .language-switcher .dropdown-item {
            padding: 10px 16px;
            color: #333;
            font-size: 14px;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
        }

        .language-switcher .dropdown-item:hover {
            background: #f8f9fa;
            color: #007bff;
        }

        .language-switcher .dropdown-item.active {
            background: #007bff;
            color: white;
        }

        .language-switcher .flag-icon {
            width: 16px;
            height: 12px;
            margin-right: 8px;
        }

        .polygon {
            background-color: var(--blue);
            cursor: pointer;
        }

        .header ul li.active {
            background-color: rgba(255, 255, 255, 0.20);
            border-radius: 6px;
        }

        .header ul li:hover {
            background-color: rgba(255, 255, 255, 0.20);
        }

        .dropdown-language {
            background-color: #062d9b;
            display: flex;
            flex-direction: column;
            display: none;
            z-index: 100;
            position: absolute;
            top: 104%;
            left: 0;
        }

        .dropdown-language a {
            padding: 8px;
        }

        .dropdown-language a:hover {
            background-color: var(--gray);
        }

        .polygon:hover .dropdown-language {
            display: flex;
        }

        .resgister-login {
            position: relative;
        }

        .drop-down-res-login {
            position: absolute;
            top: 100%;
            right: 0;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(15px);
            border-radius: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
            margin-top: 8px;
            padding: 8px 0;
        }

        .resgister-login:hover .drop-down-res-login {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .drop-down-res-login li {
            margin: 0 !important;
            padding: 0 !important;
        }

        .drop-down-res-login li a {
            color: #333 !important;
            padding: 12px 20px !important;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            border-radius: 0;
            font-weight: 500;
            text-transform: none;
            letter-spacing: normal;
        }

        .drop-down-res-login li a:hover {
            background: linear-gradient(135deg, #0873D6 0%, #0835D6 100%);
            color: white !important;
            transform: translateX(5px);
            box-shadow: none;
        }

        .drop-down-res-login li a i {
            font-size: 14px;
            width: 16px;
            text-align: center;
        }

        .icon_bar_navbar {
            opacity: 0;
            cursor: pointer;
        }
        /* Header mobile */

        .header-mobile .card-body {
            flex: 1 1 auto;
            padding: 0rem 4px;
        }

        .header-mobile .btn-primary {
            color: #fff;
            background-color: transparent;
            border-color: transparent;
            padding: 0px 7px;
            ;
        }

        .header-mobile .btn-primary:focus {
            color: #fff;
            background-color: transparent;
            box-shadow: 0 0 0 0 transparent;
            border: 0px;
        }

        .header-mobile .btn-primary:hover {
            color: #fff;
            background-color: transparent;
            border-color: transparent;
        }

        .header-navbar {
            display: none;
            transition: height 0.4s ease;
        }

        .header-navbar.active {
            display: block;
        }

        .banner {
            /*max-height: 100vh;*/
            position: relative;
        }
        .banner img {
            max-height: 800px;
            object-fit: cover;
        }
        .border-10px {
            border-radius: 10px;
        }

        .img_logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            opacity: 0.5;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .section-noselect {
            position: relative;
            top: -125px;
            left: 50%;
            transform: translateX(-50%);
            background-color: var(--blue);
            color: white;
            text-align: center;
            padding: 24px 30px;
            width: 80%;
            max-width: 900px;
            border-radius: 12px;
            z-index: 10;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .body-home {
            margin-top: -85px !important;
        }

        @media (max-width:1250px) {
            .section-noselect {
                position: relative;
                top: -105px;
                left: 50%;
                transform: translateX(-50%);
                background-color: var(--blue);
                color: white;
                text-align: center;
                padding: 24px 30px;
                width: 80%;
                max-width: 900px;
                border-radius: 12px;
                z-index: 10;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            }
        }

        @media (max-width:1024px) {
            .nav_table-mobile {
                display: none;
            }
            .icon_bar_navbar {
                opacity: 1;
            }
            .input-group-mobile {
                display: none;
            }
            .section-noselect {
                position: relative;
                top: -70px;
                left: 50%;
                transform: translateX(-50%);
                background-color: var(--blue);
                color: white;
                text-align: center;
                padding: 24px 30px;
                width: 80%;
                max-width: 900px;
                border-radius: 12px;
                z-index: 10;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            }
            .section-noselect h1 {
                font-size: 1.3rem;
            }
            .section-noselect p {
                font-size: 0.95rem;
            }
        }
        /* Tablet */

        @media (max-width: 991.98px) {
            .section-noselect {
                width: 90%;
                padding: 20px 24px;
                top: -40px;
            }
        }

        @media (max-width: 768px) {

            .img_logo {
                position: absolute;
                top: 22%;
                left: 50%;
                transform: translate(-50%, -45%);
                text-align: center;
                opacity: 0.5;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            .sidebar_right_option h4 {
                padding: 0px 10px !important;
            }
            .cursor-pointer {
                font-size: 14px !important;
            }
            .img_logo {
                position: absolute;
                top: 45%;
                left: 50%;
                transform: translate(-50%, -45%);
                text-align: center;
                opacity: 0.5;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
        }
        /* Mobile */

        @media (max-width: 576px) {
            .section-noselect {
                width: 100%;
                padding: 18px 20px;
                top: -70px;
            }
            .section-noselect h1 {
                font-size: 1.25rem;
            }
            .section-noselect p {
                font-size: 0.95rem;
            }
            .sidebar_right_option h4 {
                padding: 0px 10px !important;
            }
            .cursor-pointer {
                font-size: 13px !important;
            }
        }

        .section-two {
            width: 100%;
        }

        .skill {
            background-color: var(--white);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
            border-radius: 26px;
            padding: 22px 20px;
        }

        .skil_language .skill-items {
            max-height: 260px;
            overflow-y: hidden;
            transition: max-height 0.4s ease;
        }

        .skil_language.show-all .skill-items {
            max-height: 450px;
            overflow-y: auto;
        }

        .skill-items .row {
            flex-wrap: wrap;
            margin: 0;
        }

        .form-check {
            white-space: nowrap;
        }

        .form-check-label {
            display: inline-block;
            white-space: normal;
            word-wrap: break-word;
            overflow-wrap: break-word;
            line-height: 1.4;
            font-size: 16px !important;
        }

        .range-container {
            width: 100%;
            max-width: 400px;
        }

        .sliders {
            position: relative;
            height: 50px;
            overflow: visible;
        }

        .sliders input[type=range] {
            position: absolute;
            width: 100%;
            top: 18px;
            pointer-events: none;
            -webkit-appearance: none;
            background: transparent;
            margin: 0;
            z-index: 3;
        }

        .sliders input[type=range]::-webkit-slider-thumb {
            pointer-events: all;
            width: 20px;
            height: 20px;
            background: #007bff;
            border-radius: 50%;
            cursor: pointer;
            -webkit-appearance: none;
            border: none;
            z-index: 5;
            position: relative;
        }

        .sliders input[type=range]::-webkit-slider-runnable-track {
            height: 4px;
            background: transparent;
            border-radius: 2px;
        }

        .range-track-fill {
            position: absolute;
            height: 4px;
            background-color: #007bff;
            top: 26px;
            z-index: 2;
            border-radius: 2px;
        }

        .form-control:focus {
            color: #212529;
            background-color: #fff;
            border-color: transparent !important;
            outline: 0;
            box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0.05);
        }

        .img_sikll-icon {
            height: 20px;
            max-width: 20px;
            margin-right: 5px;
            margin-bottom: 5px;
        }

        .mg_r {
            margin-right: 16px;
        }

        .input-group-text {
            display: flex;
            align-items: center;
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            text-align: center;
            white-space: nowrap;
            background-color: transparent !important;
            border: 1px solid #ced4da;
            border-left: 0px solid transparent !important;
            border-radius: .25rem;
        }

        .btn-more {
            cursor: pointer;
            color: var(--blue);
            padding: 18px 0px;
            margin-bottom: 0px;
        }

        .btn_more_sildebar_rght {
            border: 1px solid var(--gray);
            height: 1px;
            width: 100%;
            margin-top: 10px;
        }

        #btnDotNet {
            cursor: pointer;
            font-weight: 700 !important;
            font-size: 14px !important;
            height: 80%;
            background-color: #DCEFFE !important;
            border-radius: .4rem;
            text-align: center;
            color: #083167 !important;
            margin-bottom: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

        .triangle-corner {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            width: 0;
            height: 0;
            border-left: 30px solid transparent;
            border-top: 30px solid #007bff;
            border-top-right-radius: 6px;
            z-index: 1;
        }

        .close-icon {
            display: none;
            position: absolute;
            top: -3px;
            right: 4px;
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            z-index: 2;
            cursor: pointer;
        }

        .btn-primary:focus {
            box-shadow: none !important;
            border-color: inherit !important;
        }

        .btn-primary {
            background-color: #dceffe !important;
            border: 0px solid #dceffe !important;
            color: var(--black) !important;
            font-weight: 600 !important;
            font-size: 16px !important;
        }

        .sidebar_right_option {
            width: 85%;
            display: none;
            position: fixed;
            top: 0;
            right: -70%;
            bottom: 0;
            z-index: 111;
            background-color: var(--white);
            padding: 40px 18px;
            overflow-y: auto;
        }

        .sidebar_right_option.active {
            display: block;
            transition: right 0.4s ease-in-out;
        }

        .sidebar_right_option.active {
            right: 0%;
        }

        .sidebar_right_option h4 {
            padding: 18px 12px;
        }

        .sidebar_right_option::-webkit-scrollbar {
            width: 6px;
        }

        .sidebar_right_option::-webkit-scrollbar-track {
            background: transparent;
        }

        .sidebar_right_option::-webkit-scrollbar-thumb {
            background-color: #ccc;
            border-radius: 4px;
        }

        .img_filter {
            cursor: pointer;
        }

        .page-link {
            margin: 10px;
            border-radius: 6px;
        }

        .page-link:first-child {
            border-top-left-radius: 6px !important;
        }

        .section-login {
            border-radius: 16px;
            background: linear-gradient(90deg, #0873D6 0%, #0835D6 100%);
            overflow: hidden;
        }

        .arrow-up {
            width: 50px;
            height: 50px;
            background-color: var(--blue-low);
            border-radius: 50%;
            padding: 10px 10px;
            cursor: pointer;
        }

        footer ul {
            padding-left: 0 !important;
        }

        .modal-content {
            /*position: fixed;*/
            /*top: 0;*/
            /*left: 0;*/
            /*width: 100%;*/
            /*height: 100%;*/
        }

        .modal-header {
            border-bottom: 0px solid var(--white) !important;
        }

        .modal-dialog {
            /* max-width: 830px !important; */
            margin: 1.75rem auto;
        }

        .input-group .input-group-text {
            border-right: none;
        }

        .input-group .form-control {
            border-left: none;
        }

        .input-group {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
            width: 100%;
            border: 1px solid var(--gray);
            border-radius: 4px;
        }

        .form-control:focus {
            border-color: var(--white) !important;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
        }

        .btn-close-modal {
            background-color: var(--blue) !important;
            color: var(--white) !important;
            width: 26px;
            height: 26px;
            border-radius: 50% !important;
            background-image: none !important;
            font-size: 1.2rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .cursor-pointer {
            cursor: pointer;
            font-size: 13px !important;
        }

        .pop-res-right {
            background-color: var(--lowbg);
            padding: 16px;
            border-radius: 12px;
        }

        .dropdown-menu-custom {
            top: 100%;
            z-index: 1000;
            max-height: 250px;
            overflow-y: auto;
        }

        .dropdown-menu-custom ul {
            list-style: none;
            padding-left: 0;
        }

        .dropdown-menu-custom li {
            padding: 8px 12px;
            cursor: pointer;
        }

        .dropdown-menu-custom li:hover {
            background-color: #f1f1f1;
        }

        #dropdown-toggle {
            cursor: pointer;
            user-select: none;
        }

        .dropdown-toggle::after {
            display: none !important;
        }

        i.fa-solid.fa-chevron-down {
            font-size: 10px;
        }

        .cursor-pointer {
            cursor: pointer;
        }

        .btn-form-mb {
            position: fixed;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 85%;
            background: white;
            padding: 20px;
            border-top: 1px solid #ccc;
        }

        .text-28 {
            font-size: 28px;
        }

        @media only screen and (max-width: 600px) {
            .btn-blue,
            .btn-yellow {
                width: 100% !important;
            }
            .job-header {
                font-size: 16px !important;
            }
            .job-intro {
                font-size: 12px !important;
            }
            .text-sm-12 {
                font-size: 12px;
            }
            .text-sm-20 {
                font-size: 20px;
            }
            .mg_r {
                margin-right: 5px;
            }
            .img_sikll-icon {
                margin-right: 3px;
            }
            .body-home {
                margin-top: -40px !important;
            }
        }
        /* Mobile menu active state */

        .header-mobile ul li.active {
            background-color: rgba(255, 255, 255, 0.20);
            border-radius: 6px;
        }

        .header-mobile ul li:hover {
            background-color: rgba(255, 255, 255, 0.20);
        }
        /* Improved Menu Styling */

        .header nav ul li {
            position: relative;
            transition: all 0.3s ease;
            border-radius: 8px;
            margin: 0 5px;
        }

        .header nav ul li a {
            position: relative;
            padding: 12px 20px !important;
            border-radius: 8px;
            transition: all 0.3s ease;
            font-weight: 500;
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .header nav ul li a:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .header nav ul li.active {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .header nav ul li.active a {
            color: #ffffff !important;
            font-weight: 600;
        }
        /* Dropdown Menu Styling */

        .resgister-login {
            position: relative;
        }

        .drop-down-res-login {
            position: absolute;
            top: 100%;
            right: 0;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(15px);
            border-radius: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
            margin-top: 8px;
            padding: 8px 0;
        }

        .resgister-login:hover .drop-down-res-login {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .drop-down-res-login li {
            margin: 0 !important;
            padding: 0 !important;
        }

        .drop-down-res-login li a {
            color: #333 !important;
            padding: 12px 20px !important;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            border-radius: 0;
            font-weight: 500;
            text-transform: none;
            letter-spacing: normal;
        }

        .drop-down-res-login li a:hover {
            background: linear-gradient(135deg, #0873D6 0%, #0835D6 100%);
            color: white !important;
            transform: translateX(5px);
            box-shadow: none;
        }

        .drop-down-res-login li a i {
            font-size: 14px;
            width: 16px;
            text-align: center;
        }
        /* Mobile Menu Improvements */

        .header-mobile ul li {
            margin: 5px 0;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .header-mobile ul li a {
            padding: 15px 20px !important;
            border-radius: 8px;
            transition: all 0.3s ease;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .header-mobile ul li a:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateX(5px);
        }

        .header-mobile ul li.active {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        /* Collapse Account Button */

        .header-mobile .d-flex.justify-content-between {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 15px 20px;
            margin: 5px 0;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .header-mobile .d-flex.justify-content-between:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateX(5px);
        }

        .header-mobile .d-flex.justify-content-between span {
            background: transparent !important;
            border: none !important;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .header-mobile .collapse .card-body {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(15px);
            border-radius: 12px;
            margin-top: 5px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }

        .header-mobile .collapse .card-body a {
            color: #333 !important;
            padding: 12px 20px !important;
            border-radius: 8px;
            margin: 2px 0;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 500;
        }

        .header-mobile .collapse .card-body a:hover {
            background: linear-gradient(135deg, #0873D6 0%, #0835D6 100%);
            color: white !important;
            transform: translateX(5px);
        }

        .header-mobile .collapse .card-body a i {
            font-size: 14px;
            width: 16px;
            text-align: center;
        }
        /* Responsive improvements */

        @media (max-width: 991px) {
            .header nav {
                display: none !important;
            }
            .header-mobile {
                background: rgba(0, 0, 0, 0.1);
                backdrop-filter: blur(10px);
                border-radius: 12px;
                margin-top: 10px;
                padding: 10px;
                border: 1px solid rgba(255, 255, 255, 0.1);
            }
        }
        /* Animation for menu items */

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .header nav ul li {
            animation: fadeInUp 0.5s ease forwards;
        }

        .header nav ul li:nth-child(1) {
            animation-delay: 0.1s;
        }

        .header nav ul li:nth-child(2) {
            animation-delay: 0.2s;
        }

        .header nav ul li:nth-child(3) {
            animation-delay: 0.3s;
        }

        .header nav ul li:nth-child(4) {
            animation-delay: 0.4s;
        }

        .header nav ul li:nth-child(5) {
            animation-delay: 0.5s;
        }

        .header nav ul li:nth-child(6) {
            animation-delay: 0.6s;
        }

        .header nav ul li:nth-child(7) {
            animation-delay: 0.7s;
        }
        /* Ripple effect for menu items */

        .header nav ul li a,
        .header-mobile ul li a {
            position: relative;
            overflow: hidden;
        }

        .ripple {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transform: scale(0);
            animation: ripple-animation 0.6s linear;
            pointer-events: none;
        }

        @keyframes ripple-animation {
            to {
                transform: scale(4);
                opacity: 0;
            }
        }
        /* Smooth scroll for anchor links */

        a[href^="#"] {
            scroll-behavior: smooth;
        }
        /* Improved focus states for accessibility */

        .header nav ul li a:focus,
        .header-mobile ul li a:focus {
            outline: 2px solid rgba(255, 255, 255, 0.5);
            outline-offset: 2px;
        }
        /* Loading state for menu items */

        .header nav ul li.loading {
            opacity: 0.7;
            pointer-events: none;
        }

        .header nav ul li.loading::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            width: 16px;
            height: 16px;
            margin-top: -8px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-top: 2px solid white;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        .about-us-section {
            margin-top: -9rem;
            z-index: 9999;
            position: relative;
        }
        /*.about-content {*/
        /*    margin-top: 10px;*/
        /*}*/
        a.icon_fb{
            background-color: #2e467e;
            padding: 16px 18px;
            border-radius: 50%;
        }

        a.icon_mail{
            background-color: #8e1b1b;
            padding: 16px 18px;
            border-radius: 50%;
        }

        a.icon_linkedin{
            background-color: #005b92;
            padding: 16px 18px;
            border-radius: 50%;
        }

        .row_footer{
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .footer_absolute{
            width: 1305px;;
            position: relative;
            top: -10px;
        }
