/*
*******************************************************************
Start Default Footer
*******************************************************************
*/

footer {
    background: #2a2a2a;
    margin-top: 100px;
    margin-top: 100px;
    /* background: linear-gradient(to right, #b978e1 26%, #3a8bf7 100%); */
    margin-top: 100px;
    background: linear-gradient(to right, #2d2d2d 25%, #3a8bf7 73%);
}


.IndexController.index footer {
    margin-top: 0;
}

@media (min-width: 1200px) and (max-width: 1499px) {
    footer .container {
        padding-right: 0px;
        padding-left: 0px;
        max-width: 1140px;
    }
}

@media (max-width:1199px) {

    footer {
        background: linear-gradient(to right, #3a8bf7 25%, #3a8bf7 73%);
        padding-bottom: 30px;
    }

}

@media (max-width: 991px) {

    footer .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
}

/*
*******************************************************************
End Default Footer
*******************************************************************
*/

/*
*******************************************************************
Start Footer Left Side
*******************************************************************
*/

footer .footer_left_side .footer_nav .nav_title {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
}

footer .footer_left_side .footer_nav .nav_title i {
    padding-right: 5px;
}

footer .footer_left_side .footer_nav ul {
    padding-left: unset;
    list-style: none;
    margin-bottom: unset;
    display: flex;
    padding-left: unset;
    list-style: none;
    margin-bottom: unset;
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
}

footer .footer_left_side .footer_nav ul .social_footer {
    display: flex;
}

footer .footer_left_side .footer_nav ul li a {
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    color: #fff;
    padding: 8px 5px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /* width: 100%; */
    display: block;
    transition: all .4s ease-out;
}

footer .footer_left_side .footer_nav ul li a:hover {
    background: rgba(221, 221, 221, 0.1);
    transition: all .4s ease-out;
}

footer .footer_left_side .footer_nav ul li:last-child a {
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
}

footer .footer_left_side .footer_nav.footer_nav_right {
    text-align: end;
    display: flex;
    justify-content: flex-end;
}

footer .footer_wrapper {
    /* margin: 60px 0 40px; */
    margin: 0px;
    background: #2d2d2d;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 7rem;
    padding: 115px 45px 75px 0;
}

footer .nav_link.offer_btn_footer {
        background-image: -webkit-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
        background-image: -moz-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
        background-image: -ms-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
        background-image: -o-linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
        background-image: linear-gradient(90deg, #7114EF 0%, #1475F7 50%, #7114EF) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7114EF', endColorStr='#1475F7') !important;
        background-color: transparent;
        font-weight: 600 !important;
        text-align: center;
        margin-top: 25px;
        padding: 30px !important;
        border-radius: 46px;
}

@media (max-width: 1199px) {

    footer .footer_left_side .footer_nav ul li a {
        font-size: 15px;
    }

    footer .footer_left_side .footer_nav .nav_title {
        font-size: 18px;
    }

    footer .footer_wrapper {
        border-radius: 2rem;
        padding: 35px 35px 0;
        margin: 0 15px;
    }

}

@media (max-width: 991px) {

    footer nav.footer_nav.fn_top {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    footer .footer_left_side .footer_nav.footer_nav_right {
        text-align: center;
        justify-content: center;
    }

}

@media (max-width: 768px) {
    footer .footer_left_side .footer_nav.fn_top {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    footer .footer_nav {
        justify-content: center;
        display: flex;
    }

}

@media (max-width: 575px) {

    .footer_left_side .footer_nav ul .social_footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer .footer_left_side .footer_nav .nav_title {
        text-align: center;
        margin-bottom: 5px;
    }

    footer .footer_left_side {
        display: block;
        text-align: center;
    }


    footer .footer_left_side .footer_nav ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    footer .footer_left_side {
        display: block;
    }

    footer .footer_left_side .footer_nav.fn_top ul li {
        padding: 0px;
        border-bottom: 0px solid #4a4a4a;
        width: 100%;
    }

    footer .footer_left_side .footer_nav.fn_top ul li:last-child {
        border-bottom: 0px solid #4a4a4a;
    }

    footer .footer_left_side .footer_nav ul li {
        padding: 5px;
    }

    footer .footer_left_side .footer_nav ul li a {
        font-size: 17px;
    }

    footer .footer_wrapper {
        padding: 20px 15px 20px;
        margin: 0 15px;
    }

}

@media (max-width: 420px) {

    footer .footer_left_side {
        padding-bottom: 1rem;
    }

    footer .footer_left_side .footer_nav.fn_top ul li {
        padding: 2px;
    }

    footer .footer_left_side .footer_nav ul li {
        padding: 2px;
    }

    footer .footer_wrapper {
        padding: 20px 0px 20px;
    }

    footer .footer_left_side .footer_nav ul li a {
        font-size: 16px;
    }

}

/*
*******************************************************************
End Footer Left Side
*******************************************************************
*/

/*
*******************************************************************
Start Footer Left Side Copyrights
*******************************************************************
*/

.copyrights_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 0.5rem 0.5rem;
    /* margin-top: 0rem; */
    /* margin: 0 1rem; */
    /* background: #464646; */
    border-top: 1px solid #464646;
}

.copyrights_wrapper p {
    text-transform: uppercase;
    margin-bottom: unset;
    letter-spacing: 1px;
}

.copyrights_wrapper img {
    width: 30px;
}

@media (max-width: 575px) {
    .copyrights_wrapper {
        flex-direction: column-reverse;
        text-align: center;
    }

    .copyrights_wrapper p {
        margin-bottom: 0;
    }

    .copyrights_wrapper img {
        margin-bottom: 5px;
    }
}

@media (max-width: 420px) {
    .copyrights_wrapper {
        font-size: 0.66rem;
    }

    .copyrights_wrapper img {
        margin-bottom: 0.5rem;
    }
}


/*
*******************************************************************
End Footer Left Side Copyrights
*******************************************************************
*/

/*
*******************************************************************
Start Footer Right Side
*******************************************************************
*/

footer .footer_right_side {
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 1rem;
    padding-left: 0;
    /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
    /* background: #318cf7; */
    /* background: linear-gradient(to right, #b978e1 0%, #3a8bf7 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b978e1",endColorstr="#3a8bf7",GradientType=1); */
    padding: 60px 40px;

}

footer .footer_right_side h2 {
    font-weight: 600;
    font-size: 48px;
    display: flex;
    flex-direction: column;
}

footer .footer_right_side h2 i {
    width: 20px;
    height: 20px;
    background: #393838;
    border-radius: 3rem;
    /* margin-right: 40px; */
    margin-bottom: 30px;
    color: #ffffff;
}

footer .footer_right_side img {
    width: 100px;
    margin-bottom: 0.5rem;
    -webkit-filter: brightness(1%) invert(100%);
    filter: brightness(1%) invert(100%);
}

footer .footer_right_side p {
    font-size: 21px;
    letter-spacing: 0px;
    margin-bottom: unset;
    line-height: 1.7;
}


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

ul.social_footer li a {
    text-decoration: none;
    color: #fff;
    padding: 8px 5px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 18px;
    display: block;
    transition: all .4s ease-out;
}

.social_footer {
    display: flex;
}

ul.social_footer li {
    display: flex;
}

.footer_right_side a {
    color: #ffffff !important;
    font-weight: 500 !important;
}

@media(max-width: 1499px) {

    footer .footer_right_side h2 {
        font-size: 44px;
    }

}


@media (max-width: 1199px) {
    footer .footer_right_side h1 {
        font-size: 37px;
    }

    footer .footer_right_side h1 i {
        font-size: 28px;
    }

    .footer_right_side {
        text-align: center;
    }

    .footer_right_side h2 {
        font-size: 36px;
        align-items: center;
    }

    footer .footer_right_side {
        padding: 30px 30px;
    }

}

@media (max-width: 991px) {

    footer .footer_right_side p {
        text-align: center;
    }

    footer .footer_right_side h1 {
        font-size: 32px;
        display: flex;
        align-items: center;
    }

    footer footer .footer_right_side h1 {
        font-size: 32px;
    }

}

@media (max-width: 768px) {

    footer .footer_right_side h1 {
        font-size: 24px;
        align-items: center;
    }

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

    footer .footer_right_side {
        padding: 50px 15px 30px;
    }

    ul.social_footer li a {
        padding: 8px 8px;
        font-size: 28px;
    }


}

@media (max-width: 575px) {

    footer .footer_right_side {
        padding: 50px 15px 30px;
    }

    footer .footer_right_side h1 {
        font-size: 24px;
        text-align: center;
    }

    footer .footer_right_side p {
        text-align: center;
    }

    footer nav.footer_nav.footer_nav_right ul {
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
}

@media (max-width: 420px) {

    footer .footer_right_side h2 {
        font-size: 34px;
    }

    footer .footer_right_side p {
        font-size: 19px;
    }



}


/*
*******************************************************************
End Footer Right Side
*******************************************************************
*/



/*
*******************************************************************
Start Footer Whats App
*******************************************************************
*/

.outofwrapper {
    position: fixed;
     /* top: 0; */
     right: 25px;
     bottom: 75px;
     width: 208px;
     height: 0;
     background: #29d366;
     cursor: pointer;
     -webkit-animation: pulse 2.0s infinite;
     z-index: 999999;
}

@media (max-width: 575px) {

    .outofwrapper {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: #29d366;
        cursor: pointer;
        -webkit-animation: none;
        z-index: 999999;
        text-align: center;
    }
}

/*
*******************************************************************
End Footer Whats App
*******************************************************************
*/
