/* Remove extra space of submenu drop down */
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        margin-top: 0px;
    }
}
/* End - Remove extra space of submenu drop down */

/*3d text */
.css-3d-text {
    color: #ffffff;
    font-family: Times New Roman;
    text-shadow: 0px 0px 0 rgb(219,219,219),
                 1px 0px 0 rgb(182,182,182),
                 2px 0px 0 rgb(146,146,146),
                 3px 0px 0 rgb(109,109,109),
                 4px 0px 0 rgb(73,73,73),
                 5px 0px 0 rgb(36,36,36),
                 6px 0px 0 rgb(0,0,0),
                 7px 0px  0 rgb(-36,-36,0),
                 8px 0px 7px rgba(0,4,255,1),
                 8px 0px 1px rgba(0,4,255,0.5),
                 0px 0px 7px rgba(0,4,255,.2);
 }




/*top school text*/

.universitename{
  font-size: 10px;
}

.barnoticeboard{
  height: 550px;
}


/*.barnoticeboard{
  margin-top: 30px;
  height: 550px;
}*/


.cornerhead{
  height: 550px;
}


.teacherphotogalerrry{
  height: 12000px;
}

.meritalsstudent{
  height: 1000px;
}

.culturalactivite{
  height: 2000px;
}
/*login sections*/

.slider{
  height: 200px;
}

#header-session-login{  
   width: 100% 
   height: 100%;
}


.login-image-board{
  position: absolute;
  position: fixed; 
  width: 100%;
  height: 100%;
  
  
}


#particles-js{
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(53, 113, 253, 0.30);


}

.login-card{
    position: fixed;
    right: 0;
    float: right;
    height: 100%;
    
   /* margin: 0;
    padding: 50px;
    padding-top: 50px;
    padding-top: 20px;
    z-index: 1;
    overflow-y: auto;
    overflow-x: auto;
    -moz-min-width: 360px;
    -ms-min-width: 360px;
    -o-min-width: 360px;
    -webkit-min-width: 360px;
    min-width: 360px;*/
   background: rgba(255, 255, 255, 0.90);
}

/*end login seactions*/


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

.navbar-laravel{
  background-color: #380c85;
  /*border-bottom: 2px solid gold;*/
  height: 30px;
}

.header-menu{
  background-color: #294b71;
  /*width: 100%;*/
  border-bottom: 1px solid #FFD700;
  position: sticky;

}



.my-navbar{
  padding: 0px;
  background-attachment: fixed;
}

 .my-navbar .navbar-nav{
 list-style-type: none;

}


/*.my-navbar .navbar-nav .nav-item{
   font-family: Arial;
   background-color:#294b71;
   float:left;
   font-size: 15px;
 
}*/



.my-navbar .navbar-nav .nav-item .nav-link{
  text-decoration: none;
  color: white;
  padding: 12px  6px;
  display: block;

  
}

.my-navbar .navbar-nav .nav-item .nav-link:hover{
  /*background-color: #380c85;*/
  background-color:#f4d03f ;
  color: #294b71;
  

}


.dropdown:hover>.dropdown-menu{
  display: block;


 
}

.dropdown-menu{
  padding: 0px;
  
}


.dropdown .dropdown-menu .dropdown-item{
  font-family: Arial;
  background-color:#f2f3f4;
  color:black;
  padding: 8px 16px;
  display: block;
  border-bottom: 1px solid white;

}


.dropdown .dropdown-menu .dropdown-item:hover{
 background-color: #f4d03f;
 color:#294b71;
 border-left: 5px solid  #f5b041;
}

.dropdown .dropdown-menu .dropdown-item:hover{
 background-color: #f4d03f;
 color:#294b71;
 border-left: 5px solid  #f5b041;
}

.active:active {
  color: red;
}
.focus:focus {
  color: red;
}
:target {
  color: red;
}


.harmich1{
  position: absolute;
  top: 60%;
   background:rgba(255, 255, 255, 0.55);
  -webkit-border-radius: 0px 200px 0px 0px;
  -moz-border-radius: 0px 200px 0px 0px;
   border-radius: 0px 200px 0px 0px;
   background: rgba(255, 255, 255, 0.65); 
}



}
.menusliders{
  width:100%;

}

.menusliders1{
  cursor: pointer;
  border-right:1px solid #fff;
  margin-top: 20px;

}

.menusliderslast{
  cursor: pointer;
  margin-top: 20px;
}
 




.block-title {
    border-bottom: 3px solid #294b71;
    position: relative;
    margin-bottom: 50px;
    
}
.block-title h2 {
    display: inline;
    font-size: 16px;
}
.block-title h2 >span {
    display: inline-block;
    font-weight: bold;
    padding: 0 18px;
   /* text-transform: uppercase;*/
    line-height: 36px;
    position: relative;
    color: #fff;
    background: #294b71;
}





.block-title.title1 h2 >span:before {
    border-right: 21px solid transparent;
    border-bottom: 37px solid #294b71;
    content: "";
    display: inline-block;
    height:0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}




.avatar {
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}




 


.first-footer{
     width: 100%;
     height:auto;
     background-color:  #294b71 /*rgb(39, 43, 51)*/;
     border-top: 2px solid  #FFD700;

}




