/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.site-header .maincontainer {
  width: 90%;
}

.header-top {
  background-color: #f1f1f1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-top {
    padding: 6px 0;
  }
}

.ht-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ht-left {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .ht-left {
    display: none;
  }
}
.ht-left li i {
  height: 26px;
  line-height: 26px;
  width: 26px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #17254e;
  color: #17254e;
  font-size: 14px;
}
.ht-left li span {
  font-size: 13px;
}

.ht-right {
  display: flex;
  align-items: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .ht-right {
    overflow-x: scroll;
  }
}
.ht-right::-webkit-scrollbar {
  display: none;
}
.ht-right .submenu {
  margin-right: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .ht-right .submenu {
    margin-right: 16px;
  }
}
.ht-right .submenu {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .ht-right .submenu {
    margin-right: 0;
  }
}
.ht-right .submenu {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .ht-right .submenu {
    display: flex;
    white-space: nowrap;
  }
}
.ht-right .submenu li {
  display: inline-block;
}
.ht-right .submenu li:not(:last-child) {
  margin-right: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .ht-right .submenu li:not(:last-child) {
    margin-right: 10px;
  }
}
.ht-right .submenu li a {
  color: #444;
  font-size: 14px;
}
.ht-right .submenu li a:hover {
  color: #162e3f;
}
.ht-right .social-media {
  background: #162e3f;
  padding: 0 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .ht-right .social-media {
    display: none;
  }
}
.ht-right .social-media li {
  display: inline-block;
}
.ht-right .social-media li a {
  padding: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .ht-right .social-media li a {
    padding: 10px 6px;
  }
}
.ht-right .social-media li a i {
  color: #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .ht-right .social-media li a i {
    font-size: 14px;
  }
}
.ht-right .social-media li a i:hover {
  color: #922012;
}

.header-mid {
  padding: 1rem 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid {
    padding: 8px 0 5px;
  }
}
.header-mid .hm-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-mid .hm-content {
    flex-wrap: wrap;
  }
}

.logo img {
  width: 210px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .logo img {
    width: 120px;
  }
}

.hm-contact {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .hm-contact {
    order: 1;
    margin-top: 10px;
    width: 100%;
  }
}
.hm-contact li {
  padding-left: 50px;
  position: relative;
  display: inline-block;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .hm-contact li {
    padding-left: 40px;
  }
}
.hm-contact li {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hm-contact li {
    padding-left: 0;
  }
}
.hm-contact li:not(:last-child) {
  margin-right: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .hm-contact li:not(:last-child) {
    margin-right: 20px;
  }
}
.hm-contact li:not(:last-child) {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hm-contact li:not(:last-child) {
    margin-right: 10px;
  }
}
.hm-contact li img {
  display: inline-block;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .hm-contact li img {
    width: 30px;
    top: 6px;
  }
}
.hm-contact li img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hm-contact li img {
    width: 16px;
    top: -1px;
  }
}
.hm-contact li span {
  color: #555;
  font-weight: 200;
  display: block;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .hm-contact li span {
    font-size: 14px;
  }
}
.hm-contact li span {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hm-contact li span {
    font-size: 12px;
    margin-left: 20px;
  }
}
.hm-contact li i {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hm-contact li i {
    display: none;
  }
}
.hm-contact li i, .hm-contact li a {
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .hm-contact li i, .hm-contact li a {
    font-size: 15px;
  }
}
.hm-contact li i, .hm-contact li a {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hm-contact li i, .hm-contact li a {
    font-size: 14px;
  }
}
.hm-contact li a {
  color: #222;
  position: relative;
}
.hm-contact li a:hover {
  color: #922012;
}
.hm-contact li a {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hm-contact li a {
    font-weight: 500;
  }
}
.hm-contact li a:not(:last-child) {
  padding-right: 4px;
}
.hm-contact li a:not(:last-child)::before {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  right: 0;
}

.affilation img {
  width: 150px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .affilation img {
    width: 110px;
  }
}

.header-btm {
  background: #162e3f;
}
.header-btm .hb-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-btm.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 992px) {
  .menu-wrapper {
    order: 1;
  }
}
.menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: normal;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 9;
    left: -100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 80%;
  }
}
.menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
  left: 0;
  transition: all 0.3s ease-in-out;
}
.menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle {
  background-color: transparent;
}

