/*--- Home ---*/
/* Header */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);*/
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 999;
  transform: translateY(0);
  opacity: 1;
}
#site-header.hide {
  transform: translateY(-100%);
  opacity: 1;
}
.banner-section, .header-space-top {
  /*transform: translateY(20%);*/
  margin-top: 90px;
}
.hdr-Line {
  background-image: linear-gradient(to right, #b99144, #eadd82, #eadd82, #b99144);
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -4px;
}
.header {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  width: 114px;
  z-index: 99;
}
/* Custom Navbar */
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  z-index: 999;
}
/*.navbar .container {margin-left:inherit;}*/
/* Icon Menu */
.navbar-toggler {
  padding: .25rem .5rem;
  font-size: 1.25rem;
  border-radius: .25rem;
  border: 2px solid transparent;
}
.animated-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon span {
  background: #61a5b3;
}
.animated-icon span:nth-child(1) {
  top: 4px;
}
.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
  top: 14px;
}
.animated-icon span:nth-child(4) {
  top: 23px;
}
.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0);
  border-color: #61a5b3;
  background-image: linear-gradient(to right, #b99144, #eadd82, #eadd82, #b99144);
  /*margin-bottom:30px;*/
}
/* Custom Navbar */
/*@media all and (min-width: 992px) {*/
@media all and (min-width: 768px) {
  .orange-nav, .pink-nav, .red-nav {
    border-radius: 1.75em;
    margin-left: 8px;
    margin-right: 8px;
  }
  .navbar-light .navbar-nav .orange-nav .nav-link, .navbar-light .navbar-nav .pink-nav .nav-link, .navbar-light .navbar-nav .red-nav .nav-link {
    color: #FFF;
  }
  .navbar-light .navbar-nav .orange-nav .nav-link:hover, .navbar-light .navbar-nav .pink-nav .nav-link:hover, .navbar-light .navbar-nav .red-nav .nav-link:hover {
    color: #231f20;
  }
  .orange-nav {
    background-color: #f8a31a;
  }
  .pink-nav {
    background-color: #d72e9c;
  }
  .red-nav {
    background-color: #eb2024;
  }
  .navbar-nav {
    font-size: 17px;
    line-height: 32px;
    font-family: 'laro_softsemibold';
  }
  .navbar-nav .nav-item > a {
    white-space: nowrap;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 8px 12px;
    /*margin-left:15px; margin-right:15px;*/
  }
  .navbar-light .navbar-nav .nav-link {
    color: #231f20;
    position: relative;
    z-index: 10;
  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #d83a32;
  }
  /* Hover */
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-item:hover > a {
    color: #d83a32;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  /* Active */
  .navbar-light .navbar-nav .nav-item.active > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #d83a32;
  }
  .orange-nav.active {
    background-color: #FFF;
    border-color: #f8a31a;
    border-width: 2px;
    border-style: solid;
  }
  .navbar-light .navbar-nav .nav-item.orange-nav.active > .nav-link, .navbar-light .navbar-nav .orange-nav .nav-link.active {
    color: #f8a31a;
  }
  .pink-nav.active {
    background-color: #FFF;
    border-color: #d72e9c;
    border-width: 2px;
    border-style: solid;
  }
  .navbar-light .navbar-nav .nav-item.pink-nav.active > .nav-link, .navbar-light .navbar-nav .pink-nav .nav-link.active {
    color: #d72e9c;
  }
  .red-nav.active {
    background-color: #FFF;
    border-color: #eb2024;
    border-width: 2px;
    border-style: solid;
  }
  .navbar-light .navbar-nav .nav-item.red-nav.active > .nav-link, .navbar-light .navbar-nav .red-nav .nav-link.active {
    color: #eb2024;
  }
}
/* Dropdown */
/* ============ only desktop view ============ */
@media all and (min-width: 768px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    border: 0px solid rgba(0, 0, 0, .5);
    left: -1px;
  }
  /*.navbar li:nth-child(3).nav-item .dropdown-menu {
	left:-35px;
  }*/
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 75px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 48px;
    transform: rotateX(0deg);
  }
  .dropdown-menu {
    min-width: 120px;
    padding: 0px 0px 15px 0px;
    font-family: 'laro_softregular';
    font-size: 15px;
    line-height: 22px;
    /*color:#fff;*/
    background-color: rgba(255, 255, 255, 1);
    border: 0px;
    border-radius: 0 0 1.25rem 1.25rem;
    left: 15px;
    z-index: 9;
  }
  .dropdown-item {
    padding: 3px 12px;
    color: #221f20;
    /*background-color: rgba(255,255,255);*/
    margin-bottom: 0px;
  }
  /* hover */
  .dropdown-item:focus, .dropdown-item:hover {
    color: #d83a32;
    background-color: #fdfad9;
  }
  /* active */
  .dropdown-item.active, .dropdown-item:active, .dropdown-item.current {
    color: #d83a32;
    background-color: #fdfad9;
  }
  li.active > .dropdown-item {
    color: #d83a32;
    background-color: #fdfad9;
  }
  /* Sub Menu */
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    /*display: none;*/
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -30px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  /*.dropdown-menu > li:hover {background-color:#f1f1f1}*/
  /* Sub Menu */
  .dropdown-menu > li > .submenu {
    /*display:none;*/
    transition: .3s;
    opacity: 0 !important;
    visibility: hidden;
    top: -14px !important;
    /*left:165px;*/
  }
  .dropdown-menu > li:hover > .submenu {
    /*display:block;*/
    transition: .3s;
    opacity: 1 !important;
    visibility: visible;
    top: -14px !important;
    left: 175px !important;
  }
  .navbar .nav-item .submenu.dropdown-menu {
    padding: 15px 15px 15px 15px;
    left: 165px;
  }
}
/* ============ desktop view .end// ============ */
/* Carousel Slide  */
.carousel-caption {
  left: 0%;
  right: 0%;
  top: 100px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: inherit;
  text-align: inherit;
}
.carousel-control-next, .carousel-control-prev {
  width: 7%;
  z-index: 11;
}
.carousel-indicators {
  bottom: 15%;
  z-index: 15;
  display: none;
}
/* Banner Section */
.ban-cont-text {
  position: absolute;
  z-index: 9;
  left: 15%;
  top: 10%;
  max-width: 320px;
}
.banner-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.banner {
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.banner img {
  border-radius: 1.25em 1.25em 0 0;
}
.banner-bttm {
  position: absolute;
  z-index: 2;
  bottom: -2px;
  width: 100%;
}
.banner-btn {
  position: absolute;
  z-index: 3;
  bottom: 52px;
  left: 0;
  right: 0;
  width: 100%;
}
/* Four section Section below Banner */
/*.four-section {
  height: 175px;
  padding-top: 12px;
  font-family: 'laro_softsemibold';
  font-size: 18px;
  line-height: 24px;
}
.four-section > div {
  align-content: center;
  border: 5px dotted #FFFFFF;
  height: 100%;
  margin-left: -2px;
  margin-right: -2px;
  border-radius: 1.25em;
  position: relative;
}
.four-section > div:hover {
  -webkit-transform: rotateZ(-5deg);
  transform: rotateZ(-5deg);
}
.four-section > div span {
  display: block;
  font-family: "Baloo 2", sans-serif;
  font-size: 50px;
  line-height: 56px;
  font-weight: 800;
}
.four-section > div.circled-left::before {
  content: "";
  border-width: 5px 0px 5px 5px;
  border-style: dotted;
  border-color: #FFFFFF;
  position: absolute;
  background-color: #f7d148;
  top: 48%;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 48px;
  z-index: 999;
  left: -23px;
  border-top-left-radius: 100px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 0;
}
.four-section > div.circled-right::before {
  content: "";
  border-width: 5px 5px 5px 0px;
  border-style: dotted;
  border-color: #FFFFFF;
  position: absolute;
  background-color: #f7d148;
  top: 48%;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 48px;
  z-index: 999;
  left: -7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 100px;
}
.four-section > div.circled {
  border-style: dotted;
  border-color: #FFFFFF;
  position: absolute;
  background-color: #f7d148;
  top: 48%;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 48px;
  z-index: 999;
}
.four-section > div > div {
  width: 70%;
}*/
/* IG Feed Section */
.butterfly, .plant, .leave, .bird {
  position: absolute;
  display: block;
  animation: float 3s ease-in-out infinite;
  z-index: 9;
}
.butterfly {
  top: 7%;
  right: 10%;
  animation-delay: 1.4s;
  /*border: 1px solid red;*/
}
.butterfly-mission {
  top: 0%;
  left: 0%;
  right: inherit;
  width: 158px;
  /*border: 1px solid red;*/
}
.plant {
  top: 15%;
  left: 20%;
  animation-delay: 1s;
  /*border: 1px solid red;*/
}
.plant-mission {
  left: inherit;
  top: inherit;
  bottom: 7%;
  right: 5%;
  /*border: 1px solid red;*/
}
.leave {
  top: 35%;
  right: 10%;
  animation-delay: 0.2s;
  /*border: 1px solid red;*/
}
.leave-vision {
  top: 5%;
  right: 10%;
  width: 100px;
  /*border: 1px solid red;*/
}
.bird {
  bottom: 12%;
  left: 12%;
  animation-delay: 3s;
  /*border: 1px solid red;*/
}
.bird-vision {
  bottom: 4%;
  left: 0%;
  width: 166px;
  /*border: 1px solid red;*/
}
/* IG */
.ig-wrapper .eui-slider-slide img {
  border-radius: 1.5rem !important;
  border-width: 3px;
  border-color: #EEE;
  border-style: solid;
}
.eapps-instagram-feed-posts-item-template-classic {
  border: 0px !important;
}
/* Testimonials */
.testimonials > span {
  font-family: 'laro_softsemibold';
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
  /*border: 1px solid red;*/
}
.testimonials .testi-pic {
  width: 200px;
  text-align: center;
  display: inline-block;
}
/* What We Do Section */
.what-we-do a {
  color: #231f20;
}
.what-we-do a:hover, .what-we-do a:hover .whatwedo-icon {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  color: #0086ae;
}
.what-we-do a .whatwedo-icon, .what-we-do a .whatwedo-icon img {
  transition: all 0.6s ease-in-out;
  text-align: center;
}
.what-we-do a:hover .whatwedo-icon img {
  animation: sway 2.4s infinite;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
}
.home-services .whatwedo-icon {
  border: 2px solid #f7d148;
}
.whatwedo-icon {
  margin-top: 4px;
  margin-bottom: 16px;
  border: 2px solid #FFF;
  transition: all 0.3s ease-in-out;
}
.what-we-do span {
  font-family: 'laro_softsemibold';
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
/* Dr Sharda Fatehpuria Section */
.behind-txt-DrSharda {
  position: absolute;
  top: 24%;
  left: 0;
  width: 60%;
  height: 250px;
  z-index: 2;
}
.sun-animated {
  animation: mymove 30s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}
.sun-animated-img {
  position: relative;
  z-index: 3;
}
.sun-animated::before {
  content: "";
  position: absolute;
  background-image: url("../images/img-logo-sun.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -46.2%);
  display: inline-block;
  width: 1250px;
  height: 1250px;
  z-index: 1;
}
/* Our on-campus */
.icon-Abili-Tea, .icon-MVK-Studio {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  width: 128px;
}
.pos-absolute-r {
  right: 0;
}
.pos-absolute-l {
  left: 0;
}
/* Anuradha Lohia Section */
.AL-section {
  position: relative;
  height: 475px;
}
.curved-line-footer {
  position: absolute;
  bottom: -1px;
}
.al-img-bg {
  background-image: url("../images/img-Prof-Anuradha-Lohia.jpg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 54% auto;
}
/* Footer */
footer .navbar-brand {
  margin-left: 0px;
  margin-right: 0px;
}
.follow-us, .book-appointment, .address {
  padding-bottom: 15px;
}
.social-media > span, .book-appointment span, .address > address {
  font-family: "Baloo 2", sans-serif, cursive;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 0;
}
.time {
  padding-left: 40px;
}
/*** Inner Pages ***/
/* Service Pages */
.title-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding-bottom: 14px;
}
.title-icon {
  display: block;
  width: 25%;
  animation: sway 2.4s infinite;
  padding-right: 10px;
}
.title-icon-wrapper .title-icon, .title-icon-wrapper h2 {
  flex: 0 0 auto;
  max-width: 75%;
  margin-bottom: 0 !important;
}
/* Team Pages */
.id-card-bg {
  padding: 25px 25px 25px 25px;
  height: 180px;
  border-radius: 1.25rem;
  /*border: 1px solid red;*/
}
.id-card-bg .row > .col-6:nth-of-type(1) {
  padding-left: 18px !important;
  padding-right: 0px !important;
  /*border: 1px solid red !important;*/
  display: inline-grid;
}
.id-card-bg .row > .col-6:nth-of-type(2) {
  padding-right: 18px !important;
  text-align: right;
  /*border: 1px solid green !important;*/
}
.id-card-bg .row > div:nth-of-type(1) {
  padding-left: 18px !important;
  padding-right: 0px !important;
  display: inline-grid;
  /*border: 1px solid red !important;*/
}
.id-card-bg .row > div:nth-of-type(2) {
  padding-right: 18px !important;
  padding-left: 0px !important;
  text-align: right;
  /*border: 1px solid green !important;*/
}
.id-card-bg img {
  border: 5px solid #AAB3C4;
  width: 115px;
  /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);*/
}
.id-card-bg h4 {
  align-self: flex-start;
  /*border: 1px solid green;*/
  font-size: 24px;
  line-height: 28px;
  word-wrap: break-word;
}
.id-card-bg p {
  font-size: 16px;
  line-height: 18px;
  align-self: flex-end;
  /*border: 1px solid red;*/
}
/* Journey Page */
.key-milestones {
  position: relative;
}
.key-milestones-line {
  position: relative; /* dot absolute coords are relative to this */
  overflow: visible; /* prevent clipping of the dot */
}
.key-milestones-line.rt::after, .key-milestones-line.lt::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.key-milestones-line.lt::after {
  left: -4px;
  border-left: 8px solid #0086ae;
}
.key-milestones-line.rt::after {
  right: -4px;
  border-right: 8px solid #0086ae;
}
/* base dot */
.key-milestones-line .dot-circle {
  position: absolute;
  top: 0%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  /*background-color: white;*/
  border: 6px solid #0086ae;
  z-index: 99;
  left: auto; /* reset */
  right: auto; /* reset */
}
/* target odd rows (1,3,5...) */
.key-milestones .row:nth-of-type(odd) .key-milestones-line .dot-circle {
  right: -16px;
  left: auto;
}
/* target even rows (2,4,6...) */
.key-milestones .row:nth-of-type(even) .key-milestones-line .dot-circle {
  left: -16px;
  right: auto;
}
.key-milestones-box {
  margin: 0px 30px 15px 30px;
  padding: 25px 25px 25px 25px;
  border-radius: 1.25rem;
}
.key-milestones-box h4 {
  font-size: 24px;
  line-height: 28px;
}
.key-milestones-box p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
/* Instagram Gallery */
.instagram-gallery {
  /*border: 1px solid red;*/
  width: 92%;
  margin: 0 auto;
}
.instagram-gallery .slick-slide {
  margin: 0px 0px;
}
.instagram-gallery .slick-prev {
  left: -30px;
  background-size: 32px 32px;
}
.instagram-gallery [dir='rtl'] .slick-prev {
  right: -30px;
}
.instagram-gallery .slick-next {
  right: -30px;
  background-size: 32px 32px;
}
/* Gallery / Event*/
/*.gallery {border: 1px solid red;}*/
.events-container .container-fluid:nth-child(odd) {
  background-color: #fdfad9;
  /*margin-bottom: 30px;*/
}
.gallery .slick-slide img {
  max-height: 228px;
}
/* Testimonials */
.testi-section {
  border-radius: 1.25rem;
  height: 680px;
}
.testi-pic img {
  border: 5px solid #0086ae;
}
.testi-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}
/* MVK Studio */
.studio-mvk span {
  /*font-family: 'laro_softsemibold';*/
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
}
.studio-mvk i {
  vertical-align: middle;
}
/*** START RESPONSIVE ***/
@media only screen and (min-width:1368px) and (max-width:1440px) {
  /* Custom Navbar */
  .orange-nav, .pink-nav, .red-nav {
    margin-left: 5px;
    margin-right: 5px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 7px 10px;
  }
  .navbar-nav {
    font-size: 16px;
  }
  /* Dropdown */
  /* ============ only desktop view ============ */
  .navbar .nav-item:hover .dropdown-menu {
    top: 45px;
  }
  .dropdown-item {
    padding: 3px 10px;
  }
  /* ============ desktop view .end// ============ */
}
/**/
@media only screen and (min-width:1200px) and (max-width:1367px) {
  .navbar-brand {
    width: 84px;
  }
  /* Custom Navbar */
  .orange-nav, .pink-nav, .red-nav {
    margin-left: 5px;
    margin-right: 5px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 7px 10px;
  }
  .navbar-nav {
    font-size: 16px;
  }
  /* Dropdown */
  /* ============ only desktop view ============ */
  .navbar .nav-item:hover .dropdown-menu {
    top: 45px;
  }
  .dropdown-item {
    padding: 3px 10px;
  }
  /* ============ desktop view .end// ============ */
  /* Banner Section */
  .ban-cont-text {
    left: 10%;
    /*border:1px solid red;*/
  }
  .banner-btn {
    bottom: 40px;
  }
  /* Footer */
  footer .col-lg-auto, footer .col-md-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .navbar-brand {
    margin-left: 0px;
    margin-right: 0px;
    width: 50px;
  }
}
/**/
@media only screen and (min-width:992px) and (max-width:1199px) {
  /* Header */
  .banner-section {
    margin-top: 78px;
  }
  .navbar-brand {
    margin-left: 0px;
    margin-right: 15px;
    width: 84px;
  }
  /* Custom Navbar */
  .orange-nav, .pink-nav, .red-nav {
    margin-left: 5px;
    margin-right: 5px;
  }
  .navbar-nav {
    font-size: 13px;
    line-height: 32px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 7px 7px;
  }
  /* Dropdown */
  /* ============ only desktop view ============ */
  .navbar .nav-item .dropdown-menu {
    left: -5px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 44px;
  }
  .dropdown-menu {
    font-size: 14px;
  }
  /*.dropdown-item {padding:3px 15px;} */
  /* Sub Menu */
  /* ============ desktop view .end// ============ */
  /* Banner Section */
  .ban-cont-text {
    left: 6%;
    /*border:1px solid red;*/
  }
  .banner-btn {
    bottom: 32px;
  }
  /* Four section Section below Banner */
  /*.four-section {
    padding-top: 22px;
  }
  .four-section > div span {
    font-size: 42px;
    line-height: 48px;
  }
  .four-section > div > div {
    width: 85%;
  }*/
  /* IG Feed Section */
  .butterfly {
    top: 5%;
    right: 10%;
    /*border: 1px solid red;*/
    width: 158px;
  }
  .butterfly-mission {
    top: 0%;
    left: 0%;
    right: inherit;
    width: 148px;
    /*border: 1px solid red;*/
  }
  .plant {
    top: 15%;
    left: 15%;
    /*border: 1px solid red;*/
    width: 83px;
  }
  .plant-mission {
    left: inherit;
    top: inherit;
    bottom: 7%;
    right: 5%;
    /*border: 1px solid red;*/
  }
  .leave {
    top: 35%;
    right: 7%;
    /*border: 1px solid red;*/
    width: 100px;
  }
  .leave-vision {
    top: 5%;
    right: 5%;
    width: 100px;
    /*border: 1px solid red;*/
  }
  .bird {
    bottom: 10%;
    left: 10%;
    /*border: 1px solid red;*/
    width: 196px;
  }
  .bird-vision {
    bottom: 4%;
    left: 0%;
    width: 136px;
    /*border: 1px solid red;*/
  }
  /* What We Do Section */
  /* Students Picture Section */
  /* Dr Sharda Fatehpuria Section */
  .behind-txt-DrSharda {
    top: 20%;
    height: 240px;
    /*border:1px solid red;*/
  }
  .sun-animated::before {
    width: 1080px;
    height: 1080px;
    /*border: 1px solid red;*/
  }
  /* Our on-campus */
  .icon-Abili-Tea, .icon-MVK-Studio {
    width: 108px;
  }
  /* Anuradha Lohia Section */
  .al-img-bg {
    background-position: -5% 70%;
    background-size: 55% auto;
  }
  /* Footer */
  footer .col-lg-auto, footer .col-md-auto {
    padding-left: 8px;
    padding-right: 8px;
  }
  footer .navbar-brand {
    margin-left: 0px;
    margin-right: 0px;
    width: 114px;
  }
  .social-media > span, .book-appointment span, .address > address {
    font-size: 12px;
    line-height: 16px;
  }
  .time {
    padding-left: 0px;
  }
  /* Team Pages */
  .id-card-bg {
    padding: 20px 20px 20px 20px;
    height: 180px;
  }
  .id-card-bg img {
    border: 4px solid #AAB3C4;
    width: 100px;
  }
  .id-card-bg h4 {
    font-size: 18px;
    line-height: 22px;
    word-wrap: break-word;
  }
  .id-card-bg p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (min-width:992px) and (max-width:1080px) {
  /* Header */
  .banner-section {
    margin-top: 120px;
  }
}
/**/
@media only screen and (min-width:768px) and (max-width:991px) {
  /* Header */
  .banner-section {
    margin-top: 130px;
  }
  .banner-section, .header-space-top {
    margin-top: 130px;
  }
  .navbar-brand {
    margin-left: 0px;
    margin-right: 15px;
    width: 114px;
  }
  /* Custom Navbar */
  .orange-nav, .pink-nav, .red-nav {
    margin-left: 5px;
    margin-right: 5px;
  }
  .navbar-nav {
    font-size: 11.5px;
    line-height: 32px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 5px 3px;
  }
  /* Hover */
  /* Active */
  /* Dropdown */
  /* ============ only desktop view ============ */
  .navbar .nav-item .dropdown-menu {
    left: -10px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 45px;
  }
  .dropdown-menu {
    min-width: 100px;
    font-size: 13px;
    line-height: 22px;
  }
  /*.dropdown-item {padding:3px 15px;}*/
  /* hover */
  /* active */
  /* Sub Menu */
  /* ============ desktop view .end// ============ */
  /* Banner Section */
  /* Carousel Slide  */
  .carousel-caption {
    left: 3%;
    top: 50px;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 8%;
  }
  .ban-cont-text {
    left: 6%;
    top: 9%;
    max-width: 320px;
    /*border:1px solid red;*/
  }
  .banner-btn {
    bottom: 24px;
    /*border:1px solid black;*/
  }
  /* Four section Section below Banner */
  /*.four-section {
    height: 165px;
    padding-top: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  .four-section > div span {
    font-size: 36px;
    line-height: 42px;
  }
  .four-section > div > div {
    width: 100%;
  }*/
  /* IG Feed Section */
  .butterfly {
    top: 4%;
    right: 5%;
    width: 128px;
    /*border:1px solid red;*/
  }
  .butterfly-mission {
    top: 0%;
    left: 0%;
    right: inherit;
    width: 88px;
    /*border: 1px solid red;*/
  }
  .plant {
    top: 15%;
    left: 12%;
    width: 73px;
    /*border:1px solid red;*/
  }
  .plant-mission {
    left: inherit;
    top: inherit;
    bottom: 5%;
    right: 0%;
    width: 53px;
    /*border: 1px solid red;*/
  }
  .leave {
    top: 35%;
    right: 4%;
    width: 80px;
    /*border:1px solid red;*/
  }
  .leave-vision {
    top: 0%;
    right: 0%;
    width: 60px;
    /*border: 1px solid red;*/
  }
  .bird {
    bottom: 7%;
    left: 6%;
    width: 166px;
    /*border:1px solid red;*/
  }
  .bird-vision {
    bottom: 0%;
    left: 0%;
    width: 86px;
    /*border: 1px solid red;*/
  }
  /* What We Do Section */
  .whatwedo-icon {
    margin-bottom: 16px;
  }
  .what-we-do {
    margin-bottom: 16px;
  }
  .what-we-do span {
    font-size: 14px;
    line-height: 18px;
  }
  /* Students Picture Section */
  /* Dr Sharda Fatehpuria Section */
  .behind-txt-DrSharda {
    top: 13%;
    width: 60%;
    height: 250px;
    /*border:1px solid red;*/
  }
  .sun-animated::before {
    transform: translate(-50.5%, -46.2%);
    width: 810px;
    height: 810px;
    /*border: 1px solid red;*/
  }
  /* Our on-campus */
  .icon-Abili-Tea, .icon-MVK-Studio {
    width: 108px;
  }
  /* Anuradha Lohia Section */
  .AL-section {
    height: 375px;
  }
  .al-img-bg {
    background-position: -10% 55%;
    background-size: 60% auto;
  }
  /* Footer */
  footer .col-lg-auto, footer .col-md-auto {
    padding-left: 12px;
    padding-right: 12px;
  }
  footer .navbar-brand {
    margin-left: 0px;
    margin-right: 0px;
    /*width:87px;*/
    margin-bottom: 15px;
  }
  /*.follow-us, .book-appointment, .address {padding-bottom:15px;}*/
  .social-media > span, .book-appointment span, .address > address {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
  /*.time {padding-left:40px;}*/
  /* Team Pages */
  .id-card-bg {
    padding: 20px 20px 20px 20px;
    height: 180px;
  }
  .id-card-bg h4 {
    font-size: 20px;
    line-height: 24px;
    word-wrap: break-word;
  }
  .id-card-bg p {
    font-size: 14px;
    line-height: 18px;
  }
}
/**/
@media only screen and (max-width: 767px) {
  /* Logo */
  .navbar-brand {
    margin-left: 0px;
    margin-right: 0px;
    width: 144px;
  }
  /* Navbar */
  /* Custom Navbar */
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-collapse {
    padding-top: 30px;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 15px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #231f20;
  }
  .navbar-nav {
    font-size: 14px;
    line-height: 20px;
    font-family: 'laro_softsemibold';
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #d83a32;
  }
  /* Dropdown */
  .dropdown-item {
    padding: .5rem 1rem;
    color: #231f20;
  }
  .dropdown-menu {
    font-size: 14px;
    color: #231f20;
    font-family: 'laro_softregular';
    padding: 0;
  }
  .dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #d83a32;
    background-color: #fdfad9;
  }
  .dropdown-item.active, .dropdown-item:active {
    font-weight: 700;
  }
  /* Banner Section */
  /* Carousel Slide  */
  .carousel-caption {
    left: 4%;
    right: 0%;
    top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 8%;
  }
  .banner-section {
    margin-top: 94px;
  }
  .ban-cont-text {
    /*border:1px solid red;*/
    left: 6%;
    top: 6%;
    max-width: 175px;
  }
  .banner-bttm {
    /*border:1px solid red;*/
    bottom: -10px;
  }
  .banner-btn {
    bottom: -2px;
  }
  /* Four section Section below Banner */
  /*.four-section {
    height: inherit;
    padding-top: 60px;
    font-size: 14px;
    line-height: 18px;
  }
  .four-section > div {
    margin-bottom: -4px;
    height: 125px;
  }
  .four-section > div span {
    font-size: 26px;
    line-height: 30px;
  }
  .four-section > div:first-child {
    border-radius: 1.25em 1.25em 0em 1.25em;
  }
  .four-section > div:nth-child(2) {
    border-radius: 1.25em 1.25em 1.25em 0em;
  }
  .four-section > div:nth-child(3) {
    border-top-style: none;
    border-radius: 0em 0em 1.25em 1.25em;
  }
  .four-section > div:nth-child(3)::before {
    transform: translateY(-100%) rotateZ(-90deg);
    top: 19px;
    left: inherit;
  }
  .four-section > div > div {
    width: 100%;
  }*/
  /* IG Feed Section */
  .ig-caption {
    height: 400px;
  }
  .butterfly {
    top: 7%;
    right: 10%;
    width: 94px;
    height: inherit;
    /*border:1px solid red;*/
  }
  .plant {
    top: 15%;
    left: 15%;
    width: 57px;
    /*border:1px solid red;*/
  }
  .leave {
    top: 40%;
    right: 10%;
    width: 60px;
    /*border:1px solid red;*/
  }
  .bird {
    bottom: -35%;
    left: 10%;
    width: 103px;
    /*border:1px solid red;*/
  }
  .butterfly-mission {
    top: -20%;
    left: 0%;
    right: inherit;
    width: 94px;
    /*border: 1px solid red;*/
  }
  .plant-mission {
    left: inherit;
    top: inherit;
    bottom: -20%;
    right: 5%;
    width: 57px;
    /*border: 1px solid red;*/
  }
  .leave-vision {
    top: -30%;
    right: 10%;
    width: 60px;
    /*border: 1px solid red;*/
  }
  .bird-vision {
    bottom: -35%;
    left: 0%;
    width: 103px;
    /*border: 1px solid red;*/
  }
  /* Gallery / Event*/
  .gallery {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gallery .slick-slide img {
    max-height: 168px;
  }
  /* Slider Arrows */
  /* Arrows */
  .slick-prev, .slick-next {
    top: 48%;
  }
  .slick-prev {
    left: 0px;
  }
  [dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
  }
  .slick-next {
    right: 0px;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 0px;
  }
  /* What We Do Section */
  .whatwedo-icon {
    margin-bottom: 16px;
    border: 3px solid #FFF;
  }
  .what-we-do span {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  /* Students Picture Section */
  /* Dr Sharda Fatehpuria Section */
  .behind-txt-DrSharda {
    top: 10%;
    left: -15px;
    width: 110%;
    height: 245px;
    /*border:1px solid red;*/
  }
  .sun-animated::before {
    /*background-size:100% auto;*/
    transform: translate(-50.5%, -46.2%);
    width: 760px;
    height: 760px;
    /*border: 1px solid red;*/
  }
  /* Our on-campus */
  /* Anuradha Lohia Section */
  .AL-section {
    height: auto;
  }
  .al-img-bg {
    background-image: none;
  }
  /* Footer */
  /* Team Pages */
  .id-card-bg {
    padding: 20px 20px 20px 20px;
    height: 180px;
  }
  /* Journey Page */
  /* base dot */
  .key-milestones-line .dot-circle {
    width: 24px;
    height: 24px;
  }
  /* target odd rows (1,3,5...) */
  .key-milestones .row:nth-of-type(odd) .key-milestones-line .dot-circle {
    right: -12px;
  }
  /* target even rows (2,4,6...) */
  .key-milestones .row:nth-of-type(even) .key-milestones-line .dot-circle {
    left: -12px;
  }
  .key-milestones-box {
    margin: 0px 15px 0px 15px;
    padding: 15px;
  }
  .key-milestones-box h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .key-milestones-box p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
  }
  /* Testimonials */
  .testi-section {
    height: auto;
  }
}
/**/