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

html,
body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  font-family: "LibreBaskerville-Regular", sans-serif;
}

/* Averic FOnt Family */

@font-face {
  font-family: 'Helvetica-Neu-Bold';
  src: url('./fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf');
}

@font-face {
  font-family: 'LibreBaskerville-Regular';
  src: url('./fonts/Montserrat/static/Montserrat-Medium.ttf');
}


/************************************************
*                 Font Classes                  *
************************************************/

.helvetica {
  font-family: "Helvetica-Neu-Bold", sans-serif;
  font-weight: 700;
}

.librebaskerville {
  font-family: "LibreBaskerville-Regular", sans-serif;
  font-weight: 300;
}



/************************************************
      color Classes
************************************************/

.white {
  color: #FFFFFF !important;
}

.light-orange {
  color: #EF564A;
}

.light-blue {
  color: #2CCCD3;
}

.dark-blue {
  color: #002776;
}

.red {
  color: #B90124;
}

.yellow {
  color: #FED31D;
}

.black {
  color: #000000;
}

.light-yellow {
  color: #F6F6DC;
}

.green-grey {
  color: #A1B1B2;
}

.gold-color {
  color: #ffd700 !important;
}

.grey {
  color: #000000AB;
}

.light-grey {
  color: #00000063;
}

.red-background {
  background-color: #B90124;
}

.orange-background {
  background-color: #EF564A;
}

.lightblue-background {
  background-color: #0E9ED9 !important;
}

.pink-background {
  background-color: #F04A6C;
}

.blue-background {
  background-color: #002776 !important;
}

.blue-background-gradient {
  background-image: linear-gradient(#002776, #0844B8);
}

.error {
  color: red;
  padding-top: 0.5rem;
}

/***********************************
      common classes
*************************************/
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}



/* Banner Section */
.banner-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  background-attachment: fixed;
}

.home-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
}

.home-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}


/* Wave Animation */
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.9)
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}

.waveWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0px;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.event-sec .waveWrapperPurple {
  z-index: 10;
}

.event-sec .container-fluid.common-wrapper {
  z-index: 99;
  position: relative;
}

.waveWrapperPurple {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.waveWrapperInnerPurple {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.waveWrapperInnerPurple1 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100px;
  top: -50px;
}

.wave-top {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 top;
  transform-origin: center top;
}

.bgMiddle {
  z-index: 2;
  opacity: 1;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waveAnimation .waveMiddle {
  animation: move_wave 25s linear infinite;
}

.active1 {
  color: #0E9ED9 !important;
}

.active2 {
  color: #002776 !important;
  animation: blink 1s linear infinite;
}

.active3 {
  color: #EF564A !important;
  animation: blink 1s linear infinite;
}

.active4 {
  color: #ffd700 !important;
  /* animation: blink 1s linear infinite; */
}

.active1::before {
  content: "";
  position: absolute;
  bottom: 33px;
  text-align: center;
  background-image: url(./img/Leaf-Right.gif);
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 100%;
  background-size: contain;
}


/* Velammal Header Style */
/* Header Styles - 5-7-23 Divya */

.velammal-new-header .navbar-nav .nav-item {
  position: relative;
}

.velammal-new-header .navbar-nav .nav-item .nav-link {
  padding-right: 30px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  position: relative;
  cursor: pointer;
}

.velammal-new-header .navbar-nav .nav-item .nav-link.active .arrow {
  -webkit-transform: translateY(-50%) translateX(5px) !important;
  -moz-transform: translateY(-50%) translateX(5px) !important;
  -ms-transform: translateY(-50%) translateX(5px) !important;
  -o-transform: translateY(-50%) translateX(5px) !important;
  transform: translateY(-50%) translateX(5px) !important;
}

.velammal-new-header .navbar-nav .nav-item .nav-link .arrow {
  right: 30px;
}

.velammal-new-header .navbar-nav .nav-item .arrow,
.velammal-new-header .navbar-nav .nav-item .arrow i {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.velammal-new-header .navbar-nav .nav-item .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.velammal-new-header .navbar-nav .nav-item:hover .nav-link,
.velammal-new-header .navbar-nav .nav-item:hover .arrow i {
  color: #EF564A !important;
}

.velammal-new-header .navbar-nav .nav-item .arrow i {
  display: inline-block;
  font-size: 25px;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.velammal-new-header .waveWrapperPurple {
  height: 100px;
  bottom: 0px;
  top: auto;
}

.velammal-new-header .navbar-nav .nav-item:hover .arrow {
  -webkit-transform: translateY(-50%) translateX(5px);
  -moz-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  -o-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px);
}

.campus-submenu {
  display: none;
}

.matric-submenu,
.cbse-submenu,
.academy-submenu,
.kids-submenu,
.vels-academy-submenu {
  display: none;
}

/* Header Styles - 5-7-23 Divya */
.velammal-new-header .bg-light {
  background-color: transparent !important;
  transition: all 0.5s ease;
}

.velammal-new-header .bg-light.navactive {
  background-color: #ffffff !important;
  height: 100px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.velammal-new-header .bg-light .borderlogo {
  display: block;
  width: 250px;
}

.velammal-new-header .bg-light .borderlogo.kids-logo {
  display: block;
  width: 125px;
}

.velammal-new-header .bg-light .without-border-logo {
  display: none;
}

.velammal-new-header .bg-light.navactive .without-border-logo {
  display: block;
  width: 200px;
}

.velammal-new-header .bg-light.navactive .without-border-logo.kids-logo {
  display: block;
  width: 125px;
}

.velammal-new-header .bg-light.navactive .borderlogo {
  display: none;
}

.velammal-new-header .navbar-brand {
  width: 15%;
  z-index: 100;
}

.velammal-new-header .headerMenu {
  width: 70%;
}

.velammal-new-header .user-icon {
  width: 5%;
}

.velammal-new-header .menu-icon {
  width: 4%;
}

.navbar .container-fluid {
  padding: 0 60px;
}

.velammal-new-header .user-icon a {
  border-color: #ffffff !important;
  background: #002776;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
}

.velammal-new-header .user-icon a i {
  color: #ffffff;
  font-size: 25px;
}

.headerMenu .nav-item {
  background-color: #002776;
  color: #ffffff;
}

.headerMenu .nav-item a {
  color: #ffffff;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-family: "Helvetica-Neu-Bold", sans-serif;
}

.headerMenu .nav-item .nav-link {
  position: relative;
  cursor: pointer;
}

.headerMenu .nav-item .nav-link::after {
  content: '|';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: auto;
  right: 0px;
  z-index: 1;
  color: #ffffff;
}

.headerMenu .nav-item:last-child .nav-link::after {
  display: none;
}

.headerMenu .nav-item a:hover {
  color: #ffffff;
}

.headerMenu .nav-item:nth-child(1) {
  border-radius: 50px 0px 0px 50px;
  /* border-radius: 50px; */
}

.headerMenu .nav-item:nth-child(3) {
  border-radius: 0px 50px 50px 0px;
}

.headerMenu .nav-item.main-item.new-menu-item.home-page-menu-item:nth-child(1) {
  border-radius: 50px 0px 0px 50px;
    /* border-radius: 50px; */
}

.headerMenu .nav-item:nth-child(3) {
  border-radius: 0px 50px 50px 0px;
}

.headerMenu .nav-item.main-item.new-menu-item:nth-child(3) {
  border-radius: 0px 50px 50px 0px;
}

/* 09-02-2026 */
.headerMenu .nav-item.main-item.new-menu-item.nav-item-all:nth-child(2) {
  border-radius: 50px 0px 0px 50px !important;
  /* border-radius: 50px !important; */
}

.headerMenu .nav-item.main-item:nth-child(2) {
  border-radius: 50px 0px 0px 50px;
  /* border-radius: 0px 50px 50px 0px; */
}

.headerMenu .nav-item.main-item.new-menu-item.madambakkam-menu-item:nth-child(2) { 
   border-radius: 50px 0px 0px 50px !important; 
  /* border-radius: 50px !important; */
}

.headerMenu .nav-item.main-item.new-menu-item.madambakkam-menu-item:nth-child(3) {
    border-radius: 0px 50px 50px 0px;
}
.headerMenu .nav-item.main-item.new-menu-item:nth-child(2) {
    border-radius: 0px 50px 50px 0px !important;
}

.headerMenu .nav-item.main-item.new-menu-item.nav-item-all:nth-child(3) {
 border-radius: 0px 50px 50px 0px !important;
}
.headerMenu .nav-item.main-item.new-menu-item.home-page-menu-item:nth-child(2) {
    border-radius: 0px 50px 50px 0px !important;
}
.headerMenu .nav-item.main-item:nth-child(3) {
  border-radius: 0px 0px 0px 0px;
}

.headerMenu .nav-item.main-item:nth-child(4) {
  border-radius: 0px 50px 50px 0px;
}

.velammal-navbar.navbar {
  padding: 0rem;
}

.velammal-navbar.fixed-top {
  position: fixed;
}

.velammal-navbar.bg-light {
  background-color: #fff;
  height: 60px;
}

.velammal-navbar.navactive.bg-light {
  height: 60px;
}

.velammal-navbar.navactive.bg-light .navbar-brand img {
  width: 140px;
}

.velammal-navbar.bg-light .velammal-navBG a {
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px;
}

.velammal-navbar.bg-light .velammal-navBG a:hover {
  color: #000000;
}

.velammal-navbar.bg-light .navbar-brand .transparentLogo {
  display: none;
}

.velammal-navbar.bg-light .navbar-brand .bgLogo {
  display: block;
}

.velammal-navbar.navactive.bg-light .velammal-navBG a {
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px;
}

.velammal-navbar.navactive.bg-light .velammal-navBG a:hover {
  color: #000000;
}

.velammal-navbar .navbar-brand {
  margin-right: 1rem;
  margin-left: 5px;
}

.velammal-navbar .navbar-brand img {
  width: 140px;
}

.velammal-navbar .velammal-navBG.container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.velammal-navbar .collapse.show .nav-link.yellowColorBtn {
  display: none;
}

.velammal-navbar .velammal-navBG a {
  color: #fff;
}

.velammal-navbar .velammal-navBG a:hover {
  color: #000000;
}

.navbar-collapse.justify-content-end {
  justify-content: center !important;
}

.navbar-light .navbar-toggler {
  color: #000000;
  border-color: #000000;
}

.navbar-collapse .nav-link {
  color: #ffffff !important;
}

.navbar-collapse {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  left: 0px;
  top: 0px;
  right: 100%;
  /*background-color: #002776;*/
  z-index: 98;
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start !important;
  text-align: left !important;
  margin: 0;
  transition: all 500ms ease-in;
}

.navbar-collapse .navbar-nav {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 100px 0px 0px 50px;
}

.navbar-collapse.collapse.show .nav-link {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.navbar-collapse.collapse.show .nav-link.active {
  color: #EF564A !important;
}

.navbar-collapse.collapse.show .nav-link:active,
.navbar-collapse.collapse.show .nav-link:focus {
  color: #EF564A !important;
}

.navbar-collapse.collapse.show .nav-link:hover {
  color: #EF564A !important;
}

.navbar-collapse.collapsing {
  position: fixed !important;
}

.navbar-collapse.collapsing {
  left: -100%;
}

.navbar-collapse.show {
  left: 0px;
}

.navbar-toggler.collapsed~.navbar-collapse {
  transition: left 400ms ease-out;
}

.navbar-toggler {
  float: left;
  border: none;
  padding: 0px 15px 0px 0px;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  vertical-align: top;
}

.navbar-light .navbar-toggler-icon {
  width: 30px;
  height: 16px;
  z-index: 99;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #0C77BB;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon {
  background-image: none !important;
}

.navbar-light .navbar-toggler {
  border-color: #002776 !important;
  background: #ffffff !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
  z-index: 100;
  position: relative;
}

.navbar-light .navbar-toggler.collapsed {
  border-color: #ffffff !important;
  background: #002776 !important;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 30px;
  position: absolute;
  height: 1px;
  background-color: #0C77BB;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 7px;
}

.navbar-toggler.collapsed .navbar-toggler-icon:after {
  transform: rotate(0deg);
  width: 20px;
  border-color: #ffffff;
  background-color: #ffffff;
}

.navbar-toggler.collapsed .navbar-toggler-icon:before {
  transform: translateY(0px) rotate(0deg);
  border-color: #ffffff;
  background-color: #ffffff;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  border-color: #ffffff;
}

.navbar-toggler .navbar-toggler-icon:after {
  transform: rotate(45deg);
  border-color: #002776;
  background-color: #002776;
}

.navbar-toggler .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
  border-color: #002776;
  background-color: #002776;
}

.navbar-toggler .navbar-toggler-icon {
  border-color: transparent;
}

.navbar {
  height: auto;
  display: inherit;
}

.navbar-brand img {
  width: 70px;
}

.nav-link {
  padding: 1rem 1rem;
}


.velammal-navbar .velammal-navBG.container-fluid {
  max-width: 100%;
  padding: 0px 5px;
}

.velammal-navbar .velammal-button {
  color: #000 !important;
}

.velammal-navbar .nav-icon {
  display: none;
}


/* Learning Section */
.learning-sec {
  position: relative;
  padding: 100px 0px 0px;
  z-index: 1;
  background-color: #fff;
}

.learning-content-div h1 {
  font-size: 65px;
  text-transform: uppercase;
  color: #002776;
  padding-bottom: 20px;
  font-weight: bold;
}

.learning-content-div p {
  font-size: 18px;
  padding-bottom: 35px;
}

.learning-content-div h1 em {
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
  display: block;
  font-style: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fffcf2;
  color: transparent;
  color: #002776;
}

.outlineCircle {
  width: 490px;
  height: 490px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  -webkit-box-shadow: inset 0 0 0 1px #FED31D;
  -moz-box-shadow: inset 0 0 0 1px #FED31D;
  box-shadow: inset 0 0 0 1px #FED31D;
  z-index: 1;
}

.fullCircle {
  background: #FED31D;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 2;
}

/* Velammal New Footer */
.velammal-new-footer {
  position: relative;
}

.velammal-new-footer-top-div h2 {
  position: relative;
}

.velammal-new-footer-top-div h2::after {
  top: 100px;
  right: -100px;
  left: auto;
  background-image: url('./img/Chairman-Message-section-1-Right.gif');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 100px;
  height: 100px;
}

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

.velammal-new-footer-top {
  background: url('./img/footer-bg.jpg'), #002776;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 80px 100px 80px;
}

.velammal-new-footer-top .overlay {
  background-color: #002776;
  clear: float;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}

.velammal-new-footer-top-div h2 {
  color: #fff;
  font-size: 100px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  line-height: 100px;
  margin-bottom: 40px;
}

.footer .footer-ul {
  padding: 35px 0;
  position: relative;
  z-index: 1;
  list-style: none;
}

.footer .footer-item {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

.footer-button.isWhite {
  color: #fff;
  z-index: 2;
  position: relative;
}

.footer-button span {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.02em;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  vertical-align: middle;
}

.footer-button i {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline-flex;
  height: 33px;
  margin-left: 20px;
  position: relative;
  vertical-align: middle;
  width: 28px;
}

.footer-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.footer-button i:after {
  background-image: url('./img/footer-circle-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}


.footer-button:hover i:after {
  background-image: url('./img/footer-circle-yellow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.footer-button:hover svg use {
  stroke-dashoffset: 0;
}

.footer-button svg use {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-transition: stroke-dashoffset .5s ease-in-out;
  -o-transition: stroke-dashoffset .5s ease-in-out;
  -moz-transition: stroke-dashoffset .5s ease-in-out;
  transition: stroke-dashoffset .5s ease-in-out;
}

.footer-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  position: relative;
}

.footer-item {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;

}

.footer-item a:hover {
  text-decoration: none;
}

.velammal-new-footer-top .address {
  width: 50%;
  margin: 0 auto;
  color: #fff;
  padding: 25px 0px;
}

.footer-ul p {
  color: #ffffff;
}

.footer-contact a:hover {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #fed31d;
}

.footer-contact a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: border-bottom .2s ease-in-out;
  -o-transition: border-bottom .2s ease-in-out;
  -moz-transition: border-bottom .2s ease-in-out;
  transition: border-bottom .2s ease-in-out;
}

.footer-contact.social-icons a {
  border: none;
}

.footer-contact.social-icons a i {
  font-size: 25px;
}

.footer-address-container {
  position: relative;
  background-color: #002776;
  color: #ffffff;
  padding: 40px 80px 10px 80px;
  z-index: 999;
}

.footer-address-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.footer-address-div h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.footer-address-div h4 a:hover {
  font-size: 18px;
  color: #ffffffab;
  text-decoration: none;
}

.footer-address-div .navbar-brand img {
  width: 50%;
}

.footer-address-div .social-media-icons .footer-social {
  padding-right: 20px;
  color: #fff;
}

.footer-address-div .social-media-icons {
  margin-top: 20px;
}

.footer-address-div a,
.footer-address-div a:hover {
  font-size: 18px;
  color: #ffffffab;
  text-decoration: none;
}

.footer-address-div p {
  margin-bottom: 0.5rem;
}

.copy-right-container {
  background-color: #04328E;
  padding: 15px 80px 20px 80px;
  z-index: 3;
  position: relative;
}

.copy-right-container .copy-right-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copy-right-container .copy-right-row .left-col {
  text-align: left;
  display: flex;
}

.copy-right-container .copy-right-row .right-col {
  display: flex;
  justify-content: flex-end;
  position: relative;
  text-align: right;
}

.copy-right-container .copy-right-row .right-col .links {
  margin: 0 20px;
}

.copy-right-container .copy-right-row p {
  margin-bottom: 0;
  color: #ffffff;
}

.copy-right-container .copy-right-row a,
.copy-right-container .copy-right-row a:hover {

  color: #ffffff;
  text-decoration: none;
}



/* School Swiper Section */

.schoolSwiper-container {
  position: relative;
  padding: 0;
}

.schoolSwiper .swiper-slide.swiper-slide-active .school-swiper-img {}

.school-swiper-img img {
  border-radius: 50%;
  width: 525px;
  height: 525px;
  position: relative;
  margin: 0 auto;
}

.school-swiper-img {
  position: relative;
  padding: 35px;
  z-index: 10;
}

.school-swiper-img::after {
  content: '';
  position: absolute;
  top: 0px;
  background-image: url('./img/curve-img-circle.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  bottom: 0px;
  height: 100%;
  right: 0;
  width: 100%;
  z-index: -7;
  animation: animName 10s linear infinite;
}

.schoolSwiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.school-swiper-div {
  text-align: center;
  position: relative;
  padding: 60px 0px;
}

.learning-swiper-container .header-row {
  position: relative;
}

.learning-swiper-container .header-row::after {
  top: auto;
  bottom: 150px;
  right: auto;
  left: 200px;
  background-image: url('./img/Bulge-arrow.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 150px;
  height: 150px;
}

.gallery-top .swiper-slide.swiper-slide-active .school-swiper-img::before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0px;
  height: 175px;
  background: #002776;
  right: 0;
  width: 175px;
  border-radius: 50%;
  z-index: -6;
}

.gallery-top .swiper-slide.swiper-slide-active .school-swiper-img {
  display: block;
  transform: scale3d(1.05, 1.05, 1.05);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 1400ms ease;
}

.gallery-top .swiper-slide .school-swiper-img {
  display: none;
}

.gallery-top .swiper-slide,
.gallery-top .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  transition: all .5s ease-in-out;

}

.gallery-top .swiper-slide.swiper-slide-active .school-swiper-div::before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0px;
  height: 175px;
  background-image: url('./img/see-more-btn.svg');
  background-size: cover;
  background-repeat: no-repeat;
  right: -40px;
  width: 175px;
  border-radius: 50%;
  z-index: 11;
}

.school-swiper-title {
  font-size: 60px;
  color: #ffffff;
  letter-spacing: -.02em;
  position: relative;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
}

.school-swiper-title a {
  color: #fff;
}

.school-swiper-title a:hover {
  color: #fff;
  text-decoration: none;
}

.schoolSwiper .swiper-slide.swiper-slide-active .school-swiper-title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fffcf2;
  color: transparent;
}

.school-swiper-para {
  font-size: 20px;
  color: #ffffff;
}

/* Highlights section */
.highlights-sec {
  position: relative;
  padding: 100px 0px 0px 0px;
  background: #ffffff;
  z-index: 2;
}

.highlights-sec::before {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 0px;
  height: 90%;
  background: #002776;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  width: 45%;
  z-index: auto;
}

.highlights-sec::after {
  content: '';
  position: absolute;
  top: -200px;
  bottom: 0px;
  height: 600px;
  background-image: url('./img/Belong-section-Bottom1.gif');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  width: 100%;
  z-index: auto;
}

.highlights-sec .highlights-container {
  position: relative;
  padding: 0px;
}

.highlights-sec .highlights-container::after {
  top: -125px;
  right: auto;
  left: 200px;
  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;
}

.highlights-heading-div h3 {
  position: relative;
  display: inline-block;
  color: #002776;
  text-transform: uppercase;
  font-size: 65px;
  margin-bottom: 30px;
}

.highlights-heading-div h3::after {
  top: -60px;
  right: -100px;
  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;
}



.highlightsSwiper .swiper-wrapper {
  margin-bottom: 0px;
}

.highlights-row {
  margin-bottom: 100px;
}

.highlightsSwiper .padding-zero {
  padding: 0;
}

.highlight-img-small img {
  width: 100%;
  height: 12rem;
  border: 2px solid #fff;
}

.highlight-img-large img {
  width: auto;
  height: 24rem;
  border: 2px solid #fff;
}

.highlights-heading-div {
  padding: 100px;
  position: relative;
}

.highlights-heading-div .read-more-button:hover {
  text-decoration: none;
  color: #002776;
}

.highlights-heading-div::after {
  bottom: 0px;
  right: 100px;
  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;
}

.highlights-heading-div p {
  color: #002776;
}

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

.highlightsSwiper .swiper-button-prev:after,
.highlightsSwiper .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;
}

.highlightsSwiper .swiper-button-next:after,
.highlightsSwiper .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;
}

.highlightsSwiper .swiper-button-next {
  right: auto;
  left: 100px;
}

.highlightsSwiper .swiper-button-prev {

  right: auto;
  left: 10px;
}

/* Chairman Section Style start */

.chairman-img-div {
  position: relative;
  padding-bottom: 30px;
}

.chairman-yellow-img {
  position: relative;
}

.chairman-sec {
  background-color: #002776;
  position: relative;
  padding: 100px 80px 60px 80px;
  margin-top: -30px;
  z-index: 9;
}

.event-sec .waveWrapperInnerPurple1 {
  top: -35px;
  transform: rotate(180deg);
}

.chairman-bottom-img {
  position: absolute;
  width: 90%;
  overflow: hidden;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.chairman-sec .waveWrapperInnerPurple1 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  top: -100px;
}

.chairman-sec .wave-top {
  background-size: 100%;
}

.chairman-top-img {
  position: absolute;
  top: -25px;
  width: 100%;
  height: 100%;
  right: 0px;
}

.chairman-head {
  position: relative;
}

.chairman-head h2 {
  position: relative;
  display: inline-block;
  font-size: 75px;
  color: #ffffff;
}

.chairman-head h4 {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #ffffff;
}

.chairman-head-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.message-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  background-image: url('./img/Message-Ribbon-Airplane.gif');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 300px;
  height: 100px;
}

.message-icon img {
  position: relative;
}


.message-icon p {
  font-size: 20px;
  color: #000000;
  margin-top: 25px;
  margin-left: 30px;
  text-transform: uppercase;
}

.message-icon::after {
  background-image: url('./img/airplane-flying-city-copy.png');
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0px;
  width: 150px;
  height: 60px;
  right: -130px;
  display: none;
}

.read-more-button {
  text-transform: uppercase;
  color: #002776;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #FED31D;
  border-radius: 25px;
  background-color: #fff;
  position: absolute;
  text-align: center;
  border-width: 2px 3px 10px 10px;
  width: 200px;
}

.chairman-content-row {
  padding: 100px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.chairman-content-div h4 {
  font-size: 50px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

.chairman-content-div h5 {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 40px;
}

.chairman-content-div p {

  width: 90%;
  line-height: 30px;
  margin-bottom: 20px;

}

.chairman-img {
  text-align: center;
}

.chairman-name h6 {
  color: #ffffff;
  font-size: 25px;
}

.chairmanSwiper .swiper-button-prev {
  display: none;
}

.chairmanSwiper .swiper-button-next,
.chairmanSwiper .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 250px;
}

.chairmanSwiper .swiper-button-next.swiper-button-next-123 {
  right: auto;
  left: 5px;
  position: absolute;
  top: 75%;
  width: 150px;
}

.chairmanSwiper .swiper-button-next,
.chairmanSwiper .swiper-button-prev {
  position: absolute;
  top: 90%;
  width: 150px;
}

.swiper-button-next span {
  color: #fff;
  font-size: 20px;
}

.chairmanSwiper .swiper-button-next:after,
.chairmanSwiper .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
}

.gallery-top .swiper-container {
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.gallery-top .swiper-slide-container {
  text-align: center;
  font-size: 18px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-top {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.gallery-thumbs {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;

}

.gallery-thumbs .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: transform;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.gallery-top .swiper-slide.swiper-slide-active .school-swiper-content {
  display: block;
  margin: 0;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
}

.gallery-top .swiper-slide .school-swiper-content {
  display: none;
}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
  width: 80px;
  height: 80px;
  background-color: #B90124;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 80%;
  z-index: 9999;
  cursor: pointer;
}

.gallery-thumbs .swiper-button-prev {
  display: none;
}

.gallery-thumbs .swiper-button-prev:after,
.gallery-thumbs .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;
}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-rtl .swiper-button-prev {
  right: 30%;
  left: auto;
}

.gallery-thumbs .swiper-button-next:after,
.gallery-thumbs .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;
}

.gallery-thumbs .swiper-button-next.swiper-button-disabled,
.gallery-thumbs .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}



/***********************************
      Events Section Style Start
*************************************/
.event-sec {
  position: relative;
  padding: 60px 80px 0px 80px;
  background-color: #ffffff;
  z-index: 1;
}

.event-sec-sub-img img {
  width: 100%;
}

.event-sec-sub-img.left-img {
  bottom: 15%;
  width: 100%;
  zoom: 0.982;
  left: 0;
  position: absolute;
}

.event-sec-header {
  max-width: 650px;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
  margin-left: 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 99;
}

.event-sec::after {
  top: 150px;
  right: 150px;
  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;
}

.event-sec::before {
  top: 100px;
  right: 50%;
  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;
}

.event-sec-subheader {
  text-transform: uppercase;
  font-family: "Helvetica-Neu-Bold", sans-serif;
  letter-spacing: 4.5px;
  color: #002776;
  font-size: 60px;
  position: relative;
}

h2.event-sec-subheader::before {
  top: -60px;
  left: -60px;
  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;
}

.event-sec-header h4 {
  text-transform: uppercase;
  font-family: "LibreBaskerville-Regular", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  width: 55%;
  font-weight: 300;
}

.event-sec-swiper {
  margin-top: -100px;
  left: -25px;
  position: relative;
  z-index: 35;
}

.event-sec-content {
  position: relative;
}

.event-card-1 {
  position: relative;
  left: -110px;
}

.event-card-2 {
  min-height: 230px;
  pointer-events: none;
  position: relative;
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  transform: translateY(-15%);
  z-index: 2;
}

.event-card-3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.event-sec-image {
  aspect-ratio: 16/12;
  cursor: pointer;
  margin: 0 0 30px;
  position: relative;
}

.event-card-1 .event-sec-image {
  max-width: 430px;
  margin-left: auto;
  z-index: 1;
}

.event-card-2 .event-sec-image {
  margin-left: 0%;
  pointer-events: all;
  max-width: 470px;
  position: relative;

}

.event-card-2 .event-sec-image img {
  position: relative;
}

.event-card-2 .event-sec-image::before {

  background-image: url(./img/Component-108.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 50px;
  top: -20px;
  right: -230px;

}

.event-card-3 .event-sec-image {
  margin-right: 15%;
  margin-left: auto;
  max-width: 450px;
}

.event-name-div {
  text-transform: uppercase;
  color: #002776;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #FED31D;
  border-radius: 25px;
  background-color: #fff;
  position: absolute;
  text-align: center;
  border-width: 2px 3px 10px 10px;
  width: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.event-name-div p {
  font-size: 24px;
  font-family: "Helvetica-Neu-Bold", sans-serif;
  margin-bottom: 0;
}

.event-card-1 .event-name-div {
  right: -10%;
  bottom: 0%;
  left: auto;
}

.event-card-2 .event-name-div {
  bottom: 13%;
  right: -35%;
}

.event-card-3 .event-name-div {
  bottom: -3%;
  right: 40%;
}

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

.swiper-button-prev {
  left: auto;
  right: 90px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 60%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: block;
  align-items: center;
  justify-content: center;
  color: #4b4c4d;
}

.event-swiper-slider .swiper-button-prev:after,
.event-swiper-slider .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: 95%;
  height: 100%;
  left: -7px;
  content: "";
  position: absolute;
  top: -2px;
}

.event-swiper-slider .swiper-button-next:after,
.event-swiper-slider .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: 95%;
  height: 100%;
  left: 6px;
  content: "";
  position: absolute;
  top: 0px;
}

/***********************************
      Our DNA Section Style Start
*************************************/
.dna-img1,
.dna-img2,
.dna-img3,
.dna-img4 {

  position: relative;
  cursor: pointer;
}

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

.dna-img1 img:hover,
.dna-img2 img:hover,
.dna-img3 img:hover,
.dna-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);
}

.dna-img1 {
  position: relative;
}

.dna-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;
}

.dna-img2 {
  position: relative;
}

.dna-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;
}

.dna-img3 {
  position: relative;
}

.dna-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;
}

.dna-img4 {
  position: relative;
}

.dna-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-dna-sec {
  position: relative;
  margin-top: -15%;
  padding: 100px;
  z-index: 1;
}

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

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

.our-dna-header {
  padding: 25px;
  position: relative;
  z-index: 9;
}

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

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

.our-dna-row1.our-dna-row2 {
  padding: 100px 0px 20px 0px;
}

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

.dna-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;
}

.dna-card2 {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  text-align: center;
  margin-left: 10px;
}

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

.dna-card4 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 20px;
}

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

.dna-card-1 {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

.research-learn-sec {
  position: relative;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 1;
}

.research-learn-row {
  position: relative;
  z-index: 1;
}

.research-swiper-right {
  height: 100%;
  width: 100%;
}

.swiper-container1 {
  height: 100%;
  width: 100%;
}

.swiper-container2 {
  height: 100%;
  width: 100%;
}

.research-swiper-left {
  height: auto;
  width: 100%;
  position: relative;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}

.swiper-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.research-head h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.81px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.research-head h2 {

  font-size: 85px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -4.41px;
  line-height: 84px;
  text-align: left;
}

.research-head p {
  opacity: 0.5;
  padding: 20px 0px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.81px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}

.swiper-container1 .swiper-wrapper {

  display: flex !important;
  align-items: center !important;
  height: auto !important;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 650px;
  position: relative;
  width: 100%;

}

.attributes-links p {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.81px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
}

.research-left-div {
  width: 80%;
  left: 40px;
  position: relative;
  padding-top: 100px;
}

.swiper-container1 .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

.research-swiper-img {
  margin-bottom: 50px;
}

.research-swiper-content {
  width: 80%;
}

.research-swiper-content h5 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}

.swiper-container2 .swiper-pagination {
  text-align: right;
}

.swiper-container2 .swiper-horizontal>.swiper-pagination-bullets,
.swiper-container2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-container2 .swiper-pagination-custom,
.swiper-container2 .swiper-pagination-fraction {
  bottom: 130px;
}

.swiper-container2 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
}

.swiper-thumbs-button-next {
  position: absolute;
  height: 35px;
  width: 35px;
  background-image: url('./img/Component-229–1.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  content: "";
  right: 8%;
  top: 45%;
  border-radius: 100px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, .7));
}

.swiper-thumbs-button-prev {
  position: absolute;
  height: 35px;
  width: 35px;
  background-image: url('./img/Component-230–1.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  content: "";
  left: 8%;
  top: 45%;
  border-radius: 100px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, .7));
}

.heading {
  background: #fff;
  margin: 0 auto 0px;
  max-width: 390px;
  z-index: 2;
  position: relative;
}

.heading::after {
  top: -125px;
  right: -100px;
  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;
}

.heading::before {
  top: -90px;
  left: -70px;
  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;
}