.search-icon i {
  color: #fff;
  cursor: pointer;
}

#searchModal {
  background-color: #fff;
}
#searchModal .modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
#searchModal .modal-content form input {
  height: 50px;
}
#searchModal .modal-content .modal-header, #searchModal .modal-content .modal-body {
  padding: 0 0 1rem;
  border: none;
}

#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;
}

.site-footer {
  background-color: #162e3f;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.site-footer .ft-title {
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 600;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-footer .ft-title {
    margin-bottom: 16px;
  }
}
.site-footer .ft-title {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-footer .ft-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.site-footer .ft-inner.abt p {
  color: #fff;
  margin: 0;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-align: left;
}
.site-footer .ft-inner.abt a {
  color: #922012;
}
.site-footer.sp-b {
  padding-bottom: calc(5% - 24px);
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-footer.sp-b {
    padding-bottom: calc(5% - 20px);
  }
}
.site-footer.sp-b {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-footer.sp-b {
    padding-bottom: calc(5% - 16px);
  }
}

.soc-media {
  margin-top: 1rem;
}
.soc-media h6 {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 20px;
}
.soc-media.dark h6 {
  color: #222;
  font-weight: 600;
}
.soc-media li {
  display: inline-block;
}
.soc-media li:not(:last-child) {
  margin-right: 5px;
}
.soc-media li i {
  height: 38px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  background-color: #922012;
  border-radius: 50%;
  color: #fff;
}
.soc-media li i:hover {
  background-color: #1f3647;
  color: #fff;
}

.contact-det li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-det li {
    padding-left: 46px;
    margin-bottom: 10px;
  }
}
.contact-det li i {
  position: absolute;
  top: 4px;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #922012;
  color: #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-det li i {
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 15px;
  }
}
.contact-det li span {
  color: #fff;
  font-weight: 500;
}
.contact-det li a {
  color: #fff;
  display: block;
}
.contact-det li a:hover {
  color: #922012 !important;
}
.contact-det.dark li a, .contact-det.dark li span {
  color: #222;
}

.links li:not(:last-child) {
  margin-bottom: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .links li:not(:last-child) {
    margin-bottom: 6px;
  }
}
.links li a {
  color: #fff;
  font-weight: 300;
}
.links li a:hover {
  color: #922012;
}

.facebook {
  position: relative;
  height: 200px;
}
.facebook iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.copyright {
  background-color: #922012;
  text-align: center;
  padding: 2rem 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .copyright {
    padding: 1rem;
  }
}
.copyright p {
  color: #fff;
  margin-bottom: 0;
}
.copyright p a {
  color: #fff;
  font-weight: 500;
}

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 2;
}
#scroll-top i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #eb0c06;
  color: #fff;
}

.courses h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Lora", serif;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .courses h3 {
    font-size: 20px;
  }
}

.course-inner {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.course-inner h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 0 10px 0 0;
}
.course-inner span {
  color: #fff;
}

