@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, img {
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none !important;
}

:root {
  --marquee-width: 100%;
  --marquee-height: 120px;
  --marquee-elements-displayed: 6;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

p {
  line-height: 24px;
  font-size: 16px;
}

/* styling scroll bar*/
::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}

::-webkit-scrollbar-thumb {
  background: #a1a1a1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #CCC;
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.p-100 {
  padding: 100px 0px;
}

header {
  width: 100%;
  position: absolute;
  z-index: 999;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .col-lg-12 {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}
header .nav li a {
  padding: 0px 15px;
  color: #FFF;
}
header .nav li a:hover {
  color: #F7B519;
}
header .nav li a.active {
  color: #F7B519;
}
header .call-sec {
  display: flex;
  align-items: center;
}
header .call-sec .icon {
  width: 53px;
  height: 53px;
  background-color: #F7B519;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
header .call-sec .content {
  padding-left: 12px;
}
header .call-sec .content span {
  display: block;
  color: #FFF;
  margin-bottom: 5px;
}
header .call-sec .content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
header .call-sec:hover .icon {
  transform: rotate(18deg);
}
header .call-sec:hover .icon img {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
header .mb-nav {
  width: 50px;
  height: 50px;
  border: 1px solid #F7B519;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .mb-nav .menuBtn {
  height: 30px;
  width: 22px;
  position: absolute;
  right: 6px;
  top: 10px;
  z-index: 101;
}
header .mb-nav .menuBtn span {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
header .mb-nav .menuBtn span::before, header .mb-nav .menuBtn span::after {
  content: "";
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
header .mb-nav .menuBtn span::after {
  top: -7px;
}
header .mb-nav .menuBtn span::before {
  bottom: -7px;
}
header .mb-nav .menuBtn.act span {
  height: 0;
}
header .mb-nav .menuBtn.act span::before, header .mb-nav .menuBtn.act span::after {
  background-color: #212241;
  top: 1px;
}
header .mb-nav .menuBtn.act span::before {
  transform: rotate(-45deg);
}
header .mb-nav .menuBtn.act span::after {
  transform: rotate(45deg);
}
header .mainMenu {
  background-color: rgba(255, 255, 255, 0.747);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header .mainMenu .mb-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
header .mainMenu ul {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
header .mainMenu.act {
  opacity: 1;
  transform: scale(1);
}
header .mainMenu.act ul li {
  opacity: 1;
  transform: translateX(0);
}
header .mainMenu.act ul li a {
  color: #212241;
  font-size: 20px;
  padding: 5px 0px;
  text-transform: uppercase;
  display: inline-block;
}
header .mainMenu .mb-call {
  width: 100%;
  display: flex;
  justify-content: center;
}
header .mainMenu .call-sec {
  display: flex;
  background: #212241;
  padding: 10px 50px 10px 10px;
  border-radius: 90px;
}

.owl-nav, .owl-dots {
  display: none;
}

.banner-area {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.banner-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-area .video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: linear-gradient(to bottom, rgb(33, 34, 65) 0%, rgba(33, 34, 65, 0.3) 100%);
}
.banner-area .banner_title {
  position: absolute;
  width: 100%;
  top: 42%;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  margin-top: -86px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.banner-area .banner_title h3 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.banner-area .banner_title h3 img {
  margin-right: 10px;
}
.banner-area .banner_title p {
  text-align: center;
}
.banner-area .banner_title .btn-sec {
  padding: 12px 22px;
  border: 1px solid #F7B519;
  border-radius: 50px;
  display: inline-block;
  margin-top: 10px;
  color: #212241;
  font-weight: 600;
  background-color: #F7B519;
  position: relative;
  overflow: hidden;
}
.banner-area .banner_title .btn-sec::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.banner-area .banner_title .btn-sec:hover {
  scale: 1.1;
}
.banner-area .banner_title .btn-sec:hover::before {
  animation: shine 0.75s;
}
.banner-area .banner_title h4 {
  font-size: 50px;
  text-align: center;
}
.banner-area .banner_title h4 span {
  font-weight: 700;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.banner-area .process-sec {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
.banner-area .process-sec .box {
  min-width: 245px;
  padding: 17px;
  background-color: #F7B519;
  display: flex;
  align-items: center;
  -webkit-mask-image: url(../images/shape-img1.svg);
          mask-image: url(../images/shape-img1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 0 -7px;
}
.banner-area .process-sec .box.bg1 {
  background-color: #FFFF8B;
}
.banner-area .process-sec .box.bg2 {
  background-color: #FBE842;
}
.banner-area .process-sec .box.bg3 {
  background-color: #F7B519;
  -webkit-mask-image: url(../images/shape-img2.svg);
          mask-image: url(../images/shape-img2.svg);
}
.banner-area .process-sec .box .number {
  width: 60px;
  height: 60px;
  background-color: #212241;
  border-radius: 50%;
  font-size: 28px;
  color: #FFF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
.banner-area .process-sec .box .txt {
  font-size: 23px;
  color: #212241;
  font-weight: 600;
  padding-left: 15px;
}
.banner-area .process-sec .box:hover .number {
  scale: 1.2;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.platform-sec {
  width: 100%;
  background: linear-gradient(to right, rgb(33, 34, 65) 0%, rgb(48, 50, 95) 100%);
}
.platform-sec .title-head {
  margin-bottom: 60px !important;
}
.platform-sec .title-head p {
  color: #FFF;
}
.platform-sec .title-head p span {
  font-weight: 600;
  color: #F7B519;
}
.platform-sec .box {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  transition: 0.7s ease-in-out;
}
.platform-sec .box .icon-sec {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -65px;
}
.platform-sec .box .icon-sec img {
  transition: 0.7s ease-in-out;
}
.platform-sec .box .content {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
}
.platform-sec .box .content h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.platform-sec .box .content p {
  margin: 0;
  text-align: center;
}
.platform-sec .box:hover {
  scale: 1.1;
}
.platform-sec .box:hover .icon-sec img {
  transform: rotateY(360deg);
}

.title-head {
  text-align: center;
}
.title-head h4 {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  color: #FFF;
}
.title-head h4 span {
  font-weight: 600;
}
.title-head p {
  font-size: 20px;
  color: #F7B519;
}

.school-curriculum {
  width: 100%;
  background-color: #212241;
  overflow: hidden;
  position: relative;
}
.school-curriculum::before {
  content: "";
  width: 97px;
  height: 68px;
  background-image: url(../images/dot-shape1.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 30px;
  animation: moveleft 2s linear infinite;
}
.school-curriculum::after {
  content: "";
  width: 97px;
  height: 68px;
  background-image: url(../images/dot-shape1.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  bottom: 30px;
}
.school-curriculum .curriculum-sec {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.school-curriculum .curriculum-sec .box {
  width: 327px;
  height: 289px;
  padding: 40px 47px;
  background-color: #30325F;
  -webkit-mask-image: url(../images/curriculum-shape.svg);
          mask-image: url(../images/curriculum-shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: 0.3s all ease-in-out;
}
.school-curriculum .curriculum-sec .box .icon-sec {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.school-curriculum .curriculum-sec .box .icon-sec span {
  width: 60px;
  height: 60px;
  background-color: #F7B519;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.school-curriculum .curriculum-sec .box h3 {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
}
.school-curriculum .curriculum-sec .box p {
  color: #FFF;
  text-align: center;
}
.school-curriculum .curriculum-sec .box.bg4 {
  background-color: #F7B519;
}
.school-curriculum .curriculum-sec .box.bg4 .icon-sec span {
  background-color: #212241;
}
.school-curriculum .curriculum-sec .box.bg4 h3 {
  color: #212241;
}
.school-curriculum .curriculum-sec .box.bg4 p {
  color: #212241;
  font-weight: 500;
}
.school-curriculum .curriculum-sec .box:hover {
  scale: 1.1;
}

.btn-sec2 {
  padding: 12px 22px;
  border: 1px solid #F7B519;
  color: #F7B519;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
}
.btn-sec2:hover {
  background-color: #F7B519;
  color: #212241;
}

.demo-sec {
  width: 100%;
  background: linear-gradient(to right, rgb(48, 50, 95) 0%, rgb(33, 34, 65) 100%);
}
.demo-sec .video-sec {
  width: 100%;
  position: relative;
  background: #373868;
  padding: 12px;
  border-radius: 10px;
}
.demo-sec .video-sec .popup-youtube {
  display: inline-block;
}
.demo-sec .video-sec .popup-youtube .video {
  width: 100%;
  border-radius: 10px;
}
.demo-sec .video-sec .popup-youtube .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  transition: 0.3s all ease-in-out;
}
.demo-sec .video-sec .popup-youtube:hover .play-icon {
  scale: 1.1;
}

.speaciality-sec {
  width: 100%;
}
.speaciality-sec .title-head h4 {
  text-align: left;
  color: #212241;
}
.speaciality-sec .title-head p {
  text-align: left;
  color: #212241;
}
.speaciality-sec .speciality-img {
  width: 100%;
  height: 100%;
}
.speaciality-sec .speciality-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.speaciality-sec .accordion-header button {
  font-size: 22px;
  font-weight: 700;
}
.speaciality-sec .accordion-item {
  border: none;
  border-bottom: 1px solid #F3F3F3;
  border-radius: 0px;
}
.speaciality-sec .accordion-button {
  padding-left: 0px;
  padding-right: 0px;
}
.speaciality-sec .accordion-button:focus {
  box-shadow: none !important;
}
.speaciality-sec .accordion-body {
  padding-left: 0px;
  padding-right: 0px;
}
.speaciality-sec .accordion-button:not(.collapsed) {
  background-color: #FFF;
  box-shadow: none;
}

.studio-lab {
  width: 100%;
  background-color: #212241;
  position: relative;
  overflow: hidden;
}
.studio-lab::before {
  content: "";
  width: 97px;
  height: 68px;
  background-image: url(../images/dot-shape1.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 30px;
  animation: moveleft 2s linear infinite;
}
.studio-lab::after {
  content: "";
  width: 97px;
  height: 68px;
  background-image: url(../images/dot-shape1.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  bottom: 30px;
}
.studio-lab .box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 15px;
  display: block;
}
.studio-lab .box .video-sec {
  width: 100%;
  height: 210px;
  position: relative;
  margin-bottom: 10px;
}
.studio-lab .box .video-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.studio-lab .box .video-sec .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  transition: 0.3s all ease-in-out;
}
.studio-lab .box .video-sec .play-icon img {
  width: 100%;
}
.studio-lab .box .content {
  padding: 10px 0px;
}
.studio-lab .box .content h5 {
  font-size: 20px;
  color: #212241;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.projects-panel {
  width: 100%;
  background: linear-gradient(to right, rgb(48, 50, 95) 0%, rgb(33, 34, 65) 100%);
}
.projects-panel .box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 15px;
  display: block;
}
.projects-panel .box .video-sec {
  width: 100%;
  height: 210px;
  position: relative;
  margin-bottom: 10px;
}
.projects-panel .box .video-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.projects-panel .box .video-sec .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  transition: 0.3s all ease-in-out;
}
.projects-panel .box .video-sec .play-icon img {
  width: 100%;
}
.projects-panel .box .content {
  padding: 10px 0px;
}
.projects-panel .box .content h5 {
  font-size: 20px;
  color: #212241;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.testimonials {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.testimonials .title-head p, .testimonials .title-head h4 {
  color: #212241;
}
.testimonials::before {
  content: "";
  width: 97px;
  height: 68px;
  background-image: url(../images/dot-shape1.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 30px;
  animation: moveleft 2s linear infinite;
}
.testimonials::after {
  content: "";
  width: 97px;
  height: 68px;
  background-image: url(../images/dot-shape1.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  bottom: 30px;
}
.testimonials .item {
  padding: 0px 10px;
}
.testimonials .box {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.testimonials .box .content {
  width: 100%;
  color: white;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.testimonials .box .content p {
  color: #FFF;
}
.testimonials .box .content .author h5 {
  font-size: 20px;
  margin: 0;
}
.testimonials .box .content .author p {
  margin: 0;
}
.testimonials .video-sec {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.testimonials .video-sec img {
  width: 100%;
  border-radius: 10px;
}
.testimonials .video-sec .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  transition: 0.3s all ease-in-out;
}
.testimonials .video-sec .play-icon img {
  width: 100%;
}

.package-sec {
  width: 100%;
  background-color: #F7B519;
}
.package-sec .title-head h4, .package-sec .title-head p {
  color: #212241;
}
.package-sec .box {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 40px;
  transition: 0.3s all ease-in-out;
}
.package-sec .box:hover {
  transform: scale(1.03);
}
.package-sec .box h5 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #212241;
  margin-bottom: 20px;
}
.package-sec .box h5 span {
  font-weight: 500;
}
.package-sec .box .includes {
  margin-bottom: 20px;
}
.package-sec .box .includes li {
  text-align: center;
  border-bottom: 1px dotted #cdcccc;
  padding: 6px 0px;
  font-weight: 500;
}
.package-sec .box .box-sec {
  background-color: #F7B519;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
.package-sec .box .box-sec p {
  color: #212241;
  margin: 0;
  font-weight: 500;
}
.package-sec .box .description li {
  text-align: center;
  padding: 6px 0px;
  font-weight: 500;
}
.package-sec .dark .box {
  background-color: #212241;
}
.package-sec .dark .box h5 {
  color: #F7B519;
}
.package-sec .dark .box li {
  color: #F7B519;
  border-color: #505385;
}

.collaborate-sec {
  width: 100%;
  background-color: #34355E;
  overflow: hidden;
}
.collaborate-sec .collaborate-scroll {
  padding: 0px 10px;
}
.collaborate-sec .box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
.collaborate-sec .box img {
  width: 100%;
  border-radius: 10px;
}

.hm-about-sec {
  width: 100%;
  background: linear-gradient(to right, rgb(33, 34, 65) 0%, rgb(48, 50, 95) 100%);
  overflow: hidden;
  position: relative;
}
.hm-about-sec::before {
  content: "";
  width: 97px;
  height: 68px;
  background-image: url(../images/dot-shape1.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 30px;
  animation: moveleft 2s linear infinite;
}
.hm-about-sec::after {
  content: "";
  width: 97px;
  height: 68px;
  background-image: url(../images/dot-shape1.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  bottom: 30px;
}
.hm-about-sec .wrapper-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.hm-about-sec .wrapper-content .content {
  width: 100%;
}
.hm-about-sec .wrapper-content .content h5 {
  font-size: 20px;
  color: #F7B519;
  font-weight: 400;
}
.hm-about-sec .wrapper-content .content h6 {
  font-size: 34px;
  font-weight: 400;
  color: #FFF;
}
.hm-about-sec .wrapper-content .content h6 span {
  font-weight: 600;
}
.hm-about-sec .wrapper-content .content p {
  color: #FFF;
}
.hm-about-sec .img2 {
  width: 100%;
  height: 100%;
}
.hm-about-sec .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.hm-about-sec .wrap-box {
  width: 100%;
  height: 100%;
}
.hm-about-sec .wrap-box .img-box {
  width: 100%;
  height: 60%;
  margin-bottom: 15px;
}
.hm-about-sec .wrap-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.hm-about-sec .wrap-box .text-box {
  width: 100%;
  border-radius: 10px;
  padding: 17px 20px;
  background: linear-gradient(to right, rgb(247, 181, 25) 0%, rgb(255, 111, 0) 100%);
}
.hm-about-sec .wrap-box .text-box h3 {
  font-size: 38px;
  color: #FFF;
  font-weight: 700;
  margin: 0;
}
.hm-about-sec .wrap-box .text-box h4 {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
}
.hm-about-sec .wrap-box .text-box p {
  color: #FFF;
  font-weight: 600;
}

.count-sec {
  width: 100%;
  background-color: #34355E;
  padding: 60px 0px 44px 0px;
}
.count-sec .count-box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #4B4C7A;
  padding: 30px;
  text-align: center;
}
.count-sec .count-box h5 {
  font-size: 34px;
  color: #F7B519;
  font-weight: 700;
}
.count-sec .count-box p {
  color: #F7B519;
  font-size: 18px;
  margin: 0;
}

.progress-wrap {
  position: fixed;
  right: 10px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  background-color: #F7B519;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #212241;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: linear-gradient(298deg, #F7B519, #C9A887);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #FFF;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #797979;
  opacity: 1;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 99;
  transition-delay: 0.65s;
}
.preloader .inner {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.preloader::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 100vh 0;
  border-color: transparent #797979 transparent transparent;
  position: absolute;
  left: -200px;
  top: 0;
}
.preloader::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100vh 0 0 200px;
  border-color: transparent transparent transparent #797979;
  position: absolute;
  right: -200px;
  top: 0;
}
.preloader .inner .percentage {
  width: 100%;
  font-size: 28vw;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0.2;
  transition-delay: 0.1s;
}

.preloader * {
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.transition-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: calc(-100% - 200px);
  bottom: 0;
  background: #797979;
  z-index: 9999;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  visibility: hidden;
}

.navigation__transparent.navbar {
  visibility: hidden;
}

.page-loaded .preloader .percentage {
  margin-left: 100px;
  opacity: 0;
}

.page-loaded .preloader {
  left: calc(-100% - 200px);
  visibility: hidden;
}

.inner-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #212241;
  padding-top: 160px;
  padding-bottom: 80px;
}
.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/inner-banner-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  opacity: 0.05;
  z-index: 1;
}
.inner-banner .container {
  position: relative;
  z-index: 9;
}
.inner-banner h1 {
  text-align: center;
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
}
.inner-banner .breadcrumb {
  display: flex;
  justify-content: center;
}
.inner-banner .breadcrumb .breadcrumb-item {
  color: #F7B519;
}
.inner-banner .breadcrumb .breadcrumb-item::before {
  color: #585c97;
}
.inner-banner .breadcrumb .breadcrumb-item a {
  color: #FFF;
}

.inner-about {
  width: 100%;
  background-color: #FFF;
}
.inner-about .about-img {
  width: 100%;
}
.inner-about .about-img img {
  width: 100%;
  border-radius: 10px;
}
.inner-about .content {
  padding-left: 30px;
}
.inner-about .content h5 {
  font-size: 20px;
}
.inner-about .content h3 {
  font-size: 34px;
  font-weight: 400;
  color: #212241;
}
.inner-about .content h3 span {
  font-weight: 700;
}
.inner-about .about-count-sec {
  width: 100%;
}
.inner-about .about-count-sec .count-box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  background-color: #212241;
}
.inner-about .about-count-sec .count-box h5 {
  font-size: 34px;
  color: #F7B519;
  font-weight: 700;
}
.inner-about .about-count-sec .count-box p {
  color: #F7B519;
  font-weight: 600;
}
.inner-about .about-count-sec .col-lg-3:nth-child(odd) .count-box {
  background-color: #F7B519;
}
.inner-about .about-count-sec .col-lg-3:nth-child(odd) .count-box h5 {
  color: #212241;
}
.inner-about .about-count-sec .col-lg-3:nth-child(odd) .count-box p {
  color: #212241;
}
.inner-about .cmn-sec {
  width: 100%;
}
.inner-about .cmn-sec .box-item {
  width: 100%;
  position: relative;
}
.inner-about .cmn-sec .box-item h4 {
  font-size: 34px;
  font-weight: 400;
  color: #212241;
}
.inner-about .cmn-sec .box-item h4 span {
  font-weight: 700;
}
.inner-about .cmn-sec .box-item p {
  margin: 0;
}
.inner-about .cmn-sec .box-item.text-right {
  text-align: right;
}
.inner-about .cmn-sec .col-lg-6:nth-child(1) .box-item {
  padding-right: 30px;
}
.inner-about .cmn-sec .col-lg-6:nth-child(1) .box-item::after {
  border-right: 1px solid #efefef;
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
}
.inner-about .cmn-sec .col-lg-6:nth-child(2) .box-item {
  padding-left: 30px;
}

.about-video {
  width: 100%;
}
.about-video .video-box {
  width: 100%;
  position: relative;
}
.about-video .video-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  opacity: 0.2;
}
.about-video .video-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-video .video-box img {
  width: 100%;
  border-radius: 10px;
}
.about-video .video-box .play-icon {
  width: 68px;
  height: 68px;
  position: absolute;
}
.about-video .video-box .play-icon::before {
  content: "";
  width: 68px;
  height: 68px;
  background: #F7B519;
  animation: sonarWave 2s linear infinite;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  top: 0;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
.curriculum-directors-sec {
  width: 100%;
}
.curriculum-directors-sec h3 {
  font-size: 34px;
  font-weight: 400;
}
.curriculum-directors-sec h3 span {
  font-weight: 700;
}
.curriculum-directors-sec .director-box {
  width: 100%;
  padding: 0px 30px;
}
.curriculum-directors-sec .director-box .director-img {
  width: 150px;
  height: 170px;
  margin: auto;
  margin-bottom: 12px;
}
.curriculum-directors-sec .director-box .director-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.curriculum-directors-sec .director-box .content-sec {
  width: 100%;
  text-align: center;
}
.curriculum-directors-sec .director-box .content-sec h5 {
  font-size: 20px;
  color: #212241;
  font-weight: 600;
}

.inner-contact {
  width: 100%;
  background-color: #FFF;
}
.inner-contact .contact-form {
  width: 100%;
  padding: 40px;
  background-color: #FFF;
  border-radius: 30px;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 0px 10px #f3f3f3;
}
.inner-contact .contact-form h5 {
  font-size: 30px;
  font-weight: 500;
  color: #212241;
}
.inner-contact .contact-form h5 span {
  font-weight: 700;
}
.inner-contact .contact-form label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.inner-contact .contact-form select {
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
.inner-contact .contact-form .form-control {
  width: 100%;
  height: 56px;
  border-radius: 30px;
  border: 1px solid #B2B3BF;
}
.inner-contact .contact-form .text-sec {
  height: 98px;
  border-radius: 20px;
}
.inner-contact .contact-form h4 {
  font-size: 19px;
  margin-bottom: 18px;
  font-weight: 600;
}
.inner-contact .contact-form .checklist {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.inner-contact .contact-form .checklist .rating-btn {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
  margin-right: 27px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.inner-contact .contact-form .checklist .rating-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.inner-contact .contact-form .checklist .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #212241;
}
.inner-contact .contact-form .checklist .rating-btn:hover input ~ .checkmark {
  background-color: #ccc;
}
.inner-contact .contact-form .checklist .rating-btn input:checked ~ .checkmark {
  background-color: #F7B519;
  border-color: #F7B519;
}
.inner-contact .contact-form .checklist .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.inner-contact .contact-form .checklist .rating-btn input:checked ~ .checkmark:after {
  display: block;
}
.inner-contact .contact-form .checklist .rating-btn .checkmark:after {
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: white;
}
.inner-contact .contact-form .btn {
  padding: 12px 22px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 10px;
  color: #F7B519;
  font-weight: 600;
  background-color: #212241;
  transition: 0.3s all ease-in-out;
}
.inner-contact .contact-form .btn:hover {
  background-color: #F7B519;
  color: #212241;
}
.inner-contact .address-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #F7B519;
  padding: 30px;
}
.inner-contact .address-box h6 {
  font-size: 22px;
  font-weight: 600;
}
.inner-contact .address-box ul li {
  background-color: #FBD57B;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.inner-contact .address-box ul li .icon img {
  width: 45px;
}
.inner-contact .address-box ul li .txt {
  padding-left: 15px;
}
.inner-contact .address-box ul li .txt h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.inner-contact .address-box ul li .txt p {
  margin: 0;
}
.inner-contact .address-box ul li .txt p a {
  color: #212241;
}
.inner-contact .address-box .connect-sec {
  width: 100%;
}
.inner-contact .address-box .connect-sec a {
  border-radius: 30px;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #212241;
  color: #212241;
  font-weight: 500;
  margin-bottom: 5px;
}
.inner-contact .address-box .connect-sec a span {
  width: 19px;
  display: inline-block;
}
.inner-contact .address-box .connect-sec a:hover {
  background-color: #212241;
  color: #F7B519;
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 450px;
  display: block;
}

.inner-curriculum {
  width: 100%;
  background-color: #FFF;
}
.inner-curriculum .tabsec {
  display: flex;
  align-items: flex-start;
}
.inner-curriculum .tabsec .nav {
  width: 298px;
  border-radius: 10px;
  background-color: #F7B519;
  padding: 20px;
}
.inner-curriculum .tabsec .nav .nav-link {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: #212241;
  margin-bottom: 6px;
  background-image: url(../images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.inner-curriculum .tabsec .nav .nav-link.active {
  background-color: #FFF;
}
.inner-curriculum .tabsec .nav .nav-link:hover {
  background-color: #FFF;
}
.inner-curriculum .tabsec .tab-content {
  width: 75%;
}
.inner-curriculum .tabsec .tab-content .tab-pane {
  width: 100%;
  min-height: 197px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 240px 20px 20px;
  border: 1px solid #F4F4F4;
  box-shadow: 0px 2px 10px #FBFBFB;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 197px;
}
.inner-curriculum .tabsec .tab-content .tab-pane .tab-box {
  width: 100%;
}
.inner-curriculum .tabsec .tab-content .tab-pane span {
  padding: 14px 23px;
  border: 1px solid #F7B519;
  color: #212241;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.3s all ease-in-out;
  font-weight: 500;
}
.inner-curriculum .tabsec .tab-content .tab-pane span:hover {
  background-color: #F7B519;
  transform: scale(1.1);
}
.inner-curriculum .tabsec .tab-content .tab-pane.creativity {
  background-image: url(../images/creativity-img.png);
}
.inner-curriculum .tabsec .tab-content .tab-pane.technology {
  background-image: url(../images/technology-img.png);
}
.inner-curriculum .tabsec .tab-content .tab-pane.business {
  background-image: url(../images/business-img.png);
}
.inner-curriculum .curriculum-directors-sec {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}
.inner-curriculum .curriculum-directors-sec::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  background-image: url(../images/shapes-img7.svg);
  background-repeat: no-repeat;
  width: 71px;
  height: 179px;
}
.inner-curriculum .curriculum-directors-sec h4 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.inner-curriculum .curriculum-directors-sec h4 span {
  font-weight: 700;
}
.inner-curriculum .curriculum-directors-sec .box {
  width: 100%;
  background-color: #FFFAEE;
  padding: 30px;
  border-radius: 10px;
}
.inner-curriculum .curriculum-directors-sec .box .img-box {
  width: 100%;
  margin-bottom: 10px;
}
.inner-curriculum .curriculum-directors-sec .box .img-box img {
  border-radius: 10px;
}
.inner-curriculum .curriculum-directors-sec .box .txt {
  width: 100%;
  text-align: center;
}
.inner-curriculum .curriculum-directors-sec .box .txt h6 {
  font-size: 19px;
  font-weight: 600;
  color: #212241;
}
.inner-curriculum .curriculum-directors-sec .box .txt p {
  font-weight: 500;
  margin: 0;
}
.inner-curriculum .curriculum-stage {
  width: 100%;
  position: relative;
}
.inner-curriculum .curriculum-stage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 94px;
  height: 274px;
  background-image: url(../images/shapes-img8.svg);
  background-repeat: no-repeat;
}
.inner-curriculum .curriculum-stage::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  width: 81px;
  height: 191px;
  background-image: url(../images/shapes-img9.svg);
  background-repeat: no-repeat;
}
.inner-curriculum .curriculum-stage hr {
  border-top: 1px dashed #212241;
}
.inner-curriculum .curriculum-stage .container {
  position: relative;
  z-index: 9;
}
.inner-curriculum .curriculum-stage .download {
  display: inline-flex;
}
.inner-curriculum .curriculum-stage .download a {
  padding: 12px 25px;
  background-color: #F7B519;
  color: #212241;
  border-radius: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.inner-curriculum .curriculum-stage .download a:hover {
  background-color: #212241;
  color: #FFF;
}
.inner-curriculum .curriculum-stage .download a:hover img {
  filter: brightness(0) invert(1);
}
.inner-curriculum .curriculum-stage .head-sec {
  width: 100%;
}
.inner-curriculum .curriculum-stage .head-sec .titles h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 3px;
}
.inner-curriculum .curriculum-stage .head-sec .titles h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 3px;
}
.inner-curriculum .curriculum-stage .head-sec .sec-img {
  width: 100%;
  margin-top: 15px;
}
.inner-curriculum .curriculum-stage .head-sec .sec-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.inner-curriculum .curriculum-stage .accordion-button {
  font-size: 20px;
  font-weight: 700;
  background-image: url(../images/badge.svg);
  background-repeat: no-repeat;
  background-position: 12px 12px;
  padding: 20px 21px 20px 65px;
  color: #212241;
}
.inner-curriculum .curriculum-stage .accordion-button:focus {
  box-shadow: none !important;
}
.inner-curriculum .curriculum-stage .accordion-button:not(.collapsed) {
  background-color: #FFF;
  box-shadow: none;
}
.inner-curriculum .curriculum-stage .accordion-item {
  background-color: transparent;
  border-color: #FFF;
  margin-bottom: 3px;
}
.inner-curriculum .curriculum-stage .accordion-body ul li {
  background-image: url(../images/points.svg);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-left: 23px;
  margin-bottom: 6px;
}
.inner-curriculum .curriculum-stage .box-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 30px;
}
.inner-curriculum .curriculum-stage .box-item .full-list {
  width: 100%;
  display: flex;
}
.inner-curriculum .curriculum-stage .box-item .full-list ul {
  width: 50%;
  padding-right: 20px;
}
.inner-curriculum .curriculum-stage .box-item .full-list ul li {
  background-image: url(../images/points.svg);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-left: 21px;
  margin-bottom: 5px;
}
.inner-curriculum .curriculum-stage .cmn-sec {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
}
.inner-curriculum .curriculum-stage .bg-color1 {
  background-color: #FEEABE;
}
.inner-curriculum .curriculum-stage .bg-color2 {
  background-color: #FECFCF;
}
.inner-curriculum .curriculum-stage .bg-color3 {
  background-color: #FDDEFF;
}
.inner-curriculum .curriculum-stage .bg-color4 {
  background-color: #DEFFE0;
}
.inner-curriculum .curriculum-stage .bg-color5 {
  background-color: #DEFFFF;
}
.inner-curriculum .curriculum-stage .bg-color6 {
  background-color: #DEE5FF;
}

footer {
  width: 100%;
}
footer .f-first-sec {
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
footer .f-first-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F7B519;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
footer .f-first-sec .container {
  position: relative;
  z-index: 9;
}
footer .f-first-sec .f-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
footer .f-first-sec .f-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
footer .f-first-sec .f-nav li a {
  color: #212241;
  padding: 0px 15px;
  font-weight: 500;
}
footer .f-first-sec .links {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
footer .f-first-sec .links span {
  padding: 0 10px;
  font-weight: 500;
}
footer .f-first-sec .links span a {
  color: #212241;
}
footer .f-first-sec .links span a:hover {
  color: #FFF;
}
footer .f-first-sec .address {
  width: 100%;
  padding: 20px 0px;
}
footer .f-first-sec .address h5 {
  font-size: 20px;
  text-align: center;
  color: #212241;
  font-weight: 700;
  text-transform: uppercase;
}
footer .f-first-sec .address p {
  text-align: center;
  font-weight: 500;
}
footer .f-first-sec .f-social-media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer .f-first-sec .f-social-media a {
  padding: 6px 12px;
  border: 1px solid #212241;
  border-radius: 25px;
  display: flex;
  align-items: center;
  color: #212241;
}
footer .f-first-sec .f-social-media a span {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212241;
  margin-right: 6px;
}
footer .f-first-sec .f-social-media a span i {
  transition: 0.3s all ease-in-out;
}
footer .f-first-sec .f-social-media a:hover {
  background-color: #212241;
  color: #F7B519;
}
footer .f-first-sec .f-social-media a:hover span {
  color: #F7B519;
}
footer .f-copyright-sec {
  width: 100%;
  padding: 20px 0px;
  background-color: #212241;
}
footer .f-copyright-sec .copyright p {
  margin: 0;
  color: #F7B519;
}
footer .f-copyright-sec .powered p {
  margin: 0;
  color: #F7B519;
  text-align: right;
}
footer .f-copyright-sec .powered p a {
  color: #FFF;
}
footer .f-copyright-sec .powered p a:hover {
  color: #FFF;
}

@media (max-width: 1200px) {
  header .nav li a {
    padding: 0px 10px;
  }
  header .logo img {
    width: 98px;
  }
  header .call-sec .icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  .p-100 {
    padding: 30px 0px;
  }
  header .call-sec {
    display: none;
  }
  header .nav {
    display: none;
  }
  header .mb-nav {
    display: flex;
  }
  .banner-area .banner_title h3 {
    font-size: 17px;
  }
  .banner-area .banner_title h4 {
    font-size: 34px;
  }
  .banner-area .betweenit-icon {
    width: 165px;
    height: 165px;
  }
  .banner-area .betweenit-icon .icon2 {
    left: 26%;
    top: 25%;
  }
  .banner-area .process-sec {
    display: flex;
  }
  .banner-area .process-sec .box {
    border-radius: 10px;
    margin-bottom: 2px;
  }
  .banner-area .process-sec .box.bg1, .banner-area .process-sec .box.bg2, .banner-area .process-sec .box.bg3 {
    -webkit-mask-image: none;
            mask-image: none;
  }
  footer .f-copyright-sec .copyright p, footer .f-copyright-sec .powered p {
    text-align: center;
  }
  .school-curriculum .curriculum-sec .box {
    padding: 27px 26px;
  }
  .hm-about-sec .img2 {
    display: none;
  }
  .hm-about-sec .wrap-box {
    height: auto;
  }
  .hm-about-sec .wrap-box .img-box {
    height: 260px;
  }
  .hm-about-sec .wrapper-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .package-sec .box {
    padding: 20px;
  }
  .inner-banner {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .inner-banner h1 {
    font-size: 30px;
  }
  .inner-about .about-img {
    height: 250px;
  }
  .inner-about .about-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner-about .content {
    padding-left: 0px;
  }
  .inner-about .cmn-sec .col-lg-6:nth-child(1) .box-item::after {
    display: none;
  }
  .inner-about .cmn-sec .box-item, .inner-about .cmn-sec .box-item.text-right {
    text-align: center;
  }
  .inner-about .cmn-sec .box-item {
    border: 1px solid #F7B519;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 10px;
  }
  .inner-about .content h3, .inner-about .cmn-sec .box-item h4, .curriculum-directors h3, .inner-contact .contact-form h5, .inner-curriculum .curriculum-directors-sec h4, .inner-curriculum .curriculum-stage .head-sec .titles h3 {
    font-size: 24px;
  }
  .inner-curriculum .curriculum-stage .head-sec .titles h5 {
    font-size: 20px;
  }
  .about-video .video-box {
    height: 280px;
  }
  .about-video .video-box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner-contact .contact-form .btn {
    width: 100%;
  }
  .map iframe {
    height: 300px;
  }
  .inner-curriculum .tabsec {
    display: block;
  }
  .inner-curriculum .tabsec .nav {
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
  .inner-curriculum .tabsec .tab-content {
    width: 100%;
  }
  .inner-curriculum .tabsec .tab-content .tab-pane {
    min-height: auto;
    padding: 20px;
    background-image: none !important;
  }
}
@media (max-width: 768px) {
  .p-100 {
    padding: 40px 0px;
  }
  .banner-area .banner_title {
    top: 0;
    bottom: 0;
    margin-top: 0px;
  }
  .banner-area .process-sec {
    display: none;
  }
  .banner-area .banner_title h3 {
    justify-content: center;
  }
  footer .f-first-sec {
    padding: 30px 0px;
  }
  .school-curriculum .curriculum-sec {
    display: block;
  }
  .school-curriculum .curriculum-sec .box {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    -webkit-mask-image: none;
            mask-image: none;
    border-radius: 10px;
    margin-top: 10px;
  }
  .school-curriculum::before, .school-curriculum::after, .studio-lab::before, .studio-lab::after, .testimonials::before, .testimonials::after, .hm-about-sec::before, .hm-about-sec::after {
    display: none;
  }
  .testimonials .box {
    display: block;
  }
  .testimonials .box .content {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .testimonials .video-sec {
    width: 100%;
  }
  .count-sec {
    padding: 30px 0px 14px 0px;
  }
  .package-sec .box {
    margin-top: 10px;
  }
  .title-head h4, .hm-about-sec .wrapper-content .content h6 {
    font-size: 26px;
  }
  .title-head p {
    font-size: 18px;
  }
  .speaciality-sec .accordion-header button {
    font-size: 18px;
  }
  .inner-contact .contact-form, .inner-contact .address-box {
    padding: 20px;
  }
  .inner-curriculum .curriculum-stage .head-sec {
    display: block;
  }
  .inner-curriculum .curriculum-stage .head-sec .titles {
    margin-bottom: 15px;
  }
  .inner-curriculum .curriculum-directors-sec {
    padding: 30px 0px;
  }
  .inner-curriculum .curriculum-stage .box-item .full-list {
    display: block;
  }
  .inner-curriculum .curriculum-stage .box-item .full-list ul {
    width: 100%;
  }
}
@media (max-width: 576px) {
  footer .f-first-sec .f-nav li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    border-bottom: 1px dashed #c99119;
    padding: 6px 0px;
  }
  .inner-contact .address-box ul li {
    display: block;
  }
  .inner-contact .address-box ul li .icon {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .inner-contact .address-box ul li .txt {
    text-align: center;
    padding: 0;
  }
  .inner-contact .address-box h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .inner-contact .address-box .connect-sec {
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */