footer.footer-style-one {
    background-color: var(--tg-theme-backgrounds-style-2);
    position: relative;
    width: 100%
}

footer.footer-style-one a {
    font-family: var(--tg-heading-font-family);
}

.footer__top-wrap {
    padding: 80px 0 30px
}

.footer-style-one .footer__top-wrap .container {
    max-width: 85%
}

.footer-style-one .container {
    padding-left: 15px;
    padding-right: 15px
}

.footer-style-one .container {
    max-width: 1300px
}

.footer-style-one .row {
    --bs-gutter-x: 30px
}

.footer-style-one .container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto
}

.footer-style-one .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x))
}

.footer-style-one .row>* {

    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y)
}

.footer-widget {
    margin: 0 0 50px
}

.footer-logo.logo {
    top: unset
}

.footer-logo {
    margin: 0 0 30px
}

.footer-style-one .logo a {
    display: inline-block;
	width: auto;
    height: 62px
}

.footer-style-one .logo img {
    max-width: 177px;
    height: 100%
}

.footer-style-one .footer__top-wrap .row:first-child [class*=col-]:nth-child(4n+2) .footer-widget {
    padding-top: 20px
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    float: right
}

.footer-social a {
    display: block
}

.copyright__wrap {
    padding: 20px 0
}

.footer-style-one .align-items-center {
    align-items: center !important
}

.copyright__text p {
    margin: 0;
    font-size: 14px;
    font-weight: var(--tg-fw-semi-bold);
    font-family: var(--tg-heading-font-family);
    color: var(--tg-theme-footer-copyright-text)
}

.footer-style-one .pane-bean-footer-pivacy-policy .link-with-body-title {
    text-align: left
}

.footer-style-one .pane-bean-footer-pivacy-policy .link-with-body-title a {
    color: var(--tg-theme-primary);
    font-family: var(--tg-heading-font-family);
    font-size: 17px;
    letter-spacing: .5px;
    margin-top: 0;
    text-transform: uppercase
}

.footer-style-one .pane-bean-footer-pivacy-policy .field-text-block p {
    color: var(--tg-white-color);
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: 24px;
    text-align: left
}

.footer-style-one .pane-bean-footer-pivacy-policy .field-text-block p a {
    color: var(--tg-theme-primary)
}

.footer-style-one .pane-bean-footer-contact-us .link-with-body-title {
    display: inline-block;
    color: var(--tg-theme-primary);
    font-family: var(--tg-heading-font-family);
    text-transform: uppercase;
    font-size: .875rem;
    margin-right: 10px;
    text-align: left
}

.footer-style-one .pane-bean-footer-contact-us .field-text-block {
    color: var(--tg-white-color);
    display: inline-block;
    font-size: .9rem;
    line-height: 1.4
}

.footer-social .social-icon {
    font-size: 31px;
    color: var(--tg-theme-primary);
    height: 30px
}

.footer-social .social-icon:hover {
    color: var(--tg-theme-secondary)
}

.icon-youtube:before {
    content: "\e904"
}

.icon-twitter:before {
    content: "\e902"
}

.icon-instagram:before {
    content: "\e901"
}

.icon-tiktok:before {
    content: "\e900"
}

.icon-facebook:before {
    content: "\e903"
}

.icon-linkedin:before {
    content: "\e90b"
}

@media (min-width: 576px) {

    .footer-style-one .container {
        max-width: 540px
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

}


@media (min-width: 768px) {

    .footer-style-one .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .footer-style-one .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .footer-style-one .container {
        max-width: 1140px
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
}


@media (min-width: 1400px) {

    .footer-style-one .container {
        max-width: 1320px
    }
}