



.time{
	position:fixed;
	width:350px;
	height:200px;
	bottom:20px;
	top:50px;
    right:300px;
	
    background-image: url("/images/1.jpg");
	color:#0e0c0c;
	
	
  font-size:40px;

  z-index:100;
  
  margin-top: 80px;
  padding-left: 20%;
 
}

.time1{
    background-color:#114C8B;
	margin-bottom:30px;
    margin-left: 200px;
    border-radius:100px;
    height:140px;
    width:300px;
    
}


    .float{
	position:fixed;
    margin-top: 100px;
    margin-right: 0%;
	width:28%;
	height:63%;
	top:30px;
	right:40px;
	background-color:#114C8B;
    /* background-color:red; */
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	/* margin-top:16px; */
    background-color:red;
    
}

#toTop{
	display: block;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 25px;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(images/arr.png) no-repeat 0px 0px;
}


.copy {
    text-align: center;
    background: #114C8B;
}

.copy p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 1em;
}

.copy p a {
    color: #114C8B;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.copy p a:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


