.owl-dots {
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

    .owl-dots .owl-dot {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        display: inline-block;
        height: 16px;
        margin: 0 5px;
        width: 16px;
        transition: all .3s ease 0s;
    }

        .owl-dots .owl-dot:hover {
            background: #19abd6;
        }

        .owl-dots .owl-dot.active {
            background: #19abd6;
            border: 2px solid #19abd6;
        }

body {
    background: #273b41;
    color: #a4b1bf;
}

#home {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: block;
}

.hero-1 {
    /*background: url('../../images/background/05.jpg');
    background: url('../../images/img-slider/slider-01.jpg');*/
    background: url('../../images/background/home-bg.jpg');
    background-position: center center;
}

.wrap-hero-content {
    background: -moz-linear-gradient(145deg, rgba(38, 44, 51, 0.8) 20%, rgba(0, 201, 255, 0.9) 100%);
    background: -webkit-linear-gradient(145deg, rgba(38, 44, 51, 0.8) 20%, rgba(0, 201, 255, 0.9) 100%);
    background: linear-gradient(145deg, rgba(38, 44, 51, 0.8) 20%, rgba(0, 201, 255, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc262c33', endColorstr='#e600c9ff', GradientType=1);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content {
    position: absolute;
    min-width: 1170px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#milestones .counter {
    display: none;
}

#home h1 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

    #home h1 span {
        font-weight: 700;
        color: #19abd6;
    }

.sub-title {
    font-family: 'Montserrat', serif;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
}

.arrow {
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.about {
    /*padding-bottom: 120px*/
}

    .about .mockup {
        max-width: 600px;
        position: relative;
        display: inline-block;
        text-align: center;
    }

        .about .mockup img {
            width: 100%;
            height: auto;
            margin-top: 50%;
        }

    .about .desc-list {
        padding: 100px 0;
    }

        .about .desc-list h2 {
            color: #fff;
            font-size: 34px;
            font-weight: 400;
            margin-bottom: 20px;
            text-align: center;
        }

        .about .desc-list p {
            font-size: 16px;
            margin-bottom: 20px;
            line-height: 30px;
            text-align: justify;
        }

.features .mockup-2 {
    /*max-width: 350px;*/
    padding: 50% 0;
    /*position: relative;*/
    display: inline-block;
    /*text-align: center;*/
}

#contact {
    padding: 80px 0;
}

.contact {
    display: block;
}

.contact-box {
    text-align: center;
}

    .contact-box .contact-icon {
        margin: 0 auto 25px;
    }

        .contact-box .contact-icon i {
            font-size: 60px;
        }

    .contact-box .title {
        font-size: 18px;
        margin-bottom: 15px;
        position: relative;
        color: #40545a;
    }

    .contact-box .description {
        font-size: 16px;
        line-height: 24px;
    }

.features .mockup-2 img {
    width: 100%;
}

.features .box {
    padding: 10px 25px;
    text-align: center;
    display: block;
    margin-top: 30px;
    transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -o-transition: ease .6s;
    -ms-transition: ease .6s;
}

.features .box-icon {
    display: table;
    margin: 0 auto 20px;
}

    .features .box-icon span {
        background: #fff;
        color: #40545a;
        display: table-cell;
        border-radius: 50%;
        height: 80px;
        width: 80px;
        line-height: 80px;
        text-align: center;
        vertical-align: middle;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        transition: ease .6s;
        -webkit-transition: ease .6s;
        -moz-transition: ease .6s;
        -o-transition: ease .6s;
        -ms-transition: ease .6s;
    }

.box-icon span:hover {
    background: #19abd6;
    color: #fff;
}

.features .info h4 {
    font-family: Montserrat;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 0;
}

.features .info > p {
    font-family: PT Sans Narrow;
    font-size: 16px;
}

.screenshots .owl-item {
    transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}

.screenshots .owl-item {
    opacity: .3;
    transform: scale(0.8) !important;
}

    .screenshots .owl-item.active.center {
        opacity: 1 !important;
        transform: scale(1) !important;
    }

.screenshots .owl-carousel .owl-nav {
    margin-top: 50px;
    text-align: center !important;
}

    .screenshots .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        display: inline;
        margin: 0 15px;
    }

