.navbar-brand img{
    width:100%;
    max-width: 125px;
}

.text-greeny {
    color: var(--bs-primary);
    font-weight: 600;
}

#footer img{
    width: 100%;
    max-width: 200px;
}

.card {
    background: transparent;
}

.card-icon {
    width: 100%;
    max-width: 120px;
    transition: ease all .3s;
}

.iconix {
    padding: 30px;
    border: 1px solid #787d62;
    border-radius: 10px;
    transition: ease all .3s;
}

.iconix:hover{
    background-color: var(--bs-primary);
    color: white;
}

.iconix:hover a{
    color: white;
}

.iconix:hover .card-icon {
    filter: brightness(9);
    transform: scale(1.2);
}

.card-flex{
    display: flex;
    justify-content: space-between;
}

hr {
    margin-top: 90px;
    border-top: var(--bs-primary);
    width: 100%;
}

.hr2 {
    border-top: #787d62;
    margin-top: 0;
    width: 50%;
}

.hr2 {
    border-top: #787d62;
    margin-top: 0;
    width: 100%;
}


.soc-icon {
    margin-top: 5px;
    font-size: 30px;
}

.k-table {
    margin-top: 50px;
}

.k.table table {
    margin-top: 50px;
}

.k-table .display-2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.k-projects img{
    padding: 10px 0;
}

.sub-title {
    font-size: 22px;
    color: #787d62;
}

.icon-about{
    width: 100%;
    max-width: 100px;
    padding: 5px;
}

.ver-line {
    border-left: 6px solid green;
    height: 500px;
}


.about-one__service {
    position: relative;
    display: flex;
    gap: 21px;
}

.about-one__service--two {
    padding-left: 9px;
}

.about-one__service:hover .about-one__service__icon span {
    color: var(--floens-white, #ffffff);
    animation-name: wobble-horizontal-hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.about-one__service__icon {
    position: relative;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--floens-white2, #F2EEEA);
    overflow: hidden;
    transition-duration: 800ms;
    z-index: 1;
}

.about-one__service__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--floens-base, #C7844F);
    transition-duration: 800ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 50%;
}

.about-one__service__icon span {
    font-size: 35px;
    color: var(--floens-base2, #8A5133);
    transition: 400ms;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.about-one__service__title {
    font-size: 16px;
    line-height: 1.75;
    text-transform: capitalize;
    margin-bottom: 3px;
}

p {
    margin-top: 0px;
    margin-bottom: 1rem;
}

.about-one__service__text {
    margin-bottom: 0px;
}

.floating {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 70px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    z-index: 100;
   }
   
   .fab-icon {
    margin-top: 10px;
   }