/* Header Parallax Element Style*/

.paral {
    /* min-height: 100px; */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    background-position: 50% 50%;
}

/* Paragrapgh for Parallax Section */

.paral p {
    /* font-size: 24px;
    color: #f5f5f5;
    text-align: center;
    line-height: 60px; */
}

/* Heading for Parallax Section */

.paral h1 {
    /* color: rgba(255, 255, 255, 0.8);
    font-size: 60px;
    text-align: center;
    padding-top: 60px;
    line-height: 100px; */
}

/* Image for Parallax Section */

.paralsec {
    background-image: url("../img/orion_background.jpg");
    filter: alpha(opacity=80);
    /* opacity: 0.8; */
}


.paralsec-newsroom-single {
    background-image: url(../img/headers/header_newsroom2-1920x1080.jpg);
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(255, 255, 255, .3)),
        url(../img/headers/header_carousel2-1920x880.jpg); */
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0) 80%),
        url(../img/header/header-products_1920x1080.jpg); */
}


.paralsec-404 {
    background-image: url(../img/headers/header_carousel9-1920x880.jpg);
}



.paralsec-projects {
     /* background-image: url(../img/headers/debri-1920x500.jpg); */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, .2)),
    url(../img/headers/debri-1920x500.jpg);
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(255, 255, 255, .3)),
        url(../img/headers/header_carousel2-1920x880.jpg); */
        /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0) 80%),
        url(../img/header/header-products_1920x1080.jpg); */
}

.paralsec-company {
    /* background-image: url(../img/headers/hardhat-1920x500.jpg); */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, .3)),
        url(../img/headers/hardhat-1920x500.jpg);
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0) 80%),
        url(../img/header/header-products_1920x1080.jpg); */
}


.paralsec-services {
    /* background-image: url(../img/background/slider1.jpg); */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), rgba(0, 0, 0, .3)),
        url(../img/headers/tires-1920x500.jpg);
}

.paralsec-services-single {
    background-image: url(../img/background/slider1.jpg);
}

.paralsec-training {
         background-image: url(../img/headers/header_carousel11-1920x880.jpg);

    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), rgba(255, 255, 255, .3)),
        url(../img/header/header_training-1920x1080.jpg); */
}

.paralsec-training-single {
    background-image: url(../img/headers/header_carousel11-1920x880.jpg);
}

@media (max-width:812px) {

    .paralsec-products-single,
    .paralsec-services-single,
    .paralsec-training-single,
    .paralsec-newsroom-single,
    .paralsec-services,
    .paralsec-training,
    .paralsec-products {
        background: #000;
    }
}


.paralsec_main {
    background: rgba(248, 248, 248, 0.8) url(../img/parallax/parallax.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.paralsec2 {
    background: rgba(248, 248, 248, 0.8) url(../img/loki_display.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.paralsec3 {
    /* background: linear-gradient( to top, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, .75) 70%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%), */
        background: rgba(248, 248, 248, 0.8) url(../img/services-bg.jpg);

    /* url(../img/services-bg.jpg); */
    /* background-size: cover; */
    background-position: center top;
    background-repeat: repeat;
}

/* Add more images for more sections */

/* Remove Bottom Margin from Jumbotron */

.jumbotron {
    margin-bottom: 0;
    border-radius: 0px;
}

@media (max-width: 414px) { 

    
}