.check-listt {
  margin: 0;
  padding-left: 5rem;
   column-count: 3;
}

.check-listt lii {
  position: relative;
  font-family: "Poppins", sans-serif;
  list-style-type: none;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
      font-weight: bold;
      column-count: 3;
}

.check-listt lii:before {
    content: '';
    display: block;
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
    column-count: 3;
}


/* Boilerplate stuff */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html l {
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
  font-size: 62.5%;
}

body l {
  font-size: 1.6rem; /* 18px */
  background-color: #efefef;
  color: #324047;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

html l {
  height: 100%;
}
body l {
  height: 100%;
}
section l {
  height: 100%;
}

section l {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

div l {
  margin: auto;
  text-align: center;

}

.center {
  text-align: center;
  column-count: 3;
}

.rounded-lg {
  border-radius: 1rem !important;
  margin-top: 15px;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 4px;
  border-radius: 1rem;
  
}

.text-uppercase {
  letter-spacing: 0.2em;
}

.tech-feature-list1 li{font-size:1.00rem !important}




body{
    margin: 0;
    font-family: 'poppins',sans-serif;
   
}
*{
    box-sizing: border-box;
    margin: 0;
}
.container{
    max-width: 1140px;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
 
.section-title{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
.section-title h1{
    display: inline-block;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    margin: 0 0 5px;
    position: relative;
}
.section-title h1:before{
    content: '';
    left: 0;
    position: absolute;
    height: 2px;
    right: 32%;
    background-color: #035ded;
    bottom: 0px;
}
.text-center{
    text-align: center!important;
}
.text-right{
    text-align: right!important;
}
.portfolio{
    background-color: white;
    padding: 100px 7px;
}
.portfolio .section-title h1:before{
    left: 30%;
}
.portfolio .filter-buttons{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.portfolio .filter-buttons ul{
    list-style: none;
    text-align: center;
    padding: 0;
}
.portfolio .filter-buttons ul li{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0px 8px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
}
.portfolio .filter-buttons ul li.active{
    color: #035ded;
    border-bottom: 2px solid #035ded;
}
.portfolio .portfolio-gallery{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.portfolio .portfolio-gallery .item{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    padding: 8px;
  
}
.portfolio .portfolio-gallery .item .inner{
    position: relative;
}
.portfolio .portfolio-gallery .item img{
    width: 100%;
    display: block;
}
 
@media(max-width:767px){
 
    .portfolio .portfolio-gallery .item{
        flex:0 0 50% ;
        max-width: 50%;
        position: relative;
        padding:8px ;
    }
 
}
@media(max-width:500px){
 
    .portfolio .portfolio-gallery .item{
        flex:0 0 100% ;
        max-width: 100%; }
}

