#hero h2 {
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
#header .logo img {
  max-height: 70px !important;
}
.navbar a,
.navbar a:focus {
  font-weight: 600;
}
.para-align {
  text-align: justify;
}
.border-radius {
  border-radius: 25px;
}
.img-size-footer {
  height: 60px;
}
.breadcrumbss {
  padding: 170px 0 60px 0;
  min-height: 50vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact .contact-form {
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
  padding: 22px;
}

.submit-join {
  background: #ed502e;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}
.error-forms {
  color: #ff0000;
}
.icon-size-style {
  font-size: 23px;
  margin-right: 3px;
}
.icon-text {
  position: relative;
  font-size: 14px;
  top: -5px;
}

.life-ecs-para {
  text-align: initial;
  font-weight: 600;
  color: #000;
  font-size: 23px;
}

.whatsapp-icon {
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 0px;
  top: 300px;
  z-index: 99;

  width: 60px;
  height: 60px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

.telegram-icon {
  background-color: #039be5;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 0px;
  top: 400px;
  z-index: 99;
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

.client-section .client-logo {
  margin-bottom: 50px;
}
.client-section .client-logo .item {
  transition: transform 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
    box-shadow 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin-bottom: 15px;
  background-color: #fff;
  margin: 10px;
  padding: 30px;
  border: 1px solid #efeeee;
  background-color: #ddd;
}
.client-section .client-logo .item:hover {
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.client-section .client-logo img {
  width: 100px;
  height: 30px;
  margin: 0 auto;
  /* opacity: 0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}
.client-section .client-logo img:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.client-section {
  background-color: #ff0000;
}
.text-light-new {
  color: #fff;
}
