*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .footer{
} */

.footer .info{
    background-color: rgba(19, 79, 19, 0.547);

    height: 40vh;

    position: relative;
}

.footer .info img{
    width: 100%;
    height: 100%;

    position: absolute;
    
    object-fit: cover;

    z-index: -1;
}

.footer .info .content{
    /* border: 1px solid red; */

    width: 100%;
    height: 100%;

    padding: 50px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer .info .content .head{
    color: #fff;
}

.footer .info .content .head .heading{
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.footer .info .content .head .message{
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.footer .info .content .head .message2{
    font-size: 2.2rem;
}

/* .footer .info .content .btn{
    
} */

.footer .info .content .btn a{
    text-decoration: none;
    color: #fff;

    border: 1px solid #fff;
    border-radius: 5px;

    background-color: #ffffff00;

    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;

    transition: .5s;
}

.footer .info .content .btn a:hover{
    cursor: pointer;
    background-color: #0b4f0b;
}

.footer .nav{
    /* border: 1px solid red; */

    background-color: #1B5930;

    /*height: 30vh;*/
    
    height: 320px;

    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer .nav .logo{
    /* border: 1px solid red; */

    height: 60%;

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .nav .logo img{
    max-width: 250px;
    max-height: 200px;
}

.footer .nav .contact{
    /* border: 1px solid red; */
    height: 10%;

    
}

.footer .nav .find{
    /* border: 1px solid red; */
    height: 10%;
}

.footer .nav .country{
    /* border: 1px solid red; */
    height: 10%;

    position: relative;
}

.footer .nav .country .countries{
    display: flex;
    flex-direction: row;

    height: 22%;

    /* -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding: 0 4px; */
}

.footer .nav .country .countries .col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;

    /* border: 1px solid orange; */
}

.footer .nav .heading{
    color: #dedede;

    font-size: 1.4rem;

    margin-bottom: 30px;
}

.footer .nav .email{
    text-decoration: none;
    color: #d3d2d2;

    font-weight: 100;
    font-size: 0.7rem;

    word-spacing: 2px;
    letter-spacing: 1.5px;
}

.footer .nav .address{
    color: #d3d2d2;

    font-weight: 100;
    font-size: 0.7rem;

    word-spacing: 2px;
    letter-spacing: 1.5px;
}

.footer .nav .a1{
    margin-bottom: 5px;
}

.footer .nav .a2{
    margin-bottom: 5px;
}

.footer .nav .countries{
    color: #d3d2d2;

    font-weight: 100;
    font-size: 0.7rem;

    word-spacing: 2px;
    letter-spacing: 1.5px;
}

.footer .base{
    /* border: 1px solid blue; */

    background-color: #1B5930;

    height: 10vh;

    position: relative;
}

.footer .base .line{
    border-top: 1px solid #7e7e7e94;
}

.footer .base .content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    height: 100%;
    padding-left: 50px;
    padding-right: 50px;

    /* border: 1px solid red; */
}

.footer .base .content p{
    color: #d3d2d2;

    font-weight: 100;
    font-size: 0.7rem;

    word-spacing: 2px;
    letter-spacing: 1.5px;
}

.footer .base .content .social{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    width: 6%;
}

.footer .base .content .social .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;

    border: 1px solid #d3d2d2;

    position: relative;
}

.footer .base .content .social .icon .inner-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 0.8rem;
    color: #d3d2d296;
}

.certi:hover{
    cursor: pointer;
}