/* ----------------------------------------------------------------
[Table of contents]
01. Fonts settings
02. Default styles
03. Scrollbar styles
04. Selection styles
05. Owl Carousel Custom styles
06. Sidebar styles
07. Content styles
08. Kenburns slidershow styles
09. Heading styles
10. Title Banner styles
11. Team styles
12. Testimonials styles
13. Price styles
14. Clients styles
15. Services styles
16. Portfolio styles
17. Gallery styles 
18. Blog & Post styles
19. Button styles
20. Contact styles
21. Footer styles
22. Navigation styles
23. Overlay Effect Bg image 
------------------------------------------------------------------- */

/* ===== Fonts settings) ===== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Ephesis-Regular.ttf');
  font-family: 'TuesdayNight';
}

:root {
  --font-primary: 'Nunito Sans';
  --font-secondary: 'Nunito Sans';
  --font-special: 'TuesdayNight';
  --color-dark: #000;
  --color-light: #fff;
  --color-text: #666;
  --color-accent: #a2783a;
  --color-border: #ececec;
  --color-bg-light: #f8f5f1;
}

/* Custom Font: TuesdayNight */

/* ===== Default styles ===== */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  color: var(--color-text);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5em;
  font-family: var(--font-primary), serif;
}
/*** typography ***/
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  color: #000;
  font-weight: 500;
  line-height: 1.5em;
  font-family: var(--font-secondary), sans-serif;
  letter-spacing: 1px;
}
/* paragraph */
p {
  margin: 0 0 20px;
  color: #666;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5em;
  font-family: var(--font-primary), serif;
}
/* lists */
ul {
  list-style-type: none;
}
/* links */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: var(--color-dark);
}
a:hover,
a:active,
a:focus {
  outline: none;
  color: var(--color-dark);
  text-decoration: none !important;
}
a:link {
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
  height: auto;
}
.small,
small {
  font-size: 80%;
}
b,
strong {
  color: #000;
  font-weight: 600;
}
span,
a,
a:hover {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
hr {
  margin-top: 0px;
  margin-bottom: -20px;
  border: 0;
}
.js .animate-box {
  opacity: 0;
}

/*** form element ***/
/* text field */
form .form-group {
  margin-bottom: 15px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'Nunito Sans', sans-serif;
}
input[type='password']:focus,
input[type='email']:focus,
input[type='text']:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus {
  outline: none;
}
input[type='password'],
input[type='email'],
input[type='text'],
input[type='file'],
textarea,
#message,
#search {
  display: block;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid #ececec;
  background-image: none;
  background-color: #fff;
  padding: 7px 15px;
  width: 100%;
  max-width: 100%;
  height: auto;
  color: #000;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75em;
  font-family: var(--font-primary), serif;
}
input:focus,
textarea:focus {
  border: 1px solid #ececec;
  font-family: var(--font-primary), serif;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  position: relative;
  margin: 0;
  border: 1px solid #000;
  border-radius: 0px;
  background: #000;
  padding: 15px 30px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
button:hover {
  background-color: transparent;
  color: #000;
}
select {
  border-radius: 5px;
  padding: 10px;
}
table,
th,
tr,
td {
  border: 1px solid #000;
}
th,
tr,
td {
  padding: 10px;
}
input[type='radio'],
input[type='checkbox'] {
  display: inline;
}

/* alert success */
.alert-success {
  border: 1px solid #a2783a;
  border-radius: 0px;
  background: transparent;
  color: #666;
}
/* Placeholder */
::-webkit-input-placeholder {
  color: #666;
  font-weight: 400;
  font-size: 15px;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  opacity: 1;
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}

/* padding */
.p-30 {
  padding: 30px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-90 {
  padding-bottom: 90px;
}
/* margin */
.mb-0 {
  margin-bottom: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
/* line */
.line {
  border: 1px solid #ececec;
  background: transparent;
}
.line:hover {
  border: 1px solid #f8f5f1;
  background: #f8f5f1;
}
/* important */
.clear {
  clear: both;
}
.o-hidden {
  overflow: hidden;
}
.pos-re {
  position: relative;
}
.full-width {
  width: 100% !important;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-cover {
  background-size: cover !important;
}
.v-middle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

/* ===== Scrollbar ===== */
::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #000;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/* ===== Selection ===== */
::-webkit-selection {
  background: rgba(0, 0, 0, 0.1);
  color: #666;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
  color: #666;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
  color: #666;
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#preloader {
  display: table;
  table-layout: fixed;
}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.loader {
  position: relative;
  top: auto;
  left: 50%;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  margin-top: 1px;
  margin-left: -22px;
  border: 1px solid #efedeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.loader span {
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-top: 1px solid #a2783a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ===== Owl Carousel Styles ===== */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  line-height: 0.7;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 0 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  width: 7px;
  height: 7px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-theme .owl-nav [class*='owl-'] {
  border-radius: 50%;
  background-color: #a2783a;
  width: 30px;
  height: 30px;
  line-height: 25px;
}
.owl-theme .owl-nav [class*='owl-'] {
  display: inline-block;
  cursor: pointer;
  margin: 5px;
  border-radius: 3px;
  background: #a2783a;
  padding: 4px 7px;
  color: #fff;
  font-size: 12px;
}
.owl-theme .owl-nav [class*='owl-'] {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background-color: transparent;
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 25px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  border: 1px solid #a2783a;
  background-color: transparent;
  color: #a2783a;
}
.bg-pink {
  background-color: #f8f5f1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

/* ===== Sidebar styles ===== */
#pwe-page {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#pwe-aside {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 60px 30px;
  width: 23%;
  overflow-y: scroll;
}
@media screen and (max-width: 1200px) {
  #pwe-aside {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #pwe-aside {
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    padding-top: 30px;
    width: 270px;
  }
}
#pwe-aside #pwe-logo {
  display: block;
  position: relative;
  margin-bottom: 60px;
  width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2em;
  font-family: var(--font-primary), serif;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
#pwe-aside #pwe-logo span {
  color: #333;
  font-weight: 500;
  font-size: 24px;
  font-family: TuesdayNight;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
}
#pwe-aside #pwe-logo img {
  width: 180px;
}
#pwe-logo-footer {
  display: block;
  margin-bottom: 0;
  width: 100%;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #pwe-aside #pwe-logo {
    margin-bottom: 60px;
  }
}
#pwe-aside #pwe-logo a {
  display: inline-block;
}
#pwe-logo-footer a {
  display: inline-block;
  color: #a2783a;
  text-align: center;
}
#pwe-aside #pwe-logo a span {
  display: block;
  display: block;
  margin-top: 0px;
  color: #a2783a;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
  font-family: TuesdayNight;
  letter-spacing: 1px;
  text-align: center;
}
#pwe-aside #pwe-logo a i {
  vertical-align: super;
  color: #000;
  font-size: 16px;
}
#pwe-aside #pwe-main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pwe-aside #pwe-main-menu ul {
    margin: 0 0 30px 0;
  }
}
#pwe-aside #pwe-main-menu ul li {
  margin: 9px 0 9px 0;
  padding: 0 0 9px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
  list-style: none;
  text-transform: uppercase;
}
#pwe-aside #pwe-main-menu ul li a {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0;
  color: #000;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
}
#pwe-aside #pwe-main-menu ul li a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #000;
}
#pwe-aside #pwe-main-menu ul li.pwe-active a {
  color: #a2783a;
}
#pwe-aside #pwe-main-menu ul li.pwe-active a:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
#pwe-aside #pwe-main-menu ul li a span:hover {
  color: #000;
}
#pwe-aside .pwe-footer {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  color: #666;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}
/* sidebar footer */
.pwe-footer p {
  color: #000;
  font-size: 16px;
  font-family: var(--font-primary), serif;
}
.pwe-footer span,
.pwe-footer span a {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  font-family: TuesdayNight;
  letter-spacing: 0;
  text-transform: none;
}
.pwe-footer span a:hover,
.pwe-footer a {
  color: #000;
}
.separator {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-bottom: 20px;
  margin: 10px 0;
  border-bottom: 1px solid #ebebeb;
  width: 16%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pwe-aside .pwe-footer {
    position: relative;
    padding-top: 60px;
  }
}
#pwe-aside .pwe-footer span {
  display: block;
}
/* sidebar social */
#pwe-aside .pwe-footer .social a {
  margin: 0 5px 15px 0;
  border: 1px solid #ebebeb;
  background: transparent;
  width: 32px;
  height: 32px;
  color: #000;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
}
#pwe-aside .pwe-footer .social a:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