#second-footer{
     width: 100%;
     height:auto;
     background-color: #15305b;

     

}


#second-footer a{
  text-decoration: none;
}







#button {
  display: inline-block;
  background-color: #294b71;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 0px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
  background-color: #009bff;
}
#button:active {
  background-color: #555;
}

.topbutton{
  font-size: 20px;
  margin-top: 12px;
  color: white;

}
/*#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}*/









.footer1{
 border-right: 1px solid rgba(255, 255, 255, 0.1);


}


.footer2{
 border-right: 1px solid rgba(255, 255, 255, 0.1);

}



.footer3{
 border-right: 1px solid rgba(255, 255, 255, 0.1);

}


.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 15px;
    padding-bottom: 15px;
   

}

.widgets.footer-widgets .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0px;
    width: 100px;
    background: #6c757d;

}
.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;

}
.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block;

}
.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: 13px;
    color: #6c757d;
   /* border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    padding: 9px 0;
    
}


/*.widgets.footer-widgets .widget-quick-links ul li a: last-child{
   border-right: 0px solid rgba(255, 255, 255, 0.1);
}*/

/*.widgets.footer-widgets .single-widget ul last-child {
    border-right: 0px solid rgba(255, 255, 255, 0.1);
}*/



.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: "Raleway", sans-serif;

}



.department{
  height: 200px;
  background-color: orange;
  text-align:center;

}


.departmenticon{
  font-size: 50px;
  color: white;
  margin-top: 15%;

}



.departmenticons{

  font-size: 50px;
  color: white;
  margin-top: 15%;

}




.departments{
  height: 300px;
  background-color:#8b00ff;
  text-align:center;

}


.departmenticonss{
  font-size: 50px;
  color: white;
  margin-top: 20%;

}


#headerlink{
  width: 100%
  height:auto;
  background-color: #294b71;
  border-bottom: 1px solid gold;
}

.slidemenu3{
  background-color: #294b71;
  
 
}

.slidemenu4{
  background-color: #294b71;
  /*border-right: 1px solid gold;*/ 
}

.effecthover3{
   position: relative;
   width:100%;
   overflow: hidden;
   
   
}



.departments3.overlay{

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
  opacity: 0;
  background: #294b71;
  cursor: pointer;

}


.effecthover3:hover .overlay {
 opacity: 1;
 transform: rotate(360deg);
 


}


.departments3{
  height: 100px;
  background-color:#294b71;
  text-align:center;



}



