.main_vision{
    margin-left : 5px;
     padding-left : 5px;
     margin-top: 65px;
     margin-right: 5px;
     -webkit-transition: color 1s ease-in;
}
.image_main1{
    position: absolute;
    width: 1000px;
    height: 400px;
    top: -300px;
    left: -450px;
}
.image_main2{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 10px;
    left: 750px;
}
.image_main_java{
    visibility: hidden;
}
.fb_img{
    
    top: 200px; 
     right: 11px;
     position: absolute;
     }
     .twitter_img{
    
    top: 200px; 
     right: 80px;
     position: absolute;
     }
    
        .lineX {
  top: 140px; 
      right: 0px;
        width: 140px;
        height: 50px;
        border-bottom: 2px solid #828282;
        border-top-right-radius: 5%;
        -webkit-transform:
            translateY(0px)
            translateX(0px)
            rotate(0deg); 
        position: absolute;
        
    }
  
.men1{
    color: #fff;
    font-family:Arial, Helvetica, sans-serif;
    top: 140px; 
     right: 20px;
     position: absolute;
}

.hhh
{
    visibility: hidden;
}
.background_body{
  
   
}
.align_text{
    display: block;
    margin-left : 5px;
     margin-top: 50px;
     margin-right: 5px;
     text-shadow: 2px 2px 4px #000000;
     font-weight: bold;
    
}
.align_text_back{
    display: block;
    margin-left : 12px;
     margin-top: 70px;
     margin-right: 5px;
     text-shadow: 2px 2px 4px #000000;
     font-weight: bold;
    
}
.align_text_back_reg{
    display: block;
    margin-left : 12px;
     margin-top: 50px;
     margin-right: 5px;
     text-shadow: 2px 2px 4px #000000;
     font-weight: bold;
    
}
.align_text_CA{
     display: block;
    margin-left : 3px;
     margin-top: 40px;
     margin-right: 5px;
     text-shadow: 2px 2px 4px #000000;
     font-weight: bold;
    
}
.align_text_CA1{
     display: block;
    margin-left : 3px;
     margin-top: 5px;
     margin-right: 5px;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
}
.align_text_N{
     display: block;
    margin-left : 3px;
     margin-top: 50px;
     margin-right: 5px;
     text-shadow: 2px 2px 4px #000000;
     font-weight: bold;
}
.center_div{
    position:absolute;  
    width: 180px;
    height: 180px;
    left:540px; top:300px;
    color: #ffffff;
    border: 4px solid white;
    background:#00CC00;  border-radius: 50%;
    text-align: center;
    -webkit-animation: nnn 10s; 
    -webkit-animation-iteration-count: infinite;
    
     -o-animation: nnn 10s; 
    -o-animation-iteration-count: infinite;
    
     -moz-animation: nnn 10s; 
    -moz-animation-iteration-count: infinite;
    
    
}
.image_center{
    color: white;
    margin-left : 5px;
     padding-left : 5px;
     margin-top: 65px;
     margin-right: 5px;
     font-size: 25px;
     font-weight: 900;
     font-family: Comic Sans MS;
     -webkit-transition: color 1s ease-in;
}


@-webkit-keyframes nnn {
    
    0%   {background:red; }
    14%  {background:black; }
    28%  {background: yellowgreen; }
    42%  {background:red; }
    56%  {background:#FF9933; }
    70%  {background:yellow; }
    84%  {background:green;}
    100%  {background:blue;}


    
    
}
@-moz-keyframes nnn {
    
    0%   {background:red; }
    14%  {background:black; }
    28%  {background: yellowgreen; }
    42%  {background:red; }
    56%  {background:#FF9933; }
    70%  {background:yellow; }
    84%  {background:green;}
    100%  {background:blue;}
 
}
@-o-keyframes nnn {
    
    0%   {background:red; }
    14%  {background:black; }
    28%  {background: yellowgreen; }
    42%  {background:red; }
    56%  {background:#FF9933; }
    70%  {background:yellow; }
    84%  {background:green;}
    100%  {background:blue;}    
    
}

@keyframes nnn {
    0%   {background:red; }
    14%  {background:black; }
    28%  {background: yellowgreen; }
    42%  {background:red; }
    56%  {background:#FF9933; }
    70%  {background:yellow; }
    84%  {background:green;}
    100%  {background:blue;}    
    
}