/* --------------------Footer---------------------------- */
.footer {
    position: relative;
    background-color: #308949;
    color: #fff;
    padding-top: 2rem;
}

.footer .left_text {
    position: relative;
}

.footer .left_text .imgs {
    display: flex;
    align-items: start;
    justify-content: left;
}

.footer .left_text .imgs .img1 {
    max-width: 300px;
    width: 100%;
    height: 100%;
    /* padding: 0.5rem; */
}

.footer .left_text .imgs .img1 img {
    width: 100%;
    height: 100%;
}


.footer .footer_about_text {
    position: relative;
    z-index: 1;
}
.footer .footer_about_text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}


.footer .footer_about_text p span a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.footer .address {
    position: relative;
}
.footer .address p{
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0.015em;
    text-align: left;
    word-break: break-word;
    margin: 0;
}

.footer .list {
    position: relative;
    z-index: 1;
}

.footer .list ul {
    position: relative;
}

.footer .list ul li {
    list-style: none;
    display: flex;
    align-items: start;
    justify-content: left;
    margin-bottom: 0.5rem;
}
.footer .list ul li h3{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
}
.footer .list ul li span{
    font-size: 1rem;
    color: #fff;
    margin-right: 1rem;
}

.footer .list ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    word-break: break-word;
    line-height: 30px;
    transition: 0.5s all;
}

.footer .list ul li a:hover{
  color:#043B1A;
}


.footer .foot_icon{
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.footer .foot_icon img{
   max-width:250px;
   width: 100%;
   height: 100%;
}


.footer .footer_end {
    border-top: 1.5px solid #fff;
    color: #ffffff;
    /* width: 80%; */
    padding: 1.5rem 0;
    margin: auto;
    position: relative;
}

.footer .footer_end p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0.5rem 0;
}

.footer .footer_end p a {
    text-decoration: none;
    color: #ffffff;
}