@import url(styles.css);

.blog-home2 {
  color: var(--blue-greyish-color);
  font-weight: 300;
}

.blog-home2 h1,
.blog-home2 h2,
.blog-home2 h3,
.blog-home2 h4,
.blog-home2 h5,
.blog-home2 h6 {
  color: var(--dark-slate-blue-color-events);
}

.blog-home2 .font-weight-medium {
  font-weight: 500;
}

.blog-home2 .bg-light {
  background-color: var(--whitish-grey-color) !important;
}

.blog-home2 .subtitle {
  color: var(--blue-greyish-color);
  line-height: 24px;
}

.blog-home2 .text-themecolor {
  color: var(--blue-light-color);
}

.blog-home2 h5 {
  line-height: 22px;
  font-size: 18px;
}

.blog-home2 a.link {
  color: var(--dark-slate-blue-color-events);
}

.blog-home2 a.link:hover {
  color: var(--blue-light-color);
}

.blog-home2 .on-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.blog-home2 .on-hover:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.blog-home2 .date-pos {
  right: 10px;
  top: 10px;
}

.blog-home2 .date-pos span {
  font-size: 30px;
  line-height: 30px;
  color: var(--white-color);
}

.blog-home2 .bg-info-gradiant {
  background: var(--blue-lighter-color-events);
  background: -webkit-linear-gradient(legacy-direction(to right), var(--blue-lighter-color-events) 0%, var(--blue-light-color) 100%);
  background: -webkit-gradient(linear, left top, right top, from(var(--blue-lighter-color-events)), to(var(--blue-light-color)));
  background: -webkit-linear-gradient(left, var(--blue-lighter-color-events) 0%, var(--blue-light-color) 100%);
  background: -o-linear-gradient(left, var(--blue-lighter-color-events) 0%, var(--blue-light-color) 100%);
  background: linear-gradient(to right, var(--blue-lighter-color-events) 0%, var(--blue-light-color) 100%);
}



/* new css for new design */

/* 
---------------------------------------------
Events Style
--------------------------------------------- 
*/


/* .events .section-heading {
  margin-bottom: 100px;
} */

/* .events .item {
    background-color: #f1f0fe;
    border-radius: 25px;
    position: relative;
    padding: 40px;
    margin-bottom: 96px;
    height: 190px;
  } */

.events .item .image {
  position: relative;
}

.events .item .image img {
  position: absolute;
  border-radius: 25px;
  max-width: 260px;
  left: 0;
  top: -70px;
  width: 100%;
  height: 250px;
}

.events .item ul li {
  display: inline-block;
  width: 17.5%;
  vertical-align: middle;
}

.events .item ul li:first-child {
  width: 35%;
}

.events .item ul li:nth-of-type(2) {
  width: 20%;
}

.events .item ul li span.category {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--orange-color);
  background-color: var(--white-color);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}

.events .item ul li h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--white-color);
}

.events .item ul li span {
  display: inline-block;
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 10px;
}

.events .item ul li h6 {
  font-size: 16px;
  color: var(--orange-color);
  font-weight: 600;
}

.events .item a {
  position: absolute;
  right: 0;
  top: 22px;
  background-color: var(--orange-color);
  width: 60px;
  height: 120px;
  display: inline-block;
  text-align: center;
  line-height: 120px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  border-radius: 60px 0px 0px 60px;
}

.register-now-button {
  background-color: var(--orange-color);
  color: var(--white-color);
  padding: 5px 10px;
  border-radius: 8px;
}

.register-logo-image {
  width: 75%;
  padding-top: 40px;
}

@media screen and (min-width: 992px) {

  .events .item {
    background-color: var(--dark-blue-color-service);
    border-radius: 25px;
    position: relative;
    padding: 40px;
    margin-bottom: 96px;
    height: 190px;
  }

}

@media screen and (min-width: 576px) and (max-width: 768px) {

  .ms10pt {
    margin-left: 8%;
  }

}

@media (max-width: 992px) {

  .events .item {
    background-color: var(--dark-blue-color-service);
    border-radius: 25px;
    position: relative;
    padding: 40px;
    margin-bottom: 96px;
    padding-bottom: 0;
  }

  .events {
    margin-top: 80px;
  }

  .events .item {
    margin-bottom: 66px;
  }

  .events .item .image img {
    position: relative;
    max-width: 100%;
  }

  .events .item ul {
    margin-top: -40px;
  }

  .events .item ul li:first-child {
    width: 100% !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light-grey);
  }

  .events .item ul li:nth-child(2) {
    width: 40% !important;
  }

  .events .item ul li {
    display: inline-block;
    width: 28% !important;
  }

  .events .item ul li:last-child {
    text-align: center;
  }

  .events .item a {
    bottom: 150px;
    top: auto;
  }

  .events .item ul li h6 {
    font-size: 14px;
  }

}

/* search and filter section starts here */

.sf-1 {
  display: flex;
  justify-content: end;
  align-items: center;
}

.sf-1 .btn-group {
  padding-bottom: 3rem;
}

.search-section .container {
  padding: 0 3rem 3rem 3rem;
  width: 400px;

}

.search-field-input {
  background-clip: padding-box;
  background-color: var(--white-color);
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 1px solid var(--light-lavender-color);
  font-size: 1rem;
  width: 100%;
  line-height: 2;
  padding: 0.375rem 1.25rem;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.search-field-input:focus {
  transition: all 0.5s;
  box-shadow: 0 0 40px var(--dark-yellowish-color);
  border-color: var(--light-yellowish-color);
  outline: none;
}

form.search-form-section {
  display: flex;
  justify-content: center;
}

.search-form-section label {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  margin-bottom: 0;
}

input.search-field-input {
  margin-bottom: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  height: 51px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input.search-submit-button {
  height: 51px;
  margin: 0;
  padding: 1rem 1.3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.search-submit-button {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: var(--light-yellowish-color);
  color: var(--dark-shade-greyish);
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.search-submit-button:hover,
.search-submit-button:active,
.search-submit-button:focus {
  cursor: pointer;
  background: var(--medium-yellowish-color);
  color: var(--dark-shade-greyish);
  outline: 0;
}


/* search and filter section ends here */

/* register modal starts here */

.register-courses .modal-body {
  padding: 0;
  margin: 0;

}

.register-courses .modal-content {

  max-height: auto;
  background: var(--dark-cyan-color-modal);
  border-radius: 16px;
  box-shadow: 0 4px 30px var(--light-black-opacity-color);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid var(--semi-transparent-white-color);

}

.register-courses .modal-title {
  font-size: 25px;
  padding-left: 80px;
  color: var(--color-orange);
}

.register-courses .form-button :hover i {
  color: var(--color-white);
}

/* register modal ends here */