﻿.benchaway-container canvas {
    display: block;
    vertical-align: bottom;
}

.section {
    background-color: #fbf2f1;
}
.list-group-item {
    border: 1px solid rgb(248, 239, 238);
}
/* ---- particles.js container ---- */

.benchaway-container #particles-js {
    position: inherit;
    width: 100%;
    height: 72vh;
    /*background: linear-gradient(to right, #00c6ff, #2F80ED) !important;*/
    background-image: url('../images/benchaway/benchaway.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.benchaway-text-color {
    color: #bc1c09 !important;
}
.imp-text {
    font-size: 28px;
    color: #bc1c09;
    line-height: 34px;
}
.bg-light-blue {
    background-color: #bc1c09 !important;
}
.featureslist li img, .featureslist .card-header img {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}
/* ---- stats.js ---- */

.benchaway-container.count-particles {
    background: #ffffff;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #ffffff;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.benchaway-container.js-count-particles {
    font-size: 1.1em;
}

.benchaway-container#stats .count-particles {
    -webkit-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 0 0 3px 3px;
}

.benchaway-container #stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.benchaway-container .featureSlider .carousel-caption {
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ffffff;
    text-shadow: none;
}

.benchaway-container .featureSlider .carousel {
    position: relative;
}

.benchaway-container .featureSlider .controllers {
    position: absolute;
    top: 0px;
}

.benchaway-container .featureSlider .carousel-control.left,
.benchaway-container .featureSlider .carousel-control.right {
    background-image: none;
}

.benchaway-container .featureSlider .carousel-control-next,
.benchaway-container .featureSlider .carousel-control-prev {
    width: 10% !important;
     opacity:1;
}

    .benchaway-container .featureSlider .carousel-control-next .fa,
    .benchaway-container .featureSlider .carousel-control-prev .fa {
        opacity: 1 !important;
        color: #bd1c09;
    }

.benchaway-container .featureSlider .carousel-indicators li {
    background-color: #cff8ff;
}

.benchaway-container .featureSlider .carousel-indicators .active {
    background-color: #bd1c09;
}

.benchaway-container .featureSlider h2 {
    color: #fff !important;
}
.benchaway-container .features-desc h2 {
     color:#bd1c09;
}
.benchaway-container .title  h2 {
    color:#bd1c09;
}
/*.benchaway-container .featureSlider .holder img {
    height: 500px;
}*/
@media (max-width: 768px){
    .benchaway-container #particles-js {
        background-image: none !important;
        background-color: hsl(6.4, 90.9%, 38.6%);
    }
    #particles-js .product-caption {
        top: 7rem;
    }
}