@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888;
  overflow-x: hidden;
  font-size: 15px;
  background-color: #f5f7fc;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -2%;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #0274b9;
  border-color: #0274b9;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #081828;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #000;
  letter-spacing: -2%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #0274b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  opacity: .8;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 30px;
  background-color: #0274b9;
  color: #fff;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #081828;
  -webkit-box-shadow: 0px 4px 4px #0000000f;
          box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
  color:  #0274B9!important;
  background: transparent !important;
  border: 1px solid #0274B94D;
  padding: 12px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

.button .btn-alt:hover {
  background-color: #fff !important;
  color: #0274B9 !important;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #0274b9;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*===== NAVBAR =====*/

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
  color: #fff;
}

.navbar-nav .nav-item a {
  font-size: 15px;
  color: #000;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}

.navbar-nav .nav-item a.active {
  color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
          box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #0274b9;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a {
  color: #0274b9 !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}

.hero-area {
  position: relative;
  padding: 105px 0;
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 150px 0 60px 0;
  }
}

.hero-area .hero-image img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-image {
    margin-top: 40px;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: 475px;
}

.hero-area .hero-content h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  color: #000;
  text-shadow: 0px 3px 8px #00000017;
}

.hero-area .review-wrapper span{
  color: #4F547B;
}
.hero-area .hero-content .button {
  margin-top: 32px;
}

.hero-area .hero-content .button .btn {
  background-color: #fff;
  color: #0274b9;
  margin-right: 12px;
}

.hero-area .hero-content .button .btn i {
  font-size: 17px;
}

.hero-area .hero-content .button .btn:hover {
  background-color: #081828;
  color: #fff;
}

.hero-area .hero-content .button .btn.btn-alt {
  background-color: #ffffff6b;
  color: #fff;
  line-height: 26px;
}

.hero-area .hero-content .button .btn.btn-alt:hover {
  background-color: #fff;
  color: #0274b9;
}
.hero-area .hero-content .button .theme-button{
  padding: 12px 20px;
  font-size: 16px;
  line-height: 26px;
  margin-right: 12px;
}

.hero-area .hero-desc-text{
  color: #4F547B;
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-right: 0;
  }
  .hero-area .hero-content p {
    font-size: 15px;
  }
}

.footer {
  background-color: #0A0B0B;
  position: relative;
}

