@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
body {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 600;
  color: #646464;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }

/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  color: #5c0f8b;
  margin: 0;
  word-wrap: break-word;
  line-height: 1.5rem;
  font-weight: normal; }

a {
  color: #FF5100;
  text-decoration: none;
  font-weight: 600; }
  a:hover, a:focus {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #5c0f8b; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #5c0f8b; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.banner-content h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
  color: #000; }
  @media screen and (max-width: 600px) {
    .banner-content h2 {
      font-size: 1.5rem; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .banner-content h2 {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1920px) {
    .banner-content h2 {
      font-size: 2.5rem; } }
.banner-content h4 {
  font-size: 1.5rem;
  color: #FF5100; }

p {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left; }
  @media screen and (max-width: 600px) {
    p {
      font-size: 0.8rem; } }
  @media only screen and (min-width: 1920px) {
    p {
      font-size: 1rem; } }

.section-xl {
  padding: 60px 0; }

.section-lg {
  padding: 80px 0;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .section-lg {
      padding: 60px 0; } }

.section-sm {
  padding: 80px 0 0 0; }

.bg-lightgray {
  background-color: #f0f0f0; }

.bg-sec--1 {
  background-size: 50%;
  background-image: linear-gradient(45deg, #000, #5c0f8b);
  background-position: left bottom;
  background-repeat: no-repeat; }
  @media screen and (max-width: 600px) {
    .bg-sec--1 {
      background-size: 100%; } }
  .bg-sec--1::before {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    background-image: url(../images/teacher.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 600px) {
      .bg-sec--1::before {
        display: none; } }

.bg-sec--2 {
  position: relative;
  background-color: #5c0f8b;
  z-index: 1; }
  .bg-sec--2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    z-index: -1; }

.bg-sec--3 {
  background-color: #f7f7f7; }

.bg-sec--4 {
  position: relative;
  background-image: url(../images/footer-bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .bg-sec--4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: -1; }

.bg-sec--5 {
  position: relative;
  z-index: 1;
  background-image: url(../images/banner/banner3.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover; }
  .bg-sec--5::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(24, 24, 24, 0.84) 45%, #56137a57 65%);
    top: 0; }

.button-effect--1 {
  margin-right: 40px;
  position: relative;
  display: inline-block;
  color: #FF5100;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  background: transparent;
  border: 1px solid #FF5100;
  padding: 0 1rem; }
  .button-effect--1::before {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    transition: all .3s linear;
    background-color: #FF5100; }
  .button-effect--1::after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    content: '';
    position: absolute;
    transition: all .3s linear;
    background-color: #fff; }
  .button-effect--1 i {
    top: 2px;
    line-height: 0;
    font-size: 25px;
    margin-left: 15px;
    position: absolute; }
  .button-effect--1:hover {
    color: #5c0f8b; }
    .button-effect--1:hover::before {
      opacity: 0; }
    .button-effect--1:hover::after {
      width: 100%; }

@media screen and (max-width: 600px) {
  .title-sm {
    margin-top: 1rem; } }
.title-sm h2 {
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  margin-bottom: 1rem; }
  @media screen and (max-width: 600px) {
    .title-sm h2 {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 1920px) {
    .title-sm h2 {
      font-size: 2.5rem; } }

.sticky-div {
  position: sticky;
  top: 120px; }

.list-style-one {
  position: relative;
  margin-top: 1rem;
  column-count: 2; }
  @media screen and (max-width: 600px) {
    .list-style-one {
      column-count: 1; } }
  .list-style-one li {
    position: relative;
    color: #666666;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 25px;
    list-style: none;
    text-align: left;
    color: #000;
    text-align: left;
    font-size: 0.9rem; }
    @media only screen and (min-width: 1920px) {
      .list-style-one li {
        font-size: 1rem; } }
    .list-style-one li::before {
      content: "\f192";
      position: absolute;
      font-family: "FontAwesome";
      color: #5c0f8b;
      top: 0;
      font-size: 1rem;
      left: 0;
      font-weight: 700; }

.list-style-two {
  position: relative;
  margin-top: 1rem; }
  .list-style-two li {
    position: relative;
    color: #666666;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 25px;
    list-style: none;
    text-align: left;
    color: #000;
    text-align: left;
    font-size: 1rem; }
    .list-style-two li::before {
      content: "\f058";
      position: absolute;
      font-family: "FontAwesome";
      color: #5c0f8b;
      top: 0;
      font-size: 1rem;
      left: 0;
      font-weight: 700; }

.img-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .img-effect img {
    transition: 0.6s; }
  .img-effect::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    transition: 0.6s;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .img-effect:hover img {
    transform: scale(1.1); }
  .img-effect:hover::before {
    animation: shine 0.75s; }

@keyframes shine {
  100% {
    left: 125%; } }
/*---------------------------
:: swiper

-----------------------------*/
.swiper-button-next,
.swiper-button-prev {
  right: 0;
  border-radius: 40px;
  width: 50px;
  border: 1px solid #55555533;
  height: 50px;
  text-align: center;
  line-height: 50px;
  bottom: 0px;
  top: auto;
  left: calc(52% - 10px); }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1rem;
    color: #FF5100; }

.swiper-button-prev {
  left: calc(47% - 10px); }
  @media screen and (max-width: 600px) {
    .swiper-button-prev {
      left: calc(35% - 10px); } }

.swiper-pagination-bullet-active {
  background: #FF5100;
  width: 40px;
  border-radius: 10px; }

.swiper-pagination-bullet {
  background-color: #FF5100; }

.btn-whatapp {
  background-color: #58d264;
  padding: 6px 20px;
  border-radius: 30px;
  color: #fff; }
  .btn-whatapp img {
    width: 30px !important;
    margin-right: 1rem; }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  /* ============ only desktop view ============ */
  /* ============ desktop view .end// ============ */
  /* ============ desktop view ============ */
  /* ============ desktop view .end// ============ */
  /* ============ mobile view ============ */
  /* ============ mobile view .end// ============ */ }
  @media screen and (max-width: 600px) {
    header {
      position: relative; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    header {
      position: relative; } }
  header .navbar {
    transition: 500ms ease;
    background: transparent;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #000 20%, #00000000 100%); }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      header .navbar {
        background: #5c0f8b; } }
    @media only screen and (min-width: 1920px) {
      header .navbar {
        padding: 10px 0; } }
    header .navbar .navbar-brand {
      padding: 8px 0; }
      @media screen and (max-width: 600px) {
        header .navbar .navbar-brand {
          margin-left: 1rem !important; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        header .navbar .navbar-brand {
          margin-left: 1rem !important; } }
      header .navbar .navbar-brand .logo {
        width: 70px;
        filter: brightness(0) invert(1); }
        @media screen and (max-width: 600px) {
          header .navbar .navbar-brand .logo {
            width: 60px; } }
        @media only screen and (min-width: 1920px) {
          header .navbar .navbar-brand .logo {
            width: 80px; } }
    header .navbar .navbar-collapse .navbar-nav.nav-right .nav-item:last-child {
      margin-right: 0px !important; }
    @media (max-width: 992px) {
      header .navbar .navbar-collapse .navbar-nav {
        overflow-y: scroll;
        height: auto; } }
    header .navbar .navbar-collapse .navbar-nav .nav-last-marathi {
      list-style: none;
      margin-right: 18px;
      position: relative;
      transition: all 0.3s ease-in-out;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 600px) {
        header .navbar .navbar-collapse .navbar-nav .nav-last-marathi {
          margin-right: 0; } }
      header .navbar .navbar-collapse .navbar-nav .nav-last-marathi:last-child {
        margin-right: 0px !important; }
    header .navbar .navbar-collapse .navbar-nav .nav-item {
      list-style: none;
      margin-right: 18px;
      position: relative;
      transition: all 0.3s ease-in-out;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 600px) {
        header .navbar .navbar-collapse .navbar-nav .nav-item {
          margin-right: 0; } }
      @media (min-width: 1440px) {
        header .navbar .navbar-collapse .navbar-nav .nav-item {
          margin-right: 10px; } }
      header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
        margin-right: 0px !important; }
      header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 0.9rem;
        display: block;
        line-height: 20px;
        font-weight: 400;
        padding: 0px 5px;
        opacity: 1;
        text-align: center;
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
        z-index: 1; }
        @media (max-width: 992px) {
          header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            line-height: 15px;
            padding: 1em 5% 13px;
            text-align: left;
            color: #677294; } }
        @media only screen and (min-width: 1920px) {
          header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            font-size: 1.1rem; } }
        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
          position: absolute;
          bottom: 12px;
          left: 0;
          right: 0;
          margin: auto;
          width: 0%;
          content: '.';
          color: transparent;
          /*background: $purple-color;*/
          height: 1px;
          transition: all .5s; }
        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
          color: #FF5100 !important; }
        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
          color: #FF5100 !important; }
          header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
            width: 100%; }
    header .navbar .navbar-collapse .navbar-nav .dropdown-toggle:after {
      content: "\f078";
      font-family: FontAwesome;
      font-size: 10px;
      border: none;
      padding: 0;
      color: #fff;
      float: right;
      right: -13px;
      position: absolute;
      top: 1px; }
    header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
      padding: 0;
      right: 0; }
      header .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
        width: 100%; }
        header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
          padding: 10px 20px;
          color: #000;
          font-weight: 500;
          font-size: .9rem;
          text-transform: capitalize;
          transition: all 500ms ease;
          white-space: normal;
          background-color: transparent;
          border-bottom: 1px solid #55555533; }
          header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item .active, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:active {
            color: #ffffff;
            background-color: #5c0f8b;
            padding-left: 0.8em;
            font-size: 0.9rem; }
          @media only screen and (max-width: 992px) {
            header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
              color: #000; } }
    header .navbar .navbar-collapse .navbar-nav .megamenu {
      background: #fff;
      /* background-image: linear-gradient(to right, #ffffffcc, #e4edfbe3), url(../images/banner/dance.webp); */
      /*@extend .bg-banner-size;*/
      background-position: top center;
      background-size: cover; }
      header .navbar .navbar-collapse .navbar-nav .megamenu h6 {
        color: #000;
        font-weight: 700;
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 1rem; }
      header .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1 {
        margin-bottom: 10px; }
        header .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1 ul li {
          background: #fff; }
        header .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1:after {
          width: 100%;
          background-image: linear-gradient(-45deg, #fff, transparent);
          z-index: -1; }
  header .navbar.scrolled {
    background: #fff;
    box-shadow: 0 2px 28px 0 #0000003d;
    padding: 10px 0; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      header .navbar.scrolled {
        padding: 20px 0; } }
    header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
      color: #000; }
      @media screen and (max-width: 600px) {
        header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #000; } }
    header .navbar.scrolled .navbar-toggler {
      color: #000; }
    header .navbar.scrolled .navbar-brand {
      padding: 0; }
      header .navbar.scrolled .navbar-brand .logo {
        filter: unset; }
  header .navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff; }
  @media all and (min-width: 992px) {
    header .navbar .dropdown-menu-end {
      right: 0;
      left: auto; }
    header .navbar .nav-item .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      margin-top: 0;
      transition: all 300ms ease;
      border-radius: 0;
      transition: .3s;
      top: 100%;
      transform: scaleZ(1);
      width: 230px;
      background: #fff;
      border: 0;
      box-shadow: 0 0 15px 0 #0000001a;
      transform: translate3d(0, 10px, 0); }
    header .navbar .nav-item:hover .nav-link {
      color: #fff; }
    header .navbar .dropdown-menu.fade-up {
      top: 180%; }
    header .navbar .nav-item:hover .dropdown-menu {
      border-radius: 0;
      transition: .3s;
      opacity: 1;
      visibility: visible;
      transform: scaleZ(1); } }
  @media (max-width: 991px) {
    header .navbar-collapse {
      position: fixed;
      top: 75px;
      right: 0;
      min-width: 265px;
      height: 100%;
      background: #fff;
      /*box-shadow: 0 5px 10px 0 #0006;*/
      z-index: 9;
      padding: 20px; }
    header .navbar-collapse.collapsing {
      right: -75%;
      transition: height 0s ease; }
    header .navbar-collapse.show {
      right: 0;
      transition: right 300ms ease-in-out; }
    header .navbar-toggler.collapsed ~ .navbar-collapse {
      transition: right 500ms ease-in-out; }
    header .navbar-toggler {
      border: none;
      outline: none;
      background: transparent;
      color: #fff;
      box-shadow: none;
      font-size: 2.5rem; } }
  header .navbar .megamenu {
    padding: 1rem; }
  @media all and (min-width: 992px) {
    header .navbar .has-megamenu {
      position: static !important; }
    header .navbar .megamenu {
      left: 0;
      right: 0;
      width: 74% !important;
      margin: 0 auto;
      padding: 30px !important; } }
  @media (max-width: 991px) {
    header .navbar.fixed-top .navbar-collapse,
    header .navbar.sticky-top .navbar-collapse {
      overflow-y: auto;
      max-height: 92vh;
      top: 84px;
      /* margin-top:10px; */ } }

.navbar-inner-sec {
  position: relative; }

.navbar-toggler:focus {
  box-shadow: none !important; }

@media screen and (max-width: 600px) {
  .navbar-right-sec {
    display: none !important; } }
.navbar-right-sec .contact-link a {
  font-size: 1rem; }
  @media only screen and (min-width: 1920px) {
    .navbar-right-sec .contact-link a {
      font-size: 1.3rem; } }
  .navbar-right-sec .contact-link a i {
    font-size: 1.5rem;
    position: relative;
    top: 5px; }

.banner-sec {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 1;
  background-image: url(../images/banner/banner1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .banner-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(90, 18, 139, 0.84) 45%, #56137ab8 65%); }
  @media screen and (max-width: 600px) {
    .banner-sec {
      height: 130vh;
      align-items: center; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .banner-sec {
      height: auto; } }
  @media (min-width: 1440px) {
    .banner-sec {
      height: 93vh; } }
  @media only screen and (min-width: 1920px) {
    .banner-sec {
      height: 92vh; } }
  .banner-sec .banner-img-content {
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 350px; }
    @media screen and (max-width: 600px) {
      .banner-sec .banner-img-content {
        width: 220px; } }
    @media only screen and (min-width: 1400px) {
      .banner-sec .banner-img-content {
        width: 400px; } }
    @media only screen and (min-width: 1920px) {
      .banner-sec .banner-img-content {
        width: auto; } }
  @media screen and (max-width: 600px) {
    .banner-sec .banner-content {
      margin-bottom: 1.5rem; } }
  .banner-sec .banner-content h1 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 900;
    color: #fff; }
    @media screen and (max-width: 600px) {
      .banner-sec .banner-content h1 {
        font-size: 1.5rem;
        line-height: 1.4; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .banner-sec .banner-content h1 {
        font-size: 2rem;
        line-height: 1.3; } }
    @media only screen and (min-width: 1920px) {
      .banner-sec .banner-content h1 {
        font-size: 3rem;
        margin-bottom: 20px;
        line-height: 1.5; } }
  .banner-sec .banner-content p {
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 30px;
    color: #fff; }
    @media only screen and (min-width: 1920px) {
      .banner-sec .banner-content p {
        font-size: 1rem; } }
  .banner-sec .banner-bg1 {
    position: absolute;
    top: 4%;
    left: 55%;
    z-index: -1;
    width: 438px;
    z-index: -1; }
    @media screen and (max-width: 600px) {
      .banner-sec .banner-bg1 {
        display: none; } }
    @media only screen and (min-width: 1920px) {
      .banner-sec .banner-bg1 {
        top: 10%;
        left: 57%;
        width: auto; } }
  .banner-sec .banner-bg2 {
    position: absolute;
    top: 5%;
    right: 13%;
    z-index: -1;
    width: 438px;
    z-index: -1; }
    @media screen and (max-width: 600px) {
      .banner-sec .banner-bg2 {
        display: none; } }
    @media only screen and (min-width: 1920px) {
      .banner-sec .banner-bg2 {
        top: 10%;
        right: 15%;
        width: auto; } }
    .banner-sec .banner-bg2 img {
      animation: rotate 55s linear infinite; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.85, 0.85, 0.85);
    transform: scale3d(0.85, 0.85, 0.85); }
  50% {
    opacity: 1; } }
/* LOADER WRAPPER */
#page-loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease; }

/* HIDE STATE */
#page-loader.fade-out {
  opacity: 0;
  visibility: hidden; }

/* CONTENT */
.loader-content {
  text-align: center; }

.loader-logo {
  width: 120px;
  margin-bottom: 15px;
  animation: pulse 1.5s ease-in-out infinite; }
  @media screen and (min-width: 1601px) {
    .loader-logo {
      width: 200px; } }
  @media screen and (max-width: 767px) {
    .loader-logo {
      width: 100px; } }

@keyframes bounce {
  0%,
    80%,
    100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
@keyframes pulse {
  0%,
    100% {
    transform: scale(1.5); }
  50% {
    transform: scale(1.15); } }
.top-form-sm {
  padding-top: 4rem; }
  @media screen and (max-width: 600px) {
    .top-form-sm {
      padding-top: 0; } }
  @media only screen and (min-width: 1920px) {
    .top-form-sm {
      padding-top: 0; } }

.banner-bottom {
  background-color: #5c0f8b; }
  .banner-bottom .slot-sm {
    font-size: 0.9rem; }
  .banner-bottom p {
    text-align: end; }
    @media screen and (max-width: 600px) {
      .banner-bottom p {
        text-align: center; } }

.form-edge {
  background: #fff;
  border-radius: 50px 50px 50px 0;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.5); }
  .form-edge .top-edge {
    background: #5c0f8b;
    border-radius: 50px 50px 0px 0;
    padding: 12px 30px; }
    .form-edge .top-edge h2 {
      color: #fff;
      line-height: 1.5;
      font-size: 1.1rem;
      font-weight: 700; }
      @media screen and (max-width: 600px) {
        .form-edge .top-edge h2 {
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        .form-edge .top-edge h2 {
          font-size: 1.5rem; } }
  .form-edge .bottom-form .form-reg-sm {
    padding: 0.75rem; }
  .form-edge .bottom-form .form-group input,
  .form-edge .bottom-form .form-group textarea,
  .form-edge .bottom-form .form-group select {
    padding: 8px 12px;
    font-size: 1rem;
    border-radius: 10px;
    color: #797979;
    background-color: #f5f5f5;
    border: none;
    box-shadow: none;
    transition: all .3s linear; }
  .form-edge:hover .bottom-form .form-group input {
    box-shadow: 0 0 15px #00000012; }

.error-text {
  font-size: 0.7rem; }
  .error-text .form-group {
    margin-bottom: 0rem; }

.login-sec {
  position: relative;
  overflow: hidden;
  height: 93.4vh;
  display: flex;
  align-items: center;
  z-index: 1;
  background-image: url(../images/banner/banner2.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }
  .login-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(90, 18, 139, 0.84) 45%, #56137a57 65%); }
  @media screen and (max-width: 600px) {
    .login-sec {
      height: 80vh;
      align-items: center; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .login-sec {
      height: auto; } }
  @media (min-width: 1440px) {
    .login-sec {
      height: 94.5vh; } }
  @media only screen and (min-width: 1920px) {
    .login-sec {
      height: 95.4vh; } }

.thank-sec {
  position: relative;
  overflow: hidden;
  height: 93.4vh;
  display: flex;
  align-items: center;
  z-index: 1;
  background-image: url(../images/banner/banner5.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }
  .thank-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(90, 18, 139, 0.84) 45%, #56137a57 65%); }
  @media screen and (max-width: 600px) {
    .thank-sec {
      height: 100vh;
      align-items: center; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .thank-sec {
      height: auto; } }
  @media (min-width: 1440px) {
    .thank-sec {
      height: 94.5vh; } }
  @media only screen and (min-width: 1920px) {
    .thank-sec {
      height: 92.3vh; } }

.select2-container--default .select2-selection--single {
  padding: 5px 4px;
  font-size: 16px;
  border-radius: 10px;
  color: #000;
  background-color: #f5f5f5;
  box-shadow: none;
  border: 1px solid #f5f5f5; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6c7581;
  font-weight: 400; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0; }

.select2-container .select2-selection--single {
  height: auto; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-weight: 400; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5c0f8b; }

@media screen and (min-width: 1601px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important; } }
.select2-container .select2-selection--single .select2-selection__arrow::after {
  color: #cdcdcd; }

@media screen and (min-width: 1601px) {
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 40px; } }
.select2-container .select2-selection--single .select2-selection__arrow {
  background: transparent; }

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
  -webkit-text-fill-color: black !important; }

@media screen and (max-width: 600px) {
  .about-sec .img-about {
    display: none; } }
.about-sec .img-about1 img {
  width: 100%; }
.about-sec .logo-content {
  display: flex;
  align-items: center;
  background: #5c0f8b;
  position: relative;
  z-index: 2;
  padding: 15px;
  margin-top: 40px;
  margin-right: -75px; }
  @media screen and (max-width: 600px) {
    .about-sec .logo-content {
      display: none; } }
  @media only screen and (min-width: 1920px) {
    .about-sec .logo-content {
      padding: 25px; } }
  .about-sec .logo-content .logo img {
    width: 80px;
    filter: brightness(0) invert(1); }
  .about-sec .logo-content .content {
    padding-left: 30px; }
    .about-sec .logo-content .content h4 {
      color: #fff;
      font-size: 1rem; }
    .about-sec .logo-content .content p {
      color: #fff;
      margin-bottom: 0; }
.about-sec .about-item1 {
  margin-top: 30px;
  border: 1px solid #E8E8F4;
  padding: 10px;
  display: flex;
  position: relative;
  align-items: center;
  box-shadow: -4px 2px 10px #d3d3d3;
  min-height: 120px; }
  .about-sec .about-item1 .image-item img {
    width: 60px; }
  .about-sec .about-item1 .content {
    padding-left: 0.6rem; }
    .about-sec .about-item1 .content span {
      font-size: 0.8rem;
      line-height: 1;
      padding: 5px 6px;
      color: #F6F6FA;
      background: #FF5100;
      display: inline-block;
      margin-bottom: 10px; }
    .about-sec .about-item1 .content h4 {
      font-weight: 500;
      color: #000;
      font-size: 0.9rem; }

.bg-sm-date {
  background: #F8F8F9;
  padding: 25px 30px 25px 30px;
  position: relative;
  overflow-y: scroll;
  height: 50vh; }
  .bg-sm-date .table-sm thead {
    background-color: #5c0f8b;
    color: #fff; }
  .bg-sm-date .academic-date span {
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 5px; }
  .bg-sm-date .academic-date h4 {
    font-size: 1.3rem;
    color: #5c0f8b; }

.breadcrum-sm {
  padding-top: 305px;
  padding-bottom: 50px;
  position: relative;
  background-image: url(../images/banner/banner4.jpg);
  background-position: right top 45%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .breadcrum-sm::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(53, 53, 53, 0.89) 45%, #494949bf 65%);
    top: 0; }
  .breadcrum-sm .breadcrum-content-sm {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
    .breadcrum-sm .breadcrum-content-sm h2 {
      color: #fff;
      font-size: 40px;
      font-weight: 900;
      letter-spacing: 1.6px;
      margin-bottom: 0;
      word-wrap: break-word; }
    .breadcrum-sm .breadcrum-content-sm .inner-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 5px;
      word-wrap: break-word; }
      .breadcrum-sm .breadcrum-content-sm .inner-list li {
        display: inline-block;
        padding-right: 30px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        position: relative;
        letter-spacing: 1.3px;
        word-wrap: break-word;
        word-break: break-all; }
        .breadcrum-sm .breadcrum-content-sm .inner-list li::before {
          content: ">";
          position: absolute;
          right: 8px;
          top: 0; }
        .breadcrum-sm .breadcrum-content-sm .inner-list li:last-child {
          padding-right: 0; }
          .breadcrum-sm .breadcrum-content-sm .inner-list li:last-child::before {
            display: none; }

.why-item {
  display: flex;
  padding: 24px 30px;
  align-items: center;
  background: linear-gradient(90deg, #ffa981 0%, #fff1ea 100%);
  min-height: 140px;
  box-shadow: 10px 10px 10px #b9b9b9;
  transition: all .3s linear;
  cursor: pointer; }
  @media screen and (max-width: 600px) {
    .why-item {
      display: block;
      padding: 1rem;
      min-height: 190px; } }
  @media only screen and (min-width: 1920px) {
    .why-item {
      min-height: 160px; } }
  .why-item .icon i {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    background-color: #fff;
    font-size: 2.5rem;
    color: #000; }
  .why-item .content {
    padding-left: 20px; }
    @media screen and (max-width: 600px) {
      .why-item .content {
        margin-top: 1rem;
        padding-left: 0; } }
    .why-item .content h4 {
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 600; }
      @media only screen and (min-width: 1920px) {
        .why-item .content h4 {
          font-size: 1.5rem; } }
  .why-item:hover {
    box-shadow: none; }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.scroll-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 1;
  background: #909090;
  background-color: #5c0f8b;
  box-shadow: 0px 0px 20px 0px #0003;
  right: 20px;
  bottom: 20px;
  border-radius: 25px;
  border: 1px solid #5c0f8b;
  cursor: pointer;
  display: none;
  z-index: 9;
  color: #fff; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    background: #000;
    border: 1px solid #000;
    outline: 0; }

footer {
  font-size: 14px;
  z-index: 1;
  color: #fff;
  padding: 0;
  background-color: #191919;
  position: relative;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  footer::before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1; }
  footer .footer-top {
    padding: 50px 0;
    /* .social-icon .list-inline > li .icon-gray-light-filled {
        background: #f0f4f6;
    } */ }
    @media only screen and (min-width: 1920px) {
      footer .footer-top {
        padding: 100px 0; } }
    footer .footer-top .logo-size {
      width: 40%;
      filter: brightness(0) invert(1); }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        footer .footer-top .logo-size {
          margin-top: 0rem !important;
          width: 30%;
          margin-bottom: 1rem; } }
    footer .footer-top h6 {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 10px;
      text-transform: uppercase;
      color: #fff; }
      @media screen and (max-width: 600px) {
        footer .footer-top h6 {
          font-weight: 400;
          font-size: 0.9rem; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        footer .footer-top h6 {
          font-weight: 400;
          font-size: 1rem; } }
      @media only screen and (min-width: 1920px) {
        footer .footer-top h6 {
          font-size: 1.1rem; } }
    footer .footer-top p {
      color: #fff;
      margin-top: 15px;
      margin-bottom: 0; }
    footer .footer-top .separator--type-1 {
      margin-bottom: 30px; }
    footer .footer-top .icon {
      color: #d1d6dc; }
    footer .footer-top .link-list {
      column-count: 2; }
      @media screen and (max-width: 600px) {
        footer .footer-top .link-list {
          margin-bottom: 1rem; } }
      footer .footer-top .link-list li {
        margin-bottom: 0.5rem; }
        footer .footer-top .link-list li a {
          color: #fff;
          position: relative;
          font-size: 1rem;
          font-weight: 300; }
          @media only screen and (min-width: 1920px) {
            footer .footer-top .link-list li a {
              font-size: 1.1rem; } }
          footer .footer-top .link-list li a:after {
            position: absolute;
            content: "";
            left: 0;
            top: 35%;
            transform: translateY(-50%);
            width: 7px;
            height: 7px;
            /* border-radius: 50%; */
            transform: rotate(45deg); }
        footer .footer-top .link-list li:hover > a {
          /*padding-left: 5px;*/
          color: #FF5100; }
  footer .footer-bottom {
    padding: 10px 0;
    /* border-top: 1px solid #4a4a4a;*/ }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      footer .footer-bottom {
        font-size: 12px; } }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      footer .footer-bottom .footer-left {
        text-align: center; } }
    footer .footer-bottom .footer-left p {
      margin: 0;
      color: #fff;
      text-align: center; }
      @media only screen and (min-width: 1920px) {
        footer .footer-bottom .footer-left p {
          font-size: unset; } }
      footer .footer-bottom .footer-left p a {
        color: #FF5100;
        text-decoration: none; }
        footer .footer-bottom .footer-left p a:hover {
          color: #5c0f8b; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      footer .footer-bottom .text-policy {
        text-align: center !important; } }

.social-icon {
  margin: 15px 0 0; }
  .social-icon .list-inline > li {
    display: inline-block;
    padding-right: 0.3rem; }
    .social-icon .list-inline > li .icon-xxs.icon-rect,
    .social-icon .list-inline > li .icon-xxs.icon-rounded,
    .social-icon .list-inline > li .icon-xxs.icon-circle,
    .social-icon .list-inline > li .icon-xxs.icon-outlined {
      width: 37px;
      height: 37px;
      line-height: 39px;
      font-size: 18px;
      margin-left: 0px;
      border-radius: 50%; }
    .social-icon .list-inline > li .icon-circle {
      border-radius: 5px;
      text-align: center; }
    .social-icon .list-inline > li .icon-gray-light-filled {
      border: none;
      background: #FF5100;
      text-decoration: none;
      transition: all .3s linear;
      color: #fff; }
      .social-icon .list-inline > li .icon-gray-light-filled:hover {
        color: #fff;
        transform: rotateY(45deg); }
    .social-icon .list-inline > li .fa-facebook:hover {
      background: #395b98; }
    .social-icon .list-inline > li .fa-instagram:hover {
      background: #125486; }
    .social-icon .list-inline > li .fa-twitter:hover {
      background: #2ca7e0; }
    .social-icon .list-inline > li .fa-google-plus:hover {
      background: #d95139; }
    .social-icon .list-inline > li .fa-linkedin-square:hover {
      background: #0271ae; }
    .social-icon .list-inline > li .fa-pinterest:hover {
      background: #c8232c; }
    .social-icon .list-inline > li .fa-youtube:hover {
      background: #c4302b; }

@media (min-width: 1600px) {
  .container {
    max-width: 80%; } }
/* Card Container */
.thankyou-card {
  background: #f2f2f2;
  border-radius: 40px;
  padding: 1.5rem;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  text-align: center; }
  .thankyou-card img {
    width: 350px; }

/* Golden Heading Box */
.heading-box {
  background: #5c0f8b;
  color: #fff;
  padding: 1rem;
  border-radius: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .heading-box {
      margin-bottom: 5px; } }

.heading-box h2 {
  margin: 0;
  font-weight: 600;
  color: #fff;
  font-size: 1.6rem; }
  @media screen and (max-width: 600px) {
    .heading-box h2 {
      font-size: 1.2rem; } }

/* Message */
.thankyou-message {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .thankyou-message {
      font-size: 1.2rem;
      margin-bottom: 10px; } }

.thank-sm span {
  font-size: 1rem;
  color: #5c0f8b;
  font-weight: 700; }

/* Button */
.btn-theme {
  background: #4b006e;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  transition: 0.3s; }

.btn-theme:hover {
  background: #6a0099;
  color: #fff; }

.value-card {
  display: flex;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  min-height: 140px; }
  .value-card .letter-box {
    min-width: 100px;
    color: #5c0f8b;
    background: linear-gradient(134deg, #60327d 40%, #434343 100%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 1920px) {
      .value-card .letter-box {
        font-size: 2.5rem;
        min-width: 150px; } }
  .value-card .content {
    width: calc(100% - 2rem);
    padding: 1rem; }
    @media only screen and (min-width: 1920px) {
      .value-card .content {
        padding: 1rem 2.5rem; } }
    .value-card .content h4 {
      color: #5c0f8b;
      font-weight: 700;
      font-size: 1.2rem; }
    .value-card .content p {
      margin-bottom: 0;
      line-height: 1.3; }

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff; }

/*# sourceMappingURL=style.css.map */
