#container {
    height: 900px;
    width: 1360px;
    background: grey;
}
#header {
    height: 200px;
    width: 1360px;
    background: blue;
}
#header #logo{
    height: 200px;
    width: 200px;
    background: grey;
    float: left;
    border: 0px solid gery;
}
#header #logo img{
    
    width: 180px;
    height: 180px;
    border: 20px solid gery;
    padding: 10px;
}
#header #retsil{
    height: 200px;
    width: 1160px;
   overflow: hidden;
    
}
#header #retsil #sliderbox {
    position: absolute;
    width: 1160px;
    height: 200px;
    animation: animate 25s ease-in-out infinite;
    font-size: 40px;
    color: white;
    font-weight: bolder;
    text-align: center;
   
}


@keyframes animate{
   0%, 100%
    { background-image: url(slide/b1.jpg)}
    
    20%
    { background-image: url(slide/b2.jpg) }
    
    40%
    { background-image: url(slide/b3-1.jpg) }
    
    60%
    { background-image: url(slide/b4.jpg)}
    
    80%
    {background-image: url(slide/b5.jpg) }
    
}


#manu-h {
    height: 50px;
    width: 1350px;
    background: #B9F4FA;
    padding: 0px;
   
}
#manu-h ul{
    overflow: hidden;
}
#manu-h ul li{
    list-style-type: none;
    float: left;
    padding-top: 10px;
}
#manu-h ul li a{
    text-decoration: none;
    text-transform:uppercase;
   padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    font-weight:bold;
    
   
}
#manu-h ul li a:hover{
    background: yellow;
}
#training {
    width: 1360px;
    height: 50px;
}
#content {
    height: 550px;
    width: 1360px;
    background: green;
}
#content #v-manu {
    height: 550px;
    width: 200px;
    background: #B9F4FA;
    float: left;
    
    
    
}
#content #v-manu ul{
    overflow:hidden;
}
#content #v-manu ul li{
    list-style-type: none;
    
    
}

#content #v-manu ul li a{
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 0px;
    color: black;
    font-weight:bold;
    margin-left: 0px;
    text-align: left;
      
}
#content #v-manu ul li a:hover{
    background: yellow;
}
      
#training {
    width: 1360px;
    height: 50px;
    
}
#training marquee{
    font-size: 20px;
    color: black;
    text-align: center;
    padding-top: 10px;
}
#content #main-content {
    height: 550px;
    width: 1160px;
    background: white;
    float: right;
    position: relative;
}
#content #main-content .a{
    width: 1160px;
    height: 550px;
    display: grid;
    grid-template-columns: 810px 350px;
    background: white;
    
   
}
#content #main-content .grid-item-1{
    border: 1px solid white;
    padding: 20px;
    text-align: justify;
 
    
    
}
#content #main-content .grid-item-1 span{
    font-size: 20px;
    color: blue;
   
}

#content #main-content .grid-item-1 p{
    font-size: 20px;
    
}
#content #main-content .grid-item-2{
    border: 1px solid white;
   width: 350px;
    height: 550px;
    display:grid;
    grid-template-rows: 200px 200px 150px;
    background: blue;
    
}
#content #main-content .grid-item-2 .row1{
    border: 2px solid white;
    background:red;
}
   #content #main-content .grid-item-2 .row2{
    border: 2px solid white;
    background:white;
}
   #content #main-content .grid-item-2 .row3{
    border: 2px solid white;
    background:red;
}
   
#footer {
    height: 100px;
    width: 1360px;
    background: #B9F4FA;
    text-align: center;
    font-size: 18px;
}