@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto+Slab:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


:root {
  --main-color: #002147;
  --secondary-color: #FFC107;
  --secondary-text: #282f34;
  --fonts-color: #787878;
  --blackfont-color: #282f34;
  --white-color: #ffffff;
  --black-color: #000000;
  --body-font-family: "Montserrat", serif;
  --head-font-family: "Roboto Slab", serif;
}

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-size: 16px;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
}


.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.container {
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
}

input[type='number']::-webkit-inner-spin-button {
  display: none;
}

.sticky-top {
  position: fixed !important;
  animation: fadeInDown 0.6s linear;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* ----------------------------------------------------------------------------------------------- */
.cursor-follower {
  width: 30px;
  height: 30px;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;

  z-index: 999;
}

/* ------------------------------------------------------------------------------------------------ */






a.btn-anime {
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 0;
  border-radius: 6px;
  overflow: hidden;
  padding: 8px 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  gap: 6px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  margin-right: 0;
  transition: all 0.4s;


}

a.btn-anime::before {
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #399953;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#00aa9e, #00aa9e), linear-gradient(#fe543d, #fe543d), linear-gradient(#f7ab14, #f7ab14), linear-gradient(#a62f6d, #a62f6d);
  animation: rotate 2s linear infinite;
  content: "";
  position: absolute;
  transition: all 0.4s;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

a.btn-anime::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #004096;
  border-color: none;
  border-radius: 6px;
  transition: all 0.4s;
}

a.btn-anime:hover {
  color: #002147;
  transform: translateY(-5px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

a.btn-anime:hover::after {
  background-color: #FFC007;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.main-hero-slider {
  position: relative;
  overflow: hidden;

}

.main-hero-slider .video-box {
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-hero-slider .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}


.main-hero-slider .main-content-wrapper {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.main-hero-slider .main-content-wrapper .row {
  position: relative;
}


.main-hero-slider .main-content-wrapper .row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -70px;
  width: 360px;
  height: 100%;
  background: url(../img/hero-slider-men.gif) no-repeat bottom;
  background-size: contain;
}

.main-hero-slider .main-content-wrapper .row::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 320px;
  height: 100%;
  background: url(../img/slider-img-women.png) no-repeat bottom;
  background-size: contain;
}

.main-hero-slider .main-content-wrapper .inner-content {
  text-align: center;
  position: relative;
  padding: 240px 0 80px;
}

.main-hero-slider .main-content-wrapper .inner-content h2 {
  color: #fff;
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 35px;
}

.main-hero-slider .main-content-wrapper .inner-content h2 span {
  color: #FFC007;
  font-weight: 600;
}

.main-hero-slider .main-content-wrapper .inner-content p.tagline {
  color: #fff;
}

.main-hero-slider .main-content-wrapper .inner-content p.typed-text {
  color: #fff;
  font-size: 17px;

}

.main-hero-slider .main-content-wrapper .inner-content p.typed-text span {
  color: #FFC007;
  text-transform: uppercase;
  font-weight: 700;
}

.typed-cursor {
  display: none;
}



.main-hero-slider .slider-btn {
  margin-top: 80px;
  margin-bottom: 50px;
}

.main-hero-slider .slider-btn a {
  background-color: #fff;
  padding: 7px 20px;
  border-radius: 4px;
  font-weight: 700;
  color: #002147;
  transition: all 0.4s;
  display: inline-block;
}

.main-hero-slider .slider-btn a:nth-child(2n) {
  background-color: #FFC007;
}
.main-hero-slider .slider-btn a:nth-child(2n):hover {
    background-color: #fff;
  color: #002147;
}
.main-hero-slider .slider-btn a:hover{
  background-color: #FFC007;
  color: #002147;
  transform: translateY(-5px);
}

.main-hero-slider p.text {
  color: #fff;
}




@media (min-width:992px) and (max-width:1200px) {
  .main-hero-slider .main-content-wrapper .inner-content h2 {
    font-size: 42px;
    margin-bottom: 28px;
  }

  .main-hero-slider .main-content-wrapper .row::before {
    left: -40px;
    width: 320px;
  }

  .main-hero-slider .main-content-wrapper .row::after {
    right: -40px;
    width: 280px;
  }

  .main-hero-slider .slider-btn {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .main-hero-slider .main-content-wrapper .inner-content {
    padding: 200px 0 50px;
  }

}

@media (max-width:992px) {
  .main-hero-slider .main-content-wrapper .inner-content h2 {
    font-size: 42px;
    margin-bottom: 28px;
  }

  .main-hero-slider .main-content-wrapper .row::before {
    display: none;
  }

  .main-hero-slider .main-content-wrapper .row::after {
    display: none;
  }

  .main-hero-slider .slider-btn {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .main-hero-slider .main-content-wrapper .inner-content {
    padding: 200px 0 50px;
  }
}

@media (max-width:568px) {
  .main-hero-slider .main-content-wrapper .inner-content h2 {
    font-size: 36px;
    margin-bottom: 28px;
  }

  .main-hero-slider .main-content-wrapper .row::before {
    display: none;
  }

  .main-hero-slider .main-content-wrapper .row::after {
    display: none;
  }

  .main-hero-slider .slider-btn {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .main-hero-slider .main-content-wrapper .inner-content {
    padding: 200px 0 50px;
  }

  .main-hero-slider .main-content-wrapper .inner-content p.typed-text {
    min-height: 55px;
  }
}


.section-title span.subtitle {
  color: #002147;
  text-transform: capitalize;
  font-weight: 500;
}

.section-title h2.title {
  color: #002147;
  font-weight: 400;
  position: relative;
  font-size: 44px;
  text-transform: capitalize;
}

.section-title h2.title span {
  color: #004096;
  font-weight: 700;
}

.section-title.text-center .border-btm {
  margin: 0 auto;
}

.section-title .border-btm {
  width: 120px;
  position: relative;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}

.section-title .border-btm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #FFC107;
  animation: borderSlide 4s infinite linear;
}

@keyframes borderSlide {
  0% {
    left: -40px;
  }

  100% {
    left: 100%
  }
}


@media (max-width:768px) {
  .section-title h2.title {
    font-size: 36px;
  }

}


.category-section {
  padding: 80px 0 240px;
  position: relative;
  background-color: #030C31;
}

.category-section .category-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.category-section .category-box:hover {
  box-shadow: 4px 4px 1px 0 #FFC007;
}

.category-section .category-box .img-box {
  width: 100%;
  height: 340px;
}

.category-section .category-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
  transition: all 0.4s;
}

.category-section .category-box:hover .img-box img {
  filter: brightness(100%);
  transform: scale(1.2);
}

.category-section .category-box p {
  position: absolute;
  bottom: 2px;
  right: 2px;
  padding: 10px 30px;
  background-color: #002147;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  border-radius: 6px;
  transition: all 0.4s;
  overflow: hidden;
}

.category-section .category-box:hover p {
  bottom: 20px;
  right: 20px;
}



/* Top border */
.blog-button span:nth-child(1) {
  position: absolute;
  height: 0.1rem;
  width: 100%;
  background-image: linear-gradient(to right, #FFC007 30%, #fff 40%, #002147);
  top: 0;
  left: 0;
  animation: line1 2s linear infinite;

}

/* Right border */
.blog-button span:nth-child(2) {
  position: absolute;
  height: 100%;
  width: 0.1rem;
  background-image: linear-gradient(to right, #FFC007 30%, #fff 40%, #002147);
  top: 0;
  right: 0;
  animation: line2 2s linear infinite;
  animation-delay: -1s;
}

/* Bottom border */
.blog-button span:nth-child(3) {
  position: absolute;
  height: 0.1rem;
  width: 100%;
  background-image: linear-gradient(to right, #FFC007 30%, #fff 40%, #002147);
  bottom: 0;
  left: 0;
  animation: line3 2s linear infinite;
  animation-delay: -.1s;
}

/* Left border */
.blog-button span:nth-child(4) {
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background-image: linear-gradient(to right, #FFC007 30%, #fff 40%, #002147);
  top: 0;
  left: 0;
  animation: line4 2.1s linear infinite;
  animation-delay: -1.1s;
}


@keyframes line1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes line2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes line3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes line4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}



/* ---------------------------------------------------------------------------------- */



.main-service-section {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}

.main-service-section .nav-link {
  background-color: #002147;
  color: #fff;
  font-weight: 600;
  margin: 0 6px;
  transition: all 0.4s;

}

.main-service-section .nav-link:hover {
  background-color: #FBBC05;
  color: #002147;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.main-service-section .nav-link.active {
  background-color: #FBBC05;
  color: #002147;
  transform: translateY(-6px);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.main-service-section .service-box-wrapper {
  margin-top: 40px;
}

.main-service-section .service-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.main-service-section .service-box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: translateY(-6px);
}

.main-service-section .service-box .img-box {
  width: 100%;
  height: 240px;
  padding: 6px;
  overflow: hidden;
}

.main-service-section .service-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.4s;
}



.main-service-section .service-box .content {
  padding: 10px;
}

.main-service-section .service-box .content h4 a {
  text-transform: capitalize;
  font-size: 20px;
  color: #002147;
  display: block;
  margin-bottom: 18px;
}

.main-service-section .service-box .content ul li {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 6px;
  font-size: 15px;
}

.main-service-section .service-box .content ul li svg {
  color: #002147;
}

.main-service-section .service-box .content ul li span {
  color: #002147;
  font-weight: 600;
}

.main-service-section .service-box .view-btn a {
  padding: 8px 10px;
  border: none;
  background: linear-gradient(to right, #002147, #1e3c72);
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.main-service-section .service-box .view-btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150%;
  width: 0%;
  height: 300%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.8);
  transform: translateY(-50%) rotate(-18deg);
  animation: white-shadow 2s infinite ease-in-out;
  animation-delay: 1s;
}

@keyframes white-shadow {
  0% {
    left: -150%;
  }

  50% {
    left: 50%;
  }

  100% {
    left: 150%;
  }
}

.main-service-section .service-box .view-btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid white;
  transform: rotate(-90deg);
}


/* -------------------------------------------------------------------------------------------------------------- */

.ticker-slider-section {
  margin-top: -40px;
  position: relative;
}

.ticker-slider-section .ticker-slider {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


/* CSS (ticker.css) */
.ticker-slider {
  overflow: hidden;
  position: relative;
}

.ticker-slider .ticker-item-wrapper {
  animation: scrollAnimation 40s linear infinite;
  padding: 20px 30px;
  border-radius: 10px;
  margin: 0;
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
}

.ticker-slider .ticker-item-wrapper .list-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 30px;
}

.ticker-slider .ticker-item-wrapper .list-item img {
  width: 140px;
  object-fit: cover;
}


.ticker-slider[data-animated='true'] {
  overflow: hidden;
}

.ticker-slider.text-ticker-slider {
  background-color: #002147;
}

.ticker-slider.text-ticker-slider .ticker-item-wrapper {
  padding: 12px;
}

.ticker-slider.text-ticker-slider p {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes scrollAnimation {
  to {
    transform: translate(calc(-50%));
  }
}



.main-btn {
  padding: 6px 20px !important;
  display: inline-block;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  background-color: #004096;
  transition: all 0.4s;

}

.main-btn:hover {
  transform: translateY(-10px);
  background-color: #FFC007;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #002147;
}





.counter-box {
  padding: 60px 0;
  background-color: #002147;
  position: relative;
  background: url(../img/backgrounds/ai-learning-image.jpg) fixed no-repeat center;
  background-size: cover;
}
.counter-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.counter-box .item-box {
  text-align: center;
  color: #fff;
  position: relative;
}

.counter-box .item-box.active::before {
  display: none;
}

.counter-box .item-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: linear-gradient(180deg, #ffffff0d -.13%, #e0e0e00d 0, rgba(255, 255, 255, 0.7) 49.17%, #e0e0e00d);
}

.counter-box .item-box svg {
  width: 36px;
  height: 36px;
  padding: 16px;
  border-radius: 6px;
  background-color: #fff;
  color: #004096;
  margin-bottom: 4px;
  animation: pulse 1s infinite alternate;
}

.counter-box .item-box p.text {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.counter-box .item-box h4 {
  font-size: 38px;

}

@media (max-width:768px) {
  .counter-box .item-box {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }

  .counter-box .item-box.active::before {
    display: inline-block;
  }
}




/* --------------------------------------------------------------------------------------------------- */



.about-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 100px;
  width: 100px;
  height: 100px;
  background: url(../img/icons/about-shape-1-1.png) no-repeat;
  animation: float-bob 4s infinite linear;
}

.about-section::after {
  content: "";
  position: absolute;
  bottom: 140px;
  left: 100px;
  width: 100px;
  height: 100px;
  background: url(../img/icons/about-shape-1-2.png) no-repeat;
  animation: rotate 20s infinite linear;
}



@keyframes float-bob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

.about-section .text-content-wrapper {
  position: relative;
  padding-right: 0 !important;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.about-section .text-content-wrapper span.sub-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #002147;
  display: inline-block;
  font-size: 22px;

}

.about-section .text-content-wrapper h2.title {
  font-size: 78px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about-section .text-content-wrapper h2.title span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 10px;
}

.about-section .text-content-wrapper p.tagline {
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  color: #282f34;
}

.about-section .text-content-wrapper p.tagline svg {
  width: 26px;
  height: 26px;
  margin-right: 6px;
  color: #002147;
}

.about-section .text-content-wrapper p.text {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  letter-spacing: 1px;
}

.about-section .text-content-wrapper p.text strong {
  color: #002147;
}

.about-section .text-content-wrapper p.text span {
  font-style: italic;
  font-weight: 500;
  color: #002147;
}

.about-section .text-content-wrapper ul li {
  margin-bottom: 4px;
  color: #002147;
  font-weight: 600;
}

.about-section .text-content-wrapper ul li svg {
  margin-right: 6px;
  color: #002147;
}


.about-section .button-group {
  margin-top: 30px;
}

.about-section .button-group a {
  display: inline-block;
  padding: 10px 16px;
  background-color: #004096;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #004096;
  text-transform: capitalize;
  transition: all 0.4s;
}

.about-section .button-group a:nth-child(2n) {
  border: 2px solid #030C31;
  background-color: transparent;
  color: #002147;
}

.about-section .button-group a:hover {
  background-color: #FFC007;
  color: #002147;
  border-color: #FFC007;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(-6px);
}

.about-section .right-content {
  position: relative;
}

.about-section .about-orbit-container {
  width: 100%;
}

.about-section .about-orbit-container .center-logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about-section .about-orbit-container .center-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section .about-orbit-container .inner-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ringRotation 14s infinite linear;
  z-index: 30;
}

@keyframes ringRotation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);

  }
}

.about-section .about-orbit-container .inner-ring .circle-ring {
  width: 320px;
  height: 320px;
  border: 3px solid #002147;
  border-radius: 50%;
}

.about-section .about-orbit-container .inner-ring .item-box img {
  position: absolute;
  left: calc(50% + 80px);
  top: calc(50% + 80px);

  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #FFC007;
  padding: 12px;
  background-color: #fff;
  animation: boxRotation 14s infinite linear;
}

@keyframes boxRotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);

  }
}

