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


.cbse-home-sec {
    position: relative;
    padding: 100px 0px;
  }
  
  .cbse-home-list-container {
    padding: 0;
  }
  
  .cbse-home-content-div {
    padding: 0px 50px;
    color: #002776;
  }
  
  .cbse-home-content-col {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cbse-home-content-div .event-name-div {
    left: auto;
    right: auto;
    margin: auto;
  }
  
  .cbse-home-content-div .event-name-div:hover {
    text-decoration: none;
    color: #000000;
  }
  
  .cbse-home-content-div ul {
    line-height: 1.5rem;
  }
  
  .cbse-home-content-div ul li {
    margin-bottom: 20px;
  }
  
  .cbse-home-content-div h2 {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform:uppercase;
  }
  
  .cbse-home-list-img-col {
    padding: 0;
  }
  
  .cbse-home-head-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #002776;
    margin-bottom: 30px;
  }
  
  .cbse-home-head-row h2 {
    font-weight: bold;
    font-size: 75px;
    color: #002776;
  }
  
  .cbse-home-head-row h2::before {
    top: -80px;
    left: 0px;
    right: auto;
    background-image: url('./img/Chairman-Message-section-1-Left.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 80px;
    height: 80px;
  }
  
  .cbse-home-head-row h2::after {
    top: -80px;
    right: 0px;
    left: auto;
    background-image: url('./img/Chairman-Message-section-1-Right.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 80px;
    height: 80px;
  }
  
  .cbse-home-head-row p {
    width: 80%;
    margin: 0 auto;
  }
  
  .cbse-home-list-sec .waveWrapperInnerPurple1 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100px;
    top: -65px;
  }
  
  .cbse-home-row-two .event-name-div {
    border: 2px solid #002776;
    border-width: 2px 3px 10px 10px;
  }
  
  .cbse-home-row-three .event-name-div {
    border: 2px solid #FED31D;
    border-width: 2px 3px 10px 10px;
  }
  
  .cbse-home-row-four .event-name-div {
    border: 2px solid #A1B1B2;
    border-width: 2px 3px 10px 10px;
  }
  
  .cbse-home-row-five .event-name-div {
    border: 2px solid #002776;
    border-width: 2px 3px 10px 10px;
  }
  
/* Curriculum Section style */

.cbse-curriculum-sec{
  position: relative; 
  padding: 8rem 4.5rem 12rem;
}

.cbse-curriculum-role-left{
  position: relative;
  padding: 30px 25px 60px;
}
.cbse-curriculum-role-left h2 { 
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 55px;  
}
.cbse-curriculum-role-left .downloadBtn{
  margin-top: 20px;
  text-align: center;
  padding: 14px 30px 14px 25px;
}
.cbse-curriculum-role-right h2 {
  margin-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 13px;
    font-size: 40px;
    left: 15px;
    line-height: 35px;
    position: relative;
}
.cbse-curriculum-role-right{
  max-width: 80%;
    left: 10%;
    top: 6%;
    position: relative;
}

.cbse-curriculum-sec::after{
  top: 20px;
  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;
}
.cbse-curriculum-sec::before{
  top: 20px;
  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;
}
.cbse-curriculum-role-left h2::before {
  top: -100px;
  right: auto;
  left: 95%;
  background-image: url(./img/Blue-Shooting-Star.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 200px;
  height: 200px;
}

.cbse-curriculum-role-right::after {
  bottom: -21%;
  right: -5%;
  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;
}

  #cbse-curriculum .card {
    margin-bottom: 30px;   
    border: 1px solid #002776;
    border-radius: 30px;
  }
  
  #cbse-curriculum .card .card-header {
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;    
  }
  
  #cbse-curriculum .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #002776;    
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
  }
  
  #cbse-curriculum .card .card-header .btn-header-link:after {
    content: '\f062';  
    font: normal normal normal 14px/1 'FontAwesome';
    font-weight: 900;
    float: right;
  }
  
  #cbse-curriculum .card .card-header .btn-header-link.collapsed { 
    background: #002776;
    color: #fff;
  }
  
  #cbse-curriculum .card .card-header .btn-header-link.collapsed:after {
    content: '\f063';
  }
   
  #cbse-curriculum .card .collapsing {
    background: #ffffff;
    line-height: 30px;
  }
  
  #cbse-curriculum .card .collapse {
    border: 0;
  }
  
  #cbse-curriculum .card .collapse.show {
    background: #ffffff;
    color: #222;
    transition: height 0.4s ease;
     transition: all 0.4s ease;
  }
  .card .collapse.show {
          transition: height 0.4s ease;
           transition: all 0.4s ease;
      
  }
  
  /* CBSE Facilities Page Style */
.cbse-facilities-sec{
  position: relative;
  padding: 90px 0px;
}
.cbse-facilities-sec.events-page-sec{
  position: relative;
  padding: 90px 50px;
}
.cbse-facilities-sec-header {
  margin-bottom: 5rem;
  position: relative;
  text-align:center;
}
.cbse-facilities-sec-header p{
  width: 40%;
  margin:0 auto;
  font-size:18px;
}

.cbse-facilities-sec-subheader {
  text-transform: uppercase;
  font-family: "Helvetica-Neu-Bold", sans-serif; 
  letter-spacing: 4.5px;
  color: #002776;
  font-size: 60px;
  position: relative;
  text-align: center;
}
.matric-facilities-sec-subheader{
    color: #EF564A; 
}
h2.cbse-facilities-sec-subheader::before {
  top: -60px;
  left: 35%;
  right: auto;
  background-image: url(./img/Leaf-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;
}

.labss.lass1 {
  padding: 20px 25px;
}
.labimg {
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
}
.labimg img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.labss-in {
  position: relative;
  padding: 30px 30px 30px 60px;
}
.extracurrcolor {
  background: #f9f6f5!important;
}
.founder-note-in h4 {
  font-size: 40px;
  display: block;
  font-weight: normal;
  margin: 0 0 40px 0;
  color: #002776;
  position: relative;
  text-transform: uppercase;
}
.founder-note-in.facilities-founder h4 { 
  color: #EF564A; 
}

.founder-note-in p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  display: block;
  margin: 0 0 20px 0;
}

/* CBSE Campus Page */

.cbse-campus-img1,
.cbse-campus-img2,
.cbse-campus-img3,
.cbse-campus-img4 {
  position: relative;
  cursor: pointer;
}

.cbse-campus-img1 img,
.cbse-campus-img2 img,
.cbse-campus-img3 img,
.cbse-campus-img4 img {
  transition: all .3s ease;
  width: 100%;
}

.cbse-campus-img1 img:hover,
.cbse-campus-img2 img:hover,
.cbse-campus-img3 img:hover,
.cbse-campus-img4 img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.cbse-campus-img1 {
  position: relative;
}

