* {
  outline: none !important;
}
body {
  font-family: 'Muli', sans-serif;
  color: #757575;
  line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #444444;
  margin: 0;
  word-wrap: break-word;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 20px;
}
.bm-0 {
  margin-bottom: 0 !important;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.boxed .t3-wrapper {
  width: 90%;
  margin: 0 auto;
  background: #F1F1F1;
  position: relative;
  overflow: hidden;
}
.boxed .t3-wrapper .container {
  width: 100%;
}
.boxed .t3-wrapper .navbar-fixed-top .container {
  width: 90%;
}
.border-right-solid {
  border-right: 1px solid #dddddd;
}
.border-bottom-solid {
  border-bottom: 1px solid #ddd;
}
.border-right-solid-dark {
  border-right: 1px solid #272727;
}
.border-bottom-solid-dark {
  border-bottom: 1px solid #272727;
}
.btn-ico-right-border i {
  border-right: 1px solid #575757;
  margin-right: 6px;
  padding-right: 10px;
}
.bordered-blurb .qx-element-blurb {
  border-right: 1px solid #ddd;
  padding: 50px 15px 50px 0;
  position: relative;
}
.bordered-blurb .qx-column:last-child .qx-element-blurb {
  border-right: 0;
}
.bordered-blurb .qx-element-blurb + .qx-element-blurb:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 0 -15px;
}
.bordered-counter + .bordered-counter {
  border-left: 1px solid #eee;
}
.bordered-counter .qx-element-number-counter {
  padding: 50px 0;
}
.bordered-counter .qx-element-number-counter + .qx-element-number-counter {
  border-top: 1px solid #eee;
}
.bordered-blurb-2 + .bordered-blurb-2 {
  border-left: 1px solid #eee;
}
.bordered-blurb-2 .qx-element-blurb {
  padding: 50px 0;
}
.bordered-blurb-2 .qx-element-blurb + .qx-element-blurb {
  border-top: 1px solid #eee;
}
.ul-border .qx-fg-filter {
  list-style: outside none none;
  margin: 0 auto;
  max-width: 532px;
  padding: 0;
  position: relative;
  z-index: 3;
}
.ul-border .qx-fg-filter:before,
.ul-border .qx-fg-filter:after {
  position: absolute;
  content: "";
}
.ul-border .qx-fg-filter:before {
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  content: "";
  height: 62px;
  margin-left: -7px;
  position: absolute;
  top: -18px;
  width: 105%;
  z-index: -1;
}
.ul-border .qx-fg-filter:after {
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  content: "";
  height: 62px;
  left: -27px;
  position: absolute;
  top: -5px;
  width: 105%;
  z-index: -1;
}
.ul-border .qx-fg-filter .btn {
  border: 0 !important;
  padding: 4px 0 3px 0;
  border-right: 1px solid #333;
}
.ul-border .qx-fg-filter > li {
  border-right: 1px solid #333;
}
.ul-border .qx-fg-filter > li:last-child {
  border-right: 0;
}
.t3-header {
  background: #2a2a2a;
  height: 80px;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-transparent .t3-header {
  background: transparent;
  position: fixed;
}
.menu-transparent .t3-header.affix {
  background: #2a2a2a;
}
.t3-header.navbar-fixed-top {
  position: fixed !important;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-bottom {
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-bottom.affix {
  top: 0;
}
@-webkit-keyframes menuIn {
  0% {
    top: -50px;
  }
  100% {
    top: 0px;
  }
}
@keyframes menuIn {
  0% {
    top: -50px;
  }
  100% {
    top: 0px;
  }
}
.t3-header.affix {
  position: fixed;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: .25s menuIn ease;
  animation: .25s menuIn ease;
}
.t3-header.affix .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.t3-header.affix .navbar-default .navbar-nav > li > a:hover,
.t3-header.affix .navbar-default .navbar-nav > li > a.current {
  color: #ffe400;
}
.t3-header.affix .navbar-default .navbar-nav > li > a:before,
.t3-header.affix .navbar-default .navbar-nav > li > a:after {
  background: #ffe400;
}
.logo a {
  display: inline-block;
  line-height: 80px;
  margin-top: 0px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.t3-wrapper {
  position: inherit !important;
}
.caret {
  margin-left: 5px;
}
.separator .caret {
  margin-left: 5px;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  padding: 13px 25px !important;
  border-bottom: 1px solid #ededed;
  color: #1e1e1e;
}
.t3-megamenu .mega-inner,
.dropdown-menu {
  padding: 0 !important;
}
.navbar-nav > li > a,
.navbar-nav > li > span,
.nav > li > .separator {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 80px;
}
.t3-mainnav .t3-megamenu .mega-group-ct .row {
  margin: 0;
}
.t3-mainnav .t3-megamenu .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  background: #fafafa;
}
.t3-mainnav .t3-megamenu .dropdown .mega-col-nav {
  padding: 0;
  padding-right: 15px;
}
.t3-mainnav .t3-megamenu .dropdown .mega-col-nav:last-child {
  padding-right: 0;
}
.t3-mainnav .t3-megamenu .dropdown.mega .mega-group .mega-group-title {
  font-size: 14px;
  padding: 25px;
  color: #18191b;
  font-weight: 700;
}
.t3-mainnav .t3-megamenu .dropdown.mega .mega-group .mega-group-title:hover {
  color: #757575;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > li > span {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open:hover,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > span:hover {
  color: #ffe400;
}
.off-canvas-toggle {
  display: none;
}
.navbar-default {
  background-color: transparent;
  border: 0;
}
.com_quix.header-transparent .t3-header {
  position: absolute;
  padding-top: 22px;
  padding-bottom: 50px;
  background: transparent;
}
.com_quix.header-transparent .navbar-nav > li > a,
.com_quix.header-transparent .navbar-nav > li > span {
  padding-top: 30px !important;
  padding-bottom: 15px !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li.active {
  background-color: transparent;
  position: relative;
  color: #ffe400;
}
.navbar-default .navbar-nav > .active > a .mega-inner .active,
.navbar-default .navbar-nav > .active > a:hover .mega-inner .active,
.navbar-default .navbar-nav > .active > a:focus .mega-inner .active,
.navbar-default .navbar-nav > li.active .mega-inner .active {
  background: #444444;
}
.navbar-default .navbar-nav > .active > a .mega-inner .active a,
.navbar-default .navbar-nav > .active > a:hover .mega-inner .active a,
.navbar-default .navbar-nav > .active > a:focus .mega-inner .active a,
.navbar-default .navbar-nav > li.active .mega-inner .active a {
  color: #ffffff;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  color: #ffffff !important;
  background-color: #444444 !important;
}
.t3-megamenu.animate .mega.open > .mega-dropdown-menu,
.t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
  border-bottom: 3px solid #444444;
}
.mega-col-module {
  padding: 25px;
  color: #757575;
}
.navbar-nav > li > a,
.navbar-nav li > span {
  margin-top: -0px;
  text-transform: uppercase;
}
.navbar-nav > li > span {
  cursor: pointer;
}
.t3-logo,
.t3-logo-color {
  background-image: url("https://www.themexpert.com/templates/txv5/images/logo.png");
}
.navbar-default .navbar-nav > li > a {
  position: relative;
  -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-default .navbar-nav > li > a:before,
.navbar-default .navbar-nav > li > a:after {
  content: "";
  height: 2px;
  background: #ffe400;
  left: 15px;
  right: 15px;
  position: absolute;
  bottom: calc(20px);
  -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-default .navbar-nav > li > a:before {
  left: 50%;
  right: 50%;
  -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-default .navbar-nav > li > a:after {
  left: 50%;
  right: 50%;
  -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-default .navbar-nav > li > a:hover:before {
  left: 15px;
}
.navbar-default .navbar-nav > li > a:hover:after {
  right: 15px;
}
.navbar-default .navbar-nav > li > a.current {
  color: #ffe400;
}
.navbar-default .navbar-nav > li > a.current:before {
  left: 15px;
}
.navbar-default .navbar-nav > li > a.current:after {
  right: 15px;
}
.t3-sl {
  padding-bottom: 36px;
  padding-top: 36px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 54px;
    padding-top: 54px;
  }
}
.psr {
  position: relative;
}
.psa {
  position: absolute;
}
.ovh {
  overflow: hidden;
}
.varticle-light {
  width: 300px;
  top: -30px;
  margin-left: -295px;
}
.our-service h3 {
  font-size: 24px;
  color: #212121;
}
.t3-mainbody {
  padding: 100px 0 100px;
}
.com_quix .t3-mainbody {
  padding: 0;
}
.page-header {
  border-bottom: 0;
}
.page-header h2 {
  font-size: 25px;
  text-transform: inherit;
  margin-top: 0;
  margin-bottom: -5px;
}
.page-title {
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: inherit;
}
.t3-content article .divider-vertical {
  margin: 40px 0;
}
.t3-content article .article-aside {
  margin-bottom: 0;
}
.t3-content article .article-image.article-image-full {
  margin-bottom: 30px;
}
.t3-content .article-header .article-title {
  font-size: 25px;
  text-transform: inherit;
  margin-bottom: 5px;
}
.pagenav > li {
  float: inherit;
}
.items-more h3 {
  text-transform: inherit;
}
.t3-sidebar {
  padding-bottom: 18px;
}
.t3-sidebar ul {
  margin-left: 0;
  list-style: none;
}
.t3-sidebar ul li {
  border-bottom: 1px solid #dddddd;
}
.t3-sidebar ul li:last-child {
  border: 0;
}
.t3-sidebar ul li a {
  padding: 8px 0;
  display: block;
}
.newsfeed .redirect-ltr {
  font-size: 25px;
  text-transform: inherit;
}
.newsfeed ol {
  padding-left: 0;
}
.newsfeed ol li {
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
}
.newsfeed ol li h3 {
  font-size: 20px;
  text-transform: inherit;
}
.newsfeed .feed-item-description img {
  margin-right: 25px;
}
.item-image {
  margin-bottom: 20px;
}
.page-header {
  margin-bottom: 0;
}
dl.article-info.muted {
  margin-bottom: 30px;
  color: #999999;
  font-size: 13px;
}
.pagenav {
  margin-top: 30px;
}
.t3-footer {
  background: #212121;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding: 60px 0;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .custom-links li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.t3-footer .custom-links li:last-child {
  border-bottom: 0;
}
.t3-footer .custom-links li:first-child a {
  padding-top: 0;
}
.t3-footer .custom-links li a {
  padding: 10px 0;
  display: block;
  line-height: 1;
}
.t3-footnav {
  padding: 18px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 36px 0;
  }
}
.t3-footnav .t3-module {
  background: transparent;
  color: #ffffff;
  margin-top: 9px;
  margin-bottom: 9px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 9px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
  text-decoration: none;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #444444;
}
.t3-footnav .footer-social {
  margin-top: 15px;
}
.t3-footnav .footer-social .icon-set {
  color: #ffffff;
  margin-right: 22px;
  font-size: 22px;
}
.t3-footnav .footer-social .icon-set:hover {
  opacity: .8;
}
.xpert-contact {
  max-width: 800px;
  margin: 0 auto;
}
.xpert-contact .pl0 {
  padding-left: 0;
}
.xpert-contact .form-control {
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
  border-radius: 0;
}
.xpert-contact textarea.form-control {
  height: 200px;
}
.xpert-contact .btn {
  padding: 10px 20px !important;
  border-radius: 0 !important;
}
.t3-copyright {
  font-size: 13px;
  font-weight: 300;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright small a {
  color: #ffffff;
}
.copyright-area {
  background: #2e2d2d;
  color: #ffffff;
  padding: 15px 0;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.absolute {
  position: fixed;
  background: #ffffff;
  width: 50px;
  top: 0;
  bottom: 0;
  z-index: 100;
  left: -55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.absolute.display {
  left: 0;
}
.absolute .mod-txsociallinks {
  margin-top: 20px;
}
.absolute .mod-txsociallinks a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.absolute .menu {
  list-style: none;
  padding: 0;
  position: absolute;
  height: 50px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 55;
  float: left;
  bottom: 0px;
  white-space: nowrap;
  width: 100%;
}
.absolute .menu li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 50px;
  margin: 0 0px 0 20px;
  color: #aaa;
  transition: 0.4s color cubic-bezier(0.19, 1, 0.22, 1);
}
.absolute .menu li a {
  text-decoration: none;
}
.t3-wrapper.display-slide-sidebar-menu .t3-mainbody {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#back-to-top {
  position: fixed;
  right: 18px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: none;
  border: 2px solid #ffe400;
  color: #ffe400;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: none;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#back-to-top.affix {
  bottom: 36px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 27px;
  line-height: 22px;
}
.side-nav .dot-nav {
  right: 15px;
  position: fixed;
  z-index: 100;
  list-style: none;
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(232, 232, 233, 0.52);
  padding: 8px;
  border-radius: 15px;
}
.side-nav .dot-nav li a {
  display: block;
}
.side-nav .dot-nav li a.current:before {
  content: "";
  background: #444444;
  display: block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.side-nav .dot-nav li a:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #a0a0a0;
  display: block;
  border-radius: 100%;
  margin-bottom: 10px;
}
canvas.particles-js-canvas-el {
  position: absolute;
  top: 0;
}
#particles-animation {
  background-color: #1f1f1f;
  overflow: hidden;
  position: relative;
  
}
#particles-animation .qx-container {
  z-index: 2;
  position: relative;
}
.footer-style-2 .t3-header {
  z-index: 50;
}
.footer-style-2 .t3-mainbody {
  position: relative;
  z-index: 19;
  background: #ffffff;
}
.footer-style-2 .footer-wraper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.indicator-left-1,
.indicator-right-1 {
  position: relative;
}
.indicator-left-1:before,
.indicator-left-1:after,
.indicator-right-1:before,
.indicator-right-1:after {
  content: "";
  position: absolute;
  background: #1c1c1c;
}
.indicator-left-1:before,
.indicator-left-1:after {
  right: -100px;
}
.indicator-left-1:before,
.indicator-right-1:before {
  height: 2px;
  width: 100px;
  z-index: 1;
  top: 80px;
}
.indicator-left-1:after,
.indicator-right-1:after {
  width: 10px;
  height: 10px;
  top: 76px;
  border-radius: 100%;
  z-index: 2;
}
.indicator-right-1:before,
.indicator-right-1:after {
  left: -115px;
}