.heroslider {
  margin: 10px 10px 0;
}
.heroslider .swiper-slide {
  position: relative;
}
.heroslider .swiper-slide img {
  height: 600px;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .heroslider .swiper-slide img {
    height: 550px;
  }
}
.heroslider .swiper-slide img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroslider .swiper-slide img {
    height: 500px;
  }
}
.heroslider .swiper-slide img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroslider .swiper-slide img {
    height: 400px;
  }
}
.heroslider .swiper-slide img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 479px) {
  .heroslider .swiper-slide img {
    height: 360px;
  }
}
.heroslider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to right, #17254e 0, rgba(255, 255, 255, 0) 100%);
}
.heroslider .swiper-slide .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 5%;
  width: 50%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .heroslider .swiper-slide .text {
    width: 60%;
  }
}
.heroslider .swiper-slide .text {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .heroslider .swiper-slide .text {
    width: 70%;
  }
}
.heroslider .swiper-slide .text {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroslider .swiper-slide .text {
    width: 80%;
  }
}
.heroslider .swiper-slide .text {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroslider .swiper-slide .text {
    width: 100%;
    padding: 0 5%;
    top: unset;
    transform: translateY(0);
    bottom: 1rem;
  }
}
.heroslider .swiper-slide .text h4 {
  font-family: "Dancing Script", cursive;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroslider .swiper-slide .text h4 {
    font-size: 22px;
  }
}
.heroslider .swiper-slide .text h2 {
  font-family: "Lora", serif;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroslider .swiper-slide .text h2 {
    font-size: 50px;
  }
}
.heroslider .swiper-slide .text h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .heroslider .swiper-slide .text h2 {
    font-size: 40px;
  }
}
.heroslider .swiper-slide .text h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroslider .swiper-slide .text h2 {
    font-size: 30px;
  }
}
.heroslider .swiper-slide .text h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroslider .swiper-slide .text h2 {
    font-size: 24px;
  }
}
.heroslider .swiper-slide .text p {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroslider .swiper-slide .text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.heroslider .swiper-button-next, .heroslider .swiper-button-prev {
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroslider .swiper-button-next, .heroslider .swiper-button-prev {
    display: none;
  }
}
.heroslider .swiper-button-next::after, .heroslider .swiper-button-prev::after {
  font-size: 20px;
}

.welcome-img {
  position: relative;
  height: 100%;
  padding-left: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .welcome-img {
    margin-top: 5%;
    height: auto;
    padding-left: 0;
  }
}
.welcome-img img {
  height: 100%;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .welcome-img img {
    height: auto;
  }
}
.welcome-img .experience {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 30px 20px;
  text-align: center;
  background-color: #162e3f;
  color: #fff;
  border: 6px solid;
  border-radius: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .welcome-img .experience {
    left: 10px;
  }
}
.welcome-img .experience {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .welcome-img .experience {
    padding: 10px;
    bottom: unset;
    top: -10px;
    border-radius: 20px;
    border: 3px solid;
    left: unset;
    right: 10px;
  }
}
.welcome-img .experience i {
  font-size: 60px;
  color: #922012;
  margin-right: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .welcome-img .experience i {
    font-size: 20px;
    margin-right: 2px;
  }
}
.welcome-img .experience h3 {
  margin: 0;
  line-height: 1;
  font-family: "Lora", serif;
  font-weight: 900;
  font-size: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .welcome-img .experience h3 {
    font-size: 26px;
  }
}
.welcome-img .experience span {
  display: block;
  font-weight: 300;
  line-height: normal;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .welcome-img .experience span {
    font-size: 14px;
  }
}

.welcome-content p {
  text-align: justify;
  color: #555;
  margin-bottom: 20px;
}

.welcome-feature li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 60px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .welcome-feature li {
    padding-left: 50px;
  }
}
.welcome-feature li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #eb0c06;
  color: #fff;
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .welcome-feature li i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 16px;
  }
}
.welcome-feature li h5 {
  font-weight: 600;
  font-size: 17px;
}
.welcome-feature li p {
  font-size: 14px;
  font-weight: 300;
}

.card1 {
  background-color: #f5ebea;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.card1 .image {
  position: relative;
  overflow: hidden;
}
.card1 .image img {
  width: 100%;
  height: 300px;
}
.card1 .image .years {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #922012;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card1 .image .years h3 {
  margin: 0;
  line-height: 0.9;
  font-family: "Lora", serif;
  font-weight: 900;
}
.card1 .image .years h3 span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.card1 .card-det {
  padding: 1rem;
  text-align: center;
}
.card1 .card-det h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "Lora", serif;
  font-weight: 700;
  color: #222;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.card1 .card-det h3:hover {
  color: #922012;
}
.card1 .card-det h3 i {
  color: #922012;
  margin-right: 6px;
}
.card1 .card-det p {
  color: #333;
  margin-bottom: 10px;
}
.card1:hover .image img {
  transform: scale(1.1);
}

.video-banner {
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.video-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(22, 46, 63, 0.8784313725);
  z-index: -1;
}
.video-banner h2 {
  color: #fff;
  font-weight: 700;
  font-family: "Lora", serif;
  font-size: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .video-banner h2 {
    font-size: 36px;
  }
}
.video-banner h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .video-banner h2 {
    font-size: 30px;
  }
}
.video-banner h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .video-banner h2 {
    font-size: 20px;
  }
}
.video-banner p {
  color: #ddd;
  margin: 2rem 0;
  font-size: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .video-banner p {
    margin: 1rem 0;
    font-size: 15px;
  }
}
.video-banner .play-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .video-banner .play-video {
    margin-top: 1rem;
  }
}
.video-banner .play-video span {
  color: #fff;
  margin-right: 1rem;
  font-size: 30px;
  font-family: "Dancing Script", cursive;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .video-banner .play-video span {
    font-size: 24px;
  }
}
.video-banner .play-video i {
  height: 90px;
  line-height: 90px;
  width: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #922012;
  color: #fff;
  font-size: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .video-banner .play-video i {
    height: 70px;
    line-height: 70px;
    width: 70px;
    font-size: 20px;
  }
}

