﻿
.sec-title {
    margin-top: -1px;
    padding-bottom: 30px;
    position: relative;
}

    .sec-title h2 {
        color: #222;
        font-size: 40px;
        font-weight: 600;
        line-height: 46px;
        text-transform: capitalize;
        margin: 0 0 1px;
    }

    .sec-title .border {
        height: 2px;
        width: 50px;
        display: inline-block;
        background: rgba(16,150,218, 1);
        /*background: #f5365e;*/
    }

.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    min-width: 320px;
    overflow-x: hidden;
    width: 100%;
}

.call-to-action-area {
    padding: 90px 0 60px;
}

    .call-to-action-area .sec-title {
        padding: 0 65px 40px;
    }

        .call-to-action-area .sec-title p {
            color: #222;
            font-size: 20px;
            font-weight: 400;
            line-height: 32px;
            margin: 0;
        }

    .call-to-action-area .single-item {
        margin-bottom: 40px;
    }

        .call-to-action-area .single-item .img-holder {
            display: block;
            overflow: hidden;
            position: relative;
        }

            .call-to-action-area .single-item .img-holder img {
                transform: scale(1.1,1.1);
                transition: all 0.5s ease 0s;
                width: 100%;
            }

            .call-to-action-area .single-item .img-holder .overlay-style-one .box .content a i {
                background: rgba(16,150,218, 1);
                color: #fff;
                font-size: 15px;
                opacity: 0;
                transform: scale(.7);
                transition: all 500ms ease 0.1s;
                width: 35px;
                height: 35px;
                border: 1px solid #fff;
                line-height: 34px;
            }

        .call-to-action-area .single-item:hover .img-holder .overlay-style-one {
            /*background: rgba(255,43,88,.8);*/
            background-color: rgba(43,44,255,0.7);
        }

        .call-to-action-area .single-item:hover .img-holder img {
            transform: scale(1,1);
        }

        .call-to-action-area .single-item:hover .img-holder .overlay-style-one .box .content a i {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .call-to-action-area .single-item:hover .img-holder .overlay-style-one .box .content a:hover i {
            background: rgba(43,44,54,.7);
        }

        .call-to-action-area .single-item .text-holder {
            padding-top: 29px;
            position: relative;
            padding-bottom: 13px;
        }

            .call-to-action-area .single-item .text-holder:before {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                content: "";
                background: #f7f7f7;
            }

            .call-to-action-area .single-item .text-holder:after {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                content: "";
                background: rgba(16,150,218, 1);
                transition: all 500ms ease 0.15s;
            }

        .call-to-action-area .single-item:hover .text-holder:after {
            width: 100%;
        }

        .call-to-action-area .single-item .text-holder h3 {
            color: #222;
            font-size: 20px;
            font-weight: 400;
            text-transform: capitalize;
            margin: 0 0 13px;
        }

.service-section .item-holder {
    position: relative;
    padding: 100px 90px 87px 0;
    margin-right: -15px;
    z-index: 1;
}

    .service-section .item-holder:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: -1;
        background: rgba(0,0,0,.4);
    }

.service-section .link-btn {
    margin-top: 30px;
}

.service-section .sec-title {
    padding-bottom: 30px;
}

.service-section .text p {
    color: #fff;
}

.service-section .sec-title h2 {
    color: #fff;
}

.service-section .service-items {
    padding: 100px 80px 50px;
    background: #f5f5f5;
    margin-left: -15px;
}

.service-section .icon-area {
    margin-bottom: 40px;
}

.service-section .icon-box i:before {
    font-size: 40px;
    color: rgba(16,150,218, 1);
}

.service-section .icon-area h5 {
    font-size: 22px;
    color: #222;
    font-weight: 400;
    padding: 10px 0;
    line-height: 32px;
}

.service-section .icon-area p {
    font-size: 14px;
    color: #222;
    line-height: 26px;
    font-weight: 400;
}

.latest-project-area {
    padding-top: 92px;
    padding-bottom: 70px;
}

    .latest-project-area .more-project {
        float: left;
    }

    .latest-project-area .sec-title {
        padding-bottom: 30px;
    }

    .latest-project-area .project-filter {
        margin-top: 40px;
        float: right;
    }

        .latest-project-area .project-filter li {
            display: inline-block;
            margin-right: 40px;
        }

            .latest-project-area .project-filter li:last-child {
                margin-right: 0;
            }

            .latest-project-area .project-filter li span {
                color: #848484;
                cursor: pointer;
                display: block;
                font-size: 15px;
                font-weight: 600;
                text-transform: capitalize;
                transition: all 500ms ease 0s;
                border: none;
            }

            .latest-project-area .project-filter li.active span, .latest-project-area .project-filter li:hover span {
                color: rgba(16,150,218, 1);
                background: transparent;
            }

    .latest-project-area .item {
        position: relative;
        display: inline-block;
        margin-bottom: 30px;
    }

    .latest-project-area .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        padding: 75px 50px 95px;
        background: rgba(30,33,37,.85);
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        -moz-transform: scale(0,0);
        transform: scale(0,0);
    }

    .latest-project-area .item:hover .overlay {
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -moz-transform: scale(1,1);
        transform: scale(1,1);
    }

    .latest-project-area .overlay h5 {
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
        color: #fff;
        padding-bottom: 15px;
        font-family: 'Open Sans',sans-serif;
    }

    .latest-project-area .overlay p {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: #fff;
        padding-bottom: 10px;
        font-family: 'Open Sans',sans-serif;
    }

    .latest-project-area .overlay i:before {
        font-size: 20px;
        color: #fff;
    }

    .latest-project-area .item img {
        width: 100%;
    }

.fact-counter-area {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45px;
    /*padding-top: 80px;*/
    position: relative;
}

    .fact-counter-area:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        /*background: rgba(0,0,0,.8);*/
    }

    .fact-counter-area .single-item {
        height: 135px;
        width: 100%;
        display: block;
        padding: 24px 0;
        margin-bottom: 30px;
        position: relative;
    }

        .fact-counter-area .single-item h1 span {
            color: #fff;
            font-size: 48px;
            font-weight: 500;
            line-height: 28px;
        }

        .fact-counter-area .single-item h1 i {
            font-size: 38px;
            display: inline-block;
            color: #fff;
            position: relative;
            left: 10px;
            top: -3px;
        }

        .fact-counter-area .single-item .border {
            background: rgba(16,150,218, 1);
            display: inline-block;
            height: 1px;
            margin: 12px 0 6px;
            width: 50px;
        }

        .fact-counter-area .single-item h3 {
            color: #fff;
            font-size: 15px;
            font-weight: 400;
            text-transform: capitalize;
            font-family: 'Open Sans',sans-serif;
        }

.blog-section {
    position: relative;
    padding: 90px 0 60px;
    z-index: 1;
}

    .blog-section .item-holder {
        position: relative;
        margin-bottom: 40px;
        transition: all 500ms ease;
    }

        .blog-section .item-holder:hover {
            transition: all 500ms ease;
            box-shadow: 0 0 20px 5px #f1f1f1;
        }

        .blog-section .item-holder .image-box {
            position: relative;
        }

        .blog-section .item-holder img {
            position: relative;
            width: 100%;
        }

        .blog-section .item-holder .image-box .date-box {
            position: absolute;
            top: 20px;
            left: 20px;
        }

        .blog-section .item-holder .date-box span {
            font-size: 14px;
            color: #fff;
            line-height: 26px;
            font-weight: 600;
            padding: 9px 15px;
            background: rgba(16,150,218, 1);
            display: inline-block;
        }

        .blog-section .item-holder .text-area {
            border: 1px solid #f7f7f7;
            border-top: none;
        }

        .blog-section .item-holder .content-text {
            position: relative;
            padding: 0 28px;
            margin-top: 40px;
            margin-bottom: 20px;
        }

    .blog-section .content-text .title h5 {
        position: relative;
        font-size: 24px;
        line-height: 26px;
        font-weight: 700;
        color: #222;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .blog-section .content-text .title h5:before {
            position: absolute;
            left: 50%;
            bottom: 0;
            content: '';
            width: 50px;
            height: 2px;
            margin-left: -25px;
            background: rgba(16,150,218, 1);
        }

    .blog-section .content-text .text p {
        font-size: 14px;
        line-height: 26px;
        color: #848484;
        font-weight: 400;
        padding-bottom: 15px;
    }

    .blog-section .item-holder .blog-info {
        padding: 0 20px;
        border-top: 1px solid #f6f6f6;
    }

        .blog-section .item-holder .blog-info li {
            display: inline-block;
            font-size: 14px;
            line-height: 28px;
            font-weight: 400;
            color: #848484;
            padding: 12px 0;
            margin-right: 10px;
            text-transform: capitalize;
        }

        .blog-section .item-holder .blog-info i {
            color: #848484;
            font-size: 13px;
            margin-right: 8px;
        }

        .blog-section .item-holder .blog-info .right-side {
            position: relative;
            height: 52px;
        }

            .blog-section .item-holder .blog-info .right-side i {
                margin-right: 0;
                line-height: 52px;
                padding-left: 20px;
            }

            .blog-section .item-holder .blog-info .right-side:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                width: 1px;
                height: 100%;
                background: #f6f6f6;
            }

            /*-----------------------------------------------------////////////*/

            
