﻿@charset "utf-8";

/* CSS Document */

body {
  font-family: 'Montserrat', sans-serif;
  font-family: gotham-book;
}

.admission-title-btn {
    background: #175d47;
    color: #FFF;
    font-size: 110%;
    font-family: 'Open Sans', sans-serif;
    padding: 1% 1% 1% 1%;
    padding-left: 1%;
    border-radius: 20px;
}

td.admission-title-btn.text-center a {
    color: #fff;
    text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.btn_infinite {background: #175d47;transform: scale(1);transition: 0.3s;animation: mymove 5s infinite;}

@keyframes mymove {
  0% {transform: scale(1);background: #175d47;}
  50% {transform: scale(1.5);background: #ff9000;}
  100% {transform: scale(1);background: #175d47;}
}

button.btn.btn-secondary.btn_infinite {
    /*   margin-top: 615px;
    margin-left: 145px;*/
    margin-top: 590px;
    margin-left: 66px;
    font-size: 18px;
    font-family: 'calibri' !important;
    border-radius: 20px;
    padding: 2px 15px 2px 15px;
    border: none;
}

button.btn.btn-secondary.btn_infinite:focus {
outline: none;
}


.footer-form {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}

button.btn.btn-primary.simple-btn {
    font-size: 30px;
    font-family: 'calibri' !important;
    border-radius: 32px;
    padding: 10px 35px 10px 35px;
    background-color: #175d47;
    border: none !important;
}

button.btn.btn-primary.simple-btn:hover {
    background-color: #fc9200;
    color: #ffff;
}

button.btn.btn-primary.simple-btn:focus {
  outline: none;
}

section.btn-footer-bg {
    background-color: #f0eeef;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.gallery-pics .owl-carousel .owl-item img {
  max-width: 100% !important;
  margin: 0 auto 10px;
  width: auto !important;
  max-height: 205px;
}

.gallery-pics .owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  right: auto;
  transform: translate(0px, -50%);
  color: transparent;
  background: #18181882;
  height: 50px;
  width: 45px;
}

.gallery-pics .mhn-slide .owl-prev,
.mhn-slide .owl-next {
  margin-top: 0px !important;
}

.gallery-pics .owl-prev:after {
  top: 13px;
  left: 10px;
  height: 15px;
  width: 15px;
}

.gallery-pics .owl-next:after {
  top: 13px;
  left: 15px;
  height: 15px;
  width: 15px;
}

@-webkit-keyframes L_circle_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes L_circle_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes L_stroke_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@keyframes L_stroke_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@-webkit-keyframes L_stroke_left_grow {
  0%,
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }
}

@keyframes L_stroke_left_grow {
  0%,
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }
}

@-webkit-keyframes L_stroke_right_grow {
  0%,
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  50% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg)
  }
}

@keyframes L_stroke_right_grow {
  0%,
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  50% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg)
  }
}

.loader-circle {
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #444;
  margin-top: -1em;
  margin-left: -1em;
  position: absolute;
  -webkit-animation: L_circle_rotate 1.568s linear infinite both;
  animation: L_circle_rotate 1.568s linear infinite both
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
  content: '';
  display: block;
  border-style: solid;
  border-width: .21429em;
  border-color: currentColor
}

