/*
Theme Name: ultrabootstrap child
Theme URI: http://phantomthemes.com/downloads/ultrabootstrap-premium-wordpress-theme/
Author: phantomthemes
Author URI: http://phantomthemes.com
Description: Ultrabootstrap is a multipurpose Free WordPress Theme for bloggers & artist. It consists of Featured Slider, Featured Posts, custom background, custom color and welcome message in Homepage layout. The theme can be customized from the Theme Options of Customizer. Blog page with right-sidebar. You may download this awesome and light weight theme. More detail of theme availabe in readme.txt file. for support http://phantomthemes.com/support/ or view demo http://phantomthemes.com/view?theme=UltraBootstrap
Template: ultrabootstrap
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultrabootstrap-child
Tags: right-sidebar, theme-options, featured-images,rtl-language-support,grid-layout, editor-style, custom-header, threaded-comments, custom-background, custom-colors, blog, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ultrabootstrap is based on Underscores http://underscores.me/, (C) 2012-2015 phantomthemes.
Ultrabootstrap is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    height: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace
}

.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
    outline: 0
}

body.hidden-scroll {
    overflow: hidden
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .7;
    display: none;
    z-index: 1050
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    top: 30px;
    display: none;
    color: #000;
    position: fixed
}

.sl-wrapper {
    z-index: 1040
}

.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer
}

.sl-wrapper button:hover {
    opacity: .7
}

.sl-wrapper .sl-close {
    right: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 3rem
}

.sl-wrapper .sl-counter {
    left: 30px;
    z-index: 1060;
    font-size: 1rem
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    text-align: center;
    display: block;
    z-index: 1060;
    color: #000
}

.cur-text,
.orh-acads .nav li a {
    font-family: 'Gloria Hallelujah', cursive
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-o-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-ms-keyframes pulsate {
    0%,
    100% {
        opacity: 0
    }
    0% {
        transform: scale(.1)
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2)
    }
}

.container .gallery a img {
    float: left;
    width: 90%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative
}

.container .gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5
}

.container .gallery a.big img {
    width: 96%
}

.carousel-slider .owl-dots .owl-dot span {
    border-radius: 50%
}

.font-22 {
    font-size: 22px
}

.orh-home-text .caldera-grid .btn-primary {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background: #801014 !important;
    border-color: #801014 !important;
    text-transform: capitalize;
    font-weight: lighter;
    font-size: 18px
}

h4,
section.footers {
    border-bottom: none
}

.orh-home-text .caldera-grid .form-control {
    height: 44px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    margin-bottom: 15px
}

.orh-home-text .caldera-grid label {
    display: none
}

.orh-not-m,
.social li a {
    display: block;
    text-align: center
}

.primarycolor {
    color: #801014
}

h1 {
    font-size: 2em
}

a,
a:visited {
    color: #4A90E2
}

section.footers {
    background: #f6f6f6;
    padding: 0
}

.padd-top {
    padding: 36px 0
}

.mar-top {
    margin-top: 24px
}

.blog-content .info ul li i,
.header-info i {
    margin-right: 6px
}

body {
    margin-top: 0;
    background: #fff;
    color: #444
}

body.home {
    width: 100%;
    overflow-x: hidden
}

p {
    margin-bottom: 12px
}

h4 {
    letter-spacing: normal;
    text-transform: capitalize;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 500
}

.header-info .orh-call i {
    font-size: 18px
}

.header-info {
    vertical-align: middle;
    margin-top: 24px;
    font-size: 14px
}

.orh-home-con>div,
.orh-home-fac a {
    display: inline-block;
    vertical-align: top
}

.header-info a,
.header-info p {
    margin-top: 6px;
    color: #444;
    font-size: 16px
}

.header-info i {
    color: #801014;
    font-size: 16px
}

.social li a {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%
}

.orh-social {
    margin-top: 20px
}

.orh-social>p {
    margin-bottom: 4px;
    font-size: 14px
}

.orh-fb a {
    background: #3B5998
}

.orh-twit a {
    background: #1DA1F2
}

.orh-gp a {
    background: #E62117
}

.orh-link a {
    background: #0077B5
}

.orh-pin a {
    background: #BD081C
}

.bgcolor {
    background-color: #F6F6F6
}

.btn-primary {
    background: #801014;
    background: linear-gradient(-180deg, #991F26 0, #801014 100%);
    border-radius: 2px;
    border: none
}

.orh-figures {
    background: url(../../uploads/2019/09/bg-img.png) no-repeat fixed;
    padding: 56px 0;
    color: #fff;
    font-size: 24px;
    background-size: cover
}

.orh-figures p {
    font-size: 36px;
    margin-bottom: 18px
}

.orh-home-text h1 {
    font-size: 22px;
    margin-left: 6px;
    margin-bottom: 18px;
    margin-top: 12px
}

.orh-home-text-p {
    margin-left: 6px
}

.orh-home-text .container {
    position: relative;
    z-index: 1;
    top: -24px;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0 2px 16px 9px rgba(0, 0, 0, .05)
}

.orh-quickfacts {
    margin-top: 24px
}

.orh-quickfacts .table-bordered,
.orh-quickfacts .table-bordered td,
.orh-quickfacts .table-bordered th {
    border-color: #7E1218 !important
}

.orh-quickfacts thead {
    background: #7E1218;
    color: #fff
}

.orh-form {
    border-radius: 4px;
    padding: 12px;
    background: #fff;
}

.city-caru .carousel-slider .carousel-slider__item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    width: initial;
    max-height: 380px
}

.form-head p {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin: 8px 0 4px
}

label {
    margin-bottom: 0px;
}

.orh-home-text .caldera-grid .row {
    margin-left: 0
}

.orh-home-text .caldera-grid .form-group:last-of-type {
    margin-bottom: 0
}

.orh-home-fac {
    margin-top: 24px
}

.orh-home-fac a {
    color: #4a4a4a;
    width: 45%;
    margin-right: 36px;
    margin-bottom: 16px
}

.orh-home-con svg {
    display: inline-block;
    width: 80px;
    height: 84px
}

.orh-home-con p {
    margin-bottom: 6px
}

.orh-home-con p:first-child {
    font-size: 16px
}

.orh-home-con>div {
    width: 250px;
    font-size: 13px
}

.orh-h-cur svg,
.orh-h-digi svg {
    width: 54px;
    margin: 0 14px
}

.orh-h-digi svg {
    height: 48px;
    margin-top: 4px
}

.orh-h-cur svg {
    height: 70px;
    width: 48px;
    margin: 0 16px;
    opacity: .9
}

.orh-h-infraclass svg {
    height: 44px
}

.orh-h-attention svg {
    height: 40px
}

.orh-acads,
.orh-activity,
.orh-news,
.orh-parents {
    background-color: #E16C6C;
    padding: 36px 0 48px
}

.orh-activity-city {
    padding: 36px 0 48px;
    background: #FDCA60
}

.orh-news {
    background: #FFCE49
}

.orh-acads,
.orh-parents {
    background-color: #F2F3F4
}

.orh-acads .cur-text,
.orh-activity .cur-text,
.orh-activity-city .cur-text,
.orh-news .cur-text,
.orh-parents .cur-text {
    font-size: 22px;
    color: #fff;
    margin-bottom: 24px
}

.orh-activity .cur-text {
    position: relative;
    z-index: 1
}

.orh-acads .cur-text,
.orh-parents .cur-text {
    color: #4a4a4a
}

.orh-activity .orh-activity-card {
    margin: 12px 0 18px;
    background: #FFF;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .06);
    border-radius: 4px;
    color: #444;
    display: block
}

.orh-activity-content {
    padding: 12px 16px;
    position: relative;
    height: 116px;
    overflow: hidden
}

.orh-activity-content>p>span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px
}

.orh-activity-card:hover .orh-activity-content>span {
    left: 0
}

.orh-activity .carousel-slider .owl-dots .owl-dot.active span,
.orh-activity .carousel-slider .owl-dots .owl-dot:hover span {
    background: #50E3C2
}

.orh-activity-content>span {
    border-radius: 0 0 4px 4px;
    position: absolute;
    width: 100%;
    left: -100%;
    color: #fff;
    text-align: center;
    display: block;
    background: #9EDE5A;
    top: 0;
    height: 100%;
    font-size: 18px;
    line-height: 100px;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.app-btn a,
.orh-acads .nav li,
.safety-list li p,
.safety-list li span {
    display: inline-block
}

.orh-activity-img img {
    width: 100%
}

.orh-parent-caru {
    margin: 24px 0
}

.img-wrap-user {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto
}

.img-wrap-user img {
    max-width: 100%;
    max-height: 100%
}

.single-user-detail {
    text-align: center;
    max-width: 500px;
    margin: 0 auto
}

.single-user-detail p {
    font-style: italic
}

.single-user-detail p:before {
    content: "; font-size: 36px;
    
}

.single-user-detail h5 {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 500
}

.orh-acad-preprimary {
    background-image: linear-gradient(-180deg, rgba(255, 254, 255, .98) 0, #D7FFFE 100%)
}

.orh-acad-pre-method {
    margin-top: 24px
}

.orh-acad-pre-method .row {
    margin-bottom: 56px
}

.method-head {
    font-size: 18px
}

.orh-img-acad {
    margin: 24px 0 48px
}

.orh-acad-single {
    padding: 56px 0 74px
}

.orh-acad-single .infra-s-img {
    z-index: 0;
    box-shadow: none
}

.orh-acad-assessment {
    background-image: linear-gradient(-180deg, #FCFFFE 0, #B7FFEF 100%)
}

.orh-acad-formative {
    background-image: linear-gradient(-180deg, #FFF1BD 40%, #FFDF88 100%)
}

.orh-acad-assessment p {
    font-size: 16px;
    line-height: 25px
}

.orh-acad-pre-primary {
    background-image: linear-gradient(-178deg, rgba(246, 243, 255, .98) 0, #CD9CF2 100%)
}

.orh-acad-primary {
    background-image: linear-gradient(-178deg, #CD9CF2 0, #9BB6FE 100%)
}

.orh-acad-highschool {
    background-image: linear-gradient(-178deg, #9BB6FE 0, #D2FEFF 100%)
}

.orh-parent-communication .orh-acad-highschool,
.orh-parent-communication .orh-acad-pre-primary,
.orh-parent-communication .orh-acad-primary {
    background: 0 0
}

.orh-parent-communication {
    background-image: linear-gradient(-180deg, #FCFFFE 0, #B7FFEF 100%)
}

.app-btn {
    margin: 12px 0
}

.app-btn a+a {
    margin-left: 12px
}

.safety-list li span {
    width: 100px;
    text-align: center
}

.safety-list li img {
    max-height: 80px;
    max-width: 80px
}

.safety-list li+li {
    margin-top: 16px
}

.safety-list li p {
    margin-left: 12px;
    vertical-align: middle;
    margin-bottom: 0
}

.orh-acad-reverse .orh-acad-single-content {
    left: 42px
}

.orh-acad-single-content {
    background: #fff;
    position: relative;
    padding: 16px;
    font-size: 16px;
    line-height: 1.6em;
    border-radius: 4px;
    top: -32px;
    left: -42px;
    z-index: 1;
    box-shadow: 2px 2px 24px 6px rgba(0, 0, 0, .06)
}

.orh-acads .nav {
    position: relative;
    top: -10px
}

.orh-acads .nav li a {
    border-radius: 4px;
    min-width: 120px;
    text-align: center;
    position: relative
}

.orh-acads .nav li a span {
    position: relative;
    z-index: 1
}

.orh-acad-img-wrap {
    text-align: center
}

.orh-acad-img-wrap img {
    max-width: 260px
}

.orh-acads-content>p:first-child {
    font-size: 18px
}

.orh-acads .nav li a:before {
    bottom: 5px;
    -webkit-transition: bottom .3s;
    -ms-transition: bottom .3s;
    transition: bottom .3s;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px)
}

.orh-acads .nav li.active a:before {
    bottom: -5px
}

.orh-acads .nav li:first-child a {
    background-color: #FA6CB5;
    color: #fff
}

.orh-acads .nav li:first-child a:before {
    background: #FA6CB5
}

.orh-acads .nav li:nth-child(2) a,
.orh-acads .nav li:nth-child(2) a:before {
    background-color: #50E3C2;
    color: #fff
}

.orh-acads .nav li:nth-child(3) a,
.orh-acads .nav li:nth-child(3) a:before {
    background-color: #74CEE4;
    color: #fff
}

.orh-acads .tab-content {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, .02);
    padding: 24px 18px
}

.orh-news {
    padding: 36px 0 68px
}

.orh-events,
.orh-news-card {
    background-color: #fff;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .06);
    padding: 16px;
    border-radius: 4px
}

.orh-events>p,
.orh-news-card>p {
    font-size: 18px;
    margin-bottom: 18px
}

.orh-news-card ul {
    margin-bottom: 0
}

.orh-news-card li a {
    color: #4a4a4a;
    display: block;
    margin-bottom: 16px
}

.orh-date,
.orh-n-details,
.orh-n-wrap {
    display: inline-block
}

.orh-news-card li:last-child a {
    margin-bottom: 0
}

.orh-n-wrap {
    width: 130px;
    height: 110px;
    background: #ccc
}

.orh-n-details {
    margin-left: 18px;
    vertical-align: top;
    width: -webkit-calc(100% - 155px);
    width: -moz-calc(100% - 155px);
    width: calc(100% - 155px)
}

.orh-n-details span {
    color: #555
}

.orh-n-details span:last-child {
    color: #79B4F9;
    text-decoration: underline
}

.orh-n-details p {
    font-size: 14px;
    height: 60px;
    margin-top: 3px;
    color: #333
}

.orh-date {
    width: 90px;
    height: 90px;
    background: #74CEE4;
    border-radius: 50%;
    text-align: center
}

.orh-date span {
    display: block;
    padding: 18px 0 8px;
    font-size: 28px
}

.orh-events-content {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    display: inline-block;
    margin-left: 18px
}

.orh-events-content p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px
}

.orh-events-content span i {
    display: inline-block;
    margin-right: 2px
}

footer {
    padding-bottom: 0
}

.footer-bg {
    padding: 24px 0 620px;
    background-image: url(../../uploads/2019/09/footer-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%
}

.footer-bg .cur-text {
    font-size: 22px;
    padding: 20px 0;
    background-image: url(../../uploads/2019/09/cur-bg-green.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center
}

.footer-btn {
    position: relative;
    top: 36px
}

.footer-btn img {
    width: 400px
}

.footer-txt {
    padding: 12px;
    max-width: 730px;
    margin: 30px auto 0
}

.footer-btm {
    background: #222;
    padding: 16px 0
}

.footer-btm small {
    font-size: 12px
}

.footerbtm-link li {
    padding: 0
}

.footerbtm-link li a {
    color: #fff;
    font-size: 12px
}

.footerbtm-link li+li:before {
    content: "|";
    margin: 0 4px
}

footer.footer-links {
    font-size: 14px
}

.footer-up {
    background: #222;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 24px
}

.footer-up ul li {
    margin-bottom: 8px
}

.footer-up a {
    display: block;
    color: #f2f3f4;
    font-size: 13px
}

.footer-up a:hover {
    text-decoration: underline
}

.footer-head {
    text-transform: uppercase;
    margin-bottom: 10px
}

.orh-buttons {
    padding: 48px 0;
    text-align: center
}

.orh-buttons a {
    display: inline-block;
    min-width: 220px;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    margin: 0 24px;
    font-size: 16px
}

.orh-btn1 {
    background: #AF55FF;
    background: linear-gradient(-179deg, #AF55FF 2%, #961FFE 98%)
}

.orh-btn2 {
    background: #FC1BA6;
    background: linear-gradient(-180deg, #FC1BA6 0, #CD3B86 99%)
}

.orh-btn3 {
    background: #FFD35A;
    background: linear-gradient(-180deg, #FFD35A 0, #FFC629 98%)
}

.orh-branch-tabs {
    background: #E16C6C;
    background: linear-gradient(-153deg, #E16C6C 0, #F35461 100%)
}

.orh-branch-tabs .nav {
    margin-left: 20px;
    top: 2px;
    position: relative;
    z-index: 1
}

.orh-branch-tabs .nav-tabs>li>a {
    background: #EDEDED
}

.orh-branch-tabs .nav-tabs>li.active>a {
    background: #fff
}

.branch-overview-tab .nav-tabs>li {
    min-width: 20%;
    text-align: center;
    margin-left: 6px
}

.branch-overview-tab .nav>li>a {
    padding: 15px;
    color: #444;
    border-radius: 8px 8px 0 0
}

.branch-overview-tab .nav-tabs>li a p {
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300
}

.branch-overview-tab .nav-tabs>li.active a p {
    color: #4a4a4a
}

.nav {
    margin-left: 0
}

.branch-tab-content {
    background: #fff;
    padding: 24px 16px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 4px;
    position: relative;
    z-index: 2
}

.branch-achieve h2 {
    margin-bottom: 36px
}

.branch-achieve,
.campus-contact-us {
    padding: 36px 0 48px
}

.campus-contact-us {
    background: #ececec
}

.campus-contact-us h4,
.campus-tour h3 {
    font-size: 18px;
    margin-bottom: 12px
}

.campus-contact-us h4 {
    text-transform: none;
    text-decoration: none;
    border: none;
    padding-bottom: 0;
    display: block
}

.teacher-content,
.teacher-img,
.teachers-list li {
    display: inline-block
}

.orh-addr {
    max-width: 250px
}

.orh-addr a.btn {
    padding: 12px 24px
}

.orh-addr h6 {
    font-size: 16px;
    margin-bottom: 10px
}

.teachers-list li {
    width: 48%;
    background: #f4f4f6;
    margin: 20px 10px 26px;
    border-radius: 2px;
    position: relative;
    padding: 36px 12px 16px;
    vertical-align: top
}

.teachers-list li>span {
    box-shadow: 0 1px 6px 3px rgba(0, 0, 0, .08);
    border-radius: 12px;
    position: absolute;
    top: -22px;
    left: 20px;
    display: inline-block;
    background: #50E3C2;
    width: 205px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    letter-spacing: 1px
}

.teachers-list li>span.pac {
    background: #9EDE5A
}

.teachers-list li>span.acad-co {
    background: #FFC937
}

.teachers-list li>span.ast-pac {
    background: #79B4F9
}

.teacher-img img {
    max-width: 100%;
    max-height: 240px
}

.teacher-img>p {
    margin-top: 12px;
    font-size: 16px
}

.teacher-img {
    width: 220px;
    height: 224px;
    text-align: center;
    vertical-align: top
}

.teacher-content {
    margin-left: 12px;
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px)
}

.events-title,
.faculty-title {
    font-size: 18px;
    margin-bottom: 12px
}

.faculty-sub {
    max-width: 500px;
    margin: 0 auto 28px
}

.single-event {
    display: block;
    margin-bottom: 24px
}

.event-content,
.event-img-wrap,
.event-time i,
.tag-cat {
    display: inline-block
}

.single-event a {
    text-decoration: underline
}

.event-time i {
    color: #FFDF88;
    margin-right: 4px
}

.event-img-wrap {
    width: 400px;
    margin-right: 12px;
    vertical-align: top
}

.event-img-wrap img {
    max-width: 100%
}

.event-content {
    min-width: 300px;
    width: -webkit-calc(100% - 420px);
    width: -moz-calc(100% - 420px);
    width: calc(100% - 420px)
}

address {
    line-height: 1.5
}

@media (min-width:1200px) {
    .container.branch-achieve,
    .container.campus-contact-us,
    .container.campus-tour {
        width: 1140px
    }
}

.sub-head {
    font-size: 15px;
    margin-bottom: 24px
}

.branch-infra h1 {
    font-size: 18px;
    margin-bottom: 12px
}

.branch-infra .orh-highlight {
    margin-bottom: 24px
}

.container .gallery a.big {
    display: inline-block;
    margin: 4px;
    max-width: 30%
}

@media (max-width:760px) {
    .container .gallery a.big {
        width: 90%;
        max-width: 100%
    }
    .container .gallery a.big img {
        width: auto !important;
        max-width: 100% !important
    }
}

.orh-career-tab {
    border: 1px solid #ddd;
    margin-top: 36px
}

.orh-career h1 {
    font-size: 20px;
    margin-bottom: 12px
}

.orh-career-tab .nav {
    background: #fff;
    color: #444;
    margin-left: -15px;
    min-height: 650px
}

.orh-career-tab .nav a {
    color: #444;
    padding: 14px;
    position: relative
}

.orh-career-tab .nav li.active a {
    box-shadow: inset 3px 0 #801014
}

.orh-career-tab .nav li.active a:after {
    content: "";
    position: absolute;
    right: -10px;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.orh-career-tab .tab-pane {
    padding: 15px 15px 15px 0
}

.career-cat {
    margin-bottom: 24px
}

.tag-cat {
    border-radius: 24px;
    color: #fff;
    padding: 4px 24px;
    font-size: 12px;
    letter-spacing: .8px;
    margin-bottom: -10px
}

.career-cat-marketing .tag-cat {
    background: #4A90E2
}

.career-cat-teach .tag-cat {
    background: #50E3C2
}

.career-cat-activity .tag-cat {
    background: #E26262
}

.career-head {
    display: block;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(227, 227, 227, .5);
    border-radius: 4px;
    padding: 12px 18px;
    color: #222;
    margin-top: 16px
}

.career-head span {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 12px
}

.career-detail {
    background: #fff;
    margin: 2px 20px
}

.career-detail-content {
    padding: 12px 12px 24px
}

.career-detail-content ul {
    margin-left: 24px;
    padding-left: 0
}

.career-detail-content .btn-primary {
    padding: 8px 12px;
    margin-left: 12px;
    color: #fff
}

.orh-branch h1,
.orh-city h1 {
    margin: 8px 0 24px
}

.city-content ul li {
    margin-bottom: 6px
}

.orh-direction-card {
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .06);
    background-color: #fff;
    border-radius: 4px;
    padding: 12px;
    width: 31%;
    display: inline-block;
    margin: 0 12px 58px;
    top: 0;
    position: relative;
    -webkit-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease
}

.orh-direction-card:hover {
    top: -2px;
    box-shadow: 0 2px 12px 6px rgba(0, 0, 0, .04)
}

.orh-direction-card>a,
.orh-single-city-achieve a>span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    text-align: center
}

.orh-direction-card>a {
    color: #fff;
    background: #FFDF88;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    font-size: 38px;
    margin: 0 auto;
    bottom: -25px
}

.orh-direction-card address p:first-child {
    font-size: 16px;
    margin-top: 12px;
    font-weight: 500
}

.orh-direction-card address i {
    margin-right: 8px;
    display: inline-block
}

.orh-school-directions {
    padding: 36px 0 48px;
    background-image: linear-gradient(-136deg, #B868FF 0, #AE53FF 25%, #A33BFE 53%, #9013FE 100%)
}

.orh-school-directions h2 {
    margin-bottom: 36px;
    color: #fff
}

.branch-overview-tab .nav-tabs>li.active svg #branch-page {
    fill: #801014 !important
}

.branch-overview-tab .nav-tabs>li:nth-child(3).active svg #Welcome #branch-page {
    fill: none !important;
    stroke: #801014 !important
}

.orh-city-achievements {
    padding: 36px 0 48px
}

.orh-city-achievements h3 {
    margin-bottom: 36px
}

.orh-single-city-achieve a {
    color: #4a4a4a;
    display: block;
    position: relative
}

.orh-single-city-achieve a>span {
    position: absolute;
    right: 22px;
    top: 208px;
    background: #50E3C2;
    z-index: 1;
    color: #fff;
    font-size: 38px
}

.orh-single-city-achieve a>span i {
    color: #fff;
    position: relative;
    left: 5px
}

.orh-single-city-achieve {
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .06);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 31%;
    display: inline-block;
    margin: 0 12px 58px;
    top: 0;
    position: relative;
    -webkit-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    vertical-align: top
}

.orh-ach-img-wrap {
    height: 275px;
    overflow: hidden
}

.orh-ach-img-wrap img {
    width: 100%
}

.orh-ach-content {
    padding: 12px;
    position: relative
}

.orh-ach-content * {
    position: relative;
    z-index: 12
}

.orh-ach-content:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 104%;
    height: 20px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    top: -24px;
    left: -11px;
    border-bottom: 44px solid #fff
}

.orh-single-city-achieve i {
    display: inline-block;
    margin-right: 8px;
    color: #FFDF88
}

.orh-campus-360 {
    background: #f5f5f5;
    padding: 48px 0
}

.single-event {
    background: #FFF;
    box-shadow: 2px 3px 15px 11px rgba(0, 0, 0, .04);
    border-radius: 6px;
    padding: 16px
}

.single-events-list {
    background: #fff;
    display: block;
    padding: 12px;
    margin-bottom: 16px;
    color: #444 !important
}

.event-head {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500
}

.event-content p {
    margin: 5px 0 8px
}

.caldera-grid {
    margin: 10px 0
}

.facilities {
    padding-top: 36px
}

.container .facilities a {
    background: #fff;
    margin: 6px !important;
    padding: 10px;
    vertical-align: middle;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, .02)
}

.container .facilities a p {
    margin-bottom: 0;
    margin-top: 12px;
    color: #444
}

.container .facilities a img {
    float: none;
    width: 100% !important
}

input#fld_4195760_1 {
    background: #8bedd7;
    width: 100%;
    height: 46px;
    border: none
}

.infra-content h1 {
    margin: 14px 0 20px
}

.infra-s-head,
.infra-s-img1 {
    margin-bottom: 36px
}

.orh-infra-single {
    padding: 36px 0
}

.infra-btn {
    color: #fff !important;
    background: #8938DA;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    width: 200px;
    height: 44px;
    border-radius: 4px
}

.orh-infra-single.swimming-pool.single-infra {
    background-image: linear-gradient(0deg, #E2D1C3 0, #FDFCFB 100%)
}

.tab-lab {
    background-image: linear-gradient(-1deg, #FDCBF1 0, #E6DEE9 100%)
}

.swimming-pool {
    background-image: linear-gradient(-180deg, #FACEF0 0, #A6C0FE 100%)
}

.basket-ball {
    background-image: linear-gradient(-1deg, #A7C0FE 0, #a8c0fe 100%)
}

.skating {
    background-image: linear-gradient(-180deg, #a7c0fe 0, #D2C7F7 100%)
}

.dance-music {
    background-image: linear-gradient(-180deg, #d1c7f7 0, #d88dd2 100%)
}

.digital-library {
    background-image: linear-gradient(-180deg, #d88ed3 0, #fcccf1 100%)
}

.computer-lab {
    background-image: linear-gradient(-180deg, #fbcaf0 0, #ccf3fc 100%)
}

.infra-s-img {
    height: 360px;
    overflow: hidden;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 2px 2px 24px 6px rgba(0, 0, 0, .06);
    position: relative;
    z-index: 1
}

.infra-s-wrap {
    margin-top: 36px
}

.infra-s-img1 {
    background: #fff;
    height: 300px;
    border-radius: 4px
}

.infra-s-content {
    background: #fff;
    position: relative;
    left: -42px;
    padding: 16px 16px 16px 34px;
    border-radius: 12px;
    top: 15px;
    height: 300px
}

.infra-s-content>p:first-child {
    font-size: 20px;
    margin: 12px 0 20px
}

.container .infra-s-wrap.gallery a.big {
    width: 100%;
    max-width: 100%;
    margin: 0 0 36px;
    height: 234px;
    display: block;
    overflow: hidden;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .06)
}

.container .infra-s-wrap.gallery a.big img {
    width: 100%;
    border: none
}

.container .infra-s-wrap.gallery a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.orh-logo {
    padding: 48px 0
}

.orh-logo h3 {
    margin-bottom: 36px
}

.orh-logo-wrap {
    border: 1px solid #979797;
    display: inline-block;
    padding: 12px
}

.orh-logo-wrap img {
    width: 180px
}

.orh-logo-content-more {
    display: inline-block;
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    vertical-align: top;
    margin-left: 24px
}

.orh-logo-content-more ul {
    margin-left: 20px
}

.orh-vision {
    background-image: linear-gradient(0deg, #E2D1C3 0, #FDFCFB 100%);
    padding: 48px 0
}

.orh-vision-content {
    position: relative;
    height: 670px;
    max-width: 1000px;
    margin: 48px auto 0
}

.orh-v-bt-left>span,
.orh-v-bt-right>span,
.orh-v-top-left>span,
.orh-v-top-right>span {
    position: absolute;
    top: -5px;
    left: 0;
    text-align: center;
    width: 220px;
    background: #50E3C2;
    box-shadow: 0 1px 6px 3px rgba(0, 0, 0, .08);
    border-radius: 12px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    font-size: 16px
}

.orh-v-top-right>span {
    background: #FFC937
}

.orh-v-bt-left>span {
    background: #79B4F9
}

.orh-v-bt-right>span {
    background: #9EDE5A
}

.orh-v-center {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 194px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px
}

.orh-v-center>img {
    max-width: 150px
}

.orh-v-bt-left,
.orh-v-bt-right,
.orh-v-top-left,
.orh-v-top-right {
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 220px;
    background: #fff;
    border-radius: 50%;
    padding: 54px 23px 23px;
    line-height: 19px;
    text-align: center
}

.orh-v-top-left:after,
.orh-v-top-right:after {
    content: "";
    width: 221px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 187px;
    bottom: 8px;
    border-radius: 2px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg)
}

.orh-v-bt-left:after,
.orh-v-bt-right:after {
    content: "";
    width: 240px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 220px;
    border-radius: 2px
}

.orh-v-bt-right:after {
    left: -209px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg)
}

.orh-v-bt-left:after {
    left: 187px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.orh-v-top-right:after {
    right: 187px;
    left: auto;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.orh-v-top-right {
    right: 0;
    left: auto
}

.orh-v-bt-left,
.orh-v-bt-right {
    bottom: 0;
    top: auto;
    padding-top: 80px
}

.orh-v-bt-right {
    right: 0;
    left: auto
}

.orh-about-infra {
    background-image: linear-gradient(-180deg, #F5EFEF 0, #F5EFEF 99%);
    padding: 48px 0
}

.orh-about-infra .cur-text {
    margin-bottom: 48px
}

.infra-svg {
    text-align: center;
    margin: 0 auto;
    position: relative
}

.infra-svg>img {
    position: absolute;
    left: 10px;
    top: -228px;
    right: 0;
    display: block;
    bottom: 0;
    margin: 50% auto;
    width: 150px
}

.orh-leadership {
    padding: 48px 0
}

.orh-leadership .cur-text {
    margin-bottom: 48px
}

@-webkit-keyframes popupshow {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes popupshow {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes popupshow {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes popupshow {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.orh-promo-popup.showpopup {
    -webkit-animation: popupshow .5s linear .1s forwards;
    -ms-animation: popupshow .5s linear .1s forwards;
    animation: popupshow .5s linear .1s forwards
}

.orh-promo-popup {
    position: absolute;
    width: 650px;
    background: #fff;
    top: 120px;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    bottom: 0;
    right: 0;
    z-index: 1500;
    margin: 0 auto;
    height: 325px;
    border-radius: 2px;
    overflow: hidden
}

.orh-promo-popup a {
    position: absolute;
    right: 8px;
    top: 5px;
    color: #ccc;
    font-size: 35px
}

.orh-promo-popup>img {
    max-width: 100%
}

.orh-overlay {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    width: 100vw;
    height: 100vh;
    display: none;
    top: 0;
    left: 0;
    z-index: 500
}

.orh-overlay.showoverlay {
    display: block
}

@media only screen and (max-width:700px) {
    .orh-acad-reverse .orh-acad-single-content,
    .orh-acad-single-content {
        left: 0
    }
    .orh-overlay,
    .orh-promo-popup,
    .orh-v-bt-left:after,
    .orh-v-bt-right:after,
    .orh-v-center,
    .orh-v-top-left:after,
    .orh-v-top-right:after {
        display: none
    }
    .infra-svg svg {
        width: 300px;
        height: 400px
    }
    .infra-svg>img {
        position: absolute;
        left: 6px;
        top: -126px;
        width: 66px
    }
    .orh-l-content {
        margin-top: 20px
    }
    .orh-vision-content {
        max-width: 300px;
        height: 980px
    }
    .orh-v-bt-left,
    .orh-v-bt-right {
        top: 520px
    }
    .orh-v-bt-right {
        top: 778px;
        left: 0
    }
    .orh-v-top-right {
        right: 0;
        left: 0;
        top: 260px
    }
    .orh-logo-content-more {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
    .teacher-img img {
        max-height: 210px
    }
    .teachers-list li {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .event-img-wrap {
        width: 100%
    }
    .event-content {
        min-width: 100%;
        margin-top: 12px
    }
    .teacher-img {
        margin: 0 auto
    }
    .teacher-content,
    .teacher-img {
        display: block
    }
    .teacher-content {
        display: block;
        width: 100%;
        margin-top: 24px;
        margin-left: 0
    }
    .main-search,
    header .navbar-form {
        display: none
    }
    .orh-branch-tabs .nav {
        margin-left: 2px
    }
    .orh-direction-card,
    .orh-single-city-achieve {
        margin-left: 0;
        width: 100%
    }
    .orh-home-text .container {
        top: -8px
    }
    .orh-home-fac a {
        width: 100%;
        margin-right: 0
    }
    .orh-n-details {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
        margin-left: 6px
    }
    .orh-events,
    .orh-news-card {
        margin-bottom: 12px
    }
    .orh-acads .nav li a {
        min-width: auto
    }
    .orh-acad-img-wrap {
        margin-bottom: 16px
    }
    .footer-bg {
        padding: 24px 0 195px
    }
    .footer-btn img {
        width: 300px
    }
    .campus-map,
    .orh-form {
        margin-top: 12px
    }
    .home h1 {
        font-size: 16px
    }
    header .logo-tag img {
        width: 100px
    }
    .orh-f-data {
        margin: 36px 0
    }
    .orh-highlight-big .left-line span:first-child {
        width: 90px
    }
    .orh-highlight-big .left-line span {
        width: 60px
    }
    .branch-overview-tab .nav-tabs>li {
        min-width: auto;
        margin-left: 2px
    }
    .branch-overview-tab .nav-tabs>li a p {
        font-size: 9px;
        letter-spacing: normal;
        margin-top: 4px;
        margin-bottom: 4px
    }
    .orh-buttons {
        margin: 36px 0
    }
    .orh-buttons a {
        margin: 12px
    }
    .branch-overview-tab .nav>li>a {
        padding: 8px
    }
    .branch-overview-tab .nav>li:nth-child(2)>a svg {
        width: 26px
    }
    .branch-overview-tab .nav>li:last-child>a svg {
        width: 28px
    }
    .event1-content {
        width: 100%;
        margin-top: 20px
    }
    .orh-left,
    .orh-right {
        float: none
    }
    .orh-career-tab {
        border: none
    }
    .dropdown-career {
        display: block !important;
        margin-left: 14px
    }
    .dropdown-career .dropdown-menu>li>a {
        padding: 8px 20px
    }
    .dropdown-career .btn {
        padding: 12px 24px;
        cursor: pointer;
        color: #333 !important
    }
    .dropdown-career .dropdown-menu>.active>a,
    .dropdown-career .dropdown-menu>.active>a:focus,
    .dropdown-career .dropdown-menu>.active>a:hover {
        background: #fff;
        color: #333
    }
}

.page-id-108891 .page-title h1 {
    text-align: center;
}


/* from here sandeep code starts */


