.footer_section {
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .13)inset !important;
}

.fcp_col_box.c_wt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.footer_copyright_box.site_des.wt span {
    padding: 0;
}

.footer_right img {
    height: 30px;
    width: 100%;
    object-fit: contain;
    padding: 3px;
}

.footer_right {
    display: flex;
}

.footer_row {
    align-items: inherit !important;
}

.et_pb_module.et_pb_image.et_pb_image_0_tb_footer.footer_col1 {
    margin-bottom: 0;
    margin: auto;
}

.footer_col1 {
    display: flex;
    justify-content: left;
}

.footer_col1 img {
    justify-content: center;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.footer_menu ul {
    list-style: none;
    padding: 0 !important;
}

.footer_heading {
    margin-bottom: 5px !important;
    color: #FBB03C;
    font-size: 22px;
    font-weight: 400;
}

.footer_menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 1s;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.footer_menu ul li {
    position: relative;
    transition: 1s;
    padding: 5px 0;
}

.footer_menu ul li:hover a {
    color: #FBB03C;
}

.footer_menu ul li:hover::before {
    opacity: 0;
}

.footer_menu ul li:hover::after {
    opacity: 1;
}

.footer_col_box ul li {
    display: flex;
    padding: 12px 0;
    align-items: center;
    transition: 1s;
}

.footer_icon svg path {
    transition: 1s;
}

.footer_col_box ul li:hover .footer_icon svg path {
    fill: #fff;
}

.footer_col_box ul li:hover .footer_text {
    color: #FBB03C;
}

.footer_column_2,
.footer_column_3,
.footer_column_4 {
    padding: 0 0 0 70px;
    position: relative;
}

.footer_column_2::before,
.footer_column_3::before,
.footer_column_4::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    border: 1px solid #ffffff2b;
    left: 0;
    top: 0;
    opacity: .7;
}

.footer_text {
    padding: 0 0 0 20px;
}

.footer_text span {
    display: block;
}

.footer_col_box ul {
    list-style: none;
    padding: 0 !important;
}

.footer_text {
    font-size: 16px;
    font-weight: 500;
    width: 80%;
    transition: 1s;
}

.footer_text a {
    color: #fff;
}

.footer_column_1 {
    width: 20% !important;
    padding-right: 70px;
}

.footer_column_2 {
    width: 20% !important;
}

.footer_column_3 {
    width: 28% !important;
}

.footer_column_4 {
    width: 32% !important;
}

.ftr_insta_svg {
    display: flex;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.ftr_insta_logo {
    padding-top: 40px;
}

.ftr_insta_svg:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FBB03C;
    transition: 1s;
    z-index: -1;
}

.ftr_insta_svg:hover::before {
    top: 0;
}

.ftr_insta_svg svg path {
    transition: 1s;
}

.ftr_insta_svg:hover svg path {
    fill: #2B3439 !important;
}

.footer_section:after {
    position: absolute;
    content: "";
    height: 300px;
    width: 300px;
    background: url(/wp-content/uploads/2024/07/ftr_logo-img.png) no-repeat;
    top: 0;
    right: 50px;
    background-size: contain;
    z-index: 0;
    background-position: right;
}

@media all and (min-width: 320px) and (max-width:767px) {
    .pr_des_row.c_wt.et_pb_equal_columns.et_pb_gutters1 {
        padding: 0 !important;
    }
    .footer_column_2,
    .footer_column_3,
    .footer_column_4 {
        padding: 0;
    }
    .fcp_col_box.c_wt {
        width: 100%;
        display: flex;
        justify-content: center !important;
    }
    .footer_col1 img {
        height: 60px;
    }
    .footer_text {
        font-size: 14px;
    }
    .footer_menu ul li a {
        font-size: 14px;
    }
    .footer_column_1,
    .footer_column_2,
    .footer_column_3,
    .footer_column_4 {
        width: 100% !important;
    }
    .footer_column_2::before,
    .footer_column_3::before,
    .footer_column_4::before {
        display: none;
    }
    .footer_column_2 {
        margin-bottom: 0 !important;
    }
    .footer_column_3 {
        padding: 20px 0 !important;
    }
    .footer_menu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_menu ul li {
        width: 50%;
    }
    .footer_column_3 li {
        width: 100% !important;
    }
    .footer_col_box ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_col_box ul li {
        width: 50%;
    }
    .footer_col_box li {
        width: 100% !important;
    }
    .footer_column_1 {
        padding-bottom: 10px;
    }
    .footer_copyright_box {
        display: grid;
        gap: 5px;
    }
    .footer_copyright_right {
        margin-right: auto;
    }
    .footer_copyright_left {
        text-align: center;
    }
    .footer_column_1 {
        padding-right: 0;
    }
    .ftr_insta_logo {
        padding-top: 0px;
    }
    .ftr_insta_svg {
        height: 45px;
        width: 45px;
    }
    .footer_col_box ul li {
        padding: 5px 0;
    }
    .footer_section:after {
        height: 100px;
        width: 100px;
    }
    .footer_column_1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer_col1 {
        margin: 0 !important;
    }
}

