@charset "UTF-8";

body {
  font-family: "Cabin", Arial, Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin", Arial, Helvetica, sans-serif; }


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animate-item {
  visibility: hidden; }
  .animate-item.is-visible {
    visibility: visible; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
          animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
          animation-name: tada; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn; }

@-webkit-keyframes tsfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes tsfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.tsFadeInUp {
  -webkit-animation-name: tsfadeInUp;
          animation-name: tsfadeInUp;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.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%; }

.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.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 {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -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: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: 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;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body {
  background-color: #fff;
  color: #777;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.6; }

a {
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #090909; }
  a:focus {
    outline: none; }

p {
  font-size: 16px;
  margin-bottom: 1.55rem;
  word-spacing: 0.001em;
  color: #8b8b8b;
  line-height: 28px;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal; }

img {
  height: auto;
  max-width: 100%; }

::-moz-selection {
  color: #fff;
  background: #090909; }

::selection {
  color: #fff;
  background: #090909; }

@media (min-width: 992px) {
  .container.expanded {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #8c9799;
  letter-spacing: -0.03em;
  margin: 0 0 20px; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 400; }

h6 {
  color: #fff;
  letter-spacing: -0.03em;
  margin: 0 0 20px; }
  h6 strong {
    font-weight: 400; }

h1,
.h1 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 30px; } }

h2,
.h2 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600; }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 22px; } }

h3 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600; }
  @media (min-width: 992px) {
    h3 {
      font-size: 28px; } }

h4 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600; }
  @media (min-width: 992px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600; }

h6 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
   }

code {
  background-color: #f14668;
  color: whitesmoke;
  font-size: 0.875em;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: rgba(129, 129, 129, 0.2);
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0; }

ul,
ol {
  margin-left: 0;
  list-style-position: inside;
  font-size: inherit; }
  ul ul, ul ol,
  ol ul,
  ol ol {
    margin-left: 15px; }
  ul li,
  ol li {
    margin-bottom: 0; }
    ul li:last-child,
    ol li:last-child {
      margin: 0; }

small {
  font-size: 0.875em; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

blockquote {
  display: block;
  padding: 5% 10%;
  border: none;
  text-align: center; }
  blockquote p {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    color: #090909;
    line-height: 1.3; }
    @media (min-width: 992px) {
      blockquote p {
        font-size: 24px; } }

.white a{
    color: white;
}

cite {
  display: inline-block;
  margin-top: 20px;
  color: #090909;
  font-style: normal;
  font-weight: 400; }

/*----------  Header  ----------*/
.site-header {
  position: -webkit-sticky;
  position: sticky;
  padding: 0;
  top: 0;
  z-index: 900;
  background-color: #fff;
 line-height: 1; }
  .site-header.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
     }
    .site-header.fixed-header.is-fixed {
      border-bottom: none;
      padding: 0;
      background-color: #fff;
      box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.07); }
  .site-header .header-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: start; }
    .site-header .header-wrap .header-logo,
    .site-header .header-wrap .header-widgets {
      display: -webkit-inline-box;
      display: inline-flex;
      flex-basis: 50%; }
    .site-header .header-wrap .header-nav {
      display: none; }
    .site-header .header-wrap .header-widgets {
      -webkit-box-pack: end;
              justify-content: flex-end; }
    @media (min-width: 992px) {
      .site-header .header-wrap .header-logo,
      .site-header .header-wrap .header-widgets {
        flex-basis: 20%; }
      .site-header .header-wrap .header-nav {
        display: -webkit-inline-box;
        display: inline-flex;
        flex-basis: 60%;
        -webkit-box-pack: center;
                justify-content: center; } }



.header-widgets .right-menu {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px; }
  .header-widgets .right-menu a {
    color: #090909; }
  .header-widgets .right-menu .menu-item {
    display: none; }
    .header-widgets .right-menu .menu-item.menu-mobile-nav {
      display: inline-block; }
    @media (min-width: 992px) {
      .header-widgets .right-menu .menu-item {
        display: inline-block; }
        .header-widgets .right-menu .menu-item.menu-mobile-nav {
          display: none; } }
    .header-widgets .right-menu .menu-item + .menu-item {
      margin-left: 30px; }

/*----------  Main Navigation  ----------*/
.main-menu {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1; }
  .main-menu > li {
    display: -webkit-inline-box;
    display: inline-flex; }
    .main-menu > li + li {
      margin-left: 30px; }
    .main-menu > li > a {
      padding:  0;
      position: relative; }
      .main-menu > li > a:after {
        width: 0%;
        height: 1px;
        background-color: #090909;
        content: '';
        left: 0;
        bottom: 0px;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .main-menu > li > a:hover::after {
        width: 100%; }
    .main-menu > li.active a:after {
      width: 100%; }
  .main-menu li {
    margin: 0;
    white-space: nowrap; }
    .main-menu li.menu-item-has-children {
      position: relative; }
      .main-menu li.menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .main-menu .sub-menu {
    padding: 0px 0;
    margin: 0;
    list-style: none;
    background-color: #090909;
    position: absolute;
    min-width: 220px;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: opacity 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25); }
    .main-menu .sub-menu li {
      display: block;
      padding: 0 0px;
      margin-bottom: 0px;
      line-height: 1.1; }
      .main-menu .sub-menu li:last-child {
        margin-bottom: 0; }
      .main-menu .sub-menu li a {
        display: block;
        color: #fff; }
        .main-menu .sub-menu li a:hover {
          color: #c1c1c1; }
    .main-menu .sub-menu .sub-menu {
      top: 0;
      left: 100%; }

/*----------  Hamburger Menu  ----------*/
.menu-bar {
  position: relative;
  display: inline-block;
  min-width: 24px;
  height: 38px;
  text-align: center; }
  .menu-bar .hamburger {
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #404041;
    top: 20px;
    right: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .menu-bar .hamburger:before, .menu-bar .hamburger:after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 24px;
      height: 1px;
      outline: 1px solid transparent;
      background-color: #404041;
      right: 0;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
    .menu-bar .hamburger:before {
      top: -8px; }
    .menu-bar .hamburger:after {
      top: 8px; }
  .menu-bar.active .hamburger {
    background-color: transparent !important; }
    .menu-bar.active .hamburger::before {
      -webkit-transform: translateY(8px) rotateZ(-45deg);
              transform: translateY(8px) rotateZ(-45deg); }
    .menu-bar.active .hamburger::after {
      -webkit-transform: translateY(-8px) rotateZ(45deg);
              transform: translateY(-8px) rotateZ(45deg); }

.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  -webkit-transform: translate3d(-320px, 0, 0);
          transform: translate3d(-320px, 0, 0);
  transition: transform .25s ease,-webkit-transform .25s ease; }
  .mobile-nav-wrapper .mobile-menu-inner {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    background-color: #8e9799;
    cursor: default;
    min-width: 320px;
    max-width: 75%;
    height: 100%; }
  .mobile-nav-wrapper.is-open {
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .25s ease,visibility 0s ease;
  transition: opacity .25s ease,visibility 0s ease; }
  .mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .mobile-menu > li > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    padding: 8px 30px;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    text-transform: uppercase; }
  .mobile-menu > li ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 30px;
    overflow: hidden; }
    .mobile-menu > li ul ul.sub-menu {
      padding: 0 10px; }
    .mobile-menu > li ul > li > a {
      display: inline-block;
      font-size: 16px;
      color: #fff;
      padding: 2px 0; }
    .mobile-menu > li ul > li:last-child {
      padding-bottom: 15px; }

footer {
  margin-top: 85px;
  padding: 80px 0px 70px 0px;
  background-color: #242424;
  text-align: center; }
  footer p, footer a, footer li {
    color: #ffffff;
    font-size: 16px; }
  footer ul {
    padding: 0;
    margin-bottom: 10px;
    list-style: none; }
    footer ul li {
      display: inline-block; }
    @media (min-width: 992px) {
      footer ul {
        margin-bottom: 0; } }
  footer ul.social-icons li {
    margin-right: 15px; }
    footer ul.social-icons li a {
      background-color: #ffffff;
      width: 26px;
      height: 26px;
      display: inline-block;
      text-align: center;
      line-height: 26px;
      border-radius: 5px;
      color: #090909;
      font-size: 14px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      footer ul.social-icons li a:hover {
        background-color: transparent;
        color: #ffffff; }
    footer ul.social-icons li:last-child {
      margin-right: 0px; }
  footer ul.info li {
    display: block; }
    footer ul.info li p {
      margin: 0px; }
  @media (min-width: 992px) {
    footer {
      text-align: left;
      padding: 80px 0px; } }

.blog-content .side-bar {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 60px;
  padding-bottom: 60px; }
  .blog-content .side-bar .sidebar-widget {
    margin-bottom: 60px; }
    .blog-content .side-bar .sidebar-widget .sidebar-header {
      font-size: 22px;
      font-weight: 700;
      margin-top: 0px;
      margin-bottom: 20px; }
  .blog-content .side-bar .search:before {
    font-size: 16px;
    color: #090909;
    content: '\f002';
    font-family: fontAwesome;
    position: absolute;
    top: 6px;
    right: 16px;
    z-index: 2; }
  .blog-content .side-bar .search input {
    border-bottom: 1px solid #090909;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    height: 40px;
    outline: none;
    position: relative;
    z-index: 1; }
  .blog-content .side-bar .categories ul {
    padding: 0;
    margin: 0; }
    .blog-content .side-bar .categories ul li {
      list-style: none;
      display: block;
      margin-bottom: 5px; }
      .blog-content .side-bar .categories ul li:last-child {
        margin-bottom: 0px; }
      .blog-content .side-bar .categories ul li a {
        font-size: 15px;
        color: #8b8b8b;
        text-decoration: underline; }
        .blog-content .side-bar .categories ul li a:hover {
          color: #090909; }
  .blog-content .side-bar .tags ul {
    padding: 0;
    margin: 0; }
    .blog-content .side-bar .tags ul li {
      list-style: none;
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 5px; }
      .blog-content .side-bar .tags ul li:last-child {
        margin-bottom: 0px; }
      .blog-content .side-bar .tags ul li a {
        font-size: 15px;
        color: #8b8b8b;
        text-decoration: underline; }
        .blog-content .side-bar .tags ul li a:hover {
          color: #090909; }
  .blog-content .side-bar .instagram {
    margin-bottom: 0px; }
    .blog-content .side-bar .instagram ul {
      padding: 0;
      margin: 0; }
      .blog-content .side-bar .instagram ul li {
        list-style: none;
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 10px; }
        .blog-content .side-bar .instagram ul li:last-child {
          margin-bottom: 0px; }
        .blog-content .side-bar .instagram ul li img {
          width: 70px;
          max-width: 80px; }
  @media (min-width: 992px) {
    .blog-content .side-bar {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0px; } }

section.right-sidebar .side-bar {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px; }
  @media (min-width: 992px) {
    section.right-sidebar .side-bar {
      padding-top: 0px;
      margin-top: 0px;
      border-top: none; } }

section.single-post .side-bar {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 0px !important;
  border-bottom: none;
  padding-bottom: 0px; }
  @media (min-width: 992px) {
    section.single-post .side-bar {
      padding-top: 0px;
      margin-top: 0px;
      border-top: none; } }

section {
  margin-top: 85px; }

#search {
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1; }

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  color: #090909;
  background: rgba(0, 0, 0, 0);
  font-size: 40px;
  font-weight: 500;
  border-bottom: 2px solid #e7e7e7;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0px auto;
  outline: none; }

#search .primary-button {
  position: absolute;
  top: 50%;
  right: 10%;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  margin-top: -30px;
  z-index: 999;
  border: none;
  outline: none;
  cursor: pointer; }

#search button.close {
  cursor: pointer;
  outline: none;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #090909;
  background-color: transparent;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
  overflow-y: auto;
  background: #8e9799;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 350px;
  margin: 0;
  padding: 40px 80px;
  list-style: none; }

.sidebar-nav > .sidebar-brand {
  height: 55px;
  font-size: 18px;
  line-height: 55px; }

.sidebar-nav > .sidebar-brand a {
  color: #999; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

#sidebar-wrapper.active {
  right: 350px;
  width: 350px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.toggle {
  margin: 5px 5px 0 0; }

.square {
  color: #ffffff;
  display: block; }

#sidebar-wrapper .header-logo h1 {
  font-size: 27px;
  font-weight: 700;
  color: #ffffff; }

#sidebar-wrapper .sidebar-nav .latest-post {
  margin-top: 60px; }
  #sidebar-wrapper .sidebar-nav .latest-post h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px; }
  #sidebar-wrapper .sidebar-nav .latest-post ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #sidebar-wrapper .sidebar-nav .latest-post ul li {
      display: block;
      margin-bottom: 45px; }
      #sidebar-wrapper .sidebar-nav .latest-post ul li img {
        float: left;
        display: inline-block;
        width: 64px; }
      #sidebar-wrapper .sidebar-nav .latest-post ul li .right-content {
        margin-left: 0px; }
        #sidebar-wrapper .sidebar-nav .latest-post ul li .right-content h6 {
          margin-top: 0px;
          margin-bottom: 10px;
          color: #ffffff;
          font-size: 17px;
          font-weight: 700;
          text-transform: capitalize; }
        #sidebar-wrapper .sidebar-nav .latest-post ul li .right-content span {
          display: block;
          color: #ffffff;
          font-style: italic;
          font-size: 13px; }

