@import url("https://fonts.googleapis.com/css2?family=Artifika&family=Courgette&family=DM+Sans:wght@400;500;700&family=Fira+Sans:wght@400;500;700&family=Grenze:wght@400;500;600&family=Inclusive+Sans&family=Inria+Sans:wght@400;700&family=Inter:wght@400;600;700&family=Josefin+Slab:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&family=Poppins:wght@400;500&family=Roboto+Condensed:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Artifika&family=Bebas+Neue&family=Courgette&family=DM+Sans:wght@400;500;700&family=Fira+Sans:wght@400;500;700&family=Grenze:wght@400;500;600&family=Inclusive+Sans&family=Inria+Sans:wght@400;700&family=Inter:wght@400;600;700&family=Josefin+Slab:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&family=Poppins:wght@400;500&family=Roboto+Condensed:wght@700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  margin-bottom: 0;
}

body {
  font-family: "Inter", sans-serif !important;
}
body ::-moz-selection {
  background-color: #c03d8d;
  color: #fff;
}
body ::selection {
  background-color: #c03d8d;
  color: #fff;
}
body a {
  text-decoration: none !important;
}

h2 {
  font-size: 25px !important;
  color: #040765;
  font-weight: 600 !important;
}

h5 {
  font-size: 16px !important;
}

.nav__btn {
  border-radius: 8px;
  background: linear-gradient(271deg, #C03D8D 41.71%, #FF2063 101.74%);
  padding: 15px 25px;
  color: #fff;
  position: relative;
  border: none;
  width: 200px;
  text-align: center;
  /* Safari */
  transition-duration: 0.8s;
  text-decoration: none;
  overflow: hidden;
}
.nav__btn:hover {
  background: #4e51bb;
  box-shadow: 0px 2px 10px 5px #97B1BF;
  color: #ffffff;
}
.nav__btn:after {
  content: "";
  background: #040765;
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: #040765 !important;
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 10px;
  z-index: 9999;
}

.popup-content {
  text-align: center;
  color: white;
  padding: 10px;
  line-height: 25px;
}
.popup-content a {
  color: #fff;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.close {
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: pointer;
  font-size: 25px;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.upper__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.upper__nav .navbar-brand img {
  height: 90px;
}

.navbar {
  background-color: #040765;
}
.navbar .nav-item {
  padding: 0 8px !important;
}
.navbar .nav-item .nav-link {
  font-size: 14px !important;
}
.navbar .nav-item .dropdown-menu {
  background-color: #109FC3 !important;
}
.navbar .nav-item .dropdown-menu .dropdown-item {
  padding: 10px;
  border-bottom: 1px solid rgba(209, 202, 202, 0.862745098);
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background: #040765 !important;
}
.navbar .nav-item .dropdown-menu a {
  color: #fff;
}
.navbar .mobile__logo {
  display: none;
}
.navbar .mobile_btn {
  display: none;
}
.navbar a {
  color: #fff !important;
}

.swiper {
  width: 100%;
  height: 75vh;
}
.swiper .swiper-pagination {
  color: white;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  width: 10px !important;
  height: 10px !important;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  padding: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.slider_1 {
  background: url("../images/banner.jpg") center no-repeat;
  width: 100%;
  height: 75vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5019607843);
}

.slider_2 {
  background: url("../images/banner.jpg") center no-repeat;
  width: 100%;
  height: 75vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5019607843);
}

.slider_3 {
  background: url("../images/banner.jpg") center no-repeat;
  width: 100%;
  height: 75vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5019607843);
}

