@import url('https://fonts.googleapis.com/css?family=Raleway');
html,
body {
    font-size: 1rem;
    font-family: 'Raleway', sans-serif !important;
}

body {
    background: #eee;
}

.banner {
    background-color: #99F8E7;
}

.banner h3 {
    background-color: #0069D9;
    color: white;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0;
}

.subscribe {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    color: #fff;
    padding: 50px 15px;
    padding-bottom: 90px;
}
.subscribe h5{
    margin-bottom: 30px;
    text-align: center;
}
/*countdown section*/
.countdown {
    background: #000 url(../images/reg-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
    position: relative;
    color: #fff;
    text-align: center;
}

.countdown:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.countdown h3 {
    position: relative;
    margin-bottom: 50px;
}

.countdown h2 {
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 40px;
   
}
/*livetech section*/

.livetech {
    text-align: center;
    padding: 30px 0;
}

.livetech i {
    padding: 10%;
    background-color: #0069D9;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
    color: white;
}
/*description section*/
.description {
    background: #000 url(../images/reg-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
    position: relative;
    color: #fff;
}

.description:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.btn_custom {
    margin-top: 18px;
}

.description h3 {
    font-weight: bold;
}


.description h2 {
    font-weight: bold;
}

/*register section*/
.register {
    background: #000 url(../images/reg-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
    position: relative;
    color: #fff;
}

.register:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.register .btn,
.register2 .btn {
    margin-top: 18px;
}

@media(min-width: 769px) {
    .team h1 {
        font-size: 4.5rem;
    }
}

.team h1 a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.clock{
    position: relative;
}
.clb{
    display: inline-block;
    margin: 20px;
}