/*
Theme Name: Velammal Nexus
Author Name: Jerold
Version: 2.0
Description: Velammal Nexus Website
*/


/* Vels academy correspondent Section */

.chairman-sec.vels-correspondent-sec{
    position: relative;
    padding: 100px 80px 200px 80px;
    margin-top: 0;
    z-index: 9;
}
.chairman-sec.vels-correspondent-sec .waveWrapperInnerPurple1 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  top: -50px;
}

/* Our Faculty Section Style */
.vels-faculty-classroom-sec { 
  position: relative;
  z-index: 9;
  padding: 90px 0px 90px;
}
.vels-faculty-classroom-sec::before {
    top: 10px;
    left: 100px;
    right: auto;
    background-image: url('./img/Belong-in-our-stunning-section-Red-arrow--rightt.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 100px;
    height: 100px;
}
.vels-faculty-classroom-sec::after {
    top: 10px;
    right: 130px;
    left: auto;
    background-image: url('./img/Book-Character-Wings.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 150px;
    height: 150px;
}
.vels-faculty-classroom-container {
    position:relative;
    padding: 0px;
}

.vels-faculty-classroom-container::after {
    bottom: -13%;
    right: 20%;
    left: auto;
    background-image: url(./img/Comet.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 100px;
    height: 100px;
}
  
.vels-faculty-classroom-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vels-faculty-classroom-content {
  position: relative;
  padding: 0px 100px;
}
.explore-our-vels-faculty-commoncontent h4 {
  font-size: 34px;
  display: block;
  font-weight: bold;
  margin: 0 0 40px 0;
  color: #002776;
  position: relative;
  text-transform: uppercase;
}
.explore-our-vels-faculty-commoncontent h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 120px;
  display: block;
  background: #002776;
}
.explore-our-vels-faculty-commoncontent p {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin: 0 0 20px 0;
}

/* Vels Academy Centers Section Style */
.academy-school-overview-sec.margin {
  position: relative;
  padding: 150px 0px 100px 0px;
}
.academy-school-overview-head-row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 50px;
}
.academy-school-overview-head h4 {
  text-transform: uppercase;
  letter-spacing: 4.5px;
  font-size: 60px;
  position: relative;
  text-align: center;
}
.academy-school-overview-head p {
  width: 75%;
  margin: 0 auto;
}
.academy-school-overview-container {
  position: relative;
  padding: 0px 100px;
}
.centers-card-div {
  background-color: #fff;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.centers-card-div .centers-card-img {
  width: 100%;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  background: #fff;
  overflow: hidden;
}
.centers-card-img img {
  transition: transform .5s ease;
  width: 100%;
}
.centers-card-img:hover img {
  transform: scale(1.3);
}
.centers-card-div .centers-card-content {
  width: 100%;
  float: left;
  background: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 30px 20px;
  margin-bottom: 40px;
}
.centers-card-content h4 {
  font-size: 25px;
  margin-bottom: 20px;
  width: 85%;
}
.centers-card-content.centers-card-content1 h4 {
  width: 100%;
  text-align:center;
}
.centers-card-content p {
  font-size: 15px;
  margin-bottom: 20px;
}
.centers-card-content p a{
  color: #000;
  text-decoration: none;
}

.learning-sec.blue-background .learning-content-div h2 { 
  color: #002776;
}
 .learning-sec.blue-background .learning-content-div p{  
  color: #000;
 }
 
.vels-academy-testimonial-sec {
  position: relative;
  padding: 100px 100px;
}
.community__description {
  display: inline-block;
  padding-left: 70px;
  padding-right: 50px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.community__description:before {
  background-image: url('https://www.mcamustangs.org/Images/img/quote-left-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  content: "";
  height: 38px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 44px;
}
.community__description p.community__featParagraph {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.community__description .community-title {
  color: #002744;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}
.community__description .community-subtitle {
  color: #002744;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
}
.community-wrap-img {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.community-wrap-img .community-img {
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -webkit-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  display: inline-block;
  overflow: hidden;
  padding-top: 90%;
  position: relative;
  width: 80%;
  /* width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px); */
}
.community-wrap-img .community-img .img {
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  z-index: 1;
}

.vels-academy-testimonial-swiper .swiper-wrapper { 
  padding-bottom: 70px;
}

.vels-academy-testimonial-swiper .swiper-horizontal>.swiper-pagination-bullets, .vels-academy-testimonial-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .vels-academy-testimonial-swiper .swiper-pagination-custom,.vels-academy-testimonial-swiper .swiper-pagination-fraction {
  bottom: 0px; 
  left: -100px; 
}
.vels-academy-testimonial-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .vels-academy-testimonial-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px 0px 0px;
}
.vels-academy-testimonial-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #EF564A;
  background: #EF564A;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  height: 17px;
  width: 15px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.vels-academy-testimonial-swiper .swiper-pagination-bullet { 
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);  
  opacity: 1;
  background: rgba(239,70,35,.7);
  -webkit-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  font-size: 0;
  height: 13px;
  width: 13px;
}
.vels-academy-testimonial-swiper .swiper-pagination {
  position: absolute;
  text-align: right;
}

.vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-button-prev {
  top: 90%;
  width: 60px; 
  height: 60px;
  background-color: #002776;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vels-academy-testimonial-swiper  .swiper-button-prev::after, .vels-academy-testimonial-swiper  .swiper-rtl .swiper-button-next::after {
  background-image: url('./img/swiper-prev-icon.svg');
  background-size: cover;
  display: inline-block;
  width: 95%;
  height: 100%;
  left: -7px;
  content: "";
  position: absolute;
  top: -2px;
  background-repeat: no-repeat;
}
 
.vels-academy-testimonial-swiper .swiper-button-next::after, .vels-academy-testimonial-swiper .swiper-rtl .swiper-button-prev::after {
    background-image: url('./img/swiper-next-icon.svg');
    background-size: cover;
    display: inline-block;
    width: 95%;
    height: 100%;
    left: 6px;
    content: "";
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
}
.vels-academy-testimonial-swiper  .swiper-button-prev {
  left: 0px;
  right: auto;
}
.vels-academy-testimonial-swiper .swiper-button-next,.vels-academy-testimonial-swiper .swiper-rtl .swiper-button-prev {
  right:auto; 
  left: 80px;
}

.vels-academy-facilities .cbse-facilities-sec-subheader, .vels-academy-facilities .founder-note-in h4 {
    color:#EF564A;
}

.vels-academy-programs-sec {
  position: relative;
}

.vels-academy-programs-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vels-academy-programs-container {
  position: relative;
  padding: 100px 50px;
}
.vels-academy-program-content {
  padding: 0px 35px;
}
.vels-academy-program-content  h4 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Helvetica-Neu-Bold", sans-serif;
}

/* Vels Academy Inner Pages responsiveness */
@media only screen and (max-width: 319.5px) { 
  .vels-academy-programs-container { 
    padding: 70px 15px;
    text-align: center;
  }
  .vels-academy-programs-row {
    flex-direction: column-reverse;
  }
  .vels-academy-program-content {
    padding: 0px 5px;
  }
  .vels-academy-program-img {
    margin-bottom: 20px;
  }
  /* About us */
  .academy-school-overview-sec { 
    padding: 70px 0px 30px 0px;
  }
  .academy-school-overview-container { 
    padding: 0px 15px;
  }
  .academy-school-overview-head p {
    width: 95%;
  }
  .centers-card-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
  }
  .academy-school-overview-head h4 { 
    letter-spacing: 1px;
    font-size: 30px;
  }
  .academy-school-overview-head h4::before {
    top: -50px;
    left: 0px; 
    width: 50px;
    height: 50px;
  }
  .academy-school-overview-head h4::after {
    top: -50px;
    right: 0px;
    left: auto; 
    width: 50px;
    height: 50px;
  }
  .vels-faculty-classroom-content { 
    padding: 20px 15px;
    text-align: center;
  }
  .explore-our-vels-faculty-commoncontent h4:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30%;
    right: auto;
    height: 2px;
    width: 120px;
    display: block;
    background: #002776;
  }
  .explore-our-vels-faculty-commoncontent h4 {
    font-size: 25px;
  }
  .vels-faculty-classroom-sec { 
    padding: 30px 0px 0px;
  }
  .chairman-sec.vels-correspondent-sec .waveWrapperInnerPurple1 {
   
    top: -10px;
  }
  .chairman-sec.vels-correspondent-sec { 
    padding: 50px 15px 50px 15px; 
  }
/* about us end */
/* academics */
.academy-about-firstsec .header-row p {
  width: 100%;
}
.what-we-offer-swiper {
  width: 75%;
}
.offer-content-swiper .swiper-wrapper { 
  width: 95%;
  padding-bottom: 50px;
}
.vel-aca-elem-cur8 { 
    bottom: 2%;
    left: 25%;
}
.offer-swiper-content {
  text-align: center;
}
.offer-swiper-content-head {
  width: 100%; 
  margin: 0 auto;
}
.offer-swiper-content-head h3 {
  font-size: 25px; 
  margin-bottom: 10px;
  width: 100%; 
}
.offer-swiper-content-para {
  width: 100%;
}
.offer-content-swiper {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  position: relative;
}
.what-we-offer-swiper .swiper-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cbse-facilities-sec-subheader { 
  letter-spacing: 1.5px; 
  font-size: 30px;
}
.labss-in {
  padding: 20px 10px 20px 10px;
  text-align: center;
}
.founder-note-in h4 {
  font-size: 25px; 
  margin: 0 0 15px 0;
}
.vels-academy-testimonial-sec { 
  padding: 35px 15px;
}
.vels-academy-testimonial-swiper .swiper-horizontal>.swiper-pagination-bullets, .vels-academy-testimonial-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .vels-academy-testimonial-swiper .swiper-pagination-custom, .vels-academy-testimonial-swiper .swiper-pagination-fraction {
  bottom: 0px;
  left: 0px;
  display: none;
}
.community__description p.community__featParagraph { 
  font-size: 25px; 
  line-height: 30px;
}
.community__description { 
  padding-left: 0px;
  padding-right: 0px;
}
.community__description:before{
  display: none;
}
.vels-academy-testimonial-swiper .swiper-wrapper {
  padding-bottom: 100px;
}
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
      .vels-academy-programs-container { 
    padding: 70px 15px;
    text-align: center;
  }
  .vels-academy-programs-row {
    flex-direction: column-reverse;
  }
  .vels-academy-program-content {
    padding: 0px 5px;
  }
  .vels-academy-program-img {
    margin-bottom: 20px;
  }
  /* About us */
  .academy-school-overview-sec { 
    padding: 70px 0px 30px 0px;
  }
  .academy-school-overview-container { 
    padding: 0px 15px;
  }
  .academy-school-overview-head p {
    width: 95%;
  }
  .centers-card-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
  }
  .academy-school-overview-head h4 { 
    letter-spacing: 1px;
    font-size: 30px;
  }
  .academy-school-overview-head h4::before {
    top: -50px;
    left: 0px; 
    width: 50px;
    height: 50px;
  }
  .academy-school-overview-head h4::after {
    top: -50px;
    right: 0px;
    left: auto; 
    width: 50px;
    height: 50px;
  }
  .vels-faculty-classroom-content { 
    padding: 20px 15px;
    text-align: center;
  }
  .explore-our-vels-faculty-commoncontent h4:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30%;
    right: auto;
    height: 2px;
    width: 120px;
    display: block;
    background: #002776;
  }
  .explore-our-vels-faculty-commoncontent h4 {
    font-size: 25px;
  }
  .vels-faculty-classroom-sec { 
    padding: 30px 0px 0px;
  }
  .chairman-sec.vels-correspondent-sec .waveWrapperInnerPurple1 {
   
    top: -10px;
  }
  .chairman-sec.vels-correspondent-sec { 
    padding: 50px 15px 50px 15px; 
  }
