.section-title {
    color: #343434;
    font-size: 18px;
}
.section-padding {
    padding-top: 60px;
    padding-bottom: 50px;
}
.about-list ul li {
    color: black;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 55px;
    position: relative;
}
.about-list ul li::before {
    background: #33ace5 none repeat scroll 0 0;
    height: 26px;
    width: 26px;
    line-height: 25px;
}
.sections-padding {
    padding-top: 65px;
    padding-bottom: 80px;
}
.sectionss-padding {
    padding-top: 100px;
    padding-bottom: 80px;
}
h2, h3 {
    line-height: 34px;
    color: #fff;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: #33ace5;
}

input.single-input {
    width: 100%;
    display: block;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #060606;
    margin-bottom: 30px;
}