.header-top .header-top-wrp .info .favicon {
    width: auto;
    height: 140px;
    background: white;
    border-radius: 50%;
    padding: 5px;
}
.header-top .header-top-wrp .info .logo {
    width: 590px;
}
.service__icon img {
    width: 60px;
    margin-bottom: 20px;
}
.feature .service__item {
    display: block;
    background: linear-gradient(37deg,#31B442  20%, #D9EF0C );
    border: 1px solid #f6f6f6;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    height: 225px;
    border-radius: 10px;

}
.feature .service__content h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: white;
}
.team__item {
    border: 1px solid #f6f6f6;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    text-align: center;
    background: #d2ec10;
    border-radius: 10px;
}
.team__item.image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.team__content .content h4 a{
    font-size: 18px;
    color: #fff;
}
.team__content .content span {
    font-size: 14px;
    color: #ffffff;
}
.feature .service__icon img {
    width: 80px;
    margin-bottom: 20px;
    height: 80px;
    background: white;
    border-radius: 50%;
    object-fit: contain;
    padding: 5px;
}
.footer__copytext .link {
    display: flex;
    justify-content: end;
    color: white;
}
.footer__copytext .link a{
    color: #fff;
}
.footer__copytext .link li{
    margin-right: 10px;
}
.service__item {
    border-radius: 10px;
}

#about .flaticon {
    font-size: 34px;
    color: #f77822;
}
.contact__icon i{
    font-size: 40px;
    color: white;
}
.cog-error {
    text-align: center;
    margin: 7% 0;
}

.btn-close {
    position: absolute;
    right: -10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: black;
    border: 0;
    top: -10px;
    color: white;
    z-index: 1;
    opacity: 1;
}
.form-control {
    padding: .75rem .75rem;
}
.news {
    width: 74%;
    display: flex;
    /* border: 2px solid white; */
}
.news span {
    background: #0ca350;
    color: white;
    padding: 10px;
    white-space: nowrap;
}
.news .swiper{
    background: white;
}
.btn-one .btn-inner .btn-text, .btn-two .btn-inner .btn-text i{
    color: var(--white);
}
.header-top .header-top-wrp .info li:last-child{
    margin: 0;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(229 230 232) !important;
}
@media (max-width: 575px) {
    .header-top .header-top-wrp .info .logo {
      width: 330px;
  }
  .header-top .header-top-wrp .info .favicon {
    width: auto;
    height: 70px;
  }
  
  .d-xs-none {
    display: none !important
}
  }