@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

* {
    font-family: "Poppins", serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.a-tag {
    text-decoration: none;
}

.hvr-icn:hover{
  color: orange !important;
  transition: 0.5s;
}

.hvr-icn{
  color: #000;
}

.icn-logo{
    width: 5%;
}

.txt-orange{
    color: orange;
}

.fs-12 {
    font-size: 12px;
}

.fs-14{
  font-size: 14px;
}

.brb{
    border-bottom: solid 1px #E8E8E8;
}

.txt-grey{
    color: #E8E8E8;
}

.icn-home{
      width: 18px;
  height:18px;
}


.btn-orange {
    color: #fff;
    background-color: orange;
    font-weight: bold;
    padding: 10px 30px;
    width: 100%;
    border-radius: 5px;
    transition: 0.5s;
}

.btn-orange:hover {
    border: #000 solid 1px !important;
    padding: 10px 30px;
    width: 100%;
    border-radius: 5px;
}

.img-logo{
    width: 10% !important;
}


/* navbar */

.active-2{
  color: orange !important;
}

.slide-img{
    width: 100% !important;
    height: 400px !important;
    
}

.navbar-l{
    z-index: 99999;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.icn-set{
  width: 35px;
  height:35px;
}

.icn-contact{
  width: 50px;
  height: 50px;
}

.box-shw{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.box-width{
  width: 80%;
padding: 20px 0px;
}

.active{
  color: orange !important;
}

.edit-container input {
  padding: 5px;
  font-size: 16px;
}
.edit-container button {
  color: #fff;
  background-color: orange;
  font-weight: bold;
  padding: 10px 30px;
  width: 100%;
  border-radius: 5px;
  transition: 0.5s;
}

.edit-container button:hover {
  border: #000 solid 1px !important;
  padding: 10px 30px;
  width: 100%;
  border-radius: 5px;
}

 .img-sign{
        width: 20% !important;
    }
    
    .txt-sign{
         text-align: left !important;
    }


/* Responsive */


@media (max-width :576px ) {
    
    
    .fwrap{
            display: flex !important;
    flex-wrap: nowrap !important;
    margin-top: 8px !important;
    }
    
    
    .fs-m10{
            margin-bottom: 5px !important;
    font-size: 12px;
}


.lh-10{
        line-height: 10px !important;
    }
    
    .fs-10{
        
        font-size: 14px !important;
    }
    
    .fs-14{
        font-size: 12px;
        
    }
    
        .txt-sign{
         text-align: center !important;
    }
    
    .img-sign{
        width: 40% !important;
    }
    
    .dnone{
        display:none !important;
    }
    
    .icn-set{
  width: 15px !important;
  height: 15px !important;
}
    
    .slide-img{
    width: 100% !important;
    height: 250px !important;
    
}


.icn-logo{
    width: 10%;
}

    
    .img-logo{
    width: 35% !important;
}


.flexer{
  flex-wrap: wrap !important;
}

.mt-sm-10{
  margin-top: 10px;
}

.txt-end{
  text-align: left !important;
}

.mt-sm-20{
  margin: 15px auto;
}

.minus-m-10{
  margin-bottom: 5px !important;
}



    }
    
    
  


