﻿body
{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    overflow-x: visible;
    background-color: #253544;
    font-size: 16px;
}


.header
{
    background-color: #253544;
}

.logo, heading
{
    margin: 0 auto;
}

.heading
{
    margin: 20px auto 10px;
}

.header .social
{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
}

    .header .social li
    {
        display: inline-block;
    }

        .header .social li a
        {
            display: block;
            text-align: center;
            height: 30px;
            width: 30px;
            font-size: 1.1em;
            padding-top: 7px;
            border: 1px solid #ff8b00;
            text-decoration: none;
            color: white;
            transition: 0.3s all ease-in-out;
        }

            .header .social li a:hover
            {
                background-color: #ff8b00;
            }

.header .contact
{
    position: relative;
    max-width:200px;
    padding-left: 60px;
    height: 50px;
    margin: 15px auto 5px;
    
}

    .header .contact i
    {
        height: 50px;
        width: 50px;
        font-size: 2em;
        text-align: center;
        color: white;
        border: 1px solid white;
        position: absolute;
        top: 0;
        left: 0px;
        padding-top: 8px;
    }

.header .contact
{
    position: relative;
    max-width: 300px;
    padding-left: 60px;
    margin: 15px auto 5px;
}

    .header .contact p
    {
        font-size: .9em;
        padding-top: 5px;
        margin: 0;
        padding-bottom: 0;
        color: white;
    }

/*menubar*/
.menubar
{
    background-color: #169cdb;
    position: relative;
    z-index: 999;
}

.menubar_shadow img
{
    width: 100%;
}

.menubar ul.navbar-nav > li a
{
    color: white;
    font-size: 14px;
    padding: 1em 0.6em;
    text-transform: uppercase;
    margin: 0;
    border: 0;
}

.menubar ul.navbar-nav li.last
{
    position: absolute;
    right: 0;
    background: #ff6600;
}

.menubar ul.navbar-nav li a:hover, .mainmenu-area ul.navbar-nav li a.active
{
    background-color: black;
    border: 0;
    border-bottom: 0;
    color: white;
}

.menubar .nav > li > a:focus
{
    color: #FFF;
    border: 0;
    border-bottom: 0;
}

.menubar ul.navbar-nav li ul.dropdown-menu
{
    background: #169cdb;
}

.navbar-toggle
{
    border: 1px solid #1a79a6;
}


.navbar-toggle
{
    border: 1px solid #1b7aa8;
    padding: 5px 5px 0;
}

    .navbar-toggle .fa-list-ul
    {
        color: white;
        font-size: 20px;
    }
/*menubar ends*/
.banners
{
    overflow: hidden;
    position: relative;
    min-height: 450px;
}


.thumbs
{
    position: absolute;
    bottom: 10px;
    width: 400px;
    right: 10px;
}

    .thumbs .flexslider
    {
        border: 4px solid #ffffff;
    }

.news_panel
{
    height: 40px;
    background-color: #169cdb;
    padding-left: 150px;
    position: relative;
    border-bottom: 1px solid black;
    color: white;
    padding-top: 10px;
}

    .news_panel:before
    {
        content: "Headlines";
        position: absolute;
        height: 39px;
        left: 0;
        top: 0;
        color: white;
        font-size: 1.2em;
        text-align: center;
        padding-top:5px;
        width: 140px;
        background-color: #ff8b00;
    }

    .news_panel a
    {
        text-decoration: none;
        color: white;
        padding-top: 5px;
        font-size: .9em;
    }

.page
{
    background-image: url(../images/page_pattern.png);
    padding: 20px;
    color: white;
}

    .page h2
    {
        font-size: 1.6em;
        font-weight: bold;
    }

    .page p
    {
        font-size: .9em;
    }

    .page a.read_more, .chairman_panel a.read_more
    {
        display: block;
        max-width: 150px;
        text-decoration: none;
        color: white;
        text-align: center;
        padding: 10px 0;
        margin: 10px auto 0;
        background-color: #169cda;
    }