/* ===== Content styles ===== */
#pwe-main {
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 77%;
}
@media screen and (max-width: 1200px) {
  #pwe-main {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #pwe-main {
    width: 100%;
  }
}
#pwe-hero {
  float: left;
  clear: both;
  margin-bottom: 0;
  width: 100%;
  min-height: 560px;
}

/* ===== Kenburns slideshow styles ===== */
.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  background: #fff;
  width: 100%;
  height: 100%;
  content: '';
}
.hero-inner {
  position: relative;
  z-index: 15;
}
.hero-inner .hero-title {
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1em;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero-inner .hero-toptitle {
  top: 2px;
  margin-bottom: 0;
  color: #adadad;
  font-size: 32px;
  font-family: var(--font-special);
  text-align: center;
}
.hero-inner .hero-subtitle {
  margin: 0 0 20px;
  color: #666;
  font-size: 17px;
}
#home .vegas-overlay {
}
#home .hero-inner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-inner .text-inner {
  position: relative;
  min-height: 700px;
}
.hero-inner .desc {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .hero-inner .hero-title {
    font-size: 24px;
  }
  .hero-inner .hero-subtitle {
    font-size: 14px;
  }
  .hero-inner .text-inner {
    min-height: 500px;
  }
}

/** for menu **/
body.offcanvason {
  overflow-x: hidden;
}
body.offcanvason #pwe-aside {
  position: fixed;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 999;
  width: 270px;
}
body.offcanvason #pwe-main,
body.offcanvason .pwe-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

