
.section-title {
    margin-bottom: 67px; }
.section-title .subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #00a8ff;
    line-height: 54px;
    display: block;
    margin-bottom: 10px; }
.section-title .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 27px;
    color: #fff;
    font-weight: 700; }
/*------------------------
    How it works
-------------------------*/
.how-it-work {
    position: relative;
    z-index: 0;
    padding: 100px 0 140px; }
.how-it-work:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 26, 102, 0.9);
    content: '';
    z-index: -2; }
.how-it-work .how-it-work-progress {
    position: absolute;
    left: 52%;
    top: 260px;
    width: 95%;
    z-index: -1;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%); }
.how-it-work.how-it-work-bg {
    background-image: url(../../images/logo/how-it-work.jpg);
}
.how-it-work .single-how-it-work {
    text-align: center; }
.how-it-work .single-how-it-work:hover .icon {
    background-color: #fff;
    color: #00a8ff; }
.how-it-work .single-how-it-work.two {
    position: relative;
    top: 20px; }
.how-it-work .single-how-it-work.three {
    position: relative;
    top: 40px; }
.how-it-work .single-how-it-work .icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    color: #fff;
    background-color: #00a8ff;
    font-size: 40px;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.how-it-work .single-how-it-work .content .title {
    font-size: 30px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px; }
.how-it-work .single-how-it-work .content p {
    color: #c6c9e5;
    font-size: 14px;
    line-height: 26px; }