.cbse-campus-img1::after {
  top: -80px;
  right: 0px;
  left: auto;
  background-image: url('./img/Chairman-Message-section-Red-SplashRight.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 100px;
  height: 100px;
}

.cbse-campus-img2 {
  position: relative;
}

.cbse-campus-img2::before {
  top: -80px;
  left: 0px;
  right: auto;
  background-image: url('./img/Chairman-Message-section-1-Left.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 100px;
  height: 100px;
}

.cbse-campus-img3 {
  position: relative;
}

.cbse-campus-img3::before {
  top: -80px;
  left: 0px;
  right: auto;
  background-image: url('./img/Chairman-Message-section-Yellow-Splash.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 100px;
  height: 100px;
}

.cbse-campus-img4 {
  position: relative;
}

.cbse-campus-img4::after {
  top: -80px;
  right: 0px;
  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: 100px;
  height: 100px;
}

.our-cbse-campus-sec {
  position: relative;
  padding: 100px;
  z-index: 9;
}

.our-cbse-campus-img-div {
  position: relative;
  z-index: 2;
}

.our-cbse-campus-sec .bgMiddle {
  z-index: 0;
}

.our-cbse-campus-header {
  padding: 25px;
  position: relative;
  margin-bottom: 70px;
}

.our-cbse-campus-header h2 {
  text-transform: uppercase;
  font-family: "Helvetica-Neu-Bold", sans-serif; 
  letter-spacing: 4.5px;
  font-size: 60px;
  text-align: center;
}

.our-cbse-campus-row1 {
  padding: 20px 0px;
}

.our-cbse-campus-row1.our-cbse-campus-row2 {
  padding: 100px 0px;
  margin-bottom: 35px;
}

.cbse-campus-card1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.cbse-campus-card1::after {
  bottom: -40px;
  right: 150px;
  left: auto;
  background-image: url('./img/Thin-Arrow.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 100px;
  height: 100px;
}

.cbse-campus-card2 {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  text-align: center;
}

.cbse-campus-card3 {
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
}

.cbse-campus-card4 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.our-cbse-campus-col2 {
  margin-top: 70px;
}

.cbse-campus-card-1 {
  position: relative;
}

.cbse-campus-card-1 .cbse-campus-sec-image {
  width: 300px;
  margin-right: auto;
}

.cbse-campus-card-1 .event-name-div {
  bottom: 40%;
  right: -80%;
}

.cbse-campus-card-1 .event-name-div p {
  font-size: 18px;
}

.cbse-campus-card-2 {
  position: relative;
  margin-top: 30%;
  right: -120%;
}

.cbse-campus-card-2 .cbse-campus-sec-image {
  width: 300px;
  margin-left: auto;
}

.cbse-campus-card-2 .event-name-div {
  bottom: 60%;
  right: -75%;
  border: 2px solid #2CCCD3;
  border-width: 2px 3px 10px 10px;
}

.cbse-campus-card2 .event-name-div {
  border: 2px solid #2CCCD3;
  border-width: 2px 3px 10px 10px;
}

.cbse-campus-card3 .event-name-div {
  border: 2px solid #EF564A;
  border-width: 2px 3px 10px 10px;
}

.cbse-campus-card4 .event-name-div {
  border: 2px solid #A1B1B2;
  border-width: 2px 3px 10px 10px;
}

.cbse-campus-card-2 .event-name-div p {
  font-size: 18px;
}

.cbse-campus-card-3 {
  position: relative;
  left: -155%;
  margin-top: 130%;
}

.cbse-campus-card-3 .cbse-campus-sec-image {
  width: 380px;
  margin-right: auto;
}

.cbse-campus-card-3 .event-name-div {
  bottom: -15%;
  left: -45%;
  border: 2px solid #EF564A;
  border-width: 2px 3px 10px 10px;
}

.cbse-campus-card-3 .event-name-div p {
  font-size: 18px;
}

.cbse-campus-card-4 {
  position: relative;
  margin-top: 220%;
  right: 10%;
}

.cbse-campus-card-4 .cbse-campus-sec-image {
  width: 300px;
  margin-left: auto;
}

.cbse-campus-card-4 .event-name-div {
  bottom: 52%;
  right: 110%;
  border: 2px solid #A1B1B2;
  border-width: 2px 3px 10px 10px;
}

.cbse-campus-card-4 .event-name-div p {
  font-size: 18px;
}

.cbse-campus-card-1 .event-div-para {
  position: absolute;
  bottom: 60%;
  right: -45%;
}

.event-div-para p {
  font-size: 30px;
  font-family: "Helvetica-Neu-Bold", sans-serif; 
}

.cbse-campus-card-2 .event-div-para {
  position: absolute;
  bottom: 79%;
  right: -43%;
}

.cbse-campus-card-3 .event-div-para {
  position: absolute;
  bottom: 2%;
  left: -25%;
}

.cbse-campus-card-4 .event-div-para {
  position: absolute;
  bottom: 70%;
  left: -60%;
}

.our-cbse-campus-sec-sub-img.left-img {
  width: 100%;
  bottom: -4%;
  left: 0%;
  zoom: 0.982;
  position: absolute;
  z-index: 9;
}

.our-cbse-campus-sec-sub-img img {
  width: 100%;
}

.our-cbse-campus-header-row .star-group.stars-1 {
  top: -40px;
  bottom: auto;
  left: 40%;
  position: absolute;
}

.our-cbse-campus-header-row .star-group.stars-2 {
  top: -100px;
  bottom: auto;
  right: 15%;
  position: absolute;
}

.our-cbse-campus-header-row .star-group.stars-3 {
  top: -100px;
  bottom: auto;
  left: 15%;
  position: absolute;
}

.our-cbse-campus-img-div .star-group.stars-4 {
  top: auto;
  bottom: 5%;
  right: 8%;
  position: absolute;
}

.our-cbse-campus-img-div .star-group.stars-3 {
  top: auto;
  bottom: 75px;
  left: 10px;
  position: absolute;
}

.our-cbse-campus-img-div .star-group.stars-5 {
  top: auto;
  bottom: 50%;
  left: 15%;
  position: absolute;
}

.our-cbse-campus-img-div .star-group.stars-6 {
  top: auto;
  bottom: 60%;
  right: 10%;
  position: absolute;
}

.our-cbse-campus-img-div .star-group.stars-7 {
  top: 15%;
  bottom: auto;
  right: 10%;
  position: absolute;
}

.our-cbse-campus-img-div .star-group.stars-8 {
  top: 20%;
  bottom: auto;
  left: 10%;
  position: absolute;
}

.our-cbse-campus-img-div .star-group.stars-9 {
  top: 65%;
  bottom: auto;
  left: 12%;
  position: absolute;
}

.our-cbse-campus-img-div .star-group.stars-10 {
  top: 58%;
  bottom: auto;
  right: 12%;
  position: absolute;
}

.our-cbse-campus-img-div .star-group.stars-11 {
  top: 78%;
  bottom: auto;
  right: 30%;
  position: absolute;
}


/* CBSE Achievements page design start */
.cbse-achievements-swiper-sec {
  position: relative;
  padding: 100px 0px;
  background-color: #002776;
}
.cbse-achievements-swiper-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.achievements-swiper-slide-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cbse-achievements-head-div {
  position: relative;
  width: 60%;
  padding: 50px 100px 50px 100px;
}
.cbse-achievements-head-div h4 {
  position: relative;
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cbse-achievements-head-div h4::before {
  top: -60px;
  left: -60px;
  right: auto;
  background-image: url('./img/Chairman-Message-section-1-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;
}
.cbse-achievements-swiper-slide-content {
  margin-left: -100px;
  background-color: #fff;
  color: #000;
  padding: 50px 70px;
}
.cbse-achievements-swiper-slide {
  padding: 0px 100px;
}
.cbse-achievements-swiper .swiper-wrapper {
  padding-bottom: 80px;
}
.cbse-achievements-swiper .swiper-button-next, .cbse-achievements-swiper .swiper-button-prev { 
  top: 50%;
  width: 60px;
  height: 60px;
  background-color: #002776;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cbse-achievements-swiper .swiper-button-prev, .cbse-achievements-swiper .swiper-rtl .swiper-button-next{
  left: 0px;
  right: auto;
}
.cbse-achievements-swiper .swiper-button-next, .cbse-achievements-swiper .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}
.cbse-achievements-swiper .swiper-button-next:after, .cbse-achievements-swiper .swiper-rtl .swiper-button-prev:after {
  background-image: url('./img/swiper-next-icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 6px;
  content: "";
  position: absolute;
  top: 0px;
}
.cbse-achievements-swiper .swiper-button-prev:after, .cbse-achievements-swiper .swiper-rtl .swiper-button-next:after {
  background-image: url('./img/swiper-prev-icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: -7px;
  content: "";
  position: absolute;
  top: -2px;
}
.channel-icon i {
  font-size: 30px;
  margin-bottom: 20px;
}
.channel-title h5 {
  font-size: 30px; 
  margin-bottom: 20px;
}
.channel-description p{
  margin-bottom: 50px;
}
.channel-date p {
  text-transform: uppercase;
  font-size: 13px;
}
.cbse-achievements-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.cbse-achievements-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.cbse-achievements-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.cbse-achievements-swiper .swiper-pagination-bullet-active { 
  background: #fff;
}
.cbse-achievements-swiper-container {
  position: relative;
}
.cbse-achievements-swiper-container .star-group.stars-1 {
  top: 0;
  bottom: auto;
  left: 100px;
  position: absolute;
}
.cbse-achievements-swiper-container .star-group.stars-2 {
  top: 0;
  bottom: auto;
  right: 100px;
  position: absolute;
}
.cbse-achievements-swiper-container .star-group.stars-3 {
  top: auto;
  bottom: 300px;
  left: 100px;
  position: absolute;
}
.cbse-achievements-swiper-container .star-group.stars-4 {
  top: auto;
  bottom: 100px;
  left: 200px;
  position: absolute;
}
.cbse-achievements-swiper-container .star-group.stars-5 {
  top: auto;
  bottom: 100px;
  right: 200px;
  position: absolute;
}
.cbse-achievements-swiper-container .star-group.stars-6 {
  top: auto;
  bottom: 390px;
  right: 50px;
  position: absolute;
}
.achievements-head-div::after {
  top: -25px;
  right: -100px;
  left: auto;
  background-image: url('./img/Shooting-Star.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 200px;
  height: 200px;
}
/* Achievements page design end */

/* Contact Page Style */
.cbse-contact-form-sec {
  position: relative;
  background: rgba(10, 36, 65, .03); 
  padding: 100px 0px;
}
.cbse-contact-form-sec .row {
    display: flex;
    align-items: center;
}
.cbse-contact-form-div {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 40px;
  width: 100%;
}

.cbse-contact-form-div h2 {
  margin: 0 0 20px;
  color: #0a2441;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
}

.cbse-contact-fomr-div p {
  margin: 0 0 20px;
  color: #0a2441;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.cbse-contact-functionality-wrapper {
  background: #fff;
  margin: 40px 0;
  padding: 40px;
  position: relative;
  z-index: 2;
}

.cbse-contact-functionality-wrapper .adm-form-one .cbse-contact-func-title {
  color: #0a2441;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
}

.cbse-contact-functionality-wrapper .adm-form-one .cbse-contact-func-details {
  color: #464646;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
} 

.cbse-contact-fomr-div-img {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.cbse-contact-form-div-img img {
  background-position:center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.adm-submit {
  background: #002776;
  border: 2px solid #002776;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  letter-spacing: 1px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: auto;
  padding: 0px 15px;
  border-radius: 50px;
}

.adm-form-one .form-dropdown {
  width: 100%;
  padding: 8px;
  border: 1px solid #ced4da;
  resize: vertical;
  color: #000;
  background-color: #ffffff;
  text-align: left;
      font-size: 14px;
      color: #495057;
}
.form-dropdown, .form-control { 
       font-size: 14px;
      color: #495057;
}
.adm-form-one .form-dropdown.btn-primary:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #e8e8e8;
}

.adm-form-one .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.adm-form-one .show>.btn-primary.dropdown-toggle {
  color: #000;
  background-color: #ffffff;
  border-color: #e8e8e8;
}

.adm-form-one .btn-primary.focus,
.btn-primary:focus {
  color: #000;
  background-color: #ffffff;
  border-color: #e8e8e8;
  box-shadow: none;
}

.adm-form-one .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.adm-form-one .dropdown-menu.show {
  display: block;
  width: 90%;
}

/* CBSE Curriculum Section Style */
.cbse-home-curriculum-sec{
  position: relative;
  padding: 5rem 4.5rem 8rem;
}
.cbse-home-curriculum-sec::after {
  bottom: 5%;
  right: 10%;
  left: auto;
  background-image: url('./img/Chairman-Message-section-Blue-Left.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: 180deg;
}
.cbse-home-curriculum-head-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cbse-home-curriculum-head {
  position: relative;
}

.cbse-home-curriculum-head h2 {
  font-size: 75px;
  color: #002776;
  margin: 0 auto;
  display: inline-block;
}
.cbse-home-curriculum-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: 25%;
  height: 100px;
  z-index: -1;
  text-align: center;
  margin: 0 auto;
}
.cbse-home-curriculum-head h2::before{
  top: -60px;
  left: 20%;
  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: 100px;
  height: 100px;
}
.cbse-curr-elem-img1{ 
  position: absolute;
  top: 100px;
  right: 100px;
  width: 200px;
  animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundarrow;
}

@keyframes animateddogbackgroundarrow {
	from {
    top: 200px;
      right: 100px;
	}
	to {
    top: 100px;
      right: 200px;
	}
}
.cbse-curr-elem-img2{ 
  position: absolute;
  bottom: 0px;
  left:20%; 
}
.cbse-home-curriculum-divs{
  padding: 7rem 2rem 0rem;
  position: relative;
}
.cbse-home-curriculum-left-div{
  position: relative;
}
.cbse-home-curriculum-left-div h2{
  position: relative;
  font-size: 75px;
  color: #002776;    
  width: 75%; 
}
.cbse-home-curriculum-left-div h2::before {
  top: -60px;
  left: -60px;
  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;
  rotate: 290deg;
}
.cbse-home-curriculum-left-div span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #002776;
}
.cbse-home-curriculum-left-div p {
  line-height: 1.6;
}

.cbse-home-curriculum-left-div a {  
    border: 2px solid #002776;
    border-width: 2px 3px 10px 10px;
}

.curriculum-swiper {
  width: 55%; 
  margin: 0 auto;
}

.curriculum-swiper .swiper-pagination-bullet,
.curriculum-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.curriculum-swiper .swiper-pagination {
  bottom: 1.25rem !important;
}

.curriculum-swiper .swiper-slide {
  width: 400px;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.curriculum-swiper .swiper-slide h2 {
  color: #fff;  
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4; 
  text-transform: uppercase;
}

.curriculum-swiper .swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.curriculum-swiper .swiper-slide a:hover {
  color: #005baa;
}

.curriculum-swiper .swiper-slide div {
  display: none;
  opacity: 0;
  padding: 3rem 4rem;
  text-align: center;  
  margin: 0 auto;
}

.curriculum-swiper .swiper-slide-active div {
  display: block;
  opacity: 1;
}

.curriculum-swiper .swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("./img/cbse/sensory-play.jpg")
      no-repeat 50% 50% / cover;
}

.curriculum-swiper .swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("./img/cbse/primary.jpg")
      no-repeat 50% 50% / cover;
}

.curriculum-swiper .swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("./img/cbse/middle-school.jpg")
      no-repeat 50% 50% / cover;
}

.curriculum-swiper .swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("./img/cbse/secondary-school.jpg")
      no-repeat 50% 50% / cover;
}

.curriculum-swiper .swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("./img/cbse/higher-secondary.jpg")
      no-repeat 50% 50% / cover;
}
.curriculum-swiper .swiper-slide--six {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("./img/cbse/pre-primary-img.jpg")
      no-repeat 50% 50% / cover;
}

.curriculum-swiper .swiper-3d .swiper-slide-shadow-left,
.curriculum-swiper .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

/* CBSE Facilities Section Style */
.cbse-home-facilities-sec {
  background: #002776;
  padding: 90px 0px 60px 0px;
  position: relative;
}
.cbse-home-facilities-sec .waveWrapperInnerPurple1{
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.cbse-facilities-swiper {
  margin: 50px 0px;
}
.cbse-home-facilities-head {
  position: relative;
  color: #fff;
}
.cbse-home-facilities-head::after{
  top: 5px;
  right: 175px;
  left: auto;
  background-image: url('./img/cbse/cbse-campus-element2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 70px;
  height: 70px;
    animation: animName 10s linear infinite;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.cbse-home-facilities-head::before{
  top: 75px;
    left: 175px;

  right: auto;
  background-image: url('./img/cbse/cbse-campus-element1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 70px;
  height: 70px;
}
.cbse-campus-element-img1 {
  position: absolute;
    bottom: 0;
    left: 25%;
    z-index: 1;
animation: 2s ease-in-out 0s infinite alternate none running animateddogbackground1;
}

 
.cbse-campus-element-img1 img{
width: 65%;

}

@keyframes animateddogbackground1 {
from {
    bottom: 0%;
    left:0%;
}
to {
    bottom: 15%;
    left: 10%;
}
}
.cbse-home-facilities-head h2 {
  font-size: 75px;
  color: #fff;  
  display: inline-block;
  position: relative;
}
.cbse-home-facilities-head h2::after {
  top: -45px;
    right: -75px;
    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;
}
.cbse-home-facilities-head p {
    font-size:18px;
    width:50%;
    margin:0 auto;
}
.cbse-home-facilities-head h3{
  position: relative;
  top: 0;
  left: 50%;
  font-size: 82px;
  font-size: 5.125rem;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.cbse-home-facilities-head h3::before{
  background-image: url('./img/cbse/yellow-highlight.svg');
    content: "";
    height: 50%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100% + 20px);
    position: absolute;
    top: 25%;
    left: -10px;
}

.cbse-facilitiesSlider {
  position: relative;
}

.cbse-facilitiesImage .swiper-slide {
  margin: 0 0px;
}

.cbse-facilitiesImage .swiper-button-prev {
  right: auto;
  left: 14%;
  top: 62%;
  -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cbse-facilities-swiper .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.cbse-facilitiesImage .swiper-button-next {
  right: 14%;
  left: auto;
  top: 62%;
}

.cbse-facilitiesImage .swiper-button-next,
.cbse-facilitiesImage .swiper-button-prev {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 69.22px;
  width: 74.59px;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: blobMove 8s cubic-bezier(.46, .03, .52, .96) infinite alternate;
}
.cbse-facilitiesImage .swiper-button-next img,
.cbse-facilitiesImage .swiper-button-prev img{
  width: 20px;
 }
.cbse-facilitiesImage .swiper-button-next:after {
  background-image: url(./img/cbse/chevron-down.svg);
  background-size: cover;
  background-repeat: no-repeat;  
  width: 100%;
  height: 100%;
  left: 6px;
  content: "";
  position: absolute;
  top: 0px;
  display: none;
}

.cbse-facilitiesImage .swiper-button-prev:after {
  background-image: url(./img/cbse/chevron-down.svg);
  background-size: cover;
  background-repeat: no-repeat;  
  width: 100%;
  height: 100%;
  left: -7px;
  content: "";
  position: absolute;
  top: -2px;
  display: none;
}
.cbse-facilitiesSlider-slide-content{
  position: relative;
  padding: 3rem 1rem 0rem; 
  color: #fff;
}
.cbse-facilitiesSlider-slide-content h4{
  font-size: 25px;
  -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding-top: 10px;
}
.cbse-facilitiesSlider-slide-content p, .cbse-facilitiesSlider-slide-content .read-more-button{ 
  -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}
.swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content h4{
    font-size: 45px;
    padding-bottom: 20px;
    padding-top: 0px;
    text-transform: uppercase;
}
.swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content p{
  padding: 0px 20px;
  opacity: 1;
}
.swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content .read-more-button{
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border: 2px solid #0e9ed9;
  border-width: 2px 3px 10px 10px;
}
.swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content a:hover{
  color: none;
  text-decoration: none;
}

.cbse-facilitiesSlider-img {
  position: relative;
  aspect-ratio: 510 / 370;
}

.cbse-facilitiesSlider-img::before {
  position: absolute;
  height: 50%;
  width: 100%;
  opacity: .7;
  bottom: 0;
  z-index: 1;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}


.cbse-facilitiesSlider-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;

}

@keyframes blobMove {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
  }

  25% {
    border-radius: 40% 65%
  }

  50% {
    border-radius: 54% 40% 45% 55%/66% 50% 58% 44%
  }

  75% {
    border-radius: 52% 48% 48% 50%/68% 46% 54% 42%
  }

  to {
    border-radius: 44% 56% 30% 40%/49% 55% 45% 51%
  }
}

/* CBSE Campuses section Style */
.cbse-campus-sec {
  overflow: hidden;
  padding: 120px 100px;
  position: relative;
}


.cbse-campus-div {
  position: relative;
  display: inline-block;
  margin-left: 8%;
  width: 80%;
}

.cbse-campus-content-img {
  margin-bottom: 70px;
  border-radius: 10px;
  overflow: hidden;
  --tw-aspect-h: 390;
  position: relative;
  width: 100%;
}

.cbse-campus-content-div p {
  margin-bottom: 5%;
  font-size: 26px;
}

.cbse-campus-div-right-head{
  max-width: 730px;
  margin-top: -10px;
  display: block;
  z-index: 20;
  right: 0%;
  position: relative;
}

.cbse-campus-div-right-head h2{
  font-size: 80px;
  text-align: right;
}

.cbse-campus-content-img-right{ 
  overflow: hidden;
  --tw-aspect-w: 440;
  position: relative;
  width: 100%;  
  margin-top: 12%;
}
.cbse-campus-content-img-right img{
  border-radius: 10px;
  -o-object-fit: cover;
    object-fit: cover;
}

/* CBSE Achivements Section Style */
.cbse-achivements-sec {
  position: relative;
  overflow: hidden;
  padding: 100px 125px;
  background: #0e9ed9;
}
.cbse-home-achievements-head {
  flex-direction: row;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
}
.cbse-home-achievements-head h2 {
  font-size: 75px; 
  color: #fff;
  position: relative;
  display: inline-block;
}
.cbse-home-achievements-head h2::after{
  top: -100px;
  right: -175px;
  left: auto;
  background-image: url('./img/cbse/cbse-ache-elem1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 170px;
  height: 170px;
}
.cbse-moon{
  position: absolute;
  right:-90px;
  left: auto;
  top: 10px;
  width: 300px;
}
.cbse-moon img{
  width: auto; 
  animation: animNameone 10s linear infinite;
}
@keyframes animNameone {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }
 .cbse-bottom-img {
  position: absolute;
  bottom: 0;
  right: 100px;
  animation: MoveUpDown 25s linear infinite;
 }
 @keyframes MoveUpDown {
  0%, 100% {
    bottom: 0%;
  }
  50% {
    bottom: 100%;
  }
}
.cbse-home-achievements-head-btn{
  margin-right: 0;
}
.cbse-home-achievements-head-btn .read-more-button{
  border: 2px solid #002776;
  border-width: 2px 3px 10px 10px;
}
.cbse-achievements-wrapper{
  position: relative;
  margin: 0 auto;
  padding: 50px 120px 50px 50px;
}
.cbse-achievement-list-item{
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.cbse-achievement-list-item h3 {
  display: inline-block;
  max-width: 50%;
  font-size: 2.375rem;
  color: #fff;
}
.meta-category{
  display: block;
  font-size: 0.75rem;
  line-height: 2.1666666667;
  text-transform: uppercase;
  letter-spacing: 1.33px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}
.meta-date{
  float: right;
  font-size: 1rem;
  text-align: right;
  font-weight: 300;
  color: #fff;
}
.cbse-achievement-list-item-image{
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 45%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cbse-achievement-list-item-image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.cbse-achievements-list-item-image-active{
  visibility: inherit;
  opacity: 1;
}

/* CBSE Contact Section Style */
.cbse-contact-sec{
  position: relative;
  background: url('./img/cbse/cbse-contact-bg-img.jpeg') 50% no-repeat; 
  background-size: cover;
  overflow: hidden;
  height: 70vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  background-attachment: fixed;
}
.cbse-contact-div{
  overflow: hidden;
  position: relative;
  padding: 0;
}
.cbse-contact-div-left{
  position: relative;
  display: block;
  padding: 100px 45px 100px 200px;
  margin: 0 auto;
  color: #fff;
  z-index: 3;
}
.cbse-contact-div-left h2{
  font-size: 75px;
  margin-bottom: 15px !important;
}
.cbse-contact-div-left p{
  margin-bottom: 30px !important;
  padding-right: 70px;
  color: #FFFFFF !important;
}
.overlay--left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0%;
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

/* CBSE Home About Section Style */
.cbse-home-about-sec {
    position: relative;
    padding: 120px 50px 200px 50px;
}
.cbse-left-img {
        display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: 400px;
    margin: 0 auto;
}
.cbse-left-img img {
    border-radius:30px;
}
.cbse-home-about-sec-div{
  position: relative;     
  padding: 50px;  
}
.cbse-home-about-sec-div h2{
  font-size: 75px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
.cbse-home-about-sec-div h2::after {
  top: -50px;
  right: 60px;
  left: auto;
  background-image: url('./img/Chairman-Message-section-Red-SplashRight.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 70px;
  height: 70px;
}
.yellow-border-top {
  position: relative;
}
.yellow-border-top::after {
  top: -50px;
  right: -100px;
  left: auto;
  background-image: url('./img/cbse/yellow-border-top.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.yellow-border-bottom {
  position: relative;
}
.yellow-border-bottom::after {
  bottom: -50px;
  right: -130px;
  left: auto;
  background-image: url('./img/cbse/yellow-border-bottom.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cbse-home-about-img1 {
  position: absolute;
  bottom: 50px;
  left:100px;
}

.cbse-home-about-img2 {
  position: absolute;
  bottom: 50px;
  left: 25%;
  animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundone;
}
@keyframes animateddogbackgroundone {
	from {
    bottom: 100px;
	    left:22%;
	}
	to {
    bottom: 100px;
    left:32%;
	}
}
.cbse-home-about-img3 {
  position: absolute;
  bottom: 50px;
  left: 35%;
  animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundtwo;
}
@keyframes animateddogbackgroundtwo {
	from {
    bottom: 0px; 
	}
	to {
    bottom: 50px;
	}
}
.cbse-home-about-img4 {
  position: absolute;
  bottom: 50px;
  right: 230px;
  animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundtwo;
}
.cbse-home-about-img5 {
  position: absolute;
  bottom: 200px;
  right: 150px;
  animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundthree;
}
@keyframes animateddogbackgroundthree {
	from {
    bottom: 10%; 
    right: 150px;
	}
	to {
    bottom: 40%;
    right: 50px;
	}
}
.cbse-home-about-img6 {
  position: absolute;
    bottom: 50px;
    right: 0;
    animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundtwo;
}
.cbse-home-about-img7 {
  position: absolute;
    bottom: 45%;
    right: 0;
}
.cbse-home-about-sec-div .read-more-button{
  padding: 10px 35px;
  border: 2px solid #FED31D;  
  position: relative; 
  border-width: 2px 3px 10px 10px;
  top: 20px;
}
.cbse-home-about-sec-div p{
  font-size: 18px;
}
.cbse-home-about-sec-div-img{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 50%;
  gap: 32px;
  margin-top: 0;
}
.cbse-home-about-sec-div-img div:nth-child(1){
  padding-left: 32px;
  grid-column: span 2 / span 2; 
  grid-column-start: 2;   
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}
.cbse-home-about-sec-div-img div:nth-child(2){
  padding-top: 40px;
  padding-right: 32px;
  grid-row: span 2 / span 2;
  grid-column: span 3 / span 3;   
  grid-column-start: 4;  
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}
.cbse-home-about-sec-div-img div:nth-child(3){
  padding-bottom: 96px;
  padding-left: 40px;
  grid-row: span 2 / span 2;
  grid-column: span 3 / span 3; 
  grid-column-start: 1;   
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

/* CBSE Home Events Section Style */
.cbse-home-event-sec{
  position: relative;
  padding: 100px 0px;
}
.cbse-home-event-sec .container-fluid{
  padding: 0;
}
.cbse-event-elem-img1 {
  position: absolute;
  top:100px;
  left: 200px;
   animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundevent1;
}
@keyframes animateddogbackgroundevent1 {
	from {
    top: 200px;
      left: 100px;
	}
	to {
    top: 100px;
      left: 200px;
	}
}
.cbse-event-elem-img2 {
  position: absolute;
  top:300px;
  left: 500px;
   animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundevent2;
}
@keyframes animateddogbackgroundevent2 {
	from {
    top: 250px;
      left: 500px;
	}
	to {
    top: 300px;
      left: 600px;
	}
}
.cbse-event-elem-img3 {
  position: absolute;
  top:100px;
  right: 100px;
     animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundevent3;
}
@keyframes animateddogbackgroundevent3 {
	from {
    top: 100px;
     right: 200px;
	}
	to {
    top: 200px;
      right: 100px;
	}
}
.cbse-event-elem-img4 {
  position: absolute;
  bottom:70px;
  left: 200px;
     animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundevent4;
}
@keyframes animateddogbackgroundevent4 {
	from {
     bottom:70px;
    left: 200px;
	}
	to {
    bottom: 150px;
     left: 300px;
	}
}
.cbse-event-elem-img5 {
  position: absolute;
  bottom:100px;
  left: 700px;
   animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundevent5;
}
@keyframes animateddogbackgroundevent5 {
	from {
    bottom: 30px;
     left: 700px;
	}
	to {
    bottom: 100px;
      left: 800px;
	}
}
.cbse-event-elem-img6 {
  position: absolute;
  bottom:100px;
  right: 300px;
    animation: 2s ease-in-out 0s infinite alternate none running animateddogbackgroundevent6;
}
@keyframes animateddogbackgroundevent6 {
	from {
    bottom: 50px;
     right: 100px;
	}
	to {
    bottom: 100px;
      right: 200px;
	}
}
.cbse-home-event-head {
  position: relative;
}
.cbse-home-event-head::before {
  top: -60px;
  left: 20%;
  right: auto;
  background-image: url('./img/Chairman-Message-section-Yellow-Splash.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 70px;
  height: 70px;
}
.cbse-home-event-head::after {
  bottom: 5%;
  right: 10%;
  left: auto;
  background-image: url('./img/Chairman-Message-section-Blue-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: 180deg;
}
.cbse-home-event-head h2{
  font-size: 75px;
  text-transform: uppercase;
  text-align: center;
}
.cbse-home-event-head p{
  font-size:18px;
  width:40%;
  margin:0 auto;
  text-align:center;
}
.cbse-home-event-head .read-more-button{
    margin: 20px auto;
    position: relative;
    padding: 10px 35px;
    border: 2px solid #0e9ed9;
    border-width: 2px 3px 10px 10px;
    text-align: center;
    display:flex;
}
.cbse-home-event-swiper{
  position: relative;
  padding: 60px 0px 120px;
}
.cbse-home-event-swiper .swiper-wrapper {
  cursor: url('./img/drag-icon.svg'),auto!important;
  transition: all .4s ease-in-out;
}
.cbse-home-event-swiper-img{
  display: block;
  overflow: hidden;
  padding-top: 130%;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 1;
}
.cbse-home-event-swiper-img:before {
  background: -moz-linear-gradient(top,transparent 0,#000 100%);
  background: -webkit-linear-gradient(top,transparent,#000);
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
  background: -o-linear-gradient(top,transparent 0,#000 100%);
  background: linear-gradient(180deg,transparent 0,#000);
  content: "";
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);
  height: 100%;
  left: 0;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.cbse-home-event-swiper-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-transition: -webkit-transform .3s ease;  
  -o-transition: -o-transform .3s ease;
  -moz-transition: transform .3s ease,-moz-transform .3s ease;  
  transition: transform .3s ease,-webkit-transform .3s ease,-moz-transform .3s ease,-o-transform .3s ease;
  width: 100%;
  z-index: 1;
}

.cbse-home-event-swiper .swiper-button-next,
.cbse-home-event-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #002776;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 90%;
  position: absolute;  
}

.cbse-home-event-swiper .swiper-button-prev:after {
  background-image: url('./img/swiper-prev-icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: -7px;
  content: "";
  position: absolute;
  top: -2px;
}

.cbse-home-event-swiper .swiper-button-next:after {
  background-image: url('./img/swiper-next-icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 6px;
  content: "";
  position: absolute;
  top: 0px;
}

#cbse-curriculum .card .card-header .btn-header-link.btn-center {
  text-align: center;
}
#cbse-curriculum .card-body .contact-card-content{
  position: relative;
  padding: 30px 30px;
}
#cbse-curriculum .card-body .contact-card-content-map{
  position: relative;
  padding: 30px 30px
}
.cbse-achivements-sec .star-group.stars-1{
  top: 9%;
  bottom: auto;
  left: 6%;
  position: absolute;
}
.cbse-achivements-sec .star-group.stars-2{
  top: 5%;
  bottom: auto;
  right: 9%;
  position: absolute;
}
.cbse-achivements-sec .star-group.stars-3{
  top: 33%;
  bottom: auto;
  left: 50%;
  position: absolute;  
}
.cbse-achivements-sec .star-group.stars-4{
  top: auto;
  bottom: 25%;
  left: 14%;
  position: absolute;  
}
.cbse-achivements-sec .star-group.stars-5{
  top: auto;
  bottom: 30%;
  right: 50%;
  position: absolute;  
}
.cbse-achivements-sec .star-group.stars-6{
  top: auto;
  bottom: 15%;
  right: 15%;
  position: absolute;
}
.cbse-achivements-sec .star-group.stars-7{
  top: 20%;
  bottom: auto;
  left: 35%;
  position: absolute;  
}
.cbse-achivements-sec .star-group.stars-8{
  top: 5%;
  bottom: auto;
  right: 40%;
  position: absolute;  
}
.cbse-achivements-sec .star-group.stars-9{
  top: auto;
  bottom: 61%;
  left: 21%;
  position: absolute;  
}
.cbse-achivements-sec .star-group.stars-10{
  top: auto;
  bottom: 10%;
  left: 10%;
  position: absolute;
}
.cbse-achivements-sec .star-group.stars-11{
  top: auto;
  bottom: 40%;
  left: 35%;
  position: absolute;  
}
.cbse-achivements-sec .star-group.stars-12{
  top: auto;
  bottom: 60%;
  right: 5%;
  position: absolute;  
}

/* CBSE New animation elements  */
.cbse-facilities-sec .new-matric-section-about-4 {
  position: absolute;
  right: 12%;
  top: 5%;
  z-index: 1;
  left: inherit;
}
.cbse-facilities-sec .new-matric-section-about-4 img {
  width: 30%;
  rotate: 90deg;
}
.cbse-facilities-sec .new-matric-section-about-5 {
  position: absolute;
  right: inherit;
  top: 5%;
  z-index: 1;
  left: 25%;
}
.cbse-facilities-sec .new-matric-section-about-5 img {
  width: 30%;
  rotate: 90deg;
}
.cbse-facilities-sec .velammal-academy-centres-sec-4 {
  position: absolute;
  left: 8%;
  top: -3%;
}
.cbse-facilities-sec .velammal-academy-centres-sec-4 img {
  width: 50%;
  animation: animNameone 10s linear infinite;
}
.cbse-facilities-sec .velammal-academy-centres-sec-5 {
  position: absolute;
  right: 0%;
  top: 10%;
}
.cbse-facilities-sec .velammal-academy-centres-sec-5 img {
  width: 55%;
  animation: animNameone 10s linear infinite;
}
.cbse-curriculum-sec .velammal-academy-centres-sec-1 {
  position: absolute;
  left: 30%;
  bottom: 5%;
}

.cbse-achievements-swiper-sec .velammal-academy-contact-sec-1 {
  position: absolute;
  right: 10%;
  top: 10%;
  left: inherit;
}
.cbse-achievements-swiper-sec .velammal-academy-contact-sec-1 img {
  width: 65%;
  animation: animNameone 10s linear infinite;
}
.cbse-achievements-swiper-sec .velammal-academy-contact-sec-2 {
  position: absolute;
    right: 15%;
    bottom: 10%;
    left: inherit;
    width: 5%;
}
.cbse-achievements-swiper-sec .velammal-academy-contact-sec-2 img {
  width: 100%;
}
.cbse-achievements-swiper-sec .velammal-academy-contact-sec-3 {
  position: absolute;
  right: 15%;
  top: 20%;
  left: inherit;
}
.cbse-achievements-swiper-sec .velammal-academy-contact-sec-3 img {
  width: 25%;
}
.cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-9 {
  position: absolute;
  left: 47%;
  top: 5%;
}
.cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-9 img {
  width: 80%;
  -webkit-animation: action 2s infinite alternate;
  animation: action 2s infinite alternate;
}
.cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-2 {
  position: absolute;
  left: 30%;
  top: inherit;
  bottom: 5%;
  z-index: 1;
}
.cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-2 img {
  width: 30%;
}
.cbse-facilities-sec.events-page-sec .velammal-academy-home-about-8 {
  position: absolute;
  right: 15%;
  bottom: inherit;
  top: 5%;
  z-index: 1;
  rotate: inherit;
}
.cbse-facilities-sec.events-page-sec .velammal-academy-home-about-8 img {
  width: 30%;
  rotate: 100deg;
}

@media only screen and (max-width: 319.5px) {
    .cbse-elem-cam12,  .cbse-elem-cam9,  .cbse-elem-cam10,  .cbse-elem-cam11 {
        display:none;
    }
      .cbse-campus-card4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
}
.cbse-campus-card3 {
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: center;
    flex-direction: column-reverse;
}
  /* CBSE home Page Responsiveness */
  .cbse-home-about-sec {   
    padding: 35px 5px 145px 5px;
  }
  .cbse-home-about-sec-div {   
    padding: 0px 0px 20px;
  } 
  .cbse-home-about-sec-div h2 {
    font-size: 35px;
    text-align: center;
    padding-bottom: 0px;
  }
  .cbse-home-about-sec-div h2::after {   
    right: 10px;    
    width: 50px;
    height: 50px;
    top: -35px;
  }
  .cbse-home-about-sec-div p {
    font-size: 15px;
  }
  .cbse-left-img {    
    width: auto;
    height: auto;
  }
  .cbse-home-about-img7 {
    display: none;
  }
  .cbse-home-about-img5{
    display: none;
  }
  .cbse-home-about-img1 img{
    width: 50%;
  }
  .cbse-home-about-img2 img{
    width: 50%;
  }
  .cbse-home-about-img3 img{
    width: 50%;
  }
  .cbse-home-about-img4{
   display: none;
  }
  .cbse-home-about-img6{
   display: none;
  }
  .cbse-home-about-img1 {   
    bottom: 8%;
    left: 5%;
  }
  .cbse-home-about-img3 {    
    bottom: 10%;
    right: -10%;
    left: auto;
  }
  .cbse-home-about-img2 {   
    bottom: 11% !important;
  }
  .cbse-home-facilities-sec { 
    padding: 35px 0px 30px 0px;   
  }
  .cbse-home-facilities-head h2 {
    font-size: 35px;
  }
  .cbse-home-facilities-head p {
    font-size: 15px;
    width: 95%;
  }
  .cbse-facilities-swiper {
    margin: 30px 0px;
  }
  .cbse-facilitiesSlider-slide-content {    
    padding: 0rem 1rem 0rem;
  }
  .swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content h4 {
    font-size: 20px;
  }
  .swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content .read-more-button {   
    font-size: 15px;
    width: 165px;
  }
  .cbse-facilitiesImage .swiper-button-prev {
    right: auto;
    left: 0%;
    top: 35%;
  }
  .cbse-facilitiesImage .swiper-button-next {
    right: 0%;
    left: auto;
    top: 35%;
  }
  .cbse-facilitiesImage .swiper-button-next, .cbse-facilitiesImage .swiper-button-prev {    
    height: 60.22px;
    width: 60.59px;
  }
  
  .cbse-campus-element-img1 img {
    width: 35%;
  }
  .cbse-home-facilities-head::after {
    top: -5%;
    right: auto;
    left: 5%;    
    width: 50px;
    height: 50px;    
  }
  .cbse-home-facilities-head::before {    
    width: 50px;
    height: 50px;
  }
  .cbse-home-facilities-head h2::after {
    top: -20px;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-curriculum-sec {    
    padding: 1rem 0.5rem 6rem;
  }
  .cbse-home-curriculum-head h2 {
    font-size: 35px;
  }
  .cbse-home-curriculum-head h2::before {
   display: none;
  }
  .cbse-home-curriculum-head h2::after {
    display: none;
  }
  .cbse-home-curriculum-divs {
    padding: 1rem 0rem 0rem;
  }
  .cbse-home-curriculum-left-div h2 {
    font-size: 35px;    
    width: 100%;
    text-align: center;
  }
  .cbse-home-curriculum-left-div h2::before {
    top: 0%;
    left: 10%;    
    width: 50px;
    height: 50px;   
  }
  .cbse-home-curriculum-left-div p {   
    font-size: 15px;
  }
  .cbse-home-curriculum-left-div a {   
    position: relative;
    padding: 10px 20px;
    margin: 0 auto 20px;
    display: flex;
    text-align: center;
    width: 150px;
    font-size: 15px;
  }
  .curriculum-swiper {
    width: 100%;
  }
  .curriculum-swiper .swiper-slide h2 {    
    font-size: 20px;
  }
  .cbse-curr-elem-img1 img{
    width: 50%;
  }
  .cbse-curr-elem-img2 img{
    width: 50%;
  }
  .cbse-home-curriculum-sec::after {    
    width: 50px;
    height: 50px;
  }
  .cbse-achivements-sec {   
    padding: 30px 20px;
  }
  .cbse-home-achievements-head h2 {
    font-size: 35px;
    padding-bottom: 5px;
  }
  .cbse-home-achievements-head {
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 0 auto 25px;
  }
  .cbse-home-achievements-head-btn .read-more-button {  
    position: relative;
    padding: 10px 25px;
    font-size: 15px;
  }
  .cbse-achievements-wrapper {    
    padding: 30px 0px 20px 0px;
  }
  .cbse-achievement-list-item h3 {   
    max-width: 100%;
    font-size: 20px;   
  }
  .meta-date {    
    font-size: 12px;
    float: left;
    padding-bottom: 10px;
  }
  .meta-category {    
    font-size: 12px;
    line-height: 0px;
  }
  .cbse-achievement-list-item-image {
    position: relative;
    right: 0%;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .cbse-moon {    
    right: -45%;
    left: auto;
    top: 3%;
  }
  .cbse-moon img {
    width: 50%;
  }
  .cbse-bottom-img img{
    width: 50%;
  }
  .cbse-home-achievements-head h2::after {
    top: -35%;
    right: -25%;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-event-sec {    
    padding: 20px 0px 0px;
  }
  .cbse-home-event-head h2 {
    font-size: 35px;
  }
  .cbse-home-event-head::before {
    top: -5%;
    left: 5%;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-event-head p {
    font-size: 15px;
    width: 90%;
  }
  .cbse-home-event-head::after {
    bottom: 20%;
    right: 5%;    
    width: 50px;
    height: 50px;    
  }
  .cbse-event-elem-img1 img{
    width: 70%;
  }
  .cbse-event-elem-img2 {
    display: none;
  }
  .cbse-event-elem-img3 img{
    width: 70%;
  }
  .cbse-home-event-swiper-img {   
    width: 90%;   
    margin: 0 auto;
  }
  .cbse-home-event-swiper {   
    padding: 30px 0px 120px;
  }
  .cbse-contact-div-left {   
    padding: 25px 20px 75px 20px;
  }
  .cbse-contact-div-left h2 {
    font-size: 35px;
  }
  .cbse-contact-div-left p {
    margin-bottom: 20px !important;
    padding-right: 0px;
    font-size: 15px;
  }
  .cbse-contact-div-left .read-more-button{  
    padding: 10px 20px;  
    position: relative;  
    font-size: 15px;
  }
  .cbse-contact-sec {    
    height: 50vh;   
    padding-bottom: 0px;  
  }

  /* CBSE Campuses page responsiveness */
  .our-cbse-campus-sec {    
    padding: 30px 20px;
  }
  .our-cbse-campus-header h2 {   
    letter-spacing: 0px;
    font-size: 30px;
  }
  .our-cbse-campus-header {
    padding: 10px;    
    margin-bottom: 5px;
  }
  .cbse-campus-img1 img, .cbse-campus-img2 img, .cbse-campus-img3 img, .cbse-campus-img4 img {    
    width: 80%;
    margin: 0 auto 15px;
  }
  .cbse-campus-img1::after {
    top: -20px;
    width: 50px;
    height: 50px;
  }
  .cbse-campus-img2::before {
    top: -10px;
    width: 50px;
    height: 50px;
  }
  .our-cbse-campus-col2 {
    margin-top: 20px;
  }
  .our-cbse-campus-row1.our-cbse-campus-row2 {
    padding: 15px 0px;
    margin-bottom: 15px;
  }
  .cbse-campus-img3 {   
    padding-top: 20px;
  }
  .cbse-campus-img3::before {
    top: 5px;
    width: 50px;
    height: 50px;
  }
  .cbse-campus-img4 {   
    padding-top: 20px;
  }
  .cbse-campus-img4::after {
    top: 5px;    
    width: 50px;
    height: 50px;
  }

  /* CBSE curriculum page responsiveness */
  .cbse-curriculum-sec {    
    padding: 1rem 0.5rem 3rem;
  }
  .cbse-curriculum-sec::before {
    top: 10px;
    left: 10px;   
    width: 50px;
    height: 50px;
  }
  .cbse-curriculum-sec::after {
    top: -5px;
    right: 10px;    
    width: 70px;
    height: 70px;
  }
  .cbse-curriculum-role-left {   
    padding: 30px 5px 10px;
  }
  .cbse-curriculum-role-left h2 {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 30px;
    text-align: center;
  }
  .cbse-curriculum-role-left h2::before {
    display: none;
  }
  .cbse-curriculum-role-right {
    max-width: 100%;
    left: 0%;
    top: 6%;
    position: relative;
  }
  .cbse-curriculum-role-right h2 {   
    padding-bottom: 5px;   
    font-size: 30px;
    left: 0px;
    text-align: center;    
  }
  #cbse-curriculum .card {
    margin-bottom: 20px;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-2 {
    position: absolute;
    right: -20%;
    bottom: 22%;
    z-index: auto;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-2 img {
    width: 30%;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-1 {
    position: absolute;
    left: 27%;
    z-index: auto;
    bottom: 1%;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-1 img {
    width: 30%;
  }
  .cbse-curriculum-sec .cbse-curriculum-role-right #cbse-curriculum .card .card-header .btn-header-link {   
    font-size: 10px;
  }

  /* CBSE Achievements Page Responsiveness */
  .cbse-achievements-swiper-sec {    
    padding: 30px 0px 30px;
  }
  .cbse-achievements-head-div {    
    width: 100%;
    padding: 10px 10px 20px 10px;
    text-align:center;
  }
  .cbse-achievements-head-div h4 {    
    font-size: 30px;
    text-align: center;
  }
  .cbse-achievements-head-div h4::before {
    top: -15px;
    left: -25px;    
    width: 50px;
    height: 50px;
  }
  .cbse-achievements-swiper-slide {
    padding: 0px 10px;
  }
  .cbse-achievements-swiper-slide-content {
    margin-left: 0px;   
    padding: 20px 20px;
  }
  .cbse-achievements-swiper .swiper-button-next, .cbse-achievements-swiper .swiper-button-prev {
    display: none;
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-2 {    
    right: -50%;
    bottom: 2%;   
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-2 img {
    width: 35%;
  }
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-2 {    
    left: 5%;    
    bottom: 2%;    
  }
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-2 img {
    width: 25%;
  }
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-9 img {
    width: 45%;
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-1 img {
    width: 45%;
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-3{
    display: none;
  }

  /* CBSE Events Page Responsiveness */
  .cbse-facilities-sec.events-page-sec {
    padding: 45px 0px 20px;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-8 {    
    display: none;
  } 
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-7 {    
    display: none;
  } 
  .labss.lass1 {
    padding: 10px 15px;
  } 
.cbse-facilitiesImage .swiper-button-next img, .cbse-facilitiesImage .swiper-button-prev img {
    width: 10px;
}
.cbse-elem-cam2 img {
    display:none;
}
.cbse-elem-cam1 img {
    display:none;
}

}
@media only screen and (min-width: 320px) and (max-width: 767.5px){
    .cbse-elem-cam2 img {
    display:none;
}
.cbse-elem-cam1 img {
    display:none;
}
    .cbse-elem-cam12,  .cbse-elem-cam9,  .cbse-elem-cam10,  .cbse-elem-cam11 {
        display:none;
    }
    .cbse-campus-card4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
}
.cbse-campus-card3 {
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: center;
    flex-direction: column-reverse;
}
  /* CBSE home Page Responsiveness */
  .cbse-home-about-sec {   
    padding: 40px 10px 145px 10px;
  }
  .cbse-home-about-sec-div {   
    padding: 0px 0px 20px;
    text-align: center;
  }  
  .cbse-home-about-sec-div h2 {
    font-size: 35px;
    text-align: center;
    padding-bottom: 0px;
  }
  .cbse-home-about-sec-div h2::after {   
    right: 10px;    
    width: 50px;
    height: 50px;
    top: -35px;
  }
  .cbse-home-about-sec-div p {
    font-size: 15px;
  }
  .cbse-left-img {    
    width: auto;
    height: auto;
  }
  .cbse-home-about-img7 {
    display: none;
  }
  .cbse-home-about-img5{
    display: none;
  }
  .cbse-home-about-img1 img{
    width: 50%;
  }
  .cbse-home-about-img2 img{
    width: 50%;
  }
  .cbse-home-about-img3 img{
    width: 50%;
  }
  .cbse-home-about-img4{
   display: none;
  }
  .cbse-home-about-img6{
   display: none;
  }
  .cbse-home-about-img1 {   
    bottom: 8%;
    left: 5%;
  }
  .cbse-home-about-img3 {    
    bottom: 10%;
    right: -10%;
    left: auto;
  }
  .cbse-home-about-img2 {   
    bottom: 11% !important;
  }
  .cbse-home-facilities-sec { 
    padding: 35px 0px 30px 0px;   
  }
  .cbse-home-facilities-head h2 {
    font-size: 35px;
  }
  .cbse-home-facilities-head p {
    font-size: 15px;
    width: 95%;
  }
  .cbse-facilities-swiper {
    margin: 30px 0px;
  }
  .cbse-facilitiesSlider-slide-content {    
    padding: 0rem 1rem 0rem;
  }
  .swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content h4 {
    font-size: 20px;
    padding-top: 30px;
  }
  .swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content .read-more-button {   
    font-size: 15px;
    width: 165px;
  }
  .cbse-facilitiesImage .swiper-button-prev {
    right: auto;
    left: 0%;
    top: 35%;
  }
  .cbse-facilitiesImage .swiper-button-next {
    right: 0%;
    left: auto;
    top: 35%;
  }
  .cbse-facilitiesImage .swiper-button-next, .cbse-facilitiesImage .swiper-button-prev {    
    height: 35px;
    width: 35px;
  }
  .cbse-facilitiesImage .swiper-button-next img, .cbse-facilitiesImage .swiper-button-prev img{    
   
    width:10px;
  }
  .cbse-event-elem-img4 {
    
    width: 50px;
  }
  .cbse-event-elem-img6 {
    
    width: 40px;
  }
  .cbse-home-curriculum-left-div p {
    
    text-align: center;
}
.cbse-curr-elem-img1 {
  position: absolute;
  top: 0px;
  right: 100px;
  width: 100px;
}
  .cbse-campus-element-img1 img {
    width: 35%;
  }
  .cbse-home-facilities-head::after {
    top: -5%;
    right: auto;
    left: 5%;    
    width: 50px;
    height: 50px;    
  }
  .cbse-home-facilities-head::before {    
    width: 50px;
    height: 50px;
  }
  .cbse-home-facilities-head h2::after {
    top: -20px;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-curriculum-sec {    
    padding: 1rem 0.5rem 6rem;
  }
  .cbse-home-curriculum-head h2 {
    font-size: 35px;
  }
  .cbse-home-curriculum-head h2::before {
    top: -1rem;
    left: 5%;   
    width: 50px;
    height: 50px;
  }
  .cbse-home-curriculum-head h2::after {
    display: none;
  }
  .cbse-home-curriculum-divs {
    padding: 1rem 0rem 0rem;
  }
  .cbse-home-curriculum-left-div h2 {
    font-size: 35px;    
    width: 100%;
    text-align: center;
  }
  .cbse-home-curriculum-left-div h2::before {
    top: 0%;
    left: 20%;    
    width: 50px;
    height: 50px;   
  }
  .cbse-home-curriculum-left-div a {   
    position: relative;
    padding: 10px 20px;
    margin: 0 auto 20px;
    display: flex;
    text-align: center;
    width: 150px;
    font-size: 15px;
  }
  .curriculum-swiper {
    width: 100%;
  }
  .curriculum-swiper .swiper-slide h2 {    
    font-size: 20px;
  }
  .cbse-curr-elem-img1 img{
    width: 50%;
  }
  .cbse-curr-elem-img2 img{
    width: 50%;
  }
  .cbse-home-curriculum-sec::after {    
    width: 50px;
    height: 50px;
  }
  .cbse-achivements-sec {   
    padding: 30px 20px;
  }
  .cbse-home-achievements-head h2 {
    font-size: 35px;
    padding-bottom: 5px;
  }
  .cbse-home-achievements-head {
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 0 auto 25px;
  }
  .cbse-home-achievements-head-btn .read-more-button {  
    position: relative;
    padding: 10px 25px;
    font-size: 15px;
  }
  .cbse-achievements-wrapper {    
    padding: 30px 0px 20px 0px;
  }
  .cbse-achievement-list-item h3 {   
    max-width: 100%;
    font-size: 20px;   
  }
  .meta-date {    
    font-size: 12px;
    float: left;
    padding-bottom: 10px;
  }
  .meta-category {    
    font-size: 12px;
    line-height: 0px;
  }
  .cbse-achievement-list-item-image {
    position: relative;
    right: 0%;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .cbse-moon {    
    right: -45%;
    left: auto;
    top: 3%;
  }
  .cbse-moon img {
    width: 50%;
  }
  .cbse-bottom-img img{
    width: 50%;
  }
  .cbse-home-achievements-head h2::after {
    top: -35%;
    right: -25%;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-event-sec {    
    padding: 20px 0px 0px;
  }
  .cbse-home-event-head h2 {
    font-size: 35px;
  }
  .cbse-home-event-head::before {
    top: -5%;
    left: 15%;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-event-head p {
    font-size: 15px;
    width: 90%;
  }
  .cbse-home-event-head::after {
    bottom: 20%;
    right: 5%;    
    width: 50px;
    height: 50px;    
  }
  .cbse-home-event-head .read-more-button {
 
    position: relative;
    padding: 10px 20px;
    margin: 20px auto 0px auto;
    display: flex;
    text-align: center;
    width: 150px;
    font-size: 15px;
}
  .cbse-event-elem-img1 img{
    width: 70%;
  }
  .cbse-event-elem-img2 {
    display: none;
  }
  .cbse-event-elem-img3 img{
    width: 70%;
  }
  .cbse-home-event-swiper-img {   
    width: 90%;   
    margin: 0 auto;
  }
  .cbse-home-event-swiper {   
    padding: 30px 0px 120px;
  }
  .cbse-contact-div-left {   
    padding: 25px 20px 75px 20px;
        text-align: center;
  }
  .cbse-home-event-swiper .swiper-button-next, .cbse-home-event-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .cbse-home-event-swiper .swiper-button-prev
  {
          right: auto;
    left: 35%;
  }
   .cbse-home-event-swiper .swiper-button-next {
           right: 35%;
    left: auto;
   }
  .cbse-contact-div-left h2 {
    font-size: 35px;
  }
  .cbse-contact-div-left p {
    margin-bottom: 20px !important;
    padding-right: 0px;
    font-size: 15px;
  }
  .cbse-contact-div-left .read-more-button{  
    padding: 10px 20px;  
    position: relative;  
    font-size: 15px;
  }
  .cbse-contact-sec {
    height: 50vh;
    padding-bottom: 0px;
    background-attachment: local;
    justify-content: center;
  }
  
  /* CBSE Campuses page responsiveness */
  .our-cbse-campus-sec {    
    padding: 30px 20px;
  }
  .our-cbse-campus-header h2 {   
    letter-spacing: 0px;
    font-size: 35px;
  }
  .our-cbse-campus-header {
    padding: 10px;    
    margin-bottom: 45px;
  }
  .cbse-campus-img1 img, .cbse-campus-img2 img, .cbse-campus-img3 img, .cbse-campus-img4 img {    
    width: 80%;
    margin: 0 auto 15px;
  }
  .cbse-campus-img1::after {
    top: -55px;    
    width: 75px;
    height: 75px;
  }
  .cbse-campus-img2::before {
    top: -40px;    
    width: 75px;
    height: 75px;
  }
  .our-cbse-campus-col2 {
    margin-top: 20px;
  }
  .our-cbse-campus-row1.our-cbse-campus-row2 {
    padding: 15px 0px;
    margin-bottom: 15px;
  }
   .our-cbse-campus-row1.our-cbse-campus-row2 .cbse-campus-card3 {
           flex-direction: column-reverse;
   }   
  .cbse-campus-img3 {   
    padding-top: 20px;
  }
  .cbse-campus-img3::before {
    top: -10px;   
    width: 75px;
    height: 75px;
  }
  .cbse-campus-img4 {   
    padding-top: 20px;
  }
  .cbse-campus-img4::after {
    top: -15px;    
    width: 75px;
    height: 75px;
  }

  /* CBSE curriculum page responsiveness */
  .cbse-curriculum-sec {    
    padding: 1rem 0.5rem 3rem;
  }
  .cbse-curriculum-sec::before {
    top: 10px;
    left: 10px;   
    width: 50px;
    height: 50px;
  }
  .cbse-curriculum-sec::after {
    top: -5px;
    right: 10px;    
    width: 70px;
    height: 70px;
  }
  .cbse-curriculum-role-left {   
    padding: 30px 5px 10px;
  }
  .cbse-curriculum-role-left h2 {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 30px;
    text-align: center;
  }
  .cbse-curriculum-role-left h2::before {
    display: none;
  }
  .cbse-curriculum-role-right {
    max-width: 100%;
    left: 0%;
    top: 6%;
    position: relative;
  }
  .cbse-curriculum-role-right h2 {   
    padding-bottom: 5px;   
    font-size: 30px;
    left: 0px;
    text-align: center;    
  }
  #cbse-curriculum .card {
    margin-bottom: 20px;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-2 {
    position: absolute;
    right: -20%;
    bottom: 22%;
    z-index: auto;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-2 img {
    width: 30%;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-1 {
    position: absolute;
    left: 27%;
    z-index: auto;
    bottom: 1%;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-1 img {
    width: 30%;
  }

  /* CBSE Achievements Page Responsiveness */
  .cbse-achievements-swiper-sec {    
    padding: 30px 0px 30px;
  }
  .cbse-achievements-head-div {    
    width: 100%;
    padding: 10px 10px 20px 10px;
    text-align:center;
  }
  .cbse-achievements-head-div h4 {    
    font-size: 30px;
    text-align: center;
  }
  .cbse-achievements-head-div h4::before {
    top: -15px;
    left: -25px;    
    width: 50px;
    height: 50px;
  }
  .cbse-achievements-swiper-slide {
    padding: 0px 10px;
  }
  .cbse-achievements-swiper-slide-content {
    margin-left: 0px;   
    padding: 20px 20px;
  }
  .cbse-achievements-swiper .swiper-button-next, .cbse-achievements-swiper .swiper-button-prev {
    display: none;
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-2 {    
    right: -35%;
    bottom: 2%;   
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-2 img {
    width: 35%;
  }
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-2 {    
    left: 5%;    
    bottom: 2%;    
  }
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-2 img {
    width: 25%;
    display: none;
  }

  /* CBSE Events Page Responsiveness */
  .cbse-facilities-sec.events-page-sec {
    padding: 45px 0px 20px;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-8 {    
    right: 0%;   
    top: 1%;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-8 img {
    width: 15%;
    rotate: 100deg;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-7 {    
    left: 40%;
    top: 3%;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-7 img {
    width: 15%;
  }
  .labss.lass1 {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .cbse-elem-cam11 img {
    width: 20%;
}
.cbse-elem-cam12 img {
  width: 45%;
}
  /* CBSE home Page Responsiveness */
  .cbse-home-about-sec {   
    padding: 55px 10px 145px 10px;
  }
  .cbse-home-about-sec-div {   
    padding: 0px 0px 20px;
  } 
  .cbse-home-about-sec-div h2 {
    font-size: 45px;
    text-align: center;
    padding-bottom: 0px;
  }
  .cbse-home-about-sec-div h2::after {   
    right: 10px;    
    width: 50px;
    height: 50px;
    top: -35px;
  }
  .cbse-home-about-sec-div p {
    font-size: 15px;
  }
  .cbse-left-img {    
    width: auto;
    height: auto;
  }
  .cbse-home-about-img7 {
    display: none;
  }
  .cbse-home-about-img5{
    display: none;
  }
  .cbse-home-about-img1 img{
    width: 50%;
  }
  .cbse-home-about-img2 img{
    width: 50%;
  }
  .cbse-home-about-img3 img{
    width: 50%;
  }
  .cbse-home-about-img4{
   display: none;
  }
  .cbse-home-about-img6{
   display: none;
  }
  .cbse-home-about-img1 {   
    bottom: 8%;
    left: 5%;
  }
  .cbse-home-about-img3 {    
    bottom: 10%;
    right: 46%;
    left: auto;
  }
  .cbse-home-about-img2 {   
    bottom: 11% !important;
  }
  .cbse-home-facilities-sec { 
    padding: 40px 0px 35px 0px;
  }
  .cbse-home-facilities-head h2 {
    font-size: 45px;
  }
  .cbse-home-facilities-head p {
    font-size: 15px;
    width: 65%;
  }
  .cbse-facilities-swiper {
    margin: 30px 0px;
  }
  .cbse-facilitiesSlider-slide-content {    
    padding: 1rem 1rem 0rem;
  }
  .swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content h4 {
    font-size: 20px;
  }
  .swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content .read-more-button {   
    font-size: 15px;
    width: 165px;
  }
  .cbse-facilitiesImage .swiper-button-prev {
    right: auto;
    left: 0%;
    top: 35%;
  }
  .cbse-facilitiesImage .swiper-button-next {
    right: 0%;
    left: auto;
    top: 35%;
  }
  .cbse-facilitiesImage .swiper-button-next, .cbse-facilitiesImage .swiper-button-prev {    
    height: 60.22px;
    width: 60.59px;
  }
  .cbse-campus-element-img1 img {
    width: 35%;
  }
  .cbse-home-facilities-head::after {
    top: -5%;
    right: auto;
    left: 5%;    
    width: 50px;
    height: 50px;    
  }
  .cbse-home-facilities-head::before {    
    width: 50px;
    height: 50px;
  }
  .cbse-home-facilities-head h2::after {
    top: -20px;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-curriculum-sec {    
    padding: 3rem 0.5rem 6rem;
  }
  .cbse-home-curriculum-head h2 {
    font-size: 45px;
  }
  .cbse-home-curriculum-left-div p {   
    width: 70%;
    margin: 20px auto;
    text-align: center;
  }
  .cbse-home-curriculum-head h2::before {
    top: -1rem;
    left: 25%;
    width: 50px;
    height: 50px;
  }
  .cbse-home-curriculum-head h2::after {
    display: none;
  }
  .cbse-home-curriculum-divs {
    padding: 1rem 0rem 0rem;
  }
  .cbse-home-curriculum-left-div h2 {
    font-size: 35px;    
    width: 100%;
    text-align: center;
  }
  .cbse-home-curriculum-left-div h2::before {
    top: 0%;
    left: 35%;    
    width: 50px;
    height: 50px;   
  }
  .cbse-home-curriculum-sec .cbse-home-curriculum-divs .col-md-4 {   
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cbse-home-curriculum-sec .cbse-home-curriculum-divs .col-md-8 {    
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .cbse-home-curriculum-left-div a {   
    position: relative;
    padding: 10px 20px;
    margin: 0 auto 20px;
    display: flex;
    text-align: center;
    width: 150px;
    font-size: 15px;
  }
  .curriculum-swiper {
    width: 50%;
    margin: 20px auto;
  }
  .curriculum-swiper .swiper-slide h2 {    
    font-size: 20px;
  }
  .cbse-curr-elem-img1 img{
    width: 50%;
  }
  .cbse-curr-elem-img2 img{
    width: 50%;
  }
  .cbse-home-curriculum-sec::after {    
    width: 50px;
    height: 50px;
  }
  .cbse-achivements-sec {   
    padding: 50px 20px 20px;
  }
  .cbse-home-achievements-head h2 {
    font-size: 45px;
    padding-bottom: 15px;
  }
  .cbse-home-achievements-head {
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 0 auto 25px;
  }
  .cbse-home-achievements-head-btn .read-more-button {  
    position: relative;
    padding: 10px 25px;
    font-size: 15px;
  }
  .cbse-achievements-wrapper {    
    padding: 30px 0px 20px 0px;
  }
  .cbse-achievement-list-item h3 {   
    max-width: 100%;
    font-size: 25px;   
    padding-bottom: 15px;
  }
  .meta-date {    
    font-size: 15px;
    float: right;
    padding-bottom: 10px;
  }
  .meta-category {    
    font-size: 15px;
    line-height: 15px;
  }
  .cbse-achievement-list-item-image {
    position: relative;
    right: 0%;
    width: 100%;
    opacity: 1;
    visibility: visible;   
  }
  .cbse-moon {    
    right: -45%;
    left: auto;
    top: 3%;
  }
  .cbse-moon img {
    width: 50%;
  }
  .cbse-bottom-img img{
    width: 50%;
  }
  .cbse-home-achievements-head h2::after {
    top: -35%;
    right: -25%;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-event-sec {    
    padding: 45px 0px 20px;
  }
  .cbse-home-event-head h2 {
    font-size: 45px;
  }
  .cbse-home-event-head::before {
    top: -5%;
    left: 30%;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-event-head p {
    font-size: 15px;
    width: 60%;
  }
  .cbse-home-event-head::after {
    bottom: 20%;
    right: 5%;    
    width: 50px;
    height: 50px;    
  }
  .cbse-event-elem-img1 img{
    width: 70%;
  }
  .cbse-event-elem-img2 {
    display: none;
  }
  .cbse-event-elem-img3 img{
    width: 70%;
  }
  .cbse-home-event-swiper-img {   
    width: 90%;   
    margin: 0 auto;
  }
  .cbse-home-event-swiper {   
    padding: 30px 0px 120px;
  }
  .cbse-contact-div-left {   
    padding: 25px 20px 75px 40px;
  }
  .cbse-contact-div-left h2 {
    font-size: 35px;
  }
  .cbse-contact-div-left p {
    margin-bottom: 20px !important;
    padding-right: 0px;
    font-size: 15px;
  }
  .cbse-contact-div-left .read-more-button{  
    padding: 10px 20px;  
    position: relative;  
    font-size: 15px;
  }
  .cbse-contact-sec {    
    height: 35vh;   
    padding-bottom: 0px; 
    background-attachment: local; 
  }

  /* CBSE Campuses Page Responsiveness */
  .our-cbse-campus-sec {    
    padding: 30px 10px;
  }
  .cbse-campus-img1::after, .cbse-campus-img2::before, .cbse-campus-img3::before, .cbse-campus-img4::after {    
    width: 75px;
    height: 75px;
  }
  .our-cbse-campus-header h2 {    
    letter-spacing: 0px;
    font-size: 45px;    
  }
  .our-cbse-campus-row1 {
    padding: 20px 20px 20px 0px;
  }

  /* CBSE curriculum page responsiveness */
  .cbse-curriculum-sec {
    padding: 2rem 1rem 2rem;
  }
  .cbse-curriculum-sec::before {
    top: 10px;
    left: 10px;   
    width: 70px;
    height: 70px;
  }
  .cbse-curriculum-sec::after {
    top: -5px;
    right: 10px;    
    width: 100px;
    height: 100px;
  }
  .cbse-curriculum-role-left {   
    padding: 30px 5px 10px;
  }
  .cbse-curriculum-role-left h2 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 30px;    
  }
  .cbse-curriculum-role-left h2::before {
    display: none;
  }
  .cbse-curriculum-role-right {
    max-width: 80%;
    left: 12%;
    top: 3%;
    position: relative;
  }
  .cbse-curriculum-role-right h2 {   
    padding-bottom: 5px;   
    font-size: 30px;
    left: 0px;
    text-align: left;    
  }
  #cbse-curriculum .card {
    margin-bottom: 20px;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-2 {
    position: absolute;
    right: 5%;
    bottom: 22%;
    z-index: auto;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-2 img {
    width: 50%;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-1 {
    position: absolute;
    left: 35%;
    z-index: auto;
    bottom: 5%;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-1 img {
    width: 50%;
  }

  /* CBSE Achievements Page Responsiveness */
  .cbse-achievements-swiper-sec {    
    padding: 45px 0px 30px;
  }
  .cbse-achievements-head-div {    
    width: 100%;
    padding: 10px 10px 20px 70px;
  }
  .cbse-achievements-head-div h4 {    
    font-size: 40px;
    text-align: left;
  }
  .cbse-achievements-head-div h4::before {
    top: -15px;
    left: -55px;    
    width: 50px;
    height: 50px;
  }
  .cbse-achievements-swiper-slide {
    padding: 0px 0px;
  }
  .cbse-achievements-swiper-slide-content {
    margin-left: -140px;
    padding: 20px 20px;
  }
  .cbse-achievements-swiper .swiper-button-next, .cbse-achievements-swiper .swiper-button-prev {
    display: block;
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-2 {    
    right: -10%;
    bottom: 2%;   
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-2 img {
    width: 35%;
  }
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-2 {    
    left: 5%;    
    bottom: 2%;    
  }
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-2 img {
    width: 25%;
  }
  .channel-description p {
    margin-bottom: 0px !important;
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-3 {   
    right: -25%;
  }

  /* CBSE Events Page Responsiveness */
  .cbse-facilities-sec.events-page-sec {
    padding: 45px 10px 20px;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-8 {    
    right: 0%;   
    top: 1%;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-8 img {
    width: 15%;
    rotate: 100deg;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-7 {    
    left: 0%;
    top: 1%;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-7 img {
    width: 15%;
  }
  .labss.lass1 {
    padding: 20px 15px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .cbse-elem-cam11 img {
    width: 20%;
}
.cbse-elem-cam12 img {
  width: 45%;
}
   /* CBSE home Page Responsiveness */
   .cbse-home-about-sec {   
    padding: 80px 30px 145px 30px;
  }
  .cbse-home-about-sec-div {   
    padding: 0px 0px 20px;
  } 
  .cbse-home-about-sec-div h2 {
    font-size: 55px;
    text-align: center;
    padding-bottom: 0px;
  }
  .cbse-home-about-sec-div h2::after {   
    right: 10px;    
    width: 50px;
    height: 50px;
    top: -35px;
  }
  .cbse-home-about-sec-div p {
    font-size: 15px;
  }
  .cbse-left-img {    
    width: auto;
    height: auto;
  }
  .cbse-home-about-img7 {
    display: none;
  }
  .cbse-home-about-img5{
    display: block;
  }
  .cbse-home-about-img1 img{
    width: 50%;
  }
  .cbse-home-about-img2 img{
    width: 50%;
  }
  .cbse-home-about-img3 img{
    width: 50%;
  }
  .cbse-home-about-img4 img{
    width: 50%;
  }
  .cbse-home-about-img5 img{
    width: 50%;
  }
  .cbse-home-about-img6 img{
    width: 50%;
  }
  .cbse-home-about-img4{
   display: block;
  }
  .cbse-home-about-img6{
   display: block;
  }
  .cbse-home-about-img1 {   
    bottom: 8%;
    left: 5%;
  }
  .cbse-home-about-img3 {    
    bottom: 10%;
    right: 46%;
    left: auto;
  }
  .cbse-home-about-img2 {   
    bottom: 11% !important;
  }
  .cbse-home-facilities-sec { 
    padding: 40px 0px 35px 0px;
  }
  .cbse-home-facilities-head h2 {
    font-size: 55px;
  }
  .cbse-home-facilities-head p {
    font-size: 15px;
    width: 65%;
  }
  .cbse-facilities-swiper {
    margin: 30px 0px;
  }
  .cbse-facilitiesSlider-slide-content {    
    padding: 1rem 1rem 0rem;
  }
  .swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content h4 {
    font-size: 20px;
  }
  .swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content .read-more-button {   
    font-size: 15px;
    width: 165px;
  }
  .cbse-facilitiesImage .swiper-button-prev {
    right: auto;
    left: 0%;
    top: 35%;
  }
  .cbse-facilitiesImage .swiper-button-next {
    right: 0%;
    left: auto;
    top: 35%;
  }
  .cbse-facilitiesImage .swiper-button-next, .cbse-facilitiesImage .swiper-button-prev {    
    height: 60.22px;
    width: 60.59px;
  }
  .cbse-campus-element-img1 img {
    width: 35%;
  }
  .cbse-home-facilities-head::after {
    top: -5%;
    right: auto;
    left: 5%;    
    width: 50px;
    height: 50px;    
  }
  .cbse-home-facilities-head::before {    
    width: 50px;
    height: 50px;
  }
  .cbse-home-facilities-head h2::after {
    top: -20px;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-curriculum-sec {    
    padding: 3rem 0.5rem 6rem;
  }
  .cbse-home-curriculum-head h2 {
    font-size: 55px;
  }
  .cbse-home-curriculum-left-div p {   
    width: 70%;
    margin: 20px auto;
    text-align: center;
  }
  .cbse-home-curriculum-head h2::before {
    top: -1rem;
    left: 25%;
    width: 50px;
    height: 50px;
  }
  .cbse-home-curriculum-head h2::after {
    display: none;
  }
  .cbse-home-curriculum-divs {
    padding: 1rem 0rem 0rem;
  }
  .cbse-home-curriculum-left-div h2 {
    font-size: 45px;    
    width: 100%;
    text-align: center;
  }
  .cbse-home-curriculum-left-div h2::before {
    top: 0%;
    left: 35%;    
    width: 50px;
    height: 50px;   
  }
  .cbse-home-curriculum-sec .cbse-home-curriculum-divs .col-md-4 {   
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cbse-home-curriculum-sec .cbse-home-curriculum-divs .col-md-8 {    
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .cbse-home-curriculum-left-div a {   
    position: relative;
    padding: 10px 20px;
    margin: 0 auto 20px;
    display: flex;
    text-align: center;
    width: 150px;
    font-size: 15px;
  }
  .curriculum-swiper {
    width: 75%;
    margin: 20px auto;
  }
  .curriculum-swiper .swiper-slide h2 {    
    font-size: 20px;
  }
  .cbse-curr-elem-img1 img{
    width: 50%;
  }
  .cbse-curr-elem-img2 img{
    width: 50%;
  }
  .cbse-home-curriculum-sec::after {    
    width: 50px;
    height: 50px;
  }
  .cbse-achivements-sec {   
    padding: 50px 20px 20px;
  }
  .cbse-home-achievements-head h2 {
    font-size: 55px;
    padding-bottom: 15px;
  }
  .cbse-home-achievements-head {
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 0 auto 25px;
  }
  .cbse-home-achievements-head-btn .read-more-button {  
    position: relative;
    padding: 10px 25px;
    font-size: 15px;
  }
  .cbse-achievements-wrapper {    
    padding: 30px 30px 20px 30px;
  }
  .cbse-achievement-list-item h3 {   
    max-width: 100%;
    font-size: 25px;   
    padding-bottom: 15px;
  }
  .meta-date {    
    font-size: 15px;
    float: right;
    padding-bottom: 10px;
  }
  .meta-category {    
    font-size: 15px;
    line-height: 15px;
  }
  .cbse-achievement-list-item-image {
    position: relative;
    right: 0%;
    width: 100%;
    opacity: 1;
    visibility: visible;   
  }
  .cbse-moon {    
    right: -45%;
    left: auto;
    top: 3%;
  }
  .cbse-moon img {
    width: 50%;
  }
  .cbse-bottom-img img{
    width: 50%;
  }
  .cbse-home-achievements-head h2::after {
    top: -35%;
    right: -25%;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-event-sec {    
    padding: 50px 0px 30px;
  }
  .cbse-home-event-head h2 {
    font-size: 55px;
  }
  .cbse-home-event-head::before {
    top: -5%;
    left: 30%;    
    width: 50px;
    height: 50px;
  }
  .cbse-home-event-head p {
    font-size: 15px;
    width: 60%;
  }
  .cbse-home-event-head::after {
    bottom: 20%;
    right: 5%;    
    width: 50px;
    height: 50px;    
  }
  .cbse-event-elem-img1 img{
    width: 70%;
  }
  .cbse-event-elem-img2 {
    display: none;
  }
  .cbse-event-elem-img3 img{
    width: 70%;
  }
  .cbse-home-event-swiper-img {   
    width: 90%;   
    margin: 0 auto;
  }
  .cbse-home-event-swiper {   
    padding: 30px 0px 120px;
  }
  .cbse-contact-div-left {   
    padding: 25px 20px 75px 45px;
  }
  .cbse-contact-div-left h2 {
    font-size: 55px;
  }
  .cbse-contact-div-left p {
    margin-bottom: 20px !important;
    padding-right: 0px;
    font-size: 15px;
  }
  .cbse-contact-div-left .read-more-button{  
    padding: 10px 20px;  
    position: relative;  
    font-size: 15px;
  }
  .cbse-contact-sec {    
    height: 70vh;   
    padding-bottom: 0px; 
    background-attachment: local; 
  }  

   /* CBSE Campuses Page Responsiveness */
   .our-cbse-campus-sec {    
    padding: 30px 10px;
  }
  .cbse-campus-img1::after, .cbse-campus-img2::before, .cbse-campus-img3::before, .cbse-campus-img4::after {    
    width: 75px;
    height: 75px;
  }
  .our-cbse-campus-header h2 {    
    letter-spacing: 0px;
    font-size: 55px;    
  }
  .our-cbse-campus-row1 {
    padding: 20px 20px 20px 0px;
  }

  /* CBSE curriculum page responsiveness */
  .cbse-curriculum-sec {
    padding: 2rem 1rem 2rem;
  }
  .cbse-curriculum-sec::before {
    top: 10px;
    left: 10px;   
    width: 70px;
    height: 70px;
  }
  .cbse-curriculum-sec::after {
    top: -5px;
    right: 10px;    
    width: 100px;
    height: 100px;
  }
  .cbse-curriculum-role-left {   
    padding: 30px 5px 10px;
  }
  .cbse-curriculum-role-left h2 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 30px;    
  }
  .cbse-curriculum-role-left h2::before {
    display: none;
  }
  .cbse-curriculum-role-right {
    max-width: 80%;
    left: 12%;
    top: 3%;
    position: relative;
  }
  .cbse-curriculum-role-right h2 {   
    padding-bottom: 5px;   
    font-size: 30px;
    left: 0px;
    text-align: left;    
  }
  #cbse-curriculum .card {
    margin-bottom: 20px;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-2 {
    position: absolute;
    right: 5%;
    bottom: 22%;
    z-index: auto;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-2 img {
    width: 50%;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-1 {
    position: absolute;
    left: 35%;
    z-index: auto;
    bottom: 5%;
  }
  .cbse-curriculum-sec .velammal-academy-centres-sec-1 img {
    width: 50%;
  }

  /* CBSE Achievements Page Responsiveness */
  .cbse-achievements-swiper-sec {    
    padding: 45px 0px 50px;
  }
  .cbse-achievements-head-div {    
    width: 60%;
    padding: 10px 10px 50px 70px;
  }
  .cbse-achievements-head-div h4 {    
    font-size: 50px;
    text-align: left;
  }
  .cbse-achievements-head-div h4::before {
    top: -15px;
    left: -55px;    
    width: 50px;
    height: 50px;
  }
  .cbse-achievements-swiper-slide {
    padding: 0px 0px;
  }
  .cbse-achievements-swiper-slide-content {
    margin-left: -140px;
    padding: 20px 20px;
  }
  .cbse-achievements-swiper .swiper-button-next, .cbse-achievements-swiper .swiper-button-prev {
    display: block;
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-2 {    
    right: -10%;
    bottom: 2%;   
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-2 img {
    width: 35%;
  }
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-2 {    
    left: 5%;    
    bottom: 2%;    
  }
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-2 img {
    width: 25%;
  }
  .channel-description p {
    margin-bottom: 10px !important;
  }
  .cbse-achievements-swiper-sec .velammal-academy-contact-sec-3 {   
    right: -15%;
  }

  /* CBSE Events Page Responsiveness */
  .cbse-facilities-sec.events-page-sec {
    padding: 45px 10px 20px;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-8 {    
    right: 10%;   
    top: 1%;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-8 img {
    width: 25%;
    rotate: 100deg;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-7 {    
    left: 15%;
    top: 3%;
  }
  .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-7 img {
    width: 25%;
  }
  .labss.lass1 {
    padding: 20px 15px;
  }
}

/* CBSE Pages Animation elements */
.cbse-elem-cam1{
  position: absolute;
  top: -3.1%;
  left: 10%
}
.cbse-elem-cam1 img{
  width: 30%;    
}
.cbse-elem-cam2{
  position: absolute;
  top: 0%;
  right: -5%;
}
.cbse-elem-cam2 img{
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;      
}
.cbse-elem-cam3{
  position: absolute;
  top: 25%;
  left: 15%;
}
.cbse-elem-cam3 img{
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;      
}
.cbse-elem-cam4{
  position: absolute;
  top: 60%;
  right: -5%;
}
.cbse-elem-cam4 img{
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;      
}
.cbse-elem-cam5{
  position: absolute;
  top: 65%;
  left: 10%;
}
.cbse-elem-cam5 img{
  width: 20%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;      
}
.cbse-elem-cam6{
  position: absolute;
  bottom: 0%;
  left: 31%;
}
.cbse-elem-cam6 img{
  width: 30%;      
}
.cbse-elem-cam7{
  position: absolute;
  bottom: 0%;
  right: -30%;
}
.cbse-elem-cam7 img{
  width: 20%;      
}
.cbse-elem-cam8{
  position: absolute;
  top: 5%;
  right: -15%;
}
.cbse-elem-cam8 img{
  width: 20%;      
}
.cbse-elem-cam9{
  position: absolute;
  top: 40%;
  left: 25%;
  z-index: 1;
}
.cbse-elem-cam9 img{
  width: 20%;      
}
.cbse-elem-cam10{
  position: absolute;
  bottom: 3%;
  right: -15%;
  z-index: 1;
}
.cbse-elem-cam10 img{
  width: 20%;      
}
.cbse-elem-cam11{
  position: absolute;
  bottom: 0%;
  left: 25%;
  z-index: 1;
}
.cbse-elem-cam11 img{
  width: 35%;      
}
.cbse-elem-cam12{
  position: absolute;
  bottom: 0%;
  right: 25%;
  z-index: 1;
}
.cbse-elem-cam12 img{
  width: 70%;      
}

.cbse-elem-cur1{
  position: absolute;
  top: 5%;
  left: 30%;
  z-index: 1;
}
.cbse-elem-cur1 img{
  width: 30%;   
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;      
}

.cbse-elem-cur2{
  position: absolute;
  top: 7%;
  right: -47%;
  z-index: 1;
}
.cbse-elem-cur2 img{
  width: 40%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;         
}

.cbse-elem-cur3{
  position: absolute;
  top: 45%;
  right: -10%;
  z-index: 1;
}
.cbse-elem-cur3 img{
  width: 25%;    
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;     
}
.cbse-elem-cur4{
  position: absolute;
  bottom: 3%;
  right: -34%;
  z-index: 1;
}
.cbse-elem-cur4 img{
  width: 25%;   
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;      
}
.cbse-elem-cur5{
  position: absolute;
  bottom: 3%;
  left: 15%; 
}
.cbse-elem-cur5 img{
  width: 20%; 
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;        
}
.cbse-elem-cur6{
  position: absolute;
  bottom: 3%;
  left: 45%; 
}
.cbse-elem-cur6 img{
  width: 20%;      
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;   
}

.cbse-elem-ach1{
  position: absolute;
  top: -2%;
  right: 20%;
  width: 5%;
}
.cbse-elem-ach1 img{
  width: 100%;      
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;   
}

.cbse-elem-ach2{
  position: absolute;
    top: -2%;
    right: 7%;
    width: 5%;
}
.cbse-elem-ach2 img{
  width: 100%;      
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;   
}

.cbse-elem-ach3 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 12%;
}
.cbse-elem-ach3 img{
  width: 100%; 
}

.cbse-elem-ach4{ 
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 35%; 
}
.cbse-elem-ach4 img{
  width: 100%; 
}

.cbse-elem-ach5{
  position: absolute;
  bottom: 6%;
  right: 0;
  width: 8%;
}
.cbse-elem-ach5 img{
  width: 100%; 
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

.cbse-elem-eve1{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 170px;
}
.cbse-elem-eve1 img{
  width: 100%;   
}
.cbse-elem-eve2{
  position: absolute;
  top: 14%;
  left: 15%;
  width: 150px;
}
.cbse-elem-eve2 img{
  width: 100%;   
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

.cbse-elem-eve3{
  position: absolute;
  top: 5%;
  right: 100px;
  width: 150px;
}
.cbse-elem-eve3 img{
  width: 100%;  
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;  
}
.cbse-elem-eve4{
  position: absolute;
  bottom: 7%;
  left: 5%;
  z-index: 1;
}
.cbse-elem-eve4 img{
  width: 30%;  
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;  
}

.cbse-elem-eve5{
  position: absolute;
  bottom: 5%;
  right: 0%;
  z-index: 1;
}
.cbse-elem-eve5 img{
  width: 70%; 
}

.cbse-elem-con1{
  position: absolute;
  top: -5%;
  left: 10%;
  z-index: 10;
}
.cbse-elem-con1 img{
  width: 70%; 
  -webkit-animation: action 2s infinite alternate;
  animation: action 2s infinite alternate;
}

.cbse-elem-con2{
  position: absolute;
  top: 3%;
  right: 20%;
}
.cbse-elem-con2 img{
  width: 35%; 
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.cbse-elem-con3{
  position: absolute;
  top: 15%;
  right: -5%;
}
.cbse-elem-con3 img{
  width: 35%; 
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.cbse-elem-con4{
  position: absolute;
  top: 20%;
  left: 8%;
}
.cbse-elem-con4 img{
  width: 35%; 
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.cbse-elem-con5{
  position: absolute;
  top: 40%;
  left: 6%;
}
.cbse-elem-con5 img{
  width: 65%; 
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.cbse-elem-con6{
  position: absolute;
    bottom: -125px;
    left: 0;
    object-fit: cover;
    width: 100%;
}
.cbse-elem-con6 img{
  width: 100%; 
}
.cbse-elem-con7{
  position: absolute;
  bottom: 7%;
  right: 10%;
}
.cbse-elem-con7 img{
  width: 35%; 
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.cbse-elem-con8{
  position: absolute;
  bottom: 4%;
  left: 40%;
}
.cbse-elem-con8 img{
  width: 45%; 
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}
.cbse-elem-con9{
  position: absolute;
  top: 4%;
  right: 5%;
}
.cbse-elem-con9 img{
  width: 65%; 
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate; 
}

.cbse-elem-con10{
  position: absolute;
  bottom: 4%;
  right: 5%;
  z-index: 1;
}
.cbse-elem-con10 img{
  width: 35%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;  
}

@media only screen and (max-width: 319.5px) { 
      .cbse-elem-con6 {
    position: absolute;
    left: 0;
    object-fit: cover;
    width: 100%;
    bottom: -35px;
}
.cbse-elem-con1 {
  position: absolute;
  top: -5%;
  left: 4%;
  z-index: 10;
  width: 50px;
}
.cbse-elem-con1 img {
  width: 100%;
}
.cbse-elem-con2 {
  position: absolute;
  top: 3%;
  right: 2%;
  width: 10%;
}
.cbse-elem-con2 img {
  width: 100%;
}
.cbse-elem-con3, .cbse-elem-con4, .cbse-elem-con5{
  display: none;
}
.cbse-elem-con7 {
  position: absolute;
  bottom: 0%;
  right: 10%;
}
.cbse-elem-con8 img {
  width: 20%;
}
.cbse-elem-con8 {
  position: absolute;
  bottom: 0%;
  left: 40%;
}
.cbse-elem-con7 img {
  width: 15%;
}
  .cbse-elem-eve1 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 80px;
}
.cbse-elem-eve2 {
  position: absolute;
  top: 14%;
  left: 15%;
  width: 80px;
  display: none;
}
.cbse-elem-eve3 {
  position: absolute;
  top: 5%;
  right: 100px;
  width: 80px;
  display: none;
}
.cbse-elem-eve5 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 1;
  width: 10%;
}
.cbse-elem-eve5 img {
  width: 100%;
}
.cbse-elem-eve4 {
  position: absolute;
  bottom: 0%;
  left: 5%;
  z-index: 1;
}
.cbse-elem-eve4 img {
  width: 15%;
}
  .cbse-elem-ach3 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 20%;
}
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-9, .cbse-achievements-swiper-sec .velammal-academy-contact-sec-3{
    display: none;
  }
  .cbse-elem-ach5 {
    position: absolute;
    bottom: 1%;
    right: 0;
    width: 12%;
}
  .cbse-elem-ach1 {
    position: absolute;
    top: 0%;
    right: 20%;
    width: 10%;
}
.cbse-elem-ach2 {
  position: absolute;
  top: 0%;
  right: 7%;
  width: 11%;
}
  .cbse-elem-cur2 {
    position: absolute;
    top: 7%;
    right: 0;
    z-index: 1;
    width: 10%;
}
.cbse-elem-cur2 img {
  width: 100%;
}
.cbse-elem-cur1 {
  position: absolute;
  top: 0%;
  left: 50px;
  z-index: 1;
  width: 10%;
}
.cbse-elem-cur1 img {
  width: 100%;
}
.cbse-elem-cur4 {
  position: absolute;
  bottom: 4%;
  right: 0;
  z-index: 1;
  width: 10%;
}
.cbse-elem-cur4 img {
  width: 100%;
}
.cbse-elem-cur3 {
  display:none;
}
}
@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .cbse-elem-con6 {
    position: absolute;
    left: 0;
    object-fit: cover;
    width: 100%;
    bottom: -35px;
}
.cbse-elem-con1 {
  position: absolute;
  top: -5%;
  left: 4%;
  z-index: 10;
  width: 50px;
}
.cbse-elem-con1 img {
  width: 100%;
}
.cbse-elem-con2 {
  position: absolute;
  top: 3%;
  right: 2%;
  width: 10%;
}
.cbse-elem-con2 img {
  width: 100%;
}
.cbse-elem-con3, .cbse-elem-con4, .cbse-elem-con5{
  display: none;
}
.cbse-elem-con7 {
  position: absolute;
  bottom: 0%;
  right: 10%;
}
.cbse-elem-con8 img {
  width: 20%;
}
.cbse-elem-con8 {
  position: absolute;
  bottom: 0%;
  left: 40%;
}
.cbse-elem-con7 img {
  width: 15%;
}
  .cbse-elem-eve1 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 80px;
}
.cbse-elem-eve2 {
  position: absolute;
  top: 14%;
  left: 15%;
  width: 80px;
  display: none;
}
.cbse-elem-eve3 {
  position: absolute;
  top: 5%;
  right: 100px;
  width: 80px;
  display: none;
}
.cbse-elem-eve5 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 1;
  width: 10%;
}
.cbse-elem-eve5 img {
  width: 100%;
}
.cbse-elem-eve4 {
  position: absolute;
  bottom: 0%;
  left: 5%;
  z-index: 1;
}
.cbse-elem-eve4 img {
  width: 15%;
}
  .cbse-elem-ach3 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 20%;
}
  .cbse-achievements-swiper-sec .velammal-academy-school-overview-sec-9, .cbse-achievements-swiper-sec .velammal-academy-contact-sec-3{
    display: none;
  }
  .cbse-elem-ach5 {
    position: absolute;
    bottom: 1%;
    right: 0;
    width: 12%;
}
  .cbse-elem-ach1 {
    position: absolute;
    top: 0%;
    right: 20%;
    width: 10%;
}
.cbse-elem-ach2 {
  position: absolute;
  top: 0%;
  right: 7%;
  width: 11%;
}
  .cbse-elem-cur2 {
    position: absolute;
    top: 7%;
    right: 0;
    z-index: 1;
    width: 10%;
}
.cbse-elem-cur2 img {
  width: 100%;
}
.cbse-elem-cur1 {
  position: absolute;
  top: 0%;
  left: 50px;
  z-index: 1;
  width: 10%;
}
.cbse-elem-cur1 img {
  width: 100%;
}
.cbse-elem-cur4 {
  position: absolute;
  bottom: 4%;
  right: 0;
  z-index: 1;
  width: 10%;
}
.cbse-elem-cur4 img {
  width: 100%;
}
.cbse-elem-cur3 {
  display:none;
}
 }
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .cbse-elem-con3 {
    position: absolute;
    top: 15%;
    right: -10%;
}
.cbse-elem-con3 img {
  width: 20%;
}
.cbse-elem-con1 img {
  width: 40%;
}
.cbse-elem-con6 {
  position: absolute;
  left: 0;
  object-fit: cover;
  width: 100%;
  bottom: -85px;
}
  .cbse-elem-eve1 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100px;
}
.cbse-elem-eve2 {
  position: absolute;
  top: 14%;
  left: 15%;
  width: 80px;
}
.cbse-elem-eve3 {
  position: absolute;
  top: 5%;
  right: 100px;
  width: 80px;
}
.cbse-elem-eve5 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 1;
  width: 10%;
}
.cbse-elem-eve5 img {
  width: 100%;
}
.cbse-elem-eve4 {
  position: absolute;
  bottom: 0%;
  left: 5%;
  z-index: 1;
}
.cbse-elem-eve4 img {
  width: 15%;
}
  .cbse-elem-cam11 img {
    width: 20%;
}
.cbse-elem-cam12 img {
  width: 45%;
}
.cbse-elem-cam6 img {
  width: 15%;
}
.cbse-elem-cam7 img {
  width: 10%;
}
.cbse-elem-cam2 {
  position: absolute;
  top: 0%;
  right: 0;
  width: 15%;
}
.cbse-elem-cam2 img {
  width: 100%;
}
.cbse-elem-cur2 {
  position: absolute;
  top: 0%;
  right: 100px;
  z-index: 1;
  width: 25%;
}
.cbse-elem-cur2 img {
  width: 100%;
}
.cbse-elem-cur1 {
  position: absolute;
  top: 5%;
  left: 250px;
  z-index: 1;
  width: 10%;
}
.cbse-elem-cur1 img {
  width: 100%;
}
.cbse-elem-cur4 img {
  width: 100%;
}
.cbse-elem-cur4 {
  position: absolute;
  bottom: 3%;
  right: 0;
  z-index: 1;
  width: 20%;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1279.5px) { 
  .cbse-elem-con3 {
    position: absolute;
    top: 15%;
    right: -10%;
}
.cbse-elem-con3 img {
  width: 20%;
}
.cbse-elem-con1 img {
  width: 40%;
}
  .cbse-elem-eve1 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100px;
}
.cbse-elem-eve2 {
  position: absolute;
  top: 14%;
  left: 15%;
  width: 80px;
}
.cbse-elem-eve3 {
  position: absolute;
  top: 5%;
  right: 100px;
  width: 80px;
}
.cbse-elem-eve5 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 1;
  width: 10%;
}
.cbse-elem-eve5 img {
  width: 100%;
}
.cbse-elem-eve4 {
  position: absolute;
  bottom: 0%;
  left: 5%;
  z-index: 1;
}
.cbse-elem-eve4 img {
  width: 15%;
}
  .cbse-elem-cam11 img {
    width: 20%;
}
.cbse-elem-cam12 img {
  width: 45%;
}
.cbse-elem-cam6 img {
  width: 15%;
}
.cbse-elem-cam7 img {
  width: 10%;
}
.cbse-elem-cam2 {
  position: absolute;
  top: 0%;
  right: 0;
  width: 15%;
}
.cbse-elem-cam2 img {
  width: 100%;
}
.cbse-elem-cur2 {
  position: absolute;
  top: 0%;
  right: 100px;
  z-index: 1;
  width: 25%;
}
.cbse-elem-cur2 img {
  width: 100%;
}
.cbse-elem-cur1 {
  position: absolute;
  top: 5%;
  left: 300px;
  z-index: 1;
  width: 10%;
}
.cbse-elem-cur1 img {
  width: 100%;
}
.cbse-elem-cur4 img {
  width: 100%;
}
.cbse-elem-cur4 {
  position: absolute;
  bottom: 3%;
  right: 0;
  z-index: 1;
  width: 20%;
}

}


@media only screen and (min-width: 1920px) and (max-width: 2560px) {  
    .cbse-home-about-sec-div h2 {
        font-size: 3rem;
    }
    .cbse-home-about-sec-div p {
        font-size: 28px;
    }
    .cbse-home-facilities-head h2 {
        font-size: 3rem;
    }
    .cbse-home-facilities-head p {
        font-size: 28px;
    }
    .swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content h4 {
        font-size: 1.75rem;
    }
    .cbse-facilitiesSlider-slide-content h4 {
        font-size: 36px;
    }
    .cbse-home-curriculum-head h2 { 
        font-size: 3rem;
    }
    .cbse-home-curriculum-left-div h2 { 
        font-size: 1.75rem;
    }
    .cbse-home-curriculum-left-div p {
        line-height: 44px;
        font-size: 28px;
    }
    .curriculum-swiper .swiper-slide div { 
        padding: 2rem 10px;
        text-align: center;
        margin: 0 auto;
    }
    .curriculum-swiper .swiper-slide h2 {
        
    font-size: 28px;
    }
    .cbse-home-event-head h2 {
    font-size: 3rem;
    }
    .cbse-home-event-head p {
    font-size: 28px;
    }
    .cbse-contact-div-left h2 {
    font-size: 3rem;
    }
    .cbse-home-event-head p {
    font-size: 28px;
    }
    .our-cbse-campus-header h2 { 
    font-size: 3rem;
    }
    .event-name-div { 
    width: 300px;
    }
    .cbse-facilities-sec-subheader { 
    font-size: 3rem;
    }
    .founder-note-in h4 {
    font-size: 1.75rem; 
    margin: 0 0 30px 0;
    
    }
    .founder-note-in p {
    font-size: 28px;
    line-height: 40px;
    }
    .cbse-curriculum-role-left h2 { 
    font-size: 3rem;
    } 
    .cbse-facilities-sec-header p { 
    font-size: 28px;
}
.cbse-contact-form-div h2 { 
    font-size: 3rem!important;
}
.cbse-contact-functionality-wrapper .adm-form-one .cbse-contact-func-title {
    font-size: 34px!important;
    margin-bottom: 25px;
}
.cbse-contact-functionality-wrapper .adm-form-one .cbse-contact-func-details {
    font-size: 26px!important; 
    margin-bottom: 25px;
}
}

/* 22-12-23 4k devices */
@media only screen and (min-width: 2561px) and (max-width: 3840px) { 
  .curriculum-swiper .swiper-slide h2 {
 
  font-size: 38px;
  }
  .curriculum-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  }
  .cbse-contact-div-left p {
  margin-bottom: 60px !important;
  }
  .cbse-contact-div-left h2 {
  font-size: 7rem;
  }
  .cbse-home-event-swiper .swiper-button-next, .cbse-home-event-swiper .swiper-button-prev {
  width: 160px;
  height: 160px;
  }
  .cbse-home-event-head h2 {
  font-size: 7rem;
  }
  .cbse-home-event-head p {
  font-size: 38px;
  }
  .cbse-curr-elem-img2 {
  
  width: 200px;
}

  .curriculum-swiper .swiper-slide { 
  height: 45.125rem;
  }
  .cbse-home-curriculum-left-div p {
  line-height: 60px;
  margin-bottom: 50px;
}
  .cbse-home-curriculum-left-div h2::before {
  top: -150px;}
  .cbse-home-curriculum-left-div h2 { 
  font-size: 5rem;
  }
  .cbse-curr-elem-img1 {

  width: 400px;
  }
  .cbse-home-curriculum-head h2::before , .cbse-home-curriculum-left-div h2::before, .cbse-home-curriculum-sec::after, .cbse-home-event-head::before, .cbse-home-event-head::after{

  width: 200px;
  height: 200px;
}
.cbse-event-elem-img1 ,.cbse-event-elem-img2, .cbse-event-elem-img3, .cbse-event-elem-img4, .cbse-event-elem-img5, .cbse-event-elem-img6{
  width:150px;
}
  .cbse-home-curriculum-head h2 {
  font-size: 7rem;
  }
  .cbse-campus-element-img1 img {
  width: 100%;
}
  .read-more-button {
  
  width: 500px;
}
  .swiper-slide.swiper-slide-active .cbse-facilitiesSlider-slide-content h4 {
  font-size: 65px;
  }
  .cbse-facilitiesSlider-slide-content h4 {
  font-size: 45px;
  }
  .cbse-facilitiesSlider-img { 
  aspect-ratio: 650 / 370;
}
  .cbse-facilitiesImage .swiper-button-next, .cbse-facilitiesImage .swiper-button-prev {
 
  height: 150px;
  width: 150px;
  }
  .cbse-home-facilities-sec { 
  padding: 200px 0px 90px 0px; 
}
  .cbse-home-facilities-head h2::after {
       width: 150px;
  height: 150px;
      top: -100px;
  right: -150px;
  }
  .cbse-home-facilities-head::before, .cbse-home-facilities-head::after {

  width: 200px;
  height: 200px;
}
  .cbse-home-facilities-head h2 {
  font-size: 7rem;
  }
  .cbse-home-facilities-head p {
  font-size: 38px;
      
  }
  .cbse-home-about-img1 , .cbse-home-about-img2, .cbse-home-about-img3, .cbse-home-about-img4, .cbse-home-about-img5, .cbse-home-about-img6, .cbse-home-about-img7{
      width:200px;
  }
  .cbse-home-about-sec-div h2 {
  font-size: 7rem;
  }
  .cbse-home-about-sec-div p {
  font-size: 38px;
}
.cbse-left-img { 
  width: 70%;
  height: auto;
}
.cbse-elem-con1 img {
  width: 100%;
}
.cbse-elem-con2 img {
  width: 75%;
}
.cbse-elem-con4 img {
  width: 60%;
}
.cbse-elem-con5 img {
  width: 90%;
}
.cbse-elem-con3 {
  position: absolute;
  top: 15%;
  right: 0%;
}
.cbse-elem-con5 img {
width: 90%;
}

.cbse-elem-con7 img {
width: 60%;

}

.cbse-elem-con8 img {
width: 100%;
}
.cbse-facilities-sec-subheader {

font-size: 7rem;
}

.cbse-facilities-sec-header p {
  
  font-size: 38px;
}
.velammal-academy-home-about-7 img, .cbse-facilities-sec.events-page-sec .velammal-academy-home-about-8 img {
width: 50%;
}
.cbse-elem-eve1 {

width: 300px;
}
.cbse-elem-eve3 {

width: 250px;
}
.cbse-curriculum-role-left h2 {
margin-bottom: 50px;
font-size: 7rem;
}
.cbse-elem-cur1 img {
width:50%;
}
.cbse-elem-cur1 {
position: absolute;
top: 5%;
left: 25%;
z-index: 1;
}
.cbse-curriculum-role-left h2::before , .cbse-curriculum-sec::after{

width:300px;
height:300px;
}
.cbse-curriculum-sec::before {
width:200px;
height:200px;
}
.cbse-curriculum-role-left p {
font-size: 38px;
}
#cbse-curriculum .card .card-header .btn-header-link {

padding: 30px;
font-size: 38px;
font-weight: 400;
/* border-radius: 50px; */
}
#cbse-curriculum .card .card-header .btn-header-link.collapsed:after {
content: '\f063';
font-size: 30px;
}
.card-body p {
font-size: 38px;
}
.cbse-elem-cur5 img {
width: 35%;
}
.velammal-academy-centres-sec-1 img, .velammal-academy-centres-sec-2 img {
width: 100%;
}
.cbse-elem-cur6 img {
width: 30%;
}
.cbse-curriculum-role-right::after {

width: 200px;
height: 200px;
}
.our-cbse-campus-header h2 { 
font-size: 7rem;
}
.cbse-campus-img1::after , .cbse-campus-img2::before, .cbse-campus-img3::before, .cbse-campus-img4::after{

width: 150px;
height: 150px;
}
.cbse-elem-cam1 img {
width: 50%;
}
.cbse-elem-cam2 img {
width: 40%;
}
.cbse-elem-cam3 img , .cbse-elem-cam4 img , .cbse-elem-cam5 img, .cbse-elem-cam6 img {
width: 50%;
}
h2.cbse-facilities-sec-subheader::before {

width: 170px;
height: 170px;
}
.cbse-facilities-sec .new-matric-section-about-5 img , .cbse-facilities-sec .new-matric-section-about-4 img{
width: 50%;
}
.founder-note-in h4 {
font-size: 4rem;
}
.founder-note-in p {
font-size: 38px;
line-height: 60px;
}
.cbse-elem-cam11 img {
width: 50%;
}
.cbse-elem-cam12 img {
width: 90%;
}

}