.section-tittle2.section-tittle-testi h2 {
    color: #ffff;
}
.section-tittle2 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 50px;
    position: relative;
    display: inline-block;
}
.section-tittle2 h2::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 5px;
    background: #da0000;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.section-tittle2 h2::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 8px;
    background-color: #fff;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
    left: 115px;
    right: 0;
    bottom: 0;
}
.section-tittle3.section-tittle-testi h2 {
    color: #ffff;
}
.section-tittle3 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 50px;
    position: relative;
    display: inline-block;
}
.section-tittle3 h2::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 5px;
    background: #da0000;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.section-tittle3 h2::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 8px;
    background-color: #fff;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;r
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
    left: 125px;
    right: 0;
    bottom: 0;
}

.section-tittle4.section-tittle-testi h2 {
    color: #ffff;
}
.section-tittle4 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 50px;
    position: relative;
    display: inline-block;
}
.section-tittle4 h2::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 5px;
    background: #da0000;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.section-tittle4 h2::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 8px;
    background-color: #fff;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;r
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
    left: 45px;
    right: 0;
    bottom: 0;
}
.form-box > .error{
    color: #da0000;
}