.practice {
  margin: 0px -25px;
}
@media (max-width: 767px) {
  .practice {
    margin: 0px;
  }
}
.practice .item {
  margin-bottom: 50px;
  padding: 0px 25px 0px 25px;
  float: left;
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) {
  .practice .item {
    width: 33.33333333%;
  }
  .practice .item:nth-child(3n + 1) {
    clear: both;
  }
}
@media (min-width: 551px) and (max-width: 991px) {
  .practice .item {
    width: 50%;
  }
  .practice .item:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 550px) {
  .practice .item {
    float: none;
    width: 100%;
    margin: 0px auto 25px 0px;
  }
  .practice .item:nth-child(1n + 1) {
    clear: both;
  }
}
.practice .item span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 30px;
  text-align: center;
  color: #FFF;
}
@media (max-width: 1200px) {
  .practice .item span {
    font-size: 24px;
  }
}
.practice .item span strong {
  display: table;
  margin: 0px auto;
  position: relative;
  padding-left: 20px;
  line-height: 1;
  font-weight: 400;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.practice .item span strong::before {
  height: 3px;
  width: 17px;
  background: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: " ";
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.practice .item:hover span strong {
  padding-left: 30px;
}
.practice .item:hover span strong::before {
  width: 27px;
}
.practice .item h3 {
  font-size: 45px;
  font-weight: 900;
  text-transform: lowercase;
  background: #a9abae;
  color: #FFF;
  display: block;
  padding: 0px 25px;
  width: 100%;
  height: 340px;
  margin: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 1200px) {
  .practice .item h3 {
    height: 300px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .practice .item h3 {
    height: 260px;
    font-size: 30px;
  }
}
.practice .item h3 a {
  text-decoration: none !important;
  color: inherit;
}
.practice .item h3:hover {
  background: #88002f;
}
.practice-single {
  padding-left: 400px;
  position: relative;
}
@media (min-width: 992px) {
  .practice-single {
    min-height: 700px;
  }
}
@media (max-width: 991px) {
  .practice-single {
    padding: 0px;
    min-height: 700px;
  }
}
.practice-single h1 {
  margin: 0px;
  font-size: 45px;
  text-transform: lowercase;
  width: 360px;
  font-weight: 900;
  height: 360px;
  padding: 0px 20px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  background: #88002f;
  color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 991px) {
  .practice-single h1 {
    position: relative;
    margin: 0px auto 30px;
  }
}
@media (max-width: 500px) {
  .practice-single h1 {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 340px) {
  .practice-single h1 {
    width: 100%;
    height: 300px;
  }
}
.practice-single .practicles {
  position: absolute;
  left: 0px;
  top: 400px;
}
@media (max-width: 991px) {
  .practice-single .practicles {
    position: relative;
    top: auto;
  }
}
.practice-single .practicles h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0px;
  font-weight: bold;
  color: #88002f;
}
.practice-single .practicles ul {
  list-style: none;
  margin: 10px 0px;
  padding: 0px;
}
.practice-single .practicles ul > li > a {
  color: #404041;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
}
.practice-single .practicles ul > li.active > a,
.practice-single .practicles ul > li:hover > a {
  text-decoration: underline;
}
