/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.ois-page-title{
	color: #9d0022 !important;
	font-size: 42px;
	margin-top:10px;
}
.ois-page-header-inner p{
	    color: #17213bb3;
		font-style: italic;
		font-size: 14px;
}
.text-center{
	text-align:center;
}
.fees-section {
  padding: 40px 0;
  background: #f9f9f9;
  text-align: center;
}

.fees-heading h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.fees-heading p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 24px;
}

.fees-partners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-items: center;
}

.fees-partner {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  max-width: 320px;
}

.fees-partner:hover {
  transform: translateY(-5px);
}

.fees-partner img {
  width: 100%;
  height: auto;
}

.mt-4 {
  margin-top: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  .fees-partners {
    grid-template-columns: 1fr;
  }
}
.imageCardDiamond_content__BWjv1 {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    overflow: hidden;
}
.imageCardDiamond_content__BWjv1:not(:has(.imageCardDiamond_subtitle__VUACq)) .imageCardDiamond_title__pLO6N {
    max-width: 100%;
    flex: 1 1 0%;
}
.imageCardDiamond_title__pLO6N {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
    letter-spacing: .5px;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.2;
    flex-shrink: 1;
    min-width: 0;
    max-width: 60%;
}
.imageCardDiamond_divider__gkcnW {
    font-size: 1rem;
    font-weight: 300;
    color: hsla(0, 0%, 100%, .8);
    flex-shrink: 0;
    line-height: 1.2;
}
.imageCardDiamond_subtitle__VUACq {
    font-size: .9rem;
    font-weight: 400;
    margin: 0;
    color: hsla(0, 0%, 100%, .95);
    letter-spacing: .3px;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.3;
    flex: 1 1;
    min-width: 0;
    overflow: hidden;
}
.imageCardDiamond_image__U223W {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.imageCardDiamond_overlay__ifuha {
    opacity:1;
    position: absolute;
    bottom: 0;
    right: 0;    
    background: #9d0022;
    color: #fff;
    padding: 15px 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.imageCardDiamond_yellowDiamond__OJhhd {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: gold;
    z-index: 20;
    clip-path: polygon(50% 0px, 62% 20%, 80% 38%, 100% 50%, 80% 62%, 62% 80%, 50% 100%, 38% 80%, 20% 62%, 0px 50%, 20% 38%, 38% 20%);
}
    .lab-title{
	text-align:center;
	}
    .lab-description{
     text-align: center;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
     }

.imageCardDiamond_content__BWjv1 {
  z-index: 2;
  padding: 0 10px; /* optional padding for text */
}

.imageCardDiamond_subtitle__VUACq {
  font-size: 1rem;
}

.listfooterCont {
    line-height: 35px;
padding-left: 10px;
}

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

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

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

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

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

.award-tag {
    margin-top: 20px;
    padding: 15px;
    font-size: 42px;
    line-height: 45px;
    width: 220px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
}
.award-tag i {
    position: absolute;
    right: -10%;
    top: -10%;
    transform: rotate(-20deg);
}
.text-white{
	color:white;
}
.orc-fee-structure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}

.orc-fee-item {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.orc-fee-structure {
  width: 100%;
  border-collapse: collapse;
}

.orc-fee-structure td {
  border: 1px solid #ddd;
  padding: 8px;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}
.orc-page-grid {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.orc-grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.orc-grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.orc-grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .orc-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .orc-page-grid {
    grid-template-columns: 1fr;
  }
}

.orc-grid-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.orc-grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.orc-grid-thumb {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.orc-grid-title a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

.orc-grid-title a:hover {
  color: #0073aa;
}

.orc-grid-excerpt {
  font-size: 0.9rem;
  color: #555;
}
.imageCardDiamond_imageCard__NlVZO {
    position: relative;
/*     display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 auto;
}
.imageCardDiamond_imageContainer__jPFcG {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lab-gallery-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 16px; /* spacing between items */
    }
    .lab-gallery-item {
        flex: 1 1 calc(50% - 16px); /* 2 columns */
        box-sizing: border-box;
    }
.videosection{
	width: 100%;
    height: 342px;
    position: relative;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.videoblock div{
	width: 100%;
    height: 400px;
    position: relative;
    z-index: 2;
    right: 0;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
.elementor-custom-embed-play svg {
    margin: 0px auto;
    min-height: 400px;
}
.orc-faq-question{
    border: 1px solid var(--gray-200, #eaecf0);
    background: #ffe6e9 !important;
    position: relative;
    border-radius: 16px;
    color: #000;
    padding: 30px !important;
}
.orc-faq-answer{
	margin-top: 0px;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    max-height: 2000px;
    transition: max-height .5s ease-in;
    border: 1px solid var(--gray-200, #eaecf0);
    background: #ffe6e9;
    position: relative;
    border-radius: 16px;
    border-top: none;
    padding: 30px;
}
.orc-academics-section {
        max-width: 1200px;
        margin: 0 auto;
        padding: 10px 15px;
    }
    .orc-academics-title {
        font-size: 28px;
        font-weight: 700;
        color: #222;
    }
    .orc-academics-description {
        font-size: 16px;
        line-height: 1.7;
        color: #444;
    }
.academics-gallery {
  padding: 0px 30px 0px 30px;
  background: #fff;
}

.academics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 16px;
}

.academics-card {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border: 5px solid #9d0022;
    border-radius: 25px;
    overflow: hidden;
}

.academics-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.academics-card:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #9d0022;
    opacity: .9;
    color: #fff;
    padding: 15px 0;
    z-index: 10;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.imageCardFullWidth_yellowDiamond___lysf {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: gold;
    z-index: 25;
    -webkit-clip-path: polygon(50% 0, 62% 20%, 80% 38%, 100% 50%, 80% 62%, 62% 80%, 50% 100%, 38% 80%, 20% 62%, 0 50%, 20% 38%, 38% 20%);
    clip-path: polygon(50% 0, 62% 20%, 80% 38%, 100% 50%, 80% 62%, 62% 80%, 50% 100%, 38% 80%, 20% 62%, 0 50%, 20% 38%, 38% 20%);
}
.academics-card:hover .overlay {
  opacity: 1;
}

.overlay-content {
  display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    z-index: 15;
    padding-left: 80px;
    cursor: pointer;
}

.overlay-content .title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: .5px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.overlay-content .subtitle {
	font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    color: hsla(0, 0%, 100%, .95);
    letter-spacing: .3px;
    line-height: 1.3;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

    @media (max-width: 767px) {
		.subjecticon .elementor-image-box-wrapper {
        text-align: left !important;
        display: flex;
        width: 100%;
        height: auto;
        gap: 5%;
    }
 .subjecticon .elementor-image-box-img {
    width: 35% !important;
    
}
		.videosection {
    height: auto !important;
}
		 .lab-gallery-item {
            flex: 1 1 100%; /* 1 column on mobile */
        }
    .imageCardDiamond_overlay__ifuha {
        width: 85%;
        align-items: flex-start;
        padding: 10px 20px;
    }
		.imageCardDiamond_divider__gkcnW, .imageCardDiamond_subtitle__VUACq{
			display:none;
		}
.imageCardDiamond_title__pLO6N {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
    .videoblock div{
       height:auto;
    }
.elementor-custom-embed-play svg {
        width: 50px !important;
    height: 50px !important;
}
.academics-grid {
    grid-template-columns: 1fr; /* 1 column for mobile */
  }
		.academics-gallery .subtitle{
			display:none;
		}
.academics-gallery.overlay-content .title {
    font-size: 0.75rem;
}
		.academics-card .overlay{
			min-height:auto;
		}
.overlay-content .title {
	font-size: 0.75rem;
		}
    }
   @media (min-width: 769px) and (max-width: 992px) {
  .academics-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
  }
}
@media (max-width: 480px) {
    .imageCardFullWidth_yellowDiamond___lysf {
        width: 25px;
        height: 25px;
        left: 15px;
    }
}

@media (max-width: 768px) {
    .imageCardFullWidth_yellowDiamond___lysf {
        width: 30px;
        height: 30px;
        left: 20px;
    }
}

.accordion-question {
  background-color: #b5121b;
  color: #ffffff;
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  border: none;
  border-radius: 0;
}

.accordion-answer {
  background-color: #fff;
  padding: 14px 18px;
  display: none;
  font-size: 14px;
  color: #333;
  border-left: 2px solid #b5121b;
}
.entry-title a:hover{
	color:#000 !important;
}

input[type="radio"] {
    width: 15px;
    height: 15px;
}
#s_address {
    height: 60px !important;
}

.event {
    width: 100%
}

.float{
    z-index: 1000;
    position:fixed;
    width:150px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF !important;
    border-radius:15px;
    text-align:center;
    text-decoration: none;
    font-size: 36px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 9px;
}

.float p {
    font-size: 18px;
    margin-bottom: 0px;
}


.orh-form input#fld_7908577_1 {
    background-color: #9d0022;
    color: #fff;
    border-color: #9d0022;
    width: 100%;
}

 .orch-branch-caru-wrap .videoPlay {
     padding-top: 0px;
 }

.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: 75px;
}

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

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

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

* {
    margin: 0;
    padding: 0;
    /* font-family: 'Titillium Web', sans-serif; */
    font-family: "roboto" ;
}

.about-section {
    background: url("https://www.orchidsinternationalschool.com/wp-content/uploads/2018/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: #9d0022;
    /* border-color: #337ab7; */
}

#about-section {
    color: #fff;
}

.about-box {
    background-color: #081f448c;
    padding: 20px;
    height: 300px;
    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: #9d0022;
    display: inline;
    cursor: pointer;
}

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

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

.btn {
    padding: 5px 10px;
}

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

.btn-city:hover {
    background: #9d0022;
}

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

.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 {
    max-width: 100%;
}

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: #9d0022;
    letter-spacing: 0px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: none;
}

.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: #9d0022;
}

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

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


/* Sandeep's CSS */

/* video wrapper css*/

.parent-video {
    display: flex;
    height: 80vh;
    flex-flow: row wrap;
    /* flex-flow: row wrap; */
}

.youtube-main-content {
    width: 500px;
    background-color: rgb(240, 240, 240);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    /* margin-top: 200px; */
    /* align-content: center; */
}

.youtube-main-content h1 {
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.youtube-main-content p {
    font-size: 14px;
    /* font-weight: bold; */
    /* color: #000; */
    /* margin-bottom: 15px; */
}

.youtube-main-video {
    flex-grow: 1;
}

.video-wrapper {
    height: 700px;
    /* background-color: #a4a4a4; */
    overflow-y: scroll;
}

.video-wrapper-ty {
    height: auto;
    /* background-color: #a4a4a4; */
    /* overflow-y: scroll; */
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.video-box {
    width: 325px;
    height: 250px !important;
    /* background-color: #332d2d; */
    margin: 15px;
    border: 1px solid #fad843;
    /* border-radius: 4px; */
}

.video-box p {
    color: #000;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

.channel-sub {
    height: 190px;
    background-color: #fad843;
}

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.flex-wrapper h1 {
    color: #9d0022 !important;
    font-weight: bold !important;
}

.logo-wrapper {
    width: 160px;
    margin-top: 15px;
    /* margin-bottom: 15px; */
    background-color: #fff;
    height: 160px;
    border-radius: 50%;
}

.logo-wrapper img {
    padding: 20px;
}

.admission-button {
    background: #9d0022;
    width: 210px;
    height: 43px;
    border: 1px solid #9d0022;
    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, .sub-head h2:after {
    content: '';
    position: absolute;
    width: 8%;
    height: 3px;
    bottom: 0;
    left: 7%;
    right: 0px;
    margin: 0px auto;
    background: #fad843;
}

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

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

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

.sub-head h1:before {
    position: absolute;
    background: #9d0022;
    height: 3px;
    content: '';
    width: 6%;
    bottom: 0px;
    left: 43%;
} */

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

.sub-head p {
    /* font-family: 'Titillium Web', sans-serif; */
    font-family: "roboto" ;
    font-size: 15px;
    line-height: 28px;
    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: 'Titillium Web', sans-serif; */
    font-family: "roboto" ;
}

.comp-sub-head p {
    /* font-family: 'Titillium Web', sans-serif; */
    font-family: "roboto" ;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-bottom: 5px;
}

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

.side-head h5 {
    font-weight: bold;
    margin: 5px 0px;
    color: #000;
    /* font-family: 'Titillium Web', sans-serif; */
    font-family: "roboto" ;
    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;
    margin-top: 0px;
}

.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: #9d0022;
    border-bottom: 3px solid #d2b768;
    height: 100px;
    color: #fff;
}

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

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

.menuBar ul li a:active {
    background: #9d0022 !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: #9d0022;
    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: #9d0022;
    border-bottom: 3px solid #fad843;
    height: 100px;
    color: #fff;
}

.top-bar .main-menu li a:active {
    background: #9d0022 !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****/


/***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;
    border-bottom: 0px;
} */

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

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

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

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

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

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

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

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


/****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 #9d0022;
    background: none;
    cursor: pointer;
}

.nav-tabs.navMenu li a:active {
    border-bottom: 1px solid #9d0022;
    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;
}


@media (min-width: 768px)
{
    .nav-tabs.navMenu>li.active>a,
    .nav-tabs.navMenu>li.active>a:hover {
           border: 1px solid #ddd;
        /* border: none; */
        border-bottom-color: transparent;
        cursor: default;
    }
}

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

.home-facts {
    width: 75%;
    margin: 20px auto;
    text-align: center;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.34);
    border-radius: 5px;
}

.home-facts img {
    width: 80px;
}

.home-facts h3 {
    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("https://www.orchidsinternationalschool.com/wp-content/uploads/2018/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("https://www.orchidsinternationalschool.com/wp-content/uploads/2018/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: 16px;
    line-height: 24px;
}

.currBox img {
    width: 80px;
    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("https://www.orchidsinternationalschool.com/wp-content/uploads/2018/08/3.jpg") 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("https://www.orchidsinternationalschool.com/wp-content/uploads/2018/11/10.png") no-repeat;
    background-position: center;
    background-size: cover;
    /*height: 312px;*/
    margin-top: 44px;
    height: 312px;
}

.backMapOne {
    background: url("https://www.orchidsinternationalschool.com/wp-content/uploads/2018/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: 400px;
}

.testiBanner {
    width: 100%;
    height: 378px;
    margin-bottom: 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.jpg) 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: #9d0022;
    margin-top: -16px;
    line-height: 47px;
    margin-left: -8px;
    font-family: Raleway, Semibold;
}

.enquiry-page h2:before {
    position: absolute;
    background: #9d0022;
    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 #9d0022;
    padding-left: 20px;
}

input[type=email] {
    padding-left: 20px;
}

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

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

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

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

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


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


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

.scrollBanner {
    background: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2018/11/city_ban_1.jpg) no-repeat;
    background-size: cover;
    height: 450px;
    margin-top: 10px;
}

.scrollBanner-one {
    background: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2018/11/city_ban_2.jpg) no-repeat;
    background-size: cover;
    height: 450px;
}

.scrollBanner-two {
    background: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2018/11/city_ban_3.jpg) no-repeat;
    background-size: cover;
    height: 450px;
}


.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 #9d0022;
    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********/


/*******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;
    width: 80px;
}

.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: 10px 5px; */
    margin-right: 10px;
    width: 50px;
}