/* about us end */
/* academics */
.academy-about-firstsec .header-row p {
  width: 100%;
}
.what-we-offer-swiper {
  width: 75%;
}
.offer-content-swiper .swiper-wrapper { 
  width: 95%;
  padding-bottom: 50px;
  height: 100%!important;
}
.vel-aca-elem-cur8 { 
    bottom: 2%;
    left: 25%;
}
.offer-swiper-content {
  text-align: center;
}
.offer-swiper-content-head {
  width: 100%; 
  margin: 0 auto;
}
.offer-swiper-content-head h3 {
  font-size: 25px; 
  margin-bottom: 10px;
  width: 100%; 
}
.offer-swiper-content-para {
  width: 100%;
}
.offer-content-swiper {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  position: relative;
}
.what-we-offer-swiper .swiper-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cbse-facilities-sec-subheader { 
  letter-spacing: 1.5px; 
  font-size: 30px;
}
.labss-in {
  padding: 20px 10px 20px 10px;
  text-align: center;
}
.founder-note-in h4 {
  font-size: 25px; 
  margin: 0 0 15px 0;
}
.vels-academy-testimonial-sec { 
  padding: 35px 15px;
}
.vels-academy-testimonial-swiper .swiper-horizontal>.swiper-pagination-bullets, .vels-academy-testimonial-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .vels-academy-testimonial-swiper .swiper-pagination-custom, .vels-academy-testimonial-swiper .swiper-pagination-fraction {
  bottom: 0px;
  left: 0px;
  display: none;
}
.community__description p.community__featParagraph { 
font-size: 15px;
    line-height: 25px;
}
.community__description { 
  padding-left: 0px;
  padding-right: 0px;
      text-align: center;
}
.community__description:before{
  display: none;
}
.vels-academy-testimonial-swiper .swiper-wrapper {
  padding-bottom: 100px;
}
.vels-academy-testimonial-swiper .swiper-wrapper .row {
        flex-direction: column-reverse;
}
}
/* Tab Devices */
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
     .banner-text h2 { 
    letter-spacing: 1.5px;
    font-size: 40px; 
  }
  .vels-academy-program-content {
    padding: 0px 5px;
  }
  .vels-academy-programs-container { 
    padding: 50px 30px;
}
  /* about us */
  .academy-school-overview-container { 
    padding: 0px 20px;
  }
  .centers-card-content h4 {
    font-size: 17px;
    margin-bottom: 15px;
    width: 100%;
  }
  .academy-school-overview-sec { 
    padding: 90px 0px 50px;
  }
  .academy-school-overview-head-row .col-md-7 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .chairman-content-div h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .academy-school-overview-head h4 { 
    letter-spacing: 1.5px;
    font-size: 45px;
  }
  .vels-faculty-classroom-content { 
    padding: 0px 20px;
  }
  .chairman-sec.vels-correspondent-sec { 
    padding: 50px 30px 100px 30px; 
  }
  .banner-card { 
    height: 165px;
    width: 165px;
  }
  .academy-school-overview-head h4::before {
    top: -80px;
    left: 0px; 
    width: 80px;
    height: 80px;
  }
  .academy-school-overview-head h4::after {
    top: -80px;
    right: 0px; 
    width: 80px;
    height: 80px;
  }
  /* about us end */
  /* academics */
  .vels-academy-testimonial-sec { 
    padding: 50px 20px;
  }
  .community__description { 
    padding-right: 0px;
  }
  .community__description p.community__featParagraph { 
    font-size: 25px; 
    line-height: 35px;
  }
  .vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 90%;
  }  
  .vels-academy-testimonial-swiper .swiper-horizontal>.swiper-pagination-bullets, .vels-academy-testimonial-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .vels-academy-testimonial-swiper .swiper-pagination-custom, .vels-academy-testimonial-swiper .swiper-pagination-fraction {
    bottom: 0px;
    left: 0px;
  }
  .labss-in {
    padding: 10px 10px 10px 10px;
  }
  .founder-note-in h4 {
    font-size: 25px; 
    margin: 0 0 25px 0;
  }
  .cbse-facilities-sec-subheader { 
    letter-spacing: 1.5px; 
    font-size: 35px;
  }
  .academy-about-firstsec .header-row p {
    width: 100%;
  }
  .what-we-offer-swiper {
    width: 60%;
  }
  .offer-content-swiper .swiper-wrapper { 
    width: 95%;
  }
  .offer-swiper-content-head {
    width: 75%;
  }
  .offer-swiper-content-para {
    width: 90%;
  }

 }
@media only screen and (min-width: 1024px) and (max-width: 1280px) { 
  /* about us */
  .vels-faculty-classroom-content { 
    padding: 0px 40px;
  }
  .chairman-content-div p {
    width: 100%;
  }
  .chairman-sec.vels-correspondent-sec { 
    padding: 70px 40px 100px 40px; 
  }
  .chairman-content-div h4 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .academy-school-overview-head h4 { 
    letter-spacing: 1.5px;
    font-size: 50px;
  }
  .academy-school-overview-head h4::before {
    top: -80px;
    left: 0px; 
    width: 80px;
    height: 80px;
  }
  .academy-school-overview-head h4::after {
    top: -80px;
    right: 0px; 
    width: 80px;
    height: 80px;
  }
  .academy-school-overview-container { 
    padding: 0px 60px;
  }
  .centers-card-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .academy-school-overview-head-row .col-md-7 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* about us end */
/* academics */
.vels-academy-testimonial-sec { 
  padding: 60px 30px;
}
.community__description { 
  padding-right: 0px;
}
.community__description p.community__featParagraph { 
  font-size: 25px; 
  line-height: 35px;
  margin-bottom: 15px;
}
.vels-academy-testimonial-swiper .swiper-button-prev {
  left: 30px;
  right: auto;
}
.vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 110px;
}
.vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-button-prev {
  top: 87%;
}
.founder-note-in h4 {
  font-size: 25px; 
  margin: 0 0 15px 0;
}
.cbse-facilities-sec-subheader { 
  letter-spacing: 2.5px; 
  font-size: 50px;
}
.academy-about-firstsec .header-row p {
  width: 90%;
}
.what-we-offer-swiper {
  width: 50%;
}
.offer-swiper-content-head {
  width: 70%;
}
.offer-content-swiper .swiper-wrapper { 
  width: 80%;
}
.offer-content-swiper .swiper-pagination-fraction {
  bottom: 60px;
}
.offer-content-swiper .swiper-button-next, .offer-content-swiper .swiper-button-prev {
 
  bottom: 50px;
}
}
/* 1280px tab view */
@media only screen and (min-width: 1281px) and (max-width:1355.99px) {
 .vah-campus-swiper-content { 
    font-size: 30px;
 }
}

/*  Desktop Devices */