/*
Theme name: Ultra Bootstrap Child
Theme-URI:http://wordpress:8888
Description: Britannia
Author: Ashish Bhatia
Author URI: sanj00189@gmail.com
Template: ultrabootstrap
Version: 0.1 */


/* Career page css */


/* Color Codes
 Yellow: #fad843
 Red: #c72027
 Testi Back: #3a3a3c
 Footer: #0b1727 */

.orh-slide-content {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    max-width: 250px;
    padding: 12px;
    font-size: 16px;
    position: absolute;
    bottom: 2px;
}

.list-inline,
.list-unstyled {
    margin: 0;
}

.navbar {
    min-height: 72px;
}

.logged-in header .navbar-default {
    top: 0;
}

.current-menu-ancestor>a {
    background-color: #c72027;
    color: #fff !important;
    border-bottom: 3px solid #fad843;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #c72027;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.about-section {
    background: url("../../uploads/2019/11/about-us-background.png") no-repeat;
    margin: 20px 0px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #c72027;
    /* border-color: #337ab7; */
}

#about-section {
    color: #fff;
}

.about-box {
    background-color: #081f448c;
    padding: 20px;
    height: 290px;
    margin: 25px 0px;
    /* opacity: .5; */
}

.about-box h4 {
    border-bottom: none;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
}