.banner__title {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 75vh;
  color: #fff;
}
.banner__title h1 {
  font-size: 50px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 3px;
  position: relative;
}
.banner__title h1::before {
  content: "";
  position: absolute;
  width: 370px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.banner__title h1:hover::before {
  width: 0 !important;
}
.banner__title span {
  font-size: 30px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 3px;
}

.home_btn {
  text-align: center;
  margin-bottom: 30px;
}
.home_btn .register_btn {
  background-color: #040765;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.home_btn .register_btn:hover {
  background-color: #C03D8D;
}

.slider_bg {
  background-color: #040765;
}
.slider_bg .text-slide {
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
.slider_bg .text-slide a {
  text-decoration: underline !important;
  color: #fff;
}

.card__img {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 30px;
}
.card__img img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__img .card__box {
  background-color: #fff;
  border-radius: 8;
  padding: 20px;
  width: 100% !important;
  height: 180px;
}
.card__img .card__box p {
  margin-bottom: 0px !important;
}
.card__img .card__box p {
  font-size: 14px;
}

.sec__bg1 {
  background-color: #F5F5F5;
}
.sec__bg1 .message-title h2 {
  line-height: 40px;
}

.sec-bg2 {
  background: linear-gradient(106deg, #E5BD8C 13.32%, #E2D0BF 96.14%);
}
.sec-bg2 a {
  color: #000 !important;
}
.sec-bg2 .card__img {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 30px;
}
.sec-bg2 .card__img img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-bg2 .card__img .card__box {
  background-color: #fff;
  border-radius: 8;
  padding: 20px;
  width: 100% !important;
  height: 180px;
}
.sec-bg2 .card__img .card__box p {
  margin-bottom: 0px !important;
}
.sec-bg2 .card__img .card__box p {
  font-size: 14px;
}

.sec-bg3 {
  background-color: #040765;
}
.sec-bg3 .footer-mail .form-group .form-control {
  border-radius: 0 !important;
  width: 80%;
}
.sec-bg3 .form__title {
  color: #fff;
}
.sec-bg3 .submit-btn {
  background-color: #109FC3;
  border: none;
  padding: 10px 25px;
  color: #fff;
  border-radius: 8px;
}

.owl__flex .owl-carousel .owl-item img {
  width: auto !important;
}
.owl__flex .item img {
  margin: 0 auto;
  height: 90px;
}
.owl__flex .owl-carousel .owl-nav button.owl-next,
.owl__flex .owl-carousel .owl-nav button.owl-prev {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  background: #040765 !important;
  color: #fff !important;
}
.owl__flex .owl-theme .owl-dots .owl-dot span {
  display: none !important;
}

.footer_bg {
  background-color: #415D85;
}
.footer_bg .row-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer_bg .row-flex .footer__logo img {
  height: 70px;
}
.footer_bg .row-flex .footer_nav ul {
  list-style: none;
}
.footer_bg .row-flex .footer_nav ul li {
  display: inline-block;
  padding: 0px 10px;
}
.footer_bg .row-flex .footer_nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.row__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.row__flex a {
  color: #000;
}

.banner {
  background: url("../images/inner-page-banner.jpg") center no-repeat;
  width: 100%;
  height: 40vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2862745098);
}
.banner .banner__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40vh;
}
.banner .banner__title h1 {
  color: #040765;
  border-bottom: 2px solid #040765;
}
.banner .banner__title h1::before {
  display: none;
}

.note_item ul li {
  margin-bottom: 10px;
}
.note_item h5 {
  font-size: 20px !important;
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #040765;
}

.reg__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reg__btn button {
  border: none;
  background-color: #040765;
  padding: 15px 25px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.reg__btn button a {
  color: #fff;
}
.reg__btn button:hover {
  transform: translateY(-5px);
  background-color: #109FC3;
}
.reg__btn .reg-btn {
  border: none;
  color: #fff;
}

.regBtn button a {
  color: #fff !important;
}

.founder__logo {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  margin-bottom: 25px;
  padding: 15px;
}
.founder__logo .logo__img {
  text-align: center;
}
.founder__logo .logo__img img {
  height: 150px;
}

.contact__bg {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact__bg .contact__info {
  background: #040765;
  height: 500px;
}
.contact__bg .contact__info h2 {
  color: #fff;
}
.contact__bg .contact__info ul {
  margin-top: 25px;
  list-style: none;
  padding: 0 !important;
}
.contact__bg .contact__info ul li i {
  color: #fff;
  padding-right: 10px;
  font-size: 20px;
}
.contact__bg .contact__info ul li a {
  color: #fff;
}
.contact__bg .contact-form {
  background-color: #fff;
  padding: 15px;
}
.contact__bg .contact-form .form-title,
.contact__bg .contact-form h5 {
  font-size: 20px !important;
  margin-bottom: 30px;
  font-weight: 600;
}
.contact__bg .contact-form .form-group .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #999090 !important;
}
.contact__bg .contact-form .submit-btn {
  border: none;
  background-color: #109FC3;
  padding: 10px 25px;
  color: #fff;
}
.contact__bg .contact-form .submit-btn:hover {
  background-color: #FFD42E;
}

.committee-title {
  margin: 40px 0;
  text-align: center;
}

.btn_col {
  margin: 40px 0;
  text-align: center;
}
.btn_col .Btn_wrapper {
  background-color: #040765;
  padding: 10px 25px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #040765;
  transition: all 0.3s ease-in-out;
}
.btn_col .Btn_wrapper:hover {
  background-color: transparent;
  color: #040765;
}

.tour-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-flex .tour-text {
  width: 50%;
  background-color: white;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  text-align: justify;
}
.tour-flex .tour-text h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
}
.tour-flex .tour-text p {
  font-size: 15px;
}
.tour-flex .tour-text .tour-list {
  padding: 0 !important;
  list-style: none !important;
}
.tour-flex .tour-text .tour-list li,
.tour-flex .tour-text .tour-list a {
  margin-bottom: 5px;
  font-size: 15px;
  color: #000;
}
.tour-flex .tour-img {
  width: 50%;
}
.tour-flex .tour-img img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper__table tr {
  vertical-align: middle;
}
#wrapper__table tr td a {
  -webkit-text-decoration: underline #040765 1px !important;
          text-decoration: underline #040765 1px !important;
  color: #000;
}
#wrapper__table tr td a:hover {
  text-decoration: none !important;
}

.program__list ul {
  list-style: none;
  padding-left: 0 !important;
}
.program__list ul li {
  margin-bottom: 10px;
  background-color: #415D85;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 10px;
  display: flex;
  color: #fff;
}
.program__list ul li::before {
  content: "\ed49";
  font-family: "remixicon";
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.info_address p a {
  color: #000;
  text-decoration: underline !important;
}

.program__tab {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-color: #fff;
  padding: 25px;
  text-align: center;
  color: #000;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
  height: calc(100% - 10px);
  overflow: hidden;
}
.program__tab:before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(16, 159, 195, 0.7450980392) !important;
  height: 50px;
  width: 50px;
  border-bottom-left-radius: 50px;
  top: 0;
  right: 0;
  bottom: 0;
}
.program__tab:hover {
  transform: translateY(-8px);
}
.program__tab .tab__title h5 {
  font-weight: 600;
}

.Important_note {
  padding-right: 10px !important;
  padding-top: 20px;
}
.Important_note li {
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */