.section_main_head h3 {
  color: var(--color-191919);
  font-family: var(--font-dosis);
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.section_main_head h3:after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color-191919);
    margin-top: 7px;
}
.plan-head h3, .upcoming-head h3, .our-teachers-head h3{
  color: white;
}
.plan-head.section_main_head h3:after, .our-teachers-head.section_main_head h3:after{
  background-color: white;
}
.section_main_head.head_center h3:after{
  margin: 0 auto;
}
.section_main_head.head_left h3:after{
  margin-left: 6px;
}
#search-classes .section_main_head h3:after, .upcoming-head h3:after, .testimonials-head h3:after{
  display: none;
}
#slider .header-contact {
  position: fixed;
  right: 0;
  background-color: var(--color-fb6b48);
  padding: 10px;
  border-radius: 6px 0px 0px 6px;
  z-index: 99999;
  top: 50%;
}
#slider .header-contact i {
  color: white;
  font-size: 24px;
  cursor: pointer;
}
/* ------------------ Our Services ---------------- */
#our-services {
  text-align: center;
  padding-bottom: 5%;
  padding-top: 9%;
}
.services-head {
  position: relative;
}
.services-head > img, .gallery-head > img {
  width: 100%;
}
.services-head p {
  color: var(--color-191919);
  font-size: 15px;
  line-height: 26px;
  font-family: var(--font-opensans);
}
.services-contents {
  text-align: left;
  padding-top: 20px;
  transition-duration: 1s;
}
.services-contents .services-text {
  margin-bottom: 9px;
  color: var(--color-616161);
  font-family: var(--font-opensans);
  line-height: 23px;
}
.services-contents h5 a, .classes-contents h5 a, .admission-process-contents h5, .teachers-info h5 a, .school-news-info h5 a {
  font: 700 18px var(--font-dosis);
  color: var(--color-191919);
}
.services-contents .read-more {
  font-size: 16px;
  color: var(--color-191919);
  font-weight: bold;
  font-family: var(--font-dosis);
  visibility: hidden;
}
#our-services .services-info {
  background-repeat: no-repeat;
  background-size: cover;
}
.services-contents:hover .read-more{
  visibility: visible;
}
.services-contents:hover{
  margin-top: -20px;
}
/* ---------------------------- Our classes ------------------- */
#our-classes .nav-tabs .nav-link.active {
  background: transparent;
  border: none;
  color: white;
}
.class-categories li {
  padding: 13px 20px;
}
.class-categories li a {
  color: white;
  font-weight: 700;
}
.class-categories li a:hover {
  border: none;
}
.classes-contents .class-date {
  font-family: var(--font-opensans);
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 12px;
}
.carousel-classes {
  background-color: white;
  padding: 10px 30px 15px 30px;
}
.classes-contents .class-date:after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: var(--color-191919);
  margin: 12px auto;
}
.classes-contents h5 {
  padding-top: 0;
}
.classes-contents .classes-text {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 1.6rem;
}
#our-classes .nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.classes-contents .classes-meta {
  text-align: center;
  border-top: 1px solid #eeeeee;
}
.classes-contents .classes-meta .meta-age span, .classes-contents .classes-meta .meta-size span {
  font-family: var(--font-dosis);
  font-size: 16px;
}
.font-para {
  font-size: 23px !important;
}
p.price, .meta-price, .activities-contents .tab-content a {
  font-weight: 700;
}
.classes-contents .meta-price span {
  font-family: var(--font-dosis);
  color: var(--color-191919);
}
.classes-contents .meta-price .price {
  font-family: var(--font-dosis);
  color: var(--color-191919);
  margin-bottom: auto;
}
#classes-dec .owl-dots {
  text-align: center;
  padding-top: 5%;
}
#classes-dec .owl-dots button {
  background-color: black;
}
#classes-dec .owl-dots .active {
  border: 1px solid black;
}
/* -------------------- Our Activities -------------------- */
#our-activities {
  background-size: 100% 100%;
}
#activities-contents {
  width: 85%;
}
.activities-contents {
  padding-left: 0;
  width: 85%;
}
.activities-contents ul li a {
  background-color: orange;
  padding: 12px 30px;
  border-radius: 40px;
  margin-right: 6px;
  font-weight: 700;
  color: white;
  position: relative;
  font-size: 14px;
  font-family: var(--font-dosis);
  display: inline-block;
  margin-bottom: 10px;
}
.activities-contents ul li a.active::before {
  content: " ";
  position: absolute;
  top: 100%;
  right: 43%;
  border-width: 8px;
  border-style: solid;
  border-color: orange transparent transparent transparent;
}
.activities-contents ul {
  padding-top: 5%;
  margin-left: 0;
  border-bottom: none;
}
.activities-contents .tab-content {
  padding-top: 4%;
}
.activities-contents .tab-content h6, .activities-contents .tab-content a {
  font-family: var(--font-dosis);
  color: var(--color-191919);
}
.activities-contents .tab-content .activities_para, .activities-contents .tab-content .activities_para p {
  font-family: var(--font-opensans);
  color: var(--color-191919);
  line-height: 25px;
  font-size: 14px;
}
.activities-contents .tab-content a i {
  color: var(--color-191919);
}
.activities-contents .tab-content a {
  font-size: 17px;
  margin-left: 5px;
}
/* ------------------- Our Gallery --------------- */
#gallery {
  margin-left: 25px;
}
.gallery-head {
  text-align: center;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-head h2 {
  color: var(--color-191919);
  font-weight: bold;
  font-family: var(--font-dosis);
  padding-left: 0%;
  text-align: left;
}
.gallery-head .sm_div p {
  margin: 0px;
  font-size: 14px;
}
.sm_div {
  position: absolute;
  top: 6%;
  width: auto;
}
.sm_div1 {
  width: auto;
  position: absolute;
  top: 8%;
  text-align: center;
}
.service_info, .gal_info {
  padding: 15px;
  color: var(--color-191919);
}
.sm_div1 article {
  width: 100%;
}
.gallery-head h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-191919);
}
.gallery-head p {
  color: var(--color-191919);
  font-size: 15px;
  line-height: 26px;
  font-family: var(--font-opensans);
}
#gallery .gallery-image {
  padding: 0;
}
.view {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.view .mask, .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
  width: 100%;
}
.second-effect .mask {
  opacity: 0;
  overflow: visible;
  border: 0px solid rgba(0,0,0,0.7);
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
.second-effect:hover .mask {
  opacity: 1;
}
.second-effect:hover a.info {
  opacity: 1;
  transform: scale(1,1);
  transition-delay: 0.3s;
}
#gallary p {
  text-align: left;
  font-size: 35px;
  color: white;
}
.single-post .gallery-image img {
  height: 150px;
}
.gallery-image img {
  width: 100%;
}
.gallery_img {
  width: 100%;
  height: 100%;
}
#TB_ajaxContent {
  padding: 1% !important;
  width: auto !important;
  height: auto !important;
}
#TB_ajaxWindowTitle {
  text-align: center;
  color: #001e44;
  text-transform: capitalize;
}
/* gallery */
#gallary .gallery-image {
  height: 100%;
  padding: 0;
}
#gallary .view img {
  display: block;
  position: relative;
  width: 100%;
}
#gallary .bwt_img {
  height: 100%;
  width: 100%;
}
.second-effect a.info {
  position: relative;
  opacity: 0;
  transform: scale(0,0);
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  outline: none;
}
.second-effect:hover .mask {
  opacity: 0.8;
  background: rgb(0,0,0);
}
.second-effect:hover a.info {
  opacity: 1;
  transform: scale(1,1);
  transition-delay: 0.3s;
}
.secondry-menu ul {
  padding: 50px 0;
  margin: 0;
  text-align: center;
}
.secondry-menu li {
  display: inline-block;
  padding: 5px 25px;
}
.secondry-menu li a {
  color: #929292 !important;
  font-size: 14px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: bold;
}
.secondry-menu li a:hover {
  color: #ffbf43;
}
.social_widget {
  text-align: center;
}
#TB_window {
  top: 60% !important;
  left: 60% !important;
  width: auto !important;
  z-index: 99999999 !important;
}
#TB_ajaxWindowTitle {
  display: none !important;
}
/* -------------------- Admission Process ----------------- */
#admission-process {
  padding-bottom: 60px;
}
.admission-process-contents {
  text-align: center;
  background-color: #f8f8f8;
  padding: 20px;
}
.admission-process-contents .process_p, .admission-process-contents .process_p p {
  line-height: 26px;
  color: rgb(97,97,97);
  font-family: var(--font-opensans);
  text-align: center;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-line-clamp: 3;
  max-height: 3.6rem;
  font-size: 14px;
}
.admission-info {
  background-color: white;
  padding: 20px;
}
.apply {
  padding-top: 77px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-top: 7%;
  background-repeat: no-repeat;
  background-size: cover;
}
.apply h3, #pricing-plan .pricing-plan-info .plan-title h5 {
  font-family: var(--font-dosis);
  color: white;
}
.apply p, .apply .apply_p {
  font-family: var(--font-opensans);
  color: white;
  padding-bottom: 10px;
}
/* -------------- Pricing Plan ------------------ */
#pricing-plan {
  padding-top: 5%;
  padding-bottom: 5%;
  background-repeat: no-repeat;
  background-size: cover;
}
#pricing-plan .container {
  padding-left: 0;
}
#pricing-plan .pricing-plan-info .plan-title {
  padding: 20px;
}
#pricing-plan .pricing-plan-info .plan-title .plan_price span {
  font-family: var(--font-dosis);
  color: white;
  position: relative;
  font-weight: 700;
  transform: rotate(271deg);
  position: absolute;
  margin: 0 auto;
  left: 16px;
  top: 50%;
  bottom: 50%;
  font-size: 16px;
}
.plan_price {
  background-color: #c442d2;
  clip-path: polygon(100% 0,75% 50%,100% 100%,0% 100%,0% 50%,0% 0%);
  transform: rotate(90deg);
  width: 44%;
  padding: 31px;
  position: absolute;
  right: 0;
  top: 5px;
}
.plan-feature {
  margin-top: 22px;
  text-align: center;
}
#pricing-plan .pricing-plan-info .plan-feature span {
  text-align: center;
  color: white;
  font-family: var(--font-opensans);
  font-size: 13px;
}
#pricing-plan .pricing-plan-info .plan-link {
  padding-top: 9%;
  padding-bottom: 18%;
  text-align: center;
}
#pricing-plan .pricing-plan-info .plan-link a {
  background-color: #c442d2;
  color: white;
  padding: 15px 30px;
  font-weight: bold;
  border-radius: 40px;
}
#pricing-plan-info a.pricing_link {
  display: inline-block;
  text-align: right;
  float: right;
  margin-top: -20px;
  color: white;
  font-weight: 700;
}
#pricing-plan-info a.pricing_link i {
  padding-left: 10px;
}
#pricing-plan .owl-carousel .owl-dots {
  padding-top: 9%;
}
#pricing-plan .owl-carousel .owl-dots.disabled {
  display: block !important;
  padding-top: 5%;
}
#pricing-plan .owl-carousel .owl-dots button {
  background-color: white;
}
#pricing-plan .owl-carousel .owl-dots .active {
  border: 1px solid white;
}
/*-------------- Upcoming Events ------------*/
.upcoming-head {
  padding-bottom: 11%;
}
.upcoming-events {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
}
.events-date {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 16px;
}
.events-date h5 {
  font-family: var(--font-dosis);
  text-align: center;
  color: white;
  font-size: 15px;
  margin-top: 8px;
}
.events-title h6 a {
  font-family: var(--font-dosis);
  font-weight: bold;
  color: var(--color-191919);
}
.events-info {
  border-bottom: 1px solid lightblue;
  padding-bottom: 17px;
}
.events-info:last-child {
  border: none;
}
.view-link {
  text-align: right;
  padding-bottom: 13px;
}
.view-link a {
  font-family: var(--font-dosis);
  font-weight: bold;
  color: black;
}
a.event_link i {
  color: var(--color-191919);
}
a.event_link {
  float: right;
  color: var(--color-191919);
  font-weight: 700;
  padding-top: 10px;
}
a.event_link i {
    padding-left: 10px;
}
.custom_meta {
  border-right: 1px solid #eeeeee;
}
/* -------------------------- Testimonials ---------------------- */
.section_main_head h3 img {
  padding-right: 10px;
}
#testimonials {
  padding-top: 5%;
  padding-bottom: 5%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom; 
}
.school-info {
  background-color: #cceef1;
  text-align: center;
  padding: 28px;
}
.school-info .info-no {
  background-color: #efc72b;
  width: 90px;
  padding: 25px;
  border-radius: 50%;
  font-family: var(--font-dosis);
  font-weight: bold;
  color: white;
  font-size: 25px;
}
.school-info-sub {
  border-bottom: 1px solid lightgray;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.school-info-sub:last-child {
  border: none;
}
.school-info .info-title {
  color: var(--color-191919);
  padding: 0 20px;
}
.school-info::-webkit-scrollbar {
  width: 2px;
}
.school-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.school-info::-webkit-scrollbar-thumb {
  background-color: var(--color-5bc4db);
  outline: 1px solid slategrey;
}
.school-info-sub, .info-no, .info-title, .info-icon{
  display: inline-block;   
}
/* -------------- Testimonials ------------------ */
.testimonials-head .head_img {
  padding: 13px;
  text-align: right;
}
#my-testimonial {
  margin-top: 8%;
}
#my-testimonial .t-info {
  font-family: "Ubuntu";
  color: #a0a09f;
  line-height: 28px;
}
#my-testimonial img {
  border-radius: 50%;
}
#my-testimonial h5 a {
  font-family: var(--font-dosis);
  color: var(--color-5bc4db);
}
#my-testimonial .t-desig {
  font-family: "Ubuntu";
  color: #a0a09f;
}
#my-testimonial .owl-carousel .owl-dots button{
  background-color: var(--color-5bc4db);
}
#my-testimonial .owl-carousel .owl-dots .active {
  border: 1px solid var(--color-5bc4db);
}
.owl-carousel .owl-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  margin-right: 5px;
}
.owl-carousel .owl-dots .active {
  background: transparent !important;
  outline: none;
  width: 11px;
  height: 11px;
}
.left-quote i {
  color: var(--color-5bc4db) !important;
  float: left !important;
  font-size: 31px !important;
}
.right-quote i {
  color: var(--color-5bc4db) !important;
  float: right !important;
  font-size: 31px !important;
  margin-top: -6.1%;
}
@media screen and (max-width:767px) {
  .right-quote i {
    margin-top: -10%;
  }
}
.t-info {
  margin-right: 8%;
  margin-left: 8%;
}
@media screen and (max-width:767px) {
  .t-info {
    margin-right: 9%;
  }
}
/* --------------------- Our Teachers ----------------------- */
.teachers-info {
  background-color: white;
  padding: 20px;
}
#my-teachers .teachers-img img {
  width: 100% !important;
}
.teachers-info .tea-desig {
  font-family: var(--font-opensans);
  color: var(--color-616161);
}
.teachers-info .tea-desig:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--color-616161);
  margin: 11px auto;
}
.teachers-info .tea-text {
  font-style: italic;
}
/* ---------------------------- School News ------------------- */
.school-news-info i {
  color: var(--color-191919);
}
.school-news-info .entry-author {
  padding-right: 13px;
}
.school-news-info .entry-author a, .school-news-info .entry-comments {
  font-family: var(--font-dosis);
  color: var(--color-191919);
  font-weight: 700;
}
.school-news-info .news-text {
  font-family: "Ubuntu";
  font-weight: 300;
  padding-top: 10px;
}
.school-news-info .read-more {
  font-weight: 700;
  color: #68c8dd;
  margin-top: 12px;
  display: block;
}
.school-news-info .news-image {
  text-align: center;
  margin-top: -12px;
}
.school-news-info .news-image span {
  background-color: #68c8dd;
  color: white;
  padding: 14px 18px;
  font-weight: 700;
  margin-top: -10px;
}
/* --------- SLIDER--------- */
#slider {
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}
#slider img {
  width: 100%;
}
#slider h2 {
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  font-family: var(--font-dosis);
  font-size: 40px;
}
#slider .prop_desc {
  color: white;
  line-height: 24px;
  border-radius: 0 0 5px 5px;
  font-family: var(--font-opensans);
  margin-bottom: 20px;
}
.position-relative{
  position: relative;
}
#slider .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
#slider ol.carousel-indicators {
  top: 32%;
  display: inline-block;
}
#slider .carousel-indicators {
  left: unset;
  top: 60%;
  transform: translateY(-50%);
}
#slider .carousel-indicators .active {
  background-color: transparent;
}
#slider .carousel-indicators button {
  display: block;
  width: 6px;
  height: 6px;
  margin: 10px 0;
  padding: 0;
  border: 1px solid white;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
}
#slider .carousel-indicators {
    display: block;
}
.inner_carousel h2 small {
  color: white;
  display: block;
  font-weight: 900;
  font-family: var(--font-opensans);
  font-size: 16px;
}
.slider-box {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  padding: 50px 60px 50px 20px;
  max-width: 55%;
  text-align: left;
  left: 0;
  right: 0;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
/*Fade slider*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

#search-classes {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -14%;
  width: 100%;
  padding-bottom: 31px;
  padding-top: 12%;
  z-index: 9;
}
#search-classes h4 {
  color: var(--color-191919);
  font-weight: bold;
  font-family: var(--font-dosis);
}
#search-classes input,#search-classes select {
  border: none;
  background-color: white;
  padding: 14px;
  font-size: 14px;
}
#search-classes select {
  border: none;
  color: gray;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc0, #ccc0);
  background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  appearance: none;
}
#search-classes button {
  background-color: var(--color-fb6b48);
  color: white;
  font-weight: bold;
  padding: 12px 0px 18px 0px;
  cursor: pointer;
  border-radius: 5px;
}
.search-results {
  padding-top: 30px;
}
.search-results form {
  padding-bottom: 30px;
}
.search-results input,select {
  border: 1px solid var(--color-191919);
  border-radius: 5px;
}
.search-results select {
  padding: 10px;
  color: gray;
}
.search-results form button {
  border: 1px solid var(--color-191919);
  font-weight: bold;
}
.search-results .backgrndwrapper h3 a {
  font-weight: bold;
  font-family: var(--font-dosis);
  color: #45c4d7;
}
.search-results .backgrndwrapper {
  margin-bottom: 40px;
}
.search-results .backgrndwrapper .btn-primary {
  color: white;
  background-color: var(--color-fac80d);
  border: none;
}