.loader-circle,
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  box-sizing: border-box
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right {
  position: absolute;
  clip: rect(0 2em 2em 1em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right:before {
  position: absolute;
  clip: rect(0 1em 2em 0)
}

.loader-circle:before {
  position: absolute;
  clip: rect(0 1.05em 1em .95em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right,
.loader-circle:before {
  -webkit-animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-right:before {
  -webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-left:before {
  -webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mhn-slide .mhn-item {
  width: 100%;
  padding: 10px;
  padding-bottom: 15px !important;
}

.mhn-slide .mhn-inner {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 3px;
}

.mhn-slide .mhn-item img {
  display: none
}

.mhn-slide .mhn-img {
  min-height: 200px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  color: white;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;
  position: relative
}

.mhn-slide .mhn-text {
  text-align: center;
  padding-bottom: 5px;
}

.mhn-slide .mhn-text h4 {
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
}

.mhn-slide .mhn-text p {
  max-height: 4.5em;
  overflow: hidden
}

.mhn-slide .owl-stage-outer {
  z-index: 1
}

.mhn-slide .owl-nav {
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.mhn-slide .owl-nav svg {
  color: currentColor
}

.mhn-slide .owl-nav .disabled {
  display: none
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
  top: 110px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-top: -20px;
  position: absolute;
  border-radius: 50%;
  background-color: #000 !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2)
}

.mhn-slide .owl-prev {
  left: -10px
}

.mhn-slide .owl-next {
  right: -10px
}

img,
object,
embed,
video {
  max-width: 100%;
}

table {
  font-size: 1em;
}

.ui-draggable,
.ui-droppable {
  background-position: top;
}


/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
  width: 100%;
}

@font-face {
  font-family: 'helveticaltstd';
  src: url(../fonts/helveticaltstd-roman.html);
}

@font-face {
  font-family: 'helvetc';
  src: url('../fonts/Helvetica-Condensed-Bold.eot');
  src: url('../fonts/Helvetica-Condensed-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Condensed-Bold.woff') format('woff'), url('../fonts/Helvetica-Condensed-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Condensed-Bold.html#Helvetica Neue') format('svg');
}

.f1 {
  float: left;
}

.r1 {
  float: right;
}

.cb {
  clear: both;
}

.redtext {
  color: #da251d;
  font-family: calibri;
}

.header {
  width: 100%;
  height: 98px;
}

.logo {
  width: 40%;
  margin-left: 5%;
}

.slideanim {
  visibility: hidden;
}

.navbar {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  border-radius: 0px !important;
}

.main-sl-img1 {
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 703px;
}

.main-sl-img2 {
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
}

#inqform {
  background: #F9F9F9;
  padding: 24px;
  margin: 0px 0;
  width: 90%;
  border-radius: 7px;
  height: 493;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.19), 0 2px 5px rgba(0, 0, 0, 0.23);
  margin-left: 10%;
  margin-top: 18px;
}

#inqform h3 {
  color: #175d47;
  display: block;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8%;
  font-family: calibri;
}

#inqform h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
  font: 400 12px/16px "Open Sans";
}

#inqform input[type="text"],
#inqform input[type="email"],
#inqform input[type="tel"],
#inqform input[type="url"],
#inqform textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  height: 38px;
}

#inqform input[type="text"]:hover,
#inqform input[type="email"]:hover,
#inqform input[type="tel"]:hover,
#inqform input[type="url"]:hover,
#inqform textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}

#inqform textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#inqform button[type="submit"] {
  cursor: pointer;
  width: 123px;
  border: none;
  background: #175d47;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  border-radius: 5px;
  font-family: 'calibri';
}

#inqform button[type="submit"]:hover {
  background: #09C;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#inqform button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#inqform input:focus,
#inqform textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.form-control {
  width: 100%;
  border-radius: 0px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #8a8a8a;
  /* border-radius: 4px; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: inherit;
  font-size: inherit;
  height: 38px;
}

.mid_section2 {
  width: 100%;
  height: auto;
  background-color: #f0eeef;
}

.mid_section2 h2 {
  font-family: 'calibri';
  font-size: 23px;
  margin-bottom: 2%;
  font-weight: 600;
  margin-top: 40px;
}

.mid_section2 p {
  font-family: 'calibri';
  font-size: 18px;
  line-height: 25px;
  width: 91%;
}

.mid_section2g p {
  font-family: 'calibri';
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
  /* width: 91%; */
}

.mid_section2g {
  width: 100%;
  height: auto;
  background-color: #f0eeef;
}

.mid_section2g h2 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'calibri';
    margin-top: 40px;
    margin-bottom: 20px;
}

.mid_section2g h4 {
    font-size: 20px;
    margin-bottom: 2%;
    font-weight: 600;
    font-family: 'calibri';
}

.main-sl-img3 {
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 555px;
  background-image: url(../images/bengaluru-banner11.jpg);
}

@import "compass/css3.html";
@import url("main.css");
@import url("bootstrap.css");
@import url("svg.css");
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  /* background: tomato; */
  padding: 5px;
  width: auto;
  height: auto;
  margin-top: 50px;
  line-height: 150px;
  /* color: white; */
  /* font-weight: 600; */
  /* font-size: 3em; */
  /* text-align: center; */
  font-family: 'calibri';
}

svg:not(:root) {
  overflow: visible;
}

.who {
  width: auto;
  padding-right: 60px;
}

.who h2 {
  font-family: 'calibri';
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 5px;
  padding-left: 60px;
}

.carou-bg {
  background-image: url(../images/bg-car.jpg);
  background-repeat: round;
  /* margin-bottom: 100px; */
  height: auto;
}

.carou-bg h1 {
  font-family: 'calibri';
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 20px;
  color: #fff;
}

