/*********************
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: #588338;
  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;
  justify-content: center;
  padding: 5% 2%;
  border-bottom: 10px solid #1e4298;
  /* 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: rgba(3, 22, 52, 0.9411764706);
  z-index: -1;
}
.banner .ban-top .slogan {
  color: #fff;
  margin-bottom: 5%;
  text-align: center;
  width: 100%;
  animation: flicker-1 2s linear infinite both;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .banner .ban-top .slogan {
    font-size: 18px;
  }
}
@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;
  justify-content: space-between;
  /* 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 #588338;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 30px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  /* 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: #588338;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  /* 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: 36px;
  }
}
@media (max-width: 991px) {
  .banner .ban-top .admission-wrapper .admission h1 {
    font-size: 34px;
  }
}
@media (max-width: 479px) {
  .banner .ban-top .admission-wrapper .admission h1 {
    display: inline-block;
    font-size: 24px;
  }
}
.banner .ban-top .admission-wrapper .admission h2 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .banner .ban-top .admission-wrapper .admission h2 {
    font-size: 20px;
  }
}
.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: -moz-fit-content;
  height: fit-content;
}
.banner .ban-top .admission-wrapper .faculty .plus2 {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 40px 0 0;
  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 {
    border: none;
    padding-right: 0;
    margin: 30px 0;
  }
}
@media (max-width: 575px) {
  .banner .ban-top .admission-wrapper .faculty .plus2 {
    margin: 0 0 16px 0;
  }
}
.banner .ban-top .admission-wrapper .faculty .plus2 h3 {
  color: #fff;
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  background-color: #1e4298;
  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;
    text-align: center;
  }
}
.banner .ban-top .admission-wrapper .faculty .plus2 ul {
  -moz-columns: 2;
       columns: 2;
}
.banner .ban-top .admission-wrapper .faculty .plus2 li {
  color: #eee;
  text-transform: uppercase;
  font-size: 24px;
  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: 16px;
    padding-left: 20px;
  }
}
.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: #f6f6f6;
  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: #1e4298;
  font-size: 15px;
}
.banner .ban-btm .img-gallery {
  position: relative;
  margin-top: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .banner .ban-btm .img-gallery {
    margin-top: 5%;
  }
}
.banner .ban-btm .img-gallery h2 {
  color: #1e4298;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Bad Script", cursive;
  font-weight: bold;
  /* Large Devices, Wide Screens */
}
@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: #1e4298;
}
.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 #1e4298;
  color: #fff;
  background-color: #1e4298;
}

.top-header {
  background-color: #1e4298;
  padding: 10px 0;
  text-align: center;
}
.top-header .th-contact ul li {
  display: inline-block;
}
.top-header .th-contact ul li:not(:last-child) {
  margin-right: 16px;
}
.top-header .th-contact ul li i, .top-header .th-contact ul li a, .top-header .th-contact ul li span {
  color: #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .top-header .th-contact ul li i, .top-header .th-contact ul li a, .top-header .th-contact ul li span {
    font-size: 15px;
  }
}

.th-media {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .th-media {
    margin-top: 10px;
  }
}
.th-media ul li {
  display: inline-block;
}
.th-media ul li:not(:last-child) {
  margin-right: 8px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .th-media ul li:not(:last-child) {
    margin-right: 4px;
  }
}
.th-media ul li i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  text-align: center;
  color: #1e4298;
  border: 1px solid #1e4298;
  /* Large Devices, Wide Screens */
}
.th-media ul li i:hover {
  background-color: #1e4298;
  color: #fff;
}
@media (max-width: 575px) {
  .th-media ul li i {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
  }
}

.btm-header {
  position: relative;
  z-index: 2;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btm-header {
    padding: 10px 0;
  }
}
.btm-header .bh-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btm-header .bh-inner {
    display: block;
  }
}
.btm-header .bh-inner .logo {
  margin-right: 2rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btm-header .bh-inner .logo {
    margin-right: 10px;
  }
}
.btm-header .bh-inner .logo img {
  width: 100px;
  transform: scale(1.2) translateY(10px);
  background: #fff;
  padding: 10px;
  border-radius: 0 0 50% 50%;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btm-header .bh-inner .logo img {
    width: 60px;
    transform: scale(1) translateY(0);
    box-shadow: none;
    padding: 0;
  }
}
.btm-header .bh-inner .name h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "DM Serif Display", serif;
  line-height: 1;
  color: #588338;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btm-header .bh-inner .name h1 {
    font-size: 20px;
  }
}
.btm-header .bh-inner .name span {
  text-transform: none;
  font-family: "Abhaya Libre", serif;
  font-weight: 600;
  font-size: 26px;
  color: #1e4298;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btm-header .bh-inner .name span {
    font-size: 15px;
  }
}

.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 {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  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: #1e4298;
  color: #fff;
}
.btn-one:hover {
  background-color: #588338;
  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: 400px;
  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: #1e4298;
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover {
  background-color: #588338;
  color: #fff;
}/*# sourceMappingURL=main.css.map */