.screenshots .owl-prev,
.owl-next {
    color: #40545a;
    font-size: 36px;
    transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -o-transition: ease .6s;
    -ms-transition: ease .6s;
}

    .screenshots .owl-prev:hover,
    .owl-next:hover {
        color: #19abd6;
    }

#milestones {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    width: 100%;
    display: block;
}

.bg-image-1 {
    background: url('../../images/background/buildersonsite-citb.jpg');
}

#projet .description {
    display:none;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center !important;
}

.wrap-milestones-content {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.milestones-content {
    padding: 80px 0;
}

.milestones .counter-box {
    font-family: 'Montserrat', serif;
    text-align: center;
}

.counter-box .counter-icon {
    margin: 0 auto 0;
}

    .counter-box .counter-icon i {
        font-size: 46px;
        color: #40545a;
    }

.counter-box span.counter {
    color: #19abd6;
    font-size: 34px;
}

.counter-box .counter-title {
    color: #40545a;
    font-size: 18px;
    margin-top: 10px;
}

.owl-carousel .owl-item {
    margin: 10px 0;
}

.team .in .c {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
}

    .team .in .c .wrap {
        position: relative;
    }

        .team .in .c .wrap img {
            width: 100%;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

        .team .in .c .wrap .info {
            padding: 30px 0;
            position: absolute;
            bottom: -105px;
            width: 100%;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

            .team .in .c .wrap .info .name {
                color: #19abd6;
                margin: 0;
                font-size: 16px;
                margin: 0 0 8px 0;
            }

            .team .in .c .wrap .info .position {
                margin: 0;
                font-size: 14px;
                text-transform: none;
            }

    .team .in .c .more {
        position: absolute;
        bottom: -100%;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

        .team .in .c .more .socials {
            margin: 0 0 20px 0;
        }

            .team .in .c .more .socials a {
                display: inline-block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 24px;
                color: #fff;
                margin: 0 0 0 3px;
                text-align: center;
            }

                .team .in .c .more .socials a:first-child {
                    margin: 0;
                }

                .team .in .c .more .socials a.facebook {
                    color: #3262b9;
                }

                .team .in .c .more .socials a.twitter {
                    color: #3dd7e5;
                }

                .team .in .c .more .socials a.dribbble {
                    color: #ea4c89;
                }

                .team .in .c .more .socials a.linkedin {
                    color: #069;
                }

    .team .in .c:hover img {
        -moz-opacity: .1;
        -khtml-opacity: .1;
        -webkit-opacity: .1;
        opacity: .1;
    }

    .team .in .c:hover .info {
        bottom: 105px;
    }

    .team .in .c:hover .more {
        bottom: 20px;
    }

#video {
    display: block;
    margin-bottom: -80px;
    position: relative;
}

.bg-video {
    background: url('../../images/video/01.jpg');
    background-position: center center;
}

.wrap-video-content {
    background: -moz-linear-gradient(45deg, rgba(0, 201, 255, 0.8) 0, rgba(38, 44, 51, 0.7) 80%);
    background: -webkit-linear-gradient(45deg, rgba(0, 201, 255, 0.8) 0, rgba(38, 44, 51, 0.7) 80%);
    background: linear-gradient(45deg, rgba(0, 201, 255, 0.8) 0, rgba(38, 44, 51, 0.7) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e619abd6', endColorstr='#e6262c33', GradientType=1);
    width: 100%;
}

.video-content {
    position: relative;
    min-height: 565px;
}

    .video-content .play-button {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        margin: 0 auto;
        background: #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
    }

        .video-content .play-button i {
            font-size: 36px;
            color: #19abd6;
            margin-top: 31px;
            text-shadow: 1px 1px rgba(235, 235, 235, 0.98), 2px 2px rgba(235, 235, 235, 0.96), 3px 3px rgba(235, 235, 235, 0.94), 4px 4px rgba(235, 235, 235, 0.92), 5px 5px rgba(235, 235, 235, 0.90), 6px 6px rgba(235, 235, 235, 0.88), 7px 7px rgba(235, 235, 235, 0.86), 8px 8px rgba(235, 235, 235, 0.84), 9px 9px rgba(235, 235, 235, 0.82), 10px 10px rgba(235, 235, 235, 0.80), 11px 11px rgba(235, 235, 235, 0.78), 12px 12px rgba(235, 235, 235, 0.76), 13px 13px rgba(235, 235, 235, 0.74), 14px 14px rgba(235, 235, 235, 0.72), 15px 15px rgba(235, 235, 235, 0.70), 16px 16px rgba(235, 235, 235, 0.68), 17px 17px rgba(235, 235, 235, 0.66), 18px 18px rgba(235, 235, 235, 0.64), 19px 19px rgba(235, 235, 235, 0.62), 20px 20px rgba(235, 235, 235, 0.60), 21px 21px rgba(235, 235, 235, 0.58), 22px 22px rgba(235, 235, 235, 0.56), 23px 23px rgba(235, 235, 235, 0.54), 24px 24px rgba(235, 235, 235, 0.52), 25px 25px rgba(235, 235, 235, 0.50), 26px 26px rgba(235, 235, 235, 0.48), 27px 27px rgba(235, 235, 235, 0.46), 28px 28px rgba(235, 235, 235, 0.44), 29px 29px rgba(235, 235, 235, 0.42), 30px 30px rgba(235, 235, 235, 0.40), 31px 31px rgba(235, 235, 235, 0.38), 32px 32px rgba(235, 235, 235, 0.36), 33px 33px rgba(235, 235, 235, 0.34), 34px 34px rgba(235, 235, 235, 0.32), 35px 35px rgba(235, 235, 235, 0.30), 36px 36px rgba(235, 235, 235, 0.28), 37px 37px rgba(235, 235, 235, 0.26), 38px 38px rgba(235, 235, 235, 0.24), 39px 39px rgba(235, 235, 235, 0.22), 40px 40px rgba(235, 235, 235, 0.20), 41px 41px rgba(235, 235, 235, 0.18), 42px 42px rgba(235, 235, 235, 0.16), 43px 43px rgba(235, 235, 235, 0.14), 44px 44px rgba(235, 235, 235, 0.12), 45px 45px rgba(235, 235, 235, 0.10), 46px 46px rgba(235, 235, 235, 0.08), 47px 47px rgba(235, 235, 235, 0.06), 48px 48px rgba(235, 235, 235, 0.04), 49px 49px rgba(235, 235, 235, 0.02), 50px 50px rgba(235, 235, 235, 0.00);
        }

.work-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

    .work-video iframe {
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

.close-video {
    text-decoration: none;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50px;
    right: 50px;
    background: url('../../images/close_video.png') no-repeat;
    z-index: 9999;
}

.review {
    background: url('../../images/geometric-bg.png') repeat;
}

.testimonial {
    text-align: center !important;
    margin-top: 50px;
}

    .testimonial .pic {
        width: 600px;
        height: 300px;
        /*border-radius: 50%;*/
        margin: 0 auto;
        margin-bottom: 30px;
    }

        .testimonial .pic img {
            width: 100%;
            height: 100%;
            /*border-radius: 50%;*/
        }

    .testimonial .testimonial-title {
        display: inline-block;
        font-size: 22px;
        color: #19abd6;
        /*margin: 0 0 50px 0;*/
    }

        .testimonial .testimonial-title small {
            font-size: 15px;
            color: #40545a;
        }

    .testimonial .description {
        font-size: 16px;
        line-height: 27px;
        position: relative;
        margin: 0;
    }

        .testimonial .description:before {
            /*content: "\f10d";*/
            font-family: fontawesome;
            font-size: 36px;
            color: #19abd6;
            margin: 20px;
        }

    .testimonial ul.rating {
        margin-top: 25px;
        padding: 0;
    }

        .testimonial ul.rating li {
            display: inline;
            color: #f2b01e;
            font-size: 18px;
            margin: 0 2px;
        }

.review .owl-carousel .owl-nav {
    /*margin-top: 50px;*/
    text-align: center !important;
}

    .review .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        display: inline;
        margin: 0 15px;
    }

.review .owl-prev,
.owl-next {
    color: #40545a;
    font-size: 36px;
    transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -o-transition: ease .6s;
    -ms-transition: ease .6s;
}

    .review .owl-prev:hover,
    .owl-next:hover {
        color: #19abd6;
    }

.pricing-position {
    margin-top: 0;
}

.pricing-table {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

    .pricing-table.best {
        z-index: 1;
    }

    .pricing-table .pricing-table-header {
        background: #fff;
        color: #40545a;
        margin: 0 0 10px;
        padding: 10px 0;
    }

    .pricing-table .heading {
        font-size: 30px;
        font-weight: 600;
        margin: 28px 0 5px 0;
    }

    .pricing-table.best .price-value {
        color: #19abd6;
    }

    .pricing-table .price-value {
        color: #40545a;
        font-size: 60px;
        font-weight: 600;
        margin-bottom: 20px;
        position: relative;
    }

    .pricing-table .pricing-content {
        list-style: none;
        padding: 20px;
    }

    .pricing-table hr {
        width: 50%;
        border-color: #e3e3e3;
    }

#accordion .panel {
    background: #53676d !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    border-radius: 0;
    margin-bottom: 6px;
    border-left: 3px solid #19abd6;
}

#accordion .panel-heading {
    padding: 0;
    background-color: #53676d;
}

#accordion .panel-title a {
    color: #fff;
    display: block;
    font-size: 15px;
    text-transform: none;
    padding: 18px 40px;
    position: relative;
}

    #accordion .panel-title a.collapsed {
        border-top: 0;
        border-bottom: 1px solid transparent;
    }

    #accordion .panel-title a:focus {
        color: #19abd6;
    }

    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        content: "\f068";
        font-family: FontAwesome;
        position: absolute;
        top: 14px;
        left: 15px;
        font-size: 14px;
        line-height: 24px;
        color: #19abd6;
    }

    #accordion .panel-title a.collapsed:before {
        content: "\f067";
    }

