*{
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.selector-for-some-widget {
    box-sizing: content-box;
  }
.logo_img{
    width: 100%;
    max-height: 100px;
    min-height: 70px;
}

.colleg_logo{
  width: 30%;
  margin-left: 100px;
}
body{
  overflow-x:hidden;
  padding: 0px;
  margin:0px;
}

.sticky{
  position: fixed;
  width: 100%;
  top:0px;
  z-index: 999;

}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: flex;
  left: 0px;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 50px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.slide_img{
  height: 420px;
}

#seprator_one{
  width:10%;
  height: 5px;
  background-color: #1764FD;
  display: block;
}

#seprator_two{
  width:10%;
  height: 5px;
  background-color: #3A3A3A;
  
}
.list_item{
  padding-bottom: calc(15px/2);
}
.icon_clr{
  
}
.inner_icon{
  background-color: #FF8282;
  padding: 16px;
  transform: rotate(45deg);
  z-index: 2;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  position: relative;
  display: flex;
  margin-right: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  margin-bottom: 20px;
}
.inner_icon_clr{
  color: #004A8D;
  display: inline;
  position: fixed;
  transform: rotate(-45deg);
  padding-bottom: 50px;
  
}

#list_itm{
  list-style-type: none;
}
.head_title{
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.updated_notice{
  margin: 0px 0px -20px 0px;
  padding: 15px;
  background-color: #1A61FF;
}

.updated_notice_title{
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

#list_items{
  list-style: none;
  padding-left: 0px;
}
.listItm{
  padding-bottom: calc(10px/2);
}
.notice_icon{
  color: #015679;
  width: 1.25em;
  font-size: var(--e-icon-list-icon-size);
}
.notice_tle{
  font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
}

.notice_icon2{
  color: #FF1A1D;
  width: 1.25em;
  font-size: var(--e-icon-list-icon-size);
}
.student_count{
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
}


