/** info-section **/
.info-section {
    position: relative;
    padding: 120px 0px 105px 0px;
}

.info-section .bg-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.info-section .content-box {
    margin-left: 50px;
    z-index: 1;
}

.info-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.info-section .image-layer img {
    position: relative;
    border-radius: 44% 78% 50% 70%;
}

#content_block_one .content-box {
    position: relative;
    display: block;
}

#content_block_one .content-box .sec-title h1 {
    color: #fff;
    font-weight: 700;
}

#content_block_one .content-box .sec-title h1:before {
    right: inherit;
    left: 0px;
}

#content_block_one .content-box .text {
    position: relative;
    color: #fff;
    margin-bottom: 25px;
}

#content_block_one .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 9px;
    padding-left: 25px;
}

#content_block_one .content-box .list-item li:last-child {
    margin-bottom: 0px;
}

#content_block_one .content-box .list-item li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 700;
    left: 0px;
    top: 1px;
}

#content_block_one .content-box .list-item {
    position: relative;
    margin-bottom: 57px;
}

#content_block_one .content-box .theme-btn.style-one {
    margin-right: 8px;
}

#content_block_one .content-box .sec-title {
    margin-bottom: 27px;
}