.header {
    background-image: url("../img/holder.jpg");
    height: 796px;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
    border-width: 0;
    border-top-width: 0px;
    border-bottom-width: 0px;
    height: 796px;
}

.center-vertical{
    display: flex;
    align-items: center;
}
.target-container {
    margin-top: 70px;
    height: auto;
    margin-bottom: 70px;
}

.target {
    height: 290px;
    width: 313px;
    left: 1px;
    top: 75px;
    z-index: 8;
    border: 1px solid rgb(225, 225, 225);
    margin: auto;
    margin-bottom: 20px;
}

.target > .title-contents {
    font-size: 24px;
    color: rgb(24, 26, 39);
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
}

.target > .img-contents {
    height: 42px;
    width: 49px;
    left: 133px;
    top: 176px;
    z-index: 9;
    margin: auto;
    margin-bottom: 30px;
}

.target > .text-contents {
    font-size: 16px;
    color: rgb(143, 143, 143);
    line-height: 22px;
    margin: auto;
    width: 90%;
}

.features-image {
    width: 191px;
    height: 320px;
    background-color: rgb(132, 132, 132);
}

.features {
    margin-bottom: 20px;
}

.features  i {
    color: rgb(247, 75, 76);
}

.features > .check-circle {
    display: inline-block;
    vertical-align: center;
    width: 50px;
}

.features > .text-feature {
    display: inline-block;
    width: 80%;
}

.widget-container {
    background-color: #181A27;
}

.widget {
    margin-top: 150px;
    width: 80%;
}

.widget > p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    word-wrap: break-word;
}

.dynamic-button, .image-button {
    width: 279px;
    height: 57px;
    z-index: 31;
    line-height: 23px;
    font-size: 20px;
    font-weight: 700;


    border-radius: 5px;
}

.dynamic-button {
    color: #f74b4c;
    box-sizing: border-box;
    border: 2px solid #f74b4c;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.dynamic-button:hover {
    background-color: #222431;
    color: #f74b4c;
}

.btn-mod {
    border: none;
}
.btn-mod:focus {
    outline: none;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.parallax-window {
    height: 100%;
    min-height: 800px;
    background: transparent;
}

.vertical-line {
    width: 10px;
    height: 100%;
    border-right: 1px solid rgb(247, 75, 76);
}

.vertical-line-content-left {
    height: 350px;
    width: 21px;
    z-index: 28;
    position: absolute;
    right: 65px;
    bottom: -295px;
}

.vertical-line-content-right{
    height: 350px;
    width: 21px;
    left: 65px;
    top: -295px;
    z-index: 28;
    position: absolute;
}

.number-1 {
    position: absolute;
    top: -51px;
    right: -5px;
}

.number-2 {
    position: absolute;
    left: 11px;
    top: 188px;
}

.widget-text-right {
    text-align: right;
}

.widget-text-left {
    text-align: left;
}
.ml {
    margin-left: 70px;
}

.mr {
    margin-right: 70px;
}

@media (max-width: 500px) {
    .vertical-line-content-left {
        display: none;
    }

    .vertical-line-content-right{
        display: none;
    }

    .number-1 {
        display: none;
    }

    .number-2 {
        display: none;
    }

    .widget {
        width: 80%;
        margin: auto;
    }

    .widget .widget-text-left, .widget-text-right {
        text-align: justify;
    }

    .mr .ml {
        margin: auto;
    }

    .pic {
        display: none;
    }
}