
/*------------------------------------------------------------------
 * This is main css file for Diffusal. It is broken into following sections:
 * 1.  Global styles and reset
 * 2.  Header styles
 * 3.  Footer styles
 * 4.  Sidebar Widgets styles
 * 5.  Buttons styles
 * 6.  Headings styles
 * 7.  Banner styles
 * 8.  Portfolio styles
 * 9.  Blog styles
 * 10. Shortcodes styles
 * 11. Custom Post Types styles
-------------------------------------------------------------------*/
.container {
  max-width: 1270px; }

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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("../image/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%; }

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../font/flexslider-icon.eot");
  src: url("../font/flexslider-icon.eot") format("embedded-opentype"), url("../font/flexslider-icon.woff") format("woff"), url("../font/flexslider-icon.ttf") format("truetype"), url("../font/flexslider-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

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: #2c2c2c; }
  a:focus {
    outline: none; }

p {
  font-size: 14px;
  margin-bottom: 1.55rem;
  word-spacing: 0.001em;
  color: #5a5a5a;
  line-height: 25px;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal; }

img {
  height: auto;
  max-width: 100%;
  margin-bottom: -8px; }

::-moz-selection {
  color: #fff;
  background: #2c2c2c; }

::selection {
  color: #fff;
  background: #2c2c2c; }

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

.section-gap {
  margin-top: 70px; }
  @media (min-width: 992px) {
    .section-gap {
      margin-top: 100px; } }

.section-heading h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px; }

.section-heading p {
  color: #7a7a7a; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c2c2c;
  margin: 0 0 20px; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 400; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

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

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

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

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

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

h6 {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase; }

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: #2c2c2c;
    line-height: 1.3; }
    @media (min-width: 992px) {
      blockquote p {
        font-size: 24px; } }

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

/*----------  Header  ----------*/
.sub-header {
  background-color: #2c2c2c;
  padding: 6px 0px; }
  @media (min-width: 992px) {
    .sub-header {
      padding: 6px 65px; } }
  .sub-header ul li {
    display: inline-block; }
    .sub-header ul li a {
      color: #ccc;
      font-size: 12px; }
      @media (min-width: 992px) {
        .sub-header ul li a {
          font-size: 13px; } }
      .sub-header ul li a i {
        font-size: 15px; }
      .sub-header ul li a:hover {
        color: #f08923; }
  .sub-header .left-info {
    text-align: center; }
    @media (min-width: 992px) {
      .sub-header .left-info {
        text-align: left; } }
    .sub-header .left-info li {
      border-right: none;
      margin-right: 5px;
      padding-right: 5px; }
      @media (min-width: 992px) {
        .sub-header .left-info li {
          border-right: 1px solid #3c3c3c;
          margin-right: 15px;
          padding-right: 15px; } }
      .sub-header .left-info li:last-child {
        border-right: none; }
      .sub-header .left-info li i {
        margin-right: 5px; }
  .sub-header .social-icons {
    text-align: center; }
    @media (min-width: 992px) {
      .sub-header .social-icons {
        text-align: right; } }
    .sub-header .social-icons li {
      margin-left: 10px; }

.second-sub-header {
  background-color: #fff; }
  .second-sub-header ul li a {
    color: #2c2c2c; }
  .second-sub-header .left-info li {
    border-right: 1px solid #eee; }

.second-site-header.fixed-header {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3); }
  .second-site-header.fixed-header .header-logo a h2 {
    color: #fff; }
  .second-site-header.fixed-header ul li a {
    color: #fff; }
    .second-site-header.fixed-header ul li a:hover {
      color: #f08923; }
  .second-site-header.fixed-header ul li::after {
    color: #fff; }
  .second-site-header.fixed-header ul li ul li a {
    color: #2c2c2c; }
  .second-site-header.fixed-header .header-widgets .menu-search a {
    background-color: #fff;
    color: #2c2c2c; }
    .second-site-header.fixed-header .header-widgets .menu-search a:hover {
      color: #fff; }

.site-header {
  position: -webkit-sticky;
  position: sticky;
  padding: 20px 0;
  top: 0;
  z-index: 900; }
  .site-header .header-logo a h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05px;
    display: inline-block;
    margin: 0px; }
    .site-header .header-logo a h2 em {
      font-style: normal;
      color: #f08923;
      font-weight: 800; }
  .site-header .header-logo a img {
    float: left;
    margin-right: 15px; }
  .site-header.fixed-header {
    position: fixed;
    left: 0;
    top: 62px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media (min-width: 992px) {
      .site-header.fixed-header {
        top: 37px; } }
    .site-header.fixed-header.is-fixed {
      top: 0px;
      margin-top: 0px;
      border-bottom: none;
      padding: 15px 0;
      background-color: #fff !important;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); }
      .site-header.fixed-header.is-fixed .header-widgets .menu-search a {
        background-color: #2c2c2c;
        color: #fff; }
        .site-header.fixed-header.is-fixed .header-widgets .menu-search a:hover {
          background-color: #f08923; }
      .site-header.fixed-header.is-fixed .header-logo a h2 {
        color: #2c2c2c; }
      .site-header.fixed-header.is-fixed ul li::after {
        color: #2c2c2c; }
      .site-header.fixed-header.is-fixed ul li a {
        color: #2c2c2c; }
        .site-header.fixed-header.is-fixed ul li a:hover {
          color: #f08923; }
      .site-header.fixed-header.is-fixed .header-wrap {
        border-bottom: none;
        padding-bottom: 0px; }
  .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: #2c2c2c; }
  .header-widgets .right-menu .menu-search a {
    background-color: #2c2c2c;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    border-radius: 3px; }
    .header-widgets .right-menu .menu-search a:hover {
      background-color: #f08923; }
  .header-widgets .right-menu .menu-item {
    display: none; }
    .header-widgets .right-menu .menu-item .menu-bar {
      height: auto; }
    .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: 45px; }
    .main-menu > li > a {
      padding: 25px 0;
      position: relative;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700; }
      .main-menu > li > a:hover {
        color: #f08923; }
    .main-menu > li:hover:after {
      color: #f08923 !important; }
  .main-menu li.menu-item-has-children {
    position: relative;
    margin-right: 15px; }
    .main-menu li.menu-item-has-children:after {
      font-weight: 500;
      position: absolute;
      content: '\f107';
      font-family: 'FontAwesome';
      right: -16px;
      top: 24px;
      color: #2c2c2c;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .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: 25px 0;
    margin: 0;
    list-style: none;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    min-width: 220px;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: opacity 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 300ms cubic-bezier(0.43, 0.59, 0.16, 1.25); }
    .main-menu .sub-menu li {
      display: block;
      padding: 0 30px;
      margin-bottom: 18px;
      line-height: 1.1; }
      .main-menu .sub-menu li:last-child {
        margin-bottom: 0; }
      .main-menu .sub-menu li a {
        display: block;
        color: #2c2c2c;
        font-size: 13px; }
        .main-menu .sub-menu li a:hover {
          color: #fb774b; }
    .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: #2c2c2c;
    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: #2c2c2c;
      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;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  -webkit-transform: translate3d(-125%, 0, 0);
          transform: translate3d(-125%, 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: #fff;
    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: 16px;
    font-weight: 300;
    padding: 10px 30px;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    text-transform: capitalize; }
  .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 {
      margin: 5px 10px; }
      .mobile-menu > li ul > li > a {
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.25px;
        font-weight: 300;
        color: #2c2c2c;
        padding: 2px 0; }
      .mobile-menu > li ul > li:last-child {
        padding-bottom: 10px;
        margin-bottom: 0px; }

.mobile-menu-inner .shopping-cart {
  margin: 25px;
  border-top: 1px solid #eee;
  padding-top: 40px; }
  .mobile-menu-inner .shopping-cart a {
    text-align: left;
    width: 100%; }
    .mobile-menu-inner .shopping-cart a i {
      margin-right: 12px;
      float: right;
      position: relative; }
      .mobile-menu-inner .shopping-cart a i::after {
        content: '3';
        position: absolute;
        top: -5px;
        font-style: normal;
        right: -12px;
        font-size: 11px;
        color: #fff;
        background-color: #f08923;
        width: 18px;
        height: 18px;
        display: inline-block;
        text-align: center;
        line-height: 18px;
        border-radius: 50%; }

.mobile-menu-inner ul.social-icons {
  border-top: 1px solid #eee;
  margin: 25px;
  text-align: center;
  padding-top: 15px !important; }
  .mobile-menu-inner ul.social-icons li {
    display: inline-block;
    margin: 0px 10px; }
    .mobile-menu-inner ul.social-icons li a {
      font-size: 17px;
      color: #2c2c2c;
      display: inline-block;
      text-align: center;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .mobile-menu-inner ul.social-icons li a:hover {
        color: #fb774b; }

footer {
  margin-top: 70px;
  padding: 100px 0px;
  background-color: #2c2c2c; }
  footer.cta-upper {
    padding-top: 155px; }
  footer .about .logo a {
    font-size: 32px;
    color: #fff;
    font-weight: 700; }
    footer .about .logo a em {
      font-style: normal;
      color: #f08923; }
  footer .about p {
    color: #ddd;
    margin-bottom: 0px; }
  footer h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px; }
  footer ul.list li {
    display: block;
    margin-bottom: 15px; }
    footer ul.list li:last-child {
      margin-bottom: 0px; }
    footer ul.list li a {
      color: #cccccc;
      font-size: 13px; }
      footer ul.list li a:hover {
        color: #fff; }
      footer ul.list li a i {
        float: left;
        font-size: 16px !important;
        margin-right: 15px;
        margin-bottom: 10px;
        margin-top: 5px; }
  footer ul.social-icons li {
    display: inline-block;
    margin-right: 5px; }
    footer ul.social-icons li:last-child {
      margin-right: 0px; }
    footer ul.social-icons li a {
      display: inline-block;
      width: 40px;
      text-align: center;
      line-height: 40px;
      height: 40px;
      background-color: #fff;
      border-radius: 3px;
      color: #2c2c2c;
      -webkit-transition: all .5s;
      transition: all .5s; }
      footer ul.social-icons li a:hover {
        background-color: #f08923;
        color: #fff; }

.sub-footer {
  background-color: #1c1c1c;
  padding: 30px 0px;
  text-align: center; }
  .sub-footer p {
    margin: 0px;
    color: #fff; }
    .sub-footer p a {
      color: #fff; }
      .sub-footer p a:hover {
        color: #f08923; }

.page-heading {
  margin-top: 81px;
  text-align: center;
  background-image: url(../image/heading-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px; }
  @media (min-width: 992px) {
    .page-heading {
      margin-top: 104px; } }
  .page-heading h1 {
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 700;
    color: #fff; }
    @media (min-width: 992px) {
      .page-heading h1 {
        font-size: 64px; } }
  .page-heading span {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px; }

#search {
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.98);
  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: #2c2c2c;
  background: rgba(0, 0, 0, 0);
  font-size: 40px;
  font-weight: 300;
  border-bottom: 2px solid #2c2c2c;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0px auto;
  outline: none; }

#search input::-webkit-input-placeholder {
  color: #2c2c2c;
  font-weight: 300; }

#search input::-moz-placeholder {
  color: #2c2c2c;
  font-weight: 300; }

#search input:-ms-input-placeholder {
  color: #2c2c2c;
  font-weight: 300; }

#search input::-ms-input-placeholder {
  color: #2c2c2c;
  font-weight: 300; }

#search input::placeholder {
  color: #2c2c2c;
  font-weight: 300; }

#search .primary-button {
  position: absolute;
  top: 50%;
  right: 10%;
  background-color: transparent;
  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: #2c2c2c;
  background-color: transparent;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
  overflow-y: auto;
  background: #fff;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  @media (min-width: 992px) {
    #sidebar-wrapper {
      right: -450px;
      width: 450px;
      -webkit-transform: translateX(450px);
              transform: translateX(450px); } }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 350px;
  margin: 0;
  padding: 40px 15px;
  list-style: none; }
  @media (min-width: 992px) {
    .sidebar-nav {
      width: 450px;
      padding: 40px 60px; } }

.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; }
  @media (min-width: 992px) {
    #sidebar-wrapper.active {
      right: 450px;
      width: 450px; } }

#close-menu a {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  padding: 0px;
  position: absolute;
  right: 10px;
  top: 35px;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #2c2c2c; }
  #close-menu a:hover {
    color: #fb774b; }
  @media (min-width: 992px) {
    #close-menu a {
      right: 55px; } }

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

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

#sidebar-wrapper .sidebar-nav {
  position: relative;
  height: 100%; }
  #sidebar-wrapper .sidebar-nav .down-content {
    position: absolute;
    bottom: 60px;
    width: 90%;
    overflow: hidden; }
    @media (min-width: 992px) {
      #sidebar-wrapper .sidebar-nav .down-content {
        width: 75%; } }
    #sidebar-wrapper .sidebar-nav .down-content h6 {
      width: 100%;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 300;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      #sidebar-wrapper .sidebar-nav .down-content h6 em {
        font-style: normal;
        float: right;
        font-size: 17px;
        color: #2a2a2a;
        font-weight: 400; }
    #sidebar-wrapper .sidebar-nav .down-content .main-dark-button a,
    #sidebar-wrapper .sidebar-nav .down-content .border-dark-button a {
      width: 100%;
      text-align: center; }
    #sidebar-wrapper .sidebar-nav .down-content .main-dark-button {
      margin-bottom: 15px; }

#sidebar-wrapper h4.title {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  #sidebar-wrapper h4.title em {
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    left: 53px;
    top: -4px; }

#sidebar-wrapper ul.items li {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee; }
  #sidebar-wrapper ul.items li img {
    max-width: 90px;
    float: left;
    margin-right: 20px; }
  #sidebar-wrapper ul.items li h4 {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px; }
  #sidebar-wrapper ul.items li i {
    position: absolute;
    right: 0;
    top: 0; }
  #sidebar-wrapper ul.items li span.qty {
    font-size: 14px; }
  #sidebar-wrapper ul.items li span.price {
    float: right;
    display: inline-block;
    font-size: 17px;
    color: #2a2a2a;
    font-weight: 400; }
  #sidebar-wrapper ul.items li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none; }

.main-light-button a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2c2c2c;
  background-color: #fff;
  border-radius: 3px;
  padding: 11px 25px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .main-light-button a:hover {
    background-color: #f08923;
    color: #fff; }

.main-dark-button a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #2c2c2c;
  border-radius: 3px;
  padding: 11px 25px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .main-dark-button a:hover {
    background-color: #f08923;
    color: #fff; }

.border-dark-button a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2c2c2c;
  border: 2px solid #2c2c2c;
  background-color: transparent;
  border-radius: 3px;
  padding: 9px 23px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .border-dark-button a:hover {
    background-color: #2c2c2c;
    color: #fff; }

.text-button a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2c2c2c;
  position: relative;
  padding: 5px 0px;
  overflow: hidden;
  display: inline-block; }
  .text-button a::after {
    width: 100%;
    height: 2px;
    background-color: #2c2c2c;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 1; }
  .text-button a::before {
    width: 100%;
    height: 2px;
    background-color: #f08923;
    position: absolute;
    content: '';
    left: -100%;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .text-button a:hover {
    color: #f08923; }
    .text-button a:hover::before {
      left: 0; }

.go-top {
  position: fixed;
  z-index: 22222;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-decoration: none;
  color: #fff;
  background-color: #f08923;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  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-furniture {
  margin: 20px; }

.slider-wrapper .arctures.tparrows {
  cursor: pointer;
  background: transparent;
  width: auto; }
  .slider-wrapper .arctures.tparrows:before {
    display: block;
    text-align: center;
    font-size: 36px;
    -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;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    color: #2c2c2c; }

.slider-wrapper .tp-leftarrow::before {
  font-size: 30px !important;
  text-align: center !important;
  width: 60px;
  height: 120px;
  background-color: rgba(250, 250, 250, 0.15) !important;
  color: #fff !important;
  line-height: 120px !important;
  display: inline-block; }

.slider-wrapper .tp-rightarrow::before {
  font-size: 30px !important;
  text-align: center !important;
  width: 60px;
  height: 120px;
  background-color: rgba(250, 250, 250, 0.15) !important;
  color: #fff !important;
  line-height: 120px !important;
  display: inline-block; }

.slider-wrapper .tp-arrival p {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

.slider-wrapper .slide-description {
  position: relative; }
  .slider-wrapper .slide-description:after {
    position: absolute;
    width: 150px;
    height: 3px;
    background-color: rgba(250, 250, 250, 0.3);
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -35px; }
  .slider-wrapper .slide-description p {
    color: #fff;
    font-size: 14px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

.slider-wrapper .tp-caption p {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

#rev_slider_1_1 .slide-paragraph p {
  font-size: 48px;
  line-height: 50px; }
  @media (min-width: 992px) {
    #rev_slider_1_1 .slide-paragraph p {
      font-size: 64px; } }

#rev_slider_1_1 .slide-title {
  font-weight: 700;
  color: #fff;
  font-size: 20px !important; }
  @media (min-width: 992px) {
    #rev_slider_1_1 .slide-title {
      font-size: 36px !important; } }

#rev_slider_1_1 .slide-description {
  display: none; }
  @media (min-width: 992px) {
    #rev_slider_1_1 .slide-description {
      display: inline-block; } }

#rev_slider_1_1 .main-light-button {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2c2c2c;
  background-color: #fff;
  border-radius: 3px !important;
  cursor: pointer; }
  #rev_slider_1_1 .main-light-button a {
    padding: 11px 25px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #rev_slider_1_1 .main-light-button a:hover {
      background-color: #f08923;
      color: #fff; }

.slider-wrapper #rev_slider_1_1 {
  margin-top: 0px !important; }
  @media (min-width: 992px) {
    .slider-wrapper #rev_slider_1_1 {
      margin-top: 104px !important; } }

#rev_slider_1_2 .slide-paragraph p {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500; }

#rev_slider_1_2 .slide-title {
  font-size: 36px !important;
  font-weight: 700;
  color: #fff;
  line-height: 40px !important; }
  @media (min-width: 992px) {
    #rev_slider_1_2 .slide-title {
      font-size: 64px !important;
      line-height: 70px !important; } }

#rev_slider_1_2 .main-light-button {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2c2c2c;
  background-color: #fff;
  border-radius: 3px !important;
  cursor: pointer; }
  #rev_slider_1_2 .main-light-button a {
    padding: 11px 25px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #rev_slider_1_2 .main-light-button a:hover {
      background-color: #f08923;
      color: #fff; }

#rev_slider_1_3 {
  margin-top: 104px !important; }
  #rev_slider_1_3 .slide-paragraph {
    text-align: center; }
    #rev_slider_1_3 .slide-paragraph h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 60px;
      letter-spacing: 5px !important;
      font-weight: 700 !important; }
      @media (min-width: 992px) {
        #rev_slider_1_3 .slide-paragraph h2 {
          font-size: 80px;
          letter-spacing: 25px !important;
          font-weight: 400 !important; } }
  #rev_slider_1_3 .slide-title {
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #fff;
    letter-spacing: 0px;
    line-height: 70px !important;
    display: none; }
    @media (min-width: 992px) {
      #rev_slider_1_3 .slide-title {
        font-size: 18px;
        letter-spacing: 3px !important;
        display: inline-block; } }
  #rev_slider_1_3 .main-light-button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2c2c2c;
    background-color: #fff;
    border-radius: 3px !important;
    cursor: pointer; }
    #rev_slider_1_3 .main-light-button a {
      padding: 11px 25px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      #rev_slider_1_3 .main-light-button a:hover {
        background-color: #f08923;
        color: #fff; }

