*{
    margin: 0; padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    
    text-decoration: none;
}
body{
    min-height: 100vh;
    max-width:100%;
   
}
.navb{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0, 10px 10px rgba(0,0,0, 0.6);
    padding: 20px 0.3%;
    display: flex;
    align-items: center;
   background-color: none;
    justify-content: space-between;
    max-height: 70px;
    z-index: 1000;
    border-bottom: 1px double gray;
        transition: 1s;
    
    
}
.mytwitter{
    position: relative;
    float: left;
    display: flex;
    
    height: 25px;
    
    margin-bottom: 15px;
    box-shadow: 2px 2px 2px rgba(0,0,0, .3);
    box-decoration-break: slice;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 4px;
    padding-top: 2px;
   
}
.tel span{
     color: lightgray;
    background-color: green;
     text-transform: lowercase;
     font-size: 12px;
    border-radius: 7px;
}
.mybox .pobox{
     color: lightgray;
    background-color: green;
     text-transform: lowercase;
     font-size: 12px;
    border-radius: 7px;
    padding-left 2px;
    margin-left: 5px;
}
.myaddres span{
    text-transform: lowercase;
    color: lightgray;
    background-color: green;
    font-size: 12px;
    margin-right: 5px;
     border-radius: 7px;
}
.mytwitter a{
    float: left;
}
.twitter-follow-button{
    height: 10px;
}
.active{
    background-color: darkblue;
    transition: 2s;
}
header .logo{
    font-weight: bolder;
   
    color: #333;
    margin-bottom: 80px;
}
.menu-btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 2s;
    
}
input{
        display: none;
    }
.infoem{
    text-transform: lowercase;
}

.lister li{
     color:seagreen;
   
    
}
.menu-bugger{
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
    transition: all .5s ease-in-out;
}

.menu-bugger::before,
.menu-bugger::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
}
.menu-bugger::after{
    transform: translateY(-10px);
}
.menu-bugger::before{
    transform: translateY(10px);
}
.open .menu-bugger{
    transform: translate(-50px);
    background: transparent;
    box-shadow: none;
}
.open .menu-bugger::before{
    transform: rotate(45deg) translate(35px, -35px);
}
.open .menu-bugger::after{
     transform: rotate(-45deg) translate(35px, 35px);
}
.strategic a div:hover{
        box-shadow: 7px 7px 7px rgba(0,0,0, 0.8);
    background-color: blue;
    color: yellow;
    }

header .navbar ul{
     list-style:none;
    margin-bottom: 2px;
   margin-left: -20px;
   
    align-content: flex-end;
}
header .navbar ul li{
     position: relative;
    float: left;
}
address .addr{
    font-family: sans-serif;
}
.swiper-wrapper-dis{
    min-width: 700px;
    
}

header .navbar ul li a{
     font-size: 20px;
    padding: 20px;
    color: lightgray;
    display: block;
    font-size: 14px;
}
header .navbar ul li a:hover{
    background: #fff;
    color: blue;
}

header .navbar ul li ul{
    position: absolute;
    left: 0;
    width: 200px;
    background: blue;
    color: white;
    display: none;
}
header .navbar ul li ul li{
    width: 100%;
    border-top: 1px solid rgba(0,0,0, .1)l
        
}
header .navbar ul li ul li ul{
    left: 200px;
    top: 0;
}
header .navbar ul li:hover > ul{
    display:initial;
}
#menu-bar{
    display: none;
   
}

header .m-bar{
    font-size: 20px;
    color: #333;
    cursor: pointer;
    display: none;
    
}
.stp{
    display: inline-block;
}

.stp a{
  
    display: block;
  
    
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 18px;
}



.output{
    color: blue;
    text-align: center;
}
@media(max-width:1001px){
    header{
        padding: 20px;
    }
    header .m-bar{
    display: initial;
}
    iframe{
        max-width: 400px;
    }
    .strategic{
    display: grid;
    grid-template-columns: 1fr;
}
    
    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background-color: blue;
        border-top: 1px solid rgba(0,0,0, 0.1);
        display: none;
    }
    header .navbar ul li{
       width: 100%;
    }
    header .navbar ul li:hover > ul{
    display:none;
}
   .myl:checked > ul{
    display:initial;
}
    .strategic h1{
        font-size: 22px;
    }
    
    header .navbar ul li ul{
       position: relative;
        width: 100%;
    }
    header .navbar ul li ul li{
       backface-visibility: #eee;
    }
    header .navbar ul li ul li ul{
       
        width: 100%;
        left: 0;
    }
    
      .imstory{
    grid-column: span 12;
    margin: 20px;
    border-radius: 25px;
    grid-row: span 2;
}
    .downward1:checked ~ .navbar ul .again ul{
        display: initial;
        
    }
    .downward2:checked ~ .navbar ul .again2 ul{
        display: initial;
        
    }
    .downward3:checked ~ .navbar ul .again3 ul{
        display: initial;
        
    }
    .downward4:checked ~ .navbar ul .again4 ul{
        display: initial;
        
    }

.shortext p{
    margin-top: 5px;
   width: 90%;
    font-size: 20px;
    color: darkblue;
    text-align: justify;
    
}
    .strategic a{
        display: grid;
        grid-column: span 12;
        margin-left: 50%;
        transform: translate(-50%);
    }
    
    .shortext{
        width: 90%;
        display: grid;
        grid-column: span 12;
        margin-left: auto;
        margin-right: auto;
    }
    .plansbox{
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
        
   
}
    .plansbox div{
        margin-left: 50%;
        transform: translate(-50%);
    }
    
    }
    #menu-bar:checked ~ .navbar{
        display: initial;
}
#drop-down:checked .navbar ul li .zooa {
    display: initial;
}