.about-section .about-orbit-container .inner-ring .item-box:nth-child(3) img {
  left: calc(50% + -140px);
  top: calc(50% + -140px);
}

.about-section .about-orbit-container .inner-ring .item-box:nth-child(4) img {
  left: calc(50% + 80px);
  top: calc(50% + -140px);
}

.about-section .about-orbit-container .inner-ring .item-box:nth-child(5) img {
  left: calc(50% + -140px);
  top: calc(50% + 0);
}

.about-section .about-orbit-container .outer-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ringRotation 20s infinite linear reverse;
  z-index: 20;
}

@keyframes ringRotation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);

  }
}

.about-section .about-orbit-container .outer-ring .circle-ring {
  width: 460px;
  height: 460px;
  border: 3px solid #002147;
  border-radius: 50%;
}

.about-section .about-orbit-container .outer-ring .item-box img {
  position: absolute;
  left: calc(50% + 120px);
  top: calc(50% + 140px);

  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #FFC007;
  padding: 12px;
  background-color: #fff;
  animation: boxRotation 20s infinite linear reverse;
}

@keyframes boxRotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);

  }
}

.about-section .about-orbit-container .outer-ring .item-box:nth-child(3) img {
  left: calc(50% + -240px);
  top: calc(50% + -120px);
}

