.footer_Outer {
    width: 100%;
    margin: 0;
    background: #171717;
    position: relative;
}

.footer_Content {
    margin: 0;
    width: 100%;
    display: flex;
    padding: 30px 0;
}

.footer_Content .Left_Part {
    width: 68%;
    position: relative;
}

.footer_Content .Left_Part:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: calc(100% + 60px);
    background: #2c2c2c;
    transform: translateY(-50%);
}

.footer_Content .Left_Part .Footer_LogoTitle span {
    font-size: 100px;
    font-weight: 800;
    line-height: 80px;
}

.footer_Content .Left_Part .Footer_LogoTitle {
    font-size: 70px;
    font-weight: 600;
    color: #2c2c2c;
    text-transform: uppercase;
}

.footer_Content .Right_Part {
    width: 32%;
    margin: 165px 0 0 0;
    padding-left: 90px;
}

.footer_Logo {
    margin: 0;
    display: block;
    max-width: 125px;
    margin-bottom: 10px;
}

.Footer_Inner_Content {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}

.Footer_Inner_Content .footerLeft {
    width: 75%;
}

.Footer_Inner_Content .footerRight {
    width: 25%;
    margin: 60px 0 0 0;
}

.Footer_Inner_Content .footerLeft p {
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    padding-right: 150px;
}

.Footer_Inner_Content .footerRight h3 {
    font-size: 19px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.Footer_Inner_Content .footerRight ul {
    margin: 0;
    width: 100%;
}

.Footer_Inner_Content .footerRight ul li a {
    font-size: 19px;
    line-height: 38px;
    color: #737373;
}


.footer_Content .Right_Part h3 {
    font-size: 19px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.footer_Content .Right_Part span {
    color: #737373;
    display: block;
    font-size: 19px;
    line-height: 40px;
}

.footer_Content .Right_Part span a {
    color: #737373;
    display: block;
    font-size: 19px;
    line-height: 40px;
}

.footer_Copyright {
    display: block;
    text-align: right;
    border-top: solid 1px #2c2c2c;
    width: 100%;
    padding: 0px 0;
}

.footer_Copyright p {
    color: #bbbbbb;
    display: block;
    font-size: 15px;
    line-height: 32px;
    font-weight: 300;
    margin: 0;
}

.footer_Copyright p:before {
    position: absolute;
    content: "";
    left: -1px;
    top: 50%;
    width: 1px;
    height: calc(100% + 20px);
    background: #2c2c2c;
    transform: translateY(-50%);
}

.footer_Copyright_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_Copyright_inner span {
    color: #bbbbbb;
    padding-left: 90px;
    border-left: solid 1px #2c2c2c !important;
    padding: 10px 40px 10px 51px;
}

.footer_Copyright_inner p a {
    color: #f87e10;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {

    .footer_Content .Left_Part .Footer_LogoTitle span {
        font-size: 60px;
    }

    .footer_Content .Left_Part {
        width: 100%;
    }

    .footer_Content .Left_Part .Footer_LogoTitle {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .footer_Content {
        flex-wrap: wrap;
    }

    .footer_Content .Right_Part {
        width: 100%;
        margin: 40px 0 0 0;
        padding-left: 0;
    }

    .Footer_Inner_Content .footerLeft p {
        margin: 0;
        padding-right: 0;
    }

    .Footer_Inner_Content .footerLeft {
        width: 100%;
    }

    .Footer_Inner_Content .footerRight {
        width: 100%;
    }

    .Footer_Inner_Content {
        flex-wrap: wrap;
    }

    .Footer_Inner_Content .footerRight {
        margin: 30px 0 0 0;
    }

    .footer_Copyright_inner span {
        border: none !important;
    }

    .footer_Copyright_inner {
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 400px) {
    .footer_Content .Left_Part .Footer_LogoTitle span {
        font-size: 45px;
    }

    .footer_Content .Left_Part .Footer_LogoTitle {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .footer_Logo {
        max-width: 75px;
    }

    .Footer_Inner_Content .footerRight h3 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .Footer_Inner_Content .footerRight ul li a {
        font-size: 16px;
        line-height: 30px;
    }

    .footer_Content .Right_Part h3 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .footer_Content .Right_Part span,
    .footer_Content .Right_Part span a {
        font-size: 16px;
        line-height: 30px;
    }

    .footer_Copyright_inner span {
        padding: 0;
        font-size: 16px;
    }

    .footer_Copyright_inner p a {
        font-size: 16px;
    }
}