@import url("../plugins/font-awesome-4.7.0/css/font-awesome.min.css");
@import url("../plugins/animate.min.css");
@import url("../plugins/bootstrap.min.css");
@import url("../plugins/bootstrap-select.min.css");
@import url("../plugins/jquery-ui/jquery-ui.css");
@import url("../plugins/timePicker.css");

/* 
    For Full Page.
    Font style.
*/
@font-face 
{
    font-family: ubuntu;
    src: url(fonts/ubuntu-regular.ttf);
}

@media screen and (min-width: 991px)
{
    .hide-br-in-pc
    { 
        display: none; 
    }

    .hide-li-in-pc
    { 
        display: none; 
    }
}

body 
{
  font-size: 15px;
  color: #000;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: ubuntu;
  overflow-x: hidden;
}

/*  Header Part CSS begins here. */

#header-contact-info :nth-child(2)
{ 
    list-style-type: none;
}

/*  
    Header Part CSS. 
    For top most header. 
*/

.header-opening-hours 
{
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.opening-hours 
{
    font-size: 16px;
    text-align: center; 
    line-height: 15px;
    color: #830000;
    font-weight: bolder;
    padding: 20px 0px;
    font-family: ubuntu;
}

/*  Header Part. In PC, hide BR */
.section 
{
    padding: 5px 0;
}

.header-main 
{
    padding: 4px 0px;
}
  
.header-main .header-logo 
{
    float: left;
}

@media only screen and (max-width: 1200px) 
{
    .header-main .header-logo 
    {
        float: none;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }
}

/* Header part. Set contact information to the right hand side */
.header-main .header-contact-info 
{
    float: right;
}

/* Header part. Set contact information to the center in mobile view */
@media only screen and (max-width: 991px) 
{
    .header-main .header-contact-info 
    {
      float: unset;
      text-align: center;
    }
}
  
.header-main .contact-info 
{
    float: left;
}
  
@media only screen and (max-width: 991px) 
{
    .header-main .contact-info 
    {
      padding-left: 0;
      float: unset;
      margin-bottom: 30px;
    }
}
  
.header-main .contact-info .item 
{
    position: relative;
    display: inline-block;
    padding-left: 70px;
    margin-right: 40px;
}

/* E-Mail icon */
.header-main .contact-info .item .icon-box .email-icon 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-radius: 40%;
    text-align: center;
    line-height: 45px; /* Adjust top alignment of icon here */
    border: 2px solid #af110f;
}

/* Phone icon */
.header-main .contact-info .item .icon-box .phone-icon 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-radius: 40%;
    text-align: center;
    line-height: 49px; /* Adjust top alignment of icon here */
    border: 2px solid #af110f;
}

.header-main .contact-info .item .icon-box i:before 
{
    color:#000; 
    font-size: 22px;
    font-weight: bold;
}
 
/* header both email id and call number caption related. */
.header-main .contact-info .item strong 
{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    font-family: ubuntu;
}

/* header both email id and call number values related. */
.header-main .contact-info .item
{
    font-size: 15px;
    line-height: 10px;
    font-weight: 500px;
    color: #000;
    font-family: ubuntu;
}

/* header email id related */
.header-main .contact-info .item a 
{
    font-size: 15px;
    line-height: 10px;
    color: #000;
    font-family: ubuntu;
}

/* header email id value related */
.header-main .contact-info .item a:hover  
{
    color: #af110f;
    text-decoration: none;
}

/* Header related, Library Tour Button */
.header-main .header-contact-info .library-tour 
{
    margin-left: 20px;
    margin-top: 5px;
    float: right;
}

/* Header related, Library tour Button */
.header-main .header-contact-info .library-tour a:hover  
{
    text-decoration: none;
    color:orange;
}

@media (max-width: 991px) 
{
    .header-main .header-contact-info .library-tour 
    {
      float: unset;
    }
}
/* Header Part Ends here. */

/* Menu Part begins from here. */

/* Menu Part. Mobile button */
#button-mobile
{
    background-color: #af110f !important;
}

#button-mobile:hover
{
    background-color:darkorange !important; 
    color:#000 !important;
}

/* Menu Part. Toogle Icon */
.navbar-toggler-icon
{
    padding: 10px 10px;
    text-align: center;
    color:#fff;
    background-color: transparent;
    font-size:18px;
    font-weight: bold;
}

/* Menu Part. Change the color of Toggle button on focus. */

/* Menu Part. Change the color of current item */
.navbar-default .navbar-nav>.active>a 
{
    color:#aaa9a9; 
    background-color: #af110f !important; 
}

