﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,700|Roboto:300,400,500,700,900);

.logo-bar, body {
    background: #fff;
}

*, body {
    padding: 0;
    margin: 0;
}

.logo-bar .raj-hm, .logo-bar .raj-shm {
    width: 110px;
    float: left;
}

.footer .copyright p, .logo-bar .nursing-logo, .persident-side .persident, .persident-side .persident h3 {
    text-align: center;
}

body {
    color: #000;
    font-family: Roboto,sans-serif;
}

.logo-bar {
    
    padding: 10px 0;
}

    .logo-bar .raj-cm {
        float: left;
        width: 110px;
    }

    .logo-bar .raj-hm-shm {
        float: right;
    }

    .logo-bar .raj-shm {
        margin-left: 15px;
    }

        .logo-bar .raj-cm img, .logo-bar .raj-hm img, .logo-bar .raj-shm img {
            border: 1px solid #999;
            padding: 5px;
            background: #fff;
            width: 100%;
        }

        .logo-bar .raj-cm p, .logo-bar .raj-hm p, .logo-bar .raj-shm p {
            font-size: 11px;
            color: #333;
            font-weight: 500;
            padding: 5px 0 0;
            text-align: center;
            margin: 0;
        }

            .logo-bar .raj-cm p span, .logo-bar .raj-hm p span, .logo-bar .raj-shm p span {
                display: block;
            }

    .logo-bar .nursing-logo a {
        line-height: 155px;
        display: block;
    }

.menu-bar {
    background: #ff9000;
}

    .menu-bar .navbar {
        min-height: auto;
    }

    .menu-bar .navbar, .menu-bar .navbar-default {
        margin: 0;
        border-radius: 0;
        background: 0 0;
        border: none;
    }

.navbar-default .navbar-brand {
    display: none;
}

.navbar-default .navbar-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-family: Oswald,sans-serif;
    padding: 8px 15px;
    border-right: solid 1px #454545;
}

.news-sect .left-side h2, .news-sect .right-side p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.navbar-default .navbar-nav li a.dropdown-toggle:focus, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #000;
    color: #fff;
}

.menu-bar .navbar .navbar-collapse {
    padding: 0;
}

.menu-bar .navbar-default .navbar-nav ul.dropdown-menu {
    margin: 0;
    background: #ff9000;
    padding: 0;
    border: none;
    border-bottom: solid 1px #fff;
}

    .menu-bar .navbar-default .navbar-nav ul.dropdown-menu li {
        border-bottom: solid 1px #fff;
        width: 189px;
        display: block;
    }

        .menu-bar .navbar-default .navbar-nav ul.dropdown-menu li:last-child {
            border: none;
        }

.carousel-indicators li {
    display: none;
}

.img-responsive, .thumbnail a > img, .thumbnail > img {
    background: #fff;
    border: 1px solid #999;
    padding: 5px;
    display: inline-block;
}

.news-sect {
    background: Black top center no-repeat #000;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
    height: 400px;
}

.news-sect .left-side {
    float: left;
    width: 17%;
}

    .news-sect .left-side h2 {
        text-transform: uppercase;
        padding: 0 0 0 10px;
        line-height: 65px;
    }

.news-sect .right-side {
    float: right;
    width: 83%;
    overflow: hidden;
}

    .news-sect .right-side p {
        padding: 0;
    }

        .news-sect .right-side p marquee {
            line-height: 63px;
        }

.persident-side {
    padding: 52px 0;
}

    .persident-side .persident h3 {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        margin: 0;
        padding: 15px 0;
    }

    .persident-side .persident ul {
        list-style: none;
        margin: 0;
    }

        .persident-side .persident ul li {
            display: inline-block;
        }

    .persident-side a.download-now {
        font-size: 18px;
        color: #fff;
        border-radius: 50px;
        background: #ff9000;
        padding: 10px 25px;
        display: block;
        width: 250px;
        height: 50px;
        margin: 10px auto 0;
        text-decoration: none;
        border: 2px solid #ff9000;
        font-weight: 700;
    }

        .persident-side a.download-now:hover {
            background: 0 0;
            color: #ff9000;
        }

