.transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-fixed-top .logo a {
  margin-top: 20px !important;
}

.qx-element-testimonial-pro .qx-testimonial {
  margin-bottom: 0 !important;
}
.qx-element-testimonial-pro .qx-testimonial .qx-testimony {
  max-width: 100%;
  margin-top: 0;
  font-weight: 500;
}
.qx-element-testimonial-pro .qx-testimonial .name-deg {
  margin-top: 40px;
}
.qx-element-testimonial-pro .qx-testimonial .name-deg h4 {
  margin-bottom: 10px;
}
.qx-element-testimonial-pro .qx-testimonial .author-img {
  position: relative;
  right: initial;
  top: initial;
  left: initial;
  bottom: initial;
  width: 100%;
  margin-top: 15px;
}
.qx-element-testimonial-pro .qx-testimonial .author-img img {
  width: 100px;
  height: 100px;
  margin-top: 0;
}
.qx-element-testimonial-pro .slick-dots {
  bottom: -45px !important;
  left: 0;
  right: 0;
  text-align: center !important;
}
.qx-element-testimonial-pro .slick-dots li {
  width: inherit !important;
  display: inline;
}
.qx-element-testimonial-pro .slick-dots li button {
  display: inline-block;
}
.qx-element-testimonial-pro .slick-dots li button::before {
  content: '';
  background-color: #5b5e6b;
  font-family: inherit;
  width: 12px !important;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.qx-element-testimonial-pro .slick-dots li button:hover,
.qx-element-testimonial-pro .slick-dots li button:focus {
  opacity: 0.25;
}
.qx-element-testimonial-pro .slick-dots .slick-active button::before {
  content: '';
  font-family: inherit;
  background-color: #fff;
  border: 2px solid #124874;
}
.qx-element-testimonial-pro .slick-dots .slick-active button:hover,
.qx-element-testimonial-pro .slick-dots .slick-active button:focus {
  opacity: 1;
}
.inf-edu-subscribe h3 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.inf-edu-subscribe .inf-edu-subscribe-field {
  width: 340px;
  padding: 15px;
  border: 0;
  height: 55px;
  line-height: 1;
}
.inf-edu-subscribe .inf-edu-subscribe-field:focus {
  outline: 0;
}
.inf-edu-subscribe button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  margin-left: -5px;
  border-radius: 0;
  margin-top: -2px;
  height: 55px;
  line-height: 1;
}