/* Higher than 1400 (desktop devices)
====================================================================== */

@media only screen and (min-width: 1400px) {
    body {
        font-family: 'Quicksand', sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6;
        color: #000;
        background-color: #ffffff;
        height: 100%;
        -webkit-font-smoothing: subpixel-antialiased;
    }

    /*--------- footer ------------*/
    .footer_copy>p {
        text-align: right;
    }

    .development {
        position: relative;
        padding-top: 58px;
    }

    .inner-title {
        width: 266px;
    }
}


/* Higher than 1200 (desktop devices)
====================================================================== */

@media only screen and (min-width: 1200px) {
    body {
        font-family: 'Quicksand', sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6;
        color: #000;
        background-color: #ffffff;
        height: 100%;
        -webkit-font-smoothing: subpixel-antialiased;
    }

    /*---------- header -----------*/
    .navb-right {
        float: right;
    }

    /*--------- footer ------------*/
    .footer_copy>p {
        text-align: right;
    }

    .development {
        position: relative;
        padding-top: 58px;
    }

    .inner-title {
        width: 266px;
    }



}

@media only screen and (min-width: 992px) {

    /*---------- header -----------*/
    .navb-right {
        float: right;
    }

    /*------------ Navbar Top ------------*/
    section.header-top {
        background-color: #456ba5;
        padding-top: 5px;
    }

    .color1:focus,
    .color1:hover {
        color: #ff7a50;
    }

    .color2:focus,
    .color2:hover {
        color: #4caf50;
    }

    .color3:focus,
    .color3:hover {
        color: #960082;
    }

    .color4:focus,
    .color4:hover {
        color: #ffeb3b;
    }


    /*----------- Navbar color -------------*/
    .col1:hover:before {
        width: 85%;
        color: #2196ef;
    }

    .col1:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 20%;
        left: 0%;
        width: 0;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        -webkit-transition-property: width;
        transition-property: width;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit;
        transition-duration: inherit;
    }

    .col2:hover:before {
        width: 85%;
        color: #F44336;
    }

    .col2:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 20%;
        left: 0%;
        width: 0;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        -webkit-transition-property: width;
        transition-property: width;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit;
        transition-duration: inherit;
    }

    .col3:hover:before {
        width: 85%;
        color: #8bc34a;
    }

    .col3:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 20%;
        left: 0%;
        width: 0;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        -webkit-transition-property: width;
        transition-property: width;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit;
        transition-duration: inherit;
    }

    .col4:hover:before {
        width: 85%;
        color: #3f51b5;
    }

    .col4:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 20%;
        left: 0%;
        width: 0;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        -webkit-transition-property: width;
        transition-property: width;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit;
        transition-duration: inherit;
    }

    .col5:hover:before {
        width: 85%;
        color: #e91e63;
    }

    .col5:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 20%;
        left: 0%;
        width: 0;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        -webkit-transition-property: width;
        transition-property: width;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit;
        transition-duration: inherit;
    }

    .col6:hover:before {
        width: 85%;
        color: #009688;
    }

    .col6:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 20%;
        left: 0%;
        width: 0;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        -webkit-transition-property: width;
        transition-property: width;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit;
        transition-duration: inherit;
    }

    .col2-sub>a:hover {
        color: #ffffff !important;
        background-color: #F44336 !important;
    }

    .col3-sub>a:hover {
        color: #ffffff !important;
        background-color: #8bc34a !important;
    }

    .col4-sub>a:hover {
        color: #ffffff !important;
        background-color: #3f51b5 !important;
    }

    .col5-sub>a:hover {
        color: #ffffff !important;
        background-color: #e91e63 !important;
    }

    .col6-sub>a:hover {
        color: #ffffff !important;
        background-color: #009688 !important;
    }
}


/* Higher than 960 (desktop devices)
====================================================================== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*---------- header -----------*/
    .navb-right>li>a {
        margin: 0px;
        padding: 30px 10px 0px 10px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
    }

    #banner .item {
        height: 317px !important;
    }

    .navb-right {
        float: right;
    }

    .col1:before {
        bottom: 0px;
    }

    .col2:before {
        bottom: 0px;
    }

    .col3:before {
        bottom: 0px;
    }

    .col4:before {
        bottom: 0px;
    }

    .col5:before {
        bottom: 0px;
    }

    .col6:before {
        bottom: 0px;
    }

    /*--------- footer ------------*/
    .footer_copy>p {
        text-align: right;
    }

    .development {
        position: relative;
        padding-top: 58px;
    }

    /* #banner {
        height: 250px;
    } */


}


