@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Epilogue", sans-serif !important;
  box-sizing: border-box;
}
p,
h1,
h2,
h3,
h4,
h5 {
  padding: 0 !important;
  margin: 0 !important;
}
button:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
}


nav.navbar {
  padding: 20px 0;
}
a.nav-link {
  margin: 0 12px;
  font-weight: 500;
  color: #fff;
}
a.nav-link:hover,
a.nav-link.active,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffa416 !important;
}
.header {
  background-image: url("../images/header-back.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*min-height: 100vh;*/
}
.headerpage {
  background-image: url("../images/header-back.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.swiper-slide{
    width:100%;
}
.swiper .mySwipe{
    width:100%;
}
.swiper-slide img{
    width:100% !important;
    height:100vh;
    /*object-fit: cover;*/
}
.btn-gradient {
  background: linear-gradient(45deg, #6a11cb, #2575fc);
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.btn-gradient:hover {
  background: linear-gradient(45deg, #2575fc, #6a11cb);
  transform: translateY(-2px);
}
.premium-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.premium-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.card-img-wrapper {
  overflow: hidden;
}
.card-img-wrapper img {
  transition: transform 0.4s ease;
}
.premium-card:hover img {
  transform: scale(1.08);
}
.course-details {
  font-size: 0.9rem;
  color: #555;
}
.heading h2 {
  font-size: 2rem;
  color: #222;
}
.slider-details h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.slider-details span {
  color: #ffa416;
}
.slider-details p {
  color: #fff;
  margin: 14px 0 !important;
}
a.navbar-brand img {
  width: 70px;
}
.testimonial {
  background: #fcf7e5;
}

.testimonial img {
  width: 70px !important;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #d1d5db;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-links a:hover {
  color: #facc15; /* golden hover */
  padding-left: 5px;
}
.formbg {
  background: #f0f2ff;
}
.testimonial .card {
  border: 1px solid #3365eb;
}
a.btn-contact {
  background: linear-gradient(15deg, #ef2c05, #f2c601);
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 17px;
  outline: none;
  border: none;
}
a {
  text-decoration: none;
}
.school-slide {
  position: relative;
}
img.animate01 {
  position: absolute;
  top: 0;
  left: -135px;
  animation: itupdown 0.8s infinite alternate;
}
img.animate02 {
  position: absolute;
  top: 0;
  right: -35px;
  animation: itupdown 0.8s infinite alternate;
  width: 110px;
}
img.animate03 {
  position: absolute;
  bottom: -12px;
  right: -10px;
  animation: itswing 1s forwards infinite alternate;
  width: 110px;
}
@keyframes itupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes itswing {
  0% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
/*section.courses {*/
/*  padding: 80px 0px;*/
/*}*/
.heading p {
  color: #ffa416;
}
.heading h2 {
  font-weight: 600;
  color: #0e2a46;
  line-height: 1.5;
}
.courses-types {
  text-align: center;
  background: #3365eb;
  padding: 35px 20px;
  margin-top: 60px;
  border-radius: 25px;
}
.courses-types h5 {
  color: #fff;
  margin-bottom: 10px !important;
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px !important;
}
.courses-types p {
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
}
.courses-types img {
  background: #fff;
  padding: 15px;
  border-radius: 50%;
  border: 4px solid #ffa416;
  margin-top: -75px;
}
.about-text h2 {
  color: #0e2a46;
  font-weight: 700;
  margin-bottom: 20px !important;
}
.about-text p {
  font-weight: 500;
  color: #333931;
  line-height: 1.5;
  margin-bottom: 30px !important;
}
.activities {
  display: flex;
  gap: 15px;
  background: #ebebeb;
  padding: 8px;
  margin: 16px 0px;
  border-radius: 8px;
}
.Learn i {
  background: #3365eb;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  margin-right: 8px;
  letter-spacing: 0px;
}
.Learn span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
}
section.about {
  position: relative;
}
img.animate06 {
  position: absolute;
  bottom: -25px;
  right: 230px;
  animation: itswing 1s forwards infinite alternate;
  width: 110px;
}
img.animate05 {
  position: absolute;
  top: 0;
  right: 360px;
  animation: itupdown 0.8s infinite alternate;
}
img.animate04 {
  animation: itupdown 0.8s infinite alternate;
}
section.course {
  margin: 60px 0;
  padding: 60px 0;
  background: #e4f4ff;
}
.item .card {
  height: 260px;
}
.course-details {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(45deg, #6a11cb, #2575fc);
  color: #fff;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}
.bottom-details i {
  font-size: 17px;
}
.bottom-details {
  text-align: center;
}
h5.card-title {
  font-weight: 600;
  margin-bottom: 10px !important;
  color: #0e2a46;
}
p.card-text {
  font-size: 14px;
}
img.img-fluid.approach {
  border-radius: 10px;
}
.owl-nav {
  display: none;
}
.owl-dots {
  margin: 20px 0;
}

.footer {
  background: #3365eb;
  margin-top: 50px;
}
.footer .content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}
.footer .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .top .logo-details {
  color: #fff;
  font-size: 30px;
}
.content .top .media-icons {
  display: flex;
}
.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.top .media-icons a:nth-child(1) {
  background: #1da1f2;
}
.top .media-icons a:nth-child(1):hover {
  color: #1da1f2;
  background: #fff;
}
.top .media-icons a:nth-child(2) {
  background: #e1306c;
}
.top .media-icons a:nth-child(2):hover {
  color: #e1306c;
  background: #fff;
}
.top .media-icons a:nth-child(3) {
  background: #0077b5;
}
.top .media-icons a:nth-child(3):hover {
  color: #0077b5;
  background: #fff;
}
.top .media-icons a:nth-child(4) {
  background: #ff0000;
}
.top .media-icons a:nth-child(4):hover {
  color: #ff0000;
  background: #fff;
}
/* ==================== */

.input-container {
  position: relative;
  border-bottom: 1px dashed rgba(211, 211, 211, 0.6901960784);
  padding: 10px 0;
  margin-block: 10px;
}
.input-container .submitt {
  background-color: #10a6fd;
  border: none;
  padding: 12px 36px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 30px;
}
.input-container label {
  font-size: 15px;
  font-weight: 500;
}
.input-container .checkbox-wrapper {
  margin-right: 15px;
}
.input-container .checkbox-wrapper input[type=radio],
.input-container .checkbox-wrapper input[type=checkbox] {
  display: none;
}
.input-container .checkbox-wrapper .terms-label {
  cursor: pointer;
  display: flex;
  align-items: start;
}
.input-container .checkbox-wrapper .terms-label .label-text {
  margin-left: 15px;
}
.input-container .checkbox-wrapper .checkbox-svg {
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  background-color: #10a6fd;
  box-shadow: 5px 5px 0px rgb(203, 203, 203);
}
.input-container .checkbox-wrapper .checkbox-box {
  stroke: black;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.input-container .checkbox-wrapper .checkbox-tick {
  stroke: black;
  stroke-dasharray: 172;
  stroke-dashoffset: 172;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.input-container .checkbox-wrapper input[type=radio]:checked + .terms-label .checkbox-box,
.input-container .checkbox-wrapper input[type=radio]:checked + .terms-label .checkbox-tick {
  stroke-dashoffset: 0;
}
.input-container .checkbox-wrapper input[type=checkbox]:checked + .terms-label .checkbox-box,
.input-container .checkbox-wrapper input[type=checkbox]:checked + .terms-label .checkbox-tick {
  stroke-dashoffset: 0;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.input[type=text] {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;
  color: #333;
  width: 200px;
  width: 100%;
  outline: none;
}

.input[type=file] {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;
  color: #333;
  width: 200px;
  width: 100%;
  outline: none;
}

.input[type=date] {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;

  
  background-color: #ebf6ff;
  color: #333;
  width: 200px;
  width: 100%;
  outline: none;
}

textarea {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;
  color: #333;
  width: 100%;
  outline: none;
  resize: none;
}

select {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;
  color: #333;
  width: 200px;
  width: 100%;
  outline: none;
}

.underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-image: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
  transition: width 0.3s;
}

.input[type=text]:focus + .underline {
  width: 100%;
}

input[type=date]:focus + .underline {
  width: 100%;
}

input[type=file]:focus + .underline {
  width: 100%;
}

select:focus + .underline {
  width: 100%;
}

textarea:focus + .underline {
  width: 100%;
}

@keyframes floating-label {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-25px);
    opacity: 0;
  }
}
input::-moz-placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #777;
  pointer-events: none;
  -moz-transition: transform 0.3s, font-size 0.3s, color 0.3s;
  transition: transform 0.3s, font-size 0.3s, color 0.3s;
}
input::placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #777;
  pointer-events: none;
  transition: transform 0.3s, font-size 0.3s, color 0.3s;
}

.input[type=text]:focus:not(:-moz-placeholder-shown) + label {
  transform: translateY(-25px);
  font-size: 12px;
  background-color: #4158d0;
  background-image: linear-gradient(-43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
  animation: floating-label 0.3s forwards;
}

.input[type=text]:focus:not(:placeholder-shown) + label {
  transform: translateY(-25px);
  font-size: 12px;
  background-color: #4158d0;
  background-image: linear-gradient(-43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
  animation: floating-label 0.3s forwards;
}

.input[type=file]:focus:not(:-moz-placeholder-shown) + label {
  transform: translateY(-25px);
  font-size: 12px;
  background-color: #4158d0;
  background-image: linear-gradient(-43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
  animation: floating-label 0.3s forwards;
}

.input[type=file]:focus:not(:placeholder-shown) + label {
  transform: translateY(-25px);
  font-size: 12px;
  background-color: #4158d0;
  background-image: linear-gradient(-43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
  animation: floating-label 0.3s forwards;
}

input[type=file] {
  outline: none;
  padding: 4px;
  margin: -4px;
}

input[type=file]:focus-within::file-selector-button,
input[type=file]:focus::file-selector-button {
  outline: 2px solid #10a6fd;
  outline-offset: 2px;
}

input[type=file]::before {
  top: 16px;
}

input[type=file]::after {
  top: 14px;
}

/* ------- From Step 2 ------- */
input[type=file] {
  position: relative;
}

input[type=file]::file-selector-button {
  width: 136px;
  color: transparent;
}

/* Faked label styles and icon */
input[type=file]::before {
  position: absolute;
  pointer-events: none;
  /*   top: 11px; */
  left: 45px;
  color: #10a6fd;
  color: #ffffff;
  content: "Upload File";
}

input[type=file]::after {
  position: absolute;
  pointer-events: none;
  /*   top: 10px; */
  left: 20px;
  height: 18px;
  width: 18px;
  content: "";
  background: url(../img/upload.svg);
  top: 17px;
  background-repeat: no-repeat;
}

/* ------- From Step 1 ------- */
/* file upload button */
input[type=file]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 35px;
  cursor: pointer;
  background-color: #10a6fd;
  
  /* background-color: #0386d140; */
  border: 0px solid #000000;
  box-shadow: 0px 5px 5px #0386d140;
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type=file]::file-selector-button:hover {
  background-color: #00055d;
}

/* file upload button active state */
input[type=file]::file-selector-button:active {
  background-color: #26acef;
}

.admission_header {
 
  display: grid;
  place-content: center;
  background: #10a6fd ;
  position: relative;
 
  background: red;
}
.admission_header .toparrow {
  position: absolute;
  top: 0;
  background: url(./sctarrow.png);
  height: 30px;
  background-position: top;
  width: 100%;
  background-repeat: repeat-x;
  animation: arrowggt 50s infinite linear alternate;
}
.admission_header .bottomarrow {
  position: absolute;
  bottom: 0%;
  background: url(../img/sctarrowb.png);
  background-position: bottom;
  height: 30px;
  width: 100%;
  background-repeat: repeat-x;
  animation: arrowgb 50s infinite linear alternate;
}
@keyframes arrowgb {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -100%;
  }
}
@keyframes arrowggt {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}
.admission_header h1 {
  text-transform: capitalize;
  font-family: "Lemon", serif;
  color: white !important;
  background-color: rgba(213, 213, 213, 0.1176470588);
  width: 100vw !important;
  text-align: center;
  padding: 10px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@keyframes bgg {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -100%;
  }
}
.admission_body .wrapper {

  background-color: red;
  padding: 10px;
  margin: 50px auto;
  padding: 50px;
  border-radius: 0 0 30px 30px;
  background: #fffceb;
  background-size: cover;
}
.admission_body .wrapper .wrapflex {
  width: 100%;
  gap: 50px;
  align-items: start;
  display: flex;
}
.admission_body .wrapper .wrapflex .aitem {
  flex: 1;
}
.admission_body .wrapper .wrapflex .aitem .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  min-height: 450px;
}
.admission_body .wrapper .wrapflex .aitem .img img {
  animation: updown 2s infinite linear alternate-reverse;
}
@keyframes updown {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
.admission_body .wrapper .wrapflex .from_one_section p {
  font-weight: bold;
}
.admission_body .wrapper .wrapflex .check_section {
  display: flex;
  padding: 10px;
  padding-left: 0;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.admission_body .wrapper .wrapflex .check_section .citem {
  min-width: 20%;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
}
.admission_body .wrapper .wrapflex .check_section .citem .checkbox-wrapper input[type=radio] {
  display: none;
}
.admission_body .wrapper .wrapflex .check_section .citem .checkbox-wrapper .terms-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.admission_body .wrapper .wrapflex .check_section .citem .checkbox-wrapper .terms-label .label-text {
  margin-left: 15px;
  text-wrap: nowrap;
}
 .checkbox-wrapper .checkbox-svg {
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  background-color: #10a6fd;
  box-shadow: 5px 5px 0px rgb(203, 203, 203);
}
.checkbox-wrapper .checkbox-box {
  stroke: rgb(255, 255, 255);
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.admission_body .wrapper .wrapflex .check_section .citem .checkbox-wrapper .checkbox-tick {
  stroke: rgb(255, 255, 255);
  stroke-dasharray: 172;
  stroke-dashoffset: 172;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.admission_body .wrapper .wrapflex .check_section .citem .checkbox-wrapper input[type=radio]:checked + .terms-label .checkbox-box,
.admission_body .wrapper .wrapflex .check_section .citem .checkbox-wrapper input[type=radio]:checked + .terms-label .checkbox-tick {
  stroke-dashoffset: 0;
}
.admission_body .wrapper .wrapflex .from_two_section {
  margin: 20px 0;
}
.admission_body .wrapper .wrapflex .from_two_section p {
  font-weight: bold;
  color: #10a6fd;
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid rgb(255, 187, 0);
  border-radius: 50%;
  position: relative;
  background: url(../img/student.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  cursor: pointer;
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container .camera {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  border-radius: 0 0 30px 30px;
  background: #f8bb02;
  padding: 10px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container b {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 5px;
  text-wrap: nowrap;
  font-size: 13px;
  color: white;
  background-color: rgba(58, 36, 0, 0.6549019608);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container #preview-image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container_f {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid rgb(255, 187, 0);
  border-radius: 50%;
  position: relative;
  background: url(../img/dad.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  cursor: pointer;
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container_f #preview-image_f {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container_f .camera {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  border-radius: 0 0 30px 30px;
  background: #f8bb02;
  padding: 10px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container_f b {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 75%;
  text-align: center;
  padding: 5px;
  transform: translate(-50%, -50%);
  text-wrap: nowrap;
  font-size: 13px;
  color: white;
  background-color: rgba(58, 36, 0, 0.6549019608);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container_m {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid rgb(255, 187, 0);
  border-radius: 50%;
  position: relative;
  background: url(../img/mother.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  cursor: pointer;
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container_m #preview-image_m {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container_m .camera {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  border-radius: 0 0 30px 30px;
  background: #f8bb02;
  padding: 10px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.admission_body .wrapper .wrapflex .from_two_section .img_upload #preview-container_m b {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 75%;
  text-align: center;
  padding: 5px;
  transform: translate(-50%, -50%);
  text-wrap: nowrap;
  font-size: 13px;
  color: white;
  background-color: rgba(58, 36, 0, 0.6549019608);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container {
  position: relative;
  border-bottom: 1px dashed rgba(211, 211, 211, 0.6901960784);
  padding: 10px 0;
  margin-block: 10px;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .submitt {
  background-color: #10a6fd;
  border: none;
  padding: 12px 36px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 30px;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container label {
  font-size: 15px;
  font-weight: 500;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper {
  margin-right: 15px;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper input[type=radio],
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper input[type=checkbox] {
  display: none;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper .terms-label {
  cursor: pointer;
  display: flex;
  align-items: start;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper .terms-label .label-text {
  margin-left: 15px;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper .checkbox-svg {
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  background-color: #10a6fd;
  
  background-color: #10a6fd;
  box-shadow: 5px 5px 0px rgb(203, 203, 203);
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper .checkbox-box {
  stroke: black;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper .checkbox-tick {
  stroke: black;
  stroke-dasharray: 172;
  stroke-dashoffset: 172;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper input[type=radio]:checked + .terms-label .checkbox-box,
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper input[type=radio]:checked + .terms-label .checkbox-tick {
  stroke-dashoffset: 0;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper input[type=checkbox]:checked + .terms-label .checkbox-box,
.admission_body .wrapper .wrapflex .from_two_section .input_section .input-container .checkbox-wrapper input[type=checkbox]:checked + .terms-label .checkbox-tick {
  stroke-dashoffset: 0;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=text], .admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=number] {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;
  color: #333;
  width: 200px;
  width: 100%;
  outline: none;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=file] {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;
  color: #333;
  width: 200px;
  width: 100%;
  outline: none;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=date] {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;
  color: #333;
  width: 200px;
  width: 100%;
  outline: none;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=number] {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;
  color: #333;
  width: 200px;
  width: 100%;
  outline: none;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section textarea {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;
  color: #333;
  width: 100%;
  outline: none;
  resize: none;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section select {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #ebf6ff;
  color: #333;
  width: 200px;
  width: 100%;
  outline: none;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-image: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
  transition: width 0.3s;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=text]:focus + .underline {
  width: 100%;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section input[type=date]:focus + .underline {
  width: 100%;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section input[type=number]:focus + .underline {
  width: 100%;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section input[type=file]:focus + .underline {
  width: 100%;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section select:focus + .underline {
  width: 100%;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section textarea:focus + .underline {
  width: 100%;
}
@keyframes floating-label {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-25px);
    opacity: 0;
  }
}
.admission_body .wrapper .wrapflex .from_two_section .input_section input::-moz-placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #777;
  pointer-events: none;
  -moz-transition: transform 0.3s, font-size 0.3s, color 0.3s;
  transition: transform 0.3s, font-size 0.3s, color 0.3s;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section input::placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #777;
  pointer-events: none;
  transition: transform 0.3s, font-size 0.3s, color 0.3s;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=text]:focus:not(:-moz-placeholder-shown) + label {
  transform: translateY(-25px);
  font-size: 12px;
  background-color: #4158d0;
  background-image: linear-gradient(-43deg, #059def 0%, #c850c0 46%, #ffcc70 100%);
  animation: floating-label 0.3s forwards;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=text]:focus:not(:placeholder-shown) + label {
  transform: translateY(-25px);
  font-size: 12px;
  background-color: #4158d0;
  background-image: linear-gradient(-43deg, #038bfb 0%, #c850c0 46%, #ffcc70 100%);
  animation: floating-label 0.3s forwards;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=number]:focus:not(:-moz-placeholder-shown) + label {
  transform: translateY(-25px);
  font-size: 12px;
  background-color: #4158d0;
  background-image: linear-gradient(-43deg, #009dff 0%, #c850c0 46%, #ffcc70 100%);
  animation: floating-label 0.3s forwards;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=number]:focus:not(:placeholder-shown) + label {
  transform: translateY(-25px);
  font-size: 12px;
  background-color: #4158d0;
  background-image: linear-gradient(-43deg, #00bcf6 0%, #c850c0 46%, #ffcc70 100%);
  animation: floating-label 0.3s forwards;
}
.testimonial img{
  min-width: 70px !important;
  min-height: 70px !important;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=file]:focus:not(:-moz-placeholder-shown) + label {
  transform: translateY(-25px);
  font-size: 12px;
  background-color: #4158d0;
  background-image: linear-gradient(-43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
  animation: floating-label 0.3s forwards;
}
.admission_body .wrapper .wrapflex .from_two_section .input_section .input[type=file]:focus:not(:placeholder-shown) + label {
  transform: translateY(-25px);
  font-size: 12px;
  background-color: #4158d0;
  background-image: linear-gradient(-43deg, #04c3fd 0%, #c850c0 46%, #ffcc70 100%);
  animation: floating-label 0.3s forwards;
}

/* ==================== */
.footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
}
.content .link-boxes .box .link_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.link-boxes .box .link_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}
.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}
.content .link-boxes .box li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease;
}
.content .link-boxes .box li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.content .link-boxes .input-box {
  margin-right: 55px;
}
.link-boxes .input-box input {
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #afafb6;
  background: #3365eb;
  border-radius: 25px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}
ul.box p {
  font-size: 15px;
  color: #d6e0fb;
}
.link-boxes .input-box input::placeholder {
  color: #afafb6;
  font-size: 16px;
}
.link-boxes .input-box input[type="button"] {
  background: #fff;
  color: #3365eb;
  border: none;
  font-size: 15px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}
.input-box input[type="button"]:hover {
  opacity: 1;
}
.footer .bottom-details {
  width: 100%;
  background: #0f0844;
}
.footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.bottom-details .bottom_text a:hover {
  opacity: 1;
  text-decoration: underline;
}
.bottom-details .bottom_text a {
  margin-right: 10px;
}
@media (max-width: 900px) {
  .footer .content .link-boxes {
    flex-wrap: wrap;
  }
  .footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px;
  }
}
.slider-details p {
  color: #fff;
  letter-spacing: 1px;
  line-height: 40px;
}
.navbar-toggler {
  border: unset;
}
.navbar-toggler-icon {
  background-image: unset;
  background-image: white !important;
}
.navbar-toggler-icon svg {
  fill: white;
}
@media (max-width: 700px) {
    
    .swiper-slide img{
    width:100% !important;
    height:40vh;
    /*object-fit: cover;*/
}
nav.navbar {
    padding: 0px 0;
}
  .slider-details h1 {
    font-size: 30px;
  }
   .admission_body .wrapper .wrapflex {
        flex-direction: column;
        gap: 10px;
    }
  
    .admission_body .wrapper {
    
    padding: 10px;
    margin: 10px auto;
   
 
}
.admission_body .wrapper .wrapflex .aitem {
  
    width: 100%;
}
}
  a.btn-contact {
    font-size: 10px;
    padding: 10px;
  }
  .courses-types h5 {
    color: #fff;
    margin-bottom: 10px !important;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px !important;
  }

  .heading h2 {
    font-size: 20px;
  }
  .btn {
    font-size: 17px !important;
      }
  img.animate06 {
    bottom: -200px;
    right: 100px;

    width: 50px;
  }
  .sacti img{
    height: 250px;
    object-fit: cover;

  }
  img.animate02 {
    top: -130px;
    right: 5px;
    animation: itupdown 0.9s infinite alternate;
    width: 70px;
  }
  .about-text {
    text-align: center;
  }
  img.animate01 {
    top: 0;
    left: -5px;
    width: 60px;
  }
  img.animate03 {
    position: absolute;
    bottom: 42px;
    right: -30px;
    animation: itswing 1s forwards infinite alternate;
    width: 80px;
  }
  .slider-details p {
    line-height: 20px;
    line-height: 25px;
  }

  .footer {
    position: relative;
  }
  .content .top .logo-details {
    font-size: 26px;
  }
  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  .footer .content .link-boxes .box {
    width: calc(100% / 3 - 10px);
  }
  .footer .content .link-boxes .input-box {
    width: 60%;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .footer::before {
    top: 145px;
  }
  .footer .content .top {
    flex-direction: column;
  }
  .content .top .media-icons {
    margin-top: 16px;
  }
  .footer .content .link-boxes .box {
    width: calc(100% / 2 - 10px);
  }
  .footer .content .link-boxes .input-box {
    width: 100%;
  }
}

.menu {
  margin: 80px 0;
  color: #fff;
}
.menu h2 {
  font-size: 40px;
  margin-bottom: 10px !important;
  font-weight: 600;
}
.menu a {
  color: #fff;
  text-decoration: none;
}
.menu p {
  color: #ffa416;
}
label.form-label {
  color: #0e2a46;
}
.form-control {
  height: 48px;
  border-radius: 25px;
  font-size: 14px;
  padding-left: 20px;
}
.map {
  border-radius: 25px;
}
.contact-details {
  padding: 40px;
  background-color: #ecf8fd;
  border-radius: 10px;
  height: 240px;
}
.contact-icon {
  background: #ffa416;
  height: 70px;
  width: 70px;
  color: #fff;
  line-height: 82px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto 15px;
  font-size: 32px;
}
.contact-details h4 {
  font-size: 22px;
  margin: 0 0 10px !important;
  font-weight: 700;
  color: #000;
}
.contact-details p {
  color: #505050;
  font-size: 14px;
}

.galimg{
  height: 300px !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 10px;
}

