@charset "UTF-8";
.fancybox-bg,
.fancybox-container {
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
}
.fancybox-content,
.fancybox-infobar__body,
.fancybox-slider,
.fancybox-slider-wrap,
.fancybox-thumbs,
.fancybox-thumbs > ul > li {
  -webkit-tap-highlight-color: transparent;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99993;
  backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  backface-visibility: hidden;
}
.fancybox-controls,
.fancybox-slider,
.fancybox-slider-wrap {
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  backface-visibility: hidden;
  direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
.fancybox-infobar {
  display: none;
}
.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
  display: block;
}
.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}
.fancybox-slider,
.fancybox-slider-wrap {
  bottom: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  backface-visibility: hidden;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
.fancybox-content,
.fancybox-slide > * {
  position: relative;
  text-align: left;
  box-sizing: border-box;
}
.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}
.fancybox-slide:before,
.fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}
.fancybox-slide > * {
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  background-color: #fff;
  overflow: auto;
}
.fancybox-slide--image {
  overflow: hidden;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-content {
  display: inline-block;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  white-space: normal;
  outline: 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: 0 0;
}
.fancybox-placeholder {
  z-index: 99995;
  background: no-repeat;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.fancybox-image,
.fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: 0 0;
  background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: #888 dotted 1px;
}
.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: 0 0;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: 0;
}
.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
  opacity: 0.5;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: 0 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close {
  float: right;
}
.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: 0 0;
}
.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: 0 0;
}
.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: 0 0;
}
.fancybox-button--thumbs span {
  font-size: 23px;
}
.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0,
    4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.contact-3,
