.fixed-social-icon ul {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 998;
}

.fixed-social-icon ul li {
    position: relative;
    transform: translateX(105px);
    transition: all 0.4s;
}

.fixed-social-icon ul li:hover {
    transform: translateX(0);
}

.fixed-social-icon ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    font-weight: 600;
    background-color: #4AAB3D;
    transition: all 0.4s;
}

.fixed-social-icon ul li a svg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s;
}

.fixed-social-icon ul li:hover a {
    background-color: #000;
}

.fixed-social-icon ul li:hover a svg {
    color: #4AAB3D;
}


footer {
    position: relative;
}

footer .top-footer-cta {
    position: relative;
    background: url(../img/backgrounds/footer-cta-bg.jpg) no-repeat fixed center;
    background-size: cover;
    margin-top: 80px
}

footer .top-footer-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

footer .top-footer-cta .left-content {
    padding: 80px 0;
    position: relative;
}

footer .top-footer-cta h4 {
    color: #fff;
    font-size: 56px;
    text-transform: uppercase;
}

footer .top-footer-cta h4 span {
    color: #4AAB3D;
    font-weight: 800;

}

footer .top-footer-cta p.text {
    color: #fff;
    margin-top: 20px;
}

footer .top-footer-cta .button span {
    display: block;
    color: #4AAB3D;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

footer .top-footer-cta .left-content a {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    transition: all 0.4s;
}

footer .top-footer-cta .left-content a:hover {
    color: #4AAB3D;
}

footer .top-footer-cta .right-content {
    padding-left: 60px;
}

footer .top-footer-cta .form-wrapper {
    background-color: #1F242C;
    padding: 40px 30px;
    text-align: center;
    margin-top: -100px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

footer .top-footer-cta .form-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/backgrounds/wave-bg.png);
}

footer .top-footer-cta .form-wrapper h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

footer .top-footer-cta .form-wrapper h5::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}

footer .top-footer-cta .form-wrapper h5 span {
    color: #4AAB3D;
}

footer .top-footer-cta .form-group {
    margin-bottom: 10px;
    position: relative;
}

footer .top-footer-cta .form-control {
    padding: 10px 20px;
    font-weight: 600;
    color: #1F242C;
    box-shadow: none;
    outline: none;
}

footer .top-footer-cta .form-control:focus {
    border-color: #4AAB3D;
}

footer .top-footer-cta button {
    padding: 6px 20px;
    margin-top: 20px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1F242C;
    background-color: #fff;
    border: none;
    position: relative;
    transition: all 0.4s;
}

footer .top-footer-cta button:hover {
    transform: scale(1.1);
    background-color: #4AAB3D;
    color: #fff;
}

@media (max-width:1200px) {
    footer .top-footer-cta h4 {
        font-size: 46px;
    }

    footer .top-footer-cta .left-content a {
        font-size: 46px;
    }

}

@media (max-width:992px) {
    footer .top-footer-cta {
        margin-top: 0;
    }

    footer .top-footer-cta .right-content {
        padding-left: 0;
        margin-bottom: 10px;
    }

    footer .top-footer-cta .form-wrapper {
        background-color: #fff;
        padding: 30px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 60px;
        border-radius: 30px;
    }

    footer .top-footer-cta .form-wrapper h5 {
        color: #1F242C;

    }

    footer .top-footer-cta .form-wrapper h5 span {
        color: #000;
    }

    footer .top-footer-cta .form-wrapper h5::before {
        background-color: #1F242C;
    }

    footer .top-footer-cta .form-wrapper button {
        background-color: #1F242C;
        color: #fff;
    }
}

@media (max-width:568px) {
    footer .top-footer-cta .left-content {
        padding: 80px 0 50px;
        position: relative;
    }

    footer .top-footer-cta h4 {
        font-size: 36px;
    }

    footer .top-footer-cta .left-content a {
        font-size: 36px;
    }
}



footer .main-footer-wrapper {
    padding: 80px 0;
    position: relative;
    background: #14181d;
}

footer .main-footer-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/backgrounds/wave-bg.png);
}

footer .main-footer-wrapper .brand-img img {
    width: 200px;
    background-color: #fff;
    border-radius: 30px 30px 0 30px;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 20px;
}

footer .main-footer-wrapper p.text {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

footer .main-footer-wrapper p.text strong {
    color: #fff;
}

footer .main-footer-wrapper p.text span {
    color: #4AAB3D;
    font-style: italic;
    text-transform: capitalize
}

footer .main-footer-wrapper p.text a {
    color: #4AAB3D;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: underline !important;
}

footer .main-footer-wrapper .social-box svg {
    margin-right: 12px;
    color: rgba(255, 255, 255, 0.7);
    width: 18px;
    height: 18px;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: all 0.4s;
}

footer .main-footer-wrapper .social-box svg:hover {
    transform: scale(1.1);
    color: #4AAB3D;
    border-color: #4AAB3D;
    background-color: #fff;
}

footer .main-footer-wrapper .link-col,
footer .main-footer-wrapper .contact-col {
    padding-top: 50px;
}

footer .main-footer-wrapper h6 {
    color: #4AAB3D;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

footer .main-footer-wrapper h6::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
}

footer .main-footer-wrapper .link-col:hover h6::before,
footer .main-footer-wrapper .contact-col:hover h6::before {
    width: 100px;
}

footer .main-footer-wrapper ul li a {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.4s;
}

footer .main-footer-wrapper ul li a svg {
    margin-right: 10px;
    color: #4AAB3D;
}

footer .main-footer-wrapper ul li a:hover {
    color: #4AAB3D;
    transform: translateX(7px);
}

footer .copyright {
    background-color: #14181d;
}

footer .copyright p {
    margin: 0;

    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    font-size: 14px;
}

footer .copyright p span {
    color: #4AAB3D;
    font-style: italic;
    font-weight: 500;
    text-transform: capitalize;
}

footer .copyright p a {
    color: #fff;
    font-weight: 700;
}

@media (max-width:568px) {

    footer .main-footer-wrapper .link-col,
    footer .main-footer-wrapper .contact-col {
        padding-top: 20px;
    }
}