.bottomCount {
    width: 96%;
    margin: 10px 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: #9d0022;
    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: #9d0022;
    border-bottom: 1px solid #9d0022;
}


/*****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: #9d0022;
    color: #fff;
    border: 1px solid #9d0022;
    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;
         height: auto;
}

#form-collapse {
    cursor: pointer;
    border: 1px solid #9d0022;
    width: 20px;
    height: 20px;
    font-size: 26px;
    float: right;
    display: grid;
    place-content: center;
}

.form-head {
    color: #9d0022;
    font-weight: 700;
    font-size: 17px;
    margin: 8px 0 4px;
}

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

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

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

.caldera-grid .form-control {
    height: 26px !important;
    box-shadow: none !important;
    /* margin-bottom: 15px; */
    border-radius: 0px;
    font-size: 11px !important;
    border: 1px solid #9d0022 !important;
    border-left: 10px solid #9d0022 !important;
}

/* .caldera-grid .form-control input["number"] */

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

.form-control {
    border: 1px solid #9d0022;
    border-left: 10px solid #9d0022;
    border-radius: 0px;
}


/* mcb form css end */

/* .rll-youtube-player {
    padding-bottom: 34%!important;
} */

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

.lead-form-orh {
    position: absolute;
    right: 42px;
    top: 30px;
    z-index: 900;
    width: 300px;
}

.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: #9d0022;
    background-color: #9d0022;
}

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

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


/*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: #9d0022;
    border-bottom: 3px solid #fad843;
}

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

.orch-navbar .main-menu li a:hover {
    background-color: #9d0022;
    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: #9d0022;
    border-color: #9d0022;
}

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

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

.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: #9d0022;
    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: #9d0022;
    border-radius: 0px;
}

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

.Admission_Inq .form-control:focus {
    border-color: #9d0022;
    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: #9d0022;
}


/*TEACHING METHODOLOGY SECTION ENDS HEAR*/


/*orch-subject css start Here*/

.orch-subject li {
    color: #9d0022;
}

.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 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 .btn-primary {
    float: left;
    color: #fff;
    background-color: #9d0022;
    border-color: #9d0022;
}

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

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

.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;
}


/* City page css */


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



.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;
}

/*******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(#9d0022, #9d0022); */
    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: #9d0022;
    left: 0;
    bottom: -2px;
}

.Orch-tab .tab-over>li a:hover {
    background-color: #fff;
    color: #9d0022;
}

.Orch-tab .tab-over>li a.active {
    background-color: #fff;
    color: #9d0022;
    border-bottom: 2px solid #9d0022;
}

.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: 70px;
    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: #9d0022 !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(https://www.orchidsinternationalschool.com/wp-content/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: #9d0022 !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;
}

/* city page new sections */
.city-sec {
    /* height: 350px; */
    margin: 25px 0px;

}

.city-card {
    padding: 20px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
}

.city-sec h3 {
    color: #9d0022;
    text-align: left;   
    font-weight: 600;
}

.city-sec p {
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

.city-sec-img {
    width:300px;
    height: 300px;
}
.city-sec-img img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 3px 2px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 2px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 3px 2px 5px 1px rgba(0,0,0,0.2);
}


/* new landing page*/