#accordion .panel-body {
    line-height: 20px;
    border-top: 0 none;
    padding: 20px 30px 30px;
}

.faq .contact {
    margin-top: 140px;
}

    .faq .contact h3 {
        color: #19abd6;
    }

    .faq .contact p {
        font-size: 17px;
    }

    .faq .contact .contact-btn {
        margin-top: 25px;
        display: inline-block;
        padding: 15px 60px;
        position: relative;
        cursor: pointer;
    }

        .faq .contact .contact-btn span {
            font-family: "Montserrat", serif;
            font-size: 18px;
            color: #fff;
            position: relative;
        }

.faq .contact-btn span:hover {
    color: #19abd6;
}

.faq .contact .contact-btn:before {
    content: "\f27b";
    font-family: FontAwesome;
    position: absolute;
    top: -45px;
    right: 20px;
    font-size: 100px;
    color: #53676d;
}

.faq .contact .contact-btn i {
    color: #19abd6;
    font-size: 60px;
    padding-right: 8px;
    vertical-align: -14px;
}

.contact-us {
    padding-top: 30px;
}

    .contact-us .slider-masks {
        background-color: rgba(129, 129, 129, 0.7);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .contact-us .group {
        position: relative;
        margin-bottom: 30px;
    }

    .contact-us input,
    .contact-us textarea {
        font-size: 14px;
        padding: 15px 10px 15px 15px;
        display: block;
        width: 100%;
        border: 0 none;
        border-bottom: 2px solid #eaedf2;
        color: #969696;
    }

    .contact-us textarea {
        min-height: 150px;
    }

        .contact-us input:focus,
        .contact-us textarea:focus {
            outline: 0;
            border-color: #19abd6;
        }

    .contact-us label {
        color: #2b2b2b;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 15px;
        top: 20px;
        transition: .2s ease all;
        -moz-transition: .2s ease all;
        -webkit-transition: .2s ease all;
    }

    .contact-us input:focus ~ label,
    .contact-us input:valid ~ label,
    .contact-us textarea:focus ~ label,
    .contact-us textarea:valid ~ label {
        top: -20px;
        font-size: 14px;
        color: #19abd6;
    }

#help .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

#help .modal-header {
    background: #19abd6;
    color: #fff;
    padding: 20px;
    border-bottom: 0;
}

