a {
  text-decoration: none;
  transition: 0.5s;
  outline: none;
  border: 0;
}

/* =====================
  SECTION: ABOUT
  ====================== */
.about {
  background: url("../images/bg/about-bg.jpg");
  background-position: center;
  background-size: cover;
}

.about-counter {
  text-align: center;
  padding: 30px;
  border-radius: 2px 25px 2px 2px;

  /* color: rgb(255, 255, 255) !important; */
}

.counter__info {
  transition: opacity 0.6s;
  text-align: center;
  margin: auto;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

/* =====================
  SECTION: EVENTS
  ====================== */
.event {
  position: relative;
}

.event::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  background: url("../images/bg/service-bg_2.jpg");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.slide {
  position: relative;
}

.slide::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(10deg, #384be3 0%, #384be3 100%);
  visibility: hidden;
  transition: 0.5s;
  opacity: 0.45;
  border-radius: 5px 5px 0 0;
}

.slide:hover::before {
  visibility: visible;
  width: 100%;
  top: 0;
}

.hendrio-section-title h4 {
  font-size: 16px;
  color: #645f5f;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 8px;
}

a.hendrio-button {
  font-size: 15px;
  padding: 7px 0px 7px 30px;
  background: #384be3;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 2px 25px 2px 2px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-top: 0;
  text-decoration: none;
}

a.hendrio-button:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px 25px 2px 2px;
  background: #fff;
  transform: scale(0);
  transition: 0.5s;
}

a.hendrio-button i {
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  background: #fff;
  color: #384be3;
  border-radius: 30px;
  border: 2px solid #384be3;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 8px;
  transition: 0.5s;
}

/* =====================
  SECTION: TEAM
  ====================== */

.team {
  background: url(../images/bg/quick_links_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.team-content {
  background: #1468b6;
  ;
  border-radius: 0px 0px 5px 5px;
  color: #fff;
}

.mem_img {
  position: relative;
  text-align: center;
  background: #fff;
}

.mem_img:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-image: linear-gradient(10deg, #1468b6 0%, #1468b6 100%);
  visibility: hidden;
  transition: 0.5s;
  opacity: 0.45;
  border-radius: 5px 5px 0 0;
}

.cards:hover .mem_img:before {
  visibility: visible;
  height: 100%;
  top: 0;
}

/* =====================
  SECTION: QUICK_LINKS
  ====================== */
.quick_links {
  /* background: url("../images/bg/quick_links_1.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.links {
  text-align: center;
}

.link_icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 50%;
  margin: auto;
  text-align: center;
}

.link_icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
  border: 2px dashed #1468b6;
  opacity: 0;
  transition: 0.5s;
}

.link_number {
  position: absolute;
  right: -14px;
  top: 53px;
  transition: 0.5s;
}

.link_number span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #1468b6;
  border-radius: 30px;
  font-family: "Inter";
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}

.links:hover .link_icon::before {
  opacity: 1;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
}

.links:hover .link_number {
  top: 6px;
  right: 13px;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* =====================
  SECTION: BACKGROUND_DESIGN
  ====================== */
.bg_design {
  position: relative;

}

.bg_design::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/bg/bg_2.jpg");
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}

/* =====================
  SECTION: BREADCRUMB
  ====================== */
.breadcrumb {
  background-color: var(--primary-color);
  color: #fff;
  margin: 0;
}

.breadcrumb p {
  font-weight: 700;
}

/* =====================
  SECTION: FORM
  ====================== */
.form_head {
  background: var(--yellow-color);
}

.form-section {
  margin: 0 auto;
  /* overflow: hidden; */
  padding: 3em 3em 3em;
  background: #ffffff;
  box-shadow: 0px 4px 42px -14px rgb(205 210 216);
  text-align: left;
  position: relative;
}

.login ul li {
  margin-bottom: 15px;
}

label.error {
  color: #f00;
  display: block;
  font-size: 13px;
}


.notification {
  position: fixed;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.notify-box-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.notify-box {
  width: 460px;
  max-width: 90%;
  margin: auto;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  font-size: 16px;
  padding: 1rem;
}

.toast-header {
  border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
  padding: 0.5rem 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}