.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
    color:#aaa9a9 !important;
}

.navbar .navbar-nav li a
{
    color:#fff;
    background:transparent;
}

#main-menu-bar ul li a:hover
{
    background: transparent;
    color:darkorange; 
}

#main-menu-bar ul li a:hover
{
    background: transparent;
    color:darkorange; 
}

/* Menu Part. Makes main menu fixed at the top automatically in mobile screen */
@media only screen and (max-width: 768px) 
{
    #main-menu 
    {
        position:fixed;
        width: 100%;
        z-index: 9999;
        top:0;
    }

    #startup-header
    {
        padding-top: 60px;
    }    
}

@media only screen and (min-width: 768px)
{ 
    .navbar-nav
    {
        float:right !important;
    }
}

.navbar .navbar-nav li a 
{
    font-family:ubuntu;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px;
}

@media only screen and (max-width: 500px) and (min-width:400px)
{
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header
    {
        margin-right: -15px !important;
    }
}

@media only screen and (max-width: 768px) and (min-width:501px)
{
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header
    {
        margin-right: 5px !important;
    }

    .container-fluid>.navbar-header .container>.navbar-header
    {
        margin-right: 0px !important;
    }
}

.navbar 
{
    margin-bottom: 0;
    background:#af110f;
    border: none;
    border-radius:0;
    width: 100%;
    font-family:ubuntu;
}

/* End Menu Part. */

/* Slider Part begins here */

/* Slider Part. Sets the height of the slider */

/* Slider Part. */
#library-slider 
{
    height: 80vh;
}

.tabtop .active a
{
    color:#FFF !important; 
    background-color: #af110f !important;
    margin-bottom: 10px;
}