.about-box img {
    width: auto;
    margin: 5px auto;
}

.about-box p {
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.openingjob-content {
    margin: 20px;
    width: auto;
    border-bottom: 1px solid gray;
    border-right: 1px solid grey;
    /* padding: 0px 10px 10px 0px; */
    padding: 20px;
}

.openingjob-content h3 {
    color: #c72027;
    display: inline;
    cursor: pointer;
}

.career-bulleting ul {
    list-style: none;
    padding: 5px;
}

.career-apply {
    background: #c72027;
    width: 180px;
    height: 35px;
    border: none;
    color: #fff;
    /* margin: 0 auto;
    display: block; */
    float: right;
}

.btn-city {
    background: #c72027;
    width: 120px;
    height: 32px;
    color: white;
    font-size: 14px;
}

.btn-city:hover {
    background: #c72027;
}

.btn-city option:hover {
    background: #fff;
    color: #c72027;
}

.table-subject tr th {
    background-color: #fad843;
    text-align: center;
    align-content: center;
    width: 25%;
    vertical-align: middle;
    color: black;
}

.table-subject tr {
    border-top: 2px solid #081f44;
}

.table-subject td {
    border-right: 1px solid rgb(226, 220, 220);
    padding: 15px 30px;
    background-color: #fff;
    color: black;
    text-align: left;
}

.table-subject td p {
    text-align: left;
}

.logo-tag img {
    width: 190px!important;
    height: auto!important;
}

header .logo-tag {
    margin: 10px 0;
}

img.card-img-top.lazyloading {
    width: 100%;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.card {
    margin-top: 25px;
}

.card-title {
    font-size: 16px;
    text-align: center;
    width: 100%;
    border-bottom: none;
    color: black;
    margin-top: 15px;
}

.card-title h4 {
    font-size: 15px;
    line-height: 0px;
}

header .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #c72027;
}

header .navbar-default .navbar-nav>.active>a {
    background-color: #c72027;
    color: #fff;
    border-bottom: 3px solid #fad843;
}

header .navbar-default .navbar-nav li a {
    color: #000;
    letter-spacing: normal;
    line-height: 40px;
    font-size: 0.85em;
}

.logo-tag img {
    width: 190px;
    height: auto;
}


/* Sandeep's CSS */

.admission-button {
    background: #c72027;
    width: 210px;
    height: 43px;
    border: 1px solid #c72027;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    margin: 10px;
}

.appointment-back {
    width: 100%;
    background-color: #081f44;
    margin: 20px 0px 20px 0px;
    color: white;
    padding: 20px;
}

.appointment-back p {
    color: #fff;
}

.appointment-back button {
    margin: 0 auto;
    display: block;
}

.sub-head h3:after {
    content: '';
    position: absolute;
    width: 8%;
    height: 3px;
    bottom: 0;
    left: 7%;
    right: 0px;
    margin: 0px auto;
    background: #fad843;
}

.sub-head h3:before {
    position: absolute;
    background: #c72027;
    height: 3px;
    content: '';
    width: 6%;
    bottom: 0px;
    left: 43%;
}

.sub-head h3 {
    padding-bottom: 10px;
    width: 60%;
    margin: 20px auto;
    position: relative;
    text-align: center;
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.sub-head p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 36px;
    color: #000;
    margin-bottom: 5px;
}

.sub-head ul li {
    margin-left: 10px;
}

.comp-sub-head h3 {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-family: 'Raleway', sans-serif;
}

.comp-sub-head p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 36px;
    color: #000;
    margin-bottom: 5px;
}

.side-head {
    margin-top: 20px;
}

.side-head h5 {
    font-weight: bold;
    margin: 5px 0px;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.section-back {
    height: auto;
    width: 100%;
    background: #f4f4f4;
    padding: 20px;
}

.section-backless {
    height: auto;
    width: 100%;
    padding: 20px;
}

.section-backless ul li {
    text-align: left;
}


/*Sharper section home-page */

.sharper-list-home {
    list-style: none;
    margin-top: 30px;
}

.sharper-list-home li {
    display: inline-block;
}

.sharper-list-home li p {
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.sharper-list-home li img {
    width: 125px;
}

.sharper-list-home img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.sa_hover_container {
    position: relative;
}


/*sharper section home-page */


/*####################################################*/

#tab-scroll-sharper {
    margin-bottom: 50px;
    overflow: hidden;
    height: auto;
    background-color: #ffffff78;
    z-index: 1000;
}

#tabfixed-sharper {
    z-index: 1000;
}

.sticky-sharper {
    position: fixed;
    top: 100px;
    width: 100%;
}

.logo-menu.sticky-tab {
    top: 0;
    z-index: 1000;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}


/*sharper ends */

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    height: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace
}

.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
    outline: 0
}

body.hidden-scroll {
    overflow: hidden
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .7;
    display: none;
    z-index: 1050
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    top: 30px;
    display: none;
    color: #000;
    position: fixed
}

.sl-wrapper {
    z-index: 1040
}

.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer
}

.sl-wrapper button:hover {
    opacity: .7
}

.sl-wrapper .sl-close {
    right: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 3rem
}

.sl-wrapper .sl-counter {
    left: 30px;
    z-index: 1060;
    font-size: 1rem
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    text-align: center;
    display: block;
    z-index: 1060;
    color: #000
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-o-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-ms-keyframes pulsate {
    0%,
    100% {
        opacity: 0
    }
    0% {
        transform: scale(.1)
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2)
    }
}

.container .gallery a img {
    float: left;
    width: 90%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative
}

.container .gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5
}

.container .gallery a.big {
    display: inline-block;
    margin: 4px;
    max-width: 30%;
}

.container .gallery a.big img {
    width: 96%
}

body {
    background: #fff;
    font-family: sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

section {
    width: 100%;
    margin: 0px;
    padding: 0px;
}


/**********header strt here*******/

.header {
    background: #ccc;
    height: 100px;
    position: fixed;
    width: 100%;
    top: 0;
}

.imgHead {
    width: 30%;
    float: left;
}

.menuBar {
    float: right;
    width: 70%;
}

.menuBar ul {
    padding: 40px;
}

.menuBar ul li {
    display: inline;
    font-size: 14px;
    color: #000;
}

.menuBar ul li a {
    color: #000;
    font-size: 17px;
    list-style: none;
    text-decoration: none;
    padding: 40px 10px;
}

.menuBar ul li:hover {
    background: #c72027;
    border-bottom: 3px solid #d2b768;
    height: 100px;
    color: #fff;
}

.menuBar ul li a:hover {
    color: #fff;
}

.menuBarul ul li a:focus {
    background: #c72027;
    border-bottom: 3px solid #d2b768;
    height: 100px;
    color: #fff;
}

.menuBar ul li a:active {
    background: #c72027 !important;
    border-bottom: 3px solid #d2b768;
    height: 100px;
    color: #fff !important;
}


/**********header end here*******/


/***nav strt****************/


/***************************/

.navbar-fixed-top .main-menu li a {
    color: #000;
}

.navbar-fixed-top .main-menu li a:hover {
    background: #fad843;
}

.main-menu.navList li a {
    color: #000;
}

.top-bar {
    background: #000;
    color: #fff;
    padding: 15px 0;
    height: 115px;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.top-bar .navbar-nav li a:hover {
    background: transparent;
}

.top-bar .main-menu li {
    position: relative;
}

.menuBar li {
    padding: -30px 0;
}

.navbar-brand img {
    width: 200px;
}


/*.top-bar .main-menu .menuBar li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    padding: 10px;
}*/

.top-bar .main-menu .menuBar li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: block;
    padding: 40px 10px;
    white-space: nowrap;
    z-index: 2;
    border: none;
}

.top-bar .main-menu li:hover {
    background: #c72027;
    border-bottom: 3px solid #fad843;
    height: 100px;
    color: #fff;
}

.top-bar .main-menu .menuBar li a:hover {
    color: #fff;
}

.top-bar .main-menu li a:focus {
    background: #c72027;
    border-bottom: 3px solid #fad843;
    height: 100px;
    color: #fff;
}

.top-bar .main-menu li a:active {
    background: #c72027 !important;
    border-bottom: 3px solid #fad843;
    height: 100px;
    color: #fff !important;
}


/*.top-bar .main-menu li a:active {
    background: #901b23;
    border-bottom: 1px solid #d2b768;
    height: 50px;
    color: #fff;
}*/


/*.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-header .navbar-brand a {
    height: auto;
    display: inline-block;
    margin-top: 8px;
}

.navbar-custom .nav li a {
    position: relative;
    color: #222222;
}*/


/*******nav end here****/

.top-space {
    margin-top: 20px;
}


/***admiss strt here****/

.bannerImg {
    background-position: center;
    background-size: cover;
    /* margin-top: 95px; */
}

.bannerBox {
    background: #fad843;
    height: auto;
    margin: 0px auto;
    width: 100%;
    position: relative;
    padding: 30px 60px;
}

.bannerContent {
    text-align: right;
    padding-top: 2px;
}

.bannerContent h2 {
    padding-right: 120px;
    font-weight: bold;
    font-size: 39px;
}

.bannerInput {
    text-align: left;
}

.bannerInput p {
    text-align: justify;
    color: #000;
}

.bannerInput h4 {
    font-weight: bold;
    font-size: 20px;
}

.listContent li {
    padding-top: 38px;
    line-height: 30px;
}

#formSelect {
    width: 214px;
    border: 1px solid #c72027;
    border-radius: 0px;
}

input {
    border: 1px solid #c72027;
    width: 217px;
    font-size: 16px;
    height: 30px;
}

.nav-tabs.nav-justified>li>a {
    color: #000;
}

a.dynamic-tabs.active {
    color: #c72027;
}

.home .buttonBanner {
    background: #c72027;
    width: 210px!important;
    height: 34px!important;
    border: none;
    color: #fff;
    float: right;
    margin-right: 19px;
    margin-top: 25px;
}

.buttonBanner {
    background: #c72027;
    width: 210px!important;
    height: 34px!important;
    border: none;
    color: #fff;
    float: right;
    margin-right: 19px;
    margin-top: 25px;
}

