@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* {
    font-family: "Lato", sans-serif !important;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.footer_sec {
    background-color: #0b0b23 !important;
    width: 100%;
}
.footer_sec .footer_top_part {
    height: 210px;
    background-image: linear-gradient(to right, #1d74f5, #6c31cb);
}
.footer_sec .footer_top_part .logo_part p {
    font-size: 24px;
    color: #fff !important;
    margin-top: 25px;
    line-height: 30px;
    font-weight: 400;
}
.footer_sec .footer_top_part .btn_part .btn_rounded_fill2 {
    margin-right: 20px;
}
.footer_sec .footer_bottom_part {
    height: auto;
    padding: 50px 50px 30px 50px;
    background-color: #0b0b23 !important;
}
.footer_sec .footer_bottom_part .footer_menu h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 35px;
}
.footer_sec .footer_bottom_part .footer_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer_sec .footer_bottom_part .footer_menu ul li {
    margin-bottom: 20px;
}
.footer_sec .footer_bottom_part .footer_menu ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.footer_sec .footer_bottom_part .footer_menu.footer_menu1 ul li a {
    cursor: pointer;
}
.footer_sec .footer_bottom_part .footer_menu.footer_menu2 {
    margin-top: 45px;
}
.footer_sec .footer_bottom_part .footer_menu.footer_menu2 h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer_sec .footer_bottom_part .footer_menu.footer_menu2 ul li {
    margin-bottom: 15px;
}
.footer_sec .footer_bottom_part .footer_menu.footer_menu2 ul li a {
    font-size: 14px;
    font-weight: normal;
}
.footer_sec .footer_bottom_part .footer_menu.footer_menu2 ul li a:hover {
    color: #067dd7;
}
.footer_sec .footer_bottom_part .copyright_social_links_sec {
    border-top: 1px solid #4e4b66;
    margin-top: 15px;
    padding-top: 20px;
}
.footer_sec .footer_bottom_part .copyright_social_links_sec .copyright_part p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.footer_sec .footer_bottom_part .copyright_social_links_sec .social_links_part ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_sec .footer_bottom_part .copyright_social_links_sec .social_links_part ul li {
    margin-right: 20px;
}
.footer_sec .footer_bottom_part .copyright_social_links_sec .social_links_part ul li a {
    width: 40px;
    height: 40px;
    font-size: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .5);
}
.footer_sec .footer_bottom_part .copyright_social_links_sec .social_links_part ul li a img {
    width: 18px;
    text-align: center;
}
.footer_sec .footer_bottom_part .copyright_social_links_sec .social_links_part ul li a:hover {
    border-color: transparent;
    background: #067dd7;
    background-image: linear-gradient(to right, #6c31cb, #1d74f5);
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.footer_sec .footer_bottom_part .copyright_social_links_sec .social_links_part ul li:first-child a img {
    width: 20px;
}
.footer_sec .footer_bottom_part .copyright_social_links_sec .social_links_part ul li:last-child {
    margin-right: 0;
}
.accordion_footer {
    width: 250px;
    background-color: #0b0b23;
    border-color: #0b0b23;
}
.accordion_footer .card {
    background-color: #0b0b23;
    border-color: #0b0b23;
}
.accordion_footer .card:focus-visible {
    border-color: #0b0b23;
    box-shadow: none;
    outline: none;
}
.accordion_footer .card .card-header {
    border-color: #0b0b23;
    box-shadow: none;
    outline: none;
    padding: 0;
}
.accordion_footer .card .card-header h2{
    line-height: 0;
    margin-bottom: 15px !important;
}
.accordion_footer .card .card-header:focus-visible {
    border-color: #0b0b23;
    box-shadow: none;
    outline: none;
}
.accordion_footer .card .card-header .btn,
.accordion_footer .card .card-header .btn:focus{
    pointer-events: none;
    padding: 0;
    font-size: 14px;
    color: #fff;
    background-color: #0b0b23;
    font-weight: 600;
    text-decoration: none;
}
.accordion_footer .card .card-header .btn::after {
    content: "";
    position: absolute;
    border-width: 2px 0 0 2px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    border-style: solid;
    border-color: #fff;
    width: 6px;
    height: 6px;
    right: 5px;
    top: 7px;
    pointer-events: all;
    background-image: none !important;
}
.accordion_footer .card .card-header .btn.collapsed::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    right: 5px;
    top: 10px;
    pointer-events: all;
}
.accordion_footer .card .card-header .btn:focus, .accordion_footer .card .card-header .btn:focus-visible {
    border-color: #0b0b23;
    box-shadow: none;
    outline: none;
}
.accordion_footer .card,
.accordion_footer .card .card-body{
    padding: 0 !important;
    margin: 0 !important;
}
.accordion_footer .card-body ul li a{
    font-size: 13px !important;
}
.footer-accordian{
    background:transparent !important;
}
.footer-accordian a,
.footer-accordian ul ul li a, .footer-accordian h4{
    color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #4e4b66;
}
.footer-accordian a:hover {
    background-color: transparent;
    border-bottom: 1px solid #4e4b66;
}
.footer-accordian ul ul li a:hover
{
    color: #fff;
}
.footer-accordian  a:not(:only-child):after {
    top: 15px;
}
.privacy_sec{
    list-style:none;
    margin: 0;
    padding-left: 0px;
}
.privacy_sec li{
    display:inline-block;
    margin-right:25px;
    position: relative;
}
.privacy_sec li:first-child::before {
    content: "/";
    margin: 0 .25rem;
    position: absolute;
    /* top: -1px; */
    right: -22px;
    color: #FFF;
}
.privacy_sec li a{
    color:#fff;
    text-decoration:underline;
    font-size: 13px;
}
@media only screen and (max-width:425px){
    .footer_sec .footer_top_part .btn_part .btn_rounded_fill2 {
        margin-right: 0px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:767px){
    .footer_sec .footer_top_part {
        height: auto;
        padding:2rem 1rem;
        text-align: center;
    }
    .footer_sec .flex_item {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    .footer_sec .footer_top_part .logo_part p {
        font-size: 16px !important;
        margin: 20px 0px 30px;
        line-height: 25px;
    }

    .footer-col
    {
        width:100%;
    }
    .flex_item6 {
        flex-wrap: wrap;
    }
    .footer_sec .footer_bottom_part {
        padding: 50px 20px 30px 20px;
    }
    .footer_sec .footer_bottom_part .footer_menu.footer_menu2 {
        margin-top: 0px;
    }
    .footer_sec .footer_bottom_part .copyright_social_links_sec .copyright_part p {
        margin-bottom: 1rem;
    }
    .footer_sec .footer_bottom_part .copyright_social_links_sec {
        border-top: none;
    }
    .copyright_part{
        order:3;
        margin-top: 20px;
    }
    .privacy_sec{
        order:2;
        margin-top: 20px;
    }
}
@media only screen and (max-width:991px) and (min-width:768px) { 
    .footer_top_part {
        .flex_item {
            justify-content: center;
            flex-wrap: wrap;
        }
        .btn_part{
            margin-top:1rem;
        }
    }
    .footer_sec .footer_top_part {
        height: auto;
        padding: 2rem 0px;
    }
}