.card2 {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 {
    padding: 16px;
  }
}
.card2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #162e3f;
  z-index: -1;
  transform: scale(0) rotate(45deg);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.card2 .image {
  display: inline-block;
  background-color: #f4f5f9;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .image {
    margin-bottom: 10px;
  }
}
.card2 .image img {
  width: 60px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .image img {
    width: 50px;
  }
}
.card2 h3, .card2 p, .card2 span {
  transition: all 0.3s ease-in-out;
}
.card2 h3 {
  color: #222;
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 h3 {
    font-size: 18px;
  }
}
.card2 p {
  color: #555;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-align: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 p {
    margin-bottom: 10px;
  }
}
.card2 span {
  color: #922012;
  font-weight: 500;
}
.card2:hover .image {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
.card2:hover::before {
  transform: scale(1) rotate(0deg);
  border-radius: 0;
}
.card2:hover h3, .card2:hover span {
  color: #fff;
}
.card2:hover p {
  color: #ddd;
}

.single-inner {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  padding: 5%;
  width: 60%;
  margin: 0 auto;
  border-radius: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .single-inner {
    width: 80%;
  }
}
.single-inner {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .single-inner {
    width: 90%;
  }
}
.single-inner {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .single-inner {
    width: 100%;
    border-radius: 10px;
  }
}
.single-inner img {
  margin-bottom: 3%;
}
.single-inner p {
  text-align: justify;
}

.modal-body p {
  text-align: justify;
}

.message {
  background-color: #162e3f;
}
.message .description {
  padding-left: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .message .description {
    padding: 0;
    margin-top: 1rem;
  }
}
.message .description p {
  color: #fff;
  line-height: normal;
  text-align: justify;
  font-size: 16px;
}

.msg-intro h2 {
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  font-size: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .msg-intro h2 {
    font-size: 30px;
  }
}
.msg-intro h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .msg-intro h2 {
    font-size: 26px;
  }
}
.msg-intro h3 {
  color: #922012;
  margin-bottom: 20px;
  font-size: 26px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .msg-intro h3 {
    font-size: 20px;
  }
}
.msg-intro h3 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .msg-intro h3 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.msg-intro img {
  border: 10px solid rgba(0, 0, 0, 0.2);
}

.message-page .msg-intro h2 {
  color: #222;
}

.message-content {
  padding-left: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .message-content {
    margin-top: 5%;
    padding-left: 0;
  }
}

.event {
  background-color: #f5f5f5;
}

.card3 {
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3 {
    padding: 8px;
  }
}
.card3 img {
  width: 100%;
  height: 300px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3 img {
    height: 240px;
  }
}
.card3 .card-inner {
  margin-top: 1rem;
}
.card3 span, .card3 h3, .card3 h5 {
  transition: all 0.3s ease-in-out;
}
.card3 .date {
  border-right: 1px solid #922012;
  padding-right: 10px;
  margin-right: 10px;
  color: #222;
}
.card3 .date h3 {
  font-weight: 900;
  font-family: "Lora", serif;
  margin: 0;
}
.card3 .date span {
  font-weight: 300;
  display: inline-block;
}
.card3 .event-det h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.card3 .event-det div {
  margin-top: 8px;
}
.card3 .event-det i {
  color: #922012;
  margin-right: 6px;
}
.card3 .event-det span {
  color: #444;
  font-size: 14px;
}
.card3:hover {
  background-color: #162e3f;
}
.card3:hover .date h3 {
  color: #922012;
}
.card3:hover .date span {
  color: #fff;
}
.card3:hover .event-det h5 {
  color: #fff;
}
.card3:hover .event-det span {
  color: #ddd;
}

