/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Raleway;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

.padding_0 {
    padding: 0 !important;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

.announcement-bar {
    display: none;
    background-color: #0F0869;
    color: white;
    text-align: center;
    padding: 10px 0;
}
/* Show announcement bar only on mobile devices */
@media (max-width: 768px) {
    .announcement-bar {
        display: block;
    }
}
@media (max-width: 768px) {
    .aheader-container {
        display: none;
    }
}

li,
ol {
    margin : 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-color: #fff;
    height: auto;
    padding-bottom: 5px;
}

.menu_text {
    width: 100%;
    float: left;
    color: black;
}

.menu_text li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #000000;
}

.menu_text ul {
    margin: 0px;
    padding: 0px;
}

.menu_text li a {
    color: #000000;
}

.banner_section {
    width: 100%;
    float: left;
    background-color: #fff;
    height: auto;
    margin-left: 0; /* No margin on mobile */
}

@media (min-width: 768px) {
    .banner_section {
        margin-left: 200px; /* Add left margin for larger screens */
    }
}


#carouselExampleIndicators a.carousel-control-prev {
    position: absolute;
    left: 63%;
    top: 180px;
    background-color: #fff;
    color: #000;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}

.carousel-control-prev-icon {
    background-image: url(../images/left-aero.png);
}

#carouselExampleIndicators a.carousel-control-next {
    position: absolute;
    left: 64%;
    top: 270px;
    background-color: #1a1824;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}

.carousel-control-next-icon {
    background-image: url(../images/right-aero.png);
}

.toggle_menu {
    top: -15px;
    position: relative;
    left: 80px;
}

.logo {
    position: relative;
    left: -83px;
}

.round {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.number_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fffdf6;
    padding-left: 10px;
}

.line {
    width: 100%;
    float: left;
    padding-left: 40px;
}

.taital_main {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.construction_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}

.building_text {
    width: 100%;
    float: left;
    font-size: 90px;
    color: #000000;
    font-weight: bold;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    margin-left: 0px;
}

.contact_bt {
    width: 35%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid#ffffff;
    border-radius: 5px;
    background-color: transparent;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
}

.contact_bt a {
    color: #ffffff;
}

.contact_bt a:hover {
    color: #000000;
}

.get_bt {
    width: 35%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid#ffffff;
    border-radius: 5px;
    background-color: transparent;
    margin-left: 20px;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
}

.get_bt a {
    color: #ffffff;
}

.get_bt a:hover {
    color: #000000;
}

.about_section,
.about_section2,
.about_section3 {
    width: 100%;
    float: left;
    background-color: #0F0869;
    margin-top: 70px;
}

.about_taital,
.about_taital2,
.about_taital3,
.about_taital5 {
    width: 100%; /* Adjust to 100% for mobile */
    margin-top: 40px; /* Reduce margin-top for better spacing on mobile */
    float: none; /* Reset float for better stacking on mobile */
    text-align: center; /* Center align text on mobile */
    padding: 0 15px; /* Add padding for better readability on mobile */
}

.about_text,
.about_text2,
.about_text3 {
    width: 100%;
    font-size: 24px; /* Reduce font size for better readability on mobile */
    color: #ffffff;
    font-weight: bold;
}

.about_text2 {
    margin-top: 20px; /* Reduce top margin for better spacing on mobile */
}

.about_text3 {
    text-align: center;
}

.about_img,
.about_img2,
.about_img3 {
    width: 100%;
    max-height: 200px;
    overflow: hidden; /* Reduce max-height for better fit on mobile */ /* Zorgt ervoor dat de afbeelding de container volledig vult zonder te vervormen */
}

@media (min-width: 768px) {
    .about_taital,
    .about_taital2,
    .about_taital3,
    .about_taital5 {
        width: 63%;
        margin-top: 80px; /* Restore original margin-top for larger screens */
        float: none; /* Restore original float */
        text-align: left; /* Align text to left on larger screens */
    }

    .about_taital2 {
        float: left; /* Adjust float for larger screens */
    }

    .about_img,
    .about_img2,
    .about_img3 {
        max-height: 500px; /* Restore original max-height for larger screens */
    }

    .about_img3 {
        float: right; /* Adjust float for larger screens */
    }

    .about_taital3 {
        text-align: center; /* Center text for larger screens */
    }

    .about_img2 {
        float: left; /* Adjust float for larger screens */
    }
}
.about_img6 {
    width: 100%;
    height: 300px; /* Zorgt ervoor dat de afbeeldingen een vaste hoogte hebben */
    overflow: hidden; /* Verbergt delen van de afbeelding die buiten de container vallen */
    position: relative; /* Maakt het mogelijk om de inhoud te verplaatsen */
}

.about_img6 img {
    height: 100%;
    object-fit: cover; /* Zorgt ervoor dat de afbeelding de container volledig vult zonder te vervormen */
    object-position: center; /* Zorgt ervoor dat het midden van de afbeelding wordt getoond */
}

@media (min-width: 1024px) { /* Adjust the min-width value to match your desktop breakpoint */
    .about_img6 img {
        object-fit: contain; /* Zorgt ervoor dat de gehele afbeelding zichtbaar is binnen de container */
        object-position: center; /* Zorgt ervoor dat het midden van de afbeelding wordt getoond */
    }
}
@media (max-width: 768px) { /* Adjust the min-width value to match your desktop breakpoint */
    .about_img6 img {
        width: 100%; /* Zorgt ervoor dat de gehele afbeelding zichtbaar is binnen de container */
        object-position: center; /* Zorgt ervoor dat het midden van de afbeelding wordt getoond */
    }
}


@media (max-width: 768px) {
    .about_img6 {
        height: 300px; /* Pas de hoogte aan op mobiele apparaten */
    }
}
@media (max-width: 768px) {
    .col-md-3.padding_0 {
        height: 400px !important;
    }
}

.about_img5 img {
    width: 100%;
    height: 450px;
    object-fit: cover; /* Zorgt ervoor dat de afbeelding de container volledig vult zonder te vervormen */
    object-position: center;
    min-width: 350px; /* Zorgt ervoor dat het midden van de afbeelding wordt getoond */
}
.about_img5 {
    width: 100%;
    height: 450px; /* Zorgt ervoor dat de afbeeldingen een vaste hoogte hebben */
    overflow: hidden; /* Verbergt delen van de afbeelding die buiten de container vallen */
    position: relative; /* Maakt het mogelijk om de inhoud te verplaatsen */
}



.centered-gradient-text {
    text-align: center;
    display: flex;
    justify-content: center; /* Centreert de inhoud horizontaal */
    align-items: center; /* Centreert de inhoud verticaal */
    font-size: 20px; /* Pas de grootte van de tekst aan zoals nodig */
    background: linear-gradient(to right,#7f7e7e, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}





.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}

@media (min-width: 1024px) { /* Adjust the min-width value to match your desktop breakpoint */
    .long_text {
        width: 160%;
        font: 16px;
    }
}


.long_text1 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin-left: 0px;
}


.our_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.design_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.fact_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
}

.bt_main {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.project_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-4.png);
    height: auto;
    background-size: 100%;
    margin-top: 70px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
}

.partner_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #fffcf4;
    font-weight: bold;
}

.lorem_ipsum_text {
    width: 61%;
    float: left;
    color: #fffcf4;
    font-size: 18px;
    margin-left: 0;
}

.choice_main {
    width: 100%;
    float: left;
}

.choose_bt a {
    width: 18%;
    float: left;
    background-color: #041d2c;
    color: #fffcf4;
    height: 50px;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    padding-top: 9px;
}

.choose_bt a {
    color: #ffffff;
    background-color: #041d2c;
}

.choose_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.clients_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-5.png);
    height: auto;
    background-size: 100%;
}

.our_text {
    width: 29%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 1px solid #020727
}

.seemore_bt a {
    width: 50%;
    font-size: 20px;
    color: #fffcf4;
    border-radius: 5px;
    background-color: #041d2c;
    height: 50px;
    margin-top: 40px;
    padding-top: 7px;
    text-align: center;
    display: inline-block;
}

.seemore_bt a {
    color: #fffcf4;
    background-color: #041d2c;
}

.seemore_bt a:hover {
    color: #fffcf4;
    background-color: #020727
}

.padding_top_0 {
    padding-top: 50px;
}

.client_text {
    width: 100%;
    float: left;
    text-align: center;
}

.client_long_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #040403;
    text-align: center;
    padding-top: 40px;
}

.clients_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.client_img {
    width: 100%;
    float: left;
}

.henrry_text {
    width: 100%;
    float: left;
    color: #0b0e13;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
}

.henrry_taital {
    width: 100%;
    float: left;
    color: #e07c06;
    text-align: center;
    font-size: 18px;
    margin-left: 0px;
    margin-top: 0px;
}

.client_lorem_text {
    width: 85%;
    float: left;
    color: #fffdf6;
    font-size: 17px;
    margin-left: 0px;
    position: relative;
    top: -160px;
    left: 108px;
}

.img_5 {
    width: 100%;
    float: left;
}

.contact_section {
    width: 100%;
    float: left;
    background-color: #020727
    height: auto;
}

.contact_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.contact_bg {
    width: 82%;
    float: right;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fffcf4;
    border-bottom: 0px solid#49bcfe;
    padding-top: 20PX;
}

.email-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 30px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
    margin-bottom: 10px;
}

input.email-bt::placeholder {
    color: #fffcf4;
}

.massage-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 85px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
}

textarea#comment.massage-bt::placeholder {
    color: #000000;
}

.send_bt a {
    width: 30%;
    float: left;
    background-color: #041d2c;
    color: #fffdf6;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 10px;
}

.send_bt a {
    color: #fffdf6;
    background-color: #041d2c;
}