.iconss3 {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.iconss3:hover{
  color: white;
}

.harmich53{
  position:absolute;
  top:70%;
  width: 100%;


}



.departmenticonss3{
  font-size: 40px;
  color: white;
  margin-top: 15%;
  color: gold;

}

.teachertestmonial{
  border-left: 3px solid red;
}


.logos{
  width: 30%;
  height: 30px;
  margin-top: 50px;

}


.top-bar{
  background-color: #294b71;
  height: 10px;
}

.top-angle{
  background-color: #294b71;
  height: 50px;
  border-bottom: 2px solid gold;
  /*clip-path: polygon(6% 100%, 100% 100%, calc(100% - 0px) 0%, 0% 0%, calc(100% - 0px) 0%, 0% 0%);*/
}

.navbar-laravel{
  margin-top: 0px;
  background-color: #294b71;
  height: 20px;
}


/*.headcornertop2{
  position: absolute;
  margin-top: 380px;
  padding-right: 0px;
}*/

/*end teachear gallery*/

/*mobile divices*/




@media (max-width: 576px) {

.prosun{
  width: 100%;
  height: 120px;
  border-radius: 5px 5px 0px 0px;

}

.prosundown{
  width: 100%;
  background-color: #294b71;
  border-radius:0px 0px 5px 5px;
}

.prosundown-text{
  font-size: 9px;
}

.prosunlink{
  text-decoration: none;
}

.logo-sp{
  width: 100%;
  height: auto;
}

.activeicon{
  font-size: 22px;

}

.all-angle{
    position: relative;
    background-color: #294b71;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    clip-path: polygon(0% 100%, 100% 100%, calc(85% - 0px) 0%, 0% 0%, calc(100% - 0px) 0%, 0% 0%);
}


.notice-box{
  margin-top: -50px;
  border-radius: 0px 0px 5px 5px;
}



.navbar-laravel{
  margin-top: -15px;
  background-color: #294b71;
  height: 25px;
}

.top-bar{
  background-color: #294b71;
  height: 10px;
}

.top-angle{
  background-color: #294b71;
  height: 40px;
 /* clip-path: polygon(6% 100%, 100% 100%, calc(100% - 0px) 0%, 0% 0%, calc(100% - 0px) 0%, 0% 0%);*/
}

.slider{
  height: 250px;
}


.barnoticeboard{
  height: auto;
}

.cornerheadnotice{
  height: auto;
}

.cornerhead{
  height: auto;
}


.headcornertop{
  
}

.cornerhead1{
  height: auto;
}

.cornerhead2{
  height: auto;
}

.headcornertop2{
  padding: 0px;
  margin-left: 15px;

}

.teacherphotogalerrry{
  height: auto;
}

.meritalsstudent{
  height: auto;
}

.culturalactivite{
  height: auto;
}

.harmich1{
 height: 110px;
}

.harmich1 h3{
  font-size: 25px;
}

.harmich1 h4{
  font-size: 17px;
  color:#000000;

}

.title h4{
  font-size: 12px;
}

.headslider{
  width: 100%;
  height: 200px;
}


.activiteimg{
  height: 150px;
  width: 100%;
}




.teachergallery{
  height: 130px;
  width: 100%;
  
}



.noticboard{
  background-color:#380c85;
  border-radius: 5px 5px 5px 5px;
  max-width: 84px;
  height: 32px;
  border-bottom: 3px solid  #ff5d00;
}

.noticboard h2{
  font-size: 12px;


}

.noticboard h5{
  font-size: 9px;
  margin-top: -8px;

}

.media-body h5{
  font-size: 12px;
}


.bgcolor{
  background-color: #f4f4f4;
}




.result{
  background-color:#009bff ;
  border-radius: 5px 5px 5px 5px;
  height: 70px;
  max-width: 90px;
  border-bottom: 3px solid  #8300ff;
}

.result h2{
  font-size: 18px;

}

.result h5{
  font-size: 13px;
  margin-top: -5px;

}

.bgcolorresult{
  background-color: #f4f4f4;
}




.routine{
  background-color: #8b00ff;
  border-radius: 5px 5px 5px 5px;
  max-width: 90px;
  height: 70px;
  border-bottom: 3px solid #00aeff;
}


.routine h2{
  font-size: 18px;

}


.routine h5{
  font-size: 13px;
  margin-top: -5px;


}

.bgcolorroutine{
  background-color: #f4f4f4;
}




.departments{
  height: 150px;
  background-color:#8b00ff;
  text-align:center;

}


.departmenticonss{
  font-size: 30px;
  color: white;
  margin-top: 20%;

}


.departmenticons{

  font-size: 30px;
  color: white;
  margin-top: 15%;

}

.departments h4{
  font-size: 16px;
}

.departments h5{
  font-size: 14px;
}




.harmich5 h4{
font-size: 16px;
}

.harmich5 h5{
  font-size: 14px;
}

.iconss{
  margin-top: -20px;
}



.effecthover{
  height: 150px;
}

.activitestex{
 max-height: 60px;
 background-color: #8b00ff;
  
}

.activitestex h4{
  font-size: 15px;
}

.acitvitefont{
  font-size: 30px;

}

.harmich3 h4{
  font-size: 18px;
}


.footer2{
 border-right: 0px solid rgba(255, 255, 255, 0.1);

}




.cardis{
  width: 100%;
  margin: 0 auto;
}

.block-title{
  padding: 0px;
}


.title1{
  right: 0px;
  width:100%;
}


.noticboards{
  width: 100%;
  margin: 0 auto
}

.noticboardnotice{
  width: 100%;
  margin: 0 auto
}


.logos{
  width: 25%;
  height: 60px;

}

.universitename{
  font-size: 25px;
}






.effecthover3{
   position: relative;
   width:100%;
   overflow: hidden;
   
   
}



.departments3.overlay{

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  opacity: 0;
  background: #294b71;
  cursor: pointer;

}


.effecthover3:hover .overlay {
 opacity: 1;
 transform: rotate(360deg);



}


.departments3{
  height: 80px;
  background-color:#294b71;
  text-align:center;



}



.iconss3 {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  
}

.iconss3:hover{
  color: white;

}


.harmich53{
  position:absolute;
  top:50%;
  width: 100%;


}



.departmenticonss3{
  font-size: 30px;
  color: white;
  margin-top: 5%;
  color: gold;

}


.line-bottom{
  border-bottom: 3px solid red;
  border-bottom-width: 2px;
  padding-bottom: 0px;
  width: 60%;

}

.exam{
  margin-top: 40px;
 }


 .events{
   width: 25%;
 }


.eventbutton{
  margin-top: -20px;
}

.testmonialimage{
  width: 30%;
  height: 30%;
}




.logos{
  width: 50px;
  height: 50px;
}

.logoss{
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.logobar{
  margin-top: -40px;
}
.universitename{
  font-size: 11px;
  margin-top: 65px;
}

.searching{
  margin-top: -50px;
  margin-left: 50px;
}


/*login board*/

.login-text{
  font-family: sans-serif;
  font-size: 22px;
  color:#017e00;
  
}

.login-text-name{
  font-family: sans-serif;
  font-size: 16px;
  
}

.text-isms{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 50px;
}

 .textspan{
    font-size: 30px;
    font-family: sans-serif;
    
} 

.addressschool{
  margin-top: -5px; 
  font-family: Times New Roman, Times, serif;
  font-size: 12px;
}

.login-text-singin{
  font-size: 20px;
  font-family: sans-serif;
  border-bottom: 3px solid #017e00;
  width: 100%;
  
}
/*end login board*/


}



@media (min-width: 576px) {

.prosun{
  width: 100%;
  height: 150px;
  border-radius: 5px 5px 0px 0px;

}

.prosundown{
  width: 100%;
  background-color: #294b71;
  border-radius:0px 0px 5px 5px;
}

.prosundown-text{
  font-size: 12px;
}

.prosunlink{
  text-decoration: none;
}

.logo-sp{
  width: 100%;
  height: auto;
}


.activeicon{
  font-size: 22px;

}

.all-angle{
    position: relative;
    background-color: #294b71;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    clip-path: polygon(0% 100%, 100% 100%, calc(85% - 0px) 0%, 0% 0%, calc(100% - 0px) 0%, 0% 0%);
}



.notice-box{
  margin-top: -50px;
  border-radius: 0px 0px 5px 5px;
}

.addressschool{
  margin-top: -5px; 
  font-family: Times New Roman, Times, serif;
  font-size: 14px;
}

.logobar{
  margin-top: 0px;
}

.harmich1{
 height: 110px;
}

.harmich1 h3{
  font-size: 25px;
}

.harmich1 h4{
  font-size: 17px;
  color:#000000;

}

.title h4{
  font-size: 12px;
}

.headslider{
  width: 100%;
  height: 300px;
}


.activiteimg{
  height: 150px;
  width: 100%;
}



.teachergallery{
  height: 150px;
  width: 100%;
  
}




.noticboard{
  background-color:#294b71;
  border-radius: 5px 5px 5px 5px;
  max-width: 90px;
  border-bottom: 3px solid  #ff5d00;
}

.noticboard h5{
  font-size: 12px;

}

.bgcolor{
  background-color: #f4f4f4;
}




.result{
  background-color:#009bff ;
  border-radius: 5px 5px 5px 5px;
  max-width: 90px;
  border-bottom: 3px solid  #8300ff;
}

.result h5{
  font-size: 12px;

}

.bgcolorresult{
  background-color: #f4f4f4;
}




.routine{
  background-color: #8b00ff;
  border-radius: 5px 5px 5px 5px;
  max-width: 90px;
  border-bottom: 3px solid #00aeff;
}

.routine h5{
  font-size: 12px;

}

.bgcolorroutine{
  background-color: #f4f4f4;
}




.departments{
  height: 150px;
  background-color:#8b00ff;
  text-align:center;

}


.departmenticonss{
  font-size: 30px;
  color: white;
  margin-top: 20%;

}


.departmenticons{

  font-size: 30px;
  color: white;
  margin-top: 15%;

}

.departments h4{
  font-size: 16px;
}

.departments h5{
  font-size: 14px;
}




.harmich5 h4{
font-size: 16px;
}

.harmich5 h5{
  font-size: 14px;
}

.iconss{
  margin-top: -20px;
}



.effecthover{
  height: 150px;
}

.activitestex{
 max-height: 60px;
 background-color: #8b00ff;
  
}

.activitestex h4{
  font-size: 15px;
}

.acitvitefont{
  font-size: 30px;

}

.harmich3 h4{
  font-size: 18px;
}


.footer2{
 border-right: 0px solid rgba(255, 255, 255, 0.1);

}




.cardis{
  width: 100%;
  margin: 0 auto;
}

.block-title{
  padding: 0px;
}


.title1{
  right: 0px;
  width: 100%;
}


.noticboards{
  width: 100%;
  margin: 0 auto
}

.noticboardnotice{
  width: 100%;
  margin: 0 auto
}

.universitename{
  font-size: 14px;
}






.effecthover3{
   position: relative;
   width:100%;
   overflow: hidden;
   
   
}



.departments3.overlay{

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  opacity: 0;
  background: #294b71;
  cursor: pointer;

}


.effecthover3:hover .overlay {
 opacity: 1;
 transform: rotate(360deg);



}


.departments3{
  height: 80px;
  background-color:#294b71;
  text-align:center;



}



.iconss3 {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  
}

.iconss3:hover{
  color: white;

}


.harmich53{
  position:absolute;
  top:50%;
  width: 100%;


}



.departmenticonss3{
  font-size: 30px;
  color: white;
  margin-top: 5%;
  color: gold;

}

.logos{
  width: 20%;
  height: 80px;

}


.line-bottom{
  border-bottom: 3px solid red;
  border-bottom-width: 2px;
  padding-bottom: 0px;
  width: 30%;

}


.exam{
  margin-top: 40px;
 }


.events{
   width: 20%;
 }



.eventbutton{
  margin-top: -20px;
}


.testmonialimage{
  width: 20%;
  height: 20%;
}



.logos{
  width: 70px;
  height: 46px;
}

.logoss{
  width: 70px;
  height: 70px;
  margin-right: 0px;
}

.universitename{
  font-size: 25px;
  margin-top: 22px;
}

.searching{
  margin-top: -50px;
  margin-left: 110px;
}


/*login board*/

.login-text{
  font-family: sans-serif;
  font-size: 25px;
  color:#017e00;
  
}

.login-text-name{
  font-family: sans-serif;
  font-size: 18px;
  
}

.text-isms{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 50px;
}

 .textspan{
    font-size: 30px;
    font-family: sans-serif;
    
} 

.login-text-singin{
  font-size: 20px;
  font-family: sans-serif;
  border-bottom: 3px solid #017e00;
  width: 100%;
  
}



 }


@media (min-width: 768px) {

.prosun{
  width: 100%;
  height: 150px;
  border-radius: 5px 5px 0px 0px;

}

.prosundown{
  width: 100%;
  background-color: #294b71;
  border-radius:0px 0px 5px 5px;
}

.prosundown-text{
  font-size: 12px;
}

.prosunlink{
  text-decoration: none;
}

.logo-sp{
  width: 100%;
  height: auto;
}

.activeicon{
  font-size: 20px;
  margin-top: -10px;

}

.all-angle{
    position: relative;
    background-color: #294b71;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    clip-path: polygon(0% 100%, 100% 100%, calc(85% - 0px) 0%, 0% 0%, calc(100% - 0px) 0%, 0% 0%);
}


.notice-box{
  margin-top: -50px;
  border-radius: 0px 0px 5px 5px;
}


.top-moving{
  font-size: 15px;
}

.navbar-laravel{
  margin-top: 3px;
  background-color: #294b71;
  height: 16px;
}


.my-navbar .navbar-nav .nav-item{
   font-family: Arial;
   background-color:#294b71;
   float:left;
   font-size: 11px;
 
}

.top-bar{
  background-color: #294b71;
  height: 10px;
}

.top-angle{
  background-color: #294b71;
  height: 40px;
  /*clip-path: polygon(6% 100%, 100% 100%, calc(100% - 0px) 0%, 0% 0%, calc(100% - 0px) 0%, 0% 0%);*/
}

.my-navbar .navbar-nav .nav-item .nav-link {
    text-decoration: none;
    color: white;
    padding: 15px 3px;
    display: block;
}


.slider{
  height: 350px;
}

.notice-box{
  margin-top: -50px;
  border-radius: 0px 0px 5px 5px;
}

.cornerheadnotice {
    height: auto;
  }

.cornerhead{
  height: auto;
}

.headcornertop{

}

.headcornertop2{
  padding-right: 0px;
}

.cornerhead1{
  height: auto;
}

.cornerhead2{
  height: auto;
}


.teacherphotogalerrry{
  height: auto;
}

.meritalsstudent{
  height: auto;
}

.culturalactivite{
  height: auto;
}


.harmich1{
 height: 140px;
}

.harmich1 h3{
  font-size: 25px;
  color:#000000;
}

.harmich1 h4{
  font-size: 18px;
  color:#000000;
}

.title h4{
  font-size: 14px;
}

.headslider{
  width: 100%;
  height: 400px;
}


.activiteimg{
  height: 200px;
  width: 100%;
}


.teachergallery{
  height: 160px;
  width: 100%;
  
}



.noticboard{
  background-color:#380c85;
  border-radius: 5px 5px 5px 5px;
  max-width: 84px;
  height: 32px;
  border-bottom: 3px solid  #ff5d00;
}

.noticboard h2{
  font-size: 12px;


}

.noticboard h5{
  font-size: 10px;
  margin-top: -5px;

}

.bgcolor{
  background-color: #f4f4f4;
}





.result{
  background-color:#009bff ;
  border-radius: 5px 5px 5px 5px;
  max-width: 90px;
}

.result h5{
  font-size: 12px;

}

.bgcolorresult{
  background-color: #f4f4f4;
}




.routine{
  background-color: #8b00ff;
  border-radius: 5px 5px 5px 5px;
  max-width: 90px;
}

.routine h5{
  font-size: 12px;

}

.bgcolorroutine{
  background-color: #f4f4f4;
}




.departments{
  height: 200px;
  background-color:#8b00ff;
  text-align:center;

}


.departmenticonss{
  font-size: 40px;
  color: white;
  margin-top: 30%;

}


.departmenticons{

  font-size: 40px;
  color: white;
  margin-top: 15%;

}

.departments h4{
  font-size: 18px;
}

.departments h5{
  font-size: 16px;
}



.harmich5 h4{
font-size: 18px;
margin-top: 20px;
}

.harmich5 h5{
  font-size: 16px;
}

.iconss{
  margin-top: 0px;
}


.effecthover{
  height: 200px;
}

.activitestex{
 max-height: 60px;
 background-color: #8b00ff;
  
}

.activitestex h4{
  font-size: 15px;
}

.acitvitefont{
  font-size: 40px;

}

.harmich3 h4{
  font-size: 20px;
}

.footer2{
 border-right: 0px solid rgba(255, 255, 255, 0.1);

}





.cardis{
  width: 100%;
  margin: 0 auto;
}

.block-title{
  padding: 0 0px;
}


.title1{
  left: 0px;
  width: 100%;
}


.noticboards{
  width: 100%;
  margin: 0 auto
}

.noticboardnotice{
  width: 100%;
  margin: 0 auto
}


.universitename{
  font-size: 18px;
}





.effecthover3{
   position: relative;
   width:100%;
   overflow: hidden;
   
   
}



.departments3.overlay{

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  opacity: 0;
  background: #294b71;
  cursor: pointer;

}


.effecthover3:hover .overlay {
 opacity: 1;
 transform: rotate(360deg);



}


.departments3{
  height: 80px;
  background-color:#294b71;
  text-align:center;



}



.iconss3 {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  
}

.iconss3:hover{
  color: white;

}


.harmich53{
  position:absolute;
  top:50%;
  width: 100%;


}



.departmenticonss3{
  font-size: 30px;
  color: white;
  margin-top: 5%;
  color: gold;

}


.logos{
  width: 15%;
  height: 80px;

}






.media-body h5{
  font-size: 14px;
}


.bgcolor{
  background-color: #f4f4f4;
}




.result{
  background-color:#009bff ;
  border-radius: 5px 5px 5px 5px;
  height: 70px;
  max-width: 90px;
  border-bottom: 3px solid  #8300ff;
}

.result h2{
  font-size: 18px;

}

.result h5{
  font-size: 13px;
  margin-top: -5px;

}

.bgcolorresult{
  background-color: #f4f4f4;
}




.routine{
  background-color: #8b00ff;
  border-radius: 5px 5px 5px 5px;
  max-width: 90px;
  height: 70px;
  border-bottom: 3px solid #00aeff;
}


.routine h2{
  font-size: 18px;

}


.routine h5{
  font-size: 13px;
  margin-top: -5px;


}

.bgcolorroutine{
  background-color: #f4f4f4;
}





.menu3{
 
 margin-top: -280px;
}


.menu4{
 margin-top: -430px;
}

.line-bottom{
  border-bottom: 3px solid red;
  border-bottom-width: 2px;
  padding-bottom: 0px;
  width: 35%;

}


.exam{
  margin-top: 40px;
 }


.events{
   width: 25%;
 }

 .eventbutton{
  margin-top: -20px;
}


.testmonialimage{
  width: 12%;
  height: 12%;
}




.logos{
  width: 80px;
  height: 60px;
}

.logoss{
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.universitename{
  font-size: 30px;
  margin-top: 25px;
}




/*login board*/

.login-text{
  font-family: sans-serif;
  font-size: 18px;
  color:#017e00;
  
}

.login-text-name{
  font-family: sans-serif;
  font-size: 18px;
  
}

.text-isms{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 70px;
}

 .textspan{
    font-size: 30px;
    font-family: sans-serif;
    
} 

.login-text-singin{
  font-family: sans-serif;
  border-bottom: 3px solid #017e00;
  width: 100%;
  
}
/*end login board*/

/*.searching{
  margin-top: -50px;
  margin-left: 50px;
}*/





 }



@media (min-width: 992px) {

.prosun{
  width: 100%;
  height: 180px;
  border-radius: 5px 5px 0px 0px;

}

.prosundown{
  width: 100%;
  background-color: #294b71;
  border-radius:0px 0px 5px 5px;
}

.prosunlink{
  text-decoration: none;
}

.prosundown-text{
  font-size: 12px;
}

.logo-sp{
  width: 100%;
  height: auto;
}

.activeicon{
  font-size: 22px;
  margin-top: -10px;

}

.all-angle{
    position: relative;
    background-color: #294b71;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    clip-path: polygon(0% 100%, 100% 100%, calc(85% - 0px) 0%, 0% 0%, calc(100% - 0px) 0%, 0% 0%);
}


.notice-box{
  margin-top: -50px;
  border-radius: 0px 0px 5px 5px;
}

.top-moving{
  font-size: 17px;
}


.navbar-laravel{
  margin-top: 10px;
  background-color: #294b71;
  height: 16px;
}


.my-navbar .navbar-nav .nav-item{
   font-family: Arial;
   background-color:#294b71;
   float:left;
   font-size: 11px;
 
}

.top-bar{
  background-color: #294b71;
  height: 5px;
}

.top-angle{
  background-color: #294b71;
  height: 40px;
  clip-path: polygon(6% 100%, 100% 100%, calc(100% - 0px) 0%, 0% 0%, calc(100% - 0px) 0%, 0% 0%);
}

.slider{
  height: 400px;
}


.menu3{
 
 margin-top: 0px;
}


.menu4{
 margin-top: 0px;
}



.my-navbar .navbar-nav .nav-item .nav-link {
    text-decoration: none;
    color: white;
    padding: 15px 6px;
    display: block;
}


.notice-box{
  margin-top: -50px;
  border-radius: 0px 0px 5px 5px;
}

.cornerheadnotice {
    height: auto;
  }

.cornerhead{
  height: auto;
}


.headcornertop{
  
}


.cornerhead1{
  height: auto;
}

.cornerhead2{
  height: auto;
}

.headcornertop2{
  margin-top: 380px;
  padding-right: 0px;
}

.teacherphotogalerrry{
  height: 650px;
}

.meritalsstudent{
  height: 700px;
}

.culturalactivite{
  height: 700px;
}


.harmich1{
 height: 150px
}

.harmich1 h3{
  font-size: 25px;
}

.harmich1 h4{
  font-size: 20px;
  color:#000000;
}

.title h4{
  font-size: 15px;
}

.headslider{
  width: 100%;
  height: 450px;
}


.activiteimg{
  height: 250px;
  width: 100%;
}




.teachergallery{
  height: 150px;
  width: 100%;
  
}


.departments{
  height: 250px;
  background-color:#8b00ff;
  text-align:center;

}


.departmenticonss{
  font-size: 40px;
  color: white;
  margin-top: 30%;

}


.departmenticons{

  font-size: 40px;
  color: white;
  margin-top: 15%;

}

.departments h4{
  font-size: 20px;
}

.departments h5{
  font-size: 18px;
}




.harmich5 h4{
font-size: 20px;
margin-top: 20px;
}

.harmich5 h5{
  font-size: 18px;
}

.iconss{
  margin-top: 0px;
}




.effecthover{
  height: 250px;
}

.activitestex{
 max-height: 60px;
 background-color: #8b00ff;
  
}

.activitestex h4{
  font-size: 15px;
}

.acitvitefont{
  font-size: 40px;

}

.harmich3 h4{
  font-size: 20px;
}



.footer2{
 border-right: 1px solid rgba(255, 255, 255, 0.1);

}




.cardis{
  width: 100%;
  margin: 0 auto;
}

.block-title{
  padding: 0 0px;
}


.title1{
  left: 0px;
  width: 100%;
}


.noticboards{
  width: 100%;
  margin: 0 auto
}

.noticboardnotice{
  width: 100%;
  margin: 0 auto
}


.universitename{
  font-size: 18px;
}





.departments3.overlay{

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  opacity: 0;
  background: #294b71;
  cursor: pointer;

}


.effecthover3:hover .overlay {
 opacity: 1;
 transform: rotate(360deg);
 


}


.departments3{
  height: 80px;
  background-color:#294b71;
  text-align:center;



}



.iconss3 {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  
}

.iconss3:hover{
  color: white;

}


.harmich53{
  position:absolute;
  top:50%;
  width: 100%;


}



.departmenticonss3{
  font-size: 30px;
  color: white;
  margin-top: 5%;
  color: gold;

}





.noticboard{
  background-color:#380c85;
  border-radius: 5px 5px 5px 5px;
  max-width: 84px;
  height: 32px;
  border-bottom: 3px solid  #ff5d00;
}

.noticboard h2{
  font-size: 12px;


}

.noticboard h5{
  font-size: 10px;
  margin-top: -8px;

}

.media-body h5{
  font-size: 14px;
}


.bgcolor{
  background-color: #f4f4f4;
}




.result{
  background-color:#009bff ;
  border-radius: 5px 5px 5px 5px;
  height: 70px;
  max-width: 90px;
  border-bottom: 3px solid  #8300ff;
}

.result h2{
  font-size: 18px;

}

.result h5{
  font-size: 13px;
  margin-top: -5px;

}

.bgcolorresult{
  background-color: #f4f4f4;
}




.routine{
  background-color: #8b00ff;
  border-radius: 5px 5px 5px 5px;
  max-width: 90px;
  height: 70px;
  border-bottom: 3px solid #00aeff;
}


.routine h2{
  font-size: 18px;

}


.routine h5{
  font-size: 13px;
  margin-top: -5px;


}

.bgcolorroutine{
  background-color: #f4f4f4;
}







.logos{
  width: 15%;
  height: 50px;

}


.line-bottom{
  border-bottom: 3px solid red;
  border-bottom-width: 2px;
  padding-bottom: 0px;
  width: 55%;

}

.exam{
  margin-top: 40px;
 }


.events{
   width: 25%;
 }



 .eventbutton{
  margin-top: -20px;
}


.testmonialimage{
  width: 20%;
  height: 20%;
}



.logos{
  width: 90px;
  height: 70px;
}

.logoss{
  width: 90px;
  height: 90px;
  margin-right: 50px;
}

.universitename{
  font-size: 35px;
  margin-top: 25px;
}



/*login board*/

.login-text{
  font-family: sans-serif;
  font-size: 20px;
  color:#017e00;
  
}

.login-text-name{
  font-family: sans-serif;
  font-size: 18px;
  
}

.text-isms{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 70px;
}

 .textspan{
    font-size: 30px;
    font-family: sans-serif;
    
} 

.login-text-singin{
  font-family: sans-serif;
  border-bottom: 3px solid #017e00;
  width: 100%;
  
}
/*end login board*/




}


@media (min-width: 1200px) {

.prosun{
  width: 95%;
  height: 200px;
  border-radius: 5px 5px 0px 0px;

}

.prosundown{
  width: 95%;
  background-color: #294b71;
  border-radius:0px 0px 5px 5px;
}


.prosunlink{
  text-decoration: none;
}

.prosundown-text{
  font-size: 16px;
}


.logo-sp{
  width: 100%;
  height: auto;
}

.activeicon{
  font-size: 22px;
  margin-top: -10px;

}

.all-angle{
    height: 40px;
    background-color: #294b71;
    font-size: 16px;
    font-weight: bold;
    clip-path: polygon(0% 100%, 100% 100%, calc(90% - 0px) 0%, 0% 0%, calc(100% - 0px) 0%, 0% 0%);
}


.navbar-laravel{
  margin-top: 10px;
  background-color: #294b71;
  height: 16px;
}

.top-moving{
  font-size: 14px;
}

.my-navbar .navbar-nav .nav-item{
   font-family: Arial;
   background-color:#294b71;
   float:left;
   font-size: 14px;
 
}

.top-bar{
  background-color: #294b71;
  height: 5px;
}

.top-angle{
  background-color: #294b71;
  height: 40px;
  clip-path: polygon(6% 100%, 100% 100%, calc(100% - 0px) 0%, 0% 0%, calc(100% - 0px) 0%, 0% 0%);
}

.my-navbar .navbar-nav .nav-item .nav-link {
    text-decoration: none;
    color: white;
    padding: 15px 8px;
    display: block;
}
 

.slider{
  height: 450px;
}

/*.barnoticeboard{
  height: 700px;
}*/

.notice-box{
  margin-top: -50px;
  border-radius: 0px 0px 5px 5px;
}

.cornerheadnotice {
    height: 285px;
  }

.cornerhead{
  height: auto;
}


.headcornertop{
}

.cornerhead1{
  height: auto;
}

.cornerhead2{
  height: auto;
}

.headcornertop2{
  margin-top: 380px;
  padding-right: 0px;
}

.teacherphotogalerrry{
  height: 890px;
}

.meritalsstudent{
  height: 890px;
}

.culturalactivite{
  height: 750px;
}


.harmich1{
 height: 160px;
 margin-top: 60px;
}
.harmich1 h3{
  font-size: 25px;
}

.harmich1 h4{
  font-size: 21px;
  color:#000000;

}


.title h4{
  font-size: 16px;
}

.headslider{
  width: 100%;
  height: 650px;
}


.activiteimg{
  height: 270px;
  width: 100%;
}


.teachergallery{
  height: 160px;
  width: 100%;
  
}


.effecthoverteacher{
  width: 90%;
}

.departments{
  height: 300px;
  background-color:#8b00ff;
  text-align:center;

}


.departmenticonss{
  font-size: 40px;
  color: white;
  margin-top: 30%;

}


.departmenticons{

  font-size: 40px;
  color: white;
  margin-top: 15%;

}

.departments h4{
  font-size: 22px;
}

.departments h5{
  font-size: 20px;
}


.harmich5 h4{
font-size: 22px;
margin-top: 20px;
}

.harmich5 h5{
  font-size: 18px;
}

.iconss{
  margin-top: 0px;
}



.effecthover{
  height: 270px;
}

.activitestex{
 max-height: 60px;
 background-color: #8b00ff;
  
}

.activitestex h4{
  font-size: 15px;
}

.acitvitefont{
  font-size: 40px;

}

.harmich3 h4{
  font-size: 20px;
}


.cardis{
  width: 100%;
  margin: 0 auto;
}

.block-title{
  padding: 0 0px;
}


.title1{
  left: 0px;
  width: 100%;
}


.noticboards{
  width: 100%;
  margin: 0 auto
}

.noticboardnotice{
  width: 100%;
  margin: 0 auto
}

.cardisabout{
  width: 100%;
}




.noticboard{
  background-color:#380c85;
  border-radius: 5px 5px 5px 5px;
  max-width: 84px;
  height: 32px;
  border-bottom: 3px solid  #ff5d00;
}

.noticboard h2{
  font-size: 12px;


}

.noticboard h5{
  font-size: 9px;
  margin-top: -8px;

}

.media-body h5{
  font-size: 14px;
}


.bgcolor{
  background-color: #f4f4f4;
}




.result{
  background-color:#009bff ;
  border-radius: 5px 5px 5px 5px;
  height: 70px;
  max-width: 90px;
  border-bottom: 3px solid  #8300ff;
}

.result h2{
  font-size: 18px;

}

.result h5{
  font-size: 13px;
  margin-top: -5px;

}

.bgcolorresult{
  background-color: #f4f4f4;
}




.routine{
  background-color: #8b00ff;
  border-radius: 5px 5px 5px 5px;
  max-width: 90px;
  height: 70px;
  border-bottom: 3px solid #00aeff;
}


.routine h2{
  font-size: 18px;

}


.routine h5{
  font-size: 13px;
  margin-top: -5px;


}

.bgcolorroutine{
  background-color: #f4f4f4;
}




.universitename{
  font-size: 28px;
}

.logos{
  width: 10%;
  height: 60px;

}

.line-bottom{
  border-bottom: 3px solid red;
  border-bottom-width: 2px;
  padding-bottom: 0px;
  width: 20%;

}


.exam{
  margin-top: 0px;
 }


.events{
   width: 15%;
 }



 .eventbutton{
  margin-top: -20px;
}



.menu4{
 margin-top: 0px;
}

.testmonialimage{
  width: 15%;
  height: 15%;
}


.logos{
  width: 100px;
  height: 100px;
}


.logoss{
  width: 110px;
  height: 110px;
  margin-right: 120px;
}

.universitename{
  font-size: 40px;
  margin-top: 30px;
}

/*login board*/

.login-text{
  font-family: sans-serif;
  font-size: 23px;
  color:#017e00;
  
}

.login-text-name{
  font-family: sans-serif;
  font-size: 18px;
  
}

.text-isms{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 60px;
}

 .textspan{
    font-size: 30px;
    font-family: sans-serif;
    
} 

.login-text-singin{
  font-family: sans-serif;
  border-bottom: 3px solid #017e00;
  width: 100%;
  
}
/*end login board*/



}

