:root{
    --primarycolor: #2D1C0F;
    --secondcolor: #EE9716;
    --secondcolorLight: #E7BA47;
    --fontMerriweather: 'Merriweather', serif;
    /* --primarycolor: #fd4146; 
     --secondcolor: #000; */
    /* --primarycolor: #3C2E1A;
    --secondcolor: #E8A536; */
/*    --secondcolorLight: #F7C65B;*/
}
@font-face {
            font-family: brill;
/*            src: url(test-font/Brill\ Roman\ 400.ttf) format('truetype');*/
            src: url(../font/Brill\ Roman\ 400.ttf) format('truetype');
            font-weight: 400;
            font-style: normal;
            font-display: swap
        }
        @font-face {
            font-family: NudiParijatha;
/*            src: url(test-font/Brill\ Roman\ 400.ttf) format('truetype');*/
            src: url(../font/NudiParijatha.ttf) format('truetype');
/*            font-weight: 400;*/
            font-style: normal;
            font-display: swap
        }
*{margin: 0;padding: 0;box-sizing: border-box;/*font-family: var(--fontMerriweather);*/font-family: brill;}
a{text-decoration: none !important;}
a:hover{text-decoration: none !important;}
ul{list-style: none;}
.wrapper{/*width: 70%;*/width: 1200px; margin: 0 auto;}
.inner-wrapper{width: 790px;margin: 0 auto;}
.v-align{text-align: center;}

    /********* HEADER **********/