.simple-cta.simple-cta-second .main-box {
  margin-bottom: -137px;
  margin-top: 70px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06); }
  @media (min-width: 992px) {
    .simple-cta.simple-cta-second .main-box {
      padding: 45px 60px; } }
  .simple-cta.simple-cta-second .main-box h6 {
    color: #2c2c2c; }
  .simple-cta.simple-cta-second .main-box .main-dark-button {
    text-align: left;
    margin-top: 15px; }
    @media (min-width: 992px) {
      .simple-cta.simple-cta-second .main-box .main-dark-button {
        text-align: right;
        margin-top: 0px; } }

.simple-cta .main-box {
  background-color: #2c2c2c;
  padding: 45px 30px;
  border-radius: 3px;
  margin-top: -67px; }
  @media (min-width: 992px) {
    .simple-cta .main-box {
      padding: 45px 60px; } }
  .simple-cta .main-box h6 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 8px; }
  .simple-cta .main-box .main-light-button {
    text-align: left;
    margin-top: 15px; }
    @media (min-width: 992px) {
      .simple-cta .main-box .main-light-button {
        text-align: right;
        margin-top: 0px; } }

.text-cta {
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 100px; }
  .text-cta h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700; }
  .text-cta p {
    margin: 40px auto; }
  .text-cta .buttons {
    display: inline-block; }
    .text-cta .buttons .main-dark-button {
      display: inline;
      margin-left: 10px; }
    .text-cta .buttons .border-dark-button {
      display: inline;
      margin-right: 10px; }