.right-content a:hover {
    color:aquamarine;
}

#sidebar-wrapper .sidebar-nav .follow-us {
  margin-top: 80px; }
  #sidebar-wrapper .sidebar-nav .follow-us h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px; }
  #sidebar-wrapper .sidebar-nav .follow-us ul.social-icons {
    padding: 0;
    margin: 0;
    list-style: none; }
    #sidebar-wrapper .sidebar-nav .follow-us ul.social-icons li {
      display: inline-block;
      margin-right: 15px; }
      #sidebar-wrapper .sidebar-nav .follow-us ul.social-icons li a {
        background-color: #ffffff;
        width: 26px;
        height: 26px;
        display: inline-block;
        text-align: center;
        line-height: 26px;
        border-radius: 5px;
        color: #090909;
        font-size: 14px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        #sidebar-wrapper .sidebar-nav .follow-us ul.social-icons li a:hover {
          background-color: transparent;
          color: #ffffff; }
      #sidebar-wrapper .sidebar-nav .follow-us ul.social-icons li:last-child {
        margin-right: 0px; }

.border-button a {
  font-size: 15px;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #090909;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .border-button a:hover {
    background-color: #090909;
    color: #fff; }

.slider-wrapper .border-button {
  background-color: transparent;
  color: #090909;
  font-size: 15px;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #090909;
  -webkit-transition: all .3s ease !important;
  transition: all .3s ease !important; }
  .slider-wrapper .border-button:hover {
    background-color: #090909 !important;
    color: #fff; }

.text-button a {
  font-size: 15px;
  color: #090909;
  position: relative; }
  .text-button a:after {
    width: 30%;
    height: 1px;
    background-color: #090909;
    content: '';
    left: 0;
    bottom: -2px;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .text-button a:hover::after {
    width: 100%; }

.go-top {
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-decoration: none;
  color: #ffffff;
  background-color: #8e9799;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none; }
  @media (min-width: 992px) {
    .go-top {
      left: 97%;
      bottom: 3%; } }

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.slider-wrapper {
  padding-top: 106px; }
  @media (min-width: 992px) {
    .slider-wrapper {
      padding-top: 186px;
    }}
  .slider-wrapper .Diffusal.tparrows {
    cursor: pointer;
    background: transparent;
    width: auto; }
    .slider-wrapper .Diffusal.tparrows:before {
      display: block;
      text-align: center;
      font-size: 22px;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      background-color: transparent;
      border: 1px solid #090909;
      width: 50px;
      height: 50px;
      display: inline-block;
      text-align: center;
      line-height: 48px;
      color: #090909; }

.section-heading {
  margin-bottom: 30px; }
  .section-heading h2 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px; }
    .section-heading h2 em {
      font-style: normal;
      font-weight: 700; }
  .section-heading p {
    margin: 0px;
    font-style: italic; }

.page-heading {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 45vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 87px; }
  @media (min-width: 992px) {
    .page-heading {
      margin-top: 107px; } }
  .page-heading .heading-content {
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
    .page-heading .heading-content h6 {
      font-size: 56px;
      font-weight: bold;
      margin: 0px; }
    .page-heading .heading-content img {
      max-width: 217px; }

.page-heading2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 8vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 87px; }
  @media (min-width: 992px) {
    .page-heading {
      margin-top: 107px; } }
  .page-heading .heading-content {
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
    .page-heading .heading-content h6 {
      font-size: 56px;
      font-weight: bold;
      margin: 0px; }
    .page-heading .heading-content img {
      max-width: 217px; }

.page-heading-three {
  margin-bottom: -50px;
  height: 30vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 87px; }
  @media (min-width: 992px) {
    .page-heading-three {
      margin-top: 107px; } }
  .page-heading-three .heading-content {
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
    .page-heading-three .heading-content h1 {
      font-size: 30px;
      font-weight: bold;
      margin: 0px; }
@media (min-width: 992px) {
    .page-heading-three .heading-content h1,
    .page-heading-three .heading-content h1 {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    .page-heading-three .heading-content h1,
    .page-heading-three .heading-content h1 {
      font-size: 40px; } }
    .page-heading-three .heading-content span {
      margin-top: 14px;
      font-size: 15px;
      font-style: italic;
      color: #8b8b8b; }
      .page-heading-three .heading-content span a {
        color: #8b8b8b; }
        .page-heading-three .heading-content span a:hover {
          color: #090909; }

section.testimonials {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 85px;
  text-align: center; }
  section.testimonials .left-icon {
    width: 160px;
    height: 160px;
    display: inline-block;
    text-align: center;
    line-height: 195px;
    border: 1px solid #090909;
    border-radius: 50%; }
    section.testimonials .left-icon img {
      width: 34px;
      height: 30px; }
  section.testimonials .item {
    margin-top: -15px;
    margin-left: 0px;
    text-align: center; }
    section.testimonials .item p {
      font-size: 36px;
      font-weight: 700;
      color: #090909;
      line-height: 40px; }
    section.testimonials .item h4 {
      font-size: 20px;
      font-style: italic;
      font-weight: 400;
      color: #090909; }
    @media (min-width: 992px) {
      section.testimonials .item {
        margin-top: 40px;
        margin-left: 0px;
        text-align: left; } }
    @media (min-width: 768px) {
      section.testimonials .item {
        margin-top: -15px;
        margin-left: 30px;
        text-align: left; } }
  section.testimonials .owl-dots {
    margin-left: 0px;
    text-align: center; }
    section.testimonials .owl-dots .owl-dot {
      margin-right: 15px;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      background-color: #090909;
      outline: none;
      border: 2px solid #ffffff;
      -webkit-transition: all .3s;
      transition: all .3s; }
    section.testimonials .owl-dots .active {
      border: 2px solid #090909; }
    @media (min-width: 992px) {
      section.testimonials .owl-dots {
        text-align: left;
        margin-left: 0px; } }
    @media (min-width: 768px) {
      section.testimonials .owl-dots {
        margin-top: 0px;
        margin-left: 40px;
        text-align: left; } }

section.our-team .member-item {
  margin-bottom: 30px; }
  section.our-team .member-item .member-thumb {
    position: relative; }
    section.our-team .member-item .member-thumb img {
      display: block;
      width: 100%;
      height: auto; }
    section.our-team .member-item .member-thumb .hover-effect {
      position: absolute;
      background: #ffffff;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s;
      transition: all .3s; }
      section.our-team .member-item .member-thumb .hover-effect .hover-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        section.our-team .member-item .member-thumb .hover-effect .hover-content h4 {
          margin-top: 0px;
          margin-bottom: 0px;
          font-size: 22px;
          font-weight: 700; }
        section.our-team .member-item .member-thumb .hover-effect .hover-content span {
          font-size: 15px;
          font-weight: 500;
          color: #8b8b8b;
          font-style: italic; }
        section.our-team .member-item .member-thumb .hover-effect .hover-content ul {
          padding: 0;
          margin-top: 15px;
          list-style: none; }
          section.our-team .member-item .member-thumb .hover-effect .hover-content ul li {
            display: inline-block;
            margin-right: 5px; }
            section.our-team .member-item .member-thumb .hover-effect .hover-content ul li a {
              background-color: #090909;
              width: 26px;
              height: 26px;
              display: inline-block;
              text-align: center;
              line-height: 26px;
              border-radius: 5px;
              color: #ffffff;
              font-size: 14px;
              -webkit-transition: all .3s;
              transition: all .3s; }
              section.our-team .member-item .member-thumb .hover-effect .hover-content ul li a:hover {
                background-color: transparent;
                color: #090909; }
    section.our-team .member-item .member-thumb:hover .hover-effect {
      opacity: 1;
      visibility: visible; }

section.our-team-page {
  margin-top: 0px;
  margin-bottom: -30px; }
  section.our-team-page .member-item {
    margin-bottom: 30px; }

section.fun-facts {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 85px 0px 55px 0px; }
  section.fun-facts .count-area-content {
    text-align: center;
    padding: 0px 45px;
    margin-bottom: 30px; }
    section.fun-facts .count-area-content .count-digit {
      font-size: 60px;
      font-weight: 700;
      color: #090909;
      position: relative; }
      section.fun-facts .count-area-content .count-digit:after {
        font-size: 30px;
        font-weight: 900;
        position: absolute;
        top: 14px; }
    section.fun-facts .count-area-content .first-digit:after {
      content: '%'; }
    section.fun-facts .count-area-content .second-digit:after {
      content: '+';
      top: 6px; }
    section.fun-facts .count-area-content .third-digit:after {
      content: 'x';
      top: 8px; }
    section.fun-facts .count-area-content .count-title {
      font-size: 15px;
      color: #8b8b8b; }

section.recent-work .portfolio-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin: 10px 0 40px; }
  section.recent-work .portfolio-filters ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 15px;
    color: #090909;
    cursor: pointer;
    position: relative; }
    section.recent-work .portfolio-filters ul li:after {
      width: 0%;
      height: 1px;
      background-color: #090909;
      content: '';
      left: 0;
      bottom: -2px;
      position: absolute;
      -webkit-transition: all .3s;
      transition: all .3s; }
    section.recent-work .portfolio-filters ul li:hover::after {
      width: 100%; }
    section.recent-work .portfolio-filters ul li:first-child {
      margin-left: 0px; }
  section.recent-work .portfolio-filters ul li.active {
    text-decoration: none !important; }
    section.recent-work .portfolio-filters ul li.active:after {
      width: 100%; }

@media (min-width: 992px) {
  section.recent-work .portfolio-filters {
    display: block; }
    section.recent-work .portfolio-filters ul {
      margin: 40px 0 0;
      float: right;
      text-align: right; } }

section.recent-work .portfolio-item {
  position: relative;
  overflow: hidden; }
  section.recent-work .portfolio-item .portfolio-thumb {
    position: relative; }
    section.recent-work .portfolio-item .portfolio-thumb img {
      display: block;
      width: 100%;
      height: auto; }
    section.recent-work .portfolio-item .portfolio-thumb .hover-effect {
      position: absolute;
      bottom: -108px;
      left: 0;
      width: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      section.recent-work .portfolio-item .portfolio-thumb .hover-effect .hover-content {
        padding: 25px 30px;
        background-color: rgba(250, 250, 250, 0.97); }
        section.recent-work .portfolio-item .portfolio-thumb .hover-effect .hover-content h4 {
          font-size: 22px;
          font-weight: 700;
          margin-bottom: 0px; }
        section.recent-work .portfolio-item .portfolio-thumb .hover-effect .hover-content span {
          font-size: 15px;
          font-weight: 500;
          font-style: italic; }
    section.recent-work .portfolio-item .portfolio-thumb:hover .hover-effect {
      bottom: 0; }

.masonry-layout.no-col-gap.row {
  margin: 0; }

.masonry-layout.no-col-gap .masonry-item {
  padding: 0 0px;
  margin: 0 0 0px; }

.masonry-layout.tiny-col-gap.row {
  margin: 0 -2px; }

.masonry-layout.tiny-col-gap .masonry-item {
  padding: 0 2px;
  margin: 0 0 4px; }

.masonry-layout.small-col-gap.row {
  margin: 0 -5px; }

.masonry-layout.small-col-gap .masonry-item {
  padding: 0 5px;
  margin: 0 0 10px; }

.masonry-layout.normal-col-gap.row {
  margin: 0 -10px; }

.masonry-layout.normal-col-gap .masonry-item {
  padding: 0 10px;
  margin: 0 0 20px; }

.masonry-layout.medium-col-gap.row {
  margin: 0 -20px; }

.masonry-layout.medium-col-gap .masonry-item {
  padding: 0 20px;
  margin: 0 0 40px; }

.masonry-layout.large-col-gap.row {
  margin: 0 -25px; }

.masonry-layout.large-col-gap .masonry-item {
  padding: 0 25px;
  margin: 0 0 50px; }

.masonry-layout.huge-col-gap.row {
  margin: 0 -30px; }

.masonry-layout.huge-col-gap .masonry-item {
  padding: 0 30px;
  margin: 0 0 60px; }

section.portfolio-grid {
  margin-top: 0px; }
  section.portfolio-grid .portfolio-filters ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 40px; }
    section.portfolio-grid .portfolio-filters ul li {
      display: inline-block;
      margin-left: 30px;
      font-size: 15px;
      color: #090909;
      cursor: pointer;
      position: relative; }
      section.portfolio-grid .portfolio-filters ul li:after {
        width: 30%;
        height: 1px;
        background-color: #090909;
        content: '';
        left: 0;
        bottom: -2px;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s; }
      section.portfolio-grid .portfolio-filters ul li:hover::after {
        width: 100%; }
      section.portfolio-grid .portfolio-filters ul li:first-child {
        margin-left: 0px; }
    section.portfolio-grid .portfolio-filters ul li.active {
      text-decoration: none !important; }
      section.portfolio-grid .portfolio-filters ul li.active:after {
        width: 100%; }
  section.portfolio-grid .portfolio-item {
    position: relative;
    overflow: hidden; }
    section.portfolio-grid .portfolio-item .portfolio-thumb {
      position: relative; }
      section.portfolio-grid .portfolio-item .portfolio-thumb img {
        display: block;
        width: 100%;
        height: auto; }
      section.portfolio-grid .portfolio-item .portfolio-thumb .hover-effect {
        position: relative;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        section.portfolio-grid .portfolio-item .portfolio-thumb .hover-effect .hover-content {
          padding: 25px 30px;
          background-color: rgba(250, 250, 250, 0.97); }
          section.portfolio-grid .portfolio-item .portfolio-thumb .hover-effect .hover-content h4 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 0px; }
          section.portfolio-grid .portfolio-item .portfolio-thumb .hover-effect .hover-content span {
            font-size: 15px;
            font-weight: 500;
            font-style: italic; }
      section.portfolio-grid .portfolio-item .portfolio-thumb:hover .hover-effect {
        bottom: 0; }
  section.portfolio-grid .border-button {
    text-align: center;
    margin-top: 40px; }

section.portfolio-masonry {
  margin-top: 0px; }
  section.portfolio-masonry .portfolio-filters ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    margin-top: 40px; }
    section.portfolio-masonry .portfolio-filters ul li {
      display: inline-block;
      margin-left: 30px;
      font-size: 15px;
      color: #090909;
      cursor: pointer;
      position: relative; }
      section.portfolio-masonry .portfolio-filters ul li:after {
        width: 30%;
        height: 1px;
        background-color: #090909;
        content: '';
        left: 0;
        bottom: -2px;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s; }
      section.portfolio-masonry .portfolio-filters ul li:hover::after {
        width: 100%; }
      section.portfolio-masonry .portfolio-filters ul li:first-child {
        margin-left: 0px; }
    section.portfolio-masonry .portfolio-filters ul li.active {
      text-decoration: none !important; }
      section.portfolio-masonry .portfolio-filters ul li.active:after {
        width: 100%; }
  section.portfolio-masonry .portfolio-item {
    position: relative;
    overflow: hidden; }
    section.portfolio-masonry .portfolio-item .portfolio-thumb {
      position: relative; }
      section.portfolio-masonry .portfolio-item .portfolio-thumb img {
        display: block;
        width: 100%;
        height: auto; }
      section.portfolio-masonry .portfolio-item .portfolio-thumb .hover-effect {
        position: absolute;
        bottom: -108px;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        section.portfolio-masonry .portfolio-item .portfolio-thumb .hover-effect .hover-content {
          padding: 25px 30px;
          background-color: rgba(250, 250, 250, 0.97); }
          section.portfolio-masonry .portfolio-item .portfolio-thumb .hover-effect .hover-content h4 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 0px; }
          section.portfolio-masonry .portfolio-item .portfolio-thumb .hover-effect .hover-content span {
            font-size: 15px;
            font-weight: 500;
            font-style: italic; }
      section.portfolio-masonry .portfolio-item .portfolio-thumb:hover .hover-effect {
        bottom: 0; }

section.portfolio-pinterest {
  margin-top: 0px; }
  section.portfolio-pinterest .portfolio-filters ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    margin-top: 40px; }
    section.portfolio-pinterest .portfolio-filters ul li {
      display: inline-block;
      margin-left: 30px;
      font-size: 15px;
      color: #090909;
      cursor: pointer;
      position: relative; }
      section.portfolio-pinterest .portfolio-filters ul li:after {
        width: 30%;
        height: 1px;
        background-color: #090909;
        content: '';
        left: 0;
        bottom: -2px;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s; }
      section.portfolio-pinterest .portfolio-filters ul li:hover::after {
        width: 100%; }
      section.portfolio-pinterest .portfolio-filters ul li:first-child {
        margin-left: 0px; }
    section.portfolio-pinterest .portfolio-filters ul li.active {
      text-decoration: none !important; }
      section.portfolio-pinterest .portfolio-filters ul li.active:after {
        width: 100%; }
  section.portfolio-pinterest .portfolio-item {
    position: relative;
    overflow: hidden; }
    section.portfolio-pinterest .portfolio-item .portfolio-thumb {
      position: relative; }
      section.portfolio-pinterest .portfolio-item .portfolio-thumb img {
        display: block;
        width: 100%;
        height: auto; }
      section.portfolio-pinterest .portfolio-item .portfolio-thumb .hover-effect {
        position: absolute;
        bottom: -108px;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        section.portfolio-pinterest .portfolio-item .portfolio-thumb .hover-effect .hover-content {
          padding: 25px 30px;
          background-color: rgba(250, 250, 250, 0.97); }
          section.portfolio-pinterest .portfolio-item .portfolio-thumb .hover-effect .hover-content h4 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 0px; }
          section.portfolio-pinterest .portfolio-item .portfolio-thumb .hover-effect .hover-content span {
            font-size: 15px;
            font-weight: 500;
            font-style: italic; }
      section.portfolio-pinterest .portfolio-item .portfolio-thumb:hover .hover-effect {
        bottom: 0; }

section.portfolio-carousel {
  padding-top: 109px;
  margin-top: 80px;
  position: relative; }
  section.portfolio-carousel .container-fluid {
    padding: 0px; }
  section.portfolio-carousel .portfolio-item {
    position: relative;
    overflow: hidden; }
    section.portfolio-carousel .portfolio-item .portfolio-thumb {
      position: relative; }
      section.portfolio-carousel .portfolio-item .portfolio-thumb img {
        display: block;
        width: 100%;
        height: auto; }
      section.portfolio-carousel .portfolio-item .portfolio-thumb .hover-effect {
        text-align: center;
        position: relative;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        section.portfolio-carousel .portfolio-item .portfolio-thumb .hover-effect .hover-content {
          padding: 25px 30px;
          background-color: rgba(250, 250, 250, 0.97); }
          section.portfolio-carousel .portfolio-item .portfolio-thumb .hover-effect .hover-content h4 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 0px; }
          section.portfolio-carousel .portfolio-item .portfolio-thumb .hover-effect .hover-content span {
            font-size: 15px;
            font-weight: 500;
            font-style: italic; }
      section.portfolio-carousel .portfolio-item .portfolio-thumb:hover .hover-effect {
        bottom: 0; }
  section.portfolio-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 35%; }
    section.portfolio-carousel .owl-nav .owl-prev {
      position: absolute;
      left: 50px;
      width: 40px;
      height: 40px;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      background-color: #090909;
      color: #ffffff;
      outline: none; }
    section.portfolio-carousel .owl-nav .owl-next {
      position: absolute;
      right: 50px;
      width: 40px;
      height: 40px;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      background-color: #090909;
      color: #ffffff;
      outline: none; }
  section.portfolio-carousel .owl-dots {
    text-align: center;
    margin-top: 40px; }
    section.portfolio-carousel .owl-dots .owl-dot {
      margin-right: 15px;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      background-color: #090909;
      outline: none;
      border: 2px solid #ffffff;
      -webkit-transition: all .3s;
      transition: all .3s; }
    section.portfolio-carousel .owl-dots .active {
      border: 2px solid #090909; }

.loop .owl-nav {
  position: absolute;
  width: 100%;
  top: 35%; }
  .loop .owl-nav button.owl-prev {
    position: absolute;
    left: 50px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: #090909;
    color: #ffffff;
    outline: none; }
  .loop .owl-nav button.owl-next {
    position: absolute;
    right: 50px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: #090909;
    color: #ffffff;
    outline: none; }

.loop .owl-dots {
  text-align: center;
  margin-top: 40px; }
  .loop .owl-dots .owl-dot {
    margin-right: 15px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #090909;
    outline: none;
    border: 2px solid #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .loop .owl-dots .active {
    border: 2px solid #090909; }

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }
  .js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px); } }

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px); } }

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px); } }

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px); } }

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: white;
  -webkit-filter: contrast(20);
          filter: contrast(20); }
  .preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    background: #000;
    border-radius: 50%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
            animation: dot 2.8s infinite; }
  .preloader-inner .dots {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
            animation: dots 2.8s infinite; }
    .preloader-inner .dots span {
      display: block;
      float: left;
      width: 16px;
      height: 16px;
      margin-left: 16px;
      -webkit-filter: blur(4px);
              filter: blur(4px);
      background: #000;
      border-radius: 50%; }

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box; }

