body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: 'Open Sans', sans-serif;
  font-weight:400px;
}
#login-box {
 
  width:100%;
}
a:hover
{
	text-decoration:none;
}
ul,li
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
 .header_top
 {
	background: #0095e8;
	 font-size:22px;
	 padding:5px 0px;
 }
 .btn_menu_section
 {
	 text-align:center;
 }

.btn_menu_section a {
  background: #5facfd;
  color: #fff !important;
  display: inline-block;
  margin: 10px 10px;
  padding: 6px 4px;
  width:200px;
}
.footer_menu_new {
  position: absolute;
  bottom: 10px;
  color: #000;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.footer_menu_new a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.section__title h2.title__line {
  color: #444444;
  font-size: 44px;
  line-height: 33px;
  margin-bottom: 23px;
  padding-bottom: 15px;
  position: relative;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}
.jn__welcome__wrapper .welcome__juniro__inner h3 {
  color: #333333;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 13px;
  font-family: "Dosis", sans-serif;
}
.jn__welcome__wrapper .welcome__juniro__inner p {
  color: #777777;
  font-size: 15px;
  line-height: 27px;
  padding-right: 7%;
}
.dcare__btn::before {
  background: #89d700 none repeat scroll 0 0;
  border-radius: 25%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(2);
  transform-origin: 50% 50% 0;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.jn__welcome__wrapper .welcome__juniro__inner .wel__btn {
  margin-top: 20px;
}
.dcare__btn {
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  background: #fe5629 none repeat scroll 0 0;
  box-shadow: 0 0 1px transparent;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.5s;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  z-index: 2;
}
.jn__welcome__wrapper .welcome__juniro__inner h3 {
  color: #333333;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 13px;
  font-family: "Dosis", sans-serif;
}
.notice_board h3 {
  background: #89d700;
  font-size: 25px !important;
  padding: 5px 10px;
  color: #fff !important;
  margin-bottom: 0px !important;
}
.notice_board marquee {
  background: #0095e8;
  padding-bottom: 20px;
}
.notice_board marquee p {
  color: #fff !important;
}