ul li{
	list-style: none !important;
}

.up-ev-title{
	background:#012549;
	color: white;
	text-align: center;
	padding: 2px; 
}

.up-ev-title i{
	background: #012549;
background: -webkit-linear-gradient(310deg, #012549 0%, #ff5421 100%);
background: linear-gradient(310deg, #012549 0%, #ff5421 100%);
	font-size: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
    border-radius: 50%;

}

.see-all{
	float: right;

	a{
		color: #ff5421;
	}
}

.newsticker-container {
  overflow: hidden;
	/*  height: 500px;*/
	height: 400px;

	/*border: 1px solid #2199ff;
    padding: 5px;*/
}

.newsticker-1 {
    border: 1px solid #2199ff;
    padding: 10px;
}

.newsticker-2 {
    border: 1px solid #236909;
    padding: 10px;
}

.newsticker-3 {
    border: 1px solid #d00e0e;
    padding: 10px;
}


a.cir_sc_col {
    color: #6f7785 !important;
}


.ulnew {
  list-style-type: none;
  margin: 0;
  padding: 0;
  animation: scroll 10s linear infinite;
/*  position: relative;*/
  margin-top:50px;
}

.ulnew:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
.linew{
	list-style: none;
/*	display: flex;*/
	/*align-items: center;
	justify-content: center;*/
/*	gap:10px;*/

	.date{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
/*		width: 100px;*/
		border: 1px solid #80808026;
/*		margin-right:10px;*/

		span:first-child{
			background: #012549;
			width: 100%;
			color: white;
			text-align: center;
			font-weight: bold;
		}
		span:last-child{
/*			background: #ff5421;*/
background: #fff;
			width: 100%;
/*			color: white;*/
			text-align: center;
			font-weight: bold;
		}
	}
}

.scroll_icons{
		background: #012549;
    background: -webkit-linear-gradient(310deg, #012549 0%, #ff5421 100%);
    background: linear-gradient(310deg, #012549 0%, #ff5421 100%);
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 50%;
    margin-left: 10px;
}

.events-see-all {
    text-align: right;
}

.events-see-all {
    text-align: right;
}

.events-see-all .circular_view{
   	background-color: #d00e0e;
    padding: 6px 10px;
    color: #fff;
}

.events-see-all .annoucements_view{
   	background-color: #236909;
    padding: 6px 10px;
    color: #fff;
}

.events-see-all .events_view{
   	background-color: #2199ff;
    padding: 6px 10px;
    color: #fff;
}

.team-position{
	color: #ff5421 !important;
}
/*.company-work-hour{
	align-items: center;
    justify-content: center;
    display: flex;
}*/

.footer_log_sec{
	align-items: center;
    display: flex;
}

.footer_log_sec h4{
	margin-left:5px !important;
	margin-bottom: 0 !important;
    line-height: 36px !important;
}
.rules_reg .team-content {
    height: 85px !important;
}

.rules_reg .single-team-box{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}