/* new landing page css */
.trusted-bar {
    height: auto;
    background-color: rgb(0, 0, 0, 0.65);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.trusted-bar p {
    margin: auto 0px;
}
.landhead {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2019/10/desk-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 76vh;
    /* height: 600px; */
}
.landheadcoffee {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/06/pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 76vh;
    /* height: 600px; */
}

.landheadrd {
    /* background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2021/01/rd_main_banner.jpg); */
     background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/12/Banner_dreams-A1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 76vh;
    /* height: 600px; */
}

.landhead10 {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/05/1903x761_collage-03-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 76vh;
    /* height: 600px; */
}
.landheadDrama {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/05/desk.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 76vh;
    /* height: 600px; */
}

.landheadps {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/06/ps_desk.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 80vh;
    /* height: 600px; */
}
.landheadRadio {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/06/RJ-Web-banner-01-e1591699217735.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 80vh;
    /* height: 600px; */
}
.landheadDoodle {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/08/WhatsApp-Image-2020-08-10-at-5.18.42-PM.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 80vh;
    /* height: 600px; */
}
.landheadRaksha {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/07/workshop-2-06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 80vh;
    /* height: 600px; */
}
.landheadClay {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/07/WhatsApp-Image-2020-07-13-at-1.53.23-PM-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 80vh;
    /* height: 600px; */
}
.landheadDance {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/08/workshop-d2-09.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 80vh;
    /* height: 600px; */
}
.landheadYoga {
    background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/08/WhatsApp-Image-2020-08-28-at-6.44.47-PM-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 80vh;
    /* height: 600px; */
}

.landheadrd .container {
    position: relative;
}

.landheadYoga .container {
    position: relative;
}

.landheadDoodle .container {
    position: relative;
}
.landeheadDance .container {
    position: relative;
}
.landheadClay .container {
    position: relative;
    /* height: 80vh; */
}
.landheadcoffee .container {
    position: relative;
    /* height: 80vh; */
}
.landheadRadio .container {
    position: relative;
    /* height: 80vh; */
}
.landheadps .container {
    position: relative;
    /* height: 80vh; */
}

.landheadDrama .container {
    position: relative;
    /* height: 80vh; */
}

.landhead10 .container {
    position: relative;
    /* height: 80vh; */
}

.landheadRaksha .container {
    position: relative;
}

.landhead .container {
    position: relative;
    /* height: 80vh; */
}

.top {
    position: absolute;
    width: 100%;
    /* bottom: 40%; */
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    margin-top: 170px;
    text-align: center;
}
.top h1 {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: bold;
}
.top h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
}
.top .formButton{
    background: #9d0022;
    color: #fff;
    padding: 12px 24px;
    margin-top: 12px;
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
    font-size: 18px;
    min-width: 250px;
    text-align: center;
}
.sec2 {
    padding: 48px 0;
    background: #F5F5F5;
    position: relative;
}
.sec2-content h1{
    font-size: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 18px;
}
.orchidsfacts {
    background-color: #F5F5F5;
    padding: 48px 0;
}

.land-special {
    /*padding: 48px 0;*/
   
}
.box {
    padding: 30px 30px;
    width: 70%;
    height: 290px;
    background: #fff;
    box-shadow: 8px 3px 5px 1px rgba(0,0,0,0.2);
    border: 1px solid #ececec;
    align-self: center;
}

.box h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}

.special-img {
    width: 25%;
}

.talk-coun {
    height: 300px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2018/12/iconbanner.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

}

.talk-coun .talk-now-btn {
    margin: 15px auto;
    align-self: center;
    border: 3px solid #fff;
    width: 150px;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    color: #fff;

}
.land-special h1,.orchidsfacts h1 {
    margin-bottom: 40px;
    font-weight: 600;
}

.special-text {
    font-size: 14px;
    color: #000;
    margin-top: 48px;
}
.quickfacts > img + div {
    font-size: 24px;
    margin-top: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}
.landtextarea {
   /* padding: 24px 0;*/
}
.landtextarea .sub-head {
    margin-top: 20px;
}
.footer {
    background: #333;
    padding: 48px 0;
    text-align: center;
}
/* .footer img + img {
    margin-left: 48px;
} */

.socialmedia img {
    margin-left: 20px;
}

.bookconsult {
    width: 70%;
    /* background-color: #9d0022; */
    position: absolute;
    top: -130px;
    left: 20px;
}

.bookconsult .orh-form {
    width: 100%;
    padding: 20px;
}

.bookconsult .orh-form .form-group {
    width: 100% !important;
    margin-bottom: 20px;
    min-height: 26px;
}

.bookconsult h3 {
    padding: 30px 25px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.form-wrapper {
    padding: 0px 68px 20px 68px;
    /* width: 100%; */
    /* margin: 0 auto; */
}

.form-wrapper span.parsley-required {
    color: #fff;
}

.form-wrapper .caldera-grid .form-control {
    width: 130% !important;
    background-color: transparent;
    /* border: 0px 0px 1px 0px solid #fff !important; */
    border-bottom: 1px solid #fff !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    color: #fff !important;
    font-size: 15px !important;
    margin-bottom: 20px !important;
}

.form-wrapper .caldera-grid .btn-default {
    width: 130% !important;
    color: #9d0022 !important;
    height: 35px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
}

.wrapping {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
}

.landing-faq {
    background-color: #F5F5F5;
}

.landing-faq h1{
    margin: 20px 0px;
}

.faq-wrapper {
    border: 1px solid #000;
    margin: 20px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#faq-add {
    cursor: pointer;
    /* font-size: 80px;
    color: #000;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center; */
    margin: 10px;
}

.faq-question {
    /* cursor: pointer; */
    font-size: 16px;
    padding: 10px;
    color: #000;
}

.add-icon {
    cursor: pointer;
    min-width: 30px !important;
    max-height: 30px !important;
    /* border: 1px solid #000; */
    /* border-radius: 50%; */
    font-size: 40px;
    font-weight: 600;
    margin: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.table-title {
    font-size: 20px;
    font-weight: 600;
}

.add-book-icon {
    cursor: pointer;
    min-width: 30px!important;
    max-height: 30px!important;
    font-size: 25px;
    font-weight: 600;
    margin: 10px 10px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.faq-answer {
    margin: 10px 0px; 
}

/* .landtextarea iframe {
    width: 100%;
    height: 300px !important;
} */


/* blog code started  */
figure {
    margin: 0;
}
.category-wrapper {
    /* overflow-x: scroll; */
    margin: 15px 0px;
}
.category-wrapper ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.category-wrapper ul li {
    white-space: nowrap;
    margin-right: 10px;
}

.blog-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.blog-card {
    width: 300px;
    height: 370px;
    margin: 15px;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: hidden;
    -webkit-box-shadow: 3px 2px 6px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 3px 2px 6px 2px rgba(0,0,0,.2);
    box-shadow: 3px 2px 6px 2px rgba(0,0,0,.2);
    /* border: 1px solid #fad843; */
}

.superhero-thumbnail img {
    max-width: 100%;
    height: 200px;
}

.blog-card h2, .blog-card h5 {
    text-align: left;
    position: relative;
    padding: 15px;
    line-height: 20px;
}

.blog-card h2 a, .blog-card h5 a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    /* text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); */
    text-decoration: none;
}

.blog-card small {
    padding-left: 15px;
    padding-bottom: 15px;
    color: #000;
}

.blog-card .entry {
    padding-left: 15px;
    text-align: left;
    padding-right: 15px;
    line-height: 20px;
    max-height: 63px;
    min-height: 63px;
    font-size: 12px;
    overflow-y: hidden;
    color: #000;
}
.widget-area .widget {
    border-bottom: 2px solid #8d8787;
}
.widget-area .widget:last-child {
    border-bottom: 0px solid #f4f4f4;
}
p#“breadcrumbs” {
    color: grey;
    margin-bottom: 0px;
}

#“breadcrumbs” a, 
#“breadcrumbs” a:visited {
    color: grey;
}

.blog-table-content {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 20px;
    background-color: #f4f4f4;
    /* border-radius: 10px; */
  }
  .blog-table-content a, .blog-table-content a:visited {
    color: #000;
  }
  .blog-table-content h3{
    text-align: left;
    text-transform: uppercase;
  }
  .blog-table-content ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
  }
  
  .blog-table-content ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
  }
  
  .blog-table-content ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
  }
  
  .blog-table-content li ol > li {
    margin: 0;
  }
  
  .blog-table-content li ol > li:before {
    content: counters(item, ".") " ";
  }


/* thank you page css */

.like-img {
    display: block;
    margin: 20px auto;
    width: 20%;
}

.like-wrap {
    width: 100%;
    margin-bottom: 30px;
}

.like-wrap h1 {
    color: #9d0022;
    font-size: 58px;
}

.like-wrap h6,
.like-wrap h1 {
    text-align: center;
}

.like-wrap h6 {
    margin-top: 5px;
    color: #000;
    font-size: 16px;
}

.thank-you p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: justify;
}

/* .home-facts {
    -webkit-box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.41);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1);
} */

.thank-facts {
    margin: 30px auto;
}

.fb-group {
    background: #fad843;
    padding: 30px 0px;
}

.outer-wrap {
    position: relative;
    height: 380px;
}

.fb-content {
    position: absolute;
    top: 40%;
}

