.showreel {
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid transparent;
}

.line1.showreel0 {
    background-image: url('http://i3.ytimg.com/vi/iOD0j4LTgvc/hqdefault.jpg');
}

.line1.showreel1 {
    background-image: url('http://i3.ytimg.com/vi/9UP5NyZXGUM/hqdefault.jpg');
}

.line1.showreel2 {
    background-image: url('http://i3.ytimg.com/vi/c1W9RZkLKYI/hqdefault.jpg')
}

.line1.showreel3 {
    background-image: url('http://i3.ytimg.com/vi/8pkHpKsroiQ/hqdefault.jpg')
}

.line2.showreel0 {
    background-image: url(http://i3.ytimg.com/vi/GwoeC3lUMWM/hqdefault.jpg);
}

.line2.showreel1 {
    background-image: url(http://i3.ytimg.com/vi/JPlT-e4zyhE/hqdefault.jpg);
}

.line2.showreel2 {
    background-image: url(http://i3.ytimg.com/vi/n3rUEk-aUMI/hqdefault.jpg);
}

.line2.showreel3 {
    background-image: url(http://i3.ytimg.com/vi/B1afaTJUdi8/hqdefault.jpg);
}


.line2.showreel4 {
    background-image: url(http://i3.ytimg.com/vi/5N-9yZmK3Fg/hqdefault.jpg);
}


.line2.showreel5 {
    background-image: url(http://i3.ytimg.com/vi/HHOqCtT40Rk/hqdefault.jpg);
}

.line2.showreel6 {
    background-image: url(http://i3.ytimg.com/vi/qttS2HnOFGY/hqdefault.jpg);
}

.line2.showreel7 {
    background-image: url(http://i3.ytimg.com/vi/ydVr3nkkHIs/hqdefault.jpg);
}

.line2.showreel8 {
    background-image: url(http://i3.ytimg.com/vi/qttS2HnOFGY/hqdefault.jpg);
}

.line3.showreel0 {
    background-image: url('http://i3.ytimg.com/vi/vtPPLhXY3SU/hqdefault.jpg')
}

.line3.showreel1 {
    background-image: url(http://i3.ytimg.com/vi/e29gvpeu9K4/hqdefault.jpg);
}


.line4.showreel0 {
    background-image: url(http://i3.ytimg.com/vi/-fkBBVxYtVA/hqdefault.jpg);
}


.line4.showreel1 {
    background-image: url(http://i3.ytimg.com/vi/lETsAn7VpIo/hqdefault.jpg);
}


.line4.showreel2 {
    background-image: url(http://i3.ytimg.com/vi/pqBLjd3DNPE/hqdefault.jpg);
}



.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}




.slideanim3 {
    visibility: hidden;
}

.slider3 {
    animation-name: slide3;
    -webkit-animation-name: slide3;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide3 {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}



.slideanim2 {
    visibility: hidden;
}

.slider2 {
    animation-name: slide2;
    -webkit-animation-name: slide2;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide2 {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide2 {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

/*.slide-desc p>span{
    display: none;
}*/








.icon-text {
    text-align: center;
}

.high-section {
    padding: 80px 0;
    background-color: #2220;
    color: #fff;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}

.high-section:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgb(255, 29, 29);
    content: " ";
    display: none;
}

.high-section p {
    font-size: 1.18em;
}

.high-section h1 {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.high-section h1:before {
    position: absolute;
    content: " ";
    height: 1px;
    width: 80%;
    left: 0;
    background-color: #fff;
    bottom: -10px;
    z-index: 98;
}

.sixth-section h1 {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.sixth-section h1:before {
    position: absolute;
    content: " ";
    height: 1px;
    width: 80%;
    left: 0;
    background-color: #000;
    bottom: -10px;
    z-index: 98;
}

.icon-text i {
    color: #fff;
    font-size: 30px;
}

.icon-text .text {
    color: #efefef;
    font-size: 22px;
    margin-top: 20px;
}

.icon-text .col {
    border-right: 1px solid #fff;
}

.icon-text .col:last-child {
    border: none;
}





.bg1 {
    background-image: url(../images/about.jpg);
    /*background-image: url(../images/cover/new_feather_test.jpg);*/
    /* background-attachment: fixed;*/
    filter: grayscale(1);
}

#about p {
    padding-right: 20px;
}

.second-section,
.high-section {
    position: relative;
}

.second-section .container-fluid,
.high-section .container-fluid {
    padding: 0;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}



.second-section .container-fluid .row,
.high-section .container-fluid .row {
    height: 100%;
}



.sec-cover {
    background-image: url(../images/3306469.jpg);
    filter: grayscale(1);
    background-attachment: fixed;
}