.eventslider .swiper-button-next,
.eventslider .swiper-button-prev {
  height: 44px;
  line-height: 44px;
  width: 44px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  color: #162e3f;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .eventslider .swiper-button-next,
  .eventslider .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.eventslider .swiper-button-next::after,
.eventslider .swiper-button-prev::after {
  font-size: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .eventslider .swiper-button-next::after,
  .eventslider .swiper-button-prev::after {
    font-size: 15px;
  }
}

.event-detail h4 {
  font-family: "Lora", serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.event-detail ul {
  padding: 0;
}
.event-detail ul li {
  list-style-type: none;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.event-detail ul li i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #922012;
}
.event-detail ul li span {
  color: #444;
}
.event-detail p {
  text-align: justify;
}

.testimonial {
  padding: 50px 20px;
  background-color: #f5ebea;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .testimonial {
    padding: 1rem;
  }
}
.testimonial {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .testimonial {
    height: auto;
    margin-bottom: 5%;
  }
}

.testimonialslider .swiper-slide {
  text-align: center;
}
.testimonialslider img {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.2196078431);
}
.testimonialslider h3 {
  font-family: "Lora", serif;
  font-weight: 600;
  margin: 10px 0 0;
}
.testimonialslider span {
  font-weight: 300;
}
.testimonialslider h4 {
  margin-top: 1rem;
  font-size: 20px;
}
.testimonialslider p {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.testimonialslider a {
  color: #922012;
  font-weight: 600;
}
.testimonialslider .swiper-button-next,
.testimonialslider .swiper-button-prev {
  height: 44px;
  line-height: 44px;
  width: 44px;
  border-radius: 40px;
  background-color: #eee;
  color: #222;
  top: 20%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .testimonialslider .swiper-button-next,
  .testimonialslider .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.testimonialslider .swiper-button-next::after,
.testimonialslider .swiper-button-prev::after {
  font-size: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .testimonialslider .swiper-button-next::after,
  .testimonialslider .swiper-button-prev::after {
    font-size: 15px;
  }
}
.testimonialslider .swiper-button-prev {
  left: 0;
}
.testimonialslider .swiper-button-next {
  right: 0;
}

.student-intro h2 {
  font-size: 20px;
  font-weight: 900;
}

.activities {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .activities {
    margin-top: 5%;
  }
}
.activities .row {
  --bs-gutter-y: 1rem;
}

.card4 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.card4 a {
  display: block;
}
.card4 img {
  height: 200px;
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.card4 h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20% 1rem 1rem;
  color: #fff;
  font-size: 18px;
  font-family: "Lora", serif;
  margin: 0;
  font-weight: 700;
  background-image: linear-gradient(to top, #000 0%, rgba(255, 255, 255, 0) 100%);
}
.card4:hover img {
  transform: scale(1.2);
}

.modal-content {
  border-radius: 20px;
  border: none;
  color: #111;
}
.modal-content .test-title {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 700;
}

.activity-card {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.activity-card .image {
  position: relative;
}
.activity-card .image img {
  width: 100%;
  height: 260px;
}
.activity-card .image .act-gallery {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #fff;
  padding: 6px 18px;
  border-radius: 4px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .activity-card .image .act-gallery {
    padding: 6 12px;
  }
}
.activity-card .image .act-gallery span {
  font-weight: 300;
  margin-right: 5px;
  display: inline-block;
}
.activity-card .image .act-gallery span, .activity-card .image .act-gallery i {
  color: #222;
  font-size: 15px;
}
.activity-card .det {
  padding: 1rem;
}
.activity-card .det h5 {
  font-family: "Lora", serif;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.activity-card .det p {
  color: #555;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.activity-card:hover {
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.3);
}

.single-activity .activity-detail {
  padding-left: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .single-activity .activity-detail {
    padding-left: 0;
    margin-top: 3%;
  }
}
.single-activity .activity-detail h4 {
  font-family: "Lora", serif;
  font-weight: 700;
  margin-bottom: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .single-activity .activity-detail h4 {
    margin-bottom: 10px;
  }
}
.single-activity .activity-detail p {
  line-height: normal;
  text-align: justify;
}

.activity-gallery h5 {
  font-weight: 200;
  font-size: 18px;
  font-style: italic;
}
.activity-gallery li {
  display: inline-block;
  margin-top: 5px;
}
.activity-gallery li img {
  width: 160px;
  height: 100px;
  border-radius: 8px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .activity-gallery li img {
    width: 100px;
    height: 80px;
  }
}

.activityModal li {
  display: inline-block;
  margin-top: 5px;
}
.activityModal li img {
  width: 210px;
  height: 150px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .activityModal li img {
    width: 90px;
    height: 90px;
  }
}

.affiliationslider .swiper-slide {
  text-align: center;
}
.affiliationslider .swiper-slide img {
  width: 160px;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin: 0 -5px !important;
}
.gallery-row .gallery-col {
  padding: 0 5px !important;
  margin-bottom: 10px;
}
.gallery-row .gallery-col:is(:nth-child(1), :nth-child(2), :nth-child(3)) {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.gallery-row .gallery-col:is(:nth-child(4), :nth-child(5)) {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.gallery-row .gallery-col:nth-child(6) {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.gallery-row .gallery-col:nth-child(7) {
  flex: 0 0 60%;
  max-width: 60%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.gallery-row .gallery-col a {
  display: block;
  position: relative;
}
.gallery-row .gallery-col img {
  height: 180px;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .gallery-row .gallery-col img {
    height: 100px;
  }
}

.single-detail {
  padding-left: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .single-detail {
    padding: 0;
    margin-top: 3%;
  }
}
.single-detail p {
  text-align: justify;
}
.single-detail ul li {
  padding-left: 24px;
  position: relative;
  list-style-type: none;
}
.single-detail ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}

.team-item {
  text-align: center;
}
.team-item .image {
  border-radius: 10px;
  border: 1rem solid #fff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .team-item .image {
    border-width: 10px;
  }
}
.team-item .image img {
  height: 290px;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .team-item .image img {
    height: 240px;
  }
}
.team-item .image img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team-item .image img {
    height: auto;
  }
}
.team-item h5 {
  margin: 10px 0 2px;
  font-size: 18px;
  color: #222;
}
.team-item span {
  color: #922012;
  font-weight: 300;
  display: inline-block;
  line-height: normal;
}
.team-item:hover .image {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.4) !important;
}

.team2 {
  background-color: #f1f1f1;
  padding: 5% 0;
}
.team2 .row {
  --bs-gutter-x: 4rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .team2 .row {
    --bs-gutter-x: 2rem;
  }
}
.team2 .row {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team2 .row {
    --bs-gutter-x: 10px;
  }
}
.team2 .team-item .image {
  box-shadow: unset;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team2 .team-item .image {
    border: 1px solid #ddd;
  }
}
.team2 .team-item .image img {
  height: 260px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .team2 .team-item .image img {
    height: 230px;
  }
}
.team2 .team-item .image img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team2 .team-item .image img {
    border-radius: 10px;
    height: 170px;
  }
}
.team2 .team-item h5 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team2 .team-item h5 {
    font-size: 14px;
  }
}
.team2 .team-item span {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team2 .team-item span {
    font-size: 12px;
  }
}

.about-us .abt-image {
  height: 100%;
  position: relative;
}
.about-us .abt-image::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  height: 100%;
  width: 100%;
  border: 1px solid #eb0c06;
  z-index: -1;
}
.about-us .abt-image img {
  width: 100%;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .about-us .abt-image img {
    height: auto;
  }
}
.about-us .abt-intro {
  padding-left: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .about-us .abt-intro {
    padding: 0;
    margin-top: 3%;
  }
}
.about-us .abt-intro p {
  text-align: justify;
}
.about-us .extra-item {
  background-position: center;
  background-size: cover;
  padding: 50px 30px;
  background-blend-mode: multiply;
  background-color: #4a3904;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .about-us .extra-item {
    padding: 20px;
  }
}
.about-us .extra-item {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .about-us .extra-item {
    padding: 16px;
  }
}
.about-us .extra-item:hover {
  background-color: #231b01;
}
.about-us .extra-item i {
  color: #922012;
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
  font-size: 34px;
  border-radius: 50%;
  border: 1px solid #922012;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .about-us .extra-item i {
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 20px;
  }
}
.about-us .extra-item h2 {
  color: #fff;
  margin: 1rem 0 10px;
  font-weight: 700;
  font-family: "Lora", serif;
  text-transform: uppercase;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .about-us .extra-item h2 {
    margin: 10px 0 6px;
    font-size: 18px;
  }
}
.about-us .extra-item p {
  color: #eee;
  margin: 0;
}

