/*** ================== Main Footer =================== ***/
.main_footer {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.footer_top {
    padding: 100px 0px;
}

.footer_top .container {
    border-top: 1px solid #DFE2E6;
}

.about_widget {
    max-width: 310px;
}

.footer_widget .footer_logo {
    margin-bottom: 30px;
}

.footer_widget p {
    line-height: 26px;
    color: #0D0D0D;
    margin-bottom: 33px;
}

h4.footer_widget_title {
    color: #0D0D0D;
    margin-bottom: 20px;
    font: var(--secondary-font);
    font-weight: 600;
}

.footer_widget ul li a {
    color: #0D0D0D;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    font-family: var(--secondary-font);
    margin: 10px 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.footer_widget ul li a:hover {
    color: #302782;
}

.subscribe-inner .form-group {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.subscribe-inner .form-group input {
    color: #302782;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    border: 1px solid #DFE2E6;
    backdrop-filter: blur(5px);
}

.subscribe-inner .form-group input:focus {
    border-color: #302782;
}

.footer_bottom {
    position: relative;
    background: #ffffff;
    backdrop-filter: blur(5px);

}

.footer_bottom .copyright {
    display: flex;
    padding: 37px 10px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #605656;
    flex-wrap: wrap;
    font-family: var(--secondary-font);
    border-top: 1px solid #DFE2E6;
}

.footer_bottom .copyright a {
    color: #302782;
}

.footer_shape {
    position: absolute;
    width: 936px;
    height: 936px;
    bottom: -443px;
    z-index: -1;
    left: calc(50% - 468px);
    background: conic-gradient(from -87deg at 50% 50%, #9F70FD 92.37696290016174deg, #302782 360deg);
    opacity: 0.12;
    filter: blur(125px);
}

.btn-default {
    background-color: #E6E6E7;
    color: #605656 !important;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
}

/* End Footer Bottom */

@media only screen and (max-width: 1200px) {
    .primary_page_widget {
        margin-left: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .footer_top {
        padding: 100px 0px 60px;
    }

    .primary_page_widget {
        margin-left: 0;
    }

    .footer_widget {
        margin-bottom: 40px;
    }

    .footer_widget .subscribe-inner .form-group {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {}