.header-layout2 .social-links a {
  color: #fff !important;
}

.header-layout2 .social-links a:hover {
  color: #000 !important;
}

.header-layout2 .social-links .social-title {
  color: #fff !important;
}

.header-links li:not(:last-child):after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 5px;
  right: -20px;
}

@media (max-width: 1399px) {
  .header-layout2 .header-links li:nth-child(3) {
    display: inline-block !important;
  }
}

.widget-area {
  padding-bottom: 0px !important;
}

.middle-footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  padding: 15px 0px;
}

.mendatory {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mendatory p {
  margin-bottom: 0px !important;
}

.mendatory p a {
  color: #bdbdbd;
  text-decoration: none;
}

.mendatory p a:hover {
  color: #C28565;
}

.sec-text {
  max-width: fit-content !important;
  display: block;
  margin: auto;
}

.service-item.style3 {
  /* height: 650px !important; */
}


.team-box .team-social {
  top: -20px !important;
}

.team-box .team-social .th-social {
  top: -130px !important;
}


.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  color: white !important;
}

.breadcumb-menu li:after {
  color: white !important;
}

.about-wrapper .about-info.style2 {
  width: 100% !important;
}

.aatm-img {
  width: 100px;
  height: auto;
  object-fit: cover;
}

.aatm .testi-grid {
  width: 100% !important;
  padding: 0px !important;
  border-radius: 5px;
}

.aatm .testi-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.aatm .testi-grid a {
  cursor: pointer;
}