.city-button {
    background: #c72027;
    width: 110px;
    height: 34px;
    border: 1px solid #c72027;
    font-size: 12px;
    color: #fff;
    float: left;
}


/****admiss end heree***/


/*****tab page strt here***/

.tabPara {
    text-align: center;
}

.tabparaContent p {
    text-align: justify;
}

.navMenu li {
    padding-left: 65px;
    margin: 0 auto;
    text-align: center !important;
    align-items: center;
}

.borderTab {
    border-bottom: 1px solid #fad843;
}

.nav-tabs.navMenu {
    border-bottom: 0;
}

.nav-tabs.navMenu li a:hover {
    border-bottom: 1px solid #c72027;
    background: none;
    cursor: pointer;
}

.nav-tabs.navMenu li a:active {
    border-bottom: 1px solid #c72027;
    background: none;
    cursor: pointer;
}

.nav-tabs.navMenu>li.active>a,
.nav-tabs.navMenu>li.active>a:hover {
    background-color: none;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}


/*****tab page end here***/

.home-facts {
    width: 50%;
    margin: 20px auto;
    text-align: center;
}

.home-facts img {
    width: auto;
    height: 55px;
}

.home-facts h2 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 35px;
    margin-top: 10px;
}

.home-facts h5 {
    font-size: 18px;
    color: #000;
}

.home-city-background {
    background: url("../../uploads/2019/12/Asset-28.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 325px;
    color: #fff;
    position: relative;
    padding-top: 20px;
}

.city-facts {
    width: 50%;
    margin: 40px auto;
    text-align: center;
}

.city-facts:hover {
    transform: scale(1.1);
}

.city-facts h3,
h5 {
    color: #fff;
}

.city-facts h3 {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.city-facts a:hover {
    text-decoration: none;
}


/****phislios page strt here*****/

.iconBanner {
    background: url("../../uploads/2019/12/iconbanner.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 420px;
    margin-top: 30px;
    padding-top: 20px;
}


/*****phislios page end here******/


/*****curr page strt here***/

.currBack {
    padding-bottom: 14px;
    width: 100%;
    background: #f4f4f4;
    height: auto;
}

.currPage {
    text-align: center;
    margin-top: 25px;
}

.currBox {
    padding-top: 15px;
}

.currBox h5 {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}

.currBox p {
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.currBox img {
    width: auto;
    height: 70px;
    margin: 0px auto;
}

.currBox img:hover {
    transform: scale(1.1);
}


/****curr page end here***/


/*******award  page strt here********/

.awrdBack {
    height: auto;
    margin-bottom: 27px;
}

.awardPic {
    padding-top: 30px;
    padding-bottom: 30px;
}

.awardPage {
    padding-top: 25px;
}


/*******award  page end here********/


/************map page strt here***********/

.mapBack {
    height: auto;
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 44px;
}

.mapPage {
    width: 100%;
    padding-top: 25px;
}

.mapbackImg {
    background: url("../../uploads/2019/08/3.html") no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}

.mapDigit {
    text-align: center;
    padding: 38px 0px 0px 59px;
}

.mapDigit img {
    cursor: pointer;
    margin: 0 auto;
    width: auto;
}

.mapContent h4 {
    font-weight: bold;
    color: #ffff;
    width: auto;
    margin-right: 185px;
    border-bottom: none;
    margin-top: 20px;
    padding: 0;
}

.mapContent h5 {
    color: #ffff;
    text-align: center;
    margin-right: 186px;
    margin-bottom: 15px;
}

.mapContent {
    position: relative;
    left: 80px;
    top: 10px;
}

.mapIcons {
    margin-left: -12px;
    /*border-top: 1px solid #fff;*/
}

.backMapTwo {
    background: url("../../uploads/2019/11/10.png") no-repeat;
    background-position: center;
    background-size: cover;
    /*height: 312px;*/
    margin-top: 44px;
    height: 312px;
}

.backMapOne {
    background: url("../../uploads/2019/11/mapback_1.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 312px;
    margin-top: 44px;
}

.map-one h5 {
    text-align: center;
    padding: 40px;
    margin: 9px 0px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}


/* .map-one p {
    text-align: center;
    margin: 5px 0px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
} */

.form-group {
    width: 210px !important;
    min-height: 26px;
}


/*************map page end here**********/


/*****slider page strt here**/


/*slider css starts*/

.banner-main {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    overflow: hidden;
    margin-bottom: 0.1%;
}

.banner-load {
    position: absolute;
    top: 0px;
    left: 0px;
}


/* slider css ends */

.glyphicon.infra-leftarrow {
    position: relative;
    z-index: 999;
    top: 46px;
    left: -248px;
    cursor: pointer;
    /* margin-top: -1px; */
}

.glyphicon.infra-rghtarrow {
    position: relative;
    z-index: 10;
    top: -60px;
    right: 12px;
    cursor: pointer;
    /* display: block; */
    float: right;
}

.infra-arrow {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background: #00000082;
    border-radius: 50%;
}

.leftScroll {
    padding-top: 15px;
}

.rightScroll {
    padding-top: 15px;
}

.listimgwrap {
    width: 100%;
    max-width: 520px;
    overflow: hidden;
}

.listImg {
    white-space: nowrap;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

.listImg img {
    width: 85px;
    /* margin-top: 8px; */
    margin: 0px auto;
    cursor: pointer;
}

#imageInfra img {
    width: 515px;
    padding-top: 20px;
}

.scrollBack {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
}

.listScroll-infra li {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-family: Segoe UI, Semilight;
    display: block;
    text-align: left;
}

.listScroll .listPara {
    border-bottom: none;
    text-align: justify;
}

.scrolldPage {
    padding-top: 35px;
}


/**************testi page strt here********/

.testi-slider {
    height: 270px;
    margin-bottom: 0px;
}

.testiBack {
    background: #f4f4f4;
    width: 100%;
    height: 430px;
}

.testiBanner {
    width: 100%;
    height: 378px;
    margin-bottom: 35px;
}

.testiPage {
    padding-top: 35px;
}

.testiContent img {
    position: absolute;
    width: 100px;
    bottom: -40px;
    border-radius: 50%;
    border: 4px solid #fff;
    left: 50px;
}

.testiContent {
    background: #3a3a3c;
    height: 220px;
    padding: 10px;
    margin-left: 17px;
}

.slider_176 {
    height: 600px;
}

.testiContent h4 {
    text-decoration: none;
    color: #fff;
    border-bottom: none;
    margin: 0;
    text-align: left;
}


/* .testiContent + .testiContent {
  margin-left: 12px;
} */

.testiContent p {
    color: #fff;
    text-align: justify;
    line-height: 22px;
    font-style: italic;
    padding: 15px;
}


/* .testiImg {
    position: absolute;
    width: 100px;
    bottom: -40px;
    border-radius: 50%;
    border: 4px solid #f3ecec; 
} */


/********testi page end here***********/


/************footer page strt here******/

.footerBack {
    background: #0b1727;
}

.footerList {
    display: inline;
    padding-top: 18px;
}

.footerBottom {
    background: #000;
    height: 75px;
}

.footerContent {
    padding-top: 13px;
    padding-bottom: 13px;
}

.listfooterCont {
    line-height: 35px;
}

.listfooterCont a {
    color: #fff;
    font-size: 13px;
}

.listfooterCont a:visited {
    text-decoration: none;
}

.listfooterCont a:hover {
    color: #fff;
}

.listfooterCont li {
    font-size: 14px;
    color: #fff;
    list-style: none;
    text-decoration: none;
}

.column {
    float: left;
    width: 20%;
    padding: 10px;
}

.listfooterCont .active {
    font-size: 18px;
    font-weight: bold;
}

.footerCol {
    color: #eee;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.list-inline li i {
    font-size: 30px;
}

.footerCol.listIcon li {
    text-align: center;
}

footer {
    padding: 0;
}


/**********footer page end here***********/


/***********about us page strt here*********/


/*******************************************/


/**********bannner page strt here***/

.Aboutus-banner {
    background: url(../images/banner.html) no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 97px;
    height: 621px;
}

.register-form {
    width: 50%;
    float: right;
}

.form-group.form-list {
    margin-bottom: 43px;
}

label {
    color: #000;
}

.enquiry-page {
    position: absolute;
    right: -27%;
    top: 7px;
    width: 24%;
    color: #fff;
    background: #fff;
    height: 538px;
    border: 0.5px solid #ccc;
    padding-top: -9px;
    padding-top: 15px;
}

.enquiry-page h2 {
    text-align: left;
    color: #c72027;
    margin-top: -16px;
    line-height: 47px;
    margin-left: -8px;
    font-family: Raleway, Semibold;
}

.enquiry-page h2:before {
    position: absolute;
    background: #c72027;
    height: 2px;
    content: '';
    width: 66px;
    left: 20px;
    top: 58px;
}

.enquiry-page h2:after {
    content: '';
    position: absolute;
    width: 88px;
    height: 2px;
    left: 0px;
    right: 103px;
    margin: 0px auto;
    background: #fad843;
    top: 58px;
}

.enquiry-content {
    padding: 13px;
}

input[type=text] {
    border: 1px solid #c72027;
    border-radius: 0;
    padding-left: 20px;
    border-radius: 4px;
}

input[type=email] {
    border-radius: 0px;
    padding-left: 20px;
    border-radius: 4px;
}

input[type=number] {
    border-radius: 0px;
    padding-left: 20px;
}

input[type=number]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder {
    padding-left: 0px;
}

.btn-enqiury {
    background: #c72027;
    color: #fff;
    position: relative;
    width: 100%;
    border: 1px solid #c72027;
    font-family: Segoe UI, Semilight;
}

.btn-enqiury:hover {
    color: #fff;
}

#formSelect-abt {
    border: 1px solid #c72027;
    border-radius: 0px;
    font-family: Segoe UI, Semilight;
}


/**********banner page end here*****/


/********scroll page strt here*********/

.scrollBanner {
    background: url(../../uploads/2019/11/city_ban_1.jpg) no-repeat;
    background-size: cover;
    height: 500px;
    margin-top: 10px;
}

.scrollBanner-one {
    background: url(../../uploads/2019/11/city_ban_2.jpg) no-repeat;
    background-size: cover;
    height: 500px;
}

.scrollBanner-two {
    background: url(../../uploads/2019/11/city_ban_3.jpg) no-repeat;
    background-size: cover;
    height: 500px;
}

.scrollBanner-content {
    float: right;
    width: 50%;
    margin-top: 64px;
}

.scroll-head h2 {
    color: #fad843;
    text-transform: uppercase;
    text-align: left;
    font-family: Raleway, Semibold;
}

.scrollPara-content {
    height: 300px;
    color: #fff;
    font-size: 16px;
    padding: 36px;
    background: #0000006b;
    margin-right: 55px;
    font-family: Segoe UI, Semilight;
}

.scrollBanner-one {
    background: url(../images/about/2.html) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    height: 500px;
}

.scrollBanner-content-one {
    float: left;
    width: 50%;
    margin-top: 64px;
    margin-left: 230px;
}

.scrollBanner-headone h2 {
    color: #fad843;
    text-transform: uppercase;
    text-align: left;
    font-family: Raleway, Semibold;
}

.scrollPara-contenttwo {
    height: 300px;
    color: #fff;
    font-size: 16px;
    padding: 36px;
    background: #f5f5f54d;
    margin-right: 55px;
    font-family: Segoe UI, Semilight;
}

.scrollBanner-content-two {
    float: right;
    width: 50%;
    margin-top: 64px;
    margin-right: 0px;
}

.scroll-headTwo h2 {
    color: #fad843;
    text-transform: uppercase;
    text-align: left;
    font-family: Raleway, Semibold;
}

.scrollBtn {
    background: #c72027;
    height: 54px;
    color: #fff;
    margin-top: 14px;
    font-size: 15px;
    border: 1px solid #c72027;
    font-family: Segoe UI, Semilight;
}

.scrollMenu {
    float: left;
    width: 20%;
    position: fixed;
    top: 400px;
    left: 130px;
    height: auto;
    bottom: 0px;
    padding-bottom: 20px;
    z-index: 10;
}

.scrollBox-visibility {
    visibility: hidden;
}

.scrollBox {
    width: 220px;
    background: #dddddd6b;
    height: auto;
    margin: 48px;
}

.navScroll li {
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #000;
    height: 48px;
    overflow: hidden;
    font-family: Raleway, Semibold;
}

.navScroll li.active {
    height: auto;
    background: rgb(0, 0, 0);
    border-top: 2px solid #fad843;
}

.navScroll li a {
    color: #000;
    list-style: none;
    text-decoration: none;
    font-family: Raleway, Semibold;
}

.navScroll li img {
    display: inline;
    margin-right: 15px;
    border-right: 2px solid #fad843;
    padding-right: 6px;
}

.hideContent img {
    float: left;
    width: 10%;
    border-right: 2px solid #fad843;
    margin-right: 18px;
    /* position: relative; */
    /* left: -1px; */
    /* line-height: 21px; */
    /* padding-left: 1px; */
    padding: 3px;
    margin: 0px;
}

.hideContent p {
    padding-left: 35px;
    margin-top: 10px;
}

#showContent {
    display: none;
}

.active {
    display: block;
}


/*******scroll page end here*********/


/*********campus page strt here*****/

.campusBox-one {
    border: 1px solid #c72027;
    height: 250px;
    margin-right: 2%;
    width: 23%;
    float: left;
    padding: 10px 0px;
}

.campusBox {
    padding-top: 20px;
    width: 100%;
}

.campusBox-one h4 {
    text-align: center;
    font-family: Segoe UI, Semilight;
}

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}

.carousel-inner {
    margin: 0px auto;
}


/* Previous button  */

.media-carousel .carousel-control.left {
    left: -50px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 120px;
}


/* Next button  */

.media-carousel .carousel-control.right {
    right: -45px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 120px;
}


/* Changes the position of the indicators */

.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the colour of the indicators */

.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    margin: 0px auto;
}

.slider-main {
    margin: 0px auto;
    width: 97%;
    height: 285px;
    background: #ddd;
}

.carousel {
    margin: 0px auto;
    padding-top: 5px;
}

.red {
    color: #fad843;
}

.slider-pager {
    height: 250px;
}

.slider-pager h4 {
    text-align: center;
    color: #000;
}

.slider-pager h4:hover {
    list-style: none;
    text-decoration: none;
}

.slider-pager img:hover {
    background: #10100f;
    opacity: 0.6;
}

.slider-main:hover {
    border: 1px solid #000;
}


/* End carousel */


/********campus page end here********/


/*******events page strt here********/

.eventBannre {
    background: #555;
    height: auto;
    padding-top: 42px;
    padding-bottom: 28px;
}

.eventCalend {
    height: 200px;
    padding-top: 40px;
    width: 100%;
}

.calendwrap {
    margin-top: 36px;
}

.calendOne {
    border: 1px solid #fff;
    height: 180px;
    background: #fff;
    margin-bottom: 24px;
}

.calendContent {
    width: 100%;
}

.calendLeft {
    background: #fad843;
    width: 30%;
    height: 180px;
    float: left;
}

.calendRight {
    width: 70%;
    height: 180px;
    float: right;
}

.calendTwo {
    border: 1px solid #fff;
    height: 180px;
    margin-right: 2%;
    background: #fff;
    width: 44%;
    float: left;
}

.calendLeft h2 {
    color: #000;
    font-family: Raleway, Semibold;
}

.calendText {
    position: absolute;
    font-family: Segoe UI, Semilight;
}

.calendText h2 {
    color: #000;
    margin: 49px 36px;
    font-family: Raleway, Semibold;
}

.calendText p {
    color: #000;
    margin: 53px 43px;
    font-weight: bold;
    text-align: center;
}

.calendText p>span {
    font-size: 28px;
}

.calendText-rigt {
    position: absolute;
}

.calendText-rigt ul {
    line-height: 34px;
    padding-top: 20px;
    display: block;
    text-align: justify;
    font-family: Segoe UI, Semilight;
}

.calendText-rigt ul li {
    list-style: none;
    text-decoration: none;
    font-weight: bold;
}

.icon-eve {
    color: #c72027;
    position: relative;
    left: -13px;
}

.calendText-rigt ul .grd {
    color: #c72027;
    font-weight: bold;
}


/*******events page end here**********/


/*******activity page strt here***********/

.carousel-control.left {
    margin-left: 15px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, .0001) 100%);
    right: 0;
    left: 0;
}