.news-events {
    border: 1px solid #b3b3b3;
}

    .news-events h2 {
        font-size: 20px;
        color: #fff;
        background: #ff9000;
        padding: 15px 20px;
        display: block;
        font-weight: 700;
        margin: 0;
    }

    .news-events .news-scrol {
        overflow-y: scroll;
        max-height: 350px;
    }

        .news-events .news-scrol .news-contant {
            border-bottom: solid 1px #b3b3b3;
        }

            .news-events .news-scrol .news-contant .news-contant-section {
                padding: 8px;
                width: 100%;
                float: left;
            }

                .news-events .news-scrol .news-contant .news-contant-section a {
                    font-size: 13px;
                    color: #000;
                    margin: 0;
                    font-weight: 500;
                    display: inline-block;
                }

                .news-events .news-scrol .news-contant .news-contant-section p {
                    font-size: 14px;
                    color: #525252;
                    font-weight: 400;
                    padding: 8px 0;
                    margin: 0;
                }

                .news-events .news-scrol .news-contant .news-contant-section span {
                    font-size: 12px;
                    color: #000;
                    font-weight: 400;
                    float: right;
                }

.footer {
    background: #208cd5;
    padding: 40px 0 20px;
}

    .footer .quick-links h2 {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 30px;
        margin: 0;
    }

    .footer .quick-links ul {
        list-style: none;
        margin: 0;
    }

        .footer .quick-links ul li {
            padding: 4px 0;
        }

            .footer .quick-links ul li a {
                font-size: 14px;
                color: #fff;
                font-weight: 400;
                display: block;
                text-decoration: none;
            }

                .footer .quick-links ul li a:hover {
                    color: #ff9000;
                }

    .footer .quick-links p {
        font-size: 15px;
        color: #fff;
        padding-bottom: 20px;
        margin: 0;
    }

        .footer .quick-links p img {
            padding-right: 8px;
        }

    .footer .quick-links ul.social-icon li {
        display: inline-block;
        padding: 0 3px;
    }

    .footer .quick-links input, .footer .quick-links textarea {
        border: 1px solid #dfdfdf;
        background: #fff;
        border-radius: 4px;
        margin-bottom: 8px;
        width: 100%;
        padding: 8px 15px;
        font-size: 15px;
        color: #9999b3;
    }

    .footer .quick-links button {
        background: #ff9000;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        display: block;
        border-radius: 4px;
        padding: 8px;
        text-transform: uppercase;
        width: 100%;
        border: 1px solid #ff9000;
    }

        .footer .quick-links button:hover {
            color: #000;
        }

    .footer .copyright p {
        font-size: 15px;
        color: #fff;
        background: #2147d0;
        padding: 10px 0;
        font-weight: 400;
        margin: 30px 0 0;
    }

