/*-----------------------------------------------------------------------------------

    Template Name: Cubix Technology
    Template URI: 
    Description: This Is Cubix Technology Landing Page HTML5 Template.
    Author: Md Ridoy Khan
    Author URI: https://github.com/mdridoykhan138
    Support: ridoykhan.cse.web@gmail.com
    Version: 1.0.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. rev slider section area here
    2. hero area here
    
-----------------------------------------------------------------------------------*/

/* 
--------------------------
1. rev slider section area here
--------------------------
*/
#rev_slider_48_1_forcefullwidth {
    height: 100vh !important;
}
#rev_slider_48_1_wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
    background: #000000 !important;
}
#rev_slider_48_1_wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
}
#rev_slider_48_1_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.clientImage{
    height: 100px;
    width: 150px !important;
}


/* 
--------------------------
2. hero area here
--------------------------
*/
.hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
}