.fb-content h3 {
    color: #9d0022;
    font-weight: bold;
}

.fb-content p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

/* blog design */
.post-content {
    position: relative;
}
.spacer .page-title {
    text-align: left;
    position: absolute;
    top: 400px;    /* left: 60px; */
    padding: 10px 20px;
    width: 90%;
    /* background-color: #b11a1aa1; */
    color: #fff;
    font-size: 12px;
}

.spacer .page-title a {
    color: #fff;
}

.spacer .page-title h1 {
    border-bottom: none;
    font-weight: bold;
}

.blog-content-sidebar {
    background-color: #f4f4f4;
    padding: 20px 15px;
}

.spacer .info {
    /* display: none; */
}

.spacer {
    padding-top: 15px;
    padding-bottom: 30px;
}

.spacer strong {
    font-size: 14px !important;
}

.wp-block-image {
    text-align: center;
}
.spacer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.spacer #search-2, #meta-2, #archives-2, #recent-comments-2  {
    display: none;
}

.spacer h3 {
    border-bottom: none;
    color: #9d0022;
    text-transform: initial;
    margin-bottom: 15px;
    /* font-size: 16px; */
    text-align: left;
    /* text-align: center; */
}

.spacer .blog-content-sidebar a {
    color: #000;
    text-decoration: none;
}

.spacer .comments-area h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #000;
}

.comment-list img {
    display: none;
}

.comment-list b {
    color: #9d0022;
    font-size: 1.8rem;
}

.comment-list .comment-metadata a {
    color: #000;
}
.comment-list .comment-body {
    border-bottom: 1px solid #a4a4a4;
}

#comments #submit {
    height: 40px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    background: #9d0022;
}
textarea#comment {
    width: 100%;
    font-size: 1.6rem;
}

.group::after {
    content: " ";
    display: table;
    clear: both;
  }

  .fix-bottom {
      background-color: #fff;
      -webkit-box-shadow: 0px -5px 14px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px -5px 14px 2px rgba(0,0,0,0.2);
box-shadow: 0px -5px 14px 2px rgba(0,0,0,0.2);
  }

  .modal-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      text-align: center;
  }

  .modal-container p {
    color: #9d0022;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
  }
  .modal-container button {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #fff;
      border: 0px solid #fff;
      -webkit-box-shadow: 0px -2px 10px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px -2px 10px 2px rgba(0,0,0,0.2);
        box-shadow: 0px -2px 10px 2px rgba(0,0,0,0.2);
  }
  .modal-container i.fa.fa-envelope {
    font-size: 60px;
    color: #9d0022;
}

/* agency landing page */
.enquiry-section {
    background-color: #081f44;
}

.enquiry-section .container {
    width: 80%;
    padding: 20px 0px 20px;
}
.enquiry-section h2, .enquiry-section h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.enquiry-section h3 {
    font-size: 18px;
}
.enquiry-section input, .enquiry-section select {
    width: 100% !important;
    height: 30px;
    border-radius: 4px;
    border: 0px solid #fff;
}
.enquiry-section .buttonBanner {
    background-color: #990000;
    font-size: 18px;
    color: #fff;
    margin-right: 0px;
    /* margin-left: auto; */
    margin-top: 0px;

}
.enquiry-section .container .row {
    margin: 10px 0px 10px;
}
.general-content {
    background-color: #373737;
    color: #fff;
    padding: 20px 0px 80px;
    text-align: center;
}


.facts-align {
    position: relative;
    top: -60px;
}

.facts-align .home-facts {
    background-color: #fff;
    border: 1px solid #a4a4a4;
}
.award-section {
    background-color: #990000;
}

.award-image {
    padding: 30px 0px 30px 30px;
}

.why-orch-grids {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /* grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr)); */
    grid-template-rows: repeat(2, auto);
    grid-template-areas:
    "box1 box2 box3 box4 box5"
    "box1 box678 box678 box678 box678 ";
    padding: 20px 0px;
    grid-auto-flow: column;
    /* grid-auto-columns: minmax(260px, 1fr); */
}
.why-orch-grids h4 {
    color: #fff;
    border-bottom: 0px solid;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    display: block;
}
.grid-img {
    display: block;
    margin: 0 auto;
    /* width: 50%; */
}
.box1 {
    grid-area: box1;
    background-color: #2D2E30;
}
.box2 {
    grid-area: box2;
    background-color: #750000;
}
.box3 {
    grid-area: box3;
    background-color: #2D2E30;
}
.box4 {
    grid-area: box4;
    background-color: #750000;
}
.box5 {
    grid-area: box5;
    background-color: #2D2E30;
}
.box678 {
    grid-area: box678;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}
/* .box678 > * {
    margin: 5px;
} */
.box6 {
    background-color: #2D2E30;
}
.box7 {
    background-color: #750000;
}
.box8 {
    background-color: #2D2E30;
}
.grid-box {
    padding: 15px;
    color: #fff;
    text-align: center;
}
.counselor-talk {
    padding: 150px 0px;
    background-color: #750000;
    display: flex;
    flex-direction: column;
}
.counselor-talk h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.counselor-talk button {
    width: 150px;
    margin: 0px auto;
    height: 44px;
    font-size: 18px;
    border-radius: 20px;
    background-color: #222222;
    color: #fff;
}

.lp-testi {
    height: 400px;
    padding: 20px 0px;
    background-color: #222222;
}
.lp-testi .parents {
    /* margin-top: 20px; */
    text-align: center;
    color: #fff;
    width: 70%;
    margin: 0 auto;
}
.lp-testi .parents h5 {
    margin-bottom: 20px;
    /* font-size: 18px; */
}
.lp-testi .parents p {
    /* margin-bottom: 20px; */
    font-size: 16px;
}
.lp-testi .parents img {
    border: 5px solid #fff;
    border-radius: 50%;
}

.creative-landing {
    padding: 140px 0;
    margin: 0 auto;
    position: relative;
    margin: 20px 0px;
}
.featured-img {
    text-align: center;
}

.feature-content ul {
    list-style: none;
}
.feature-box ul {
    list-style-type: disc;
}
.feature-content img {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
}
.feature-content p {
    margin-bottom: 0px;
    line-height: 20px;
}
.feature-content h4 {
    border-bottom: 0px solid #fff;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #750000;
}
.feature-box {
    width: 360px;
    display: flex;
    position: absolute;
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
}
.feature-box1 {
    top: 10%;
    left: 8%;
    flex-direction: row-reverse;
}
.feature-box2 {
    top: 10%;
    right: 8%;
    /* text-align: right; */
    /* flex-direction: row-reverse; */
}
.feature-box3 {
    top: 40%;
    left: 5%;
    flex-direction: row-reverse;
}
.feature-box4 {
    top: 40%;
    right: 5%;
    /* text-align: right; */
    /* flex-direction: row-reverse; */
}
.feature-box5 {
    top: 70%;
    left: 10%;
    flex-direction: row-reverse;
}
.feature-box6 {
    top: 70%;
    right: 10%;
    /* text-align: right; */
    /* flex-direction: row-reverse; */
}

  /* enquire now css global */
  .inquirenow {
    position: fixed;
    right: 30px;
    bottom: 100px;
    background: #9d0022;
    padding: 5px;
    border-radius: 5px;
    z-index: 999;
    border: solid 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.33);
    -moz-box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.33);
    box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.33);
}
.inquirenow button {
    background: none;
    border: none;
    font-family: 'merriweatherbold';
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

input#whatsapp {
    /* padding: 57px; */
    width: 25px;
    height: 20px;
    margin-right: 10px;
}
.whatsapp-wrapper {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    display: flex;
}
.faculty-member {
    display: flex;    
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 3%;
}
.faculty-image, .faculty-info {
    flex: 1;
}
.faculty-image img {
    width: 365px;
    height: 365px;
}
.faculty-info {
    position: relative;    
    font-family: 'Raleway';
    margin-left: 10%;
}
.faculty-info .faculty-header .faculty-name {
    color: #464646;
    text-align: left;
    font-size: 40px;
    font-weight: 500;
}
.faculty-info .faculty-header .faculty-designation, .faculty-info .faculty-description p {
    color: #464646;
    text-align: left;
    font-size: 18px;    
}
.faculty-info .faculty-header::before {
    position: absolute;
    background: #9d0022;
    height: 2px;
    content: '';
    width: 100%;
    left: 0;
    top: -5%;
}
.faculty-info .faculty-header::after {
    position: absolute;
    background:#FCCD00;
    height: 2px;
    content: '';
    width: 100%;
    left: 0;
    top: 30%;
}
.faculty-info .faculty-description {
    padding-top: 15px;
}

#why .card {
    background: #f4f4f4;
    padding: 20px;
    text-align: center;    
}
#why .card-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 0;
    position: relative;
}
/*#why .card-title::after {
    content: '';
    position: absolute;
    width: 28%;
    height: 3px;
    bottom: -25%;
    left: 28%;
    right: 0px;
    margin: 0px auto;
    background: #fad843;
}
#why .card-title::before {
    position: absolute;
    background: #9d0022;
    height: 3px;
    content: '';
    width: 28%;
    bottom: -25%;
    left: 20%;
}*/
#why .card-text {
    text-align: inherit;
}

.orch-banner-desk {
    display: block;
}

