.w3l-passion-mid-grids h5 {
    margin-top: 1.5rem;
}

.w3l-passion-mid-grids p {
    margin-top: 10px;
}


.area-box {
    position: relative;
    display: grid;
    grid-template-columns: 0.8fr 4fr;
    /* grid-gap: 10px; */
    background-color: var(--bg-grey);
    padding: 10px 15px 20px 10px;
    border-radius: var(--border-radius);
 
}

.area-box i {
    font-size: 36px;
    text-align: center;
    margin-top: 3rem;
    color: #2B296B;
}

.area-box div h5{
    text-transform:uppercase;
    margin-bottom: -6px;
}


/* SENSORTEC SOLUTIONS */

.solution-service{
   padding: 20px;
   /* background-color:rgba(218, 252, 252, 0.712);  */
   border-radius: 10px;
   border: 0.5px solid;
}

.solution-service .icon{
    font-size: 32px;
    margin-bottom: 20px;
    color: #2B296B;
 }

 .solution-service h5{
    margin-bottom: 10px;
 }

 .solution-service a {
    font-weight: 600;
    color: #971B1E;
  }


 .solution-service a i{
   margin-left: 5px;
 
 }


  .btn-brand{
    background-color: #971B1E;
  }


  .borders-banner {
    background: url(../images/border-banner-01.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
}

.borders-banner:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}


.airport-banner {
    background: url(../images/airport-banner-01.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
}

.airport-banner:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.seaport-banner {
    background: url(../images/seaport-banner-01.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
}

.seaport-banner:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}


.critical-banner {
    background: url(../images/critical-banner-01.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
}

.critical-banner:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.city-banner {
    background: url(../images/city-banner-01.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
}

.city-banner:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}


.stadium-banner {
    background: url(../images/stadium-banner-01.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
}

.stadium-banner:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}