body {
    font-family: 'Assistant';
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #777;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

a:hover {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}

h5 {
    font-size: 16px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Amiko';
}

p {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #777;
}

img {
    max-width: 100%;
}

.section-padding {
    padding: 80px 0;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 70px;
    text-transform: capitalize;
    position: relative;
    line-height: 44px;
}

.section-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 10px;
    height: 10px;
    background: #e45447;
    border-radius: 7px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100px;
    height: 2px;
    background: #e45447;
}

section:nth-child(odd) {
    background: #f9f9ff;
}

section:nth-child(1) {
    background: #ffffff;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #04b4e0;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.back-to-top:hover {
    background-color: transparent;
    color: #04b4e0;
    border: 1px solid #04b4e0;
}