.debugtimeline {
  width: 100%;
  height: 10px;
  position: relative;
  display: block;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
  box-sizing: border-box; }

.debugtimeline:hover {
  height: 15px; }

.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0; }

.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 9999999 !important;
  background: #ffffff !important; }

.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12; }

.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db; }

.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0px;
  white-space: nowrap;
  line-height: 10px; }

.rtl {
  direction: rtl; }

@font-face {
  font-family: 'revicons';
  src: url("../fonts/revicons/revicons.eot?5510888");
  src: url("../fonts/revicons/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../fonts/revicons/revicons.woff?5510888") format("woff"), url("../fonts/revicons/revicons.ttf?5510888") format("truetype"), url("../fonts/revicons/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.revicon-search-1:before {
  content: '\e802'; }

/* 'î ‚' */
.revicon-pencil-1:before {
  content: '\e831'; }

/* 'î ±' */
.revicon-picture-1:before {
  content: '\e803'; }

/* 'î ƒ' */
.revicon-cancel:before {
  content: '\e80a'; }

/* 'î Š' */
.revicon-info-circled:before {
  content: '\e80f'; }

/* 'î ' */
.revicon-trash:before {
  content: '\e801'; }

/* 'î ' */
.revicon-left-dir:before {
  content: '\e817'; }

/* 'î —' */
.revicon-right-dir:before {
  content: '\e818'; }

/* 'î ˜' */
.revicon-down-open:before {
  content: '\e83b'; }

/* 'î »' */
.revicon-left-open:before {
  content: '\e819'; }

/* 'î ™' */
.revicon-right-open:before {
  content: '\e81a'; }

/* 'î š' */
.revicon-angle-left:before {
  content: '\e820'; }

/* 'î  ' */
.revicon-angle-right:before {
  content: '\e81d'; }

/* 'î ' */
.revicon-left-big:before {
  content: '\e81f'; }

/* 'î Ÿ' */
.revicon-right-big:before {
  content: '\e81e'; }

/* 'î ž' */
.revicon-magic:before {
  content: '\e807'; }

/* 'î ‡' */
.revicon-picture:before {
  content: '\e800'; }

/* 'î €' */
.revicon-export:before {
  content: '\e80b'; }

/* 'î ‹' */
.revicon-cog:before {
  content: '\e832'; }

/* 'î ²' */
.revicon-login:before {
  content: '\e833'; }

/* 'î ³' */
.revicon-logout:before {
  content: '\e834'; }

/* 'î ´' */
.revicon-video:before {
  content: '\e805'; }

/* 'î …' */
.revicon-arrow-combo:before {
  content: '\e827'; }

/* 'î §' */
.revicon-left-open-1:before {
  content: '\e82a'; }

/* 'î ª' */
.revicon-right-open-1:before {
  content: '\e82b'; }

/* 'î «' */
.revicon-left-open-mini:before {
  content: '\e822'; }

/* 'î ¢' */
.revicon-right-open-mini:before {
  content: '\e823'; }

/* 'î £' */
.revicon-left-open-big:before {
  content: '\e824'; }

/* 'î ¤' */
.revicon-right-open-big:before {
  content: '\e825'; }

/* 'î ¥' */
.revicon-left:before {
  content: '\e836'; }

/* 'î ¶' */
.revicon-right:before {
  content: '\e826'; }

/* 'î ¦' */
.revicon-ccw:before {
  content: '\e808'; }

/* 'î ˆ' */
.revicon-arrows-ccw:before {
  content: '\e806'; }

/* 'î †' */
.revicon-palette:before {
  content: '\e829'; }

/* 'î ©' */
.revicon-list-add:before {
  content: '\e80c'; }

/* 'î Œ' */
.revicon-doc:before {
  content: '\e809'; }

/* 'î ‰' */
.revicon-left-open-outline:before {
  content: '\e82e'; }

/* 'î ®' */
.revicon-left-open-2:before {
  content: '\e82c'; }

/* 'î ¬' */
.revicon-right-open-outline:before {
  content: '\e82f'; }

/* 'î ¯' */
.revicon-right-open-2:before {
  content: '\e82d'; }

/* 'î ­' */
.revicon-equalizer:before {
  content: '\e83a'; }

/* 'î º' */
.revicon-layers-alt:before {
  content: '\e804'; }

/* 'î „' */
.revicon-popup:before {
  content: '\e828'; }

/* 'î ¨' */
/******************************
	-	BASIC STYLES		-
******************************/
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%; }