.about-section .about-orbit-container .outer-ring .item-box:nth-child(4) img {
  left: calc(50% + -25px);
  top: calc(50% + -260px);
}

.about-section .about-orbit-container .outer-ring .item-box:nth-child(5) img {
  left: calc(50% + -200px);
  top: calc(50% + 120px);
}

.about-section .about-orbit-container .outer-ring .item-box:nth-child(6) img {
  left: calc(50% + 170px);
  top: calc(50% + -140px);
}






/* 
.about-section .img-box {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;

}

.about-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.about-section .call-box {
  position: absolute;
  bottom: -50px;
  left: 50%;
  padding: 16px 14px;
  width: 60%;
  transform: translateX(-50%);
  background-color: #002147;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #fff;
  text-align: center;
  animation: dragBoxAnime 3s infinite alternate;
}

@keyframes dragBoxAnime {
  0% {
    transform: translateX(-50%) translateY(5px);
  }

  100% {
    transform: translateX(-50%) translateY(-15px);

  }
}

.about-section .call-box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.about-section .call-box a {
  font-size: 26px;
  font-weight: 700;
  color: #FFC007;
  display: inline-block;
}

.about-section .about-circle-anime-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-section .about-circle-anime-shape span {
  width: 15px;
  height: 15px;
  border: 2px solid #342d98;
  display: block;
  border-radius: 50%;
  margin: 0 0 45px;
  -webkit-animation: movebounce3 2s linear infinite;
  animation: movebounce3 2s linear infinite;
  margin: 0 0 45px;
}

@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}
 */


@media (min-width:992px) and (max-width:1200px) {
  .about-section .text-content-wrapper {
    position: relative;
    padding-right: 0;
  }

  .about-section .text-content-wrapper h2.title {
    font-size: 66px;
  }

  .about-section .text-content-wrapper h2.title span {
    font-size: 20px;
  }

  .about-section .text-content-wrapper p.tagline {
    font-style: italic;
    font-size: 18px;
  }

  .about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 80px;
  }

  .about-section::after {
    bottom: 60px;
    left: 80px;
  }

  .about-section .about-orbit-container .center-logo-box {
    width: 130px;
    height: 130px;
  }

  .about-section .about-orbit-container .inner-ring .circle-ring {
    width: 240px;
    height: 240px;
  }

  .about-section .about-orbit-container .inner-ring .item-box img {
    left: calc(50% + 50px);
    top: calc(50% + 50px);

  }

  .about-section .about-orbit-container .inner-ring .item-box:nth-child(3) img {
    left: calc(50% + -120px);
    top: calc(50% + -100px);
  }

  .about-section .about-orbit-container .inner-ring .item-box:nth-child(4) img {
    left: calc(50% + 60px);
    top: calc(50% + -100px);
  }

  .about-section .about-orbit-container .inner-ring .item-box:nth-child(5) img {
    left: calc(50% + -110px);
    top: calc(50% + 0);
  }

  .about-section .about-orbit-container .outer-ring .circle-ring {
    width: 360px;
    height: 360px;
  }

  .about-section .about-orbit-container .outer-ring .item-box img {
    left: calc(50% + 60px);
    top: calc(50% + 120px);
  }

  .about-section .about-orbit-container .outer-ring .item-box:nth-child(3) img {
    left: calc(50% + -185px);
    top: calc(50% + -120px);
  }

  .about-section .about-orbit-container .outer-ring .item-box:nth-child(4) img {
    left: calc(50% + -20px);
    top: calc(50% + -205px);
  }

  .about-section .about-orbit-container .outer-ring .item-box:nth-child(5) img {
    left: calc(50% + -175px);
    top: calc(50% + 80px);
  }

  .about-section .about-orbit-container .outer-ring .item-box:nth-child(6) img {
    left: calc(50% + 140px);
    top: calc(50% + -80px);
  }

}

@media (max-width:992px) {

  .about-section {
    padding: 100px 0 30px;
  }

  .about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 80px;
  }

  .about-section::after {
    bottom: 60px;
    left: 20px;
  }

  .about-section .text-content-wrapper {
    position: relative;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .about-section .text-content-wrapper p.tagline {
    font-size: 18px;
  }

  .about-section .text-content-wrapper ul li {
    color: #002147;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    width: fit-content;
    padding-right: 10px;
    transition: all 0.4s;
  }

  .about-section .right-content {
    position: relative;
    height: 560px;
  }
}

@media (max-width:568px) {
  .about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 60px;
    height: 60px;
    background-size: cover;
  }

  .about-section::after {
    bottom: 60px;
    left: 20px;
    width: 60px;
    height: 60px;
  }

  .about-section .text-content-wrapper h2.title {
    font-size: 52px;
  }

  .about-section .text-content-wrapper h2.title span {
    font-size: 17px;
    line-height: 20px;
  }

  .about-section .text-content-wrapper p.tagline {
    font-size: 16px;
    font-weight: 600;
  }

  .about-section .right-content {
    padding-right: 0;
    position: relative;
  }


  .about-section .img-box {
    height: 500px;
  }

  .about-section .call-box {
    width: 80%;
  }

  .about-section .right-content {
    height: 380px;
  }

  .about-section .about-orbit-container .center-logo-box {
    width: 120px;
    height: 120px;
  }

  .about-section .about-orbit-container .inner-ring .circle-ring {
    width: 200px;
    height: 200px;
  }

  .about-section .about-orbit-container .inner-ring .item-box img {
    left: calc(50% + 30px);
    top: calc(50% + 45px);
    width: 54px;
    height: 54px;

  }

  .about-section .about-orbit-container .inner-ring .item-box:nth-child(3) img {
    left: calc(50% + -95px);
    top: calc(50% + -90px);
  }

  .about-section .about-orbit-container .inner-ring .item-box:nth-child(4) img {
    left: calc(50% + 45px);
    top: calc(50% + -90px);
  }

  .about-section .about-orbit-container .inner-ring .item-box:nth-child(5) img {
    left: calc(50% + -100px);
    top: calc(50% + 35px);
  }

  .about-section .about-orbit-container .outer-ring .circle-ring {
    width: 300px;
    height: 300px;
  }

  .about-section .about-orbit-container .outer-ring .item-box img {
    left: calc(50% + 70px);
    top: calc(50% + 85px);
    width: 54px;
    height: 54px;
  }

  .about-section .about-orbit-container .outer-ring .item-box:nth-child(3) img {
    left: calc(50% + -160px);
    top: calc(50% + -90px);
  }

  .about-section .about-orbit-container .outer-ring .item-box:nth-child(4) img {
    left: calc(50% + -20px);
    top: calc(50% + -175px);
  }

  .about-section .about-orbit-container .outer-ring .item-box:nth-child(5) img {
    left: calc(50% + -135px);
    top: calc(50% + 80px);
  }

  .about-section .about-orbit-container .outer-ring .item-box:nth-child(6) img {
    left: calc(50% + 110px);
    top: calc(50% + -80px);
  }
}

/* ------------Admission Open Call To Action---------------------------------------------------------------------- */

.cta-text {
  padding: 80px 0;
  background: radial-gradient(circle at 10% 10%, rgba(0, 0, 0, 0.957) 1%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(108, 9, 19, 0.8) 1%, transparent 40%), rgb(16, 20, 50);
  position: relative;
}


.cta-text .innercontent {
  position: relative;
}

.cta-text .innercontent span.tag {
  color: #FFC007;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}

.cta-text .innercontent span.tag img {
  width: 50px;
  display: inline-block;
  animation: imgVibrate 0.6s infinite alternate;
  transform-origin: center;
}

@keyframes imgVibrate {

  0%,
  100% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }
}

.cta-text .innercontent h3 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  color: #fff;

}

.cta-text .innercontent h3 span {
  color: #FFC007;
}

.cta-text .innercontent p.text {
  margin-top: 35px;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-bottom: 6px;
  margin-bottom: 20px;

}

.cta-text .innercontent p.text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
}

.cta-text .innercontent ul {
  width: 100%;
}

.cta-text .innercontent ul li {
  display: inline-block;
  padding: 6px 14px;
  background-color: #004096;
  border-radius: 4px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  margin-right: 4px;
}

.cta-text .innercontent ul li svg {
  position: absolute;
  top: -6px;
  right: 10px;
  width: 14px;
  height: 14px;
  color: #ffa500;
  animation: spin 2s infinite alternate;
}

.cta-text .innercontent ul li:nth-child(2n) {
  background-color: #FFC007;
  color: #002147;
}

.cta-text .innercontent a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
  border-radius: 6px;
  transition: all 0.4s;
}

.cta-text .innercontent a:hover {
  background-color: #FFC007;
  color: #002147;
  border-color: #030C31;
  transform: translateY(-7px);
}

.cta-text .innercontent a:hover::after {
  background-color: #FFC007;
}

.cta-text .innercontent .brand {
  margin-top: 30px;
}

.cta-text .innercontent .brand img {
  display: inline-block;
  width: 140px;
}

.cta-text .right-content .form-content-wrapper {
  position: relative;

  width: 80%;
  padding-left: 100px;
  overflow: hidden;
}

.cta-text .right-content .img-box {
  position: absolute;
  top: 0;
  left: -76px;
  width: 260px;
}

.cta-text .right-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-text .right-content .form-content {
  width: 100%;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}

.cta-text .right-content .form-content h4 {
  font-size: 28px;
  margin-bottom: 0;
}

.cta-text .right-content .form-content p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
}

.cta-text .right-content .form-content .form-group {
  margin-bottom: 10px;
}

.cta-text .right-content .form-content label {
  font-size: 14px;
  font-weight: 600;
  color: #002147;
  margin-bottom: 0;
}

.cta-text .right-content .form-content .form-control,
.cta-text .right-content .form-content .form-select {
  position: relative;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #002147;
  border-color: #002147;
  box-shadow: none;
  transition: all 0.3s;

}

.cta-text .right-content .form-content .form-control:focus,
.cta-text .right-content .form-content .form-select:focus {
  border-color: #FFC007;
  box-shadow: rgba(255, 192, 7, 0.2) 0px 0px 15px;
}

.cta-text .right-content .form-content button {
  padding: 4px 10px;
  border-radius: 4px;
  border: none;
  background-color: #002147;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  transition: all 0.4s;
}

.cta-text .right-content .form-content button:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #FFC007;
  color: #002147;
}

@media (min-width:992px) and (max-width:1200px) {

  .cta-text .innercontent h3 {
    text-transform: uppercase;
    font-size: 50px;
  }

  .cta-text .innercontent ul li {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .cta-text .innercontent a {
    margin-top: 4px;
  }

  .cta-text .right-content .form-content-wrapper {
    position: relative;

    width: 100%;
    padding-left: 100px;
    overflow: hidden;
  }

}

@media (max-width:992px) {
  .cta-text .innercontent h3 {
    text-transform: uppercase;
    font-size: 56px;

  }

  .cta-text .innercontent span.tag {
    font-size: 20px;
  }

  .cta-text .innercontent span.tag img {
    width: 50px;
  }

  .cta-text .right-content .form-content-wrapper {
    margin-top: 50px;
    padding: 0;
    width: 100%;
  }

  .cta-text .right-content .img-box {
    display: none;
  }
}

@media (max-width:568px) {
  .cta-text .innercontent h3 {
    text-transform: uppercase;
    font-size: 46px;

  }

  .cta-text .innercontent span.tag {
    font-size: 18px;
  }

  .cta-text .innercontent span.tag img {
    width: 50px;
  }

  .cta-text .innercontent ul li {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin-right: 1px;
  }

}




.whyus-section {
  padding: 60px 0;
  position: relative;
}

.whyus-section .feature-box-wrapper {
  margin-top: 30px;
}

.whyus-section .feature-box {
  text-align: center;
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 0.4s;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.whyus-section .feature-box:hover {
  background-color: #004aad !important;
}

.whyus-section .feature-box.active {
  background-color: #004096;
  transform: translateY(-25px);
}

.whyus-section .feature-box svg {
  width: 40px;
  height: 40px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px;
  background-color: #004096;
  transition: all 0.4s;
}

.whyus-section .feature-box.active svg {
  background-color: #fff;
  color: #004aad;
}
.whyus-section .feature-box:hover svg {
  transform: scale(1.15);
}

.whyus-section .feature-box h5 {
  color: #004096;
  text-transform: capitalize;
  transition: all 0.4s;
}
.whyus-section .feature-box.active h5 {
  color: #fff;
}

.whyus-section .feature-box:hover h5 {
  color: #fff;
}

.whyus-section .feature-box p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  transition: all 0.4s;
}
.whyus-section .feature-box.active p {
   color: rgba(255, 255, 255, 0.7);
}

.whyus-section .feature-box:hover p {
  color: #fff;
}

@media (max-width:992px) {
  .whyus-section .feature-box {
    margin-bottom: 30px;
  }
}


.main-feature-section {
  padding: 60px 0;
  position: relative;
  background: radial-gradient(circle at 10% 10%, rgba(0, 0, 0, 0.957) 1%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(108, 9, 19, 0.8) 1%, transparent 40%), rgb(16, 20, 50);
}
.main-feature-section .video-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-feature-section .video-box video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-feature-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.main-feature-section .img-box {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-feature-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.main-feature-section .feature-list li {
  padding: 8px 12px;
  background-color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #002147;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}

.main-feature-section .feature-list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150%;
  width: 0%;
  height: 300%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(184, 184, 184, 0.8);
  transform: translateY(-50%) rotate(-45deg);
  animation: white-shadow 3s infinite ease-in-out;
}

.main-feature-section .feature-list li:hover {
  transform: translateY(-2px) !important;
}

.main-feature-section .feature-list li:nth-child(2n) {
  background-color: #FFC007;
}

.main-feature-section .feature-list.box1 li:nth-child(1) {
  transform: translateX(80px);
}

.main-feature-section .feature-list.box1 li:nth-child(2) {
  transform: translateX(60px);
}

.main-feature-section .feature-list.box1 li:nth-child(3) {
  transform: translateX(40px);
}

.main-feature-section .feature-list.box1 li:nth-child(4) {
  transform: translateX(20px);
}

.main-feature-section .feature-list.box1 li:nth-child(5) {
  transform: translateX(40px);
}

.main-feature-section .feature-list.box1 li:nth-child(6) {
  transform: translateX(60px);
}

.main-feature-section .feature-list.box1 li:nth-child(7) {
  transform: translateX(80px);
}

.main-feature-section .feature-list.box2 li:nth-child(1) {
  transform: translateX(-80px);
}

.main-feature-section .feature-list.box2 li:nth-child(2) {
  transform: translateX(-60px);
}

.main-feature-section .feature-list.box2 li:nth-child(3) {
  transform: translateX(-40px);
}

.main-feature-section .feature-list.box2 li:nth-child(4) {
  transform: translateX(-20px);
}

.main-feature-section .feature-list.box2 li:nth-child(5) {
  transform: translateX(-40px);
}

.main-feature-section .feature-list.box2 li:nth-child(6) {
  transform: translateX(-60px);
}

.main-feature-section .feature-list.box2 li:nth-child(7) {
  transform: translateX(-80px);
}

.main-feature-section .feature-list li svg {
  color: #002147;
  margin-right: 8px;
}








@media(min-width:992px) and (max-width:1200px) {
  .main-feature-section .img-box {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
  }

  .main-feature-section .feature-list li {
    padding: 8px 0 8px 12px;
  }

  .main-feature-section .feature-list.box1 li:nth-child(1) {
    transform: translateX(60px);
  }

  .main-feature-section .feature-list.box1 li:nth-child(2) {
    transform: translateX(40px);
  }

  .main-feature-section .feature-list.box1 li:nth-child(3) {
    transform: translateX(20px);
  }

  .main-feature-section .feature-list.box1 li:nth-child(4) {
    transform: translateX(0);
  }

  .main-feature-section .feature-list.box1 li:nth-child(5) {
    transform: translateX(14px);
  }

  .main-feature-section .feature-list.box1 li:nth-child(6) {
    transform: translateX(40px);
  }

  .main-feature-section .feature-list.box1 li:nth-child(7) {
    transform: translateX(60px);
  }

  .main-feature-section .feature-list.box2 li:nth-child(1) {
    transform: translateX(-60px);
  }

  .main-feature-section .feature-list.box2 li:nth-child(2) {
    transform: translateX(-40px);
  }

  .main-feature-section .feature-list.box2 li:nth-child(3) {
    transform: translateX(-20px);
  }

  .main-feature-section .feature-list.box2 li:nth-child(4) {
    transform: translateX(-0);
  }

  .main-feature-section .feature-list.box2 li:nth-child(5) {
    transform: translateX(-14px);
  }

  .main-feature-section .feature-list.box2 li:nth-child(6) {
    transform: translateX(-40px);
  }

  .main-feature-section .feature-list.box2 li:nth-child(7) {
    transform: translateX(-60px);
  }


}

@media(max-width:992px) {
  .main-feature-section .order {
    order: -1;
    margin-bottom: 20px;
  }

  .main-feature-section .img-box {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .main-feature-section .feature-list li {
    font-weight: 500;
    transform: none !important;
  }

}

@media (max-width:768px) {
  .main-feature-section .img-box {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .main-feature-section .feature-list {
    margin: 0;

  }
}




.gallery-video-section {
  padding: 80px 0;
  position: relative;
}

.gallery-video-section .section-title {
  margin-bottom: 30px;
}

.gallery-video-section .img-box {
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  
}

.gallery-video-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.gallery-video-section .img-box:hover img {
  transform: scale(1.1);
}

.gallery-video-section .video-box {
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.gallery-video-section .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mid-ad-box {
  padding: 20px 0;
  position: relative;
  background: url(../img/backgrounds/ai-learning-image.jpg) no-repeat fixed center;
  background-size: cover;
  text-align: center;
}

.mid-ad-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.mid-ad-box h3 {
  color: #fff;
  font-size: 52px;
}

.mid-ad-box h6 {
  text-align: end;
  padding-right: 90px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  color: #FFC007;
}

.mid-ad-box p {
  color: #fff;
}

@media (max-width:1400px) {
  .mid-ad-box h6 {
    padding-right: 40px;
  }
}

@media (max-width:1200px) {
  .mid-ad-box h3 {
    color: #fff;
    font-size: 46px;
  }

  .mid-ad-box h6 {
    padding-right: 20px;
  }
}

@media (max-width:992px) {
  .mid-ad-box h6 {
    padding-right: 60px;
  }
}

@media (max-width:768px) {
  .mid-ad-box h3 {
    color: #fff;
    font-size: 38px;
  }

  .mid-ad-box h6 {
    padding-right: 0;
    text-align: center;
  }
}


.testimonial-section {
  padding: 80px 0;
  position: relative;
}

.testimonial-section .owl-stage {
  padding: 40px 0;
}

.testimonial-section .review-box {
  padding: 10px 20px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.testimonial-section .review-box .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.testimonial-section .review-box .head .icon {
  width: 54px;
  height: 54px;
  background-color: #006400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-weight: 500;

}

.testimonial-section .review-box .head .icon.blue {
  background-color: #0000ff;
}

.testimonial-section .review-box .head .icon.purple {
  background-color: #800080;
}

.testimonial-section .review-box .head .icon.red {
  background-color: #940007;
}

.testimonial-section .review-box .head .icon.brown {
  background-color: rgb(99, 26, 26);
}

.testimonial-section .review-box .head .author p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
}

.testimonial-section .review-box .head .author span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}

.testimonial-section .review-box .rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;

}

.testimonial-section .review-box .rating svg {
  color: #ffa500;
  width: 14px;
  height: 14px;

}

.testimonial-section .review-box .rating span {
  font-size: 14px;
  margin-left: 6px;
  font-weight: 500;
  color: #002147;
  line-height: 0;
  display: inline-block;
}

.testimonial-section .review-box .message p {
  font-size: 14px;
  height: 180px;
  overflow: auto;
}

.testimonial-section .verify p {
  color: #002147;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
}

.testimonial-section .verify .google-logo {
  display: inline-flex;
  font-size: 18px;
  gap: 2px;
  align-items: center;
  font-weight: 600;
}

.testimonial-section .google-logo .g {
  color: #4285F4;
}

/* Blue */
.testimonial-section .google-logo .o1 {
  color: #EA4335;
}

/* Red */
.testimonial-section .google-logo .o2 {
  color: #FBBC05;
}

/* Yellow */
.testimonial-section .google-logo .g2 {
  color: #34A853;
}

/* Green */
.testimonial-section .google-logo .l {
  color: #4285F4;
}

/* Blue */
.testimonial-section .google-logo .e {
  color: #EA4335;
}

/* Red */


@media (max-width:568px) {
  .testimonial-section .review-box .message p {
    font-size: 14px;
    height: 220px;
    overflow: auto;
  }
}





/* ------------------------------------------------------------------------------------------------------------------------ */

.custom-shape-divider-bottom-1753159875 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1753159875 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 64px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1753159875 .shape-fill {
  fill: #FFFFFF;
}

/* ----------------------------------------------------------------------------------------------------------------------- */


.innerpage-title {
  padding: 240px 0 140px;
  background: url('../img/innerpage-title.png') no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.innerpage-title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 0, 51, 0.85);
}

.innerpage-title h2 {
  font-size: 56px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width:568px) {

  .innerpage-title h2 {
    font-size: 38px;
  }

}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.innerabout-content {
  padding: 80px 0;
  position: relative;
}

.innerabout-content .heading {
  position: relative;
  margin-bottom: 40px;

}

.innerabout-content .heading span {
  text-transform: uppercase;
  font-weight: 500;
  color: #002147;
}

.innerabout-content .heading h3 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  color: #002147;
}

.about-content-wrapper {
  padding-right: 40px;
}

.about-content-wrapper p.text {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  letter-spacing: 1px;

}

.about-content-wrapper p.text span {
  color: #a16900;
  font-style: italic;
  font-weight: 500;
}

.about-content-wrapper p.text strong {
  color: #002147;
}

.about-content-wrapper ul li {
  padding: 10px 20px;
  display: block;
  background-color: #002147;
  border-radius: 6px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}

.about-content-wrapper ul li:hover {
  background-color: #FFC007;
  color: #002147;
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about-content-wrapper ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150%;
  width: 0%;
  height: 300%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.8);
  transform: translateY(-50%) rotate(-45deg);
  animation: white-shadow 3s infinite ease-in-out forwards;
  animation-play-state: paused;
}

