.site-footer {
    background: #1e4c6b;
}

.site-footer .footer_inner {
    overflow: hidden;
    max-width: 1297px;
    margin: 0 auto;
}

.site-footer .footer_inner_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 87px 0 74px;
    border-bottom: 0.5px solid #37698a;
    margin: 0 -20px;
    row-gap: 30px;
}

@media (max-width: 1199px) {
    .site-footer .footer_inner_wrapper {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .site-footer .footer_inner_wrapper {
        padding: 74px 0 60px;
    }
}

.site-footer .footer_inner_wrapper .link_list {
    display: flex;
    width: 25%;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .site-footer .footer_inner_wrapper .link_list {
        width: 100%;
    }
}

.site-footer .footer_inner_wrapper .link_list .footer_menu_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer_inner_wrapper .link_list .footer_menu_list ul li {
    margin: 0 0 24px;
    line-height: 100%;
}

@media (max-width: 991px) {
    .site-footer .footer_inner_wrapper .link_list .footer_menu_list ul li {
        margin: 0 0 15px;
    }
}

@media (max-width: 767px) {
    .site-footer .footer_inner_wrapper .link_list .footer_menu_list ul li {
        margin: 0 0 38px;
    }
}

.site-footer .footer_inner_wrapper .link_list .footer_menu_list ul li:last-child {
    margin-bottom: 0;
}

.site-footer .footer_inner_wrapper .link_list .footer_menu_list ul li a {
    font-family: "PlusJakartaSans-Bold";
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 767px) {
    .site-footer .footer_inner_wrapper .link_list .footer_menu_list ul li a {
        font-size: 30px;
        line-height: 42px;
    }
}

.site-footer .footer_inner_wrapper .link_list .footer_menu_list ul li a:hover {
    color: #2cb674;
}

.site-footer .footer_inner_wrapper .column_list {
    width: 25%;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .site-footer .footer_inner_wrapper .column_list {
        display: none;
    }
}

.site-footer .footer_inner_wrapper .column_list_item .footer_menu .column_heading {
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 18px;
    line-height: 23.4px;
    margin: 0 0 16px;
    color: #fff;
}

.site-footer .footer_inner_wrapper .column_list_item .footer_menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer_inner_wrapper .column_list_item .footer_menu .menu li {
    line-height: 100%;
    margin: 0 0 16px;
}

.site-footer .footer_inner_wrapper .column_list_item .footer_menu .menu li:last-child {
    margin-bottom: 0;
}

.site-footer .footer_inner_wrapper .column_list_item .footer_menu .menu li a {
    font-family: "PlusJakartaSans-Regular";
    font-size: 14px;
    line-height: 18.2px;
    text-decoration: none;
    color: #ededed;
}

.site-footer .footer_inner_wrapper .column_list_item .footer_menu .menu li a:hover {
    color: #2cb674;
}

.site-footer .footer_inner .bottom_part_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 22px 0;
    align-items: center;
    line-height: 100%;
}

@media (max-width: 991px) {
    .site-footer .footer_inner .bottom_part_wrapper {
        flex-direction: column;
        padding: 37px 0 82px;
    }
}

.site-footer .footer_inner .bottom_part_wrapper .left_content {
    font-family: "PlusJakartaSans-Regular";
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    width: 36%;
    max-width: 467px;
}

@media (max-width: 1199px) {
    .site-footer .footer_inner .bottom_part_wrapper .left_content {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin: 40px 0 0;
        order: 3;
    }
}

@media (max-width: 767px) {
    .site-footer .footer_inner .bottom_part_wrapper .left_content {
        max-width: 100%;
        padding: 0 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.site-footer .footer_inner .bottom_part_wrapper .left_content a {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
}

.site-footer .footer_inner .bottom_part_wrapper .left_content a:hover {
    color: #2cb674;
}

.site-footer .footer_inner .bottom_part_wrapper .social_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 24px;
    width: 21%;
    row-gap: 20px;
}

@media (max-width: 1199px) {
    .site-footer .footer_inner .bottom_part_wrapper .social_list {
        order: 1;
        margin: 0 0 36px;
        width: 100%;
    }
}

.site-footer .footer_inner .bottom_part_wrapper .social_list .item {
    height: fit-content;
}

.site-footer .footer_inner .bottom_part_wrapper .social_list .item_inner {
    display: flex;
}

.site-footer .footer_inner .bottom_part_wrapper .social_list .item_inner a {
    display: inline-flex;
}

.site-footer .footer_inner .bottom_part_wrapper .social_list .item_inner a svg {
    transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
    .site-footer .footer_inner .bottom_part_wrapper .social_list .item_inner a svg {
        width: 36px;
        height: 36px;
    }
}

.site-footer .footer_inner .bottom_part_wrapper .social_list .item_inner a svg rect {
    transition: all 0.5s ease-in-out;
}

.site-footer .footer_inner .bottom_part_wrapper .social_list .item_inner a svg path {
    transition: all 0.5s ease-in-out;
}

.site-footer .footer_inner .bottom_part_wrapper .social_list .item_inner a:hover svg g path {
    fill: #2cb674;
}

.site-footer .footer_inner .bottom_part_wrapper .social_list .item_inner .whatsapp:hover svg rect:nth-child(2n) {
    fill: #2cb674;
}

.site-footer .footer_inner .bottom_part_wrapper .social_list .item_inner .youtube {
    background-color: #ffffff;
    padding: 3px;
    border-radius: 5px;
}

.site-footer .footer_inner .bottom_part_wrapper .social_list .item_inner .youtube:hover {
    background-color: #2cb674;
}

.site-footer .footer_inner .bottom_part_wrapper .bottom_menu {
    width: 43%;
}

@media (max-width: 1199px) {
    .site-footer .footer_inner .bottom_part_wrapper .bottom_menu {
        width: 100%;
        order: 1;
    }
}

.site-footer .footer_inner .bottom_part_wrapper .bottom_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 37px;
}

@media (max-width: 1199px) {
    .site-footer .footer_inner .bottom_part_wrapper .bottom_menu ul {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .site-footer .footer_inner .bottom_part_wrapper .bottom_menu ul {
        flex-direction: column;
        text-align: center;
    }
}

.site-footer .footer_inner .bottom_part_wrapper .bottom_menu ul a {
    font-size: 12px;
    line-height: 15.6px;
    text-decoration: underline;
    color: #ededed;
}

.site-footer .footer_inner .bottom_part_wrapper .bottom_menu ul a:hover {
    color: #2cb674;
}