
.crationbg{
    background: linear-gradient(60deg, #0000007a, #3c3636d9), url(../image/bg/creation-bg.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.belongingsbg{
    background: linear-gradient(60deg, #000000c4, #3c3636), url(../image/bg/belonging-bg.jpg) !important; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.inter{
    background: linear-gradient(60deg, #000000c4, #3c3636), url(../image/bg/interview.jpg) !important; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.awardbg{
    background: linear-gradient(60deg, #000000c4, #3c3636), url(../image/bg/award-bg.jpg) !important; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.detailbg{
    /* background: linear-gradient(rgb(0 0 0 / 63%), rgba(174, 0, 0, 0.979)), url(../image/manmathdas/mnath2.jpg); */
    background: linear-gradient(50deg, #148d10, #032284);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.detailbg2{
    /* background: linear-gradient(rgb(109 98 98 / 63%), rgb(3 52 63 / 84%)), url(../image/manmathdas/mnath2.jpg); */
    background: url(../image/manmathdas/mnath2.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.detailbg-mn{
    /* background: linear-gradient(rgb(109 98 98 / 63%), rgb(3 52 63 / 84%)), url(../image/manmathdas/mnath2.jpg); */
    background: linear-gradient(to right, rgb(0 0 0), rgb(71 77 78 / 12%)), url(../image/bg/mnath2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.detailbg4-mn{
    background: linear-gradient(to right, rgb(0 0 0 / 25%), rgb(0 0 0 / 72%)), url(../image/bg/bg6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.detailbg5-mn{
    background: linear-gradient(to right, rgb(0 0 0 / 12%), rgb(71 77 78 / 77%)), url(../image/bg/bg4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.detailbg6-mn{
    background: linear-gradient(to right, rgb(0 0 0 / 9%), rgb(4 4 4)), url(../image/bg/bg7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.detailbg-man{
    background: url(../image/manmathdas/Parliamentarian.png); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.detailbg-role{
    background: linear-gradient(to right, rgb(0 0 0 / 9%), rgb(4 4 4)), url(../image/bg/bg7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.detailbg-publication{
    background: linear-gradient(to right, rgb(0 0 0 / 9%), rgb(4 4 4)), url(../image/bg/bg8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.detailbg-manoj-publication{
    background: url(../image/manojdas/publication.jpg);   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.lettersbg-mn{
    background: linear-gradient(to right, rgb(0 0 0 / 34%), rgb(4 4 4 / 85%)), url(../image/bg/Letters.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.menu-div{
    background: linear-gradient(rgb(28 28 28 / 61%), rgb(0 0 0 / 41%)), url(../image/siteimages/menubg.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-div .menuarrow{
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: fixed;
    top: 50%;
    right: 20px;
}
.menu-div .home{
    height: 35px;
    width: 35px;
    cursor: pointer;
    position: fixed;
    bottom: 3%;
    right: 30px;
}

#main {
    transition: margin-left .9s;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /* background: linear-gradient(rgb(207 3 1), rgb(156 39 176 / 62%)), url(../siteimages/menubg.jpg); */
    background: linear-gradient(rgb(28 28 28 / 78%), rgb(0 0 0 / 54%)), url(../image/siteimages/menubg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidenav ul {
    list-style-type: none;
    padding-inline-start: 30px; 
    
}

.sidenav ul li{
    border-bottom: 1px solid #ffffff1c;
}
.sidenav ul li:last-child{
    border-bottom: 0;
}

.odia-font .sidenav ul li a {
    font-size: 18px;
    font-family: 'inherit' !important;
}

.sidenav ul li a {
    padding: 4px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    display: block;
    transition: 0.3s;
    font-family: 'GABRIOLA' !important;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute; 
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav .closearrowbtn{
    position: absolute;
    bottom: 25px;
    right: 15px;
    height: 45px;
    cursor: pointer;
}

.gallery img{
    /* margin-bottom: 20px; */
    transition: transform .2s;
    height: 155px;
    object-fit: cover;
    border: 1px solid #ebe0e0;
    border-radius: 5px
} 
.manoj-detail .gallery img{
    height: 132px;
} 
.detailbg-manoj1 .focus-link img {
    height: 30px;
}
.odia-font h1{
    font-size: 2rem;
    letter-spacing: 0;
}
.odia-font h2{
    letter-spacing: 0;
}

.focus-link{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #ffffff30;
    text-align: center;
    border-radius: 5px;
}
.focus-link img{
    height: 30px;
    width: 30px;
    border: none;
    margin-top: 35px;
    display: none;
}
.focus-link2{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 88%;
    width: 100%;
    background: #ffffff30;
    text-align: center;
    border-radius: 5px;
}
.focus-link2 img{
    height: 30px;
    width: 30px;
    border: none;
    margin-top: 50%;
    display: none;
}
.family-page .focus-link2 {
    width: 92%;
    height: 100%;
}



.acknowledgement-detail-link {
    background: #000000cc;
    color: white;
    font-weight: 500;
    padding: 5px 8px;
    float: right;
    margin-top: -7px;
    font-family: 'GABRIOLA' !important;
    letter-spacing: 1px;
}

.bottom-bar{
    /* background-color: #550330; */
    background: linear-gradient(rgb(28 28 28 / 61%), rgb(0 0 0 / 41%)), url(../image/siteimages/menubg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 0;
    margin-top: 3rem;
}
.bottom-bar2{
    /* background-color: #035055; */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 0;
    margin-top: 3rem;
}

.text-shadow{
    text-shadow: 2px 2px 1px black;
}


.mt-4-5 {
    margin-top: 2rem!important;
}

.modal{
    color: black !important;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

/*Photo-gallery*/
.photo-gallery {
    background: linear-gradient(60deg, #000000d4, #383838d1), url(../image/bg/photo-gallery-mn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.photo-gallery .album{
    border: 1px solid white;
    border-radius: 2px;
    padding: 3px;
}
.photo-gallery .gallery img {
    margin-bottom: 0 !important;
    border-radius: 2px;
}
.photo-gallery .album span{
    position: absolute;
    bottom: 0;
    right: -11px;
}
.photo-gallery .album span img{
    height: 15px;
    border: none;
}
.detail-gallery .album-deatl-img{
    border-radius: 5px;
}
.award .detail-gallery .album-deatl-img{
    height: 215px;
    object-fit: cover;
}
.odia-award .detail-gallery .album-deatl-img{
    height: 204px;
    object-fit: cover;
}
.detail-gallery span{
    position: absolute;
    top: 45%;
    right: 45%;
    display: none;
}
.detail-gallery span img{
    height: 20px;
    border: none;
}
.photo-gallery .hide{
    display: none;
}
.mn-gallery .album-cover{
    height: 210px !important;
}
.manoj-gallery .album-cover{
    height: 210px !important;
}
.award-hide{
    display: none;
}

/*Sitemap*/
.sitemap{
    background: linear-gradient(to right, rgb(0 0 0 / 9%), rgb(4 4 4)), url(../image/bg/sitemap.jpg) !important;
}

/*speech index*/
.speech-index{
    /* background: linear-gradient(60deg, #4c0795, #ab0353); */
    background: linear-gradient(to right, rgb(0 0 0 / 9%), rgb(4 4 4)), url(../image/bg/RajyaSabhaProceedings.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    height: auto !important;
    overflow: auto !important;
}
.speech-index .menu-div{
    height: 100% !important;
}
.speech-index .detail-btn{
    animation: glowing 1300ms infinite;
    background: linear-gradient(40deg, #09d7b8, #0a5a9f) !important;
    border: 1px solid #ffffff62 !important;
}
@keyframes glowing {
        0% {
            background-color: #33a805;
            box-shadow: 0 0 3px #33a805;
        }
        50% {
            background-color: #09d7b8;
            box-shadow: 0 0 20px #09d7b8;
        }
        100% {
            background-color: #6819e8;
            box-shadow: 0 0 3px #6819e8;
        }
    }

.index-modal {
    max-width: 80% !important;
    color: black !important;
}
.speech-index .width-80{
    width: 80px;
}
.speech-index .width-130{
    width: 130px;
}
.speech-index .width-160{
    width: 160px;
}
.speech-index table{
    font-size: 17px;
    font-weight: 500;
    font-family: initial;
}
.speech-index .table td {
    padding: .75rem;
    vertical-align: middle;
}
.speech-index .thead-bg{
    background-color: #066284;
}
.speech-index tbody{
    background: #022e3e9c;
    font-size: 19px;
}
.speech-index tbody .btn{
    font-size: 16px;
}

/* Manmath Das detail page*/
.detailbg-manmath{
    background: linear-gradient(to right, rgb(0 0 0 / 9%), rgb(4 4 4)), url(../image/bg/bg6.jpg);  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.rolemodel-manmath{
    background: linear-gradient(to right, rgb(0 0 0 / 9%), rgb(4 4 4)), url(../image/bg/bg7.png);  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.academician-manmath {
    background: linear-gradient(to right, rgb(0 0 0 / 9%), rgb(4 4 4)), url(../image/bg/bg6.jpg);  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.praises-manmath{
    background: linear-gradient(to right, rgb(0 0 0 / 9%), rgb(4 4 4)), url(../image/bg/Praises-For-Manmath-Nath-Das.png); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.detailbg-manmath2{
    background: url(../image/bg/bg50.jpg);  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.biodatabg-mn{
    background: linear-gradient(rgb(0 0 0 / 63%), rgba(73, 69, 69, 0.979)), url(../image/bg/bio.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}


/* Manoj Das detail page*/

.manoj-detail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.odia-font .manoj-text p {
    font-size: 18px;
    line-height: 1.6 !important;
}
.manoj-detail p{
    font-size: 22px;
    line-height: 1.3 !important;
}
.intro-manoj .gallery img {
    height: 85px !important;
}
.detailbg-manoj p{
    font-size: 21px;
    line-height: 1.4 !important;
}
.detailbg-manoj .gallery img {
    height: 85px !important;
}


.intro-manoj{
    background: linear-gradient(to right, rgb(0 0 0 / 0%), rgb(14 0 0 / 90%)), url(../image/bg/intro-manoj.png);
    
}
.villageboy-manoj{
    background: linear-gradient(to left, rgb(0 0 0 / 0%), rgb(0 0 0 / 26%)), url(../image/bg/Manoj-The-Village-Boy.png);
}
.story-childhood-manoj{
    background: url(../image/bg/strory-childhood.png);
}
.writer-manoj{
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(14 0 0 / 70%)), url(../image/bg/the-writer-manoj.jpeg);
}
.family-manoj{
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(14 0 0 / 70%)), url(../image/bg/manoj-family.jpeg);
    
}
.disciple-manoj{
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(14 0 0 / 70%)), url(../image/bg/manoj-disciple.jpeg);
}
.phylosophy-manoj{
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(14 0 0 / 70%)), url(../image/bg/manoj-philosophy.jpeg);
    
}
.travelogoue-manoj{
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(14 0 0 / 70%)), url(../image/bg/manoj-travelouge.jpeg);
    
}
.heritage-diganta-manoj {
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(14 0 0 / 70%)), url(../image/bg/manoj-diganta-heritage.jpeg);
}
.letters-manoj{
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(14 0 0 / 70%)), url(../image/bg/letters_manojdas.png);
}

.letters-by-manoj{
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(14 0 0 / 70%)), url(../image/bg/letter-by-manoj.jpeg);
}

.letters-to-manoj{
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(14 0 0 / 70%)), url(../image/bg/letter-to-manoj.jpeg);
}

.praises-manoj{
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(14 0 0 / 70%)), url(../image/bg/Praises-For-Manoj-Das.png);
}


.gallery-manoj{
    background: linear-gradient(rgb(0 0 0 / 76%), rgb(14 0 0 / 94%)), url(../image/bg/gallery-bg.jpg) !important;
}

.detailbg-manoj1{
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 2 0 / 36%)), url(../image/manojdas/detailbg1.jpg);
}
.detailbg-manoj2{
    background: url(../image/bg/bg2.jpg);
}
.detailbg-manoj3{
    background: url(../image/bg/detailbg3.jpg);
}



.card-footer {
    padding: .75rem 0.25rem
    
}
/*Creations*/

.creations {
    background: linear-gradient(50deg, #148d10, #032284);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.creation-cards .card-footer h4{
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 0;
    text-decoration: none;
}
.creation-modal .modal-body img{
    height: 480px;
    width: 90%;
}
.creation-gallery {
    display: none;
}
.creations .sidenav ul {
    padding-inline-start: 40px !important;
}
h4{
    height: 40px;
}
.fag{
    padding: 0px 9px 0px 0px;
}
.a-title{
    text-align: center;
    padding: 5px;
    font-weight: 600;
    color: #fff;
}
.manmbg{
    margin-left: 20px;
}
.mar-right{
    margin-right: 5px;
}


.creation-title {
    font-size: 1.5rem !important;
    font-family: 'GABRIOLA' !important;
}

.modal-xl{
    max-width: 70% !important;
}
.modal-full{
    width: 100%;
    max-width: 90%;
}

.back-btn {
    position: fixed;
    bottom: 3%;
    left: 15px;
    cursor: pointer;
}
.back-btn img{
    height: 28px;
    width: 28px;
}
.mt-6{
    margin-top: 5rem;
}
.mt-7{
    margin-top: 6rem;
}
.mt-8{
    margin-top: 8rem;
}
.mt-11{
    margin-top: 11rem;
}
.articles {
    background: linear-gradient(50deg, #1f108d, #84034e);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover;
    color: white;
}
.articles .card{
    border-radius: 5px;
}
.article-album1{
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: center;
    background: #ffcd69;
    box-shadow: 0px 2px 10px 5px black;
    border-radius: 5px;
}
.article-album1 .badge{
    padding: 4px;
    font-size: 17px;
}
.article-album2{
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: center;
    background: #accfff;
    box-shadow: 0px 2px 10px 5px black;
    border-radius: 5px;
}
.article-album2 .badge{
    padding: 4px;
    font-size: 17px;
}
.letter-album-div{
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #000000a1, #3a3535bd), url(../image/bg/letters-small-div.PNG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 10px 5px black;
    border-radius: 5px;
}
.letter-album-div .badge{
    padding: 4px;
    font-size: 20px;
    background-color: #073f41;
}
.extra-articles {
    position: fixed;
    bottom: 3%;
    left: 17%;
    display: flex;
}
.extra-articles .link-div{
    background: #435660 !important;
    display: block !important;
    font-size: 18px;
}
.odia-font .manmath-text{
    font-family: 'serif' !important;
    letter-spacing: 0.5px;
    font-size: 18px;
}
.manmath-text{
    font-family: 'GABRIOLA' !important;
    letter-spacing: 1px;
    font-size: 22px;
}
.manmath-text span{
    color: #df3f00;
    font-weight: 600;
    font-style: italic;
}
.odia-font .date-font{
    font-size: inherit !important;
}
.date-font{
    font-family: math !important;
    font-size: 17px;
    font-style: normal;
}
.manoj-text{
    font-family: 'GABRIOLA' !important;
    letter-spacing: 1px;
    font-size: 21px;
}
.manoj-text span{
    color: #df3f00;
    font-weight: 600;
    font-style: italic;
}
.readmore{
    background: #00000073;
    color: white !important;
    font-weight: 500;
    padding: 5px 8px;
    float: right;
    font-weight: 600;
    margin-top: -42px;
    margin-right: 35px;
    font-size: 15px;
}
.readmore-modal .modal-header{
    background: #dd8361;
    color: white;
}
.readmore-modal .modal-body{
    line-height: 1.8;
}
.readmore-modal .modal-footer {
    padding: 10px 15px;
}

/* Making of mamorial*/
.memorial {
    background: linear-gradient(rgb(2 12 33 / 67%), rgb(195 185 185 / 72%)), url(../image/bg/memorial-home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.color-white {
    color: white;
}

.memorial .card{
    box-shadow: 1px 2px 15px 1px #000;
    min-height: 300px;
} 
.odia-memorial .card{
    min-height: 315px;
}
.odia-memorial h3{
    letter-spacing: 1px;
    font-size: 25px;
}
.odia-memorial h1{
    font-size: 2.2rem;
    letter-spacing: 1px;
}
.memorial .pink-card{
    background: linear-gradient(45deg, #7c073c, black);
    color: white;
    padding: 1rem;
}
.memorial .blue-card{
    background: linear-gradient(45deg, #074a7c, black);
    color: white;
    padding: 1rem;
}
.memorial .card-img-top{
    height: 215px;
    object-fit: cover;
}
.memorial .home-btn{
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: fixed;
    bottom: 3%;
    right: 30px;
}
.memorial .back-btn{
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: fixed;
    bottom: 3%;
    left: 30px;
}
.memorial .page-title{
    background: #aab9cdd1;
    padding: 5px;
    width: 30%;
    margin: auto;
}
.memorial-building{
    background: linear-gradient(rgb(2 12 33 / 14%), rgb(0 0 0 / 48%)), url(../image/bg/memorial-bg2.jpg);
    /* background: url(../image/bg/memorial-bg1.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.memorial-after{
    background: linear-gradient(rgb(2 12 33 / 14%), rgb(0 0 0 / 48%)), url(../image/bg/memorial-bg1.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.memorial-building .a-title {
    text-align: center;
    padding: 5px;
    font-weight: 600;
    color: #0a1a4b;
    background: white;  
    border-radius: 0  0 0 50px;
    font-family: 'GABRIOLA' !important;
    letter-spacing: 1px;
    font-size: 20px;
}
.memorial-building .album-restore-img {
    height: 190px;
    object-fit: cover;
    border-radius: 0 50px 0 0;
}
.memorial-building .home-btn img{
    height: 35px !important;
    width: 35px !important;
    cursor: pointer;
    position: fixed;
    bottom: 3%;
    right: 30px;
}
.memorial-building .back-btn img{
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: fixed;
    bottom: 3%;
    left: 30px;
}
.memorial-building .restore-gallery{
    display: none;
}

a{
    text-decoration: none !important;
}

.books-bg{
    background: linear-gradient(rgb(2 12 33 / 54%), rgb(0 0 0 / 46%)), url(../image/bg/books-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.book-album{
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: center;
    /* background: #00a7bb; */
    background: url("../image/bg/Home\ BG\ 3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 10px 5px black;
    border-radius: 5px;
}
.book-album .badge{
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 1.2;
}
.all-books .book-album {
    background: url("../image/bg/Home\ BG\ 3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.magazine-album {
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: center;
    /* background: #00a7bb; */
    background: url("../image/bg/Home\ BG\ 2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 10px 5px black;
    border-radius: 5px;
}
.magazine-album .badge{
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 1.2;
}
.width-100{
    width: 100px;
}
.table-div{
    height: 550px;
    overflow: auto;
}
.table-div table tbody{
    background: #0e1227c7;
}
.bg-light {
    background-color: #f8f9fa30!important;
}
.mn-sidenav ul li a {
    padding: 6px !important;
    font-size: 22px !important;
}
.odia-font .mn-sidenav ul li a {
    padding: 7px !important;
    font-size: 18px !important;
}

.mn-gallery .focus-link{
    height: 100% !important;
}
.mn-gallery .focus-link img{
    margin-top: 60px !important;
}
@font-face {
    font-family: GABRIOLA;
    src:url(../font/GABRIOLA.TTF)
  }
  @font-face {
    font-family: LHANDW;
    src: url(../font/LHANDW.TTF);
  }
  @font-face {
    font-family: MISTRAL;
    src: url(../font/MISTRAL.TTF);
  }
  @font-face {
    font-family: PRISTINA;
    src: url(../font/PRISTINA.TTF);
  }
  @font-face {
    font-family: SEGOESCB;
    src: url(../font/SEGOESCB.TTF);
  }
h1,h2,h3{
    font-family: 'GABRIOLA' !important;
    letter-spacing: 2px;

}
/* .page-head{
    font-size: 45px !important; 
} */

.modal-title {
    font-family: 'GABRIOLA' !important;
    letter-spacing: 2px;
    font-size: 1.5rem;
}
.odia-font.modal-body p{
    line-height: 1.7 !important;
}
.modal-body p{
    line-height: 1.3 !important;
}
.modal-footer .btn {
    font-family: 'GABRIOLA' !important;
    letter-spacing: 2px;
}
.biodatabg-mn {
    font-size: 25px;
}
.biodatabg-mn tbody{
    font-size: 25px;
}
.odia-font .bio-table tbody{
    font-size: 18px !important;
}

.biodatabg-mn tbody td{
    border-top: none !important;
}
.biodatabg-mn .width-200{
    width: 200px;
}
.book-list table{
    font-family: initial !important;
    font-size: 17px;
}
.poet-gallary .gallery img{
        height: 100px !important;
}

