/*
fec22c		>>	#5fa7d9
fb9202		>>	#21408a
*/
section[data-cattype="247"]{
    background: radial-gradient(ellipse at center, #141c27 0%,#090a0e 100%);
    min-height: 60vh;
    /* overflow: hidden; */
    z-index: 10;
    padding: 9rem 0 1em 0;
}

section[data-cattype="247"]:before {
    position: absolute;
    content: "";
    top: -9px;
    left: -9px;
    width: 0;
    height: 0;
    border-top: 60px solid #21408a;
    border-right: 60px solid transparent;
    z-index: 10;
}






[data-cattype="247"] canvas.particles-js-canvas-el{
    position: absolute;
    top: 0; 
    left: 0;
    z-index: -999;
    width: 100%;
}



[data-cattype="247"] ul.list-panel li{
    width: 49%;
    text-align: left;
}

[data-cattype="247"] ul.list-panel h2{
    font-size: 3em;
    font-weight: 900;
    color:#fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.33); 
}
[data-cattype="247"] ul.list-panel h2 .yellow{
    color: #fec21c;
}


[data-cattype="247"] ul.list-tech-logo{
    margin: 60px auto 0 auto;
    text-align: center;
}
[data-cattype="247"] ul.list-tech-logo li{
    width: 20%;
    height: 100px;
    margin: 3%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: rgba(238, 238, 238, 0.69);
    border: 10px rgba(238, 238, 238, 0) solid;
    border-radius: 30px;
}





/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

@media   (max-width: 980px) {
	
    section[data-cattype="247"]{
        padding: 0rem 0 1em 0;
    }

    section[data-cattype="247"]:before {
        display: none;
    }

    [data-cattype="247"] ul.list-panel > li{
        width: 100%;
        padding: 0 15px;
    }

    [data-cattype="247"] ul.list-tech-logo{ margin: 2em 0; }
    [data-cattype="247"] ul.list-tech-logo li {
        width: 12%;
        height: 12vw;
        margin: 1%;
        background-color: rgb(238, 238, 238);
        border-radius: 30px;
    }
    
}



/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {

    [data-cattype="247"] ul.list-panel h2{
        line-height: 1;
        text-align: center;
    }

    [data-cattype="247"] ul.list-tech-logo{ margin: 2em 0; }
    [data-cattype="247"] ul.list-tech-logo li {
        width: 24%;
        height: 24vw;
        margin: 2%;
        background-color: rgb(238, 238, 238);
        border-radius: 30px;
    }

}

