<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Pacifico&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mr+De+Haviland&amp;display=swap');

/* ===========================footer section========================= */

footer{
    background-color:#fff;
    text-align:center;
    color:#757575;
    width:100%;
    height:6vh !important;
    display: flex;
    align-items:center;
    justify-content: center;
    border-top:1px solid #EBEDEF;
}

footer .container{
    /*padding:90px 0px;*/
}

footer .footer_logo h1{
    color:#fff;
    opacity:.6;
    /* font-family: 'Pacifico', cursive; */
    /* font-family: 'Niconne', cursive; */
    /* font-family: 'Italianno', cursive; */
    font-family: 'Mr De Haviland', cursive;
    /* font-weight:900; */
    text-decoration: underline;
}

footer .footer_social_icon ul{
    list-style:none;
}

footer .footer_social_icon ul li{
    display:inline-block;
    margin:20px;
    transition:.5s ease-in-out;
}

footer .footer_social_icon ul li a{
    text-decoration:none;
    color:#fff;
    font-size:24px;
    transition:.5s ease-in-out;
}

footer .footer_social_icon ul li:hover ,  .footer_social_icon ul li a a:hover{
    opacity:.8;
    transform: scale(1.5);
    color:#F39C12 !important;
}

footer .footer_link ul{
    list-style: none;
}

footer .footer_link ul li{
    display:inline-block;
    margin:5px 20px;
    color:#fff;
    transition:.5s ease-in-out;
}

footer .footer_link ul li a{
    color:#fff;
    padding:0px 0px;
}

footer .footer_link ul li a:hover{
    color:#fff !important;
    opacity:.8;
}

footer .footer_link ul li a:focus{
    border:none;
    box-shadow: none;
    outline:none;
}

footer .footer_link .dropdown-menu a{
    color:#757575;
    padding:5px 20px;
    margin:0px 0px;
}

footer .footer_link .dropdown-menu a:hover{
    background-color:#F39C12;
    color:#4A235A !important;
}

footer .copyright{
    /*background-color:rgba(0, 0, 0, .2);*/
    padding:0px 0px;
    color:#757575;
    font-weight: 600;
    font-size:0.8em;
}

footer .copyright a{
	color:#000;
	margin-left: 5px;
}
}

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