#help .modal-header {
    position: relative;
    overflow: hidden;
}

    #help .modal-header:after {
        content: "\f27b";
        font-family: FontAwesome;
        position: absolute;
        top: -92px;
        right: -20px;
        font-size: 130px;
        color: rgba(0, 0, 0, 0.09);
    }

#help .gradient-btn {
    margin: 0;
    position: relative;
    z-index: 1;
}

#contact-us {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    width: 100%;
    display: block;
}

.bg-image-2 {
    background: url('../../images/background/03.jpg');
}

.wrap-download-content {
    background: rgba(0, 201, 255, 0.85);
    width: 100%;
}

.download-content {
    padding: 50px 0;
}

    .download-content h2 {
        color: #fff;
        margin-bottom: 0;
    }

.download p {
    color: #fff;
    margin-top: 0;
}

.download .store {
    position: relative;
    top: 10px;
}

    .download .store.space {
        margin: 0 15px;
    }

.download .store {
    display: inline-block;
    background: #fff;
    color: #40545a;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
}

    .download .store i {
        font-size: 30px;
        padding-top: 18px;
    }

    .download .store:hover {
        color: #19abd6;
    }

.blog .blog-box {
    display: inline-block;
    margin-bottom: 50px;
}

.tiles {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .tiles .pic {
        position: relative;
        overflow: hidden;
        height: 200px;
    }

        .tiles .pic:before {
            content: "";
            width: 100%;
            height: 200px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: .8;
            transition: all .3s ease 0s;
        }

    .tiles:hover .pic:before {
        background: rgba(85, 98, 112, 0.8);
    }

.pic img {
    width: 100%;
    height: auto;
}

.tiles .more {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

    .tiles .more li {
        display: inline-block;
        margin-right: 10px;
        transform: scale(0, 0);
        transition: all .3s ease-in-out 0s;
    }

.tiles:hover .more li:nth-child(1) {
    transition-delay: .1s;
    transform: scale(1);
}

.tiles .more li a {
    font-size: 16px;
    color: #fff;
}

    .tiles .more li a:hover {
        text-decoration: none;
    }

.tiles .tiles-content {
    padding: 30px;
    text-align: left;
}

.tiles .blog-title {
    font-size: 18px;
    color: #19abd6;
    margin: 0;
}

.tiles .date {
    font-family: 'Montserrat', serif;
    display: block;
    font-size: 14px;
}

.tiles .tiles-content p {
    margin: 15px 0;
}

.tiles .post-info {
    padding: 5px 0;
    margin: 0;
    list-style: none;
}

    .tiles .post-info li {
        font-size: 14px;
        display: inline-block;
        margin-right: 8px;
    }

        .tiles .post-info li i {
            margin-right: 8px;
        }

        .tiles .post-info li a {
            font-weight: 700;
            color: #7d8a98;
            text-transform: uppercase;
        }

            .tiles .post-info li a:hover {
                color: #19abd6;
                text-decoration: none;
            }

.bottom-content .newsletter input {
    background: #53676d;
    border-color: #53676d;
    color: #fff;
    border-radius: 25px;
    height: 50px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.bottom-content .newsletter .form-control:focus {
    border-color: transparent;
}

.bottom-content p {
    font-family: "Montserrat", serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer {
    background: #19abd6;
    padding: 50px 0;
}

ul.social-network {
    list-style: none;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 10px;
    }

.social-network a.ico-behance:hover {
    background-color: #1769ff;
}

.social-network a.ico-deviantart:hover {
    background-color: #e95950;
}

.social-network a.ico-dribbble:hover {
    background-color: #ea4c89;
}

.social-network a.ico-facebook:hover {
    background-color: #3b5998;
}

.social-network a.ico-google:hover {
    background-color: #bd3518;
}

.social-network a.ico-instagram:hover {
    background-color: #405de6;
}

.social-network a.ico-linkedin:hover {
    background-color: #007bb7;
}

.social-network a.ico-pinterest:hover {
    background-color: #bd081c;
}

.social-network a.ico-rss:hover {
    background-color: #f26522;
}

.social-network a.ico-twitch:hover {
    background-color: #6441a5;
}

.social-network a.ico-twitter:hover {
    background-color: #3cf;
}

.social-network a.ico-vimeo:hover {
    background-color: #1ab7ea;
}

.social-network a.ico-youtube:hover {
    background-color: #cd201f;
}

.social-network a:hover i {
    color: #fff;
}

.social-network li a {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    display: inline-block;
    position: relative;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 26px;
}

.social-network li i {
    margin: 0;
    line-height: 60px;
    text-align: center;
}

.social-network li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.social-network i {
    color: #40545a;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.copyright {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width:480px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: top !important;
        -webkit-background-size: auto !important;
        -moz-background-size: auto !important;
        background-size: auto !important;
    }

    .white-bg,
    .grey-bg,
    .blue-bg,
    .gradient-bg {
        padding: 40px 0;
    }
}

@media screen and (max-width:768px) {

    .parallax {
        background-attachment: scroll !important;
        background-position: top !important;
        -webkit-background-size: auto !important;
        -moz-background-size: auto !important;
        background-size: auto !important;
    }

    .counter-box .counter-title {
        margin-top: 10px;
    }

    .about .features-list h2 {
        font-size: 30px;
    }

    .section-title {
        font-size: 38px;
    }

    .hero-content {
        min-width: 100%;
        padding: 10px;
    }

    .about .desc-list {
        padding-top: 0;
    }

    .about .mockup,
    .features .mockup-2 {
        width: 240px;
        margin-bottom: 30px;
        padding: 20px 0;
    }

    .about .mockup img {
            margin-top: 0;
        }

    .hero-text {
        margin-top: 30px;
    }

    #home h1 {
        font-size: 34px;
    }

    .sub-title {
        font-size: 18px;
    }

    .arrow {
        bottom: 5px;
    }

    .milestones .counter-box {
        margin-bottom: 15px;
    }

    .counter-box span.counter {
        font-size: 40px;
    }

    #video {
        margin-right: -15px;
        margin-bottom: 0;
        margin-left: -15px;
    }

    .video-content {
        min-height: 385px;
    }

    .faq .contact {
        margin-top: 35px;
    }

        .faq .contact .contact-btn i {
            display: block;
            margin-bottom: 5px;
        }

    .blog .tiles {
        margin-bottom: 35px;
    }

    ul.social-network li {
        margin: 0 5px;
    }

    .social-circle li a {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .social-circle li i {
        line-height: 50px;
    }
}

@media screen and (max-width:992px) {
    .nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .hero-content {
        min-width: 100%;
        padding: 10px;
    }

    .pricing-table {
        margin-bottom: -1px;
    }

    .blog .tiles {
        margin-bottom: 35px;
    }
}
