.floatright {
  float: right;
}
.rtl .floatright {
  float: left;
}
.rtl .floatright {
  float: left;
}
.floatleft {
  float: left;
}
.rtl .floatleft {
  float: right;
}
.rtl .floatleft {
  float: right;
}
.sppb-text-left {
  text-align: left;
}
.rtl .sppb-text-left {
  text-align: right;
}
.sppb-text-right {
  text-align: right;
}
.rtl .sppb-text-right {
  text-align: left;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 120px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204,204,204,0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204,204,204,0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3,1.3);
  -moz-transition: scale(1.3,1.3);
  -ms-transition: scale(1.3,1.3);
  -o-transition: scale(1.3,1.3);
  transition: scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hi-icon a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 100;
}
.hi-icon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon-effect-1 .hi-icon {
  background: rgba(255,255,255,0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  -moz-box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  filter: alpha(opacity=0);
}
.hi-icon-effect-1a .hi-icon:hover {
  background: #ffffff;
  color: #41ab6b;
}
.hi-icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 100;
  filter: alpha(opacity=10000);
}
.hi-icon-effect-1b .hi-icon:after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.hi-icon-effect-1b .hi-icon:hover {
  background: #ffffff;
  color: #41ab6b;
}
.hi-icon-effect-1b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 100;
  filter: alpha(opacity=10000);
}
.hi-icon-effect-2 .hi-icon {
  color: #eea303;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  -moz-box-shadow: 0 0 0 3px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hi-icon-effect-2 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.hi-icon-effect-2a .hi-icon:hover {
  color: #eea303;
}
.hi-icon-effect-2a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.hi-icon-effect-2b .hi-icon:hover {
  color: #fff;
}
.hi-icon-effect-2b .hi-icon:hover:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}
.hi-icon-effect-3 .hi-icon {
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  -moz-box-shadow: 0 0 0 4px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hi-icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.hi-icon-effect-3a .hi-icon {
  color: #f06060;
}
.hi-icon-effect-3a .hi-icon:hover {
  color: #fff;
}
.hi-icon-effect-3a .hi-icon:hover:after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  filter: alpha(opacity=0);
}
.hi-icon-effect-3b .hi-icon {
  color: #fff;
}
.hi-icon-effect-3b .hi-icon:after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  filter: alpha(opacity=0);
}
.hi-icon-effect-3b .hi-icon:hover {
  color: #f06060;
}
.hi-icon-effect-3b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 100;
  filter: alpha(opacity=10000);
}
.hi-icon-effect-4 .hi-icon {
  width: 92px;
  height: 92px;
  -webkit-box-shadow: 0 0 0 4px #ffffff;
  box-shadow: 0 0 0 4px #ffffff;
  -moz-box-shadow: 0 0 0 4px #ffffff;
}
.hi-icon-effect-4 .hi-icon:before {
  line-height: 92px;
}
.hi-icon-effect-4 .hi-icon:after {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #fff;
}
.hi-icon-effect-4 .hi-icon:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
  box-shadow: 0 0 0 0 rgba(255,255,255,0);
  -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
  color: #fff;
}
.hi-icon-effect-4a .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hi-icon-effect-4b .hi-icon:hover {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hi-icon-effect-4b .hi-icon:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -o-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hi-icon-effect-5 .hi-icon {
  -webkit-box-shadow: 0 0 0 4px #ffffff;
  box-shadow: 0 0 0 4px #ffffff;
  -moz-box-shadow: 0 0 0 4px #ffffff;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hi-icon-effect-5 .hi-icon:after {
  display: none;
}
.hi-icon-effect-5 .hi-icon:hover {
  background: #ffffff;
  color: #702fa8;
  -webkit-box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}
.hi-icon-effect-5a .hi-icon:hover:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -o-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.hi-icon-effect-5b .hi-icon:hover:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -o-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
.hi-icon-effect-5c .hi-icon:hover:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -o-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.hi-icon-effect-5d .hi-icon:hover:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -o-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
.hi-icon-effect-6 .hi-icon {
  -webkit-box-shadow: 0 0 0 4px #ffffff;
  box-shadow: 0 0 0 4px #ffffff;
  -moz-box-shadow: 0 0 0 4px #ffffff;
}
.hi-icon-effect-6 .hi-icon:hover {
  background: #ffffff;
  color: #64bb5d;
}
.hi-icon-effect-6 .hi-icon:hover:before {
  -webkit-animation: spinAround 2s linear infinite;
  -o-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite;
}
.hi-icon-effect-7 .hi-icon {
  -webkit-box-shadow: 0 0 0 4px #ffffff;
  box-shadow: 0 0 0 4px #ffffff;
  -moz-box-shadow: 0 0 0 4px #ffffff;
}
.hi-icon-effect-7 .hi-icon:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hi-icon-effect-7 .hi-icon:hover {
  color: #fff;
}
.hi-icon-effect-7a .hi-icon:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 70;
  filter: alpha(opacity=7000);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.hi-icon-effect-7a .hi-icon:after {
  -webkit-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
}
.hi-icon-effect-7a .hi-icon:hover:after {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-box-shadow: 3px 3px 0 #ffffff;
  box-shadow: 3px 3px 0 #ffffff;
  -moz-box-shadow: 3px 3px 0 #ffffff;
}
.hi-icon-effect-7a .hi-icon:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 100;
  filter: alpha(opacity=10000);
}
.hi-icon-effect-7b .hi-icon:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 70;
  filter: alpha(opacity=7000);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.hi-icon-effect-7b .hi-icon:after {
  -webkit-box-shadow: 3px 3px #ffffff;
  box-shadow: 3px 3px #ffffff;
  -moz-box-shadow: 3px 3px #ffffff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hi-icon-effect-7b .hi-icon:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 100;
  filter: alpha(opacity=10000);
}
.hi-icon-effect-7b .hi-icon:hover:after {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hi-icon-effect-8 .hi-icon {
  background: rgba(255,255,255,0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.hi-icon-effect-8 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  -moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.hi-icon-effect-8 .hi-icon:hover {
  background: rgba(255,255,255,0.05);
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
.hi-icon-effect-8 .hi-icon:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -o-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.hi-icon-effect-9 .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hi-icon-effect-9 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  -moz-box-shadow: 0 0 0 3px #fff;
}
.hi-icon-effect-9a .hi-icon:hover {
  -webkit-box-shadow: 0 0 0 10px #ffffff;
  box-shadow: 0 0 0 10px #ffffff;
  -moz-box-shadow: 0 0 0 10px #ffffff;
  color: #fff;
}
.hi-icon-effect-9a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 50;
  filter: alpha(opacity=5000);
}
.hi-icon-effect-9b .hi-icon:hover {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
  color: #fff;
}
.hi-icon-effect-9b .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #ffffff;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none; border-radius:10px; height:60px;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #8c6900;
  color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51,51,51,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
.btn-fill-horz-o {
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-fill-horz-o:before,
.btn-fill-horz-o:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
}
.btn-fill-horz-o:before {
  left: 50%;
}
.btn-fill-horz-o:after {
  right: 50%;
}
.btn-fill-horz-o:hover {
  color: #fff;
}
.btn-fill-horz-o:hover:before,
.btn-fill-horz-o:hover:after {
  width: 50%;
  opacity: 1;
}
.btn-fill-vert-o {
  background-color: #efefef;
  overflow: hidden;
  position: relative;
}
.btn-fill-vert-o:before,
.btn-fill-vert-o:after {
  content: '';
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-fill-vert-o:before {
  top: 50%;
}
.btn-fill-vert-o:after {
  bottom: 50%;
}
.btn-fill-vert-o:hover {
  color: #fff;
}
.btn-fill-vert-o:hover:before,
.btn-fill-vert-o:hover:after {
  height: 50%;
  opacity: 1;
  background: #000;
}
.btn-fill-horz {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: #a6a6a6;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.btn-fill-horz:before,
.btn-fill-horz:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-fill-horz:before {
  left: 50%;
}
.btn-fill-horz:after {
  right: 50%;
}
.btn-fill-horz:hover {
  color: #fff;
}
.btn-fill-horz:hover:before,
.btn-fill-horz:hover:after {
  width: 50%;
  opacity: 1;
  background-color: #9b59b6;
}
.banner-box {
  overflow: hidden;
}
.banner-box a,
.banner-box .sppb-addon-single-image-container {
  cursor: pointer;
}
.banner-box a:before,
.banner-box .sppb-addon-single-image-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top,rgba(72,76,97,0) 0%,rgba(72,76,97,0.8) 75%);
  background: linear-gradient(to bottom,rgba(72,76,97,0) 0%,rgba(72,76,97,0.8) 75%);
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0,50%,0);
  -moz-transform: translate3d(0,50%,0);
  -o-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  z-index: 1000;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale3d(1.05,1.05,1);
  -moz-transform: scale3d(1.05,1.05,1);
  -o-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-box:hover a:before,
.banner-box:hover .sppb-addon-single-image-container:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.banner-box:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -o-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.banner-box.effect-apollo {
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.banner-box.effect-apollo img {
  margin: 0 auto;
  position: relative;
  display: block;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.banner-box.effect-apollo:before {
  position: absolute;
  top: -150px;
  left: -150px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
}
.banner-box.effect-apollo:hover:before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,300%,0);
}
.banner-box.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.banner-middle,
.banner-slide {
  overflow: hidden;
}
.banner-middle img,
.banner-slide img {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.banner-middle:hover img,
.banner-slide:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.rtl .sp-megamenu-parent >li {
  padding-left: 10px;
  padding-right: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  border-bottom: 3px solid transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  line-height: 97px;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  border: 1px solid #ededed;
  border-bottom: 0;
  border-top: 0;
  padding: 20px;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner:before {
  left: 0;
  right: auto;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  float: left;
}
.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  float: left;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.rtl .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-right: 45px;
  margin-left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  left: 0;
  right: auto;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  border: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 6px 0;
  cursor: pointer;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  text-align: right;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  border-bottom: 2px solid #e0e0e0;
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px;
  padding-left: 20px;
  position: relative;
}
.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  padding-right: 20px;
  padding-left: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title) {
  padding-left: 10px;
}
.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title) {
  padding-right: 10px;
  padding-left: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):before {
  content: "\f0a4";
  font-family: FontAwesome;
  font-size: 6px;
  left: 5px;
  line-height: inherit;
  position: absolute;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):before {
  left: auto;
  right: 5px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover {
  padding-left: 20px;
}
.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover {
  padding-right: 20px;
  padding-left: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover:before {
  opacity: 1;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: right;
  font-size: 20px;
}
.rtl #offcanvas-toggler {
  float: left;
}
.rtl #offcanvas-toggler {
  float: left;
}
#offcanvas-toggler >i {
  line-height: 60px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.off-canvas-menu-wrap {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.rtl .close-offcanvas {
  left: 15px;
  right: auto;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module .modtitle,
.offcanvas-menu .offcanvas-inner .sp-module .title {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .hitarea {
  background: transparent;
  margin-left: 0;
  position: absolute;
  width: 25px;
  right: 0;
  top: 13px;
}
.rtl .offcanvas-menu .offcanvas-inner .sp-module ul .hitarea {
  left: 0;
  right: auto;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .hitarea:before {
  content: "\f147";
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .hitarea.expandable-hitarea {
  background: transparent;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .hitarea.expandable-hitarea:before {
  content: "\f196";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  padding: 0;
  background: none;
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.lastCollapsable,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.lastExpandable {
  background: transparent;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  display: block;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a img {
  display: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li {
  padding-left: 10px;
}
.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li {
  padding-right: 10px;
  padding-left: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: transparent !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: transparent !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  left: 0;
  right: auto;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .off-canvas-menu-wrap {
  right: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .off-canvas-menu-wrap:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 150%;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.rtl .menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: 0;
  right: auto;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.rtl .menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: 0;
  right: auto;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .off-canvas-menu-wrap {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.rtl .full-screen-ftop .offcanvas-menu {
  left: 0;
  right: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.rtl .full-screen-ftop .offcanvas-menu .close-offcanvas {
  left: 30px;
  right: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rtl .new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  left: 25px;
  right: auto;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rtl .new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  left: 22px;
  right: auto;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
.sppb-container {
  max-width: 100%;
}
.sppb-section-title span {
  font-weight: 500;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.title-uppercase h1,
.title-uppercase h2,
.title-uppercase h3,
.title-uppercase h4,
.title-uppercase h5,
.title-uppercase h6 {
  text-transform: uppercase;
}
.title-bg-white .sppb-section-title,
.title-bg-black .sppb-section-title {
  margin: 0 0 40px;
}
.title-bg-white .sppb-section-title .sppb-title-heading,
.title-bg-black .sppb-section-title .sppb-title-heading {
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 0 0 30px;
}
rtl .title-bg-white .sppb-section-title .sppb-title-heading,
rtl .title-bg-black .sppb-section-title .sppb-title-heading {
  background-position: right bottom;
}
.title-bg-white .sppb-section-title.sppb-text-center .sppb-title-heading,
.title-bg-black .sppb-section-title.sppb-text-center .sppb-title-heading {
  background-position: center bottom;
}
.title-bg-white .sppb-section-title.sppb-text-right .sppb-title-heading,
.title-bg-black .sppb-section-title.sppb-text-right .sppb-title-heading {
  background-position: right bottom;
}
rtl .title-bg-white .sppb-section-title.sppb-text-right .sppb-title-heading,
rtl .title-bg-black .sppb-section-title.sppb-text-right .sppb-title-heading {
  background-position: left bottom;
}
.title-bg-white .sppb-section-title .sppb-title-heading {
  background-image: url("../images/bg/bg-title-white.png");
}
.title-bg-black .sppb-section-title .sppb-title-heading {
  background-image: url("../images/bg/bg-title-black.png");
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.rtl .sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: auto;
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.rtl .sppb-addon-image-content.aligment-right .sppb-image-holder {
  left: 0;
  right: auto;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding-right: 50px;
}
.rtl .sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding-left: 50px;
  padding-right: 0;
}
.sppb-addon-feature .pull-left span,
.sppb-addon-feature pull-right span {
  display: block !important;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sppb-progress-warpper .sppb-progress-outside {
  overflow: visible;
  position: relative;
  float: left;
}
.rtl .sppb-progress-warpper .sppb-progress-outside {
  float: right;
}
.rtl .sppb-progress-warpper .sppb-progress-outside {
  float: right;
}
.sppb-progress-warpper .sppb-progress-outside span {
  right: 0;
  top: -15px;
  display: block;
  padding: 0 10px;
  background: #000;
  line-height: 25px;
  -webkit-transform: translate(50%,0);
  -ms-transform: translate(50%,0);
  -o-transform: translate(50%,0);
  transform: translate(50%,0);
  position: absolute;
}
.rtl .sppb-progress-warpper .sppb-progress-outside span {
  left: 0;
  right: auto;
}
.rtl .sppb-progress-warpper .sppb-progress-outside span {
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.sppb-progress-warpper .sppb_label {
  font-weight: 500;
}
.sppb-progress-warpper .sppb-progress-bar {
  line-height: 22px;
  float: left;
}
.rtl .sppb-progress-warpper .sppb-progress-bar {
  float: right;
}
.rtl .sppb-progress-warpper .sppb-progress-bar {
  float: right;
}
.sppb-progress-warpper .sppb-progress {
  margin-bottom: 45px;
}
.sppb-progress-warpper .sppb-progress.outside {
  height: 5px;
}
.sppb-progress-warpper .sppb-progress-outside span,
.sppb-progress-warpper .sppb-progress span {
  font-size: 12px;
  color: #fff;
}
.sppb-progress-warpper.style-color1 .sppb-progress-bar {
  background-color: #459fdd;
}
.sppb-progress-warpper.style-color2 .sppb-progress-bar {
  background-color: #fd5b4e;
}
.sppb-progress-warpper.style-color3 .sppb-progress-bar {
  background-color: #43c5b9;
}
.sppb-progress-warpper.style-color4 .sppb-progress-bar {
  background-color: #f1c22e;
}
.sppb-progress-warpper.style-color5 .sppb-progress-bar {
  background-color: #71d251;
}
.sppb-progress-warpper.style-color6 .sppb-progress-bar {
  background-color: #c644fc;
}
.sppb-addon-feature .sppb-addon-content >span {
  max-width: 100%;
}
#sp-page-builder .small-about-us h4 {
  line-height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: none;
}
#sp-page-builder .small-about-us i {
  margin-right: 20px;
  line-height: 43px;
  font-size: 20px;
}
.rtl #sp-page-builder .small-about-us i {
  margin-left: 20px;
  margin-right: 0;
}
.contac-add .sppb-addon-text {
  margin: 20px 0 0;
}
.sppb-section.contact-form .qlform {
  max-width: 770px;
  margin: 0 auto;
}
.sppb-section.contact-form .qlform form {
  margin: 0 -10px;
}
.sppb-section.contact-form .qlform .control-group {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.rtl .sppb-section.contact-form .qlform .control-group {
  float: right;
}
.rtl .sppb-section.contact-form .qlform .control-group {
  float: right;
}
.sppb-section.contact-form .qlform .control-group.jform_message,
.sppb-section.contact-form .qlform .control-group.submit {
  width: 100%;
}
.sppb-section.contact-form .qlform .control-group .controls {
  margin: 0;
}
.sppb-section.contact-form .qlform .control-group.submit {
  text-align: center;
  margin: 0;
}
.sppb-section.contact-form .qlform .control-group .btn {
  width: auto;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 35px;
}
.sppb-section.contact-form .qlform input,
.sppb-section.contact-form .qlform textarea,
.sppb-section.contact-form .qlform .uneditable-input {
  width: 100%;
  height: 48px;
}
.sppb-section.contact-form .qlform input:focus,
.sppb-section.contact-form .qlform textarea:focus,
.sppb-section.contact-form .qlform .uneditable-input:focus {
  box-shadow: none;
}
.sppb-section.contact-form .qlform input:focus:invalid:focus,
.sppb-section.contact-form .qlform textarea:focus:invalid:focus,
.sppb-section.contact-form .qlform select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: none;
}
.sppb-section.contact-form .qlform textarea {
  height: 190px;
}
.about-skill .sppb-media-heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
#sp-page-builder .about-team .sppb-section-title .sppb-title-subheading {
  line-height: 24px;
}
#sp-page-builder .about-team .sppb-feature-box-title span {
  display: block;
  margin-top: 10px;
}
#sp-page-builder .about-team .sppb-addon-persion {
  border: 1px solid #e5e5e5;
  padding: 7px;
}
#sp-page-builder .about-team .sppb-addon-persion .sppb-person-information {
  margin-bottom: 10px;
}
#sp-page-builder .about-team .sppb-addon-persion .sppb-person-information >.sppb-person-name {
  font-weight: 500;
  text-transform: uppercase;
}
#sp-page-builder .about-team .sppb-addon-persion .sppb-person-image .sppb-person-social-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 3;
}
#sp-page-builder .about-team .sppb-addon-persion .sppb-person-image .sppb-person-social-icons li {
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%);
  opacity: 0;
  filter: alpha(opacity=0);
}
#sp-page-builder .about-team .sppb-addon-persion .sppb-person-image .sppb-person-social-icons li:nth-child(4) {
  -webkit-transition: all 1.3333333333333s ease 0s;
  -o-transition: all 1.3333333333333s ease 0s;
  transition: all 1.3333333333333s ease 0s;
}
#sp-page-builder .about-team .sppb-addon-persion .sppb-person-image .sppb-person-social-icons li:nth-child(3) {
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sp-page-builder .about-team .sppb-addon-persion .sppb-person-image .sppb-person-social-icons li:nth-child(2) {
  -webkit-transition: all 0.66666666666667s ease 0s;
  -o-transition: all 0.66666666666667s ease 0s;
  transition: all 0.66666666666667s ease 0s;
}
#sp-page-builder .about-team .sppb-addon-persion .sppb-person-image .sppb-person-social-icons li:nth-child(1) {
  -webkit-transition: all 0.33333333333333s ease 0s;
  -o-transition: all 0.33333333333333s ease 0s;
  transition: all 0.33333333333333s ease 0s;
}
#sp-page-builder .about-team .sppb-addon-persion:hover .sppb-person-image .sppb-person-social-icons li {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 100;
  filter: alpha(opacity=10000);
}
#sp-page-builder .about-team .sppb-addon-persion:hover .sppb-person-image:before,
#sp-page-builder .about-team .sppb-addon-persion:hover .sppb-person-image:after {
  width: 50%;
  opacity: 66;
  filter: alpha(opacity=6600);
  background-color: #000;
}
#sp-page-builder .about-team .sppb-person-image {
  position: relative;
}
#sp-page-builder .about-team .sppb-person-image:before,
#sp-page-builder .about-team .sppb-person-image:after {
  z-index: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
}
#sp-page-builder .about-team .sppb-person-image:before {
  left: 50%;
}
#sp-page-builder .about-team .sppb-person-image:after {
  right: 50%;
}
#sp-page-builder .about-team .sppb-person-image .sppb-person-social a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  background: #fff;
}
#sp-page-builder .about-team .sppb-person-social {
  margin: 0 -2px;
}
#sp-page-builder .about-team .sppb-person-social > li {
  margin: 0 2px;
}
.services-features .sppb-section-title {
  margin-bottom: 0 !important;
}
.optimized-wrapper ul {
  list-style: none;
  padding: 0;
}
.optimized-wrapper ul li {
  line-height: 40px;
  padding-left: 30px;
  position: relative;
}
.rtl .optimized-wrapper ul li {
  padding-right: 30px;
  padding-left: 0;
}
.optimized-wrapper ul li:before {
  width: 100%;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.rtl .optimized-wrapper ul li:before {
  left: auto;
  right: 0;
}
.optimized-wrapper .sppb-btn {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
}
.feature-content .feature-icon {
  width: 115px;
  height: 115px;
  margin: auto;
  border: 1px solid #efefef;
  font-size: 30px;
  padding: 4px;
  cursor: pointer;
}
.feature-content .feature-icon span {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 4px solid #efefef;
  margin: auto;
  line-height: 96px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.feature-content .feature-icon:hover {
  color: #fff;
}
.feature-content.f-style1 .feature-icon {
  border-color: #459fdd;
  color: #459fdd;
}
.feature-content.f-style1 .feature-icon span {
  border-color: #459fdd;
}
.feature-content.f-style2 .feature-icon {
  border-color: #f1c22e;
  color: #f1c22e;
}
.feature-content.f-style2 .feature-icon span {
  border-color: #f1c22e;
}
.feature-content.f-style3 .feature-icon {
  border-color: #fd5b4e;
  color: #fd5b4e;
}
.feature-content.f-style3 .feature-icon span {
  border-color: #fd5b4e;
}
.feature-content:hover.f-style1 .feature-icon span {
  background: #459fdd;
  color: #fff;
}
.feature-content:hover.f-style2 .feature-icon span {
  background: #f1c22e;
  color: #fff;
}
.feature-content:hover.f-style3 .feature-icon span {
  background: #fd5b4e;
  color: #fff;
}
.feature-content .feature-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px 0 20px;
}
.welcome-wrapper .sppb-title-subheading {
  text-transform: uppercase;
  color: #222222;
  font-weight: 500;
}
.welcome-wrapper .sppb-addon-feature .sppb-addon-text {
  line-height: 45px;
  text-transform: uppercase;
}
.our-services-wrapper .sppb-addon-content > span {
  float: left;
  margin-right: 20px;
}
.rtl .our-services-wrapper .sppb-addon-content > span {
  float: right;
}
.rtl .our-services-wrapper .sppb-addon-content > span {
  float: right;
}
.rtl .our-services-wrapper .sppb-addon-content > span {
  margin-left: 20px;
  margin-right: 0;
}
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title {
  line-height: 50px !important;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title:before,
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title:after {
  content: " ";
  display: table;
}
.our-services-wrapper .sppb-addon-content .sppb-feature-box-title:after {
  clear: both;
}
.amazing-works .owl-wrapper {
  margin: 0 -3px;
}
.amazing-works .owl-wrapper .owl-item {
  padding: 0 3px;
}
.amazing-works .owl-wrapper .item {
  border: 1px solid #e5e5e5;
}
.amazing-works .owl-wrapper .image-block {
  margin: -1px -1px 0;
}
.amazing-works .owl-wrapper .text-block {
  padding: 0 20px;
  text-align: center;
}
.amazing-works .owl-wrapper .text-block .title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px;
}
.amazing-works .owl-wrapper .text-block .introtext {
  font-size: 12px;
  margin: 0 0 25px;
}
.clients-say-wrapper .sppb-testimonial-pro {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 35px;
  border: 1px solid rgba(255,255,255,0.5);
  border-bottom-width: 0;
  position: relative;
  margin: 0 0 30px;
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-testimonial-message:before,
.clients-say-wrapper .sppb-testimonial-pro .sppb-testimonial-message:after {
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  height: 10px;
  content: "";
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-testimonial-message:before {
  right: 50%;
  left: 0;
  margin-right: 10px;
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-testimonial-message:after {
  right: 0;
  left: 50%;
  margin-left: 10px;
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-testimonial-message .sppb-testimonial-message-inner:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 11px;
  background: url(../images/icons/arrow-down.png);
  margin: 0 auto;
  bottom: -10px;
  right: 0;
  left: 0;
}
.clients-say-wrapper .sppb-testimonial-pro .pro-client-name {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.clients-say-wrapper .sppb-testimonial-pro .pro-client-url {
  display: block;
  font-size: 12px;
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-carousel-controls {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-carousel-controls .sppb-carousel-control {
  margin: 0 70px;
  width: 26px;
  height: 26px;
  background-position: top center;
  border: none;
  background-color: #fff;
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-carousel-controls .sppb-carousel-control:hover {
  background-position: bottom center;
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-carousel-controls .sppb-carousel-control i {
  display: none;
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-carousel-controls .sppb-carousel-control.left {
  background-image: url("../images/icons/prev2.png");
}
.rtl .clients-say-wrapper .sppb-testimonial-pro .sppb-carousel-controls .sppb-carousel-control.left {
  background-image: url("../images/icons/next2.png");
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-carousel-controls .sppb-carousel-control.right {
  background-image: url("../images/icons/next2.png");
}
.rtl .clients-say-wrapper .sppb-testimonial-pro .sppb-carousel-controls .sppb-carousel-control.right {
  background-image: url("../images/icons/prev2.png");
}
.clients-say-wrapper .sppb-testimonial-pro .sppb-avatar {
  width: 90px;
  height: 90px;
  border: 1px solid #e5e5e5;
  padding: 4px;
}
.rev_slider2 .rev_slider_wrapper .tp-leftarrow.default {
  width: 40px;
  height: 40px;
  background-image: url('../images/icons/prev.png');
  background-position: center bottom;
}
.rev_slider2 .rev_slider_wrapper .tp-leftarrow.default:hover {
  background-image: url('../images/icons/prev.png');
  background-position: center bottom;
}
.rev_slider2 .rev_slider_wrapper .tp-rightarrow.default {
  width: 40px;
  height: 40px;
  background-image: url('../images/icons/next.png');
  background-position: center bottom;
}
.rev_slider2 .rev_slider_wrapper .tp-rightarrow.default:hover {
  background-image: url('../images/icons/next.png');
  background-position: center bottom;
}
.rev_slider2 .rev_slider_wrapper .tp-rightarrow.default,
.rev_slider2 .rev_slider_wrapper .tp-leftarrow.default {
  background-color: #000;
}
.banner-group .sppb-addon-feature {
  padding-right: 6px;
  padding-bottom: 6px;
}
.rtl .banner-group .sppb-addon-feature {
  padding-left: 6px;
  padding-right: 0;
}
.banner-group .sppb-addon-feature .sppb-addon-content {
  position: relative;
  padding: 30px 20px;
}
.banner-group .sppb-addon-feature .sppb-addon-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  bottom: -6px;
  right: -6px;
  z-index: -1;
}
.rtl .banner-group .sppb-addon-feature .sppb-addon-content:before {
  left: -6px;
  right: auto;
}
.banner-group .sppb-addon-feature .sppb-media-body {
  padding-bottom: 15px;
  position: relative;
}
.banner-group .sppb-addon-feature .sppb-media-body:before,
.banner-group .sppb-addon-feature .sppb-media-body:after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
.rtl .banner-group .sppb-addon-feature .sppb-media-body:before,
.rtl .banner-group .sppb-addon-feature .sppb-media-body:after {
  left: auto;
  right: 0;
}
.banner-group .sppb-addon-feature .sppb-media-body:before {
  bottom: 0;
  width: 20px;
}
.banner-group .sppb-addon-feature .sppb-media-body:after {
  bottom: 3px;
  width: 40px;
}
.banner-group .color1 .sppb-addon-content {
  background-color: #459fdd;
}
.banner-group .color1 .sppb-addon-content:before {
  border-color: #459fdd;
}
.banner-group .color2 .sppb-addon-content {
  background-color: #f1c22e;
}
.banner-group .color2 .sppb-addon-content:before {
  border-color: #f1c22e;
}
.banner-group .color3 .sppb-addon-content {
  background-color: #fd5b4e;
}
.banner-group .color3 .sppb-addon-content:before {
  border-color: #fd5b4e;
}
.banner-static-wrapper .sppb-row {
  margin: 0;
}
.banner-static-wrapper .sppb-row >div {
  padding: 0;
}
.banner-static-wrapper .sppb-row .sppb-addon {
  display: block;
}
.bgstyle {
  background: rgba(255,255,255,0.2);
}
.bgstyle .owl-item {
  border-left: 1px solid rgba(255,255,255,0.1);
}
.bgstyle .owl-wrapper {
  margin-left: -1px;
}
body {
  line-height: 24px;
  color: #212324;
}
body:not(.home-page) #sp-header {
  background: #222;
}
.body-innerwrapper {
  overflow: hidden;
}
.layout-boxed .body-innerwrapper {
  box-shadow: none;
}
ol,
ul {
  list-style: none;
}
i strong {
  display: none;
}
.float-left {
  float: left;
}
.rtl .float-left {
  float: right;
}
.float-right {
  float: right;
}
.rtl .float-right {
  float: left;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: transparent;
}
.text70 span {
  font-weight: 400;
}
.button1 a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.button1 a span {
  margin-left: 10px;
  font-size: 20px;
}
.rtl .button1 a span {
  margin-right: 10px;
  margin-left: 0;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background: transparent !important;
  border: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select.open .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select select.bs-select-hidden,
.bootstrap-select select.selectpicker,
.bootstrap-select.open select.bs-select-hidden,
.bootstrap-select.open select.selectpicker {
  display: none !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}
.bootstrap-select.btn-group .dropdown-toggle {
  padding: 0 25px;
}
.bootstrap-select.btn-group .dropdown-toggle:before {
  content: '\e02a';
  font-family: 'simple-line-icons';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}
.rtl .bootstrap-select.btn-group .dropdown-toggle:before {
  left: auto;
  right: 0;
}
.bootstrap-select.btn-group .dropdown-toggle:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: -2px;
}
.rtl .bootstrap-select.btn-group .dropdown-toggle:after {
  left: 15px;
  right: auto;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: visible;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-select.btn-group .dropdown-menu ul li a {
  padding: 0 10px;
}
.style-title1 .sppb-addon-title,
.style-title1 .sppb-section-title h3,
.style-title1 .modtitle {
  display: inline-block;
  margin: 0 0 40px !important;
  font-size: 24px;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
  line-height: 30px !important;
  text-transform: uppercase;
}
.rtl .style-title1 .sppb-addon-title,
.rtl .style-title1 .sppb-section-title h3,
.rtl .style-title1 .modtitle {
  padding-right: 25px;
  padding-left: 0;
}
.style-title1 .sppb-addon-title:before,
.style-title1 .sppb-section-title h3:before,
.style-title1 .modtitle:before {
  border: 3px solid;
  content: "";
  height: 17px;
  margin-top: -2px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 17px;
}
.rtl .style-title1 .sppb-addon-title:before,
.rtl .style-title1 .sppb-section-title h3:before,
.rtl .style-title1 .modtitle:before {
  left: auto;
  right: 0;
}
.style-title1 .sppb-section-title {
  margin: 0 !important;
}
.style-title2 .sppb-section-title h3 {
  letter-spacing: 8px;
  padding-left: 60px;
  position: relative;
  text-transform: uppercase;
  word-spacing: 4px;
}
.rtl .style-title2 .sppb-section-title h3 {
  padding-right: 60px;
  padding-left: 0;
}
.style-title2 .sppb-section-title h3:before {
  background: #4e4e4e;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.rtl .style-title2 .sppb-section-title h3:before {
  left: auto;
  right: 0;
}
.has-border {
  border-bottom: 4px ridge #fff !important;
  display: block;
  text-transform: uppercase;
}
.scrollup {
  display: block;
  right: -40px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.rtl .scrollup {
  left: -40px;
  right: auto;
}
.scrollup:before {
  width: 38px;
}
.tparrows.default {
  background: rgba(0,0,0,0.12);
  border: 0;
  color: #fff;
  padding: 0;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
}
.tparrows.default:before {
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 40px;
  left: 0;
  position: absolute;
  width: 35px;
}
.tparrows.default.tp-leftarrow:before {
  content: '\f104';
}
.tparrows.default.tp-rightarrow:before {
  content: '\f105';
  left: auto;
  right: 0;
}
.tp-bullets.round .bullet {
  background: transparent !important;
  display: inline-block;
  float: none !important;
  height: 30px;
  margin: 5px 0 0 !important;
}
.tp-bullets.round .bullet:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.rtl .tp-bullets.round .bullet:before {
  left: auto;
  right: 4px;
}
.tp-bullets.round .bullet.selected {
  border: 1px solid #fff;
  border-radius: 50%;
}
.logo {
  margin: 0;
}
.logo .sp-retina-logo {
  display: none;
}
#sp-header {
  box-shadow: none;
  height: auto;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#sp-header.menu-fixed {
  background: #222 !important;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.12);
  margin: 0 !important;
}
#sp-header.menu-fixed .logo {
  height: 60px;
}
#sp-header.menu-fixed .sp-megamenu-parent > li > a {
  color: #fff !important;
  line-height: 57px !important;
}
#sp-header.menu-fixed .top-static {
  padding-top: 10px !important;
}
#sp-header .logo {
  height: 100px;
}
#sp-header.style-1 .sp-megamenu-parent,
#sp-header.style-4 .sp-megamenu-parent {
  text-align: right;
}
.rtl #sp-header.style-1 .sp-megamenu-parent,
.rtl #sp-header.style-4 .sp-megamenu-parent {
  text-align: left;
}
#sp-header.style-1 .sp-megamenu-parent > li > a,
#sp-header.style-4 .sp-megamenu-parent > li > a {
  color: #fff;
}
#sp-header.style-1 .modtitle i,
#sp-header.style-4 .modtitle i {
  color: #fff;
}
#sp-header.style-1 {
  background: rgba(0,0,0,0.5);
}
#sp-header.style-1 .button2 {
  display: none;
}
#sp-header.style-3 .button-group {
  position: absolute;
  right: 0;
  top: -45px;
}
.rtl #sp-header.style-3 .button-group {
  left: 0;
  right: auto;
}
#sp-header.style-3 .button-group .button {
  border-radius: 0;
  padding: 10px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#sp-header.style-3 .button-group .button2 {
  float: right;
}
.rtl #sp-header.style-3 .button-group .button2 {
  float: left;
}
.rtl #sp-header.style-3 .button-group .button2 {
  float: left;
}
#sp-header.style-3 .top-static {
  padding-top: 40px;
}
#sp-header.style-3 .top-static .search.mod_search {
  margin: 0;
}
#sp-header.style-4 {
  background: transparent;
  margin-top: 42px;
}
#sp-header.style-5 .top-static {
  padding: 0;
}
#sp-header.style-5 .top-static .search,
#sp-header.style-5 .top-static .button2 {
  display: none;
}
#sp-header.style-5 .top-static .button {
  border-radius: 0;
  padding: 10px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#sp-header.style-5 .top-static .button:hover {
  background: #fff !important;
}
#sp-header.style-5 .top-static .button:hover a {
  color: #141516 !important;
}
#sp-header.style-5 .sp-megamenu-parent > li {
  border-right: 1px solid rgba(255,255,255,0.3);
  padding: 0 10px;
}
.rtl #sp-header.style-5 .sp-megamenu-parent > li {
  border-right: none;
  border-left: 1px solid rgba(255,255,255,0.3);
}
#sp-header.style-5 .sp-megamenu-parent > li > a {
  border: 0;
  color: #fff;
  line-height: 45px;
}
#sp-header.style-5 .sp-megamenu-parent > li:hover,
#sp-header.style-5 .sp-megamenu-parent > li.active {
  background: #fff;
}
#sp-header.style-5 .sp-megamenu-parent > li:hover > a,
#sp-header.style-5 .sp-megamenu-parent > li.active > a {
  color: #141516;
}
#offcanvas-toggler {
  color: #fff;
  float: right;
  margin-top: 23px;
  text-align: center;
  width: 60px;
}
.rtl #offcanvas-toggler {
  float: left;
}
.rtl #offcanvas-toggler {
  float: left;
}
#offcanvas-toggler i {
  line-height: 50px;
}
.mod_search button {
  background: transparent;
  border: 0;
  color: #222;
  font-size: 0;
  padding: 0;
}
.mod_search button:before {
  font-size: 16px;
}
.mod_search button:hover {
  background: transparent;
}
.top-static {
  padding-top: 30px;
  text-align: right;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.rtl .top-static {
  text-align: left;
}
.top-static .search,
.top-static .button-group {
  display: inline-block;
}
.top-static .search.mod_search {
  margin-right: 40px;
}
.rtl .top-static .search.mod_search {
  margin-left: 40px;
  margin-right: 0;
}
.top-static .button,
.top-static .button2 {
  display: inline-block;
  border-radius: 4px;
  border: 0;
  padding: 8px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.top-static .button a,
.top-static .button2 a {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
#sp-page-title {
  text-align: center;
}
#sp-page-title .breadcrumb {
  text-transform: capitalize;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
#sp-page-title .breadcrumb li + li:before {
  content: ">";
  color: #aaa;
  font-size: 10px;
  font-weight: 300;
}
#sp-page-title .breadcrumb li.active {
  font-weight: 700;
  text-transform: uppercase;
}
#sp-page-title .breadcrumb >span,
#sp-page-title .breadcrumb >li,
#sp-page-title .breadcrumb >li>a {
  color: #18191a;
  font-weight: 500;
}
#sp-page-title h2,
#sp-page-title h3 {
  color: #18191a;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
  text-transform: uppercase;
}
.sp-page-title {
  background: url(../images/bg/bg_breakcrumb.jpg);
}
.sp-page-title .breadcrumb {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
body.home-page #sp-main-body {
  padding-top: 0;
}
#sp-main-body {
  padding: 50px 0;
}
body.view-category #sp-main-body {
  padding-top: 50px;
}
#sp-top-bar {
  padding: 0;
}
#sp-top-bar .sp-contact-info li {
  display: inline-block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#sp-top-bar .sp-contact-info li a,
#sp-top-bar .sp-contact-info li i {
  color: rgba(255,255,255,0.6);
}
#sp-top-bar .sp-contact-info li:hover a,
#sp-top-bar .sp-contact-info li i {
  color: #fff;
}
#sp-top-bar .sp-module {
  display: block;
  margin: 0;
}
#sp-top-bar ul {
  margin: 0;
}
#sp-top-bar ul li {
  display: inline-block;
  border-right: 1px solid rgba(255,255,255,0.12);
  margin: 0;
  padding: 10px;
}
.rtl #sp-top-bar ul li {
  border-right: none;
  border-left: 1px solid rgba(255,255,255,0.12);
}
#sp-top-bar ul li:last-child {
  border: 0;
}
#sp-top-bar ul.social-icons li {
  text-align: center;
  width: 40px;
}
#sp-top-bar ul.social-icons li a {
  margin: 0;
  line-height: 24px;
}
#sp-top-bar.style2 {
  background: rgba(0,0,0,0.12);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-top-bar.style2 ul.social-icons > li a {
  color: rgba(255,255,255,0.8);
}
#sp-top-bar.style3 .logo {
  height: 120px;
  vertical-align: middle;
  display: table-cell;
}
#sp-top-bar.style3 ul.social-icons {
  border-right: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  display: inline-block;
  padding: 0 20px;
  float: left;
}
.rtl #sp-top-bar.style3 ul.social-icons {
  float: right;
}
.rtl #sp-top-bar.style3 ul.social-icons {
  float: right;
}
#sp-top-bar.style3 ul.social-icons > li {
  border: 0;
  width: auto;
}
#sp-top-bar.style3 ul.social-icons > li a {
  color: #fff;
}
#sp-top-bar.style3 .top5 {
  margin-top: 35px;
}
#sp-top-bar.style3 .top5:before,
#sp-top-bar.style3 .top5:after {
  content: " ";
  display: table;
}
#sp-top-bar.style3 .top5:after {
  clear: both;
}
#sp-top-bar.style3 .contact-top {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  float: left;
  margin-left: 25px;
  text-align: center;
}
.rtl #sp-top-bar.style3 .contact-top {
  float: right;
}
.rtl #sp-top-bar.style3 .contact-top {
  float: right;
}
.rtl #sp-top-bar.style3 .contact-top {
  margin-right: 25px;
  margin-left: 0;
}
#sp-top-bar.style3 .contact-top p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
#fancybox-title {
  margin-left: 0 !important;
}
#fancybox-close {
  right: -30px;
}
.rtl #fancybox-close {
  left: -30px;
  right: auto;
}
#sbox-window body {
  margin: 0;
  text-align: center;
}
#sbox-window body img {
  display: inline-block;
}
.vmCartModule .vm_cart_footer a {
  float: none !important;
  display: block;
  padding: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.category h3 a {
  font-weight: 700;
}
.vm-header-container .vm-continue-shopping {
  text-align: right;
  padding: 0;
}
.rtl .vm-header-container .vm-continue-shopping {
  text-align: left;
}
.vm-header-container .vm-continue-shopping a {
  border: 1px solid transparent;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  background: #ebebeb;
  color: #000;
}
.vm-cart-header .vm-header {
  font-style: italic;
  padding-top: 10px;
  text-transform: capitalize;
}
.checkoutStep {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}
.small-icon .addtocart-area span.addtocart-button {
  text-align: center;
}
.small-icon .addtocart-area span.addtocart-button:after {
  content: "+";
  line-height: 25px;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0;
}
.rtl .small-icon .addtocart-area span.addtocart-button:after {
  left: 0;
  right: auto;
}
.small-icon .addtocart-area span.addtocart-button .addtocart-button {
  padding: 0;
  text-indent: -9999px;
  width: 45px;
  position: relative;
}
.small-icon .addtocart-area span.addtocart-button i {
  right: 0;
  line-height: 40px;
}
.rtl .small-icon .addtocart-area span.addtocart-button i {
  left: 0;
  right: auto;
}
.slide1 {
  margin-top: -100px !important;
}
.banner-content {
  padding-bottom: 20px;
  text-align: center;
}
.banner-content .icon {
  padding: 20px 0;
}
.banner-content i {
  border-radius: 100%;
  color: #fff;
  font-size: 60px;
  line-height: 160px;
  width: 160px;
  height: 160px;
}
.banner-content h3 {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}
.banner-content p {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0 20px;
  font-size: 15px;
}
.helping {
  color: #fff;
}
.helping h3 {
  font-size: 60px;
  font-weight: 300;
  margin: 0 0 30px;
}
.helping h3 span {
  font-weight: 500;
}
.helping p {
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 50px;
  max-width: 550px;
}
.helping .button1 a {
  border-radius: 4px;
}
.helping .button1 a span {
  font-size: 25px;
  line-height: inherit;
  vertical-align: middle;
}
.testimonial .sppb-item.left,
.testimonial .sppb-item.right {
  text-align: center;
}
.testimonial .sppb-testimonial-message {
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
  margin: 0 auto;
  max-width: 900px;
  padding: 20px 0;
}
.testimonial .sppb-testimonial-client {
  margin: 20px 0 0;
}
.testimonial .pro-client-name {
  color: #232526;
  font-size: 20px;
  margin-bottom: 5px;
}
.testimonial .owl-buttons {
  margin-top: 20px;
}
.testimonial .owl-buttons .sppb-carousel-control {
  line-height: 32px;
}
.testimonial.style-2 {
  color: rgba(255,255,255,0.8);
}
.testimonial.style-2 .pro-client-name {
  color: rgba(255,255,255,0.8);
}
.number-fact .wrapper {
  margin-top: -70px;
  float: left;
  padding-right: 30px;
  text-align: center;
  width: 20%;
}
.rtl .number-fact .wrapper {
  float: right;
}
.rtl .number-fact .wrapper {
  float: right;
}
.rtl .number-fact .wrapper {
  padding-left: 30px;
  padding-right: 0;
}
.number-fact .wrapper:first-child i {
  color: #6fbe35;
}
.number-fact .wrapper:nth-child(2n+2) i {
  color: #de685f;
}
.number-fact .wrapper:nth-child(2n+3) i {
  color: #fec501;
}
.number-fact .wrapper:nth-child(2n+4) i {
  color: #1998d5;
}
.number-fact .wrapper:nth-child(2n+5) i {
  color: #a04295;
}
.number-fact .content {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
  padding: 40px 0;
}
.number-fact i {
  display: block;
  font-size: 60px;
}
.number-fact strong {
  display: block;
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0 10px;
}
.number-fact p {
  margin: 0;
}
.sppb-gallery li {
  border-right: 1px solid #e0e0e0;
  padding: 20px 35px;
  width: 20%;
}
.rtl .sppb-gallery li {
  border-right: none;
  border-left: 1px solid #e0e0e0;
}
.sppb-gallery li:last-child {
  border: 0;
}
.sppb-addon-flickr .sppb-flickr-gallery li {
  padding: 10px 10px 0 0;
}
.rtl .sppb-addon-flickr .sppb-flickr-gallery li {
  padding: 10px 0 0 10px;
}
.sppb-addon-flickr .sppb-flickr-gallery li a:hover {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.sppb-social-share-style-solid ul li a,
.sppb-social-share-style-custom ul li a {
  padding: 0 !important;
  width: 36px;
}
.sppb-social-share-style-solid ul li a:hover,
.sppb-social-share-style-custom ul li a:hover {
  color: #fff !important;
}
.sppb-social-share-style-solid ul li a i,
.sppb-social-share-style-custom ul li a i {
  font-size: inherit !important;
  line-height: inherit !important;
}
.slide3 {
  text-align: center;
}
.slide4 {
  margin-top: -142px !important;
}
.sp-module {
  margin-top: 35px;
}
.sp-module ul > li {
  border: 0;
}
.sp-module ul > li a {
  padding: 0;
}
.sp-module .sp-module-title {
  margin: 0;
}
.sp-module .search2 {
  margin-top: 35px;
}
.sp-module .search2 input {
  background: transparent;
  border-radius: 0;
  color: #fff;
  float: left;
  height: 45px;
  padding: 0 10px;
  width: 80%;
}
.rtl .sp-module .search2 input {
  float: right;
}
.rtl .sp-module .search2 input {
  float: right;
}
.sp-module .search2 input:focus {
  border-color: #fff;
}
.sp-module .search2 button {
  background: #fff;
  border-radius: 0;
  height: 45px;
  width: 20%;
}
.sp-module .search-dropdown {
  position: relative;
}
.sp-module .search-dropdown .modtitle {
  cursor: pointer;
  display: inline-block;
}
.sp-module .search-dropdown .modtitle i {
  font-size: 22px;
  vertical-align: middle;
}
.sp-module .search-dropdown .sp-module-content {
  display: none;
  position: absolute;
  top: 150%;
  min-width: 300px;
  border: 2px solid transparent;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.3);
  z-index: 99;
}
.rtl .sp-module .search-dropdown .sp-module-content {
  left: 0;
  right: auto;
}
.sp-module .search-dropdown .sp-module-content:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 18px;
  right: 7px;
  position: absolute;
  top: -18px;
  width: 14px;
}
.rtl .sp-module .search-dropdown .sp-module-content:before {
  left: 7px;
  right: auto;
}
.sp-module .search-dropdown .sp-module-content input {
  border: 0;
  box-shadow: none;
  min-height: 50px;
  padding: 10px;
  float: left;
  width: 80%;
}
.rtl .sp-module .search-dropdown .sp-module-content input {
  float: right;
}
.rtl .sp-module .search-dropdown .sp-module-content input {
  float: right;
}
.sp-module .search-dropdown .sp-module-content button {
  background: #222;
  border-radius: 0;
  color: #fff;
  min-height: 50px;
  line-height: 50px;
  padding: 0;
  width: 20%;
}
.sp-module .tagspopular ul > li {
  display: inline-block;
}
.sp-module .tagspopular ul > li > a {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 10px;
}
.sp-about-wrapper .logo {
  display: inline-block;
  height: auto;
  margin-bottom: 20px;
}
.sp-contact-info {
  float: none;
}
.sp-contact-info li {
  display: block;
  font-size: inherit;
}
#sp-left .modtitle,
#sp-right .modtitle {
  color: #29292a;
  margin: 0 0 30px;
  font-size: 20px;
  text-transform: capitalize;
  position: relative;
  padding-left: 15px;
  line-height: 26px;
}
.rtl #sp-left .modtitle,
.rtl #sp-right .modtitle {
  padding-right: 15px;
  padding-left: 0;
}
#sp-left .modtitle:before,
#sp-right .modtitle:before {
  content: '';
  position: absolute;
  height: 24px;
  left: 0;
  width: 3px;
}
.rtl #sp-left .modtitle:before,
.rtl #sp-right .modtitle:before {
  left: auto;
  right: 0;
}
#sp-left ul.categories-module > li > a,
#sp-right ul.categories-module > li > a {
  padding-left: 15px;
  position: relative;
}
.rtl #sp-left ul.categories-module > li > a,
.rtl #sp-right ul.categories-module > li > a {
  padding-right: 15px;
  padding-left: 0;
}
#sp-left ul.categories-module > li > a:before,
#sp-right ul.categories-module > li > a:before {
  content: '\f2f6';
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  line-height: 35px;
  position: absolute;
  left: 0;
}
.rtl #sp-left ul.categories-module > li > a:before,
.rtl #sp-right ul.categories-module > li > a:before {
  left: auto;
  right: 0;
}
.vina-carousel-content .item {
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
  position: relative;
}
.vina-carousel-content .item:before,
.vina-carousel-content .item:after {
  content: " ";
  display: table;
}
.vina-carousel-content .item:after {
  clear: both;
}
.vina-carousel-content .text-block {
  padding: 40px 20px;
}
.vina-carousel-content .image-block {
  overflow: hidden;
}
.vina-carousel-content .image-block img {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.vina-carousel-content .image-block img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.vina-carousel-content .title {
  color: #000;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 24px;
}
.vina-carousel-content .introtext {
  margin-top: 15px;
}
.vina-carousel-content .info span {
  margin-right: 15px;
  font-size: 14px;
  line-height: 24px;
}
.rtl .vina-carousel-content .info span {
  margin-left: 15px;
  margin-right: 0;
}
.vina-carousel-content .info i {
  font-style: normal;
  line-height: 24px;
  margin-right: 5px;
  vertical-align: top;
}
.rtl .vina-carousel-content .info i {
  margin-left: 5px;
  margin-right: 0;
}
.vina-carousel-content .info b {
  font-size: 16px;
  font-weight: 500;
}
.vina-carousel-content.style-2 .item {
  box-shadow: none;
}
.vina-carousel-content.style-2 .item:after {
  background: #e0e0e0;
  content: '';
  left: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 25%;
}
.vina-carousel-content.style-2 .item:first-child {
  padding-top: 0 !important;
}
.vina-carousel-content.style-2 .item:first-child:after {
  display: none;
}
.vina-carousel-content.style-2 .text-block {
  position: relative;
  padding: 0 0 50px 150px;
}
.rtl .vina-carousel-content.style-2 .text-block {
  padding: 0 150px 50px 0;
}
.vina-carousel-content.style-2 .timmer {
  border: 1px solid #e0e0e0;
  position: absolute;
  padding: 10px 20px;
  left: 0;
  top: 0;
  text-align: center;
  width: 100px;
}
.rtl .vina-carousel-content.style-2 .timmer {
  left: auto;
  right: 0;
}
.vina-carousel-content.style-2 .timmer span {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.vina-carousel-content.style-2 .timmer .date {
  border-bottom: 1px solid #e0e0e0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.vina-carousel-content.style-2 .title {
  color: #212324;
  margin: 0 0 10px;
  line-height: 35px;
  font-size: 26px;
  font-weight: 500;
}
.vina-carousel-content.style-2 .readmore {
  margin: 30px 0;
}
.vina-carousel-content.style-2 .readmore a {
  font-weight: 500;
}
.vina-carousel-content.style-3 .item {
  box-shadow: none;
}
.vina-carousel-content.style-3 .text-block {
  padding: 30px 0 0;
}
.vina-carousel-content.style-3 .timmer {
  color: #777879;
  font-size: 15px;
}
.vina-carousel-content.style-3 .title {
  color: #232526;
  font-size: 30px;
  margin: 10px 0;
  line-height: 40px;
}
.vina-carousel-content .owl-dot {
  margin-top: 60px;
}
.new {
  color: #fff;
  padding: 80px 150px 0 0;
}
.rtl .new {
  padding: 80px 0 0 150px;
}
.new .vina-carousel-content .item {
  box-shadow: none;
}
.new .vina-carousel-content .text-block {
  padding: 80px 0 0;
}
.new .vina-carousel-content .title {
  font-size: 30px;
  line-height: 40px;
}
.new .vina-carousel-content .title a {
  color: #fff;
}
.new .readmore a {
  background: #222;
}
.new .readmore a:hover {
  background: #484848;
}
.fun-fact .number-fact .wrapper {
  margin: 0;
}
.image-left .vina-carousel-content .image-block {
  float: left;
  margin-right: 30px;
}
.rtl .image-left .vina-carousel-content .image-block {
  float: right;
}
.rtl .image-left .vina-carousel-content .image-block {
  float: right;
}
.rtl .image-left .vina-carousel-content .image-block {
  margin-left: 30px;
  margin-right: 0;
}
.image-left .vina-carousel-content .text-block {
  padding: 0;
}
.image-left .vina-carousel-content .title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.readmore {
  margin-top: 15px;
}
.readmore a {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.button.search-pro {
  text-transform: uppercase;
}
.login-page {
  border: 1px solid #ebebeb;
  margin: 0 auto;
  max-width: 885px;
  position: relative;
}
.login-page:before {
  background: url(../images/bg-login.jpg) no-repeat scroll right center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.login-page .row {
  position: relative;
}
.login-page h4 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.login-page .btn {
  border: 0;
  padding: 15px 0;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  width: 45%;
}
.login-page.logout {
  border: 0;
  text-align: center;
}
.login-page.logout:before {
  background: transparent;
}
.login-page.logout .btn {
  padding: 15px 30px;
  width: auto;
}
.dl-horizontal dt {
  text-align: left;
}
.rtl .dl-horizontal dt {
  text-align: right;
}
.login-right {
  float: right;
}
.rtl .login-right {
  float: left;
}
.rtl .login-right {
  float: left;
}
.login-left {
  bottom: 0;
  left: 0;
  padding-top: 30px;
  position: absolute !important;
  top: 0;
}
.rtl .login-left {
  left: auto;
  right: 0;
}
.login-left .divtable {
  display: table;
  height: 100%;
  width: 100%;
}
.login-left .divtablecell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.login-left .divtablecell a {
  border: 2px solid;
  background: transparent;
  padding: 15px 30px;
  width: auto;
}
.login-inner {
  padding: 30px;
}
.login-content {
  background: #fff;
  padding: 15px 25px;
}
.login-users {
  margin-bottom: 50px;
}
.login-users form {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.login-users form .inputbox {
  padding-left: 10px;
  line-height: 40px;
  width: 100%;
}
.rtl .login-users form .inputbox {
  padding-right: 10px;
  padding-left: 0;
}
.login-users .form-group {
  text-align: left;
}
.rtl .login-users .form-group {
  text-align: right;
}
.login-users .form-group a {
  padding: 0 5px;
}
.login-users .form-group a:first-child {
  border-right: 1px solid #ebebeb;
}
.rtl .login-users .form-group a:first-child {
  border-right: none;
  border-left: 1px solid #ebebeb;
}
.login-users #com-form-login-remember:before,
.login-users #com-form-login-remember:after {
  content: " ";
  display: table;
}
.login-users #com-form-login-remember:after {
  clear: both;
}
.login-users #com-form-login-remember input {
  border-radius: 25px;
  float: left;
}
.rtl .login-users #com-form-login-remember input {
  float: right;
}
.rtl .login-users #com-form-login-remember input {
  float: right;
}
.login-users #com-form-login-remember label {
  float: right;
  margin-top: 10px;
}
.rtl .login-users #com-form-login-remember label {
  float: left;
}
.rtl .login-users #com-form-login-remember label {
  float: left;
}
.login-users #com-form-login-remember label input {
  width: auto;
  margin: 2px 10px 0 0;
}
.rtl .login-users #com-form-login-remember label input {
  margin: 2px 0 0 10px;
}
.login-users h4 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.login-users .control-label {
  padding-left: 0;
  padding-top: 9px;
  text-align: left;
  font-weight: 600;
}
.rtl .login-users .control-label {
  padding-right: 0;
  padding-left: 0;
}
.rtl .login-users .control-label {
  text-align: right;
}
.login-users .button,
.login-users .default {
  padding: 10px 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.vm-cart-title th {
  text-align: center;
  line-height: 50px;
}
.blog article.item {
  margin-bottom: 50px;
}
.blog article.item:before,
.blog article.item:after {
  content: " ";
  display: table;
}
.blog article.item:after {
  clear: both;
}
.blog article.item > div {
  width: 100% !important;
}
.filters {
  margin-bottom: 20px;
}
article.item {
  margin: 0;
}
article.item iframe {
  width: 100% !important;
}
article.item .info {
  margin: 20px 0;
}
#twitter-widget-0 {
  border: 0 !important;
  max-width: 100% !important;
}
.pager li > a {
  border-radius: 25px;
  padding: 10px 15px;
}
.pager li > a span {
  display: none;
}
.entry-header {
  margin: 0;
}
.entry-header h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.entry-header h2 a {
  color: #00468C;
}
.entry-header.has-post-format {
  margin: 0;
}
.entry-header.has-post-format .info {
  padding-left: 60px;
  position: relative;
}
.rtl .entry-header.has-post-format .info {
  padding-right: 60px;
  padding-left: 0;
}
.entry-header.has-post-format .post-format {
  left: 0;
}
.rtl .entry-header.has-post-format .post-format {
  left: auto;
  right: 0;
}
.article-footer-wrap {
  float: right;
}
.rtl .article-footer-wrap {
  float: left;
}
.rtl .article-footer-wrap {
  float: left;
}
.article-footer-wrap a {
  color: #fff;
}
.entry-quote:before,
.entry-link:before {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.rtl .entry-quote:before,
.rtl .entry-link:before {
  left: auto;
  right: 0;
}
.post_rating {
  margin: 0;
  line-height: 30px;
}
.article-info {
  margin: 0;
}
.article-info > dd {
  color: #000;
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  padding-right: 20px;
  margin: 0;
}
.rtl .article-info > dd {
  padding-left: 20px;
  padding-right: 0;
}
.article-info > dd:before {
  content: "-";
  right: 5px;
  position: absolute;
}
.rtl .article-info > dd:before {
  left: 5px;
  right: auto;
}
.article-info > dd:last-child:before {
  display: none;
}
.article-info > dd > i,
.article-info > dd span {
  display: none;
}
.article-info > dd.category a {
  color: #aaa;
}
.articleBody {
  border-top: 1px solid #e0e0e0;
  margin-top: 25px;
  padding-top: 25px;
}
.entry-footer {
  background: #f3f3f3;
  padding: 10px;
}
.entry-footer > div {
  display: inline-block;
}
.entry-footer .tags {
  margin: 0;
}
.entry-footer .tags span {
  text-transform: capitalize;
  letter-spacing: 0px;
}
.entry-footer .tags .label {
  padding: 0 5px;
}
.entry-footer .tags .label:hover,
.entry-footer .tags .label:focus {
  background: transparent !important;
  color: #222 !important;
}
.entry-footer .link-share {
  float: right;
}
.rtl .entry-footer .link-share {
  float: left;
}
.rtl .entry-footer .link-share {
  float: left;
}
.entry-footer .label-info {
  background: transparent;
}
.events .items-row,
.causes .items-row {
  padding: 50px 0;
  position: relative;
}
.events .items-row:before,
.causes .items-row:before {
  background: #e0e0e0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%,0px);
  -ms-transform: translate(-50%,0px);
  -o-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
  width: 25%;
}
.events .items-row:first-child,
.causes .items-row:first-child {
  padding-top: 0;
}
.events .items-row:first-child:before,
.causes .items-row:first-child:before {
  display: none;
}
.events .image-blog {
  max-width: 400px;
  float: right;
}
.rtl .events .image-blog {
  float: left;
}
.rtl .events .image-blog {
  float: left;
}
.events .entry-image {
  margin: 0;
}
.events .entry-header h2 {
  margin: 20px 0;
  font-weight: 500;
}
.events .articleBody {
  border: 0;
  margin: 0;
  padding: 0;
}
.events .info {
  margin: 20px 0 0;
}
.causes .image-blog,
.causes .content {
  float: left;
}
.rtl .causes .image-blog,
.rtl .causes .content {
  float: right;
}
.rtl .causes .image-blog,
.rtl .causes .content {
  float: right;
}
.causes .image-blog {
  width: 40%;
}
.causes .content {
  margin-left: 2%;
  width: 58%;
}
.rtl .causes .content {
  margin-right: 2%;
  margin-left: 0;
}
.about-content {
  background-position: center -200px;
}
#sp-bottom .sp-module-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
}
#sp-bottom .quick-link ul li {
  padding: 5px 0;
}
#sp-bottom .quick-link ul li a {
  color: #aaa;
  display: inline-block;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.rtl #sp-bottom .quick-link ul li a {
  padding-right: 20px;
  padding-left: 0;
}
#sp-bottom .quick-link ul li a:before {
  content: '\f2ee';
  font-family: "Material-Design-Iconic-Font";
  left: 0;
  position: absolute;
  top: 0;
}
.rtl #sp-bottom .quick-link ul li a:before {
  left: auto;
  right: 0;
}
#sp-bottom .quick-link ul li a:hover {
  padding-left: 25px;
}
.rtl #sp-bottom .quick-link ul li a:hover {
  padding-right: 25px;
  padding-left: 0;
}
.contact-info {
  margin: 0 !important;
}
.contact-info .address {
  margin-bottom: 20px;
}
.contact-info .address p {
  margin: 0;
  max-width: 250px;
}
.contact-info .address a {
  text-decoration: underline;
}
.contact-info .address a:hover {
  text-decoration: none;
}
.contact-info .email {
  margin-bottom: 5px;
}
.contact-info i {
  margin-right: 10px;
}
.rtl .contact-info i {
  margin-left: 10px;
  margin-right: 0;
}
#sp-footer {
  padding: 20px 0;
  text-align: left;
}
.rtl #sp-footer {
  text-align: right;
}
#sp-footer .sp-module {
  margin: 0;
}
#sp-footer a {
  color: #a5a5a5;
}
ul.social-icons {
  margin: 0;
  float: right;
}
.rtl ul.social-icons {
  float: left;
}
.rtl ul.social-icons {
  float: left;
}
ul.social-icons > li {
  margin: 0;
}
ul.social-icons > li > a {
  margin-left: 30px;
  font-size: 16px;
}
.rtl ul.social-icons > li > a {
  margin-right: 30px;
  margin-left: 0;
}
.sp-comingsoon {
  height: 100%;
  min-height: 100%;
  width: 100%;
}
.sp-comingsoon body {
  color: #fff;
  height: 100%;
  min-height: 100%;
  width: 100%;
}
.sp-comingsoon #sp-comingsoon {
  margin: 0;
  padding: 60px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
}
.sp-comingsoon .sp-comingsoon-wrap > div {
  display: table-cell;
  vertical-align: middle;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 40px;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 50px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .minutes .number,
.sp-comingsoon .seconds .number {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  height: 120px;
  line-height: 120px;
  width: 115px;
}
.sp-comingsoon .days .string,
.sp-comingsoon .hours .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon ul.social-icons {
  margin: 30px -15px 0;
  float: none;
}
.sp-comingsoon ul.social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon ul.social-icons li a {
  background: transparent !important;
  border: 0;
  color: rgba(255,255,255,0.7);
  height: auto;
  width: auto;
}
.sp-comingsoon ul.social-icons li a:hover {
  color: #fff;
}
.sp-comingsoon ul.social-icons li i {
  height: 90px;
  line-height: 90px;
  margin: 0;
  width: 90px;
}
.sp-comingsoon ul.social-icons li i:before {
  font-size: 48px;
  line-height: 90px;
}
.sp-comingsoon .form-login-wrapper .form-group input {
  background: transparent;
  color: #aaa;
}
.sp-comingsoon .form-login-wrapper .login {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: normal;
  padding: 7px 12px;
  width: 100px;
}
.sp-comingsoon .form-login-wrapper .login:hover {
  background: #fff;
  color: #000;
}
.offline-inner img {
  display: inline-block;
}
.error-page {
  height: 100%;
  min-height: 100%;
  width: 100%;
}
.error-page body {
  height: 100%;
  min-height: 100%;
  width: 100%;
}
.error-page .error-page-inner {
  display: table;
  height: 100%;
  min-height: 100%;
  padding: 20px 0;
  text-align: center;
}
width: 100%
		.error-page .error-page-inner.has-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.error-page .error-page-inner .error-logo-wrap {
  margin-bottom: 30px;
  text-align: center;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.error-page .error-page-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
}
.error-page .error-code-img {
  margin: 0 auto -100px;
}
.error-page .error-message {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
#system-message-container {
  color: #fff;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%,0px);
  -ms-transform: translate(-50%,0px);
  -o-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
  z-index: 1000;
}
.fav_col {
  padding: 10px;
}
.fav_col p {
  display: inline-block;
}
.fav_col p a {
  display: inline-block;
}
.owl-theme {
  position: relative;
  padding-top: 30px;
}
.owl-theme .owl-nav {
  position: absolute;
  z-index: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.rtl .owl-theme .owl-nav {
  left: auto;
  right: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
  border-radius: 2px;
  color: #000;
  height: 30px;
  margin: 0 2px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.owl-theme .owl-nav [class*="owl-"] i {
  line-height: 30px;
}
.alert {
  margin: 0;
}
.registration {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 5px #ebebeb;
  margin: 0 auto;
  max-width: 470px;
  padding: 40px 50px;
}
.registration .text label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.registration .btn {
  border: 0;
  padding: 15px 0;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  width: 45%;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #646464;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.846;
  padding: 8px 10px;
}
.form-horizontal .controls button {
  border-radius: 0;
  border-color: #ebebeb;
  font-weight: 600;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 10px;
}
.control-buttons {
  padding: 10px 0;
}
.userfields_info {
  margin: 20px 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding-left: 10px;
}
.rtl textarea,
.rtl input[type="text"],
.rtl input[type="password"],
.rtl input[type="datetime"],
.rtl input[type="datetime-local"],
.rtl input[type="date"],
.rtl input[type="month"],
.rtl input[type="time"],
.rtl input[type="week"],
.rtl input[type="number"],
.rtl input[type="email"],
.rtl input[type="url"],
.rtl input[type="search"],
.rtl input[type="tel"],
.rtl input[type="color"],
.rtl .uneditable-input {
  padding-right: 10px;
  padding-left: 0;
}
.form-inline .form-group {
  margin: 0 5px 15px 5px;
}
.rtl .form-inline .form-group {
  margin: 0 5px 15px 5px;
}
.tag-category {
  margin-top: 50px;
}
.tag-category .btn-toolbar .btn,
.tag-category .btn-toolbar .btn-group,
.tag-category .btn-toolbar .input-group {
  float: none;
}
.tag-category #filter-search {
  padding-left: 10px;
}
.rtl .tag-category #filter-search {
  padding-right: 10px;
  padding-left: 0;
}
.tag-category ul {
  padding: 50px;
}
.tag-category ul li {
  padding: 10px 0;
}
.tag-category ul h3 {
  margin: 0;
  font-size: 20px;
}
#searchForm input,
#searchForm button,
#search-form input,
#search-form button {
  border-radius: 0;
  line-height: 40px;
  padding: 0 10px;
}
#searchForm input span,
#searchForm button span,
#search-form input span,
#search-form button span {
  display: none;
}
.newsfeed-category .category {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 10px 15px;
}
.newsfeed-category .category li {
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
}
.newsfeed-category .category li span {
  font-size: 14px;
}
.newsfeed-category .category li span:last-child {
  font-size: 12px;
}
.row-set .content {
  padding: 0;
}
.row-set p {
  display: block;
}
@media (min-width: 1200px) {
  div.sppb-row-container,
  .sppb-container,
  .container {
    width: 1240px;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sppb-container {
    width: 970px;
  }
  #sp-header.style-1 .sp-megamenu-parent {
    text-align: center;
  }
  #sp-header.style-1 .sp-megamenu-parent > li > a {
    padding: 0 10px;
  }
  #sp-header.style-2 .sp-megamenu-parent > li,
  #sp-header.style-4 .sp-megamenu-parent > li {
    padding: 0;
  }
  #sp-header.style-2 .top-static .search,
  #sp-header.style-4 .top-static .search {
    display: none;
  }
  #sp-header.style-3 .sp-megamenu-parent > li {
    padding: 0;
  }
  .new {
    padding: 30px 10px 0;
  }
  #sp-top-bar.style3 ul.social-icons {
    border-right: 0;
  }
  .rtl #sp-top-bar.style3 ul.social-icons {
    border-right: none;
    border-left: 0;
  }
  #sp-top-bar.style3 ul.social-icons > li {
    width: 40px;
  }
  #sp-top-bar.style3 .contact-top {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-container {
    width: 750px;
  }
  div[class*="vm-col-"] {
    width: 50%;
  }
  #sp-top-bar.style3 ul.social-icons {
    border-right: 0;
  }
  .rtl #sp-top-bar.style3 ul.social-icons {
    border-right: none;
    border-left: 0;
  }
  #sp-top-bar.style3 .contact-top {
    display: none;
  }
}
@media (max-width: 991px) {
  #sp-header.style-5 #offcanvas-toggler {
    float: left;
    margin: 0;
  }
  .rtl #sp-header.style-5 #offcanvas-toggler {
    float: right;
  }
  .rtl #sp-header.style-5 #offcanvas-toggler {
    float: right;
  }
  #sp-header.style-5 .top-static .button {
    padding: 0;
  }
  #sp-header.style-5 .top-static .button a {
    line-height: 50px;
    padding: 0 20px;
  }
  .logo {
    text-align: center;
  }
  .logo a {
    display: inline-block;
  }
  .contact-form {
    padding-top: 50px;
  }
  .login-page:before {
    background-position: center top;
  }
  .discount {
    line-height: 50px;
  }
  .button1 a:before {
    font-size: 6px;
    top: 0;
  }
  .style-2.vina-carousel-content .owl-nav {
    position: static;
    margin-top: 20px;
  }
  .style3 .sp-contact-info {
    text-align: center;
  }
  .group-banners.style-2 .banner-content {
    margin: 0;
  }
  .sppb-testimonial-pro .owl-buttons a {
    left: 20px;
    top: 50%;
  }
  .sppb-testimonial-pro .owl-buttons a.right {
    left: auto;
    right: 20px;
  }
  .banner-middle .text {
    padding: 0;
  }
  .banner-middle .text:before {
    display: none;
  }
  .banner-middle .text h3 a {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-silde .text {
    font-size: 50px;
    line-height: 55px;
  }
  ul.social-icons {
    margin: 5px 0 0;
  }
  .new .vina-carousel-content .text-block {
    padding: 40px;
  }
  .new .vina-carousel-content .owl-nav {
    left: 40px;
  }
  .rtl .new .vina-carousel-content .owl-nav {
    left: auto;
    right: 40px;
  }
}
@media (max-width: 767px) {
  #sp-header .logo {
    display: block;
    height: auto !important;
    margin: 10px 0;
    text-align: center;
  }
  #sp-header .logo a {
    display: inline-block;
  }
  #sp-header.style-1 {
    background: #222;
  }
  #sp-header.style-4 {
    background: #222;
    margin: 0;
  }
  #sp-top-bar.style2 {
    position: static;
  }
  #sp-top-bar.style3 .logo {
    display: block;
    height: auto;
    margin-top: 20px;
  }
  .slide1 {
    margin: 0 !important;
  }
  .slide4 {
    margin: 0 !important;
  }
  #sp-bottom .sp-module {
    margin-bottom: 30px !important;
  }
  #sp-footer {
    text-align: center;
  }
  .causes .content,
  .causes .image-blog {
    width: 100%;
  }
  #offcanvas-toggler {
    float: none;
    margin: 20px auto 0;
  }
  .sp-module .search2 {
    margin: 20px 0;
  }
  .login-page:before {
    background: transparent;
  }
  .login-page h4 {
    color: inherit;
  }
  .login-inner {
    padding: 0;
  }
  .login-right {
    float: none;
  }
  .login-left {
    position: static !important;
    padding: 30px 15px;
  }
  .login-left .divtablecell a {
    border-color: #303030;
    color: inherit;
  }
  article.item .info {
    float: none;
    margin: 0;
    padding-bottom: 20px;
    width: auto;
  }
  article.item .info .time-type {
    display: inline-block;
    width: 100px;
  }
  article.item .readmore {
    margin: 0;
  }
  .article-info {
    margin: 0;
  }
  .entry-header h2 {
    font-size: 20px;
  }
  .article-footer-wrap {
    display: none;
  }
}
@media (max-width: 479px) {
  #offcanvas-toggler {
    width: 100%;
    float: none;
    margin: 0;
  }
  #sp-menu {
    width: 100% !important;
  }
  #sp-top-static {
    display: none;
  }
  .vina-carousel-content.style-2 .text-block {
    padding: 150px 0 30px;
  }
  .vina-carousel-content.style-2 .timmer {
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .image-left .vina-carousel-content .image-block {
    float: none;
    margin: 0 0 30px;
  }
}
