html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.15;
    font-family: 'Jost', sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button{
    outline: none;
    box-shadow: none;
    -webkit-appearance:none;
}
a{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    outline:none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover,
a:focus{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    outline:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}
/*---------------START----------------*/
#header{
    float: left;
    width: 100%;
    background: url(../images/bg-2.jpg) no-repeat top center;
    height: 280px;
    background-size: 100%;
    position: relative;
}
.container{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.head-content{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.head-content img{
    width: 440px;
}
.head-content h1{
    font-size: 60px;
    line-height: 70px;
    color: #1ea74d;
    font-weight: 400;
    letter-spacing: 1px;
}
.demoscontent{
    display: inline-block;
    width: 25%;
    float: left;
}
.box {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
    padding: 0px 0;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
-webkit-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.3);
box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.3);
}
.box img{
    width: 150px;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.demoscontent:hover .box img{
opacity: 1;    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#demos{
    float: left;
    width: 100%;
    padding: 80px 0px;
}
#demos h2{
    font-size: 35px;
    text-align: center;
    line-height: 55px;
    color: #333;
    font-weight: 500;
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 85px;
}
#demos h2::before{
    content: "";
    font-size: 50px;
    /* color: #9e9e9e; */
    background: url(../images/quote-left-solid.svg) no-repeat;
    width: 80px;
    height: 80px;
    background-size: cover;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    top: -30px;
    left: 0;
}
#demos h2 span{
    display: block;
}
.demoscontent p{
    font-size: 26px;
    line-height: 32px;
    color: #1ea74d;
    font-weight: 500;
    text-align: center;
    padding:30px 0px 0px;
}
.btn-demo{
    max-width: 150px;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #656565;
    border-radius: 6px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin: 20px auto 0px;
}
.btn-demo:hover,.btn-demo:focus{
    color: #ffffff;
}
footer{
    position: relative;
width: 100%;
float: left;
padding: 80px 0px;
text-align: center;
background-color: #333;
color: #ffffff;
}
footer ul{
        max-width: 480px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
footer ul li{
display: inline-block;
padding: 0px 20px;
}
footer ul li a{
 display: inline-block; 
 font-size: 26px;
 color: #ffffff;  
}
.contactblock{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}
.contactblock address{
    text-align: right;
    line-height: 26px;
}
.contactblock span{
    width: 2px;
    height: 40px;
    display: inline-block;
    background-color: #ffffff;
    opacity: 0.6;
    margin: 0 auto;
}
.contactblock div{
    width: 45%;
}
.contactblock div p{
    text-align: left;
    line-height: 26px;
}
.contactblock h6{
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
}
footer h6 a{
    color: #ffffff;
}
footer h6{
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*----------------END-----------------*/
