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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", 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); }

@-webkit-keyframes tsfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tsfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tsFadeIn {
  -webkit-animation-name: tsfadeIn;
          animation-name: tsfadeIn;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.2s);
          animation-duration: calc(0.2s); }

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

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

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

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

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

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

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

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

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

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

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

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

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

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

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

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

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

::-moz-selection {
  color: #fff;
  background: #1e1e1e; }

::selection {
  color: #fff;
  background: #1e1e1e; }

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

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

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

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: 30px 60px;
  border: none;
  text-align: left;
  background-color: #1e1e1e;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
  margin: 0px; }

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

p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 26px;
  margin: 0px;
  font-weight: 400; }
  @media (min-width: 992px) {
    p {
      font-weight: 600; } }

/*----------  Header  ----------*/
section.above-header {
  display: none;
  padding: 60px 0px; }
  section.above-header ul.social-icons {
    padding: 0;
    margin: 0;
    list-style: none; }
    section.above-header ul.social-icons li {
      display: inline-block;
      margin-right: 10px; }
      section.above-header ul.social-icons li:last-child {
        margin-right: 0px; }
      section.above-header ul.social-icons li a {
        width: 36px;
        height: 36px;
        display: inline-block;
        text-align: center;
        line-height: 36px;
        background-color: #1e1e1e;
        color: #ffffff;
        border-radius: 50%;
        font-size: 14px; }
        section.above-header ul.social-icons li a:hover {
          background-color: #79a472; }
  section.above-header .logo {
    text-align: center; }
    section.above-header .logo img {
      width: 70%; }
  section.above-header ul.search-item {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right; }
    section.above-header ul.search-item li {
      display: inline-block; }
      section.above-header ul.search-item li a {
        width: 36px;
        height: 36px;
        display: inline-block;
        text-align: center;
        line-height: 36px;
        background-color: #1e1e1e;
        color: #ffffff;
        border-radius: 50%;
        font-size: 14px; }
        section.above-header ul.search-item li a:hover {
          background-color: #79a472; }
  @media (min-width: 992px) {
    section.above-header {
      display: -webkit-box;
      display: flex; } }

.site-header {
  z-index: 900;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .site-header.fixed-header {
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 22px 0px; }
    @media (min-width: 992px) {
      .site-header.fixed-header {
        border-bottom: none;
        padding: 0px; } }
    .site-header.fixed-header.is-fixed {
      border-bottom: none;
      position: fixed;
      top: 0;
      width: 100%;
      padding: 15px 0;
      background-color: #fff;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03); }
      .site-header.fixed-header.is-fixed .header-wrap {
        border-bottom: none;
        border-top: none; }
      @media (min-width: 992px) {
        .site-header.fixed-header.is-fixed {
          padding: 0px; } }
  .site-header .header-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: start;
    border-bottom: none;
    border-top: none; }
    .site-header .header-wrap .header-logo a {
      display: -webkit-inline-box;
      display: inline-flex; }
    .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 {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee; }
        .site-header .header-wrap .header-logo a {
          display: none; }
        .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: #1e1e1e; }
  .header-widgets .right-menu .menu-item {
    display: none; }
    .header-widgets .right-menu .menu-item.menu-mobile-nav {
      display: inline-block; }
    @media (min-width: 992px) {
      .header-widgets .right-menu .menu-item {
        display: inline-block; }
        .header-widgets .right-menu .menu-item.menu-mobile-nav {
          display: none; } }
    .header-widgets .right-menu .menu-item + .menu-item {
      margin-left: 30px; }

.change-class {
  padding: 0.5px 0px; }

/*----------  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: 60px; }
    .main-menu > li > a {
      padding: 30px 0;
      position: relative;
      text-transform: uppercase;
      font-size: 15px;
      letter-spacing: 0px;
      font-weight: 700;
      color: #1e1e1e; }
      .main-menu > li > a:after {
        width: 0%;
        height: 2px;
        background-color: #79a472;
        content: '';
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        bottom: 24px;
        position: absolute;
        -webkit-transition: all .4s;
        transition: all .4s; }
      .main-menu > li > a:hover::after {
        width: 100%; }
      .main-menu > li > a:hover {
        color: #79a472; }
    .main-menu > li.active a:after {
      width: 100%;
      background-color: #79a472; }
    .main-menu > li.active a {
      color: #79a472; }
  .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: 20px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    position: absolute;
    min-width: 220px;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25); }
    .main-menu .sub-menu li {
      display: block;
      padding: 0 30px;
      margin-bottom: 17px;
      line-height: 1.1; }
      .main-menu .sub-menu li:last-child {
        margin-bottom: 0; }
      .main-menu .sub-menu li a {
        display: block;
        color: #1e1e1e;
        font-size: 14px; }
        .main-menu .sub-menu li a:hover {
          color: #79a472; }
    .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: #1e1e1e;
    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: #1e1e1e;
      right: 0;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
    .menu-bar .hamburger:before {
      top: -8px; }
    .menu-bar .hamburger:after {
      top: 8px; }
  .menu-bar.active .hamburger {
    background-color: transparent !important; }
    .menu-bar.active .hamburger::before {
      -webkit-transform: translateY(8px) rotateZ(-45deg);
              transform: translateY(8px) rotateZ(-45deg); }
    .menu-bar.active .hamburger::after {
      -webkit-transform: translateY(-8px) rotateZ(45deg);
              transform: translateY(-8px) rotateZ(45deg); }

.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  -webkit-transform: translate3d(-320px, 0, 0);
          transform: translate3d(-320px, 0, 0);
  transition: transform .25s ease,-webkit-transform .25s ease; }
  .mobile-nav-wrapper .mobile-menu-inner {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    background-color: #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: 18px;
    padding: 8px 30px;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    text-transform: uppercase; }
  .mobile-menu > li ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 30px;
    overflow: hidden; }
    .mobile-menu > li ul ul.sub-menu {
      padding: 0 10px; }
    .mobile-menu > li ul > li > a {
      display: inline-block;
      font-size: 16px;
      color: #898989;
      padding: 2px 0; }
    .mobile-menu > li ul > li:last-child {
      padding-bottom: 15px; }

.instagram-footer {
  margin-top: 60px;
  position: relative;
  z-index: 2; }
  .instagram-footer .instagram-account {
    border-top: 3px solid #f7f7f7;
    padding-top: 86px; }
    .instagram-footer .instagram-account .widget-content {
      position: relative;
      border: 1px solid #eee;
      padding: 54px 30px 30px 30px;
      background-color: #ffffff; }
      .instagram-footer .instagram-account .widget-content .widget-header {
        position: absolute;
        top: -26px;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%); }
        .instagram-footer .instagram-account .widget-content .widget-header a {
          margin-top: 0px;
          background-color: #1e1e1e;
          color: #ffffff;
          font-family: "Cormorant", Arial, Helvetica, serif;
          font-size: 14px;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 1px;
          display: inline-block;
          padding: 16px 24px;
          text-align: center;
          min-width: 140px; }
          .instagram-footer .instagram-account .widget-content .widget-header a:hover {
            background-color: #79a472; }
      .instagram-footer .instagram-account .widget-content .instagram-item img {
        width: 100%;
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer; }
        .instagram-footer .instagram-account .widget-content .instagram-item img:hover {
          opacity: .75; }

footer {
  background-color: #1e1e1e;
  position: relative;
  z-index: 1;
  border-top: 3px solid #f7f7f7;
  margin-top: -153px;
  padding-top: 213px; }
  footer ul.footer-social-icons {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    footer ul.footer-social-icons li {
      display: inline-block;
      margin: 5px 10px; }
      @media (min-width: 992px) {
        footer ul.footer-social-icons li {
          margin: 0px 30px; } }
      footer ul.footer-social-icons li a {
        text-transform: uppercase;
        font-size: 13px;
        color: #ffffff;
        font-weight: 600;
        -webkit-transition: all .3s;
        transition: all .3s; }
        footer ul.footer-social-icons li a i {
          margin-right: 5px; }
        footer ul.footer-social-icons li a:hover {
          color: #79a472; }
  footer .copyright-text {
    border-top: 1px solid #2e2e2e;
    margin-top: 60px;
    padding: 40px 0px;
    text-align: center; }
    footer .copyright-text p {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #8b8b8b; }
      footer .copyright-text p a {
        color: #ffffff;
        -webkit-transition: all .3s;
        transition: all .3s; }
        footer .copyright-text p a:hover {
          color: #8b8b8b; }

section.small-gap {
  margin-top: 30px; }
  @media (min-width: 992px) {
    section.small-gap {
      margin-top: 40px; } }

section.medium-gap {
  margin-top: 30px; }
  @media (min-width: 992px) {
    section.medium-gap {
      margin-top: 60px; } }

section.large-gap {
  margin-top: 30px; }
  @media (min-width: 992px) {
    section.large-gap {
      margin-top: 80px; } }

#search {
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(121, 164, 114, 0.97);
  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: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 60px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  font-size: 24px;
  padding: 15px;
  font-weight: 500;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  margin: 0px auto;
  outline: none; }
  #search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff; }
  #search input[type="search"]::-moz-placeholder {
    color: #ffffff; }
  #search input[type="search"]:-ms-input-placeholder {
    color: #ffffff; }
  #search input[type="search"]::-ms-input-placeholder {
    color: #ffffff; }
  #search input[type="search"]::placeholder {
    color: #ffffff; }
  @media (min-width: 992px) {
    #search input[type="search"] {
      width: 50%; } }

#search .primary-button {
  position: absolute;
  margin-top: 90px;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #79a472;
  width: 80%;
  height: 60px;
  z-index: 999;
  border: none;
  outline: none;
  cursor: pointer; }
  @media (min-width: 992px) {
    #search .primary-button {
      width: 50%; } }

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

.right-sidebar {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 3px solid #f7f7f7; }
  @media (min-width: 992px) {
    .right-sidebar {
      margin-top: 0px;
      padding-top: 0px;
      border-top: none; } }

.left-sidebar {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #f7f7f7; }
  @media (min-width: 992px) {
    .left-sidebar {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; } }

.main-sidebar .widget-sidebar {
  margin-top: 26px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 54px 30px 30px 30px;
  position: relative; }
  @media (min-width: 992px) {
    .main-sidebar .widget-sidebar {
      margin-bottom: 50px; } }
  .main-sidebar .widget-sidebar .widget-header {
    position: absolute;
    top: -26px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
    .main-sidebar .widget-sidebar .widget-header h4 {
      margin-top: 0px;
      background-color: #1e1e1e;
      color: #ffffff;
      font-family: "Cormorant", Arial, Helvetica, serif;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      display: inline-block;
      padding: 16px 24px;
      text-align: center;
      min-width: 140px; }

.main-sidebar .about-me {
  text-align: center; }
  .main-sidebar .about-me img {
    margin-bottom: 20px; }
  .main-sidebar .about-me p {
    margin-bottom: 15px; }
  .main-sidebar .about-me h6 {
    text-transform: capitalize;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px; }
  .main-sidebar .about-me ul.social-icons {
    border-top: 1px dashed #eee;
    padding: 20px 0px 0px 0px;
    margin: 0;
    list-style: none; }
    .main-sidebar .about-me ul.social-icons li {
      display: inline-block;
      margin: 0px 5px; }
      .main-sidebar .about-me ul.social-icons li a {
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        background-color: #1e1e1e;
        color: #ffffff;
        border-radius: 50%;
        font-size: 14px; }
        .main-sidebar .about-me ul.social-icons li a:hover {
          background-color: #79a472; }

.main-sidebar .promo-post .promo-image {
  position: relative; }
  .main-sidebar .promo-post .promo-image .inner-content {
    position: absolute;
    bottom: 37px;
    left: 50%;
    width: 100%;
    text-align: center;
    padding: 0px 30px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
    .main-sidebar .promo-post .promo-image .inner-content p {
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 25px; }

.main-sidebar .instagram-posts .instagram-item {
  display: inline-block;
  width: 45%; }
  .main-sidebar .instagram-posts .instagram-item img {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer; }
    .main-sidebar .instagram-posts .instagram-item img:hover {
      opacity: .75; }

.main-sidebar .instagram-posts .left-item {
  margin-right: 8%; }

.main-sidebar .instagram-posts .first-row {
  margin-bottom: 7%; }

.main-sidebar .latest-posts ul.latest-post-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .main-sidebar .latest-posts ul.latest-post-list li {
    display: inline-block;
    margin-bottom: 24px; }
    .main-sidebar .latest-posts ul.latest-post-list li:last-child {
      margin-bottom: 0px; }
    .main-sidebar .latest-posts ul.latest-post-list li .left-image {
      width: 80px;
      float: left;
      position: relative; }
      .main-sidebar .latest-posts ul.latest-post-list li .left-image img {
        -webkit-transition: all .5s;
        transition: all .5s; }
      .main-sidebar .latest-posts ul.latest-post-list li .left-image span {
        position: absolute;
        font-size: 11px;
        color: #ffffff;
        background: #1e1e1e;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        line-height: 20px;
        left: 5px;
        top: 5px; }
    .main-sidebar .latest-posts ul.latest-post-list li .right-content {
      margin-left: 95px; }
      .main-sidebar .latest-posts ul.latest-post-list li .right-content h6 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 2px;
        text-transform: capitalize;
        line-height: 24px;
        font-family: "Cormorant", Arial, Helvetica, serif;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .main-sidebar .latest-posts ul.latest-post-list li .right-content span {
        text-transform: uppercase;
        font-size: 13px;
        color: #8b8b8b;
        font-weight: 600; }
    .main-sidebar .latest-posts ul.latest-post-list li:hover .left-image img {
      opacity: 0.75; }
    .main-sidebar .latest-posts ul.latest-post-list li:hover .right-content h6 {
      color: #79a472; }

.main-sidebar .categories ul.categories {
  padding: 0;
  margin: 0;
  list-style: none; }
  .main-sidebar .categories ul.categories li {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #eee; }
    .main-sidebar .categories ul.categories li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .main-sidebar .categories ul.categories li a {
      font-size: 14px;
      font-weight: 400;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .main-sidebar .categories ul.categories li a:hover {
        color: #79a472; }
    .main-sidebar .categories ul.categories li span {
      float: right; }

.main-sidebar .tags-cloud {
  margin-bottom: 0px;
  padding-bottom: 20px; }
  .main-sidebar .tags-cloud ul.tags {
    padding: 0;
    margin: 0;
    list-style: none; }
    .main-sidebar .tags-cloud ul.tags li {
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 10px; }
      .main-sidebar .tags-cloud ul.tags li a {
        font-size: 13px;
        font-weight: 400;
        padding: 10px 12px;
        display: inline-block;
        background-color: #eee;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .main-sidebar .tags-cloud ul.tags li a:hover {
          background-color: #79a472;
          color: #ffffff; }

.normal-white-button a {
  display: inline-block;
  padding: 12px 24px;
  font-size: 13px;
  color: #1e1e1e;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid transparent; }
  .normal-white-button a:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }

.border-black-button a {
  display: inline-block;
  padding: 12px 24px;
  font-size: 13px;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: 700; }
  .border-black-button a:hover {
    color: #ffffff;
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e; }

.go-top {
  position: fixed;
  z-index: 3;
  right: 0;
  bottom: 0px;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 0;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none; }
  @media (min-width: 992px) {
    .go-top {
      right: 30px;
      bottom: 30px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.9); } }

.go-top:hover {
  background-color: #79a472; }

.call-to-action .main-content {
  padding: 30px 30px;
  background-image: url(http://placehold.it/1170x140);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  @media (min-width: 992px) {
    .call-to-action .main-content {
      padding: 45px 60px;
      text-align: left; } }
  .call-to-action .main-content h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    margin: 8px 0px 0px 0px;
    letter-spacing: 0.5px; }
    .call-to-action .main-content h2 em {
      font-style: normal;
      font-weight: 900;
      color: #79a472; }
  .call-to-action .main-content .normal-white-button {
    text-align: center;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .call-to-action .main-content .normal-white-button {
        margin-top: 0px;
        text-align: right; } }

.main-banner {
  margin-top: 30px;
  margin-bottom: -25px; }
  .main-banner .owl-big-banner,
  .main-banner .owl-medium-banner,
  .main-banner .owl-small-banner,
  .main-banner .loop {
    position: relative; }
    .main-banner .owl-big-banner .item,
    .main-banner .owl-medium-banner .item,
    .main-banner .owl-small-banner .item,
    .main-banner .loop .item {
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .main-banner .owl-big-banner .item img,
      .main-banner .owl-medium-banner .item img,
      .main-banner .owl-small-banner .item img,
      .main-banner .loop .item img {
        max-width: 100%;
        overflow: hidden; }
      .main-banner .owl-big-banner .item .item-content,
      .main-banner .owl-medium-banner .item .item-content,
      .main-banner .owl-small-banner .item .item-content,
      .main-banner .loop .item .item-content {
        z-index: 3;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 85%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (min-width: 992px) {
          .main-banner .owl-big-banner .item .item-content,
          .main-banner .owl-medium-banner .item .item-content,
          .main-banner .owl-small-banner .item .item-content,
          .main-banner .loop .item .item-content {
            width: auto;
            top: auto;
            bottom: 45px;
            -webkit-transform: translate(-50%, 0%);
                    transform: translate(-50%, 0%); } }
        .main-banner .owl-big-banner .item .item-content .main-content,
        .main-banner .owl-medium-banner .item .item-content .main-content,
        .main-banner .owl-small-banner .item .item-content .main-content,
        .main-banner .loop .item .item-content .main-content {
          position: relative;
          background-color: rgba(0, 0, 0, 0.5);
          padding: 20px; }
          @media (min-width: 992px) {
            .main-banner .owl-big-banner .item .item-content .main-content,
            .main-banner .owl-medium-banner .item .item-content .main-content,
            .main-banner .owl-small-banner .item .item-content .main-content,
            .main-banner .loop .item .item-content .main-content {
              padding: 25px 45px 30px 45px; } }
          .main-banner .owl-big-banner .item .item-content .main-content .meta-category span,
          .main-banner .owl-medium-banner .item .item-content .main-content .meta-category span,
          .main-banner .owl-small-banner .item .item-content .main-content .meta-category span,
          .main-banner .loop .item .item-content .main-content .meta-category span {
            text-transform: uppercase;
            font-family: "Cormorant", Arial, Helvetica, serif;
            font-size: 17px;
            color: #ffffff;
            font-weight: 700;
            letter-spacing: 0.5px;
            display: none;
            margin-bottom: 10px; }
            @media (min-width: 992px) {
              .main-banner .owl-big-banner .item .item-content .main-content .meta-category span,
              .main-banner .owl-medium-banner .item .item-content .main-content .meta-category span,
              .main-banner .owl-small-banner .item .item-content .main-content .meta-category span,
              .main-banner .loop .item .item-content .main-content .meta-category span {
                display: inline-block; } }
          .main-banner .owl-big-banner .item .item-content .main-content h4,
          .main-banner .owl-medium-banner .item .item-content .main-content h4,
          .main-banner .owl-small-banner .item .item-content .main-content h4,
          .main-banner .loop .item .item-content .main-content h4 {
            font-family: "Cormorant", Arial, Helvetica, serif;
            color: #ffffff;
            margin-top: 0px;
            margin-bottom: 0px;
            font-size: 22px;
            font-weight: 400;
            line-height: 30px;
            text-align: center;
            letter-spacing: 0px;
            text-transform: uppercase; }
            .main-banner .owl-big-banner .item .item-content .main-content h4 em,
            .main-banner .owl-medium-banner .item .item-content .main-content h4 em,
            .main-banner .owl-small-banner .item .item-content .main-content h4 em,
            .main-banner .loop .item .item-content .main-content h4 em {
              font-style: normal;
              font-weight: 700; }
            @media (min-width: 992px) {
              .main-banner .owl-big-banner .item .item-content .main-content h4,
              .main-banner .owl-medium-banner .item .item-content .main-content h4,
              .main-banner .owl-small-banner .item .item-content .main-content h4,
              .main-banner .loop .item .item-content .main-content h4 {
                line-height: 40px;
                font-size: 32px;
                margin-bottom: 10px;
                letter-spacing: 1px; } }
          .main-banner .owl-big-banner .item .item-content .main-content ul,
          .main-banner .owl-medium-banner .item .item-content .main-content ul,
          .main-banner .owl-small-banner .item .item-content .main-content ul,
          .main-banner .loop .item .item-content .main-content ul {
            padding: 0;
            margin: 0;
            list-style: none; }
          .main-banner .owl-big-banner .item .item-content .main-content ul.post-info,
          .main-banner .owl-medium-banner .item .item-content .main-content ul.post-info,
          .main-banner .owl-small-banner .item .item-content .main-content ul.post-info,
          .main-banner .loop .item .item-content .main-content ul.post-info {
            text-align: center;
            display: none; }
            @media (min-width: 992px) {
              .main-banner .owl-big-banner .item .item-content .main-content ul.post-info,
              .main-banner .owl-medium-banner .item .item-content .main-content ul.post-info,
              .main-banner .owl-small-banner .item .item-content .main-content ul.post-info,
              .main-banner .loop .item .item-content .main-content ul.post-info {
                display: block; } }
            .main-banner .owl-big-banner .item .item-content .main-content ul.post-info li,
            .main-banner .owl-medium-banner .item .item-content .main-content ul.post-info li,
            .main-banner .owl-small-banner .item .item-content .main-content ul.post-info li,
            .main-banner .loop .item .item-content .main-content ul.post-info li {
              display: inline-block;
              margin-right: 5px; }
              .main-banner .owl-big-banner .item .item-content .main-content ul.post-info li:after,
              .main-banner .owl-medium-banner .item .item-content .main-content ul.post-info li:after,
              .main-banner .owl-small-banner .item .item-content .main-content ul.post-info li:after,
              .main-banner .loop .item .item-content .main-content ul.post-info li:after {
                content: '|';
                margin-left: 10px;
                color: #ffffff; }
              .main-banner .owl-big-banner .item .item-content .main-content ul.post-info li:last-child::after,
              .main-banner .owl-medium-banner .item .item-content .main-content ul.post-info li:last-child::after,
              .main-banner .owl-small-banner .item .item-content .main-content ul.post-info li:last-child::after,
              .main-banner .loop .item .item-content .main-content ul.post-info li:last-child::after {
                display: none; }
              .main-banner .owl-big-banner .item .item-content .main-content ul.post-info li a,
              .main-banner .owl-medium-banner .item .item-content .main-content ul.post-info li a,
              .main-banner .owl-small-banner .item .item-content .main-content ul.post-info li a,
              .main-banner .loop .item .item-content .main-content ul.post-info li a {
                text-transform: uppercase;
                font-size: 13px;
                color: #ffffff;
                letter-spacing: 0.25px;
                font-weight: 400;
                -webkit-transition: all .3s;
                transition: all .3s; }
                .main-banner .owl-big-banner .item .item-content .main-content ul.post-info li a:hover,
                .main-banner .owl-medium-banner .item .item-content .main-content ul.post-info li a:hover,
                .main-banner .owl-small-banner .item .item-content .main-content ul.post-info li a:hover,
                .main-banner .loop .item .item-content .main-content ul.post-info li a:hover {
                  color: #79a472; }
          .main-banner .owl-big-banner .item .item-content .main-content .border-black-button,
          .main-banner .owl-medium-banner .item .item-content .main-content .border-black-button,
          .main-banner .owl-small-banner .item .item-content .main-content .border-black-button,
          .main-banner .loop .item .item-content .main-content .border-black-button {
            margin-top: 30px;
            display: none; }
            @media (min-width: 992px) {
              .main-banner .owl-big-banner .item .item-content .main-content .border-black-button,
              .main-banner .owl-medium-banner .item .item-content .main-content .border-black-button,
              .main-banner .owl-small-banner .item .item-content .main-content .border-black-button,
              .main-banner .loop .item .item-content .main-content .border-black-button {
                display: block; } }
    .main-banner .owl-big-banner .owl-nav,
    .main-banner .owl-medium-banner .owl-nav,
    .main-banner .owl-small-banner .owl-nav,
    .main-banner .loop .owl-nav {
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
      display: none; }
      .main-banner .owl-big-banner .owl-nav .owl-prev,
      .main-banner .owl-medium-banner .owl-nav .owl-prev,
      .main-banner .owl-small-banner .owl-nav .owl-prev,
      .main-banner .loop .owl-nav .owl-prev {
        position: absolute;
        left: 30px;
        width: 60px;
        height: 60px;
        display: inline-block;
        text-align: center;
        line-height: 58px;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 32px;
        color: #ffffff;
        outline: none;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .main-banner .owl-big-banner .owl-nav .owl-prev span,
        .main-banner .owl-medium-banner .owl-nav .owl-prev span,
        .main-banner .owl-small-banner .owl-nav .owl-prev span,
        .main-banner .loop .owl-nav .owl-prev span {
          display: none; }
        .main-banner .owl-big-banner .owl-nav .owl-prev::before,
        .main-banner .owl-medium-banner .owl-nav .owl-prev::before,
        .main-banner .owl-small-banner .owl-nav .owl-prev::before,
        .main-banner .loop .owl-nav .owl-prev::before {
          font-family: 'FontAwesome';
          content: '\f104'; }
        .main-banner .owl-big-banner .owl-nav .owl-prev:hover,
        .main-banner .owl-medium-banner .owl-nav .owl-prev:hover,
        .main-banner .owl-small-banner .owl-nav .owl-prev:hover,
        .main-banner .loop .owl-nav .owl-prev:hover {
          background-color: #ffffff;
          color: #1e1e1e; }
      .main-banner .owl-big-banner .owl-nav .owl-next,
      .main-banner .owl-medium-banner .owl-nav .owl-next,
      .main-banner .owl-small-banner .owl-nav .owl-next,
      .main-banner .loop .owl-nav .owl-next {
        position: absolute;
        right: 30px;
        width: 60px;
        height: 60px;
        display: inline-block;
        text-align: center;
        line-height: 58px;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 32px;
        color: #ffffff;
        outline: none;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .main-banner .owl-big-banner .owl-nav .owl-next span,
        .main-banner .owl-medium-banner .owl-nav .owl-next span,
        .main-banner .owl-small-banner .owl-nav .owl-next span,
        .main-banner .loop .owl-nav .owl-next span {
          display: none; }
        .main-banner .owl-big-banner .owl-nav .owl-next::before,
        .main-banner .owl-medium-banner .owl-nav .owl-next::before,
        .main-banner .owl-small-banner .owl-nav .owl-next::before,
        .main-banner .loop .owl-nav .owl-next::before {
          font-family: 'FontAwesome';
          content: '\f105'; }
        .main-banner .owl-big-banner .owl-nav .owl-next:hover,
        .main-banner .owl-medium-banner .owl-nav .owl-next:hover,
        .main-banner .owl-small-banner .owl-nav .owl-next:hover,
        .main-banner .loop .owl-nav .owl-next:hover {
          background-color: #ffffff;
          color: #1e1e1e; }
      @media (min-width: 992px) {
        .main-banner .owl-big-banner .owl-nav,
        .main-banner .owl-medium-banner .owl-nav,
        .main-banner .owl-small-banner .owl-nav,
        .main-banner .loop .owl-nav {
          display: block; } }
    .main-banner .owl-big-banner .owl-dots,
    .main-banner .owl-medium-banner .owl-dots,
    .main-banner .owl-small-banner .owl-dots,
    .main-banner .loop .owl-dots {
      text-align: center;
      margin-bottom: 15px;
      margin-top: 8px;
      display: block; }
      .main-banner .owl-big-banner .owl-dots .owl-dot,
      .main-banner .owl-medium-banner .owl-dots .owl-dot,
      .main-banner .owl-small-banner .owl-dots .owl-dot,
      .main-banner .loop .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0px 3px;
        border: 2px solid #e7e7e7;
        outline: none; }
      .main-banner .owl-big-banner .owl-dots .active,
      .main-banner .owl-medium-banner .owl-dots .active,
      .main-banner .owl-small-banner .owl-dots .active,
      .main-banner .loop .owl-dots .active {
        border: 2px solid #79a472; }
      @media (min-width: 992px) {
        .main-banner .owl-big-banner .owl-dots,
        .main-banner .owl-medium-banner .owl-dots,
        .main-banner .owl-small-banner .owl-dots,
        .main-banner .loop .owl-dots {
          display: none; } }

.main-banner .owl-big-banner {
  margin-bottom: 45px; }
  @media (min-width: 992px) {
    .main-banner .owl-big-banner {
      margin-bottom: 80px; } }

.full-width-banner .container-fluid {
  padding-right: 0px;
  padding-left: 0px; }

.medium-banner .container-fluid {
  padding-right: 0px;
  padding-left: 0px; }
  .medium-banner .container-fluid .owl-medium-banner {
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      .medium-banner .container-fluid .owl-medium-banner {
        margin-bottom: 80px; } }
    @media (min-width: 992px) {
      .medium-banner .container-fluid .owl-medium-banner .item .item-content {
        width: 60%; } }

.small-banner .container-fluid {
  padding-right: 0px;
  padding-left: 0px; }
  .small-banner .container-fluid .owl-small-banner {
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      .small-banner .container-fluid .owl-small-banner {
        margin-bottom: 80px; } }
    .small-banner .container-fluid .owl-small-banner .item .item-content {
      top: auto;
      width: 80%;
      left: 0;
      bottom: 30px;
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%); }
      .small-banner .container-fluid .owl-small-banner .item .item-content .main-content {
        display: inline-block;
        padding: 0px;
        text-align: left;
        background-color: transparent; }
        .small-banner .container-fluid .owl-small-banner .item .item-content .main-content span {
          display: inline-block;
          background-color: #ffffff;
          color: #79a472;
          padding: 5px 12px; }
        .small-banner .container-fluid .owl-small-banner .item .item-content .main-content h4 {
          margin-top: 10px;
          font-size: 24px;
          font-weight: 700;
          line-height: 30px;
          text-align: left;
          letter-spacing: 0px;
          padding: 0px;
          text-transform: capitalize;
          color: #ffffff; }
          .small-banner .container-fluid .owl-small-banner .item .item-content .main-content h4 em {
            font-weight: 700; }
          @media (min-width: 992px) {
            .small-banner .container-fluid .owl-small-banner .item .item-content .main-content h4 {
              line-height: 36px;
              font-size: 32px;
              margin-bottom: 10px; } }
        .small-banner .container-fluid .owl-small-banner .item .item-content .main-content ul.post-info {
          text-align: left;
          display: inline-block; }
          .small-banner .container-fluid .owl-small-banner .item .item-content .main-content ul.post-info li a {
            color: #ffffff; }
          .small-banner .container-fluid .owl-small-banner .item .item-content .main-content ul.post-info li:after {
            color: #ffffff; }

.small-banner .container-fluid {
  padding-right: 0px;
  padding-left: 0px; }
  .small-banner .container-fluid .loop {
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      .small-banner .container-fluid .loop {
        margin-bottom: 80px; } }
    .small-banner .container-fluid .loop .item .item-content {
      top: auto;
      width: 80%;
      left: 50%;
      bottom: 30px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .small-banner .container-fluid .loop .item .item-content .main-content {
        display: inline-block;
        padding: 0px;
        text-align: center;
        background-color: transparent; }
        .small-banner .container-fluid .loop .item .item-content .main-content span {
          display: inline-block;
          color: #79a472;
          background-color: #ffffff;
          padding: 5px 12px; }
        .small-banner .container-fluid .loop .item .item-content .main-content h4 {
          margin-top: 10px;
          font-size: 24px;
          font-weight: 700;
          line-height: 30px;
          text-align: center;
          letter-spacing: 0px;
          padding: 0px;
          text-transform: capitalize;
          color: #ffffff; }
          .small-banner .container-fluid .loop .item .item-content .main-content h4 em {
            font-weight: 700; }
          @media (min-width: 992px) {
            .small-banner .container-fluid .loop .item .item-content .main-content h4 {
              line-height: 36px;
              font-size: 30px;
              margin-bottom: 10px; } }
        .small-banner .container-fluid .loop .item .item-content .main-content ul.post-info {
          text-align: left;
          display: inline-block; }
          .small-banner .container-fluid .loop .item .item-content .main-content ul.post-info li a {
            color: #ffffff; }
          .small-banner .container-fluid .loop .item .item-content .main-content ul.post-info li:after {
            color: #ffffff; }
    .small-banner .container-fluid .loop .owl-nav .owl-prev {
      background-color: #1e1e1e;
      border: none; }
    .small-banner .container-fluid .loop .owl-nav .owl-next {
      background-color: #1e1e1e;
      border: none; }

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

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

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

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

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

.cp-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  text-align: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

.cp-preloader__letter {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.3); }

.cp-preloader__letter:before {
  content: attr(data-preloader);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }

.cp-preloader__letter:nth-child(2):before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.cp-preloader__letter:nth-child(3):before {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }

.cp-preloader__letter:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

.cp-preloader__letter:nth-child(5):before {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }

.cp-preloader__letter:nth-child(6):before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s; }

.cp-preloader__letter:nth-child(7):before {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s; }

.cp-preloader_type1 .cp-preloader__letter:before {
  -webkit-animation-name: cp-preloader1;
          animation-name: cp-preloader1; }

@-webkit-keyframes cp-preloader1 {
  0%, 100% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1; }
  65% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: .3; }
  80% {
    opacity: 0; } }

@keyframes cp-preloader1 {
  0%, 100% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1; }
  65% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: .3; }
  80% {
    opacity: 0; } }

.cp-preloader__letter {
  font-family: "Cormorant", Arial, Helvetica, serif;
  font-size: 36px;
  font-weight: 700;
  color: #79a472; }

.cp-preloader__letter:before {
  color: #1e1e1e; }

.about-me .widget-sidebar {
  margin-top: 24px;
  border: 1px solid #eee;
  padding: 54px 30px 30px 30px;
  position: relative; }
  .about-me .widget-sidebar .widget-header {
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
    .about-me .widget-sidebar .widget-header h4 {
      margin-top: 0px;
      background-color: #1e1e1e;
      color: #ffffff;
      font-family: "Cormorant", Arial, Helvetica, serif;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      display: inline-block;
      padding: 16px 24px;
      text-align: center;
      min-width: 140px; }
  .about-me .widget-sidebar p {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .about-me .widget-sidebar p {
        text-align: left;
        margin-top: 0px; } }
  .about-me .widget-sidebar h6 {
    text-transform: capitalize;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px; }
  .about-me .widget-sidebar ul.social-icons {
    border-top: 1px dashed #eee;
    padding: 20px 0px 0px 0px;
    margin: 0;
    list-style: none;
    text-align: center; }
    @media (min-width: 992px) {
      .about-me .widget-sidebar ul.social-icons {
        text-align: left;
        margin-top: 0px; } }
    .about-me .widget-sidebar ul.social-icons li {
      display: inline-block;
      margin-right: 10px; }
      .about-me .widget-sidebar ul.social-icons li a {
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        background-color: #1e1e1e;
        color: #ffffff;
        border-radius: 50%;
        font-size: 14px; }
        .about-me .widget-sidebar ul.social-icons li a:hover {
          background-color: #79a472; }

.about-version-two p {
  margin-top: 10px !important;
  text-align: center !important; }

.about-version-two ul.social-icons {
  text-align: center !important; }

.standard-post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #f7f7f7; }
  .standard-post .down-content {
    position: relative;
    margin: -7px 0px 0px;
    background-color: #ffffff;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 45px 20px 20px; }
    @media (min-width: 992px) {
      .standard-post .down-content {
        margin: -37px 30px 0px 30px;
        padding: 57px 30px 30px 30px; } }
    .standard-post .down-content .meta-category span {
      position: absolute;
      top: -27px;
      left: 50%;
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-family: "Cormorant", Arial, Helvetica, serif;
      font-size: 16px;
      color: #ffffff;
      font-weight: 700;
      background-color: #79a472;
      padding: 12px 25px;
      display: inline-block; }
    .standard-post .down-content h4 {
      font-family: "Cormorant", Arial, Helvetica, serif;
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 28px;
      line-height: 30px;
      text-transform: capitalize;
      font-weight: 700;
      text-align: center;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .standard-post .down-content h4 em {
        font-weight: 300; }
      .standard-post .down-content h4:hover {
        color: #79a472; }
    .standard-post .down-content ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .standard-post .down-content ul.post-info {
      text-align: center; }
      .standard-post .down-content ul.post-info li {
        display: inline-block;
        margin-right: 5px; }
        .standard-post .down-content ul.post-info li:after {
          content: '|';
          margin-left: 10px; }
        .standard-post .down-content ul.post-info li:last-child::after {
          display: none; }
        .standard-post .down-content ul.post-info li a {
          text-transform: uppercase;
          font-size: 13px;
          color: #8b8b8b;
          font-weight: 400;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .standard-post .down-content ul.post-info li a:hover {
            color: #79a472; }
    .standard-post .down-content p {
      margin-top: 15px;
      text-align: center;
      border-bottom: 1px dashed #eee;
      margin-bottom: 25px;
      padding-bottom: 25px; }
    .standard-post .down-content .comments-info {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .standard-post .down-content .comments-info {
          text-align: left;
          margin-bottom: 0px; } }
      .standard-post .down-content .comments-info i {
        width: 34px;
        height: 34px;
        display: inline-block;
        text-align: center;
        line-height: 34px;
        color: #ffffff;
        background-color: #79a472;
        border-radius: 50%;
        margin-right: 10px;
        margin-left: 10px; }
      .standard-post .down-content .comments-info span {
        text-transform: uppercase;
        font-size: 13px;
        color: #8b8b8b;
        font-weight: 600; }
    .standard-post .down-content ul.share-post {
      text-align: center;
      padding-bottom: 10px; }
      @media (min-width: 992px) {
        .standard-post .down-content ul.share-post {
          padding-bottom: 0px;
          text-align: right; } }
      .standard-post .down-content ul.share-post li {
        display: inline-block; }
        .standard-post .down-content ul.share-post li:first-child i {
          width: 34px;
          height: 34px;
          display: inline-block;
          text-align: center;
          line-height: 34px;
          color: #ffffff;
          background-color: #79a472;
          border-radius: 50%;
          margin-right: 10px; }
        .standard-post .down-content ul.share-post li a {
          text-transform: uppercase;
          font-size: 13px;
          color: #8b8b8b;
          font-weight: 600;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .standard-post .down-content ul.share-post li a:hover {
            color: #79a472; }

.recent-home .standard-post {
  margin-bottom: 60px;
  padding-bottom: 60px; }

.recent-home .recent-post {
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-bottom: none; }
  .recent-home .recent-post .down-content {
    margin: -7px 0px 0px;
    background-color: #fafafa;
    box-shadow: none;
    padding: 20px 30px; }
    .recent-home .recent-post .down-content h4 {
      font-size: 24px;
      line-height: 32px;
      padding: 0px;
      margin-bottom: 8px;
      text-align: left; }
      .recent-home .recent-post .down-content h4 em {
        font-weight: 400; }
    .recent-home .recent-post .down-content ul.post-info {
      text-align: left; }
    .recent-home .recent-post .down-content p {
      text-align: left;
      margin-top: 10px;
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }

.recent-home ul.pagination {
  border-top: 3px solid #f7f7f7;
  padding-top: 40px; }

.masonry-home .masonry-post {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none; }
  .masonry-home .masonry-post .down-content {
    margin: -7px 0px 0px;
    background-color: #fafafa;
    box-shadow: none;
    padding: 20px 30px; }
    .masonry-home .masonry-post .down-content h4 {
      font-size: 24px;
      line-height: 32px;
      padding: 0px;
      margin-bottom: 8px;
      text-align: left; }
      .masonry-home .masonry-post .down-content h4 em {
        font-weight: 400; }
    .masonry-home .masonry-post .down-content ul.post-info {
      text-align: left; }
    .masonry-home .masonry-post .down-content p {
      text-align: left;
      margin-top: 10px;
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }

.masonry-home ul.pagination {
  border-top: 3px solid #f7f7f7;
  padding-top: 40px; }

.masonry-home .main-sidebar {
  margin-top: 60px; }
  @media (min-width: 992px) {
    .masonry-home .main-sidebar {
      margin-top: 0px; } }

.list-home .standard-post {
  margin-bottom: 60px;
  padding-bottom: 60px; }

.list-home .list-post {
  margin-bottom: 40px;
  padding-bottom: 0px;
  border-bottom: none; }
  .list-home .list-post .post-image {
    margin: 0;
    float: none; }
    .list-home .list-post .post-image img {
      display: inline-block; }
    @media (min-width: 992px) {
      .list-home .list-post .post-image {
        float: left;
        max-width: 370px; }}
  .list-home .list-post .down-content {
    margin: -7px 0px 0px;
    background-color: #fafafa;
    box-shadow: none;
    padding: 20px 30px; }
    @media (min-width: 992px) {
      .list-home .list-post .down-content {
        margin-left: 370px; } }
    .list-home .list-post .down-content h4 {
      font-size: 24px;
      line-height: 32px;
      padding: 0px;
      margin-bottom: 8px;
      text-align: center; }
      .list-home .list-post .down-content h4 em {
        font-weight: 400; }
      @media (min-width: 992px) {
        .list-home .list-post .down-content h4 {
          text-align: left; } }
    .list-home .list-post .down-content ul.post-info {
      text-align: center; }
      @media (min-width: 992px) {
        .list-home .list-post .down-content ul.post-info {
          text-align: left; } }
    .list-home .list-post .down-content p {
      margin-top: 13px;
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none;
      text-align: center; }
      @media (min-width: 992px) {
        .list-home .list-post .down-content p {
          text-align: left; } }

.list-home ul.pagination {
  margin-top: 10px;
  border-top: 3px solid #f7f7f7;
  padding-top: 40px; }

.without-sidebar-home .without-sidebar-post {
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: none; }
  .without-sidebar-home .without-sidebar-post .down-content {
    margin: -7px 0px 0px;
    background-color: #fafafa;
    box-shadow: none;
    padding: 20px 30px; }
    .without-sidebar-home .without-sidebar-post .down-content h4 {
      font-size: 24px;
      line-height: 32px;
      padding: 0px;
      margin-bottom: 10px;
      text-align: left; }
    .without-sidebar-home .without-sidebar-post .down-content ul.post-info {
      text-align: left; }
    .without-sidebar-home .without-sidebar-post .down-content p {
      text-align: left;
      margin-top: 15px;
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }

.without-sidebar-home ul.pagination {
  border-top: 3px solid #f7f7f7;
  padding-top: 40px; }

.masonry-layout {
  margin-bottom: -45px !important; }
  @media (min-width: 992px) {
    .masonry-layout {
      margin-bottom: 0px; } }
  .masonry-layout.no-col-gap.row {
    margin: 0; }
  .masonry-layout.no-col-gap .masonry-item {
    padding: 0 0px;
    margin: 0 0 0px; }
  .masonry-layout.tiny-col-gap.row {
    margin: 0 -2px; }
  .masonry-layout.tiny-col-gap .masonry-item {
    padding: 0 2px;
    margin: 0 0 4px; }
  .masonry-layout.small-col-gap.row {
    margin: 0 -5px; }
  .masonry-layout.small-col-gap .masonry-item {
    padding: 0 5px;
    margin: 0 0 10px; }
  .masonry-layout.normal-col-gap.row {
    margin: 0 -15px; }
  .masonry-layout.normal-col-gap .masonry-item {
    padding: 0 15px;
    margin: 0 0 30px; }
  .masonry-layout.medium-col-gap.row {
    margin: 0 -20px; }
  .masonry-layout.medium-col-gap .masonry-item {
    padding: 0 20px;
    margin: 0 0 40px; }
  .masonry-layout.large-col-gap.row {
    margin: 0 -25px; }
  .masonry-layout.large-col-gap .masonry-item {
    padding: 0 25px;
    margin: 0 0 50px; }
  .masonry-layout.huge-col-gap.row {
    margin: 0 -30px; }
  .masonry-layout.huge-col-gap .masonry-item {
    padding: 0 30px;
    margin: 0 0 60px; }

ul.pagination {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.pagination li {
    display: inline-block;
    margin: 0px 3px; }
    ul.pagination li a {
      width: 40px;
      height: 40px;
      display: inline-block;
      text-align: center;
      line-height: 38px;
      border: 1px solid #eee;
      font-size: 13px;
      font-weight: 600;
      color: #1e1e1e;
      -webkit-transition: all .3s;
      transition: all .3s; }
      ul.pagination li a:hover {
        background-color: #79a472;
        border-color: #79a472;
        color: #ffffff; }
  ul.pagination li.active a {
    background-color: #79a472;
    border-color: #79a472;
    color: #ffffff; }

.filter-blog {
  display: none; }
  @media (min-width: 992px) {
    .filter-blog {
      display: block; } }
  .filter-blog .portfolio-filters {
    padding: 45px 30px;
    background-image: url(http://placehold.it/1170x140);
    background-size: cover;
    background-repeat: no-repeat; }
    .filter-blog .portfolio-filters ul {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }
      .filter-blog .portfolio-filters ul li {
        width: 18%;
        margin: 0px 0.5%;
        display: inline-block;
        text-align: center; }
        .filter-blog .portfolio-filters ul li span {
          display: inline-block;
          padding: 12px 24px;
          font-size: 13px;
          color: #1e1e1e;
          background-color: #ffffff;
          text-transform: uppercase;
          font-weight: 700;
          border: 1px solid transparent;
          cursor: pointer;
          min-width: 160px;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .filter-blog .portfolio-filters ul li span:hover {
            background-color: transparent;
            border: 1px solid #ffffff;
            color: #ffffff; }
      .filter-blog .portfolio-filters ul li.active span {
        background-color: transparent;
        border: 1px solid #ffffff;
        color: #ffffff; }

.single-posts .quote-post .post-image {
  min-height: 300px;
  background-color: #000;
  display: inline-block;
  width: 100%;
  position: relative; }
  .single-posts .quote-post .post-image p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0px 80px;
    border: none;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
    margin: 0px; }

.single-posts .gallery-post .post-image .meta-category {
  bottom: 40px !important; }

.single-posts .single-post {
  border-bottom: 3px solid #f7f7f7;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .single-posts .single-post .post-image {
    position: relative;
    margin-bottom: -7px; }
    .single-posts .single-post .post-image .meta-category {
      position: absolute;
      bottom: 22px;
      left: 15px;
      z-index: 2; }
      .single-posts .single-post .post-image .meta-category span {
        text-transform: capitalize;
        font-family: "Cormorant", Arial, Helvetica, serif;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0.5px;
        background-color: rgba(121, 164, 114, 0.95);
        padding: 15px 30px;
        display: inline-block; }
  .single-posts .single-post .down-content {
    position: relative;
    margin: 0px;
    background-color: #f7f7f7;
    box-shadow: none;
    padding: 40px 30px; }
    .single-posts .single-post .down-content h4 {
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 32px;
      letter-spacing: 0.25px;
      font-weight: 700;
      font-family: "Cormorant", Arial, Helvetica, serif;
      line-height: 36px;
      text-align: left;
      padding: 0px; }
    .single-posts .single-post .down-content ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .single-posts .single-post .down-content ul.post-info {
      text-align: left; }
      .single-posts .single-post .down-content ul.post-info li {
        display: inline-block;
        margin-right: 5px; }
        .single-posts .single-post .down-content ul.post-info li:after {
          content: '|';
          margin-left: 10px; }
        .single-posts .single-post .down-content ul.post-info li:last-child::after {
          display: none; }
        .single-posts .single-post .down-content ul.post-info li a {
          text-transform: uppercase;
          font-size: 13px;
          color: #8b8b8b;
          font-weight: 600;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .single-posts .single-post .down-content ul.post-info li a:hover {
            color: #79a472; }
    .single-posts .single-post .down-content p {
      margin-top: 0px;
      text-align: left;
      border-bottom: none;
      margin-bottom: 0px;
      padding-bottom: 0px; }
    .single-posts .single-post .down-content p.first-paragraph {
      margin-top: 25px; }
    .single-posts .single-post .down-content p.last-paragraph {
      border-bottom: 1px dashed #e7e7e7;
      margin-bottom: 30px;
      padding-bottom: 30px; }
    .single-posts .single-post .down-content ul.tags {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .single-posts .single-post .down-content ul.tags {
          text-align: left;
          margin-bottom: 0px; } }
      .single-posts .single-post .down-content ul.tags li {
        display: inline-block; }
        .single-posts .single-post .down-content ul.tags li:first-child i {
          width: 34px;
          height: 34px;
          display: inline-block;
          text-align: center;
          line-height: 34px;
          color: #ffffff;
          background-color: #79a472;
          border-radius: 50%;
          margin-right: 10px; }
        .single-posts .single-post .down-content ul.tags li a {
          text-transform: uppercase;
          font-size: 13px;
          color: #8b8b8b;
          font-weight: 600;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .single-posts .single-post .down-content ul.tags li a:hover {
            color: #79a472; }
    .single-posts .single-post .down-content ul.share-post {
      text-align: center; }
      @media (min-width: 992px) {
        .single-posts .single-post .down-content ul.share-post {
          text-align: right; } }
      .single-posts .single-post .down-content ul.share-post li {
        display: inline-block; }
        .single-posts .single-post .down-content ul.share-post li:first-child i {
          width: 34px;
          height: 34px;
          display: inline-block;
          text-align: center;
          line-height: 34px;
          color: #ffffff;
          background-color: #79a472;
          border-radius: 50%;
          margin-right: 10px; }
        .single-posts .single-post .down-content ul.share-post li a {
          text-transform: uppercase;
          font-size: 13px;
          color: #8b8b8b;
          font-weight: 600;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .single-posts .single-post .down-content ul.share-post li a:hover {
            color: #79a472; }

.single-posts .owl-post-banner {
  margin-bottom: -25px; }
  .single-posts .owl-post-banner .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    display: none; }
    .single-posts .owl-post-banner .owl-nav .owl-prev {
      position: absolute;
      left: 15px;
      width: 46px;
      height: 46px;
      display: inline-block;
      text-align: center;
      line-height: 46px;
      background-color: #ffffff;
      font-size: 32px;
      color: #1e1e1e;
      outline: none;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .single-posts .owl-post-banner .owl-nav .owl-prev span {
        display: none; }
      .single-posts .owl-post-banner .owl-nav .owl-prev::before {
        font-family: 'FontAwesome';
        content: '\f104'; }
      .single-posts .owl-post-banner .owl-nav .owl-prev:hover {
        color: #ffffff;
        background-color: #79a472; }
    .single-posts .owl-post-banner .owl-nav .owl-next {
      position: absolute;
      right: 15px;
      width: 46px;
      height: 46px;
      display: inline-block;
      text-align: center;
      line-height: 46px;
      background-color: #ffffff;
      font-size: 32px;
      color: #1e1e1e;
      outline: none;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .single-posts .owl-post-banner .owl-nav .owl-next span {
        display: none; }
      .single-posts .owl-post-banner .owl-nav .owl-next::before {
        font-family: 'FontAwesome';
        content: '\f105'; }
      .single-posts .owl-post-banner .owl-nav .owl-next:hover {
        color: #ffffff;
        background-color: #79a472; }
    @media (min-width: 992px) {
      .single-posts .owl-post-banner .owl-nav {
        display: block; } }

.single-posts .about-author {
  background-color: #f7f7f7;
  padding: 30px; }
  .single-posts .about-author .author-image img {
    float: none;
    width: 100%; }
    @media (min-width: 992px) {
      .single-posts .about-author .author-image img {
        float: left;
        width: 140px; } }
  .single-posts .about-author .right-content {
    margin-left: 0px;
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .single-posts .about-author .right-content {
        margin-top: 0px;
        margin-left: 170px;
        text-align: left; } }
    .single-posts .about-author .right-content p {
      margin-bottom: 10px; }
    .single-posts .about-author .right-content h6 {
      text-transform: capitalize;
      font-family: "Cormorant", Arial, Helvetica, serif;
      font-size: 24px;
      font-weight: 900;
      letter-spacing: 0.25px;
      margin-bottom: 5px; }
    .single-posts .about-author .right-content ul.social-icons {
      border-top: 1px dashed #e7e7e7;
      padding: 15px 0px 0px 0px;
      margin: 0;
      list-style: none; }
      .single-posts .about-author .right-content ul.social-icons li {
        display: inline-block;
        margin: 0px 5px; }
        .single-posts .about-author .right-content ul.social-icons li:first-child {
          margin-left: 0px; }
        .single-posts .about-author .right-content ul.social-icons li a {
          width: 26px;
          height: 26px;
          display: inline-block;
          text-align: center;
          line-height: 26px;
          background-color: #1e1e1e;
          color: #ffffff;
          border-radius: 50%;
          font-size: 14px; }
          .single-posts .about-author .right-content ul.social-icons li a:hover {
            background-color: #79a472; }

.single-posts ul.post-nav {
  border-bottom: 3px solid #f7f7f7;
  padding: 0px 0px 40px 0px;
  margin-top: 40px;
  list-style: none; }
  .single-posts ul.post-nav li {
    display: inline-block; }
    .single-posts ul.post-nav li:last-child {
      float: right; }
    .single-posts ul.post-nav li a {
      display: inline-block;
      padding: 12px 24px;
      font-size: 13px;
      color: #ffffff;
      background-color: #79a472;
      text-transform: uppercase;
      font-weight: 700;
      border: 1px solid transparent;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .single-posts ul.post-nav li a:hover {
        background-color: transparent;
        border: 1px solid #79a472;
        color: #79a472; }

.single-posts .widget-post {
  margin-top: 7px;
  margin-bottom: 50px;
  border: 1px solid #eee;
  padding: 54px 30px 30px 30px;
  position: relative; }
  .single-posts .widget-post .widget-header {
    position: absolute;
    top: -26px;
    left: 30px; }
    .single-posts .widget-post .widget-header h4 {
      margin-top: 0px;
      background-color: #ffffff;
      color: #1e1e1e;
      font-family: "Cormorant", Arial, Helvetica, serif;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 1px;
      display: inline-block;
      padding: 16px 24px;
      text-align: center;
      min-width: 140px; }

.single-posts .comments {
  margin-top: 40px; }
  .single-posts .comments ul.comments {
    padding: 0;
    margin: 0;
    list-style: none; }
    .single-posts .comments ul.comments li {
      display: inline-block;
      position: relative;
      border-bottom: 1px dashed #e7e7e7;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .single-posts .comments ul.comments li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none; }
      .single-posts .comments ul.comments li .comment-author-image img {
        float: left;
        width: 90px; }
      .single-posts .comments ul.comments li .right-content {
        margin-left: 110px; }
        .single-posts .comments ul.comments li .right-content h6 {
          font-size: 17px;
          text-transform: capitalize; }
          .single-posts .comments ul.comments li .right-content h6 span {
            text-transform: uppercase;
            font-size: 13px;
            color: #8b8b8b;
            font-weight: 600;
            margin-left: 15px; }
        .single-posts .comments ul.comments li .right-content a.reply-button {
          position: absolute;
          right: 77%;
          top: 100px;
          width: 90px;
          text-align: center;
          background-color: #79a472;
          color: #ffffff;
          padding: 5px;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 700;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media (min-width: 992px) {
            .single-posts .comments ul.comments li .right-content a.reply-button {
              right: 0;
              top: 0;
              background-color: transparent;
              padding: 0;
              color: #1e1e1e; }
              .single-posts .comments ul.comments li .right-content a.reply-button:hover {
                color: #79a472;
                background-color: transparent !important; } }
          .single-posts .comments ul.comments li .right-content a.reply-button:hover {
            background-color: #1e1e1e; }
        .single-posts .comments ul.comments li .right-content p {
          margin-bottom: 0px;
          margin-top: 16px; }
    .single-posts .comments ul.comments li.replied {
      padding-left: 0px; }
      @media (min-width: 992px) {
        .single-posts .comments ul.comments li.replied {
          padding-left: 110px; } }

.single-posts .leave-comment {
  margin-bottom: 10px; }
  .single-posts .leave-comment .contact-form fieldset {
    border: none;
    padding: 0 !important;
    margin: 0 !important; }
    .single-posts .leave-comment .contact-form fieldset input {
      width: 100%;
      height: 40px;
      background-color: #f7f7f7;
      border: none;
      outline: none;
      display: inline-block;
      padding: 0px 15px;
      font-size: 14px;
      margin-bottom: 30px; }
    .single-posts .leave-comment .contact-form fieldset textarea {
      width: 100%;
      height: 150px;
      max-width: 100%;
      min-width: 100%;
      max-height: 200px;
      background-color: #f7f7f7;
      border: none;
      outline: none;
      display: inline-block;
      padding: 15px;
      font-size: 14px;
      margin-bottom: 20px; }
    .single-posts .leave-comment .contact-form fieldset button {
      display: inline-block;
      padding: 14px 24px;
      font-size: 13px;
      color: #ffffff;
      background-color: #79a472;
      text-transform: uppercase;
      font-weight: 700;
      border: 1px solid transparent;
      cursor: pointer;
      outline: none;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .single-posts .leave-comment .contact-form fieldset button:hover {
        background-color: transparent;
        border: 1px solid #79a472;
        color: #79a472; }

.error-404 {
  text-align: center;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .error-404 {
      padding-top: 100px; } }
  .error-404 .main-content {
    padding-bottom: 60px;
    border-bottom: 3px solid #f7f7f7; }
    .error-404 .main-content h1 {
      margin-top: 0px;
      margin-bottom: 0px;
      text-transform: uppercase;
      font-size: 50px;
      font-weight: 900; }
      @media (min-width: 992px) {
        .error-404 .main-content h1 {
          font-size: 120px; } }
    .error-404 .main-content span {
      display: block;
      font-size: 14px;
      font-weight: 700; }

.go-back-home {
  margin-bottom: 0px; }
  @media (min-width: 992px) {
    .go-back-home {
      margin-bottom: 140px; } }
  .go-back-home .main-content {
    padding: 30px 30px;
    background-image: url(http://placehold.it/1170x140);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center; }
    @media (min-width: 992px) {
      .go-back-home .main-content {
        text-align: left;
        padding: 45px 60px; } }
    .go-back-home .main-content h2 {
      font-size: 20px;
      text-transform: uppercase;
      color: #ffffff;
      margin: 10px 0px 0px 0px;
      letter-spacing: 0.25px; }
      .go-back-home .main-content h2 em {
        font-style: normal;
        font-weight: 700; }
    .go-back-home .main-content .normal-white-button {
      text-align: center;
      margin-top: 20px; }
      @media (min-width: 992px) {
        .go-back-home .main-content .normal-white-button {
          margin-top: 0px;
          text-align: right; } }

.coming-soon {
  width: 100%;
  text-align: center;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .coming-soon {
      padding-top: 100px; } }
  .coming-soon .main-content {
    padding-bottom: 60px;
    border-bottom: 3px solid #f7f7f7; }
    .coming-soon .main-content h6 {
      font-size: 14px;
      letter-spacing: 0.5px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .coming-soon .main-content h6 {
          margin-bottom: 0px; } }
    .coming-soon .main-content .counter div {
      margin: 0 10px;
      display: inline-block;
      text-align: center; }
      @media (min-width: 992px) {
        .coming-soon .main-content .counter div {
          margin: 0 15px; } }
      .coming-soon .main-content .counter div .value {
        font-size: 24px;
        color: #1e1e1e;
        font-weight: 900;
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block; }
        @media (min-width: 992px) {
          .coming-soon .main-content .counter div .value {
            font-size: 120px; } }
    .coming-soon .main-content span {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Cormorant", Arial, Helvetica, serif;
      color: #1e1e1e;
      font-weight: 700; }
      @media (min-width: 992px) {
        .coming-soon .main-content span {
          font-size: 20px; } }

.go-back-home {
  margin-bottom: 0px; }
  @media (min-width: 992px) {
    .go-back-home {
      margin-bottom: 140px; } }
  .go-back-home .main-content {
    padding: 45px 60px;
    background-image: url(http://placehold.it/1170x140);
    background-size: cover;
    background-repeat: no-repeat; }
    .go-back-home .main-content input {
      width: 100%;
      height: 46px;
      border: 1px solid #ffffff;
      background-color: transparent;
      padding: 0px 15px;
      font-size: 14px;
      color: #ffffff;
      outline: none;
      text-align: center; }
      @media (min-width: 992px) {
        .go-back-home .main-content input {
          text-align: left; } }
      .go-back-home .main-content input::-webkit-input-placeholder {
        color: #fff; }
      .go-back-home .main-content input::-moz-placeholder {
        color: #fff; }
      .go-back-home .main-content input:-ms-input-placeholder {
        color: #fff; }
      .go-back-home .main-content input::-ms-input-placeholder {
        color: #fff; }
      .go-back-home .main-content input::placeholder {
        color: #fff; }
    .go-back-home .main-content .normal-white-button {
      text-align: right; }
      .go-back-home .main-content .normal-white-button a {
        width: 100%;
        text-align: center; }

.contact-me .widget-sidebar {
  margin-top: 24px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 54px 30px 30px 30px;
  position: relative; }
  .contact-me .widget-sidebar .widget-header {
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
    .contact-me .widget-sidebar .widget-header h4 {
      margin-top: 0px;
      background-color: #1e1e1e;
      color: #ffffff;
      font-family: "Cormorant", Arial, Helvetica, serif;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      display: inline-block;
      padding: 16px 24px;
      text-align: center;
      min-width: 140px; }
  .contact-me .widget-sidebar .contact-form fieldset {
    border: none;
    padding: 0 !important;
    margin: 0 !important; }
    .contact-me .widget-sidebar .contact-form fieldset input {
      width: 100%;
      height: 40px;
      background-color: #f7f7f7;
      border: none;
      outline: none;
      display: inline-block;
      padding: 0px 15px;
      font-size: 14px;
      margin-bottom: 30px; }
    .contact-me .widget-sidebar .contact-form fieldset textarea {
      width: 100%;
      height: 150px;
      max-width: 100%;
      min-width: 100%;
      max-height: 200px;
      background-color: #f7f7f7;
      border: none;
      outline: none;
      display: inline-block;
      padding: 15px;
      font-size: 14px;
      margin-bottom: 20px; }
    .contact-me .widget-sidebar .contact-form fieldset button {
      display: inline-block;
      padding: 14px 24px;
      width: 100%;
      font-size: 13px;
      color: #ffffff;
      background-color: #79a472;
      text-transform: uppercase;
      font-weight: 700;
      border: 1px solid transparent;
      cursor: pointer;
      outline: none;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .contact-me .widget-sidebar .contact-form fieldset button:hover {
        background-color: transparent;
        border: 1px solid #79a472;
        color: #79a472; }

.contact-version-two .first-row {
  margin-bottom: 60px;
  border-bottom: 3px solid #f7f7f7; }
  .contact-version-two .first-row .find-on-map {
    margin-bottom: 60px; }

.contact-version-two .about-me {
  text-align: center; }
  .contact-version-two .about-me img {
    margin-bottom: 20px; }
  .contact-version-two .about-me p {
    margin-bottom: 14px; }
  .contact-version-two .about-me h6 {
    text-transform: capitalize;
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.25px;
    margin-bottom: 20px; }
  .contact-version-two .about-me ul.social-icons {
    border-top: 1px dashed #eee;
    padding: 20px 0px 0px 0px;
    margin: 0;
    list-style: none; }
    .contact-version-two .about-me ul.social-icons li {
      display: inline-block;
      margin: 0px 5px; }
      .contact-version-two .about-me ul.social-icons li a {
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        background-color: #1e1e1e;
        color: #ffffff;
        border-radius: 50%;
        font-size: 14px; }
        .contact-version-two .about-me ul.social-icons li a:hover {
          background-color: #79a472; }

.demo-page {
  padding: 100px 0px 55px 0px; }
  .demo-page .main-heading .logo {
    text-align: center;
    margin-bottom: 0px; }
    .demo-page .main-heading .logo img {
      max-width: 305px; }
  .demo-page p {
    text-align: center;
    padding: 30px 0px 80px 0px; }
  .demo-page .image-thumb {
    position: relative;
    width: 100%;
    height: 405px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0s cubic-bezier(1, 0.015, 0.295, 1.225);
    transition: all 0s cubic-bezier(1, 0.015, 0.295, 1.225); }
    .demo-page .image-thumb img {
      position: absolute;
      top: 0;
      width: 100%;
      height: auto;
      border-radius: 5px;
      -webkit-transition: all 1.5s 0s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 1.5s 0s cubic-bezier(0.77, 0, 0.175, 1); }
    .demo-page .image-thumb:hover {
      box-shadow: 0 45px 75px rgba(0, 0, 0, 0.1); }
      .demo-page .image-thumb:hover img {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .demo-page .second-thumb:hover img {
    -webkit-transform: translateY(-48%) !important;
            transform: translateY(-48%) !important; }
  .demo-page .third-thumb:hover img {
    -webkit-transform: translateY(-49%) !important;
            transform: translateY(-49%) !important; }
  .demo-page .fourth-thumb:hover img {
    -webkit-transform: translateY(-51%) !important;
            transform: translateY(-51%) !important; }
  .demo-page .fivth-thumb:hover img {
    -webkit-transform: translateY(-47.5%) !important;
            transform: translateY(-47.5%) !important; }
  .demo-page .sixth-thumb:hover img {
    -webkit-transform: translateY(-39%) !important;
            transform: translateY(-39%) !important; }
  .demo-page .down-content h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 45px;
    position: relative;
    width: 100%;
    font-family: "Cormorant", Arial, Helvetica, serif; }
    .demo-page .down-content h4 em {
      font-weight: 400;
      font-style: normal; }
    .demo-page .down-content h4:after {
      width: 45px;
      height: 3px;
      background: #e7e7e7;
      content: '';
      margin: 10px auto 0 auto;
      display: block; }
  .demo-page .footer p {
    font-family: "Cormorant", Arial, Helvetica, serif;
    font-size: 19px;
    color: #1e1e1e; }