.top-header{background-color: var(--secondcolorLight);padding: 16px 0;position: relative;}
.logo{display: block; /*width: 26%;*/width: 450px;margin: 0 auto;}
.logo img{width: 100%;}
.tagline{text-align: center; display: block; color: #000; /*font-size: 2.3vw;*/font-size: 25px; font-weight: 600; /*margin-top: 1.5vw;*/}
#google_translate_element, .translate{font-family: "Poppins", sans-serif;position: absolute; right: 80px; top: 30px; border-radius: 5px;background-color: transparent; color: var(--primarycolor); font-size: 20px;transition: 0.2s linear;}
.translate p{font-family: "Poppins", sans-serif;}
.translate p span{font-family: "Poppins", sans-serif;font-weight: 700;border-bottom: 2px solid;}
.translate img{width: 70%;display: block;margin: 0 auto;}
/* .translate:hover{background-color: #FFE5B9 ;} */
.view-cat{display: none;}
.PC-menu{display: flex; justify-content: center; /*gap: 3.65vw;*/gap: 65px; background-color: var(--primarycolor);}
.menu-li{/*font-size: 1.1vw;*/font-size: 22px;font-weight: 600;display: flex;align-items: center;}
.menu-li a{color: var(--secondcolorLight);/*padding: 1vw;*/padding: 8px 16px;display: block; background-image: linear-gradient(var(--primarycolor), var(--primarycolor)); background-size: 0 5px, auto; background-repeat: no-repeat; background-position: center bottom; transition: all .2s ease-out;}
.menu-li:first-child a{padding-left: 0;}
.menu-li:last-child a{padding: 0;background-image: none;}
/* .menu-li:last-child{background-size: 0;} */
.menu-li a:hover{background-size: 100% 5px, auto;}
.menu-li a i{height: 15px;font-size: 18px;}
.goog-te-gadget-simple{display: flex !important;align-items: center;}
.research-menu{position: relative;}
.research-sub-mega-menu{position: absolute;top: 100%;left: 16px;z-index: 1;background-color: var(--secondcolorLight);width: 265px;/*border-top: 3px solid var(--primarycolor);*/display: none;}
.research-menu:hover .research-sub-mega-menu{display: block;}
.research-menu-ul li{background-color: var(--secondcolorLight);font-size: 20px;transition: 0.2s linear;}
.research-menu-ul a{color: #000;display: block;/*padding: 1vw;*/padding: 13px 16px;transition: 0.2s linear;}
.research-menu-ul a:hover{background-size: 0;}
.research-menu-ul li:hover{background-color: var(--primarycolor);}
.research-menu-ul li:hover > a{color: var(--secondcolorLight);}

.kn-PC-menu{gap: 70px;}
/*.kn-menu-li{font-size: 18px;}
.kn-research-sub-mega-menu{width: 324px;}*/
.kn-research-menu-ul{font-size: 16px;}


    /********* Breadcrumb **********/
.breadcrumb{margin: 2rem auto 0;}
.breadcrumb ul{display: flex; list-style: none; font-size: 20px; align-items: center; }
.breadcrumb ul li{display: flex; align-items: center; }
.breadcrumb ul li a{color: #545454}
.breadcrumb ul li:last-child{color: var(--primarycolor);}
.breadcrumb ul li:after{content: url(https://everythingweb.live/karnata/public/user_interface/images/breadcrumb-arrow.png);margin: 0 4px;color: #545454;height: 20px;}
.breadcrumb ul li:last-child:after{content: ""}
/* Responsive at 400 media port */


    /********* BANNER **********/
.banner{position: relative;}
.banner-img img{width: 100%; display: block; /*height: 65vh;*//*height: calc(100vh - 220px);*/height: calc(100vh - 23vh); object-fit: cover;}
.banner-txt{ position: absolute; bottom: 40%; /*padding: 2vw 1.5vw;*/padding: 27px 17px; /*background-color: rgba(0,0,0,0.2);*/ color: var(--secondcolorLight); color:#FFF9C4; width: 100%; text-align: center; /*font-size: 2.2vw;*/font-size: 42px;font-weight: 600;}
.banner-txt p{/*font-family: "Kaisei Decol", serif;*/font-weight: 700;font-size: 48px;}
.brdr-btm-banner { /*width: 100px;*/width: 88px; height: 4.5px; background: var(--secondcolorLight);background: #FFF9C4; position: absolute; bottom: 5px;left: 47%;}

/*.kn-banner-txt p{font-size: 38px;}*/

    /********* ABOUT (Home) **********/
.home-about{/*margin-top: 3vw;*/margin-top: 60px; display: flex; justify-content: space-between;}
.home-about-left, .home-about-right{width: 48.5%;}
.abt-img { overflow: hidden; border-radius: 7px; width: 98%; height: 100%; }
.abt-img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.abt-txt-mob { display: none; }
.abt-sub { color: #111; font-size: 18px; font-weight: 400; line-height: 28px; margin: 0px!important; }
.brdr { position: relative; }
.abt-hdng, .about-title, .research-title, .news-main-title, .f-g-upper-title, .contact-hdng, .people-title, .people-upper-title, .dig-lib-title, .dig-lib-body h1 { /*font-size: 2vw;*/font-size: 42px; font-weight: 700; /*line-height: 1.7vw;*/line-height: 30px; color: var(--primarycolor); margin-top: 6px; }
.brdr-btm { width: 88px; height: 4.5px; background: var(--secondcolorLight); position: absolute; bottom: -17px; /*display: none;*/}
.brdr-btm-inner {width: 88px;}
.para { /*margin-top: 2vw;*/margin-top: 36px; font-family: 'Merriweather', serif; font-weight: 500; /*font-size: 0.85vw;*/font-size: 20px; /*line-height: 1.45vw;*/line-height: 27px; color: var(--primarycolor); }
.para p{margin-bottom: 20px ;}
/*.para p:last-child{margin-top: 1vw;}*/
.abt-btn { display: block; /*width: 9.5vw !important;*/width: 150px !important; text-align: center; border-radius: 5px; transition: all .3s;  background-color: var(--primarycolor); margin-top: 1.3vw; }
/* .abt-btn:hover {  transition: .3s ease-in-out; background-color: #d38d19; color: #fff!important; } */
.abt-btn a { /*font-size: 0.85vw;*/font-size: 17px; font-weight: 700; display: block; /*padding: 0.7vw 0;*/padding: 11px 0; color: var(--secondcolorLight); }

/*.kn-para{font-size: 18px;line-height: 28px;}*/
/*.kn-hdng{font-size: 38px !important;}*/
.kn-team-hdng{font-size: 36px !important;}

    /********* ANNOUNCEMENT (Home) **********/
.news, .research{ /*margin-top: 3vw;*/margin-top: 65px; }
.news{background-color: var(--secondcolorLight);padding: 50px 0;}
.announcements-hdng{color: var(--primarycolor);}
.news-body, .research-body, .news-main-body, .research-main-body, .related-post-body{display: flex;justify-content: space-between;flex-wrap: wrap;/*margin-top: 3vw;*/ /*margin-top: 50px;*/margin-top: 45px;}
.brdr-btm-1 { /*width: 100px;*/width: 88px; /*height: 0.25vw;*/height: 4.5px; background: var(--primarycolor); position: absolute;left: 45.8%; bottom: -18px; /*display: none;*/}
.news-home-card, .news-main-home-card, .related-post-card{width: 31%;/*background-color: #fff;*/border: 1px solid ;border-color: var(--primarycolor); border-bottom-width: 3px;border-radius: 4px; transition: 0.2s linear; }
.news-box, .news-main-box, .related-post-box { overflow: hidden; border-radius: 4px; width: 100%; }
.news-box img, .news-main-box img { border-radius: 4px;border-bottom-left-radius: 0;border-bottom-right-radius: 0; /*height: 13vw;*/height: 240px; object-fit: cover; width: 100%; display:block; }
.news-box span, .news-main-box span{position: relative;}
.news-overlay, .news-main-overlay{position: absolute; /*background: rgba(253, 65, 70, 0.2);*/background: rgba(0,0,0,0.2); width: 100%; height: 100%; left: -100%; transition: 0.2s linear;}
.news-home-card:hover, .news-main-home-card:hover{border-color: var(--primarycolor);}
.news-home-card:hover .news-overlay, .news-main-home-card:hover .news-main-overlay{left: 0;}

.news-txt, .news-main-txt{padding: 10px;background-color: var(--secondcolorLight);}
/* .news-home-card{background-color: #fff;} */
.news-hdng, .news-main-hdng, .related-post-hdng { color: var(--primarycolor); /*font-size: 0.95vw;*/font-size: 21px; font-weight: 400; /*line-height: 1.4vw;*/line-height: 26px; margin-bottom: 0px; }
.news-main-hdng{font-size: 24px;}
.news-hdng a, .news-main-hdng a, .related-post-hdng a { color: var(--primarycolor);display: block;transition: 0.1s linear; }
.news-hdng a:hover, .news-main-hdng a:hover{color: var(--primarycolor);}
.news-box-link:hover .news-hdng-link, .news-main-box a:hover .news-main-hdng a{color: var(--primarycolor);}
.date, .n-date{ color: #000; /*font-size: 0.74vw;*/font-size: 18px; font-weight: 500; /*line-height: 1vw;*/line-height: 20px; margin: 10px 0; }
.date{color: var(--primarycolor);}
.news-para, .news-main-para { font-weight: 500; /*font-size: 0.8vw;*/font-size: 18px; /*line-height: 1.4vw;*/line-height: 24px; color: #777!important; margin-top: 0.5vw; margin-bottom: 0.3vw !important; }
.news-para p, .news-main-para p { margin: 10px 0 7px; }
.rd-mr { /*font-size: 0.8vw;*/font-size: 18px; color: #999; transition: 0.2s linear; }
.rd-mr:hover{color: var(--primarycolor);}
.news-box a svg { font-size: 12px; }
.news-home-btn { background: var(--primarycolor);/*width: 9.5vw !important;*/width: 180px !important; /*margin: 2vw auto 0;*/margin: 38px auto 0; }
.news-home-btn a{color: var(--secondcolorLight);}

    /********* RESEARCH (Home) **********/
.research-box, .research-main-box{width: 31%;border-radius: 5px;position: relative;overflow: hidden;}    
.research-box span img, .research-main-box span img{width: 100%;border-radius: 5px;transform: scale(1);transition: 0.2s linear;display: block;}
.research-txt, .research-main-txt{position: absolute; bottom: 10%; /*background-color: rgba(0,0,0,0.7);*//*background: rgba(231, 186, 71, 0.8);*/background: rgba(221, 213, 194, 0.7); width: 100%; padding: 0.4vw 0.7vw; color: var(--primarycolor); /*font-size: 1.4vw;*/font-size: 25px; font-weight: 600;}
.research-box:hover .research-img, .research-main-box:hover .research-main-img{transform: scale(1.05);}

.kn-research-txt{font-size: 23px;}

    /********* FOOTER **********/
.footer-main{background-color: var(--secondcolorLight);margin-top: 60px;padding: 40px 0 0;}
.footer-body{padding-bottom: 40px;display: flex;justify-content: space-between; flex-wrap: wrap;}
.footer-box{width: 23%;/*width: 30%;*/}
.footer-box:first-child{display: flex;align-items: center;}
.footer-box:nth-child(3){width: 14%;}
/* .footer-box img{width: 100%;} */
.footer-logo{/*background-color: #fff;padding: 15px;*/display: block;  border-radius: 5px;margin-left: -8px;}
.footer-box img { width: 100%; margin: 0; display: block; }
.footer-title{font-size: 20px; font-weight: 600; color: var(--primarycolor); margin-bottom: 12px; }
.footer-subtxt{line-height: 26px;font-size: 18px;color: var(--primarycolor);}
.footer-subtxt a{color: var(--primarycolor);}
.footer-box ul li a, .footer-box ul li p{display: block;font-size: 18px; padding: 8px 0; /*border-bottom: 1px solid;*/ color: var(--primarycolor);}
.footer-box ul li:first-child a, .footer-box ul li p{padding-top: 0;}
.footer-box ul li a i{padding-right: 10px;}
.footer-contact-info{font-size: 14px;color: #fff;}
.footer-contact-info p:last-child{margin-top: 20px;line-height: 25px;}
.footer-contact-info p span{font-weight: 600;}
.copyright-area{background-color: #4D4537; color: #fff; text-align: center; padding: 20px 0; font-size: 15px;}

.footer-tagline{text-align: center;color: #fff;margin-top: 15px;font-size: 18px;}
.footer-box-divide{display: flex;justify-content: space-between;}
.footer-box-left, .footer-box-right{width: 48%;}
.footer-box-right ul li a{border-bottom: none;}
.footer-box input{width: 100%; border: 1px solid #fff; border-radius: 3px; padding: 8px 13px; font-size: 18px;}
.footer-box .sub-btn{ width: 100%; height: 41px; background-color: var(--primarycolor); border-radius: 3px; display: flex; justify-content: center; align-items: center; cursor: pointer; margin-top: 10px; }
.footer-box .sub-btn a{ font-weight: 600; line-height: 26px; color: var(--secondcolorLight); text-transform: uppercase;letter-spacing: 1px;}


/*.kn-footer-box:nth-child(3){width: 20%;}*/
.kn-footer-box input{/*font-size: 14px;*/}

        
        /*********************** [ ABOUT PAGE ] ***********************/

.about-body, .news-main, .fellowships-grants, .contact-us, .contact-us form, .people, .dig-lib-body{margin-top: 50px;}
.about-img{margin-top: 40px !important;}
.about-txt{ margin-top: 20px; }
.about-img img{width: 100%; border-radius: 7px; }
.about-txt p, .about-txt ul li, .f-g-upper-subtitle, .f-g-lower-subtitle, .people-upper-subtxt, .contact-sub, .dig-lib-txt p, .dig-lib-detail-txt p{font-size: 20px; margin-top: 16px;line-height: 30px;color: var(--primarycolor);word-wrap: break-word;}
.about-txt p a, .about-txt ul li a{color: #F0AC00;}
.about-txt ul{padding-left: 20px;}
.about-txt ul li{list-style-type: disc;}
.about-txt p:first-child{ margin-top: 0px; }
.about-big-letter::first-letter{ float: left; font-size: 60px; line-height: 60px; margin-right: 10px; text-transform: uppercase;color: var(--primarycolor); }
.about-txt p:first-child::first-letter, .points p:first-child::first-letter{ float: left; font-size: 60px; line-height: 60px; margin-right: 10px; text-transform: uppercase;color: var(--primarycolor); }

.points{/*padding-left: 40px;*/margin-top: 10px;}
.about-img p{text-align: right !important; font-size: 17px !important; color: #9E9E9E !important; font-style: italic; padding-right: 3px; line-height: 20px !important; }
.points p{margin-top: 7px;}
.points p span{font-weight: 800;padding-right: 10px;}
.fellowships-grants-lower{display: none;}
.about-txt h3{font-size: 34px;font-weight: 700;color: var(--primarycolor); margin-top: 20px;}

.kn-about-txt p{/*font-size: 18px !important;*/}
.kn-about-txt p:first-child::first-letter, .kn-about-txt .points p:first-child::first-letter{float: left; font-size: 50px; line-height: 50px; margin-right: 10px; text-transform: uppercase;color: var(--primarycolor);}

        /*********************** [ NEWS PAGE ] ***********************/
.news-main-body{justify-content: start; gap: 3%; margin-top: 0;}
.news-main-home-card{margin-top: 40px;}
.news-main-hdng a{color: var(--primarycolor);}
.news-main-txt{background-color: #fff}

.announcements-social-media{margin-top: 30px;display: flex;gap: 15px;/*display: none;*/}
.announcements-social-media a{display: flex; justify-content: center; align-items: center; color: #fff; width: 40px; height: 40px; font-size: 20px; border-radius: 5px;}
.ann-facebook{background-color: #3b5998; }
.ann-twitter{background-color: #55acee; }
.ann-whatsapp{background-color: #77e878; }
.ann-inner-hdng{line-height: 50px;font-size: 44px;}
.related-post-body{margin-top: 30px;justify-content: start; gap: 3%;}
.related-post{margin-top: 70px;/*display: none;*/}
.related-post-divider{display: flex;justify-content: space-between;align-items: center;}
.related-post-divider p{font-size: 23px;font-weight: 700;width: 220px;margin-right: 10px;line-height: 15px;color: var(--primarycolor);}
.divider{/*width: 100%;*/width: calc(100% - 220px);height: 4.5px;/*border-top: 1px solid var(--primarycolor); border-bottom: 1px solid var(--primarycolor);*/background-color: var(--secondcolorLight);}
.related-post-txt{padding: 10px;}

/*.kn-related-post-divider p{font-size: 20px;}*/


        /*********************** [ RESEARCH PAGE ] ***********************/
.research-main{margin-top: 50px;}
.research-main-body{margin-top: 30px;}
.fellowships-txt h3 + p{margin-top: 7px;}



        /*********************** [ Publications PAGE (news subpage) ] ***********************/
.publications-txt ul{padding-left: 40px;line-height: 31px;margin-top: 10px;}
.publications-txt ul li{list-style-type: disc;color: #4a4e57;}
.publications-title{font-weight: 600;}



        /*********************** [ Fellowships and Grants PAGE (news subpage) ] ***********************/
.fellowships-grants-box{margin-top: 50px;/*padding-top: 45px;*/display: flex;justify-content: start;gap: 4%;/*border-top: 1px solid #e2e2e2;*/}
/* .fellowships-grants-img{width: 32%;} */
.fellowships-grants-texts{width: 100%;}
.fellowships-grants-img img{width: 100%;border-radius: 5px;}
.f-g-lower-title{font-size: 34px;font-weight: 700;color: var(--primarycolor);}



        /*********************** [ CONTACT US PAGE ] ***********************/
.contact-hdng{margin-bottom: 20px;}
.contact-txt .contact-sub:last-child{font-weight: 600;margin-top: 14px;}
.brdr-btm-contact{ width: 400px; height: 4px; background: var(--primarycolor); position: absolute; bottom: -15px; }
.contact-sub, .people-upper-subtxt{margin-top: 30px;}
.contact-us form{margin-top: 20px;}
.contact-details { display: flex; flex-direction: column; margin-top: 20px; }
.contact-details label { font-weight: 500; font-size: 20px; margin-bottom: 5px;color: var(--primarycolor); }
.contact-details label span { color: var(--primarycolor); }
.name-inputs, .contact-flex { display: flex; justify-content: space-between; flex-direction: row; }
.contact-details input, .contact-details textarea { padding: 8px 15px; border: 1px solid var(--primarycolor); color: #000; border-radius: 3px; width: 100%; font-size: 20px;}
.name-inputs input, .captchazone, .contact-submit { width: 48%; }
.captchazone { display: flex; }
.captcha-text { width: 30%;border: 1px solid var(--primarycolor); border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
#captcha{height: 41px;width: 100%;}
#captchaCanvas {background: #dddcdc;height: 41px;padding-left: 5px;width: 100%;}
#reload{display: none;}

.captcha-text .form-group input { text-align: center; font-weight: 600; background-color: #c3c2c2; border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 0px; border-bottom-right-radius: 0; }
.captcha-fill { width: 70%; }
.captcha-fill input { border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-left: 0px; height: 100%;}
.contact-submit { background-color: var(--primarycolor); border-radius: 3px; border: none; font-size: 22px; font-weight: 600; color: var(--secondcolorLight); cursor:pointer; }
.contact-mail { margin-top: 50px; font-weight: 600; font-size: 22px;color: var(--primarycolor); }

/*.kn-contact-submit{font-size: 20px;}*/


/*********************** [ PEOPLE PAGE ] ***********************/
.people-section{margin-top: 70px;}
.people-body{display: flex; justify-content: start; flex-wrap: wrap;  gap: 8%;}
.people-box{width: 28%;margin-top: 35px;display: flex; flex-direction: column; justify-content: center; align-items: start; }
.people-img{width: 100%;  /*margin: 0 auto;*/}
.people-img img{width: 100%; border-radius: 5px;}
.people-box p{padding: 8px 0;font-size: 22px;  height: 40px;color: var(--primarycolor);}
.people-name{font-weight: 600;}
.people-box p:last-child{padding-top: 3px;}
.detail-btn{font-size: 20px; color: var(--primarycolor);text-decoration: underline; background: none; border: none; outline: none; cursor: pointer; transition: 0.1s linear;}
.detail-btn:hover{color: var(--secondcolor);}
.detail-btn i{padding-left: 5px;}
.people-details-container{position: fixed; z-index: 10001; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0,0,0,0.2); transition: linear 1s; animation: cubic-bezier(0, 0, 0.2, 1) 0.2s; padding-top: 10px; display: flex; align-items: center; justify-content: center; }
.mem-container { margin: 0 auto; width: 70%; background-color: #fff; padding: 40px; border-radius: 10px; display: flex; justify-content: space-around; align-items: center; position: relative; }
.mem-modal{ width: 20%; text-align: center; }
.mem-name{ font-weight: 600;font-size: 22px;margin-top: 10px; }
.mem-detail-txt{ width: 70%; line-height: 30px; font-size: 18px;}
.mem-modal img { border-radius: 5px; width: 130px; height: 130px; border: 1px solid var(--primarycolor); }
.close-mem{ font-size: 25px; color: #fff; font-weight: 600; cursor: pointer; background-color: var(--primarycolor); border-radius: 50px; width: 33px; height: 33px; text-align: center; position: absolute; top: 20px; right: 20px; }
.hide-details{display: none;}

.people-upper-body{margin-bottom: 60px;}
/*.people-upper-title{font-size: 38px;}*/
.people-title{font-size: 40px;}

/*.kn-detail-btn{font-size: 18px;}*/
.kn-people-box p{/*font-size: 20px;*/height: 70px;line-height: 25px;}
/*.kn-mem-name{font-size: 20px;}*/


/*********************** [ DIGITAL LIBRARY PAGE ] ***********************/
.dig-lib-body{/*margin-bottom:250px;*/margin-bottom: 50px;}
.dig-lib-txt{margin-top: 20px;}
.dig-lib-index{margin-top: 50px}
.dig-lib-index-titles{display: block;font-size: 34px !important;font-weight: 700;padding-bottom: 20px;border-bottom: 2px solid var(--secondcolorLight);margin-top: 50px !important;}
.dig-lib-index ul{padding-left: 0px; padding-top: 25px; font-size: 22px; display: flex; flex-wrap: wrap; row-gap: 20px;}
.dig-lib-index ul li{/*list-style: upper-roman;*/ list-style: none; padding-right: 45px; width: 40%;}
.dig-lib-index ul li a{color: var(--primarycolor);}

.chapter-index-title{font-size: 40px !important; font-weight: 700; text-align: center; margin: 40px auto 60px;}
.chapter-index, .dig-lib-main-txt{min-height: 400px;}
.chapter-index ul{display: flex;}
.chapter-index ul.tabs li {width: 33.3%; text-align: center; cursor: pointer; padding: 10px 0px; border-bottom: 2px solid var(--primarycolor); color: var(--primarycolor); overflow: hidden; position: relative; border-top-right-radius: 0px; border-top-left-radius: 0px; font-size: 20px; font-weight: 600; }
.chapter-index ul.tabs li.active {background-color: var(--primarycolor); color: var(--secondcolorLight); border-radius: 3px; display: block; }
.chapter-index .tab_container{margin-top: 20px;font-size: 22px;}
.with-chapter{display: flex;gap: 24px;flex-wrap: wrap;}
.with-chapter a{color: var(--primarycolor);}
.show-full-txt-btn{display: block; width: 170px !important; text-align: center; border-radius: 5px; background-color: var(--primarycolor); margin: 0 auto; margin-top: 70px; }
.show-full-txt-btn a {font-size: 17px; font-weight: 700; display: block; padding: 11px 0; color: var(--secondcolorLight); letter-spacing: 1px; }
.dig-lib-main-txt{margin: 60px auto 100px;color: var(--primarycolor);}
.dig-lib-main-txt-title{text-align: center;padding-bottom: 30px; border-bottom: 2px solid var(--secondcolorLight);}
.index-no{font-size: 50px; font-weight: 600;line-height: 40px; }
.text-name{font-size: 22px;font-weight: 600;}
.no-index-text-name {font-size: 40px; font-weight: 600; line-height: 40px; }
.dig-lib-main-txt-body{margin-top: 40px}
.dig-lib-main-txt-body p{/*padding-bottom: 20px;font-size: 22px;*/}
.kannada-script p{font-family: NudiParijatha;}
.font-tiny{font-size: 1rem;}
/*.font-{font-size: 1rem;}*/
.font-small{font-size: 1.125rem;}
.font-medium{font-size: 1.25rem;}
.font-large{font-size: 1.5rem;}
.font-xlarge{font-size: 1.875rem;}
.dig-lib-main-txt-footer{position: fixed; bottom: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding:15px 65px; border-top: 1px solid #C3C3C3; background-color: #fff; }
.dig-lib-footer-index{font-size: 22px;font-weight: 600;}
.dig-lib-footer-features{display: flex; justify-content: space-between; align-items: center; gap: 30px; font-size: 18px; }
.dig-lib-footer-features form{display: flex; justify-content: space-between; align-items: center; }
.text-font-size{padding-right: 15px; border-right: 1px solid #c1c1c1;/*font-size: 18px;*/ }
.text-script-language{padding-left: 15px;}
.dig-lib-footer-features form select{font-size: inherit; background-color: var(--secondcolorLight); /* background-color: #FFDD86; */ color: var(--primarycolor); padding: 7px 14px; margin-left: 4px; border: none; border-radius: 3px; outline: none; appearance: none; width: 125px; background-image: url("https://everythingweb.live/karnata/public/user_interface/images/down-arrow.webp"), linear-gradient(to bottom, var(--secondcolorLight) 0%, var(--secondcolorLight) 100%); background-repeat: no-repeat, repeat; background-position: right 12px top 60%, 0 0; background-size: 0.8em auto, 100%; }
.dig-lib-footer-features form select option{background-color: lightgray;}
.dig-lib-footer-features form select option:hover{background-color: var(--secondcolorLight);box-shadow: 0 0 10px 100px var(--secondcolorLight) inset;}
.text-pagination button{font-size: 16px; background-color: var(--secondcolorLight); /* background-color: #FFDD86; */ color: var(--primarycolor); border: none; border-radius: 3px; cursor: pointer; }

.text-pagination button a{color: var(--primarycolor);display: block;padding: 7px;}


.main_paragraph{display: flex; justify-content: space-between; align-items: end; padding-bottom: 20px; width: 650px; }
/*.main_paragraph div{margin-bottom: 10px;}*/
#roman_output .main_paragraph{width: 650px;}
#roman_output .main_paragraph div{margin-bottom: 0px;}
.main_paragraph p:last-child{display: none;}

    /* Take breadrumb style also (line - 75) */




/*********************** [ Return to top ] ***********************/
#return-to-top { position: fixed; bottom: 20px; right: 20px; background: rgba(0, 0, 0, 0.7); width: 50px; height: 50px; display: block; text-decoration: none; border-radius: 35px; display: none; transition: all 0.3s ease; }
#return-to-top i { color: #fff; margin: 0; position: relative; left: 16px; top: 13px; font-size: 19px; transition: all 0.3s ease; }
#return-to-top:hover { background: var(--secondcolorLight); }
#return-to-top:hover i { color: #fff; top: 5px; }







@media only screen and (max-width: 1350px){
    .wrapper{width: 93%;}
    .banner-txt{font-size: 32px;}
    
}
@media only screen and (max-width: 1200px){
    /* .menu-li{font-size: 21px;} */
    .brdr-btm-banner{left: 46%;}
    .inner-wrapper{width: 793px;}
/*    .abt-hdng, .about-title, .research-title, .news-main-title, .f-g-upper-title, .contact-hdng, .people-title, .people-upper-title, .dig-lib-title, .dig-lib-body h1{font-size: 38px;}*/
/*    .about-txt h3 {font-size: 32px;}*/
/*    .news-hdng, .news-main-hdng{font-size: 16px;}*/
    .research-txt, .research-main-txt{font-size: 22px;}
/*    .news-body, .research-body, .research-main-body{margin-top: 25px;}*/
    .mem-container{width: 90%;}

    .kn-research-txt{font-size: 23px;}

}

@media only screen and (max-width: 880px){
    .logo{width: 40%;}
    #google_translate_element, .translate{right: 20px;top: 15px;font-size: 17px;}
    .categories{position: relative;}
    .PC-menu{flex-direction: column;gap: 10px;position: absolute;top: 0px;z-index: 1;width: 100%;display: none;}
    .PC-menu.show-PC {display: block}
    .view-cat{ display: flex; justify-content: start; /*background: var(--primarycolor);*/ color: var(--primarycolor); padding: 10px 20px; font-size: 35px;position: absolute;top: -10vw;right: 0px; }
    .view-cat .menu-hamburger-icon{width: 28px}
    .view-cat .menu-cross-icon{width: 24px}
    .menu-li a{width: 100%;}
    .menu-li:first-child a {padding-left: 16px;}
    .menu-li:last-child a{padding: 13px 16px;}
    .research-menu{flex-direction: column;align-items: start;}
    .research-menu:hover .research-sub-mega-menu, .research-sub-mega-menu{display: none;}

    .research-sub-mega-menu{position: static;width: 100%;}
    .research-menu-ul a{padding-left: 35px;}
    .news-box img, .news-main-box img{height: 180px;}
/*    .abt-hdng, .about-title, .research-title, .news-main-title, .f-g-upper-title, .contact-hdng, .people-title, .people-upper-title, .dig-lib-title, .dig-lib-body h1 {font-size: 34px;}*/
/*    .about-txt h3 {font-size: 28px;}*/
    .para{/*margin-top: 1vw;*/font-size: 19px;line-height: 24px;}
    .abt-btn, .news-home-btn{width: 130px !important;}
    .home-about, .news, .research{margin-top: 40px;}
    .brdr-btm-1{left: 42.8%;}
    .news{padding: 30px 0 40px;}
    .news-hdng, .news-main-hdng, .related-post-hdng {/*font-size: 15px;*/line-height: 23px;}
    .research-txt, .research-main-txt{font-size: 19px;padding: 0.7vw 0.7vw;}
    .inner-wrapper {width: 93%;}

/*    .kn-para{font-size: 18px;line-height: 26px;}*/
/*    .kn-abt-btn{width: 170px !important;}*/
    .kn-research-txt{font-size: 20px;}
}

@media only screen and (max-width: 768px){
    .banner-img img{height: calc(100vh - 16vh);}
    .banner-txt p{font-size: 44px;}
    .brdr-btm-banner{left: 44%;}
    .home-about{flex-direction: column;}
/*    .home-about, .news, .research {margin-top: 40px;}*/
    .home-about-left, .home-about-right {width: 100%;}
    .abt-hdng, .about-title, .research-title, .news-main-title, .f-g-upper-title, .contact-hdng, .people-title, .people-upper-title, .dig-lib-title, .dig-lib-body h1{text-align: left !important;}
    .para{margin-top: 20px;font-size: 21px;line-height: 27px;}
    .abt-img{width: 100%;}
    .abt-btn{margin-top: 25px;}
    .abt-sub-hide { display: none; }
    .abt-txt-mob {display: block;margin-bottom: 40px;}
    .abt-img img{border-radius: 7px;}
    .brdr-btm-1{left: 0;}
    .news-home-card, .news-main-home-card, .research-box, .research-main-box, .related-post-card{width: 48%;margin-bottom: 20px;}
    .research-txt, .research-main-txt { /*font-size: 16px;*/ padding: 1vw; }
    .mem-container{flex-direction: column;padding: 20px;}
    .mem-modal, .mem-detail-txt{width: 100%;}
    .mem-modal{text-align: left;}
    .mem-modal img{width: 160px;height: 160px;}
    .mem-name{margin-top: 5px;}
    .mem-detail-txt{margin-top: 20px;}
    .people-box p {padding: 0px 0;font-size: 20px;height: 55px;}
/*    .related-post-divider p{width: 120px;}*/
    .footer-main{margin-top: 40px;}
    .footer-body{padding-bottom: 0;}
    .footer-box{margin-bottom: 20px}
    .footer-box, .footer-box:nth-child(3) {width: 48%;}
    .footer-box:first-child{display: block;}

    .dig-lib-index ul{flex-direction: column;padding-top: 15px;}
    .dig-lib-index-titles{font-size: 30px !important;padding-bottom: 15px;margin-top: 35px !important;}
    .chapter-index-title, .no-index-text-name{font-size: 36px !important;}
    .chapter-index ul.tabs li{padding: 6px 0px;font-size: 18px;}
    .dig-lib-index ul li{width: 100%;}
    .show-full-txt-btn{width: 160px !important;}
    .show-full-txt-btn a{font-size: 15px;}
    .dig-lib-main-txt-title{padding-bottom: 25px;}
    .dig-lib-main-txt-body {margin-top: 25px;}
/*    .dig-lib-main-txt-body p{font-size: 20px;}*/
    .dig-lib-main-txt-footer{padding: 6px 30px;}
    .dig-lib-footer-index{font-size: 18px;}
    .dig-lib-footer-features{font-size: 15px;}
    .main_paragraph, #roman_output .main_paragraph {
        width: 100%;
    }


/*    .kn-banner-txt p{font-size: 32px;}*/
/*    .kn-para{font-size: 18px;line-height: 30px;}*/
    .kn-research-txt{font-size: 20px;}
    .kn-people-box p{font-size: 18px;height: 80px;}


}


@media only screen and (max-width: 650px){
    .logo { width: 50%;margin: 0;margin-left: 10px; }
    #google_translate_element, .translate{top: 10px;}
    .view-cat{top: -13vw;}
    .translate p{font-size: 14px;}
    .banner-txt { font-size: 28px; }
/*    .captcha-text{width: 26%;}
    .captcha-fill {width: 74%;}*/

    .dig-lib-footer-index{display: none;}
    .dig-lib-main-txt-footer{justify-content: center;padding: 6px 0px;}
}

@media only screen and (max-width: 500px){
    .top-header{padding: 16px 0;}
    .logo{width: 250px;}
    .view-cat{top: -76px;font-size: 30px;}
    .menu-li { font-size: 19px; }
    #google_translate_element, .translate{right: 20px;top: 4px;font-size: 15px;}
    .translate img {width: 60%;}
    .home-about, .news, .research{margin-top: 30px;}
    .banner-txt {font-size: 5vw;}
    .brdr-btm-banner{/*width: 75px;*/left: 40%;}
    .banner-txt p{font-size: 32px;}
    .about-txt p:first-child::first-letter{line-height: 50px;}
    .abt-hdng, .about-title, .research-title, .news-main-title, .f-g-upper-title, .contact-hdng, /*.people-title,*/ .people-upper-title, .dig-lib-title, .dig-lib-body h1 { font-size: 40px;line-height: 40px; }
    .date, .n-date{margin: 5px 0;}
/*    .about-txt h3 {font-size: 26px;}*/
    .para{font-size: 20px;line-height: 28px;}
    .abt-btn, .news-home-btn { width: 110px !important; }
    .abt-btn {margin-top: 0;}
    .abt-btn a{font-size: 16px;padding: 9px 0;}
    .news { padding: 20px 0 30px; }
    .news-home-card, .news-main-home-card, .research-box, .research-main-box, .related-post-card{width: 100%;}
    .news-box img, .news-main-box img { height: 240px; }
    .news-txt{ /*padding: 2.2vw 0.5vw 0.5vw;*/padding: 9px 11px; }
    .date, .n-date {margin: 12px 0 10px;}
    .news-para p, .news-main-para p {margin: 10px 0 3px;}
    .news-home-card, .news-main-home-card, .related-post-card{margin-bottom: 36px;}
    .research-box, .research-main-box{margin-bottom: 30px;}
    .research-box span img, .research-main-box span img{height: 220px; object-fit: cover; object-position: bottom;}
    .research-txt, .research-main-txt { font-size: 26px; padding: 1vw 2vw; }
    .footer-main { margin-top: 20px; }
    .footer-box, .footer-box:nth-child(3) {width: 100%;}
    .footer-box { margin-bottom: 30px; }
    .footer-box img {width: 75%;}
/*    .footer-box input{font-size: 14px;}*/
/*    .footer-box .sub-btn a{font-size: 15px;}*/

    .about-txt p, .about-txt ul li, .f-g-upper-subtitle, .f-g-lower-subtitle, .people-upper-subtxt, .contact-sub, .dig-lib-txt p, .dig-lib-detail-txt p{font-size: 20px;line-height: 28px;}
    .about-body, .news-main, .fellowships-grants, .contact-us, .contact-us form, .people, .dig-lib-body {margin-top: 30px;}
    .about-img, .about-txt {margin-top: 15px;}

    .mem-modal img{width: 120px;height: 120px;}
/*    .mem-name{font-size: 16px;}*/
    .mem-detail-txt{font-size: 18px;line-height: 24px;margin-top: 10px;}

    .news-main-home-card {margin-top: 20px;}
    .news-main-home-card:first-child{margin-top: 40px;}
    .news-main-txt {/*padding: 1.5vw 1.5vw 0.5vw;*/padding: 9px 11px;}
    .news-main-para{/*font-size: 14px;*/line-height: 22px;}
    .ann-inner-hdng{font-size: 34px;line-height: 37px;}
/*    .related-post-divider p{width: 130px;}*/

    .people-body{gap: 4%;}
    .people-box{width: 100%;margin-top: 40px;}
    .people-upper-body, .people-section{margin-bottom: 50px;}
    .people-section {margin-top: 50px;}
    .people-img img {width: 85%; border-radius: 5px; display: block; margin: 0 auto; }
    .people-box p{padding: 2px 0;font-size: 24px;height: 30px;line-height: 21px;text-align: left;width: 85%;margin: 0 auto;margin-top: 7px;}
    .people-title {font-size: 38px;}
    .detail-btn {font-size: 22px;margin: 0 auto;width: 83%;text-align: left;}

    .contact-details input, .contact-details textarea{padding: 8px;font-size: 18px;}
    .contact-details label{font-size: 18px;}
    .contact-flex {flex-direction: column;}
    .captchazone, .contact-submit {width: 100%;}
    .captchazone {margin-bottom: 25px;}
    .captcha-text{/*width: 20%;*/width: 100px;}
    .captcha-fill {width: 80%;}
    .contact-submit{padding: 8px 0;font-size: 20px;}
    .contact-mail {margin-top: 40px;font-size: 18px;}

    .dig-lib-footer-features form select{/*padding: 3px;*/padding: 1.1vw 1.5vw 1.1vw;margin-left: 0px;width: 24vw;background-position: right 6px top 60%, 0 0;background-size: 0.7em auto, 100%;}
    .text-name{font-size: 24px;}
    .text-pagination button{/*font-size: 10px;padding: 7px;*/font-size: 3vw;}
    .text-font-size{padding-right: 0px;border-right: none;}
    .text-script-language {/*padding-left: 10px;*/padding-left: 2.7vw;}
    .dig-lib-footer-features{/*gap: 10px;*/gap: 2.5vw;font-size: 4.2vw;}
    .dig-lib-main-txt-footer {/*padding: 12px 5px;*/padding: 3.5vw 1vw;}


    .breadcrumb ul{font-size: 15px;flex-wrap: wrap;}
    .dig-lib-main-txt-body p {
    width: 95%;
    }
    .main_paragraph div{width: 5%}

    /*  Breadcrumbs style on line 40  */

    #return-to-top{width: 40px;height: 40px;bottom: 50px;}
    #return-to-top i{left: 12px;top: 10px;}

/*    .kn-banner-txt p{font-size: 24px;}*/
/*    .kn-para{font-size: 18px;line-height: 30px;}*/
/*    .kn-hdng{font-size: 32px !important;}*/
    .kn-team-hdng{font-size: 34px !important;}
/*    .kn-abt-btn{width: 150px !important;}*/
    .kn-research-txt{font-size: 23px;}
/*    .kn-detail-btn{font-size: 20px;}*/
/*    .kn-people-box p{font-size: 22px;/*height: 70px;*/}*/
/*    .kn-mem-detail-txt{font-size: 16px;}*/
/*    .kn-contact-submit{font-size: 18px;}*/

}

@media only screen and (max-width: 400px){
    .logo {width: 200px;margin-left: 5px;}
    .translate p{font-size: 13px;}
    .view-cat{top: -64px;}
    .view-cat .menu-hamburger-icon {width: 26px;}
    .view-cat .menu-cross-icon {width: 20px;}
    .brdr-btm-banner{width: 60px;bottom: 10px;left: 40%;}
/*    .banner-txt p{font-size: 26px;}*/
    .mem-modal img{width: 110px;height: 110px;}
/*    .related-post-divider p{width: 145px;}*/

    .breadcrumb{margin: 1rem auto 0;}
    .breadcrumb ul{font-size: 20px;}

}












