.fixed-btn a:last-child {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  z-index: 999;
  padding: 8px 12px;
  background-color: #002203;
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 50px;
  color: #fff;
  animation: bounce 2s infinite linear;
  font-weight: 600;
  transition: all 0.4s;
}
.fixed-btn a:first-child{
  position: fixed;
  bottom: 20px;
  right: 190px;
  display: inline-block;
  z-index: 999;
  padding: 8px 12px;
  border: 3px solid #002203;
  border-radius: 50px;
  color: #002203;
  font-weight: 900;
  background-color: rgba(255,255,255,0.6 );
  transition: all 0.4s;
}
.fixed-btn a:hover {
  background-color: var(--main-color);
  color: #000;
}
.fixed-btn a:first-child:hover{
    background-color: #fff;
    border-color: var(--main-color);
    color: var(--main-color);
}
/* ----------------------------------------------------------------------------------------------------------------------- */

footer {
    margin-top: 30px;
    position: relative;
}

footer .top-footer {
    background: url(../img/forest-bg.jpg);
    position: relative;
    margin-top: 130px;
    padding: 20px 0;
}

footer .top-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

footer .top-footer .img-box {
    margin-top: -130px;
    margin-bottom: -55px;
    width: 400px;
}

footer .top-footer .img-box img {
    width: 100%;
}

footer .top-footer .content-box {
    text-align: center;
}

footer .top-footer .content-box h2 {
    font-weight: 900;
    font-size: 36px;
    color: #fff;
}

footer .top-footer .content-box h4 {
    color: var(--greycolor-bg);
    font-size: 22px;
    line-height: 30px;
}

footer .top-footer .content-box a {
    padding: 10px 30px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-top: 16px;
    color: #fff;
    background-color: #000;
    font-weight: 700;
    transition: all 0.4s;
}

footer .top-footer .content-box a:hover {
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
}

@media (min-width:992px) and (max-width:1200px) {
    footer .top-footer {
        background: url(../img/forest-bg.jpg);
        position: relative;
        margin-top: 130px;
        padding: 40px 0;
    }

    footer .top-footer .img-box {
        margin-top: -130px;
        margin-bottom: -80px;
        width: 300px;
    }

    footer .top-footer .content-box h2 {
        font-weight: 900;
        font-size: 32px;
        color: #fff;
    }

    footer .top-footer .content-box h4 {
        color: var(--greycolor-bg);
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width:992px) {
    footer .top-footer {
        padding: 40px 0;

    }

    footer .top-footer .img-box {

        margin: -130px auto 0;
        width: 300px;
    }

}

@media (max-width:568px) {
    footer .top-footer {
        padding: 40px 0;

    }

    footer .top-footer .img-box {

        margin: -130px auto 0;
        width: auto;
    }

    footer .top-footer .content-box h2 {
        font-weight: 900;
        font-size: 32px;
        color: #fff;
    }

    footer .top-footer .content-box h4 {
        color: var(--greycolor-bg);
        font-size: 18px;
        line-height: 30px;
    }

}


footer .main-footer-section {
    padding: 60px 0 0;
    position: relative;
    background-color: #002203;
}

footer .main-footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_pattern.png);
    opacity: .01;
}

footer .main-footer-section .abt-col {
    margin-bottom: 30px;
}

footer .main-footer-section h6 {
    color: #fff;
    font-family: 'Crimson Pro', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 30px;
}

footer .main-footer-section h6 span {
    color: var(--main-color);
}

footer .main-footer-section p.text {
    color: var(--greycolor-bg);
    line-height: 26px;
}

footer .main-footer-section .social a svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 10px;
    transition: all 0.4s;
}

footer .main-footer-section .social a.facebook svg:hover {
    background-color: #1877F2;
    transform: scale(1.2);
}

footer .main-footer-section .social a.instagram svg:hover {
    background-color: #E1306C;
    transform: scale(1.2);
}

footer .main-footer-section .social a.youtube svg:hover {
    background-color: #FF0000;
    transform: scale(1.2);
}

footer .main-footer-section .link-col {
    margin-bottom: 30px;
}

footer .main-footer-section .link-col a {
    display: block;
    position: relative;
    margin-bottom: 6px;
    color: var(--greycolor-bg);
    font-weight: 700;
    padding-left: 20px;
    transition: all 0.3s;
}

footer .main-footer-section .link-col a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #fff;
}

footer .main-footer-section .link-col a:hover {
    color: var(--main-color);
}


footer .main-footer-section .contact-col {
    margin-bottom: 30px;
}

footer .main-footer-section .contact-col a {
    display: block;
    margin-bottom: 10px;
    color: var(--greycolor-bg);
    transition: all 0.4s;


}

footer .main-footer-section .contact-col a:hover {
    color: var(--main-color);
}

footer .main-footer-section .contact-col a svg {
    margin-right: 10px;
}

footer .copyright p {
    text-align: center;
    padding: 30px 0 20px;
    margin-bottom: 0;
    color: var(--greycolor-bg);
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 14px;
}
footer .copyright p a{
    font-weight: 700;
    color: #fff;
}