.mod-languages {
  line-height: 1.1;
}
.tx-box-shadow {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.bordered-image .qx-element-image {
  border-right: 1px solid #e2e2e2;
  position: relative;
  margin: 0;
}
.bordered-image .qx-column {
  padding: 0;
}
.bordered-image .qx-column:last-child .qx-element-image {
  border-right: 0;
}
.bordered-image .qx-element-image + .qx-element-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}
@media only screen and (min-width: 768px) {
  .separator-circle .qx-column:first-child {
    position: relative;
  }
  .separator-circle .qx-column:first-child:before,
  .separator-circle .qx-column:first-child:after {
    content: "";
    position: absolute;
    background: white;
  }
  .separator-circle .qx-column:first-child:before {
    width: 16px;
    height: 100%;
    right: 0;
    top: 0;
    margin-right: -8px;
    z-index: 10;
  }
  .separator-circle .qx-column:first-child:after {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-right: -50px;
    margin-top: -50px;
    z-index: 13;
  }
}
@media only screen and (max-width: 992px) {
  .bordered-image .qx-element-image,
  .bordered-image .qx-element-image + .qx-element-image:before {
    border: none;
  }
}
.absolute {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  top: 80px;
  z-index: 99999;
  width: 50px;
  text-align: center;
  right: 0;
}
.absolute .sidebar-social ul {
  list-style: none;
  padding: 0;
}
.absolute .sidebar-social ul li:not(:last-child) {
  margin-bottom: 10px;
}
.absolute .sidebar-social ul a {
  display: block;
  color: #454868;
}
.absolute .sidebar-social ul a:hover {
  color: #00adff;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 90%;
}
.tx-footer a:hover {
  color: #00adff !important;
}
.buildx-subscribe input.form-control {
  background: transparent;
  border-radius: 0;
  padding: 20px;
}
.buildx-subscribe button.btn {
  background: #ffffff;
  color: #000;
  border-radius: 0;
  padding: 9.5px 15px;
  margin-top: 0px;
  border: 0;
  z-index: 33;
}
.buildx-footer-menu ul {
  list-style: none;
}
.buildx-footer-menu ul li {
  display: inline;
  padding: 0 8px;
}
.buildx-footer-menu ul li a {
  color: #777777;
}
.buildx-footer-menu ul li a:hover {
  color: #00adff;
}
.buildx-subscribe-3 .subscribe-group .subscribe-control {
  padding-left: 20px;
  border-radius: 0;
  border: none;
  height: 60px;
  width: 52%;
}
.buildx-subscribe-3 .subscribe-group button.subscribe-btn {
  height: 60px;
  background: #00adff;
  border: none;
  border-radius: 0;
  margin-left: -4px;
  color: #fff;
  padding: 18px 35px;
}
.buildx-subscribe-3-mobile .subscribe-group .subscribe-control {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0;
  border: none;
  height: 50px;
  width: 52%;
  font-size: 12px;
}
.buildx-subscribe-3-mobile .subscribe-group button.subscribe-btn {
  height: 50px;
  background: #00adff;
  border: none;
  border-radius: 0;
  margin-left: -4px;
  color: #fff;
  padding: 0 15px;
  font-size: 12px;
}
.com_search.view-search .form-group input#search-searchword {
  height: 61px;
  border-radius: 0;
  border: 1px solid #eee;
}
.com_search.view-search button.btn.btn-default {
  color: #fff;
  background: #00adff;
  border: none;
  border-radius: 0;
}