.about-content-wrapper ul li svg {
  color: #FFC007;
  margin-right: 6px;
  transition: all 0.4s;
}

.about-content-wrapper ul li:hover svg {
  color: #002147;
  transform: scale(1.2);
}

.about-content-wrapper ul li:nth-child(1)::before {
  animation-delay: 0.5s;
  animation-play-state: running;
}

.about-content-wrapper ul li:nth-child(2)::before {
  animation-delay: 1.5s;
  animation-play-state: running;
}

.about-content-wrapper ul li:nth-child(3)::before {
  animation-delay: 2.5s;
  animation-play-state: running;
}

.about-content-wrapper ul li:nth-child(4)::before {
  animation-delay: 3.5s;
  animation-play-state: running;
}

.about-content-wrapper ul li:nth-child(5)::before {
  animation-delay: 4.5s;
  animation-play-state: running;
}

.about-content-wrapper ul li:nth-child(6)::before {
  animation-delay: 5.5s;
  animation-play-state: running;
}

.about-content-wrapper ul li:nth-child(7)::before {
  animation-delay: 6.5s;
  animation-play-state: running;
}




.about-section .about-circle-anime-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-section .about-circle-anime-shape span {
  width: 15px;
  height: 15px;
  border: 2px solid #342d98;
  display: block;
  border-radius: 50%;
  margin: 0 0 45px;
  -webkit-animation: movebounce3 2s linear infinite;
  animation: movebounce3 2s linear infinite;
  margin: 0 0 45px;
}

@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}




.innerabout-content .right-content {
  padding-right: 30px;
  position: relative;
}

.innerabout-content .video-box {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 8px 8px 1px 0 #002147;
  border: 1px solid #002147;
}

.innerabout-content .video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innerabout-content .video-box .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;

}

.innerabout-content .video-box:hover .thumbnail img {
  filter: brightness(70%);
}

.innerabout-content .video-box .thumbnail img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;

}

.innerabout-content .video-box .btn-control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.innerabout-content .video-box .btn-control svg {
  width: 36px;
  height: 36px;
  padding: 16px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.4s;
}

.innerabout-content .video-box:hover .btn-control svg {
  transform: scale(1.2);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}




.innerabout-content .about-circle-anime-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.innerabout-content .about-circle-anime-shape span {
  width: 15px;
  height: 15px;
  border: 2px solid #342d98;
  display: block;
  border-radius: 50%;
  margin: 0 0 35px;
  -webkit-animation: movebounce3 2s linear infinite;
  animation: movebounce3 2s linear infinite;
  margin: 0 0 45px;
}

.innerabout-content .about-circle-anime-shape span:last-child {
  margin-bottom: 20px;
}

@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width:992px) {
  .about-content-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width:768px) {
  .innerabout-content .video-box {
    position: relative;
    width: 100%;
    height: 460px;
  }
}