/* ===== Heading styles ===== */
.pwe-heading {
  margin-bottom: 0px;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pwe-heading span {
  display: block;
}
.pwe-about-heading {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pwe-about-subheading {
  color: #a2783a;
  font-style: italic;
  font-size: 20px;
  line-height: 1.2em;
  font-family: var(--font-primary), serif;
}
.pwe-post-heading {
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Nunito Sans', sans-serif;
}
.pwe-post-heading span {
  display: block;
}
.heading-meta {
  display: block;
  position: relative;
  top: 12px;
  margin-bottom: 0;
  color: #adadad;
  font-size: 27px;
  line-height: 1.5em;
  font-family: TuesdayNight;
}
@media screen and (max-width: 768px) {
  .pwe-post-heading {
    margin-bottom: 15px;
  }
}

/* ===== Title Banner styles ===== */
.banner-container {
  position: relative;
}
.banner-img-width {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover';
}
.banner-img-width,
.banner-img:after {
  position: absolute;
  height: 100%;
}
.banner-img-width,
.banner-img:after {
  position: absolute;
  height: 100%;
}
.banner-img:after {
  right: 0;
  left: 0;
  background: linear-gradient(hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.9) 50%, #fff);
  content: '';
}
.banner-head:after,
.banner-head:before {
  display: table;
  content: ' ';
}
.banner-head-padding {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.banner-head-margin {
  margin-right: auto;
  margin-left: auto;
}

/* ===== Team styles ===== */
.team .item {
}
.team .item:hover .info .social {
  top: 0;
}
.team .info {
  position: relative;
  background-color: #fff;
  padding: 30px 15px;
  overflow: hidden;
  text-align: center;
}
.team .info h6 {
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.team .info p {
  margin-bottom: 5px;
  color: #666;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5em;
  font-family: var(--font-primary), serif;
}
.team .info .social {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.team .info .social a {
  margin: 0 5px;
  color: #000;
  font-size: 15px;
}
.team .info .social a:hover {
  color: #a2783a;
}

/* =====  Testimonials style  ===== */
.testimonials .section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  text-align: left;
}
.testimonials .section-head p {
  color: #fff;
  font-size: 18px;
}
.testimonials .section-head span {
  display: block;
  position: relative;
  top: 12px;
  margin-bottom: 0;
  color: #ccc;
  font-size: 32px;
  line-height: 1em;
  font-family: TuesdayNight;
}
.testimonials .section-head h4 {
  position: relative;
  padding-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.2em;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.testimonials .section-head h4:after {
  display: none;
}
.testimonials .item-box {
  position: relative;
  border: 1px solid #fff;
  background: #fff;
  padding: 30px;
}
.testimonials .item-box .quote {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0.1;
  margin: 0 auto 30px;
  width: 100px;
}
.testimonials .item-box p {
  color: #666;
  font-style: italic;
  font-size: 17px;
}
.testimonials .item-box .info {
  margin: 30px 0 15px 0;
  text-align: left;
}
.testimonials .item-box .info .author-img {
  float: left;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.testimonials .item-box .info .cont {
  margin-left: 75px;
}
.testimonials .item-box .info h6 {
  margin-bottom: 0px;
  padding-top: 5px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.testimonials .item-box .info span {
  margin-right: 5px;
  color: #666;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
}
.testimonials .item-box .info .rate {
  float: right;
}
.testimonials .item-box .info i {
  color: #a2783a;
  font-size: 10px;
}
.testimonials .owl-theme .owl-nav {
  position: absolute;
  bottom: 20px;
  left: -70%;
  margin-top: 0;
}

.testimonials .owl-theme .owl-nav [class*='owl-'] {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background-color: transparent;
  width: 35px;
  height: 35px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  line-height: 35px;
}

.testimonials .owl-theme .owl-nav [class*='owl-']:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

/* =====  Price style  ===== */
.price .item {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 30px 0;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 60px 30px;
  text-align: center;
}
.price .item .type {
  position: relative;
  position: relative;
  border-bottom: 1px solid #eee;
}
.price .item .type:after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 10px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  width: 20px;
  height: 20px;
  content: '';
}
.price .item .type h6 {
  position: relative;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.price .item .value {
  margin: 30px 0;
}
.price .item .value h4 {
  margin-bottom: 0;
  font-size: 40px;
}
.price .item .value h4 span {
  font-size: 15px;
}
.price .item .value p {
  margin-top: 0px;
  color: #a2783a;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.price .item .feat ul {
  margin-bottom: 30px;
  padding: 0;
}
.price .item .feat li {
  margin-bottom: 10px;
  color: #666;
}
.price .item .feat li:last-child {
  margin-bottom: 0;
}
.price .item .feat del {
  opacity: 0.8;
}

/* =====  Clients Style  ===== */
.clients {
  background-color: #f8f5f1;
}
.clients .owl-carousel {
  margin: 30px 0;
}
.clients .client-logo {
  opacity: 1;
  line-height: 0;
}
.clients .client-logo:hover {
  opacity: 1;
}
.clients img {
  -webkit-filter: none;
  filter: none;
}
.clients img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ===== Services  ===== */
.services .item {
  position: relative;
  overflow: hidden;
}
.services .item:hover img {
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: none;
  filter: none;
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.services .item:hover .con {
  bottom: 0;
}
.services .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.services .item .con {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 20;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 2%, rgba(0, 0, 0, 0.75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
  padding: 30px 15px;
  width: 100%;
  height: auto;
  text-align: center;
}
.services .item .con .category {
  margin-bottom: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  font-family: TuesdayNight;
}
.services .item .con .category a {
  position: relative;
  margin-right: 5px;
  color: #fff;
}
.services .item .con .category a:last-child {
  margin-right: 0;
}
.services .item .con .category a:last-child:after {
  display: none;
}
.services .item .con h5,
.services .item .con h5 a {
  position: relative;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.services .item .con p {
  color: #fff;
  font-size: 15px;
}
.services .item .con i {
  color: #fff;
  font-size: 20px;
}
.services .item .con i:hover {
  color: #c5a47e;
}
.services .item .con .btn {
  margin-left: 0;
  border-color: #666;
  border-radius: 30px;
  padding: 11px 30px;
}
.services .item .con .btn:hover {
  border-color: #c5a47e;
}

/* ===== Portfolio styles ===== */
.portfolio .item {
}
.portfolio .item .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio .item .portfolio-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio .item .portfolio-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio .item .content {
  margin-bottom: 30px;
  padding: 20px;
}
.portfolio .item .content h5,
.portfolio .item .content h5 a {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.4em;
  font-family: var(--font-primary), serif;
  text-align: center;
}
.portfolio .item .content h5:hover,
.portfolio .item .content h5 a:hover {
  color: #a2783a;
}
.portfolio .item .content h5 b {
  color: #a2783a;
}

/* =====  Gallery Style  ===== */
.gallery-item {
  position: relative;
  padding-top: 25px;
}
.gallery-box {
  position: relative;
  overflow: hidden;
}
.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-box .gallery-img:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0px;
  width: 100%;
  height: 100%;
  content: ' ';
}
.gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}
.gallery-box .gallery-detail {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
}
.gallery-box .gallery-detail h4 {
  font-size: 18px;
}
.gallery-box .gallery-detail p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.gallery-box .gallery-detail i {
  color: #fff;
  font-size: 20px;
}
.gallery-box .gallery-detail i:hover {
  color: #fff;
}
.gallery-box:hover .gallery-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}
.gallery-box:hover .gallery-img:after {
  background: rgba(0, 0, 0, 0.6);
}
.gallery-box:hover .gallery-img > img {
  transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
  border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
  border: 0px solid transparent;
}

/* ===== Blog & Post styles ===== */
.blog .item {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.blog .item .post-img {
  position: relative;
  overflow: hidden;
}
.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog .item .post-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog .item .post-img .date {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #000;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
}
.blog .item .post-img .date span {
  display: block;
  font-size: 20px;
  font-family: TuesdayNight;
}
.blog .item .post-img .date i {
  display: block;
  font-size: 20px;
  font-family: var(--font-primary), serif;
}
.blog .item .content {
  background: #fff;
  padding: 20px 20px 30px 20px;
}
.blog .item .content .tag a {
  color: #666;
  font-style: italic;
}
.blog .item .content .tag a:hover {
  color: #a2783a;
}
.blog .item .content h5 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-entry {
  float: left;
  margin-bottom: 60px;
  box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 45px;
  }
}
.blog-entry .blog-img {
  position: relative;
  float: left;
  z-index: 1;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.blog-entry .blog-img img {
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  max-width: 100%;
}
.blog-entry .desc {
  padding: 20px;
}
.blog-entry .desc h3 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
}
.blog-entry .desc h3 a {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pwe-post img {
  padding-bottom: 30px;
}
/* blog sidebar */
.pwe-sidebar-part {
  box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.pwe-sidebar-block {
  position: relative;
  margin-bottom: 60px;
}
.pwe-sidebar-block .pwe-sidebar-block-title {
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
/* search */
.pwe-sidebar-search-form {
  position: relative;
}
.pwe-sidebar-search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: none;
  background: #000;
  padding: 13px;
  color: #fff;
  font-size: 16px;
}
.pwe-sidebar-search-submit:hover {
  border: 1px solid transparent;
  background: #a2783a;
}
/* categories */
.ul1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul1 > li {
  border-bottom: 1px solid #f6f6f6;
  padding: 5px 0;
  line-height: 32px;
}
.ul1 > li a {
  display: block;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  color: #666;
  text-decoration: none;
}
.ul1 > li a:hover {
  color: #a2783a;
  text-decoration: none;
}
/* latest */
.latest {
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 20px;
}
.latest a {
  display: block;
  text-decoration: none;
}
.latest a .txt1 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
}
.latest a .txt2 {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  color: #666;
  font-size: 14px;
}
.latest a:hover .txt1 {
  color: #a2783a;
}
/* tags keywords */
.tags {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.tags li {
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0px;
}
.tags li a {
  display: inline-block;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 1px solid #ececec;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #fff;
  padding: 9px 12px;
  color: #666;
  font-style: italic;
  font-size: 16px;
  text-decoration: none;
}
.tags li a:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
/* pagination */
.pwe-pagination-wrap {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
.pwe-pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pwe-pagination-wrap li a {
  display: inline-block;
  border: 1px solid #ebebeb;
  background: transparent;
  width: 40px;
  height: 40px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}
.pwe-pagination-wrap li a:hover {
  opacity: 1;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.pwe-pagination-wrap li a.active {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pwe-pagination-wrap {
    margin: 0;
    padding: 0 0 60px 0;
    text-align: center;
  }
}
/* post comment */
.comments-area {
  padding: 30px 0;
}
.comments-area .comments-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
ol.comment-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0;
}
ol.comment-list li.comment .comment-body {
  position: relative;
  position: relative;
  margin-left: 40px;
  padding: 20px 30px 20px 90px;
  color: #000;
}
ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 0px;
}
ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 20px;
  left: -40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: #fff;
  width: 100px;
  height: 100px;
}
ol.comment-list li.comment .comment-author .name {
  display: inline-block;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5em;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0px;
}
ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #666;
  font-weight: 500;
}
ol.comment-list li.comment .comment-meta {
  margin-bottom: 15px;
  color: #666;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
}
ol.comment-list li.comment .comment-meta a {
  color: #000;
}
ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
  vertical-align: top;
  font-size: 16px;
  font-family: 'FontAwesome';
}
ol.comment-list li.comment p {
  margin: 0 0 20px;
  color: #666;
}
ol.comment-list li.comment .reply a {
  position: absolute;
  top: 50px;
  right: 30px;
  margin-top: -5px;
  color: #666;
  font-size: 14px;
}
ol.comment-list li.comment .reply a:hover {
  color: #a2783a;
}
ol.comment-list li .children {
  margin-left: 80px;
  list-style: none;
}
ol.comment-list li .children li {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .comments-area .padding-30 {
    padding: 15px;
  }
  ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -35px;
    width: 70px;
    height: 70px;
  }
  ol.comment-list li .children {
    margin-left: 20px;
  }
  ol.comment-list li.comment .reply a {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    margin-left: 26px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    top: 12px;
    left: -15px;
    width: 60px;
    height: 60px;
  }
  ol.comment-list li.comment .comment-body {
    padding-left: 55px;
  }
}

/* =====  Button styles  ===== */
.btn-contact {
  position: relative;
  line-height: 1em;
}
.btn-contact a {
  position: relative;
  margin: 0;
  border: 1px solid #000;
  background: #000;
  padding: 12px 30px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn-contact a:after {
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  width: 0;
  height: 100%;
  content: '';
}
.btn-contact a span {
  position: relative;
  z-index: 2;
}
.btn-contact a:hover:after {
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
}
.btn-contact a:hover span {
  color: #000;
}

/* ===== Contact styles ===== */
.map-section {
  overflow: hidden;
}

.google-maps {
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pwe-more-contact {
  background: #fafafa;
}
/* form */
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 0px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  height: 54px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75em;
  font-family: var(--font-primary), serif;
}
.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ececec;
  background-color: #fff;
}
#message {
  border: 1px solid #ececec;
  padding: 12px;
  height: 130px;
  font-family: var(--font-primary), serif;
}

/* ===== Footer styles ===== */
#pwe-footer2 {
  background: #000;
  padding: 100px 60px;
}
#pwe-footer2 h2,
#pwe-footer2 h2 a {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  line-height: 1em;
  font-family: var(--font-primary), serif;
  letter-spacing: 0px;
}
#pwe-footer2 h2 a span,
#pwe-footer2 h2 span {
  display: block;
  color: #a2783a;
  font-weight: 500;
  font-size: 24px;
  font-family: TuesdayNight;
  letter-spacing: 1px;
}
#pwe-footer2 h2 a i {
  vertical-align: super;
  color: #fff;
  font-size: 16px;
}
#pwe-footer2 h6 {
  margin-bottom: 0;
  color: #a2783a;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#pwe-footer2 p {
  color: #fff;
  font-style: italic;
  font-size: 17px;
  font-family: var(--font-primary), serif;
}
#pwe-footer2 .copyright {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #pwe-footer2 {
    background: #000;
    padding: 100px 30px 80px 30px;
    text-align: center;
  }
}
/* footer social */
#pwe-footer2 .social a {
  margin: 0 5px 20px 0;
  border: 1px solid #222;
  background: transparent;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
}
#pwe-footer2 .social a:hover {
  border: 1px solid #a2783a;
  background: #a2783a;
  color: #000;
}

