*{
  font-size: 16px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;

}
@keyframes blink {

0% { opacity: 0; }

50% { opacity: 100; }

100% { opacity: 0; }

}

.blink-text {

animation: blink 2s infinite;

}
.header{
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}
.college-logo{
  margin-left: 16px;
  flex: 1;
  margin-left: 30px;
  text-align: center;
  
}
.college-logo img{
  width: 200px;
  height: 106px;
  align-items: center;
  
}
.navbar-right-section{
  display: flex;
  flex-direction: column;
  flex: 2;
}
.navbar-right-section .navbar{
display: inline-block;
vertical-align: middle;
padding-bottom: 0;
margin-bottom: 0;
text-align: center;
padding-right: 14%;
font-size: 16px;
}
.navbar-right-section .navbar li{
font-size: 13px;
display: inline;
transition: 0.1s;
cursor: pointer;

padding-top: 5px;
padding-bottom: 5px;
}
.navbar{
font-size: 16px;
display: flex;
margin-top: 5px;
}
.navbar-right-section .navbar li:hover{
background-color: #ed2d5a;
padding-left: 2px;
padding-right: 2px;
color: white;
}

.icon{
height: 30px;
width: 30px;
}
.navbar-right-section .contact li{
display: inline;
transition: 0.1s;
cursor: pointer;

}
.navbar-right-section .contact{
margin-bottom: 0;
margin-top: -6px;
display: inline-block;
text-align: right;
font-size: 16px;
position: relative;
text-align: center;
}
.blink-nirf{
margin-top: 10px;
font-size: 12px;
display: flex;
}
.blink-text{
font-size: 12px;
}
.blink-box{
flex: 1;
margin-left: 80px;
padding-top: 10px;
}
.nirf-certifications{
flex: 1;
margin-right: 250px;

}
.nirf-certifications img{
height: 40px;
padding-left: 5px;
display: inline;
}
.home-strip{
height: 40px;
display: flex;
justify-content: center;
text-align: center;
background-color: #27334f;
}
.home-strip ul{
display: flex;
}
.home-strip-list li{
padding-top: 50%;
padding-bottom: 50%;
padding: 8px 3px;
height:  40px;
color: white;
border-right: 1px solid #ed2d5a;
font-size: 14px;
cursor: pointer;
transition: 0.11s;
position: relative;
}
.home-strip-list li:hover .strip-list-ul{
opacity: 1;
pointer-events: all;
transition: 1s;
}
.home-strip-list li:hover{
background-color: #ff3f6c;

}

.strip-list-ul{
display: flex;
flex-direction: column;
position: absolute;
left: 0;
padding-left: 0;
top: 40px;
opacity: 0;
white-space: nowrap;
pointer-events: none;
}
.strip-list-ul li{
background-color: #27334f;
color: white;
transition: 0.11s;
text-align: left;
padding-left: 5px;
z-index: 100;
}

.strip-list-ul li:hover{
background-color: #ff3f6c;
}
.marquee-placements{
margin-left: 15%;
margin-right: 15%;
height: 30px;
}
.marquee-placements marquee{
color: #ed2d5a;
z-index: 0;
}
.marquee-placements marquee,.marquee-placements strong{
vertical-align: middle;
}
.below-m-block{
display: flex;
padding: 2px 10px;
justify-content: center;
}
.below-m-block-left{
display: flex;
flex-direction: column;
width: 390px;
}
.messages{

border: 1px solid black;

flex-direction: column;
padding: 10px 6px;
width: 370px;
margin-bottom: 10px;
}
.chaircfo{
color: #27334f;
display: flex;
flex-direction: column;
border: 1px solid white;
border-radius: 10px;
box-shadow: 0 10px 30px #dfdfdf;
padding: 0px 6px;
padding-top: 10px;
transition: 0.2s;
}
.chaircfo:hover{
color: white;
background-color: #27334f;
}
.chaircfo img{
text-align: center;
width: 346px;
border-radius: 10px;
box-shadow: 0 28px 16px -26px rgba(0,0,0,.5);
}
.chaircfo p{
width: 350px;
font-size: 16px;
word-spacing: 5px;
}
.chaircfo-text{
  display: flex;
  flex-direction: column;
}
.read-more-button{
  padding: 8px 22px;
  background-color: #27334f;
  color: white;
  font-weight: bold;
  font-size: 13px;
  width: fit-content;
  margin-left: 67%;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative; 
  white-space: nowrap;
  border: none;
  border-radius: 3px;
  transition: 0.2s;
}
.read-more-button:hover{
  color: #27334f;
  background-color: white;
}
.below-m-block-right{
  width: 780px;
  display: flex;
  flex-direction: column;
}
.notifi-events{
  margin-top: 10px;
display: flex;
flex-direction: column;
border-radius: 10px;
border: 1px #ed2d5a solid;
}
.notifi-head{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  font-weight: bold;
  align-items: center;
  width: 100%;
  background-color: #ed2d5a;
  color: white;
  font-size: 16px;
  height: 50px;
  padding-left: 10px;
  
}
.notifi-list{
  border-bottom: 1px #ed2d5a solid;;
}
.notification-list li{
  font-size: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
}
.news-achievements-eminent{
  width: 1170px;
  text-align: center;
  margin: auto;
}
.img-link-achievements{
  display: flex;
  width: 100%;
  padding-top: 10px;
  margin-top: 3px;
  margin-bottom: 45px;
}
.achievement-element{
  flex: 1;
  margin: 0px 3px;;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16), 0 2px 3px 0 rgba(0,0,0,0.12);
}
.achievement-element img{
  width: 100%;
}
.date-of-entry{
  text-align: center;
  color: white;
  background-color: #27334f;
  padding-bottom: 10px;
  padding-top: 10px;
}
.date-of-entry h1{
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
}
.quick-contacts{
  width: 100%;
  background-color: #27334f;
  display: flex;
  text-align: center;
  justify-content: center;
  color: white;
}
.quick-links{
  flex: 3;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  font-size: 14px;
}
.quick-links h1{
  width: 100%;
  font-size: 24px;
  margin-bottom: -12px;
  margin-left: 3px;
}
hr{
  margin-top: 0;
  width: 100%;
  color: white;
}
.quick-links-lists{
  display: flex;
}
.quick-links-lists ul{
  flex: 1;
}
.quick-links-lists ul li{
  text-align: left;
  padding: 3px 0px;
}
.quick-links-lists ul li a{
  color: white;
  text-decoration: none;
  font-size: 14px;
}
a{
  cursor: pointer;
}
.copyright{
  background-color: #101d3c;
  color: white;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
}
.copyright-text{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  text-align: center;
}
.copyright-text a{
  transition: 0.15s;
}
.copyright-text a:hover{
  text-decoration: none;
  color: white;
}