/* Tablet Portrait (devices and browsers)
====================================================================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*----===navbar toggle===----*/

    #banner .item {
        height: 300px !important;
    }

    .navbar-default .navbar-toggle {
        margin: 1em 0em 0em;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    header#nav a {
        color: black;
    }

    .navbar-default .navbar-toggle .icon-bar {
        display: block;
        width: 35px;
        height: 4px;
        border-radius: 1px;
        background-color: #888;
    }

    .navbar-default .navbar-toggle {
        border-color: black;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        margin: 2em 4em 1em;
        padding: 5px 15px;
        border: 2px solid #fff;
    }

    .navbar-default .navbar-collapse {
        font-size: 16px;
        margin-top: 0;
        padding: 0;
        border-top: 1px solid #eee;
    }

    ul.nav.navbar-nav>li>a {
        font-size: 18px;
        margin-top: 2px;
        padding: 8px 0px 8px 15px;
        margin-left: 0px;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        margin-top: 12px;
        border: none;
        width: 100%;
        display: block !important;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    ul.nav.navbar-nav {
        margin: 0px !important;
        text-align: left;
        width: 100%;
    }

    .navbar-nav>li {
        float: left;
        width: 100%;
    }

    .navbar-default .navbar-collapse {
        width: 100%;
        padding: 0px;
        border-top: 1px solid #eee;
        margin-top: 0;
    }

    .navbar-default .navbar-nav>li>a {
        line-height: 33px;
        padding: 35px 10px;
        text-transform: uppercase;
    }

    .navbar-nav>li:last-child {
        margin-right: 0px;
    }

    /*----===navbar ends===----*/
    .navbar-nav {
        background: #fff;
    }

    /*----===about us===----*/
    .about-butn-link {
        margin-bottom: 25px;
    }

    /*----===circular paralax===----*/
    .checkered.left .background {
        position: relative;
        height: 300px;
        width: 100%;
        left: 0%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /*----===navkis album===----*/
    .galhome-layer-head>h3:before {
        /* margin-left: -35px; */
        top: 113%;
    }

    a.navbar-brand>img {
        display: inline-block;
        width: 93%;
        margin-top: 5px;
    }

    .header-bottom {
        height: 100px;
    }

    .navbar-default .navbar-toggle {
        margin: 0.5em 5em 1em;
    }

    #banner {
        height: auto !important;
    }

    .fixed img {
        margin-top: 9px !important;
    }

    .fixed button.navbar-toggle.collapsed {
        margin-top: 32px;
    }
}


/* All Mobile Sizes (devices and browser)
====================================================================== */