.content-gallery {
  width: 100% !important;
  height: 100%;
  position: absolute;
  /* z-index: 91; */
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content-gallery h3 {
  color: white !important;
}

.th-social.footer-social-icon.style2 a {
  border-radius: 50% !important;
}


.btn-whatsapp-pulse {
  background: #25d366;
  z-index: 9999;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 30px;
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.my-float {
  padding: 10px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-enroll-pulse {
  background: #C28565;
  z-index: 9999;
  transform: rotate(-90deg);
  position: fixed;
  bottom: 220px;
  left: -45px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 150px; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 0;
  padding: 20px;
  text-decoration: none;
  /* border-radius: 50%; */
}

.btn-enroll-pulse a {
  color: white;
  animation-name: zoom-in-zoom-out;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}


@keyframes zoom-in-zoom-out {

  /* At the beginning of the animation */
  0% {
    /* Scale the element to its original size */
    transform: scale(1, 1);
  }

  /* At the middle of the animation */
  50% {
    /* Scale the element to 1.5 times its original size */
    transform: scale(1.2, 1.2);
  }

  /* At the end of the animation */
  100% {
    /* Scale the element back to its original size */
    transform: scale(1, 1);
  }
}

.btn-enroll-pulse:hover a {
  color: black;
}

.enquery-now {
  background: #18bd5b;
  z-index: 9999;
  transform: rotate(90deg);
  position: fixed;
  bottom: 220px;
  right: -8px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 130px; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 0;
  padding: 12px;
  text-decoration: none;
  /* color: #fff !important; */
  /* animation: color-change 3s ease-in-out infinite alternate; */
  /* background: linear-gradient(to right,
      #fff 20%,
      #e9fa00 30%,
      #e9fa00 70%,
      #fff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: color-change 3s ease-in-out infinite alternate; */
  /* border-radius: 50%; */
}

.enquery-now i {
  color: #fff;
}

/* @keyframes color-change {
  0% { color: #fff; }
  50% { color: #e9fa00; }
  100% { color: #000; }
} */

.dropdown-menu.show {
  z-index: 9999;
  transform: rotate(0deg);
  position: fixed !important;
  top: 210px !important;
  left: 75vw !important;
  transform: none !important;
}



.modal.show {
  padding-right: 17px;
  display: block;
  margin-top: 60px;
}

.modal.show .form-group {
  margin-bottom: 15px;
}

.modal.show .form-group label {
  font-weight: 700;
}

.modal-body button.btn {
  width: 100%;
  text-align: center;
  background-color: #25d366;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}



.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }

  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

.sticky {
  position: sticky;
  top: 0px;
  height: 100px;
  max-height: 100vh;
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mySlides,
.mySlide,
.mySlidese {
  display: none;
}

.fade:not(.show) {
  opacity: 1 !important;
}


#slider,
#sliderTwo,
#sliderThree,
#sliderFour {
  width: 100%;
  /* background-color: #C28565; */
}

#wrap ul {
  padding-left: 0rem !important;
}

#wrap ul li {
  margin-top: 10px !important;
}

.slide-item {
  img {
    width: 100%;
  }
}

.partner-slider div {
  width: 100%;
  margin: 5px 20px;

  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.slick-arrow {
  display: none !important;
}

.registration-body .form-line {
  padding: 10px 10px !important;
}

.form-section.page-section {
  background-color: #fff !important;
}

.form-label.form-label-top {
  color: #000 !important;
}


.gif .container {
  font-size: 6px;
  width: 20em;
  height: 20em;
  position: relative;
  margin-left: -38px;
  margin-top: -150px !important;
}

.sun {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* animation: orbit 50s linear infinite; */
}

.container-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mercury,
.venus,
.mars {
  position: absolute;
  /* border-style: solid; */
  /* border-width: 0.1em 0.1em 0 0; */
  border-radius: 50%;
}

.mercury {
  width: 150%;
  height: 150%;
  background-size: cover;
  animation: orbit 26s linear infinite;
}

.venus {
  width: 150%;
  height: 150%;
  background-size: cover;
  animation: orbit 26s linear infinite;
}

.mars {
  width: 150%;
  height: 150%;
  background-size: cover;
  animation: orbit 26s linear infinite;
}

.mercury::before,
.venus::before,
.mars::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  animation: orbit 10s linear infinite;
}

.mercury::before {
  top: 25em;
  left: 5em;
  width: 40px;
  height: 40px;
  background-image: url('../img/icon/mask-group-3.png');
  background-size: cover;
}

.mercury img {
  margin-top: -35px;
  margin-left: 0px;
  width: 40px;
  height: auto;
  background-size: cover;
}

.venus::before {
  top: 0em;
  left: 3em;
  width: 40px;
  height: 40px;
  background-image: url('../img/icon/mask-group-4.png');
  background-size: cover;
}

.venus img {
  margin-top: 185px;
  margin-left: 20px;
  width: 40px;
  height: auto;
  background-size: cover;
}

.mars::before {
  top: 10em;
  right: -3em;
  width: 40px;
  height: 40px;
  background-image: url('../img/icon/mask-group-2.png');
  background-size: cover;
}

.mars img {
  margin-top: 61px;
  margin-left: 199px;
  width: 20px;
  height: auto;
  background-size: cover;
}

@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 480px) {
  .gif .container {
    font-size: 6px;
    width: 12em;
    height: 20em;
    position: relative;
    margin-left: -27px;
    margin-top: -130px !important;
  }
}

.note {
  text-align: center;
}

.zoom-in-zoom-out {
  width: 100%;
  animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.contact-form-new .contact-info {
  padding: 15px !important;
}

#contact-sec {
  background-color: #fff !important;
}

.registration-contact {
  margin-top: 20px;
}

.form-all {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
  border-radius: 0px !important;
}

.submit-button {
  background-color: #18bd5b !important;
  border-color: #18bd5b !important;
  color: #fff;
}

.form-buttons-wrapper,
.form-submit-clear-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 0px 0px !important;
  padding: 15px 52px !important;
  border-top: 1px solid;
  row-gap: .625rem;
}

.contact-form-wrapper {
  padding-top: 0px !important;
}


.get-touch-icon h3 {
  padding: 22px 0px;
  border-bottom: 1px solid #000;
}

.get-touch-icon .row {
  padding: 20px 10px;
}

.get-touch-icon-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff !important;
}

