:root {
  --primary-blue: #00b7d4;
  --light-blue: #E0F4F9;
}

body {
  font-family: SolaimanLipi, sans-serif;
}

.btn-primary {
  --bs-btn-bg: #01A7C2;
  --bs-btn-border-color: #01A7C2;
}

.navbar {
  background-color: rgb(229, 250, 255);
  border-bottom: 1px solid #eee;
}

.navbar-nav .nav-link {
  color: #333;
  padding: 1rem 1.5rem;
}

.hero-section {
  background: linear-gradient(#01A7C2 0%, #33ADAD 100%);
  color: white;
}
@media screen and (max-width: 767px) {
  .hero-section img {
    display: none !important;
  }
}

.hero-carousel-overly {
  padding: 90px 0;
}
@media screen and (min-width: 767px) {
  .hero-carousel-overly {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .hero-carousel-overly:before {
    content: "";
    display: block;
    background: linear-gradient(#01A7C2 0%, #33ADAD 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.hero-carousel-overly .container {
  z-index: 2;
  position: relative;
  height: 100%;
}
.hero-carousel-overly .container .row {
  height: 100%;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .hero-carousel-overly .container p {
    display: none;
  }
  .hero-carousel-overly .container .btn {
    --bs-btn-padding-x: 1.4rem;
    --bs-btn-padding-y: 0.6rem;
  }
}

.page-section {
  padding: 110px 0;
}

.discussion-section {
  background-color: var(--light-blue);
}

.discussion-carousel-nav {
  display: flex;
  justify-content: end;
  gap: 7px;
}
.discussion-carousel-nav button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: var(--primary-blue) !important;
  font-size: 12px;
  color: #ffffff;
}

.image-section {
  position: relative;
}

.discussion-card {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.discussion-card img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
}
.discussion-card .text-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background: rgba(1, 167, 194, 0.7);
  padding: 24px;
}
.discussion-card .badge-discussion {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
}

.btn {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.688rem;
}

.text-info {
  color: #01A7C2 !important;
}

.form-control-lg {
  font-size: 1rem;
  line-height: 190%;
}

.btn-info {
  --bs-btn-bg: #01A7C2;
  --bs-btn-border-color: #01A7C2;
  --bs-btn-hover-bg: #17aac6;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.social-icons a {
  color: white;
  margin: 0 0.5rem;
  font-size: 1.2rem;
}

.introduction-section {
  background: rgba(160, 244, 248, 0.32) url("../images/women-5963963_1280 1.png") no-repeat;
  background-size: cover;
  color: white;
  position: relative;
}
.introduction-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 105, 137, 0.5);
}
.introduction-section .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .introduction-section img {
    display: none;
  }
}

.leadership-training {
  background-color: var(--light-blue);
}
@media screen and (max-width: 992px) {
  .leadership-training {
    padding: 90px 0;
  }
  .leadership-training img {
    display: none;
  }
}

.footer {
  background-color: #1a1a1a;
  color: white;
  padding: 4rem 0;
}

.footer-logo {
  margin-bottom: 1.5rem;
}

.footer-logo img {
  height: 50px;
}

.footer-description {
  color: #a0a0a0;
  font-size: 0.9rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 0.8rem;
}
.footer-links a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #00b7d4;
}

.social-links {
  margin-top: 1rem;
}
.social-links a {
  background-color: rgb(214, 226, 255);
  color: black;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 0.5rem;
  text-decoration: none;
}

.newsletter-card {
  background-color: #a9dcf1;
  padding: 50px 40px 50px;
  border-radius: 0 0 8px 8px;
  position: relative;
  top: -104px;
}
@media screen and (max-width: 992px) {
  .newsletter-card {
    display: none;
  }
}
.newsletter-card:before, .newsletter-card:after {
  content: "";
  display: table;
  border-bottom: 40px solid #006989;
  position: absolute;
  top: 0px;
}
.newsletter-card:before {
  border-left: 40px solid transparent;
  left: -40px;
}
.newsletter-card:after {
  border-right: 40px solid transparent;
  right: -40px;
}
.newsletter-card form:before, .newsletter-card form:after {
  content: "";
  display: block;
  background-color: #A1D6E2;
  position: absolute;
  border-radius: 0 0 8px 8px;
}
.newsletter-card form:before {
  height: 20px;
  bottom: -20px;
  left: 20px;
  right: 20px;
  opacity: 80%;
}
.newsletter-card form:after {
  height: 20px;
  bottom: -40px;
  left: 40px;
  right: 40px;
  opacity: 40%;
}

.newsletter-card h3 {
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  text-align: center;
}

.btn-subscribe {
  background-color: #00b7d4;
  color: white;
  border: none;
  padding: 0.8rem;
  width: 100%;
  border-radius: 5px;
  margin-top: 1rem;
}

.footer-event-widget {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .footer-event-widget {
    grid-template-columns: repeat(2, 1fr);
  }
}

.event-card {
  color: #a0a0a0;
}
.event-card h6 {
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
}
.event-card .event-date {
  color: #00b7d4;
  font-size: 0.9rem;
  margin-bottom: 0.9rem;
  display: flex;
  justify-content: space-between;
}

.footer-widget {
  margin-bottom: 30px;
}

.dashed-line {
  border-top: 2px dashed #605e5e;
  margin: 50px 0;
}

.header-cover {
  background-color: rgb(1, 167, 194);
  text-align: center;
  font-size: 2rem;
  color: white;
  padding: 4.5rem;
}

.our-introduction-section {
  font-size: 1.5rem;
  color: black;
}

.vision-section {
  background-color: white;
}

.chairman-section {
  background-color: rgb(238, 243, 255);
}

.representative-section {
  background-color: rgb(241, 241, 241);
}

.required-field::after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.owl-prev, .owl-next {
  background: rgba(152, 231, 243, 0.82) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
}

.registration-step {
  list-style: none;
  padding: 0;
}

.registration-step li {
  margin-bottom: 0.8rem;
}

.registration-step a {
  color: black;
  text-decoration: none;
  transition: color 0.3s;
}

.registration-step a:hover {
  color: #00b7d4;
}

.vl {
  border-left: 1px solid rgb(205, 205, 205);
  height: auto;
}

.section-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}

.upload-box {
  border: 1px solid #ced4da;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.upload-box i {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #6c757d;
}

.program-schedule-wrapper {
  display: grid;
  background-color: #fff;
  gap: 0 16px;
}
@media screen and (min-width: 767px) {
  .program-schedule-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.program-schedule-wrapper > div.program-countdown {
  grid-row-start: 1;
  grid-row-end: 4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.program-schedule-wrapper > div .program-countdown-inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.54);
  width: 100%;
  min-height: 300px;
}
.program-schedule-wrapper > div .program-countdown-inner .countdown-wrapper .countdown-item {
  border: 1px solid #ffffff;
  border-radius: 4px;
  text-align: center;
  min-width: 80px;
}
.program-schedule-wrapper > div .program-countdown-inner .countdown-wrapper .countdown-item p {
  margin: 0;
}
.program-schedule-wrapper > div .program-countdown-inner .countdown-wrapper .countdown-item .countdown-number {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  line-height: 70px;
}
.program-schedule-wrapper > div .program-countdown-inner .countdown-wrapper .countdown-item .countdown-label {
  background-color: #fff;
  color: #000000;
  padding: 5px;
}
.program-schedule-wrapper > div.program-card {
  padding: 24px;
  border-bottom: 1px solid #dfdfdf;
}
.program-schedule-wrapper > div.program-card:last-child {
  border-bottom: none;
}
.program-schedule-wrapper > div.program-card p {
  margin: 0;
}
.program-schedule-wrapper > div.program-card .event-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bg-info {
  background-color: #01A7C2 !important;
}

.floating-social-media {
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  z-index: 5;
  gap: 4px;
}
.floating-social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  color: #01A7C2;
}

.badge {
  line-height: 16px;
}

.album-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.album-card .album-thumb {
  background-color: #ededed;
}
.album-card img {
  max-width: 100%;
  height: auto;
}
.album-card .album-thumb-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.02), #000000);
}
.album-card .album-thumb-info p {
  margin: 0;
}
.video-album-card {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}
.video-album-card .video-album-thumb {
  background-color: #ededed;
}
.video-album-card img {
  max-width: 100%;
  height: auto;
}
.video-album-card a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 40px;
  top: 40px;
  background-color: #ff5a5a;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
}
.video-album-card a:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  right: -10px;
  top: -10px;
  border: 2px solid #ffffff;
  position: absolute;
}
.video-album-card p {
  margin: 8px 0;
}
.video-album-card h4 {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