@media only screen and (max-width: 767px) {

    .carousel-item img {
        height: auto !important;
    }

    .carousel-item {
        height: auto !important;
    }

    .top-bar {
        text-align: center;
    }

    .top-bar .row {
        justify-content: center;
    }

    /*------------ header ----------------------*/
    .header-top-right {
        padding: 10px 5px;
    }

    .header-top-right>li {
        display: inline;
        padding: 0px 20px 0px 0px;
    }

    .pay-online a {
        top: -1px;
        position: relative;
        left: 0;
    }

    .head-top-list:before {
        background: #f0f0f0;
    }

    .admission-text {
        padding-top: 10px;
        padding-left: 0px;
        text-align: center;
    }

    .admission-text>h2 {
        margin: 0 0 0px 0;
    }

    .modal-dialog {
        width: 100%;
    }

    .admission-text-content-sub {
        padding-right: 0;
    }

    .admission-text-content-sub>p {
        text-align: center;
    }

    .admission-text-content-link {
        padding-bottom: 10px;
    }

    /*------------ nav bar toggle ----------------------*/
    .navb-right>li>a {
        padding: 10px 0px 10px 12px;
    }

    /*--------- slider -------------*/
    #banner {
        width: 100%;
        float: left;
        height: 130px;
    }

    .modal-content {
        width: 365px !important;
    }

    #banner {
        height: auto !important;
    }

    #banner .item {
        height: 150px !important;
    }

    #banner .item {
        /* height: 117px; */
        background-position: 40% 10% !important;
        background-size: cover;
        /*background-position: center center;*/
        background-repeat: no-repeat;
    }

    .caption-info-inner.text-center {
        margin-left: 85px;
    }

    /*-------------- admission -----------------*/
    .admission-image>img {
        width: 100%;
        height: auto;
    }

    /*------------- middle content -----------*/
    .checkered.left .background {
        position: relative;
        height: 200px;
        width: 100%;
        left: 0%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    /*------------- about ------------*/
    section.about-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-butn-link {
        margin-bottom: 50px;
    }

    h2.about-header:after {
        display: block;
        position: absolute;
        top: 11%;
        left: 4%;
        width: 18%;
        height: 2px;
        content: "";
        background-color: #d00000;
    }

    /*--------jp---------03/12/2018---*/
    .about-content-top-left>h3:after {
        left: 4%;
    }

    .about-content-top-right>h3:after {
        left: 4%;
    }

    /*---------- principal mesaage -----------*/
    .message-box img {
        float: none;
        margin-right: 0px;
        width: 343px;
    }

    .tab-acc-panel {
        margin-bottom: 10px;
    }

    .about-layer {
        padding: 50px 0px;
    }

    .about-content-bottom-left>ul>li {
        margin-bottom: 10px;
    }

    .event_view_grid .event_date {
        margin-bottom: 10px;
    }

    .event_view_grid .event_meta li {
        line-height: 24px;
    }

    .tab-acc-panel-group {
        padding: 18px 0px;
    }

    .philosophy_head {
        padding: 20px 0px 0px 0px;
    }

    .galhome-layer-in-color {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    /*--------jp---------03/12/2018---*/
    /*---------- toppers -----------*/
    .sec-titles-results>h2>span {
        font-size: 32px;
    }

    /*---------- circular parallax --------------*/
    .circular-parallex-layer-head>h3 {
        font-size: 30px;
    }

    .circular-parallex-layer-head>h3:before {
        position: absolute;
        content: '';
        left: 34%;
        top: 46%;
        width: 120px;
        height: 2px;
        background-color: #FF9703;
    }

    /*-------*/
    .content-parallex-layer-head>h3 {
        font-size: 30px;
    }

    .content-parallex-layer-head>h3:before {
        top: 40%;
    }

    /*------------ notify ----------------*/
    .notification-content-text {
        margin-top: 0px;
        padding: 15px 0px;
    }

    .notify-layer-head1>h2:before {
        display: block;
        position: absolute;
        top: 4%;
        left: 4%;
        width: 20%;
        height: 2px;
        content: "";
        background-color: #d00000;
    }

    /*--------- home gallery ----------*/
    .galhome-layer-head>h3 {
        font-size: 30px;
    }

    .galhome-layer-head>h3:before {
        top: 100%;
    }

    .image-icon-box {
        width: 93%;
    }

    /*--------- latest news ----------*/
    img.featured_news_view_grid_image {
        width: 100%;
        height: auto;
    }

    /*---------  news ----------*/
    .news_view_list .news-enter-thumbnail-layer {
        display: table-caption;
    }

    .news_view_list .news-enter-thumbnail {
        width: 100%;
        margin-right: 0px;
        position: relative;
        z-index: 0;
    }

    .news_view_list1 .news-enter-thumbnail-layer1 {
        display: table-caption;
    }

    .news_view_list1 .news-enter-thumbnail1 {
        width: 100%;
        margin-left: 0px;
        position: relative;
        z-index: 0;
    }

    /*--------- student --------------*/
    .student-members {
        margin: 20px 10px;
    }

    .indicator-slider {
        bottom: -5%;
    }

    /*-------------- parallax -----------------*/
    .parallex-layer-head>h3 {
        font-size: 35px;
    }

    .parallex-layer-head>h3:before {
        /* margin-left: -35px; */
        position: absolute;
        content: '';
        left: 36%;
        top: 31%;
        width: 120px;
        height: 2px;
        background-color: #FF9703;
    }

    .parallex-layer-para>p {
        padding: 0px;
    }

    /*------------- news section --------------*/
    section.news-sec-layer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-titles>h2>span:after {
        display: block;
        position: absolute;
        bottom: 4%;
        left: 0%;
        width: 20%;
        height: 2px;
        content: "";
        background-color: #FF9703;
    }

    .featured_news_view_grid {
        position: relative;
        opacity: 1;
        margin: 25px 0px;
    }

    /*------------ about contact -------------*/
    .contact-parallex-layer-head>h3:before {
        /* margin-left: -35px; */
        position: absolute;
        content: '';
        left: 33%;
        top: 34%;
        width: 120px;
        height: 2px;
        background-color: #FF9703;
    }

    .contact-parallex-layer-para>p {
        font-size: 16px;
        padding: 0;
        margin-bottom: 2em;
        margin-top: 2em;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.7;
    }

    /*------- calendar -------*/
    .academic-calendar>h3 {
        font-size: 22px;
    }

    .academic-calendar>h3:after {
        left: 4.5%;
        width: 8%;
    }

    ul.aca-calendar>li {
        padding: 0px 30px;
        display: block;
    }

    .red-cal:before {
        left: 6%;
        top: 8%;
    }

    .blue-cal:after {
        left: 6%;
        top: 41%;
    }

    .green-cal:after {
        left: 6%;
        top: 77%;
    }

    /*--------- carrier --------------*/
    .btn-about {
        margin-top: 20px;
    }

    /*--------------------footer-----------------------*/
    .footer_links {
        text-align: center;
    }

    .footer_copy {
        text-align: center;
        padding: 25px;
    }

    /*-------------------------------------------*/
    .navbar-nav {
        background: #fff;
    }

    .navbar-header {
        padding-bottom: 20px;
    }

    .about-parallax-sub-layer-head>h2 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 600;
    }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {

    /*------------ header ----------------------*/
    .header-top-right {
        padding: 0px 30px;
        display: inline-table;
    }

    .header-top-right>li {
        display: inline;
        padding: 0px 15px;
    }

    .pay-online a {
        top: 2px;
    }

    /*------------ gallery ----------------------*/
    .image-icon-box {
        width: 99%;
    }

    /*------------ parallex cntnt----------------------*/
    .parallex-layer-head>h3:before {
        margin-left: 38px;
        top: 37%;
    }

    /*------------ calendar----------------------*/
    .academic-calendar {
        margin: 0px 70px;
    }

    .navbar-default .navbar-brand {
        color: #777;
        margin-top: -52px;
    }

    a.navbar-brand {
        font-size: 24px;
        font-weight: 700;
        padding: 5px 20px;
        margin-top: -52px;
    }

    .about-parallax-sub-layer-head>h2 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 600;
    }

    a.navbar-brand>img {
        display: inline-block;
        width: 80%;
        margin-top: 1px;
    }

    button.navbar-toggle.collapsed {
        margin-top: 22px;
    }
}