.carou-bg p {
  font-family: 'calibri';
  width: 91%;
  color: #fff;
  text-align: justify;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 15px;
}

.carou-bg h4 {
  font-family: 'calibri';
  background-color: #fff;
  padding: 15px;
  text-align: center;
  margin-top: -1px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body {
  counter-reset: item;
  font-family: calibri;
}

.carousel-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.carousel-inner {
  height: 100%;
  position: relative;
  left: 0;
  margin: 0;
  transition: all 1s;
}

.carousel-inner .item {
  height: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 50px 0 0;
  display: -webkit-inline-box;
}

.carousel-inner .item:before {
  counter-increment: item;
}

.carousel-left,
.carousel-right {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
}

.carousel-left:before,
.carousel-right:before {
  content: "";
  background: #666;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.5;
}

.carousel-left:hover:before,
.carousel-right:hover:before {
  opacity: 0.8;
}

.carousel-left {
  left: 0;
}

.carousel-right {
  right: 0;
}


/*Demo styles*/

.carousel-wrapper {
  padding: 30px 0;
}

.carousel-inner .item {
  background: #eee;
  padding: 3px;
  font-size: 1.2em;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px 0 #333;
}

.carousel-inner .item:hover {
  background: #fff;
  box-shadow: 1px 1px 3px 2px #333;
}

.carousel-left:before,
.carousel-right:before {
  background: url(../../../i.imgur.com/Ej5hS07.png) no-repeat;
  width: 50px;
}

.carousel-left:before {
  left: 0;
  background-position: -20% center;
}

.carousel-right:before {
  right: 0;
  background-position: -40px center;
}

.online {
  background-color: #f0eeef;
}

.online h2 {
  font-family: 'calibri';
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 5px;
}

.online p {
  line-height: 28px;
  width: 93%;
  text-align: justify;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(46, 46, 46, 1);
  padding-left: 35px;
  padding-right: 35px;
  font-family: 'calibri';
}

.online h5 {
  line-height: 27px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: rgba(83, 83, 83, 1);
  padding-bottom: 10px;
  font-family: 'calibri';
}

.imbox {
  background-color: #fff;
  padding: 2px;
  border: 1px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  margin-top: 33px;
  margin-bottom: 33px;
  margin-left: 12%;
}

.h5,
h5 {
  font-size: 16px;
  font-weight: bold;
}

.accordion_red {
  width: 100%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 2%;
}

.panel-default_redbg {
  width: 100%;
  background-color: #fff;
  height: auto;
  margin-top: 0%;
  padding: 0%;
  font-size: 16px
}

.accordion_red h2 {
  font-family: 'helvetc';
  font-size: 120%;
  color: #000000;
  text-align: left;
  margin-top: 2%;
  margin-bottom: 2%;
  font-weight: 600;
}

.accordion_red p {
  font-family: 'calibri';
  color: #000000;
  text-align: justify;
  line-height: 20px;
}

.panel_red-default_bg {
  width: 100%;
  background-color: #dddada;
  height: 380px;
  margin-top: 2%;
  padding: 2%;
}

.accordion_red h3 {
  font-size: 100%;
  color: #da251d;
  text-align: left;
  margin-top: 2%;
  margin-bottom: 2%;
  font-weight: 600;
}

.panel-red-default {
  border-color: transparent;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  ;
}

.panel-red-default>.panel-heading {
  background-color: #175d47;
  border-color: transparent;
  padding: 10px;
  color: #fff;
  font-size: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
  padding-left: 4.5%;
  font-size: 18px;
  border-bottom: 1px solid #c3c3c3;
}

.panel-body {
  padding-left: 4.5%;
  padding-right: 4.5%;
}

.panel-red-group .title {
  cursor: pointer;
}

.panel-red-group .title span {
  font-size: 160%;
  font-family: 'calibri';
  color: #464646;
  font-weight: 600;
}

.panel-red-heading .title:before {
  font-family: FontAwesome;
  content: "\f106";
  font-size: 25px;
  padding-right: 10px;
  line-height: 20px;
  float: right;
}

.panel-red-heading .title.collapsed:before {
  font-size: 25px;
  padding-right: 10px;
  line-height: 20px;
  float: right;
  content: "\f107";
}

.policy-para ul li {
  list-style: square;
}


/* CSS new pages */

.heading_mid {
  text-align: center;
  color: #DA251E;
}

.cont-area {
  width: 100%;
  height: 0 auto;
  padding: 9%;
  padding-top: 4%;
}

.boxtext {
  background-color: #fff;
  color: #000000;
  padding: 4%;
  font-size: 90%;
  border: 1px solid #ADADAD;
  line-height: 20px;
}

.redbox {
  margin-top: 15%;
  margin-left: 0%;
  width: 99%;
  background-color: #da251e;
  color: #fff;
  padding: 0.1%;
  text-align: center;
}

.redbox h5 {
  font-family: 'calibri';
  color: #FFFFFF;
  font-size: 100%;
  padding-top: 4%;
}

.rectanglefee {
  background-color: #F0EEEF;
  padding: 33px;
  font-size: 13px;
  border-radius: 6px;
}

.rectanglefee span {
  color: #da251e;
}

.fee h2 {
  font-family: 'calibri';
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  padding-top: 35px;
}

@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

section.accord-bg {
  background-color: #f0eeef;
}

.accord-main {
  margin: 0 auto;
  padding-top: 15px;
  width: 100%;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #da251e;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #da251e;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #da251e;
  border: 1px solid #da251e;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #da251e;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 80em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 16px;
  font-weight: 300;
  margin: 2em 0;
}

.accord-main h2 {
  font-family: 'calibri';
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.accord-main h5 {
  font-family: 'calibri';
  font-weight: normal;
  font-size: 19px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 24px;
}

.displayonoff {
  display: block;
}

.panel-heading .title:before {
  font-family: FontAwesome;
  content: "\f106";
  font-size: 25px;
  padding-right: 37px;
  line-height: 25px;
  float: right;
}

.panel-heading .title.collapsed:before {
  font-size: 25px;
  padding-right: 37px;
  line-height: 25px;
  float: right;
  content: "\f107";
}

.header-main {
  background-color: #175d47;
}

.dps-about {
  padding-bottom: 30px;
}

.gallery-main {
  /*background-image: url(../images/bg-car.jpg);*/
  background-repeat: round;
  /* margin-bottom: 100px; */
  height: auto;
  background-color: #175d47;
}

.img_div h5 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding-top: 10px;
  font-family: 'calibri';
}

.footer-form>form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-form>form center {
  width: 100%;
}

.footer-form>form>fieldset {
  width: 24%;
  min-width: 24%;
}

.footer-form>form>fieldset:nth-child(4) input,
.footer-form>form>fieldset:nth-child(5) select {
  height: 38px;
}

.footer-form>form {
  width: 100%!important;
  margin: 0 0!important;
  background-color: transparent!important;
  box-shadow: none!important;
}

.main-sl-img2-thank {
  background-image: url(../images/thank-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.main-sl-img2-thank {
  height: 515px;
}

.thank-para h2 {
  text-align: center;
  margin-top: 230px;
  font-size: 32px;
  color: #fff;
}

.carousel-control-prev {
  left: -100px !important;
}

.carousel-control-next {
  right: -100px !important;
}

@media (min-width: 100px) and (max-width: 575px) {


  .mid_section2g {
    margin-top: 20px !important;
  }

  button.btn.btn-secondary.btn_infinite {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }

  .footer-form>form#inqform {
    margin-top: 2%;
  }
  .footer-form #inqform button[type="submit"] {
    margin-top: 10px;
  }
}

.nav-left {
  padding: 10px 0px 10px 0px;
}

.nav-right {
  padding-top: 25px;
  text-align: end;
}

.nav-right ul li {
  list-style: none;
  font-size: 18px;
}

.nav-right ul li a {
  color: #fff;
  text-decoration: none;
}

.choose-main h2 {
  font-family: 'Open Sans';
  font-size: 23px;
  margin-bottom: 2%;
  font-weight: 600;
  font-family: 'calibri';
  margin-top: 30px;
  margin-bottom: 20px;
}

.why-choose {
  text-align: center;
  margin-bottom: 25px;
}

.why-choose img {
  width: 90%;
}

#inqform {
  background: #F9F9F9;
  padding: 24px;
  margin: 0px 0;
  width: 100%;
  border-radius: 7px;
  height: 493;
  box-shadow: 0 3px 5px rgb(0 0 0 / 19%), 0 2px 5px rgb(0 0 0 / 23%);
  margin-left: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
  font: 400 12px/16px "Open Sans";
}

