/* @font-face { 
    font-family:'Poppins-SemiBold'; 
    src: url(/img/font/Poppins-SemiBold.otf); 
 } */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); 
 .font{ 
  font-family: 'Poppins',sans-serif; 
 }
.ho:hover{
    background-color: #f8a54d!important;
}
.navbar-nav .nav-item .active{
    color: #f7941d!important;
}
.navbar-nav .nav-item a {
    font-family: 'Poppins',sans-serif; 
    font-weight: 400;
    font-size: 17px;
    color: black;

}
 a:hover{
    color: #f7941d!important;
}
.bg{
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}
.bg-org{
 background-color:#f7941d;
}
.Co-org{
    color: #f7941d !important;
}
.hero{
    margin-bottom: 80px;
}
section .container{
    margin-top:150px ;
    margin-bottom:150px ;
   
}
section{
    justify-content: center;
    align-items: center;
}

.bullet ul{
    list-style: none !important;
}
.bullet ul li::before {
                  
    /* \2022 is the CSS Code/unicode for a disc */
    content: "\2022";  
    color: #f7941d; 
    display: inline-block; 
    width: 1em;
    margin-left: -0.9em;
    font-weight: bold;
    font-size:1.1rem;
}
.p-70{
    padding: 70px;
}
.link a { 
    text-decoration: none ;
    color:#fff;
}
.li{
    border: 1px solid black !important;
    
}
.secondry-clr{
    color: #01d286 !important;
}
