
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Outfit:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}
body{
    background: #f1f0fa;;
}
a{
    color: unset;
    text-decoration: none;
}
/*index page*/
.open{
    display: none;
}
.navclose{
    display: none;
}
.navBar{
    width: 100%;
 
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 25px 45px rgba(0,0,0,0.2);
    
   
}
.navCol{
    
}
.navBar2{
    display: none;
}
.navRow{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.navList ul li{
    display: inline-block;
    margin-left: 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;


}
.navList ul li a{

    position: relative;
  }
  .navList ul li a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    bottom: -8px;
    left: 0;
    background: #ffff;
    transition: 0.5s;
  } 
  
  .navList ul li a:hover::after{
    width: 100%;
  }
.navImg img{
    width: 80px;
}
.navImg{
   flex-basis: 10%;
}
.navCol{
    flex-basis: 70%;
       
}
.navLink{
    flex-basis: 15%;
}
.navLink a{
      background: #b96bfc;
    width: 100%;
    display: block;
    padding: 15px 25px;
    color: #fff;
  
    border-radius: 50px;
    text-align: center;
    font-weight: 500;

}
.searchBtn{
    margin-left:30px;
}
.searchBtn form{
    width: 100%;
}
.inputSec{
    width: 100%;
    position: relative;

}
.inputSec input{
    width: 100%;
    background: none;

    outline: none; 
    padding: 20px;
    font-size: 15px; 
    color: #fff; 
    border: 1px solid #fff;

}
.inputSec  input::placeholder{
    color: #fff;
    font-size: 15px;
}
.inputSec input:focus{
    border: 1px solid #fff;
}
.inputSec button{
    position: absolute;
    top: 30%;
    right: 20px;
    background: none;
    outline: none;
    border: none;
}
.inputSec button i{
    color: #FFF;
    font-size: 18px;
}
.lineNav{
    width: 100%;
    height: 10px;
     background: #b96bfc;
}


.heroSec{
    width:85%;
    margin: 20px auto;
    padding: 40px 20px 40px;
 
   
    background: #fff;
    border-radius: 20px;
  


}
  