.contact-7 {
  background-position: center top;
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap,
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
.about-2 .lightbox-video,
.about-3 .lightbox-video {
  height: 70%;
}
.about-8 .image-grid .col-sm-6 img {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}
.about-image-text .left-img,
.about-text-image .right-img {
  background-size: cover;
  height: 70%;
  min-height: 350px;
  z-index: 10;
}
.blog-section .card {
  height: 100%;
  padding: 0;
}
.blog-section-colored .card.bordered .post-thumbnail img {
  margin: -1px -1px 0;
  width: calc(100% + 2px);
}
.clients-2 .spaced-cols > div {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.clients-2 .spaced-cols > div > *,
.team-3 .spaced-cols > div > :not(.contentswap-effect) {
  margin: 5px;
}
.clients-2 .padding-lr,
.clients-3 .padding-lr {
  padding: 0 15px;
}
.clients-3 .row.spaced-cols > div > :not(.middle-xs) {
  display: block;
  justify-self: flex-start;
  margin-bottom: 10px;
}
.clients-3 .row.spaced-cols > div > .middle-xs {
  margin-bottom: 20px;
}
.clients-3 .row.spaced-cols > div > .middle-xs img {
  display: block;
  margin: auto;
}
.clients-3 .company-name {
  padding-right: 15px;
}
.contact-3 {
  background-size: cover;
  position: relative;
}
.contact-3 > div:not([class*="section-separator"]),
.contact-7 > div:not([class*="section-separator"]) {
  position: relative;
  z-index: 1;
}
.contact-3:before,
.contact-7:before {
  content: " ";
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.contact-3:before {
  background-color: rgba(3, 169, 244, 0.5);
  position: absolute;
}
.contact-3 .row .card > *,
.team-3 .content-holder,
.woocommerce-section-shadowed-image .content-holder {
  margin-bottom: 1rem;
}
.contact-5 .label-col {
  min-width: 120px;
}
.contact-5 .image-holder img,
.team-1 .face,
.team-4 .face {
  width: 100%;
}
.contact-7 {
  background-size: cover;
  position: relative;
}
.contact-7 .card.no-padding {
  padding-bottom: 0;
}
.contact-7 .card .row {
  margin-left: 0;
  margin-right: 0;
}
.contact-7:before {
  background-color: rgba(26, 26, 26, 0.48);
  position: absolute;
}
.contact-7 .contact-form-wrapper {
  padding: 4rem 2rem;
  z-index: 1;
}
.contact-7 .map-wrapper {
  min-height: 100%;
}
.contact-7 .mesmerize-google-maps {
  height: 100%;
  min-height: 100%;
  position: absolute;
  width: 100%;
}
.contact-7 .map-col,
.pos-rel,
.pricing-3 .pricing-featured,
.pricing-4 .pricing-featured .card {
  position: relative;
}
.content-14[data-section-ov]:before {
  background-color: rgba(3, 169, 244, 0.5);
}
.content-15 .gridContainer .img1,
.content-16 .gridContainer .img1,
.content-5 .gridContainer .img1,
.content-5-2 .gridContainer .img1,
.content-9 .gridContainer img.shadow-large {
  max-width: 100%;
}
.content-15 > div:not(.gridContainer) .overlay-box,
.content-16 > div:not(.gridContainer) .overlay-box,
.content-6-2 > div:not(.gridContainer) .overlay-box,
.content-6 > div:not(.gridContainer) .overlay-box {
  max-width: 75%;
}
.content-19,
.content-19-2 {
  background-color: #262d3f;
}
.content-19-2 > div:not(.gridContainer) .flexbox-strech,
.content-19 > div:not(.gridContainer) .flexbox-strech {
  flex-basis: 50%;
  max-width: 50%;
}
.content-19 .content-col,
.content-19-2 .content-col {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.content-19 .content-col h2,
.content-19-2 .content-col h2,
.pricing-3 .card-replacer h3,
.pricing-3 .card-replacer h5 {
  color: #3c424f;
}
.content-19 .content-col p,
.content-19-2 .content-col p {
  color: #6b7c93;
}
.content-19 .right-img,
.content-19-2 .right-img {
  background-size: cover;
  height: 90%;
  min-height: 350px;
  z-index: 1;
}
.content-5-2 > div:not(.gridContainer) .overlay-box,
.content-5 > div:not(.gridContainer) .overlay-box {
  max-width: 95%;
}
.content-6 .content-left-sm .force-align,
.content-6-2 .content-left-sm .force-align {
  justify-content: flex-start;
}
.content-6 .content-center-sm .force-align,
.content-6-2 .content-center-sm .force-align {
  justify-content: center;
}
.content-6 .content-right-sm .force-align,
.content-6-2 .content-right-sm .force-align {
  justify-content: flex-end;
}
.cta-centered-bg-section {
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-centered-bg-section[data-section-ov]:before {
  background-color: rgba(0, 0, 0, 0.492);
}
.features-16-card-bordered-colored .read-more-container {
  border-top: 1px solid #eaeaea;
  padding-bottom: 0;
  padding-top: 1rem;
}
.features-16-card-bordered-colored .face {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  max-width: calc(100% + 2px);
  width: calc(100% + 2px);
}
.features-5 .number-container {
  font-size: 1rem;
}
.features-5 p.number {
  border-radius: 100%;
  display: block;
  height: 4.5em;
  margin: 0 auto 1em;
  text-align: center !important;
  width: 4.5em;
}
.features-5 p.number span {
  display: inline-block;
  font-size: 2.25em;
  line-height: 100%;
  margin-top: 0.5em;
}
.features-5 div.link-line {
  display: none;
  height: 4px;
  position: relative;
  width: calc(50% - 1.25em + 2px);
}
.features-5 div.link-line.left {
  left: calc(-1em - 2px);
  top: calc(2.25em + 4px);
}
.features-5 div.link-line.right {
  left: calc(50% + 2.25em);
  margin-bottom: 1em;
  top: -2.25em;
}
.features-6 .oval {
  border: 1px solid rgba(107, 124, 147, 0.4);
  border-radius: 100%;
  color: #ff9800;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 1.7rem;
  margin: auto;
  overflow: hidden;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  white-space: nowrap;
  width: 2.5rem;
}
.features-6 div > h4:first-of-type,
.pricing-3 .card-replacer p {
  color: #ff9800;
}
.features-6 .left-text,
.header-group-of-images {
  text-align: left;
}
.features-6 .col-xs-fit {
  padding-right: 0;
}
#mesmerize-gallery-1 img,
#mesmerize-gallery-2 img {
  transition: all 0.4s linear;
}
#mesmerize-gallery-1 dl {
  padding: 15px;
}
#mesmerize-gallery-1 dt,
#mesmerize-gallery-2 dt,
.overflow-hidden,
.portfolio-1 .contentswap-effect,
.woocommerce-section-shadowed-image .contentswap-effect {
  overflow: hidden;
}
#mesmerize-gallery-1 img:hover {
  -moz-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
  -moz-transform-origin: center center;
  -ms-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
  -ms-transform-origin: center center;
  -o-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
  -o-transform-origin: center center;
  -webkit-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg)
    rotate(5deg);
  -webkit-transform-origin: center center;
  transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
  transform-origin: center center;
}
#mesmerize-gallery-2 img:hover {
  -moz-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0);
  -moz-transform-origin: center center;
  -ms-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0);
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0);
  -webkit-transform-origin: center center;
  transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0);
  transform-origin: center center;
}
.header-group-of-images img {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.header-group-of-images .topimg {
  margin-left: 10%;
  width: 80%;
  z-index: 10;
}
.header-group-of-images .rightimg {
  float: right;
  margin-top: -25%;
  max-width: 100%;
  width: 80%;
}
.header-group-of-images .leftimg {
  margin-top: -50%;
  width: 60%;
  z-index: 11;
}
.overlappable-1 > .gridContainer,
.overlappable-2 > .gridContainer,
.overlappable-3 > .gridContainer {
  background: 0 0;
}
.overlappable-1 .flexcol {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.overlappable-1 .content-left-sm .flexcol .button {
  margin-left: 0;
  margin-right: auto;
}
.overlappable-1 .content-center-sm .flexcol .button {
  margin-left: auto;
  margin-right: auto;
}
.overlappable-1 .content-right-sm .flexcol .button {
  margin-left: auto;
  margin-right: 0;
}
.overlappable-2 .button,
.testimonials-2 .card > *,
.testimonials-3 .card > * {
  margin-bottom: 15px;
}
.overlappable-3 .image-col {
  background-position: center center;
  background-size: cover;
  min-height: 100%;
}
.overlappable-5 .button,
.overlappable-5 .link,
.overlappable-5 img {
  margin: 0 8px 10px 0 !important;
}
.overlappable-5 .read-more {
  margin: 0 24px 10px 0;
}
.card > :last-child,
.overlappable-5 .fa.icon,
.overlappable-6 .fa.icon,
.portfolio-3 .card > .space-top > :last-child,
.portfolio-6 .card > .space-top > :last-child,
.team-1 .card > :last-child,
.team-3 .content-holder > :last-child,
.woocommerce-section-shadowed-image .content-holder > :last-child {
  margin-bottom: 0;
}
.overlappable-6 .bg-orange {
  background-color: #fa6900;
}
.overlappable-6 h4 {
  color: #fff;
  margin: 0;
}
.portfolio-1 .contentswap-effect .initial-image,
.team-3 .contentswap-effect .initial-image,
.woocommerce-section-shadowed-image .contentswap-effect .initial-image {
  transition: all 0.2s linear;
}
.portfolio-1 .contentswap-effect .overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.54) 78%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.portfolio-1 .contentswap-effect:hover .overlay,
.team-3 .contentswap-effect:hover .overlay,
.woocommerce-section-shadowed-image .contentswap-effect:hover .overlay {
  opacity: 0.75;
}
.portfolio-1 .contentswap-effect:hover .initial-image,
.team-3 .contentswap-effect:hover .initial-image,
.woocommerce-section-shadowed-image .contentswap-effect:hover .initial-image {
  transform: scale(1.1);
}
.portfolio-1 .swap-inner a,
.team-3 .swap-inner a,
.woocommerce-section-shadowed-image .swap-inner a {
  color: #fff;
  display: inline-block;
  opacity: 1;
  transition: all 0.1s linear;
}
.portfolio-1 .swap-inner .content-holder,
.testimonials-2 .quotation-icon,
.testimonials-3 .quotation-icon {
  display: flex;
  flex-direction: column;
}
.portfolio-3 .contentswap-effect .swap-inner *,
.portfolio-6 .contentswap-effect .swap-inner * {
  text-align: center !important;
}
.portfolio-3 .card > .space-top,
.portfolio-6 .card > .space-top {
  padding-bottom: 1rem;
}
.portfolio-6 .portfolio-icon {
  color: #fff;
  opacity: 0.9;
  transition: all 0.2s linear;
}
.portfolio-6 a:hover .portfolio-icon {
  opacity: 1;
}
.pricing-2 .card > .button:not(:first-of-type),
.pricing-7 .card > .button:not(:first-of-type) {
  margin-top: 10px;
}
.pricing-2 .pricing-featured .card {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.pricing-2 .card[class*="bg-color"] {
  border: none;
}
.pricing-3 .top-right-triangle,
.pricing-4 .top-right-triangle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  position: absolute;
  right: 0;
  text-rendering: auto;
  top: 0;
}
.pricing-3 .top-right-triangle:before,
.pricing-4 .top-right-triangle:before {
  content: "\f005";
  left: 40px;
  position: absolute;
  top: 11.67px;
}
.pricing-3 .pricing-featured .top-right-triangle,
.pricing-4 .pricing-featured .top-right-triangle,
.woocommerce-section
  [data-content-shortcode]
  .ope-woo-card-item
  .woocommerce-loop-product__link {
  display: block;
}
.pricing-3 .pricing-featured h5,
.pricing-4 .pricing-featured h5 {
  margin-top: 50px;
}
.pricing-3 .card-replacer {
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(189, 189, 189, 0.4),
    0 2px 3px 0 rgba(189, 189, 189, 0.3), 0 2px 3px rgba(0, 0, 0, 0.08);
  padding: 24px 40px;
}
.pricing-3 .card-replacer > .button,
.pricing-4 .card > .button,
.pricing-5 .card > .button,
.pricing-6 .card > .button,
.subscribe-social-section
  div[data-type="column"]
  > :not([data-content-shortcode]) {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.pricing-4 .color-black {
  color: #000;
}
.pricing-7 .section-title-col > * {
  color: #fff;
}
.pricing-7.section-title-col-dark-text .section-title-col > * {
  color: #4a4a4a;
}
.subscribe-social-section div[data-type="group"] > a {
  margin: 0 3px;
}
.subscribe-social-section div[data-content-shortcode] {
  margin-bottom: 0.5rem;
}
.team-1 .card img.face {
  margin: -1px -1px 0;
  max-width: calc(100% + 2px);
  width: calc(100% + 2px);
}
.team-3 .contentswap-effect {
  overflow: hidden;
  width: 100%;
}
.team-3 .contentswap-effect .overlay:not([class*="grad-180"]) {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.54) 78%,
    rgba(0, 0, 0, 0.8) 100%
  );
  opacity: 1 !important;
}
.team-3
  .spaced-cols:not(.content-left-sm):not(.content-right-sm)
  .portfolio-item {
  text-align: center;
}
.testimonials-2 .content-left-sm .quotation-icon,
.testimonials-3 .content-left-sm .quotation-icon {
  align-items: flex-start;
}
.testimonials-2 .content-center-sm .quotation-icon,
.testimonials-3 .content-center-sm .quotation-icon {
  align-items: center;
}
.testimonials-2 .content-right-sm .quotation-icon,
.testimonials-3 .content-right-sm .quotation-icon {
  align-items: flex-end;
}
.testimonials-4 .testimonial-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.testimonials-4 .testimonial-body > * {
  margin-bottom: 6px;
  margin-top: 6px;
}
.testimonials-4 .f-align {
  justify-content: center;
  text-align: center;
}
.testimonials-4 .info > :nth-child(-n + 1) {
  margin-bottom: 5px;
}
.testimonials-4 .image {
  display: block;
  max-width: 80px;
  width: 100%;
}
.woocommerce-section-shadowed-image .contentswap-effect .overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.54) 78%,
    rgba(0, 0, 0, 0.8) 100%
  );
  opacity: 1;
}
.woocommerce-section-shadowed-image .woocommerce ul.products li.product .price,
.woocommerce-section-shadowed-image
  .woocommerce
  ul.products
  li.product
  .price
  del,
.woocommerce-section-shadowed-image
  .woocommerce
  ul.products
  li.product
  .price
  ins {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .clients-3 .row.spaced-cols > div > :not(.middle-xs) {
    display: block;
    margin: 0 auto 10px;
  }
  .clients-3 .row.middle-xs > .col-sm-4 {
    text-align: right;
  }
  .clients-3 .row.spaced-cols > div > .middle-xs img {
    display: inline-block;
  }
  .contact-7 .mesmerize-google-maps {
    min-height: 400px;
    position: relative;
  }
  .contact-7 .map-col {
    padding: 0;
  }
  .overlappable-1 .flexcol {
    align-items: center;
  }
  .overlappable-1 .flexcol .button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .clients-3 .logo-col {
    padding: 0;
  }
  .features-5 p.number {
    margin-bottom: 0;
  }
  .features-5 div.link-line {
    display: block;
  }
  .col-sm-2:nth-of-type(6n) div.link-line.right,
  .col-sm-2:nth-of-type(6n + 1) div.link-line.left,
  .col-sm-3:nth-of-type(4n) div.link-line.right,
  .col-sm-3:nth-of-type(4n + 1) div.link-line.left,
  .col-sm-4:nth-of-type(3n) div.link-line.right,
  .col-sm-4:nth-of-type(3n + 1) div.link-line.left,
  .col-sm-6:nth-of-type(2n) div.link-line.right,
  .col-sm-6:nth-of-type(2n + 1) div.link-line.left {
    visibility: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-7 .contact-form-wrapper {
    padding: 6rem 4rem;
  }
  .content-15 .img1,
  .content-16 .img1 {
    max-width: 400px;
  }
  .content-5 .gridContainer .img1,
  .content-5-2 .gridContainer .img1,
  .content-6 .gridContainer .img1,
  .content-6-2 .gridContainer .img1 {
    max-width: 485px;
  }
  .content-9 .gridContainer img.shadow-large {
    max-width: 925px;
  }
  .features-12-card .spaced-cols .col-md-2 .icon-column,
  .features-12-card-bordered-colored .spaced-cols .col-md-2 .icon-column {
    padding-right: 15px;
    width: 100%;
  }
  .features-5 p.number,
  .testimonials-4 .image {
    margin-bottom: 0;
  }
  .features-5 div.link-line {
    display: block;
  }
  .col-md-2:nth-of-type(6n) div.link-line.right,
  .col-md-2:nth-of-type(6n + 1) div.link-line.left,
  .col-md-3:nth-of-type(4n) div.link-line.right,
  .col-md-3:nth-of-type(4n + 1) div.link-line.left,
  .col-md-4:nth-of-type(3n) div.link-line.right,
  .col-md-4:nth-of-type(3n + 1) div.link-line.left,
  .col-md-6:nth-of-type(2n) div.link-line.right,
  .col-md-6:nth-of-type(2n + 1) div.link-line.left {
    visibility: hidden;
  }
  .testimonials-4 .info {
    padding-left: 0;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}