.send_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    margin-top: 80px;
    padding-bottom: 80px;
}

.addres_text {
    text-align: center;
    font-size: 24px; /* Increase text size */
}

.map_addres .map_text i {
    font-size: 24px; /* Increase icon size */
}

.map_addres .map_text .map_icon a {
    font-size: 18px; /* Increase text size */
    display: block;
    text-align: center;
}

.footer_line {
    margin-bottom: 20px;
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #020727
    color: #fff;  
    border: 0px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
    width: 65%;
    margin: 0 auto;
}

.newsletter_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000000;
    padding-left: 175px;
}
@media (max-width: 767px) {
    .center-text-mobile {
       text-align: center;
       margin-top: 30px;
    }
 }

.addres_text {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-top: 25px;
}

.map_text {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Default margin */
}
.map_text2 {
    display: flex;
    flex-direction: column; /* Plaats de items in een kolom */
    align-items: center; /* Centreer de items horizontaal */
}

.map_text_large {
    margin-left: 25%; /* Default margin for larger screens */
}


.map_icon {
    margin-left: 10px;
}
.map_text i {
    font-size: 24px; /* Grotere iconen */
    margin-top: 5px; /* Verplaats de iconen iets naar beneden */
    color: #000;
}
.map_text a {
    color: #000; /* Zwarte kleur voor de <a>-tags */
    text-decoration: none; /* Optioneel: verwijder onderstreping */
}
.map_text a:hover {
    text-decoration: underline; /* Optioneel: onderstreep bij hover */
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 14pt;
    color: #000000;
    text-align: center;
}

.copyright_text a {
    color: #000000;
}

.copyright_text a:hover {
    color: #000000;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}
.banner_section {
    background-color: #ffffff; /* Example background color */
    padding: 20px 0;
}

.container-fluid {
    max-width: 10200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Als je Bootstrap gebruikt en de class 'row' al bepaalde eigenschappen heeft */
.row.full-width {
    width: 100vw; /* 100% van de viewport width */
    margin: 0 calc(-50vw + 50%); /* negatieve marge om de volledige breedte te bereiken */
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo-container, .info-container {
    display: flex;
    align-items: center;
}

.logo-container {
    flex: 1;
}

.info-container {
    flex: 2;
    display: flex;
    align-items: center;
}

.text-container {
    margin-left: 15px;
}

.logo_image, .image_pa {
    max-height: 450px; /* Adjust as needed */
}
.header-container {
    width: 100%;
    padding: 10px 0; /* Optioneel: pas de padding aan naar wens */
    background-color: #0F0869;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_section .row {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header_section .menu_text {
    display: flex;
    justify-content: center;
    width: 100%;
}

.header_section .menu_text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; /* Zorgt ervoor dat de menu-items in het midden worden uitgelijnd */
}

.header_section .menu_text li {
    margin: 0;
}

.centered-gradient-text {
    color: #fff; /* Pas de kleur naar wens aan */
    text-decoration: none;
    /* Voeg eventueel extra stijlen toe voor de tekst */
}

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9); /* Zwarte achtergrond met doorzichtigheid */
    display: none;
    justify-content: center;
    align-items: center;
}

.overlay-content a {
    color: #fff; /* Pas de kleur naar wens aan */
    text-decoration: none;
    font-size: 36px; /* Pas de lettergrootte naar wens aan */
}

.title_section {
    text-align: center;
}

.title_text {
    font-size: 60px; /* Pas de lettergrootte aan naar wens */
    color: #000; /* Zwarte letters */
    font-weight: bold;
}




.contact-link {
    color: #007bff;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .logo-container, .info-container {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .text-container {
        margin-left: 0;
        text-align: left;
        margin-top: 10px; /* Add some margin to separate text from the image */
    }

    .logo_image, .image_pa {
        max-height: 300px;
        align-items: center; /* Adjust as needed for mobile */
    }
    .image_pa{
        margin-left: 0px;
    }
}

 

.image_pa {
    width: 400px; /* Adjust the width as desired */
    height: 400px; /* Ensure aspect ratio is maintained */
    z-index: 10; /* Adjust the value as per your needs */
    position: relative; /* Add position to make z-index work */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); /* Make the shadow larger and darker */
    border-radius: 15px; /* Round the corners */
    transition: transform 0.3s, box-shadow 0.3s; /* Add a transition effect for hover */
    margin-right: 15px; /* Add space between the image and the text */
}

@media (min-width: 768px) {
    .image_pa {
        margin-left: 200px; /* Add left margin for larger screens */
    }
}



.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.container:hover .overlay {
    opacity: 1;
}

.text {
    color: rgb(0, 0, 0);
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.image_7 {
    width: 100%;
    float: left;
    text-align: center;
}

.image_7 a {
    color: #000;
}

.image_7 a:hover {
    color: #000;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.menu_text {
    width: 80%;
    float: right;
    color: black;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

a {
    color: #ffffff;
    text-decoration: none;
    outline: none !important;
}