@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700');

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}
a:hover,
a:focus,
a:active{
    text-decoration: none;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

/* Navigation Section */ 
.coming-soon-wrp{
    position: relative;
    background-image: url(../images/Background.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.cm-soon-content{
    padding: 90px 0;
}
.cm-soon-content img{
    margin: 0 auto;
    width: 280px;
}
.cm-soon-content h3{
    font-size: 70px;
    font-weight: bold;
    color: #b3dd6b;
    margin: 50px 0 30px;
    text-align: center;
    letter-spacing: 1px;
}
.cm-soon-content h4{
    font-size: 35px;
    color:  #194fd3;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
    line-height: 28px;
}
.cm-soon-content h4 span{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #ef170d;
}
.cm-soon-content ul{
    text-align: center;
}
.cm-soon-content ul li{
    display: inline-block;
    margin-right: 40px;
}
.cm-soon-content ul li:last-child{
    margin: 0;
}
.cm-soon-content h5{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 20px 0 10px;
    text-align: center;
    line-height: 28px;
    position: relative;
    padding: 0 0 20px;
}
.cm-soon-content h5:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background-color: #00b4c5;
}
.cm-soon-content h5 span{
    color: #00b4c5;
    display: block;
    font-size: 22px;
}
.cm-soon-content h6 span{
    color: #00b4c5;
    display: block;
    font-size: 22px;
}
.cm-soon-content h6 a{
    color: #000;
}
.cm-soon-content h6{
    font-size: 18px;
    color: #bd4640;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
    line-height: 28px;
}