.footup-slider .small-slider {
    padding: 28px 45px !important;
    border-radius: 5px;
    margin-bottom: 50px;
    background: #2b2b2b;
    background: -moz-linear-gradient(top,#2b2b2b 0,#000 100%);
    background: -webkit-linear-gradient(top,#2b2b2b 0,#000 100%);
    background: linear-gradient(to bottom,#2b2b2b 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000000', GradientType=0 );
}

    .footup-slider .small-slider .owl-carousel img {
        width: 85% !important;
    }

.small-slider .owl-next, .small-slider .owl-prev {
    position: absolute;
    z-index: 999;
    top: 48px;
    text-indent: 999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

.small-slider .owl-prev {
    background: url(../images/prev.png) center center no-repeat !important;
    border-radius: 0;
    left: -36px;
    background-size: 100% !important;
}

.small-slider .owl-next {
    background: url(../images/next.png) no-repeat !important;
    border-radius: 0 !important;
    right: -36px;
    background-size: 100% !important;
}

.footer .quick-links h2 {
    font-size: 22px;
    padding: 25px 0 15px;
}

.persident-side p span {
    font-size: 24px !important;
}

.persident-side .gallery-img {
    padding: 15px 0;
}

    .persident-side .gallery-img a img {
        width: 100%;
        height: 100%;
        border: 1px solid #454545;
    }

@media (min-width:300px) and (max-width:767px) {
    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: #000;
        border: 1px solid #000;
    }

    .logo-bar .raj-cm {
        float: left;
        width: 30%;
    }

    .logo-bar .raj-hm-shm {
        float: right;
        width: 68%;
    }

    .logo-bar .raj-hm, .logo-bar .raj-shm {
        float: left;
        margin: 0 3%;
        width: 44%;
    }

        .logo-bar .raj-cm img, .logo-bar .raj-hm img {
            width: 100%;
        }

    .logo-bar .nursing-logo a {
        line-height: 90px;
    }

    .logo-bar .nursing-logo img {
        width: 280px;
    }

    .navbar-default .navbar-brand {
        display: block;
        color: #fff;
    }

    .navbar-default .navbar-nav {
        margin: 0;
    }

    .menu-bar .navbar-default .navbar-nav ul.dropdown-menu {
        background: #000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .menu-bar .navbar-default .navbar-nav ul.dropdown-menu li {
        width: 100%;
        padding: 10px;
        border-top: solid 1px #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ff9000;
    }

    .news-sect .left-side {
        width: 30%;
        background: #ff9000;
        position: relative;
        left: -15px;
        text-align: center;
    }

        .news-sect .left-side h2 {
            line-height: 55px;
            font-size: 22px;
            padding: 0 0 0 12px;
        }

    .news-sect .right-side {
        width: 70%;
    }

        .news-sect .right-side p {
            font-size: 16px;
            padding-right: 15px;
        }

            .news-sect .right-side p marquee {
                line-height: 54px;
            }

    .persident-side {
        padding: 20px 0;
    }

        .persident-side .persident {
            margin-bottom: 0px;
        }

            .persident-side .persident h3 {
                font-size: 14px;
                padding: 10px 0;
            }

        .persident-side img.persident-img {
            width: 50%;
            height: 100%;
            margin: 15px auto 0;
        }

    .news-events .news-scrol .news-contant .news-contant-section h3 {
        font-size: 14px;
    }

    .news-events .news-scrol .news-contant .news-contant-section p {
        font-size: 12px;
    }

    .news-events .news-scrol .news-contant a {
        font-size: 15px;
        text-decoration: none;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: auto;
    }

    section.container {
        padding: 0;
    }

    .news-sect .left-side h2 span {
        display: none;
    }

    .navbar-default .navbar-nav li a {
        font-size: 14px;
        padding: 5px 15px;
    }

    .small-slider .owl-next, .small-slider .owl-prev {
        top: 44px;
    }
}

@media (min-width:360px) and (max-width:460px) {
    .small-slider .owl-next, .small-slider .owl-prev {
        top: 65px;
    }
}

@media (min-width:461px) and (max-width:479px) {
    .small-slider .owl-next, .small-slider .owl-prev {
        top: 82px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .small-slider .owl-next, .small-slider .owl-prev {
        top: 75px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .logo-bar .nursing-logo img {
        width: 45%;
    }

    .navbar-default .navbar-nav li a {
        font-size: 14px;
        padding: 12px 10px;
    }

    .menu-bar .navbar {
        min-height: auto;
    }

    .news-sect .left-side h2 {
        font-size: 16px;
        line-height: 22px;
        padding: 5px 0;
        background: #ff9000;
        text-align: center;
    }

    .news-sect .right-side p {
        font-size: 15px;
        padding-left: 15px;
    }

        .news-sect .right-side p marquee {
            line-height: 53px;
        }

    .persident-side {
        padding: 25px 0;
    }

        .persident-side .persident h3 {
            font-size: 11px;
            padding: 10px 0;
        }

    .persident ul li a img {
        width: 80%;
    }

    .persident ul li {
        width: 30%;
    }

    .news-events .news-scrol .news-contant .news-contant-section h3 {
        font-size: 14px;
    }

    .news-events .news-scrol .news-contant .news-contant-section p {
        font-size: 12px;
        padding: 5px 0;
    }

    .news-events {
        height: 250px;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .persident-side img.persident-img {
        width: 100%;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: auto;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-default .navbar-nav li a {
        font-size: 16px;
        padding: 15px 18px;
    }

    .news-sect .left-side h2 {
        font-size: 15px;
        background: #ff9000;
    }

    .news-sect .right-side p {
        font-size: 15px;
    }

    .persident-side .persident h3 {
        font-size: 16px;
    }

    .persident-side img.persident-img {
        width: 100%;
    }

    .news-events {
        overflow: hidden;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: auto;
    }
}
