.color_black{ background-color: #fff !important; color: #000;}
.color_gray { background-color: #eee !important; color: #000;}
            body {
               background-color: #000;
}
            .text_black{ color: #000;}
            :root {
    --strategy-color: #fff;
    --branding-color: #fff;
    --development-color: #fff;
    --ux-color: #fff;
    --marketing-color: #fff;
    --production-color: #fff;
    --strategy-bg: #717750;
    --branding-bg: #90714c;
    --development-bg: #FFCAA7;
    --ux-bg: #FFB69C;
    --marketing-bg: #C1D9FF;
    --production-bg: #EAE1C5;
}
            #health-care {
    position: relative;
    height:100%;
    width:100%;
    overflow: hidden;
}
footer {
    position: relative;
    height:100%;
    width:100%;
    overflow: hidden;
}
footer video{filter:opacity(40%);}
#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    z-index: -100;
}
.home_carosel .carousel__plane {
    width: 40vw !important;
}
.home_carosel .carousel__planes {display: -webkit-box;}
.btm_pading{ padding-bottom: 0;}

