:root {
    --primary: #6D007D;
    --secondary: #EF1855;
    --alternative: #FDEC07
}

.footer .footer_top {
    background-color: #2459A3;
    padding: 50px 0 40px
}

@media (max-width: 991px) {
    .footer .footer_top {
        padding: 30px 0
    }
}

@media (max-width: 767px) {
    .footer .footer_top {
        padding: 20px 0
    }
}

.footer .footer_top .custom_container {
    display: flex;
    justify-content: space-between;
    gap: 25px 100px
}

@media (max-width: 1199px) {
    .footer .footer_top .custom_container {
        gap: 25px 30px
    }
}

@media (max-width: 991px) {
    .footer .footer_top .custom_container {
        flex-direction: column-reverse;
        gap: 0px
    }
}

.footer .footer_top .lftcol {
    width: 325px;
    min-width: 325px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (max-width: 991px) {
    .footer .footer_top .lftcol {
        width: 100;
        min-width: 100%
    }
}

.footer .footer_top .lftcol .f_logo {
    width: 100%;
    max-width: 220px;
    display: inline-block;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .footer .footer_top .lftcol .f_logo {
        display: none
    }
}

.footer .footer_top .c_info {
    max-width: 300px;
    font-size: 11px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .footer .footer_top .c_info {
        max-width: 100%;
        display: none
    }
}

.footer .footer_top .social_icon {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .footer .footer_top .social_icon {
        margin: 20px 0
    }
}

@media (max-width: 767px) {
    .footer .footer_top .social_icon {
        margin-bottom: 0
    }
}

.footer .footer_top .social_icon a {
    width: 29px;
    min-width: 29px;
    height: 29px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 20px
}

.footer .footer_top .social_icon a img,
.footer .footer_top .social_icon a svg {
    transform: rotate(0deg)
}

.footer .footer_top .social_icon a img path,
.footer .footer_top .social_icon a svg path {
    fill: #fff
}

.footer .footer_top .social_icon a:hover {
    background-color: #fff
}

.footer .footer_top .social_icon a:hover img,
.footer .footer_top .social_icon a:hover svg {
    transform: rotate(360deg);
    transition: all ease-in-out 0.4s
}

.footer .footer_top .social_icon a:hover img path,
.footer .footer_top .social_icon a:hover svg path {
    fill: #C8001F
}

.footer .footer_top .contact_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .footer .footer_top .contact_info {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .footer .footer_top .contact_info {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-bottom: 15px
    }
}

.footer .footer_top .contact_info li {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #fff
}

.footer .footer_top .contact_info li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.footer .footer_top .contact_info li a:hover {
    color: #C8001F
}

.footer .footer_top .contact_info li a:hover svg path {
    fill: #C8001F
}

.footer .footer_top .stay_updated {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .footer .footer_top .stay_updated {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .footer .footer_top .stay_updated {
        margin-bottom: 15px
    }
}

.footer .footer_top .stay_updated strong {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.13px;
    font-weight: 500;
    color: #fff
}

.footer .footer_top .stay_updated ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.footer .footer_top .powered_by {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px
}

@media (max-width: 767px) {
    .footer .footer_top .powered_by {
        gap: 15px
    }
}

.footer .footer_top .powered_by li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff
}

.footer .footer_top .powered_by li img {
    width: 100%;
    max-width: 85px
}

.footer .footer_top .rgtcol {
    width: 100%;
    flex-direction: column;
    align-items: flex-start
}

.footer .footer_top .rgtcol .f_logo {
    width: 100%;
    max-width: 180px
}

.footer .footer_top .rgtcol .foot_menuwrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 80px
}

@media (max-width: 1299px) {
    .footer .footer_top .rgtcol .foot_menuwrap {
        gap: 20px 50px
    }
}

@media (max-width: 1199px) {
    .footer .footer_top .rgtcol .foot_menuwrap {
        gap: 20px
    }
}

@media (max-width: 991px) {
    .footer .footer_top .rgtcol .foot_menuwrap {
        gap: 20px 30px
    }
}

@media (max-width: 767px) {
    .footer .footer_top .rgtcol .foot_menuwrap {
        flex-direction: column;
        gap: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5)
    }
}

.footer .footer_top .rgtcol .foot_menuwrap .foot_menu {
    width: 200px;
    min-width: 200px
}

@media (max-width: 1199px) {
    .footer .footer_top .rgtcol .foot_menuwrap .foot_menu {
        width: 175px;
        min-width: 175px
    }
}

@media (max-width: 991px) {
    .footer .footer_top .rgtcol .foot_menuwrap .foot_menu {
        width: 200px;
        min-width: 200px
    }
}

@media (max-width: 767px) {
    .footer .footer_top .rgtcol .foot_menuwrap .foot_menu {
        width: 100%;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5)
    }
}

.footer .footer_top .rgtcol .foot_menuwrap .foot_menu h6 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .footer .footer_top .rgtcol .foot_menuwrap .foot_menu h6 {
        margin-bottom: 10px
    }
}

.footer .footer_top .rgtcol .foot_menuwrap .foot_menu .animate_border {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .footer .footer_top .rgtcol .foot_menuwrap .foot_menu .animate_border {
        margin-bottom: 10px
    }
}

.footer .footer_top .rgtcol .foot_menuwrap .foot_menu .animate_border:before {
    background: linear-gradient(90deg, #C8001F 50%, #fff 50%) top/100% 3px no-repeat;
    width: 25px;
    height: 3px
}

.footer .footer_top .rgtcol .foot_menuwrap .foot_menu ul {
    display: flex;
    flex-direction: column;
    gap: 17px
}

@media (max-width: 767px) {
    .footer .footer_top .rgtcol .foot_menuwrap .foot_menu ul {
        gap: 5px
    }
}

.footer .footer_top .rgtcol .foot_menuwrap .foot_menu ul li a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #fff
}

.footer .footer_top .rgtcol .foot_menuwrap .foot_menu ul li a:hover {
    color: #C8001F
}

.footer .footer_top .subscribe_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 15px 0 45px
}

@media (max-width: 1199px) {
    .footer .footer_top .subscribe_box {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 30px;
        gap: 15px
    }
}

@media (max-width: 767px) {
    .footer .footer_top .subscribe_box {
        margin-bottom: 15px
    }
}

.footer .footer_top .subscribe_box .textbox {
    width: 100%;
    max-width: 350px
}

.footer .footer_top .subscribe_box .textbox h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #fff
}

.footer .footer_top .subscribe_box .textbox p {
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
    color: #fff
}

.footer .footer_top .subscribe_box .inputbox {
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1199px) {
    .footer .footer_top .subscribe_box .inputbox {
        width: 100%;
        min-width: auto
    }
}

.footer .footer_top .subscribe_box .inputbox input {
    width: 100%;
    height: 33px;
    font-size: 11px;
    line-height: 23px;
    letter-spacing: -0.11px;
    color: #000;
    font-family: "Poppins", sans-serif;
    padding: 5px 12px
}

.footer .footer_top .subscribe_box .inputbox .c_btn {
    width: 102px;
    min-width: 102px
}

.footer .footer_btm {
    background-color: #184D96;
    padding: 24px 0
}

@media (max-width: 991px) {
    .footer .footer_btm {
        padding: 15px 0
    }
}

@media (max-width: 767px) {
    .footer .footer_btm {
        padding: 10px 0
    }
}

.footer .footer_btm .custom_container p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    text-align: center
}

@media (max-width: 767px) {
    .footer .footer_btm .custom_container p {
        font-size: 12px;
        line-height: 18px
    }
}

.footer .for_mbl {
    display: none !important
}

@media (max-width: 991px) {
    .footer .for_mbl {
        display: flex !important
    }
}

.top {
    background: #2459A3;
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 15px;
    behavior: url(PIE.htc);
    z-index: 9999;
    opacity: .7;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
    display: none
}

@media (max-width: 991px) {
    .top {
        bottom: 60px
    }
}

.top i {
    color: #fff
}

.top:hover {
    opacity: 1
}

body.theme_dark .footer_top {
    background-color: black
}

body.theme_dark .footer_top .subscribe_box .textbox h5 {
    color: #FDEC07
}

body.theme_dark .footer_top .contact_info {
    border-color: #535353
}

body.theme_dark .footer_top .rgtcol .foot_menuwrap {
    border-color: #535353
}

body.theme_dark .footer_top .rgtcol .foot_menuwrap .foot_menu {
    border-color: #535353
}

body.theme_dark .footer_top .rgtcol .foot_menuwrap .foot_menu h6 {
    color: #FDEC07
}

body.theme_dark .footer_top .rgtcol .foot_menuwrap .foot_menu h6 svg path,
body.theme_dark .footer_top .rgtcol .foot_menuwrap .foot_menu h6 svg circle {
    fill: #FDEC07
}

body.theme_dark .footer_top .rgtcol .foot_menuwrap .foot_menu h6 svg g {
    opacity: 1
}

body.theme_dark .footer_btm {
    background-color: #2C2C2C
}