﻿/**************************************/
/*****     Services Section css    ****/
/**************************************/

.services {
    padding: 100px 0 70px;
    background: #151515;
    position: relative;
}

.service-single {
    background: #222;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #333;
    margin-bottom: 30px;
    position: relative;
}

    .service-single:before {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-top: 1px solid #ff5d56;
        border-bottom: 1px solid #ff5d56;
        transform: scale(0,1);
        transition: all 0.6s;
    }

    .service-single:after {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-left: 1px solid #ff5d56;
        border-right: 1px solid #ff5d56;
        transform: scale(1,0);
        transition: all 0.6s;
    }

    .service-single:hover:before,
    .service-single:hover:after {
        transform: scale(1);
    }

    .service-single .icon-box {
        color: #ff5d56;
        font-size: 60px;
        line-height: 1em;
        margin-bottom: 26px;
    }

    .service-single h3 {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 16px;
    }

    .service-single p {
        margin-bottom: 0;
    }
/***************************************/
/*****     Our Team Section css     ****/
/***************************************/

.our-team {
    padding: 100px 0;
}

.team-single {
    position: relative;
    margin-bottom: 35px;
}

    .team-single figure img {
        filter: grayscale(100%);
    }

.team-info {
    position: absolute;
    background: #222;
    border: 1px solid #333;
    left: 30px;
    right: 30px;
    bottom: -35px;
    padding: 14px 20px;
    text-align: center;
}

    .team-info:before {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-top: 1px solid #ff5d56;
        border-bottom: 1px solid #ff5d56;
        transform: scale(0,1);
        transition: all 0.6s;
    }

    .team-info:after {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-left: 1px solid #ff5d56;
        border-right: 1px solid #ff5d56;
        transform: scale(1,0);
        transition: all 0.6s;
    }

    .team-info h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 2px;
    }

    .team-info p {
        font-size: 14px;
        margin: 0;
    }

.team-single:hover .team-info:before,
.team-single:hover .team-info:after {
    transform: scale(1);
}

/***************************************/
/*****      Pricing Section css     ****/
/***************************************/

.pricing {
    padding: 100px 0;
    background: #151515;
}

.pricing-single {
    text-align: center;
    background: #222;
    border: 1px solid #333;
    position: relative;
}

    .pricing-single:before {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-top: 1px solid #ff5d56;
        border-bottom: 1px solid #ff5d56;
        transform: scale(0,1);
        transition: all 0.6s;
    }

    .pricing-single:after {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-left: 1px solid #ff5d56;
        border-right: 1px solid #ff5d56;
        transform: scale(1,0);
        transition: all 0.6s;
    }

.pricing-header {
    padding: 30px 20px 10px;
    border-bottom: 1px solid #333;
    position: relative;
    overflow: hidden;
}

    .pricing-header .icon-box {
        font-size: 40px;
        color: #ff5d56;
        line-height: 1em;
        margin-bottom: 10px;
    }

    .pricing-header h3 {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        margin: 0;
    }

    .pricing-header p {
        margin: 0;
        font-size: 40px;
        font-weight: 700;
        color: #fff;
    }

        .pricing-header p span {
            font-size: 18px;
            font-weight: 300;
            color: #707070;
        }

.pricing-body {
    padding: 30px;
}

    .pricing-body ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .pricing-body ul li {
            padding: 10px 0;
            border-bottom: 1px solid #282828;
        }

            .pricing-body ul li:last-child {
                border: none;
            }

.pricing-footer {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.btn-buynow {
    display: inline-block;
    border: 1px solid #ff5d56;
    color: #ff5d56;
    padding: 10px 30px;
    transition: all 0.4s;
}

    .btn-buynow:hover {
        background: #ff5d56;
        color: #fff;
    }

.pricing-single:hover:before,
.pricing-single:hover:after {
    transform: scale(1);
}

.recommanded {
    position: absolute;
    left: -30px;
    top: 16px;
    background: #ff5d56;
    width: 130px;
    color: #fff;
    padding: 6px;
    font-size: 14px;
    transform: rotate(-45deg);
}

/*******************************************/
/*****      Testimonial Section css     ****/
/*******************************************/

.testimonials {
    padding: 100px 0;
}

.testimonial-single {
    text-align: center;
}

.testimonial-header {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 30px;
}

    .testimonial-header:after {
        content: '';
        display: block;
        width: 60px;
        margin-left: -30px;
        height: 3px;
        background: #333;
        position: absolute;
        left: 50%;
        bottom: 0;
    }

    .testimonial-header figure {
        display: inline-block;
        margin-bottom: 20px;
        position: relative;
    }

        .testimonial-header figure:before {
            content: '\f10d';
            font-family: FontAwesome;
            display: block;
            width: 32px;
            height: 32px;
            background: #ff5d56;
            color: #fff;
            line-height: 32px;
            font-size: 14px;
            border-radius: 50%;
            position: absolute;
            right: 0;
            top: 10px;
        }

        .testimonial-header figure img {
            max-width: 120px;
            border-radius: 50%;
            border: 6px solid #222;
        }

    .testimonial-header h3 {
        font-size: 24px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .testimonial-header h4 {
        font-size: 18px;
        font-weight: 400;
        color: #ff5d56;
    }

.testimonial-single p {
    font-size: 20px;
    line-height: 1.6em;
}

.testimonial-pagination {
    text-align: center;
    margin-top: 20px;
}

    .testimonial-pagination .swiper-pagination-bullet {
        opacity: 1;
        background: #333;
        width: 20px;
        height: 6px;
        border-radius: 0;
        transition: all 0.4s;
    }

    .testimonial-pagination .swiper-pagination-bullet-active {
        background: #ff5d56;
    }

/*******************************************/
/*****      Newsletter Section css      ****/
/*******************************************/

.newsletter {
    background: #151515;
    padding: 80px 0;
}

.newsletter-content {
    text-align: center;
    margin-bottom: 40px;
}

    .newsletter-content h3 {
        font-weight: normal;
        color: #6ea8fe;
    }

    .newsletter-content p {
        font-size: 18px;
    }

.newsletter-form {
    text-align: center;
}

    .newsletter-form .form-inline {
        max-width: 568px;
        background: #222;
        padding: 10px;
        margin: 0 auto;
        border-radius: 50px;
        border: 1px solid #333;
    }

    .newsletter-form .form-group {
        width: 100%;
    }

    .newsletter-form .form-control {
        width: 80%;
        background: none;
        border: none;
        font-family: inherit;
        font-size: 20px;
        height: 60px;
        padding: 0 30px;
        box-shadow: none;
        outline: 0;
        color: #707070;
    }

    .newsletter-form .btn-subscribe {
        width: 20%;
        background: none;
        border: none;
        color: #6ea8fe;
        font-size: 40px;
        text-align: right;
        padding: 0 30px;
        cursor: pointer;
    }

        .newsletter-form .btn-subscribe:hover,
        .newsletter-form .btn-subscribe:focus {
            box-shadow: none;
            outline: 0;
        }