@media (max-width:568px) {
  .innerabout-content .video-box {
    position: relative;
    width: 100%;
    height: 380px;
  }

  .innerabout-content .right-content {
    padding-right: 0;
  }

  .innerabout-content .right-content .about-circle-anime-shape {
    display: none;
  }

}


/* ----------------------------------------------------------------------------------------------------------- */


.innercontact-page {
  padding: 80px 0;
  position: relative;
}

.innercontact-page .heading {
  margin-bottom: 40px;
  position: relative;
}

.innercontact-page .heading span {
  text-transform: uppercase;
  font-weight: 500;
  color: #002147;
}

.innercontact-page .heading h3 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  color: #002147;
}

.innercontact-page .contact-detail {
  padding: 20px 30px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.innercontact-page .contact-detail svg.icon {
  width: 20px;
  height: 20px;
  padding: 16px;
  border-radius: 50%;
  background: linear-gradient(45deg, #002147 40%, #ffa500);
  color: #fff;

}

.innercontact-page .contact-detail h5 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #002147;
}

.innercontact-page .contact-detail a {
  color: #002147;
  font-size: 15px;
  font-weight: 500;
  opacity: .8;
  display: block;
  transition: all 0.4s;
}

.innercontact-page .contact-detail a.call {
  font-size: 18px;
}

.innercontact-page .contact-detail a:hover {
  color: #925f00;
}

.innercontact-page .contact-detail .social {
  margin-top: 10px;
}

.innercontact-page .contact-detail .social a {
  display: inline-block;

}

.innercontact-page .contact-detail .social a svg {
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}

.innercontact-page .contact-detail .social a svg:hover {
  transform: scale(1.2);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: #002147;
  color: #fff;
}

.innercontact-page .left-content {
  width: 100%;
  height: 100%;
  padding-right: 40px;
}

.innercontact-page iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 30px;
}

.innercontact-page .form-content {
  padding: 30px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #002147;
  position: relative;
  border-radius: 10px;
}

.innercontact-page .form-content h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
}

.innercontact-page .form-content p {
  color: #FFC007;
  font-weight: 500;
}

.innercontact-page .form-content .form-group {
  margin-bottom: 8px;
}

.innercontact-page .form-content label {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.innercontact-page .form-content .form-control,
.innercontact-page .form-content .form-select {
  padding: 6px 20px;
  font-weight: 500;
  color: #002147;
  font-size: 15px;
  box-shadow: none;
  border: none;

}

.innercontact-page .form-content button {
  padding: 5px 12px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  margin-top: 20px;
  transition: all 0.4s;
  background-color: #FFC007;
  font-weight: 600;
  color: #002147;
  text-transform: capitalize;
}


@media (max-width:992px) {
  .innercontact-page .left-content {
    padding-right: 0;
  }

  .innercontact-page iframe {
    height: 340px;
    margin-bottom: 25px;
  }

  .innercontact-page .contact-detail {
    padding: 20px 14px;
  }
}

@media (max-width:568px) {
  .innercontact-page .left-content {
    padding-right: 0;
  }

  .innercontact-page iframe {
    height: 340px;
    margin-bottom: 25px;
  }

  .innercontact-page .contact-detail {
    padding: 20px 4px;
    overflow: hidden;
  }
}



.innercourse-content {
  padding: 80px 0;
  position: relative;
}

.innercourse-content .course-details-wrapper {
  padding-right: 40px;
}

.innercourse-content h3.heading {
  font-size: 36px;
  color: #002147;
  margin-bottom: 20px;
}

.innercourse-content p.text {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  font-weight: 500;
}

.innercourse-content p.text span {
  font-style: italic;
  color: #9c6600;
  font-weight: 500;
}

.innercourse-content .main-img-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-bottom: 40px;
}

.innercourse-content .main-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.innercourse-content .course-details .nav-link {
  background-color: #002147;
  margin-right: 6px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;

}

.innercourse-content .course-details .nav-link.active {
  transform: translateY(-6px);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #FFC007;
  color: #002147;
}

.innercourse-content .course-details h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.innercourse-content .sidebar-wrapper {
  padding-left: 20px;
  position: sticky;
  top: 100px;
}

.innercourse-content .course-price-box {
  padding: 30px 20px;
  background: radial-gradient(circle at 10% 10%, rgba(0, 0, 0, 0.957) 1%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(108, 9, 19, 0.8) 1%, transparent 40%), rgb(16, 20, 50);
  border-radius: 10px;
  margin-top: 30px;
}

.innercourse-content .course-price-box h4 {
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}

.innercourse-content .course-price-box h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #FFC007;
  border-radius: 5px;
}

.innercourse-content .course-price-box p.price {
  font-size: 28px;
  color: #fff;
  font-weight: 700;

}

.innercourse-content .course-price-box p.price span {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: inline-block;
  padding: 0 4px;
}

.innercourse-content .course-price-box p.price span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFC007;
  border-radius: 5px;
}

.innercourse-content .course-price-box p.duration {
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}

.innercourse-content .course-price-box p.note {
  font-size: 14px;
  margin-top: 20px;
  text-align: start;
  color: #fff;
}



.innercourse-content .ad-slider-box{
  margin-top: 20px;
}
.innercourse-content .ad-slider-box .img-box{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.innercourse-content .ad-slider-box .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width:992px) and (max-width:1200px) {
  .innercourse-content .course-details-wrapper {
    padding-right: 0;
  }

  .innercourse-content .sidebar-wrapper {
    padding-left: 0;
    height: 100%;
  }

  .innercourse-content .main-img-box {
    width: 100%;
    height: 300px;
  }
}

@media (max-width:992px) {
  .innercourse-content .course-details-wrapper {
    padding-right: 0;
  }

  .innercourse-content .sidebar-wrapper {
    padding-left: 0;
    height: 100%;
  }

  .innercourse-content .main-img-box {
    width: 100%;
    height: 300px;
  }
}

@media (max-width:768px) {

  .innercourse-content .main-img-box {
    width: 100%;
    height: 240px;
  }
}