.rev_slider {
  position: relative;
  overflow: visible; }

.entry-content .rev_slider a,
.rev_slider a {
  box-shadow: none; }

.tp-overflow-hidden {
  overflow: hidden !important; }

.group_ov_hidden {
  overflow: hidden; }

.tp-simpleresponsive img,
.rev_slider img {
  max-width: none !important;
  -webkit-transition: none;
  transition: none;
  margin: 0px;
  padding: 0px;
  border: none; }

.rev_slider .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px; }

.rev_slider > ul,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  list-style: none !important;
  position: absolute;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0px 0px;
  text-indent: 0em;
  top: 0px;
  left: 0px; }

.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  visibility: hidden; }

.tp-revslider-slidesli,
.tp-revslider-mainul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important; }

.rev_slider li.tp-revslider-slidesli {
  position: absolute !important; }

.tp-caption .rs-untoggled-content {
  display: block; }

.tp-caption .rs-toggled-content {
  display: none; }

.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block; }

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none; }

.rev_slider .tp-caption,
.rev_slider .caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1; }

.rev_slider .tp-caption,
.rev_slider .caption,
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
  margin-bottom: 0; }

.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top; }

/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
  cursor: url(openhand.cur), move; }

.tp-carousel-wrapper.dragged {
  cursor: url(closedhand.cur), move; }

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important; }