@media only screen and (min-width: 1281px) and (max-width:1440px) {
     .vah-campus-swiper-content { 
        font-size: 30px;
     }
  /* about us */
  .vels-faculty-classroom-content { 
    padding: 0px 40px;
  }
  .chairman-content-div p {
    width: 100%;
  }
  .chairman-sec.vels-correspondent-sec { 
    padding: 70px 40px 100px 40px; 
  }
  .chairman-content-div h4 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .academy-school-overview-head h4 { 
    letter-spacing: 1.5px;
    font-size: 50px;
  }
  .academy-school-overview-head h4::before {
    top: -80px;
    left: 0px; 
    width: 80px;
    height: 80px;
  }
  .academy-school-overview-head h4::after {
    top: -80px;
    right: 0px; 
    width: 80px;
    height: 80px;
  }
  .academy-school-overview-container { 
    padding: 0px 60px;
  }
  .centers-card-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* about us end */
  /* academics  */
  .banner-sec.about-banner .waveWrapperPurple { 
    top: 2px;
  }
  .founder-note-in h4 {
    font-size: 30px;
  }
  .learning-content-div h2 {
    font-size: 70px;
  }
  .vels-academy-testimonial-sec { 
    padding: 70px 50px;
  } 
  .community__description p.community__featParagraph { 
    font-size: 28px; 
    line-height: 40px;
  }
  .community__description { 
    padding-right: 0px;
  }
  .vels-academy-testimonial-swiper .swiper-button-prev {
    left: 30px;
    right: auto;
  }
  .vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 110px;
  }
}
/* Large */
@media only screen and (min-width: 1440px) and (max-width:1600px) { 
   /* academics  */
  .banner-sec.about-banner .waveWrapperPurple { 
    top: 2px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1823px) {
   /* academics  */
  .banner-sec.about-banner .waveWrapperPurple { 
    top: 2px;
  }
}
@media only screen and (min-width: 1824px) and (max-width: 1920px) { 
   /* academics  */
  .banner-sec.about-banner .waveWrapperPurple { 
    top: 2px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
   /* academics  */
   .banner-sec.about-banner .waveWrapperPurple { 
    top: 2px;
  }
}



/* Vels Academy Home Page Style */

.vels-academy-home-about {
  position: relative;
  padding: 160px 0px;
  color: #fff;
}

.vels-academy-home-about h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  max-width: 950px;
  margin: 0 auto 25px;
  position: relative;
}
  
.vels-academy-home-about p {
  text-align: center;
  width: 50%;
  margin: 0 auto 30px;
  font-size: 18px;
}
.vels-academy-home-about-imgs {
  height: 550px;
  width: 75%;
  overflow: hidden;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
 .vels-academy-home-about-imgs img:nth-child(1) {
         border-right: 3px solid #fff;
 }
/* Vels Academy Home Campus Sec style */
.vels-academy-home-campus-sec {
  position: relative;
  padding: 100px 100px;
}

.vels-academy-home-campus-sec-head {
  width: 65%;
  position: relative;
  padding: 35px 0px 50px;
  text-align: center;
  margin: 0 auto;
}

.vels-academy-home-campus-sec-head .read-more-button {
  padding: 10px 35px;
  position: relative;
}

.vels-academy-home-campus-sec-head h2 {
  font-size: 75px;
  text-align: center;
}

.vels-academy-home-campus-sec-head p {
  font-size: 25px;
  padding-bottom: 20px;
  position: relative;
}

.vah-campus-swiper-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.vah-campus-swiper-img img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
}

.vah-campus-swiper-content {
  opacity: 0;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  background-color: rgb(255 255 255 / 50%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  display: flex;
    justify-content: center;
    align-items: center;
}

.vah-campus-swiper-img:hover .vah-campus-swiper-content {
  opacity: 1;
}

.vah-campus-swiper-content p {
  /*height: 0;*/
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.4s;
}

.vah-campus-swiper-img:hover .vah-campus-swiper-content p {
  opacity: 1;
}

.vah-campus-swiper-img:hover {
  border: 2px solid #002776;
  padding: 20px;
}
.vels-academy-about-elem1 {
  position: absolute;
  top: 10%;
  right: 33%;
}
.vels-academy-about-elem1 img {
  width: 60%;
}
.vels-academy-about-elem2 {
  position: absolute;
  top: 10%;
  left: 13%;
}
 
.vels-academy-about-elem2 img{
  width: 100%;  
  animation: tilt-shaking 4s ease-in-out 2s infinite alternate;
}
.vels-academy-about-elem3 {
  position: absolute;
  top: 25%;
  right: 7%;
}
.vels-academy-about-elem3 img {
  width: 60%;
  animation: animNameimg 10s linear infinite;
}
@keyframes tilt-shaking {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(20deg);
  }
}
@keyframes animNameimg {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.vels-academy-about-elem4 {
  position: absolute;
  top: 35%;
  left: 13%;
}
.vels-academy-about-elem4 img {
  width: 25%;
}
.vels-academy-about-elem5 {
  position: absolute;
  bottom: 2%;
  left: 10%;
  animation: MoveUpDown2 2s linear infinite;
}
.vels-academy-about-elem5 img{
width: 60%;

}
.vels-academy-about-elem6 {
  position: absolute;
  bottom: -1%;
  left: 50%;
  animation: MoveUpDown3 2s linear infinite;
  }
  .vels-academy-about-elem6 img{
    width: 70%;
    }
    .vels-academy-about-elem7 {
      position: absolute;
      bottom: 5%;
      right: 3%;
      animation: animNameimg 10s linear infinite;
      }
      .vels-academy-about-elem7 img{
        width: 70%;
        }

        @keyframes MoveUpDown2 {
          0%   {
          left: 10%; 
          bottom: 2%;
          }
         100%  
         {
          left: 10%;
          bottom: 10%;
         }
       }

       @keyframes MoveUpDown3 {
        0%   {
        left: 40%; 
        bottom: -1%;
        }
       100%  
       {
        left: 55%;
        bottom: -1%;
       }
     }

     .vels-academy-home-about-9{
      position: absolute;
      left: 0%;
      top: 10%;
      animation: run 40s linear infinite;
    }
    .vels-academy-home-about-9 img{
      width: 50%; 
    }
    
    .vels-academy-home-about-10{
      position: absolute;
      left: 10%;
      top: 35%;
      animation: run 50s linear infinite;
    }
    .vels-academy-home-about-10 img{
      width: 40%; 
    }
    
    .vels-academy-home-about-11{
      position: absolute;
      left: 10%;
      bottom: 2%;
      animation: run 100s linear infinite;
    }
    .vels-academy-home-about-11 img{
      width: 40%; 
    }
    
    .vels-academy-home-about-12{
      position: absolute;
      left: 10%;
      bottom: 15%;
      z-index: 1;
      animation: run 150s linear infinite;
    }
    .vels-academy-home-about-12 img{
      width: 40%; 
    }

    .vels-academy-home-achievement-elem1 {
      position: absolute;
      bottom: 70px;
      left: 25%;
      animation: MoveUpDownimg1 25s linear infinite;
    }
    .vels-academy-home-achievement-elem1 img{
    width: 80%;
    }
    .vels-academy-home-achievement-elem2 {
      position: absolute;
      top: 100px;
      right: 25%;
      animation: MoveUpDownimg2 25s linear infinite;
    }
    .vels-academy-home-achievement-elem2 img{
      width: 70%;
      }

      @keyframes MoveUpDownimg1 {
        0%, 100% {
          bottom: 0%;
        }
        50% {
          bottom: 100%;
        }
      }
      @keyframes MoveUpDownimg2 {
        0%, 100% {
          top: 0%;
        }
        50% {
          top: 100%;
        }
      }
@-webkit-keyframes run123 {
  0% {
    left: 0;
  }
  48% {
    -webkit-transform: rotateY(0deg); 
  }
  50% { 
    left: calc(100% - 100px);
    -webkit-transform: rotateY(180deg); 
  }
  98% {
    -webkit-transform: rotateY(180deg); 
  }
  100% {
    left: 0;    
     -webkit-transform: rotateY(0deg);
  }
}
.vels-home-center-container {
  position: relative;
}
.vels-home-center-container::before{
  top: -60px;
  right: 0%;
  left: auto;
    background-image: url('./img/Chairman-Message-section-Blue-Right.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 70px;
    height: 70px;
}
.vels-home-center-container::after{
  bottom: -60px;
  left: 0%;
  right: auto;
  background-image: url('./img/Chairman-Message-section-Red-Splash-Left.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 70px;
  height: 70px;
  rotate: 290deg;
}

.vels-academy-home-campus-sec-head p::before {
  top: -60px;
  right: -60px;
  left: auto;
  background-image: url('./img/Belong-in-our-stunning-section-Red-arrow--rightt.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 100px;
  height: 100px;
  rotate: 90deg;
}

.vels-academy-campus-elem1 {
  position: absolute;
  top:35%;
  left: 10%;
  animation: MoveUpDownImg3 7s reverse infinite;
}
.vels-academy-campus-elem1 img {
  width: 85%;
}
.vels-academy-campus-elem2 {
  position: absolute;
  top:50%;
  left: 33%;
  animation: MoveUpDownImg1 5s reverse infinite;
}
.vels-academy-campus-elem2 img {
  width: 60%;
}
.vels-academy-campus-elem3 {
  position: absolute;
  bottom: 7%;
  right: 30%;
  animation: MoveUpDownImg2 5s reverse infinite;
}
.vels-academy-campus-elem3 img {
  width: 60%;
}

@keyframes MoveUpDownImg1 {
  0%   {
  left: 33%; 
  top:50%;
  }
 100%  
 {
  left: 33%; 
  top:40%;
 }
}
@keyframes MoveUpDownImg2 {
  0%   {
    right: 30%;
  bottom: 15%;
  }
 100%  
 {
  right: 30%;
  bottom: 5%;
 }
}
@keyframes MoveUpDownImg3 {
  0%   {
    left: 10%;
  top:15%;
  }
 100%  
 {
  left: 10%;
  top:35%;
 }
}


.vels-academy-program-elem1 {
  position: absolute;
  top:130px;
  right: 270px;

}
.vels-academy-program-elem1 img{
width: 80%;

}
.vels-academy-program-elem2 {
  position: absolute;
  top:100px;
  left: 100px;
  animation: animNameimg 10s linear infinite;
  
}
.vels-academy-program-elem2 img{
  width: 80%;
  
  }
  .vels-academy-program-elem3 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    animation: animNameimg 10s linear infinite;
  }
  .vels-academy-program-elem3 img{
    width: 80%;
    
    }
    .vels-academy-program-elem4 {
      position: absolute;
      bottom: 30%;
      right: 150px;
      animation: MoveUpDownImgelem4 3s reverse infinite;
    }
    .vels-academy-program-elem4 img{
      width: 80%;
      
      }
      @keyframes MoveUpDownImgelem4 {
        0%   {
          right: 250px;
        bottom: 25%;
        }
       100%  
       {
        right: 150px;
        bottom: 30%;
       }
      }

      .article-one {
        position: relative;
      }
      .article-one::after{
        top: -90px;
    right: 150px;
        left: auto;
        background-image: url('./img/vels-academy-home-elements/prog-elem3.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        content: "";
        display: inline-block;
        line-height: 1;
        position: absolute;
        width: 100px;
        height: 100px;
        animation: MoveUpDownImgelem5 2s reverse infinite;
      }
      @keyframes MoveUpDownImgelem5 {
        0%   {
          right: 150px;
          top: -90px;
        }
       100%  
       {
        right: 200px;
        top: -90px;
       }
      }
      .article-two {
        position: relative;
      }
      .article-two::after{
        top: -70px;
    right: 150px;
        left: auto;
        background-image: url('./img/vels-academy-home-elements/prog-elem4.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        content: "";
        display: inline-block;
        line-height: 1;
        position: absolute;
        width: 60px;
        height: 70px;
        animation: MoveUpDownImgelem6 2s reverse infinite;
      }
      @keyframes MoveUpDownImgelem6 {
        0%   {
          right: 150px;
          top: -70px;
        }
       100%  
       {
        right: 200px;
        top: -70px;
       }
      }
/* Vels Academy Home Programmes Sec style */
.vels-academy-home-program-sec{
  position: relative;
  padding: 100px 100px;
  color: #fff;
}
.vels-academy-home-program-head{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.vels-academy-home-program-div{
  width: 100%;
  padding: 40px 0px;
}
.vels-academy-home-program-head h2{
  font-size: 75px;
  position: relative;
  z-index: 10;
}
.vels-academy-home-program-head h2::after {
  top: 45px;
  right: 0px;
  left: 0px;
  background-image: url('./img/chairman-yellow-img.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 55%;
  height: 100px;
  z-index: -1;
  text-align: center;
  margin: 0 auto;
}
.vels-academy-home-program-sec .read-more-button{
   position: relative;
    padding: 10px 35px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 200px;
}
.vels-academy-home-program-sec .read-more-button:hover{
    color:#0056b3;
    text-decoration:none;
}
.read-more-button:hover{
    color:#0056b3;
    text-decoration:none;
}
.vels-academy-home-program-sec .article{
  position: relative;
  text-align: center;
  height: auto;
  width: 100%;
  z-index: 1;
}
.vels-academy-home-program-sec .article::before{
  background: #0e9ed9;
  border-radius: 2rem;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.05;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .4s;
  z-index: -1;
}
.vels-academy-home-program-sec .article .article-img{
  position: relative;
  padding: 40px 0px;  
  /*-webkit-clip-path: inset(calc(100% - 17.6rem - 1rem) calc(50% - 17.6rem /2) 1rem calc(50% - 17.6rem/2) round 6rem);*/
  /*  clip-path: inset(calc(100% - 17.6rem - 1rem) calc(50% - 17.6rem/2) 1rem calc(50% - 17.6rem/2) round 6rem);*/
  /*  transition: -webkit-clip-path .4s cubic-bezier(.645,.045,.355,1);*/
  /*  transition: clip-path .4s cubic-bezier(.645,.045,.355,1);*/
  /*  transition: clip-path .4s cubic-bezier(.645,.045,.355,1),-webkit-clip-path .4s cubic-bezier(.645,.045,.355,1);*/
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.vels-academy-home-program-sec .article .article-img img{
  border-radius: 30px;
}
.vels-academy-home-program-sec .article:hover .article-img {
  /*-webkit-clip-path: inset(1rem round 1.2rem);*/
  /*clip-path: inset(1rem round 1.2rem);*/
}
.vels-academy-home-program-sec .article .article-content{
  position: relative;
  padding: 20px 50px;
}
.vels-academy-home-program-sec .article .article-content h4{
  font-size: 40px;
  padding-bottom: 10px;
}


/* Vels Academy Home Achievements Section Style */
.vels-academy-home-achievement-sec{
  position: relative;
  padding: 50px 0px;
  height: 65vh;
  margin: 0px 0px 0px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  width: 100%;    
  justify-content: center;
}
.vels-academy-home-achievement-col {
    height:100%;    
    display: flex;
    align-items: center;
}
.vel-academy-home-achievement-images{
  padding: 0;
  animation: bannermove 2s linear infinite;
}
.vel-academy-home-achievement-images.achievement-2{ 
  animation: bannermove1 2s linear infinite;
}
.vel-academy-home-achievement-images img{
  width: 100%;
  height: 100%; 
}

@keyframes bannermove {
  0% {
     margin-top: -70px;
  }
  100% {
     margin-top: -350px;
  }
  
 }

 @keyframes bannermove1 {
  0% {
     margin-top: -350px;
  }
  100% {
     margin-top: -70px;
  }
  
 }
.vel-academy-home-achievement-content{
  padding: 60px 50px 50px;
  text-align: center;
  color: #002776;
}
.vel-academy-home-achievement-content h4{
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.vel-academy-home-achievement-content p{
  font-size: 25px;
  padding-bottom: 15px;
}
.vel-academy-home-achievement-content .read-more-button{
    position: relative;
    padding:10px 35px;
}

/* Vels Academy Home Testimonials Section Style */
.vels-academy-home-testi-sec{
  position: relative;
  padding: 100px 80px 100px;
  background-image: url('./img/vels-academy-home-elements/testi-bg.png');
  background-repeat: no-repeat;
  background-color: #0e9ed9;
  background-size: cover;
  background-position: center;
}
.vels-academy-home-testi-head{  
  position: relative;
  padding: 0px 20px 0px 65px;
  margin-top: 35px;
  overflow: visible;
}
.vels-academy-home-testi-head h2{
  font-size: 75px;
  color: #fff;
}
.vels-academy-home-testimonials-swiper{
  position: relative;
  overflow: visible;
  padding: 0px 0px 0px 50px;
  color: #fff;
}
.vels-academy-home-testimonials-swiper-content-col{
  display: flex;
  justify-content: center;
  align-items: center;
}
.vels-academy-home-testimonials-swiper-content{
  position: relative;
  background: url(./img/vels-academy-home-elements/testi-msg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: inherit;
  color: #000;
  padding: 60px 50px 255px 50px;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vels-academy-home-testimonials-swiper-content .read-more-button{
  position: relative;
}

.vels-academy-home-testi-elem1 {
  position: absolute;
  top: 60px;
  left: 45%; 
  -webkit-animation: action 2s infinite alternate;
  animation: action 2s infinite alternate;
}
.vels-academy-home-testi-elem1 img {
  width: 80%;
}
.vels-academy-home-testi-elem2 {
  position: absolute;
  bottom: 150px;
  left: 5%;
  -webkit-animation: action 2s infinite alternate;
  animation: action 2s infinite alternate;
}
.contact-img1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.contact-img1 img {
  width: 50%;
}
.vels-academy-home-testi-elem2 img {
  width: 50%;
}
.vels-academy-home-testi-elem3 {
  position: absolute;
  bottom: 70px;
  right: 45%;
}
.vels-academy-home-testi-elem3 img {
  width: 70%;
}
.vels-academy-home-testimonials-swiper-content h4{
  font-size: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.vels-academy-home-testimonials-swiper-content p{
  font-size: 18px;
  width: 80%;
}
.vels-academy-home-testimonials-swiper-image{
  position: relative;  
  top:2rem;
}
.vels-academy-home-testimonials-swiper-image-background{
  position: relative;
  width: 100%;    
}
.vels-academy-home-testimonials-swiper-image-background::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 90%;
  background: linear-gradient(144deg, #0080ab 0%, #3eb7e0 100%);
  box-shadow: -0.5625em -0.4375em 1.4375em rgba(255,255,255,0.1);
  border-radius: 50%;
  z-index: 9;
}

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

.vels-academy-home-testimonials-swiper-image-background img{
  position: relative;  
  border-radius: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  animation: 1s cubic-bezier(0.33, 1, 0.68, 1) 0s scale-in both;
  -webkit-animation: 1s cubic-bezier(0.33, 1, 0.68, 1) 0s scale-in both;
  z-index: 9;
  padding: 75px;
  width: 580px;
  height: 600px;
}
.vels-academy-home-testimonials-swiper .swiper-pagination{
  position: absolute;
  right: 17vw !important;
  top: 20.5% !important;
  left: inherit !important;
  width: auto !important;
}
.vels-academy-home-testimonials-swiper .swiper-pagination .swiper-pagination-bullet{
  height: 5% !important;
  width: 50% !important;
  background-color: #fff !important;
  border-radius: 50%;
  opacity: 1 !important;
  position: relative !important;
}
.vels-academy-home-testimonials-swiper .swiper-pagination .swiper-pagination-bullet:hover{
  background-color: #fff !important;
}
.vels-academy-home-testimonials-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1){
    right: auto!important;
    left: 3rem!important;
    top: -10rem!important;
    bottom: auto!important;
}
.vels-academy-home-testimonials-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2){
  right: auto !important;
  left: 8.8rem !important;
  top: -8rem !important;
  bottom: auto !important;
}
.vels-academy-home-testimonials-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3){
  right: -12rem !important;
  left: auto !important;
  top: -15% !important;
  bottom: auto !important;
}
.vels-academy-home-testimonials-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4){
  right: -13.5rem !important;
  left: auto !important;
  top: 0% !important;
  bottom: auto !important;
}
.vels-academy-home-testimonials-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5){
  right: -12rem !important;
  left: auto !important;
  top: 15% !important;
  bottom: auto !important;
}

/* Vels academy home contact section style */
.vels-academy-home-contact-sec{
  position: relative;
  background-color: #002776;
}
.vels-academy-home-contact-sec-img{
  position: relative;
}
.vels-academy-home-contact-sec-content{
  position: relative;
  padding: 150px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.vels-academy-home-contact-sec-content h4{
  font-size: 35px;
  padding-bottom: 35px;
}
.vels-academy-home-contact-sec-content .read-more-button{
  position: relative;
  padding: 10px 35px;
}
.cbse-achievements-swiper-sec.vels-what-we-offer {
 
    background-color: #2CCCD3;
}
.cbse-achievements-swiper-sec.vels-what-we-offer  .cbse-achievements-swiper .swiper-button-next, .cbse-achievements-swiper .swiper-button-prev {
    background-color: #002776;
}

.achievements-card-div {
    position:relative;
    margin-bottom:30px;
}

/* star animation container */
.star-bluebg-container {
  position: relative;
}
.star-bluebg-container .star-group.stars-1 {
  top: 20px;
  bottom: auto;
  left: 170px;
  position: absolute;
}
.star-bluebg-container .star-group.stars-2 {
  top: 0;
  bottom: auto;
  right: 100px;
  position: absolute;
}
.star-bluebg-container .star-group.stars-3 {
  top: auto;
  bottom: 0px;
  left: 100px;
  position: absolute;
}
.star-bluebg-container .star-group.stars-4 {
  top: auto;
  bottom: 50%;
  left: 200px;
  position: absolute;
}
.star-bluebg-container .star-group.stars-5 {
  top: auto;
  bottom: 10px;
  right: 200px;
  position: absolute;
}
.star-bluebg-container .star-group.stars-6 {
  top: auto;
  bottom: 280px;
  right: 50px;
  position: absolute;
}
.star-bluebg-container .star-group.stars-7{
  top: 20%;
  bottom: auto;
  left: 35%;
  position: absolute;  
}
.star-bluebg-container .star-group.stars-8{
  top: 5%;
  bottom: auto;
  right: 40%;
  position: absolute;  
}
.star-bluebg-container .star-group.stars-9{
  top: auto;
  bottom: 61%;
  left: 21%;
  position: absolute;  
}
.star-bluebg-container .star-group.stars-10{
  top: auto;
  bottom: 24%;
  left: 25%;
  position: absolute;
}
.star-bluebg-container .star-group.stars-11{
  top: auto;
  bottom: 40%;
  left: 35%;
  position: absolute;  
}
.star-bluebg-container .star-group.stars-12{
  top: auto;
  bottom: 60%;
  right: 5%;
  position: absolute;  
}

.vels-academy-testimonial-sec .velammal-academy-centres-sec-1 {
    position: absolute;
    left: 20%;
    bottom: 10%;
    z-index: 1;
}
.vels-academy-testimonial-sec .velammal-academy-centres-sec-2 {
    position: absolute;
    right: 0%;
    bottom: 5%;
    z-index: 1;
}

@media only screen and (max-width: 319.5px) {

 /* vels academy home page */
  .vels-academy-home-about {   
    padding: 35px 0px 160px;
  }
  .vels-academy-home-about h2 {
    font-size: 35px;
  }
  .vels-academy-home-about p {    
    width: 95%;
  }
  .vels-academy-home-about-imgs {
    height: 200px;
    width: 100%;
  }
  .vels-academy-about-elem1 {   
    top: 5%;
    right: -10%;
  }
  .vels-academy-about-elem1 img {
    width: 40%;
  }
  .vels-academy-about-elem2 {   
    top: 4%;
    left: 10%;
  }
  .vels-academy-about-elem2 img {
    width: 55%;
  }
  .vels-academy-about-elem3 {   
    right: -20%;
  }
  .vels-academy-about-elem3 img {
    width: 40%;
  }
  .vels-academy-about-elem4 {   
    top: 56%;
    left: 8%;
  }
  .vels-academy-about-elem4 img {
    width: 20%;
  }
  .vels-academy-about-elem5 img {
    width: 35%;
  }
  .vels-academy-about-elem6 img {
    width: 45%;
  }
  .vels-academy-about-elem7 img {
    width: 50%;
  }

  /* vels-academy-home-campus-sec  */
  .vels-academy-home-campus-sec {   
    padding: 10px 10px;
  }
  .vels-academy-home-campus-sec-head {
    width: 95%;
  }
  .vels-academy-home-campus-sec-head p {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .vels-academy-home-campus-sec-head h2 {
    font-size: 35px; 
  }
  .vels-academy-home-campus-sec-head p::before {
    top: -75px;
    right: -35px;   
    width: 65px;
    height: 65px; 
  }
  .offer-swiper-content p {
      font-size:15px;
  }
  .vels-home-center-container::after {
    bottom: -10px; 
    left: -5%;
  }
  .vah-campus-swiper-content {   
    font-size: 20px;
  }
  .vah-campus-swiper-img img {  
    width:100%;
    height:100%;
  }
  .vah-campus-swiper-img { 
    width: 200px;
    height: 200px;
    margin: 0 auto 30px auto;
  }
  .vels-academy-campus-elem2{
    display: none;
  }
  .vels-academy-campus-elem3{
    display: none;
  }

  /* vels-academy-home-program-sec */
  .vels-academy-home-program-sec {    
    padding: 35px 10px;
  }
  .vels-academy-home-program-head h2 {
    font-size: 35px;
  }
  .vels-academy-home-program-sec .article .article-content {    
    padding: 20px 20px;
  }
  .vels-academy-home-program-sec .article .article-content h4 {
    font-size: 30px;
  }
  .vels-academy-home-program-head h2::after {
    top: 15px;
  }
  .vels-academy-program-elem2 {    
    top: 4%;
    left: auto;
    right: 5%;
  }
  .vels-academy-program-elem1 {
    position: absolute;
    top: 4%;
  }
  .article-one::after {    
    width: 85px;
    height: 85px;
  }
  .vels-academy-home-program-sec .article .article-img {
    padding: 20px 0px;    
    transition: none;
    clip-path: none;
  }
  .vels-academy-home-program-sec .article {   
    height: auto;    
    margin: 0px auto 35px;
  }

  .vels-academy-home-achievement-sec {   
    padding: 0px 0px 10px;
    height: auto;
  }
  .vel-academy-home-achievement-images{
    animation: none;
  }
  .vel-academy-home-achievement-images.achievement-2 {   
    display: none;
  }  
  .vel-academy-home-achievement-content {
    padding: 25px 20px 45px;
  }
  .vel-academy-home-achievement-content h4 {
    font-size: 35px;    
    padding-bottom: 10px;
  }
  .vel-academy-home-achievement-content p {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .vels-academy-home-testi-sec {   
    padding: 25px 0px 40px;
  }
  .vels-academy-home-testimonials-swiper-content h4 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .vels-academy-home-testimonials-swiper-content p {
    font-size: 18px;
    width: 100%;
  }
  .vels-academy-home-testimonials-swiper {
     
    padding: 0px 0px 0px 0px;
  }
  .vels-academy-home-testimonials-swiper-content {
    margin: 0 auto;
    padding: 30px 25px 50px 25px;
    background: none;
    color: #fff;
    text-align: center;
  }
  .vels-academy-home-testi-elem1 {
   left: auto;
   right: -25%;
  }
  .vels-academy-home-testimonials-swiper-image {   
    top: 0rem;
  }
  .vels-academy-home-testi-elem1 img {
    width: 40%;
  }
  .vels-academy-home-testimonials-swiper-image-background::before {    
    width: 100%;
    display:none;
  }
  .vels-academy-home-testimonials-swiper-image-background img {   
    padding: 0px;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border: 15px solid;
    border-color: #0080ab;
  }
  .vels-academy-home-testi-elem2 img {
    width: 30%;
  }
  .vels-academy-home-testi-elem3 {  
    bottom: 50%;
    right: -15%;
  }
  .vels-academy-home-testi-elem3 img {
    width: 35%;
  }
  .vels-academy-home-contact-sec-content {    
    padding: 50px 50px;  
    align-items: center;
  }
  .vels-academy-home-contact-sec-content h4 {
    font-size: 25px;
    padding-bottom: 10px;
    text-align: center;
  }
  .contact-img1 {   
    bottom: 0;
    right: -40%;
  }
  .contact-img1 img {
    width: 30%;
  } 

  /* vels academy achievements page */
  .academy-school-overview-sec.margin {    
    padding: 50px 0px 20px 0px;
  }

  /* vels academy testimonials page */
  .vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-button-prev {
    top: 95%;
  }
  .vels-academy-testimonial-sec .velammal-academy-centres-sec-2 {    
    right: -25%;
  }

  /* Main contact page */
  .contact-head-div h2 {    
    font-size: 25px;
  }
  #cbse-curriculum .card .card-header .btn-header-link {   
      font-size: 12px;
    padding: 10px 10px;
  }
 .accordion .card .card-header .btn-header-link {   
      font-size: 15px;
    padding: 10px 10px;
  }
  .accordion .card-body p{
          font-size: 13px;
  }
  .admission-form-sec {
    padding: 20px 0px;
  }
  .contact-details-sec {
    padding: 40px 0px 20px;
  }
  .admission-fomr-div {  
    padding: 20px 0px;
  }
  .admission-fomr-div-img  {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .admission-fomr-div-img img{
    position: relative;
  }
  .admission-fomr-div h2 {
    margin: 0 auto;
    font-size: 35px;
    text-align: center;
    line-height: 40px;
  }
  .admissions-functionality-wrapper {
    margin: 15px 0;
    padding: 20px;
  }

  /* Blog Page Responsiveness */
  .our-blogs-sec {   
    padding: 30px 10px;
  }
  .our-blogs-sec .kids-event-new-head h3 {
    font-size: 30px;
  }
  .blogCard {
    margin: 20px 0px; 
  }
  .blogCard .blogCardContent {   
    height: auto;
    padding: 20px 15px;
  }
  .blogCard .blogCardContent .blogWrapper {    
    height: auto;
  }




  
}
@media only screen and (min-width: 320px) and (max-width: 767.5px){
  /* vels academy home page */
  .vels-academy-home-about {   
    padding: 35px 0px 160px;
  }
  .vels-academy-home-about h2 {
    font-size: 35px;
  }
  .vels-academy-home-about p {    
    width: 95%;
  }
  .vels-academy-home-about-imgs {
    height: 200px;
    width: 100%;
  }
  .vels-academy-about-elem1 {   
    top: 5%;
    right: -10%;
  }
  .vels-academy-about-elem1 img {
    width: 40%;
  }
  .vels-academy-about-elem2 {   
    top: 4%;
    left: 10%;
  }
  .vels-academy-about-elem2 img {
    width: 55%;
  }
  .vels-academy-about-elem3 {   
    right: -20%;
  }
  .vels-academy-about-elem3 img {
    width: 40%;
  }
  .vels-academy-about-elem4 {   
    top: 56%;
    left: 8%;
  }
  .vels-academy-about-elem4 img {
    width: 20%;
  }
  .vels-academy-about-elem5 img {
    width: 35%;
  }
  .vels-academy-about-elem6 img {
    width: 45%;
  }
  .vels-academy-about-elem7 img {
    width: 50%;
  }

  /* vels-academy-home-campus-sec  */
  .vels-academy-home-campus-sec {   
    padding: 10px 10px;
  }
  .vels-academy-home-campus-sec-head {
    width: 95%;
  }
  .vels-academy-home-campus-sec-head p {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .vels-academy-home-campus-sec-head h2 {
    font-size: 35px;
  }
  .vels-academy-home-campus-sec-head p::before {
    top: -75px;
    right: -35px;   
    width: 65px;
    height: 65px; 
  }
  .offer-swiper-content p {
      font-size:15px;
  }
  .vels-home-center-container::after {
    bottom: -10px; 
    left: -5%;
  }
  .vah-campus-swiper-content {   
    font-size: 20px;
  }
  .vah-campus-swiper-img img { 
    width:100%;
    height:100%;
  }
  .vah-campus-swiper-img {
    width: 250px;
    height: 250px;
    margin: 0 auto 30px auto;
  }
  .vels-academy-campus-elem2{
    display: none;
  }
  .vels-academy-campus-elem3{
    display: none;
  }

  /* vels-academy-home-program-sec */
  .vels-academy-home-program-sec {    
    padding: 35px 10px;
  }
  .vels-academy-home-program-head h2 {
    font-size: 35px;
  }
  .vels-academy-home-program-sec .article .article-content {    
    padding: 20px 20px;
  }
  .vels-academy-home-program-sec .article .article-content h4 {
    font-size: 30px;
  }
  .vels-academy-home-program-head h2::after {
    top: 15px;
  }
  .vels-academy-program-elem2 {    
    top: 4%;
    left: auto;
    right: 5%;
  }
  .vels-academy-program-elem1 {
    position: absolute;
    top: 4%;
  }
  .article-one::after {    
    width: 85px;
    height: 85px;
  }
  .vels-academy-home-program-sec .article .article-img {
    padding: 20px 0px;    
    transition: none;
    clip-path: none;
  }
  .vels-academy-home-program-sec .article {   
    height: auto;    
    margin: 0px auto 35px;
  }

  .vels-academy-home-achievement-sec {   
    padding: 0px 0px 10px;
    height: auto;
  }
  .vel-academy-home-achievement-images{
    animation: none;
  }
  .vel-academy-home-achievement-images.achievement-2 {   
    display: none;
  }  
  .vel-academy-home-achievement-content {
    padding: 25px 20px 45px;
  }
  .vel-academy-home-achievement-content h4 {
    font-size: 35px;    
    padding-bottom: 10px;
  }
  .vel-academy-home-achievement-content p {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .vels-academy-home-testi-sec {   
    padding: 25px 0px 40px;
  }
  .vels-academy-home-testimonials-swiper-content h4 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .vels-academy-home-testimonials-swiper-content p {
    font-size: 18px;
    width: 100%;
  }
  .vels-academy-home-testimonials-swiper {
     
    padding: 0px 0px 0px 0px;
  }
  .vels-academy-home-testimonials-swiper-content {
    margin: 0 auto;
    padding: 30px 25px 50px 25px;
    background: none;
    color: #fff;
    text-align: center;
  }
  .vels-academy-home-testi-elem1 {
   left: auto;
   right: -25%;
  }
  .vels-academy-home-testimonials-swiper-image {   
    top: 0rem;
  }
  .vels-academy-home-testi-elem1 img {
    width: 40%;
  }
  .vels-academy-home-testimonials-swiper-image-background::before {    
    width: 100%;
    display:none;
  }
  .vels-academy-home-testimonials-swiper-image-background img {   
    padding: 0px;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border: 15px solid;
    border-color: #0080ab;
  }
  .vels-academy-home-testi-elem2 img {
    width: 30%;
  }
  .vels-academy-home-testi-elem3 {  
    bottom: 50%;
    right: -15%;
  }
  .vels-academy-home-testi-elem3 img {
    width: 35%;
  }
  .vels-academy-home-contact-sec-content {    
    padding: 50px 50px;  
    align-items: center;
  }
  .vels-academy-home-contact-sec-content h4 {
    font-size: 25px;
    padding-bottom: 10px;
    text-align: center;
  }
  .contact-img1 {   
    bottom: 0;
    right: -40%;
  }
  .contact-img1 img {
    width: 30%;
  } 

  /* vels academy achievements page */
  .academy-school-overview-sec.margin {    
    padding: 50px 0px 20px 0px;
  }

  /* vels academy testimonials page */
  .vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-button-prev {
    top: 95%;
    width: 40px;
    height: 40px;
  }
  .vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-rtl .swiper-button-prev {
       
    left: 51%;
    right: auto;
}
.vels-academy-testimonial-swiper .swiper-button-prev {
    right: 51%;
    left: auto;
}
  .vels-academy-testimonial-sec .velammal-academy-centres-sec-2 {    
    right: -25%;
  }

  /* Main contact page */
  .contact-head-div h2 {    
    font-size: 25px;
  }
  #cbse-curriculum .card .card-header .btn-header-link {   
      font-size: 11px;
    padding: 10px 10px;
  }
 .accordion .card .card-header .btn-header-link {   
      font-size: 15px;
    padding: 10px 10px;
  }
  .accordion .card-body p{
          font-size: 13px;
  }
  .admission-form-sec {
    padding: 20px 0px;
  }
  .contact-details-sec {
    padding: 40px 0px 20px;
  }
  .admission-fomr-div {  
    padding: 20px 0px;
  }
  .admission-fomr-div-img  {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .admission-fomr-div-img img{
    position: relative;
  }
  .admission-fomr-div h2 {
    margin: 0 auto;
    font-size: 35px;
    text-align: center;
    line-height: 40px;
  }
  .admissions-functionality-wrapper {
    margin: 15px 0;
    padding: 20px;
  }

  /* Blog Page Responsiveness */
  .our-blogs-sec {   
    padding: 30px 10px;
  }
  .our-blogs-sec .kids-event-new-head h3 {
    font-size: 30px;
  }
  .blogCard {
    margin: 20px 0px;
  }
  .blogCard .blogCardContent {   
    height: auto;
    padding: 20px 15px;
  }
  .blogCard .blogCardContent .blogWrapper {    
    height: auto;
  }








}
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
   /* vels academy home page */
   .vels-academy-home-about {    
    padding: 50px 0px;
   }
   .vels-academy-home-about h2 {
    font-size: 45px;
   }
   .vels-academy-home-about p {    
    width: 90%;
    font-size: 15px;
   }
   .vels-academy-home-about-imgs {
    height: 300px;
   }
   .vels-academy-about-elem1 {
    top: 8%;
    right: 10%;
  }
  .vels-academy-about-elem1 img {
    width: 50%;
  }
  .vels-academy-about-elem2 img {
    width: 60%;
  }
  .vels-academy-about-elem2 {    
    top: 8%;
    left: 25%;
  }
  .vels-academy-about-elem3 img {
    width: 35%;
  }
  .vels-academy-about-elem4 {    
    top: 41%;
  }
  .vels-academy-about-elem4 img {
    width: 20%;
  }
  .vels-academy-about-elem5 img {
    width: 40%;
  }
  .vels-academy-about-elem6 img {
    width: 50%;
  } 
  .vels-academy-about-elem7 img {
    width: 40%;
  }
  .vels-academy-home-campus-sec {   
    padding: 20px 10px 70px;
  }

  .vels-academy-home-campus-sec-head {
    width: 90%;    
    padding: 20px 0px 50px;
  }
  .vels-academy-home-campus-sec-head h2 {
    font-size: 45px;
  }
  .vels-academy-home-campus-sec-head p {
    font-size: 15px;
    width: 70%;
    margin: 0 auto;
  }
  .vels-academy-home-campus-sec-head p::before {    
    width: 70px;
    height: 70px;
  }
  .vels-academy-home-campus-sec-head .read-more-button {  
    font-size: 15px;
  }
  .vah-campus-swiper-content {    
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vah-campus-swiper-img:hover .vah-campus-swiper-content p {
    transform: none;
  }
  .vels-academy-campus-elem1 img {
    width: 60%;
  }
  .vels-academy-campus-elem2 img, .vels-academy-campus-elem3 img {
    width: 35%;
  }
  .vels-academy-home-program-sec {   
    padding: 30px 30px 110px;
  }
  .vels-academy-home-program-head h2 {
    font-size: 45px;
  }
  .vels-academy-home-program-head h2::after {
    top: 25px;
  }
  .vels-academy-home-program-div p, .vels-academy-home-program-div ul li{
    font-size: 15px;
  }
  .vels-academy-home-program-sec .read-more-button {   
    padding: 10px 35px;   
    width: 180px;
    font-size: 15px;
  }
  .vels-academy-home-program-sec .article {   
    height: auto;   
  }
  .vels-academy-home-program-sec .article .article-img {   
    padding: 15px 10px;
    clip-path: none;
  }
  .vels-academy-home-program-sec .article .article-content h4 {
    font-size: 25px;
  }
  .article-content p{
    font-size: 15px;
  }
  .article-one::after {    
    width: 80px;
  }
  .vels-academy-home-achievement-sec {    
    padding: 0px 0px 0px;
    height: auto;
  }
  .vel-academy-home-achievement-images {   
    animation: none;
  }
  .vel-academy-home-achievement-images.achievement-2 {
    animation: none;
  }
  .vel-academy-home-achievement-content {
    padding: 70px 10px 30px;
  }
  .vel-academy-home-achievement-content p {
    font-size: 15px;
  }
  .vels-academy-home-testi-sec {  
padding: 85px 15px 85px;
  }  
  .swiper.vels-academy-home-testimonials-swiper .row{
        display: flex;
    justify-content: center;
    align-items: center;
}
  .vels-academy-home-testimonials-swiper-content{
    background: none;
    margin: 0 auto; 
    color: #fff;
    text-align: center;
        padding: 50px 0px 50px 0px;
  }
  .vels-academy-home-testimonials-swiper-image{
    top: 0;
  }
  .vels-academy-home-testimonials-swiper-image-background img {    
    padding: 40px;
    width: 500px;
    height: auto;
  }
  .vels-academy-home-testimonials-swiper-image-background::before {    
    width: 100%;
  }
  .vels-academy-home-testi-elem3 img {
    width: 35%;
  }
  .vels-academy-home-testi-elem1 img {
    width: 55%;
  }
  .vels-academy-home-testimonials-swiper-content .read-more-button {   
    width: 180px;
    font-size: 15px;
  }
  .vels-academy-home-contact-sec-content {   
    padding: 20px 25px;
  }
  .vels-academy-home-contact-sec-content h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .vels-academy-home-contact-sec-content .read-more-button {   
    padding: 10px 35px;
    width: 180px;
    font-size: 15px;
  }
.vels-academy-home-testimonials-swiper { 
    padding: 0px 0px 0px 0px; 
}
  /* vels academy centre page */
  .academy-school-overview-sec.margin {    
      padding: 90px 0px 10px 0px;
  }
  .vels-faculty-classroom-sec {   
    padding: 60px 0px 65px;
  }


  /* vels academy programs page */
  .vels-academy-programs-container .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vels-academy-programs-container .vels-academy-program-content {
    padding: 30px 5px;
  }

  /* Main contact page */
  .contact-head-div h2 {    
    font-size: 25px;
  }
  #cbse-curriculum .card .card-header .btn-header-link {   
    font-size: 15px;
    padding: 10px 10px;
  }
  .admission-form-sec {
    padding: 45px 0px;
  }
  .contact-details-sec {
    padding: 40px 0px 20px;
  }
  .admission-form-sec .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 100%;
    max-width: 100%;
  }
  .admission-fomr-div {  
    padding: 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; 
  }
  .admission-fomr-div-img  {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }  
  .admission-fomr-div-img img { 
    position: relative;
    width: 95%;
    margin: 0 auto;
  }
  .admission-fomr-div h2 {
    margin: 0 auto;
    font-size: 35px;
    text-align: center;
    line-height: 40px;
  }
  .admissions-functionality-wrapper {
    margin: 15px auto;
    padding: 40px 110px;
    width: 100%;
  }
  .admissions-functionality-wrapper .col-md-12 {
     padding:0;
 }

  /* Blog Page Responsiveness */
  .our-blogs-sec {   
    padding: 30px 10px;
  }
  .our-blogs-sec .kids-event-new-head h3 {
    font-size: 40px;
  }
  .blogCard {
    margin: 20px 0px;
  }
  .blogCard .blogCardContent {   
    height: auto;
    padding: 20px 15px;
  }
  .blogCard .blogCardContent .blogWrapper {    
    height: auto;
  }







}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .vels-center-elem1 img {
    width: 50%;
  }
  .vels-center-elem2 img {
    width: 50%;
  }
  /* vels academy home page */
  .vels-academy-home-about {    
    padding: 50px 0px;
   }
   .vels-academy-home-about h2 {
    font-size: 55px;
   }
   .vels-academy-home-about p {    
    width: 90%;
    font-size: 15px;
   }
   .vels-academy-home-about-imgs {
    height: 300px;
   }
   .vels-academy-about-elem1 {
    top: 8%;
    right: 10%;
  }
  .vels-academy-about-elem1 img {
    width: 50%;
  }
  .vels-academy-about-elem2 img {
    width: 60%;
  }
  .vels-academy-about-elem2 {    
    top: 8%;
    left: 25%;
  }
  .vels-academy-about-elem3 img {
    width: 35%;
  }
  .vels-academy-about-elem4 {    
    top: 41%;
  }
  .vels-academy-about-elem4 img {
    width: 20%;
  }
  .vels-academy-about-elem5 img {
    width: 40%;
  }
  .vels-academy-about-elem6 img {
    width: 50%;
  } 
  .vels-academy-about-elem7 img {
    width: 40%;
  }
  .vels-academy-home-campus-sec {   
    padding: 20px 10px 70px;
  }

  .vels-academy-home-campus-sec-head {
    width: 90%;    
    padding: 20px 0px 50px;
  }
  .vels-academy-home-campus-sec-head h2 {
    font-size: 55px;
  }
  .vels-academy-home-campus-sec-head p {
    font-size: 15px;
    width: 70%;
    margin: 0 auto;
  }
  .vels-academy-home-campus-sec-head p::before {    
    width: 70px;
    height: 70px;
  }
  .vels-academy-home-campus-sec-head .read-more-button {  
    font-size: 15px;
  }
  .vah-campus-swiper-content {    
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vah-campus-swiper-img:hover .vah-campus-swiper-content p {
    transform: none;
  }
  .vels-academy-campus-elem1 img {
    width: 60%;
  }
  .vels-academy-campus-elem2 img, .vels-academy-campus-elem3 img {
    width: 35%;
  }
  .vels-academy-home-program-sec {   
    padding: 30px 30px 110px;
  }
  .vels-academy-home-program-head h2 {
    font-size: 55px;
  }
  .vels-academy-home-program-head h2::after {
    top: 25px;
  }
  .vels-academy-home-program-div p, .vels-academy-home-program-div ul li{
    font-size: 15px;
  }
  .vels-academy-home-program-sec .read-more-button {   
    padding: 10px 35px;   
    width: 180px;
    font-size: 15px;
  }
  .vels-academy-home-program-sec .article {   
    height: auto;   
  }
  .vels-academy-home-program-sec .article .article-img {   
    padding: 15px 10px;
    clip-path: none;
  }
  .vels-academy-home-program-sec .article .article-content h4 {
    font-size: 25px;
  }
  .article-content p{
    font-size: 15px;
    padding-bottom: 5px;
  }
  .article-one::after {    
    width: 80px;
  }
  .vels-academy-home-achievement-sec {    
    padding: 0px 0px 0px;
    height: 50vh;
  }
  .vel-academy-home-achievement-content h4 { 
    padding-bottom: 0px;
  }
  .vel-academy-home-achievement-content .read-more-button {   
    padding: 10px 35px;
    font-size: 15px;
  }

  .vel-academy-home-achievement-images {   
    /* animation: none; */
  }
  .vel-academy-home-achievement-images.achievement-2 {
    /* animation: none; */
  }
  .vel-academy-home-achievement-content {
    padding: 70px 10px 30px;
  }
  .vel-academy-home-achievement-content p {
    font-size: 15px;
  }
  .vels-academy-home-testi-sec {  
    padding: 85px 15px 0px;
  }
  .vels-academy-home-testimonials-swiper-content{
    background: none;
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }
  .vels-academy-home-testimonials-swiper-image{
    top: 0;
  }
  .vels-academy-home-testimonials-swiper-image-background img {    
    padding: 40px;
    width: 500px;
    height: 450px;
  }
  .vels-academy-home-testimonials-swiper-image-background::before {    
    width: 100%;
  }
  .vels-academy-home-testi-elem3 img {
    width: 35%;
  }
  .vels-academy-home-testi-elem1 img {
    width: 55%;
  }
  .vels-academy-home-testimonials-swiper-content .read-more-button {   
    width: 180px;
    font-size: 15px;
  }
  .vels-academy-home-contact-sec-content {   
    padding: 20px 25px;
  }
  .vels-academy-home-contact-sec-content h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .vels-academy-home-contact-sec-content .read-more-button {   
    padding: 10px 35px;
    width: 180px;
    font-size: 15px;
  }
  .contact-img1 {   
    right: -15%;
  }

  /* vels academy centre page */
  .academy-school-overview-sec.margin {   
    padding: 95px 0px 20px 0px;
  }

  /* vels academy programs page */
  .vels-academy-programs-container .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vels-academy-programs-container .vels-academy-program-content {
    padding: 30px 5px;
  }
  .vels-academy-programs-container {    
    padding: 40px 50px;
  }

  /* Main contact page */
  .contact-head-div h2 {    
    font-size: 25px;
  }
  #cbse-curriculum .card .card-header .btn-header-link {   
    font-size: 15px;
    padding: 10px 10px;
  }
  .admission-form-sec {
    padding: 45px 0px;
  }
  .contact-details-sec {
    padding: 40px 0px 20px;
  }
  .admission-form-sec .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 100%;
    max-width: 100%;
  }
  .admission-fomr-div {  
    padding: 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .admission-fomr-div-img  {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }  
  .admission-fomr-div-img img {
    position: relative;
    width: 95%;
    margin: 0 auto;
  }
  .admission-fomr-div h2 {
    margin: 0 auto;
    font-size: 35px;
    text-align: center;
    line-height: 40px;
  }
  .admissions-functionality-wrapper {
    margin: 15px auto;
    padding: 40px 110px;
    width: 100%;
  }
 .admissions-functionality-wrapper .col-md-12 {
     padding:0;
 }

  /* Blog Page Responsiveness */
  .our-blogs-sec {   
    padding: 30px 20px;
  }
  .our-blogs-sec .kids-event-new-head h3 {
    font-size: 55px;
  }
  .blogCard {
    margin: 20px 0px;
  }
  .blogCard .blogCardContent {   
    height: auto;
    padding: 20px 15px;
  }
  .blogCard .blogCardContent .blogWrapper {    
    height: auto;
  }


}
@media only screen and (min-width:1280px){
  .vels-academy-home-testimonials-swiper-image-background::before {
    width: 100%;
  }
  .vels-academy-home-testimonials-swiper-image-background img {
 
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1281px) and (max-width:1440px) {
  .blogCard .blogCardContent {   
    height: auto;
    padding: 20px 15px;
  }
  .blogCard .blogCardContent .blogWrapper {    
    height: auto;
  }
  .vels-academy-home-testimonials-swiper-content {
 
    padding: 30px 50px 255px 50px;
  }

}
@media only screen and (min-width: 1600px) and (max-width: 1823px) {
  .blogCard .blogCardContent {   
    height: auto;
    padding: 20px 15px;
  }
  .blogCard .blogCardContent .blogWrapper {    
    height: auto;
  }
    .vels-academy-home-program-sec .article .article-img{
   
  -webkit-clip-path: inset(calc(100% - 30.6rem - 1rem) calc(50% - 25.6rem /2) 1rem calc(50% - 25.6rem/2) round 6rem);
    clip-path: inset(calc(100% - 25.6rem - 1rem) calc(50% - 25.6rem/2) 1rem calc(50% - 25.6rem/2) round 6rem);
    transition: -webkit-clip-path .4s cubic-bezier(.645,.045,.355,1);
    transition: clip-path .4s cubic-bezier(.645,.045,.355,1);
    transition: clip-path .4s cubic-bezier(.645,.045,.355,1),-webkit-clip-path .4s cubic-bezier(.645,.045,.355,1);
 
}
}
@media only screen and (min-width: 1824px) and (max-width: 1920px) {
  .vels-academy-home-program-sec .article .article-img{
   
  -webkit-clip-path: inset(calc(100% - 28.6rem - 1rem) calc(50% - 28.6rem/2) 1rem calc(50% - 28.6rem/2) round 6rem);
    transition: -webkit-clip-path .4s cubic-bezier(.645,.045,.355,1);
    transition: clip-path .4s cubic-bezier(.645,.045,.355,1);
    transition: clip-path .4s cubic-bezier(.645,.045,.355,1),-webkit-clip-path .4s cubic-bezier(.645,.045,.355,1);
 
}
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
      .vels-academy-home-testimonials-swiper-image-background::before {
    height: 100%;
    width: 100%;
  } 
  .vels-academy-home-testimonials-swiper-image-background img {
 
    width: 100%;
    height: 100%;
  }
  .vels-academy-home-testimonials-swiper-content {   
    padding: 60px 50px 355px 20px;
    margin: 8rem auto;
  }
  .vels-academy-home-program-sec .article .article-img{
   
  -webkit-clip-path: inset(calc(100% - 30.6rem - 1rem) calc(50% - 30.6rem /2) 1rem calc(50% - 30.6rem/2) round 6rem);
    clip-path: inset(calc(100% - 30.6rem - 1rem) calc(50% - 30.6rem/2) 1rem calc(50% - 30.6rem/2) round 6rem);
    transition: -webkit-clip-path .4s cubic-bezier(.645,.045,.355,1);
    transition: clip-path .4s cubic-bezier(.645,.045,.355,1);
    transition: clip-path .4s cubic-bezier(.645,.045,.355,1),-webkit-clip-path .4s cubic-bezier(.645,.045,.355,1);
 
}
.vels-academy-home-testimonials-swiper-content h4 {
    font-size: 3rem;
}
.vels-academy-home-testimonials-swiper-content p {
    font-size: 28px;
    width: 85%;
}
 
}


/* Vels academy elements styles */
.vels-contact-elem1 {
  position: absolute;
  top: 30px;
  left: 50px; 
}
.vels-contact-elem1 img {
  width: 85%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-contact-elem2 {
  position: absolute;
  top: 100px;
  right: 10px; 
}
.vels-contact-elem2 img {
  width: 85%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-contact-elem3 {
  position: absolute;
  bottom: 30px;
  right: -60px; 
}
.vels-contact-elem3 img {
  width: 75%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-contact-elem4 {
  position: absolute;
  bottom: 30px;
  left: 10px; 
}
.vels-contact-elem4 img {
  width: 85%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-contact-elem5 {
  position: absolute;
  bottom: -50px;
  right: 10px;
  z-index: 99;
}
.vels-contact-elem5 img {
  width: 55%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-contact-elem6 {
  position: absolute;
  top: 50px;
  right: 100px;
}
.vels-contact-elem6 img {
  width: 70%;
  animation: animName 15s linear infinite;
}

.vels-testi-elem1 {
  position: absolute;
  left: 40%; 
  bottom: 0%;
  z-index: 1;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

 .vels-testi-elem2 {
  position: absolute;
  bottom: -5%;
  left: 60%;
  animation: MoveUpDowns 10s linear infinite;
}
.vels-testi-elem1 img {
  width: 45%;
}

@keyframes MoveUpDowns {
  0%   { 
  left: 60%; 
  bottom: -5%;
  }
 100%  
 {
  left: 95%;
  bottom: -5%;
 }
}

.vels-ach-elem1 {
    position: absolute;
    bottom: 0%;
    left: 0;
    object-fit: cover;
    width: 100%;
}
.vels-ach-elem1 img {
  width: 100%;
}

.vels-ach-elem2 {
  position: absolute;
  top: 0%;
  left: -5%; 
}
.vels-ach-elem2 img {
  width: 100%;
}
.vels-ach-elem3 {
  position: absolute;
  top: 20%;
  right: 15%; 
}
.vels-ach-elem3 img {
  width: 70%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

.vels-prog-elem1 {
  position: absolute;
  top: 50px;
  right: 25%;
}
.vels-prog-elem1 img {
  width: 85%;
  animation: animName 15s linear infinite;
}
.vels-prog-elem2 {
  position: absolute;
  bottom:-50px;
  right: 100px;
}
.vels-prog-elem2  img {
  width: 85%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-prog-elem3 {
  position: absolute;
  bottom: 27%;
  right: 80px;
}
.vels-prog-elem3 img {
  width: 75%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-prog-elem4 {
  position: absolute;
  bottom: 3%;
  right: 40%
}
.vels-prog-elem4 img {
  width: 100%;
  animation: animName 15s linear infinite;
}
.vels-prog-elem5 {
  position: absolute;
  left: 30%;
  top:50px;
}
.vels-prog-elem5 img {
  width: 75%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-prog-elem6 {
  position: absolute;
  left: 100px;
  top: 50px;
}
.vels-prog-elem6 img {
  width: 65%;
  animation: animName 15s linear infinite;
}
.vels-prog-elem7 {
  position: absolute;
  left: 500px;
  bottom: 20px;
}
.vels-prog-elem7 img {
  width: 65%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-prog-elem8 {
  position: absolute;
  right: 300px;
  top: 120px;
}
.vels-prog-elem8 img {
  width: 65%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-prog-elem9 {
  position: absolute;
  right: 35%;
  top: 200px;
}
.vels-prog-elem9 img {
  width: 65%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.vels-prog-elem10 {
  position: absolute;
  right: 300px;
  bottom: 120px;
}
.vels-prog-elem10 img {
  width: 65%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

.vels-center-elem1 {
  position: absolute;
  top:100px;
  right: 100px;
}

.vels-center-elem1 img {
  width: 75%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

.vels-center-elem2 {
  position: absolute;
  top:100px;
  left: 100px;
}

.vels-center-elem2 img {
  width: 75%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

.vels-center-elem3 {
  position: absolute;
  bottom:10px;
  right: -300px;
}

.vels-center-elem3 img {
  width: 70%;
}
.vels-center-elem4 {
  position: absolute;
  bottom:16%;
  right: 10%;
}

.vels-center-elem4 img {
  width: 75%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

.vels-center-elem5 {
  position: absolute;
  bottom:23%;
  right: 42%;
}

.vels-center-elem5 img {
  width: 75%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

.vels-center-elem6 {
  position: absolute;
  top:3%;
  right: 20%;
}

.vels-center-elem6 img {
  width: 75%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

.vels-center-elem7 {
  position: absolute;
  bottom:3%;
  right: 7%;
}

.vels-center-elem7 img {
  width: 75%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
@media only screen and (max-width: 319.5px) {
    .vels-center-elem1 img {
   display: none;
  }
  .vels-center-elem2 img, .vels-prog-elem1, .vels-prog-elem2, .vels-prog-elem3, .vels-prog-elem4,.vels-prog-elem5, .vels-prog-elem6, .vels-prog-elem7, .vels-prog-elem8, .vels-prog-elem9, .vels-prog-elem10 {
    display: none;
  }
  .vels-center-elem6  img, .vels-center-elem7 img, .vels-faculty-classroom-sec::after, .vels-faculty-classroom-sec::before{
    display: none;
  }
  .kids-location-sec-13 img {
    width: 35%;
}
.vels-contact-elem6 {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 50px;
}
.vels-contact-elem6 img {
width: 100%;
}
.vels-contact-elem5 {
position: absolute;
bottom: 0px;
right: 0px;
z-index: 99;
width: 50px;
}
.vels-contact-elem5 img {
width: 100%;
}
.vels-contact-elem1, .vels-contact-elem2, .vels-contact-elem3, .vels-contact-elem4 {
  width: 50px;
}
.vels-contact-elem3 {
  right: 0px;
}
.vels-contact-elem1 img, .vels-contact-elem2 img, .vels-contact-elem3 img, .vels-contact-elem4 img{
  width: 100%;
}}
@media only screen and (min-width: 320px) and (max-width: 767.9px) {
  .vels-center-elem1 img {
   display: none;
  }
  .vels-center-elem2 img, .vels-prog-elem1, .vels-prog-elem2, .vels-prog-elem3, .vels-prog-elem4,.vels-prog-elem5, .vels-prog-elem6, .vels-prog-elem7, .vels-prog-elem8, .vels-prog-elem9, .vels-prog-elem10 {
    display: none;
  }
  .vels-center-elem6  img, .vels-center-elem7 img, .vels-faculty-classroom-sec::after, .vels-faculty-classroom-sec::before{
    display: none;
  }
  .kids-location-sec-13 img {
    width: 35%;
}
.vels-contact-elem6 {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 50px;
}
.vels-contact-elem6 img {
width: 100%;
}
.vels-contact-elem5 {
position: absolute;
bottom: 0px;
right: 0px;
z-index: 99;
width: 50px;
}
.vels-contact-elem5 img {
width: 100%;
}
.vels-contact-elem1, .vels-contact-elem2, .vels-contact-elem3, .vels-contact-elem4 {
  width: 50px;
}
.vels-contact-elem3 {
  right: 0px;
}
.vels-contact-elem1 img, .vels-contact-elem2 img, .vels-contact-elem3 img, .vels-contact-elem4 img{
  width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023.9px) {
  .vels-contact-elem6 {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 50px;
}
.vels-contact-elem6 img {
  width: 100%;
}
.vels-contact-elem5 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  width: 70px;
}
.vels-contact-elem5 img {
  width: 100%;
}
  .vels-contact-elem1, .vels-contact-elem2, .vels-contact-elem3, .vels-contact-elem4 {
    width: 100px;
  }
  .vels-contact-elem3 {
    right: 0px;
  }
  .vels-contact-elem1 img, .vels-contact-elem2 img, .vels-contact-elem3 img, .vels-contact-elem4 img{
    width: 100%;
  }
  .vels-prog-elem7 {
    display: none;
  }
  .vels-center-elem7 {
    position: absolute;
    bottom: 3%;
    right: 0%;
}
  .vels-center-elem1 img {
    width: 50%;
  }
  .vels-center-elem2 img {
    width: 50%;
  }
  .vels-center-elem3 {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 60%;
}
.vels-center-elem3 img {
  width: 100%;
}
.vels-center-elem7 img {
  width: 50%;
}
.vels-center-elem6 {
  position: absolute;
  top: 3%;
  right: 0;
  width: 13%;
}
.vels-center-elem6  img {
  width: 100%;
}

}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .vels-contact-elem6 {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 50px;
}
.vels-contact-elem6 img {
  width: 100%;
}
.vels-contact-elem5 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  width: 70px;
}
.vels-contact-elem5 img {
  width: 100%;
}
  .vels-contact-elem1, .vels-contact-elem2, .vels-contact-elem3, .vels-contact-elem4 {
    width: 100px;
  }
  .vels-contact-elem3 {
    right: 0px;
  }
  .vels-contact-elem1 img, .vels-contact-elem2 img, .vels-contact-elem3 img, .vels-contact-elem4 img{
    width: 100%;
  }
  .vels-center-elem1 img {
    width: 50%;
  }
  .vels-center-elem2 img {
    width: 50%;
  }
  .vels-center-elem3 {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 60%;
}
.vels-center-elem3 img {
  width: 100%;
}
.vels-center-elem7 img {
  width: 50%;
}
.vels-center-elem6 img {
  width: 50%;
}
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .vels-academy-home-about h2 {
        font-size: 3rem;
    }
    .vels-academy-home-about p {
        font-size: 28px;
    }
    .vels-academy-home-about-imgs {
        height: auto;
        width: 80%;
    }
    .vels-academy-home-campus-sec-head h2 {
        font-size: 3rem;
    }
    .vels-academy-home-campus-sec-head p {
        font-size: 28px;
    }
    .vah-campus-swiper-img:hover .vah-campus-swiper-content p {
        font-size: 2rem;
    }
    .vels-academy-home-program-head h2 {
        font-size: 3rem;
    }
    .vels-academy-home-program-head h2::after {
        top: 60px;
    }
    .vels-academy-home-program-sec .article .article-content h4 {
        font-size: 1.75rem;
        padding-bottom: 20px;
    }
    .vels-new-sec-head h2 {
        font-size: 3rem;
    }
    
    .new-vels-academy-div p {
        font-size: 1.5rem;
    }
    .new-vels-academy-div {
        height: 300px;
    }
    .vels-academy-home-testimonials-swiper-content h4 {
        font-size: 3rem;
    }
    .vels-academy-home-contact-sec-content h4 {
        font-size: 2rem;
    }
    .academy-school-overview-head h4 {
        font-size: 3rem;
    }
    .centers-card-content h4 {
        font-size: 1.5rem;
        width: 100%;
    }
    .centers-card-content p {
        font-size: 28px;
    }
    .explore-our-vels-faculty-commoncontent h4 {
        font-size: 3rem;
    }
    .explore-our-vels-faculty-commoncontent p {
        font-size: 28px;
        line-height: 45px;
    }
    .vels-academy-program-content h4 {
        font-size: 2rem;
    }
    .vels-academy-program-content h5 {
        font-size: 1.5rem;
        line-height: 55px;
    }
    .cbse-achievements-head-div h4 {
        font-size: 3rem;
    }
    .channel-title h5 {
        font-size: 1.5rem;
    }
    .channel-description p {
        font-size: 28px;
    }
    .cbse-achievements-swiper .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }
    .cbse-achievements-swiper .swiper-button-next, .cbse-achievements-swiper .swiper-button-prev {
        width: 85px;
        height: 85px;
    }
    .community__description p.community__featParagraph {
        font-size: 28px;
        line-height: 45px;
    }
    .community__description .community-title, .community__description .community-subtitle {
        font-size: 28px;
        line-height: 40px;
    }
    .vels-academy-testimonial-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 30px;
        width: 25px;
    }
    .vels-academy-testimonial-swiper .swiper-pagination-bullet {
        height: 25px;
        width: 25px;
    }
    
    .vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-rtl .swiper-button-prev {
        right: auto;
        left: 100px;
    }
    .vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-button-prev {
        width: 80px;
        height: 80px;
    }
    
}

/*21-12-2023 4k Resolution*/

@media only screen and (min-width: 3840px) and (max-width: 4096px) {
  .vels-academy-home-about h2 {
      font-size: 7rem;
  }
  .vels-academy-home-about p {
      width: 65%;
      margin: 0 auto 60px;
      font-size: 38px;
  }
  .vels-academy-home-about-imgs {
      height: auto;
  }
  .vels-academy-home-campus-sec-head h2 {
      font-size: 7rem;
  }
  .vels-academy-home-campus-sec-head p {
      font-size: 38px;
  }
  .vah-campus-swiper-img:hover .vah-campus-swiper-content p {
      font-size: 5rem;
  }
  .vels-academy-home-program-head h2 {
      font-size: 7rem;
  }
  .vels-academy-home-program-head h2::after {
      top: 80px;
  }
  .vels-academy-home-program-div ul li{
      font-size: 38px;
  }
  .vels-academy-home-program-sec .read-more-button {
      width: 475px;
  }
  .vels-academy-home-program-sec .article .article-content h4 {
      font-size: 5rem;
  }
  .vels-new-sec-head h2 {
      font-size: 7rem;
  }
  .new-vels-academy-div p {
      font-size: 3rem;
  }
  .new-vels-academy-div {
      height: 460px;
  }
  .vels-academy-home-testimonials-swiper-content h4 {
      font-size: 7rem;
  }
  .vels-academy-home-testimonials-swiper-content {
      padding: 250px 50px 355px 0px;
  }
  .vels-academy-home-testimonials-swiper-content p {
      font-size: 38px;
  }
  .vels-academy-home-testimonials-swiper-content .read-more-button {
      width: 470px;
  }
  .vels-academy-home-contact-sec-content h4 {
      font-size: 5rem;
  }
  .vels-academy-home-contact-sec-content .read-more-button {
      width: 470px;
  }
  .centers-card-content h4 {
      font-size: 3rem;
  }
  .centers-card-content p {
      font-size: 38px;
  }
  .explore-our-vels-faculty-commoncontent h4 {
      font-size: 7rem;
  }
  .explore-our-vels-faculty-commoncontent p {
      font-size: 38px;
      line-height: 60px;
  }
  .vels-academy-program-content h4 {
      font-size: 5rem;
  }
  .vels-academy-program-content h5{
      font-size: 3rem;
  }
  .cbse-achievements-head-div h4 {
      font-size: 7rem;
  }
  .channel-title h5 {
      font-size: 5rem;
  }
  .channel-description p {
      font-size: 38px;
  }
  .cbse-achievements-swiper .swiper-button-next, .cbse-achievements-swiper .swiper-button-prev {
      width: 150px;
      height: 150px;
  }
  .community__description p.community__featParagraph {
      font-size: 38px;
      line-height: 60px;
  }
  .community__description .community-title {
      font-size: 38px;
      line-height: 45px;
  }
  .community__description .community-subtitle {
      font-size: 38px;
      line-height: 70px;
  }
  .vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-button-prev {
      top: 80%;
      width: 150px;
      height: 150px;
  }
  .vels-academy-testimonial-swiper .swiper-button-next, .vels-academy-testimonial-swiper .swiper-rtl .swiper-button-prev {
      right: auto;
      left: 200px;
  }
  
  .vels-academy-testimonial-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      height: 37px;
      width: 35px;
  }
  .vels-academy-testimonial-swiper .swiper-pagination-bullet {
      height: 33px;
      width: 33px;
  }
  .vels-academy-testimonial-swiper .swiper-horizontal>.swiper-pagination-bullets, .vels-academy-testimonial-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .vels-academy-testimonial-swiper .swiper-pagination-custom, .vels-academy-testimonial-swiper .swiper-pagination-fraction {
      bottom: 0px;
      left: -420px;
  }
  
  .vels-contact-elem3 {
      right: 60px;
  }
  .vels-contact-elem5 {
      right: 50px;
  }
  .cbse-achievements-head-div h4::before {
      top: -135px;
      width: 150px;
      height: 150px;
  }
  .cbse-achievements-swiper-container .star-group.stars-1 {
      left: 10%;
  }
  .cbse-achievements-swiper-container .star-group.stars-2 {
      right: 15%;
  }
  .cbse-achievements-swiper-container .star-group.stars-3 {
      bottom: 60%;
      left: 8%;
  }
  .cbse-achievements-swiper-container .star-group.stars-4 {
      bottom: 10%;
      left: 10%;
  }
  .cbse-achievements-swiper-container .star-group.stars-5 {
      bottom: 10%;
      right: 20%;
  }
  .cbse-achievements-swiper-container .star-group.stars-6 {
      bottom: 60%;
      right: 4%;
  }
  
  .vels-contact-elem1 img,
  .vels-contact-elem2 img,
  .vels-contact-elem3 img,
  .vels-contact-elem4 img,
  .vels-contact-elem6 img,
  .vels-testi-elem1 img,
  .vels-prog-elem1 img,
  .vels-prog-elem2 img,
  .vels-prog-elem3 img,
  .vels-prog-elem5 img,
  .vels-prog-elem6 img,
  .vels-prog-elem7 img,
  .vels-prog-elem8 img,
  .vels-prog-elem9 img,
  .vels-prog-elem10 img{
      width: 100%;
  }
  .vels-center-elem1 img,
  .vels-center-elem2 img{
      width: 100%;
  }
  
}