﻿@media print {
    .no-print, .no-print * {
        display: none !important;
    }


    .hinditextkrutidev10 {
        font-family: krutidev10;
        font-size: 22px;
    }
}

@font-face {
    font-family: 'customunicodefont';
    src: url( '../fonts/EkMukta-Regular.ttf' );
}

@font-face {
    font-family: 'yakHindiFont';
    src: url('../fonts/gargi.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'krutidev10';
    src: url( '../fonts/KRDV010.TTF' );
}

.hinditextkrutidev10 {
    font-family: krutidev10;
    font-size: 22px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

.card-shadow {
    box-shadow: 0 4px 16px rgba(100,60,30,0.10), 0 1px 4px rgba(100,60,30,0.06);
    /*border: 1px solid #1E2738;*/
    border-radius: 8px;
}
.yak-sticky-top-header {
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255,255, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

}
/* -----------------------------------------------
   Customising Navbar
   ----------------------------------------------- */


.navbar {
    /* -webkit-box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);             -moz-box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);             box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);*/
}

    .navbar * {
        color: #78170c !important;
    }

.nav-link:hover, .dropdown-item:hover {
    background-color: #17a2b8 !important;
    color: #ffffff !important;
}

.nav-item {
    border-left: 1px solid #e3e3e3;
}

    .nav-item:first-child {
        border-left: 1px solid #e3e3e3;
    }

    .nav-item:last-child {
        border-right: 1px solid #e3e3e3;
    }

/*
        .dropdown:hover > .dropdown-menu
        {
            display: block;
        }
        .dropdown > .dropdown-toggle:active
        {
            pointer-events: none; //Without this, clicking will make it sticky
        }
        */


/* -----------------------------------------------
   Footer Bar
   ----------------------------------------------- */
.footer {
    background-color: #ffffff;
}

.footerLink {
    text-decoration: none;
    color: #333;
}

    .footerLink a {
        color: #666666;
        text-decoration: none;
        margin-right: 10px;
        margin-left: 10px;
    }

        .footerLink a:hover {
            color: #000000;
            text-decoration: none;
        }

.footerText {
    font-size: 0.8em;
    color: #333;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}


/* -----------------------------------------------
   Customising resizing of Logo
   ----------------------------------------------- */

#imgLogoNameBig {
    -moz-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
}


.card .card-header {
    padding: 8px 3px 3px 3px;
    padding-left: 20px;
    padding-right: 20px;
}

/* -----------------------------------------------
   Other Customisations
   ----------------------------------------------- */
.gototop {
    cursor: pointer;
}

    .gototop:hover {
        color: #0000ff;
    }



.mLink a {
    color: #FFFFFF;
    text-decoration: none;
}

    .mLink a:hover {
        color: #000000;
        text-decoration: none;
    }
