/** 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;
}/** service-section **/
.service-section {
    position: relative;
    padding: 100px 0px 70px 0px;
}

.service-section .top-title {
    margin-bottom: 60px;
}

.service-block-one {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.service-section .service-block-one {
    margin-bottom: 30px;
}

.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.service-block-one .inner-box .image-box a {
    position: relative;
    display: block;
}

.service-block-one .inner-box .image-box a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: -100%;
    transition: all 500ms ease-in-out;
    z-index: 1;
}

.service-block-one:hover .inner-box .image-box a:before {
    top: 0%;
    height: 100%;
}

.service-block-one .inner-box .image-box img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
}

.service-block-one:hover .inner-box .image-box img {
    transform: scale(1.05);
}

.service-block-one .inner-box .lower-content {
    position: relative;
    padding: 38px 30px 45px 30px;
}

.service-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222;
}

.service-block-one .inner-box .lower-content .text {
    position: relative;
    margin-bottom: 27px;
}

.service-block-one .inner-box .lower-content .price {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 22px;
}

.service-block-one .inner-box .lower-content .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    border-radius: 30px;
    text-align: center;
    padding: 10px 35px;
}

.service-block-one .inner-box .lower-content .btn-box a:hover {
    color: #fff;
}
