
.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-item-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

/*  */
/* service bg icon */
/*  */
.service-bg-icon,
.service-center-icon {
    /*padding: 65px 70px 80px 95px;*/
    padding: 0px 0px 80px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .service-bg-icon > *,
    .service-center-icon > * {
        position: relative;
        z-index: 2;
    }

    .service-bg-icon .title-section,
    .service-center-icon .title-section {
        font-size: 56px;
        font-weight: 400;
    }

    .service-bg-icon:before,
    .service-center-icon:before {
        content: "";
        display: inline-block;
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #28a6ec;
    }

    .service-bg-icon.color-2:before,
    .service-center-icon.color-2:before {
        background: #f9b91e;
    }

    .service-bg-icon.color-3:before,
    .service-center-icon.color-3:before {
        background: #F56363;
    }

    .service-bg-icon.color-4:before,
    .service-center-icon.color-4:before {
        background: #43C5B8;
    }

    .service-bg-icon.color-5:before,
    .service-center-icon.color-5:before {
        background: #2EB851;
    }

    .service-bg-icon.color-6:before,
    .service-center-icon.color-6:before {
        background: #C744FD;
    }

    .service-bg-icon.white:before,
    .service-center-icon.white:before {
        background: #ffffff;
    }

    .service-bg-icon.gray:before,
    .service-center-icon.gray:before {
        background: #f2f2f2;
    }

    .service-bg-icon .icon-bg-serv,
    .service-center-icon .icon-bg-serv {
        position: absolute;
        z-index: 1;
        font-size: 330px;
        opacity: 0.05;
        color: #000000;
        bottom: -50px;
        line-height: 1;
        right: -130px;
    }

@media (max-width: 1200px) {
    .service-bg-icon {
        /*padding: 65px 40px 80px 40px;*/
        padding: 0px 0px 80px 0px;
    }
}

.service-center-icon {
    padding: 40px 30px 35px 40px;
}

    .service-center-icon .cws-icon {
        width: auto;
        height: auto;
        color: #28a6ec;
    }

        .service-center-icon .cws-icon:before {
            line-height: 1;
            font-size: 40px;
        }

        .service-center-icon .cws-icon.text-white {
            color: #ffffff;
        }

.mt-minus {
    margin-top: -135px;
}

.services-with-bg {
    position: relative;
    z-index: 100;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-image: url(../pic/1920x1280-benefits.jpg);
    background-size: cover;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

    .services-with-bg .service-center-icon:before {
        opacity: 0.95;
    }

    .services-with-bg .service-center-icon.white,
    .services-with-bg .service-center-icon.color-4 + .service-center-icon {
        overflow: visible;
    }

        .services-with-bg .service-center-icon.white:before {
            left: -2px;
        }

        .services-with-bg .service-center-icon.color-4 + .service-center-icon:before {
            right: -2px;
        }


@media (max-width: 991px) {
    .half-section {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .half-section.pl-55 {
            padding: 15px;
        }
}

@media (min-width: 768px) {
    .flex-box-sm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cws-multi-col .col-md-3:nth-child(4n + 5) {
        clear: none;
    }

    .cws-multi-col .col-md-4:nth-child(3n + 4) {
        clear: none;
    }

    .cws-multi-col .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }

    .half-section {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .cws-multi-col .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }

    .cws-multi-col .col-md-4:nth-child(3n + 4) {
        clear: left;
    }

    .cws-multi-col .col-md-3:nth-child(4n + 5) {
        clear: left;
    }

    .half-section.left {
        float: right;
    }

    .half-section {
        width: 485px;
    }
}

@media (min-width: 1240px) {
    .container {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
}

@media (min-width: 1200px) {
    .half-section {
        width: 585px;
    }
}

@media (min-width: 1240px) {
    .half-section {
        width: 600px;
    }
}


@media (max-width: 1200px) {
    .service-bg-icon {
        /*padding: 65px 40px 80px 40px;*/
        padding: 0px 0px 80px 0px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .col-md-4 .blog-item .blog-item-foot {
        text-align: center;
    }

        .col-md-4 .blog-item .blog-item-foot .cws-button {
            margin-top: 10px;
            float: none !important;
        }
}

.title-section {
    line-height: 1.4;
    font-size: 40px;
    font-weight: 300;
}

.text-white {
    color: #ffffff !important;
}
.overflow-h > .divider,
.overflow-h > ul {
    overflow: hidden;
}
.service-center-icon .cws-icon.text-white {
    color: #ffffff;
}

.divider {
    display: block;
    margin: 9px auto;
    width: 50px;
    height: 2px;
    background: #28a6ec;
}

    .divider.left {
        margin-left: 0;
        margin-right: 0;
    }

    .divider.color-2 {
        background: #f9b91e;
    }

    .divider.color-3 {
        background: #F56363;
    }

    .divider.color-4 {
        background: #43C5B8;
    }

    .divider.gray {
        background: #e6e6e6;
    }

    .divider.gray-darknest {
        background: #8a9499;
    }

    .divider.white {
        background: #ffffff;
    }

    .divider.mini {
        width: 30px;
    }