.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all; }

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important; }

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
  max-width: none !important; }

.tp-element-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: scaleX(0) scaleY(0);
          transform: scaleX(0) scaleY(0); }

.tp-parallax-wrap {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0px;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0px; }

.rev_row_zone_top {
  top: 0px; }

.rev_row_zone_middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.rev_row_zone_bottom {
  bottom: 0px; }

.rev_column .tp-parallax-wrap {
  vertical-align: top; }

.rev_slider .tp-caption.rev_row {
  display: table;
  position: relative;
  width: 100% !important;
  table-layout: fixed;
  box-sizing: border-box;
  vertical-align: top;
  height: auto !important;
  font-size: 0px; }

.rev_column {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0px; }

.rev_column_inner {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important; }

.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0px solid transparent; }

.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap {
  text-align: inherit; }

.rev_column_inner .tp-mask-wrap {
  display: inline-block; }

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0px; }

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column {
  vertical-align: top; }

.rev_break_columns {
  display: block !important; }

.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important; }

/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  position: relative;
  padding: 0; }

.fullwidthbanner-container {
  position: relative;
  padding: 0;
  overflow: hidden; }

.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative; }

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0px;
  left: 0px;
  /*pointer-events:none;*/ }

/* new static layers position option */
.tp-static-layers-back {
  z-index: 0; }

.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

.tp-layer-inner-rotation {
  position: relative !important; }

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
  width: 100%;
  height: auto; }

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  -webkit-filter: none !important;
          filter: none !important; }

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.rs-background-video-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 0; }

.tp-caption.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute; }

.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
  background: #000; }

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.videoisplaying .html5vid .tp-poster {
  display: none; }

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out !important;
  transition: opacity 300ms ease-out !important; }

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button {
  display: none !important; }

.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important; }

.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 40px !important; }

.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block; }

.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important; }

.videoisplaying .revicon-right-dir {
  display: none; }

.videoisplaying .tp-revstop {
  display: inline-block; }

.videoisplaying .tp-video-play-button {
  display: none; }

.fullcoveredvideo .tp-video-play-button {
  display: none !important; }

.fullscreenvideo .fullscreenvideo audio {
  -o-object-fit: contain !important;
     object-fit: contain !important; }

.fullscreenvideo .fullscreenvideo video {
  -o-object-fit: contain !important;
     object-fit: contain !important; }

.fullscreenvideo .fullcoveredvideo audio {
  -o-object-fit: cover !important;
     object-fit: cover !important; }