.colHeroshead{
    width:300px;
    padding:10px;
    margin:0 auto 20px;
    background:#fff;
    border: 1px solid #0a7a4f;
    text-align:center;
    color:#0a7a4f;
    border-radius: 8px;


  }
  .siteMessage{
    width:85%;
    
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    bottom:50px;
    left: 20px;
    z-index: 1000;
    
    
  }
  .siteMcol{
    background: #000;
    max-width: 400px;
    border-radius: 8px;
    padding: 10px;

  }
  .siteMcol p{
    font-size: 13px;
    color:#fff;
    
    
     
  }
  .colHeroshead h5{
    color:#0a7a4f;
  }
  .approach{
    margin: 50px 0;
  }
  .rowApproach{
    width: 85%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .colApproach{
    flex-basis:30%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding:15px;
    background: #fff;
    border-radius: 10px;
  }
  .colApproach img{
    width: 40%;
  }
  .colApproach .colApproachcol{
    display: flex;
    align-items: center;
    gap:10px;
  }
.herosecRow{
    width: 100%;
    margin: auto;
    padding-top: 180px;
    
}
.heroSec h5{
    
    font-size: 25px;   
}
.rowSec{

}
.rowSec h2{
    color: #b96bfc;
    font-size: 45px; 
    
    text-align: center;
  
    font-weight: 900;
  
    
}
.rowSec p{
    text-align: center;
    color:#999;
    font-weight: 800;
    font-size: 20px;
}
.rowWho{
    width: 85%;
    max-width: 500px;
    margin: 30px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col27{
    flex-basis: 30%;
    max-width: 200px;

}
.col27 h4{
    color: #000;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
}
.col27 p{
    color: #000;
    line-height: 18px;
    font-size: 15px;
    text-align: center;    
}
.heroLink{
    background: #b96bfc;
    
    display: block;
    width: 200px;
    padding: 15px 25px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    margin: 20px auto 0;
}
.heroImg{
    width: 85%;
    margin: 40px auto 10px;
    max-width: 500px;
}
.heroImg img{
    width: 100%;
}

/*herosection ends*/
/*herosection2 begins*/
.heroSec2{
    width: 90%;
    margin: auto;
   text-align: center;
    margin: 20px auto;
    color: #b96bfc;
}
.heroSec2 h2{

}
/* features */
.featureSec{
    width: 85%;
    margin: 20px auto;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.colFeatures1{
    flex-basis: 40%;
}
.colFeaturesHead{
    background: #e8f7f1;
    color:#1a6b4e;
    width: 200px;
    border: 1px solid #1a6b4e;
    border-radius: 8px;
    padding: 10px 15px ;
    text-align: center;
    margin-bottom: 20px;

}
.colFeat8{
    width: 85%;
    margin: auto;
    display: flex;
    align-items:center;
    justify-content: flex-start;
}
.colFeaturesHead4{
    

      
}
.colFeatures1 h2{
    font-size: 40px;
    font-weight: 800;
    color:#000;
    
}
.colFeatures1foot{
    margin-top: 40px;
}
.colFeatures1foot h2{
    margin-top: 40px;
     font-weight: 800;
     font-size: 40px;
     color: #b96bfc;
}
.colFeatures1foot p{
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    font-size: 18px;
}
.colFeaturesHead i{
    margin-right: 5px;
    
}
.colFeaturesHead h5{
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.colFeatures2{
    flex-basis: 55%;
}
.colFeatures2col{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   padding: 30px 0;
   border-top: 1px solid #999;
}
.colFeatures2col h4{
    font-weight: 800;
    font-size: 20px;
}
.colFeatures2col p{
    font-weight: 600;
    font-size: 15px;
    text-align: left;
}
/* how it works */
.guideSection{
    background: #fff;
    
}
.rowGuide{
    width: 85%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap: 40px;
    padding: 30px 0;
    

}
.cryptoGui{
    margin-bottom: 20px;
}
   
 .cryptoGuide .col25{
        padding: 20px;
        flex-basis: 30%;
        background: #b96bfc;
        border-radius: 8px;
       
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }
    .cryptoGuide{
        padding: 30px;
        background: #ebede8;
        border-bottom: 1px dashed #b96bfc;
        border-top: 1px dashed #b96bfc;
        background: #fff;
    }
    .cryptoGuide .guideCont{
        display: flex;
        align-items: flex-start;
        
    }

    .cryptoGuide h1{
        color: #f3525a;

    }
    .guideCont h1{
        color: #fff;
        margin-right: 15px;
    }
    .guideCont h3{
        text-align: left;
        color: #fff;
    }
    .guideCont{
        display: flex;
    }
    .guideCont p{
        text-align: left;
        color: #fff;
        line-height: 30px;
    }
    .rowTxt5{
        text-align: center;
        width: 85%;
        margin: auto;
    }
    .guid{
        margin-left: 10px;
    }
    .rowTxt5 h3{
        color: #b96bfc;
        margin-top: 5px;
        font-size: 30px;
     
        text-align: left;
    }

    .rowTxt5 p{
        color: #fff;
        margin-top: 5px;
        font-size: 18px;
        color: #000;
        text-align: left;
        color:#b96bfc
    }


  /*about us section*/
  .aboutSec{
    margin: 20px 0;
  }
  .row1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .rowAbout{
    width: 85%;
    margin: auto;
  }
  .col1{
    flex-basis: 45%;
  }
   
  .col1 img{
    width: 85%;
  }
  .col2 h2{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .col2 h6{
    line-height: 25px;
    margin-bottom: 25px;
  }
  .col2 p{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
   .col2 a{
     background: #b96bfc;

    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 500;
   

   }
 .rowJoin a{
    background: #fff;

    padding: 15px 40px;
    color: #b96bfc;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 500;
}
.col2 a:hover,.rowJoin a:hover{
    background: #eaf3fa;
    color:#b96bfc;
    text-decoration: none;
    border: 1px solid #eaf3fa;

}
.col2{
    flex-basis: 55%;
  }
  .col2Row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;

  }
  .col2Col h3{
    font-size: 30px;
    font-weight: 600;


  }
  .col2 p{
    font-size: 18px;
     margin-bottom: 40px;
  }
/*what we do*/
.whatwedo{
    margin: 40px 0;
}
.rowWhat{
    width: 85%;
    margin: 10px auto 50px;
        display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap: 40px;
    
}

 .col3{
    flex-basis: 22%;
    text-align: center;
    background: #fff;
    padding: 30px;
    position: relative;
    
    cursor: pointer;
    border-radius: 8px;
    
}
.col3 i{
    font-size: 45px;
    color: #b96bfc;
    margin-bottom: 20px;
}
.col3 h4{
    font-size: 24px;
    margin-bottom: 25px;
    
    
}
.col3 p{
    font-size: 18px;
    margin-bottom: 25px;
    
}
 .col3:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #b96bfc;
    z-index: -10;
    transition: 0.3s ease-in;
    border-radius: 8px;
 

} 
.col3:hover::before{
    color: #fff;
    height: 100%;


}
.col3:hover i,.col3:hover h4,.col3:hover p{
    color: #fff;

}
.catHead h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #b96bfc;

}
.catline{
    margin-top: 20px;
     width: 100px;
    height: 4px;
    text-align: center;
    background: #000;
    margin: auto;
}
/*pricceSec*/
.catHead3 h2{
    color: #fff;

}
.catHead3 .catline{
    background: #fff;
}
.priceSec{
    margin: 50px 0;
    background: #b96bfc;
    padding: 60px 0;
}
.rowPrice{
    width: 85%;
    margin: 30px auto 0;
}
.colPrice{
    background: #fff;
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20%;
    flex-basis: 30%;
    margin-bottom: 25px;
}
.colPrice a{
    background: #b96bfc;
    width: 100%;
    display: block;
    padding: 15px 20px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}
.colPrice h6{
    font-size: 20px;
  
}
.colPrice h2{
    font-size: 35px;
    margin-bottom: 25px;
    color: #b96bfc;
}
.colPricecol{
    display: flex;
    align-items: center;
}
.colPricecol p{
    font-size: 20px;

}
.colPricecol i{
    font-size: 20px;
    margin-top: -15px;
    margin-right: 20px;

}


/*market*/
.rowMarket{
    width: 85%;
    margin: auto;
}
/*edgeSec*/
.edgeSec{
    margin: 50px 0 0;
    padding: 50px 0;
    background: #eaf3fa;
}
.rowEdge{
    width: 85%;
    margin: 40px auto;
        display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    grid-gap: 40px;
    
}
 .col4{
   
    

   
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 8px;
    
}
.col4Sec{
    background: #b96bfc;
    color: #fff;
    padding: 15px;
   
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.col4 img{
    width: 100%;
    border-top-left-radius: 30%;
     border-top-right-radius: 30%;
}
/*joinSec*/
.joinSec{
    padding: 150px 0;
   
    color: #fff;
    text-align: center;
      background: #b96bfc;
   
   
}
.rowJoin{
    width: 85%;
    margin: auto;
}
.rowJoin h3{
    font-size: 60px;
    font-weight: 700;
    
}
.rowJoin p{
    max-width: 600px;
    margin: auto;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
}
/*testimonials*/
/*swipr>*/
.testimonials{
    padding: 30px 0;
    background: #ebede8;
}
.catHead2{
    margin-bottom: 40px;
}
.swiper {
    width: 85%;
   height: 350px;
    margin:  auto;
  }
  .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align:center;
    font-size: 18px;
    border-radius: 25px;
    box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
   
    cursor: pointer;
    transition: ease-in 0.5s;
  }
  .swiper-slide:hover{
    background: #b96bfc;

  }
  .swiper-slide:hover p{
    color: #fff;


  }
  .swiper-slide:hover h4{
    color: #fff;


  }
  .swiper-slide:hover small{
    color: #fff;


  }

  .swiper-slide p{
    font-size: 18px;
    color: #444;
    line-height: 25px;
    

  }
  .swiper-slide h4{
    font-size: 24px;
    
    color: #b96bfc;
  }
  .swiper-slide small{
    font-size: 12px;
    
    color: #063127
  }

   /*footer*/
 footer{
    width: 100%;
    padding: 100px 0;
    
    background: #022311;
        
    background-position: center;
    background-size: cover;
  }
  .col31{
    flex-basis: 30%;
  }
  .col31 h3{
    color: #7efca9;
    font-size: 24px;
    margin-bottom: 20px;
    
  }
  .col31 p{
    color: white;
    line-height: 25px;

  }
  .col32 h3{
    color: #7efca9;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .col32 ul li {
    color: white;
    list-style: none;
    margin-bottom: 10px;
  }
  .col32 ul li a{
    color: white;
    text-decoration: none;
  }
  .col32 {
    flex-basis: 60%;

  }
  .colfoot{
    background: #0a7a4f;
    padding: 30px;
    text-align: center;
    color: white;
    border-top: 2px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .rowFoot{
    width: 85%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*contactSec*/
.contactMain{
    background: #b96bfc;
    padding: 100px 0;
    text-align: center;
    color:#fff;
       width:100%;
    
  
    background-position: center;
    background-size: cover;
}
.contactMain h2{
    font-size: 45px;
    font-weight: 600;
}
.contactSec{
    margin: 150px 0;

}
.rowContact{
    width: 85%;
    margin: 100px auto;
}
.colContact1{
    flex-basis: 45%;
    background: url(images/blog5.jpg);
   padding: 120px 30px;
    background-position: center;
    background-size: cover;
    border-bottom: 2px solid #b96bfc;
    border-radius: 12px;
}
.colContact1 h6{
    color: #b96bfc;
    font-size: 20px;
    margin-bottom: 25px;
}
.colContact1 h4{
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.colContact1 .colContact1Row{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
/* .colContact1Row span{
    width: 80px;
    height: 50px;
 
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ce0600;
    color: #fff;


} */
.colContact1Row i{
    font-size: 35px;
    color: #b96bfc;
}
.colContact1Col{
    margin-left: 15px;
}
.colContact1Col h5{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.colContact1Col p{
    color: #fff;
    font-size: 18px;
}
.colContact2{
    flex-basis: 45%;
    background: #fff;
    padding: 11px 30px;
     border-radius: 12px;
      box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
}
.colContact2 form{
    width: 100%;
}
.colContact2 h4{
    margin-bottom: 25px;
    font-size: 24px;
}
.inpSec{
    margin-bottom: 15px;
}
.inpSec label{
    font-size: 18px;
    margin-bottom: 10px;
}
.inpSec input,.inpSec select,.inpSec textarea{
    width: 100%;
    background: #eee;
    padding: 10px;
    border: none;
    outline: none;
    margin-top: 7px;
}
.colContact2 button{
    background: #b96bfc;
   
    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    margin-bottom: 50px;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    border: none;
    color:#b96bfc
}



 
    
    @media screen and (max-width:750px){
        
        .navBar{
            z-index: 9999999999999;
        }
        .heroSec{
             z-index: -9999;
             position: relative;
            
        }
        .navRow2{
            display: flex;
            align-items: center;
            height: 100%;
        }
        .navImg2{
            width:82%;
            background: #fff;
            height: 100%;
           
            
    
           
        }

        .navImg2 img{
            width: 120px;
            margin-left: 10px;
            margin-top: 12px;
        }
        
        .navCol{
            position: fixed;
            top: -1000px;
            right: 0px;
            width: 100%;
            
            
            background: #b96bfc;
            height: 100vh;
            transition: 0.5s;
            z-index: 100;
            flex-direction: column;
        }
        .navList2{
            padding-right: 5px;
        }
        .navLink {
            flex-basis: 40%;
            margin-right: -120px;
        }
        .navLink a{
      background: #b96bfc;
      width: 120px;
    
    display: block;
   
    color: #fff;
    font-size: 14px;
  
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
   

}
.navImg img{
    width: 140px;

}
      
        .navCol.show{
           top: 0;
        }
    
        .navList ul li{
            display: block;
            text-align: left;
            margin: 20px 15px 50px 15px;
            font-size: 15px;
            color: #fff;
            border-bottom: 1px solid #fff;
            padding-right: 5px;
            padding-bottom: 5px;
           
        
        }
       
        .open{
            display: block;
            color:#fff;
            font-size:25px;
        }
        .navclose{
            display: block;
            text-align: left;
            color: white;
            font-size: 35px;
            z-index: 1000000;
            margin-left: 10px;
            margin-top: 20px;
            
        }
        .navBar{
            z-index: 99999;
            
        }
         .navCol{
            z-index: 99999;
            
        }
         .carousel-cap p{
            margin-bottom: 30px;
            font-size: 15px;
            text-align: left;
            line-height: 25px;
        }
           
          
          .carousel-cap h3{
            margin-bottom: 15px; 
             font-size: 22px;
             font-weight: 700;
             text-align: left;
            }
            .carousel-cap a{
                background: none;
                padding: 10px;
                color: #fff;
                margin-top: 15px;
                border-radius: 4px;
                text-decoration: none;
                display: block;
                width: 180px;
            
                z-index: 10;
                border: 1px solid #fff;
                color: #fff;
                outline: none;
                transition: 0.5s;
                
              
                
                
                
             }
             .col1,
             .col2,
             .col3,
             .col4,
             .col5,
             .col31,
             .col32,
             .colContact1,
             .colContact2,
             .colPrice,.colFeatures1,.colFeatures2{
                flex-basis: 100%;
                margin-bottom: 30px;
             }
             .col1 img{
                width: 100%;
             }
             .col2 h2,.catHead h2{
                font-size: 24px;
             }
             .col2 h5{
                font-size: 18px;
             }
             .col2 p,.col3 p,.col4 p{
                font-size: 16px;
             }
             .col2 a,.rowJoin a{
                padding: 15px 25px;
             }
             .col3 h4,.col4 h4,.col4 h4{
                font-size: 22px;

             }
            .rowJoin h3{
                font-size: 27px;

            }
             .rowJoin p{
                font-size: 16px;

            }
            .colContact1Col h5{
    font-size: 18px;

}
.colContact1Col p{
    font-size: 15px;

}
.colContact1Row{

}
.colContact1{
    margin-bottom: 20px;

}
.colContact1 h6{
    font-size: 20px;
}
.colContact1 h4{
    font-size: 20px;
}
.colContact1 p{
    font-size: 15px;
    
}

.colContact1Row i{
    font-size: 20px;
 
}
.colContact2 h4{
    font-size: 20px;

    
}
  .col2Col h3{
    font-size: 20px;
    font-weight: 600;
    

  }
  .col2Col p{
    font-size: 12px;
  line-height: 15px;
   
  }
  .rowSec h2{
    color: #b96bfc;
    font-size: 25px; 
    
    text-align: center;
  
    font-weight: 900;
  
    
}
.rowSec p{
   font-size: 14px;
   max-width: 500px;
}
.col27{
    flex-basis: 30%;
    max-width: 200px;

}
.col27 h4{
    color: #000;
    font-size: 20px;
    text-align: center;
}
.col27 p{
    color: #000;
    line-height: 18px;
    font-size: 14px;
    text-align: center;    
}
.heroLink{

    width: 150px;
    padding: 15px 25px;
    font-size: 13px;

}
.heroSec2 h2{
    font-size: 17px;

}
  .col2 a{
    

    padding: 15px 25px;
  font-size: 13px;
   

   }
   .colFeatures1 h2{
      font-size: 25px;

   }

   .colFeatures1foot h2{
 

   

}
.colFeatures1foot p{
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    font-size: 18px;
}
.colFeaturesHead i{
    margin-right: 5px;
    
}
.colFeaturesHead h5{
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.colFeatures2{
   
}
.colFeatures2col{
     flex-direction: column;

}
 .rowTxt5 h3{
        font-size: 20px;    
    }

    .rowTxt5 p{ 
        font-size: 18px;  
    }
    .guideCont h3{
      font-size: 22px;
    }
    .guideCont{
        display: flex;
    }
    .guideCont p{
        text-align: left;
        color: #fff;
        line-height: 30px;
        font-size: 14px;
    }
.colFeaturesHead{
    background: #e8f7f1;
    color:#1a6b4e;
    width: 200px;
    border: 1px solid #1a6b4e;
    border-radius: 8px;
    padding: 10px 15px ;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
}

.colHeroshead h5{
    color:#0a7a4f;
    font-size: 12px;
  }
  .colHeroshead{
    width:150px;
    font-size: 12px;
    padding:10px;
    margin:0 auto 20px;
    background:#fff;
    border: 1px solid #0a7a4f;
    text-align:center;
    color:#0a7a4f;
    border-radius: 8px;


  }
  .colHeroshead img{
    width:20px;
    margin: 0 5px;
  }
  .colApproach{
    flex-basis: 100%;
    margin-bottom: 20px;
  }
            
             
    
        
      
 }

