.header-middle {
  width: 100% !important;
}

.main-menu .navigation>li.blank-box {
  width: unset;
}

.header-top {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 10px 0;
  font-size: 14px;
  height: auto !important;
}

.header-top a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-top a:hover {
  color: #ffd700;
  transform: translateY(-1px);
}

.contact-info {
  align-items: center;
  margin-right: 5px;
}

.contact-info i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
  color: #ffd700;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links .social-text {
  margin-right: 10px;
  font-weight: 500;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #ffd700;
  color: #333;
  transform: translateY(-2px);
}

.divider {
  height: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 15px;
}

@media (max-width: 768px) {
  .header-top {
    text-align: center;
  }

  .contact-info {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .social-links {
    justify-content: center;
  }

  .divider {
    display: none;
  }

  .d-md-flex {
    flex-direction: column;
    align-items: center !important;
  }
}

@media (max-width: 576px) {
  .contact-info {
    font-size: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }

  .social-links a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

.parallax-section {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 0px;
  z-index: 10;
}

.row {
  margin-right: unset !important;
  margin-left: unset !important;
}

.form-group {
  position: relative !important;
}

.form-group label {
  display: block !important;
  margin-bottom: 8px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  font-size: 0.9rem !important;
}

.form-control {
  width: 100% !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 12px !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  background: white !important;
  height: calc(2.25rem + 18px) !important;
}

.form-control:focus {
  outline: none !important;
  border-color: #667eea !important;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
  transform: translateY(-2px) !important;
}


.bottom-parallax .footer-area {
  position: unset;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: unset;
}

.bottom-parallax {
  position: relative;
  height: unset !important;
}

.footer {

  padding-top: 115px !important;
  padding-bottom: 19px !important;
  z-index: 9;
}

.footer-bottom .bottom-inner {
  padding: 5px 0px 5px !important;
}

.breadcrumb-area .inner-content {
  padding: 177px 0 149px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .inner-content {
    padding: 113px 0 22px !important;
  }

  .breadcrumb-area .title h2 {
    font-size: 30px;
  }

  .breadcrumb-menu ul li {
    font-size: 14px;
  }

  body .header-middle .main-logo-box img {
    width: 71px !important;
  }

  .nav-outer.style1 .mobile-nav-toggler {
    padding: 20px 0 20px;
  }


}


/*
 * Shortcode: Separators.scss
 * -----------------------------------------------
*/


.separator {
  color: #c0c0c0;
  line-height: 1.2em;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.separator::before,
.separator::after {
  border-bottom: 1px solid #eee;
  content: "";
  display: inline-block;
  height: .65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}

.separator::after {
  margin: 0 -100% 0 0;
}

.separator i,
.separator span,
.separator a {
  display: inline-block;
  margin: 0 20px 0 24px;
  font-size: 20px;
}

.separator.separator-left,
.separator.left i {
  float: left;
  margin: 2px 50px 0 0;
}

.separator.right i {
  float: right;
  margin: 0 0 2px 50px;
}

.separator.separator-medium-line {
  margin: 10px auto;
  width: 20%;
}

.separator.separator-small-line {
  width: 10%;
}

.separator.separator-rouned i,
.separator.separator-border-rouned i {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: -12px auto auto;
  position: absolute;
  right: 0;
  width: 40px;
}

.separator.separator-border-rouned i {
  background: transparent;
  border: 1px solid #f5f5f5;
}

.separator.separator-rouned.separator-rouned-left i {
  margin: -12px auto auto;
  right: auto;
  left: 0;
}

.separator.separator-rouned.separator-rouned-right i {
  margin: -12px auto auto;
  right: 0;
  left: auto;
}

.separator.dotted::before,
.separator.dotted::after {
  border-bottom: 2px dotted #c0c0c0;
}

/*
 * Shortcode: Separators.scss
 * -----------------------------------------------
*/



.no-image-banner .isotope-item {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);

  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.no-image-banner .isotope-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.no-image-banner .isotope-item:hover::before {
  left: 100%;
}

.no-image-banner .isotope-item:hover {
  transform: translateY(-5px);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.15),
    0 15px 30px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.no-image-banner .icon-container {
  margin-bottom: 30px;
  position: relative;
}

.no-image-banner .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: float 3s ease-in-out infinite;
}

.no-image-banner .icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  opacity: 0.3;
  animation: pulse 2s ease-in-out infinite;
}

.no-image-banner .icon svg {
  width: 40px;
  height: 40px;
  fill: white;
  z-index: 1;
  position: relative;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.1;
  }
}