/* ===== Navigation styles ===== */
.pwe-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.pwe-nav-toggle.active i::before,
.pwe-nav-toggle.active i::after {
  background: #fff;
}
.pwe-nav-toggle.dark.active i::before,
.pwe-nav-toggle.dark.active i::after {
  background: #000;
}
.pwe-nav-toggle:hover,
.pwe-nav-toggle:focus,
.pwe-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.pwe-nav-toggle i {
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
  top: -4px;
  zoom: 1;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fff;
  width: 19px;
  height: 1px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-indent: -55px;
  text-transform: uppercase;
}
.pwe-nav-toggle i::before,
.pwe-nav-toggle i::after {
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  width: 20px;
  height: 1px;
  content: '';
}
.pwe-nav-toggle.dark i {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #000;
  color: #000;
}
.pwe-nav-toggle.dark i::before,
.pwe-nav-toggle.dark i::after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #000;
}
.pwe-nav-toggle i::before {
  top: -7px;
}
.pwe-nav-toggle i::after {
  bottom: -7px;
}
.pwe-nav-toggle:hover i::before {
  top: -10px;
}
.pwe-nav-toggle:hover i::after {
  bottom: -10px;
}
.pwe-nav-toggle.active i {
  background: transparent;
}
.pwe-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.pwe-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.pwe-nav-toggle {
  position: fixed;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 1;
  z-index: 9999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin: 15px 30px;
  border-radius: 50%;
  background: #000;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .pwe-nav-toggle {
    visibility: visible;
    opacity: 1;
  }
}