.testimonials {
  background-color: #fafafa;
  padding: 60px 0px; }
  .testimonials.services-testimonials {
    margin-bottom: 40px !important; }
  .testimonials.third-testimonials {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 100px; }
    .testimonials.third-testimonials .testimonials .active {
      background-color: transparent; }
    .testimonials.third-testimonials .item {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
      margin: 15px; }
      .testimonials.third-testimonials .item img {
        right: 40px;
        bottom: 55px;
        left: auto;
        top: auto; }
      .testimonials.third-testimonials .item p {
        margin-left: 0px; }
      .testimonials.third-testimonials .item h4 {
        margin-left: 0px; }
      .testimonials.third-testimonials .item span {
        margin-left: 0px; }
  .testimonials.second-testimonials .item img {
    right: 40px;
    bottom: 55px;
    left: auto;
    top: auto; }
  .testimonials.second-testimonials .item p {
    margin-left: 0px; }
  .testimonials.second-testimonials .item h4 {
    margin-left: 0px; }
  .testimonials.second-testimonials .item span {
    margin-left: 0px; }
  .testimonials .section-heading {
    text-align: center;
    margin-bottom: 60px; }
    .testimonials .section-heading p {
      margin-bottom: 0px; }
  .testimonials .item {
    background-color: #fff;
    padding: 40px;
    position: relative; }
    .testimonials .item img {
      position: absolute;
      left: 40px;
      top: 40px; }
    .testimonials .item p {
      font-size: 15px;
      font-style: italic;
      margin-left: 80px;
      margin-top: -5px; }
    .testimonials .item h4 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0px;
      margin-left: 80px; }
    .testimonials .item span {
      font-size: 14px;
      margin-left: 80px; }
  .testimonials .owl-dots {
    margin-top: 50px;
    text-align: center; }
  .testimonials .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(44, 44, 44, 0.3);
    margin: 0px 5px; }
    .testimonials .owl-carousel button.owl-dot.active {
      background-color: #2c2c2c !important; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  z-index: 22222222;
  opacity: 1;
  visibility: visible; }
  #preloader.loaded {
    display: none;
    opacity: 0;
    visibility: hidden; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f08923;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite; }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

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

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

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

-	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("../font/revicons.eot");
  src: url("../font/revicons.eot") format("embedded-opentype"), url("../font/revicons.woff") format("woff"), url("../font/revicons.ttf") format("truetype"), url("../font/revicons.svg") 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(/statics/styles/openhand.cur), move; }