@media all and (min-width: 481px) and (max-width:767px) {
    .footer_column_3 li {
        width: 50% !important;
    }
}

@media all and (min-width: 768px) and (max-width:980px) {
    .footer_column_2,
    .footer_column_3,
    .footer_column_4 {
        padding: 0 0 0 20px;
    }
    .footer_col1 img {
        height: 84px;
    }
    .footer_column_1 {
        width: 100% !important;
        padding-right: 0;
    }
    .footer_column_4 {
        width: 45% !important;
    }
    .footer_column_2,
    .footer_column_3 {
        width: 27% !important;
    }
    .footer_text {
        font-size: 14px;
        padding-left: 13px;
    }
    .footer_menu ul li a {
        font-size: 14px;
    }
    .footer_column_2::before {
        display: none;
    }
    .footer_column_2 {
        padding-left: 10px;
    }
    .footer_column_1 {
        padding-bottom: 20px;
    }
    .footer_col_box ul li {
        padding: 5px 0;
    }
    .ftr_insta_logo {
        padding-top: 0px;
        display: flex;
        justify-content: center;
    }
    .footer_col1 {
        display: flex;
        justify-content: center;
    }
    .footer_menu ul li {
        padding: 3px 0;
    }
    .footer_section:after {
        height: 200px;
        width: 200px;
    }
    .footer_column_1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer_col1 {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 981px) and (max-width:1024px) {
    .footer_column_2,
    .footer_column_3,
    .footer_column_4 {
        padding: 0 0 0 20px;
    }
    .footer_col1 img {
        height: 90px;
    }
    .footer_column_1 {
        width: 23% !important;
        padding-right: 30px;
    }
    .footer_column_2 {
        width: 18% !important;
    }
    .footer_column_3 {
        width: 24% !important;
    }
    .footer_column_4 {
        width: 35% !important;
    }
    .footer_col_box ul li {
        padding: 8px 0;
    }
    .footer_text {
        font-size: 14px;
        padding: 0 0 0 10px;
    }
    .footer_menu ul li a {
        font-size: 14px;
    }
    .footer_section:after {
        height: 250px;
        width: 250px;
    }
}

@media all and (min-width: 1025px) and (max-width:1140px) {
    .footer_column_2,
    .footer_column_3,
    .footer_column_4 {
        padding: 0 0 0 20px;
    }
    .footer_col1 img {
        height: 90px;
    }
    .footer_column_1 {
        width: 23% !important;
        padding-right: 30px;
    }
    .footer_column_2 {
        width: 18% !important;
    }
    .footer_column_3 {
        width: 24% !important;
    }
    .footer_column_4 {
        width: 35% !important;
    }
    .footer_col_box ul li {
        padding: 8px 0;
    }
    .footer_text {
        font-size: 14px;
    }
    .footer_menu ul li a {
        font-size: 14px;
    }
}

@media all and (min-width: 1141px) and (max-width:1280px) {
    .footer_column_2,
    .footer_column_3,
    .footer_column_4 {
        padding: 0 0 0 20px;
    }
    .footer_col1 img {
        height: 90px;
    }
    .footer_column_1 {
        width: 23% !important;
        padding-right: 30px;
    }
    .footer_column_2 {
        width: 18% !important;
    }
    .footer_column_3 {
        width: 24% !important;
    }
    .footer_column_4 {
        width: 35% !important;
    }
    .footer_col_box ul li {
        padding: 8px 0;
    }
}

@media all and (min-width: 1281px) and (max-width:1440px) {
    .footer_column_2,
    .footer_column_3,
    .footer_column_4 {
        padding: 0 0 0 40px;
    }
    .footer_column_3 {
        width: 26% !important;
    }
    .footer_column_4 {
        width: 34% !important;
    }
}

@media all and (min-width: 1441px) and (max-width:1680px) {
    .footer_column_2,
    .footer_column_3,
    .footer_column_4 {
        padding: 0 0 0 60px;
    }
}

@media all and (min-width: 1681px) and (max-width:1880px) {}