.testimonial-head h2 {
  font-family: 'calibri';
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonial-main {
  background-color: #f0eeef;
}

.slider-test {
  margin-bottom: 30px;
}

.owl-carousel.owl-rtl {
  position: relative;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(0px, -50%);
  color: transparent;
  background: #18181882;
  height: 50px;
  width: 45px;
}

.owl-next {
  left: 12px;
  right: auto;
}

.owl-next:after,
.owl-prev:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 10px;
  height: 20px;
  border: 2px solid #fff;
  width: 20px;
  background: transparent;
  transform: rotate(45deg);
  border-left: 0px;
  border-bottom: 0px;
}

.owl-next:after {
  left: 20px;
  transform: rotate(230deg);
}


/*.owl-prev:after*/

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}

.owl-carousel .owl-nav.disabled {
  display: block!important;
}

.gallery-head h2 {
  font-family: 'Open Sans';
  font-size: 23px;
  margin-bottom: 2%;
  font-weight: 600;
  font-family: 'calibri';
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.slider-gell {
  padding-bottom: 30px;
}

.education-main {
  background-color: #f0eeef;
}

/ Icon CSS / .item {
  position: relative;
}

.box {
  text-align: center;
}

.owl-carousel .owl-item img {
  max-width: 100% !important;
  margin: 0 auto 17px;
  width: auto !important;
  max-height: 185px;
}

.owl-carousel2 .owl-item img {
  max-width: 100% !important;
  margin: 0 auto 17px;
  width: auto !important;
  max-height: 185px;
}

.item .box h4 {
  font-size: 15px;
}

.owl-nav {
  display: block;
}

.owl-dots {
  display: none;
}

@media only screen and (max-width: 991px) {
  .carousel-control-prev {
    left: -70px!important;
  }
  .carousel-control-next {
    right: -70px !important;
  }
  .nav-left {
    width: 100%;
    text-align: center;
  }
  .nav-right ul {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .carousel {
    height: auto!important;
  }

  button.btn.btn-primary.simple-btn {
    font-size: 30px;
    font-family: 'calibri' !important;
    border-radius: 32px;
    padding: 10px 35px 10px 35px;
    background-color: #175d47;
    border: none !important;
  }

  button.btn.btn-secondary.btn_infinite {
    margin-top: 0px;
    margin-left: 0px;
  }

  .main-sl-img2 {
    height: 249px !important;
  }

  .nav-right {
    padding-top: 5px;
  }

  .nav-right ul li {
    font-size: 14px;
  }

}
@media only screen and (max-width: 767px){
.col-sm-offset-8.col-sm-4 {
    height: 100%;
  }

  .mid_section2g h2 {
    font-size: 22px !important;
  }

  
.main-sl-img2 a {
    display: block;
    position: relative;
    top: 111%;
    text-align: center;
  }

  .main-sl-img2 {
    height: 328px;
    margin-bottom: 100px;
  }

  button.btn.btn-secondary.btn_infinite {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }
  
}




@media only screen and (min-width: 375px) and (max-width: 767px) {

  /*button.btn.btn-secondary.btn_infinite {
    margin-top: 400px;
    margin-left: 164px;
  }*/

  .mid_section2g h2 {
    font-size: 22px !important;
  }


  .mid_section2g {
    margin-top: 20px !important;
  }

  .mid_section2g {
    margin-top: 0px !important;
  }

  

  button.btn.btn-secondary.btn_infinite {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }

  button.btn.btn-primary.simple-btn {
    font-size: 30px;
    font-family: 'calibri' !important;
    border-radius: 32px;
    padding: 10px 35px 10px 35px;
    background-color: #175d47;
    border: none !important;
  }
  .mhn-slide .mhn-text {
    padding-bottom: 0px;
  }
  .accord-main h5 {
    font-size: 16px;
  }
  .accord-main h2 {
    font-size: 20px;
  }
  .carousel-control-prev {
    left: -32px!important;
  }
  .carousel-control-next {
    right: -32px !important;
  }
  .thank-para h2 {
    text-align: center;
    margin-top: 0px !important;
    font-size: 40px !important;
    color: #fff;
    padding-top: 40px !important;
  }
  .nav-right ul {
    display: block !important;
  }
  .nav-left {
    padding: 10px 0px 10px 0px;
  }
  .nav-right {
    padding: 5px 0 0px 0px;
    text-align: center;
  }
  .nav-right ul {
    margin-top: 0px;
  }
  .main-sl-img3 {
    background-image: url(../images/beng-Mob.jpg);
    background-repeat: no-repeat;
    background-position: top center;
  }
  #inqform {
    background: #F9F9F9;
    padding: 24px;
    margin: 0px 0;
    width: 100%;
    border-radius: 7px;
    position: absolute;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.19), 0 2px 5px rgba(0, 0, 0, 0.23);
  }
  .mid_section2 {
    margin-top: 45%;
    width: 100%;
    height: auto;
    background-color: #f0eeef;
  }
  .imbox {
    background-color: #fff;
    padding: 2px;
    border: 1px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 6px;
    margin-top: 33px;
    margin-bottom: 33px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 2em 0;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    padding-right: 29px;
  }
  .fee h2 {
    font-family: 'calibri';
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    padding-top: 5%;
    margin-bottom: 0px;
  }
  .container2 h2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container2 {
    padding: 2rem;
  }
  .gallery-head h2 {
    margin-top: 2px;
    margin-bottom: 0px;
  }
  .slider-gell {
    padding-bottom: 15px;
  }
  .carousel {
    height: 315px !important;
  }
  .education-main {
    margin-top: 15px;
  }
  .header_container>.navbar-header>.logo_container {
    height: 100px;
    margin-left: 8%;
    margin-bottom: 0px;
  }
  .navbar {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .displayonoff {
    display: none;
  }
  .online h2 {
    font-family: 'calibri';
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    padding-top: 20px;
  }
  .online p {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .mid_section2g h2 {
    margin-top: 20px;
    padding-bottom: 8px;
  }
  .dps-about {
    padding-bottom: 10px;
  }
  .choose-main h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .why-choose {
    margin-bottom: 20px;
  }
  .mid_section2g {
    margin-top: 45%;
    width: 100%;
    height: auto;
    background-color: #f0eeef;
  }
}

@media(min-width:100px) and (max-width:575px) {
  #inqform {
    background: #F9F9F9;
    padding: 24px;
    margin: 50px 0;
    width: 92%;
    border-radius: 7px;
    position: absolute;
    margin-top: 72%;
    height: 493;
    box-shadow: 0 3px 5px rgb(0 0 0 / 19%), 0 2px 5px rgb(0 0 0 / 23%);
  }
  .mid_section2 {
    margin-top: 20%;
  }
  .mid_section2g {
    margin-top: 100px;
  }
  .main-sl-img2 {
    height: 328px;
  }
  .main-sl-img3 {
    background-image: url(../images/bengaluru-banner11-mob.jpg);
    height: 446px;
  }
  .header_container>.navbar-header>.logo_container {
    margin-bottom: 0;
  }
  .yelanka-text h3 {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    font-size: 18px;
    margin-top: 170px;
  }
  .banner {
    margin-top: 0px !important;
  }
  #inqform button[type="submit"] {
    margin-top: -10px;
  }
  .testimonial-head h2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slider-test {
    margin-bottom: 15px;
  }
}