.heading h2 {
  color: #161615;
  font-family: "Helvetica-Neu-Bold", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.16;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.heading h2::after {
  top: 0%;
  left: auto;
  right: 0%;
  background-image: url('./img/Leaf-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;
}

.thumbnails-buttons {
  margin-top: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnails-buttons a {
  font-size: 20px;
  margin: 10px;
  min-width: 224px;
  padding: 14px 20px 14px 20px;
}

.downloadBtn:hover {
  background: #A1B1B2;
  color: #002776;
  text-decoration: none;
}

.downloadBtn {
  background: #002776;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: "Helvetica-Neu-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  padding: 14px 45px 14px 25px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}

.thumb {
  cursor: pointer;
  position: relative;
}

.globe-section.active .intro__globe {
  background: #FED31D;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 2;
}

.globe-section.active .intro__globe img {
  display: block;
}

.intro__globe img {
  display: none;
}

.learning-swiper-container {
  z-index: 99;
  position: sticky !important;
  height: auto;
  background-color: #0E9ED9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 35px;
  padding-top: 50px;
}

.learning-swiper-container h2 {
  font-size: 60px;
  text-transform: uppercase;
  padding: 20px 0px;
  width: 70%;
  color: #fff;
}

.learning-content-div {
  z-index: 9;
  position: relative;
  /*padding: 10px 0px 45px;*/
  padding: 10px 0px 10px;
}

.chairman-swiper-div {
  z-index: 9;
  position: relative;
}

.research-learn-sec .waveWrapperInnerPurple1 {
  height: 75px;
  top: -1px;
}

/***********************************
     Contact Page Style Start
*************************************/
/***********************************
     Contact Page Banner Style Start
*************************************/
.page-title-container {
  z-index: 5;
}

.page-title-container .page-title-inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 40px 20px;
}

.page-title-container .page-title {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.page-title-container .page-title {
  display: block;
  -webkit-transition: visibility .4s ease, -webkit-transform .4s ease;
  transition: visibility .4s ease, -webkit-transform .4s ease;
  -o-transition: visibility .4s ease, -o-transform .4s ease;
  -moz-transition: transform .4s ease, visibility .4s ease, -moz-transform .4s ease;
  transition: transform .4s ease, visibility .4s ease;
  transition: transform .4s ease, visibility .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
  width: 100%;
}

.secondLvlCss h1 {
  color: #fff;
  display: block;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 100px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.admission-fomr-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%;
}

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

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

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

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

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

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

.admission-fomr-div-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;
  width: 100%;
}

.adm-form-one .form-dropdown {
  width: 100%;
  padding: 8px;
  border: 1px solid #ced4da;
  resize: vertical;
  color: #000;
  background-color: #ffffff;
  text-align: left;
}

.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%;
}

/***********************************
     Contact Page Map Sectin Style Start
*************************************/

.contact-map {
  height: 400px;
  position: relative;
}

.google-maps {
  border: none;
  height: 400px;
  width: 100%;
  position: relative;
}

.google-maps iframe {
  border: none;
  height: 400px;
  width: 100%;
}

.shTemplMap__container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  margin: 0 auto;
  padding: 0 100px;
  height: 100%;
}

.shTemplMap__infoWrapper {
  float: right;
  height: 100%;
  width: 370px;
}

.shTemplMap__infoBox {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: hsl(220.17deg 100% 23.14%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 100%;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.shTemplMap__inner {
  text-align: left;
}

.shTemplMap__primaryTitle {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
}

.shTemplMap__forSingleSchool address {
  border-bottom: 1px solid #adadad;
  border-top: 1px solid #adadad;
  margin-top: 25px;
  padding: 10px 0 10px;
}

.shTemplMap__forSingleSchool address p {
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-transform: none;
  color: #fff;
}

.shTemplMap__forSingleSchool address p a {
  color: #fff;
}

.shTemplMap__forSingleSchool address p a:hover {
  color: #fff;
  text-decoration: none;
}

.shTemplMap__forSingleSchool p a {
  color: #fff;
}

.shTemplMap__forSingleSchool p a:hover {
  color: #fff;
  text-decoration: none;
}

.shTemplMap__container.left-side {
  left: 0 !important;
  right: inherit !important;
}

.colud-img1 {
  position: absolute;
  top: 300px;
  left: 250px;
}

.colud-img2 {
  position: absolute;
  top: 200px;
  right: 40px;

}

.colud-img3 {
  position: absolute;
  top: 0px;
}

.colud-img4 {
  position: absolute;
  top: 300px;
  left: 17%;
}

.colud-img5 {
  position: absolute;
  bottom: 10%;
  right: 40px;

}

.colud-img6 {
  position: absolute;
  bottom: 10%;

}

.header-row {
  position: relative;
}

.star-group.stars-1 {
  top: -25%;
  bottom: auto;
  left: 70px;
  position: absolute;
}

.star-group.stars-2 {
  top: 0;
  bottom: auto;
  right: -50px;
  position: absolute;
}

.star-group.stars-3 {
  top: auto;
  bottom: 200px;
  left: 0px;
  position: absolute;
}

.star-group.stars-4 {
  top: auto;
  bottom: 100px;
  left: -200px;
  position: absolute;
}

.star-group.stars-5 {
  top: auto;
  bottom: 100px;
  right: -200px;
  position: absolute;
}

.star-group.stars-6 {
  top: auto;
  bottom: 280px;
  right: 50px;
  position: absolute;
}

.about-sec .our-dna-img-div.header-row .star-group.stars-6 {
  top: auto;
  bottom: 0%;
  right: 20%;
  position: absolute;
}

.about-sec .our-dna-img-div.header-row .star-group.stars-4 {
  top: auto;
  bottom: 0%;
  left: 35%;
  right: auto;
  position: absolute;
}


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

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

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

.our-dna-img-div .star-group.stars-4 {
  top: auto;
  bottom: 10px;
  right: 0px;
  position: absolute;
}

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

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

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

.learning-swiper-container .star-group.stars-1 {
  top: 0;
  bottom: auto;
  left: 25%;
  position: absolute;
}

.learning-swiper-container .star-group.stars-2 {
  top: 15%;
  bottom: auto;
  right: 15%;
  position: absolute;
}

.learning-swiper-container .star-group.stars-3 {
  top: auto;
  bottom: 15%;
  left: 35%;
  position: absolute;
}

.learning-swiper-container .star-group.stars-4 {
  top: 30%;
  bottom: auto;
  left: 20%;
  position: absolute;
}

.learning-swiper-container .star-group.stars-5 {
  top: auto;
  bottom: 40%;
  left: 25%;
  position: absolute;
}

.learning-swiper-container .star-group.stars-6 {
  top: auto;
  bottom: 35%;
  right: 5%;
  position: absolute;
}

.navbar-collapse .star-group.stars-1 {

  top: 100px;
  bottom: auto;
  right: auto;
  left: 100px;
  position: absolute;
}

.navbar-collapse .star-group.stars-2 {

  top: 30px;
  bottom: auto;
  right: 30%;
  position: absolute;
}

.navbar-collapse .star-group.stars-3 {

  top: auto;
  bottom: 550px;
  right: auto;
  left: 35%;
  position: absolute;
}

.navbar-collapse .star-group.stars-4 {

  top: auto;
  bottom: 30%;
  right: 1%;
  position: absolute;
}

.navbar-collapse .star-group.stars-5 {
  top: auto;
  bottom: 25%;
  right: 50%;
  position: absolute;
}

.navbar-collapse .star-group.stars-6 {
  top: 40%;
  bottom: auto;
  right: 20%;
  position: absolute;
}

.navbar-collapse .star-group.stars-7 {
  top: 20%;
  bottom: auto;
  right: 10%;
  position: absolute;
}

.navbar-collapse .star-group.stars-8 {
  top: 65%;
  bottom: auto;
  right: 30%;
  position: absolute;
}

.navbar-collapse .star-group.stars-9 {

  top: 50%;
  bottom: auto;
  left: 20%;
  position: absolute;
}

.navbar-collapse .star-group.stars-10 {
  top: 75%;
  bottom: auto;
  left: 25%;
  position: absolute;
}

.menu-globe-img {
  top: 30px;
  bottom: auto;
  right: 20%;
  position: absolute;
}

.menu-light-img {
  top: 30px;
  bottom: auto;
  right: 50%;
  position: absolute;
}

.menu-bottom-img {
  top: auto;
  bottom: 40%;
  right: 0%;
  position: absolute;
  width: 400px;
  height: 200px;
}

.star-group .star:nth-child(1) {
  animation-delay: 0s !important;
  right: 1rem;
  top: 2rem;
}

.star-group .star {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  width: 40px;
  height: 50px;
  -webkit-animation: stars 5s infinite cubic-bezier(.65, .49, .21, .98);
  -moz-animation: stars 5s infinite cubic-bezier(.65, .49, .21, .98);
  animation: stars 5s infinite cubic-bezier(.65, .49, .21, .98);
}

.star-group .star:nth-child(2) {
  animation-delay: 2s !important;
  right: 0;
  top: 0;
}

.star-group .star:nth-child(3) {
  animation-delay: 3s !important;
  right: -1.5rem;
  top: 1.5rem;
}

@keyframes stars {

  0%,
  to {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}


#pokretni_oblak1 {
  user-select: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: 25%;
  animation: pokretniOblak1 30s infinite;
  animation-direction: alternate;
}

@keyframes pokretniOblak1 {
  0% {
    left: 0%;
    top: 30%;
  }

  100% {
    left: 100%;
    top: 30%;
  }
}


#pokretni_oblak2 {
  user-select: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -22%;
  left: -20%;

  animation: pokretniOblak2 30s infinite;
  animation-direction: alternate;
}

@keyframes pokretniOblak2 {
  100% {
    left: -10%;
    top: 22%;
  }

  0% {
    left: 110%;
    top: 20%;
  }
}


#pokretni_oblak3 {
  user-select: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10%;
  left: -40%;
  animation: pokretniOblak3 30s infinite;
  animation-direction: alternate;
}

@keyframes pokretniOblak3 {
  100% {
    left: 0%;
    top: 10%;
  }

  0% {
    left: 100%;
    top: 15%;
  }
}



#dna-cloud1 {
  user-select: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10%;
  left: 25%;
  animation: dnacloud1 30s infinite;
  animation-direction: alternate;
}

@keyframes dnacloud1 {
  0% {
    left: 0%;
    top: 10%;
  }

  100% {
    left: 100%;
    top: 15%;
  }
}


#dna-cloud2 {
  user-select: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 25%;
  left: -20%;

  animation: dnacloud2 30s infinite;
  animation-direction: alternate;
}

@keyframes dnacloud2 {
  100% {
    left: -10%;
    top: 25%;
  }

  0% {
    left: 110%;
    top: 30%;
  }
}


#dna-cloud3 {
  user-select: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 40%;
  left: -40%;

  animation: dnacloud3 30s infinite;
  animation-direction: alternate;
}

@keyframes dnacloud3 {
  100% {
    left: 0%;
    top: 40%;
  }

  0% {
    left: 100%;
    top: 45%;
  }
}


#dna-cloud4 {
  user-select: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 60%;
  left: 25%;
  animation: dnacloud4 30s infinite;
  animation-direction: alternate;
}

@keyframes dnacloud4 {
  0% {
    left: 0%;
    top: 60%;
  }

  100% {
    left: 100%;
    top: 65%;
  }
}


#dna-cloud5 {
  user-select: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 75%;
  left: -20%;
  animation: dnacloud5 30s infinite;
  animation-direction: alternate;
}

@keyframes dnacloud5 {
  100% {
    left: -10%;
    top: 75%;
  }

  0% {
    left: 110%;
    top: 80%;
  }
}


#dna-cloud6 {
  user-select: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 85%;
  left: -40%;
  animation: dnacloud6 30s infinite;
  animation-direction: alternate;
}

@keyframes dnacloud6 {
  100% {
    left: 0%;
    top: 85%;
  }

  0% {
    left: 100%;
    top: 90%;
  }
}



/* Campuses Page Style Start */

.banner-bottom-card {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  top: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: 200px;
  padding: 30px;
  left: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner-bottom-card::after {
  bottom: 0px;
  right: -40px;
  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: 50px;
  height: 50px;
}

.bottom-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.campuses-banner-sec {
  position: relative;
}

.campuses-banner-sec .padding-zero {
  padding: 0;
}

.campuses-banner-swiper-slide {
  background-image: url('./img/campuses-page/campus-banner1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}

.campuses-banner-swiper-slide.image1 {
  background-image: url('./img/campuses-page/campus-banner1.jpg');
}

.campuses-banner-swiper-slide.image2 {
  background-image: url('./img/campuses-page/campus-banner1.jpg');
}

.campuses-banner-swiper-slide.image3 {
  background-image: url('./img/campuses-page/campus-banner1.jpg');
}

.campuses-banner-swiper-slide.image4 {
  background-image: url('./img/campuses-page/campus-banner1.jpg');
}

.campuses-banner-swiper-slide.image5 {
  background-image: url('./img/campuses-page/campus-banner1.jpg');
}

.carousel-indicators {
  bottom: 100px;
}

.campuses-banner-swiper-content {
  padding: 100px 100px 0px 100px;
}

.banner-head {
  color: #fff;
  font-size: 75px;
  font-weight: bold;
  width: 65%;
}

.campuses-banner-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.campuses-banner-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
}

.campuses-banner-swiper-slide .overlay {
  background-color: #00000075;
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-bottom-circle-img img {
  position: relative;
}

.campuses-banner-swiper .swiper-horizontal>.swiper-pagination-bullets,
.campuses-banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.campuses-banner-swiper .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 50px;
}

.campuses-banner-sec .waveWrapperInnerPurple {
  height: 100px;
  top: 85%;
}

.scrol-down-icon {
  position: absolute;
  top: auto;
  bottom: -100px;
  right: 100px;
  z-index: 999;
  cursor: pointer;
  background-color: #ddd;
}

.circle-icon-div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 150px;
  height: 150px;
}

.circle-icon-img {
  position: absolute;
  background: url('./img/banner-circle-icon1.svg') no-repeat;
  width: 70px;
  height: 70px;
  background-size: 100%;
}



.campuses-list-sec {
  z-index: 1;
  position: relative;
  padding: 100px 0px;
  margin-top: -15px;
}

.campuses-list-container {
  padding: 0;
}

.campus-content-div {
  padding: 0px 50px;
  color: #ffffff;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.campus-content-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.campus-content-div .event-name-div {
  left: auto;
  right: auto;
  margin: auto;
}

.campus-content-div .event-name-div:hover {
  text-decoration: none;
  color: #000000;
}

.campus-content-div ul {
  line-height: 1.5rem;
}

.campus-content-div ul li {
  margin-bottom: 20px;
}

.campus-content-div h2 {
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.campus-list-img-col {
  padding: 0;
}

.campus-head-container {
  position: relative;
}

.campus-head-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.campus-head-row h2 {
  font-weight: bold;
  font-size: 75px;
  color: #ffffff;
  text-transform: uppercase;
}

.campus-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;
}

.campus-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;
}

.campus-head-row p {
  width: 80%;
  margin: 0 auto;
}

.campuses-list-sec .waveWrapperInnerPurple1 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100px;
  top: -65px;
}

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

.campus-row-three .event-name-div {
  border: 2px solid #FED31D;
  border-width: 2px 3px 10px 10px;
}

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

.campus-row-five .event-name-div {
  border: 2px solid #002776;
  border-width: 2px 3px 10px 10px;
}


/* Velammal Matric Page design */
.velammal-achievements-sec {
  position: relative;
  padding: 100px 0px 100px 0px;
  background-color: #EF564A;
}

.velammal-achievement-head-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.velammal-achievement-head h4 {
  font-size: 45px;
  line-height: 30px;
  margin: 0 0 30px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.velammal-achievement-head p {
  font-size: 17px;
  line-height: 25px;
  width: 70%;
  color: #ffffff;
  margin-bottom: 30px;
}

.velammal-achievements-card {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  margin-bottom: 20px;
  margin-left: 20px;
}

.velammal-achievements-content {
  padding: 20px;
}

.velammal-achievements-div {
  padding-left: 30px;
}

.velammal-achievements-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.velammal-achievements-swiper .swiper-wrapper {
  padding-bottom: 100px;
}

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

.velammal-achievements-swiper .swiper-button-prev,
.velammal-achievements-swiper .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.velammal-achievements-swiper .swiper-button-next,
.velammal-achievements-swiper .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 80px;
}

.velammal-achievements-swiper .swiper-button-next:after,
.velammal-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;
}

.velammal-achievements-swiper .swiper-button-prev:after,
.velammal-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;
}

/* Explore our campus section */
.explore-our-campus {
  position: relative;
  padding: 100px 80px 150px 80px;
}

.explore-sec-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out;
}

.explore-second-row {
  margin-top: -100px;
}

.explore-sec-swiper {
  position: relative;
}

.explore-third-row {
  margin-top: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.explore-sec-header {
  max-width: 650px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  margin-left: 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 99;
}

.explore-sec-header h2 {
  font-size: 45px;
  margin-bottom: 10px;
}

.explore-sec-header h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.explore-card {
  position: relative;
  display: inline-block;
}

.explore-card:hover .explore-sec-image {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.explore-our-campus .explore-sec-image img {
  border-radius: 5px;
}

.explore-card:hover .explore-sec-image img {
  border-radius: 5px;
}

.explore-text-head {
  position: absolute;
  top: 20px;
  right: 50px;
}

.explore-text-head h5 {
  font-size: 25px;
  color: #fff;
}

.explore-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.explore-text p {
  font-size: 25px;
  width: 85%;
  color: #fff;
  text-shadow: 0px 0px 19px #000;
}

.explore-text span {
  font-size: 15px;
  color: #fff;
}

.explore-swiper-slider .swiper-button-next,
.explore-swiper-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #B90124;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 95%;
}

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

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

.explore-second-row .explore-card-2::before {
  background-image: url('./img/Component-108.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 50px;
  top: -20px;
  right: -230px;
}

.velammal-achievement-head {
  position: relative;
}

.velammal-achievement-head h4::after {
  top: -60px;
  right: -80px;
  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: 70px;
  height: 70px;
}

.explore-sec-subheader {
  position: relative;
  display: inline-block;
}

.explore-sec-subheader::after {
  bottom: -30px;
  right: 50px;
  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: 70px;
  height: 70px;
}

/* Matric contact us section */
.matric-contact-sec {
  position: relative;
  padding: 100px 0px;
}

.matric-contact-head-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.matric-contact-form-container {
  padding: 50px 100px;
}

.matric-contact-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EF564A;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 20px;
}

.matric-contact-form .form-control:focus {
  color: #000000;
  background-color: #fff;
  border-color: #EF564A;
  outline: 0;
  box-shadow: none;
}

.matric-contact-form .form-control.text-area {
  height: auto;
}

/* Facilities section */
.velammal-facilities-card {
  cursor: pointer;
  min-height: 100%;
  position: relative;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.angled-decorator,
.angled-decorator:before {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.angled-decorator:before {
  background: transparent;
  background: hsla(0, 0%, 100%, .15);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 60px), -webkit-calc(100% - 30px) -webkit-calc(100% - 30px), -webkit-calc(100% - 60px) 100%, 0 100%, 0 0, 2px 2px, 2px -webkit-calc(100% - 2px), -webkit-calc(100% - 60.83px) -webkit-calc(100% - 2px), -webkit-calc(100% - 31.41px) -webkit-calc(100% - 31.41px), -webkit-calc(100% - 2px) -webkit-calc(100% - 60.83px), -webkit-calc(100% - 2px) 2px, 2px 2px);
  clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 60px), -moz-calc(100% - 30px) -moz-calc(100% - 30px), -moz-calc(100% - 60px) 100%, 0 100%, 0 0, 2px 2px, 2px -moz-calc(100% - 2px), -moz-calc(100% - 60.83px) -moz-calc(100% - 2px), -moz-calc(100% - 31.41px) -moz-calc(100% - 31.41px), -moz-calc(100% - 2px) -moz-calc(100% - 60.83px), -moz-calc(100% - 2px) 2px, 2px 2px);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 30px) calc(100% - 30px), calc(100% - 60px) 100%, 0 100%, 0 0, 2px 2px, 2px calc(100% - 2px), calc(100% - 60.83px) calc(100% - 2px), calc(100% - 31.41px) calc(100% - 31.41px), calc(100% - 2px) calc(100% - 60.83px), calc(100% - 2px) 2px, 2px 2px);
  content: "";
}

.velammal-facilities-card:hover .angled-decorator:after {
  -webkit-transform: translate3d(5px, 5px, 0);
  -moz-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0);
}

.angled-decorator:after {
  border-color: transparent transparent #f7d517;
  border-style: solid;
  border-width: 0 0 19px 19px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 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: 0;
}

.velammal-facilities-img {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 2;
}

.velammal-facilities-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, -o-transform .3s ease;
  -moz-transition: opacity .3s ease, transform .3s ease, -moz-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
  z-index: 2;
}

.velammal-facilities-card:hover .velammal-facilities-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.velammal-facilities-content {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 40px;
}

.velammal-facilities-content h4 {
  color: #FED31D;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.velammal-facilities-content p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 18px;
}

.facilities-bottom-text {
  color: #ffffff;
  font-weight: 100;
  font-size: 15px;
  margin-bottom: 20px;
}

.velammal-facilities-swiper .swiper-wrapper {
  padding-bottom: 100px;
}

.velammal-facilities-swiper .swiper-button-next,
.velammal-facilities-swiper .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 80px;
}

.velammal-facilities-swiper .swiper-button-prev,
.velammal-facilities-swiper .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.velammal-facilities-swiper .swiper-button-next,
.velammal-facilities-swiper .swiper-button-prev {
  top: 90%;
  width: 60px;
  height: 60px;
  background-color: #B90124;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.velammal-facilities-swiper .swiper-button-next:after,
.velammal-facilities-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;
}

.velammal-facilities-swiper .swiper-button-prev:after,
.velammal-facilities-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;
}

.velammal-facilities-swiper .swiper-pagination {
  display: none;
}

.velammal-facilities-div {
  padding-top: 30px;
}


/* Matric Curriculm section */
.matric-curriculum-sec {
  position: relative;
  padding: 8rem 4.5rem 12rem;
}

.matric-curriculum-role-left {
  position: relative;
  padding: 30px 25px 60px;
}

.matric-curriculum-role-left h2 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 55px;
}

.matric-curriculum-role-left .downloadBtn {
  margin-top: 20px;
  text-align: center;
  padding: 14px 30px 14px 25px;
}

.matric-curriculum-role-right h2 {
  margin-top: 0px;
  padding-bottom: 25px;
  margin-bottom: 13px;
  font-size: 40px;
  left: 15px;
  line-height: 35px;
  position: relative;
}

.matric-curriculum-role-right {
  max-width: 80%;
  left: 10%;
  top: 6%;
  position: relative;
}

.matric-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;
}

.matric-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;
}

.matric-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;
}

.matric-curriculum-role-left h2::after {
  top: auto;
  right: auto;
  left: 20%;
  bottom: -45%;
  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: 250px;
  height: 201px;
}

.matric-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;
}

#matric-curriculum .card {
  margin-bottom: 30px;
  border: 1px solid #EF564A;
  border-radius: 30px;
}

#matric-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;
}

#matric-curriculum .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #EF564A;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
}

#matric-curriculum .card .card-header .btn-header-link:after {
  content: '\f062';
  font-weight: 900;
  float: right;
}

#matric-curriculum .card .card-header .btn-header-link.collapsed {
  background: #EF564A;
  color: #fff;
}

#matric-curriculum .card .card-header .btn-header-link.collapsed:after {
  content: '\f063';
}

#matric-curriculum .card .collapsing {
  background: #ffffff;
  line-height: 30px;
}

#matric-curriculum .card .collapse {
  border: 0;
}

#matric-curriculum .card .collapse.show {
  background: #ffffff;
  line-height: 30px;
  color: #222;
}

/* Campuses Page Style End */

/*About page style*/

.about-banner {
  background-image: url(./img/about-academics-banner1.jpg);
  background-position: bottom;
  height: 100vh;
  text-align: center;
}

.s5-shadow {
  background: -webkit-radial-gradient(0 100%, ellipse 100% 60%, rgba(0, 0, 0, .5) 40%, transparent);
  background: -moz-radial-gradient(0 100%, ellipse 100% 60%, rgba(0, 0, 0, .5) 40%, transparent);
  background: -o-radial-gradient(0 100%, ellipse 100% 60%, rgba(0, 0, 0, .5) 40%, transparent);
  background: radial-gradient(ellipse 100% 60% at 0 100%, rgba(0, 0, 0, .5) 40%, transparent);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-text h2 {
  text-transform: uppercase;
  font-family: "Helvetica-Neu-Bold", sans-serif;
  letter-spacing: 4.5px;
  font-size: 60px;
  color: #fff;
  width: 60%;
  margin: 0 auto;
}

.banner-text h1 {
  text-transform: uppercase;
  font-family: "Helvetica-Neu-Bold", sans-serif;
  letter-spacing: 4.5px;
  font-size: 60px;
  color: #fff;
  width: 60%;
  margin: 0 auto;
}

.banner-card {
  position: absolute;
  top: -15%;
  right: 2%;
  height: 220px;
  width: 220px;
  cursor: pointer;
  z-index: 99;
}

.banner-card:hover {
  cursor: default;
  transform: rotateY(180deg);
}

.banner-card .hp-pc-boxshadow,
.banner-card .hp-pc-shadow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  height: 80%;
  left: 50.6%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 81%;
  z-index: 3;
}

.banner-card .hp-pc-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.banner-card .hp-pc-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.banner-card .hp-pc-img i {
  color: #60bab1;
  bottom: -10%;
  right: -20%;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.banner-card .hp-pc-img i:before {
  content: "\e904";
}

/* about section style */

.about-sec {
  position: relative;
  padding: 100px 0px;

}

.about-div {
  color: #fff;
}


.about-div h2 {
  font-size: 60px;
  text-transform: uppercase;
  color: #ffff;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.about-div h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #ffff;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.about-div h2::after {
  top: 10px;
  right: -20%;
  left: auto;
  background-image: url(./img/chairman-yellow-img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: -1;
}

.about-div h2::before {
  top: auto;
  left: 23%;
  right: auto;
  bottom: 25%;
  background-image: url(./img/Chairman-Message-section-Paper.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  width: 75px;
  height: 75px;
}

.mission-sec {
  position: relative;
  width: 100%;
  padding: 0px;
}

.mission-img {
  display: block;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.mission-img img {
  display: block;
  height: auto !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: relative;
  top: 0;
  width: 100% !important;
}

.mission-img-col {
  padding: 0;
}

.mission-content-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 100px;
}

.mission-content {
  position: relative;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  padding: 80px 0px 80px 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.mission-content::before {
  top: 0px;
  right: 0%;
  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: 100px;
  height: 100px;
}

.mission-content-text {
  color: #fff;
  padding: 25px;
}

.mission-content-text h2 {
  font-size: 60px;
  margin-bottom: 40px;
}

.mission-content-text p {
  font-size: 30px;
  font-weight: 100;
  letter-spacing: .025em;
  line-height: 45px;
  margin-bottom: 30px;
  position: relative;
  left: 60px;
}

.mission-content-text p q::before {
  font-size: 8.5rem;
  top: 30px;
  position: absolute;
  margin-left: -65px;
  color: #fff;
}

.mission-content-text p q::after {
  font-size: 8.5rem;
  top: 85px;
  position: absolute;
  margin-left: 5px;
  color: #fff;
}

.mission-content-text hr {
  background-image: url('./img/about/download.svg');
  background-position: top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  border: none;
  display: block;
  height: 14px;
  margin: 0 0 30px;
  max-width: 300px;
  position: relative;
  width: 100%;
}

/* History Section Style */
.history-sec {
  position: relative;
  width: 100%;
  padding: 0;
}

.history-content {
  position: relative;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.history-content-text {
  padding: 0px;
  margin: 90px auto;
}

.history-content-text h2 {
  font-size: 60px;
  margin-bottom: 40px;
}

.history-content-text p {
  width: 100%;
}

/*.history-content::before{*/
/*  top: 35px;*/
/*  right: 0%;*/
/*  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: 100px;*/
/*  height: 100px;*/
/*}*/
.history-img {
  display: block;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.history-img:before {
  content: '';
  position: absolute;
  top: -30px;
  right: 20px;
  background: url('./img/about/our-history-6.png') no-repeat center center / 100% 100%;
  width: 175px;
  height: 175px;
}

.history-img img {
  /*padding:100px;*/
  padding: 50px 100px;
  display: block;
  height: auto !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: relative;
  top: 0;
  width: 100% !important;
}

/* Leadership section style */
.leadership-sec {
  position: relative;
  padding: 10rem 50px;
}

.leadership-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .16);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 410px;
  overflow: hidden;
  -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;
  margin: 70px 0px;
}

.leadership-card .card-img {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  width: 100%;
}

.leadership-card .card-img img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  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%;
}

.leadership-card .card-content {
  padding: 20px;
  text-align: left;
  width: 100%;
}

.leadership-card .card-content .name {
  color: #002776;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 10px;
}

.leadership-card .card-content .description {
  color: #262626;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  letter-spacing: .025em;
  line-height: 25px;
  line-height: 1.5625rem;
  min-height: 30px;
}

/* Facilities Section Style */
.facilities-sec {
  position: relative;
  padding: 5rem 70px;
}

.facilities-sec::after {
  content: '';
  position: absolute;
  top: -115px;
  bottom: 0px;
  height: 600px;
  background-image: url(./img/Belong-section-Bottom1.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  width: 100%;
  z-index: auto;
}

.facilities-sec h2 {
  font-size: 60px;
}

.facilities-swiper {
  margin: 50px 0px;
}

.facilitiesSlider {
  position: relative;
}

.facilitiesImage .swiper-button-prev {
  right: auto;
  left: 10px;
}

.facilitiesImage .swiper-button-next {
  right: 10px;
  left: auto;
}

.facilitiesImage .swiper-button-next,
.facilitiesImage .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #002776;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
}

.facilitiesImage .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;
}

.facilitiesImage .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;
}

.facilitiesSlider-img {
  -webkit-box-shadow: 0 16px 22px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 16px 22px rgba(0, 0, 0, .16);
  box-shadow: 0 16px 22px rgba(0, 0, 0, .16);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;

}

.facilitiesInfo {
  text-align: center;
  padding-top: 25px;
}

/* Academics section style */
.academic-sec {
  position: relative;
  padding: 0rem 70px;
  margin: -1px 0px 0px;
}

.academic-sec h2 {
  font-size: 60px;
  margin-bottom: 20px;
}

.academic-sec h2::after {
  top: -5%;
  left: auto;
  right: 0%;
  background-image: url(./img/Leaf-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;
}

.academic-content::after {
  left: -40px;
  bottom: -15%;
  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;
}

.academic-swiper {
  margin: 50px 0px;
}

.academicSlider {
  position: relative;
}

.academic-sec .swiper-button-prev {
  right: auto;
  left: 0px;
}

.academic-sec .swiper-button-next {
  right: auto;
  left: 0;
  top: 55% !important;
}

.academic-content {
  margin: 90px 0px;
  padding: 0px 20px;
  position: relative;
}

.academic-sec .swiper-button-next,
.academic-sec .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #002776;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
}

.academic-sec .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;
}

.academic-sec .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;
}

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

.academicSlider-img {
  -webkit-box-shadow: 0 16px 22px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 16px 22px rgba(0, 0, 0, .16);
  box-shadow: 0 16px 22px rgba(0, 0, 0, .16);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;

}

.academicInfo {
  text-align: center;
  padding-top: 25px;
}

/* Women's Saftey Section style */
.women-sec {
  position: relative;
  width: 100%;
  padding: 0px;
}

.women-content {
  position: relative;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.women-content-text {
  position: relative;
  padding: 0px;
}

.women-content-text h2 {
  font-size: 60px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.women-content-text p {
  width: 100%;
}

.women-content::before {
  top: 0px;
  right: 5%;
  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;
}

.women-content-text::after {
  bottom: -15%;
  right: auto;
  left: -5%;
  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;
}

/* Blog Section Style */
.blog-sec {
  position: relative;
  padding: 7rem 70px;
}

.blog-sec h2 {
  font-size: 60px;
  margin-bottom: 50px;
}

.blog-swiper {
  padding: 50px 0px;
  position: relative;
}

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

.blog-swiper .swiper-button-prev {
  right: auto;
  left: 10px;
}

.blog-swiper .swiper-button-next {
  right: 10px;
  left: auto;
}

.blog-swiper .swiper-button-next,
.blog-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #002776;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
}

.blog-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;
}

.blog-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;
}

