.imagecontour {
    padding: 10px;
    border: solid 1px #EFEFEF;
    background-color: #FFFFFF;
}

.effect2
{
    position: relative;
}
.effect2:before, .effect2:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.effect2:after
{
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.c-size-getheight {
    padding: 350px 0;
}

@media (max-width: 991px) {

    .c-size-getheight {
        padding: 80px 0;
    }

}

.c-content-feature-13 .c-theme-font {
    color: #00aeef !important;
}

.c-main-title-circle {
    color: #00AEEF;
}
.title_subline {
    font-size: 35px;
    color: #FFF;
}

/* Feature circles
*******************************************/
.c-card .c-theme-bg {
    background: #EC008C!important;
}

/* Font colors
*******************************************/
.c-content-feature-6 > .c-list > li > .c-card > h3.c-font-blue-bright {
    color: #00aeef;
}

/* Footer & Socket
*******************************************/
.c-layout-footer-6 .c-postfooter .c-col {
    height: auto;
}

.gmaps {
    width: 100%;
    height: 300px;
}

/* Content
*******************************************/

/* New Header */
.landingHeader {
    background: url("../../../images/title_cloud_storage.jpg") center no-repeat;
    background-size: cover;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.landingHeadline,
.subHeadline {
    letter-spacing: 1px;
    line-height: 68px;
    font-weight: 600;
}
.landingHeadline {
    font-size: 48px;
    color: #00AEEF;
}
.subHeadline {
    font-size: 35px;
}

@media (max-width: 425px) {
    .c-content-feature-10 > .c-list {
        display: block;
    }

    .c-content-feature-10 > .c-list > li > .c-card > .c-float-right,
    .c-content-feature-10 > .c-list > li > .c-card > .c-float-left {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .c-content-feature-10 > .c-list > li > .c-card > .c-content-right,
    .c-content-feature-10 > .c-list > li > .c-card > .c-content-left {
        text-align: center;
        padding: 0;
    }

    .c-content-feature-6 .c-content-title-1 > h3 strong {
        font-size: 26px;
    }

    .c-bg-parallax {
        background-attachment: initial;
    }

    .c-content-feature-13 .c-feature-13-container {
        padding: 20px;
    }

    /* New Header */
    .landingHeadline {
        font-size: 35px;
        line-height: 50px;
    }

    .subHeadline {
        font-size: 24px;
        line-height: 30px;
    }
}