.units
{
    padding: 20px 0;
}

    .units h2
    {
        text-align: center;
        font-weight: bold;
        color: white;
        font-size: 1.6em;
    }

.unit
{
    max-width: 250px;
    position: relative;
    padding: 40px;
    background-color: #ff8b00;
    color: white;
    text-align: center;
    font-size: 1.9em;
    font-weight: bold;
    height:160px;
    overflow:hidden;
    position: relative;
}

    .unit:after
    {
        content: "";
        position: absolute;
        border: 1px solid white;
        left: 5px;
        top: 5px;
        right: 5px;
        bottom: 5px;
    }

.chairman_panel
{
    padding: 40px 0;
    background-color: white;
}

    .chairman_panel h2
    {
        background-color: #ff8b00;
        margin: 10px auto;
        color: white;
        font-size: 1.9em;
        font-weight: bold;
        padding: 10px;
        position: relative;
    }

        .chairman_panel h2 span
        {
            color: #253544;
        }

        .chairman_panel h2:after
        {
            content: "";
            border-top: 1px solid #afafaf;
            top: -5px;
            position: absolute;
            left: 0;
            width: 100%;
        }

        .chairman_panel h2:before
        {
            content: "";
            border-top: 1px solid #afafaf;
            bottom: -5px;
            position: absolute;
            left: 0;
            width: 100%;
        }

    .chairman_panel p
    {
        font-size: .9em;
    }

.chairman_pic, .swamiji
{
    margin: 0 auto;
}

.facility_panel
{
    background-image: url(../images/faci_back.jpg);
    padding: 20px 0;
    background-size: 100% 100%;
    overflow:hidden;
    overflow: hidden;
}

    .facility_panel h2
    {
        font-size: 1.6em;
        font-weight: bold;
        color: white;
        text-align: center;
    }

.faci_intro
{
    text-align: center;
    font-size: .9em;
    color: white;
    margin:20px auto;
    max-width: 750px;
}

.facilities
{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

a.faci_left, a.faci_right
{
    height: 30px;
    width: 30px;
    text-decoration: none;
    background-color: #00aeff;
    display: block;
    position: absolute;
    color: white;
    text-align: center;
    padding-top: 7px;
    transform: translateY(-50%);
    top: 50%;
}

a.faci_left
{
    left: 0;
}

a.faci_right
{
    right: 0;
}

.facility
{
    height: 240px;
    width: 200px;
    background-color: rgba( 255, 255, 255, 0.251 );
    border: 1px solid White;
    text-align: center;
    padding-top: 50px;
    color: white;
    font-size: 3em;
    transition: .3s all ease-in-out;
    margin: 0 auto;
}

    .facility:hover
    {
        border-color: #169cdb;
        background-color: transparent;
        color: #169cdb;
    }

    .facility h3
    {
        font-weight: bold;
        color: white;
    }

.gallery_panel
{
    background-color: #ebebeb;
    padding: 40px 0;
    overflow: hidden;
}

    .gallery_panel h2
    {
        font-size: 1.6em;
        font-weight: bold;
        color: black;
        text-align: center;
    }

.gallery
{
    position: relative;
    padding: 0 30px;
}

.gal_left, .gal_right
{
    position: absolute;
    top: 50%;
    height: 30px;
    padding-top: 2px;
    width: 30px;
    color: #169cda;
    border-radius: 50%;
    border: 3px solid #169cda;
    text-align: center;
}

.gal_left
{
    left: 0;
}

.gal_right
{
    right: 0;
}


.gal_pic
{
    position: relative;
    max-width: 220px;
    margin: 0 auto;
}

    .gal_pic img
    {
        width: 100%;
    }

    .gal_pic:hover .overlay
    {
        transform: scale3d(1,1,1);
    }

.overlay
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(13,179,169,0.7);
    text-align: center;
    color: white;
    padding-top: 50px;
    font-size: 1.5em;
    transform: scale3d(0,0,0);
    transition: 0.3s all ease-in-out;
}

    .overlay i
    {
        height: 50px;
        width: 50px;
        border: 1px solid white;
        margin-bottom: 10px;
        border-radius: 50%;
        padding-top: 10px;
    }