.carousel-control.right {
    margin-left: 15px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, .0001) 100%);
    right: 0;
    left: 0;
}

.carousel-control {
    position: relative;
}

.activityBanner {
    background: #ddd;
    height: auto;
    width: 100%;
    /* margin-bottom: 56px; */
    padding-top: 31px;
    padding-bottom: 28px;
    margin-bottom: 35px;
}

.carousel-control {
    background: none;
}

.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0;
}

.sliderPara {
    background: #fff;
    height: 40px;
    font-family: Raleway, Semibold;
}

.arrowACt-left .left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, .0001) 100%);
}

.arrowACt-rgt.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, .0001) 100%);
}

.sliderPara {
    color: #000;
    width: 100%;
    background: #fff;
    /* opacity: 1; */
    font-size: 16px;
    padding-bottom: 20px;
    height: auto;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    list-style: none;
}


/*****number count page strt here****/

.countBanner {
    width: 100%;
    background: #f3f3f5;
    height: 301px;
    padding-bottom: 28px;
}

.countIcon {
    padding-top: 20px;
}

.iconOne {
    margin: 0px;
}

.iconOne h3 {
    color: #000;
    text-align: center;
}

.iconOne h5 {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

.iconOne img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.iconOne {
    border-right: 1px solid #ccc;
}

.iconOne-last {
    font-family: Segoe UI, Semilight;
    text-align: center;
}

.iconOne-last img {
    margin: 0 auto;
}

.listCount li {
    width: 33%;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    line-height: 40px;
    margin: 0px auto;
}

.listCount li img {
    display: inline;
    margin-right: 11px;
    width: 20px;
}

.bottomCount {
    width: 96%;
    margin: 30px auto;
    text-align: center;
}

.bottomCount a,
.bottomCount a:visited {
    color: #000;
}


/*****number count page end here*****/


/*****video page strt here**********/

.videoPage {
    padding-top: 30px;
}

.videoPlay {
    height: 400px;
    padding-top: 28px;
    margin-bottom: 23px;
}


/******video page end here*********/


/*****tour page strt her************/

.tourBanner {
    background: #f3f3f5;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    padding-top: 28px;
}

.tourPage h3 {
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    color: #000;
    width: 23%;
    margin: 0px auto;
    font-family: Raleway, Semibold;
}

.tourPage h3:before {
    position: absolute;
    background: #c72027;
    height: 3px;
    content: '';
    width: 42px;
    bottom: 0px;
    left: 67px;
    right: 0;
}

.tourPage {
    padding-bottom: 30px;
}

.tourPage h3:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 3px;
    bottom: 0;
    left: 60px;
    right: 0px;
    margin: 0px auto;
    background: #fad843;
}

.leftTour {
    padding-top: 15px;
    float: left;
    width: 19%;
}

.rightTour {
    padding-top: 15px;
    float: right;
    width: 55%;
}

.listImg img {
    width: 92px;
    padding-top: 14px;
    /* margin-top: 8px; */
    margin: 0px auto;
}

.imageTour img {
    padding-top: 20px;
    height: 450px;
}

.scrollBack {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
}

.listTour li {
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    font-family: Segoe UI, Semilight;
}

.listTour .listPara {
    border-bottom: none;
    text-align: justify;
}

.listTour li:hover {
    color: #c72027;
    border-bottom: 1px solid #c72027;
}


/*****tour page end here***********/


/********map page strt here******/


/* .mapPara h3 {
font-weight: bold;
text-align: left;
font-family: Raleway, Semibold;
} */

.mapBanner {
    margin-bottom: 30px;
}

.mapPara {
    padding-top: 28px;
    padding-bottom: 28px;
}

.leftMap h4 {
    font-weight: bold;
    font-family: Raleway, Semibold;
    text-align: left;
    width: 100%;
    border-bottom: none;
    font-size: 18px;
}

.leftmap {
    width: 40%;
}

.leftMap p {
    font-size: 18px;
    font-family: Segoe UI, Semilight;
    color: #000;
    text-align: left;
}

.btnMap {
    background: #c72027;
    color: #fff;
    border: 1px solid #c72027;
    height: 43px;
    width: 80px;
    float: left;
    font-size: 12px;
}

.rightMap {
    width: 600px;
    height: 450px;
    float: right;
    width: 50%;
}


/********map page end here******/

#top {
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    font-size: 12px;
}

#calendar {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
}


/**************brnach page end here*******/


/* City Page */

.affix {
    background: #333333c2;
    width: 20%;
    top: 20px;
    z-index: 9999 !important;
}


/*.scrollBox {
        position: fixed;
        top: 300px;
        width: 20%;
}*/

li.scrolled {
    background: #ddd;
}

#myScrollspy {
    position: absolute;
    z-index: 10;
}

.navanimate {
    background: #333333c2;
    height: auto;
}

.navanimate ul {
    color: #fff;
}

.navanimate>li>a:hover {
    background: #000;
}

.navanimate>li>a {
    color: #fff;
    line-height: 50px;
    border-bottom: 0.5px solid #fff;
}

.navanimate>li>a :focus {
    background: #000;
}

.navanimate>li>a :active {
    background: #000;
}


/*div.col-sm-12 div {
        font-size: 28px;
}*/

.nav-pills>li.active>a {
    background: #000;
    color: #fff;
}

.wrapspecial {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* City Page*/


/* -------------  Nitish ------------*/


/* mcb form css */

.orh-form {
    border-radius: 5px;
    padding: 12px;
    background: #fff;
    width: 240px;
    height: auto;
}

#form-collapse {
    cursor: pointer;
    border: 1px solid #c72027;
    width: 20px;
    height: 20px;
    font: 16px;
    float: right;
}

.form-head {
    color: #c72027;
    font-weight: 700;
    font-size: 18px;
    margin: 8px 0 4px;
}

.caldera-grid {
    margin: 10px 0;
}

.caldera-grid .btn-primary {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background: #c72027 !important;
    border-color: #c72027 !important;
    text-transform: capitalize;
    font-weight: lighter;
    font-size: 18px;
}

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

.caldera-grid .form-control {
    height: 30px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    margin-bottom: 15px;
    font-size: 13px !important;
    border: 1px solid #fad843 !important;
}

input#submitform {
    width: 100%;
    height: 37px;
    border-radius: 4px;
    color: #fff;
    background: #c72027 !important;
    border-color: #c72027 !important;
    text-transform: capitalize;
    font-weight: lighter;
    font-size: 16px;
}

.form-control {
    border: 1px solid #c72027;
    border-radius: 4px;
}


/* mcb form css end */

.orch-branch-caru-wrap {
    width: 100%;
    max-height: 86vh;
    overflow: hidden;
    position: relative;
}

.lead-form-orh {
    position: absolute;
    right: 90px;
    top: 32px;
    z-index: 22;
    width: 380px;
}

.facultycontent {
    margin-top: 20px;
    position: relative;
}

.facultyTeam {
    margin-bottom: 20px;
}

.img-wrap {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #ccc;
    overflow: hidden;
}

.img-wrap.active {
    border: 6px solid #fad843;
}

.faculty-row3 {
    margin-top: 24px;
}

.faculty-single-content {
    max-width: 300px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
}

.faculty-single-content.active {
    visibility: visible;
}

p.faculty-name {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: left !important;
}


/*shivesh new sports*/


/*top bar css*/

.orch-top-bar {
    background-color: #0a0a0a;
    text-align: center;
}

.top-bar {
    margin-top: 10px;
}

.top-bar a {
    text-decoration: none;
    color: #fff;
}

.top-bar .fa {
    border: 2px solid #fff;
    border-radius: 22px;
    font-size: 14px;
    padding: 8px 10px;
    background-color: #000;
}

.top-bar .social-icon .fa {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
}

.top-bar .social-icon .fa:hover {
    background-color: #000;
    color: #fff;
}


/*top bar css*/


/*Sticky nav bar*/

#navbar1 {
    overflow: hidden;
    height: 73px;
    background-color: #fff;
    z-index: 1000;
}

#tab-scroll {
    overflow: hidden;
    height: 53px;
    background-color: #fff;
    /*z-index: 1000;*/
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

#tabfixed {
    z-index: 1000;
    background-color: #fff;
    margin-bottom: 2em;
    /*border: 2px solid #fbbc0b;*/
    /*margin-top: 52px;*/
}


/*Sticky nav css end*/


/*toggal*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #c72027;
    background-color: #c72027;
}

.navbar-default .navbar-toggle ul li a:active {
    border-color: #c72027;
    background-color: #c72027;
}

.navbar-default .navbar-toggle:hover {
    background-color: #c72027;
}


/*toggal*/


/* Navigation Bar Start Hear */

.orch-navbar .navbar-brand img {
    width: 200px;
}

.orch-navbar-nav>li>a {
    line-height: 23px;
}

.navbar-default .navbar-brand {
    color: #3e3b3b;
    padding: 3px;
}

.orch-navbar .navbar {
    z-index: 1000;
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
}

.orch-navbar .navbar-nav>.active>a {
    color: #fff;
    background-color: #c72027;
    border-bottom: 3px solid #fad843;
}

.orch-navbar .navbar-nav>.active>a:focus>a:hover {
    color: #fff;
    background-color: #c72027;
    border-bottom: 3px solid #fad843;
}

.orch-navbar .main-menu li a:hover {
    background-color: #c72027;
    color: #fff;
    border-bottom: 3px solid #fad843;
}

.orch-navbar .main-menu li a {
    line-height: 38px;
    margin-right: 1em;
}


/*.orch-navbar .main-menu li a {
    padding: 20px 20px;
}*/


/* Navigation Bar End Hear */


/* banner Start Hear */

.orch-banner {
    position: relative;
}


/*Admisson Inquri Form Css*/

.Admission_Inq {
    position: absolute;
    top: 1%;
    right: 7%;
}

.card .btn-primary {
    color: #fff;
    background-color: #c72027;
    border-color: #c72027;
}

.card .btn-primary:active:hover {
    color: #fff;
    background-color: #c72027;
    border-color: #c72027;
}

.card .btn-primary.active.focus {
    color: #fff;
    background-color: #c72027;
    border-color: #c72027;
}

.card .btn-lg {
    padding: 3px 73px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
}


/*Admission_Inq css start*/

.card .doul-underLine {
    padding-top: 0px;
}

.card .doul-underLine h3 {
    text-transform: uppercase;
    font-size: 32px;
    color: #c72027;
    font-weight: normal;
}

.card .doul-underLine h3 {
    width: 100%;
    font-size: 17px;
    margin: 0px auto;
    position: relative;
    margin-bottom: 10px;
}

.card .doul-underLine h3 {
    padding-bottom: 3px;
    font-weight: bold;
}

.card .form-control {
    display: block;
    width: 100%;
    height: 20px;
    padding: 2px 3px;
    font-size: 10px;
}

.doul-underLine button {
    background-color: transparent;
    color: #777;
}