.get-touch-icon-icon p {
  margin-bottom: 0px;
}



.form-line {
  /* padding: 12px 10px; */
  margin: 0px 4px !important;
}


/* Style the popup banner container */
.popup-banner,
.popup-banner-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* display: none; */
  z-index: 1000;
}

#popup-banner {
  display: none;
}

#popup-banner-1 {
  display: none;
}

/* Style the popup banner content */
.popup-banner-content,
.popup-banner-content-1 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-image: url('../img/logo_op.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 700px;
  height: 500px;
  /* padding: 20px; */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.popup-banner-content-1 {
  height: 520px !important;
}

.popup-banner-content .first,
.popup-banner-content-1 .first {
  background-color: #18bd5b;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 30px !important;
  padding: 10px 0px;
}

.popup-banner-content-1 p {
  margin: 0px !important;
}

.popup-banner-content ul,
.popup-banner-content-1 ul {
  padding: 0px 50px;
  list-style-type: none !important;
}

.popup-banner-content-1 ul {
  margin-bottom: 2px !important;
}

.popup-banner-content ul li::marker {
  text-decoration: none !important;
}

.popup-banner-content-1 .four {
  margin-top: 10px !important;
}

.popup-banner-content-1 h4 {
  margin-bottom: 0px !important;
}

.popup-banner-content .third,
.popup-banner-content-1 .third {
  color: red;
  font-size: 24px !important;
  animation: fade-in 1s ease infinite;
}

@keyframes fade-in {

  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.popup-banner-content .img-box,
.popup-banner-content-1 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  position: absolute;
  top: 195px;
  right: 5px;
}

.popup-banner-content .img-box h2,
.popup-banner-content-1 .img-box h2 {
  top: 30px;
  right: 75px;
  font-size: 60px !important;
  position: absolute;
  color: #fff !important;
  background: linear-gradient(to right,
      #fff 20%,
      #e9fa00 30%,
      #e9fa00 70%,
      #fff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 3s ease-in-out infinite alternate;
}

.popup-banner-content-1 .img-box h2 {
  right: 60px !important;
}

.popup-banner-content .img-box h4,
.popup-banner-content-1 .img-box h4 {
  top: 110px;
  right: 15px;
  position: absolute;
  color: #fff !important;
  background: linear-gradient(to right,
      #fff 20%,
      #e9fa00 30%,
      #e9fa00 70%,
      #fff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 3s ease-in-out infinite alternate;
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.popup-banner-content .button,
.popup-banner-content-1 .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-banner-content a.btn,
.popup-banner-content-1 a.btn {
  padding: 10px 20px;
  background-color: #18bd5b;
  text-align: center;
  color: #fff;
}

.popup-banner-content-1 a.btn {
  margin-top: 10px !important;
}

/* Style the close button */
#close-popup-1,
#close-popup-2 {
  position: absolute;
  top: 8px;
  right: 10px;
}




@media (max-width: 480px) {
  .gif {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .popup-banner-content,
  .popup-banner-content-1 {
    width: 385px;
    height: 710px !important;
  }

  .popup-banner-content .img-box,
  .popup-banner-content-1 .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    position: absolute;
    top: 195px;
    right: 5px;
  }

  .popup-banner-content ul,
  .popup-banner-content-1 ul {
    padding: 0px 80px 0px 10px;
    list-style-type: none !important;
  }

  .popup-banner-content .img-box h2,
  .popup-banner-content-1 .img-box h2 {
    top: -50px;
    left: -36px;
    font-size: 36px !important;
    padding: 60px;
  }
  .img-box h4, .popup-banner-content-1 .img-box h4 {
    top: 48px;
    left: 23px;
    font-size: 15px;
    line-height: 15px;
    margin-top: 10px;
}
#close-popup-1, #close-popup-2 {
  position: absolute;
  top: 0px;
  right: 0px;
}
  .table-responsive th {
    width: 20%;
    margin: 0 auto;

  }
}