/* Slider Part, Slider item */
#library-slider .slider-item 
{
    height: 80vh;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

/* Slider Part. */
#library-slider h1
{
    color:white !important;
    margin-bottom:10px;
    font-size: 40px;
    text-align:center;
    font-weight:bold;
}

/* Slider Part. */
#library-slider p
{
    color:white !important;
    margin-bottom:10px;
    font-size: 18px;
    text-align:center;
    font-weight:bold;
}

/* Slider Part. appearence in mobile. */
@media only screen and (max-width: 768px) 
{
    #library-slider 
    {
        height: 50vh;
    } 

    #library-slider .slider-item 
    {
        height: 50vh;
    }
    
    #library-slider h1
    {
        color:white !important;
        font-size: 30px;
    }

    #library-slider p
    {
        color:white !important;
        font-size: 18px;
    }
}

/* After Slider Scrolling Marquee Part. */

.marque-box
{
    padding-top: 20px;
    padding-bottom: 30px;
}

.marque
{
    font-size: 18px;
    padding: 3px 0px;
    font-weight: bold;   
}

.marque-center
{
    font-size: 18px;
    padding: 3px 0px;
    font-weight: bold;
    text-align: center;
}


/* After Scrolling Marque Tabs Part. */ 

.tabs .nav-tabs li a:hover 
{
    color: #fff;
    background: #af110f;
}

.tabs .nav-tabs li.active a 
{
    color: #fff;
    background: #af110f;
    border: 2px solid #af110f;	 
}

.tabs .nav-tabs li a 
{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    font-family:ubuntu;
    border: 2px solid  #af110f;
    border-radius: 0;
    transition: all .3s ease;
}

.nav>li .library
{
    padding:10px 27px;
}

.nav>li .dirc
{
    padding:10px 45px;
}

.nav>li .circ
{
    padding:10px 45px;
}

.nav>li .lrcvc
{
    padding:10px 35px;
}

.nav>li .lrcpc
{
    padding:10px 35px;
}

.tabs .nav-tabs > li, .tabs .nav-pills > li 
{
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}
  
.tabs .nav-tabs 
{
    text-align: center;
    border-bottom: 0;
    margin-bottom: 20px;
}
  
.tabs .nav-tabs li 
{
    margin-right: 15px;
}

.section-title h3 
{
    font-size: 25px;
    color:  #ec091e;
    font-weight: bold;
    font-family:ubuntu;
    text-align: center;
    margin-top: 30px;
}

@media only screen and (max-width: 991px) 
{
    .section-title h3 
    {
        margin-top: 20px;
    }
}

p 
{
    font-family:ubuntu;
    color: #0a0a0a;
    font-size: 16px;
    text-align: justify;
}

h5
{
    font-family:ubuntu;
    font-size: 16px;
    color: #0a0a0a;
    font-weight: bold;
}

.ul-style-0
{
    list-style: none;
    font-family:ubuntu;
    color: #0a0a0a;
    font-size: 16px;
}

.slide-bo
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.slide-bo-ti
{
    padding-bottom: 20px;
}

.tab-title-btm-line-s1
{
    border-bottom: #000 4pt solid;
    width: 150px;
    margin:auto;
}

.tab-title-btm-line-s2
{
    border-bottom: #000 4pt solid;
    width: 450px;
    margin:auto;
}

.tab-title-btm-line-s3
{
    border-bottom: #000 4pt solid;
    width: 440px;
    margin:auto;
}

.tab-img
{
    border-radius: 15px;
    border:#ec091e 1px solid; 
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
}

.greeting-msg
{
    margin-top: 20px;
    font-weight:800;
    color: #af110f;
    text-align: right;
}

.audio-align
{
    text-align: right;
}

.tab-title-btm-line-s4
{
    border-bottom: #000 4pt solid;
    width: 440px;
    margin:auto;
}

.tab-title-btm-line-s5
{
    border-bottom: #000 4pt solid;
    width: 525px;
    font-size: 16pt !important;
    margin:auto;
}

.tab-text
{
    margin-top: 20px;
}

/* Footer Part */


.footer-top h3
{
    text-align:center;
    color:#f1f1f1;
    text-align:left;
    font-family:ubuntu;
}

.footer-top
{
    background-color:#84110f;
}

.footer-top ul
{
    padding:0px;
    color:#fff;
}

.footer-top ul li
{
    list-style-type:none;
    color:#fff;
}

.footer-top ul li a
{
    text-decoration:none;
    font-size:18px;
    color:#fff;
    display: block;
}

.footer-top ul li a:hover
{
    text-decoration:none;
    color:darkorange;
}

.link-area
{
    list-style-type:none;
    margin:0px;
    padding-bottom: 40px;
    padding-top: 20px;
}

.link-area .align-center
{
    text-align: center;
}

.link-area ul li .align-center
{
    text-align: center;
}

.link-area .align-right 
{
    text-align: right;
}

.link-area ul li a .align-right
{
    text-align: right;
}

.link-area ul li a .align-right:hover
{
    text-decoration: none;
}

.link-area .align-left
{
    text-align: left;
}

.link-area ul li a .align-left
{
    text-align: left;
}

.link-area .align-center
{
    text-align: center;
}

.link-area ul li .align-center
{
    text-align: center;
}

.link-area .align-right 
{
    text-align: right;
}

.link-area ul li a .align-right
{
    text-align: right;
}

.footer-bottom
{
    background-color:black;
    color: white;
    padding-top: 20px;
    padding-bottom: 45px;
}

.footer-bottom .align-center 
{
    text-align: center;
}

@media only screen and (max-width: 991px) 
{
    .link-area
    {
        list-style-type:none;
        margin:0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .link-area .align-left
    {
        text-align: center;
    }

    .link-area ul li a .align-left
    {
        text-align: center;
    }
    
    .link-area .align-center
    {
        text-align: center;
    }

    .link-area ul li .align-center
    {
        text-align: center;
    }

    .link-area .align-right 
    {
        text-align: center;
    }

    .link-area ul li a .align-right
    {
        text-align: center;
    }
    
    .footer-bottom
    {
        padding-bottom: 40px;
    }
}

.u-list
{
    padding-left: 90px;
}

.u-list li
{
    list-style:disc;
    font-size:16px;
    font-family: ubuntu;
}

.u-list li:first-child
{
    margin-top: 20px;
}

/* End Footer Part */

/* Code yet to be tested. */
.demo-gallery > ul > li 
{
    float: left;
    margin-bottom: 15px;
    margin-right: 54px;
    width: 180px;
}

.demo-gallery > ul > li a 
{ 
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery > ul > li a > img 
{
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery > ul > li a:hover > img 
{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img 
{
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster 
{
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img 
{
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster 
{
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img 
{
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img 
{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img 
{
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster 
{
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img 
{
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster 
{
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img 
{
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a 
{
    border: 3px solid #04070a;
}

.home .demo-gallery 
{
    padding-bottom: 80px; 
}

.index-social
{
    background-color:#000000;
    color:#fff;
}

.container-pad 
{
    padding: 30px 15px;
}

.btn-style-one 
{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 36px;
    background:#af110f;
    border: 1px solid #af110f;
    display: inline-block;
    text-transform: uppercase;
    font-family: ubuntu;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.header-uper .contact-info .item .icon-box 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
    border: 1px solid #af110f;
}

p 
{
    font-family:ubuntu;
    color: #0a0a0a;
    font-size: 16px;
}