.doul-underLine .btn-sm {
    padding: 0px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.Admission_Inq .form {
    padding: 20px;
}

.Admission_Inq .card {
    z-index: 1000;
    position: relative;
    width: 100%;
    padding: 10px 13px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.Admission_Inq .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.Admission_Inq .card .form {
    padding: 0px;
    background-color: #fff;
}

.Admission_Inq .form-control:focus {
    border-color: #c72027;
    border-radius: 0px;
}

.Admission_Inq .form-control {
    border-color: #c72027;
    border-radius: 0px;
}

.Admission_Inq .form-control:focus {
    border-color: #c72027;
    border-radius: 0px;
}


/*Admission_Inq css ends*/


/* banner Ends Hear */


/* tab section css*/

.Orch-tab .full-border {
    border-bottom: 1px solid #fad843;
}

.Orch-tab .dynamic-tabs .nav>li>a {
    position: relative;
    display: block;
    padding: 0px 0px;
}

.Orch-tab .dynamic-tabs {
    font: 1em Arial, sans-serif;
    display: inline-block;
    padding: 1em;
    margin: 2em;
    text-decoration: none;
    color: gray;
    /* background-image: linear-gradient(#d63030, #d63030), linear-gradient(#fff, #fff); */
    background-size: 0 3px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out;
}

.Orch-tab .dynamic-tabs:hover {
    text-decoration: none;
    background-size: 100% 2px, auto;
}

.Orch-tab p {
    text-align: justify;
}

.Orch-tab .tab-over>li.active>a,
.tab-over>li.active>a:focus,
.tab-over>li.active>a:hover {
    text-decoration: none;
    color: #555;
    cursor: default;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    border-bottom-color: transparent;
}

.Orch-tab .tab-over>li a {
    margin-top: 10px;
}

.Orch-tab .dynamic-tabs .nav-tabs {
    width: 100%;
    text-align: center;
}

.Orch-tab .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
}


/*tab css End Hear*/

.gallery-Swimming .doul-underLine {
    padding-top: 20px;
}

.container .general-gallery a.big {
    display: inline-block;
    margin: 4px;
    max-width: 24%;
}


/*doul-underLine css For Each HEading Bottom End Hear*/


/*TEACHING METHODOLOGY SECTION START HEAR*/

.orch-techMethod .doul-underLine h3 {
    width: 30%;
    font-size: 20px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.orch-techMethod {
    background-color: #f4f4f4;
}

.orch-techMethod .tech-Method-list ul li {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 20px;
    /*list-style: none;*/
}

.orch-techMethod li {
    color: #c72027;
}


/*TEACHING METHODOLOGY SECTION ENDS HEAR*/


/*orch-subject css start Here*/

.orch-subject li {
    color: #c72027;
}

.orch-subject {
    background-color: #030310;
    color: #fff;
    padding-bottom: 50px;
}

.orch-subject .card {
    background-color: #fff;
    color: #000;
    padding: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
}

.orch-subject .card-heading h3 {
    padding-top: 20px;
}

.orch-subject .card {
    padding-bottom: 20px;
}

.orch-subject .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-heading {
    margin-bottom: 33px;
    font-size: 24px;
    text-align: center;
}

.test {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*orch-subject css start Hear*/


/*<!--  orch-special css start hear-->*/

.orch-special .doul-underLine h3 {
    width: 35%;
    font-size: 20px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.sport-icon h4 {
    font-size: 18px;
    border-bottom: 0px;
}

.orch-special .special-row-1 {
    margin-top: 50px;
}

.orch-special .special-row-2 {
    margin-top: 40px;
    margin-bottom: 50px;
}

.orch-special .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}


/*<!--  orch-special css end hear-->*/


/*Assessment css start hear*/

.orch-Assessment {
    background-color: #f4f4f4;
}


/*Assessment css End hear*/


/*Image Zzooom Csss*/


/*Gallery css Css*/

.sport_gallery {
    margin-top: 3em;
}

.sport_gallery ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sport_gallery li img {
    float: left;
    padding: 1px;
    width: 50%;
}


/*Sport Tab section*/

.orch-sport .dynamic-tabs {
    margin: 1em;
}

.gallery-Swimming {
    margin-top: 35px;
}

.gallery-Swimming .btn-primary {
    float: left;
    color: #fff;
    background-color: #c72027;
    border-color: #c72027;
}

.gallery-Swimming .btn-primary:active:hover {
    color: #fff;
    background-color: #c72027;
    border-color: #c72027;
}

.gallery-Swimming .btn-primary.active.focus {
    color: #fff;
    background-color: #c72027;
    border-color: #c72027;
}

.gallery-Swimming .btn-lg {
    padding: 10px 60px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 0px;
    margin-left: 20px;
}


/*read More*/

.gallery-Swimming #text {
    display: none;
}

.gallery-Swimming button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    padding: 8px;
    font-size: 20px;
    font-family: cursive;
    box-sizing: border-box;
}


/*read More*/


/*Sport Tab section*/


/*** effect rotate left ***/


/*Gallery css Ends*/


/*orch-footer-1 css start hear*/

.orch-footer-1 {
    background-color: #0b1727;
    color: #fff;
}

.orch-footer-1 p {
    color: #fff;
}

.orch-footer-1 ul li h4 {
    color: #fff;
    font-size: 14px;
    padding-top: 40px;
    font-weight: bold;
}

.ten-columns ul li {
    list-style: none;
}


/*orch-footer-1 css Ends hear*/


/*orch-Footer-2 start hear*/

.orch-footer-2 {
    background-color: #0b1727;
    color: #fff;
}

.orch-footer-2 p {
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
}

.orch-footer-2 .fa {
    margin-top: 13px;
    color: #000;
    background-color: #fff;
    padding: 8px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 24px;
}


/* City page css */


/********scroll page strt here*********/

.scrollBanner {
    background-position: 100% 100%;
}

.scrollBanner-one {
    background-position: 100% 100%;
}

.scrollBanner-two {
    background-position: 100% 100%;
}

.scrollBanner-content {
    float: right;
    width: 50%;
    margin-top: 64px;
}

.scrollPara-content {
    height: 300px;
    color: #fff;
    font-size: 16px;
    padding: 36px;
    background: #0000006b;
    margin-right: 55px;
    width: 500px;
}

.scrollBanner-one {
    background: url(../../uploads/2019/11/city_ban_2.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    height: 500px;
}

.scrollBanner-content-one {
    float: left;
    width: 50%;
    margin-top: 64px;
    margin-left: 270px;
}

.scrollPara-contenttwo {
    height: 300px;
    color: #fff;
    font-size: 13px;
    padding: 36px;
    background: #f5f5f54d;
    margin-right: 55px;
    width: 490px;
}

.scrollBanner-content-two {
    float: right;
    width: 50%;
    margin-top: 64px;
    margin-right: 0px;
}

.scrollPara-contentthree {
    height: 320px;
    color: #fff;
    font-size: 13px;
    padding: 36px;
    background: #0000006b;
    margin-right: 55px;
    width: 490px;
}

.scrollPara-content p {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
}

.scrollPara-contenttwo p {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
}

.scrollPara-contentthree p {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
}

.scrollBtn {
    background: #c72027;
    height: 54px;
    color: #fff;
    margin-top: 14px;
    font-size: 15px;
    border: 1px solid #c72027;
}

.scrollMenu {
    float: left;
    width: 20%;
    position: fixed;
    top: 400px;
    left: 130px;
    height: auto;
    bottom: 0px;
    padding-bottom: 20px;
    z-index: 10;
}

.scrollBox {
    width: 200px;
    background: #dddddd6b;
    height: auto;
    margin: 48px;
}

.navScroll li {
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #000;
    height: 48px;
    overflow: hidden;
    text-align: left;
}

.navScroll li.active {
    height: 185px;
    background: #000000db;
    text-align: left;
    border-top: 2px solid #fecc27;
}

.navScroll li a {
    color: #000;
    list-style: none;
    text-decoration: none;
}

.navScroll li img {
    display: inline;
    margin-right: 15px;
    border-right: 2px solid #fec932;
    padding-right: 6px;
    float: left;
}

.hideContent img {
    float: left;
    width: 10%;
    border-right: 2px solid #fec932;
    margin-right: 18px;
    /* position: relative; */
    /* left: -1px; */
    /* line-height: 21px; */
    /* padding-left: 1px; */
    padding: 3px;
    margin: 0px;
}

.hideContent p {
    padding-left: 35px;
    margin-top: 10px;
    font-size: 12px;
    margin-left: 8px;
    text-align: left;
}

#showContent {
    display: none;
}

.active {
    display: block;
    /* color: white; */
}


/*******scroll page end here*********/


/* tab section css*/

.Orch-tab .full-border {
    border-bottom: 1px solid #fad843;
}

.Orch-tab .dynamic-tabs .nav>li>a {
    position: relative;
    display: block;
    padding: 0px 0px;
}

.Orch-tab .dynamic-tabs {
    font: 1em Arial, sans-serif;
    display: inline-block;
    padding: 1em;
    margin: 2em;
    text-decoration: none;
    color: gray;
    /* background-image: linear-gradient(#c72027, #c72027); */
    background-size: 0 3px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out;
}

.Orch-tab .dynamic-tabs:hover {
    text-decoration: none;
    background-size: 100% 2px, auto;
}

.Orch-tab .tab-over>li a {
    position: relative;
}

.Orch-tab .tab-over>li:hover a.active:after {
    width: 0;
}

.Orch-tab .tab-over>li:hover a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #c72027;
    left: 0;
    bottom: -2px;
}

.Orch-tab .tab-over>li a:hover {
    background-color: #fff;
    color: #c72027;
}

.Orch-tab .tab-over>li a.active {
    background-color: #fff;
    color: #c72027;
    border-bottom: 2px solid #c72027;
}

.Orch-tab .tab-over>li a {
    margin-top: 0px;
    margin-bottom: -10px;
    position: relative;
}

.Orch-tab .dynamic-tabs .nav-tabs {
    width: 100%;
    text-align: center;
}

.Orch-tab .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
}


/*tab css End Hear*/


/*Sticky nav bar*/

#tab-scroll-sticky {
    overflow: hidden;
    height: 48px;
    background-color: #fff;
    z-index: 1000;
    /* border-bottom: 1px solid #fad843; */
}

#tabfixed-sticky {
    z-index: 950;
    margin-bottom: 1em;
}

.sticky-tab {
    position: fixed;
    top: 72px;
    width: 100%;
}

body.logged-in .logo-menu.sticky-tab {
    position: fixed;
    top: 32px;
    width: 100%;
}

body.logged-in .sticky-tab {
    position: fixed;
    top: 98px;
    width: 100%;
}

.view-more a h4 {
    float: right;
    border-bottom: none;
    margin: 15px;
}

.list-nowrap {
    border-bottom: 2px solid #fad843;
    padding-bottom: 8px;
    padding-top: 5px;
}


/* .btn-city option {
    background-color: #fff;
    color: #000;
} */

.btn-city option:hover {
    background-color: #c72027 !important;
    color: #fff;
}

.error-page h2 {
    text-align: center;
    width: 100%;
}

.error-page button {
    display: block;
    margin: 20px auto;
}

.footerCol a {
    color: #fff;
}

.abcd-back {
    background: url(../../uploads/2019/01/abcd.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 570px;
}

.abcd-list {
    margin-top: 27px;
}

.abcd-list>li {
    width: 250px;
    list-style: none;
    line-height: 0px;
    font-size: 14px;
    border-bottom: 1px solid grey;
    padding: 31px;
    background: #fff;
    height: 45px;
    box-shadow: 0 8px 6px -6px black;
    transition: 0.3s;
}

.abcd-list>li:hover {
    transform: scale(1.1);
    /* -webkit-transition: width 2s, height 4s;
    transition: width 2s, height 4s; */
    cursor: pointer;
}

.abcd-active {
    background: #c72027 !important;
    color: #fff;
}

.content-abcd p {
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    margin-left: 35px;
    text-align: justify;
}

.content-abcd h3 {
    color: #fff;
}

.nutri-box {
    -webkit-box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.41);
    box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.41);
    padding: 10px;
}