.no-image-banner h4 {
  font-size: 28px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.no-image-banner p {
  font-size: 16px;
  color: #718096;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 400;
}

.no-image-banner .action-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}


.no-image-banner .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.no-image-banner .decorative-elements::before,
.no-image-banner .decorative-elements::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea20, #764ba220);
}

.no-image-banner .decorative-elements::before {
  top: -50px;
  right: -50px;
  animation: rotate 10s linear infinite;
}

.no-image-banner .decorative-elements::after {
  bottom: -50px;
  left: -50px;
  animation: rotate 15s linear infinite reverse;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 480px) {
  .no-image-banner .isotope-item {
    padding: 40px 24px;
    margin: 16px;
  }

  .no-image-banner h4 {
    font-size: 24px;
  }

  .no-image-banner .action-buttons {
    flex-direction: column;
  }


}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(10px);
  cursor: wait;
}

.page-loader .spinner {
  --red: #d62d20;
  --blue: #0057e7;
  --green: #008744;
  --yellow: #ffa700;
  position: relative;
  width: 60px;
}

.page-loader .spinner:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.page-loader .circular {
  animation: rotate73451 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash0175 1.5s ease-in-out infinite,
    color7123 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate73451 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash0175 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color7123 {

  100%,
  0% {
    stroke: var(--red);
  }

  40% {
    stroke: var(--blue);
  }

  66% {
    stroke: var(--green);
  }

  80%,
  90% {
    stroke: var(--yellow);
  }
}



body .slogan-style1__inner {
  padding: 38px 0px 37px;
}


.heart {
  background-color: #00a0df;
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  position: relative;
  top: 0;
  transform: rotate(-45deg);
  width: 10px;
  animation: heartbeat 1s infinite;
}

.heart:before,
.heart:after {
  content: "";
  background-color: #00a0df;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}

.heart:before {
  top: -6px;
  left: 0;
}

.heart:after {
  left: 5px;
  top: 0;
}

@keyframes heartbeat {
  0% {
    transform: scale(1) rotate(-45deg);
  }

  20% {
    transform: scale(1.25) translateX(5%) translateY(5%) rotate(-45deg);
  }

  40% {
    transform: scale(1.5) translateX(9%) translateY(10%) rotate(-45deg);
  }
}

body .single-learning-categories-item__inner .icon span:before {
  color: black;

}

.fact-counter-area {
  padding: 33px !important
}

.single-fact-counter.pdt50 {
  padding-top: 30px;
}

.single-fact-counter {
  padding-bottom: 30px !important;
}

.single-features-style1 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f0f0f0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-features-style1 .img-box i {
  font-size: 48px;
  color: #333;
  transition: transform 200ms linear;
}

.single-features-style1 .img-box:hover i {
  transform: scale(1.1);
}

.logo-pulse-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 99999;
  justify-content: center;
}

.logo-pulse-wrapper::before {
  content: '';
  position: absolute;
  width: 150px;
  z-index: -2;
  height: 150px;
  background: rgba(30, 144, 255, 0.6);
  border-radius: 50%;
  animation: pulse 2s ease-out infinite;
  box-shadow: 0 0 20px rgba(30, 144, 255, 0.8);
}

.preloader-logo {
  max-width: 150px;
  height: auto;
  justify-content: center;
  display: flex;
  margin: auto;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.5;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.9;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.main-menu .navigation>li {
  margin-right: 24px !important;
}

/* contactForm */

.contactForm .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: calc(2.25rem + 18px) !important;
  align-content: center;
}

.contactForm .select2-container--default .select2-selection--single {
  height: calc(2.25rem + 18px) !important;
}

.contactForm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
}

body .contactForm .select2-container {
  width: 100% !important;
}
/* Contact Form - END */