/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
#loading {
  height: 100vh;
  width: 100%;
  background: #fff no-repeat center;
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center; }
  #loading img {
    width: 20rem; }

.facebook {
  position: relative;
  height: 200px; }
  .facebook iframe {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px; }
  #scroll-top i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: #c49b6f;
    color: #fff; }

.banner {
  background-color: #faebd7; }
  .banner .ban-top {
    background-size: cover;
    background-position-y: -170px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 2% 6%;
    border-bottom: 10px solid #0c76bc;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .banner .ban-top {
        padding: 20px 1rem;
        background-position-y: unset; } }
    @media (max-width: 479px) {
      .banner .ban-top {
        flex-direction: column; } }
    .banner .ban-top::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #031634f0;
      z-index: -1; }
    .banner .ban-top .slogan {
      color: #00bcd4;
      margin-bottom: 20px;
      text-align: center;
      width: 100%;
      -webkit-animation: flicker-1 2s linear infinite both;
      animation: flicker-1 2s linear infinite both;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .banner .ban-top .slogan {
          font-size: 16px; } }
@keyframes flicker-1 {
  0%,100% {
    opacity: 1; }
  41.99% {
    opacity: 1; }
  42% {
    opacity: 0; }
  43% {
    opacity: 0; }
  43.01% {
    opacity: 1; }
  47.99% {
    opacity: 1; }
  48% {
    opacity: 0; }
  49% {
    opacity: 0; }
  49.01% {
    opacity: 1; } }
    .banner .ban-top .admission-wrapper {
      display: flex;
      width: 85%;
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */ }
      @media (max-width: 767px) {
        .banner .ban-top .admission-wrapper {
          display: block; } }
      @media (max-width: 575px) {
        .banner .ban-top .admission-wrapper {
          width: 100%; } }
      .banner .ban-top .admission-wrapper .admission {
        border: 3px solid #0c76bc;
        height: fit-content;
        padding: 40px 30px;
        border-radius: 20px;
        width: fit-content;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 479px) {
          .banner .ban-top .admission-wrapper .admission {
            text-align: center;
            padding: 16px;
            margin: 0 auto; } }
        .banner .ban-top .admission-wrapper .admission h1 {
          color: #0c76bc;
          font-family: "Poppins", sans-serif;
          font-weight: 800;
          text-transform: uppercase;
          font-size: 70px;
          margin: 0;
          /* Large Devices, Wide Screens */
          /* Large Devices, Wide Screens */
          /* Large Devices, Wide Screens */ }
          @media (max-width: 1300px) {
            .banner .ban-top .admission-wrapper .admission h1 {
              font-size: 60px; } }
          @media (max-width: 991px) {
            .banner .ban-top .admission-wrapper .admission h1 {
              font-size: 40px; } }
          @media (max-width: 479px) {
            .banner .ban-top .admission-wrapper .admission h1 {
              display: inline-block;
              font-size: 36px; } }
        .banner .ban-top .admission-wrapper .admission h2 {
          color: #fff;
          text-transform: uppercase;
          font-family: "Oswald", sans-serif;
          margin: 0;
          font-size: 50px;
          font-weight: 400;
          /* Large Devices, Wide Screens */ }
          @media (max-width: 991px) {
            .banner .ban-top .admission-wrapper .admission h2 {
              font-size: 30px; } }
          .banner .ban-top .admission-wrapper .admission h2.year {
            /* Large Devices, Wide Screens */ }
            @media (max-width: 479px) {
              .banner .ban-top .admission-wrapper .admission h2.year {
                display: inline-block; } }
      .banner .ban-top .admission-wrapper .faculty {
        display: flex;
        height: fit-content;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 767px) {
          .banner .ban-top .admission-wrapper .faculty {
            margin-top: 5%; } }
        .banner .ban-top .admission-wrapper .faculty .plus2 {
          height: fit-content;
          margin: 0 40px;
          padding-right: 40px;
          border-right: 1px dashed #fff;
          /* Large Devices, Wide Screens */
          /* Large Devices, Wide Screens */
          /* Large Devices, Wide Screens */ }
          @media (max-width: 1300px) {
            .banner .ban-top .admission-wrapper .faculty .plus2 {
              padding-right: 30px;
              margin: 0 30px; } }
          @media (max-width: 767px) {
            .banner .ban-top .admission-wrapper .faculty .plus2 {
              margin: 0 20px 0 0;
              padding-right: 20px; } }
          @media (max-width: 575px) {
            .banner .ban-top .admission-wrapper .faculty .plus2 {
              margin: 0 16px 0 0;
              padding-right: 16px; } }
          .banner .ban-top .admission-wrapper .faculty .plus2 h3 {
            color: #fff;
            font-family: "DM Serif Display", serif;
            font-size: 40px;
            background-color: #c49b6f;
            padding: 10px 20px;
            border-radius: 10px;
            /* Large Devices, Wide Screens */
            /* Large Devices, Wide Screens */
            /* Large Devices, Wide Screens */ }
            @media (max-width: 1300px) {
              .banner .ban-top .admission-wrapper .faculty .plus2 h3 {
                font-size: 30px; } }
            @media (max-width: 991px) {
              .banner .ban-top .admission-wrapper .faculty .plus2 h3 {
                font-size: 22px; } }
            @media (max-width: 479px) {
              .banner .ban-top .admission-wrapper .faculty .plus2 h3 {
                font-size: 20px;
                border-radius: 4px;
                padding: 10px; } }
          .banner .ban-top .admission-wrapper .faculty .plus2 li {
            color: #00bcd4;
            text-transform: uppercase;
            font-size: 30px;
            font-weight: 700;
            font-style: italic;
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
            /* Large Devices, Wide Screens */
            /* Large Devices, Wide Screens */ }
            @media (max-width: 1300px) {
              .banner .ban-top .admission-wrapper .faculty .plus2 li {
                font-size: 24px;
                margin-bottom: 6px; } }
            @media (max-width: 991px) {
              .banner .ban-top .admission-wrapper .faculty .plus2 li {
                font-size: 18px;
                padding-left: 24px; } }
            .banner .ban-top .admission-wrapper .faculty .plus2 li::before {
              content: '\f04b';
              font-family: "Font Awesome 6 Free";
              font-weight: 900;
              position: absolute;
              top: 6px;
              left: 0;
              font-size: 20px;
              color: #fff;
              /* Large Devices, Wide Screens */ }
              @media (max-width: 991px) {
                .banner .ban-top .admission-wrapper .faculty .plus2 li::before {
                  font-size: 16px;
                  top: 2px; } }
        .banner .ban-top .admission-wrapper .faculty .bachelor {
          margin-right: 20px;
          width: 40%;
          display: flex;
          align-items: center;
          /* Large Devices, Wide Screens */ }
          @media (max-width: 767px) {
            .banner .ban-top .admission-wrapper .faculty .bachelor {
              width: 100%;
              margin: 0; } }
          .banner .ban-top .admission-wrapper .faculty .bachelor h4 {
            color: #fff;
            font-family: "DM Serif Display", serif;
            /* Large Devices, Wide Screens */
            /* Large Devices, Wide Screens */ }
            @media (max-width: 1300px) {
              .banner .ban-top .admission-wrapper .faculty .bachelor h4 {
                font-size: 20px; } }
            @media (max-width: 575px) {
              .banner .ban-top .admission-wrapper .faculty .bachelor h4 {
                font-size: 16px; } }
            .banner .ban-top .admission-wrapper .faculty .bachelor h4 span {
              display: block; }
          .banner .ban-top .admission-wrapper .faculty .bachelor li {
            color: #fff; }
    .banner .ban-top .logo {
      width: 15%;
      text-align: center;
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .banner .ban-top .logo {
          width: 100%; } }
      @media (max-width: 479px) {
        .banner .ban-top .logo {
          margin-bottom: 1rem;
          order: -1;
          text-align: center; } }
      .banner .ban-top .logo img {
        width: 140px; }
  .banner .ban-btm {
    background-color: #faebd7;
    padding-bottom: 20px; }
    .banner .ban-btm .heading {
      font-family: "DM Serif Display", serif;
      font-weight: 700;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .banner .ban-btm .heading {
          font-size: 20px; } }
    .banner .ban-btm .intro {
      margin: 30px 0 10px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .banner .ban-btm .intro {
          margin: 16px 0 10px; } }
      .banner .ban-btm .intro span {
        text-transform: uppercase;
        font-weight: 300; }
    .banner .ban-btm .intro-content img {
      height: 310px;
      width: 100%;
      margin-bottom: 10px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .banner .ban-btm .intro-content img {
          height: auto; } }
    .banner .ban-btm .intro-content p {
      text-align: justify; }
    .banner .ban-btm .feature-img img {
      height: 408px;
      width: 100%;
      margin-bottom: 10px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .banner .ban-btm .feature-img img {
          height: auto; } }
    .banner .ban-btm .feature-content ul li {
      padding-left: 20px;
      position: relative; }
      .banner .ban-btm .feature-content ul li:not(:last-child) {
        margin-bottom: 6px; }
      .banner .ban-btm .feature-content ul li::before {
        content: '\f04b';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 2px;
        left: 0;
        color: #0c76bc;
        font-size: 15px; }
    .banner .ban-btm .img-gallery {
      position: relative;
      margin-top: -120px;
      z-index: 2;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 991px) {
        .banner .ban-btm .img-gallery {
          margin-top: 5%; } }
      .banner .ban-btm .img-gallery h2 {
        color: #fff;
        text-align: center;
        margin-bottom: 1rem;
        font-family: "Bad Script", cursive;
        font-weight: bold;
        /* Large Devices, Wide Screens */
        /* Large Devices, Wide Screens */ }
        @media (max-width: 991px) {
          .banner .ban-btm .img-gallery h2 {
            color: #0c76bc; } }
        @media (max-width: 575px) {
          .banner .ban-btm .img-gallery h2 {
            margin-bottom: 6px;
            font-size: 20px; } }
    .banner .ban-btm .image-slider .swiper-wrapper {
      align-items: center; }
    .banner .ban-btm .image-slider .image img {
      border: 6px solid #fff;
      border-radius: 30px;
      height: 170px;
      width: 200px;
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */ }
      @media (max-width: 1300px) {
        .banner .ban-btm .image-slider .image img {
          height: 120px;
          border-width: 3px; } }
      @media (max-width: 991px) {
        .banner .ban-btm .image-slider .image img {
          height: 170px;
          width: 240px; } }
      @media (max-width: 767px) {
        .banner .ban-btm .image-slider .image img {
          height: 140px; } }
      @media (max-width: 575px) {
        .banner .ban-btm .image-slider .image img {
          height: 120px;
          border-radius: 20px; } }
    .banner .ban-btm .image-slider .swiper-button-prev {
      left: 30px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .banner .ban-btm .image-slider .swiper-button-prev {
          left: 10px; } }
    .banner .ban-btm .image-slider .swiper-button-next {
      right: 30px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .banner .ban-btm .image-slider .swiper-button-next {
          right: 10px; } }
    .banner .ban-btm .image-slider .swiper-button-next,
    .banner .ban-btm .image-slider .swiper-button-prev {
      display: grid; }
    .banner .ban-btm .image-slider .swiper-button-next:after,
    .banner .ban-btm .image-slider .swiper-button-prev:after {
      height: 32px;
      line-height: 32px;
      width: 32px;
      text-align: center;
      background-color: #fff;
      border-radius: 50%;
      font-size: 15px; }
    .banner .ban-btm .contact-us {
      margin-top: 20px; }
      .banner .ban-btm .contact-us li {
        position: relative;
        padding-left: 50px;
        margin-bottom: 10px; }
        .banner .ban-btm .contact-us li span {
          display: block;
          color: #666;
          font-weight: 300;
          text-transform: uppercase; }
        .banner .ban-btm .contact-us li a {
          color: #222;
          font-size: 18px;
          font-weight: 600;
          line-height: normal; }
          .banner .ban-btm .contact-us li a:hover {
            color: #0c76bc; }
        .banner .ban-btm .contact-us li i {
          position: absolute;
          top: 5px;
          left: 0;
          height: 40px;
          line-height: 40px;
          width: 40px;
          border-radius: 4px;
          text-align: center;
          border: 1px solid #0c76bc;
          color: #fff;
          background-color: #0c76bc; }

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .page-not-found img {
      width: 60%; } }
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .page-not-found h2 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .page-not-found h2 {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .page-not-found h2 {
      font-size: 18px;
      margin: 1rem 0; } }

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif; }

/* =====typography=====*/
a, i, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a, a:hover {
  text-decoration: none; }

/* =====layout=====*/
ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

img {
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto; }

.sp-tb {
  padding: 5% 0; }

.sp-t {
  padding-top: 5%; }

.sp-b {
  padding-bottom: 5%; }

.maincontainer {
  width: 96%;
  margin: 0 auto;
  max-width: 1440px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .maincontainer {
      width: 90%; } }

#page {
  max-width: 1600px;
  margin: 0 auto; }

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none; }

button {
  background-color: unset;
  border: none; }

.btn-link:hover {
  text-decoration: none; }

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none; }

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .mt {
      margin-top: 20px; } }
  @media (max-width: 575px) {
    .mt {
      margin-top: 16px; } }
  @media (max-width: 479px) {
    .mt {
      margin-top: 10px; } }

.mt {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .mt {
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .mt {
      margin-bottom: 16px; } }
  @media (max-width: 479px) {
    .mt {
      margin-bottom: 10px; } }

.btn-one {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0c76bc;
  color: #fff; }
  .btn-one:hover {
    background-color: #c49b6f;
    color: #fff; }

.entry-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .entry-title {
      margin-bottom: 16px; } }

.site-main p {
  text-align: justify; }

.google-map {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .google-map {
      height: 300px; } }
  .google-map iframe {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

form label {
  margin-bottom: 4px; }
form input, form select {
  height: 44px; }
form input, form select, form textarea {
  margin-bottom: 10px; }
form textarea {
  height: 100px; }
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0c76bc;
  color: #fff;
  height: max-content;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  form input[type=submit]:hover {
    background-color: #c49b6f;
    color: #fff; }

/*# sourceMappingURL=main.css.map */
