       *, div, section { 
            font-family: 'Open Sans', serif; 
            font-size: 15px; color: #ffecc8;
            box-sizing: border-box !important;
        }
        body {
            background: #000000;
            padding: 0;
            margin: 0;
            overflow-x: hidden;
        }
        .header {
            position: relative;
            width: 100vw;
            padding: 0;
            margin: 0;
            overflow: hidden;
        }
        .bg {
            position: absolute;
            width: 100vw;
            height: 100%;
            background: rgb(0,0,0);
            background: linear-gradient(0deg, rgba(0,0,0,1) 4%, rgba(25,25,25,0.7567401960784313) 12%, rgba(55,53,53,0.258140756302521) 23%, rgba(236,226,226,0) 32%);
        }
        video {
            z-index: 1;
            width: 100vw;
            justify-content: center;
            text-align: center;
        }
        .title {
            display: block;
            padding: 0;
            width: max-content;
            height: max-content;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        } 
        h1, h2, h3 , h4 {
            font-weight: 700;
            text-transform: uppercase;
            Letter-spacing: 2px;
        }
        h5 {
            text-indent: 50px;
            text-align: justify;
            line-height: 1.5;
        }    
        .zfs {
            font-size: 72px !important;
        }
        .main_h {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            box-sizing: border-box;
            width: 100%;
            height: max-content;
        }
        .container_h {
            column-count: 2;
            display: flex;
            flex-direction: row;
            align-items:center;
            margin-top: 30px;
            margin-bottom: 30px;
            background-color:black;
            min-width:520px;
            max-width:520px;
            width: 40%;
            height: 250px;
            box-shadow: -1px 1px 19px 7px rgba(174, 174, 173, 0.2);
            border-radius: 10px;
        }
        .images_h {
            margin-left: 20px;
            position: relative;
            min-height: 190px;
            min-width: 190px;
            width: 190px;
            height: 190px;  
        }
        .about_h {
            margin: 30px;
        }
       .images_h img {
            width: 100%;
            height: 100%;
            border: 1px white solid;
        }
        .square{
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }
        .preview-img {
            margin: 30px 0px
        }
        img {
            border: 1.5px white solid;
            width:500px;
        }
        .centmid-feedback {
            display: flex;
            justify-content: center;
            flex-direction: row;
            height: 100vh !important;
            flex-wrap: nowrap;
            align-items: center;
        }  
    #maps { height: 700px; width: 100%}
    #map {  height: 100%; width: 100%; position: absolute;}
    #map {  height: 100%; width: 100%; position: absolute;}

        .bl_center {
            position: absolute;
            width: 400px;
            height: 350px;
            top: calc(50% - 175px);
            z-index: 99;
            background-color: #181818;
            padding: 25px;
            box-shadow: 0px 15px 34px 0px #928c8c;
            border-radius: 5px;
            left: 50px; 
        }
        .hr {
            background-color: white;
        }
        
