.t3-header.navbar-fixed-top .logo a {
  margin-top: 20px;
}
.qx-element-heading span {
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.banner-area .qx-element-heading .title_text {
  font-weight: 800 !important;
}
.banner-area .qx-element-heading .title_text::first-letter {
  color: #ffb700;
}
.banner-area .qx-element-heading .description {
  font-weight: 500;
}

.single-service .qx-element-button {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-service .qx-element-button:hover {
  text-decoration: underline;
}

.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 transparent;
}
.qx-element-testimonial-pro .slick-dots .slick-active button:hover,
.qx-element-testimonial-pro .slick-dots .slick-active button:focus {
  opacity: 1;
}

.qx-element-filterable-gallery .qx-fg-filter {
  text-align: center;
  margin-bottom: 70px;
}
.qx-element-filterable-gallery .qx-fg-filter li a {
  text-transform: capitalize;
  font-weight: normal;
  padding: 0px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qx-element-filterable-gallery .qx-fg-filter li a:hover {
  border-bottom: 0 !important;
  padding: 0 !important;
  text-decoration: underline;
}
.qx-element-filterable-gallery .qx-fg-filter li .active {
  border-bottom: 0 !important;
  padding: 0 !important;
  text-decoration: underline;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item {
  padding: 1px;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item .qx-overlay .qx-overlay-background {
  background-color: rgba(255, 183, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item .qx-overlay .qx-fg-title {
  font-size: 22px !important;
  font-weight: 700;
  position: relative;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item .qx-overlay .qx-fg-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #212121;
  width: 80px;
  height: 2px;
  margin: 0 auto;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item .qx-overlay-hover:hover .qx-overlay-fade {
  opacity: 1;
  border: 5px solid #ddd;
}

.qx-element-joomla-articles .qx-media-inner {
  border: none;
  margin-bottom: 0;
}
.qx-element-joomla-articles .qx-media-inner:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.qx-element-joomla-articles .qx-media-inner:hover img {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}
.qx-element-joomla-articles .qx-media-inner .qx-media-body {
  background-color: transparent;
  padding: 0;
}
.qx-element-joomla-articles .qx-media-inner .qx-media-body .qx-element-jarticle-introtext {
  font-weight: 500;
}
.qx-element-joomla-articles .qx-media-inner .qx-media-body a.qx-btn {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qx-element-joomla-articles .qx-media-inner .qx-media-body a.qx-btn:hover,
.qx-element-joomla-articles .qx-media-inner .qx-media-body a.qx-btn:active {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffb700;
  text-decoration: underline;
}

.t3-footer .footer-social a:hover {
  color: #ffb700;
}
.t3-footer .t3-footnav ul li a:hover {
  color: #ffb700 !important;
}
.t3-footer .subscribe-box form button[type="submit"] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  margin-top: -2px !important;
  background-color: #ffb700 !important;
}
.t3-footer .subscribe-box form button[type="submit"] i {
  color: #ffffff;
}

@media (max-width: 480px) {
  .navbar-toggle {
    display: none;
  }
  .off-canvas-toggle {
    margin-top: 10px;
    right: 0 !important;
  }
  .qx-element-joomla-articles .qx-media-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .qx-element-joomla-articles .qx-media-grid figure img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .navbar-toggle {
    display: none;
  }
  .qx-element-joomla-articles .qx-media-grid {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .qx-element-joomla-articles .qx-media-grid figure img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .off-canvas-toggle {
    top: -17px;
    right: 0 !important;
  }
  .navbar-fixed-top .off-canvas-toggle {
    top: 8px;
  }
}