@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
body, html{
    padding:0; margin:0;
    background:#e7e7e7;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1em;
    
}
p, h1, h2, h3, strong, figure{
    padding:0; margin:0;
}

header h1{
    font-weight: 400;
    color:#53aad9;
    font-size: 2.4rem;

}

header h1 span{
    font-weight: 700;
}

.sliderPro, .pro{
    background:#53aad9;
}
.descPro{
    background: #fff;
}
.descPro h2{
    font-weight: 600;
}
.descPro ul li{
    list-style-type: square;
    line-height: 1.4em;
}
.descPro .subt{
    color:#53aad9;
    font-size: 1.2rem;
}
.uk-button-primary, .uk-button-primary:active {
    background-color: 
    #53aad9;
color:
    #fff;
}
.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: 
    #0f5a83;
color:
    #fff;
}
.uk-button-primary span{
    margin-right:5px;
}

footer{
    background: #535353;
}

footer a{
    text-decoration: none;
    color:#fff;
    padding: 0 10px;
}

footer a:hover, footer a:active{
    text-decoration: none;
    color:#53aad9;
    padding: 0 10px;
}
footer h6{
    color:#fff;
}