

.mains{
	position: fixed;
	z-index: 50;
	width: 100%;
	/* background-color: #fff; */
    text-align: center;
}
.mains .timet{
	background-color: #000;
	color: #fff;
	font-size: 13px;
	width: 100%;
}
.mains .timet div{
	display: inline-block;
	font-size: 13px;
}
.mains .nav{
	width: 100%;
	/* background-color: #fff; */
}
.mains .nav ul li{
	cursor: pointer;
	color: #ff1313;
	margin: 0 10px;
}
.mains .nav ul li:hover a,
.mains .nav ul li:active a,
.mains .nav ul li:visited a{
	color: #ffffff;
	transition:0.5s all ease-in-out;
}

.nav a:hover{
	color: #ff1313 !important;
}
.nav a:visited,
.nav a:link { text-decoration: none; color: #fff;}

.cursor{
	position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1fff13;
    border-radius: 50%;
	z-index: 500;
}

/* footer */
footer{
	margin-top: 50px;
	border-top: 1px solid #fff;
	padding: 60px 0 ;
	position: relative;
}
footer .inner{
	width: 92%;
	margin: 0 auto;
}

.footer-message{
	font-weight: bold;
	color:#F4FFFF;font-weight: 400;
	margin-bottom:10px;
}
.footer-contact{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	justify-content: space-between;
	padding-bottom: 20px;
}
.footer-contact>div{
	width: 33.33%;
}
.footer-contact>div:first-child{
	text-align: left;
}
.footer-contact>div:last-child{
	text-align: right;
}

.footer-contact span{
	color:#F4FFFF;
	font-weight: 300;
	display: inline-block;

}
.footer-contact span:first-child{
	margin-right: 10px;
}
.footer-copyright{
	text-align: center;
	font-size: 10px;
}
.footer-copyright span{
	color:#F4FFFF;
	font-weight: 300;
}
.foot_in {
	width: 100%;
}
.foot_in ul.foo_fir{
	display: flex;    
	justify-content: space-between;
	padding-bottom: 20px;
}
.foot_in ul>li{
	color: #F4FFFF;
	cursor: pointer;
}
.foot_in ul>li:hover{
	color: #ff7d00;
}

.foot_in .foo_con li{
	display: block;
	font-weight: 300;
	padding: 10px 0 ;
	text-align: center;
}

.foot_in .foo_con li::selection{
	color: #fff;
	background-color: #000;
  }


  
.foot_in .foo_con li:first-child{
	font-size: 20px;
}
.foot_in .foo_con li span,
.footer-contact span{
	font-size: 20px;
}







@media (max-width:950px){
	.footer-contact{
		 flex-wrap: wrap;
	}
	.footer-contact>div{
		width: 100%;
	}
	.footer-contact>div:first-child,
	.footer-contact>div:last-child{
		text-align: center;
	}
	.foot_in .foo_con li span, .footer-contact span{
		font-size: 14px;
	}

}