.student-speak .row:not(:first-child) {
  margin-top: 24px;
}
.student-speak .row:nth-child(even) {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 32px 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .student-speak .row:nth-child(even) {
    padding: 1rem 4px;
  }
}
.student-speak .row:nth-child(even) .student-intro {
  text-align: right;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .student-speak .row:nth-child(even) .student-intro {
    text-align: left;
  }
}
.student-speak .row:nth-child(even) .student-intro .image {
  padding: 0 0 0 15%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .student-speak .row:nth-child(even) .student-intro .image {
    padding: 0 15% 0 0;
  }
}
.student-speak .row:nth-child(even) .student-intro .image {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .student-speak .row:nth-child(even) .student-intro .image {
    padding: 0;
  }
}
.student-speak .row:nth-child(even) .intro-col {
  order: 1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .student-speak .row:nth-child(even) .intro-col {
    order: 0;
  }
}
.student-speak .student-intro {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .student-speak .student-intro {
    margin-bottom: 1rem;
  }
}
.student-speak .student-intro h3 {
  color: #222;
  font-family: "Lora", serif;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .student-speak .student-intro h3 {
    font-size: 18px;
    font-weight: 500;
  }
}
.student-speak .student-intro span {
  color: #922012;
  font-size: 18px;
  display: block;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .student-speak .student-intro span {
    font-size: 16px;
  }
}
.student-speak .student-intro .image {
  padding-right: 15%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .student-speak .student-intro .image {
    padding: 0;
  }
}
.student-speak .student-intro .image img {
  margin-top: 1rem;
  width: 100%;
  border: 10px solid #f1f1f1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .student-speak .student-intro .image img {
    margin-top: 10px;
  }
}
.student-speak .student-det h1, .student-speak .student-det h2, .student-speak .student-det h3, .student-speak .student-det h4, .student-speak .student-det h5, .student-speak .student-det h6 {
  font-size: 18px;
}
.student-speak .student-det ul li {
  margin-bottom: 10px;
}
.student-speak .student-det ul li h6 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
}
.student-speak .student-det ul li span {
  color: #555;
  font-weight: 300;
}
.student-speak .student-det p {
  text-align: justify;
  line-height: 1.7;
}
.student-speak.internship .student-det h1, .student-speak.internship .student-det h2, .student-speak.internship .student-det h3, .student-speak.internship .student-det h4, .student-speak.internship .student-det h5, .student-speak.internship .student-det h6 {
  font-size: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .student-speak.internship .student-det h1, .student-speak.internship .student-det h2, .student-speak.internship .student-det h3, .student-speak.internship .student-det h4, .student-speak.internship .student-det h5, .student-speak.internship .student-det h6 {
    font-size: 18px;
  }
}