.tp-carousel-wrapper.dragged {
  cursor: url(/statics/styles/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(/statics/assets/gridtile.png); }

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

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

.tp-dottedoverlay.threexthreewhite {
  background: url(/statics/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(/statics/assets/coloredbg.png) repeat; }

.tp-caption.slidelink a span {
  background: url(/statics/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(/statics/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(/statics/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%; }

.why-choose-us.why-choose-us-third .section-heading {
  text-align: left;
  margin-bottom: 50px; }

.why-choose-us.why-choose-us-third .right-content {
  margin-left: 0px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .why-choose-us.why-choose-us-third .right-content {
      margin-top: 0px;
      margin-left: 30px; } }

.why-choose-us.why-choose-us-third p.italic {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 50px; }

.why-choose-us.why-choose-us-third ul.info {
  margin-bottom: 20px; }
  .why-choose-us.why-choose-us-third ul.info li {
    margin-bottom: 12px;
    font-size: 14px;
    color: #2c2c2c; }
    .why-choose-us.why-choose-us-third ul.info li i {
      margin-right: 6px; }
    .why-choose-us.why-choose-us-third ul.info li:last-child {
      margin-bottom: 0px; }

.why-choose-us.why-choose-us-third .skill-item {
  margin-top: 30px; }
  .why-choose-us.why-choose-us-third .skill-item h6 {
    font-size: 13px;
    font-weight: 700;
    color: #2c2c2c;
    display: inline-block; }
  .why-choose-us.why-choose-us-third .skill-item span {
    font-size: 13px;
    font-weight: 700;
    color: #2c2c2c;
    float: right; }
  .why-choose-us.why-choose-us-third .skill-item .base {
    width: 100%;
    height: 6px;
    background-color: #dddddd;
    position: relative;
    z-index: 1; }
    .why-choose-us.why-choose-us-third .skill-item .base .filled {
      background-color: #2c2c2c;
      height: 6px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
    .why-choose-us.why-choose-us-third .skill-item .base .construction-filled {
      width: 78%; }
    .why-choose-us.why-choose-us-third .skill-item .base .building-filled {
      width: 92%; }
    .why-choose-us.why-choose-us-third .skill-item .base .interior-filled {
      width: 87%; }
    .why-choose-us.why-choose-us-third .skill-item .base .exterior-filled {
      width: 95%; }

.why-choose-us.why-choose-us-second .section-heading {
  text-align: left;
  margin-bottom: 50px; }

.why-choose-us.why-choose-us-second p.italic {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 50px; }

.why-choose-us.why-choose-us-second ul.accordion {
  margin-left: 0px; }

.why-choose-us .section-heading {
  text-align: center;
  margin-bottom: 70px; }

.why-choose-us ul.accordion {
  width: 100%;
  padding-left: 0px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .why-choose-us ul.accordion {
      margin-top: 0px;
      padding-left: 0px; } }

.why-choose-us ul.accordion li {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px; }

.why-choose-us ul.accordion li:last-child {
  margin-bottom: 0px;
  border-bottom: none; }

.why-choose-us ul.accordion li p {
  display: none;
  margin-top: 0px !important;
  margin-bottom: 0px;
  padding: 15px 0px 10px 0px;
  border-top: none; }

.why-choose-us ul.accordion a {
  cursor: pointer;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  color: #2c2c2c;
  text-indent: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.why-choose-us ul.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  right: 5px;
  content: " ";
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.why-choose-us ul.accordion p em {
  font-style: normal;
  color: #000; }

.why-choose-us ul.accordion a.active:after {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #f08923;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.why-choose-us ul.accordion a.active {
  color: #f08923; }

.companies {
  background-color: #f7f7f7;
  padding: 60px 0px 45px 0px; }
  @media (min-width: 992px) {
    .companies {
      padding: 60px 0px 60px 0px; } }
  .companies .company-item {
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .companies .company-item {
        margin-bottom: 0px; } }
    .companies .company-item img {
      -webkit-transition: all .3s;
      transition: all .3s; }
      .companies .company-item img:hover {
        opacity: 0.7; }

.second-companies {
  margin-top: 70px;
  margin-bottom: -70px; }

.our-team {
  background-color: #fafafa;
  padding: 60px 0px 30px 0px;
  margin-top: 70px; }
  .our-team .section-heading {
    text-align: center;
    margin-bottom: 60px; }
    .our-team .section-heading p {
      margin-bottom: 0px; }
  .our-team .team-member {
    margin-bottom: 30px; }
    .our-team .team-member .thumb {
      position: relative;
      overflow: hidden; }
      .our-team .team-member .thumb img {
        width: 100%; }
      .our-team .team-member .thumb .hover {
        position: absolute;
        background-color: rgba(44, 44, 44, 0.95);
        left: 15px;
        top: 200%;
        right: 15px;
        bottom: 15px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s; }
        .our-team .team-member .thumb .hover .inner-content {
          width: 90%;
          position: absolute;
          top: -50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          text-align: center;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
          opacity: 0; }
          .our-team .team-member .thumb .hover .inner-content ul {
            width: 100%; }
            .our-team .team-member .thumb .hover .inner-content ul li {
              display: inline-block;
              margin: 0 3px; }
              .our-team .team-member .thumb .hover .inner-content ul li a {
                width: 36px;
                height: 36px;
                display: inline-block;
                background-color: #fff;
                color: #2c2c2c;
                text-align: center;
                line-height: 36px;
                border-radius: 50%;
                -webkit-transition: all .3s;
                transition: all .3s; }
                .our-team .team-member .thumb .hover .inner-content ul li a:hover {
                  color: #fff;
                  background-color: #f08923; }
      .our-team .team-member .thumb:hover .hover {
        top: 15px; }
        .our-team .team-member .thumb:hover .hover .inner-content {
          top: 50%;
          opacity: 1; }
    .our-team .team-member .down-content {
      text-align: center; }
      .our-team .team-member .down-content h4 {
        text-transform: uppercase;
        margin-top: 20px;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0px; }
      .our-team .team-member .down-content span {
        color: #5a5a5a;
        font-size: 14px; }
        .our-team .team-member .down-content span a {
          color: #5a5a5a; }
          .our-team .team-member .down-content span a:hover {
            color: #f08923; }

.facts {
  margin-top: 70px;
  background-color: #fafafa;
  padding: 100px 0px; }
  .facts .count-area-content {
    background-color: #fff;
    text-align: center;
    padding: 30px 30px; }
    @media (min-width: 992px) {
      .facts .count-area-content {
        padding: 45px 30px; } }
    .facts .count-area-content .count-digit {
      font-size: 36px;
      font-weight: 700;
      color: #2c2c2c;
      position: relative;
      margin-bottom: 25px;
      padding-bottom: 20px; }
      .facts .count-area-content .count-digit::after {
        position: absolute;
        width: 60px;
        height: 3px;
        background-color: #eeeeee;
        content: '';
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px); }
    .facts .count-area-content .count-title {
      font-size: 14px;
      font-weight: 500;
      color: #2c2c2c; }

.blog-entries.blog-entries-third .blog-item {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06); }
  .blog-entries.blog-entries-third .blog-item img {
    margin-bottom: -8px; }
  .blog-entries.blog-entries-third .blog-item .down-content {
    padding: 30px;
    background-color: #fff; }

.blog-entries.blog-entries-second .blog-item .thumb {
  position: relative;
  overflow: hidden; }
  .blog-entries.blog-entries-second .blog-item .thumb img {
    margin-bottom: -7px; }
  .blog-entries.blog-entries-second .blog-item .thumb .hover {
    position: absolute;
    background-color: rgba(44, 44, 44, 0.95);
    left: 15px;
    top: 200%;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s; }
    .blog-entries.blog-entries-second .blog-item .thumb .hover .inner-content {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 30px;
      opacity: 0;
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s; }
      .blog-entries.blog-entries-second .blog-item .thumb .hover .inner-content span a, .blog-entries.blog-entries-second .blog-item .thumb .hover .inner-content h4 a, .blog-entries.blog-entries-second .blog-item .thumb .hover .inner-content p, .blog-entries.blog-entries-second .blog-item .thumb .hover .inner-content .text-button a {
        color: #fff; }
      .blog-entries.blog-entries-second .blog-item .thumb .hover .inner-content h4 {
        margin-bottom: 10px; }
        @media (min-width: 992px) {
          .blog-entries.blog-entries-second .blog-item .thumb .hover .inner-content h4 {
            margin-bottom: 18px; } }
      .blog-entries.blog-entries-second .blog-item .thumb .hover .inner-content p {
        margin: 10px 0px 8px 0px; }
        @media (min-width: 992px) {
          .blog-entries.blog-entries-second .blog-item .thumb .hover .inner-content p {
            margin: 14px 0px 16px 0px; } }
      .blog-entries.blog-entries-second .blog-item .thumb .hover .inner-content .text-button a::after {
        background-color: #fff; }
  .blog-entries.blog-entries-second .blog-item .thumb:hover .hover {
    top: 15px; }
    .blog-entries.blog-entries-second .blog-item .thumb:hover .hover .inner-content {
      top: 50%;
      opacity: 1; }

.blog-entries .section-heading {
  text-align: center;
  margin-bottom: 60px; }

.blog-entries .blog-item {
  margin-bottom: 30px; }
  .blog-entries .blog-item img {
    width: 100%;
    margin-bottom: 20px; }
  .blog-entries .blog-item span {
    color: #5a5a5a;
    font-size: 14px; }
    .blog-entries .blog-item span a {
      color: #5a5a5a; }
      .blog-entries .blog-item span a:hover {
        color: #f08923; }
  .blog-entries .blog-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 18px; }
  .blog-entries .blog-item p {
    margin-bottom: 16px; }

.blog-entries-01.post-details .blog-posts .blog-post {
  margin-bottom: 60px; }
  .blog-entries-01.post-details .blog-posts .blog-post .down-content blockquote {
    margin: 0;
    text-align: left;
    font-size: 18px;
    color: #2c2c2c;
    font-style: italic;
    padding: 30px; }
  .blog-entries-01.post-details .blog-posts .blog-post .down-content .tags-share {
    margin-top: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 25px 0px; }
    .blog-entries-01.post-details .blog-posts .blog-post .down-content .tags-share span {
      color: #7a7a7a;
      font-size: 14px; }
      .blog-entries-01.post-details .blog-posts .blog-post .down-content .tags-share span i {
        color: #2c2c2c;
        font-size: 18px;
        margin-right: 10px; }
      .blog-entries-01.post-details .blog-posts .blog-post .down-content .tags-share span a {
        font-weight: 500;
        color: #2c2c2c; }
        .blog-entries-01.post-details .blog-posts .blog-post .down-content .tags-share span a:hover {
          color: #f08923; }
    .blog-entries-01.post-details .blog-posts .blog-post .down-content .tags-share .share {
      text-align: left;
      margin-top: 15px; }
      @media (min-width: 992px) {
        .blog-entries-01.post-details .blog-posts .blog-post .down-content .tags-share .share {
          margin-top: 0px;
          text-align: right; } }
  .blog-entries-01.post-details .blog-posts .blog-post .down-content .buttons {
    margin-top: 40px; }

.blog-entries-01.post-details .comments {
  border-top: 1px solid #eee;
  padding-top: 60px;
  margin-bottom: 60px; }
  .blog-entries-01.post-details .comments h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px; }
  .blog-entries-01.post-details .comments ul.comments-list li {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
    min-height: 120px; }
    .blog-entries-01.post-details .comments ul.comments-list li:last-child {
      min-height: 90px; }
    .blog-entries-01.post-details .comments ul.comments-list li.replied-1st {
      padding-left: 10px; }
      @media (min-width: 992px) {
        .blog-entries-01.post-details .comments ul.comments-list li.replied-1st {
          padding-left: 110px; } }
    .blog-entries-01.post-details .comments ul.comments-list li.replied-2nd {
      padding-left: 0px; }
      @media (min-width: 992px) {
        .blog-entries-01.post-details .comments ul.comments-list li.replied-2nd {
          padding-left: 220px; } }
    .blog-entries-01.post-details .comments ul.comments-list li:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }
    .blog-entries-01.post-details .comments ul.comments-list li img {
      float: left;
      width: 90px;
      margin-right: 20px; }
    .blog-entries-01.post-details .comments ul.comments-list li .right-text {
      display: inline; }
      .blog-entries-01.post-details .comments ul.comments-list li .right-text a {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        color: #2c2c2c; }
        .blog-entries-01.post-details .comments ul.comments-list li .right-text a:hover {
          color: #f08923; }
      .blog-entries-01.post-details .comments ul.comments-list li .right-text h5 {
        padding-top: 5px;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 10px; }
        .blog-entries-01.post-details .comments ul.comments-list li .right-text h5 span {
          display: inline-block;
          font-size: 13px;
          font-weight: 400;
          color: #7a7a7a;
          margin-left: 0px; }
          @media (min-width: 992px) {
            .blog-entries-01.post-details .comments ul.comments-list li .right-text h5 span {
              margin-left: 20px; } }
      .blog-entries-01.post-details .comments ul.comments-list li .right-text p {
        margin-top: 0px;
        margin-bottom: 0px; }

.blog-entries-01.post-details .leave-comment {
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  padding-top: 60px; }
  .blog-entries-01.post-details .leave-comment h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px; }
  .blog-entries-01.post-details .leave-comment form input {
    width: 100%;
    height: 44px;
    background-color: #f7f7f7;
    outline: none;
    border: none;
    font-size: 13px;
    padding: 0px 15px;
    margin-bottom: 30px; }
  .blog-entries-01.post-details .leave-comment form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    min-height: 180px;
    max-height: 240px;
    background-color: #f7f7f7;
    outline: none;
    border: none;
    font-size: 13px;
    padding: 10px 15px;
    margin-bottom: 30px; }
  .blog-entries-01.post-details .leave-comment form button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #2c2c2c;
    border-radius: 3px;
    padding: 16px 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    cursor: pointer; }
    .blog-entries-01.post-details .leave-comment form button:hover {
      background-color: #f08923;
      color: #fff; }

.blog-entries-01.blog-entries-02 .blog-posts {
  margin-right: 0px; }
  .blog-entries-01.blog-entries-02 .blog-posts .blog-post {
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06); }
    .blog-entries-01.blog-entries-02 .blog-posts .blog-post img {
      margin-bottom: -8px; }
    .blog-entries-01.blog-entries-02 .blog-posts .blog-post .down-content {
      padding: 30px;
      background-color: #fff; }
      .blog-entries-01.blog-entries-02 .blog-posts .blog-post .down-content h4 {
        font-size: 18px;
        line-height: 26px; }
  .blog-entries-01.blog-entries-02 .blog-posts ul.page-numbers {
    margin-top: 30px; }

.blog-entries-01 .blog-posts {
  margin-right: 0px; }
  @media (min-width: 992px) {
    .blog-entries-01 .blog-posts {
      margin-right: 30px; } }
  .blog-entries-01 .blog-posts .blog-post {
    margin-bottom: 50px; }
    .blog-entries-01 .blog-posts .blog-post img {
      width: 100%;
      margin-bottom: 15px; }
    .blog-entries-01 .blog-posts .blog-post span {
      color: #5a5a5a;
      font-size: 14px; }
      .blog-entries-01 .blog-posts .blog-post span a {
        color: #5a5a5a; }
        .blog-entries-01 .blog-posts .blog-post span a:hover {
          color: #f08923; }
    .blog-entries-01 .blog-posts .blog-post h4 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 7px;
      margin-bottom: 18px; }
    .blog-entries-01 .blog-posts .blog-post p {
      margin-bottom: 16px; }
  .blog-entries-01 .blog-posts ul.page-numbers {
    border-top: 1px solid #eee;
    padding-top: 60px;
    margin-bottom: 30px; }
    .blog-entries-01 .blog-posts ul.page-numbers li {
      display: inline-block; }
      .blog-entries-01 .blog-posts ul.page-numbers li a {
        width: 44px;
        height: 44px;
        display: inline-block;
        text-align: center;
        line-height: 44px;
        background-color: #eeeeee;
        color: #2c2c2c;
        border-radius: 3px;
        font-weight: 600;
        font-size: 14px; }
        .blog-entries-01 .blog-posts ul.page-numbers li a i {
          font-size: 16px; }
        .blog-entries-01 .blog-posts ul.page-numbers li a:hover {
          background-color: #2c2c2c;
          color: #fff; }
      .blog-entries-01 .blog-posts ul.page-numbers li.active a {
        background-color: #2c2c2c;
        color: #fff; }

.blog-entries-01 .side-bar {
  margin-top: 30px;
  padding-top: 50px;
  border-top: 3px solid #eee; }
  @media (min-width: 992px) {
    .blog-entries-01 .side-bar {
      margin-top: 0px;
      padding-top: 0px;
      border-top: none; } }
  .blog-entries-01 .side-bar .side-bar-widget {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee; }
    .blog-entries-01 .side-bar .side-bar-widget h4 {
      font-size: 18px;
      margin-top: 0px;
      font-weight: 700;
      margin-bottom: 24px; }
    .blog-entries-01 .side-bar .side-bar-widget p {
      margin-top: 0px;
      margin-bottom: 25px; }
    .blog-entries-01 .side-bar .side-bar-widget input {
      width: 100%;
      height: 44px;
      background-color: #f7f7f7;
      border: none;
      font-size: 13px;
      padding: 0px 15px;
      outline: none; }
    .blog-entries-01 .side-bar .side-bar-widget ul.social-icons {
      width: 100%; }
      .blog-entries-01 .side-bar .side-bar-widget ul.social-icons li {
        display: inline-block;
        margin: 0 3px; }
        .blog-entries-01 .side-bar .side-bar-widget ul.social-icons li a {
          width: 34px;
          height: 34px;
          display: inline-block;
          background-color: #2c2c2c;
          color: #fff;
          text-align: center;
          line-height: 34px;
          border-radius: 50%;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .blog-entries-01 .side-bar .side-bar-widget ul.social-icons li a:hover {
            color: #fff;
            background-color: #f08923; }
    .blog-entries-01 .side-bar .side-bar-widget ul.recent-posts {
      margin-top: 30px; }
      .blog-entries-01 .side-bar .side-bar-widget ul.recent-posts li {
        display: block;
        margin-top: 20px;
        min-height: 90px;
        width: 100%; }
        .blog-entries-01 .side-bar .side-bar-widget ul.recent-posts li img {
          float: left;
          display: inline-block;
          width: 90px;
          height: 90px;
          margin-right: 20px; }
        .blog-entries-01 .side-bar .side-bar-widget ul.recent-posts li .right-text {
          padding-top: 1px; }
          .blog-entries-01 .side-bar .side-bar-widget ul.recent-posts li .right-text h5 {
            margin-top: 8px;
            font-size: 15px;
            font-weight: 700;
            text-transform: capitalize; }
          .blog-entries-01 .side-bar .side-bar-widget ul.recent-posts li .right-text span {
            margin-top: 15px;
            display: block;
            font-size: 13px; }
    .blog-entries-01 .side-bar .side-bar-widget ul.categories li {
      margin-bottom: 12px;
      width: 100%;
      display: block; }
      .blog-entries-01 .side-bar .side-bar-widget ul.categories li a {
        font-size: 14px;
        -webkit-transition: all .5s;
        transition: all .5s; }
        .blog-entries-01 .side-bar .side-bar-widget ul.categories li a span {
          float: right; }
        .blog-entries-01 .side-bar .side-bar-widget ul.categories li a:hover {
          color: #f08923; }
      .blog-entries-01 .side-bar .side-bar-widget ul.categories li:last-child {
        margin-bottom: 0px; }
    .blog-entries-01 .side-bar .side-bar-widget.newsletters-widget {
      padding-bottom: 0px;
      margin-bottom: 0px;
      border-bottom: none; }
      .blog-entries-01 .side-bar .side-bar-widget.newsletters-widget input {
        margin-bottom: 20px; }
      .blog-entries-01 .side-bar .side-bar-widget.newsletters-widget button {
        display: inline-block;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        background-color: #2c2c2c;
        border-radius: 3px;
        padding: 16px 25px;
        -webkit-transition: all .3s;
        transition: all .3s;
        border: none;
        cursor: pointer; }
        .blog-entries-01 .side-bar .side-bar-widget.newsletters-widget button:hover {
          background-color: #f08923;
          color: #fff; }

.services .service-item {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  padding: 60px 30px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06); }
  .services .service-item .icon {
    margin-bottom: 40px; }
  .services .service-item h4 {
    font-size: 18px;
    font-weight: 700; }

.services .first-item {
  background-image: url(../image/services-bg-01.png);
  background-position: 350% center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .services .first-item:hover {
    background-position: 320% center; }

.services .second-item {
  background-image: url(../image/services-bg-02.png);
  background-position: 980% center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .services .second-item:hover {
    background-position: 900% center; }

.services .third-item {
  background-image: url(../image/services-bg-03.png);
  background-position: 170% center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .services .third-item:hover {
    background-position: 160% center; }

.services .fourth-item {
  background-image: url(../image/services-bg-04.png);
  background-position: -600% center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .services .fourth-item:hover {
    background-position: -550% center; }

.services .fivth-item {
  background-image: url(../image/services-bg-05.png);
  background-position: -150% center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .services .fivth-item:hover {
    background-position: -130% center; }

.services .sixth-item {
  background-image: url(../image/services-bg-06.png);
  background-position: -70% center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .services .sixth-item:hover {
    background-position: -60% center; }

.second-services .section-heading {
  margin-bottom: 60px; }

.second-services .left-content {
  margin-right: 0px;
  margin-bottom: 45px; }
  @media (min-width: 992px) {
    .second-services .left-content {
      margin-right: 45px;
      margin-bottom: 0px; } }
  .second-services .left-content p {
    margin-top: 0px; }

.second-services .service-item {
  margin-bottom: 40px; }
  .second-services .service-item .icon {
    float: left; }
    .second-services .service-item .icon img {
      max-width: 80%; }
  .second-services .service-item h4 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-left: 70px; }
    .second-services .service-item h4::after {
      width: 60px;
      height: 3px;
      background-color: #eeeeee;
      position: absolute;
      content: '';
      left: 0;
      bottom: -15px; }
  .second-services .service-item p {
    margin-left: 70px;
    margin-top: 30px; }

.error-page {
  margin-top: 81px;
  border-top: 1px solid #eee;
  padding: 100px 0px 40px 0px; }
  @media (min-width: 992px) {
    .error-page {
      margin-top: 104px;
      padding: 180px 0px 130px 0px; } }
  .error-page h1 {
    font-size: 60px;
    font-weight: 700;
    text-align: center; }
    @media (min-width: 992px) {
      .error-page h1 {
        font-size: 140px; } }

.contact-info {
  background-color: #fafafa;
  padding: 60px 0px; }
  @media (min-width: 992px) {
    .contact-info {
      padding: 100px 0px; } }
  .contact-info .info-item {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .contact-info .info-item {
        margin-bottom: 0px; } }
    .contact-info .info-item .icon {
      -webkit-transition: all .3s;
      transition: all .3s;
      margin-bottom: -40px; }
      .contact-info .info-item .icon i {
        font-size: 28px;
        width: 80px;
        height: 80px;
        display: inline-block;
        text-align: center;
        line-height: 80px;
        color: #2c2c2c;
        border-radius: 50%;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
        background-color: #fff; }
    .contact-info .info-item .down-content {
      background-color: #fff;
      padding: 70px 30px 30px 30px; }
      .contact-info .info-item .down-content h6 {
        font-size: 14px;
        font-weight: 600;
        color: #2c2c2c;
        line-height: 24px;
        text-transform: capitalize;
        -webkit-transition: all .3s;
        transition: all .3s; }
    .contact-info .info-item:hover .icon {
      margin-bottom: -35px; }
    .contact-info .info-item:hover .down-content h6 {
      color: #f08923; }

.contact-form {
  margin-bottom: 30px; }
  .contact-form form input {
    width: 100%;
    height: 44px;
    background-color: #f7f7f7;
    outline: none;
    border: none;
    font-size: 13px;
    padding: 0px 15px;
    margin-bottom: 30px; }
  .contact-form form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    min-height: 180px;
    max-height: 240px;
    background-color: #f7f7f7;
    outline: none;
    border: none;
    font-size: 13px;
    padding: 10px 15px;
    margin-bottom: 30px; }
  .contact-form form button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #2c2c2c;
    border-radius: 3px;
    padding: 16px 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    cursor: pointer; }
    .contact-form form button:hover {
      background-color: #f08923;
      color: #fff; }

.simple-recent-projects {
  margin-top: 50px;
  background-color: #fafafa;
  padding: 60px 0px 0px 0px; }
  @media (min-width: 992px) {
    .simple-recent-projects {
      margin-top: 70px; } }
  .simple-recent-projects.carousel-projects {
    padding: 60px 0px;
    position: relative; }
    .simple-recent-projects.carousel-projects .section-heading {
      margin-bottom: 0px; }
      @media (min-width: 992px) {
        .simple-recent-projects.carousel-projects .section-heading {
          margin-bottom: 50px; } }
    .simple-recent-projects.carousel-projects .main-dark-button {
      margin-bottom: 50px; }
      @media (min-width: 992px) {
        .simple-recent-projects.carousel-projects .main-dark-button {
          margin-bottom: 0px; } }
    .simple-recent-projects.carousel-projects .owl-projects .owl-nav {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
      display: none; }
      @media (min-width: 992px) {
        .simple-recent-projects.carousel-projects .owl-projects .owl-nav {
          display: inline-block; } }
      .simple-recent-projects.carousel-projects .owl-projects .owl-nav .owl-prev {
        width: 60px;
        height: 80px;
        background-color: #2c2c2c;
        position: absolute;
        left: -90px;
        color: #fff;
        font-size: 36px;
        line-height: 80px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .simple-recent-projects.carousel-projects .owl-projects .owl-nav .owl-prev:hover {
          background-color: #f08923; }
      .simple-recent-projects.carousel-projects .owl-projects .owl-nav .owl-next {
        width: 60px;
        height: 80px;
        background-color: #2c2c2c;
        position: absolute;
        right: -90px;
        color: #fff;
        font-size: 36px;
        line-height: 80px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .simple-recent-projects.carousel-projects .owl-projects .owl-nav .owl-next:hover {
          background-color: #f08923; }
  .simple-recent-projects.full-screen-projects .item {
    margin-bottom: 15px !important; }
    @media (min-width: 992px) {
      .simple-recent-projects.full-screen-projects .item {
        margin: 1px !important; } }
  .simple-recent-projects.full-screen-projects .main-dark-button {
    border-top: none !important;
    margin-top: 0px !important; }
  .simple-recent-projects.projects-page {
    background-color: #fff;
    padding: 0px !important;
    margin: 0px !important; }
    .simple-recent-projects.projects-page .portfolio-filters {
      margin-top: 100px !important;
      margin-bottom: 60px; }
      .simple-recent-projects.projects-page .portfolio-filters ul {
        text-align: center !important; }
        .simple-recent-projects.projects-page .portfolio-filters ul li {
          margin: 0px 15px !important; }
          .simple-recent-projects.projects-page .portfolio-filters ul li:first-child {
            margin-left: 15px !important; }
    .simple-recent-projects.projects-page .main-dark-button {
      padding-top: 60px;
      border-top: 1px solid #eee;
      text-align: center;
      margin-bottom: 30px; }
  .simple-recent-projects.filter-projects {
    padding: 60px 0px 20px 0px;
    position: relative; }
    .simple-recent-projects.filter-projects .section-heading {
      margin-bottom: 0px; }
      @media (min-width: 992px) {
        .simple-recent-projects.filter-projects .section-heading {
          margin-bottom: 50px; } }
    .simple-recent-projects.filter-projects .portfolio-filters {
      margin-top: 40px;
      margin-bottom: 40px; }
      @media (min-width: 992px) {
        .simple-recent-projects.filter-projects .portfolio-filters {
          margin-bottom: 40px; } }
      .simple-recent-projects.filter-projects .portfolio-filters ul {
        text-align: center; }
        @media (min-width: 992px) {
          .simple-recent-projects.filter-projects .portfolio-filters ul {
            text-align: right; } }
        .simple-recent-projects.filter-projects .portfolio-filters ul li {
          margin-left: 5px;
          margin-right: 5px;
          display: inline-block;
          font-size: 13px;
          text-transform: uppercase;
          font-weight: 700;
          color: #2c2c2c;
          position: relative;
          padding: 5px 0px;
          overflow: hidden;
          display: inline-block;
          cursor: pointer; }
          @media (min-width: 992px) {
            .simple-recent-projects.filter-projects .portfolio-filters ul li {
              margin-left: 30px;
              margin-right: 0px; } }
          .simple-recent-projects.filter-projects .portfolio-filters ul li.active::after {
            width: 100%;
            height: 2px;
            background-color: #2c2c2c;
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            z-index: 1; }
          .simple-recent-projects.filter-projects .portfolio-filters ul li:first-child {
            margin-left: 0px; }
    .simple-recent-projects.filter-projects .item {
      margin-bottom: 40px; }
      .simple-recent-projects.filter-projects .item .hover .inner-content .text-button a {
        color: #fff; }
        .simple-recent-projects.filter-projects .item .hover .inner-content .text-button a::after {
          background-color: #fff; }
        .simple-recent-projects.filter-projects .item .hover .inner-content .text-button a:hover {
          color: #f08923; }
      .simple-recent-projects.filter-projects .item .down-content h4 {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0px; }
      .simple-recent-projects.filter-projects .item .down-content span {
        color: #5a5a5a;
        font-size: 14px; }
        .simple-recent-projects.filter-projects .item .down-content span a {
          color: #5a5a5a; }
          .simple-recent-projects.filter-projects .item .down-content span a:hover {
            color: #f08923; }
  .simple-recent-projects .main-dark-button {
    text-align: left;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .simple-recent-projects .main-dark-button {
        text-align: right; } }
  .simple-recent-projects .section-heading p {
    margin-bottom: 0px; }
  .simple-recent-projects .project-item .thumb {
    position: relative;
    overflow: hidden; }
    .simple-recent-projects .project-item .thumb img {
      width: 100%; }
    .simple-recent-projects .project-item .thumb .hover {
      position: absolute;
      background-color: rgba(44, 44, 44, 0.95);
      left: 15px;
      top: 200%;
      right: 15px;
      bottom: 15px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s; }
      .simple-recent-projects .project-item .thumb .hover .inner-content {
        position: absolute;
        top: -50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: center;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
        opacity: 0; }
        .simple-recent-projects .project-item .thumb .hover .inner-content h4 {
          margin-bottom: 5px; }
          .simple-recent-projects .project-item .thumb .hover .inner-content h4 a {
            font-size: 18px;
            font-weight: 700;
            color: #fff; }
        .simple-recent-projects .project-item .thumb .hover .inner-content span {
          font-size: 14px;
          color: #fff; }
    .simple-recent-projects .project-item .thumb:hover .hover {
      top: 15px; }
      .simple-recent-projects .project-item .thumb:hover .hover .inner-content {
        top: 50%;
        opacity: 1; }
  .simple-recent-projects .projects {
    margin-top: 55px; }
  .simple-recent-projects .container-fluid,
  .simple-recent-projects .col-lg-3 {
    padding: 0px 15px; }
    @media (min-width: 992px) {
      .simple-recent-projects .container-fluid,
      .simple-recent-projects .col-lg-3 {
        padding: 0px; } }

.project-details img {
  width: 100%; }

.project-details .main-image {
  margin-bottom: 60px; }

.project-details .left-content {
  margin-right: 45px; }
  .project-details .left-content h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px; }

.project-details .right-info {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  padding: 40px;
  margin-bottom: 60px; }
  .project-details .right-info ul li {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #7a7a7a; }
    .project-details .right-info ul li i {
      color: #2c2c2c;
      font-size: 22px;
      margin-right: 10px; }
    .project-details .right-info ul li span {
      color: #2c2c2c;
      margin-left: 3px;
      font-weight: 500; }
      .project-details .right-info ul li span a:hover {
        color: #f08923; }
    .project-details .right-info ul li:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }

.project-details .thumb-images img {
  margin-bottom: 30px; }

.project-details .buttons {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 60px;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px; }
  .project-details .buttons .main-dark-button {
    display: inline; }
  .project-details .buttons .second-button {
    float: right; }

.shop-page.shop-page-02 .product-item {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06); }
  .shop-page.shop-page-02 .product-item .down-content {
    text-align: left;
    padding: 25px 30px;
    position: relative; }
    .shop-page.shop-page-02 .product-item .down-content .rating {
      position: absolute;
      right: 30px;
      top: 40px;
      z-index: 2;
      opacity: 1;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .shop-page.shop-page-02 .product-item .down-content .rating ul li {
        display: inline-block; }
        .shop-page.shop-page-02 .product-item .down-content .rating ul li i {
          font-size: 15px;
          color: #2c2c2c; }
        .shop-page.shop-page-02 .product-item .down-content .rating ul li:last-child i {
          color: #ddd; }
    .shop-page.shop-page-02 .product-item .down-content h4 {
      margin-top: 0px;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 5px; }
    .shop-page.shop-page-02 .product-item .down-content span {
      color: #2c2c2c;
      font-size: 17px;
      display: inline-block; }
      .shop-page.shop-page-02 .product-item .down-content span em {
        font-size: 15px;
        font-style: normal;
        text-decoration: line-through;
        color: #aaaaaa;
        margin-right: 3px; }

.shop-page .portfolio-filters {
  margin-bottom: 60px; }
  .shop-page .portfolio-filters ul {
    text-align: center; }
    .shop-page .portfolio-filters ul li {
      margin-left: 30px;
      display: inline-block;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      color: #2c2c2c;
      position: relative;
      padding: 5px 0px;
      overflow: hidden;
      display: inline-block;
      cursor: pointer; }
      .shop-page .portfolio-filters ul li.active::after {
        width: 100%;
        height: 2px;
        background-color: #2c2c2c;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        z-index: 1; }
      .shop-page .portfolio-filters ul li:first-child {
        margin-left: 0px; }

.shop-page .product-item {
  margin-bottom: 40px; }
  .shop-page .product-item .thumb {
    position: relative;
    overflow: hidden; }
    .shop-page .product-item .thumb .rating {
      position: absolute;
      right: 15px;
      top: 15px;
      z-index: 2;
      opacity: 1;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .shop-page .product-item .thumb .rating ul {
        background-color: #fff;
        padding: 8px 15px;
        border-radius: 3px; }
        .shop-page .product-item .thumb .rating ul li {
          display: inline-block; }
          .shop-page .product-item .thumb .rating ul li i {
            font-size: 15px;
            color: #2c2c2c; }
          .shop-page .product-item .thumb .rating ul li:last-child i {
            color: #ddd; }
    .shop-page .product-item .thumb img {
      width: 100%; }
    .shop-page .product-item .thumb .hover {
      position: absolute;
      background-color: rgba(44, 44, 44, 0.95);
      left: 15px;
      top: 200%;
      right: 15px;
      bottom: 15px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s; }
      .shop-page .product-item .thumb .hover .inner-content {
        position: absolute;
        top: -50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: center;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
        opacity: 0; }
        .shop-page .product-item .thumb .hover .inner-content .text-button a {
          color: #fff; }
          .shop-page .product-item .thumb .hover .inner-content .text-button a::after {
            background-color: #fff; }
          .shop-page .product-item .thumb .hover .inner-content .text-button a:hover {
            color: #f08923; }
    .shop-page .product-item .thumb:hover .rating {
      opacity: 0;
      top: -60px; }
    .shop-page .product-item .thumb:hover .hover {
      top: 15px; }
      .shop-page .product-item .thumb:hover .hover .inner-content {
        top: 50%;
        opacity: 1; }
  .shop-page .product-item .down-content {
    text-align: center; }
    .shop-page .product-item .down-content h4 {
      margin-top: 20px;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 5px; }
    .shop-page .product-item .down-content span {
      color: #2c2c2c;
      font-size: 17px; }
      .shop-page .product-item .down-content span em {
        font-size: 15px;
        font-style: normal;
        text-decoration: line-through;
        color: #aaaaaa;
        margin-right: 3px; }

.shop-page .main-dark-button {
  padding-top: 60px;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  text-align: center;
  margin-top: 20px; }

.product-details .flexslider {
  margin-bottom: 0px; }
  .product-details .flexslider .flex-viewport {
    margin-bottom: 15px; }
  .product-details .flexslider .flex-direction-nav {
    display: none; }
  .product-details .flexslider .flex-control-thumbs li {
    width: 22%;
    margin-right: 4%; }
    .product-details .flexslider .flex-control-thumbs li:last-child {
      margin-right: 0%; }

.product-details .right-content {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .product-details .right-content {
      margin-top: 0px; } }
  .product-details .right-content h4 {
    margin-top: 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px; }
  .product-details .right-content span {
    color: #2c2c2c;
    font-size: 17px; }
    .product-details .right-content span em {
      font-size: 15px;
      font-style: normal;
      text-decoration: line-through;
      color: #aaaaaa;
      margin-right: 3px; }
  .product-details .right-content .rating {
    text-align: right; }
    .product-details .right-content .rating ul li {
      display: inline-block; }
      .product-details .right-content .rating ul li i {
        font-size: 15px;
        color: #2c2c2c; }
      .product-details .right-content .rating ul li:last-child i {
        color: #ddd; }
  .product-details .right-content .wishlist {
    text-align: right;
    margin-top: 18px; }
    .product-details .right-content .wishlist a {
      font-size: 13px;
      font-weight: 700;
      color: #2c2c2c; }
      .product-details .right-content .wishlist a:hover {
        color: #f08923; }
  .product-details .right-content p.description {
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0px;
    margin-bottom: 30px; }
  .product-details .right-content input {
    margin-right: 10px;
    border-radius: 3px;
    text-align: center;
    width: 60px;
    height: 44px;
    background-color: #f7f7f7;
    color: #2c2c2c;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 15px; }
    .product-details .right-content input::-webkit-input-placeholder {
      color: #2c2c2c;
      font-weight: 600; }
    .product-details .right-content input::-moz-placeholder {
      color: #2c2c2c;
      font-weight: 600; }
    .product-details .right-content input:-ms-input-placeholder {
      color: #2c2c2c;
      font-weight: 600; }
    .product-details .right-content input::-ms-input-placeholder {
      color: #2c2c2c;
      font-weight: 600; }
    .product-details .right-content input::placeholder {
      color: #2c2c2c;
      font-weight: 600; }
  .product-details .right-content button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #2c2c2c;
    border-radius: 3px;
    padding: 14px 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    cursor: pointer; }
    .product-details .right-content button:hover {
      background-color: #f08923;
      color: #fff; }
  .product-details .right-content ul.accordion {
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px; }
  .product-details .right-content ul.accordion li {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px; }
  .product-details .right-content ul.accordion li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px; }
  .product-details .right-content ul.accordion li p {
    display: none;
    margin-top: 0px !important;
    margin-bottom: 0px;
    padding: 15px 0px 10px 0px;
    border-top: none; }
  .product-details .right-content ul.accordion a {
    cursor: pointer;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    color: #2c2c2c;
    text-indent: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .product-details .right-content ul.accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    right: 5px;
    content: " ";
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .product-details .right-content ul.accordion p span {
    font-style: normal;
    color: #000; }
  .product-details .right-content ul.accordion a.active:after {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #f08923;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .product-details .right-content ul.accordion a.active {
    color: #f08923; }

.carousel-products {
  border-top: 1px solid #eee;
  margin-top: 100px;
  padding-top: 100px;
  margin-bottom: 30px; }
  .carousel-products .section-heading {
    margin-bottom: 0px; }
    @media (min-width: 992px) {
      .carousel-products .section-heading {
        margin-bottom: 50px; } }
  .carousel-products .main-dark-button {
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .carousel-products .main-dark-button {
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: right; } }
  .carousel-products .product-item {
    margin-bottom: 0px; }
  .carousel-products .owl-products .owl-nav {
    width: 100%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    display: none; }
    @media (min-width: 992px) {
      .carousel-products .owl-products .owl-nav {
        display: inline-block; } }
    .carousel-products .owl-products .owl-nav .owl-prev {
      width: 60px;
      height: 80px;
      background-color: #2c2c2c;
      position: absolute;
      left: -90px;
      color: #fff;
      font-size: 36px;
      line-height: 80px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .carousel-products .owl-products .owl-nav .owl-prev:hover {
        background-color: #f08923; }
    .carousel-products .owl-products .owl-nav .owl-next {
      width: 60px;
      height: 80px;
      background-color: #2c2c2c;
      position: absolute;
      right: -90px;
      color: #fff;
      font-size: 36px;
      line-height: 80px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .carousel-products .owl-products .owl-nav .owl-next:hover {
        background-color: #f08923; }

.coming-soon-page {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(-45deg, #e5e743, #e73c6f, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .coming-soon-page .logo {
    margin-bottom: 30px;
    margin-top: -80px; }
    @media (min-width: 992px) {
      .coming-soon-page .logo {
        margin-top: 0px; } }
    .coming-soon-page .logo a {
      font-size: 62px;
      font-weight: 700;
      color: #fff; }
      @media (min-width: 992px) {
        .coming-soon-page .logo a {
          font-size: 84px; } }
      .coming-soon-page .logo a em {
        color: #f08923;
        font-style: normal; }
  .coming-soon-page h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .coming-soon-page h2 {
        font-size: 56px;
        margin-bottom: 0px; } }
  .coming-soon-page h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .coming-soon-page h4 {
        font-size: 36px;
        padding-bottom: 45px; } }
    .coming-soon-page h4::after {
      position: absolute;
      width: 150px;
      height: 3px;
      background-color: rgba(250, 250, 250, 0.3);
      content: '';
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-75px);
              transform: translateX(-75px); }
  .coming-soon-page .main-content {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .coming-soon-page .main-content {
        margin-top: 40px; } }
    .coming-soon-page .main-content .days, .coming-soon-page .main-content .hours, .coming-soon-page .main-content .minutes, .coming-soon-page .main-content .seconds {
      background-color: rgba(250, 250, 250, 0.3);
      border-radius: 5px;
      width: 20%;
      height: 160px;
      padding-top: 22px; }
    .coming-soon-page .main-content .counter div {
      margin: 0 2px;
      display: inline-block;
      text-align: center; }
      @media (min-width: 992px) {
        .coming-soon-page .main-content .counter div {
          margin: 0px 10px; } }
      .coming-soon-page .main-content .counter div .value {
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        display: inline-block;
        position: relative; }
        .coming-soon-page .main-content .counter div .value::after {
          position: absolute;
          width: 60px;
          height: 3px;
          background-color: #fff;
          content: '';
          left: 50%;
          bottom: 0;
          -webkit-transform: translateX(-30px);
                  transform: translateX(-30px); }
    .coming-soon-page .main-content span {
      display: block;
      font-size: 14px;
      text-transform: capitalize;
      color: #fff;
      font-weight: 600; }
  .coming-soon-page .down-content {
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%; }
    .coming-soon-page .down-content ul.social-icons li {
      display: inline-block;
      margin: 0px 10px; }
      .coming-soon-page .down-content ul.social-icons li:last-child {
        margin-right: 0px; }
      .coming-soon-page .down-content ul.social-icons li a {
        font-size: 18px;
        display: inline-block;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s; }
        .coming-soon-page .down-content ul.social-icons li a:hover {
          color: #f08923; }
    .coming-soon-page .down-content p {
      color: #fff; }
      .coming-soon-page .down-content p a {
        color: #fff;
        font-weight: 500; }
        .coming-soon-page .down-content p a:hover {
          color: #f08923; }
