/*==============================================
    Site Footer
===============================================*/

.site-footer__top-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .20;
    z-index: -1;
}

.site-footer__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.site-footer__top-text-box {
    position: relative;
    display: block;
}

.site-footer__top-text {
    font-size: 20px;
    color: var(--techguru-white);
    line-height: 30px;
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--techguru-black);
    z-index: 1;
}

.site-footer-two:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(var(--techguru-white-rgb), .05);
    z-index: -1;
}

.site-footer-two__shape-1 {
    position: absolute;
    top: -100px;
    left: -70px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(102, 105, 216, 0.62) 0%, rgba(7, 12, 20, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.site-footer-two__shape-2 {
    position: absolute;
    bottom: -255px;
    left: 595px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(216, 102, 195, 0.62) 0%, rgba(7, 12, 20, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.site-footer-two__shape-3 {
    position: absolute;
    top: -100px;
    right: 250px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(102, 105, 216, 0.62) 0%, rgba(7, 12, 20, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.site-footer-two__top {
    position: relative;
    display: block;
    padding: 50px 0 50px;
}

.site-footer-two__about {
    position: relative;
    display: block;
    padding: 45px 48px 43px;
    background-color: rgba(var(--techguru-white-rgb), .10);
    border-radius: 40px;
}

.site-footer-two__logo {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.site-footer-two__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--techguru-gray-rgb), .20);
    padding: 30.5px 50px;
}

.site-footer-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-footer-two__copyright {
    position: relative;
    display: block;
}

.site-footer-two__copyright-text {
    color: var(--techguru-white);
    font-weight: 500;
}

.site-footer-two__copyright-text a {
    color: var(--techguru-white);
}

.site-footer-two__copyright-text a:hover {
    color: var(--techguru-base);
}
















/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/