.publication table tr td:not(:first-child) {
  text-align: center;
}
.publication table tr td:nth-child(2) a {
  color: #922012;
}
.publication table tr td:nth-child(3) a {
  color: #162e3f;
}

.notice-item {
  position: relative;
  padding: 10px 10px 10px 60px;
  border: 1px solid #aaa;
  border-radius: 6px;
}
.notice-item:not(:last-child) {
  margin-bottom: 1rem;
}
.notice-item span {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #162e3f;
  color: #fff;
  border-radius: 50%;
}
.notice-item .date {
  color: #444;
}
.notice-item .date i {
  color: #922012;
}
.notice-item .notice-title {
  font-weight: 600;
  font-size: 18px;
  color: #222;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .notice-item .notice-title {
    font-size: 16px;
  }
}
.notice-item .notice-title:hover {
  color: #922012;
}

.notice-page ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .notice-page ul {
    gap: 20px;
  }
}
.notice-page ul {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .notice-page ul {
    gap: 16px;
  }
}
.notice-page .notice-item {
  width: calc(50% - 24px);
  margin-bottom: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .notice-page .notice-item {
    width: 100%;
  }
}

.result-form label {
  font-weight: 500;
}
.result-form input, .result-form select {
  font-weight: 300;
}
.result-form input[type=submit] {
  width: 100%;
  background-color: #922012;
}
.result-form input[type=submit]:hover {
  background-color: #162e3f;
}

.display-result {
  padding-left: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .display-result {
    padding-left: 0;
  }
}

.gal-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.gal-img i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #922012;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.gal-img img {
  width: 100%;
  height: 220px;
  transition: all 0.5s ease-in-out;
}
.gal-img:hover img {
  transform: scale(1.1);
}
.gal-img:hover i {
  opacity: 1;
}

