<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{

    box-sizing: border-box;

    margin:0;

    padding: 0;

}

body{

    font-family:"Poppins" !important;

}

/*Navbar css*/

header{

    top: 0;

    z-index: 5;

    width: 100%;

    background-color:#9E165F;

    border-bottom:1px solid  #DD2590;

}

.navbar{

    display: block;

    border-right:1px solid  #DD2590;



}



.info-header a{

    color:#fff;

    font-size: 16px;

    font-weight: 400;

    text-decoration: none;

    line-height: 24px;

}

.nav-item{

    color:#fff !important;

    font-size: 18px;

    font-weight: 400;

    text-decoration: none;

    line-height: 27px;

    padding: 0px 40px;

}

.toogle-icon{

 color: #fff;

 font-size: 32px;

}

.navbar-toggler:focus,.navbar-toggler{

    box-shadow:none !important;

    border:none !important;

    border-radius: 12px;

    font-size:1.5rem;

    padding-left:60px;

}

.nav-item:hover,.nav-item:focus{

    padding-bottom: 5px;

    border-bottom-style: solid;

    border-bottom-width: 1px;

    width: fit-content;

    color:#fff !important;

}

.hdr-btn1{

    background: linear-gradient(270deg, #C11574 0%, #9E165F 100%);

    border: 1px solid #EE46BC;

    color:#fff;

    padding: 10px 15px 10px 15px;

    gap: 8px;

    border-radius: 8px;

}

.hdr-btn2{

    background: #F79009;

    border: 1px solid #D0D5DD;

    color:#fff;

    padding: 10px 16px 10px 16px;

    gap: 8px;

    border-radius: 8px;



}

.hdr-btn3 a{

    color:#000;

    text-decoration: none;

    font-family: 'Poppins';

    font-size: 16px;

    font-weight: 400;

}

.hdr-btn1 a,.hdr-btn2 a{

    color:#fff;

    text-decoration: none;

    font-family: 'Poppins';

    font-size: 16px;

    font-weight: 400;

}

.hdr-btn3{

    background: #FFFFFF;

    border: 1px solid #D0D5DD;

    padding: 10px 16px 10px 16px;

    gap: 8px;

    border-radius: 8px;

}

.right-bar{

   padding: 20px;

   gap: 0px;

   opacity: 0px;

}

.info-header .call-top ,.call-top a {

    display: inline-block;

    margin: 0 5px;

    color:#fff !important;

}



.info-header{

    background-color:#851651;

}

@media screen and (max-width: 1326px){

    .right-bar {

        padding: 20px 0px !important;

}

}



@media (max-width: 767px) {



 .info-header
 {
height:100px; }
    /* Adjust call-top links for mobile view */
    .info-header .call-top {
        display: inline-block;
        padding: 0 10px;
    }

    /* Optional: Style for the icons */
    .info-header .call-top a i {
        margin-right: 8px;
    }



    .mbl-logo{

        display: inline !important;

    }

    .nav-item,.nav-item:hover {

        padding:15px !important

    }

    .navbar-toggler {

        line-height: inherit !important;

}

}

/**/
</pre></body></html>