/* ===== Overlay Effect Bg image ===== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-dark] p {
  color: #bbb;
}
[data-overlay-dark='0']:before,
[data-overlay-light='0']:before {
  opacity: 0;
}
[data-overlay-dark='1']:before,
[data-overlay-light='1']:before {
  opacity: 0.1;
}
[data-overlay-dark='2']:before,
[data-overlay-light='2']:before {
  opacity: 0.2;
}
[data-overlay-dark='3']:before,
[data-overlay-light='3']:before {
  opacity: 0.3;
}
[data-overlay-dark='4']:before,
[data-overlay-light='4']:before {
  opacity: 0.4;
}
[data-overlay-dark='5']:before,
[data-overlay-light='5']:before {
  opacity: 0.5;
}
[data-overlay-dark='6']:before,
[data-overlay-light='6']:before {
  opacity: 0.6;
}
[data-overlay-dark='7']:before,
[data-overlay-light='7']:before {
  opacity: 0.7;
}
[data-overlay-dark='8']:before,
[data-overlay-light='8']:before {
  opacity: 0.8;
}
[data-overlay-dark='9']:before,
[data-overlay-light='9']:before {
  opacity: 0.9;
}
[data-overlay-dark='10']:before,
[data-overlay-light='10']:before {
  opacity: 1;
}