.service-section.style-two {
    padding: 100px 0 60px;
}

    .service-section.style-two .icon-area {
        position: relative;
        padding: 80px 20px 60px;
        z-index: 1;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #e5e5e5;
    }

        .service-section.style-two .icon-area:before {
            position: absolute;
            top: 0;
            left: -200%;
            width: 100%;
            height: 100%;
            content: '';
            z-index: -1;
            background: rgba(16,150,218, 1);
            border-color: rgba(16,150,218, 1);
            transition: all 500ms ease;
        }

        .service-section.style-two .icon-area:hover:before {
            left: 0;
            transition: all 500ms ease;
        }

        .service-section.style-two .icon-area:hover .icon-box i:before {
            color: #fff;
            transition: all 500ms ease;
        }

        .service-section.style-two .icon-area:hover h5, .service-section.style-two .icon-area:hover p {
            color: #fff;
            transition: all 500ms ease;
        }

.services-details {
    padding: 100px 0;
}

    .services-details .service-menu {
        position: relative;
        background: #24262c;
        margin-right: 20px;
        padding: 40px;
    }

        .services-details .service-menu li {
            position: relative;
            margin-bottom: 10px;
            z-index: 1;
            overflow: hidden;
        }

            .services-details .service-menu li:before {
                position: absolute;
                top: 0;
                left: -100%;
                width: 100%;
                height: 100%;
                content: '';
                z-index: -1;
                background: rgba(16,150,218, 1);
                transition: all 500ms ease;
            }

            .services-details .service-menu li a {
                font-size: 14px;
                font-weight: 400;
                color: #fff;
                width: 100%;
                padding: 10px 15px;
                line-height: 27px;
                display: inline-block;
                border: 1px solid rgba(91,92,94,.8);
                transition: all 500ms ease;
            }

            .services-details .service-menu li.active:before, .services-details .service-menu li:hover:before {
                left: 0;
                transition: all 500ms ease;
            }

            .services-details .service-menu li.active a, .services-details .service-menu li:hover a {
                color: #fff;
                border-color: rgba(16,150,218, 1);
                transition: all 500ms ease;
            }

    .services-details .service-right h3 {
        font-size: 34px;
        color: #222;
        line-height: 32px;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .services-details .content-text p {
        font-size: 15px;
        color: #777;
        line-height: 26px;
        font-weight: 400;
    }

    .services-details .content-text .image {
        margin: 30px 0 15px;
    }

    .services-details .text p {
        font-size: 14px;
        color: #777;
        line-height: 26px;
        font-weight: 400;
        padding-top: 15px;
    }

    .services-details .service-right h5 {
        font-size: 24px;
        font-weight: 500;
        color: #222;
        line-height: 26px;
        padding-top: 10px;
    }

    .services-details .service-right li {
        font-size: 14px;
        font-weight: 400;
        color: #848484;
        line-height: 26px;
        margin-bottom: 5px;
    }

        .services-details .service-right li i {
            font-size: 15px;
            color: rgba(16,150,218, 1);
            margin-right: 10px;
        }