.nutri-box img,
.nutri-box p {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.nutri-infographics p {
    margin-top: 20px;
    margin-bottom: 10px;
}

.tc-search {
    display: inline-flex;
}

.tc-search>input {
    border-radius: 2px;
    width: 210px;
    margin-right: 20px;
    height: 35px;
}

.tc-search>input[type=submit] {
    padding: 16px;
    line-height: 0px;
}


/* .lp-infra img.card-img-top.initial.lazyloaded {
    width: 100%;
    height: 262.5px;
} */

.lp-infra img.card-img-top.initial.lazyloading {
    width: 100%;
    height: 262.5px !important;
}

.lp-infra img.card-img-top.initial.lazyloaded {
    width: 100%;
    height: 262.5px !important;
}

table.landing_table>tbody>tr>td {
    text-align: center;
    border: 1px solid #c4c4c4;
    height: 35px;
    font-size: 14px;
}


/* media responsive css */

@media only screen and (max-width: 768px) {
    .tc-search>input[type=submit] {
        width: 100px;
    }
    .tc-search>input {
        margin-bottom: 20px;
    }
    .sport_gallery {
        margin-top: 1em;
    }
    .content-abcd p {
        margin-left: 0px;
    }
    .nutri-box {
        width: 175px;
        height: 150px;
    }
    .nutri-box p {
        margin-top: 10px;
        /* margin-bottom: 10px; */
        text-align: center !important;
        line-height: 25px;
    }
    .navMenu li {
        padding-left: 0px;
    }
    ol,
    ul {
        margin: 0px 0 0.5em 1em;
    }
    .city-facts {
        width: 100%;
    }
    .home-city-background {
        height: 460px;
    }
    .city-facts img {
        width: auto;
        height: 45px;
    }
    .sharper-list-home li {
        margin: -20px;
    }
    .home-facts img {
        width: auto;
        height: 45px;
    }
    .city-facts img {
        width: auto;
        height: 45px;
    }
    .home-facts h2 {
        font-size: 25px;
    }
    .home .buttonBanner {
        margin-top: 20px;
        margin-right: 20px;
    }
    .home .buttonBanner {
        width: 364px !important;
        height: 34px !important;
    }
    .buttonBanner {
        width: 364px !important;
        height: 34px !important;
    }
    .bannerBox {
        padding: 20px;
    }
    .form-group {
        width: auto !important;
        margin-bottom: 0px !important;
    }
    p.faculty-name {
        font-size: 20px;
        font-weight: bold;
        margin: 15px 0px;
        text-align: center !important;
    }
    .sharper-img img:first-child {
        margin-bottom: 10px;
    }
    img.card-img-top.lazyloading {
        width: 100%;
        box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    }
    .btn-city {
        margin: 10px;
    }
    .side-head h5 {
        margin-top: 15px;
    }
    .testiPage {
        padding-top: 0px;
    }
    .testiContent {
        background: #3a3a3c;
        height: 250px;
        padding: 10px;
        margin-top: 39px;
        margin-left: 0px;
    }
    .testiBanner {
        margin-bottom: 10px;
    }
    #about-section {
        color: #000;
    }
    .list-nowrap {
        border-bottom: 1px solid #fad843;
        padding-bottom: 8px;
    }
    .about-section {
        background: none;
    }
    .about-box {
        background-color: #011d4ae0;
    }
    .about-box h4 {
        font-size: 22px;
    }
    .about-box p {
        color: #fff;
        line-height: 28px;
        text-align: center;
    }
    .Orch-tab .tab-over>li a.active {
        background-color: #c72027;
        color: #000;
    }
    .map-one h5 {
        text-align: center;
        padding: 5px;
        margin: 25px 0px;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }
    .hori {
        border-bottom: none;
    }
    .verti {
        border-right: none;
        height: 70px;
    }
    .career-apply {
        background: #c72027;
        width: 120px;
        height: 35px;
        border: 1px solid #c72027;
        color: #fff;
        float: right;
    }
    .sticky-tab {
        position: fixed;
        top: 50px;
        width: 100%;
    }
    * {
        margin: 0;
        padding: 0;
    }
    .comp-content {
        padding: 0;
    }
    /* Lead form mobile view */
    .orch-branch-caru-wrap {
        width: 100%;
        max-height: none;
        overflow: hidden;
        position: relative;
    }
    .orh-form {
        border-radius: 4px;
        padding: 12px;
        background: #fff;
        width: auto;
    }
    .list-inline {
        list-style: none;
    }
    .list-nowrap {
        white-space: nowrap;
        overflow-x: scroll;
    }
    /* Sub-heading responsive css */
    .sub-head h3 {
        width: 100%;
        /* margin: 0px auto; */
        text-transform: uppercase;
        color: #000;
        margin: 15px auto;
    }
    .sub-head h3:before {
        position: absolute;
        background: #c72027;
        height: 2px;
        content: '';
        width: 7%;
        bottom: 0px;
        left: 40%;
        right: 10px;
        text-align: center;
    }
    .sub-head h3:after {
        content: '';
        position: absolute;
        width: 8%;
        height: 2px;
        bottom: 0;
        left: 7%;
        right: 10px;
        margin: 0px auto;
        background: #fad843;
        text-align: center;
    }
    .sub-head p {
        text-align: left;
    }
    /* .sa_owl_theme .owl-dots {
        display: none;
    } */
    /* home page sharper slider */
    .iconBanner {
        background: url("../../uploads/2019/12/iconbanner.jpg") no-repeat;
        background-position: center;
        background-size: cover;
        height: 485px;
        margin-top: 30px;
        padding-top: 20px;
    }
    .sharper-list-home {
        list-style: none;
        margin-top: 10px;
    }
    .top-bar .main-menu .menuBar li a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 10px;
        padding: 20px 10px;
    }
    .top-bar .main-menu .menuBar li {
        padding: 0px;
        margin: 0px;
    }
    .top-bar {
        background: #000;
        color: #fff;
        border-bottom: 1px solid #dedede;
    }
    .navbar-right {
        margin-right: 0;
    }
    .navbar-collapse {
        position: relative;
        top: 50px;
        background: #000;
        color: #fff;
    }
    .menuBar li {
        padding: 0px 0px;
    }
    .navbar-brand>img {
        width: 200px;
    }
    .top-bar .main-menu li {
        position: relative;
        left: 0px;
    }
    .top-bar .navbar-toggle .icon-bar {
        background-color: #dbcb76;
    }
    .top-bar .navbar-toggle {
        border-color: #dbcb76;
    }
    .navbar-toggle {
        background-color: #c72027;
        background-image: none;
        border: 1px solid #c7b070;
    }
    .top-bar .main-menu li:hover {
        background: #c72027;
        border-bottom: 3px solid #fad843;
        color: #fff;
        height: 50px;
    }
    .top-bar .main-menu .menuBar li a:hover {
        color: #fff;
    }
    .top-bar .main-menu li a:focus {
        background: #c72027;
        border-bottom: 3px solid #fad843;
        height: 50px;
        color: #fff;
    }
    .top-bar .main-menu li a:active {
        background: #c72027 !important;
        border-bottom: 3px solid #fad843;
        height: 50px;
        color: #fff !important;
    }
    /*****nav bar end herre****/
    /***banner strt here***/
    .bannerImg {
        width: 100%;
    }
    /*****banner end here****/
    /****admission page strt hree****/
    .bannerBox {
        width: 100%;
    }
    .full-width-banner {
        padding-left: 0px;
        padding-right: 0px;
    }
    ul.col-md-3.list-inline.listContent {
        margin-bottom: 0;
    }
    #formSelect {
        width: 100%;
        border: 1px solid #c72027;
        height: 40px;
    }
    .listContent input {
        width: 100%;
        height: 34px;
    }
    .listContent li {
        padding-top: 20px;
        width: 100%;
    }
    .buttonBanner {
        width: 80%;
    }
    /**********admiss end here***/
    /**********tab page strt here*****/
    .nav-tabs.navMenu {
        padding: 0px;
    }
    .nav-tabs>li.active>a:hover {
        background: none;
    }
    .navMenu li {
        text-align: center;
    }
    .nav-tabs>li>a {
        margin: 0px;
    }
    .navMenu {
        width: 100%;
    }
    .nav-tabs.navMenu {
        border-bottom: 0;
    }
    .tabPara {
        width: 100%;
    }
    /* .tabparaContent p {
        text-align: justify;
    } */
    /******tab page end here******/
    /*********currc page strt here***/
    /********currc page end here*****/
    /*****map page strt here***/
    .mapBack {
        height: auto;
        width: 100%;
        background: #f4f4f4;
    }
    .backMapTwo {
        margin-top: 10px;
        height: 550px;
    }
    .backMapOne {
        height: 445px;
        margin-top: 10px;
    }
    .mapContent {
        position: relative;
        left: 0px;
        top: 20px;
        width: 100%;
        margin: 0px auto;
    }
    .mapContent h4 {
        text-align: center;
        margin: 10px auto;
    }
    .mapContent img {
        margin: 0px auto;
    }
    .mapContent h5 {
        text-align: center;
        margin: 0px auto 10px auto;
        font: 16px;
    }
    /*****map page end here***/
    /*******award  page strt here********/
    .awrdBack {
        width: 100%;
        height: auto;
    }
    .awardPic img {
        margin-top: 10px;
    }
    /*******award  page end here********/
    /******map page strt here*******/
    .mapDigit {
        padding: 0px;
        width: 100%;
        float: right;
    }
    .mapContent {
        width: 100%;
    }
    .mapContentOne {
        position: relative;
        left: 0px;
    }
    .mapContentOne img {
        margin: 0px auto;
    }
    .mapContentOne h3 {
        font-weight: bold;
        color: #ffff;
        text-align: center;
    }
    .mapContentOne h5 {
        color: #ffff;
        text-align: center;
    }
    .mapContentTwo {
        position: relative;
        left: 0px;
    }
    .mapContentTwo h3 {
        text-align: center;
        margin-left: 20px;
    }
    .mapContentTwo h5 {
        color: #ffff;
        text-align: center;
        margin-left: 20px;
    }
    .mapContentTwo img {
        margin: 0px auto;
    }
    .mapContentThree {
        position: relative;
        left: 0px;
    }
    .mapContentThree img {
        margin: 0px auto;
    }
    .mapContentThree h3 {
        font-weight: bold;
        color: #ffff;
        text-align: center;
        margin-left: 20px;
    }
    .mapContentThree h5 {
        color: #ffff;
        text-align: center;
        margin-left: 20px;
    }
    /************map page end here*********/
    /************scroll page strt here***/
    .scrollBack {
        height: auto;
        width: 100%;
        padding-bottom: 5px;
    }
    .listScroll li {
        font-size: 16px;
        text-align: center;
    }
    .listScroll .listPara {
        border-bottom: 1px solid #ccc;
    }
    .glyphicon.infra-leftarrow {
        position: relative;
        z-index: 999;
        top: 51px;
        left: -166px;
        cursor: pointer;
        /* margin-top: -1px; */
    }
    .glyphicon.infra-rghtarrow {
        position: relative;
        z-index: 10;
        top: -60px;
        right: 6px;
        cursor: pointer;
        /* display: block; */
        float: right;
    }
    .infra-arrow {
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        background: #00000082;
        border-radius: 50%;
    }
    /*****scroll page end here*******/
    /**************testi page strt here********/
    .testiBack {
        background: #f4f4f4;
        width: 100%;
        padding-bottom: 50px;
        margin-bottom: 35px;
    }
    .testiContent {
        height: 280px;
        padding: 22px;
        width: 100%;
    }
    /**************testi page end here********/
    /* virtual tour responsive */
    /************footer page strt here******/
    .footerBack {
        background: #0b1727;
        height: auto;
        padding-bottom: 15px;
    }
    .column {
        width: 100%;
        padding: 0px;
    }
    .footerBottom {
        background: #000;
        height: 200px;
    }
    .footerCol {
        width: 100%;
        text-align: center;
    }
    .listfooterCont li {
        width: 100%;
        text-align: center;
    }
    .footerCol h5 {
        line-height: 20px;
    }
    /**********footer page end here***********/
    /**********home page end here**********/
    /**************************************/
    /**********about page strt here********/
    /**************************************/
    /**********bannner page strt here***/
    .Aboutus-banner {
        background: url(../images/banner.html);
        width: 100%;
        /* margin-top: 95px; */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-left: auto;
        margin-right: auto;
        height: 580px;
    }
    .register-form {
        width: 100%;
        clear: both;
        padding: 20px;
    }
    .enquiry-page {
        position: relative;
        right: 0;
        top: 0px;
        width: 100%;
        color: #fff;
        background: #fff;
        height: 538px;
        border: 0.5px solid #ccc;
        padding-top: -9px;
        padding-top: 15px;
    }
    .enquiry-page h2 {
        text-align: left;
        color: #c72027;
        margin-top: -16px;
        line-height: 47px;
        margin-left: -8px;
    }
    .enquiry-page h2:before {
        position: absolute;
        background: #c72027;
        height: 2px;
        content: '';
        width: 66px;
        left: 15px;
        top: 58px;
    }
    .enquiry-page h2:after {
        content: '';
        position: absolute;
        width: 88px;
        height: 2px;
        left: 30px;
        right: 84px;
        margin: 0px auto;
        background: #fad843;
        top: 58px;
    }
    .enquiry-content {
        padding: 13px;
    }
    /**********banner page end here*****/
    /********scroll page strt here*********/
    .scrollBanner {
        background: url(../images/about/1.html) no-repeat;
        background-size: cover;
        background-position: 100% 100%;
        height: 560px;
        margin-top: 10px;
    }
    .scrollBanner-one {
        background: url(../images/about/2.html) no-repeat;
        background-size: cover;
        background-position: 100% 100%;
        height: 552px;
    }
    .scrollBanner-two {
        background: url(../images/about/3.html) no-repeat;
        background-size: cover;
        background-position: 100% 100%;
        height: 585px;
    }
    .scrollBanner-content {
        width: 100%;
        margin-top: 64px;
    }
    .scroll-head h2 {
        color: #fad843;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }
    .scrollPara-content {
        height: 379px;
        color: #fff;
        font-size: 16px;
        padding: 36px;
        background: #0000006b;
        margin-right: 0px;
    }
    .scrollBanner-content-one {
        width: 100%;
        margin-top: 64px;
        margin-left: 0px;
    }
    .scrollBanner-headone h2 {
        color: #fad843;
        text-transform: uppercase;
        text-align: center;
    }
    .scrollPara-contenttwo {
        height: 365px;
        color: #fff;
        font-size: 16px;
        padding: 36px;
        background: #f5f5f54d;
        margin-right: 0px;
    }
    .scrollBanner-content-two {
        width: 100%;
        margin-top: 64px;
        margin-right: 0px;
    }
    .scroll-headTwo h2 {
        color: #fad843;
        text-transform: uppercase;
        text-align: center;
    }
    .scrollPara-contentthree {
        height: 377px;
        color: #fff;
        font-size: 16px;
        padding: 36px;
        background: #0000006b;
        margin-right: 0px;
    }
    .scrollBtn {
        background: #c72027;
        height: 54px;
        color: #fff;
        margin-top: 14px;
        font-size: 15px;
        border: 1px solid #c72027;
    }
    .scrollMenu {
        width: 100%;
        position: fixed;
        top: 100px;
        left: 0px;
        height: auto;
        bottom: 0px;
        padding-bottom: 20px;
        z-index: 10;
    }
    .scrollBox {
        width: 100%;
        background: #dddddd6b;
        height: 270px;
        margin: 0px;
        padding: 20px;
    }
    .navScroll {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navScroll li {
        display: block;
        color: #fff;
        line-height: 45px;
        font-size: 17px;
        border-bottom: 1px solid #000;
        margin-top: 10px;
    }
    .navScroll li a {
        color: #000;
        list-style: none;
        text-decoration: none;
    }
    .navScroll li img {
        margin-right: 10px;
    }
    /*******scroll page end here*********/
    /*********campus page strt here*****/
    .campusBox-one {
        border: 1px solid #c72027;
        height: auto;
        padding-bottom: 20px;
        margin-top: 10px;
        width: 100%;
    }
    .campusBox-one img {
        margin: 0px auto;
    }
    .campusBox {
        padding-top: 20px;
        width: 100%;
    }
    .campusBox-one h4 {
        text-align: center;
    }
    /*********about end here**************/
    /*******events page strt here********/
    .eventBannre {
        background: #555;
        height: auto;
        padding-top: 42px;
        padding-bottom: 28px;
    }
    .eventCalend {
        height: 200px;
        padding-top: 40px;
        width: 100%;
    }
    .calendOne {
        border: 1px solid #fff;
        height: auto;
        padding-bottom: 30px;
        margin: 0px;
        background: #fff;
        width: 100%;
    }
    .calendContent {
        width: 100%;
    }
    .calendLeft {
        background: #fad843;
        width: 100%;
        height: 135px;
        padding-bottom: 30px;
    }
    .calendRight {
        width: 100%;
        height: 135px;
        padding-bottom: 30px;
    }
    .calendTwo {
        border: 1px solid #fff;
        height: auto;
        padding-bottom: 30px;
        margin: 0px;
        background: #fff;
        width: 100%;
    }
    .calendLeft h2 {
        color: #000;
    }
    .calendText {
        position: relative;
    }
    .calendText h2 {
        color: #000;
        margin: 49px 36px;
    }
    .calendText p {
        color: #000;
        margin: 49px 20px;
        font-weight: bold;
        text-align: center;
    }
    .calendText p>span {
        font-size: 28px;
    }
    .calendText-rigt {
        position: absolute;
    }
    .calendText-rigt ul {
        line-height: 34px;
        padding-top: 20px;
        display: block;
        text-align: justify;
    }
    .calendText-rigt ul li {
        list-style: none;
        text-decoration: none;
        font-weight: bold;
    }
    .icon-eve {
        color: #c72027;
        position: relative;
        left: -13px;
    }
    .calendText-rigt ul .grd {
        color: #c72027;
        font-weight: bold;
    }
    /*******events page end here**********/
    /*******activity page end here*********/
    /*************************************/
    /*********branch page strt heer******/
    /***********************************/
    /*****number count page strt here****/
    .countBanner {
        width: 100%;
        background: #f3f3f5;
        height: auto;
        padding-bottom: 0px;
    }
    .countIcon {
        padding-top: 0px;
    }
    .iconOne h3 {
        color: #000;
        margin: 0px auto;
        text-align: center;
    }
    .iconOne h5 {
        color: #000;
        margin: 0px auto;
        line-height: 20px;
        text-align: center;
    }
    .iconOne img {
        margin: 10px auto;
        text-align: center;
    }
    .iconOne {
        border-right: 0;
        margin-bottom: 20px;
    }
    .iconOne-last img {
        margin: 0px auto;
    }
    .iconOne-last h3 {
        text-align: center;
    }
    .iconOne-last h5 {
        text-align: center;
    }
    .listCount li {
        width: 32%;
        border-top: none;
        padding-top: 0px;
        line-height: 40px;
        margin: 0px auto;
    }
    .listCount li img {
        display: inline;
        margin-right: 11px;
    }
    .bottomCount {
        width: 100%;
        margin: 30px auto;
    }
    .listCount {
        margin: 0px auto;
        text-align: center;
    }
    /*****number count page end here*****/
    /*****video page strt here**********/
    .facultyImg-one {
        width: 100%;
        margin: 0px auto;
    }
    .facimg-zero {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .facimg-one img {
        border-radius: 50%;
        border: 1px solid #ccc;
        height: 100px;
        cursor: pointer;
        margin: 0px auto;
    }
    .facimg-zero img {
        border-radius: 50%;
        border: 1px solid #ccc;
        height: 100px;
        margin: 0px auto;
        cursor: pointer;
        margin: 0px auto;
    }
    .facimg-two img {
        border-radius: 50%;
        border: 1px solid #ccc;
        height: 100px;
        cursor: pointer;
        margin: 0px auto;
    }
    .facultyImg-two {
        width: 100%;
        margin: 0px auto;
    }
    .facimg-three img {
        border-radius: 50%;
        border: 1px solid #ccc;
        height: 100px;
        cursor: pointer;
        margin: 0px auto;
    }
    .facimg-four img {
        border-radius: 50%;
        border: 1px solid #ccc;
        height: 100px;
        cursor: pointer;
        margin: 0px auto;
    }
    .facimg-one {
        width: 100%;
        padding-bottom: 20px;
    }
    .facimg-two {
        padding-bottom: 20px;
        width: 100%;
    }
    .facimg-three {
        width: 100%;
        padding-bottom: 20px;
    }
    .facimg-four {
        width: 100%;
        padding-bottom: 20px;
    }
    .facultyPara {
        margin: 0px auto;
        width: 100%;
        padding-top: 15px;
    }
    .facultyPara h3 {
        text-align: center;
    }
    .facultyPara p {
        text-align: justify;
        padding: 20px;
    }
    .btnFaculty {
        width: 100%;
    }
    .facimg-zero img:hover {
        border: 2px solid #fad843;
    }
    .facimg-one img:hover {
        border: 2px solid #fad843;
    }
    .facimg-two img:hover {
        border: 2px solid #fad843;
    }
    .facimg-three img:hover {
        border: 2px solid #fad843;
    }
    .facimg-four img:hover {
        border: 2px solid #fad843;
    }
    /*****video page end here**********/
    /*****tour page strt her************/
    .testiBanner {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    .tourBanner {
        background: #f3f3f5;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        padding-top: 28px;
    }
    .tourPage h3 {
        padding-bottom: 15px;
        text-align: center;
        position: relative;
        color: #000;
        width: 100%;
        margin: 0px auto;
    }
    .tourPage h3:before {
        position: absolute;
        background: #c72027;
        height: 3px;
        content: '';
        width: 42px;
        bottom: 0px;
        left: 107px;
        right: 0;
    }
    .tourPage {
        padding-bottom: 30px;
    }
    .tourPage h3:after {
        content: '';
        position: absolute;
        width: 65px;
        height: 3px;
        bottom: 0;
        left: 52px;
        right: 0px;
        margin: 0px auto;
        background: #fad843;
    }
    .leftTour {
        padding-top: 15px;
        width: 100%;
    }
    .rightTour {
        padding-top: 15px;
        width: 100%;
    }
    .listImg img {
        width: 92px;
        padding-top: 14px;
        /* margin-top: 8px; */
        margin: 0px auto;
    }
    .imageTour img {
        padding-top: 20px;
        height: 450px;
    }
    .scrollBack {
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }
    .listTour li {
        line-height: 60px;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
        list-style: none;
        text-decoration: none;
    }
    .listTour .listPara {
        border-bottom: none;
        text-align: justify;
    }
    .listTour li:hover {
        color: #c72027;
        border-bottom: 1px solid #c72027;
    }
    /*****tour page end here***********/
    /********map page strt here******/
    .mapBanner {
        margin-bottom: 30px;
    }
    .mapPara {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .leftMap {
        width: 100%;
    }
    .rightMap {
        width: 100%;
        padding-top: 30px;
        height: 350px;
    }
    .leftMap h4 {
        font-weight: bold;
    }
    .leftMap p {
        font-size: 18px;
        color: #000;
        text-align: left'

    }
    .btnMap {
        background: #c72027;
        color: #fff;
        border: 1px solid #c72027;
        height: 43px;
        float: left;
        /* margin-left: 15px;   */
    }
    /********map page end here******/
    /*********branch page end heer******/
    /***********************************/
    /* shivesh's activities css */
    p {
        color: #3e3b3b;
    }
    /*top bar css*/
    .orch-top-bar {
        background-color: #0a0a0a;
        text-align: center;
    }
    .top-bar {
        margin-top: 10px;
    }
    .top-bar a {
        text-decoration: none;
        color: #fff;
    }
    .top-bar .fa {
        border: 2px solid #fff;
        border-radius: 22px;
        font-size: 14px;
        padding: 8px 10px;
        background-color: #000;
    }
    .top-bar .social-icon .fa {
        background-color: #fff;
        color: #000;
        border: 2px solid #fff;
    }
    .top-bar .social-icon .fa:hover {
        background-color: #000;
        color: #fff;
    }
    /*top bar css*/
    /*Sticky nav bar*/
    #navbar1 {
        overflow: hidden;
        height: 75px;
        background-color: #fff;
        z-index: 1000;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }
    /*Sticky nav css end*/
    /*toggal*/
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle {
        border-color: #c72027;
        background-color: #c72027;
        margin: 18px;
    }
    .navbar-default .navbar-toggle ul li a:active {
        border-color: #c72027;
        background-color: #c72027;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: #c72027;
    }
    /*toggal*/
    /* Navigation Bar Start Hear */
    .orch-navbar .navbar-brand img {
        width: 200px;
    }
    .orch-navbar-nav>li>a {
        line-height: 25px;
    }
    .navbar-default .navbar-brand {
        color: #3e3b3b;
        padding: 5px;
    }
    .orch-navbar .navbar {
        z-index: 1000;
        border-radius: 0px;
        margin-bottom: 0px;
        background-color: #fff;
        border: 1px solid transparent;
    }
    .orch-navbar .navbar-nav>.active>a {
        color: #fff;
        background-color: #c72027;
        border-bottom: 3px solid #fad843;
    }
    .orch-navbar .navbar-nav>.active>a:focus>a:hover {
        color: #fff;
        background-color: #c72027;
        border-bottom: 3px solid #fad843;
    }
    .orch-navbar .main-menu li a:hover {
        background-color: #c72027;
        color: #fff;
        border-bottom: 3px solid #fad843;
    }
    .orch-navbar .main-menu li a {
        line-height: 40px;
    }
    /*.orch-navbar .main-menu li a {
        padding: 20px 20px;
    }*/
    /* Navigation Bar End Hear */
    /* banner Start Hear */
    .orch-banner {
        position: relative;
    }
    /*Admisson Inquri Form Css*/
    .Admission_Inq {
        position: absolute;
        top: 1%;
        right: 5%;
    }
    .card .btn-primary {
        color: #fff;
        background-color: #c72027;
        border-color: #c72027;
    }
    .card .btn-primary:active:hover {
        color: #fff;
        background-color: #c72027;
        border-color: #c72027;
    }
    .card .btn-primary.active.focus {
        color: #fff;
        background-color: #c72027;
        border-color: #c72027;
    }
    .card .btn-lg {
        padding: 5px 75px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 0px;
    }
    /*Admission_Inq css start*/
    .card .doul-underLine {
        padding-top: 0px;
    }
    .card .doul-underLine h3 {
        text-transform: uppercase;
        font-size: 32px;
        color: #c72027;
        font-weight: normal;
    }
    .card .doul-underLine h3 {
        width: 100%;
        font-size: 17px;
        margin: 0px auto;
        position: relative;
        margin-bottom: 10px;
    }
    .card .doul-underLine h3 {
        padding-bottom: 5px;
        font-weight: bold;
    }
    .card .form-control {
        display: block;
        width: 100%;
        height: 20px;
        padding: 2px 5px;
        font-size: 10px;
    }
    .doul-underLine button {
        background-color: transparent;
        color: #777;
    }
    .doul-underLine .btn-sm {
        padding: 0px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0px;
    }
    .Admission_Inq .form {
        padding: 20px;
    }
    .Admission_Inq .card {
        z-index: 1;
        position: relative;
        width: 100%;
        padding: 10px 15px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
    }
    .Admission_Inq .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }
    .Admission_Inq .card .form {
        padding: 0px;
        background-color: #fff;
    }
    .Admission_Inq .form-control:focus {
        border-color: #c72027;
        border-radius: 0px;
    }
    .Admission_Inq .form-control {
        border-color: #c72027;
        border-radius: 0px;
    }
    .Admission_Inq .form-control:focus {
        border-color: #c72027;
        border-radius: 0px;
    }
    /*Admission_Inq css ends*/
    /* banner Ends Hear */
    /* tab section css*/
    .Orch-tab .full-border {
        border-bottom: 1px solid #fbbc0b;
    }
    .Orch-tab .dynamic-tabs .nav>li>a {
        position: relative;
        display: block;
        padding: 0px 0px;
    }
    .Orch-tab .dynamic-tabs {
        font: 1em Arial, sans-serif;
        display: inline-block;
        padding: 1em;
        margin: 2em;
        text-decoration: none;
        color: gray;
        background-image: linear-gradient(#d63030, #d63030), linear-gradient(#fff, #fff);
        background-size: 0 5px, auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        transition: all .2s ease-out;
    }
    .Orch-tab .dynamic-tabs:hover {
        text-decoration: none;
        background-size: 100% 5px, auto;
    }
    /* .Orch-tab .tab-content h3 {
        margin-bottom: 0px;
    } */
    .Orch-tab .tab-over>li.active>a,
    .tab-over>li.active>a:focus,
    .tab-over>li.active>a:hover {
        text-decoration: none;
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }
    .Orch-tab .tab-over>li a {
        margin-top: 0px;
        margin-bottom: 3px;
    }
    .Orch-tab .dynamic-tabs .nav-tabs {
        width: 100%;
        text-align: center;
    }
    .Orch-tab .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 25px;
    }
    /*TEACHING METHODOLOGY SECTION START HEAR*/
    .orch-techMethod .doul-underLine h3 {
        width: 30%;
        font-size: 20px;
        margin: 0px auto;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }
    .orch-techMethod {
        background-color: #d5d5e4;
    }
    .orch-techMethod .tech-Method-list ul li {
        margin-top: 10px;
        margin-left: 10px;
        padding: 10px;
        margin-bottom: 20px;
        /*list-style: none;*/
    }
    .orch-techMethod li {
        color: red;
    }
    /*TEACHING METHODOLOGY SECTION eNDS HEAR*/
    /*orch-subject css start Hear*/
    .orch-subject li {
        color: red;
    }
    .orch-subject {
        background-color: #030310;
        color: #fff;
        padding-bottom: 50px;
    }
    /*orch-subject css start Hear*/
    /*<!--  orch-special css start hear-->*/
    .orch-special .doul-underLine h3 {
        width: 35%;
        font-size: 20px;
        margin: 0px auto;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }
    .sport-icon h4 {
        font-size: 15px;
        border-bottom: 0px;
    }
    .orch-special .special-row-1 {
        margin-top: 50px;
    }
    .orch-special .special-row-2 {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .orch-special .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    /*<!--  orch-special css end hear-->*/
    /*Assessment css start hear*/
    .orch-Assessment {
        background-color: #d5d5e4;
    }
    .orch-Assessment ul li {
        margin-left: 10px;
    }
    /*Assessment css End hear*/
    /*Image Zzooom Csss*/
    /*Gallery css Css*/
    .sport_gallery ul {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .sport_gallery li img {
        padding: 2px;
    }
    /*Sport Tab section*/
    .orch-sport .dynamic-tabs {
        margin: 1em;
    }
    .gallery-Swimming {
        margin-top: 20px;
    }
    .gallery-Swimming .btn-primary {
        float: left;
        color: #fff;
        background-color: #c72027;
        border-color: #c72027;
    }
    .gallery-Swimming .btn-primary:active:hover {
        color: #fff;
        background-color: #c72027;
        border-color: #c72027;
    }
    .gallery-Swimming .btn-primary.active.focus {
        color: #fff;
        background-color: #c72027;
        border-color: #c72027;
    }
    .gallery-Swimming .btn-lg {
        padding: 10px 60px;
        font-size: 15px;
        line-height: 1.3333333;
        border-radius: 0px;
        margin-left: 20px;
    }
    /*read More*/
    .gallery-Swimming #text {
        display: none;
    }
    .gallery-Swimming button {
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        cursor: pointer;
        border: none;
        padding: 8px;
        font-size: 20px;
        font-family: cursive;
        box-sizing: border-box;
    }
    /*read More*/
    /*Sport Tab section*/
    /*** effect rotate left ***/
    /*Gallery css Ends*/
    /*############################Activities Heading Css############################*/
    /*Orch_music*/
    .Orch_music p {
        margin-top: 10px;
        text-align: justify;
        line-height: 1.8;
    }
    .middle>* {
        vertical-align: middle;
    }
    .Orch-curriculam .doul-underLine h3 {
        padding: 20px;
    }
    .orch-video {
        margin-top: 1em;
    }
    .primary {
        margin-top: 2em;
    }
    .pre-primary {
        margin-top: 2em;
    }
    .secondary {
        margin-top: 2em;
    }
    .Orch-curriculam p {
        line-height: 1.9;
        text-align: justify;
    }
    .primary ul li {
        margin-top: 10px;
    }
    .pre-primary ul li {
        margin-top: 20px;
    }
    .secondary ul li {
        margin-top: 10px;
    }
    .primary ul .dots {
        margin-top: 5px;
        color: red;
    }
    .pre-primary ul .dots {
        margin-top: 5px;
        color: red;
    }
    .secondary ul .dots {
        margin-top: 5px;
        color: red;
    }
    .dots h5 {
        font-weight: bold;
        color: #000;
    }
    .activities-gallery {
        background-color: #ededff;
        margin-top: 20px;
    }
    /*############################Activities Heading Css############################*/
    /*orch-footer-1 css start hear*/
    .orch-footer-1 {
        background-color: #0b1727;
        color: #fff;
    }
    .orch-footer-1 p {
        color: #fff;
    }
    .orch-footer-1 ul li h4 {
        color: #fff;
        font-size: 14px;
        padding-top: 40px;
        font-weight: bold;
    }
    .ten-columns ul li {
        list-style: none;
    }
    .ten-columns>.col-sm-2 {
        width: 20% !important;
    }
    /*orch-footer-1 css Ends hear*/
    /*orch-Footer-2 start hear*/
    .orch-footer-2 {
        background-color: #0a0a0a;
        color: #fff;
    }
    .orch-footer-2 p {
        margin-top: 20px;
        font-size: 12px;
        color: #fff;
    }
    .orch-footer-2 .fa {
        margin-top: 15px;
        color: #000;
        background-color: #fff;
        padding: 8px;
        padding-left: 9px;
        padding-right: 9px;
        border-radius: 24px;
    }
    .carousel-inner .active.left {
        left: -100%;
    }
    .carousel-inner .next {
        left: 100%;
    }
    .carousel-inner .prev {
        left: -100%;
    }
    .active>div:first-child {
        display: block;
    }
    .carousel-inner .active.left {
        left: -50%;
    }
    .carousel-inner .next {
        left: 50%;
    }
    .carousel-inner .prev {
        left: -50%;
    }
    .active>div:first-child {
        display: block;
    }
    .active>div:first-child+div {
        display: block;
    }
    #slider_124 .owl-item #slider_124_slide01 {
        min-height: 300px!important;
    }
    .lead-form-orh {
        position: static;
        z-index: 22;
        width: auto;
        margin: 0 12px;
    }
    .orh-acad-reverse .orh-acad-single-content,
    .orh-acad-single-content {
        left: 0
    }
    .orh-overlay,
    .orh-promo-popup,
    .orh-v-bt-left:after,
    .orh-v-bt-right:after,
    .orh-v-center,
    .orh-v-top-left:after,
    .orh-v-top-right:after {
        display: none
    }
    .infra-svg svg {
        width: 300px;
        height: 400px
    }
    .infra-svg>img {
        position: absolute;
        left: 6px;
        top: -126px;
        width: 66px
    }
    .orh-l-content {
        margin-top: 20px
    }
    .orh-vision-content {
        max-width: 300px;
        height: 980px
    }
    .orh-v-bt-left,
    .orh-v-bt-right {
        top: 520px
    }
    .orh-v-bt-right {
        top: 778px;
        left: 0
    }
    .orh-v-top-right {
        right: 0;
        left: 0;
        top: 260px
    }
    .orh-logo-content-more {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
    .teacher-img img {
        max-height: 210px
    }
    .teachers-list li {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .event-img-wrap {
        width: 100%
    }
    .event-content {
        min-width: 100%;
        margin-top: 12px
    }
    .teacher-img {
        margin: 0 auto
    }
    .teacher-content,
    .teacher-img {
        display: block
    }
    .teacher-content {
        display: block;
        width: 100%;
        margin-top: 24px;
        margin-left: 0
    }
    .main-search,
    header .navbar-form {
        display: none
    }
    .orh-branch-tabs .nav {
        margin-left: 2px
    }
    .orh-direction-card,
    .orh-single-city-achieve {
        margin-left: 0;
        width: 100%
    }
    .orh-home-text .container {
        top: -8px
    }
    .orh-home-fac a {
        width: 100%;
        margin-right: 0
    }
    .orh-n-details {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
        margin-left: 6px
    }
    .orh-events,
    .orh-news-card {
        margin-bottom: 12px
    }
    .orh-acads .nav li a {
        min-width: auto
    }
    .orh-acad-img-wrap {
        margin-bottom: 16px
    }
    .footer-bg {
        padding: 24px 0 195px
    }
    .footer-btn img {
        width: 300px
    }
    .campus-map,
    .orh-form {
        margin-top: 12px;
        margin-bottom: 5px;
    }
    .home h1 {
        font-size: 16px
    }
    header .logo-tag img {
        width: auto;
        margin-left: 10px;
    }
    .orh-f-data {
        margin: 36px 0
    }
    .orh-highlight-big .left-line span:first-child {
        width: 90px
    }
    .orh-highlight-big .left-line span {
        width: 60px
    }
    .branch-overview-tab .nav-tabs>li {
        min-width: auto;
        margin-left: 2px
    }
    .branch-overview-tab .nav-tabs>li a p {
        font-size: 9px;
        letter-spacing: normal;
        margin-top: 4px;
        margin-bottom: 4px
    }
    .orh-buttons {
        margin: 36px 0
    }
    .orh-buttons a {
        margin: 12px
    }
    .branch-overview-tab .nav>li>a {
        padding: 8px
    }
    .branch-overview-tab .nav>li:nth-child(2)>a svg {
        width: 26px
    }
    .branch-overview-tab .nav>li:last-child>a svg {
        width: 28px
    }
    .event1-content {
        width: 100%;
        margin-top: 20px
    }
    .orh-left,
    .orh-right {
        float: none
    }
    .orh-career-tab {
        border: none
    }
    .dropdown-career {
        display: block!important;
        margin-left: 14px
    }
    .dropdown-career .dropdown-menu>li>a {
        padding: 8px 20px
    }
    .dropdown-career .btn {
        padding: 12px 24px;
        cursor: pointer;
        color: #333!important
    }
    .dropdown-career .dropdown-menu>.active>a,
    .dropdown-career .dropdown-menu>.active>a:focus,
    .dropdown-career .dropdown-menu>.active>a:hover {
        background: #fff;
        color: #333
    }
    /*Admission_Inq css ends*/
    /*orch-Footer-2 Ends hear*/
    /* shivesh's activities css ends */
}