.orch-banner-mobile {
    display: none;
}
.test-container {
    background-color: #f1f1f1;
    display: inline-block;
    width: 550px;
    border-top: 2px solid #9d0022;
    border-bottom: 2px solid #9d0022;
}
.leftImageTest {
    display: inline-block;
    margin: 20px;
}
.leftImageTest img {
    border: 1px solid #9d0022;
    border-radius: 15px 0px 15px 0px;
}
.despTest {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}
.table-responsive {
    padding: 5rem;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    padding: 10px;
} 
.table > tbody > tr > td:first-child {
    text-align: left;
} 
.table > tbody > tr > th:nth-child(n+2) {
    text-align: center;
}
.table-shadow {
    box-shadow: 0 3px 10px#00000029;
} 
.table-border-radius {
    border-radius: 10px;
}
.table-without-border > tbody > tr > td, 
.table-without-border > tbody > tr > th, 
.table-without-border > tfoot > tr > td, 
.table-without-border > tfoot > tr > th, 
.table-without-border > thead > tr > td, 
.table-without-border > thead > tr > th {
    border-top: none;
}
.table-striped-red > tbody > tr:nth-of-type(2n+1) {
    background-color:#FFF1F1;
}
.table-striped-yellow > tbody > tr:nth-of-type(2n+1) {
    background-color:#FFFCEC;
}
.table-header-bg-red > th {
    background-color: #9d0022;
    color: #FFFFFF;
    padding: 15px;
}
.table-header-bg-yellow > th {
    background-color: #FFF5C2;
    color: #575757;
    padding: 15px;
}
.table-header-bg-red > th:first-child, 
.table-header-bg-red > th:last-child,
.table-header-bg-yellow > th:first-child, 
.table-header-bg-yellow > th:last-child {
    position: relative;
}
.table-header-bg-red > th:first-child::before {
    position: absolute;
    left: -2%;
    top: 0;
    width: 3%;
    height: 100%;
    content: "";
    background: #9d0022;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table-header-bg-red > th:last-child:after {
    position: absolute;
    right: -8%;
    top: 0;
    width: 10%;
    height: 100%;
    content: "";
    background: #9d0022;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.table-header-bg-yellow > th:first-child::before {
    position: absolute;
    left: -4%;
    top: 0;
    width: 5%;
    height: 100%;
    content: "";
    background: #FFF5C2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table-header-bg-yellow > th:last-child:after {
    position: absolute;
    right: -8%;
    top: 0;
    width: 10%;
    height: 100%;
    content: "";
    background: #FFF5C2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.footerList {
    padding: 50px 0;
}
.footerList .col-md-4:first-child {
    /*border-right: 1px solid #fff;*/
}
.footerList .col-md-4:nth-child(2) {
    padding: 0 100px;
    border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.footerList .col-md-4:last-child {
    padding-left: 100px;
}
.footerList h2 {
    color: #fff;
    margin-bottom: 15px;
}
.footerList span {
    color: #ffffff;
    line-height: 1rem;
}
.footerList .award-tag {
    margin-top: 20px;
    padding: 15px;
    font-size: 42px;
    line-height: 45px;
    width: 220px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
}
.footerList .award-tag i {
    position: absolute;
    right: -10%;
    top: -10%;
    transform: rotate(-20deg);
}
.listfooterCont li a {
    font-size: 16px;
}
.list-with-bottom-border li {
    border-bottom: 1px solid #ffffff;
}
.list-with-bottom-border li:last-child {
    border-bottom: none;
}
.footerBottom {
    height: auto;
    overflow: hidden;
}
.footerContent {
    display: flex;
    align-items: center;
}
.footerContent [class^=col-] h5 {
    font-size: 14px;
}
.footerContent [class^=col-]:first-child h5 {
    padding-left: 20px;
}
.footerContent [class^=col-]:last-child {
    text-align: right;
}
.footerContent [class^=col-]:last-child h5 {
    padding-right: 20px;
}
.footerContent [class^=col-]:last-child h5 a {
    color: #ffffff;
    padding: 0 10px;
}
.footerContent [class^=col-]:last-child h5 a {
    color: #ffffff;
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none;
  text-align: center;
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}

.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
.social-icons a.whatsapp:hover
{
  background-color: #4FCE5D;
}
.social-icons a.youtube:hover
{
  background-color: #c4302b;
}
.social-icons a.instagram:hover
{
  background-color: #e1306c;
}
/* media responsive css */
#menu-item-116102 {
    text-transform: none !important;
    z-index: 9999999;
    background-color: #fff;
}

.news-thumbnail {
    overflow: hidden;
    width: 100%;
    height: 215px;
}

.news-thumbnail img {
    object-fit: cover;
    width: 100%;
    min-height: 100%;
}
/* DEMO GENERAL ============================== */
.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
  }
  
  .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
  }
  
  .hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  
  .hover-content {
    position: relative;
    z-index: 99;
  }