.fullscreenvideo .fullcoveredvideo video {
  -o-object-fit: cover !important;
     object-fit: cover !important; }

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, black), to(#323232));
  background-image: linear-gradient(to bottom, black 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.tp-caption:hover .tp-video-controls {
  opacity: .9; }

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #EEE;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  outline: none; }

.tp-video-button:hover {
  cursor: pointer; }

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0px 5px;
  display: table-cell;
  vertical-align: middle; }

.tp-video-seek-bar-wrap {
  width: 80%; }

.tp-video-vol-bar-wrap {
  width: 20%; }

.tp-volume-bar,
.tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0; }

.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: transparent;
  z-index: 5; }

.disabled_lc .tp-video-play-button,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer audio::-webkit-media-controls {
  display: none !important; }

.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important; }

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3; }

.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png); }

.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png); }

.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png); }

.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png); }

/******************************
	-	SHADOWS		-
******************************/
.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  position: absolute;
  z-index: -1; }

.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8); }

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg); }

.tp-shadow2:after,
.tp-shadow4:after {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  right: 10px;
  left: auto; }

.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }

.tp-shadow5:before, .tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px / 20px; }

/******************************
	-	BUTTONS	-
*******************************/
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none; }

.tp-button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important; }

.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
  background-position: bottom, 15px 11px; }

/*	BUTTON COLORS	*/
.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green {
  background-color: #21a117;
  box-shadow: 0px 3px 0px 0px #104d0b; }

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0px 3px 0px 0px #0f3e68; }

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0px 3px 0px 0px #7c1212; }

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange {
  background-color: #ff7700;
  box-shadow: 0px 3px 0px 0px #a34c00; }

.tp-button.darkgrey, .tp-button.grey,
.tp-button:hover.darkgrey, .tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey {
  background-color: #555;
  box-shadow: 0px 3px 0px 0px #222; }

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey {
  background-color: #888;
  box-shadow: 0px 3px 0px 0px #555; }

/* TP BUTTONS DESKTOP SIZE */
.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  cursor: pointer; }

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900; }

.rev-btn.rev-withicon i {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  margin-left: 10px !important; }

.rev-btn.rev-hiddenicon i {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  opacity: 0;
  margin-left: 0px !important;
  width: 0px !important; }

.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important; }

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i {
  font-size: 14px;
  top: 0px; }

/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i {
  font-size: 12px;
  top: 0px; }

/* ROUNDING OPTIONS */
.rev-maxround {
  border-radius: 30px; }

.rev-minround {
  border-radius: 3px; }

/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer; }

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  -webkit-transition: .7s;
  transition: .7s;
  pointer-events: none;
  -webkit-transform-style: flat !important;
          transform-style: flat !important; }

.rev-burger span:nth-child(2) {
  margin: 3px 0; }

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg); }

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0; }

#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  -webkit-transform: translateY(-6px) rotate(-135deg);
          transform: translateY(-6px) rotate(-135deg); }

.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2); }

.rev-burger.revb-white span {
  background: #fff; }

.rev-burger.revb-whitenoborder {
  border: 0; }

.rev-burger.revb-whitenoborder span {
  background: #fff; }

.rev-burger.revb-darknoborder {
  border: 0; }

.rev-burger.revb-darknoborder span {
  background: #333; }

.rev-burger.revb-whitefull {
  background: #fff;
  border: none; }

.rev-burger.revb-whitefull span {
  background: #333; }

.rev-burger.revb-darkfull {
  background: #333;
  border: none; }

.rev-burger.revb-darkfull span {
  background: #fff; }

/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px; }

.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px; }

.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
  color: #ffffff; }

.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
  opacity: 0.8; }

.rev-scroll-btn.revs-fullwhite {
  background: #fff; }

.rev-scroll-btn.revs-fullwhite span {
  background: #333; }

.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none; }

.rev-scroll-btn.revs-fulldark span {
  background: #fff; }

.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: rev-ani-mouse 2.5s linear infinite;
          animation: rev-ani-mouse 2.5s linear infinite; }

.rev-scroll-btn.revs-dark {
  border-color: #333; }

.rev-scroll-btn.revs-dark span {
  background: #333; }

.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer; }

.rev-cbutton-dark-sr {
  border-radius: 3px; }

.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75); }

.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.75); }

.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px; }

.rev-sbutton-blue {
  background-color: #3B5998; }

.rev-sbutton-lightblue {
  background-color: #00A0D1; }

.rev-sbutton-red {
  background-color: #DD4B39; }

/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0px; }

.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0px !important;
  height: 5px; }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1; }

.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat; }

.tp-caption.slidelink a span {
  background: url(../assets/coloredbg.png) repeat; }

.tp-shape {
  width: 100%;
  height: 100%; }

/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/
.tp-caption .rs-starring {
  display: inline-block; }

.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #FFC321 !important; }

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important; }

.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute; }

.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important; }

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0; }

/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute; }

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
          animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px; }

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
          animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px; }

.tp-loader.spinner5 {
  background-image: url(../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px; }

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
          animation: tp-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center; }

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
          animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
          animation: tp-rotate 2.0s infinite linear; }

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
          animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s; }

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0px;
  left: 0px; }

.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box; }

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px; }

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
  opacity: 1; }

.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important; }

.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important; }

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer; }

.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff; }

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000; }

.tparrows:hover {
  background: #000; }

.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center; }

.tparrows.tp-leftarrow:before {
  content: '\e824'; }

.tparrows.tp-rightarrow:before {
  content: '\e825'; }

/***************************
	- KEN BURNS FIXES -
***************************/
body.rtl .tp-kbimg {
  left: 0 !important; }

/***************************
	- 3D SHADOW MODE -
***************************/
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4); }

/*******************
	- DEBUG MODE -
*******************/
.hglayerinfo {
  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal; }

.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px; }

.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important; }

.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0; }

#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll; }

/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden {
  -webkit-filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
          filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2); }

.aden::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(66, 10, 14, 0.2)), to(transparent));
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken; }

.perpetua::after, .reyes::after {
  mix-blend-mode: soft-light;
  opacity: .5; }

.inkwell {
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); }

.perpetua::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#005b9a), to(#e6c13d));
  background: linear-gradient(to bottom, #005b9a, #e6c13d); }

.reyes {
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }

.reyes::after {
  background: #efcdad; }

.gingham {
  -webkit-filter: brightness(1.05) hue-rotate(-10deg);
          filter: brightness(1.05) hue-rotate(-10deg); }

.gingham::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(66, 10, 14, 0.2)), to(transparent));
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken; }

.toaster {
  -webkit-filter: contrast(1.5) brightness(0.9);
          filter: contrast(1.5) brightness(0.9); }

.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen; }

.walden {
  -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
          filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); }

.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3; }

.hudson {
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); }

.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5; }

.earlybird {
  -webkit-filter: contrast(0.9) sepia(0.2);
          filter: contrast(0.9) sepia(0.2); }

.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay; }

.mayfair {
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); }

.mayfair::after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .4; }

.lofi {
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); }

.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply; }

._1977 {
  -webkit-filter: contrast(1.1) brightness(1.1) saturate(1.3);
          filter: contrast(1.1) brightness(1.1) saturate(1.3); }

._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen; }

.brooklyn {
  -webkit-filter: contrast(0.9) brightness(1.1);
          filter: contrast(0.9) brightness(1.1); }

.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay; }

.xpro2 {
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); }

.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn; }

.nashville {
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
          filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); }

.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten; }

.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken; }

.lark {
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); }

.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken; }

.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge; }

.moon {
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); }

.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light; }

.moon::after {
  background: #383838;
  mix-blend-mode: lighten; }

.clarendon {
  -webkit-filter: contrast(1.2) saturate(1.35);
          filter: contrast(1.2) saturate(1.35); }

.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay; }

.willow {
  -webkit-filter: grayscale(0.5) contrast(0.95) brightness(0.9);
          filter: grayscale(0.5) contrast(0.95) brightness(0.9); }

.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay; }

.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color; }

.rise {
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); }

.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6; }

.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply; }

._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none; }

._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
  position: relative; }

._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
  width: 100%;
  z-index: 1; }

._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
  z-index: 2; }

._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
  z-index: 3; }

.slumber {
  -webkit-filter: saturate(0.66) brightness(1.05);
          filter: saturate(0.66) brightness(1.05); }

.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light; }

.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten; }

.tp-kbimg-wrap:before,
.tp-kbimg-wrap:after {
  height: 500%;
  width: 500%; }