.page-intro h4 {
  font-family: "Lora", serif;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .page-intro h4 {
    font-size: 20px;
  }
}
.page-intro p {
  font-weight: 300;
}

.open-hour p {
  margin-bottom: 5px;
  color: #777;
}
.open-hour p span {
  font-weight: 600;
  color: #333;
}
.open-hour p:last-child {
  margin-bottom: 0;
}

.contact-aside {
  padding: 30px;
  height: 100%;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .contact-aside {
    margin-top: 5%;
    height: auto;
  }
}
.contact-aside {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .contact-aside {
    padding: 20px;
  }
}
.contact-aside {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-aside {
    padding: 16px;
  }
}
.contact-aside h5 {
  font-family: "Lora", serif;
  font-weight: 600;
}

.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 */
}
@media (max-width: 991px) {
  .page-not-found h2 {
    font-size: 26px;
  }
}
.page-not-found h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .page-not-found h2 {
    font-size: 24px;
  }
}
.page-not-found h2 {
  /* Large Devices, Wide Screens */
}
@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: "Inter", sans-serif;
}

/* =====typography=====*/
a, i, button {
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
p {
  text-align: justify;
}

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: 86%;
  margin: 0 auto;
  max-width: 1440px;
}

#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;
}

.btn-one, .btn-one.active, .btn-one.sm {
  display: inline-block;
  padding: 16px 28px;
  background-color: #162e3f;
  color: #fff;
  border-radius: 4px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-one, .btn-one.active, .btn-one.sm {
    font-size: 15px;
    padding: 10px 20px;
  }
}
.btn-one:hover, .btn-one.active:hover, .btn-one.sm:hover {
  background-color: #922012;
  color: #fff;
}
.btn-one i, .btn-one.active i, .btn-one.sm i {
  color: #fff;
}

.btn-one.active {
  background-color: #922012;
}
.btn-one.active:hover {
  background-color: #162e3f;
}

.btn-one.sm {
  font-size: 15px;
}

.btn-close {
  position: relative;
}
.btn-close i {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}

.entry-title {
  font-size: 30px;
  font-weight: 900;
  font-family: "Lora", serif;
  margin-bottom: 20px;
  color: #222 !important;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .entry-title {
    font-size: 26px;
  }
}
.entry-title {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 24px;
  }
}
.entry-title {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.entry-content {
  padding: 4%;
  border: 1px solid #ddd;
  border-radius: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-content {
    border: none;
    padding: 0;
  }
}
.entry-content p {
  text-align: justify;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: "Lora", serif;
  font-weight: 900;
  font-size: 24px;
}

.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;
  font-size: 14px;
}
form label span {
  color: #eb0c06;
}
form input, form select {
  height: 44px;
}
form input, form select, form textarea {
  margin-bottom: 14px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  form input, form select, form textarea {
    margin-bottom: 10px;
  }
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  font-size: 14px;
}
form input::placeholder, form select::placeholder, form textarea::placeholder {
  font-size: 14px;
}
form textarea {
  height: 100px;
}
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #162e3f;
  color: #fff;
  height: -moz-max-content !important;
  height: max-content !important;
  border: none;
  border-radius: 4px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover {
  background-color: #922012;
  color: #fff;
}

.heading span {
  color: #922012;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heading span {
    font-size: 15px;
  }
}
.heading h2 {
  font-family: "Lora", serif;
  font-size: 40px;
  font-weight: 800;
  margin: 6px 0 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heading h2 {
    font-size: 36px;
  }
}
.heading h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .heading h2 {
    font-size: 32px;
  }
}
.heading h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heading h2 {
    font-size: 28px;
  }
}
.heading h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heading h2 {
    font-size: 22px;
    margin: 2px 0 0;
  }
}
.heading.light span {
  color: #ddd;
}
.heading.light h2 {
  color: #fff;
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
.mb {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
.mt {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.modal-title {
  font-family: "Lora", serif;
  font-weight: 900;
  line-height: normal;
  font-size: 24px;
}
.modal-title span {
  font-size: 18px;
  font-weight: 500;
}

table td {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  table td {
    font-size: 14px;
  }
}

header ul, footer ul, section ul {
  margin: 0;
  padding: 0;
}
header ul li, footer ul li, section ul li {
  list-style-type: none;
}/*# sourceMappingURL=main.css.map */