.footer
{
    background-color: #169cda;
    background-image: url(../images/footer_back.jpg);
    padding: 20px 0;
}

    .footer h2
    {
        color: white;
        font-weight: bold;
        border-bottom: 1px solid white;
    }

.footer_menu
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer_menu li
    {
        display: inline-block;
        width: 49%;
        color: white;
        padding: 5px 0;
    }

        .footer_menu li a
        {
            text-decoration: none;
            color: white;
            font-size: .9em;
        }

            .footer_menu li a i
            {
                padding-right: 5px;
                color: #253544;
                transition: .3s all ease-in-out;
            }

            .footer_menu li a:hover i
            {
                padding-right: 10px;
            }

.footer .contact
{
    list-style: none;
    margin: 0;
    max-width: 550px;
    margin: 0 auto;
    padding: 0;
    clear:both;
}

    .footer .contact li
    {
        position: relative;
        padding-left: 50px;
        min-height:50px;
    }

        .footer .contact li i
        {
            color: white;
            height: 40px;
            width: 40px;
            position: absolute;
            text-align: center;
            background-color: #0b6d9a;
            padding-top: 8px;
            left: 0;
            top: 0;
            font-size: 1.4em;
        }

        .footer .contact li p
        {
            font-size: .9em;
            font-weight: bold;
            color: white;
        }

.copyright
{
    padding: 10px 0;
    background-color: #253544;
    color: white;
   font-size:.9em;
}

    .copyright p
    {
        margin: 0 auto;
        font-size: .9em;
    }

@media only screen and (max-width: 1100px)
{
    .banners
    {
        min-height: 400px;
    }
}

@media only screen and (max-width: 992px)
{
    body
    {
        font-size: 15px;
    }

    .banners
    {
        min-height: 350px;
    }
}

@media (max-width:768px)
{
    body
    {
        font-size: 14px;
    }

    .manubar_top .con
    {
        text-align: center;
    }



    .navbar-toggle
    {
        border: 1px solid white;
        border-radius: 4px;
        color: white;
    }

        .navbar-toggle .icon-bar
        {
            background-color: white;
        }

    .header .social
    {
        text-align: center;
    }

    .thumbs
    {
        position: relative;
        top: 0;
        left: 0;
    }

    .banners
    {
        min-height: 250px;
    }
}



@media (min-width: 768px)
{


    .dropdown:hover .dropdown-menu
    {
        display: block;
        border: 0;
        border-bottom: 0;
    }
}
@media(max-width:600px)
{
    .banners
    {
        min-height: 0px;
    }
    }
.jumbotron
        {
            background: #169cda;
            color: #fff;
            border-radius: 0px;
            text-transform:capitalize;
            border-bottom:5px solid #253544;
        }
        .jumbotron .h1, .jumbotron h1
        {
            font-size:40px;
        }
        .jumbotron-sm
        {
            padding-top: 5px;
            padding-bottom: 5px;
        }
        .jumbotron small
        {
            color: #FFF;
        }
        .h1 small
        {
            font-size: 18px;
            
        }
        .h1 samll a
        {
            color:#fff;
             font-size: 24px;
        }
          .h1 samll a :hover
          {
              color:#fff;
          }
		  
		  .page-admission
		  {
			  background-color:#FFF;
			  padding:15px;
		  }
		  
		  img {
    width: 100% !important;
    height: auto !important;
}

 .box-alumini
          {
              border: 1px solid;
    shape-outside: border-box;
    /* border-radius: 11px; */
    border-radius: 10px;
    margin: 5px;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding:15px 0;
          }
          .box-alumini img
          {
              width:100px !important;
              height:100px !important;
              border:1px solid #000;
          }
