.top_news{
    background-color:grey;
}
body{
    overflow-x: hidden;
}


@media only screen and (min-width:992px){


.top_news{
        font-size:16px;
    }
.task_bar{
        display: flex;
        flex-direction: column-reverse;
    }
   
    .logo{
        width:100%;
        display: flex;
        flex-direction: row;
        left:2%;
        margin: 0;
       

    }
    .logo>div{
        width:33%;
    }
    .animation1{
        animation:open1 1s linear;
        -webkit-animation:open1 1s linear ;
    }
    @keyframes open1{
        from{
             transform: scale(0.1);
        }
        to{
            ransform: scale(1);
        }
        
    }
    @-webkit-keyframes open1{
        from{
            transform: scale(0.1);
       }
       to{
           ransform: scale(1);
       }

    }
    .logo div img{
        width:50%;
    }
    .streams_font{
        font-size: 15px;
    }
    
.menu_content{
    display: none;
}

.header{
    width:100%;
    height:auto;
}

.students{
    top:1em;
    border:1px solid #ccc;
    width:50%;
    height: auto;
    overflow-x: hidden;
}
.menu_bar{
        height:2em;
        background-color: #080861;
        margin-left: 0px;
        margin-right: 0px;
        width:100%;
        display: flex;
        flex-direction: row;
        position: sticky;
        top:0px;
        margin-top: 0px;
    }
    .content2{
        width:80%;
        margin: auto;
        display: flex;
        flex-direction: row;
       justify-content: space-around;
       
    }
    .content2>div{
        color:white;
        width:auto;
    }


.d-hide{
        display:none;
    }

#d-hide{
        display: none !important;
    }

    div{
        font-size: 20px;
    }




    .mission{
        background-color: white;
        z-index: 1;
         /* background-image: linear-gradient(white ,rgb(15, 8, 112));  */
    }
    .mission_card {
        height: 17em;
    }

    .mission_img{
        width:100%;
        height:100%;
    }
.subjects_text{
    top:0em;
    right:1em;
    transform:rotate(10deg);
}

.about{
    top:4em;
}
#svg{
    height:120%;
}
.maps{
    flex-direction:row;
}

.maps>div{
    width:30%;
}

.contact{
    top:25em;
    height:7em;
    background-color: #080861;
}

.form_data{
    position:relative;
    top:8em;
}
.form_register{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.form_register>div{
    width:30%;
    margin:8px;
    background-image:linear-gradient(white,#cccccc);
}
#log_intro{
    width: 20% !important;;
    height:auto;

}
.d-vr{
    border-right: 1px solid rgb(128, 128, 128);
}
.ad{
    width:70% !important;
}

.btn-theme{
    font-size: 23px;
}

.reg-fees {
    flex-direction: row;

    
}

.reg-fees .card{
    width: 45%;
 
}

.fees{
    width: 60%;
}

.blob-svg{
    top: 25em;  
    width:50%;
}

.study{width: 20%;
       left:40%;
      }
      
.subjects-card{
	overflow:hidden;
	height:20em;
}

}