



/*----IFRAMER OVERLAY-------------------------------*/

video{
    border-left: thick solid rgb(0,0,0);
    border-right: thick solid rgb(0,0,0);
    background-color: rgba(255,255,255,.5 );

    opacity: 1;
    /*display: block;*/
    width: 250px;
   
    transition: .5s ease;
    backface-visibility: hidden
}

#VideoOverlay {
    position: relative;
    /*background-color: rgba(0,0,0,0.9);*/
    width: 100%;
}
  
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
  
#VideoOverlay:hover video{
    opacity: 0.3;
    /*background-image: linear-gradient(to right, rgb(0,0,0) , rgba(0,0,0,0.9) , rgb(0,0,0), );*/
}
  
.container-fluid:hover .middle {
    opacity: 1;
}

/*------------------------------------------------------------------------------------------------------*/


#aboutHeader{
    border: none solid rgb(0,0,0);
    height: 8rem;
   background-color: rgb(255,255,255);
}


/*------------------------------------------------------------------------------------------------------*/

.layout_padding {
    padding-bottom: 0px;
    padding-top: 0px;
}

.about_section {
    width: 100%;
    float: left;
    /*background-image: url("#");main_img/Logo.png*/
    height: auto;
    /*padding: 100px 0px;*/
    background-size: 100%;
    background-repeat: no-repeat;
}

.about_taital {
    width: 62%;
    margin: 0 auto;
    font-size: 40pt;
    text-align: center;
    color: rgb(0,0,0);
    border-bottom: 4px solid rgb(255, 60, 0);
}

.lorem_text{
     width: 100%;
     float: left;
     font-size: 13pt;
     color: rgb(0,0,0,.5);
     text-align: center;
     padding-top: 20px;
     font-weight: 500;
}