.main-wrapper{
height:100%;
}

.inner {
    background-size: cover;
    height:100%;
    z-index:1;
    position:relative;
    color:#FFF;
    padding-left:25%;
    padding-right:25%;
    padding-top:70px;
    padding-bottom:103px;
   
}

.inner-table {
    height: 100%;
    width: 100%;
    padding: 100px 0;
    
    
    
}

.main-title {
text-align:center;
font-family: 'Montserrat', sans-serif;
font-weight:900;
font-size:67px;
margin-top:-50px;
padding-top:0px;
}


.inner-table-cell {
padding:140px;
background: rgba(0, 0, 0, 0.4);
border-radius:50px;

}

.desc {
text-align:center;
font-family: 'Monsterrat' , sans-serif;
font-weight:300;
font-size:18px;
padding-top:20px;
padding-bottom:75px;
}


.countdown {

    text-align:center;
    font-family: 'Montserrat', sans-serif;
    font-weight:900;
    font-size:25px;
    border:solid 0px;
    background: #4B79A1;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, rgba(40, 62, 81, 0), rgba(146, 177, 171, 1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, rgba(40, 62, 81, 0), rgba(146, 177, 171, 1)) ; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius:100%!important;
    padding:28px 15px 28px 15px;
    height:150px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}





.countdown:hover{

  
    background: #4B79A1;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, rgba(40, 62, 81, 0), rgba(146, 177, 171, 1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(40, 62, 81, 0), rgba(146, 177, 171, 1)) ; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border:solid 7px;
}