.footer {
    --text-color: #fff;
    background-color: #000;
    position: relative;
    padding: 3.125rem 0 0rem;
    color: var(--text-color);
}
@media screen and (min-width: 768px) {
    .footer {
        --text-color: #fff;
        padding: 3.75rem 0 0;
    }
}
@media screen and (min-width: 1200px) {
    .footer {
        padding: 3.75rem 0 0;
        /*position: sticky;*/
        /*bottom: 0;*/
    }
}
@media screen and (min-width: 1500px) {
    .footer {
        padding: 4.375rem 0 0;
    }
}
@media screen and (max-width: 767px) {
    .footer_title {
        font-weight: 500;
    }
}
.footer .main-footer {
    padding-bottom: 45px;
}
@media screen and (min-width: 992px) {
    .footer .main-footer {
        padding-bottom: 85px;
    }
}
@media screen and (min-width: 1500px) {
    .footer .main-footer {
        padding-bottom: 34px;
    }
}
.footer .main-footer [class*="col-"]:last-child .menu_wrap {
    border-bottom: 0;
}
.footer .main-footer .content-right {
    margin-top: 45px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .footer .main-footer .last-menu {
        margin-top: 40px;
    }
}
.footer .office-contact .menu_wrap:not(:last-child) {
    margin-bottom: 30px;
}
.footer .menu {
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 992px) {
    .footer .menu_wrap {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media screen and (max-width: 991px) {
    .footer .menu_wrap {
        border-bottom: 1px solid rgba(217, 217, 217, 0.22);
    }
    .footer .menu_wrap.active .menu_title {
        --text-color: #fff;
    }
    .footer .menu_wrap.active .menu_title:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.footer .menu_title {
    --text-color: #999999;
    color: var(--text-color);
    position: relative;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-style:normal;
    font-size:1.0625rem;

}
@media screen and (min-width: 992px) {
    .footer .menu_title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 10px;
        color: var(--text-color);
        font-size:1.125rem !important;
        line-height:21.78px;

    }
}
@media screen and (min-width: 1500px) {
    .footer .menu_title {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 991.98px) {
    .footer .menu_title {
        --text-color: #fff;
        padding: 31px 0;
        font-size: 1.0625rem;
        font-weight: 500;
    }
}
@media screen and (max-width: 991px) {
    .footer .menu_title:before {
        content: "";
        background-color: #fff;
        width: 14px;
        height: 2px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: -webkit-transform 0.35s ease;
        transition: transform 0.35s ease;
        transition:
            transform 0.35s ease,
            -webkit-transform 0.35s ease;
    }
    .footer .menu_title:after {
        content: "";
        background-color: #fff;
        width: 14px;
        height: 2px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: -webkit-transform 0.35s ease;
        transition: transform 0.35s ease;
        transition:
            transform 0.35s ease,
            -webkit-transform 0.35s ease;
    }
}
.footer .menu_list {
    --text-hover: #fff;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .footer .menu_list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block !important;
    }
}
@media screen and (max-width: 991px) {
    .footer .menu_list {
        overflow: hidden;
    }
}
.footer .menu_list ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
@media screen and (max-width: 991px) {
    .footer .menu_list ul {
        padding-bottom: 30px;
    }
}
.footer .menu_list ul li {
    padding: 12px 0;
    font-family: "Inter", sans-serif;
    font-style:normal;
}
@media screen and (min-width: 992px) {
    .footer .menu_list ul li {
        padding: 15px 0;
        line-height:21.78px;
    }
}
.footer .menu_list ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.0625rem;
    font-weight: 400;
}
@media screen and (min-width: 992px) {
    .footer .menu_list ul li a {
        font-size: 1.0625rem;
    }
}
@media screen and (min-width: 1500px) {
    .footer .menu_list ul li a {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 1200px) {
    .footer .menu_list ul li a:hover {
        color: rgb(193, 246, 59);
    }
}
@media screen and (max-width: 991px) {
    .footer .menu_list ul li a {
        color: #979797;
    }
}
.footer .menu_list ul li.current-menu-item a {
    color: rgb(193, 246, 59);
}
@media screen and (min-width: 992px) {
    .footer .office-contact_wrap:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 992px) {
    .footer .office-contact_wrap {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
.footer .office-contact_title {
    --text-color: #999999;
    color: var(--text-color);
    position: relative;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-style:normal;
    font-size:1.0625rem;

}
@media screen and (min-width: 992px) {
    .footer .office-contact_title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 10px;
        color: var(--text-color);
        font-size:1.125rem !important;
    }
}
@media screen and (min-width: 1500px) {
    .footer .office-contact_title {
        margin-bottom: 25.5px;
    }
}
@media screen and (max-width: 991.98px) {
    .footer .office-contact_title {
        --text-color: #fff;
        padding: 25px 0 12px;
        font-size: 1.0625rem;
        font-weight: 500;
    }
}
.footer .contact_details {
    font-size: 1rem;
    font-weight: 300;
    line-height: 30px;
    font-family: "Inter", sans-serif;
    font-style:normal;
    font-size: 1.0625rem;
}
@media screen and (min-width: 992px) {
    .footer .contact_details {
        font-size: 1.0625rem;
        font-weight: 400;
     line-height:28px;

        
    }
}
@media screen and (min-width: 1500px) {
    .footer .contact_details {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 991.98px) {
    .footer .contact_details {
        --text-color: #979797;
        color: var(--text-color);
    }
}
.footer .contact_details .meta-detail {
    padding: 12.5px 0;
}
.footer .contact_details .meta-detail a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 300;
}
@media screen and (min-width: 992px) {
    .footer .contact_details .meta-detail a {
        font-size: 0.875rem;
        font-weight: 400;
    }
}
@media screen and (min-width: 1200px) {
    .footer .contact_details .meta-detail a:hover {
        color: rgb(193, 246, 59);
    }
}
.footer .contact_details a {
    --bs-link-color: #fff;
    --bs-link-hover-color: rgb(193, 246, 59);
    text-decoration: none;
}
@media screen and (max-width: 991px) {
    .footer .contact_details a {
        --bs-link-color: #979797;
    }
}
@media screen and (max-width: 991.98px) {
    .footer .last-menu .contact_details .title {
        font-weight: 500;
        color: #fff;
    }
}
@media screen and (min-width: 1200px) {
    .footer .last-menu .contact_details br {
        margin-bottom: 10px;
    }
}
.footer .social_media {
    --text-color: #fff;
    color: var(--text-color);
}

.footer .social_media .office-contact_title {
    margin-bottom:17.5px;
    
    
    
    
}


@media screen and (max-width: 991.98px) {
    .footer .social_media {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}
.footer .social_media span {
    margin-bottom: 0;
    display: block;
    margin-right: 25px;
}
@media screen and (min-width: 768px) {
    .footer .social_media span {
        margin-bottom: 25px;
        margin-right: 0;
    }
}
.footer .social_media ul li {
    padding: 0 12px;
}
.footer .social_media ul li:first-child {
    padding-left: 0;
}
.footer .social_media ul li:last-child {
    padding-right: 0;
}
.footer .social_media ul li svg {
    position: relative;
    z-index: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition:
        transform 0.35s ease,
        -webkit-transform 0.35s ease;
}
.footer .social_media ul li svg path {
    fill: var(--text-color);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.footer .social_media ul li a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer .social_media ul li a img {
    transition: all 0.25s linear;
}
@media (min-width: 1200px) {
    /* .footer .social_media ul li a:hover svg {
        --text-color: #6b6b6b;
    } */
    .footer .social_media ul li a:hover img{
        opacity: .6;
    }
}
.footer .sub-footer {
    --text-color: #999999;
    color: var(--text-color);
    padding: 0 0 55px;
    border-top: 1px solid #2b2b2b;
    padding-bottom: 25px;
    font-family: "Inter", sans-serif;
    font-style:normal;
    letter-spacing:0.1px;
}
@media screen and (min-width: 992px) {
    .footer .sub-footer {
        padding: 30px 0;
    }
}
@media screen and (max-width: 991px) {
    .footer .sub-footer {
        --text-color: rgba(255, 255, 255, 0.6);
    }
}
.footer .sub-footer a,
.footer .sub-footer span {
    font-size: 0.875rem;
    display: inline-block;
    color: #999999;
    text-decoration: none;
}
@media screen and (min-width: 1200px) {
    .footer .sub-footer a,
    .footer .sub-footer span {
        font-size: 1rem;
    }
}
.footer .sub-footer a {
    --text-color: #6e6f72;
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .footer .sub-footer a {
        --text-color: rgba(255, 255, 255, 0.6);
    }
}
@media screen and (min-width: 1200px) {
    .footer .sub-footer a:hover {
        --text-color: rgb(193, 246, 59);
    }
}
.footer .sub-footer > * span {
    padding: 0 25px;
    position: relative;
}
.footer .sub-footer > * span:first-child {
    padding-left: 0;
}
@media screen and (max-width: 991.98px) {
    .footer .sub-footer > * span span:last-child {
        display: block;
    }
}
.footer .sub-footer > * span:last-child {
    padding-right: 0;
}
@media screen and (max-width: 991.98px) {
    .footer .sub-footer > * span:last-child {
        display: block;
    }
}
.footer .sub-footer > * span a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
@media screen and (min-width: 1200px) {
    .footer .sub-footer > * span a:hover {
        color: rgb(193, 246, 59);
    }
}
.footer .sub-footer_left {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .footer .sub-footer_left span {
        padding: 0;
        text-align: center;
    }
}
.footer .sub-footer .privacy-footer {
    --text-color: #6e6f72;
}
.footer .sub-footer .privacy-footer .current-menu-item a {
    color:rgb(193, 246, 59);
}
@media screen and (min-width: 992px) {
    .footer .sub-footer .privacy-footer {
        margin-left: 18px;
    }
}
@media screen and (max-width: 991.98px) {
    .footer .sub-footer .privacy-footer {
        margin-top: 14px;
    }
}
@media screen and (max-width: 767px) {
    .footer .sub-footer .privacy-footer {
        /*--text-color: rgba(255, 255, 255, 0.6);*/
     --text-color: #6e6f72;

    }
}
.footer .sub-footer .privacy-footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 991.98px) {
    .footer .sub-footer .privacy-footer .menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer .sub-footer .privacy-footer span {
    padding: 0 18px;
    position: relative;
}
.footer .sub-footer .privacy-footer span:last-child {
    padding-right: 0;
}
.footer .sub-footer .privacy-footer span:before {
    content: "";
    background-color: var(--text-color);
    width: 1px;
    height: 90%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}





@media screen and (max-width: 991.98px) {
    .footer .sub-footer .privacy-footer li:first-child span:before {
        display: none;
    }
    

    
    
}
.footer .sub-footer .privacy-footer span a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
    .footer .sub-footer .privacy-footer span a:hover {
        --text-color: rgb(193, 246, 59);
    }
}
.footer .sub-footer .privacy-footer a {
    --bs-link-color: #fff;
    --bs-link-hover-color: rgb(193, 246, 59);
    text-decoration: none;
    display: inline-block;
}
.footer .footer-subscribe {
    margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
    .footer .footer-subscribe {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .footer .footer-subscribe {
        max-width: 340px;
    }
}
@media screen and (max-width: 991.98px) {
    .footer .footer-subscribe .office-contact_title {
        padding: 0;
        font-size: 1.75rem;
        margin-bottom: 20px;
    }
}
.footer .footer-subscribe_form_wrap {
    position: relative;
}
.footer .footer-subscribe_form_wrap span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: -10px;
    font-family: "Inter", sans-serif;
    font-style:normal;
}
.footer .footer-subscribe_input {
    border: 0;
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0 0 0 35px;
    outline: 0;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    font-size: 18px;
    font-weight: 400;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    background-color: transparent;
    border: 1px solid #545454;
    color: #fff;
        font-family: "Inter", sans-serif;
    font-style:normal;
}
.footer .footer-subscribe_input::-webkit-input-placeholder {
    color: #979797;
    opacity: 1;
}
.footer .footer-subscribe_input:-moz-placeholder {
    color: #979797;
    opacity: 1;
}
.footer .footer-subscribe_input::-moz-placeholder {
    color: #979797;
    opacity: 1;
}
.footer .footer-subscribe_input:-ms-input-placeholder {
    color: #979797;
    opacity: 1;
}
@media screen and (min-width: 992px) {
    .footer .footer-subscribe_input {
        font-size: 15px;

    }
}
@media screen and (min-width: 1200px) {
    .footer .footer-subscribe_input {
        padding: 0 60px 0 30px;
    }
}
@media screen and (min-width: 1500px) {
    .footer .footer-subscribe_input {
        font-size: 18px;
    }
}

@media screen and (min-width: 1600px) {
    .footer .footer-subscribe_input {
        width:90%;
    }
}
@media screen and (max-width: 991.98px) {
    .footer .footer-subscribe_input {
        font-size: 15px;
    }
}
.footer .footer-subscribe_input:focus {
    border-color: #c1f63b;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer .footer-subscribe_btn {
    position: absolute;
    right: 12px;
    top: 50%;
    padding: 0;
    width: 48px;
    height: 48px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 0 28px 28px 0;
    -webkit-border-radius: 0 28px 28px 0;
}

@media screen and (min-width: 1600px) {
    .footer .footer-subscribe_btn{
        right:48px;
    }
    
    
}

.footer .footer-subscribe_btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 41px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer .footer-subscribe_btn svg path {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
@media screen and (min-width: 1200px) {
    .footer .footer-subscribe_btn:hover svg path {
        fill: #fff;
        opacity: 0.99;
    }
}
@media screen and (min-width: 1200px) {
    .footer .footer-subscribe_btn {
        font-size: 16px;
    }
}
@media screen and (max-width: 991.98px) {
    .footer .last-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.footer .sub-footer .privacy-footer .menu{
    list-style: none;
    gap: 15px;
}