/* Iphone 5 styles
=================================================================== */

@media only screen and (max-width: 375px) {
    .inner-title {
        width: 100%
    }

    .gallery_product.col-lg-3.col-md-3.col-sm-3.col-xs-3.filter.sprinkle {
        width: 100%;
    }

    .gallery_product.col-lg-3.col-md-3.col-sm-3.col-xs-3.filter.hdpe {
        width: 100%;
    }

    a.navbar-brand {
        font-size: 24px;
        font-weight: 700;
        padding: 5px 20px;
        margin-top: 0px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 20px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .topbandcenter {
        float: right;
        color: white;
        font-weight: 600;
        display: none;
    }

    a.navbar-brand>img {
        display: inline-block;
        width: 82%;
        margin-top: -3px;
    }

    .about-parallax-sub-layer-head>h2 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 600;
    }

    div#bs-navbar-collapse {
        margin-top: -5px;
    }

    .navbar-nav {
        margin: -0.5px -15px;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */

@media only screen and (min-width: 414px) and (max-width: 736px) {
    .inner-title {
        width: 409px;
    }

    .gallery_product.col-lg-3.col-md-3.col-sm-3.col-xs-3.filter.sprinkle {
        width: 100%;
    }

    .gallery_product.col-lg-3.col-md-3.col-sm-3.col-xs-3.filter.hdpe {
        width: 100%;
    }

    .navbar-default .navbar-brand {
        color: #777;
        margin-top: -52px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -29px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }

    #banner .item {
        height: 215px !important;
        background-position: 40% 10% !important;
        background-size: cover;
        /* background-position: center center; */
        background-repeat: no-repeat;
    }

    #banner {
        width: 100%;
        float: left;
        height: 236px;
    }

    .admission-text>h2 {
        margin: 0 0 0px 0;
        font-size: 23px;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        margin-top: -12px;
    }

    .navbar-default .navbar-brand {
        color: #777;
        margin-top: -2px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -26px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .topbandcenter {
        display: none;
    }

    .about-parallax-sub-layer-head>h2 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 600;
    }
}


/*==================*/

@media (min-width: 1200px) {
    .col-lg-3 {
        width: 20%;
    }
}



@media only screen and (min-width: 1200px) and (max-width:1199px) {

    #banner {
        height: 470px;
    }

}


@media only screen and (min-width: 992px) and (max-width:1399px) {


    #banner .item {
        height: 350px !important;
    }

    #banner {
        height: 350px;
    }


}

@media only screen and (min-width: 768px) and (max-width:991px) {

    .admission-text>h2 {
        margin: -20px 0 -1px 0;
    }
}