@media(min-width:100px) and (max-width:320px) {
  .yelanka-text h3 {
    margin-top: 140px;
  }
}

@media(min-width:576px) and (max-width:767px) {
  .testimonial-head h2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #inqform {
    background: #F9F9F9;
    padding: 24px;
    margin: 50px 0;
    width: 92%;
    border-radius: 7px;
    position: absolute;
    margin-top: 68%;
    height: 493;
    box-shadow: 0 3px 5px rgb(0 0 0 / 19%), 0 2px 5px rgb(0 0 0 / 23%);
  }
  .mid_section2 {
    margin-top: 20%;
  }
  .mid_section2g {
    margin-top: 430px;
  }
  .main-sl-img3 {
    background-image: url(../images/bengaluru-banner11-mob.jpg);
    height: 446px;
  }
  .header_container>.navbar-header>.logo_container {
    margin-bottom: 30px;
  }
  .yelanka-text h3 {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    font-size: 18px;
    margin-top: 310px;
  }
}
.gallery-main-video .gallery-pics .mhn-slide .owl-prev, .gallery-main-video  .mhn-slide .owl-next {
    margin-top: 62px !important;
}
.banner.col-md-12, .banner .container.col-md-8 {
    padding: 0;
}

label {
    color: #fff;

}

.main-sl-img2 {
    background-size: 100% 100%;
}
.main-sl-img2, .banner.col-md-12, .banner img, .formsec{height:700px;}
.formh2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    padding: 3rem 0;
}
.subm{padding-top:3rem;}
@media only screen and (max-width: 360px) {
    .main-sl-img2 {
    height: 200px;
  }

  .main-sl-img2 a {
    top: 100%;
  }

  .main-sl-img2 {
    margin-bottom: 50px;
  }
}

