body{
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
}

/*Lnading page header*/
#Landing-Header {
    background: url(/assets/back.png) no-repeat 0 0;
    min-height: 100vh;
    background-size: cover;
}
#Landing-Header .top-bar {
    padding: 15px;
    color: #fff;
}
#Landing-Header .top-bar a {
    text-decoration: none;
    color: #fff;
}
#Landing-Header .brand {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
}
#Landing-Header .rmenu {
    font-size: 14px;
    padding: 5px 0 0;
}
#Landing-Header .rmenu li {
    padding: 0 10px;
}
#Landing-Header .quotes-text {
    padding: 180px;
    color: #fff;
    font-family: 'Source Sans Pro',sans-serif;
}
#Landing-Header h1{
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 1em;
    letter-spacing: 3px;
    color: #fff;
}
#Landing-Header .quotes-des{
    opacity: .8;
    color: #fff;
    font-size: 16px;
}
#whyus {
    padding: 60px 0 50px;
    background: #f6f6f6;
}
#whyus h2,#Features h3,#contact-area h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #37474f;
}
#whyus p{
    margin-bottom: 60px;
    color: #76838f;
    font-size: 16px;
}
#Features{
    padding: 90px 0 60px;
    background-color: #fafafa;
}
#Features h3 {
    margin-bottom: 50px;    
}
#Features .feature-block {
    padding: 30px;
}
#Features .feature-block i{
    font-size: 28px;
    margin-bottom: 20px;
    color: #926dde;
}
#Features .feature-block h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: 1px;
    color: #37474f;
}
#Features .feature-block p{
    font-size: 14px;
    color: #76838f;
}
#contact-area {
    padding: 100px 0;
    color: #fff;
    background-color: #62a8ea;
}
#contact-area h3 {
    color: #fff;
}
#contact-area p {
    font-size: 16px;
    opacity: .8;
}
#contact-area .contact-btn {
    display: inline-block;
    padding: 8px 80px;
    color: #fff;
    background-color: #37474f;
    border-radius: 1000px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}
#contact-area .contact-btn span{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .2s ease-out 0s;
    -o-transition: -o-transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;

}
#contact-area .contact-btn i {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transition: opacity .2s ease-out 0s;
    -o-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    -webkit-transform: translate(-20px,-50%);
    -ms-transform: translate(-20px,-50%);
    -o-transform: translate(-20px,-50%);
    transform: translate(-20px,-50%);
    opacity: 0;
}
#contact-area .contact-btn:hover{
    color: #fff;
    border-color: #465963;
    background-color: #465963;
}
#contact-area .contact-btn:hover i {
    opacity: 1;
}
#contact-area .contact-btn:hover span{
    -webkit-transform: translate(10px,0);
    -ms-transform: translate(10px,0);
    -o-transform: translate(10px,0);
    transform: translate(10px,0);
}
#Footer-area {
    font-weight: 300;
    padding: 50px 0 50px;
    text-align: center;
    background-color: #31353b;
}
#Footer-area  p{
    font-size: 14px;
    margin-bottom: 0;
    color: #8e8f91;
}
#Footer-area .footer-logo {
    margin-bottom: 30px;
}