.blogSlider {
  -webkit-box-shadow: inset 0px -20px 20px 0px rgba(0, 0, 0, .16);
  -moz-box-shadow: inset 0px -20px 20px 0px rgba(0, 0, 0, .16);
  box-shadow: inset 0px -20px 20px 0px rgba(0, 0, 0, .16);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;

}

.blogSlider-img {
  position: relative;

}

.blog-sec a:hover {
  text-decoration: none;
}

.blog-sec h2::before {
  top: auto;
  bottom: -10px;
  right: auto;
  left: 35%;
  background-image: url(./img/Bulge-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;
}

.blogInfo {
  text-align: left;
  padding: 25px 20px;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.blogInfo:hover {
  text-decoration: none;
}

.blogImage a {
  color: #000;
  text-decoration: none;

}

.blogImage a:hover {
  color: #000;
  text-decoration: none;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 650px;
  max-width: 650px !important;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 50px 40px 80px;
  width: 100%;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  background-color: #002776;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 1rem 1rem;
  border-bottom: 1px solid #fbfbfb;
  border-bottom-color: #EEEEEE;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  left: 0;
  position: absolute;
  color: #ffff;
  font-size: 45px;
  opacity: 1;
}

label {

  font-size: 14px;
}

.form-control {

  font-size: 14px;
}

.modal-img {
  position: relative;
  padding: 30px 50px;
  margin: 0 auto;
}

.modal-img img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Careers Section */
.careers-sec {
  position: relative;
  padding: 8rem 4.5rem 6rem;
}

.careers-role-left {
  position: relative;
  padding: 10px 25px;
}

.careers-role-left h2 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 55px;
}

.careers-role-left .downloadBtn {
  margin-top: 20px;
  text-align: center;
  padding: 14px 30px 14px 25px;
}

.careers-role-right h2 {
  margin-top: 0px;
  padding-bottom: 25px;
  margin-bottom: 13px;
  font-size: 40px;
  left: 15px;
  line-height: 35px;
  position: relative;
}

.careers-role-right {
  max-width: 100%;
  left: 0%;
  top: 3%;
  position: relative;
}

.careers-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;
}

.careers-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;
}

.careers-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;
}

.careers-role-left h2::after {
  top: auto;
  right: -45px;
  left: auto;
  bottom: 0%;
  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;
}

.careers-role-right::after {
  bottom: auto;
  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;
}

/* Accordion style */

.careers-role-right ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

.careers-role-right ul li {
  position: relative;
  margin: 15px;
  padding: 10px 25px;
  padding-top: 10px;
  border-radius: 30px;
  border: 2px solid rgb(0 39 118);
}

.careers-role-right ul li:hover {
  background-color: #002776;
  color: #fff;
}

.careers-role-right ul li:hover p {
  color: #fff;
}

.careers-role-right ul li:hover i::before {
  background: #fff;
}

.careers-role-right ul li:hover i::after {
  background: #fff;
}

.careers-role-right ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.careers-role-right ul li i {
  position: absolute;
  transform: translate(-10px, 0);
  margin-top: 20px;
  right: 25px;
}

.careers-role-right ul li input[type=checkbox]:checked~p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translateX(-50%);
}

.careers-role-right ul li input[type="checkbox"]:checked~i::before {
  transform: translate(2px, 0) rotate(45deg);
}

.careers-role-right ul li input[type="checkbox"]:checked~i::after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.careers-role-right ul li i::before,
.careers-role-right ul li i::after {
  content: "";
  position: absolute;
  background: #333;
  width: 3px;
  height: 9px;
}

.careers-role-right ul li i::before {
  transform: translate(-2px, 0)rotate(45deg);
}

.careers-role-right ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

.careers-role-right p {
  color: #000;
  letter-spacing: 0px;
  position: relative;
  padding: 0px;
  max-height: 800px;
  margin-top: 15px;
  transform: translate(0, 0);
  overflow: hidden;
}

.careers-role-right h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

.careers-role-right .transition,
p,
ul li i:before,
ul li i:after {
  transition: all 0.25s ease-in-out;

}

.careers-role-right .flipIn,
h5,
ul li {
  animation: flipdown 0.5s ease both;
}

.careers-role-right ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}

.careers-role-right ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}

.careers-role-right ul li:nth-of-type(3) {
  animation-delay: 1s;
}

.careers-role-right ul li:last-of-type {
  padding-bottom: 0;
}




/* Events page style */
.explore-our-campus.lightblue-background {
  position: relative;
  padding: 0px 80px 150px 80px;
}

.explore-our-campus.lightblue-background .explore-sec-subheader::after {
  bottom: 25px;
  right: -75px;
}

.explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-next,
.explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-prev {
  top: 30%;
}

.explore-our-campus.lightblue-background .swiper-button-next,
.explore-our-campus.lightblue-background .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 75px;
}

.explore-our-campus.lightblue-background .swiper-button-prev {
  left: 0px;
  right: auto;
}


.girl-book-img img {
  position: absolute;
  top: 160px;
  width: 200px;
  left: 100px;
  animation: 2s ease-in-out 0s infinite alternate none running animateddogbackground;
}

@keyframes animateddogbackground {
  from {
    top: 0%;
    left: 0%;
  }

  to {
    top: 5%;
  }
}

.about-who-we-are {
  position: absolute;
  left: 2%;
  bottom: 0%;
}

.about-who-we-are img {
  width: 90%;
}

.about-moon {
  position: absolute;
  left: 5%;
  top: 5%;
}

.about-moon img {
  width: 20%;
  animation: animName 10s linear infinite;
}

.history-1 {
  position: absolute;
  left: 3%;
  top: 9%;
}

.history-1 img {
  width: 65%;
}

.history-2 {
  position: absolute;
  left: 35%;
  top: 10%;
}

.history-2 img {
  width: 50%;
}

.history-3 {
  position: absolute;
  left: 45%;
  top: 45%;
}

.history-3 img {
  width: 50%;
}

.history-4 {
  position: absolute;
  left: 4%;
  bottom: 12%;
}

.history-4 img {
  width: 55%;
}

.history-5 {
  position: absolute;
  left: 36%;
  bottom: -2%;
  z-index: 10;
}

.history-5 img {
  width: 80%;
}

.history-6 {
  position: absolute;
  right: 0;
  /*top: 1%;*/
  top: 170px;

  width: 200px;
}

.history-6 img {
  width: 100%;
}

.leadership-1 {
  position: absolute;
  left: 5%;
  top: 0%;
  animation: 2s ease-in-out 0s infinite alternate none running animateddogbackground;
}

.leadership-1 img {
  width: 18%;
}

.leadership-2 {
  position: absolute;
  right: 0%;
  bottom: 0%;
}

.leadership-2 img {
  width: 65%;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.leadership-3 {
  position: absolute;
  right: 2%;
  bottom: -55%;
  z-index: -1;
}

.leadership-3 img {
  width: 90%;
  animation: animName 10s linear infinite;
}

.leadership-4 {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 10;
  animation: run 10s linear infinite;
}

.leadership-4 img {
  width: 65%;

}

.about-sec #dna-cloud5 {
  top: 50%;
}

.vision-mission-container .star-group.stars-1 {
  left: 10%;
  top: auto;
}

.vision-mission-container .star-group.stars-2 {
  top: auto;
  right: 10%;
}

.vision-mission-container .star-group.stars-3 {
  top: 70%;
  bottom: auto;
  left: 18%;
}

.vision-mission-container .star-group.stars-4 {
  top: auto;
  left: 32%;
  bottom: 13%;
}

.vision-mission-container .star-group.stars-5 {
  bottom: 10%;
  right: 30%;
}

.vision-mission-container .star-group.stars-6 {
  bottom: 20%;
  right: 7%;
}




/* Home Page Responsiveness */
/* Mobile to tab view */
@media only screen and (max-width: 319.5px) {
  .main-menu .first-div ul .nav-item.mobile-none {
    display: block !important;
  }

  .main-menu .first-div ul .nav-item.iqlogo .nav-link img {
    width: 10% !important;
  }

  .research-swiper-right .swiper-container1 {
    display: none;
  }

  .thumbnails-buttons a {
    font-size: 17px;
    margin: 10px;
    min-width: 200px;
    padding: 12px 15px 12px 15px;
  }

  .banner-sec.not-found-banner {
    margin-top: 20px;
    height: 300px;
  }

  .abtOurTeamCntName p {

    font-size: 13px !important;
  }

  .not-found-banner .event-name-div {
    position: absolute;
    margin-top: 10px;
  }

  .navbar-collapse.collapse.show .nav-link {
    font-size: 15px !important;
  }

  .campus-submenu .accordion .link a,
  .iit-neet-submenu .accordion .link a,
  .result-submenu .accordion .link a {

    font-size: 15px !important;
  }

  .campus-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .iit-neet-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .result-submenu.sub-menu .nav-item.back-btn a .arrow .fa {

    left: 5% !important;
  }

  .campus-submenu.sub-menu .nav-item.back-btn .nav-link,
  .iit-neet-submenu.sub-menu .nav-item.back-btn .nav-link,
  .result-submenu.sub-menu .nav-item.back-btn .nav-link {

    font-size: 17px !important;
    padding: 1rem 1rem 1rem 2rem !important;
  }

  .girl-book-img img {
    position: absolute;
    top: 60px;
    width: 70px;
    left: 0px;
  }

  .highlights-row {
    margin-bottom: 0px;
  }

  .footer-item {
    margin-bottom: 15px;
  }

  .event-card-2 .event-sec-image::before {
    display: none;
  }

  .chairman-img-div::after {
    display: none;
  }

  .chairmanSwiper .swiper-button-next,
  .chairmanSwiper .swiper-button-prev {

    top: 100%;
    width: 150px;
    left: 40%;
  }

  .banner-sec {
    margin-top: 80px;
    height: 300px;
  }

  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 45%;
    width: 50px;
    height: 50px;
  }

  .menu-bottom-img,
  .menu-globe-img,
  .menu-light-img {
    display: none;
  }

  .navbar-collapse .navbar-nav {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }

  .globe-section.active .intro__globe {
    display: none;
  }

  .outlineCircle {
    display: none;
  }

  .velammal-new-header .bg-light.navactive {
    background-color: #ffffff !important;
    padding: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .velammal-new-header .bg-light {
    background-color: #ffffff !important;
    padding: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .velammal-new-header .headerMenu {
    display: none
  }

  .velammal-new-header .user-icon {
    display: none;
  }

  .velammal-new-header .user-icon {
    position: absolute;
    right: 90px;
    display: none;
  }

  .velammal-new-header .iqust-btn-mobile {
    display: block !important;
    position: absolute;
    right: 75px;
  }

  .velammal-new-header .iqust-btn-mobile a img {
    width: 65% !important;
  }

  .velammal-new-header .iqust-btn-mobile a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    color: #fff;
  }

  .velammal-new-header .menu-icon {
    width: auto;
  }

  .navbar .container-fluid {
    padding: 0 15px;
  }

  .velammal-new-header .bg-light .without-border-logo {
    display: block;
    width: 250px;
  }

  .velammal-new-header .bg-light .borderlogo {
    display: none;
    width: 250px;
  }

  .copy-right-container {
    padding: 10px 15px;
  }

  .copy-right-container .copy-right-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .copy-right-container .copy-right-row .left-col {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .copy-right-container .copy-right-row .right-col {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    flex-direction: column;
  }

  .footer-address-container {
    padding: 20px 15px 10px 15px;
  }

  .velammal-new-footer-top {
    padding: 20px 15px 20px 15px;
  }

  .velammal-new-footer-top-div h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
  }

  .velammal-new-footer-top .address {
    width: 100%;
  }

  .highlights-sec::after {
    display: none;
  }

  .highlights-heading-div .read-more-button {
    position: relative;
    padding: 10px 30px;
    font-size: 15px;
  }

  .learning-swiper-container h2 {
    font-size: 25px;
    padding: 5px 0px;
    width: 90%;
  }

  .velammal-new-footer-top-div h2::before {
    top: -10px;
    left: -20px;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }

  .velammal-new-footer-top-div h2::after {
    top: 40px;
    right: 40px;
    left: auto;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }

  .footer-ul {
    flex-direction: column;
  }

  .footer-ul.footer-contact.social-icons {
    flex-direction: row;
  }

  .highlights-sec {
    padding: 40px 0px;
  }

  .highlights-sec::before {
    display: none;
  }

  .highlights-heading-div {
    padding: 15px;
    text-align: center;
  }

  .highlightsSwiper .swiper-wrapper {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .highlightsSwiper .swiper-button-next {
    right: auto;
    left: 51%;
  }

  .highlightsSwiper .swiper-button-next,
  .highlightsSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 98%;
  }

  .highlightsSwiper .swiper-button-prev {
    right: 51%;
    left: auto;
  }

  .highlights-heading-div h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .research-learn-sec {
    padding: 40px 0px 0px 0px;
  }

  .research-swiper-img {
    margin-bottom: 10px;
  }

  .research-left-div {
    width: 95%;
    left: 0px;
    margin: 0 auto;
    padding-top: 50px;
  }

  .heading h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    padding: 15px 0;
  }

  .heading {
    background: #fff;
    margin: 0 auto -50px;
    max-width: 85%;
  }

  .thumbnails-buttons {
    margin: 55px auto 0px auto;
    display: block;
  }

  .event-sec {
    padding: 20px 15px 40px 15px;
  }

  .event-sec-header {
    max-width: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .event-sec-subheader {
    letter-spacing: 0px;
    font-size: 30px;
  }

  .event-sec-header h4 {
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    font-weight: 600;
  }

  .event-card-2 {
    min-height: auto;
    pointer-events: none;
    position: relative;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 2;
  }

  .event-card-1 .event-sec-image {
    max-width: fit-content;
    margin-left: auto;
    z-index: 1;
  }

  .dna-card1 {
    flex-direction: column-reverse;
  }

  .dna-card2,
  .dna-card4 {
    margin-left: 0px;
  }

  .event-card-1 {
    position: relative;
    left: 0;
  }

  .event-card-2 .event-sec-image {
    margin-left: 0%;
    pointer-events: all;
    max-width: fit-content;
    position: relative;
  }

  .event-card-3 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .event-card-3 .event-sec-image {
    margin-right: 0;
    margin-left: auto;
    max-width: fit-content;
    margin-bottom: 80px;
  }

  .event-sec-swiper {
    margin-top: 0px;
    left: 0px;
    position: relative;
    z-index: 9;
  }

  .event-card-1 .event-name-div,
  .event-card-2 .event-name-div,
  .event-card-3 .event-name-div {
    bottom: 0%;
    right: 0%;
    font-size: 10px;
    width: 150px;
    padding: 5px;

  }

  .event-swiper-slider .swiper-wrapper {
    margin-bottom: 0px;
  }

  .event-swiper-slider .swiper-button-next {
    right: auto;
    left: 51%;
  }

  .event-swiper-slider .swiper-button-next,
  .event-swiper-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 93%;
  }

  .event-swiper-slider .swiper-button-prev {
    right: 51%;
    left: auto;
  }

  .our-dna-sec {
    position: relative;
    margin-top: 0%;
    padding: 20px 15px;

  }

  .our-dna-col2 {
    margin-top: 0px;
  }

  .dna-card2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .dna-card3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
  }

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

  .learning-content-div h1 {
    font-size: 25px;
    padding-bottom: 10px;
  }


  .learning-content-div p {
    font-size: 15px;
    padding-bottom: 15px;
  }

  .learning-sec {
    /*padding: 0px 0px 30px 0px;*/
    padding: 20px 0px 20px 0px;

  }

  .school-swiper-title {
    font-size: 16px;
  }

  .school-swiper-img img {
    width: 175px;
    height: 175px;
  }

  .our-dna-row1 {
    padding: 0px 0px;
  }

  .event-name-div {
    position: relative;
    font-size: 10px;
    width: 150px;
    padding: 5px;
  }

  .dna-card {
    padding-bottom: 20px;
  }

  .our-dna-header h2 {
    letter-spacing: 0px;
    font-size: 30px;
  }

  .gallery-top .swiper-slide.swiper-slide-active .school-swiper-content {
    display: block;
    margin: 0;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 60%;
  }

  .school-swiper-para {
    font-size: 10px;
  }

  .school-swiper-div {
    padding: 20px 0px;
  }

  .school-swiper-div .gallery-top .swiper-wrapper {
    margin-bottom: 80px;
  }

  .chairman-sec {
    padding: 40px 15px;
  }

  .chairman-head h2 {
    font-size: 24px;
  }

  .chairman-head h4 {
    font-size: 20px;
  }

  .chairman-content-row {
    padding: 20px 0px;
  }

  .chairman-content-div {
    text-align: center;
  }

  .chairman-content-div h4 {
    font-size: 24px;
  }

  .chairman-content-row .col-md-6 {
    padding: 0;
    margin-bottom: 40px;
  }

  .message-icon::after {
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 20px;
    width: 50px;
    height: 60px;
    right: -35px;
    display: none;
  }

  .chairman-content-row .read-more-button {
    font-size: 10px;
    width: 100px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    left: 70px;
  }

  .velammal-new-header .navbar-brand {
    width: 130px;
  }

  .highlights-sec .highlights-container {
    padding: 0px 15px;
  }

  .chairman-head h2::before,
  .chairman-head h2::after {
    width: 40px;
    height: 40px;
  }

  .event-sec::after {
    width: 40px;
    height: 40px;
    right: 0;
  }

  .dna-img1::after,
  .dna-img2::before,
  .dna-img3::before,
  .dna-img4::after,
  .velammal-new-footer-top-div h2::before,
  .velammal-new-footer-top-div h2::after,
  .highlights-heading-div h3::after {
    width: 40px;
    height: 40px;
  }

  .chairman-head h4::after {
    display: none;
  }

  .chairman-yellow-img::after {
    display: none;
  }

  .highlights-heading-div h3::after {

    right: -35px;
    top: -35px;
  }

  .our-dna-row1.our-dna-row2 {
    padding: 20px 0px 20px 0px;
  }

  .chairman-head h2::before {
    top: -15px;
    left: -15px;
  }

  .chairman-head h2::after {
    top: -15px;
    right: -15px;
  }

  .school-swiper-img {
    padding: 10px;
  }

  .learning-swiper-container {
    padding-bottom: 30px;
  }

  .chairman-sec .waveWrapperInnerPurple1 {

    top: -10px;
  }

  .learning-swiper-container .header-row::after {
    top: auto;
    bottom: 0px;
    right: auto;
    left: 0px;
    width: 70px;
    height: 70px;
  }

  .gallery-top .swiper-slide.swiper-slide-active .school-swiper-div::before {
    display: none;
  }

  .gallery-top .swiper-slide.swiper-slide-active .school-swiper-img::before {
    display: none;
  }

  .highlights-sec .highlights-container::after {
    top: -15px;
    right: auto;
    left: 0px;
    width: 100px;
    height: 100px;
  }

  .highlights-heading-div::after {
    bottom: 0px;
    right: 0px;
    left: auto;
    width: 50px;
    height: 50px;
  }

  .heading::before {
    top: -10px;
    left: -10px;
    right: auto;
    width: 50px;
    height: 50px;
  }

  .heading::after {
    top: -35px;
    right: -20px;
    left: auto;
    width: 70px;
    height: 70px;
  }

  .heading h2::after {
    top: 15%;
    left: auto;
    right: 0px;
    width: 50px;
    height: 50px;
  }

  h2.event-sec-subheader::before {
    top: -20px;
    left: -20px;
    right: auto;
    width: 50px;
    height: 50px;
  }

  .chairman-content-row::after {
    top: 30px;
    width: 50px;
    height: 50px;
    right: 10px;
  }

  .chairman-content-div p {
    width: 100%;

  }

  .message-icon p {
    text-align: left;
    font-size: 13px;
  }

  .message-icon {
    width: 220px;
    height: 75px;
  }

  .chairman-img-div {
    padding: 10px;
  }

  .highlight-img-large {
    margin-bottom: 80px;
  }

  .highlight-img-large img {
    width: auto;
    height: auto;
  }

  .abtOurTeamCnt {

    padding: 10% 3% !important;
  }

  .secondLvlCss h1 {
    letter-spacing: 3px;
    font-size: 20px;
  }

  .contact-head-div h2 {
    font-size: 20px !important;
  }

  #cbse-curriculum .card .card-header .btn-header-link {
    font-size: 10px !important;
  }

  .admission-fomr-div h2 {
    margin: 0 auto !important;
    font-size: 25px !important;
  }

  .admission-fomr-div {
    padding: 20px 10px !important;
    width: 100% !important;
    display: block !important;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-func-title {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-func-details {
    font-size: 12px;
    line-height: 18px;
  }

  .adm-form-one .form-dropdown option {
    font-size: 12px !important;
  }

  .adm-form-one .form-dropdown {
    font-size: 12px !important;
  }

  .adm-submit {
    font-size: 12px !important;
    line-height: 30px !important;
    padding: 0px 10px !important;
  }

}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {

  .new-vels-academy-sec {
    padding: 30px 0px !important;
  }

  .main-menu .first-div ul .nav-item.mobile-none {
    display: block !important;
  }

  .main-menu .first-div ul .nav-item.iqlogo .nav-link img {
    width: 10% !important;
  }

  .banner-sec.not-found-banner {
    height: 450px;
    margin-top: 20px;
  }

  .abtOurTeamCnt {

    padding: 10% 3% !important;
  }

  .abtOurTeamCntName p {

    font-size: 15px !important;
  }

  .navbar-collapse.collapse.show .nav-link {
    font-size: 17px !important;
  }

  .campus-submenu .accordion .link a,
  .iit-neet-submenu .accordion .link a,
  .result-submenu .accordion .link a {

    font-size: 17px !important;
  }

  .campus-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .iit-neet-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .result-submenu.sub-menu .nav-item.back-btn a .arrow .fa {

    left: 5% !important;
  }

  .campus-submenu.sub-menu .nav-item.back-btn .nav-link,
  .iit-neet-submenu.sub-menu .nav-item.back-btn .nav-link,
  .result-submenu.sub-menu .nav-item.back-btn .nav-link {

    font-size: 17px !important;
    padding: 1rem 1rem 1rem 2rem !important;
  }

  .girl-book-img img {
    position: absolute;
    top: 60px;
    width: 70px;
    left: 0px;
  }

  .highlights-row {
    margin-bottom: 0px;
  }

  .footer-item {
    margin-bottom: 15px;
  }

  .event-card-2 .event-sec-image::before {
    display: none;
  }

  .chairman-img-div::after {
    display: none;
  }

  .chairmanSwiper .swiper-button-next,
  .chairmanSwiper .swiper-button-prev {

    top: 100%;
    width: 150px;
    left: 40%;
  }

  .banner-sec {
    height: 45vh;
    margin-top: 80px;
    background-attachment: local !important;
  }

  /*Banners*/
  .banner-sec.about-banner {
    height: 32vh;
    margin-top: 60px;
    background-attachment: local !important;
    background-size: contain;
  }

  .banner-sec.events-banner {
    height: 30vh;
    margin-top: 60px;
    background-attachment: local !important;
    background-size: contain;
  }

  .banner-sec.contact-banner {
    height: 45vh;
    margin-top: 60px;
    background-attachment: local !important;
    background-size: contain;
  }

  .banner-sec.highlights-banner {
    height: 32vh;
    margin-top: 60px;
    background-attachment: local !important;
    background-size: contain;
  }

  .banner-text h2 {
    color: #fff !important;
  }

  .banner-text h1 {
    color: #fff !important;
  }

  .not-found-banner .event-name-div {
    position: absolute;
    margin-top: 10px;
  }

  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 45%;
    width: 50px;
    height: 50px;
  }

  .menu-bottom-img,
  .menu-globe-img,
  .menu-light-img {
    display: none;
  }

  .navbar-collapse .navbar-nav {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }

  .globe-section.active .intro__globe {
    display: none;
  }

  .outlineCircle {
    display: none;
  }

  .velammal-new-header .bg-light.navactive {
    background-color: #ffffff !important;
    padding: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .velammal-new-header .bg-light {
    background-color: #ffffff !important;
    padding: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .velammal-new-header .headerMenu {
    display: none
  }

  .velammal-new-header .user-icon {
    position: absolute;
    right: 90px;
    display: none;
  }

  .velammal-new-header .iqust-btn-mobile {
    display: block !important;
    position: absolute;
    right: 75px;
  }

  .velammal-new-header .iqust-btn-mobile a img {
    width: 100% !important;
  }

  .velammal-new-header .iqust-btn-mobile a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    color: #fff;
  }

  .velammal-new-header .menu-icon {
    position: absolute;
    right: 10px;
    width: auto;
  }

  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-lg,
  .navbar .container-md,
  .navbar .container-sm,
  .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: initial;
  }

  .navbar .container-fluid {
    padding: 0 15px;
  }

  .velammal-new-header .bg-light .without-border-logo {
    display: block;
    width: 250px;
  }

  .velammal-new-header .bg-light .borderlogo {
    display: none;
    width: 250px;
  }

  .copy-right-container {
    padding: 10px 15px;
  }

  .copy-right-container .copy-right-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .copy-right-container .copy-right-row .left-col {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .copy-right-container .copy-right-row .right-col {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    flex-direction: column;
  }

  .footer-address-container {
    padding: 20px 15px 10px 15px;
  }

  .velammal-new-footer-top {
    padding: 20px 15px 20px 15px;
  }

  .velammal-new-footer-top .address {
    width: 100%;
  }

  .velammal-new-footer-top-div h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto 20px;
    margin-bottom: 20px;
    position: relative;
    width: 60%;
  }

  .velammal-new-footer-top-div h2::before {
    top: -10px;
    left: -45px;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }

  .velammal-new-footer-top-div h2::after {
    top: 40px;
    right: -45px;
    left: auto;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }

  .footer-ul {
    flex-direction: column;
  }

  .footer-ul.footer-contact.social-icons {
    flex-direction: row;
  }

  .highlights-sec {
    padding: 30px 0px;
  }

  .highlights-sec::after {
    display: none;
  }

  .highlights-sec::before {
    display: none;
  }

  .highlights-heading-div {
    padding: 15px 15px 40px;
    text-align: center;
  }

  .highlights-heading-div .read-more-button {
    position: relative;
    padding: 10px 30px;
    font-size: 15px;
  }

  .highlightsSwiper .swiper-wrapper {
    margin-bottom: 0px;
  }

  .highlight-img-large {
    margin-bottom: 80px;
  }

  .highlight-img-large img {
    width: auto;
    height: auto;
  }

  .highlightsSwiper .swiper-button-next {
    right: auto;
    left: 51%;
  }

  .highlightsSwiper .swiper-button-next,
  .highlightsSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 90%;
  }

  .highlightsSwiper .swiper-button-prev {
    right: 51%;
    left: auto;
  }

  .highlights-heading-div h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .research-learn-sec {
    padding: 20px 0px 0px 0px;
  }

  .research-swiper-img {
    margin-bottom: 10px;
  }

  .research-left-div {
    width: 95%;
    left: 0px;
    margin: 0 auto;
    padding-top: 50px;
  }

  .heading h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 35px;
    padding: 20px 0;
  }

  .heading {
    background: #fff;
    margin: 0 auto -50px;
    max-width: 85%;
  }

  .research-swiper-right .swiper-container1 {
    display: none;
  }

  .thumbnails-buttons {
    margin: 55px auto 0px auto;
    display: block;
  }

  .thumbnails-buttons a {
    font-size: 17px;
    margin: 10px;
    min-width: 200px;
    padding: 12px 15px 12px 15px;
  }

  .event-sec {
    padding: 45px 15px 40px 15px;
  }

  .event-sec-header {
    max-width: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .event-sec-subheader {
    letter-spacing: 0px;
    font-size: 30px;
  }

  .event-sec-header h4 {
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    font-weight: 600;
  }

  .event-card-2 {
    min-height: auto;
    pointer-events: none;
    position: relative;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 2;
  }

  .event-card-1 .event-sec-image {
    max-width: fit-content;
    margin-left: auto;
    z-index: 1;
  }

  .event-card-1 {
    position: relative;
    left: 0;
  }

  .event-card-2 .event-sec-image {
    margin-left: 0%;
    pointer-events: all;
    max-width: fit-content;
    position: relative;
  }

  .event-card-3 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .event-card-3 .event-sec-image {
    margin-right: 0;
    margin-left: auto;
    max-width: fit-content;
    margin-bottom: 100px;
  }

  .event-sec-swiper {
    margin-top: 0px;
    left: 0px;
    position: relative;
    z-index: 9;
  }

  .event-card-1 .event-name-div,
  .event-card-2 .event-name-div,
  .event-card-3 .event-name-div {
    bottom: 0%;
    right: 0%;
  }

  .event-swiper-slider .swiper-wrapper {
    margin-bottom: 0px;
  }

  .event-swiper-slider .swiper-button-next {
    right: auto;
    left: 51%;
  }

  .event-swiper-slider .swiper-button-next,
  .event-swiper-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    /*top: 93%;*/
    top: 97%;
  }

  .event-swiper-slider .swiper-button-prev {
    right: 51%;
    left: auto;
  }

  .our-dna-sec {
    position: relative;
    margin-top: 0%;
    padding: 20px 15px;

  }

  .our-dna-col2 {
    margin-top: 0px;
  }

  .dna-card1 {
    flex-direction: column-reverse;
  }

  .dna-card2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 0px
  }

  .dna-card3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
  }

  .dna-card4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 0px;
  }

  .learning-content-div h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .learning-content-div p {
    font-size: 15px;
    padding-bottom: 0px;
  }

  .learning-content-div {
    padding: 10px 10px 20px;
  }

  .learning-sec {
    padding: 30px 0px;

  }

  .learning-swiper-container h2 {
    font-size: 30px;
    padding: 5px 0px;
    width: 90%;
  }

  .school-swiper-title {
    font-size: 25px;
  }

  .school-swiper-img img {
    width: 225px;
    height: 225px;
  }

  .our-dna-row1 {
    padding: 0px 0px;
  }

  .event-name-div {
    position: relative;
    z-index: 1;
  }

  .event-name-div p {
    font-size: 15px;
  }

  .event-name-div p a {
    color: #000;
    text-decoration: none;
  }

  .event-name-div p a:hover,
  .event-name-div p a:focus {
    color: #000;
  }

  .dna-card {
    padding-bottom: 20px;
  }

  .our-dna-header h2 {
    letter-spacing: 0px;
    font-size: 30px;
  }

  .gallery-top .swiper-slide.swiper-slide-active .school-swiper-content {
    display: block;
    margin: 0;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 60%;
  }

  .school-swiper-para {
    font-size: 10px;
  }

  .school-swiper-div {
    padding: 20px 0px;
  }

  .school-swiper-div .gallery-top .swiper-wrapper {
    margin-bottom: 80px;
  }

  .chairman-sec {
    padding: 40px 15px;
  }

  .chairman-head h2 {
    font-size: 30px;
  }

  .chairman-head h4 {
    font-size: 20px;
  }

  .chairman-content-row {
    padding: 20px 0px;
  }

  .chairman-content-div {
    text-align: center;
    padding: 0px 0px 40px;
  }

  .chairman-content-div .read-more-button {
    padding: 10px 40px;
    position: relative;
  }

  .chairman-content-div h4 {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .chairman-content-div h5 {
    font-size: 17px;
    line-height: 30px;
  }

  .message-icon::after {
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 20px;
    width: 50px;
    height: 60px;
    right: -35px;
    display: none;
  }

  .velammal-new-header .navbar-brand {
    width: 150px;
    /*margin-right: 0;*/
  }

  .highlights-sec .highlights-container {
    padding: 0px 15px;
  }

  .chairman-head h2::before,
  .chairman-head h2::after {
    width: 40px;
    height: 40px;
  }

  .event-sec::after {
    width: 40px;
    height: 40px;
    right: 0;
  }

  .dna-img1::after,
  .dna-img2::before,
  .dna-img3::before,
  .dna-img4::after,
  .velammal-new-footer-top-div h2::before,
  .velammal-new-footer-top-div h2::after,
  .highlights-heading-div h3::after {
    width: 40px;
    height: 40px;
  }

  .chairman-head h4::after {
    display: none;
  }

  .chairman-yellow-img::after {
    display: none;
  }

  .highlights-heading-div h3::after {

    right: -35px;
    top: -35px;
  }

  .our-dna-row1.our-dna-row2 {
    padding: 20px 0px 20px 0px;
  }

  .chairman-head h2::before {
    top: -15px;
    left: -15px;
  }

  .chairman-head h2::after {
    top: -15px;
    right: -15px;
  }

  .school-swiper-img {
    padding: 10px;
  }

  .learning-swiper-container {
    padding-bottom: 30px;
  }

  .chairman-sec .waveWrapperInnerPurple1 {

    top: -10px;
  }

  .learning-swiper-container .header-row::after {
    top: auto;
    bottom: 0px;
    right: auto;
    left: 0px;
    width: 70px;
    height: 70px;
  }

  .gallery-top .swiper-slide.swiper-slide-active .school-swiper-div::before {
    display: none;
  }

  .gallery-top .swiper-slide.swiper-slide-active .school-swiper-img::before {
    display: none;
  }

  .highlights-sec .highlights-container::after {
    top: -15px;
    right: auto;
    left: 0px;
    width: 100px;
    height: 100px;
  }

  .highlights-heading-div::after {
    bottom: 0px;
    right: 0px;
    left: auto;
    width: 50px;
    height: 50px;
  }

  .heading::before {
    top: -10px;
    left: -10px;
    right: auto;
    width: 50px;
    height: 50px;
  }

  .heading::after {
    top: -35px;
    right: -20px;
    left: auto;
    width: 70px;
    height: 70px;
  }

  .heading h2::after {
    top: 15%;
    left: auto;
    right: 0px;
    width: 50px;
    height: 50px;
  }

  h2.event-sec-subheader::before {
    top: -20px;
    left: -20px;
    right: auto;
    width: 50px;
    height: 50px;
  }

  .chairman-content-row::after {
    top: 30px;
    width: 50px;
    height: 50px;
    right: 10px;
  }

  .chairman-content-div p {
    width: 100%;
    font-size: 16px
  }

  .message-icon p {
    text-align: left;
  }
}

