@import url("//fonts.googleapis.com/css?family=Open+Sans");
@import url("//fonts.googleapis.com/css?family=Cabin");

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #222222;
}

    a:hover,
    a:focus {
        outline: none;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Cabin", sans-serif;
}

h2 {
    color: #2980b9;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}

img {
    border: none;
}

.primary-btn {
    padding: 10px 15px;
    color: #2980b9;
    font-size: 18px;
}

    .primary-btn span {
        margin-left: 5px;
    }

#fifth-section {
    background-color: white;
    display: inline;
    width: 100%;
    float: left;
}

    #fifth-section .fifth-section-area {
        display: inline;
        float: left;
        width: 100%;
        text-align: center;
        padding: 0 0;
    }

        #fifth-section .fifth-section-area h2 {
            color: #fff;
            margin-bottom: 40px;
        }

        #fifth-section .fifth-section-area .single-effect {
            display: inline-block;
            margin: 0 18px;
        }

            #fifth-section .fifth-section-area .single-effect h3 {
                color: #888;
                font-size: 25px;
                margin-bottom: 20px;
            }

.wpf-demo-4 {
    background-color: #FFF;
    display: block;
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .wpf-demo-4 img {
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -moz-transform: scale(1.08);
        -o-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    .wpf-demo-4:hover img {
        height: 100%;
        margin-left: -87px;
        margin-top: -19px;
        transform: translateY(-10%) rotate(-45deg) scale(1.3);
        transition: all 0.5s ease 0s;
        width: 134%;
    }

    .wpf-demo-4:hover .view-caption {
        text-align: right;
        transform: translateY(-69%);
        transition: all 0.5s ease 0s;
    }

    .wpf-demo-4 .view-caption {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        height: 15%;
        text-align: right;
    }

        .wpf-demo-4 .view-caption a {
            color: #555;
            font-size: 14px;
            font-weight: 700;
            padding-right: 7px;
            padding-top: 8px;
        }

            .wpf-demo-4 .view-caption a:hover {
                color: #D24D57;
            }

        .wpf-demo-4 .view-caption h4 {
            color: #555;
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 15px;
            margin-top: 5px;
        }


/* Eleventh Section */
#eleventh-section {
    background-color: white;
    display: block;
    width: 100%;
    float: left;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

#eleventh-section .eleventh-section-area {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

    #eleventh-section .eleventh-section-area h2 {
        color: #fff;
        margin-bottom: 40px;
    }

    #eleventh-section .eleventh-section-area .single-effect {
        display: block;
        margin: 0 18px;
    }

        #eleventh-section .eleventh-section-area .single-effect h3 {
            color: #fff;
            font-size: 25px;
            margin-bottom: 20px;
        }

        #eleventh-section .eleventh-section-area .single-effect .hover {
            background-color: #FFF;
            color: #888;
        }

/*  Demo 10 */
.wpf-demo-10 {
    background-color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 0 #555;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

    .wpf-demo-10 img {
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .wpf-demo-10:hover img {
        transform: translateX(100%);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .wpf-demo-10:hover .view-caption {
        transform: translate3d(0%, 0px, 0px);
    }

    .wpf-demo-10 .view-caption {
        background-color: #fff;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        padding: 5% 5% 5% 35%;
        text-align: left;
        top: 0;
        z-index: 99;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        transform: translate3d(-110%, 0px, 0px);
    }

        .wpf-demo-10 .view-caption h4 {
            border-bottom: 1px solid #ccc;
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 10px;
            padding-bottom: 5px;
            letter-spacing: 0.5px;
        }

        .wpf-demo-10 .view-caption p {
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