.footer .footer-top {
  padding: 100px 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top {
    padding: 80px 0;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

.footer .single-footer.f-about .logo img {
  height: 55px;
  margin-right: 16px;
}
.footer .single-footer.f-about .logo a{
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
.footer .single-footer.f-about .logo span{
  font-size: 25px;
}
.footer .single-footer.f-about p {
  color: #FFFFFF99;
  margin-top: 20px;
  font-size: 14px;
}

.footer .single-footer.f-about .social {
  margin-top: 20px;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 17px;
  width: 30px;
  height: 30px;
  background: #FFFFFF1A;
  border-radius: 50%;
  position: relative;
}
.footer .single-footer.f-about .social li a{
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer.f-about .social li {
    margin-bottom: 10px;
  }
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li a {
  color: #D2D6DC;
  font-size: 15px;
}

.footer .single-footer.f-about .social li a:hover {
  color: #0274b9;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}
.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #D2D6DC;
}

.footer .single-footer.f-link li a:hover {
  color: #0274b9;
}

.footer .single-footer h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #D2D6DC;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

.bg-grey{
  background-color: #f5f7fc;
}
.bg-white{
  background-color: #fff;
}
.stats-card{
  padding: 92px 0 118px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
.stats-card h4{
  margin-bottom: 8px;
  font-size: 30px;
}
.stats-card p{
  color:#4F547B;
}
.stats-bg-1{
  background-image: url(../images/img/stats-1.png);
}
.stats-bg-2{
  background-image: url(../images/img/stats-2.png);
}
.stats-bg-3{
  background-image: url(../images/img/stats-2.png);
}
.feedback{
  padding: 40px 0;
}
.p-40{
  padding: 40px;
}
.elite-container{
  padding: 100px 0;
}
.elites-card-wrapper{
  background: #fff;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.elits-card{
  width: 72px;
  height: 72px;
  background: #ebf4fa;
  position: relative;
  flex: none;
  margin-right: 14px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.elits-card .icon-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.elits-card-content h6{
  font-size: 14px;
  margin-bottom: 6px;
}
.elits-card-content p{
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #4F547B;
}
.title-text{
  font-size: 36px;
  font-weight: 700;
}
.title-text span{
  color: #0274b9;
}
.title-des-text{
  color: #4F547B;
  font-size: 22px;
}
.toppers-slider-container{
  padding: 40px 0;
}
.courses-slider-container{
  padding: 100px 0;
}
.single-course{
  box-shadow: 0px 3px 5px #00000017;
  border-radius: 6px;
  overflow: hidden;
  max-width: 316px;
  margin: 0 auto 5px;
}
.course-content{
  padding: 16px;
  background: #fff;
}
.course-content h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-wrapper{
  display: flex;
}
.review-wrapper ul{
  display: flex;
  padding-left: 6px;
  align-items: center;
}
.review-wrapper ul li i,.review-wrapper ul li svg{
  font-size: 12px;
  color: #FFC085;
}
.review-wrapper{
  color: #000;
}
.review-wrapper span{
  font-size: 13px;
}
.course-info{
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
  justify-content: space-between;
  padding-top: 24px;
}
.course-info li i{
  font-size: 16px;
  color: #6A7A99;
}
.course-info li{
  position: relative;
}
.course-info li::after{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background: #EDEDED;
  right: -50%;
  top: 0;
}
.course-info li:last-child::after{
  content: unset;
}
.course-info p{
  font-size: 14px;
  color: #4F547B;
}
.course-price-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EDEDED;
  padding-top: 16px;
  margin-top: 24px;
}
.price-wrapper{
  display: flex;
}
.price-wrapper img{
  margin-right: 4px;
}
.new-price{
  font-size: 18px;
  color: #140342;
}
.old-price{
  font-size: 15px;
  font-weight: 400;
  color: #4F547B;
}
.theme-button{
  background: #0274B9;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 6px 15px;
  border-radius: 8px;
  color: #fff;
}
.p-relative{
  position: relative;
}
.slider-controls{
  position: absolute;
  right: 24px;
  top: 0;
}
.slider-controls button{
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
}
.grey-controls-btn button{
  background: #F6F7FF;
}
.slider-controls button.prev-btn{
  margin-right: 12px;
}

.faculty-container{
  padding: 40px 0;
}
.single-faculty-card{
  border-radius: 6px;
  display: flex;
  border: 1.5px solid #cad5e0;
  overflow: hidden;
  margin-bottom: 24px;
}
.faculty-image-wrapper{
  flex: none;
  height: 100%;
  max-width: 260px;
}
.faculty-image-wrapper img{
  height: 100%;
}
.faculty-info{
  padding: 16px 30px 16px 30px;
}
.faculty-info .faculty-name{
  font-size: 20px;
  color: #140342;
  margin-bottom: 3px;
}
.faculty-info .faculty-title{
  font-size: 14px;
  color: #140342;
}
.faculty-info .faculty-desc{
  font-size: 14px;
  color: #4F547B;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.youtube-video-container{
  padding: 40px;
  border-radius: 16px;
}
.youtube-video-container iframe{
  padding: 4px;
  border-radius: 6px;
  margin-bottom: 20px;
  width: 100%;
}
.gradient-1{
  background: linear-gradient(180deg, #0274b9 37.25%, #000000 100%);
}
.gradient-2{
  background: linear-gradient(180deg, #ffd600 37.25%, #000000 100%);
}
.bg-grey-2{
  background: #E8F2F9;
}
.enquire-card-container{
  padding: 100px 0;
}
.enquire-card-wrapper{
  padding: 50px;
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  align-items: center;
}
.enquire-card-wrapper .title-text{
  font-size: 34px;
  line-height: 100%;
  margin-bottom: 6px;
}
.enquire-card-wrapper .title-des-text{
  color: #4F547B;
  font-size: 18px;
  line-height: 29px;
}
.enquire-btn-wrapper{
  flex: none;
  position: relative;
}
.enquire-btn-wrapper a{
  padding: 12px 24px;
  z-index: 2;
  position: relative;
}
.enquire-btn-wrapper::after{
  content: "";
  background-image: url(../images/img/ecilipse.png);
  position: absolute;
  background-repeat: no-repeat;
  height: 140px;
  width: 140px;
  right: -35px;
  top: -45px;
}
.enquire-content{
  max-width: 890px;
}
.blog-container{
  padding: 40px 0;
}
.lh-34{
  line-height: 34px;
}
.mt-24{
  margin-top: 24px;
}
.more-blog-card{
  margin-top: 20px;
}
.short-blog-row img{
  margin-bottom: 16px;
}
.short-blog-row h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.download-container{
  padding: 100px 0;
}
.download-app-content{
  padding-left: 50px;
}
.download-image-content img{
  padding-right: 40px;
}
.download-app-content .title-text{
  font-size: 34px;
  line-height: 100%;
  font-weight: 500;
}
.download-app-content .title-des-text{
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
}
.download-app-icon-wrapper img{
  margin-right: 16px;
}
.accordion-item{
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 4px;
  padding: 20px;
}
.accordion-button{
  color: #140342;
  border: 0;
  padding: 0;
  font-weight: 500;
}
.accordion-button:not(.collapsed){
  background-color: transparent;
  color: #140342;
  border: 0;
  padding: 0;
}
.accordion-collapse{
  border: 0;
}
.accordion-body{
  padding: 10px 0 0 0;
}
.accordion-body p{
  font-size: 15px;
  color: #4F547B;
}
.accordion-button::after{
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.faq-container{
  padding: 40px 0;
}
.accordion-item:last-child{
  margin-bottom: 0;
}
.single-feedback-card{
  border: 4px solid #0274B9;
  border-radius: 12px;
  padding: 16px 14px 70px;
  position: relative;
  height: 320px;
  margin-bottom: 20px;
  cursor: pointer;
}
.elite-logo-text{
  display: flex;
  align-items: center;
  float: left;
}
.elite-logo-text img{
  height: 31px;
  margin-right: 8px;
}
.topper-profile-wrapper{
  float: right;
  display: flex;
  flex-direction: column;
  height: 120px;
}
/* .topper-pic{
  height: 104px;
  float: right;
} */
.topper-profile-wrapper span{
  width: 80px;
  background: #0274b9;
  color: #fff;
  text-align: center;
  position: relative;
  top: -12px;
  margin: 0 10px;
  border-radius: 6px;
  font-size: 10px;
  padding: 2px;
  line-height: 125%;
}
.toppers-feedback-text{
  clear: inline-start;
  padding-top: 16px;
}
.toppers-feedback-text p{
  font-size: 12px;
  color: #000;
  line-height: 21px;
}
.topper-card-border-img{
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
}
.hero-area .title-text{
  margin-bottom: 4px;
}
.hero-area .review-wrapper{
  margin-bottom: 16px;
}
.hero-area .hero-content .button .theme-button:hover,.theme-button:hover{
  color: #fff;
  box-shadow: 0px 4px 4px #0000003d;
}
.success-story-container{
  padding: 100px 0;
}
.single-success-stories-card{
  background: #0274B9;
  padding: 9px 10px;
  border-radius: 12px;
}
.success-stories-img-area{
  position: relative;
}
.success-logo{
  position: absolute;
  width: 44px;
  height: 44px;
  right: 8px;
  top: 9px;
}
.percentile-text{
  background: #fff;
  padding: 12px 0;
  text-align: center;
  color: #0274B9;
  margin-top: 9px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
}
.success-title-name{
  margin-top: 9px;
  border: 1px solid #FFFFFF4D;
  border-radius: 3px;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}
.success-play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  width: 69px;
  height: 69px;
  background: #00000099;
  border-radius: 50%;
}
.success-play-button svg{
  position: relative;
  height: 27px;
  top: 3px;
  left: 3px;
  color: #fff;
}
.navbar-brand{
  display: flex;
  align-items: center;
}
.navbar-brand img{
  height: 45px;
  margin-right: 12px;
}
.navbar-brand span{
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: #140342;
}
.navbar-nav .nav-item a,.navbar-nav .nav-item a.active{
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #4F547B;
  padding: 10px 12px;
}
.navbar-nav .nav-item:hover a{
  color: #4F547B;
}
.dropdown-toggle::after{
  border: solid #BBBED1;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;   
  top: -2px;
  left: 3px;
}
.navbar-nav .nav-item a::after{
  opacity: 1;
  visibility: visible;
}
.navbar-nav .nav-item{
  margin-right: 20px;
}
.nav-button-wrapper .btn-alt{
  border: 1px solid #0274B94D;
  margin-right: 12px;
  min-width: 103px;
  line-height: 26px;
  border-radius: 8px;
}
.nav-button-wrapper .theme-button{
  min-width: 103px;
  text-align: center;
  line-height: 26px;
}
.nav-button-wrapper .theme-button:hover{
  color: #fff;
}
.topnav-bar{
  background-color:  #0274B9;
  color: #fff;
  padding: 8px 0;
}
.topnav-bar ul{
  display: flex;
  justify-content: center;
}
.topnav-bar ul li{
  padding: 0 30px;
}
.topnav-bar ul li a{
  color: #fff;
  display: flex;
  align-items: center;
  
}
.whatsapp-nav-icon{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #43C553;
  position: relative;
  margin-right: 8px;
}
.whatsapp-nav-icon svg{
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.telegram-nav-icon{
  background: #039BE5;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}
.telegram-nav-icon img{
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
}
.bullet-icon{
  position: relative;
}
.bullet-icon::after{
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFFFFF4D;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bullet-icon:last-child:after{
  content: unset;
}
.single-footer{
  position: relative;
}
.map-text{
  font-size: 26px;
  color: #fff;
  max-width: 180px;
  position: absolute;
  right: -30px;
  bottom: 0px;
  line-height: 100%;
}
.map-text span{
  font-size: 16px;
  color: #FFFFFF99;
}
.copyright-text{
  color: #FFFFFF66;
  padding: 30px 0 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  border-top: 1px solid #FFFFFF33;
  text-align: center;
  margin-top: 30px;
}
.feedback-wrapper{
  padding: 40px;
}
.single-course .review-wrapper{
  justify-content: flex-start;
}
.dropdown-menu{
  box-shadow: 0 0 20px 2px #cccccc4a;
  border: 0;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1180px;
  }
}
@media (max-width: 480px){
  .single-faculty-card{
    flex-direction: column;
  }
  .faculty-image-wrapper{
    width: 100%;
    text-align: center;
    max-width: unset;
  }
  .slider-item>div{
    background: transparent!important;
  }
  .success-stories-img-area img{
    width: 100%;
  }
  .success-stories-img-area .success-logo{
    width: unset;
  }
  .faculty-image-wrapper img{
    object-fit: cover;
    width: 100%;
  }
  .single-faculty-card{
    max-width: 316px;
    margin: 0 auto 30px;
  }
  .faculty-info .faculty-desc{
    -webkit-line-clamp: none;
  }
}
@media (max-width: 767px) {
  .youtube-video-container iframe{
    min-height: 260px;
    object-fit: fill;
  }
  .button .btn-alt {
    padding: 10px 30px;
  }
  .hero-area .hero-content .button .theme-button{
    margin-left: 12px;
  }
  .topnav-bar ul{
    flex-direction: column;
    align-items: center;
  }
  .map-text{
    font-size: 22px;
  }
  .bullet-icon::after{
    content: unset;
  }
  .bullet-icon:first-child{
    padding-bottom: 15px;
  }
  .navbar-nav .nav-item a{
    width: 100%;
  }
  .dropdown-toggle::after{
    position: absolute;
    left: unset;
    right: 15px;
    top: 12px;
  }
  .navbar-toggler{
    color: #0274b9;
  }
  .hero-area .hero-content{
    max-width: 100%;
  }
  .hero-area .hero-image {
    margin-top: 40px;
  }
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .hero-area .hero-content .button .btn {
    margin: 0;
    margin-bottom: 7px;
  }
  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
  .hero-area,.elite-container,.courses-slider-container,.success-story-container,.stats-card,.download-container{
    padding: 60px 0;
  }
  .hero-area .hero-content .button a, .hero-area .hero-content .button .button{
    min-width: 200px;
    margin: 10px 0;
  }
  .hero-area .title-text{
    margin-top: 0px;
  }
  .review-wrapper{
    justify-content: center;
  }
  .feedback-wrapper{
    padding: 40px 0;
  }
  .title-text{
    margin-top: 35px;
  }
  .slider-controls{
    top: -20px;
  }
  .youtube-video-container{
    padding: 60px 20px;
  }
  .enquire-card-wrapper{
    flex-direction: column;
    text-align: center;
  }
  .enquire-card-wrapper .title-text{
    margin-bottom: 30px;
  }
  .enquire-card-wrapper .enquire-btn-wrapper{
    margin: 70px 0 40px;
  }
  .blog-slide-item{
    margin-bottom: 45px;
  }
  .short-blog-row .col-md-6{
    margin-bottom: 20px;
  }
  .download-image-content img{
    padding-right: 0;
  }
  .download-app-content{
    text-align: center;
    padding-left: 0;
  }
  .download-app-icon-wrapper img{
    margin-right: 0;
    padding: 10px 0;
  }
  .faq-container{
    padding: 25px 0 60px;
  }
  .footer .single-footer.f-about {
    padding: 0;
  }
  .map-text{
    right: 0;
  }
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
  .footer .single-footer.f-about .social li {
    margin-bottom: 0;
  }
  .footer .single-footer.f-about .logo a{
    justify-content: center;
  }
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
  .footer .footer-top {
    padding: 60px 0;
    padding-top: 20px;
  }
  .single-feedback-card{
    max-width: 316px;
    margin: 0 auto 20px;
  }
  .single-success-stories-card{
    max-width: 316px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .navbar-collapse{
    box-shadow: 0px 9px 15px 2px #cccccc57;
    margin-bottom: 25px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .blog-slide-item{
    border: 1.5px solid #cad5e0;
    border-radius: 6px;
    padding: 10px;
  }
  .short-blog-row .col-12{
    margin-bottom: 30px;
  }
  .navbar-nav .nav-item{
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-right: 0!important;
  }
  .nav-button-wrapper{
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .navbar-nav .dropdown-menu{
    border: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .review-wrapper{
    justify-content: center;
  }
}
@media (max-width: 1024px){
  .hero-area .hero-content{
    max-width: 100%;
  }
 
  .download-image-content{
    text-align: center;
    margin-bottom: 30px;
  }
  .download-image-content img{
    padding-right: 0;
  }
  .download-app-content{
    text-align: center;
    padding-left: 0;
  }
  .download-app-icon-wrapper img{
    margin-right: 0;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .title-text{
    margin-right: 75px;
  }
  .feedback-wrapper{
    padding: 30px;
  }
}
@media (max-width: 1200px){
  .navbar-nav .nav-item{
    margin-right: 4px;
  }
  .navbar-nav .nav-item a,.navbar-nav .nav-item a, .navbar-nav .nav-item a.active{
    font-size: 12px;
  }
  .nav-button-wrapper .theme-button,.nav-button-wrapper .btn-alt{
    min-width: 90px;
  }
}
.banner-slider .slider-item.slider--center_item img{
  width: 140px;
  height: 170px;
}
.banner-slider .slider-item.slider--prev-2 img,.banner-slider .slider-item.slider--next-2 img{
  width: 100px;
  height: 100px;
}
.banner-slider .slider-item.slider--prev-1 img,.banner-slider .slider-item.slider--next-1 img{
  width: 115px;
  height: 115px;
}
.banner-slider .slider-item.slider--prev-3 img,.banner-slider .slider-item.slider--next-3 img,.banner-slider .slider-item img{
  width: 80px;
  height: 80px;
}
.banner-slider .slider-item{
  vertical-align: baseline!important;
}
.slider-item>div{
  display: flex;
  flex-direction: column;
  /* height: 280px; */
  justify-content: center;
  background: #e6f2f870;
  border-radius: 5px;
  padding: 5px 0;
}
.slider-item>div .topper-profile-card:last-child img{
  margin-bottom: 0;
}
.slider-item>div .topper-profile-card:last-child .toppers-name{
  bottom: 15px;
}
.slider-item>div .topper-profile-card:last-child .toppers-percentiles{
  bottom: -7px;
}
.slider-item .topper-profile-card img{
  margin-bottom: 20px;
}
.topper-profile-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.toppers-name,.toppers-percentiles{
  position: absolute;
  text-align: center;
}
.toppers-percentiles{
  bottom: 14px;
  background: #fff;
  width: 85px;
  font-size: 10px;
  color: #0274B9;
  padding: 6px;
  line-height: 100%;
  border-radius: 3px;
  border: 1px solid;
}
.toppers-name{
  bottom: 36px;
  color: #fff;
  font-size: 14px;
}
.hero-area .tns-nav button{
  width: 8px;
  height: 8px;
  background: #D9D9D966;
  margin: 0 3px;
  border-radius: 50%;
  border: none;
}
.hero-area .tns-nav button.tns-nav-active{
  background: #0274B9;
}
.hero-area .tns-outer{
  position: relative;
}
.hero-area .tns-nav{
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-area .tns-inner{
  padding: 40px 0;
  position: relative;
}
.hero-area .tns-outer{
  position: relative;
  padding: 20px 0 !important;
}
.hero-area .tns-outer::before{
  content: "";
  right: 0;
  width: 90%;
  position: absolute;
  height: 100%;
  margin: 0 auto;
  left: 0;
  border-radius: 50%;
  top: 0px;
  background: #0274B90A;
}
.banner-slider .slider-item.slider--prev-2 img, .banner-slider .slider-item.slider--next-2 img,.banner-slider .slider-item.slider--prev-2 .toppers-percentiles, .banner-slider .slider-item.slider--next-2 .toppers-percentiles{
  opacity: .2;
}


 /* Popup Styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-container {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 10px;
  padding: 28px 44px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  border: 7px solid #0274b9;
  border-radius: 10px;
}
.popup-container .topper-profile-wrapper span{
  width: 110px;
  font-size: 14px;
  padding: 4px 5px;
}
.popup-container .elite-logo-text{
  margin-bottom: 40px;
}
.popup-container .toppers-feedback-text{
  padding-top: 0;
}
.popup-container .toppers-feedback-text p{
  font-size: 16px;
}
.popup-container .elite-logo-text img{
  height: 54px;
}
.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}

.popup-content {
  position: relative;
}

.popup-feedback-card {
  display: none;
}

.popup-feedback-card.active {
  display: block;
  animation: fadeIn 0.5s;
}
.popup-container .topper-card-border-img{
  display: none;
}
.popup-container .topper-profile-wrapper{
  position: absolute;
  right: 0;
  top: -102px;
}
.read-more-toggle {
  color: #0274b9;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Navigation Buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(246, 247, 255, 0.04);
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.popup-container .nav-btn:hover {
  transform: translateY(-50%) scale(1.1);
}
.popup-container .prev-popup-btn {
  left: -90px;
}
.popup-container .next-popup-btn {
  right: -90px;
}
@media (max-width: 1024px){
  .popup-container{
    width: 75%;
  }
}
@media (max-width: 991px) {
  .popup-container {
    width: 95%;
    padding: 0;
    position: unset;
  }
  .popup-content {
    max-height: 70vh;
    overflow-y: auto;
    padding: 25px 15px;
  }
  .popup-container .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .popup-container .topper-profile-wrapper{
    position: relative;
    right: unset;
    top: unset;
  }
  .popup-container .topper-profile-wrapper span{
    width: 80px;
  }
  .popup-container .elite-logo-text{
    margin-bottom: 20px;
  }
  .popup-container .prev-popup-btn {
    left: 3%;
    top: 50px;
  }
  .popup-container .next-popup-btn {
    right: unset;
    top: 50px;
    left: calc(3% + 50px);
  }
}