.sub-head {
  display: block;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  margin: 0px;
  color: #004a31;
}
.bl3 {
  height: 455px;
}
.vs-2 {
  background-color: #002f85 !important;
}
.v2 {
  display: none;
}
.thesis .card-header i {
  padding-bottom: 16px;
  font-size: 32px;
}
.thesis .card {
  margin-bottom: 12px;
}
.thesis .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(0 173 115);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid #00583a;
  border-radius: 21px;
}
.thesis .card-header:hover {
  background-color: rgb(25 48 73) !important;
  border: 2px solid #000000;
  background-color: rgb(25 48 73) !important;
}
.box-head {
  min-height: 76px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.box-head1 {
  min-height: 81px;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #00b074;
  padding: 7px 13px;
}
.box-head p {
  position: relative;
  font-family: "Inter", serif;
  color: #ffffff;
  font-weight: 700;
  margin: 0px;
  transition: all 500ms ease;
}
.box-head1 h5 {
  font-family: "Barlow", sans-serif;
  color: #ffffff;
  line-height: 29px;
  font-size: 20px;
  font-weight: 600;
}

.conference .table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td {
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  vertical-align: middle;
  padding: 20px !important;
}

td img {
  width: 33px;
  border: 1px solid rgba(51, 51, 51, 0.36);
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}
.bor-right i {
  background: #00b074;
  padding: 4px 4px;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
}

@media (max-width: 700px) {
  .inner-box2 {
    display: block !important;
  }
  .v2 {
    display: block;
  }
  .v1 {
    display: none;
  }
}

/* event css  */

.news-block-one .inner-box .lower-content {
  position: relative;
  padding: 26px 30px 40px 30px;
  max-height: 269px;
}

.conf-name-preview {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  /* Approximate height for 2 lines */
}

.shape_container {
  /*background-image: url(../images/project__1.png);*/
  width: 150px;
  height: 150px;
  fill-opacity: 0.8;
  opacity: 0.3;
}

.news-block-one .inner-box .lower-content .shape {
  position: absolute;
  top: -114px;
  right: 6px;
  width: 140px;
  height: 140px;
  transform-origin: center;
  background-repeat: no-repeat;
}

.coundown-list .countdown .clock-item .count-text {
  font-weight: 600;
  font-size: 18px;
  padding: 0.5rem 0.7rem;
  margin-bottom: 0;
  color: #182e46 !important;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
  border-radius: 0 0 4px 4px;
}
.coundown-list .countdown .clock-item .count-number {
  background: #f6448200;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 1rem;
  border: 1px solid #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
  border-radius: 4px 4px 0 0;
}

.coundown-list .countdown .clock-item > P {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.coundown-list .countdown .clock-item {
  list-style: none;
  width: 70px;
  height: auto;
}
.coundown-list .countdown {
  column-gap: 20px;
  row-gap: 15px;
  display: flex;
}
.datee {
  font-size: 12px;
  text-align: end;
  margin-top: 2px;
  line-height: 22px;
  color: #1d1d1d;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .datee {
    text-align: start;
  }
}
.events a {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 500;
  line-height: 20px;
}
.events .fa-calendar-o {
  color: #ff1f16;
  margin-right: 3px;
}
.events p {
  margin: 0;
  font-size: 14px;
}
.events {
  padding: 10px 10px;
  margin-bottom: 4px;
}
#event .event-details-section .section-title .big-title {
  font-size: 21px;
  background: #f3f3f3;
  padding: 15px;
}
.events:nth-child(odd) {
  background-color: #e6f7ffc9;
}
/* event page */
.event-details.mb-4 {
  background: #fff;
  padding: 14px;
}
.overlay-black {
  background: rgb(2 23 40 / 74%);
}
.text-color-accent {
  color: #06f1c1;
}
.home-event-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
}
.divider.home-event-days {
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #e6e7f3;
}
.home-event-month {
  margin-bottom: 6px;
  color: #fff;
  font-size: 23px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
}
.home-event-day {
  color: #fbfbfd;
  font-size: 26px !important;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 5px;
}
.home-event-year {
  margin-bottom: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.custom-btn {
  z-index: 1;
  overflow: hidden;
  padding: 10px 35px;
  text-align: center;
  position: relative;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00ab88;
  color: #fff !important;
  -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
}
.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: visible !important;
  width: 100%;
  min-width: 300px;
}
.event-date a {
  color: rgb(3, 19, 164);
  font-size: 20px !important;
  font-weight: bold;
}
.list-unstyled .icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #5400f3, #29ffb0);
  border-radius: 50%;
}
.sticky-top-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 1;
}