section.more-info {
  padding: 30px 0px;
   }
  section.more-info ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    section.more-info ul li {
      display: block;
      margin-bottom: 6px; }
      section.more-info ul li a {
        font-size: 15px;
        color: #8b8b8b;
        -webkit-transition: all .3s;
        transition: all .3s; }
        section.more-info ul li a:hover {
          color: #090909; }
      section.more-info ul li:last-child {
        margin-bottom: 0px; }

section.more-info-about-page {
  margin-top: 0px;
  border-top: none; }

section.inspire-you {
  border-top: 1px solid #e7e7e7;
  padding-top: 85px; }
  section.inspire-you h4 {
    font-size: 26px;
    font-weight: 700; }
  section.inspire-you p {
    margin-right: 50px;
    font-style: italic; }
  section.inspire-you .skill-item {
    margin-bottom: 50px;
    position: relative; }
  section.inspire-you .last-skill {
    border-bottom: none; }
  section.inspire-you .skills-row span {
    position: absolute;
    top: 0;
    font-size: 16px;
    font-weight: 700;
    color: #090909; }
  section.inspire-you .skills-row h6 {
    font-size: 16px;
    font-weight: 700;
    color: #090909;
    margin-bottom: 10px; }
  section.inspire-you .skill-bar {
    width: 100%; }
  section.inspire-you .filled-bar {
    position: absolute;
    z-index: 99;
    height: 1px;
    background-color: #090909; }
  section.inspire-you .first-bar .filled-bar {
    width: 62%; }
  section.inspire-you .first-bar span {
    left: 56%; }
  section.inspire-you .second-bar .filled-bar {
    width: 95%; }
  section.inspire-you .second-bar span {
    left: 89%; }
  section.inspire-you .third-bar .filled-bar {
    width: 49%; }
  section.inspire-you .third-bar span {
    left: 43%; }

section.about-me-work {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 80px; }

section.simple-cta {
  border-top: 1px solid #e7e7e7;
  padding-top: 85px;
  text-align: center; }
  section.simple-cta h4 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px; }
  section.simple-cta span {
    margin: 0px;
    font-style: italic; }
  section.simple-cta .border-button {
    text-align: center;
    margin-top: 30px; }
    @media (min-width: 992px) {
      section.simple-cta .border-button {
        margin-top: 0px;
        text-align: right; } }
  @media (min-width: 992px) {
    section.simple-cta {
      text-align: left; } }

section.inspire-you-about-page {
  padding-bottom: 55px;
  margin-top: 0px;
  border-top: none;
  border-bottom: 1px solid #e7e7e7; }

section.fun-facts-about-page {
  border-top: none;
  border-bottom: none;
  padding: 0px; }

section.news {
  margin-bottom: -45px; }
  section.news .news-item {
    margin-bottom: 45px; }
    section.news .news-item img {
      display: block;
      width: 100%;
      height: auto; }
    section.news .news-item .down-content {
      margin-top: 25px; }
      section.news .news-item .down-content span {
        font-size: 15px;
        font-weight: 500;
        color: #8b8b8b;
        font-style: italic; }
      section.news .news-item .down-content h4 {
        margin-top: 6px;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px; }
      section.news .news-item .down-content p {
        margin-bottom: 15px; }

section.blog-content {
  margin-top: 0px; }
  section.blog-content .blog-item {
    margin-bottom: 60px; }
    section.blog-content .blog-item img {
      display: block;
      width: 100%;
      height: auto; }
    section.blog-content .blog-item .down-content {
      margin-top: 25px; }
      section.blog-content .blog-item .down-content ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        section.blog-content .blog-item .down-content ul li {
          display: inline-block;
          margin-right: 10px; }
          section.blog-content .blog-item .down-content ul li:after {
            content: '/';
            margin-left: 10px; }
          section.blog-content .blog-item .down-content ul li a {
            font-size: 15px;
            font-weight: 500;
            color: #8b8b8b;
            font-style: italic; }
            section.blog-content .blog-item .down-content ul li a:hover {
              color: #090909; }
          section.blog-content .blog-item .down-content ul li:last-child {
            margin-right: 0px; }
            section.blog-content .blog-item .down-content ul li:last-child:after {
              margin-left: 0px;
              display: none; }
      section.blog-content .blog-item .down-content h4 {
        margin-top: 6px;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px; }
      section.blog-content .blog-item .down-content p {
        margin-bottom: 15px; }
  section.blog-content .quote-item {
    margin-bottom: 60px;
    padding: 45px 60px;
    background: #f7f7f7; }
    section.blog-content .quote-item .left-icon {
      display: inline-block;
      text-align: center;
      width: 100%;
      height: 110px;
      line-height: 130px; }
      section.blog-content .quote-item .left-icon img {
        width: 34px;
        height: 30px; }
    section.blog-content .quote-item p {
      line-height: 35px;
      margin: 0;
      padding: 0;
      font-size: 26px;
      font-weight: 700;
      color: #090909; }
    section.blog-content .quote-item h4 {
      margin-bottom: 0px;
      margin-top: 25px;
      font-size: 15px;
      font-style: italic;
      font-weight: 400;
      color: #8b8b8b; }
  section.blog-content .pagination {
    margin-top: 40px;
    width: 100%;
    text-align: center; }
    section.blog-content .pagination ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      section.blog-content .pagination ul li {
        display: inline-block;
        margin: 0px 15px; }
        section.blog-content .pagination ul li a {
          font-size: 15px;
          color: #8b8b8b;
          position: relative; }
          section.blog-content .pagination ul li a:after {
            width: 30%;
            height: 1px;
            background-color: #090909;
            content: '';
            left: 0;
            bottom: -2px;
            position: absolute;
            -webkit-transition: all .3s;
            transition: all .3s; }
          section.blog-content .pagination ul li a:hover {
            color: #090909; }
          section.blog-content .pagination ul li a:hover::after {
            width: 100%; }
      section.blog-content .pagination ul li.active a {
        color: #090909; }
        section.blog-content .pagination ul li.active a:after {
          width: 100%; }

section.single-post .blog-item .down-content {
  padding-bottom: 60px;
  border-bottom: 1px solid #e7e7e7; }
  section.single-post .blog-item .down-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 45px; }
  section.single-post .blog-item .down-content span.blockquote {
    display: block;
    margin: 25px 0px;
    font-size: 17px;
    font-weight: 700;
    color: #090909; }
  section.single-post .blog-item .down-content ul.tags {
    margin-top: 40px; }
    section.single-post .blog-item .down-content ul.tags li a {
      font-weight: 400;
      font-size: 15px;
      font-style: normal; }
      section.single-post .blog-item .down-content ul.tags li a:hover {
        color: #090909; }
    section.single-post .blog-item .down-content ul.tags li:after {
      display: none; }
    section.single-post .blog-item .down-content ul.tags li:first-child {
      font-weight: 700;
      color: #090909; }

section.single-post .about-author {
  margin-bottom: 60px; }
  section.single-post .about-author img {
    float: left;
    display: inline-block; }
  section.single-post .about-author .right-content {
    margin-left: 145px; }
    section.single-post .about-author .right-content h4 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 10px; }
    section.single-post .about-author .right-content p {
      margin-top: 0px; }

section.single-post ul.social-icons {
  text-align: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0px;
  margin: 0;
  list-style: none; }
  section.single-post ul.social-icons li {
    display: inline-block;
    margin-right: 15px; }
    section.single-post ul.social-icons li a {
      background-color: #090909;
      width: 26px;
      height: 26px;
      display: inline-block;
      text-align: center;
      line-height: 26px;
      border-radius: 5px;
      color: #ffffff;
      font-size: 14px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      section.single-post ul.social-icons li a:hover {
        background-color: transparent;
        color: #090909; }
    section.single-post ul.social-icons li:last-child {
      margin-right: 0px; }

section.single-post .comments {
  border-bottom: 1px solid #e7e7e7; }
  section.single-post .comments h4 {
    margin-top: 60px;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 60px; }
  section.single-post .comments ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    section.single-post .comments ul li {
      display: inline-block;
      margin-bottom: 60px; }
      section.single-post .comments ul li img {
        float: left;
        max-width: 64px; }
      section.single-post .comments ul li .right-content {
        margin-left: 90px; }
        section.single-post .comments ul li .right-content span {
          font-style: italic;
          font-size: 15px;
          color: #8b8b8b; }
        section.single-post .comments ul li .right-content h6 {
          margin-bottom: 10px;
          margin-top: 10px;
          font-size: 17px;
          font-weight: 700;
          color: #090909;
           }
        section.single-post .comments ul li .right-content p {
          margin-bottom: 10px;
          margin-top: 0px; }
    section.single-post .comments ul li.replied {
      margin-left: 90px; }

section.single-post .write-comment h4 {
  margin-top: 60px;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 60px; }

section.single-post .write-comment fieldset {
  border: none;
  padding: 0px; }
  section.single-post .write-comment fieldset input {
    width: 100%;
    height: 38px;
    border: none;
    background-color: #f7f7f7;
    padding: 0px 15px;
    outline: none;
    margin-bottom: 30px; }
  section.single-post .write-comment fieldset textarea {
    width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 180px;
    border: none;
    background-color: #f7f7f7;
    padding: 10px 15px;
    outline: none;
    margin-bottom: 20px; }
  section.single-post .write-comment fieldset button {
    background-color: transparent;
    font-size: 15px;
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
    section.single-post .write-comment fieldset button:hover {
      background-color: #090909;
      color: #fff; }

.error-page {
  height: calc(100vh - 106px);
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden; }
  .error-page .left-content {
    text-align: center;
    padding-right: 30px; }
    .error-page .left-content h1 {
      font-size: 72px;
      font-weight: bold;
      margin: 0px;
      width: 350px;
      height: 350px;
      display: inline-block;
      text-align: center;
      line-height: 350px;
      background-color: #f7f7f7;
      border-radius: 50%; }
    @media (min-width: 992px) {
      .error-page .left-content {
        text-align: right; } }
  .error-page .right-content {
    margin-top: 30px;
    text-align: center;
    padding-left: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
    .error-page .right-content h4 {
      font-size: 26px;
      font-weight: 700;
      margin-top: 0px;
      margin-bottom: 20px; }
    .error-page .right-content span {
      margin: 0px;
      font-style: italic; }
    .error-page .right-content .border-button {
      margin-top: 30px; }
    @media (min-width: 992px) {
      .error-page .right-content {
        margin-top: 0px;
        padding-left: 30px;
        text-align: left; } }

section.contact-us-home {
  border-top: 1px solid #e7e7e7;
  padding-top: 85px; }
  section.contact-us-home .contact-form {
    margin-bottom: 30px; }
    section.contact-us-home .contact-form fieldset {
      border: none;
      padding: 0px; }
      section.contact-us-home .contact-form fieldset input {
        width: 100%;
        height: 38px;
        border: none;
        background-color: #f7f7f7;
        padding: 0px 15px;
        outline: none;
        margin-bottom: 30px; }
      section.contact-us-home .contact-form fieldset textarea {
        width: 100%;
        max-width: 100%;
        height: 150px;
        max-height: 180px;
        border: none;
        background-color: #f7f7f7;
        padding: 10px 15px;
        outline: none;
        margin-bottom: 20px; }
      section.contact-us-home .contact-form fieldset button {
        background-color: transparent;
        font-size: 15px;
        display: inline-block;
        padding: 15px 30px;
        border: 1px solid #000;
        outline: none;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s; }
        section.contact-us-home .contact-form fieldset button:hover {
          background-color: #090909;
          color: #fff; }
    @media (min-width: 992px) {
      section.contact-us-home .contact-form {
        margin-bottom: 0;
        margin-right: 30px; } }
  section.contact-us-home ul.info {
    padding: 0;
    margin-bottom: 30px;
    list-style: none; }
    section.contact-us-home ul.info li {
      display: block;
      margin-bottom: 25px; }
      section.contact-us-home ul.info li h4 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 5px; }
      section.contact-us-home ul.info li span, section.contact-us-home ul.info li a {
        font-size: 15px;
        color: #8b8b8b; }
      section.contact-us-home ul.info li a:hover {
        color: #090909; }
      section.contact-us-home ul.info li:last-child {
        margin-bottom: 0px; }
    @media (min-width: 992px) {
      section.contact-us-home ul.info {
        margin-bottom: 0; } }

section.contact-us {
  border-top: none;
  padding-top: 0px; }
  section.contact-us .contact-form {
    margin-right: 0px;
    margin-bottom: 30px; }
    section.contact-us .contact-form fieldset {
      border: none;
      padding: 0px; }
      section.contact-us .contact-form fieldset input {
        width: 100%;
        height: 38px;
        border: none;
        background-color: #f7f7f7;
        padding: 0px 15px;
        outline: none;
        margin-bottom: 30px; }
      section.contact-us .contact-form fieldset textarea {
        width: 100%;
        max-width: 100%;
        height: 150px;
        max-height: 180px;
        border: none;
        background-color: #f7f7f7;
        padding: 10px 15px;
        outline: none;
        margin-bottom: 20px; }
      section.contact-us .contact-form fieldset button {
        background-color: transparent;
        font-size: 15px;
        display: inline-block;
        padding: 15px 30px;
        border: 1px solid #000;
        outline: none;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s; }
        section.contact-us .contact-form fieldset button:hover {
          background-color: #090909;
          color: #fff; }
    @media (min-width: 992px) {
      section.contact-us .contact-form {
        margin-bottom: 0;
        margin-right: 30px; } }
  section.contact-us ul.info {
    padding: 0;
    margin-bottom: 30px;
    list-style: none; }
    section.contact-us ul.info li {
      display: block;
      margin-bottom: 25px; }
      section.contact-us ul.info li h4 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 5px; }
      section.contact-us ul.info li span, section.contact-us ul.info li a {
        font-size: 15px;
        color: #8b8b8b; }
      section.contact-us ul.info li a:hover {
        color: #090909; }
      section.contact-us ul.info li:last-child {
        margin-bottom: 0px; }
    @media (min-width: 992px) {
      section.contact-us ul.info {
        margin-bottom: 0; } }

section.find-on-map {

  padding-top: 0px; }
  section.find-on-map #map {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      section.find-on-map #map {
        margin-bottom: 0; } }

.contact-us-page #map {
  margin-top: 87px; }
  @media (min-width: 992px) {
    .contact-us-page #map {
      margin-top: 107px; } }

section.single-project {
  margin-top: 0px; }
  section.single-project .project-content img {
    max-width: 100%;
    margin-bottom: 30px; }
  section.single-project .main-content {
    margin-top: 30px; }
    section.single-project .main-content h4 {
      font-size: 26px;
      font-weight: 700; }
    section.single-project .main-content p {
      margin-bottom: 45px; }
    section.single-project .main-content ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      section.single-project .main-content ul li {
        display: block;
        margin-bottom: 25px; }
        section.single-project .main-content ul li span {
          display: block;
          font-size: 17px;
          font-weight: 700;
          color: #090909;
          margin-bottom: 5px; }
        section.single-project .main-content ul li a {
          font-size: 15px;
          color: #8b8b8b;
          font-weight: 500; }
          section.single-project .main-content ul li a:hover {
            color: #090909; }
        section.single-project .main-content ul li:last-child {
          margin-bottom: 0px; }
        section.single-project .main-content ul li ul.social-icons {
          margin-top: 5px; }
          section.single-project .main-content ul li ul.social-icons li {
            display: inline-block;
            margin-right: 10px; }
            section.single-project .main-content ul li ul.social-icons li a {
              background-color: #090909;
              width: 26px;
              height: 26px;
              display: inline-block;
              text-align: center;
              line-height: 26px;
              border-radius: 5px;
              color: #ffffff;
              font-size: 14px;
              -webkit-transition: all .3s;
              transition: all .3s; }
              section.single-project .main-content ul li ul.social-icons li a:hover {
                background-color: transparent;
                color: #090909; }
            section.single-project .main-content ul li ul.social-icons li:last-child {
              margin-right: 0px; }
    @media (min-width: 992px) {
      section.single-project .main-content {
        margin-left: 30px;
        margin-top: 0px; } }
  section.single-project .pagination ul {
    padding: 0;
    margin-top: 50px;
    list-style: none;
    text-align: center; }
    section.single-project .pagination ul li {
      display: inline-block; }
      section.single-project .pagination ul li:first-child {
        float: left; }
      section.single-project .pagination ul li:last-child {
        float: right; }
      section.single-project .pagination ul li a {
        font-size: 15px;
        color: #8b8b8b;
        position: relative; }
        section.single-project .pagination ul li a:after {
          width: 30%;
          height: 1px;
          background-color: #090909;
          content: '';
          left: 0;
          bottom: -2px;
          position: absolute;
          -webkit-transition: all .3s;
          transition: all .3s; }
        section.single-project .pagination ul li a:hover {
          color: #090909; }
        section.single-project .pagination ul li a:hover::after {
          width: 100%; }
    section.single-project .pagination ul li.active a {
      color: #090909; }
      section.single-project .pagination ul li.active a:after {
        width: 100%; }

.cloud{
    color:#00a6be;
}

.code{
    color: #c3458f;
}