/* DEMO 3 ============================== */
.hover-3::after {
    content: '';
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border: 1px solid #fff;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 90;
    transition: all 0.3s;
    transform: scale(1.1);
    opacity: 0;
    display: block;
    opacity: 0;
  }
  
  .hover-3-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center !important;
    z-index: 99;
    color: #fff !important;
    font-size: 18px;
  }

  .hover-3-content p {
      text-align: center !important;
  }

  .hover-cards-container {
      margin: 30px 0px;
  }
  
  .hover-3-description {
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.3s;
  }
  
  .hover-3 img {
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .hover-3 .hover-overlay {
    background: rgba(0, 0, 0, 0.2);
  }
  
  .hover-3:hover img {
    width: 100%;
  }
  
  .hover-3:hover::after {
    opacity: 1;
    transform: none;
  }
  
  .hover-3:hover .hover-3-description {
    opacity: 1;
    transform: none;
  }
  
  .hover-3:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  
  /* .city-template .sub-head h1 {
      font-size: 24px;
      font-weight: 700;
  } */

.sub-head h1:before {
    position: absolute;
    background: #fad843;
    height: 6px;
    content: '';
    width: 35%;
    margin: 0 auto;
    bottom: 0;
    left: 33%;

  }

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

.branch-list-section {
    background-color: #3D4F53;
    padding: 20px 0px;
}

.branch-list-section .sub-head h3 {
    color: #fff;
}

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

.wrap-branch li {
    list-style: none;
    /* border: 1px solid #9d0022; */
    padding: 2px 5px;
    margin: 4px 5px;
    /* border-radius: 5px; */
}
.wrap-branch li a, .wrap-branch li a:hover {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

/* .morecontent span {
    display: none;
}
.morelink {
    display: block;
} */

/* rahul dravid css  */
.rahul-flex {
    /* display:flex; */

}

.rahul-content {
    /* width: 60%; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 420px;
}

.rahul-content p {
    text-align: justify;
}

.rahul-picture img {
    max-width: 60%;
}

.about-nursery {
    background-color: #f4f4f4;
    padding: 20px;
}

.about-nursery h4 {
    font-size: 20px;
    color: #9d0022;
    font-weight: 800;
    text-align: left;
    display: block;
    letter-spacing: 0px;
    border-bottom: 0px;
}

.about-nursery-method h4 {
    font-size: 20px;
    color: #9d0022;
    font-weight: 800;
    text-align: center;
    display: block;
    letter-spacing: 0px;
    border-bottom: 0px;
}

.about-nursery-method {
    background-color: #f4f4f4;
    padding: 25px 0px;
}

.about-nursery-method {
    font-size: 16px;
}

.nursery-special {
    background: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2021/01/Special-Program-Background.png) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.orchadio .youtube-main-content {
    background: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2021/01/Special-Program-Background.png) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.nursery-special .sub-head p {
    text-align: center;
    font-size: 16px;
}

.scrollBack.nursery-special p {
    text-align: center;
    font-size: 17px;
}


/* orchadio  */
.iron-audioplayer .album .album-art img {
    width: 60%;
}
.rd-cta {
    text-align: center;
    margin: 15px auto;
}
.rd-cta a {
    border: 2px solid #f4f4f4;
    border-radius: 20px;
    padding: 10px 15px;
    color: #008080;
    font-size: 20px;
    font-weight: 800;
}

.rd-cta a:visited, .rd-cta a:hover {
    color: #008080;
}

#desktop-cta {
    display: block;
}
#mobile-cta {
    display: none;
}
/* new blog structure */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.ois-page-content {
    padding: 50px 0 0;
}
.ois-page-header {
    background: rgb(222,0,0);
    background: linear-gradient(90deg, rgb(199 32 39) 0%, rgb(191 31 37) 100%);
    padding: 40px 0;
}
.ois-page-breadcrumb {
    margin: 0;
    list-style-type: none;
    margin-top: 10px;
}
.ois-page-breadcrumb > li+li:before {
    content: ">";
    padding: 0 7px;
    font-family: monospace;
}
.ois-page-breadcrumb li, .ois-page-breadcrumb li span {
    display: inline-block;
}
.ois-page-header-inner, .ois-page-header-inner a {
    color: #fff;
}
/* .ois-item-post-content {
    overflow: hidden;
    border-color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    border: 1px solid #eaeff5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
} */
.ois-item-list-blog{
	position: relative;
    padding: 0 8px 8px;
    margin-bottom: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ois-inner-top {
    position: relative;
    width: 75%;
    height: 210px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(157, 0, 34, .12);
    background: #fff;
    border: 2px solid #f8f4f4;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-bottom: -80px;
}
.ois-inner-bottom {
    position: relative;
    z-index: 1;
    background: #fffdd0;
    transition: transform .2s ease, box-shadow .2s ease;
    overflow: hidden;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(157, 0, 34, .08);
    border: 1px solid #e0dbdb;
    margin-bottom: 20px;
	flex: 1 1;
    padding: 95px 12px 15px;
}
.ois-inner-bottom 
/* .ois-item-list-blog:hover .ois-item-post-content {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
    box-shadow: 0 10px 30px 0 rgba(58,87,135,0.15);
} */
.ois-item-post-content .ois-inner-bottom {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    padding: 95px 12px 15px;
	text-align:center;
}
.ois-inner-meta {
    display: block;
    margin: 8px 0;
    color: #626a70;
    line-height: 1.3em;
}
.ois-inner-meta small {
    font-size: 12px;
    margin-right: 10px;
    display: block;
    margin-top: 5px;
}
.ois-inner-meta i {
    margin-right: 3px;
}
.ois-inner-top img{
	position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: fill;
    color: transparent;
    cursor: pointer;
}
.ois-item-post-content .ois-inner-bottom h4.ois-inner-entry-title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.4;
	overflow:hidden;
    font-size: 16px;
    padding: 0;
    border: none;
    text-transform: initial;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.3em;
    font-weight: 600;
    color: #48494b !important;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 8px;
}
.ois-item-post-content .ois-inner-bottom h4.ois-inner-entry-title a {
    color: #000;
	text-decoration:none;
}
.ois-inner-caption {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.4;
    margin-bottom: 0 !important;
    color: #4a5568;
    font-size: 13px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.readmorebutton:hover{
	background: linear-gradient(135deg, #9d0022, #7a0019);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 12px rgba(157, 0, 34, .3);
    border-color: #9d0022;
}
.readmorebutton{
	display: inline-block;
    background-color: #8cbd !important;
    color: #48494b !important;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    padding: 6px 16px;
    border: 1px solid #8cbd !important;
    transition: all .2s ease;
    font-size: 12px;
    text-decoration: none;
    box-shadow: 0 1px 6px rgba(255, 215, 0, .2);
    width: 100%;
    max-width: 120px;
    font-family: Open Sans, sans-serif;
    border-radius: 6px;
}
.ois-inner-readmore {
    display: block;
	text-align:center;
    font-weight: 600;
    margin-top: 15px;
}
.ois-inner-readmore i {
    font-size: 10px;
    margin-left: 5px;
}

.ois-navigation {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.ois-navigation ul {
    padding: 0;
    margin: 0;
}
.ois-navigation ul li {
    list-style-type: none;
    display: inline-block;
    background: #9d0022;
    color: #fff;
    margin: 0 3px;
}
.ois-navigation ul li:hover,
.ois-navigation ul li.active {
    background: #fad843;
}
.ois-navigation ul li a, .ois-navigation ul li.ois-empty-dots {
    padding: 8px 17px;
    color: #fff;
    display: inline-block;
}
.ois-navigation ul li.ois-empty-dots {
    background: #ddd;
    color: #000;
}
.ois-sidebar-blog .widget {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    border: 1px solid #eaeff5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}
.ois-sidebar-blog h3.widget-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.ois-sidebar-blog h3.widget-title:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #c11f25;
    background-image: -webkit-gradient(linear,left top,right top,from(#c11f25),to(#fad843));
    background-image: -webkit-linear-gradient(left,#c11f25,#fad843);
    background-image: -moz-linear-gradient(left,#c11f25,#fad843);
    background-image: -ms-linear-gradient(left,#c11f25,#fad843);
    background-image: -o-linear-gradient(left,#c11f25,#fad843);
    background-image: linear-gradient(left,#c11f25,#fad843);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c11f25',endColorStr='#fad843',gradientType='1');
    position: absolute;
    bottom: 0;
    left: 0;
}
.ois-sidebar-blog .widget ul {
    padding: 0;
    margin: 0;
}
.ois-sidebar-blog .widget ul li {
    list-style-type: none;
    margin-bottom: 5px;
    padding: 0 0 6px;
    margin: 0 0 6px;
    overflow: hidden;
    border-bottom: 1px dashed #e0e7f0;
	display:flex;
}
.ois-sidebar-blog .widget_categories ul li:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 8px;
}
.ois-sidebar-blog .widget ul li a {
    color: #090703;
    text-decoration: none;
    margin-left: 10px;
    line-height: 1.5em;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.cat-item{
height: 2em;
}
.ois-sidebar-blog .widget ul li:hover a {
    color: #9d0022;
}
.ois-sidebar-blog .widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ois-sidebar-blog .widget .search-form,
.ois-sidebar-blog .widget .search-form label,
.ois-sidebar-blog .widget .search-form input[type=search] {
    width: 100%;
}
.ois-sidebar-blog .widget .search-form input[type=search],
.ois-sidebar-blog .widget .search-form .search-submit,
.ois-sidebar-blog .widget .btn {
    border-radius: 6px;
}
.ois-sidebar-blog .widget .search-form input[type=search] {
    border: 1px solid #ececf0;
    padding: 12px 15px;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    box-sizing: inherit;
    height: auto;
}
.ois-sidebar-blog .widget .search-form .search-submit,
.ois-sidebar-blog .widget .btn {
    width: 100%;
    padding: 9px;
    height: auto;
    background: #9d0022;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
}
.ois-sidebar-blog .caldera-grid .row {
    margin-left: 0;
    margin-right: 0;
}
.ois-sidebar-blog .caldera-grid .row .col-sm-12 {
    padding: 0;
}
.ois-archive-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.ois-archive-pagination .page-numbers {
    padding: 8px 17px;
    color: #fff;
    background: #9d0022;
}
.ois-archive-pagination span.page-numbers {
    background: #fad843;
}
.ois-archive-pagination span.dots {
    background: #ddd;
}
.ois-archive-pagination a:hover {
    background: #fad843;
}
.ois-page-content .post-content .page-title,
.ois-page-content .post-content .page-title a {
    color: #000;
}
.ois-page-content .post-content .page-title {
    margin-bottom: 30px;
}
.ois-page-content .post-content .page-title h1 {
    font-weight: bold;
    margin-bottom: 10px;
}
.ois-page-content .post-content .spacer {
    padding-top: 0;
}
.ois-page-content .post-content .page-title ul li {
    padding: 0;
    margin-right: 15px;
}
.ois-page-content .post-content .page-title ul li i {
    font-size: 14px;
    margin-right: 5px;
}

.ois-post-image {
    margin-bottom: 30px;
}
.ois-post-image img {
    width: 100%;
}


.app-btns {
    padding-top: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
}
/* end new blog structure */

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media only screen and (max-width: 768px) {
    .app-btns {
        padding-top: 10px;
        display:flex;
        align-items:center;
        justify-content:center;
        flex-direction: column;
        gap: 15px;
    }
    #desktop-cta {
        display: none;
    }
    #mobile-cta {
        display: block;
    }
    .about-nursery-method h4, .about-nursery h4 {
        margin-top: 20px;

    }
    .rahul-content {
        height: auto;
    }
    .rahul-content p {
        text-align: left;
    }

    .flex-wrapper {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-around;
        align-items: center;
    }

    .youtube-main-content {
        flex-direction: column;
        text-align: center;
        height: fit-content;
    }

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

    .footerList {
        padding: 0 50px;
    }
    .footerList [class^="col-"] {
        margin: 30px 0;
    }
    .footerList [class^="col-"]:first-child {
        padding-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .footerList [class^="col-"]:nth-child(2) {
        padding: 0 15px 30px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .footerList [class^="col-"]:nth-child(2) {
        padding: 0 15px 30px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .footerList .col-md-4:last-child {
        padding-left: 15px;
    }
    .footerList .listfooterCont li {
        text-align: left;
        width: 80%;
    }
    .footerBottom {
        height: auto;
    }
    .footerContent {
        display: block;
    }
    .footerContent [class^="col-"] {
        margin: 20px 0;
        text-align: center;
    }
    .footerContent [class^="col-"]:first-child h5 {
        padding: 0;
    }
    .footerContent [class^="col-"]:last-child h5 {
        text-align: center;
        padding: 0;
        line-height: 3rem;
    }

    .test-container {
        width: 100%;
        margin-left: 0px !important;
        margin-top: 15px;
    }
    .leftImageTest {
        display: block;
        margin: 20px;
        text-align: center;
    }
    .leftImageTest img {
        width: 100%;
        border: 1px solid #9d0022;
        border-radius: 15px 0px 15px 0px;
    }
    .despTest {
        font-size: 12px;
        width: 100%;
        font-weight: 600;
        padding: 5px;
    }
    .orch-banner-desk {
        display: none;
    }
    
    .orch-banner-mobile {
        display: block;
    }
    .spacer .page-title a {
        color: #000;
    }
    .spacer .page-title {
        text-align: left;
        position: relative;
        top: 0px;
        left: 0px;
        padding: 0px;
        width: 99%;
        color: #000;
        font-size: 12px;
    }
    .spacer {
        padding-top: 0;
        padding-bottom: 0;
        overflow-x: hidden;
    }
    #why .card {
        margin-bottom: 20px;    
    }
    .faculty-member {   
        flex-direction: column;
    }
    .faculty-info {
        margin-left: 0;
        margin-top: 10%;
    }
    .faculty-image img {
        width: 100%;
        height: auto;
    }

    .category-wrapper ul {
        overflow-x: scroll;
        justify-content: flex-start;
    }
    
    .category-wrapper ul li {
        white-space: nowrap;
        margin-right: 10px;
    }
    .event {
        width: 100%
    }
    .inquirenow button {
        background: none;
        border: none;
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .feature-content img {
        margin: 0px 25px 0px 0px;
    }
    .creative-landing ul {
        margin: 0;
        padding: 0;
    }
    .creative-landing li {
        margin: 0;
        padding: 0;
    }
    .creative-landing {
        padding: 30px 0;
        margin: 0 auto;
        position: relative;
    }
    .feature-box {
        width: 100%;
        display: flex;
        position: relative;
        background-color: #f3f3f3;
        padding: 20px;
        border-radius: 10px;
        margin: 15px 0px;
        text-align: left;
    }
    .feature-box1, .feature-box3, .feature-box5 {
        top: 0px;
        left: 0px;
        flex-direction: row;
    }
    .feature-box2, .feature-box4, .feature-box6 {
        top: 0px;
        right: 0px;
        flex-direction: row;
    }
    .top {
        text-align: left;
    }
    .general-content {
        background-color: #373737;
        color: #fff;
        padding: 20px 0px 80px;
        text-align: center;
    }
    .enquiry-section .container {
        width: 100%;
        padding: 20px 0 20px;
    }
    .enquiry-section .buttonBanner {
        margin-top: 10px;
    }
    .lp-testi {
        height: 450px;
        background-color: #222222;
    }
    .lp-testi .parents {
        /* margin-top: 20px; */
        text-align: center;
        color: #fff;
        width: 100%;
        margin: 0 auto;
    }
    .award-image {
        padding: 0px;
        margin-bottom: 20px;
    }
    .enquiry-section input, .enquiry-section select, button {
        margin: 5px 0px;
    }
    .enquiry-section .container .row {
        margin: 0px;
    }
    .card {
        margin-top: 0px;
    }
    .card img {
        margin-top: 15px;
        width: 100%;
    }
    .why-orch-grids {
        display: grid;
        grid-gap: 5px;
        grid-template-columns: 1fr;
        /* grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); */
        /* grid-template-rows: auto; */
        grid-template-areas:
        "box1"
        "box2"
        "box3"
        "box4"
        "box5"
        "box678";
        /* "box1 box678 box678 box678 box678 "; */
        padding: 20px 0px;
    }
    .why-orch-grids p, .parents p {
        color: #fff;
        font-size: 16px;
    }
    .box678 {
        grid-area: box678;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
    .caldera-grid .form-control {
        height: 30px !important;
        box-shadow: none !important;
        margin-bottom: 15px;
        font-size: 13px !important;
        border: 1px solid #9d0022 !important;
        border-left: 10px solid #9d0022 !important;
    }
    /* .landtextarea iframe {
        width: 100%;
        height: 300px !important;
    } */

    .blog-card {
        width: 100%;
        height: auto;
        margin: 15px 0px;
        overflow-y: hidden;
    }

    .pp-item {
        width: 170px;
        height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pp-item p {
        text-align: center;
    }

    .border-right {
        border-right: 0px solid #5c5959;
    }
    
    .border-left {
        border-left: 0px solid #5c5959;
    }
    .border-top {
        border-top: 0px solid #5c5959;
    }
    .border-bottom {
        border-bottom: 0px solid #5c5959;
    }

    .wrapping {
        margin-bottom: 25px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .landhead {
        background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2019/10/land-01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 62vh;
        background-position: center center;
    }
    .landheadrd {
        background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2021/01/rd_banner_mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 62vh;
        background-position: center center;
    }
    .landheadcoffee {
        background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/06/mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 62vh;
        background-position: center center;
    }
    .landhead10 {
        background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/05/1080-×-1200-01-min.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 62vh;
        background-position: center center;
    }
    .landheadDrama {
        background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/05/mob.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 62vh;
        background-position: center center;
    }
    .landheadps {
        background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/06/ps_mobile.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 67vh;
        background-position: center center;
    }
    .landheadRadio {
        background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/06/RJ-Web-banner-02-e1591699248541.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 65vh;
        background-position: center center;
    }
    .landheadRaksha {
        background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/07/workshop-1-05.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 65vh;
        background-position: center center;
    }
    .landheadClay {
        background-image: url(https://www.orchidsinternationalschool.com/wp-content/uploads/2020/07/WhatsApp-Image-2020-07-13-at-1.53.23-PM.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 65vh;
        background-position: center center;
    }
    .top {
        position: absolute;
        /* bottom: 40%; */
        margin-top: 150px;
        padding: 5px;
        border-radius: 4px;
        background-color: rgba(0,0,0,0.5);
        width: 92%;
    }
    .top h1 {
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: bold;
    }
    .top h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 23px;
        text-align: left;
    }
    .top .formButton {
        background: #9d0022;
        color: #fff;
        padding: 6px 8px;
        margin-top: 12px;
        display: inline-block;
        font-size: 14px;
        min-width: 120px;
        text-align: center;
    }
    .sec2 {
        padding: 25px 0;
        background: #F5F5F5;
        /* position: relative; */
    }
    .bookconsult {
        width: 100%;
        /* background-color: #9d0022; */
        position: relative;
        top: 0px;
        left: 0px;
    }
    .form-wrapper {
        padding: 0px;
    }
    .form-wrapper .caldera-grid .form-control {
        width: 100% !important;
        background-color: transparent;
        border-bottom: 1px solid #fff !important;
        border-top: 0px !important;
        border-right: 0px !important;
        border-left: 0px !important;
        color: #fff !important;
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }
    .form-wrapper .caldera-grid .btn-default {
        width: 100% !important;
        color: #9d0022 !important;
        height: 35px;
        font-weight: 500;
        font-size: 16px;
        margin: 20px 7px;
    }
    .land-special {
       /* padding: 28px 0;*/
    }
    .box {
        padding: 20px 24px;
        height: 100%;
        width: 100%;
        background: #fff;
        box-shadow: 0px 3px 5px 4px rgba(0,0,0,0.02);
        border: 1px solid #ececec;
    }
    .special-img {
        width: 100%;
    }
    .land-special h1 {
        margin-bottom: 24px;
    }
    /* .wrapping {
        margin-top: 0px;
        margin-bottom: 20px;
    } */
    .talk-coun {
        height: 190px;
    }
    .orchidsfacts {
        background: #F5F5F5;
        padding: 30px 0;
    }
    .text-center.quickfacts {
        margin-bottom: 20px;
    }
    .socialmedia img {
        width: 80px;
        height: 80px;
        margin-left: 15px;
    }
    .landtextarea .sub-head {
        margin-top: 20px;
    }
    .city-sec-img {
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }
    /* .landhead .container .col-md-12 {
        height: 20vh;
    } */
    .channel-sub {
        height: 145px;
        background-color: #fad843;
    }

    .logo-wrapper img {
        padding: 0px;
    }

    .orchadio .logo-wrapper {
        max-width: 100%;
    }

    .orchadio .channel-sub {
        height: auto;
        padding: 20px;
    }

    .parent-video {
        height: auto;
    }

    .logo-wrapper {
        margin: 0 auto;
        width: 120px;
        margin-top: 15px;
        /* margin-bottom: 15px; */
        background-color: rgba(255, 255, 255, 0);
        height: 120px;
        border-radius: 50%;
    }

    .orch-branch-caru-wrap .videoPlay {
        padding-top: 0px;
    }
    .thank-you .ccw_plugin .style-4.chip {
        display: inline-block;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 4px;
        color: #fff;
        font-size: 22px;
        width: 100%;
        line-height: 58px;
    }
    .thank-you .ccw_plugin .style-4.chip img {
        /* float: left; */
        margin: 10px 30px 10px 35px;
        height: 40px;
        color: #fff;
        width: 40px;
        border-radius: 4px;
    }
    .thank-you .style-4.chip.pointer.ccw-analytics {
        color: #fff;
        background-color: #9d0022;
    }
    /* .rll-youtube-player {
        padding-bottom: 100%!important;
    } */

    section.footers {
      padding: 0px !important;
    }
    .videoPlay {
        height: 360px;
    }
    .outer-wrap {
        height: 240px;
    }
    .fb-content {
        top: 0;
    }
    .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: 600px;
    }
    .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 h3 {
        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-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: #9d0022;
        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: #9d0022;
        width: 120px;
        height: 35px;
        border: 1px solid #9d0022;
        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, .sub-head h2, .sub-head h1 {
        width: 100%;
        /* margin: 0px auto; */
        text-transform: uppercase;
        color: #000;
        margin: 15px auto;
    }
    .sub-head h1 {
        font-size: 21px;
    }
    .sub-head h3:before, .sub-head h2:before {
        position: absolute;
        background: #9d0022;
        height: 2px;
        content: '';
        width: 7%;
        bottom: 0px;
        left: 40%;
        right: 10px;
        text-align: center;
    }

    .sub-head h1:before {
        left: 32%;
    }
    .sub-head h3:after, .sub-head h2: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, .side-head p {
        text-align: left;
        font-size: 16px;
    }
    /* .sa_owl_theme .owl-dots {
        display: none;
    } */
    /* home page sharper slider */
    .iconBanner {
        background: url("https://www.orchidsinternationalschool.com/wp-content/uploads/2018/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: #9d0022;
        background-image: none;
        border: 1px solid #c7b070;
    }
    .top-bar .main-menu li:hover {
        background: #9d0022;
        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: #9d0022;
        border-bottom: 3px solid #fad843;
        height: 50px;
        color: #fff;
    }
    .top-bar .main-menu li a:active {
        background: #9d0022 !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****/
    ul.col-md-3.list-inline.listContent {
        margin-bottom: 0;
    }
    #formSelect {
        width: 100%;
        border: 1px solid #9d0022;
        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;
        height: 500px;
    }
    .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.jpg);
        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: #9d0022;
        margin-top: -16px;
        line-height: 47px;
        margin-left: -8px;
    }
    .enquiry-page h2:before {
        position: absolute;
        background: #9d0022;
        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*****/
    /*********campus page strt here*****/
    .campusBox-one {
        border: 1px solid #9d0022;
        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**************/

    /***********************************/
    /*****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: #9d0022;
        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: #9d0022;
        border-bottom: 1px solid #9d0022;
    }
    /*****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: auto;
    }
    .leftMap h4 {
        font-weight: bold;
    }
    .leftMap p {
        font-size: 18px;
        color: #000;
        text-align: left'

    }
    .btnMap {
        background: #9d0022;
        color: #fff;
        border: 1px solid #9d0022;
        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: #9d0022;
        background-color: #9d0022;
        margin: 18px;
    }
    .navbar-default .navbar-toggle ul li a:active {
        border-color: #9d0022;
        background-color: #9d0022;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: #9d0022;
    }
    /*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: #9d0022;
        border-bottom: 3px solid #fad843;
    }
    .orch-navbar .navbar-nav>.active>a:focus>a:hover {
        color: #fff;
        background-color: #9d0022;
        border-bottom: 3px solid #fad843;
    }
    .orch-navbar .main-menu li a:hover {
        background-color: #9d0022;
        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: #9d0022;
        border-color: #9d0022;
    }
    .card .btn-primary:active:hover {
        color: #fff;
        background-color: #9d0022;
        border-color: #9d0022;
    }
    .card .btn-primary.active.focus {
        color: #fff;
        background-color: #9d0022;
        border-color: #9d0022;
    }
    .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: #9d0022;
        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: #9d0022;
        border-radius: 0px;
    }
    .Admission_Inq .form-control {
        border-color: #9d0022;
        border-radius: 0px;
    }
    .Admission_Inq .form-control:focus {
        border-color: #9d0022;
        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: #9d0022;
        border-color: #9d0022;
    }
    .gallery-Swimming .btn-primary:active:hover {
        color: #fff;
        background-color: #9d0022;
        border-color: #9d0022;
    }
    .gallery-Swimming .btn-primary.active.focus {
        color: #fff;
        background-color: #9d0022;
        border-color: #9d0022;
    }
    .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;
        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############################*/
    .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: 900;
        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: 21px;
    }
    header .logo-tag img {
        max-width: 100%;
        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 */
}

.ois-ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.orc-accordion-wrap {
    margin-bottom: 15px;
}
.orc-accordion-wrap .card {
    border: 1px solid #ddd;
    margin-top: 15px;
}
.orc-accordion-wrap .card .card-header a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    color: #333;
    background: #f9f9f9;
    font-size: 16px;
    font-weight: bold;
}
.orc-accordion-wrap .card .card-header a i {
    float: right;
    line-height: 26px;
}
.orc-accordion-wrap .card .card-body p:last-child {
    margin-bottom: 0;
}
.orc-accordion-wrap .card .card-body {
    padding: 15px;
    border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
    .orc-accordion-wrap .card .card-header a i {
        display: none;
    }
}
.ncert .grid-container {
  display: grid;
    grid-template-columns: auto auto auto;
    background-color: #fad843;
    padding: 0px;
}
.ncert .grid-item {
  background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgb(250 216 67);
    padding: 8px;
    font-size: 20px;
    text-align: center;
}
.grid-item p {
    font-size: 15px;
    line-height: 28px;
    color: #07B152;
    text-align: center;
    margin-bottom: 10px;
}
.ncert .grid-item a{
    background: none;
    padding: 5px;
    border-radius: 5px;
    border: none;
    color: #F66062 !important;
    display: inline-block;
    margin-right: 0px;
}
.category-btn {
            display: inline-block;
            margin: 6px;
            padding: 8px 15px;
            border: 1px solid #9d0022;
            border-radius: 30px;
            text-decoration: none;
            color: #9d0022;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .category-btn:hover,
        .category-btn.active {
            background-color: #9d0022;
            color: #fff;
        }
.ois-sidebar-blog {
    border-left: 2px solid #e0e0e0;
    position: relative;
    padding-left: 30px;
 margin-bottom: 30px;
}
#breadcrumbs a{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
.breadcrumb_last{
color:#9d0022;
font-size:12px;
}
.home-newsletter {
    background-color: #d9dddc;
    backdrop-filter: blur(128px);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
	margin-bottom: 30px;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}
.mediaenquiry{
background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin: .5rem 0;
}
.MediaEnquiry_title__vrLqe {
    font-size: 1rem;
    font-weight: 600;
    color: #9d0022;
    margin: 0 0 .75rem;
	text-align:center;
}
.MediaEnquiry_form__kysm4 {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.MediaEnquiry_input__5sX5F, .MediaEnquiry_textarea__OjUeb {
    padding: .5rem;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    font-size: .875rem;
    font-family: inherit;
    transition: border-color .2s;
}
.MediaEnquiry_title__vrLqe {
    font-size: 1rem;
    font-weight: 600;
    color: #9d0022;
    margin: 0 0 .75rem;
}
.MediaEnquiry_footer__puvIm {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .5rem;
    margin-top: .25rem;
}
.MediaEnquiry_submitBtn__qces7 {
    background: #9d0022;
    color: #fff !important;
    border: none;
    padding: .25rem .75rem;
    border-radius: 4px;
    font-size: .875rem;
    font-weight: 500;
    cursor: pointer;
    min-width: 70px;
}
.newsletter-title{
    font-size: 16px;
    font-weight: 700 !important;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    text-align: center;
}
.newsletter-desc{
    font-size: 13px;
    color: #475467 !important;
    text-align: center;
}
.textemail{
	border: 1px solid #d0d5dd !important;
    background-color: #fff;
    font-weight: 500;
	width:100% !important;
    color: #000;
    height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    margin-bottom: .5rem !important;
}
.buttonnews{
    color: #fff !important;
    outline: 1px solid #9d0022;
    background-color: #9d0022;
    border: none;
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 5px;
    margin-top: .5rem !important;
    width: 100% !important;
    height: auto !important;
}
.input-group-btn{
width:100%;
}
.FollowUsSection_title__MI5s_ {
    font-size: .9rem;
    font-weight: 600;
    color: #9d0022;
    margin: 0 0 .5rem;
}
.FollowUsSection_socialIcons__nPMBa {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}
.FollowUsSection_socialLink__zvlw0 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #fff;
	color: #9d0022;
    border: 2px solid #e9ecef;
    text-decoration: none;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
.wp-caption-text {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  font-style: italic;
}

/* Apply drop cap only to the first paragraph inside .spacer article */
.spacer > p:first-of-type::first-letter {
  float: left;
  font-size: 3.5em;
  line-height: 1;
  font-weight: 600;
  margin-right: 10px;
 margin-top: 6px;
  color: #222;
}

.spacer ul li p::first-letter,
.spacer ol li p::first-letter {
  float: none !important;
  font-size: inherit!important;
  line-height: inherit!important;
  font-weight: inherit!important;
  margin-right: 0!important;
}
.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}

.wp-block-latest-posts__list li {
  margin-bottom: 20px;
}

.wp-block-latest-posts__featured-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.elementor-widget-n-menu .e-n-menu-heading{
	display:block;
}
.footer_copyright_box__D_gN_ a {
    color: #fff;
}
	.list-quick {
        margin: 0;
    gap: .5rem;
    flex-wrap: wrap;
    display: flex;
    column-gap: 1.5rem;
    }
    .list-quick li {
   line-height: 14px;
    padding-bottom: .5rem !important;
    font-size: .875rem;
    }
    .quick-footer-links {
        margin: 10px 0px;
        border-radius: 5px;
    }

  .quick-footer-links p {
    padding-bottom: 1rem;
	margin-bottom: 0;
    font-size: 18px;
	text-transform: uppercase;
    font-weight: 800;
	color: #121212;
}
    .quick-footer-links li a, .quick-footer-links li a:visited  {
        color: #000;
        text-transform: capitalize;
    }

@media (max-width: 767px) {
	.ois-sidebar-blog{
		border-left: none;
        padding-left: 0px;
        margin-bottom: 30px;}
	.category-btn{font-size:12px;}
	.ois-inner-top{height:auto;}
	article.spacer p:first-of-type::first-letter {
    float: none;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
  }
}

.subjecticon .elementor-image-box-img {
    width: 20%;
    height: 120px;
    background-color: #000;
    flex-direction: column;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}