/* Tab Devices */
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .new-vels-academy-sec {
    padding: 60px 0px !important;
  }

  .vels-new-center-row {
    gap: 30px;
  }

  .event-name-div p {
    font-size: 18px;
  }

  .event-name-div p a {
    text-decoration: none;
  }

  .main-menu .first-div ul .nav-item.mobile-none {
    display: block !important;
  }

  .main-menu .first-div ul .nav-item.iqlogo .nav-link img {
    width: 5% !important;
  }

  .mission-content-col {

    padding: 10px 50px;
  }

  .banner-sec {
    height: 50vh;
    /*height: 70vh;*/
    margin-top: 0px !important;
    background-attachment: local !important;
  }

  .banner-sec.highlights-banner {
    height: 40vh;
  }

  .secondLvlCss h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .girl-book-img img {
    position: absolute;
    top: 60px;
    width: 90px;
    left: 50px;
  }

  .chairmanSwiper .swiper-button-next,
  .chairmanSwiper .swiper-button-prev {
    position: absolute;
    top: 95%;
    width: 150px;
  }

  .navbar .container-fluid {
    padding: 0 10px;
  }

  .velammal-new-header .user-icon {
    width: auto;
  }

  .navbar-collapse .navbar-nav {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 50px 0px 0px 40px;
  }

  .learning-content-div h1 {
    font-size: 50px;
    padding-bottom: 20px;
  }

  .learning-sec {
    padding: 50px 0px 0px;
  }

  .learning-content-div {
    padding: 10px 0px 5px;
  }

  .school-swiper-title {
    font-size: 43px;
    letter-spacing: normal;
  }

  .school-swiper-img img {
    width: 450px;
    height: 450px;
  }

  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-rtl .swiper-button-prev {
    right: 18%;
    left: auto;
    top: auto;
    bottom: 12%;
  }

  .learning-swiper-container {
    padding-bottom: 40px;
  }

  .learning-swiper-container .header-row::after {
    bottom: 5%;
    left: 8%;
  }

  .learning-swiper-container h2 {
    font-size: 50px;
    padding: 10px 0px;
  }

  .school-swiper-div {
    padding: 35px 0px;
  }

  .chairman-sec .waveWrapperInnerPurple1 {
    top: -50px;
  }

  .chairman-sec {
    padding: 80px 20px 100px 20px !important;
  }

  .about-leadership {
    padding: 80px 20px 100px 20px !important;
  }

  .chairman-head h2 {
    font-size: 45px;
  }

  .chairman-head h4 {
    font-size: 35px;
  }

  .footer-address-container {
    padding: 30px 20px 10px 20px;
  }

  .copy-right-container {
    padding: 15px 20px 20px 20px;
  }

  /*.copy-right-container .copy-right-row .col-md-7 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding: 0;
  }

  .copy-right-container .copy-right-row .col-md-5 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0;
  }*/

  .copy-right-container .copy-right-row .right-col {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
  }

  .copy-right-container .copy-right-row .right-col {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
  }

  .col-md-7.left-col {
    width: 100%;
    flex-direction: row;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .copy-right-container .copy-right-row p {
    font-size: 12px;
  }

  .copy-right-container .copy-right-row .right-col .links {
    margin: 0 15px;
  }

  .velammal-new-footer-top {
    padding: 80px 20px 50px 20px;
  }

  .velammal-new-footer-top-div h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    display: inline;
  }

  .velammal-footer-top-row .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .chairman-head h2::before,
  .chairman-head h2::after {
    width: 60px;
    height: 60px;
  }

  .event-sec::after {
    width: 60px;
    height: 60px;
  }

  .dna-img1::after,
  .dna-img2::before,
  .dna-img3::before,
  .dna-img4::after,
  .velammal-new-footer-top-div h2::before,
  .velammal-new-footer-top-div h2::after,
  .highlights-heading-div h3::after {
    width: 60px;
    height: 60px;
  }

  .velammal-new-footer-top-div h2::before {
    top: -40px;
  }

  .highlights-heading-div {
    padding: 20px;
  }

  .highlights-sec {
    padding: 75px 0px 0px 0px;
    margin-bottom: -6rem;
  }

  .highlights-heading-div h3 {
    font-size: 45px;
    margin-bottom: 15px;
  }

  .highlights-heading-div h3::after {
    right: -40px;
  }

  .highlights-sec::before {
    width: 35%;
  }

  .research-left-div {
    width: 91%;
    left: 0px;
    padding-top: 50px;
  }

  .thumbnails-buttons {
    display: block;
  }

  .heading {
    max-width: 250px;
  }

  .heading h2 {
    font-size: 25px;
    line-height: normal;
    padding: 20px 0;
  }

  .swiper-container1 .swiper-wrapper {
    max-width: 100%;
  }

  .our-dna-sec {
    padding: 30px 20px;
  }

  .event-sec {
    padding: 20px 20px 10px 20px;
  }

  .event-sec-swiper {
    margin-top: 0px;
    left: 0px;
    padding: 0px;
  }

  .chairman-content-row {
    padding: 50px 0px;
  }

  .chairman-content-div h4 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .chairman-content-div p {
    width: 100%;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .chairman-content-row::after {
    width: 75px;
    height: 75px;
  }

  .chairman-img-div::after {
    top: -20px;
    right: 0px;
    left: auto;
    width: 75px;
    height: 75px;
  }

  .chairman-img-div {
    padding-top: 50px;
  }

  .chairman-name h6 {
    font-size: 20px;
  }

  .globe-section.active .intro__globe {
    width: 350px;
    height: 350px;
  }

  .event-card-3 .event-sec-image {
    margin-right: 5%;
    margin-left: auto;
    max-width: 300px;
  }

  .event-card-2 .event-sec-image {
    margin-left: 0%;
    pointer-events: all;
    max-width: 350px;
  }

  .event-card-1 {
    left: -35px;
  }

  .event-card-1 .event-sec-image {
    max-width: 320px;
  }

  .event-card-2 .event-sec-image::before {

    right: -110px;
  }

  .event-sec-header h4 {
    font-size: 16px;
    line-height: 20px;
    width: 45%;
  }

  .event-sec-subheader {
    letter-spacing: 2.5px;
    font-size: 45px;
  }

  h2.event-sec-subheader::before {
    top: -35px;
    left: -35px;
    width: 50px;
    height: 50px;
  }

  .highlights-heading-div .read-more-button {
    position: relative;
    padding: 10px 30px;
  }

  .highlights-heading-div::after {
    bottom: -40%;
    left: 40%;
    right: auto;
  }

  .highlights-heading-div p {
    padding-bottom: 30px;
  }

  .event-controls .swiper-button-next,
  .event-controls .swiper-button-prev {
    position: absolute;
    top: 75%;
    width: 50px;
    height: 50px;
  }

  .highlightsSwiper .swiper-button-next,
  .highlightsSwiper .swiper-button-prev {
    width: 50px;
    height: 50px;
  }

  .heading::before {
    top: -20px;
    left: -20px;
    width: 70px;
    height: 70px;
  }

  .heading h2::after {
    top: auto;
    left: auto;
    right: 0px;
    width: 50px;
    height: 50px;
  }

  .heading::after {
    top: -25px;
    right: -20px;
    left: auto;
    width: 70px;
    height: 70px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

  .col-md-7.left-col {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-md-5.right-col {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .copy-right-container .copy-right-row p {
    font-size: 14px;
  }




  .main-menu .first-div ul .nav-item.mobile-none {
    display: block !important;
  }

  .main-menu .first-div ul .nav-item.iqlogo .nav-link img {
    width: 5% !important;
  }

  .highlight-img-small img {
    height: 10rem;
  }

  .highlight-img-large img {
    height: 20rem;
  }

  .girl-book-img img {
    position: absolute;
    top: 60px;
    width: 100px;
    left: 50px;
  }

  .research-learn-sec .waveWrapperInnerPurple1 {
    height: 75px;
  }

  .learning-content-div h1 {
    font-size: 70px;
    padding-bottom: 20px;
  }

  .school-swiper-title {
    font-size: 60px;
  }

  .chairman-head h2 {
    font-size: 50px;
  }

  .chairman-head h4 {
    font-size: 40px;
  }

  .learning-sec {
    padding: 50px 0px;
  }

  .chairman-sec .waveWrapperInnerPurple1 {
    top: -70px;
  }

  .chairman-sec {
    padding: 80px 20px 100px 20px !important;
    margin-top: -50px;
  }

  .chairman-content-row {
    padding: 100px 30px;
  }

  .chairman-content-div h4 {
    font-size: 40px;
  }

  .event-sec {
    padding: 80px 50px 80px 50px;
  }

  .event-card-1 {
    left: -40px;
  }

  .event-card-1 .event-sec-image {
    max-width: 365px;
  }

  .event-card-3 .event-sec-image {
    margin-right: 5%;
    margin-left: auto;
    max-width: 350px;
  }

  .event-card-2 .event-sec-image {
    margin-left: 0%;
    pointer-events: all;
    max-width: 400px;
  }

  .event-card-2 .event-sec-image::before {
    right: -160px;
  }

  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-rtl .swiper-button-prev {
    right: 335px;
  }

  .chairman-head h2::before,
  .chairman-head h2::after {
    width: 80px;
    height: 80px;
  }

  .event-sec::after {
    top: 100px;
    width: 80px;
    height: 80px;
  }

  .event-controls .swiper-button-prev {
    left: auto;
    right: 70px;
    top: 76%;
  }

  .event-controls .swiper-button-next {
    right: 0px;
    left: auto;
    top: 76%;
  }

  .our-dna-sec {
    margin-top: -20%;
    padding: 51px;
  }

  .dna-img1::after,
  .dna-img2::before,
  .dna-img3::before,
  .dna-img4::after,
  .velammal-new-footer-top-div h2::before,
  .velammal-new-footer-top-div h2::after,
  .highlights-heading-div h3::after {
    width: 80px;
    height: 80px;
  }

  .navbar .container-fluid {
    padding: 0 20px;
  }

  .copy-right-container {
    padding: 15px 20px 20px 20px;
  }

  .footer-address-container {
    padding: 30px 20px 10px 20px;
  }

  .velammal-new-footer-top-div h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .velammal-new-footer-top {
    padding: 80px 30px 80px 30px;
  }

  .highlights-heading-div {
    padding: 30px;
  }

  .highlights-heading-div h3 {
    font-size: 55px;
    margin-bottom: 20px;
  }

  .highlights-heading-div h3::after {
    right: -40px;
  }

  .research-left-div {
    width: 90%;
    left: 0px;
    margin: 0 auto;
  }

  .heading {
    margin: 0 auto -50px;
    max-width: 340px;
  }

  .heading::after {
    top: -100px;
    right: -10px;
  }

  .highlights-heading-div::after {
    bottom: -50%;
    left: 40%;
    right: auto;
  }

  .learning-swiper-container .header-row::after {
    top: auto;
    bottom: 110px;
    right: auto;
    left: 110px;
  }

  .heading::before {
    left: -15px;
  }

  .highlights-sec::before {
    width: 40%;
  }

  .thumbnails-buttons {
    display: block;
  }
}

/* 1280px tab view */
@media only screen and (min-width: 1281px) and (max-width:1355.99px) {

  .research-learn-sec .waveWrapperInnerPurple1 {
    height: 75px;
  }

  .sub-menu {
    /*padding: 10.5rem 0rem 0rem 6rem!important;*/
    padding: 100px 0rem 0rem 80px !important;
  }
}

/*  Desktop Devices */

@media only screen and (min-width: 1281px) and (max-width:1439.5px) {
  .sub-menu {

    padding: 10.5rem 0rem 0rem 7rem;

  }

  .col-md-7.left-col {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-md-5.right-col {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

}

@media only screen and (min-width: 1440px) and (max-width:1599.5px) {

  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-rtl .swiper-button-prev {
    right: 29%;
    left: auto;
  }

  .col-md-7.left-col {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-md-5.right-col {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }


}

/* Large */
@media only screen and (min-width: 1600px) and (max-width: 1823px) {

  .col-md-7.left-col {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-md-5.right-col {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .highlight-img-small img {
    height: 15rem;
  }

  .highlight-img-large img {
    height: 30rem;
  }
}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {

  .col-md-7.left-col {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-md-5.right-col {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .copy-right-container .copy-right-row p,
  .copy-right-container .copy-right-row p a {
    font-size: 25px !important;
  }

  .highlightsSwiper .swiper-button-next,
  .highlightsSwiper .swiper-button-prev {
    top: 95%;
  }

  .main-menu .first-div ul .nav-item .nav-link .arrow {
    right: 60% !important;
  }

  .highlight-img-small img {
    height: 15rem;
  }

  .highlight-img-large img {
    height: 30rem;
  }

  .swiper-container1 .swiper-wrapper {
    max-width: 100%;
  }

  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-rtl .swiper-button-prev {
    right: 33%;
    left: auto;
  }

  .waveWrapperInnerPurple1 {

    top: -60px;
  }

  .highlights-sec::before {
    background-position: top;
  }

  .blog-sec .chairman-head-row {
    padding-top: 0px;
  }

  .chairman-head-row {
    padding-top: 75px;
  }

  .research-learn-sec .waveWrapperInnerPurple1 {
    top: -1px;
  }

  .chairman-sec .waveWrapperInnerPurple1 {

    top: -125px;
  }

  .event-card-1 .event-sec-image {
    max-width: 650px;
  }

  .event-card-2 .event-sec-image {
    max-width: 650px;
  }

  .event-card-3 .event-sec-image {
    max-width: 650px;
  }

}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {

  .col-md-7.left-col {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-md-5.right-col {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }


  .nav-item.main-item.has-children .dropdown-menu,
  .nav-item.primary-menu-item.has-children .dropdown-menu {
    left: 82% !important;
  }

  .nav-item.main-item.has-children .dropdown-menu .dropdown-menu.dropdown-submenu,
  .nav-item.primary-menu-item.has-children .dropdown-menu .dropdown-menu.dropdown-submenu {
    left: 100% !important;
  }

  .highlight-img-small img {
    height: 15rem;
  }

  .highlight-img-large img {
    height: 30rem;
  }

  .event-card-1 .event-sec-image {
    max-width: 750px;
  }

  .event-card-2 .event-sec-image {
    max-width: 750px;
  }

  .event-card-3 .event-sec-image {
    max-width: 650px;
  }

  .chairman-sec .waveWrapperInnerPurple1 {

    top: -125px;
  }

  .research-learn-sec .waveWrapperInnerPurple1 {
    top: -2px;
  }

  .swiper-container1 .swiper-wrapper {
    max-width: 100%;
  }

  .waveWrapperInnerPurple1 {

    top: -60px;
  }

  .highlights-sec::before {
    background-position: top;
  }

  .learning-content-div h1 {
    font-size: 120px;
  }

  .learning-content-div p {
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 20px;
  }

  .school-swiper-title {
    font-size: 75px;
  }

  .learning-swiper-container {
    height: auto;
  }

  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-rtl .swiper-button-prev {
    right: 34%;
    left: auto;
  }

  .chairman-sec {
    padding: 100px 100px 250px 100px;
  }

  .chairmanSwiper .swiper-button-next,
  .chairmanSwiper .swiper-button-prev {

    top: 90%;
  }


  .chairman-head h2 {
    font-size: 100px;
  }

  .chairman-head h4 {
    font-size: 75px;
  }

  .chairman-content-div p {
    width: 100%;
    line-height: 45px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .outlineCircle {

    top: 80%;
  }

  .velammal-new-footer-top-div h2 {
    font-size: 120px;
    line-height: 120px;
  }

  .waveWrapperPurple {
    height: 101%;
  }

  .blog-sec .chairman-head-row {
    padding-top: 0px;
  }

  .chairman-head-row {
    padding-top: 75px;
  }
}

/* Home page responsiveness end - Divya*/

/* About Us Page responsiveness */
@media only screen and (max-width: 319.5px) {
  .careers-sec {
    padding: 30px 15px;
  }

  .careers-role-left {
    padding: 10px 5px;
    text-align: center;
  }

  .careers-role-left h2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: normal;
  }

  .careers-role-right {
    max-width: 98%;
    left: 0%;
    top: 0%;
    margin: 0 auto;
    position: relative;
  }

  .careers-role-right h2 {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 13px;
    font-size: 30px;
    left: 0px;
    line-height: normal;
    position: relative;
  }

  .careers-role-right p {
    max-height: max-content;
    margin-top: 10px;
  }

  .careers-sec::before {
    top: 20px;
    left: 10px;
    width: 50px;
    height: 50px;
  }

  .careers-sec::after {
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
  }

  .careers-role-left h2::after {
    top: auto;
    right: -15px;
    width: 70px;
    height: 70px;
  }

  .careers-role-right::after {
    bottom: -80px;
    right: 0%;
    left: auto;
    width: 100px;
    height: 100px;
  }

  .careers-role-left h2::before {
    top: 30px;
    right: auto;
    left: 85%;
    width: 70px;
    height: 70px;
  }

  .blog-sec {
    padding: 30px 15px;
  }

  .blog-sec h2 {
    font-size: 35px;
  }

  .blog-sec h2::before {
    top: auto;
    bottom: -10px;
    right: auto;
    left: 5%;
    width: 70px;
    height: 70px;
  }

  .women-content-text {
    position: relative;
    color: #000;
    padding: 10px 0px;
    text-align: center;
  }

  .women-content-text p {
    width: 100%;
  }

  .women-content {
    padding: 20px 0px 20px 0px;
  }

  .women-content-text h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .women-content-text::after {
    bottom: 0%;
    right: auto;
    left: 0%;
    width: 50px;
    height: 50px;
  }

  .women-content::before {
    top: 0px;
    right: 0%;
    left: auto;
    width: 50px;
    height: 50px;
  }

  .academic-sec {
    padding: 0rem 15px;
  }

  .academic-content {
    margin: 30px 0px;
    padding: 0px 20px;
    text-align: center;
  }

  .academic-sec h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .leadership-card {
    margin: 0px 0px 20px 0px;
  }

  .academic-sec .swiper-button-next {
    right: auto;
    left: 52%;
  }

  .academic-sec .swiper-button-prev {
    right: 52%;
    left: auto;
  }

  .banner-card {
    top: -10%;
    right: 2%;
    height: 120px;
    width: 120px;
  }

  .banner-text h2 {
    letter-spacing: 3px;
    font-size: 40px;
  }

  .banner-text h1 {
    letter-spacing: 3px;
    font-size: 40px;
  }

  .about-sec {
    padding: 30px 15px;
  }

  .about-div h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .mission-content {
    padding: 10px 15px;
  }

  .mission-content-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .mission-content-text p {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: .025em;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
    left: 30px;
  }

  .mission-content-text p q::before {
    font-size: 4.5rem;
    top: 15px;
    position: absolute;
    margin-left: -45px;
    color: #fff;
  }

  .mission-content-text p q::after {
    font-size: 4.5rem;
    top: 50px;
    position: absolute;
    margin-left: 5px;
    color: #fff;
  }

  .facilities-sec {
    position: relative;
    padding: 20px 15px;
  }

  .facilities-sec h2 {
    font-size: 35px;
  }

  .leadership-sec {
    position: relative;
    padding: 35px 15px;
  }

  .history-content-text {
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 10px auto;
  }

  .history-content {
    padding: 20px 15px;
  }

  .history-content-text h2 {
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
  }

  .history-content-text p {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .history-content::before,
  .mission-content::before {
    top: 35px;
    right: 0%;
    left: auto;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .mission-content-col {

    padding: 10px 15px;
  }

  .careers-sec {
    padding: 30px 15px;
  }

  .careers-role-left {
    padding: 10px 5px;
    text-align: center;
  }

  .careers-role-left h2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: normal;
  }

  .careers-role-right {
    max-width: 98%;
    left: 0%;
    top: 0%;
    margin: 0 auto;
    position: relative;
  }

  .careers-role-right h2 {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 13px;
    font-size: 30px;
    left: 0px;
    line-height: normal;
    position: relative;
  }

  .careers-role-right p {
    max-height: max-content;
    margin-top: 10px;
  }

  .careers-sec::before {
    top: 20px;
    left: 10px;
    width: 50px;
    height: 50px;
  }

  .careers-sec::after {
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
  }

  .careers-role-left h2::after {
    top: auto;
    right: -15px;
    width: 70px;
    height: 70px;
  }

  .careers-role-right::after {
    bottom: -80px;
    right: 0%;
    left: auto;
    width: 100px;
    height: 100px;
  }

  .careers-role-left h2::before {
    top: 30px;
    right: auto;
    left: 85%;
    width: 70px;
    height: 70px;
  }

  .blog-sec {
    padding: 30px 15px;
  }

  .blog-sec h2 {
    font-size: 35px;
  }

  .blog-sec h2::before {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 5%;
    width: 70px;
    height: 70px;
  }

  .women-content-text {
    position: relative;
    color: #000;
    padding: 10px 15px;
    text-align: center;
  }

  .women-content-text p {
    width: 100%;
    margin-bottom: 0;
  }

  .women-content {
    padding: 20px 0px 20px 0px;
  }

  .women-content-text h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .women-content-text::after {
    bottom: 0%;
    right: auto;
    left: 0%;
    width: 50px;
    height: 50px;
  }

  .women-content::before {
    top: 0%;
    right: 0%;
    left: auto;
    width: 50px;
    height: 50px;
  }

  .academic-sec {
    padding: 0rem 15px;
  }

  .academic-content {
    margin: 30px 0px;
    padding: 0px 20px;
    text-align: center;
  }

  .academic-sec h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .leadership-card {
    margin: 0px 0px 20px 0px;
  }

  .academic-sec .swiper-button-next {
    right: auto;
    left: 52%;
  }

  .academic-sec .swiper-button-prev {
    right: 52%;
    left: auto;
  }

  .banner-card {
    top: -10%;
    right: 2%;
    height: 120px;
    width: 120px;
  }

  .banner-text h2 {
    letter-spacing: 3px;
    font-size: 40px;
  }

  .banner-text h1 {
    letter-spacing: 3px;
    font-size: 40px;
  }

  .about-sec {
    padding: 30px 15px;
  }

  .about-div h2 {
    font-size: 35px;
    padding-bottom: 10px;
  }

  .mission-content {
    padding: 10px 15px;
  }

  .mission-content-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .mission-content-text p {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: .025em;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
    left: 30px;
  }

  .mission-content-text p q::before {
    font-size: 4.5rem;
    top: 15px;
    position: absolute;
    margin-left: -45px;
    color: #fff;
  }

  .mission-content-text p q::after {
    font-size: 4.5rem;
    top: 50px;
    position: absolute;
    margin-left: 5px;
    color: #fff;
  }

  .facilities-sec {
    position: relative;
    padding: 20px 15px;
  }

  .facilities-sec h2 {
    font-size: 35px;
  }

  .leadership-sec {
    position: relative;
    padding: 35px 15px;
  }

  .history-content-text {
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 10px auto;
  }

  .history-content {
    padding: 20px 15px;
  }

  .history-content-text h2 {
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
  }

  .history-content-text p {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .history-content::before,
  .mission-content::before {
    top: 35px;
    right: 0%;
    left: auto;
    width: 40px;
    height: 40px;
    display: none;
  }
}

/* Tab Devices */
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .about-banner {
    height: 600px;
    margin-top: 0px !important;
  }

  .about-sec {
    padding: 40px 20px;
  }

  .vision-mission-content-div {
    margin-left: 0px !important;
  }

  .about-who-we-are img {
    width: 40%;
    float: right;
  }

  .about-who-we-are {
    position: absolute;
    right: 0%;
    bottom: 0%;
  }

  .about-div h2::before {
    top: auto;
    left: 0%;
  }

  .mission-content {

    padding: 60px 0px 60px 20px;
  }

  .mission-content-text h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .mission-content-text p {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: .015em;
    left: 10px;
  }

  .history-content {
    padding: 0px 10px 0px 0px;
  }

  .leadership-sec {
    padding: 5rem 20px;
  }

  .academic-sec {
    padding: 0rem 20px;
  }

  .academic-content {
    margin: 20px 0px;
    padding: 0px 0px;
  }

  .mission-content-col {

    padding: 10px 30px;
  }

  .women-content-text p {
    width: 100%;
  }

  .women-content-text {
    padding: 0px;
  }

  .copy-right-container .copy-right-row p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
  }

  .women-content-text::after {
    bottom: -50px;
  }

  .blog-sec {
    padding: 4rem 20px;
  }

  .blog-sec h2::before {
    bottom: 10px;
    left: 25%;
  }

  .careers-sec {
    padding: 4rem 1.5rem 4rem;
  }

  .careers-role-left {
    padding: 10px 5px;
  }

  .about-div h2 {
    font-size: 50px;
  }

  .history-content-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .chairman-head h2::before {
    top: -20px;
    left: -70px;
  }

  .chairman-head h2::after {
    top: -20px;
    right: -70px;
  }

  .facilities-sec {
    position: relative;
    padding: 3rem 30px;
  }

  .careers-sec .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }

  .careers-sec .row .col-md-8 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .careers-role-right p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    position: relative;
    padding: 0px;
    max-height: 800px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .careers-role-left h2 {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .blog-sec h2 {
    font-size: 40px;
  }

  .women-content-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .academic-sec h2 {
    font-size: 40px;
  }

  .facilities-sec h2 {
    font-size: 40px;
  }

  .facilities-head-sec {
    bottom: 280px !important;
  }

  .new-facilities-sec .common-head {
    font-size: 35px !important;
  }

  .topSwiper .swiper-slide .border-head {
    left: 30px !important;
    bottom: 200px !important;
  }

  .topSwiper .swiper-button-next,
  .topSwiper .swiper-button-prev {
    top: 50% !important;
  }

  .topSwiper .swiper-button-prev,
  .topSwiper .swiper-rtl .swiper-button-next {
    left: auto;
    right: 22% !important;
  }

  .history-img img {
    padding: 0px;
  }

  /*  .history-img img {*/
  /*    padding: 0px;*/
  /*    display: block;*/
  /*    height: 550px!important;*/
  /*    left: 10px;*/
  /*    -o-object-fit: cover;*/
  /*    object-fit: contain;*/
  /*    -o-object-position: center center;*/
  /*    object-position: center center;*/
  /*    position: relative;*/
  /*    top: 0;*/
  /*    width: 80%!important;*/
  /*}*/
  .history-img {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .history-6 {
    display: none;
  }

  .mission-img img {
    padding: 0px;
    display: block;
    height: 550px !important;
    left: 24px;
    -o-object-fit: cover;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    position: relative;
    top: 0;
    width: 90% !important;
  }

  .mission-img {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .topSwiper .swiper-button-next:after,
  .topSwiper .swiper-rtl .swiper-button-prev:after {
    right: 5% !important;
  }

  .history-1 img {
    width: 30%;
  }

  .history-5 img {
    width: 48%;
  }

  .main-menu .first-div ul .nav-item .nav-link {
    color: #002776 !important;
    padding: 5px 1rem;
    font-weight: bold;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .about-banner {

    height: 700px;
  }

  .about-sec {
    padding: 50px 30px;
  }

  .about-who-we-are img {
    width: 40%;
    float: right;
  }

  .about-who-we-are {
    position: absolute;
    right: 0%;
    bottom: 0%;
  }

  .about-div h2::before {
    top: auto;
    left: 0%;
  }

  .mission-content {

    padding: 80px 0px 80px 20px;
  }

  .mission-content-text h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .mission-content-text p {
    font-size: 23px;
    font-weight: 100;
    letter-spacing: .015em;
    left: 20px;
  }

  .history-content {
    padding: 20px 0px 30px 0px;
  }

  .leadership-sec {
    padding: 6rem 30px;
  }

  .academic-sec {
    padding: 0rem 30px;
  }

  .academic-content {
    margin: 30px 0px;
    padding: 0px 0px;
  }

  .women-content-text p {
    width: 95%;
  }

  .women-content-text {
    padding: 0px;
  }

  .women-content-text::after {
    bottom: -50px;
    width: 65px;
    height: 65px
  }

  .blog-sec {
    padding: 4rem 20px;
  }

  .blog-sec h2::before {
    left: 25%;
    bottom: 10px;
  }

  .careers-sec {
    padding: 4rem 2rem 4rem;
  }

  .careers-role-left {
    padding: 10px 5px;
  }
}

/*  Desktop Devices */

@media only screen and (min-width: 1281px) and (max-width:1440px) {
  .women-content-text {
    padding: 40px 20px 40px 20px;
  }

  .blog-sec {
    padding: 4rem 50px;
  }

  .careers-sec {
    padding: 7rem 4rem 5rem;
  }

  .academic-sec {
    padding: 0rem 50px;
  }

  .mission-content-text p {

    left: 10px;
  }

}

/* Large */
@media only screen and (min-width: 1824px) and (max-width: 1920px) {
  .facilitiesSlider-img {
    width: 90%;
    margin: 0 auto;
  }

  .about-div h2::after {
    top: 10px;
    right: 10%;
    left: auto;
    width: 60%;
    height: 100px;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .careers-role-left {
    position: relative;
    padding: 10px 100px 0px 0px;
  }

  .facilitiesSlider-img {
    width: 90%;
    margin: 0 auto;
  }

  .about-div h2::after {
    top: 10px;
    right: 10%;
    left: auto;
    width: 60%;
    height: 100px;
  }
}

/*About Page responsiveness end - Divya*/


.stickyPosition {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.zoomImage {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}

.zoomImage img {
  transition: all .5s;
}

.zoomImageDiv:hover img {
  transform: scale(1.1);
  transition: all .5s;
}

.margin-zero {
  margin: 0;
}

.padding-zero {
  padding: 0;
}

.campus-content-div .star-group.stars-1 {
  top: 5%;
  bottom: auto;
  left: 50px;
  position: absolute;
}

.campus-content-div .star-group.stars-2 {
  top: 0;
  bottom: auto;
  right: 50px;
  position: absolute;
}

.campus-content-div .star-group.stars-3 {
  top: auto;
  bottom: 0px;
  left: 200px;
  position: absolute;
}

.campus-content-div .star-group.stars-4 {
  top: auto;
  bottom: 200px;
  left: 50px;
  position: absolute;
}

.campus-content-div .star-group.stars-5 {
  top: auto;
  bottom: 100px;
  right: 0px;
  position: absolute;
}

.campus-content-div .star-group.stars-6 {
  top: auto;
  bottom: 280px;
  right: 0px;
  position: absolute;
}




/* Highlights and Events Page responsiveness */
@media only screen and (max-width: 319.5px) {
  .banner-text h2 {
    letter-spacing: 3px;
    font-size: 40px;
  }

  .banner-text h1 {
    letter-spacing: 3px;
    font-size: 40px;
  }

  .banner-sec.about-banner .waveWrapperPurple {
    top: 2px;
  }

  .highlight-sec {
    padding: 15px;
  }

  .buttons-inner .btn {
    padding: 15px;
    font-size: 15px;
  }

  .highlight-head-div {
    padding: 30px 0px
  }

  .highlight-head-div h4 {
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .highlight-head-div h4::before {
    top: -60px;
    left: 0px;
    right: auto;
    width: 40px;
    height: 80px;
  }

  .highlight-head-div p {
    width: 100%;
  }

  .highlight-sec::before {
    top: 20px;
    left: 10px;
    right: auto;
    width: 50px;
    height: 50px;
  }

  .highlight-sec::after {
    top: 20px;
    right: 10px;
    left: auto;
    width: 80px;
    height: 80px;
  }


  .explore-our-campus.lightblue-background {
    padding: 0px 15px 50px 15px;
  }

  .explore-sec-header {
    max-width: max-content;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(0%);
    margin-left: 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 99;
    padding-top: 50px;
    text-align: center;
  }

  .explore-second-row {
    margin-top: 0px;
  }

  .explore-third-row {
    margin-top: 0px;
  }

  .explore-card {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
  }

  .explore-swiper-slider .swiper-wrapper {
    padding-bottom: 100px;

  }

  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-next,
  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-prev {
    top: auto;
    bottom: 0px;
  }

  .explore-our-campus.lightblue-background .swiper-button-next,
  .explore-our-campus.lightblue-background .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 52%;
  }

  .explore-our-campus.lightblue-background .swiper-button-prev {
    left: auto;
    right: 52%;
  }

  .explore-text-head h5 {
    font-size: 17px;
  }

  .explore-text p {
    font-size: 17px;
  }

  .explore-sec-header h2 {
    font-size: 30px;
  }

  .explore-text {
    bottom: 15px;
    left: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .banner-text h2 {
    letter-spacing: 3px;
    font-size: 40px;
  }

  .banner-text h1 {
    letter-spacing: 3px;
    font-size: 40px;
  }

  .banner-sec.about-banner .waveWrapperPurple {
    top: 2px;
  }

  .highlight-sec {
    padding: 15px;
  }

  .buttons-inner .btn {
    padding: 15px;
    font-size: 15px;
  }

  .highlight-head-div {
    padding: 30px 0px
  }

  .highlight-head-div h4 {
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .highlight-head-div h4::before {
    top: -60px;
    left: 0px;
    right: auto;
    width: 40px;
    height: 80px;
  }

  .highlight-head-div p {
    width: 100%;
  }

  .highlight-sec::before {
    top: 20px;
    left: 10px;
    right: auto;
    width: 50px;
    height: 50px;
  }

  .highlight-sec::after {
    top: 20px;
    right: 10px;
    left: auto;
    width: 80px;
    height: 80px;
  }


  .explore-our-campus.lightblue-background {
    padding: 0px 15px 50px 15px;
  }

  .explore-sec-header {
    max-width: max-content;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(0%);
    margin-left: 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 99;
    padding-top: 50px;
    text-align: center;
  }

  .explore-second-row {
    margin-top: 0px;
  }

  .explore-third-row {
    margin-top: 0px;
  }

  .explore-card {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
  }

  .explore-swiper-slider .swiper-wrapper {
    padding-bottom: 100px;

  }

  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-next,
  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-prev {
    top: auto;
    bottom: 0px;
  }

  .explore-our-campus.lightblue-background .swiper-button-next,
  .explore-our-campus.lightblue-background .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 52%;
  }

  .explore-our-campus.lightblue-background .swiper-button-prev {
    left: auto;
    right: 52%;
  }

  .explore-text-head h5 {
    font-size: 20px;
  }

  .explore-text p {
    font-size: 20px;
  }

  .explore-sec-header h2 {
    font-size: 30px;
  }

  .explore-text {
    bottom: 15px;
    left: 15px;
  }
}

/* Tab Devices */
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {

  .banner-sec.about-banner .waveWrapperPurple {
    top: 2px;
  }

  .highlight-head-div h4 {
    display: inline-block;
  }

  .highlight-head-div h4::before {
    top: -50px;
    left: -100px;
    right: auto;
    width: 90px;
    height: 90px;
  }

  .highlight-sec {
    padding: 20px;
  }

  .highlight-head-div {
    padding: 30px 30px 30px 30px;
  }

  .buttons-inner .btn {
    padding: 15px;
    font-size: 20px;
  }

  .highlight-sec::after {
    top: 10px;
    right: 10px;
    left: auto;
    width: 100px;
    height: 100px;
  }

  .highlight-sec::before {
    top: 10px;
    left: 30px;
    right: auto;
    width: 70px;
    height: 70px;
  }


  .explore-our-campus.lightblue-background {
    padding: 0px 20px 50px 20px;
  }

  .explore-sec-header {
    max-width: 400px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 99;
  }

  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-next,
  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-prev {
    top: 43%;
  }

  .explore-text p {
    font-size: 20px;
  }

  .explore-text-head {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .explore-text-head h5 {
    font-size: 20px;
  }

  .explore-third-row {
    margin-top: -30px;
  }

  .explore-second-row {
    margin-top: -30px;
  }

  .explore-second-row .explore-card-2::before {

    right: -80px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .buttons-inner .btn {
    padding: 15px;
    font-size: 20px;
  }

  .banner-sec.about-banner .waveWrapperPurple {
    top: 2px;
  }

  .highlight-head-div h4 {
    display: inline-block;
  }

  .highlight-head-div h4::before {
    top: -50px;
    left: -100px;
    right: auto;
    width: 90px;
    height: 90px;
  }

  .highlight-sec {
    padding: 60px;
  }

  .highlight-head-div {
    padding: 50px 30px 50px 30px;
  }

  .explore-our-campus.lightblue-background {
    padding: 0px 30px 80px 30px;
  }

  .explore-sec-header {
    max-width: 450px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 99;
  }

  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-next,
  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-prev {
    top: 37%;
  }

  .explore-text p {
    font-size: 20px;
  }
}

/* 1280px tab view */
@media only screen and (min-width: 1281px) and (max-width:1355.99px) {
  .banner-sec.about-banner .waveWrapperPurple {
    top: 2px;
  }

  .highlight-head-div h4 {
    display: inline-block;
  }

  .highlight-head-div h4::before {
    top: -50px;
    left: -100px;
    right: auto;
    width: 90px;
    height: 90px;
  }

  .highlight-sec {
    padding: 60px;
  }

  .highlight-head-div {
    padding: 50px 30px 50px 30px;
  }
}

/*  Desktop Devices */
.main-menu {
  background: url('./img/white-curve.png') no-repeat;
  -moz-background-size: 60% 100%;
  background-size: 60% 100%;
  left: 0;
  opacity: 1;
  width: 70%;
  z-index: 6;
  height: 100%;
  position: absolute;
  text-align: left;
  top: 0;
}

.main-menu .first-div {
  position: absolute;
  padding: 140px 100px
}

.main-menu li,
.sub-menu li {
  list-style: none;
}

.main-menu .first-div ul .nav-item .nav-link {
  color: #002776 !important;
  padding: 5px 1rem;
  font-weight: bold;
  font-family: "Helvetica-Neu-Bold", sans-serif;
}

//.main-menu .first-div ul .nav-item .nav-link .arrow {
// position: absolute;
// display: flex;
// right: 0;
// top: 0;
// bottom: 0;
// justify-content: center;
//align-items: center;
//}

.main-menu .first-div ul .nav-item .nav-link .arrow {
  position: absolute;
  display: flex;
  right: 0%;
  left: auto;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}

.main-menu .first-div ul .arrow,
.main-menu .first-div ul .arrow i {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.sub-menu {
  background: url('./img/blue-curve-2.png') no-repeat;
  list-style: none;
  /*padding: 10.5rem 0rem 0rem 10rem; */
  padding: 100px 0px 0px 100px;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: 65% 100%;
  width: 65%;
  height: 100%;
  position: relative;
  text-align: left;
  top: 0%;
  left: 25%;
  overflow-y: scroll;
  transition: all 500ms ease-in;
}

.sub-menu::-webkit-scrollbar {
  display: none;
}

.iit-neet-submenu.sub-menu::before,
.campus-submenu.sub-menu::before,
.result-submenu.sub-menu::before {
  content: '';
  position: absolute;
  background-image: url('./img/curve-01.png');
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -4%;
  background-size: 20% 100%;
  background-repeat: no-repeat;
  display: none;
}

.iit-neet-submenu.sub-menu::after,
.campus-submenu.sub-menu::after,
.result-submenu.sub-menu::after {
  content: '';
  position: absolute;
  background-image: url('./img/curve blue-01.png');
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -47%;
  background-size: 20% 100%;
  background-repeat: no-repeat;
  display: none;
}

.campus-submenu.sub-menu ul .nav-item .nav-link,
.matric-submenu.sub-menu ul .nav-item .nav-link,
.iit-neet-submenu.sub-menu ul .nav-item .nav-link,
.result-submenu.sub-menu ul .nav-item .nav-link {
  color: #fff !important;
}

/*.campus-submenu.sub-menu ul .nav-item .nav-link .arrow{*/
/*  position: absolute;*/
/*  left: 41%;*/
/*    -webkit-transform: translateY(-100%);*/
/*    -moz-transform: translateY(-100%);*/
/*    -ms-transform: translateY(-100%);*/
/*    -o-transform: translateY(-100%);*/
/*    transform: translateY(-100%);*/
/*}*/
.campus-submenu.sub-menu ul .nav-link.active .arrow,
.iit-neet-submenu.sub-menu ul .nav-link.active .arrow,
.result-submenu.sub-menu ul .nav-link.active .arrow {
  -webkit-transform: translateY(-50%) translateX(5px) !important;
  -moz-transform: translateY(-50%) translateX(5px) !important;
  -ms-transform: translateY(-50%) translateX(5px) !important;
  -o-transform: translateY(-50%) translateX(5px) !important;
  transform: translateY(-50%) translateX(5px) !important;
}

.campus-submenu.sub-menu ul .arrow,
.campus-submenu.sub-menu ul .arrow i,
.iit-neet-submenu.sub-menu ul .arrow,
.iit-neet-submenu.sub-menu ul .arrow i,
.result-submenu.sub-menu ul .arrow,
.result-submenu.sub-menu ul .arrow i {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* Submenu Accordion */
.campus-submenu .accordion,
.iit-neet-submenu .accordion,
.result-submenu .accordion {
  width: 50%;
  margin: auto 0;
}

.campus-submenu .accordion>li:first-child,
.iit-neet-submenu .accordion>li:first-child,
.result-submenu .accordion>li:first-child {
  border: none;
}

.campus-submenu .accordion>li,
.iit-neet-submenu .accordion>li,
.result-submenu .accordion>li {
  position: relative;
  border: none;
  cursor: pointer;
}

.campus-submenu .accordion .link a,
.iit-neet-submenu .accordion .link a,
.result-submenu .accordion .link a {
  position: relative;
  display: block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Helvetica-Neu-Bold", sans-serif;
  cursor: pointer;
}

.campus-submenu .accordion .active .link>a,
.iit-neet-submenu .accordion .active .link>a,
.result-submenu .accordion .active .link>a {
  background: none;
  cursor: pointer;
}

.campus-submenu .accordion .link>a,
.iit-neet-submenu .accordion .link>a,
.result-submenu .accordion .link>a {
  color: #fff;
}

.campus-submenu .accordion .link>a:hover,
.iit-neet-submenu .accordion .link>a:hover,
.result-submenu .accordion .link>a:hover {
  background: none;
}


/* sub submenu */

.campus-submenu .sub-submenu,
.iit-neet-submenu .sub-submenu,
.result-submenu .sub-submenu {
  display: none;
  background: none;
  margin: 0px;
}

.campus-submenu .accordion .sub-submenu>li a,
.iit-neet-submenu .accordion .sub-submenu>li a,
.result-submenu .accordion .sub-submenu>li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Helvetica-Neu-Bold", sans-serif;
}

.campus-submenu .accordion .sub-submenu>li:first-child,
.iit-neet-submenu .accordion .sub-submenu>li:first-child,
.result-submenu .accordion .sub-submenu>li:first-child {
  border: none;
}

.campus-submenu .accordion .sub-submenu>li,
.iit-neet-submenu .accordion .sub-submenu>li,
.result-submenu .accordion .sub-submenu>li {
  border: none;
}

.campus-submenu .accordion .sub-submenu>li a:hover,
.iit-neet-submenu .accordion .sub-submenu>li a:hover,
.result-submenu .accordion .sub-submenu>li a:hover {
  color: #EF564A;
  padding: 10px 15px 10px 20px;
  transition: padding 0.2s ease-in;
}

.campus-submenu .accordion li p a .fa,
.iit-neet-submenu .accordion li p a .fa,
.result-submenu .accordion li p a .fa {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.campus-submenu .accordion .active .fa,
.iit-neet-submenu .accordion .active .fa,
.result-submenu .accordion .active .fa {
  transform: translateY(-50%) rotate(180deg);
}

.menu-right-div {
  background: rgba(0, 0, 0, .5);
  display: block;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.sub-nav-bar {
  position: relative;
  display: block;
  left: -3%;
}

.sub-nav-bar-menu {
  float: right;
  list-style: none;
  margin: 0 auto;
}

.sub-nav-bar .sub-nav-bar-menu .menu-item {
  display: block;
  float: left;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
}

.sub-nav-bar .sub-nav-bar-menu .menu-item a.nav-link {
  color: #002776;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px 7px;
  font-family: "Helvetica-Neu-Bold", sans-serif;
}

.sub-nav-bar .sub-nav-bar-menu .menu-item a.nav-link:hover {
  color: #EF564A !important;
  text-decoration: none;
}

.velammal-new-header .navbar-brand.navbar-brand1 {
  width: 9%;
  z-index: 100;
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .main-menu .first-div ul .nav-item .nav-link .arrow {
    right: 10%;
  }

  .velammal-new-header .navbar-brand.navbar-brand1 {
    width: 80px;
    position: relative;
  }

  .main-menu {
    width: 100%;
    background-size: 99% 100%;
  }

  .main-menu .first-div {
    position: absolute;
    padding: 0 !important;
    margin: 6rem -1rem;
  }

  .campus-submenu .accordion li p a .fa,
  .iit-neet-submenu .accordion li p a .fa,
  .result-submenu .accordion li p a .fa {
    right: 50px !important;
  }

  .campus-submenu.sub-menu,
  .iit-neet-submenu.sub-menu,
  .result-submenu.sub-menu {
    background: #0844B8;
    width: 100%;
    left: 0%;
    padding: 8rem 0rem 0rem 0rem;
    overflow-y: scroll;
  }

  .campus-submenu.sub-menu::before,
  .campus-submenu.sub-menu::after,
  .iit-neet-submenu.sub-menu::before,
  .iit-neet-submenu.sub-menu::after,
  .result-submenu.sub-menu::before,
  .result-submenu.sub-menu::after {
    display: none;
  }

  .campus-submenu .accordion,
  .iit-neet-submenu .accordion,
  .result-submenu.accordion {
    width: 100%;
    margin: 0rem -20px 5rem;
  }

  .campus-submenu.sub-menu .nav-item.back-btn,
  .iit-neet-submenu.sub-menu .nav-item.back-btn,
  .result-submenu.sub-menu .nav-item.back-btn {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
  }

  .campus-submenu.sub-menu .nav-item.back-btn .nav-link,
  .iit-neet-submenu.sub-menu .nav-item.back-btn .nav-link,
  .result-submenu.sub-menu .nav-item.back-btn .nav-link {
    padding-left: 2rem;
  }

  .campus-submenu .accordion .sub-submenu>li a,
  .iit-neet-submenu .accordion .sub-submenu>li a,
  .result-submenu .accordion .sub-submenu>li a {
    font-size: 15px;
  }

  .campus-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .iit-neet-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .result-submenu.sub-menu .nav-item.back-btn a .arrow .fa {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }

  .velammal-new-header .headerMenu .nav-item {
    display: none;
  }

  .velammal-new-header .headerMenu.sub-navi-menu .nav-item {
    display: none;
  }

  .velammal-new-header .headerMenu {
    width: 40%;
  }

  .velammal-new-header .headerMenu.sub-navi-menu {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 3.5rem;
    left: 0;
    right: 0;
    display: block;
  }

  .sub-nav-bar {
    left: 0%;
    position: relative;
    right: 0%;
    display: none;
  }

  .sub-nav-bar .sub-nav-bar-menu .menu-item {
    float: none;
  }

  .sub-nav-bar-menu {
    float: inherit;
    left: -3rem;
    position: relative;
  }

  .velammal-new-header .subnavimenuopen-btn {
    border: none;
    background: #002776;
    font-size: 35px;
    position: absolute;
    top: 4.5rem;
    right: 0%;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block !important;
  }

  .velammal-new-header .navbar-brand.navbar-brand1:nth-child(2) {
    position: relative;
  }

  .velammal-new-header .navbar-brand.navbar-brand1:nth-child(1)::after {
    content: '|';
    position: absolute;
    top: auto;
    bottom: 0;
    right: -10px;
    opacity: 0.5;
    z-index: 1;
    color: #002776;
  }

}

.slide-down {
  animation: slide-down 0.3s linear both;
}

.slide-up {
  animation: slide-up 0.3s linear both;
}

@keyframes slide-down {
  0% {
    visibility: hidden;
    height: 0;
  }

  95% {
    visibility: visible;
    height: 250px;
  }

  100% {
    visibility: visible;
    height: auto;
  }
}

@keyframes slide-up {
  from {
    visibility: visible;
    height: 250px;
  }

  to {
    visibility: hidden;
    height: 0;
  }
}

.velammal-new-header .subnavimenuopen-btn {
  display: none;
}

.campus-submenu.sub-menu .nav-item.back-btn,
.iit-neet-submenu.sub-menu .nav-item.back-btn,
.result-submenu.sub-menu .nav-item.back-btn {
  /*margin: 0 35px;*/
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.campus-submenu.sub-menu .nav-item.back-btn .nav-link,
.iit-neet-submenu.sub-menu .nav-item.back-btn .nav-link,
.result-submenu.sub-menu .nav-item.back-btn .nav-link {
  padding-left: 3rem;
  font-size: 22px;
  font-weight: normal;
  font-family: "Helvetica-Neu-Bold", sans-serif;
}

.campus-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
.iit-neet-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
.result-submenu.sub-menu .nav-item.back-btn a .arrow .fa {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .velammal-new-header .navbar-brand.navbar-brand1 {
    width: 145px;
  }

  .main-menu {
    width: 100%;
    background-size: 55% 100%;
  }

  .main-menu .first-div {
    position: absolute;
    padding: 0 !important;
    top: 100px;
  }

  .campus-submenu.sub-menu,
  .iit-neet-submenu.sub-menu,
  .result-submenu.sub-menu {
    background: #0844B8;
    width: 100%;
    left: 0%;
    padding: 8rem 0rem 0rem 0rem;
    overflow-y: scroll;
  }

  .campus-submenu.sub-menu::before,
  .campus-submenu.sub-menu::after,
  .iit-neet-submenu.sub-menu::before,
  .iit-neet-submenu.sub-menu::after,
  .result-submenu.sub-menu::before,
  .result-submenu.sub-menu::after {
    display: none;
  }

  .campus-submenu .accordion,
  .iit-neet-submenu .accordion,
  .result-submenu .accordion {
    width: 100%;
    margin: 0rem -20px 5rem;
  }

  .campus-submenu.sub-menu .nav-item.back-btn,
  .iit-neet-submenu.sub-menu .nav-item.back-btn,
  .result-submenu.sub-menu .nav-item.back-btn {
    margin: 0 35px;
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
  }

  .campus-submenu.sub-menu .nav-item.back-btn .nav-link,
  .iit-neet-submenu.sub-menu .nav-item.back-btn .nav-link,
  .result-submenu.sub-menu .nav-item.back-btn .nav-link {
    padding-left: 2rem;
  }

  .campus-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .iit-neet-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .result-submenu.sub-menu .nav-item.back-btn a .arrow .fa {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }

  .velammal-new-header .headerMenu .nav-item {
    display: none;
  }

  .velammal-new-header .headerMenu.sub-navi-menu .nav-item {
    display: none;
  }

  .velammal-new-header .headerMenu.sub-navi-menu {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 4.5rem;
    left: 0;
    right: 0;
    display: block;
  }

  .sub-nav-bar {
    left: 0%;
    position: relative;
    right: 0%;
    display: none;
  }

  .sub-nav-bar .sub-nav-bar-menu .menu-item {
    float: none;
  }

  .sub-nav-bar-menu {
    float: inherit;
    left: -2rem;
    position: relative;
  }

  .velammal-new-header .subnavimenuopen-btn {
    border: none;
    background: #002776;
    font-size: 35px;
    position: absolute;
    top: 100%;
    right: 0%;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block !important;
  }

  .velammal-new-header .navbar-brand.navbar-brand1:nth-child(2) {
    position: relative;
  }

  .velammal-new-header .user-icon {
    position: absolute;
    right: 100px;
  }

  .velammal-new-header .menu-icon {
    position: absolute;
    right: 40px;
  }

  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-lg,
  .navbar .container-md,
  .navbar .container-sm,
  .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: initial;
  }

  .velammal-new-header .navbar-brand.navbar-brand1:nth-child(1)::after {
    display: none;
  }

}

@media only screen and (max-width: 319.5px) {
  .velammal-new-header .navbar-brand.navbar-brand1 {
    width: 28%;
  }

  .main-menu {
    width: 100%;
    background-size: 99% 100%;
  }

  .main-menu .first-div {
    position: absolute;
    padding: 1.5rem !important;
    margin: 4rem 0rem;
  }

  .campus-submenu.sub-menu,
  .iit-neet-submenu.sub-menu,
  .result-submenu.sub-menu {
    background: #0844B8;
    width: 100%;
    left: 0%;
    padding: 8rem 0rem 0rem 0rem;
    overflow-y: scroll;
  }

  .campus-submenu.sub-menu::before,
  .campus-submenu.sub-menu::after,
  .iit-neet-submenu.sub-menu::before,
  .iit-neet-submenu.sub-menu::after,
  .result-submenu.sub-menu::before,
  .result-submenu.sub-menu::after {
    display: none;
  }

  .campus-submenu .accordion,
  .iit-neet-submenu .accordion,
  .result-submenu .accordion {
    width: 100%;
    margin: 0rem -20px 5rem;
  }

  .campus-submenu.sub-menu .nav-item.back-btn,
  .iit-neet-submenu.sub-menu .nav-item.back-btn,
  .result-submenu.sub-menu .nav-item.back-btn {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
  }

  .campus-submenu.sub-menu .nav-item.back-btn .nav-link,
  .iit-neet-submenu.sub-menu .nav-item.back-btn .nav-link,
  .result-submenu.sub-menu .nav-item.back-btn .nav-link {
    padding-left: 2rem;
  }

  .campus-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .iit-neet-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .result-submenu.sub-menu .nav-item.back-btn a .arrow .fa {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }

  .velammal-new-header .headerMenu .nav-item {
    display: none;
  }

  .velammal-new-header .headerMenu.sub-navi-menu .nav-item {
    display: none;
  }

  .velammal-new-header .headerMenu {
    width: 40%;
  }

  .navbar-collapse.collapse.show .nav-link {
    font-size: 15px;
    text-transform: uppercase;
  }

  .campus-submenu .accordion .link a,
  .iit-neet-submenu .accordion .link a,
  .result-submenu .accordion .link a {
    font-size: 15px;
  }

  .campus-submenu .accordion .sub-submenu>li a,
  .iit-neet-submenu .accordion .sub-submenu>li a,
  .result-submenu .accordion .sub-submenu>li a {
    padding: 6px 5px;
    font-size: 15px;
  }

  .velammal-new-header .headerMenu.sub-navi-menu {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 3.5rem;
    left: 0;
    right: 0;
    display: block;
  }

  .sub-nav-bar {
    left: 0%;
    position: relative;
    right: 0%;
    display: none;
  }

  .sub-nav-bar .sub-nav-bar-menu .menu-item {
    float: none;
  }

  .sub-nav-bar-menu {
    float: inherit;
    left: -3rem;
    position: relative;
  }

  .velammal-new-header .subnavimenuopen-btn {
    border: none;
    background: #002776;
    font-size: 35px;
    position: absolute;
    top: 115%;
    right: 0%;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block !important;
  }

  .velammal-new-header .navbar-brand.navbar-brand1:nth-child(2) {
    left: -9%;
    position: relative;
  }

  .velammal-new-header .navbar-brand.navbar-brand1:nth-child(1)::after {
    content: '|';
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 31%;
    right: auto;
    opacity: 0.5;
    z-index: 1;
    color: #002776;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279.5px) {
  .velammal-new-header .navbar-brand.navbar-brand1 {
    width: 145px;
  }

  .main-menu {
    /* background: #fff; */
    width: 100%;
    background-size: 48% 100%;
  }

  .main-menu .first-div {
    position: absolute;
    padding: 0 !important;
    /*margin: 6rem 3rem;*/
    margin: 8rem 3rem;
  }

  .navbar-collapse.collapse.show .nav-link {
    font-size: 18px;
  }

  .campus-submenu.sub-menu,
  .iit-neet-submenu.sub-menu,
  .result-submenu.sub-menu {
    overflow-y: scroll;
    padding: 6rem 0rem 0rem 6rem;
    background: url(./img/blue-curve-2.png) no-repeat;
    -moz-background-size: 73% 100%;
    background-size: 73% 100%;
    width: 65%;
    height: 100%;
    left: 35%;
  }


  .campus-submenu.sub-menu::before,
  .campus-submenu.sub-menu::after,
  .iit-neet-submenu.sub-menu::before,
  .iit-neet-submenu.sub-menu::after,
  .result-submenu.sub-menu::before,
  .result-submenu.sub-menu::after {
    display: none;
  }

  .campus-submenu .accordion,
  .iit-neet-submenu .accordion,
  .result-submenu .accordion {
    width: 100%;
    margin: 0rem -20px 5rem;
  }

  .campus-submenu.sub-menu .nav-item.back-btn,
  .iit-neet-submenu.sub-menu .nav-item.back-btn,
  .result-submenu.sub-menu .nav-item.back-btn {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
  }

  .campus-submenu.sub-menu .nav-item.back-btn .nav-link,
  .iit-neet-submenu.sub-menu .nav-item.back-btn .nav-link,
  .result-submenu.sub-menu .nav-item.back-btn .nav-link {
    padding-left: 2rem;
    font-size: 18px;
  }

  .campus-submenu .accordion .link a,
  .iit-neet-submenu .accordion .link a,
  .result-submenu .accordion .link a {
    font-size: 18px;
  }

  .campus-submenu .accordion .link a,
  .iit-neet-submenu .accordion .link a,
  .result-submenu .accordion .link a {
    font-size: 18px !important;
  }

  .campus-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .iit-neet-submenu.sub-menu .nav-item.back-btn a .arrow .fa,
  .result-submenu.sub-menu .nav-item.back-btn a .arrow .fa {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }

  .velammal-new-header .headerMenu .nav-item {
    display: none;
  }

  .velammal-new-header .headerMenu.sub-navi-menu .nav-item {
    display: none;
  }

  .velammal-new-header .headerMenu.sub-navi-menu {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 4.7rem;
    left: 0;
    right: 0;
    display: block;
  }

  .sub-nav-bar {
    left: 0%;
    position: relative;
    right: 0%;
    display: none;
  }

  .sub-nav-bar .sub-nav-bar-menu .menu-item {
    float: none;
  }

  .sub-nav-bar-menu {
    float: inherit;
    left: -2rem;
    position: relative;
  }

  .velammal-new-header .subnavimenuopen-btn {
    border: none;
    background: #002776;
    font-size: 35px;
    position: absolute;
    top: 100%;
    right: 0%;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block !important;
  }

  .velammal-new-header .navbar-brand.navbar-brand1:nth-child(2) {
    position: relative;
  }

  .velammal-new-header .user-icon {
    position: absolute;
    right: 100px;
  }

  .velammal-new-header .menu-icon {
    position: absolute;
    right: 40px;
  }

  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-lg,
  .navbar .container-md,
  .navbar .container-sm,
  .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: initial;
  }

  .sub-nav-bar .sub-nav-bar-menu .menu-item a.nav-link {
    font-size: 18px;
  }

  .navbar-collapse.collapse.show .nav-link {
    padding: 0.5rem 1rem;
  }

  .campus-submenu .accordion li p a .fa,
  .iit-neet-submenu .accordion li p a .fa,
  .result-submenu .accordion li p a .fa {
    right: 15rem;
  }

}

@media only screen and (max-width: 1280px) {
  .sub-nav-bar .sub-nav-bar-menu .menu-item a.nav-link {
    font-size: 13px;
    padding: 5px;
  }

  .main-menu .first-div {
    padding: 150px 100px;
  }

  .sub-menu {
    padding: 15rem 0rem 0rem 7rem;
    left: 31%;
    overflow-y: scroll;
  }

  .campus-submenu.sub-menu::after,
  .campus-submenu.sub-menu::before,
  .iit-neet-submenu.sub-menu::after,
  .iit-neet-submenu.sub-menu::before,
  .result-submenu.sub-menu::after,
  .result-submenu.sub-menu::before {
    display: none;
  }
}

@media only screen and (max-width: 1536px) {
  .sub-menu::-webkit-scrollbar {
    display: none;
  }
}

/* Our vision mission two way slider section */
.vision-mission-sec {
  position: relative;
  padding: 100px 0px;
}

.vision-mission-container {
  padding-top: 100px;
}

.vision-mission-image .swiper-wrapper {
  padding-bottom: 80px;
  transform: none !important;
}

.vision-mission-image .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
}

.vision-mission-image .swiper-pagination-bullet-active {
  background: #fff;
}

.vision-mission-image .swiper-horizontal>.swiper-pagination-bullets,
.vision-mission-image .swiper-pagination-bullets.swiper-pagination-horizontal,
.vision-mission-image .swiper-pagination-custom,
.vision-mission-image .swiper-pagination-fraction {
  bottom: 0px;
  left: -30%;
  width: 100%;
}

.vision-mission-image {
  box-sizing: border-box;
  padding: 10px 0;
}

.vision-mission-image .swiper-slide {
  background-size: cover;
  background-position: center;
  cursor: pointer;
  opacity: 0.4;
  height: 100%;
}

.vision-mission-image .swiper-slide-active {
  opacity: 1;
}

.vision-mission-content-div {
  position: relative;
  margin-left: 100px;
  color: #fff;
}

.vision-small-head {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 3px;
}

.vision-large-head {
  font-size: 15px;
  line-height: 30px;
}

.vision-mission-image-div img {
  border-radius: 50%;
  width: 468px;
  height: 468px;
  position: relative;
  margin: 0 auto;
  padding: 30px;
}

.vision-mission-image .swiper-slide-active .vision-mission-image-div img {
  border: 1px solid #fff;
}

.vision-mission-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-leadership {
  background-color: #0E9ED9;
  padding: 100px 80px 100px 80px;
}

.about-leadership.chairman-sec .chairman-head h2::before,
.about-leadership.chairman-sec .chairman-head h2::after,
.about-leadership.chairman-sec .chairman-content-row::after {
  display: block;
}

.chairman-img-div img {
  margin: 0 auto;
}

/* Facilities Section */

.new-facilities-sec {
  position: relative;
  z-index: 9;
}

.topSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topSwiper .swiper-slide .border-head {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 240px;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  left: 50px;
  margin-top: 40px;
}

.topSwiper .swiper-slide .overlay {
  background-image: linear-gradient(180deg, #30333800 0%, #000000 100%);
  clear: float;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.thumbSwiper.swiper-thumbs {
  position: absolute;
  width: 100%;
  bottom: 0px;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  margin-top: 40px;
  border-top: 1px solid #fff;
  padding-top: 40px;
}

.topSwiper .swiper-button-next,
.topSwiper .swiper-button-prev {
  top: 65%;
  width: 60px;
  height: 60px;
  background-color: #002776;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topSwiper .swiper-button-prev:after,
.topSwiper .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: 95%;
  height: 100%;
  right: 10%;
  left: auto;
  content: "";
  position: absolute;
}

.topSwiper .swiper-button-next:after,
.topSwiper .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: 95%;
  height: 100%;
  left: auto;
  right: 6%;
  content: "";
  position: absolute;
}

.topSwiper .swiper-button-prev,
.topSwiper .swiper-rtl .swiper-button-next {
  left: auto;
  right: 15%;
}

.topSwiper .swiper-button-next,
.topSwiper .swiper-rtl .swiper-button-prev {
  right: 10%;
  left: auto;
}

.new-facilities-sec .thumbSwiper .swiper-slide {
  opacity: 0.4;
}

.new-facilities-sec .thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.facilities-head-sec {
  z-index: 9;
  position: absolute;
  width: 100%;
  bottom: 340px;
  right: 0;
  left: 10px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}


.new-facilities-sec .center-head-div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.new-facilities-sec .common-head {
  font-size: 75px;
}



/* About us New academics section */
.new-about-academics-sec {
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  background-image: url('./img/about-academics-banner1.jpg');
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;

}

.about-academics-sec {
  margin-bottom: 100px;
  position: relative;
}

.rounded-b-\[32px\] {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.overflow-hidden {
  overflow: hidden;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-w-full {
  max-width: 100%;
}

.w-full {
  width: 100%;
}

.min-h-\[60vh\] {
  min-height: 60vh;
}

.aspect-\[1440\/800\] {
  aspect-ratio: 1440/800;
}

.object-top {
  -o-object-position: top;
  object-position: top;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.h-full {
  height: 100%;
}

.absolute {
  position: absolute;
}

.children\:object-top>* {
  -o-object-position: top;
  object-position: top;
}

.children\:object-cover>* {
  -o-object-fit: cover;
  object-fit: cover;
}

.children\:w-full>* {
  width: 100%;
}

.children\:h-full>* {
  height: 100%;
}

.children\:absolute>* {
  position: absolute;
}

img,
video {
  max-width: 100%;
  height: auto;
  width: 100%;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

.bottom-28 {
  bottom: 112px;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.md\:px-\[110px\] {
  padding-left: 110px;
  padding-right: 110px;
}

.uppercase {
  text-transform: uppercase;
}

.font-light {
  font-weight: 300;
}

.text-2xs {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
}

.gap-5 {
  gap: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.-mt-24 {
  margin-top: -96px;
}

.relative {
  position: relative;
}

.md\:gap-10 {
  gap: 40px;
}



.sm\:py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.xs\:px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.grid {
  display: grid;
}

.bg-gradient-pink {
  background-color: #002776;
  padding: 50px;
  text-align: center;
}






/* Blog Page style */
.our-blogs-sec {
  position: relative;
  padding: 100px 100px;
}

.our-blogs-sec a,
.our-blogs-sec a:hover,
.our-blogs-sec a:focus {
  color: #000000;
  text-decoration: none;
}

.blogCard {
  margin: 20px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.blogCard .blogCardContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding: 30px;
  border: 1px solid #1b293e;
}

.blogCard .blogCardContent .blogWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  opacity: 1;
  z-index: 10;
  height: auto;
  font-weight: 600;
  padding-top: 30px;
}

.blogCard .blogCardContent .blogBGimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.blogCard:hover .blogBGimg {
  opacity: 1;
  background: url('./img/gallery-swiper3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blogCard:hover .blogBGimg1 {
  opacity: 1;
  background: url('./img/gallery-swiper2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blogCard:hover .blogBGimg3 {
  opacity: 1;
  background: url('./img/gallery-swiper1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blogCard:hover .blogWrapper {
  opacity: 1;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.blogEnd {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.blogInnerDiv h6 {
  color: #002776;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.chairman-sec.about-leadership .star-group.stars-1 {
  left: 10%;
  top: auto;
}

.chairman-sec.about-leadership .star-group.stars-2 {
  top: auto;
  right: 10%;
}

.chairman-sec.about-leadership .star-group.stars-3 {
  top: 70%;
  bottom: auto;
  left: 18%;
}

.chairman-sec.about-leadership .star-group.stars-4 {
  top: auto;
  left: 45%;
  bottom: 40%;
}

.chairman-sec.about-leadership .star-group.stars-5 {
  bottom: 10%;
  right: 30%;
}

.chairman-sec.about-leadership .star-group.stars-6 {
  bottom: 20%;
  right: 7%;
}

.academic-1 {
  position: absolute;
  left: 3%;
  top: 1rem !important;
  z-index: 10;
  -webkit-animation: action 2s infinite alternate;
  animation: action 2s infinite alternate;
}

.academic-1 img {
  width: 65%;
}

.academic-2 {
  position: absolute;
  right: 40%;
  top: 15%;
  z-index: 10;
  rotate: 75deg;
}

.academic-2 img {
  width: 75%;
}

.academic-3 {
  position: absolute;
  left: -4%;
  top: 40%;
  z-index: 10;
}

.academic-3 img {
  width: 90%;
}

.academic-4 {
  position: absolute;
  left: 43%;
  top: 26%;
  z-index: 10;
}

.academic-4 img {
  width: 20%;
  animation: animName 10s linear infinite;
}

.academic-5 {
  position: absolute;
  right: -83rem;
  top: -38rem;
  z-index: 1;
  rotate: 300deg;
}

.academic-5 img {
  width: 45%;
  animation: rise 10s infinite ease-in;
}

.safety-1 {
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.safety-1 img {
  width: 50%;
}

@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100px);
  }
}

/* Bubbles Animations */
.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}

.bubble {
  position: absolute;
  bottom: -100px;
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  border-radius: 50%;
  opacity: 0.1;
  animation: rise 10s infinite ease-in;
}

.bubble:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 10%;
  animation-duration: 8s;
}

.bubble:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bubble:nth-child(3) {
  width: 50px;
  height: 50px;
  left: 35%;
  animation-duration: 7s;
  animation-delay: 2s;
}

.bubble:nth-child(4) {
  width: 80px;
  height: 80px;
  left: 50%;
  animation-duration: 11s;
  animation-delay: 0s;
}

.bubble:nth-child(5) {
  width: 35px;
  height: 35px;
  left: 55%;
  animation-duration: 6s;
  animation-delay: 1s;
}

.bubble:nth-child(6) {
  width: 45px;
  height: 45px;
  left: 65%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.bubble:nth-child(7) {
  width: 90px;
  height: 90px;
  left: 70%;
  animation-duration: 12s;
  animation-delay: 2s;
}

.bubble:nth-child(8) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 2s;
}

.bubble:nth-child(9) {
  width: 15px;
  height: 15px;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bubble:nth-child(10) {
  width: 90px;
  height: 90px;
  left: 25%;
  animation-duration: 10s;
  animation-delay: 4s;
}

.bubble:nth-child(11) {
  width: 40px;
  height: 40px;
  left: 30%;
  animation-duration: 8s;
}

.bubble:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 40%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bubble:nth-child(13) {
  width: 50px;
  height: 50px;
  left: 75%;
  animation-duration: 7s;
  animation-delay: 2s;
}

.bubble:nth-child(14) {
  width: 80px;
  height: 80px;
  left: 60%;
  animation-duration: 11s;
  animation-delay: 0s;
}

.bubble:nth-child(15) {
  width: 35px;
  height: 35px;
  left: 85%;
  animation-duration: 6s;
  animation-delay: 1s;
}

.bubble:nth-child(16) {
  width: 45px;
  height: 45px;
  left: 95%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.bubble:nth-child(17) {
  width: 90px;
  height: 90px;
  left: 10%;
  animation-duration: 12s;
  animation-delay: 2s;
}

.bubble:nth-child(18) {
  width: 25px;
  height: 25px;
  left: 15%;
  animation-duration: 6s;
  animation-delay: 2s;
}

.bubble:nth-child(19) {
  width: 15px;
  height: 15px;
  left: 32%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bubble:nth-child(20) {
  width: 90px;
  height: 90px;
  left: 52%;
  animation-duration: 10s;
  animation-delay: 4s;
}

@keyframes rise {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }

  50% {
    transform: translate(100px);
  }

  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}

@-webkit-keyframes run {
  0% {
    left: 0;
  }

  48% {
    -webkit-transform: rotateY(0deg);
  }

  50% {
    left: calc(100% - 100px);
    -webkit-transform: rotateY(180deg);
  }

  98% {
    -webkit-transform: rotateY(180deg);
  }

  100% {
    left: 0;
    -webkit-transform: rotateY(0deg);
  }
}


.card-img {
  margin-bottom: 30px;
}

/* About page Responsiveness 08-sep-2023 */
@media only screen and (max-width: 319.5px) {
  .new-facilities-sec .center-head-div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mission-content-col {
    padding: 10px 15px;
  }

  .vision-mission-image .swiper-slide {
    opacity: 1;
  }

  .vision-mission-image .swiper-slide.swiper-slide-prev {
    display: none;
  }

  .about-moon {
    position: absolute;
    left: 0%;
    top: 0%;
  }

  .about-div h2::before {
    display: none;
  }

  .about-div h2::after {
    top: -20px;
    right: -26%;
  }

  .vision-mission-content-div {
    margin-left: 0px;
    text-align: center;
  }

  .vision-mission-image-div img {
    width: 300px;
    height: 200px;
    padding: 10px;
  }

  .vision-content-div {
    margin-bottom: 0rem;
  }

  .vision-mission-image .swiper-horizontal>.swiper-pagination-bullets,
  .vision-mission-image .swiper-pagination-bullets.swiper-pagination-horizontal,
  .vision-mission-image .swiper-pagination-custom,
  .vision-mission-image .swiper-pagination-fraction {
    left: 0%;
  }

  .about-who-we-are img {
    width: 45%;
  }

  .about-who-we-are {
    left: 0%;
  }

  .vision-mission-container {
    padding-top: 5px;
  }

  .history-1 img {
    width: 30%;
  }

  .history-1 {
    left: 0%;
    top: 0%;
  }

  .history-2 {
    right: -58%;
    top: 0%;
    left: auto;
  }

  .history-2 img {
    width: 25%;
  }

  .history-img img {
    padding: 30px;
  }

  .history-sec {
    padding: 30px 0px;
  }

  .history-6 {
    position: absolute;
    right: -22%;
    left: auto;
    top: auto;
    bottom: 16%;
    width: 200px;
    display: none;
  }

  .history-6 img {
    width: 80%;
  }

  .history-5 {
    position: absolute;
    left: -25%;
    bottom: 8%;
    z-index: 0;
  }

  .about-leadership {
    padding: 50px 20px 50px 20px;
  }

  .chairmanSwiper .swiper-button-next.swiper-button-next-123 {
    position: absolute;
    top: 95%;
  }

  .leadership-2 img {
    width: 25%;
  }

  .leadership-2 {
    right: auto;
    left: 5%;
    bottom: 0%;
  }

  .leadership-4 img {
    width: 30%;
  }

  .new-facilities-sec .common-head {
    font-size: 30px;
  }

  .topSwiper .swiper-button-next,
  .topSwiper .swiper-rtl .swiper-button-prev {
    top: 60%;
    width: 35px;
    height: 35px;
  }

  .topSwiper .swiper-button-prev,
  .topSwiper .swiper-rtl .swiper-button-next {
    top: 60%;
    width: 35px;
    height: 35px;
    right: 25%;
  }

  .facilitieSwiper-container {
    height: 45vh;
  }

  .topSwiper {
    height: 45vh;
  }

  .topSwiper .swiper-slide .border-head {
    text-align: center;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    bottom: auto;
    margin-top: 0;
  }

  .topSwiper .swiper-slide .border-head h4 {
    font-size: 20px;
  }

  .topSwiper .swiper-slide .border-head p {
    font-size: 15px;
  }

  .about-academics-sec h1 div {
    text-align: center !important;
    font-size: 35px !important;
  }

  .academic-1 img {
    width: 40%;
  }

  .academic-1 {
    left: 20%;
    top: -6rem !important;
  }

  .academic-2 {
    right: -6%;
    top: 3%;
  }

  .academic-5 {
    right: -12rem;
    top: auto;
  }

  .academic-5 img {
    width: 30%;
  }

  .academic-4 {
    display: none;
  }

  .bg-gradient-pink {
    padding: 40px 20px;
  }

  .academic-3 {
    position: absolute;
    right: -8%;
    bottom: -10%;
    z-index: 9;
    left: auto;
    top: auto;
    rotate: 23deg;
  }

  .academic-3 img {
    width: 100%;
  }

  .women-sec {
    padding: 0px 35px;
  }

  .safety-1 {
    display: none;
  }

  .leadership-3 {
    display: none;
  }

  .blogSlider .blogInfo h3 {
    font-size: 25px;
  }

  .thumbSwiper.swiper-thumbs {
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    margin-top: 20px;
    border-top: none;
    padding-top: 20px;
  }



}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .new-facilities-sec .center-head-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  /* About Page Responsiveness */
  .about-moon {
    position: absolute;
    left: 0%;
    top: 0%;
  }

  .about-div h2::before {
    display: none;
  }

  .about-div h2::after {
    top: -20px;
    right: -26%;
  }

  .vision-mission-content-div {
    margin-left: 0px;
    text-align: center;
  }

  .vision-mission-image-div img {
    width: 250px;
    height: 250px;
    padding: 10px;
  }

  .vision-content-div {
    margin-bottom: 0rem;
  }

  .vision-mission-image .swiper-horizontal>.swiper-pagination-bullets,
  .vision-mission-image .swiper-pagination-bullets.swiper-pagination-horizontal,
  .vision-mission-image .swiper-pagination-custom,
  .vision-mission-image .swiper-pagination-fraction {
    left: 0%;
  }

  .about-who-we-are img {
    width: 45%;
  }

  .about-who-we-are {
    left: 0%;
  }

  .vision-mission-container {
    padding-top: 10px;
  }

  .vision-mission-image .swiper-slide {
    opacity: 1;
  }

  .vision-mission-image .swiper-slide.swiper-slide-prev {
    display: none;
  }

  .history-1 img {
    width: 30%;
  }

  .history-1 {
    left: 0%;
    top: 0%;
  }

  .history-2 {
    right: -58%;
    top: 0%;
    left: auto;
  }

  .history-2 img {
    width: 25%;
  }

  .history-img img {
    padding: 30px;
  }

  .history-img:before {
    display: none;
  }

  .history-sec {
    padding: 30px 0px;
  }

  .history-6 {
    position: absolute;
    right: -22%;
    left: auto;
    top: auto;
    bottom: 16%;
    width: 200px;
    display: none;
  }

  .history-6 img {
    width: 80%;
  }

  .history-5 {
    position: absolute;
    left: -25%;
    bottom: 8%;
    z-index: 0;
  }

  .about-leadership {
    padding: 50px 20px 50px 20px;
  }

  .chairmanSwiper .swiper-button-next.swiper-button-next-123 {
    position: absolute;
    top: 95%;
  }

  .leadership-2 img {
    width: 25%;
  }

  .leadership-2 {
    right: auto;
    left: 5%;
    bottom: 0%;
  }

  .leadership-4 img {
    width: 30%;
  }

  .new-facilities-sec .common-head {
    font-size: 30px;
  }

  .facilities-head-sec {
    z-index: 9;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .topSwiper .swiper-button-next,
  .topSwiper .swiper-rtl .swiper-button-prev {
    top: 50%;
    width: 35px;
    height: 35px;
    right: 20px;
    left: auto;
  }

  .topSwiper .swiper-button-prev,
  .topSwiper .swiper-rtl .swiper-button-next {
    top: 50%;
    width: 35px;
    height: 35px;
    right: auto;
    left: 20px;
  }

  .facilitieSwiper-container {
    height: 45vh;
  }

  .thumbSwiper.swiper-thumbs {
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    margin-top: 10px;
    border-top: none;
    padding-top: 10px;
  }

  .topSwiper {
    height: 45vh;
  }

  .topSwiper .swiper-slide .border-head {
    text-align: center;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    bottom: auto;
    margin-top: 0;
  }

  .topSwiper .swiper-slide .border-head h4 {
    font-size: 20px;
  }

  .topSwiper .swiper-slide .border-head p {
    font-size: 15px;
  }

  .about-academics-sec h1 div {
    text-align: center !important;
    font-size: 35px !important;
  }

  .academic-1 img {
    width: 40%;
  }

  .academic-1 {
    left: 20%;
    top: -6rem !important;
  }

  .academic-2 {
    right: -6%;
    top: 3%;
  }

  .academic-5 {
    right: -12rem;
    top: auto;
  }

  .academic-5 img {
    width: 30%;
  }

  .academic-4 {
    display: none;
  }

  .bg-gradient-pink {
    padding: 40px 20px;
  }

  .academic-3 {
    position: absolute;
    right: -8%;
    bottom: -19%;
    z-index: 9;
    left: auto;
    top: auto;
    rotate: 23deg;
  }

  .academic-3 img {
    width: 100%;
  }

  .women-sec {
    padding: 0px 5px;
  }

  .safety-1 {
    display: none;
  }

  .leadership-3 {
    display: none;
  }

  .blogSlider .blogInfo h3 {
    font-size: 25px;
  }

  .active1::before {
    bottom: 10px;
    left: -30px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .facilities-head-sec {

    bottom: 270px;
  }

  .topSwiper .swiper-slide .border-head {

    bottom: 180px;
  }

  .active1::before {
    bottom: 10px;
    left: -13rem;
  }

  .vision-mission-content-div {
    margin-left: 0px;
  }

  .history-content-text {
    padding: 5px 10px 25px 5px;
    margin: 35px auto;
  }

  .history-img {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*.history-img img {*/
  /*  padding: 0px;*/
  /*  display: block;*/
  /*  height: 550px!important;*/
  /*  left: -30px;*/
  /*  -o-object-fit: cover;*/
  /*  object-fit: contain;*/
  /*  -o-object-position: center center;*/
  /*  object-position: center center;*/
  /*  position: relative;*/
  /*  top: 0;*/
  /*  width: 100%!important;*/
  /*}*/
  .history-5 {
    position: absolute;
    right: -7%;
    left: auto;
    bottom: 0%;
    z-index: 10;
  }

  .history-6 {
    display: none;
  }

  .history-4 {
    position: absolute;
    left: 20%;
    bottom: 1%;
  }

  .history-3 {
    position: absolute;
    left: 45%;
    bottom: 15%;
    top: auto;
  }

  .history-2 {
    position: absolute;
    right: -15%;
    top: 10%;
    left: auto;
  }

  .history-1 {
    position: absolute;
    left: 40%;
    top: 15%;
  }

  .about-moon {
    position: absolute;
    left: 0%;
    top: 5%;
  }

  .history-sec {
    padding: 0px 15px;
  }

  .leadership-2 {
    position: absolute;
    right: -22%;
    bottom: 0%;
  }

  .leadership-2 img {
    width: 40%;
  }

  .leadership-3 {
    display: none;
  }

  .leadership-4 img {
    width: 40%;
  }

  .topSwiper .swiper-button-next,
  .topSwiper .swiper-button-prev {
    top: 50%;
  }

  .academic-1 {
    display: none;
  }

  .academic-5 {
    display: none;
  }

  .academic-3 {
    display: none;
  }

  .academic-2 {
    right: 5% !important;
  }

  .academic-4 {
    display: none;
  }

  .about-academics-sec h1 div {
    text-align: center !important;
    font-size: 35px !important;
  }

  .women-content {
    padding: 0px !important;
  }

  .women-content::before {
    top: -8% !important;
    width: 70px;
    height: 70px;

  }

  .women-content-text::after {
    display: none;
  }

  .safety-1 img {
    width: 45%;
  }

  .safety-1 {
    right: 68%;
  }

  .mission-img {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mission-img img {
    padding: 0px;
    display: block;
    height: 550px !important;
    left: 24px;
    -o-object-fit: cover;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    position: relative;
    top: 0;
    width: 90% !important;
  }

  .blogInfo {
    padding: 10px 10px;
  }

  .blogInfo h3 {
    font-size: 25px;
  }

  .blogInfo p {
    font-size: 15px;
  }

  .careers-sec::after {
    top: 20px;
    right: 20px;
  }

  .careers-role-right::after {
    bottom: auto;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

  .campus-submenu .accordion .link a,
  .iit-neet-submenu .accordion .link a,
  .result-submenu .accordion .link a {

    font-size: 22px;
  }

  .active1::before {
    bottom: 10px;
    left: -18rem;
  }

  .about-moon {
    left: 2%;
  }

  .about-moon img {
    width: 15%;
  }

  .vision-mission-content-div {
    margin-left: 10px;
  }

  .history-1 {
    position: absolute;
    left: 2%;
    top: 2%;
  }

  .history-1 img {
    width: 50%;
  }

  .history-2 {
    position: absolute;
    left: 40%;
    top: 5%;
  }

  .history-2 img {
    width: 30%;
  }

  .history-4 {
    position: absolute;
    left: 4%;
    bottom: 5%;
  }

  .history-content::before {
    display: none;
  }

  .history-content-text {
    padding: 0px;
  }

  .history-content-text p {
    width: 100%;
  }

  .history-img {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .history-img img {
    padding: 40px;

  }

  .history-img:before {

    top: -30px;
    right: -30px;
  }

  /*.history-img img {*/
  /*  padding: 0px;*/
  /*  display: block;*/
  /*  height: 550px!important;*/
  /*  left: 10px;*/
  /*  -o-object-fit: cover;*/
  /*  object-fit: contain;*/
  /*  -o-object-position: center center;*/
  /*  object-position: center center;*/
  /*  position: relative;*/
  /*  top: 0;*/
  /*  width: 80%!important;*/
  /*}*/
  .history-6 {
    position: absolute;
    left: 85%;
    top: 25%;
    width: 200px;
  }

  .history-5 {
    position: absolute;
    left: 42%;
  }

  .leadership-2 img {
    width: 40%;
  }

  .leadership-2 {
    position: absolute;
    right: -16%;
    bottom: 0%;
  }

  .leadership-4 img {
    width: 45%;
  }

  .leadership-3 {
    display: none;
  }

  .new-facilities-sec {
    height: 100vh;
  }

  .facilitieSwiper-container {
    height: 100vh;
  }

  .topSwiper {
    height: 100vh;
  }

  .new-facilities-sec .common-head {
    font-size: 55px;
  }

  .topSwiper .swiper-button-prev,
  .topSwiper .swiper-rtl .swiper-button-next {
    left: auto;
    right: 19%;
  }

  .about-academics-sec {
    margin-bottom: 75px;
  }

  .academic-1 img {
    width: 40%;
  }

  .academic-2 {
    right: 33%;
    top: 10%;
  }

  .academic-3 {
    display: none;
  }

  .academic-5 {
    position: absolute;
    right: -75rem;
    top: -38rem;
  }

  .academic-5 img {
    width: 20%;
  }

  .about-academics-sec h1 div {
    text-align: center !important;
    font-size: 50px !important;
  }

  .mission-img {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mission-img img {
    padding: 0px;
    display: block;
    height: 550px !important;
    left: 24px;
    -o-object-fit: cover;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    position: relative;
    top: 0;
    width: 90% !important;
  }

  .women-content {
    padding: 0px;
  }

  .mission-content-col {

    padding: 10px 50px;
  }

  .safety-1 {
    left: 5%;
    right: auto;
  }

  .safety-1 img {
    width: 40%;
  }

  .history-content-text h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .women-content-text h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .women-content::before {
    top: -5%;
    width: 75px;
    height: 75px;

  }

  .blog-sec h2 {
    font-size: 50px;
  }

  .blogInfo h3 {
    font-size: 25px;
  }

  .blogInfo p {
    font-size: 15px;
  }

  .careers-sec::before {
    top: 0px;
  }

  .careers-role-right::after {
    bottom: auto;
  }

  .topSwiper .swiper-button-next,
  .topSwiper .swiper-button-prev {
    top: 55%;
  }

}

/* Large */
@media only screen and (min-width: 1600px) and (max-width: 1823px) {
  .sub-menu {
    padding: 100px 0px 0px 150px;
  }

  .leadership-3 {
    position: absolute;
    right: 12%;
  }
}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {
  .sub-menu {
    padding: 100px 0px 0px 160px;
  }

  .leadership-3 {
    position: absolute;
    right: 12%;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .sub-menu {
    padding: 200px 0px 0px 200px;
  }

  .velammal-footer-top-row .col-md-8 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;

  }
}

@media only screen and (min-width:1280px) {
  .active1::before {
    bottom: 30px;
    left: 0rem;
  }
}

/* Home page animation elements */
.home-event-elem-img1 {
  position: absolute;
  top: 20%;
  left: 30%;
}

.home-event-elem-img1 img {
  width: 50%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img2 {
  position: absolute;
  top: 30%;
  right: 5%;
}

.home-event-elem-img2 img {
  width: 50%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img3 {
  position: absolute;
  bottom: 43%;
  left: 2%;
}

.home-event-elem-img3 img {
  width: 50%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img4 {
  position: absolute;
  bottom: 37%;
  left: 13%;
}

.home-event-elem-img4 img {
  width: 50%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img5 {
  position: absolute;
  bottom: 33%;
  left: 25%;
}

.home-event-elem-img5 img {
  width: 35%;
  animation: action 2s infinite alternate;
}

.home-event-elem-img6 {
  position: absolute;
  bottom: 18.6%;
  left: 1%;
}

.home-event-elem-img6 img {
  width: 40%;
}

.home-event-elem-img7 {
  position: absolute;
  bottom: 17%;
  left: 2%;
}

.home-event-elem-img7 img {
  width: 30%;
}

.home-event-elem-img8 {
  position: absolute;
  bottom: 18.6%;
  left: 15%;
}

.home-event-elem-img8 img {
  width: 30%;
}

.home-event-elem-img9 {
  position: absolute;
  bottom: 18.6%;
  left: 35%;
}

.home-event-elem-img9 img {
  width: 30%;
}

.home-event-elem-img10 {
  position: absolute;
  bottom: 27.6%;
  left: 45%;
}

.home-event-elem-img10 img {
  width: 40%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img11 {
  position: absolute;
  bottom: 17.6%;
  left: 50%;
}

.home-event-elem-img11 img {
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img12 {
  position: absolute;
  bottom: 17.6%;
  left: 56%;
}

.home-event-elem-img12 img {
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img13 {
  position: absolute;
  bottom: 17.6%;
  left: 63%;
}

.home-event-elem-img13 img {
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img14 {
  position: absolute;
  bottom: 17.6%;
  left: 70%;
}

.home-event-elem-img14 img {
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img15 {
  position: absolute;
  bottom: 17.6%;
  left: 77%;
}

.home-event-elem-img15 img {
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img16 {
  position: absolute;
  bottom: 42.6%;
  right: 13%;
}

.home-event-elem-img16 img {
  width: 95%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img17 {
  position: absolute;
  bottom: -14.4%;
  left: 15%;
}

.home-event-elem-img17 img {
  width: 30%;
}

.home-event-elem-img18 {
  position: absolute;
  bottom: 0%;
  left: 6%;
}

.home-event-elem-img18 img {
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img19 {
  position: absolute;
  bottom: -10%;
  left: 33%;
}

.home-event-elem-img19 img {
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img20 {
  position: absolute;
  bottom: 20%;
  left: 10%;
}

.home-event-elem-img20 img {
  width: 30%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img21 {
  position: absolute;
  bottom: 20%;
  left: 15%;
}

.home-event-elem-img21 img {
  width: 45%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img22 {
  position: absolute;
  bottom: 30%;
  left: 23%;
}

.home-event-elem-img22 img {
  width: 45%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img23 {
  position: absolute;
  bottom: 15%;
  left: 28%;
}

.home-event-elem-img23 img {
  width: 45%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.home-event-elem-img24 {
  position: absolute;
  bottom: 7%;
  left: 33%;
}

.home-event-elem-img24 img {
  width: 45%;
  animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}


/* Home banner swiper */
.banner-sec.banner-sec-2 {
  /*height: 100vh;*/
  height: auto;
  display: block;
  background-attachment: fixed;
}

.banner-sec.banner-sec-2 .main-banner-swiper {
  position: relative;
}

.banner-sec.banner-sec-2 .main-banner-swiper img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.banner-sec.banner-sec-2 a {
  padding-top: 60px;
}

.banner-sec.banner-sec-2 a span {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 30px;
  height: 50px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: 10;
}

.banner-sec.banner-sec-2 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.overlay {
  background-color: #000;
  clear: float;
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 319.5px) {
  .banner-sec.banner-sec-2 {
    height: 25vh;
  }

  .banner-sec.banner-sec-2 a span {
    display: none;
  }

  .banner-sec .overlay {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .banner-sec.banner-sec-2 {
    /*height: 25vh;*/
    height: auto;
  }

  .banner-sec.banner-sec-2 a span {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .banner-sec.banner-sec-2 {
    height: 40vh;
    margin-top: 0px;
  }

  .banner-sec.banner-sec-2 a span {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .banner-sec.banner-sec-2 {
    /*height: 90vh;*/
    height: auto;
  }

}

/* Chairman new section  */
.abtOurTeamBth {
  width: 100%;
  margin: 70px auto 20px;
}

.abtOurTeam12,
.abtOurTeam21 {
  width: 45%;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  top: 0px;
  padding: 1%;
}

.abtOurTeam1,
.abtOurTeam2,
.abtOurTeam3,
.abtOurTeam4 {
  width: 25%;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  top: 0px;
  padding: 1%;
}

.abtOurTeam12 .abtOurTeamCnt {
  bottom: 28%;
}

.abtOurTeamCnt {
  /*position: absolute;*/
  /*  justify-content: space-between;*/
  /*  margin: 0 auto;*/
  /*  left: 0%;*/
  /*  width: 100%;*/
  /*  top: 0rem; */
  /*  flex-wrap: wrap;*/
  /*  padding: 10%;*/
  position: absolute;
  align-items: center;
  justify-content: right;
  margin: 0 auto;
  /* left: 10px; */
  width: auto;
  bottom: 35%;
  flex-wrap: wrap;
  padding: 10%;
}

.abtOurTeamCntName {
  position: relative;
  z-index: 10;
}

.abtOurTeamCntName p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: -2px -3px 11px #002776;
}

.abtOurTeamCntPlus {
  width: 12%;
  position: relative;
  top: 14px;
  z-index: 10;
}

.abtourTeamCont1 {
  width: 426%;
  margin: 0 auto;
  margin-top: 0%;
  margin-bottom: 5%;
  position: relative;
  padding: 6% 0px;
  background: #ffffff;
}

.abtourTeamCont12 {
  width: 216%;
  top: 0px;
  margin: 0 auto;
  margin-top: 0%;
  margin-bottom: 5%;
  position: relative;
  padding: 6% 0px;
  background: #ffffff;
}

.abtourTeamCont21 {
  width: 216%;
  top: 0px;
  margin: 0 auto;
  margin-top: 0%;
  margin-bottom: 5%;
  position: relative;
  padding: 6% 0px;
  background: #ffffff;
}

.abtourTeamContName {
  width: 40%;
  position: relative;
  left: 4%;
}

.abtSocialMedia {
  position: relative;
  top: 16px;
  font-size: 24px;
  color: #000;
  left: 3px;
}

.abtourTeamContTxt {
  width: 50%;
  font-size: 14px;
  left: 6%;
  position: relative;
}

#abtourTeamCont1 {
  /* padding: 5% 0px; */
  right: 0%;
  top: 0px;
}

#abtourTeamCont2 {
  right: 109%;
  padding-bottom: 5%;
  width: 426%;
  top: 0px;
}

#abtourTeamCont12 {
  right: 0%;
  top: 15px;
}

#abtourTeamCont21 {
  right: 116%;
  top: 15px;
}

#abtourTeamCont3 {
  right: 218%;
  padding-bottom: 5%;
  width: 426%;
  top: 0px;
}

#abtourTeamCont4 {
  right: 326%;
  padding-bottom: 5%;
  width: 426%;
  top: 0px;
}

.abtOurTeamImg {
  position: relative;
  top: 1rem;
  z-index: -1;
}




/* Responsiveness for home page correspondent section */
@media only screen and (max-width: 319.5px) {
  #abtourTeamCont12 {
    right: 0%;
    top: 0px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  #abtourTeamCont21 {
    right: 0%;
    top: 0px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  .outlineCircle {
    display: none;
  }

  .footer-address-row {

    text-align: center;
  }

  .home-event-elem-img17 {
    position: absolute;
    bottom: 0%;
    left: 65%;
  }

  .home-event-elem-img19 {
    position: absolute;
    bottom: 0%;
    left: 80%;
  }

  .abtOurTeamBth {
    width: 100%;
    margin: 20px auto 20px;
    flex-direction: column;
  }

  .abtOurTeam1,
  .abtOurTeam2,
  .abtOurTeam3,
  .abtOurTeam4 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    top: 0px;
    padding: 1%;
  }

  .abtOurTeam12,
  .abtOurTeam21 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    top: 0px;
    padding: 1%;
  }

  .abtOurTeamImg {
    position: relative;
    top: 0rem;
    background-color: #fff;
  }

  #abtourTeamCont1 {
    right: 0;
    display: flex;
    flex-direction: column;
  }


  .abtourTeamCont1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 5%;
    position: relative;
    padding: 20px;
    text-align: center;
    background: #ffffff;
  }

  .abtourTeamCont12 {
    width: 100%;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 5%;
    position: relative;
    padding: 20px;
    text-align: center;
    background: #ffffff;
  }

  .abtourTeamCont21 {
    width: 100%;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 5%;
    position: relative;
    padding: 20px;
    text-align: center;
    background: #ffffff;
  }

  .abtourTeamContName {
    width: 100%;
    position: relative;
    left: 0;
    color: #002776;
  }

  .abtourTeamContTxt {
    width: 100%;
    font-size: 14px;
    left: 0;
    position: relative;
    color: #002776;
  }

  #abtourTeamCont2 {
    right: 0;
    padding-bottom: 0;
    width: 100%;
    flex-direction: column;
  }

  .main-menu ul {
    padding: 0;
  }

  .abtourTeamContName h3:nth-child(1) {
    font-size: 22px;
  }

  .abtourTeamContName h3:nth-child(2) {
    font-size: 20px;
  }

  .abtourTeamContTxt h5 {
    font-size: 17px;
  }

  .abtOurTeamImg img {
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {

  .form-control,
  label {
    font-size: 15px;
  }

  .kids-home-banner h2,
  .secondLvlCss h1 {
    letter-spacing: 3px;
    font-size: 25px;
    line-height: normal;
  }

  .adm-submit {
    text-align: center;
    margin: 0 auto;
  }

  .blog-sec .col-md-4 {
    margin-bottom: 30px;
  }

  .outlineCircle {
    display: none;
  }

  .home-event-elem-img17 {
    position: absolute;
    bottom: 0%;
    left: 65%;
  }

  .home-event-elem-img19 {
    position: absolute;
    bottom: 0%;
    left: 80%;
  }

  .abtOurTeamBth {
    width: 100%;
    margin: 20px auto 20px;
    flex-direction: column;
  }

  .abtOurTeam1,
  .abtOurTeam2,
  .abtOurTeam3,
  .abtOurTeam4 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    top: 0px;
    padding: 1%;
  }

  .abtOurTeam12,
  .abtOurTeam21 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    top: 0px;
    padding: 1%;
  }

  .abtOurTeam12 .abtOurTeamCnt {
    bottom: 10px;
    right: 10px;
  }

  .abtOurTeamCnt {
    bottom: 10px;
    right: 10px;
  }

  .abtOurTeamImg {
    position: relative;
    top: 0rem;
    background-color: #fff;
  }

  #abtourTeamCont1 {
    right: 0;
    display: flex;
    flex-direction: column;
  }

  .abtourTeamCont1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: 5%;
    position: relative;
    padding: 25px 10px 10px 10px;
    text-align: center;
    background: #ffffff;
  }

  #abtourTeamCont12 {
    right: 0;
    display: flex;
    flex-direction: column;
    top: 0px;
  }

  .abtourTeamCont12 {
    width: 100%;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: 5%;
    position: relative;
    padding: 25px 10px 10px 10px;
    text-align: center;
    background: #ffffff;
  }

  #abtourTeamCont21 {
    right: 0;
    display: flex;
    flex-direction: column;
    top: 0px;
  }

  .abtourTeamCont21 {
    width: 100%;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: 5%;
    position: relative;
    padding: 25px 10px 10px 10px;
    text-align: center;
    background: #ffffff;
  }

  .abtourTeamContName {
    width: 100%;
    position: relative;
    left: 0;
    color: #002776;
  }

  .abtourTeamContTxt {
    width: 100%;
    font-size: 14px;
    left: 0;
    position: relative;
    color: #002776;
  }

  #abtourTeamCont2 {
    right: 0;
    padding-bottom: 0;
    width: 100%;
    flex-direction: column;
  }

  #abtourTeamCont3 {
    right: 0;
    padding-bottom: 0;
    width: 100%;
    flex-direction: column;
  }

  #abtourTeamCont4 {
    right: 0;
    padding-bottom: 0;
    width: 100%;
    flex-direction: column;
  }

  .abtourTeamContName h3:nth-child(1) {
    font-size: 25px;
  }

  .abtourTeamContName h3:nth-child(2) {
    font-size: 20px;
  }

  .abtourTeamContTxt h5 {
    font-size: 17px;
  }

  .abtOurTeamImg img {
    text-align: center;
    margin: 0 auto;
  }
}

/* Tab Devices */


@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .abtOurTeamCnt {

    padding: 30px 20px;
  }

  .abtOurTeamCntName p {
    font-size: 15px;
  }

  .vision-mission-image-div img {

    width: 300px;
    height: 300px;
    padding: 20px;
  }

  .outlineCircle {
    width: 350px;
    height: 350px;
  }

  .highlight-img-large img {
    height: 16rem;
  }

  .highlight-img-small img {
    width: 100%;
    height: 8rem;
  }

  .home-event-elem-img17 {
    bottom: 0;
  }

  .abtourTeamContName h3 {
    font-size: 22px;
  }

  .abtOurTeam1,
  .abtOurTeam2,
  .abtOurTeam3,
  .abtOurTeam4 {
    width: 25%;
  }

  .abtOurTeam12,
  .abtOurTeam21 {
    width: 45%;
  }

  .abtOurTeamBth {
    width: 100%;
    margin: 20px auto 20px;
  }

  .home-event-elem-img11,
  .home-event-elem-img12,
  .home-event-elem-img13,
  .home-event-elem-img14,
  .home-event-elem-img15 {
    bottom: 100px;
  }

  .event-name-div {

    width: 175px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .abtOurTeamCnt {

    padding: 30px 20px;
  }

  .abtOurTeamCntName p {
    font-size: 15px;
  }

  .vision-mission-image-div img {

    width: 350px;
    height: 350px;
    padding: 20px;
  }

  .abtOurTeam1,
  .abtOurTeam2,
  .abtOurTeam3,
  .abtOurTeam4 {
    width: 25%;
  }

  .abtOurTeam12,
  .abtOurTeam21 {
    width: 45%;
  }

  .abtOurTeamBth {
    width: 100%;
    margin: 10px auto 20px;
  }

}

/* 1280px tab view */
@media only screen and (min-width: 1281px) and (max-width:1355.99px) {

  .abtOurTeam1,
  .abtOurTeam2,
  .abtOurTeam3,
  .abtOurTeam4 {
    width: 25%;
  }

  .abtOurTeamBth {
    width: 100%;
    margin: 10px auto 20px;
  }
}

/*  Desktop Devices */

/* Large */

@media only screen and (min-width: 1824px) and (max-width: 1920px) {
  #abtourTeamCont1 {
    right: 0%;
    top: 15px;
  }

  #abtourTeamCont2 {
    right: 132%;
    top: 15px;
  }

  .vision-mission-image-div img {
    width: 500px;
    height: 500px;
  }

  .vision-mission-row {
    padding: 0px 70px;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {

  #abtourTeamCont1 {
    right: 0%;
    top: 15px;
  }

  #abtourTeamCont2 {
    right: 109%;
    top: 15px;
  }

  .vision-mission-image-div img {
    width: 600px;
    height: 600px;
  }

  .vision-mission-row {
    padding: 0px 100px;
  }

  .vision-mission-content-div {
    position: relative;
    margin-left: 0px;
    color: #fff;
  }

  .history-content-text {
    padding: 25px 0px 50px 0px;
    margin: 90px auto;
  }

  .women-content-text {
    position: relative;
  }

  .careers-role-right {
    max-width: 100%;
    left: 0;
  }
}


@media only screen and (min-width: 1281px) and (max-width:1439.5px) {
  .sub-nav-bar .sub-nav-bar-menu .menu-item a.nav-link {
    font-size: 15px;
  }

  .headerMenu .nav-item a {

    font-size: 15px;
  }

  .navbar .container-fluid {
    padding: 0 10px;
  }
}

/* Responsiveness for home page correspondent section end */

.privacy-policy-sec {
  margin: 0 auto;
  max-width: 1200px;
  padding: 75px 0;
}

.privacy-policy-sec h5 {
  font-size: 25px;
  margin: 20px 0;
}

.privacy-policy-sec .main-heading {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 319.5px) {
  .privacy-policy-sec {
    padding: 20px 0;
  }

  .privacy-policy-sec h3,
  .privacy-policy-sec h5,
  .privacy-policy-sec p {
    text-align: center;
  }

  .privacy-policy-sec .main-heading {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .privacy-policy-sec {
    padding: 20px 0;
  }

  .privacy-policy-sec h3,
  .privacy-policy-sec h5,
  .privacy-policy-sec p {
    text-align: center;
  }

  .privacy-policy-sec .main-heading {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .privacy-policy-sec {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .privacy-policy-sec {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 1624px) and (max-width: 2560px) {
  .privacy-policy-sec {
    margin: 0 auto;
    max-width: fit-content;
    padding: 75px 80px;
  }
}




.vision-mission-image .swiper-button-next,
.vision-mission-image .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #B90124;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: none;
}

.vision-mission-image .swiper-button-prev::after,
.vision-mission-image .swiper-rtl .swiper-button-next::after {
  background-image: url(./img/swiper-prev-icon.svg);
  background-size: cover;
  display: inline-block;
  width: 95%;
  height: 100%;
  left: -7px;
  content: "";
  position: absolute;
  top: -2px;
  background-repeat: no-repeat;
}

.vision-mission-image .swiper-button-next::after,
.vision-mission-image .swiper-rtl .swiper-button-prev::after {
  background-image: url(./img/swiper-next-icon.svg);
  background-size: cover;
  display: inline-block;
  width: 95%;
  height: 100%;
  left: 6px;
  content: "";
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
}

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

  .vision-mission-image .swiper-button-prev {
    left: 0px;
    right: auto;
  }

  .vision-mission-image .swiper-button-next,
  .vision-mission-image .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    display: block;
  }

  .vision-mission-image .swiper-button-next,
  .vision-mission-image .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
  }

}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .vision-mission-image .swiper-button-prev {
    left: 0px;
    right: auto;
  }

  .vision-mission-image .swiper-button-next,
  .vision-mission-image .swiper-button-prev {
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
  }

  .vision-mission-image .swiper-button-next,
  .vision-mission-image .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
  }
}


/*Career Modal Form Style*/
.modal-body.career-form .form-dropdown,
.modal-body.career-form .file {
  width: 100%;
  padding: 8px;
  border: 1px solid #ced4da;
  resize: vertical;
  color: #000;
  background-color: #ffffff;
  text-align: left;
}

.modal-body.career-form .form-dropdown:focus {
  color: #000;
  background-color: #ffffff;
  border-color: #e8e8e8;
  box-shadow: none;
}

/* Career page style */
.careers-page-head {
  font-size: 45px;
  color: #002776;
  margin-bottom: 20px;
}

.careers-div ul {
  list-style: none;
}

.careers-div ul li {
  list-style-type: none;
  margin-bottom: 7px;
  padding-left: 40px;
  position: relative;
}

.careers-div ul li:before {
  background: #EF564A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 12px;
}

.careers-div ul li a {
  color: #EF564A;
  text-decoration: none;
}

.careers-div ul li a:hover,
.careers-div ul li a:focus {
  color: #EF564A;
  text-decoration: none;
}

.careers-div ul li i {
  margin-left: 10px;
  transform: rotate(-45deg);
}

.careers-div ul li {
  margin-bottom: 30px;
}

.careers-div ul li p {
  margin-bottom: 0px;
}

.careers-div table td p {
  margin-right: 20px;
}

.career-button-div {
  text-align: center;
}

.careers-div .downloadBtn {
  padding: 14px 25px 14px 25px;
}

.jobs-description-sec {
  padding: 200px 100px 100px 100px;
}

.careers-div h6 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 319.5px) {
  .careers-div h6 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .jobs-description-sec {
    padding: 75px 15px 20px 15px;
  }

  .careers-page-head {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .careers-div ul {
    list-style: none;
    padding: 0;
  }

  .careers-div ul li {
    margin-bottom: 10px;
  }

  .careers-div ul li p {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .careers-div p {
    font-size: 15px;
  }

  .careers-div li {
    font-size: 15px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .careers-div h6 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .careers-div p {
    font-size: 15px;
  }

  .careers-div li {
    font-size: 15px;
  }

  .jobs-description-sec {
    padding: 75px 15px 20px 15px;
  }

  .careers-page-head {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .careers-div ul {
    list-style: none;
    padding: 0;
  }

  .careers-div ul li {
    margin-bottom: 10px;
  }

  .careers-div ul li p {
    margin-bottom: 0px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .velammal-new-header .navbar-brand {
    width: auto;
    z-index: 100;
  }

  .velammal-new-header .bg-light .borderlogo {
    display: block;
    width: 200px;
  }

  .velammal-new-header .bg-light.navactive .without-border-logo {
    display: block;
    width: 200px;
  }

  .jobs-description-sec {
    padding: 150px 30px 50px 30px;
  }

  .careers-page-head {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .velammal-new-header .navbar-brand {
    width: auto;
    z-index: 100;
  }

  .velammal-new-header .bg-light .borderlogo {
    display: block;
    width: 200px;
  }

  .velammal-new-header .bg-light.navactive .without-border-logo {
    display: block;
    width: 200px;
  }

  .jobs-description-sec {
    padding: 150px 30px 50px 30px;
  }

  .careers-page-head {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1624px) and (max-width: 2560px) {}

.campus-innerpage-card-div {
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  margin-bottom: 30px;
  border: 1px solid #002776;
  border-radius: 30px;
}

.campus-innerpage-card-head {
  color: #fff;
  display: block;
  text-align: left;
  background: #002776;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-radius: 30px;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;

}

.campus-innerpage-card-head p {
  margin-bottom: 0;
}

.campus-innerpage-card-content {
  min-height: 1px;
  padding: 1.25rem;
}

.campus-innerpage-card-content .contact-card-content {
  position: relative;
  padding: 30px 30px;
}

.campus-innerpage-card-content .contact-card-content-map {
  position: relative;
  padding: 30px 30px;
}

.contact-details-div {
  padding-bottom: 100px;
}

.contact-card-content-map iframe {
  width: 100%;
}

@media only screen and (max-width: 319.5px) {
  .campus-innerpage-card-content .contact-card-content {
    padding: 10px 0px;
  }

  .campus-innerpage-card-content .contact-card-content-map {
    position: relative;
    padding: 10px 0px;
  }

  .contact-card-content h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .campus-innerpage-card-content .contact-card-content {
    padding: 10px 0px;
  }

  .campus-innerpage-card-content .contact-card-content-map {
    position: relative;
    padding: 10px 0px;
  }

  .contact-card-content h4 {
    font-size: 20px;
  }
}

/* Tab Devices */
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .contact-details-row .col-md-8.contact-details-col {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }

  .campus-innerpage-card-content .contact-card-content {
    padding: 20px 10px;
  }

  .campus-innerpage-card-content .contact-card-content-map {
    padding: 20px 0px;
  }
}

/* Select Branch Page Style */

.select-branch-sec {
  /* position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center; */
  padding: 60px 0px;
  height: auto !important;
}

.select-branch-div {
  position: relative;
  background-color: #ffffff;
  padding: 40px 40px;
  border-radius: 50px;
  border: 20px solid #EBF1FF;
  width: 80%;
  margin: auto;
}

.select-branch-logo-div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 60px auto;
}

.nexus-logo {
  display: block;
  width: 160px;
}

.select-branch-notes-div {
  background-color: #002776;
  border-radius: 50px;
  color: #fff;
  padding: 65px 30px 25px;
}

.select-branch-notes-div h3 {
  background-color: #fff;
  color: #002776;
  font-size: 25px;
  width: 55%;
  border-radius: 10px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.select-branch-notes-div ul {
  padding: 15px 15px;
}

.select-branch-notes-div ul li {
  list-style: none;
  font-size: 16px;
  padding-bottom: 10px;
  font-family: 'Montserrat-Medium';
}

.select-branch-notes-div ul li i {
  color: #FED31D;
  margin-right: 20px;
  font-size: 16px;
  transform: rotate(37deg);
}

.select-branch-notes-div h6 {
  background-color: #fff;
  color: #002776;
  font-size: 20px;
  width: 95%;
  border-radius: 10px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.select-branch-notes-div h6 a {
  color: #002776;
}

.select-branch-notes-div h6 a:hover {
  color: #002776;
  text-decoration: none;
}

.select-branch-logo-div select {
  width: 85%;
  height: 45px;
  border: 1px solid #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-left: 15px;
  font-size: 18px;
  color: #002776;
  background: #fff url('down_arrow.png');
  background-size: 18px;
  margin: 50px auto;
  font-family: 'RobotoCondensed-Bold';
  border-radius: 10px;
  text-transform: uppercase;
}

.select-branch-logo-div select:focus,
select:active {
  border: none;
}

.select-branch-logo-div p {
  width: 85%;
}

.select-branch-logo-div p a {
  color: #002776;
  text-transform: uppercase;
}

.select-branch-logo-div p a:hover {
  color: #002776;
  text-decoration: none;
}

.instruction-btn {
  background-color: #C23434;
  font-size: 15px;
  color: #fff !important;
  padding: 8px 25px;
  border-radius: 10px;
  font-family: 'RobotoCondensed-Bold';
  margin-top: 10px;
}

.instruction-btn:hover {
  color: #fff;
  text-decoration: none;
}


/* Fees Pay Info Page Style */
.fees-pay-info-sec {
  /* position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center; */
  padding: 60px 0px;
}

.fee-pay-div-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto 35px;
}

.proceed-pay-btn {
  background-color: #C23434;
  font-size: 20px;
  color: #fff !important;
  padding: 8px 25px;
  border-radius: 20px;
  font-family: 'RobotoCondensed-Bold';
  margin: 15px auto;
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.proceed-pay-btn:hover {
  color: #fff;
  text-decoration: none;
}

.fee-pay-instruction-div {
  position: relative;
}

.fee-pay-instruction-div ol::after {
  content: "";
  background-color: #EBF1FF;
  position: absolute;
  width: 1px;
  height: 90%;
  top: 10px;
  left: 98%;
  display: block;
}

.fee-pay-instruction-div h6 {
  background-color: #002776;
  color: #fff;
  font-size: 20px;
  width: 67%;
  border-radius: 10px;
  padding: 12px 15px;
  text-transform: uppercase;
}

.fee-pay-instruction-div ol {
  position: relative;
  padding: 20px 40px;
}

.fee-pay-instruction-div ol li {
  font-size: 15px;
  padding: 5px;
  font-family: 'Montserrat-Medium';
}

.fee-pay-instruction-div ol li a {
  color: #C23434;
}

.fee-pay-instruction-div ol li a:hover {
  color: #C23434;
  text-decoration: none;
}

.fee-pay-div-img .nexus-logo {
  display: block;
  width: 200px;
}

/* Fee Payment Login Page Style */
.fees-pay-login-sec {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0px;
  overflow: hidden;
}

.fee-pay-login-notes-div {
  background-color: #fff;
  border-radius: 50px;
  color: #565656;
  padding: 65px 30px 25px;
  text-align: left;
}

.fee-pay-login-notes-div h3 {
  background-color: #002776;
  color: #fff;
  font-size: 25px;
  width: 55%;
  border-radius: 10px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.fee-pay-login-notes-div ul {
  padding: 15px 15px;
}

.fee-pay-login-notes-div ul li {
  list-style: none;
  font-size: 16px;
  padding-bottom: 10px;
  font-family: 'Montserrat-Medium';
}

.fee-pay-login-notes-div ul li i {
  color: #C23434;
  margin-right: 20px;
  font-size: 16px;
  transform: rotate(37deg);
}

.fee-pay-login-notes-div h6 {
  background-color: #002776;
  color: #fff;
  font-size: 20px;
  width: 95%;
  border-radius: 10px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.fee-pay-login-notes-div h6 a {
  color: #fff;
}

.fee-pay-login-notes-div h6 a:hover {
  color: #fff;
  text-decoration: none;
}

.fee-pay-login-form {
  background-color: #EFF4FF;
  border-radius: 50px;
  color: #565656;
  padding: 65px 35px 50px;
  text-align: center;
}

.or-option {
  text-align: center;
  margin: 5px auto 20px;
}

.or-option span {
  text-align: center;
  background: #002776;
  font-size: 14px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: block;
  line-height: 30px;
  margin: auto;
}

.fee-pay-login-notes-div p a {
  color: #002776;
}

.fee-pay-login-notes-div p a:hover {
  color: #002776;
  text-decoration: none;
}

.submit-btn {
  background-color: #C23434;
  font-size: 18px;
  color: #fff !important;
  padding: 10px 25px;
  border-radius: 25px;
  font-family: 'RobotoCondensed-Bold';
  margin: 20px auto;
  display: block;
  width: 50%;
}

.submit-btn:hover {
  color: #fff !important;
  text-decoration: none;
}




/* Enquiry form style */


/* ENquiry Page style */
.enquiry-button-div {
  text-align: center;
  padding: 0 50px;
}

.enquiry-logo-img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.enquiry-logo-img img {
  padding-top: 50px;
  padding-bottom: 50px;
}

.enquiry-btn {
  background-color: #C23434;
  font-size: 18px;
  color: #fff !important;
  padding: 10px 25px;
  border-radius: 0px;
  font-family: 'RobotoCondensed-Bold';
  margin: 20px auto;
  display: block;
  width: 50%;
}

.enquiry-btn:hover {
  color: #fff !important;
  text-decoration: none;
}

.enquiry-button-div h3 {
  color: #0E9ED9;
  font-size: 30px;
}

.buttons-div {
  padding: 50px 0px;
  background-color: #EBF1FF;
  border-radius: 25px;
  margin: 20px 0px 35px 0px;
}

.copy-right-div {
  text-align: center;
  display: flex;
  flex-direction: column;

}

.copy-right-div p {
  margin-bottom: 0rem;
  font-size: 17px;
}

.copy-right-div a,
.copy-right-div a:hover,
.copy-right-div a:focus {
  text-decoration: none;
  color: #000000;
}

/* .enquiry-side-bg-img {
  background-image: url('./../img/enquiry-img.png'); 
  background-position: center;
   background-repeat: no-repeat; 
   -moz-background-size: cover; 
  background-size: cover;
} */

.select-branch-div.select-branch-div1 {
  padding: 0;

}

.enquiry-side-bg-img {
  padding: 0;
}

.form-head {
  text-align: center;
}

.form-head h3 {
  display: inline-block;
  color: #ffffff;
  background-color: #0E3991;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 27px;
}

.bg-color-div {
  background-color: #EBF1FF;
  max-width: 90%;
  margin: 20px auto 20px auto;
  padding: 30px 20px;

}

.bg-color-div h2 {
  font-size: 20px;
  color: #0E3991;
  font-weight: bold;
  margin-bottom: 20px;
}

.bg-color-div .form-control {
  width: 100%;
  margin-bottom: 20px;
  height: calc(1em + 0.75rem + 8px);
  font-size: 15px;
}

.bg-color-div textarea.form-control {
  height: auto;
  max-width: 60%;
  width: 60%;
  margin: 0 auto;
}

.small-text {
  font-size: 12px;
}

.register-btn {
  background-color: #C23434;
  font-size: 15px;
  color: #fff !important;
  border-radius: 30px;
  font-family: 'RobotoCondensed-Bold';
  text-transform: uppercase;
  display: inline-block;
  border: none;
  padding: 15px 40px !important;
  outline: none;
  text-align: center;
}

.register-btn:hover {
  color: #fff !important;
  text-decoration: none;
}

.btn-row {
  margin-bottom: 30px;
}

.form-copyright {
  margin-top: 40px;
  color: #ffffff;
}

.form-copyright a,
.form-copyright a:hover,
.form-copyright a:focus {
  color: #ffffff;
  text-decoration: none;
}













/* Responsive code */
@media only screen and (max-width: 319.5px) {
  .enquiry-side-img {
    text-align: center;
  }

  .enquiry-side-img img {
    border-radius: 40px;
  }

  .enquiry-button-div h3 {
    font-size: 20px;
  }

  .copy-right-div {
    margin-bottom: 20px;
  }

  .enquiry-logo-img img {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .enquiry-btn {
    font-size: 15px;
    width: 90%;
  }

  .enquiry-button-div {
    padding: 0 0px;
  }

  .buttons-div {
    padding: 20px 0px;
    border-radius: 25px;
    margin: 20px 0px 20px 0px;
  }

  .copy-right-div p {
    font-size: 13px;
  }

  .bg-color-div {
    max-width: 90%;
    margin: 10px auto 10px auto;
    padding: 20px 0px;
  }

  .form-head h3 {
    font-size: 22px;
  }

  .bg-color-div h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .bg-color-div label {
    font-size: 15px;
  }

  .checkbox-radio-text {
    font-size: 15px;
  }

  .bg-color-div textarea.form-control {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  /* Select Branch Page Style */
  .select-branch-sec {
    padding: 50px 0px;
  }

  .select-branch-div {
    padding: 0px;
    width: 100%;
    border: 10px solid #EBF1FF;
  }

  .select-branch-logo-div {
    margin: 15px auto;
  }

  .nexus-logo {
    width: 120px;
  }

  .select-branch-logo-div select {
    width: 90%;
    height: 35px;
    font-size: 12px;
    margin: 20px auto;
  }

  .select-branch-logo-div p {
    width: 95%;
    font-size: 12px;
    margin-bottom: 0;
  }

  .select-branch-logo-div p a {
    text-transform: lowercase;
    font-size: 12px;
  }

  .instruction-btn {
    font-size: 12px;
    padding: 5px 15px;
    display: block;
    text-align: center;
  }

  .select-branch-notes-div {
    padding: 30px 15px 5px;
  }

  .select-branch-notes-div h3 {
    font-size: 18px;
    width: 90%;
  }

  .select-branch-notes-div ul {
    padding: 5px 5px;
  }

  .select-branch-notes-div ul li {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .select-branch-notes-div h6 {
    font-size: 12px;
    width: 106%;
    padding: 5px 10px;
    text-transform: lowercase;
  }

  .select-branch-notes-div ul li i {
    margin-right: 10px;
    font-size: 12px;
  }

  /* Fee Pay Instruction Page */
  .fees-pay-info-sec {
    padding: 30px 0px;
  }

  .fee-pay-div-img {
    margin: 10px auto 20px;
  }

  .fee-pay-div-img .nexus-logo {
    width: 120px;
  }

  .fee-pay-instruction-div h6 {
    font-size: 15px;
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }

  .fee-pay-instruction-div ol {
    padding: 10px 20px;
  }

  .fee-pay-instruction-div ol li {
    font-size: 12px;
    padding: 2px;
  }

  .proceed-pay-btn {
    font-size: 14px;
    width: 75%;
    display: block;
  }

  /* Fee Payment Login Page */
  .fees-pay-login-sec {
    padding: 30px 0px;
  }

  .fee-pay-login-notes-div {
    padding: 10px 5px 25px;
  }

  .fee-pay-login-notes-div h3 {
    font-size: 15px;
    width: 75%;
  }

  .fee-pay-login-notes-div ul {
    padding: 10px 5px;
  }

  .fee-pay-login-notes-div ul li {
    font-size: 12px;
  }

  .fee-pay-login-notes-div ul li i {
    margin-right: 10px;
    font-size: 12px;
  }

  .fee-pay-login-notes-div h6 {
    font-size: 12px;
    width: 100%;
    text-transform: lowercase;
  }

  .fee-pay-login-notes-div p {
    font-size: 12px;
  }

  .fee-pay-login-form {
    padding: 30px 15px 30px;
    margin-bottom: 10px;
  }

  .form-control {
    font-size: 12px;
  }

  .submit-btn {
    font-size: 15px;
    width: 55%;
  }





}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .enquiry-side-img {
    text-align: center;
  }

  .enquiry-side-img img {
    border-radius: 40px;
  }

  .enquiry-button-div h3 {
    font-size: 20px;
  }

  .copy-right-div {
    margin-bottom: 20px;
  }

  .enquiry-logo-img img {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .enquiry-btn {
    font-size: 15px;
    width: 90%;
  }

  .enquiry-button-div {
    padding: 0 0px;
  }

  .buttons-div {
    padding: 20px 0px;
    background-color: #EBF1FF;
    border-radius: 25px;
    margin: 20px 0px 20px 0px;
  }

  .copy-right-div p {
    font-size: 13px;
  }

  .bg-color-div {
    max-width: 90%;
    margin: 10px auto 10px auto;
    padding: 20px 0px;
  }

  .form-head h3 {
    font-size: 22px;
  }

  .bg-color-div h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .bg-color-div label {
    font-size: 15px;
  }

  .checkbox-radio-text {
    font-size: 15px;
  }

  .bg-color-div textarea.form-control {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  /* Select Branch Page Style */
  .select-branch-sec {
    padding: 50px 0px;
  }

  .select-branch-div {
    padding: 0px;
    width: 100%;
    border: 10px solid #EBF1FF;
  }

  .select-branch-logo-div {
    margin: 15px auto;
  }

  .nexus-logo {
    width: 120px;
  }

  .select-branch-logo-div select {
    width: 90%;
    height: 35px;
    font-size: 12px;
    margin: 20px auto;
  }

  .select-branch-logo-div p {
    width: 95%;
    font-size: 12px;
    margin-bottom: 0;
  }

  .select-branch-logo-div p a {
    text-transform: lowercase;
    font-size: 12px;
  }

  .instruction-btn {
    font-size: 12px;
    padding: 5px 15px;
  }

  .select-branch-notes-div {
    padding: 30px 15px 5px;
  }

  .select-branch-notes-div h3 {
    font-size: 18px;
    width: 60%;
  }

  .select-branch-notes-div ul {
    padding: 5px 5px;
  }

  .select-branch-notes-div ul li {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .select-branch-notes-div h6 {
    font-size: 12px;
    width: 85%;
    padding: 5px 10px;
    text-transform: lowercase;
  }

  .select-branch-notes-div ul li i {
    margin-right: 10px;
    font-size: 12px;
  }

  /* Fee Pay Instruction Page */
  .fees-pay-info-sec {
    padding: 30px 0px;
  }

  .fee-pay-div-img {
    margin: 10px auto 20px;
  }

  .fee-pay-div-img .nexus-logo {
    width: 120px;
  }

  .fee-pay-instruction-div h6 {
    font-size: 15px;
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }

  .fee-pay-instruction-div ol {
    padding: 10px 30px;
  }

  .fee-pay-instruction-div ol li {
    font-size: 12px;
    padding: 2px;
  }

  .proceed-pay-btn {
    font-size: 14px;
    width: 75%;
    display: block;
  }

  /* Fee Payment Login Page */
  .fees-pay-login-sec {
    padding: 30px 0px;
  }

  .fee-pay-login-notes-div {
    padding: 10px 5px 25px;
  }

  .fee-pay-login-notes-div h3 {
    font-size: 15px;
    width: 75%;
  }

  .fee-pay-login-notes-div ul {
    padding: 10px 5px;
  }

  .fee-pay-login-notes-div ul li {
    font-size: 12px;
  }

  .fee-pay-login-notes-div ul li i {
    margin-right: 10px;
    font-size: 12px;
  }

  .fee-pay-login-notes-div h6 {
    font-size: 12px;
    width: 100%;
    text-transform: lowercase;
  }

  .fee-pay-login-notes-div p {
    font-size: 12px;
  }

  .fee-pay-login-form {
    padding: 30px 15px 30px;
    margin-bottom: 10px;
  }

  .form-control {
    font-size: 12px;
  }

  .submit-btn {
    font-size: 15px;
    width: 55%;
  }


}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .enquiry-button-div h3 {
    font-size: 20px;
  }

  .copy-right-div {
    margin-bottom: 20px;
  }

  .enquiry-logo-img img {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .enquiry-btn {
    font-size: 15px;
    width: 90%;
  }

  .enquiry-button-div {
    padding: 0 0px;
  }

  .buttons-div {
    padding: 20px 0px;
    background-color: #EBF1FF;
    border-radius: 25px;
    margin: 20px 0px 20px 0px;
  }

  .copy-right-div p {
    font-size: 13px;
  }

  /* Select Branch Page Style */
  .select-branch-sec {
    padding: 50px 0px;
  }

  .select-branch-div {
    padding: 30px;
    width: 90%;
    border: 10px solid #EBF1FF;
  }

  .select-branch-logo-div {
    margin: 15px auto;
  }

  .nexus-logo {
    width: 160px;
  }

  .select-branch-logo-div select {
    width: 100%;
    height: 35px;
    font-size: 15px;
    margin: 20px auto;
  }

  .select-branch-logo-div p {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .select-branch-logo-div p a {
    text-transform: uppercase;
    font-size: 15px;
  }

  .instruction-btn {
    font-size: 14px;
    padding: 5px 15px;
  }

  .select-branch-notes-div {
    padding: 30px 15px 5px;
  }

  .select-branch-notes-div h3 {
    font-size: 18px;
    width: 75%;
  }

  .select-branch-notes-div ul {
    padding: 5px 5px;
  }

  .select-branch-notes-div ul li {
    font-size: 15px;
    padding-bottom: 5px;
  }

  .select-branch-notes-div h6 {
    font-size: 15px;
    width: 105%;
    padding: 5px 10px;
    text-transform: lowercase;
  }

  .select-branch-notes-div ul li i {
    margin-right: 10px;
    font-size: 15px;
  }

  /* Fee Pay Instruction Page */
  .fees-pay-info-sec {
    padding: 30px 0px;
  }

  .fee-pay-div-img {
    margin: 10px auto 20px;
  }

  .fee-pay-div-img .nexus-logo {
    width: 120px;
  }

  .fee-pay-instruction-div h6 {
    font-size: 15px;
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }

  .fee-pay-instruction-div ol {
    padding: 10px 30px;
  }

  .fee-pay-instruction-div ol li {
    font-size: 12px;
    padding: 2px;
  }

  .proceed-pay-btn {
    font-size: 14px;
    width: 75%;
    display: block;
  }

  /* Fee Payment Login Page */
  .fees-pay-login-sec {
    padding: 30px 0px;
  }

  .fee-pay-login-notes-div {
    padding: 10px 5px 25px;
  }

  .fee-pay-login-notes-div h3 {
    font-size: 15px;
    width: 75%;
  }

  .fee-pay-login-notes-div ul {
    padding: 10px 5px;
  }

  .fee-pay-login-notes-div ul li {
    font-size: 12px;
  }

  .fee-pay-login-notes-div ul li i {
    margin-right: 10px;
    font-size: 12px;
  }

  .fee-pay-login-notes-div h6 {
    font-size: 12px;
    width: 100%;
    text-transform: lowercase;
  }

  .fee-pay-login-notes-div p {
    font-size: 12px;
  }

  .fee-pay-login-form {
    padding: 30px 15px 30px;
    margin-bottom: 10px;
  }

  .form-control {
    font-size: 12px;
  }

  .submit-btn {
    font-size: 15px;
    width: 55%;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .enquiry-btn {

    width: 80%;
  }

  .enquiry-button-div h3 {
    font-size: 25px;
  }

  .buttons-div {
    padding: 30px 0px;
    margin: 20px 0px 25px 0px;
  }

  .enquiry-logo-img img {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copy-right-div p {
    font-size: 13px;
  }

  /* Select Branch Page Style */
  .select-branch-sec {
    padding: 50px 0px;
  }

  .select-branch-div {
    padding: 30px;
    width: 90%;
    border: 10px solid #EBF1FF;
  }

  .select-branch-logo-div {
    margin: 15px auto;
  }

  .nexus-logo {
    width: 160px;
  }

  .select-branch-logo-div select {
    width: 100%;
    height: 35px;
    font-size: 18px;
    margin: 20px auto;
  }

  .select-branch-logo-div p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .select-branch-logo-div p a {
    text-transform: uppercase;
    font-size: 18px;
  }

  .instruction-btn {
    font-size: 18px;
    padding: 5px 15px;
  }

  .select-branch-notes-div {
    padding: 30px 15px 5px;
  }

  .select-branch-notes-div h3 {
    font-size: 20px;
    width: 60%;
  }

  .select-branch-notes-div ul {
    padding: 5px 5px;
  }

  .select-branch-notes-div ul li {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .select-branch-notes-div h6 {
    font-size: 18px;
    width: 90%;
    padding: 5px 10px;
    text-transform: lowercase;
  }

  .select-branch-notes-div ul li i {
    margin-right: 10px;
    font-size: 15px;
  }

  /* Fee Pay Instruction Page */
  .fees-pay-info-sec {
    padding: 30px 0px;
  }

  .fee-pay-div-img {
    margin: 10px auto 20px;
  }

  .fee-pay-div-img .nexus-logo {
    width: 120px;
  }

  .fee-pay-instruction-div h6 {
    font-size: 20px;
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }

  .fee-pay-instruction-div ol {
    padding: 10px 30px;
  }

  .fee-pay-instruction-div ol li {
    font-size: 18px;
    padding: 2px;
  }

  .proceed-pay-btn {
    font-size: 18px;
    width: 75%;
    display: block;
  }

  /* Fee Payment Login Page */
  .fees-pay-login-sec {
    padding: 30px 0px;
  }

  .fee-pay-login-notes-div {
    padding: 10px 5px 25px;
  }

  .fee-pay-login-notes-div h3 {
    font-size: 20px;
    width: 45%;
  }

  .fee-pay-login-notes-div ul {
    padding: 10px 5px;
  }

  .fee-pay-login-notes-div ul li {
    font-size: 18px;
  }

  .fee-pay-login-notes-div ul li i {
    margin-right: 10px;
    font-size: 18px;
  }

  .fee-pay-login-notes-div h6 {
    font-size: 18px;
    width: 65%;
    text-transform: lowercase;
  }

  .fee-pay-login-notes-div p {
    font-size: 18px;
  }

  .fee-pay-login-form {
    padding: 40px 35px 30px;
    margin-bottom: 10px;
  }

  .form-control {
    font-size: 18px;
  }

  .submit-btn {
    font-size: 18px;
    width: 55%;
  }

}

@media only screen and (min-width: 1281px) and (max-width:1440px) {

  /* Select Branch Page Style */
  .select-branch-notes-div h6 {
    width: 103%;
  }

  .fee-pay-instruction-div h6 {
    font-size: 25px;
    width: 90%;
  }

  .fee-pay-instruction-div ol li {
    font-size: 18px;
  }

  .select-branch-notes-div ul li {
    font-size: 18px;
  }

  .proceed-pay-btn {
    font-size: 25px;
    width: 55%;
  }

  .fee-pay-login-notes-div h6 {
    font-size: 20px;
    width: 105%;
  }

  .submit-btn {
    font-size: 20px;
  }


}

@media only screen and (min-width: 1600px) and (max-width: 1823px) {}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {

  /* Select Branch Page Style */
  .select-branch-notes-div h6 {
    width: 72%;
  }

  .select-branch-notes-div h3 {
    width: 41%;
    font-size: 28px;
  }

  .select-branch-logo-div select {
    width: 85%;
    font-size: 25px;
  }

  .select-branch-logo-div p {
    width: 70%;
    font-size: 20px;
  }

  .instruction-btn {
    background-color: #C23434;
    font-size: 22px;
  }

  .select-branch-notes-div ul li {
    font-size: 20px;
  }

  .fee-pay-login-notes-div h3 {
    font-size: 28px;
    width: 43%;
  }

  .fee-pay-login-notes-div ul li {
    font-size: 20px;
  }

  .fee-pay-login-notes-div p {
    font-size: 20px;
  }

  .fee-pay-login-notes-div {
    padding: 45px 30px 25px;
  }

  .submit-btn {
    font-size: 22px;
  }

  .form-control {
    font-size: 20px;
  }

  .fee-pay-instruction-div h6 {
    font-size: 28px;
    width: 70%;
  }

  .fee-pay-instruction-div ol li {
    font-size: 20px;
  }

  .proceed-pay-btn {
    font-size: 25px;
  }

}


.blogCardContent .adm-submit {
  display: inline-block;
  width: fit-content;
  padding: 0px 25px;
}

.marginTop {
  margin-top: 100px;
  background-attachment: local !important;
}

@media only screen and (max-width: 319.5px) {
  .marginTop {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .marginTop {
    margin-top: 70px;
  }
}


/*New Vels academy section*/
.new-vels-academy-sec {
  position: relative;
  padding: 100px 0px;
}

.new-vels-academy-container {
  position: relative;
}

.new-vels-academy-row {
  display: flex;
  justify-content: center;
  align-items: center
}

.new-vels-academy-div {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 200px;
  padding: 30px;
  transition: all 1s ease;
}

.new-vels-academy-div:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.new-vels-academy-row a,
.new-vels-academy-row a:hover,
.new-vels-academy-row a:focus {
  color: #fff;
  text-decoration: none;
}

.light-blue-bg {
  background-color: #2CCCD3;
}

.dark-blue-bg {
  background-color: #002776;
}

.new-vels-academy-div p {
  margin-bottom: 0px;
  font-size: 20px;
  font-family: "Helvetica-Neu-Bold", sans-serif;
}

.vels-new-sec-head {
  margin-bottom: 50px;
  text-align: center;
}

.vels-new-sec-head h2 {
  color: #002776;
  font-size: 40px;
  font-family: "Helvetica-Neu-Bold", sans-serif;
}

.vels-new-center-row {
  justify-content: center;
}

@media only screen and (max-width: 319.5px) {
  .new-vels-academy-div {
    margin-bottom: 30px;
  }

  .vels-new-sec-head h2 {
    font-size: 25px;
  }

  .mandatory-disclosure {
    padding: 20px 20px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .new-vels-academy-div {
    margin-bottom: 30px;
  }

  .vels-new-sec-head h2 {
    font-size: 25px;
  }

  .mandatory-disclosure {
    padding: 20px 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .vels-new-sec-head h2 {
    font-size: 30px;
  }

  .vels-new-center-row .col-md-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .mandatory-disclosure {
    padding: 40px 0 !important;
  }
}

.center-row-div {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*20-12-23 feedback */

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .main-menu .first-div ul .nav-item .nav-link .arrow {
    right: 0% !important;
  }

  .mandatory-disclosure {
    padding: 100px 0 !important;
  }

  .mandatory-disclosure ul.list-unstyled li a i {
    padding-left: 20px !important;
  }

  .velammal-new-header .bg-light .borderlogo {
    display: block;
    width: auto !important;
  }

  .velammal-new-header .bg-light.navactive .without-border-logo {
    display: block;
    width: auto !important;
  }

  .headerMenu .nav-item a {
    font-size: 26px !important;
  }

  html,
  body {
    font-size: 28px !important;
  }

  .banner-text h2 {
    font-size: 4rem !important;
  }

  .banner-text h1 {
    font-size: 4rem !important;
  }

  .about-div h2 {
    font-size: 3rem !important;
  }

  .vision-mission-image-div img {
    width: auto !important;
    height: auto !important;
  }

  .vision-small-head {
    font-size: 1.7rem !important;
  }

  .vision-mission-content .swiper-wrapper {
    height: 100% !important;
  }

  .vision-large-head {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .history-content-text h2 {
    font-size: 3rem !important;
  }

  .history-content-text p {
    width: 100%;
    font-size: 28px !important;
  }

  /*.abtOurTeam12, .abtOurTeam21 {*/
  /*    width: 40%!important;*/
  /*}*/
  /*.abtourTeamCont12 {*/
  /*    width: 232%!important;*/
  /*}*/
  .abtourTeamContTxt {
    font-size: 26px !important;
  }

  .abtourTeamContTxt p {
    margin-bottom: 0rem !important;
  }

  /*    #abtourTeamCont21 {*/
  /*    right: 132%!important; */
  /*}*/
  /*.abtourTeamCont21 {*/
  /*    width: 232%!important;*/
  /*}*/
  .abtOurTeam12 .abtOurTeamCnt {
    bottom: 650px !important;
  }

  .abtOurTeam21 .abtOurTeamCnt {

    bottom: 750px !important;
  }

  .new-facilities-sec .common-head {
    font-size: 3rem !important;
  }

  .topSwiper .swiper-slide .border-head {

    bottom: 200px !important;
  }

  .topSwiper .swiper-slide .border-head h4 {
    font-size: 1.75rem !important;
  }

  .about-academics-sec .container {
    max-width: 1400px !important;
  }

  .about-academics-sec .container h1 {
    font-size: 3rem !important;
  }

  .blogInfo h3 {
    font-size: 1.75rem !important;
  }

  .chairman-head-row h2 {
    font-size: 3rem !important;
  }

  .blogInfo p {
    font-size: 28px !important;
  }

  .footer-address-div h4 {
    font-size: 1.25rem !important;
  }

  .footer-address-div a,
  .footer-address-div a:hover {
    font-size: 32px !important;
  }

  .velammal-new-footer a,
  .velammal-new-footer p {
    font-size: 32px !important;
  }

  .footer-button span {
    font-size: 32px !important;
  }

  .footer-button i {
    height: 80px !important;
    width: 80px !important;
  }

  .main-menu .first-div {
    padding: 270px 100px !important;
  }

  .navbar-collapse.collapse.show .nav-link {
    font-size: 34px !important;
  }

  .campus-submenu .accordion .link a,
  .iit-neet-submenu .accordion .link a,
  .result-submenu .accordion .link a {

    font-size: 34px !important;
  }

  .campus-submenu .accordion .sub-submenu>li a,
  .iit-neet-submenu .accordion .sub-submenu>li a,
  .result-submenu .accordion .sub-submenu>li a {

    font-size: 24px !important;
  }

  .velammal-new-header .bg-light.navactive {
    height: auto !important;
  }

  .leadership-3 {
    position: absolute;
    right: 0;
    bottom: -300px;
    z-index: -1;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .leadership-3 img {
    width: 950px;
    height: 950px;
    margin: 0 auto;

  }

  .velammal-new-header .headerMenu {
    width: 70%;
    padding: 0.5rem 0px;
  }

  .velammal-new-header .user-icon {
    width: auto;
  }

  .velammal-new-header .menu-icon {
    width: auto;
  }

  .learning-content-div h1 {
    font-size: 3rem !important;
  }

  .learning-content-div p {

    font-size: 28px !important;
  }

  .learning-swiper-container h2 {
    font-size: 3rem !important;
  }

  .school-swiper-title {
    font-size: 2.5rem !important;
  }

  .event-sec-subheader {

    font-size: 3rem !important;
  }

  .event-sec-header h4 {
    font-size: 26px !important;
    line-height: 40px !important;
  }

  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-rtl .swiper-button-prev {
    right: auto !important;
    left: 58% !important;
  }

  .school-swiper-para {
    font-size: 26px !important;
  }

  .our-dna-header h2 {
    font-size: 3rem !important;
  }

  .event-div-para p {
    font-size: 36px !important;
  }

  .event-name-div p {
    font-size: 26px !important;
  }

  .heading {
    max-width: 100% !important;
  }

  .heading h2 {
    font-size: 3rem !important;
  }

  .thumbnails-buttons a {
    font-size: 26px !important;
  }

  .highlights-heading-div h3 {
    font-size: 3rem !important;
  }

  .highlight-head-div h4 {
    font-size: 3rem !important;
  }

  .explore-sec-header h2 {
    font-size: 3rem !important;
  }

  .explore-sec-header h4 {
    font-size: 28px !important;
  }

  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-next,
  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-prev {
    top: 35%;
  }

  .kids-event-new-head h3 {
    font-size: 3rem !important;
  }

  .blogWrapper .dark-blue.text-uppercase {
    font-size: 35px;
  }

  .blogCardContent .adm-submit {

    padding: 10px 35px !important;
    font-size: 24px !important;
  }

  .adm-submit {
    padding: 10px 35px !important;
    font-size: 24px !important;
  }

  .contact-head-div h2 {
    font-size: 1.75rem !important;
  }

  #cbse-curriculum .card .card-header .btn-header-link {

    font-size: 26px !important;
  }

  .admission-fomr-div h2 {
    font-size: 3rem !important;
  }

  .admission-fomr-div p {
    font-size: 26px !important;
    line-height: 36px;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-func-title {
    font-size: 34px !important;
    margin-bottom: 25px;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-func-details {

    font-size: 26px !important;
    margin-bottom: 25px;
  }

  .form-dropdown,
  .form-control {
    font-size: 26px !important;
  }

  label {
    font-size: 26px !important;
  }

  .sub-nav-bar .sub-nav-bar-menu .menu-item a.nav-link {
    font-size: 26px !important;
  }

  .active1::before {
    height: 45px;
    bottom: 40px;
  }

  .campus-innerpage-card-head p {
    margin-bottom: 0;
    font-size: 26px !important;
  }

  .read-more-button {
    width: 275px !important;
  }

  .copy-right-container {
    padding: 15px 60px 20px 60px;
  }
}

/* 21-12-23 4k devices Divya*/
@media only screen and (min-width: 2561px) and (max-width: 3840px) {

  .col-md-7.left-col {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-md-5.right-col {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }



  .main-menu .first-div ul .nav-item .nav-link .arrow {
    right: 15% !important;
  }

  .mandatory-disclosure {
    padding: 100px 0 !important;
  }

  .mandatory-disclosure ul.list-unstyled li a i {
    padding-left: 25px !important;
  }

  .velammal-new-header .user-icon a {

    width: 70px;
    height: 70px;
  }

  .velammal-new-header .user-icon a i {
    font-size: 35px;
  }

  .navbar-light .navbar-toggler {
    width: 70px;
    height: 70px;
  }

  .navbar-light .navbar-toggler-icon {
    width: 40px;
    height: 17px;
  }

  .navbar-light .navbar-toggler-icon:after,
  .navbar-light .navbar-toggler-icon:before {
    width: 40px;
  }

  .navbar-toggler.collapsed .navbar-toggler-icon:after {
    transform: rotate(0deg);
    width: 30px;
  }

  .velammal-new-header .bg-light.navactive {
    height: auto;
  }

  .velammal-new-header .bg-light .borderlogo {
    width: 450px;
  }

  .velammal-new-header .bg-light.navactive .without-border-logo {
    width: auto;
  }

  .headerMenu .nav-item a {
    padding: 10px 35px;
    font-size: 36px;
  }

  .velammal-new-header .headerMenu {
    width: 75%;
  }

  .velammal-new-header .user-icon {
    width: auto;
  }

  .velammal-new-header .menu-icon {
    width: auto;
  }

  .learning-content-div h1 {
    font-size: 7rem;
  }

  .learning-content-div p {
    font-size: 38px;
  }

  .learning-swiper-container h2 {
    font-size: 7rem;
  }

  .school-swiper-title {
    font-size: 5rem;
  }

  .school-swiper-para {
    font-size: 28px;
  }

  .school-swiper-img img {
    width: 600px;
    height: 600px;
  }

  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-rtl .swiper-button-prev {
    right: 41%;
    left: auto;
  }

  .chairman-head h2 {
    font-size: 7rem;
  }

  .chairman-head h4 {
    font-size: 5rem;
  }

  .abtourTeamContTxt h5 {
    font-size: 3rem;
  }

  .abtourTeamContTxt p {
    font-size: 38px;
  }

  .abtourTeamContName h3 {
    font-size: 4rem;
  }

  .abtOurTeamCnt {
    width: 100% !important;
  }

  .our-dna-sec {
    margin-top: 0;
  }

  .event-card-1 .event-sec-image {
    max-width: 1070px;
  }

  .event-card-2 .event-sec-image {
    max-width: 1070px;
  }

  .event-card-3 .event-sec-image {
    max-width: 1070px;
  }

  .event-card-3 {
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
  }

  .event-swiper-slider .swiper-button-next,
  .event-swiper-slider .swiper-button-prev {
    top: 90%;
  }

  .home-event-elem-img7,
  .home-event-elem-img8,
  .home-event-elem-img9,
  .home-event-elem-img10,
  .home-event-elem-img11,
  .home-event-elem-img12,
  .home-event-elem-img13,
  .home-event-elem-img14,
  .home-event-elem-img15,
  .home-event-elem-img16 {
    bottom: 0px;
  }

  .home-event-elem-img7 img,
  .home-event-elem-img8 img,
  .home-event-elem-img9 img,
  .home-event-elem-img10 img,
  .home-event-elem-img11 img,
  .home-event-elem-img12 img,
  .home-event-elem-img13 img,
  .home-event-elem-img14 img,
  .home-event-elem-img15 img,
  .home-event-elem-img16 img {
    width: 100%;
  }

  .research-left-div {
    left: 150px;
  }

  .highlights-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .event-sec-subheader {
    font-size: 7rem;
  }

  .event-sec-header h4 {
    font-size: 38px;
    line-height: 50px;
    width: 90%;
  }

  .our-dna-header h2 {
    font-size: 7rem;
  }

  .event-name-div {
    width: 400px;
  }

  .event-name-div p {
    font-size: 38px;
  }

  .event-div-para p {
    font-size: 45px !important;
  }

  .dna-card img {
    width: 70%;
  }

  .heading {
    max-width: 100%;
  }

  .heading h2 {
    font-size: 7rem;
  }

  .swiper-container1 .swiper-wrapper {
    max-width: 100%;
  }

  .thumbnails-buttons a {
    font-size: 38px;
    padding: 14px 38px 14px 38px;
  }

  .highlights-heading-div h3 {
    font-size: 7rem;
  }

  .highlights-heading-div p {
    font-size: 38px;
    margin-bottom: 50px;
  }

  .home-event-elem-img18 img,
  .home-event-elem-img19 img,
  .home-event-elem-img20 img,
  .home-event-elem-img21 img,
  .home-event-elem-img22 img,
  .home-event-elem-img23 img,
  .home-event-elem-img24 img {
    width: 70%;
  }

  .home-event-elem-img17 img {
    width: 50%;
  }

  .highlights-heading-div::after {

    width: 200px;
    height: 200px;
  }

  .heading::before {

    width: 200px;
    height: 200px;
  }

  .heading::after {

    width: 250px;
    height: 250px;
  }

  .heading h2::after {
    right: 10%;
    width: 120px;
    height: 120px;
  }

  .highlights-heading-div h3::after {
    top: -90px;
    right: -150px;

    width: 150px;
    height: 150px;
  }

  .about-div h2::before {
    left: 20%;
    width: 125px;
    height: 125px;
  }

  .highlight-img-large img {
    width: auto;
    height: auto;
  }

  .about-div h2::after {
    top: 65px;
    right: -15%;
    width: 100%;
    height: 100px;
    z-index: -1;
  }

  .vision-mission-image .swiper-pagination-bullet {
    width: 32px;
    height: 32px;

  }

  .vision-mission-image .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .vision-mission-image .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
  }

  .history-sec {
    padding: 150px 100px;
  }

  .history-1 img,
  .history-2 img,
  .history-3 img,
  .history-4 img,
  .history-5 img {
    width: 100%;
  }

  .highlightsSwiper .swiper-button-next,
  .highlightsSwiper .swiper-button-prev {

    top: 85%;
  }

  .highlightsSwiper .swiper-wrapper {
    margin-bottom: 150px;
  }

  .highlightsSwiper .swiper-button-next {
    right: auto;
    left: 200px;
  }

  .velammal-new-footer-top-div h2 {
    font-size: 7rem;
  }

  .footer-button span {
    font-size: 38px;
  }

  .velammal-new-footer p {
    font-size: 38px;
  }

  .footer-address-div h4 {
    font-size: 3rem;
  }

  .footer-address-div a,
  .footer-address-div a:hover {
    font-size: 38px;
  }

  .footer-button i {
    height: 60px;
    width: 60px;
  }

  .outlineCircle {
    width: 750px;
    height: 750px;
  }

  .globe-section.active .intro__globe {
    width: 750px;
    height: 750px;
  }

  .main-menu .first-div {
    padding: 335px 100px;
  }

  .navbar-collapse.collapse.show .nav-link {
    font-size: 60px;
  }

  .sub-menu {
    padding: 335px 0px 0px 350px
  }

  .campus-submenu.sub-menu .nav-item.back-btn .nav-link,
  .iit-neet-submenu.sub-menu .nav-item.back-btn .nav-link,
  .result-submenu.sub-menu .nav-item.back-btn .nav-link {
    padding-left: 6rem;
    font-size: 60px;
  }

  .campus-submenu .accordion .link>a,
  .iit-neet-submenu .accordion .link>a,
  .result-submenu .accordion .link>a {
    color: #fff;
  }

  .campus-submenu .accordion .link a,
  .iit-neet-submenu .accordion .link a,
  .result-submenu .accordion .link a {
    font-size: 60px;
  }

  .campus-submenu .accordion .sub-submenu>li a,
  .iit-neet-submenu .accordion .sub-submenu>li a,
  .result-submenu .accordion .sub-submenu>li a {

    font-size: 50px;
  }

  .event-sec {
    position: relative;
    padding: 60px 160px 0px 160px;
  }

  .banner-text h2 {
    font-size: 9rem;
  }

  .banner-text h1 {
    font-size: 9rem;
  }

  .about-div h2 {
    font-size: 7rem;
  }

  .vision-large-head {
    font-size: 38px;
    line-height: 50px;
  }

  .vision-mission-content .swiper-wrapper {
    height: auto !important;
  }

  .vision-small-head {
    font-size: 4rem;
    line-height: normal;
  }

  .vision-mission-image-div img {
    border-radius: 50%;
    width: 85%;
    height: 85%;
  }

  .history-content-text h2 {
    font-size: 7rem;
  }

  .facilities-head-sec {
    bottom: 600px;
    max-width: 3000px;
  }

  .careers-new .view-all-btn .viewAll {

    font-size: 40px !important;
  }

  .careers-div ul li:before {

    height: 25px;
    top: 17px;
    width: 25px;
  }

  .careers-div ul li p {
    margin-bottom: 0px;
    font-size: 40px;
  }

  .topSwiper .swiper-slide .border-head {
    bottom: 400px;
    max-width: 3000px;
  }

  .thumbSwiper.swiper-thumbs {
    max-width: 3000px;
  }

  .new-facilities-sec .common-head {
    font-size: 7rem;
  }

  .topSwiper .swiper-slide .border-head h4 {
    font-size: 4rem;
    margin-bottom: 30px;
  }

  .topSwiper .swiper-slide .border-head p {
    font-size: 38px;
  }

  .topSwiper .swiper-button-prev,
  .topSwiper .swiper-rtl .swiper-button-next {
    left: auto;
    right: 15%;
  }

  .about-div p {
    font-size: 38px;
  }

  .history-content p {
    font-size: 38px;
  }

  .history-content ul li {
    font-size: 38px;
  }

  .sub-nav-bar .sub-nav-bar-menu .menu-item a.nav-link {
    font-size: 36px;
    padding: 10px 15px;
  }

  .about-academics-sec .container {
    max-width: 2500px;
  }

  .about-academics-sec .container h1 div {
    font-size: 5rem !important;
  }

  .about-academics-content p {
    font-size: 38px;
  }

  .women-content-text h2 {
    font-size: 5rem;
  }

  .women-content-text h4 {
    font-size: 3rem;
  }

  .women-content-text p {
    font-size: 38px;
  }

  .blog-sec h2 {
    font-size: 7rem;
  }

  .blogInfo h4 {
    font-size: 4rem;
  }

  .blogInfo p {
    font-size: 38px;
  }

  .careers-role-left h2 {
    font-size: 7rem;
    line-height: normal;
    margin-bottom: 30px;
  }

  .page-title-container .page-title-inner {
    margin: 0 auto;
    max-width: 80%;
    padding: 40px 20px;
  }

  .secondLvlCss h1 {
    line-height: normal;
    font-size: 9rem;
  }

  .admission-fomr-div h2 {

    font-size: 7rem;
    line-height: normal;
  }

  .admission-fomr-div p {
    font-size: 38px;
    line-height: 60px;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-func-title {

    font-size: 38px;
    line-height: normal;
    margin-bottom: 35px;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-func-details {

    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .blogCardContent .adm-submit {

    padding: 25px 45px !important;
    font-size: 38px;
  }

  .careers-sec p {
    font-size: 38px;
  }

  .careers-new h2 {
    font-size: 4rem;
  }

  .careers-role-left .downloadBtn {
    padding: 16px 35px 16px 35px;
    font-size: 35px;
    border-radius: 50px;
  }

  .blogInnerDiv h6 {
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .blogInnerDiv p strong {
    font-size: 45px;
  }

  .blogInnerDiv ul li {
    font-size: 38px;
  }

  .explore-text p {
    font-size: 50px !important;
  }

  .gallery-thumbs .swiper-button-next,
  .gallery-thumbs .swiper-button-prev {
    width: 100px;
    height: 100px;
  }

  .event-swiper-slider .swiper-button-next,
  .event-swiper-slider .swiper-button-prev,
  .highlightsSwiper .swiper-button-next,
  .highlightsSwiper .swiper-button-prev,
  .topSwiper .swiper-button-next,
  .topSwiper .swiper-button-prev {
    width: 150px;
    height: 150px;
  }

  /* highlights and events page */
  .highlight-head-div h4 {
    font-size: 7rem !important;
  }

  .highlight-head-div p {
    font-size: 38px !important;
    width: 55% !important;
  }

  .kids-events-tabs-div .nav-tabs li {
    font-size: 38px !important;
    padding: 10px 35px !important;

  }

  .explore-sec-header h2 {
    font-size: 7rem;
  }

  .explore-sec-header h4 {
    font-size: 38px;
  }

  .explore-sec-header {
    max-width: 650px;
    -webkit-transform: translateY(65%);
    -moz-transform: translateY(65%);
    -ms-transform: translateY(65%);
    -o-transform: translateY(65%);
    transform: translateY(65%);
  }

  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-next,
  .explore-our-campus.lightblue-background .explore-swiper-slider .swiper-button-prev {
    top: 20%;
  }

  .explore-our-campus .explore-sec-image img {
    width: 1200px;
  }

  .explore-our-campus.lightblue-background .swiper-button-next,
  .explore-our-campus.lightblue-background .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 175px !important;
  }

  .explore-swiper-slider .swiper-button-next,
  .explore-swiper-slider .swiper-button-prev {
    width: 150px;
    height: 150px;
  }

  .velammal-new-footer-top-div h2::before,
  .velammal-new-footer-top-div h2::after {

    width: 150px;
    height: 150px;
  }

  .active1::before {
    height: 45px;
  }

  .privacy-policy-sec {
    max-width: inherit;
    padding: 7rem;
  }

  .privacy-policy-sec .main-heading {
    font-size: 7rem;
  }

  .privacy-policy-sec h5 {
    font-size: 3rem;
  }

  .mandatory-disclosure ul.list-unstyled li a {
    padding: 35px 80px !important;
    margin: 20px 0px !important;
    font-size: 38px;
  }

}

/* Mandatory Disclosure Section Style */
.mandatory-disclosure {
  padding: 90px 0;
  position: relative;
  display: block;
  background-color: #FFFFFF !important;
}

.mandatory-disclosure ul {
  width: fit-content !important;
  margin: auto;
  margin-bottom: 0px;
  text-align: center;
  padding-left: 0;
  list-style-type: none !important;
}

.mandatory-disclosure ul.list-unstyled li {
  border-bottom: 1px solid white;
  margin-bottom: 0px !important;
}

.mandatory-disclosure ul.list-unstyled li a {
  background: #002776 !important;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 3px;
  display: block;
  margin: 10px 0px;
  font-weight: bold;
}

.mandatory-disclosure ul.list-unstyled li a:hover {
  background: #002776 !important;
  color: #fff;
  text-decoration: none;
}

.mandatory-disclosure ul.list-unstyled li a i {
  padding-left: 10px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
}

.modal-content.i-quest-modal .close {
  right: 10px;
  text-align: right;
  position: relative;
  float: right;
  font-size: 1.5rem;
}

.main-menu .first-div ul .nav-item.mobile-none {
  display: none;
}

.main-menu .first-div ul .nav-item.iqlogo .nav-link img {
  width: 5% !important;
}

.velammal-new-header .iqust-btn-mobile {
  display: none;
}

.fa-brands.fa-square-x-twitter {
  font-family: sans-serif;
  font-style: normal;
}

.fa-brands.fa-square-x-twitter::before {
  content: "𝕏";
  font-size: 25px;
}

.event-name-div p a {
  text-decoration: none;
}


/*Drop Menu */
.dropdown-menu .nav-item {
  background-color: #ffffff;
}

.dropdown-menu .nav-item a {
  color: #002776;
}

.dropdown-menu .nav-item a:hover {
  color: #002776;
}

.nav-item.main-item.has-children .dropdown-menu .dropdown-menu.dropdown-submenu,
.nav-item.primary-menu-item.has-children .dropdown-menu .dropdown-menu.dropdown-submenu {
  top: 60%;
  left: 100%;
  display: none;
}

.nav-item.main-item.has-children .dropdown-menu.dropdown-submenu .dropdown-icon {
  margin-left: 5px;
}

/* Basic styling for dropdown menu */
.nav-item.main-item.has-children .dropdown-menu,
.nav-item.primary-menu-item.has-children .dropdown-menu {
  display: none;
  position: absolute;
  top: 90%;
  left: 78%;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.nav-item.main-item.has-children.active>.dropdown-menu {
  display: block;
}

.dropdown-menu .nav-item.has-children.active>.dropdown-menu.dropdown-submenu {
  display: block;
}

.nav-item.has-children.active>.dropdown-menu {
  display: block;
}

.nav-item.primary-menu-item.has-children.active>.dropdown-menu {
  display: block;
}

.iit-neet-submenu {
  display: none;
}

.result-submenu {
  display: none;
}

.blogInnerDiv h1 {
  color: #002776;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.blogInnerDiv h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.blogInnerDiv h3,
.blogInnerDiv h4 {
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 2561px) and (max-width: 3840px) {
  .blogInnerDiv h1 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}



.our-blogs-sec .adm-submit {
  color: #fff !important;
}

.blogInfo p a {
  color: #fff !important
}


.careers-page-head a {
  color: #002776;
  text-decoration: none;
}


.careers-page-head a:hover {
  color: #002776;
  text-decoration: none;
}