@charset "UTF-8";
/*!
 *   [Master Stylesheet]
 *
 *   style.css - Meciy - Cleaning Company WordPress Theme
 *   Author:  Slash Creative Code <https://www.slashcreative.co
 *   Version: v1.0
 * 
 */

/* Table of Contents
   - - - - - - - - -

    General and Typography
    Helper Classes
    Preloader
    Backgrounds and Row Shapes
    Image Overlays
    Buttons
    Switchable Sections
    Header Navigation
    Footer
    Blog
    Blog Sidebar and Widgets
    Page Header
    Contact Form 7
    404 Page
    Privacy Bar and Consent

   - - - - - - - - -
*/

/*---------------------------------------
General and Typography
---------------------------------------*/
.row {
  --bs-gutter-x: 30px;
}

html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.7;
}
p {
  margin: 0px;
}
h1,
.h1 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 1.35rem;
  line-height: 1.35rem;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 0.85rem;
  line-height: 0.85rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .typed-text-1 .h1,
  .wpb_content_element h1,
  h1.vc_custom_heading {
    font-size: 2.3em !important;
    line-height: 1.36em !important;
  }
  .wpb_content_element h2,
  h2.vc_custom_heading {
    font-size: 1.78em !important;
    line-height: 1.3em !important;
  }
}

p:not(.elementor-widget-container p) {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}

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

img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
label {
  font-weight: 600;
}
.font-reset {
  font-size: 1em;
}

.line-reset {
  line-height: normal;
}
.content-light {
  color: #fff;
}
.contentlight a,
.contentlight a:hover {
  color: #fff;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  outline: none;
}

.color-primary {
  color: #000 !important;
}

.color-secondary {
  color: #363636 !important;
}

.color-white {
  color: #fff !important;
}

.content-light .color-primary,
.content-light .color-secondary,
.content-light .color-theme-main {
  color: #fff !important;
}

.text-link {
  display: block;
}

.text-link i {
  vertical-align: middle;
  font-size: 1.3em;
  transition: 0.3s;
}

.text-link:hover i {
  margin-left: 5px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f7f7f7;
}

.woocommerce tr:nth-child(even) {
  background-color: transparent;
}

label {
  display: unset;
}

/*---------------------------------------
Helper Classes
---------------------------------------*/

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-shadow {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .center-xs {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .text-left-sm {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-right-xs {
    text-align: right;
  }
}

@media (max-width: 992px) {
  .text-right-sm {
    text-align: right;
  }
}

.icon-lg {
  font-size: 3em !important;
}

.icon-md {
  font-size: 2.5em !important;
}

.icon-sm {
  font-size: 1.3px !important;
}

.stretch-left {
  margin-right: 5vw;
  margin-left: -20vw;
}
.stretch-right {
  margin-right: -20vw;
  margin-left: 10vw;
}
@media (max-width: 767px) {
  .stretch-left {
    margin-right: 0;
    margin-left: 0;
  }
  .stretch-right {
    margin-right: 0;
    margin-left: 0;
  }
}

.image-rounded-lg img {
  border-radius: 30px;
}

.image-rounded-md img {
  border-radius: 15px;
}

.image-shadow-lg img {
  box-shadow: 20px 50px 100px 0 rgba(0, 0, 0, 0.11);
}

.grid-image {
  overflow: hidden;
}

.span-solid {
  display: block;
}

.sub-heading {
  font-size: 13px;
  line-height: 1;
  text-align: left;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  margin-top: 0;
}

.sub-heading.single {
  padding-left: 72px;
}

.sub-heading.single:after {
  content: "";
  height: 1px;
  width: 50px;
  top: 6px;
  left: 0;
  position: absolute;
  background: #001837;
  opacity: 0.6;
}

.sub-heading.center {
  display: inline-block;
  text-align: center !important;
  margin: 0 auto;
}

.sub-heading.center:before {
  content: "";
  height: 1px;
  width: 50px;
  top: 6px;
  left: -72px;
  position: absolute;
  background: #001837;
  opacity: 0.6;
}

.sub-heading.center:after {
  content: "";
  height: 1px;
  width: 50px;
  top: 6px;
  right: -72px;
  position: absolute;
  background: #001837;
  opacity: 0.6;
}

.attachment p.attachment {
  padding: 100px 0;
}

.attachment p.attachment a {
  display: block;
  text-align: center;
}

.content-light .sub-heading.single:after,
.content-light .sub-heading.center:after,
.content-light .sub-heading.center:before {
  background: #fff;
}

.block-inline {
  display: inline-block !important;
  width: 100%;
}
/*-- Section Title --*/

.sec-title {
  position: relative;
  display: block;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  padding-bottom: 17px;
}

.sec-title .sub-title .text {
  position: relative;
  display: block;
}

.sec-title .sub-title .text p {
  position: relative;
  display: inline-block;
}

.sec-title .sub-title .text p::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  content: "";
}

/*-- Typography Helping Classes --*/

.font-100 {
  font-weight: 100 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.letter-space-1 {
  letter-spacing: 1px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

/*-- Simple gap or Margin Top --*/

.gap-0 {
  margin-top: 0px;
}

.gap-10 {
  margin-top: 10px;
}

.gap-20 {
  margin-top: 20px;
}

.gap-30 {
  margin-top: 30px;
}

.gap-40 {
  margin-top: 40px;
}

.gap-50 {
  margin-top: 50px;
}

.gap-60 {
  margin-top: 60px;
}

.gap-70 {
  margin-top: 70px;
}

.gap-80 {
  margin-top: 80px;
}

.gap-90 {
  margin-top: 90px;
}

.gap-100 {
  margin-top: 100px;
}

/*-- Margin Bottom --*/

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*-- Margin Right --*/

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

/*-- Margin Left --*/

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

/*-- Opacity --*/

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

/*-- Section padding top and bottom --*/

.padding_xl {
  padding-top: 150px;
  padding-bottom: 150px;
}

.padding_xl_bottom {
  padding-bottom: 150px;
}

.padding_xl_top {
  padding-top: 150px;
}

.padding_xxl {
  padding-top: 200px;
  padding-bottom: 200px;
}

.padding_xxl_bottom {
  padding-bottom: 200px;
}

.padding_xxl_top {
  padding-top: 200px;
}

.pad_top_lg {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.padding_lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding_lg_bottom {
  padding-bottom: 100px;
}

.padding_lg_top {
  padding-top: 100px;
}

.padding_sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding_sm_bottom {
  padding-bottom: 50px;
}

.padding_sm_top {
  padding-top: 50px;
}

.padding_xs {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding_xs_bottom {
  padding-bottom: 30px;
}

.padding_xs_top {
  padding-top: 30px;
}

/*-- Background options --*/

.bg-default {
  background: #fff;
}

.bg-light {
  background: #f4f4f6;
}

.bg-dark {
  background: #000;
  color: #fff;
}

.content-light h1,
.content-light h2,
.content-light h3,
.content-light h4,
.content-light h5,
.content-light h6,
.content-light p,
.content-light i {
  color: #fff;
}

.full-hero {
  min-height: 110vh;
}

.no-controls .owl-controls {
  display: none !important;
}

/* Preloader Css*/
.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #19776b;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 9999999;
}

.preloader-close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 99999999;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 45px auto;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 15px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  opacity: 0;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(10):before {
  animation-delay: 1.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(11):before {
  animation-delay: 1.8s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(12):before {
  animation-delay: 2s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(13):before {
  animation-delay: 2.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(14):before {
  animation-delay: 2.4s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(15):before {
  animation-delay: 2.6s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(16):before {
  animation-delay: 2.8s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(17):before {
  animation-delay: 3s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(18):before {
  animation-delay: 3.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(19):before {
  animation-delay: 3.4s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(20):before {
  animation-delay: 3.6s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(21):before {
  animation-delay: 3.8s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(22):before {
  animation-delay: 4s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(23):before {
  animation-delay: 4.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(24):before {
  animation-delay: 4.4s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(25):before {
  animation-delay: 4.6s;
}

/**
  animation: spinner 1s infinite linear;
  
  
  .handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
  }
  **/

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  /**border-top-color: rgba(255, 255, 255, 0.5); **/
}

/* Animation preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
}

/*--------------------------------------------------------
Backgrounds and Row Shapes
---------------------------------------------------------*/

.row__shape {
  height: 150px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
  transition: all ease 1.5s;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
}

@media (max-width: 767px) {
  .row__shape {
    height: 50px !important;
  }
}

.vc_parallax .row__shape {
  position: absolute !important;
}

.shape__svg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  fill: #fff;
}

[data-shape-direction="Top"] {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  top: 0;
}

.dotted-pattern-1:after {
  content: "";
  background-image: url(../images/dots-1.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.dotted-pattern-2:after {
  content: "";
  background-image: url(../images/dots-2.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 767px) {
  .dotted-pattern-2:after {
    display: none;
  }
}

.dotted-pattern-2.position-1:after {
  top: unset;
  left: unset;
  bottom: -35px;
  right: -50px;
  height: 180px;
  width: 180px;
  opacity: 0.6;
}

.dotted-pattern-2.position-2:after {
  top: -50px;
  left: unset;
  right: -50px;
  height: 180px;
  width: 180px;
  opacity: 0.6;
}

.dotted-pattern-2.position-3:after {
  top: unset;
  left: -20px;
  bottom: -35px;
  height: 180px;
  width: 180px;
  opacity: 0.6;
}

/*-- Background image with dark text --*/

.bg-image {
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-top {
  background-position: top;
}

.image-bottom {
  background-position: bottom "";
}

/*-- Background image with light text --*/

.bg-image-dark,
.bg-image-light {
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.section-negative {
  margin-top: -100px;
}

.title_pad {
  padding-left: 15px;
}

.block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image_rounded {
  border-radius: 6px;
}

.image_shadow {
  -webkit-box-shadow: 1px 32px 61px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 32px 61px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 32px 61px -24px rgba(0, 0, 0, 0.75);
}

.no_shadow {
  box-shadow: none !important;
}

.image_stretched figure,
.image_stretched .vc_single_image-wrapper {
  display: block;
  width: 100%;
}

.image_stretched img {
  width: 100% !important;
}

.full_image,
.full_image img {
  width: 100% !important;
}

.full-width-image {
  height: 700px;
  width: 100%;
}

@media (max-width: 480px) {
  .full-width-image {
    height: 300px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .full-width-image {
    height: 450px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .full-width-image {
    height: 550px;
  }
}

.full-width {
  width: 100%;
  max-width: 100% !important;
}

.full-height {
  height: 100vh;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 100%;
}

.container-sm {
  padding-left: 5vw;
  padding-right: 5vw;
}

.container-lg {
  padding-left: 10vh;
  padding-right: 10vh;
}

.container-large {
  width: 1000px;
}

@media (max-width: 992px) {
  .container-large {
    width: inherit;
  }
}

@media (max-width: 768px) {
  .container-lg {
    padding: 5vh;
  }
}

.ofvs {
  overflow: visible !important;
}

.ofhd {
  overflow: hidden !important;
}

.no-padding {
  padding: 0;
}

.text-up {
  text-transform: uppercase;
}

.section_title {
  margin-bottom: 50px;
}

.section_title h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section_title h2 {
    font-size: 25px;
  }
}

.section_title p {
  max-width: 300px;
}

@media (max-width: 768px) {
  .section_title p {
    font-size: 12px;
  }
}

/*---------------------------------------
Image Overlays
---------------------------------------*/

[data-bg-overlay] {
  position: relative;
}

[data-bg-overlay]:before {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0 !important;
}

.vc_parallax:before {
  content: " ";
  z-index: 1 !important;
}

[data-bg-overlay="0"]:before {
  opacity: 0;
}

[data-bg-overlay="1"]:before {
  opacity: 0.1;
}

[data-bg-overlay="2"]:before {
  opacity: 0.2;
}

[data-bg-overlay="3"]:before {
  opacity: 0.3;
}

[data-bg-overlay="4"]:before {
  opacity: 0.4;
}

[data-bg-overlay="5"]:before {
  opacity: 0.5;
}

[data-bg-overlay="6"]:before {
  opacity: 0.6;
}

[data-bg-overlay="7"]:before {
  opacity: 0.7;
}

[data-bg-overlay="8"]:before {
  opacity: 0.8;
}

[data-bg-overlay="9"]:before {
  opacity: 0.9;
}

[data-bg-overlay="10"]:before {
  opacity: 1;
}

.border-both {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.border-top {
  border-top: 1px solid #ebebeb;
}

.border-bottom {
  border-bottom: 1px solid #ebebeb;
}

/*---------------------------------------
Buttons
---------------------------------------*/

button {
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    padding: 16px 44px 14px;
	-webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
button i {
    position: relative;
    top: 2px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn i {
  margin-left: 8px;
}

.thm-btn:before {
  position: absolute;
  content: "";
  top: -20px;
  right: -10px;
  width: 80px;
  height: 80px;
  background-color: #ffffff1a !important;
  border-radius: 50%;
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: #fcbba4;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.thm-btn:hover:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.thm-btn:hover:before {
  transform: scale(1.05);
}

.button.wp-element-button,
.btn.button {
  border: none;
  padding: 15px 44px 14px !important;
  border-radius: 30px !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 30px !important;
}
.thm-btn span{
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.btn {
  position: relative;
  transition: all ease.3s;
  -webkit-transition: all ease.3s;
  -moz-transition: all ease.3s;
}

.btn i,
.btn span {
}
.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #fff;
}

.vc_btn3-container {
  margin-bottom: 10px;
}

.btn-no-space .vc_btn3-container {
  margin-bottom: 0;
}

/** Button Sizes **/

.btn--sm {
  padding: 8px 24px;
  font-size: 0.8em;
}

.btn--md {
  padding: 12px 24px;
  font-size: 1em;
}

.btn--lg {
  padding: 17px 35px;
  font-size: 1em;
}

.btn--xl {
  padding: 20px 40px;
  font-size: 1em;
}

/**  Hover Effects **/

.btn-translate:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  opacity: 1 !important;
}

.btn-shadow:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  opacity: 1 !important;
  -webkit-box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.25);
}


/*---------------------------------------
Header Navigation
---------------------------------------*/

.main-header[data-header-fixed="fixed"] {
  position: absolute;
}

@media (max-width: 1199px) {
  .main-header[data-sticky-scroll="true"].sticky .header__primary,
  .main-header[data-header-fixed="fixed"] {
    position: initial;
  }
  .main-header[data-mobile-scroll="none"].sticky .header__primary {
    position: relative !important;
  }

  .main-header[data-mobile-fixed="fixed"] {
    position: absolute;
  }

  .main-header[data-mobile-scroll="true"] .stricky-header {
    display: block !important;
  }
}

[data-header-shadow="small"] .header__primary {
  -webkit-box-shadow: 0 8px 13px -10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 8px 13px -10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 8px 13px -10px rgba(0, 0, 0, 0.03);
}

[data-header-shadow="medium"] .header__primary {
  -webkit-box-shadow: 0px 0px 65px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 65px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.2);
}

[data-header-shadow="large"] .header__primary {
  -webkit-box-shadow: 0px 0px 80px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 80px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 80px -20px rgba(0, 0, 0, 0.2);
}
.header__nav.sticky.shadow__sm .stricky-header {
  -webkit-box-shadow: 0 8px 13px -10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 8px 13px -10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 8px 13px -10px rgba(0, 0, 0, 0.03);
}

.header__nav.sticky.shadow__md .stricky-header {
  -webkit-box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.2);
}

.header__nav.sticky.shadow__lg .stricky-header {
  -webkit-box-shadow: 0px 0px 80px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 80px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 80px -20px rgba(0, 0, 0, 0.2);
}

.header__nav.fourth .header-search-box {
  margin-left: 0px;
}

.nav__icons-module {
  display: flex;
}
.nav__icons-module .header-search-box {
  line-height: 45px;
}
.nav__mobile_item a i {
  display: none;
}
.nav__mobile_item a button i {
    display: block;
}

/***
=============================================
   Top Bar
=============================================
***/
.header__secondary,
.header__secondary .top__nav {
  overflow: hidden;
  height: 60px;
}

.main-header-three .header__secondary .top__nav{
  overflow: inherit;
}
.main-header-two .header__secondary{
  background-color: #000000;
}

.topbar-three.header__secondary,
.topbar-three.header__secondary .top__nav {
  height: 76px;
}

.header__secondary.topbar-one .top__nav.auto-container {
  padding: 0 60px;
}
.top__nav.auto-container{
  padding: 0 40px;
}
.header__secondary.topbar-one ul li:last-child,
  .header__secondary.topbar-one ul li:last-child .icon{
    margin-right: 0px;
}
.header__secondary.topbar-one .top__nav_section.left-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -68px;
  border-top: 30px solid transparent;
  border-left: 34px solid;
  border-right: 34px solid transparent;
  border-bottom: 30px solid transparent;
}
.header__secondary.topbar-one .top__nav_section.left-section:after {
  position: absolute;
  top: 0;
  left: -100000px;
  right: 100%;
  bottom: 0;
  content: "";
  z-index: -1;
}

.header__secondary .top__nav{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.header__secondary .top__content {
  display: flex;
}
.header__secondary .inner__wrap {
  margin-left: 20px;
  display: inline-block;
}
.header__secondary .text__block {
  margin: 0;
}
ul.top-bar-content{
  position: relative;
  display: flex;
  align-items: center;
}
ul.top-bar-content li,
ul.top-bar-content li a {
  position: relative;
  display: flex;
  align-items: center;
}
.header__secondary a, 
.header__secondary a{
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.topbar-three .top-bar-content li+li {
  margin-left: 74px;
}
.header__secondary.topbar-two a, .header__secondary.topbar-two p, .header__secondary.topbar-two .top__content{
  font-size: 18px;
  font-weight: 500;
}
.topbar-three .top-bar-content li {
  margin-right: 0px;
}

.header__secondary.topbar-three .top__content li, 
.header__secondary.topbar-three .top__content li a {
  font-size: 14px;
  font-weight: 500;
}
.top-bar-content.tobbar-one-icons li .icon{
  font-size: 25px;
}
.topbar-one .top__nav_section.left-section {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.tobbar-one-icons i{
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 52px;
width: 52px;
font-size: 25px;
margin-left: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.top__nav_section{
  line-height: 0;
}

.top-bar-content li {
  display: inline-block;
  margin-right: 20px;
}
.header__secondary .secondary__social li {
  display: inline-block;
  padding: 0 6px;
}

.topbar-three .top-bar-content li i{
  font-size: 30px;
  margin-right: 15px;
}

.topbar-three .top-bar-content.part_one li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  width: 1px;
  background-color: rgba(255, 255, 255, .10);
  transform: rotate(15deg);
}
.topbar-three .top-bar-content.part_two li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  width: 1px;
  background-color: rgba(255, 255, 255, .10);
  transform: rotate(15deg);
}

.top-bar-content li .icon {
  font-size: 17px;
  margin-right: 10px;
}
.top-header__logo{
  position: absolute;
  top: 0;
  left: 20px;
  right: 0;
  max-width: 220px;
  margin: 0 auto;
  z-index: 10;
}
.top-header__logo a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 10;
}

.main-header-three .header__secondary {
  overflow: inherit;
}
.topbar-three .top__nav.auto-container {
  padding: 0 100px;
}

/***
=============================================
   Search Popup
=============================================
***/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease,
    -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  /*height: 68px;*/
  padding-left: 30px;
  padding-right: 75px;
  margin-bottom: 0px !important;
}

.search-popup__content .thm-btn {
  padding: 0 !important;
  width: 68px;
  height: 68px;
  display: -webkit-box !important;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute !important;
  top: 0;
  right: -1px;
  border-radius: 0 !important;
  border: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}


.search-popup__content .thm-btn i::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
  margin-left: 0;
  z-index: 5;
}
.nofound-form {
  margin: 30px 0;
}

.nofound-form h3 {
  display: none;
}

.nofound-form input {
  height: 60px;
  border-radius: 0px;
}

.nofound-form button {
  position: absolute;
  top: 12px;
  right: 20px;
  transform: rotate(270deg);
}
.nofound-form button i:before {
  font-size: 19px;
  color: #7e828c;
  font-weight: bold;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
  # Mobile Nav
  --------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  cursor: pointer;
}

.mobile-nav__content {
  position: relative;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  z-index: 10;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.mobile-nav__close i:before {
  position: relative;
  display: inline-block;
  transform: rotate(45deg);
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__wrapper .main__logo {
  display: block;
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 20px;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 46px;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}
.mobile-nav__content .main-menu__list li .icon-down-arrow {
  font-weight: bold;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a
  > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
}

.mobile-nav__content .home-showcase__title {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 0px;
}

.mobile-nav__contact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.mobile-nav__contact li {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}



.mobile-nav__contact li > i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 0%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
}

.mobile-nav__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social ul {
  padding-left: 0px;
}

.mobile-nav__social ul li {
  display: inline-block;
}

.mobile-nav__social a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  transition: 500ms;
}

.mobile-nav__social a:hover {
  background-color: #ffffff;
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.text__mob_side {
  margin: 20px 0;
  color: #fff;
}

/*--------------------------------------------------------------
  # Main Header Css
  --------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
}

.sticky__logo,
.main__logo {
  display: none;
}

.stricky-fixed .main__logo {
  display: none !important;
}
.main-header img.main__logo {
  display: block;
}
.mobile-nav__wrapper .main__logo {
  display: block;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-box {
  display: block;
  float: right;
  margin-left: auto;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__primary a.main-menu__search.search-toggler.text{
  display: flex;
  align-items: center;
}

.header__primary a.main-menu__search.search-toggler.text span{
  font-size: 15px;
  font-weight: 500;
  padding-left: 5px;
  line-height: 0;
}
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  position: relative;
  line-height: 23px;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav__second .nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: 20px;
}

.nav__second .nav__list .nav__item {
  display: inline-block;
  padding: 0;
}

.main-menu .main-menu__list > li.dropdown > a,
.stricky-header .main-menu__list > li.dropdown > a {
  padding-right: 20px;
}

.main-menu .main-menu__list > li.dropdown > a:before {
  position: absolute;
  top: 0px;
  right: 2px;
  font-family: "icomoon" !important;
  content: "\e930";
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transform-origin: top;
  transform-style: preserve-3d;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: all;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  transition: all 700ms ease;
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: 1px solid rgba(var(--thm-base-rgb, 53, 84, 209), 0.05);
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  display: flex;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 10px 25px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  color: #ffffff;
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

/*-------------------------------------
      Stricky Header Css
    ---------------------------------------*/
.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header.stricky-fixed img.sticky__logo {
  display: block;
}

.nav__list .button__nav_1 {
  color: #fff;
  border-radius: 0;
  padding-top: 18px 35px;
  min-width: max-content;
}

.nav__list .button__nav_1 i{
  margin-left: 8px;
}


.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 37px;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin-left: 25px;
}

.main-menu .mobile-nav__toggler i {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.stricky-header .main-menu-box {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stricky-header .main-menu__wrapper-inner {
  justify-content: space-between;
}

.stricky-header .phone-number-box-style1 {
  display: none;
}

.stricky-header .main-menu__list > li + li {
  margin-left: 30px;
}

.stricky-header .main-menu-style1-right {
  margin-left: 30px;
}

/***
  =============================================
  Main Header One
  =============================================
  ***/

.auto-container {
  position: static;
  padding: 0px 15px;
  margin: 0 auto;
}

.main-header-one .auto-container {
  width: 100%;
  max-width: 1530px;
}

.main-header-one__inner {
  position: relative;
  display: block;
}

.main-header-one .main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__primary .main-menu__wrapper-inner .main-content,
.stricky-header .main-menu__wrapper-inner .main-content {
  display: flex;
  align-items: center;
  min-width: fit-content;
}

.main-header-one__left {
  position: relative;
  display: flex;
  align-items: center;
}

.logo-box-one {
  position: relative;
  display: block;
  line-height: 1;
}

.logo-box-one.centered a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -35px;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
}

.main-menu-three__side-content-icon {
  position: relative;
  display: block;
  margin-left: 70px;
}

.main-menu-three__side-content-icon:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -35px;
  width: 1px;
  background-color: #ededed;
}


.main-header-one__inner.header__primary .auto-container .nav__main .nav__list .nav__item:first-child{
  margin-left: 0px;
}


.main-menu-three__side-content-icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  box-shadow: 0px 0px 45px 0px rgba(215, 13, 56, 0.15);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo-box-one a {
  position: relative;
  display: inline-block;
}

.header-search-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-left: 25px;
}
.main-header-three__inner.header__primary .nav__second{
  position: relative;
  display: block;
  margin-left: 30px;
}

.main-header-one .header__primary,
.main-header-one .header__primary .main-menu__wrapper-inner .main-content{
  height: 80px;
}

.main-header-three__inner.header__primary .nav__second:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 1px;
  background-color: rgba(0,0,0, .20);
  transform: rotate(15deg);
}


.header-search-box a {
  font-size: 24px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header__cart-mobile .nav__cart-module {
  display: none;
  max-height: 24px;
    margin-top: -7px;
}


.nav__cart-module {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  line-height: 0;
}

.nav__cart {
  font-size: 16px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
}
.nav__cart .svg__icon {
  vertical-align: middle;
  font-size: 22px;
}

.nav__cart .svg__size {
  height: 25px;
  width: 25px;
}

.nav__cart .cart__value {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  line-height: 17px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: -8px;
}

.header-one-social-links {
  position: relative;
  display: block;
  line-height: 0;
  margin-left: 62px;
}

.header-one-social-links ul {
  position: relative;
  display: block;
  margin-bottom: 0px !important;
}

.header-one-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 16px;
}

.header-one-social-links ul li:last-child {
  margin-right: 0;
}

.header-one-social-links ul li a {
  position: relative;
  display: block;
}

.header-one-social-links ul li a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-one__middle {
  position: relative;
  display: block;
}

.main-header-one__right {
  position: relative;
  display: block;
}


.main-header-one.fourth .main-header-one__right::before {
  content: none;
}

.main-header-one__right .contact-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-one__right .contact-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.main-header-one__right .contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.main-header-one__right .contact-box .text {
  position: relative;
  display: block;
  margin-left: 10px;
}
.main-header-one__right .contact-box p {
  line-height: 20px;
}

.main-header-one__right .contact-box .text a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}


/***
  =============================================
  Main Header Two
  =============================================
  ***/
.main-header-two {
  position: relative;
  display: block;
}

.main-header-two__inner {
  position: relative;
  display: block;
}

.main-header-two .auto-container {
  max-width: 1530px;
  width: 100%;
}


.main-header-two__inner.header__primary .auto-container {
  padding: 0px;
  margin: 0;
}

.main-header-two .main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: stretch;  
  justify-content: space-between;
}



@media   (min-width: 1199px) {
  .main-header-two .header__primary .main-menu__wrapper-inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(121, 124, 129, .80);
  }
  .main-header-two__left.main-content.logo-content{
  padding-left: 40px;
}
}

.main-header-two__right.main-content.secondry-content:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  width: .7px;
  background-color: rgba(121, 124, 129, .80);
}


.main-header-two__left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__left .logo-box-two {
  position: relative;
  display: block;
  padding-right: 40px;
  line-height: 1;
}


.main-header-two__left .logo-box-two a {
  position: relative;
  display: inline-block;
}

.main-header-two__middle .header-search-box {
  margin-left: 30px;
  padding-left: 0px;
}


.main-header-two__middle .header-one-social-links {
  margin-left: 40px;
}

.main-header-two__middle .header-one-social-links ul {
  padding-left: 0px;
}

.main-header-two__middle {
  position: relative;
  display: block;
}

.main-header-two__right {
  position: relative;
  display: block;
  margin-left: 30px;
  padding-right: 30px;
}

.main-header-two__middle.main-content {
  margin: 0 30px 0 10px;
}

.main-header-two__right .contact-box {
  position: relative;
  display: flex;
  align-items: center;
}


.main-header-two__right .contact-box .icon span::before {
  position: relative;
  display: inline-block;
  font-size: 35px;
  font-weight: 500;
}

.main-header-two__right .contact-box .text {
  position: relative;
  display: block;
  margin-left: 10px;
}

.main-header-two__right .contact-box .text p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.main-header-two__right .contact-box .text a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}


.stricky-header.stricky-header--two .main-header-two__right {
  display: none;
}

.stricky-header.stricky-header--two
  .main-header-two__left
  .logo-box-two::before {
  display: none;
}


/***
  =============================================
  Main Header Three
  =============================================
  ***/

.main-header-three__inner.header__primary{
  position: absolute;
  width: 100%;
  padding-left: 0px;
}

.main-header-three__inner {
  position: relative;
  display: block;
}

.main-header-three .auto-container {
  max-width: 1530px;
  width: 100%;
}

.main-header-three .main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-three__left {
  position: relative;
  display: block;
}

.logo-box-three {
  position: relative;
  display: block;
  padding-left: 60px;
  padding-right: 60px;
  z-index: 1;
  line-height: 1;
}

.logo-box-three a {
  position: relative;
  display: inline-block;
}

.main-header-three__middle {
  position: relative;
  display: block;
}


.main-header-three__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.header__primary .main-header-three__right {
  margin-right: 40px;
}

.main-header-three__right .header-search-box,
.main-header-three__right .nav__cart-module {
  position: relative;
  display: block;
  margin-left: 25px;
  padding-left: 0px;
}
.main-header-three__right .header-search-box{
  margin-left: 25px;
}

.main-header-three__right .nav__cart-module {
  margin-left: 35px;
}



.main-header-three__right .header-search-box a {
  font-size: 24px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}


.main-header-three__right .contact-box {
  position: relative;
  display: block;
  padding-left: 55px;
  margin-left: 40px;
  margin-right: 35px;
}

.main-header-three__right .contact-box .icon {
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 0;
}

.main-header-three__right .contact-box .icon span::before {
  position: relative;
  display: inline-block;
  font-size: 35px;
}

.main-header-three__right .contact-box .text {
  position: relative;
  display: block;
}

.main-header-three__right .contact-box .text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.main-header-three__right .contact-box .text a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.011em;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}


.main-header-three__right .btn-box {
  position: relative;
  display: block;
}

.main-header-three__right .btn-box a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 65px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}



.stricky-header.stricky-header--three .main-header-three__right .btn-box {
  display: none;
}

.stricky-header.stricky-header--three .logo-box-three::before {
  display: none;
}



.stricky-header.stricky-header--three .main-header-three__right .contact-box {
  margin-right: 0px;
  padding-left: 50px;
  margin-left: 25px;
}

.stricky-header.stricky-header--three
  .main-header-three__right
  .contact-box
  .icon
  span::before {
  color: #fff;
}

.stricky-header.stricky-header--three
  .main-header-three__right
  .contact-box
  .text
  p {
  color: #ffffff;
}

.stricky-header.stricky-header--three
  .main-header-three__right
  .contact-box
  .text
  a {
  color: #ffffff;
}

.stricky-header.stricky-header--three .logo-box-three {
  padding-left: 0px;
  padding-right: 25px;
}

/*---------------------------------------
Footer
---------------------------------------*/
.scd-elementor-footer {
  width: 100%;
  float: left;
}

.widget__area .page_item,
.widget__area .cat-item,
.widget__area .menu-item,
.widget__area li {
  font-size: 14px;
  margin-bottom: 10px;
}

.widget__area .page_item a,
.widget__area .cat-item a,
.widget__area .menu-item a,
.widget__area li a {
  color: #555;
}

/*---------------------------------------
Blog
---------------------------------------*/

.blog__card-01 {
  width: 100%;
  margin-bottom: 30px;
}

.blog__card-01 .featured__image {
  height: 240px;
  border-radius: 8px;
  display: block;
  width: 100%;
  opacity: 1;
  background-color: #eee;
  transition: opacity ease 0.3s;
}

.blog__card-01 .featured__image:hover {
  opacity: 0.9;
}

.blog__card-01 .meta__container {
  width: 100%;
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.05);
}

.blog__card-01.sticky .meta__container {
  border-bottom: 2px solid;
}

.blog__card-01.has-post-thumbnail .meta__container {
  width: 92%;
  left: 4%;
  transform: translateY(-20px);
}

.blog__card-01 .post__info {
  position: relative;
}

.blog__card-01 .post__title {
  width: 100%;
  display: block;
}

.blog__card-01 .post__title h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  overflow: hidden;
  margin-top: 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  transition: all ease 0.2s;
}

@media (max-width: 992px) and (min-width: 767px) {
  .blog__card-01 .post__title h3 {
    font-size: 1.3em !important;
    line-height: 1.4em !important;
  }
  .blog__card-02 .meta__container {
    padding: 20px;
  }
}

.blog__card-01 .post__desc {
  color: #999;
  margin-top: 20px;
  font-size: 15px;
  line-height: 21px;
  max-height: 66px;
  overflow: hidden;
}

.blog__card-01 .author__info {
  display: flex;
  align-items: flex-start;
  padding-top: 0;
  margin-top: 20px;
  overflow: hidden;
}

.blog__card-01 .author__avatar {
  flex: 0 0 auto;
  margin-right: 15px;
}

.blog__card-01 .author__avatar img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.blog__card-01 .author__title {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.blog__card-01 .type__video .post__meta .icon {
  margin-right: 8px;
  margin-left: 10px;
}

.blog__card-01 .post__meta {
  font-size: 15px;
}

.blog__card-01 .type__video {
  height: 450px;
  background-color: #000;
  overflow: hidden;
  display: block;
  position: relative;
}

.blog__card-01 .type__video-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgb(0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgb(0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgb(0, 0, 0) 100%
  );
  width: 100%;
  height: 100%;
}

.blog__card-01 .type__video .post__info {
  position: absolute;
  bottom: 10px;
  right: 20px;
  left: 20px;
}

.blog__card-01 .type__video .post__title {
  color: #fff !important;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.blog__card-01 .type__video .post__category,
.blog__card-01 .type__video .time__count,
.blog__card-01 .type__video .post__meta,
.blog__card-01 .type__video .author__title span {
  color: #fff !important;
}

.blog__card-01 .type__video .author__info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog__card-01 .video__button {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  background-image: url(../images/icons/play.png);
  background-size: 55px;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog__card-01:hover .video__button {
  transform: translate(-50%, -50%) scale(1.25);
  opacity: 1;
}

.blog__card-01 .post__type_link {
  height: 30px;
  width: 30px;
  margin-bottom: 15px;
  background-image: url(../images/icons/link.png);
  background-repeat: no-repeat;
  background-size: 30px;
}

.blog__card-01 .post__type_audio {
  height: 30px;
  width: 30px;
  margin-bottom: 15px;
  background-image: url(../images/icons/audio.png);
  background-repeat: no-repeat;
  background-size: 30px;
}

.blog_bio_hidden .blog__item .blog__card-01 .author__title,
.blog_bio_hidden .blog__item .blog__card-01 .author__avatar,
.blog_bio_hidden .blog__item .blog__card-02 .meta-box li:first-child,
.blog_bio_hidden .blog__item .blog__card-02 .author__title,
.blog_bio_hidden .blog__item .blog__card-02 .author__avatar {
  display: none !important;
}
.blog_date_hidden .blog__item .blog__card-01 .post__meta.date,
.blog_date_hidden .blog__item .blog__card-02 .meta-box li:nth-child(2) {
  display: none !important;
}
.blog_comment_hidden .blog__item .blog__card-01 .post__meta.comments,
.blog_comment_hidden .blog__item .blog__card-02 .meta-box li:nth-child(3) {
  display: none !important;
}
.blog_cate_hidden .blog__item .blog__card-01 .post__category,
.blog_cate_hidden .blog__item .blog__card-02 .post__category {
  display: none !important;
}

.entry__header.blog__card-02 {
  margin-bottom: 0px;
}

.entry__header.blog__card-02 .thumbnail {
  margin-bottom: 30px;
  margin-top: 0px;
}

.blog__card-02 {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}

.blog__card-02.sticky .meta__container {
  border-bottom: 3px solid;
}

.post-meta__wrap,
.blog__card-01 {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 5px 40px rgb(0 0 0 / 10%);
}

.post__image {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.post__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  content: "";
}

.blog__card-02:hover .post__image:before {
  opacity: 0.6;
}

.blog__card-02:hover .post__image img {
  transform: scale(1);
}

.post__image img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.blog__card-02 .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog__card-02 .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 20px;
  line-height: 0;
  margin-bottom: 8px;
}

.blog__card-02 .meta-box li .icon {
  margin-right: 8px;
}
.blog__card-02 .meta-box li .icon span:before {
  font-weight: 600;
}

.blog__card-02 .bottom-box {
  position: relative;
  display: block;
  padding-top: 0px;
  margin-top: 18px;
}
.blog__card-02 .bottom-box a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-weight: 600;
}

.blog__card-02 .bottom-box .read-more-btn a span:before {
  position: relative;
  display: inline-block;
  font-weight: 700;
  top: 2px;
  margin-left: 11px;
}

.blog__card-02 .meta-box li .text p,
.blog__card-02 .post__category {
  font-size: 15px;
  font-weight: 500;
}

.blog__card-02 .meta__container {
  width: 100%;
  padding: 40px 30px;
  border-top-left-radius: 0;
  position: relative;
  background: #fff;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
}

.blog__card-02.has-image .meta__container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.blog__card-02 .post__info {
  position: relative;
}

.blog__card-02 .post__title {
  width: 100%;
  overflow: hidden;
  display: block;
}

.blog__card-02 .post__title h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-top: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.medium .blog__card-02 .post__title h3 {
  font-size: 28px;
  line-height: 1.7;
}

.blog__card-02 .post__category {
  margin-bottom: 10px;
}

.blog__card-02 .time__count {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.blog__card-02 .author__info {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  bottom: 5px;
  height: 75px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog__card-02 .meta__container {
    height: auto;
    left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .blog__card-02 .featured__image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 200px;
  }
}

.blog__card-02 .author__avatar img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.blog__card-02 .author__title {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}

.blog__card-02 .post__meta {
  font-size: 14px;
}

.blog__card-02 .type__video .post__info {
  position: absolute;
  bottom: 10px;
  right: 20px;
  left: 20px;
}

.blog__card-02 .type__video .post__title {
  color: #fff;
  font-size: 1.4em;
}

.blog__card-02 .type__video .post__desc {
  color: #fff;
}

.blog__card-02 .video__button {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  background-image: url(../images/icons/play.png);
  background-size: 55px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s cubic-bezier(0.07, 0.31, 0.6, 1.84);
}

.blog__card-02 .featured__image:hover .video__button {
  transform: translate(-50%, -50%) scale(1.25);
  opacity: 1;
}

.blog__card-02 .post__type_overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -moz-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  width: 100%;
  height: 100%;
}

.blog__card-02 .post__type_cont {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.blog__card-02 .post__type_text {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}

.blog__card-02 .post__type_link {
  height: 30px;
  width: 30px;
  background-image: url(../images/icons/link.png);
  background-repeat: no-repeat;
  background-size: 30px;
}

.blog__card-02 .post__type_audio {
  height: 30px;
  width: 30px;
  background-image: url(../images/icons/audio.png);
  background-repeat: no-repeat;
  background-size: 30px;
}

/***
=============================================
Blog One
=============================================
***/
.blog-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__single-img {
  position: relative;
  display: block;
}

.blog-one__single-img .date-box {
  position: absolute;
  left: 35px;
  bottom: -35px;
  border-radius: 6px;
  text-align: center;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.blog-one__single-img .date-box p {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.blog-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

.blog-one__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  content: "";
}

.blog-one__single:hover .blog-one__single-img .inner::before {
  opacity: 0.6;
}

.blog-one__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
  object-fit: cover;
  height: 250px;
}

.blog-one__single:hover .blog-one__single-img .inner img {
  transform: scale(1);
}

.blog-one__single__content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 60px 35px 29px;
  padding-right: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-one__single__content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-one__single__content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 30px;
  line-height: 0;
  margin-top: 10px;
}

.related-articles-sm .blog-one__single__content .meta-box li {
  margin-bottom: 0px;
  margin-top: 0px;
}

.blog-one__single__content .meta-box li:last-child {
  margin-right: 0px;
}

.blog-one__single__content .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-one__single__content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.blog-one__single__content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-top: 0;
}

.blog-one__single__content .meta-tags i {
  margin-right: 4px !important;
}

.blog-meta-icons{
	width:20px;
}

.blog-one__single__content .post-categories {
  margin-bottom: 15px;
}

.blog-one__single__content .meta-box li .text p,
.blog-one__single__content .post-categories li a,
.blog-one__single__content .meta-tags a,
.blog-one__single__content .meta-tags i {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.blog-one__single__content .meta-box li .text p a,
.blog-one__single__content .post-categories li a,
.blog-one__single__content .meta-tags a,
.blog-one__single__content .meta-tags i {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.related-articles-sm .blog__card-02 .post__title h4 {
  margin-top: 0px !important;
}
.related-articles-sm .blog__card-02 .post__title h4,
.blog-one__single__content h2 {

  font-size: 27px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 13px;
  margin-top: 21px;

}

.blog-one__single__content h2 a,
.related-articles-sm .blog__card-02 .post__title h4 {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single__content p {
  position: relative;
  margin: 0;
  margin-bottom: 34px;
}

.blog-one__single__content .bottom-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e4e4ea;
  padding-top: 20px;
}

.blog-one__single__content .bottom-box .read-more-btn {
  position: relative;
  display: block;
}

.blog-one__single__content .bottom-box .read-more-btn a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  text-transform: capitalize;
}

.blog-one__single__content .bottom-box .icon-box {
  position: relative;
  display: inline-block;
}

.blog-one__single__content .bottom-box .icon-box a {
  position: relative;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 10px;
}

.blog-one__single__content .bottom-box .icon-box a:hover {
  color: #ffffff;
}

.blog-one__single__content .bottom-box .icon-box a span:before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

/*
 * Blog Pagination
 * */

 .card-pagination {
  padding-top: 30px;
}

.card-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}
.card-pagination li a,
.card-pagination li span.page-numbers.current {
  position: relative;
  display: inline-block;
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  border: 1px solid #dee0e2;
  text-align: center;
  transition: all 500ms ease;
  z-index: 1;
}
.card-pagination li span.page-numbers.current,
.card-pagination li a:hover {
  color: #ffffff;
}


.pagination__load {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 60px;
}

.loading__animation {
  position: absolute;
  display: none;
  left: 49%;
  top: 0;
  width: 30px;
  height: 30px;
  background-size: 30px !important;
}

.pagination__blog .blog__loadmore:hover {
  background: #333;
  color: #fff;
}

.pagination__blog .blog__loadmore_type_1 {
  display: inline-block;
  border: none !important;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 18px 80px;
  cursor: pointer;
  transition: all ease 0.3s;
}

@media (max-width: 992px) {
  .pagination__blog {
    padding-bottom: 60px;
  }
}

.pagination__blog .blog__loadmore_type_1:hover {
  opacity: 0.9;
}

.pagination__blog .pagination__nav {
  padding-top: 40px;
}

.blog-post-content .pagination__nav {
  padding-bottom: 40px;
}

.pagination__blog .page-numbers,
.pagination__blog .post-page-numbers {
  display: inline-block;
  margin-right: 8px;
  background: #f2f7f7;
  margin-bottom: 15px;
  font-weight: 500;
  opacity: 1;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 19px;
}
a.prev.page-numbers,
a.next.page-numbers {
  width: 70px;
}

@media (max-width: 1024px) {
  .pagination__blog .page-numbers,
  .pagination__blog .post-page-numbers {
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin-right: 6px;
  }
}

.styled-pagination .next.page-numbers {
  margin-right: 0;
}
.pagination__blog a.page-numbers:hover,
.pagination__blog .page-numbers.current,
.pagination__blog .post-page-numbers.current,
.pagination__blog .post-page-numbers:hover {
  color: #fff;
}


.pagination__blog .next a,
.pagination__blog .prev a {
  display: inline-block;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 35px;
}

.pagination__blog .dots {
  pointer-events: none;
  opacity: 0.4 !important;
}

.archive__header {
  padding: 80px 0;
  float: left;
  width: 100%;
}

.main_content {
  padding-top: 80px;
  padding-bottom: 100px;
}

.archive__header .author__large {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
}

.archive__header .avatar__large {
  flex: 0 0 auto;
}

.archive__posts {
  padding-bottom: 70px;
}

.author__large .avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-right: 80px;
}

.author__archive {
  margin: 15px 0 25px;
}

.author__archive .heading__mini {
  font-weight: 600;
  color: #111;
  opacity: 0.5;
  font-size: 12px;
}

.author__archive .author__value,
.author__archive .author__value a {
  margin-top: 10px;
  font-weight: 600;
  color: #4b4f56;
}

@media (max-width: 767px) {
  .archive__header .author__large {
    display: block;
    text-align: center;
  }
  .author__large .avatar {
    width: 100px;
    height: 100px;
    margin-right: 0;
    margin-top: 50px;
    margin: 50px 0 10px 0;
  }
  .author__large h3 {
    font-size: 20px;
  }
  .main_content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

[data-search-type="page"] {
  height: auto;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  transition: all ease 0.3s;
}

[data-search-type="page"] .featured__image,
[data-search-type="page"] .author__info {
  display: none;
}

[data-search-type="page"]:hover {
  transform: translateY(-5px);
}

[data-search-type="page"] h3 {
  margin: 0;
}

[data-search-type="page"] .search__type {
  font-size: 14px;
  margin-bottom: 10px;
}

[data-search-type="portfolio"] {
  height: auto;
}

[data-search-type="portfolio"] .author__info,
[data-search-type="portfolio"] .post__desc {
  display: none;
}

[data-search-type="portfolio"] h3 {
  margin: 0;
}

[data-search-type="portfolio"] .search__type {
  font-size: 14px;
  margin: 10px 0;
}

[data-search-type="post"] .search__type {
  display: none;
}

[data-iso-blog="1"].blog-grid-size,
[data-iso-blog="4"].blog-grid-size {
  width: 100%;
}

[data-iso-blog="2"].blog-grid-size,
[data-iso-blog="5"].blog-grid-size {
  width: 50%;
  display: none;
}

[data-iso-blog="3"].blog-grid-size {
  width: 16.666%;
}

@media (min-width: 767px) and (max-width: 992px) {
  [data-iso-blog="3"].blog-grid-size {
    width: 50%;
  }
}

@media (max-width: 767px) {
  [data-iso-blog="2"].blog-grid-size,
  [data-iso-blog="5"].blog-grid-size,
  [data-iso-blog="3"].blog-grid-size {
    width: 100%;
  }
}

.blog_header {
  width: 100%;
  background: #f5f5f5;
  padding: 250px 50px 50px 50px;
  display: table;
}

.blog_header .wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.blog_header .wrap .text {
  font-weight: 700;
  font-size: 25px;
  color: #000;
  text-transform: capitalize;
  line-height: 1.5;
}

.blog_header .wrap .search {
  font-weight: 700;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  color: #000;
  text-align: left;
  display: inline-block;
}

.blog_header .wrap .search-con {
  color: #777;
  font-size: 15px;
  display: initial;
}

.blog_header .wrap span {
  display: inline-block;
  font-weight: normal;
  text-transform: capitalize;
}

.blog-nav {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-nav .prev i {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 15px;
  transition: all ease 0.3s;
}

.blog-nav .prev {
  float: left;
  display: block;
  color: #000 !important;
  border: 2px solid #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 50px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
}

.blog-nav .prev:hover i {
  margin-right: 5px;
  color: #da1233;
}

.blog-nav .next {
  float: right;
  display: block;
  color: #000 !important;
  border: 2px solid #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 50px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
}

.blog-nav .next i {
  font-size: 25px;
  vertical-align: middle;
  margin-left: 15px;
  transition: all ease 0.3s;
}

.blog-nav .next:hover i {
  margin-left: 5px;
  color: #da1233;
}

.blog-post-1_comments {
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-post-1_comments .title {
  color: #000;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.blog-post-1_comments .comments-list {
  list-style-type: none;
  display: block;
}

.blog-post-1_comments .comment {
  list-style-type: none;
}

.blog-post-1_comments .comment-cont {
  border-radius: 4px;
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
}

.blog-post-1_comments .comment .image {
  margin-right: 30px;
  float: left;
}

.blog-post-1_comments .comment .author-meta {
  vertical-align: top;
}

.blog-post-1_comments .comment img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.blog-post-1_comments .comments-list ul.children div.image img {
  width: 90px;
  height: 90px;
}

.blog-post-1_comments .comments-list ul.children .comment .author-meta {
  padding-left: 110px;
}

.blog-post-1_comments .comment p img {
  height: auto;
  width: auto;
  border-radius: 0;
}

.blog-post-1_comments .comment p {
  font-size: 15px;
  line-height: 27px;
}

.blog-post-1_comments .comment .author-meta {
  padding-left: 130px;
}

.blog-post-1_comments .comment h4 {
  font-weight: 600;
  display: inline-block;
  font-size: 22px;
  margin: 5px 0;
}

.blog-post-1_comments .comment .moderation {
  font-size: 12px;
  vertical-align: bottom;
  font-weight: normal;
  font-style: italic;
  padding-left: 70px;
}

.blog-post-1_comments .comment .date {
  line-height: 24px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.blog-post-1_comments .children {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .blog-post-1_comments .children {
    padding: 0 0 0 20px;
  }
  .comment .comment-reply-link {
    opacity: 1;
  }
  .blog-post-1_comments .comment .image {
    margin-right: 15px;
  }
  .blog-post-1_comments .comment img {
    width: 100px;
    height: 100px;
  }
  .blog-post-1_comments .comment .image {
    float: none;
  }
  .blog-post-1_comments .comment .author-meta,
  .blog-post-1_comments .comments-list ul.children .comment .author-meta {
    padding-left: 0;
  }
}

.blog-post-1_comments .comment .author-meta .content {
  padding: 5px 0 10px;
}

.blog-post-1_comments .comment .reply {
  display: inline-block;
  padding-left: 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  transition: all ease 0.3s;
}

.blog-post-1_comments .comment:hover .reply {
  opacity: 1;
}

.blog-post-1_comments .reply-comment {
  padding-left: 20%;
}

@media (max-width: 768px) {
  .blog-post-1_comments .reply-comment {
    padding-left: 10%;
  }
}

.blog-post-1_comment-form {
  background: #f5f7f7;
  display: inline-block;
  width: 100%;
  padding: 10vh 20vw 10vh 20vw;
}

@media (max-width: 768px) {
  .blog-post-1_comment-form {
    background: #f5f7f7;
    padding: 10vh 5vw 10vh 5vw;
  }
}

.blog-post-1_comments .comment_count_heading {
  margin-bottom: 35px;
  font-size: 32px;
}

.blog-post-1_comment-form h3 {
  color: #000;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.blog-post-1_comment-form p {
  color: #1c1c1c;
  font-size: 12px;
  text-align: center;
}

.blog-post-1_comment-form form {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.blog-post-1_comment-form .form-control {
  background: transparent;
  box-shadow: none;
  height: 50px;
  color: #000;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

.blog-post-1_comment-form .form-control:focus {
  border-color: #000;
}

.blog-post-1_comment-form textarea {
  min-height: 200px;
  max-width: 100%;
}

.blog-post-1_comment-form .button {
  background: #000;
  border-radius: 0;
  margin-top: 20px;
  color: #fff;
  padding: 10px 25px 10px 25px;
  outline: 0;
}

.blog-post-1_comment-form .form-control::-webkit-input-placeholder {
  color: #1c1c1c;
  /** Chrome **/
}

.blog-post-1_comment-form .form-control::-moz-placeholder {
  color: #000;
  /** Firefox **/
}

.comment-respond-cont {
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.comment-respond-cont .title {
  font-size: 20px;
  font-weight: 600;
}

.comment-reply-link {
  opacity: 0;
  transition: all ease 0.3s;
}

.comment-reply-link:hover {
  text-decoration: none;
}

.comment:hover .comment-reply-link {
  opacity: 1;
}

.comment .comment-respond {
  margin-bottom: 50px;
}

.logged-in-as {
  font-size: 13px !important;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .logged-in-as {
    display: none;
  }
}

.comment-respond {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.comment-respond form {
  padding-bottom: 60px;
}

.comment-respond form .form-group {
  margin-bottom: 20px;
}

.comment-respond form .comment-form-cookies-consent {
  margin-bottom: 15px;
}

.comment-respond textarea {
  height: 200px !important;
  max-width: 100%;
  padding: 12px 20px 20px;
}

.comment-respond .form-control {
  position: relative;
  height: 60px;
  border: 1px solid #dcdfe2;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  transition: all 500ms ease;
  outline: none;
  box-shadow: none;
}

.comment-respond .form-control:focus {
  border-color: #ccc;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 100;
}

.comment-respond .form-submit input {
  box-shadow: none;
}

.comment-respond .form-control::-webkit-input-placeholder {
  color: #777;
}

.comment-respond .form-control::-moz-placeholder {
  color: #777;
}

.reply-form-cont {
  display: none;
}

.reply-form-show {
  display: block;
}

.reply-form {
  background: #f5f7f7;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10vh 5vw 10vh 5vw;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .reply-form {
    background: #f5f7f7;
    padding: 10vh 5vw 10vh 5vw;
  }
}

.reply-form h3 {
  color: #000;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.reply-form p {
  color: #1c1c1c;
  font-size: 12px;
  text-align: center;
}

.reply-form .cancel {
  color: #1c1c1c;
  font-size: 12px;
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.reply-form form {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.reply-form .form-control {
  background: transparent;
  box-shadow: none;
  height: 50px;
  color: #000;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

.reply-form .form-control:focus {
  border-color: #000;
}

.reply-form textarea {
  min-height: 200px;
  max-width: 100%;
}

.reply-form .button {
  background: #000;
  border-radius: 0;
  margin-top: 20px;
  color: #fff;
  padding: 10px 25px 10px 25px;
  outline: 0;
}

.reply-form .form-control::-webkit-input-placeholder {
  color: #1c1c1c;
  /** Chrome **/
}

.reply-form .form-control::-moz-placeholder {
  color: #000;
  /** Firefox **/
}

/** Pingbacks and Trackbacks **/

.pingbacklist,
.trackbacklist {
  padding-left: 20px;
}
.pingbacklist time,
.trackbacklist time {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
}
.pingbacklist .comment-author,
.trackbacklist .comment-author {
  margin-bottom: 8px;
}

.pingbacklist li:hover .comment-reply-link,
.trackbacklist li:hover .comment-reply-link {
  opacity: 1;
}

.pingbacklist p,
.trackbacklist p {
  font-size: 15px;
  line-height: 23px;
}

/** Comment Pagination **/

.comment-pagination {
  padding-bottom: 40px;
}

.comment-pagination .page-numbers {
  display: inline-block;
  text-align: center;
  height: 45px;
  width: 45px;
  opacity: 0.6;
  line-height: 45px;
  font-weight: 600;
  border: 1px solid #eee;
  border-radius: 50px;
  margin-right: 5px;
}

.comment-pagination .page-numbers:hover,
.comment-pagination .page-numbers.current,
.comment-pagination .page-numbers.next,
.comment-pagination .page-numbers.prev {
  opacity: 1;
}

.comment-pagination .page-numbers.current {
  color: #fff;
  border: 0;
}

.comment-pagination .page-numbers.next,
.comment-pagination .page-numbers.prev {
  height: auto;
  width: auto;
  border: 0;
}

.comment-pagination .page-numbers.prev {
  margin-right: 15px;
}

.comment-pagination .page-numbers.next {
  margin-left: 15px;
}

.blog__main .scd-sidebar {
  padding-left: 50px !important;
}

.archive .blog__wrap {
  margin-bottom: 50px;
}

.blog__header {
  padding-bottom: 50px;
}

.blog__header .post__meta a:hover {
  color: #111;
  text-decoration: underline;
}

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

.blog__post blockquote {
  padding: 0px 20px;
  margin: 40px 0px 34px 30px;
  font-size: 17.5px;
  border-left: 5px solid;
}

.blog__post li {
  margin-bottom: 5px;
}

.blog__header .blog__category {
  border: 1px solid #111;
  color: #111;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.4;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin: 2px;
}

.blog__header .blog__category:hover {
  opacity: 0.6;
}

.blog-header {
  width: 100%;
  padding: 160px 0;
  float: left;
  background-color: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.blog-featured .container .blog-header {
  margin-top: 50px;
  border-radius: 5px;
}
.blog-header .hidden-feature-image {
  top: 0;
  width: 100%;
  position: absolute;
  filter: blur(20px);
  transition: all ease 2s;
}
.blog-header[data-was-processed="true"] img {
  opacity: 0;
}
.blog-header .featured-icon {
  display: block;
  height: 60px;
  width: 60px;
  margin: 0px auto 30px auto;
  background-size: 55px;
  background-repeat: no-repeat;
  transition: all 0.2s cubic-bezier(0.07, 0.31, 0.6, 1.84);
}
.blog-header .blog-post-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-header .post-meta-list {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-top: 30px;
}
.blog-header .post-meta-list li {
  display: inline-block;
  margin-right: 15px;
}
.blog-header .post-meta-list li .item {
  font-style: italic;
  font-weight: 600;
  color: #878c8f;
  opacity: 0.7;
}
.blog-header .post-meta-list li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.blog-header.image-true .blog-post-title,
.blog-header.image-true .post-meta-list li .item {
  color: #fff;
}
.blog-post-type {
  text-align: center;
  margin-bottom: 25px;
}
.post-type-icon {
  width: 80px;
  margin: 0 auto 30px auto;
  display: block;
  fill: #001837;
}
.blog-header.image-true .post-type-icon {
  fill: #fff !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .blog-header .blog-post-title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .blog-header .blog-post-title {
    font-size: 30px;
    line-height: 40px;
  }
  .blog-header .post-meta-list li .item {
    font-size: 14px;
  }
  .blog-post-tags .social-sharing {
    margin-top: 15px;
  }
  .blog-post-tags .blog-tags {
    max-width: 100% !important;
  }
}

.blog-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.blog-post-content {
  padding-bottom: 10px;
}

.blog-post-content img {
  max-width: 100%;
  height: auto;
}
.blog-post-tags {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  align-content: stretch;
}
.blog-post-tags .blog-tags {
  margin-right: auto;
  max-width: 500px;
}
.blog-post-tags .blog-tags h5,
.blog-post-tags .social-sharing h5 {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}
.blog-post-tags .blog-tags ul {
  list-style-type: none;
  display: inline-block;
  padding: 0;
}

.blog-post-tags .blog-tags ul li {
  display: inline-block;
}

.blog-post-tags .blog-tags ul li a {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #dcdfe2;
  padding: 5px 10px;
  letter-spacing: 0.035em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-post-tags .blog-tags ul li a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-post-tags .blog-tags ul li:hover a {
  color: #ffffff;
}

.blog-post-tags .social-sharing {
  text-align: center;
}
.blog-post-tags .social-sharing ul {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.blog-post-tags .social-sharing ul li {
  display: inline-block;
}

.blog-post-tags .social-sharing ul li a {
  display: inline-block;
  margin-right: 5px;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-post-tags .social-sharing ul li:last-child {
  margin: 0;
}
.blog-post-tags .social-sharing ul li:hover a {
  color: #ffffff;
}

.blog-content .blog-author-info {
  margin: 15px 0px 30px;
}

.blog-author-info .author-card {
  display: flex;
  align-items: flex-start;
  padding: 32px 45px 30px;
}

.blog-author-info .author-card p {
  font-size: 15px;
  line-height: 27px;
  padding: 5px 0 15px;
}

.blog-author-info .author-card .author-avatar {
  flex: 0 0 auto;
}

.blog-author-info .author-card .author-avatar img {
  margin-right: 35px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .blog-author-info .author-card .author-avatar img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
  .blog-post-tags {
    flex-direction: column;
    align-items: center;
    display: unset;
  }
  .blog-post-tags .blog-tags {
    margin-right: 0;
    text-align: center;
  }
  .blog-content .blog-author-info {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .blog-content .scd-sidebar {
    padding-top: 50px;
  }
}
.blog-author-info .author-card h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  line-height: 18px;
}

.blog-author-info .author-card .external-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.blog-content .blog-pagination {
  width: 100%;
  padding: 30px 0;
}
.blog-content .blog-pagination .page-item {
  display: inline-block;
}
.blog-content .blog-pagination .page-item svg {
  fill: #fff;
  height: 20px;
  vertical-align: middle;
}
.blog-content .blog-pagination .page-item.next {
  float: right;
}
.blog-content .blog-pagination .page-item.prev svg {
  transform: rotate(180deg);
  margin-right: 5px;
}
.blog-content .blog-pagination .page-item.next svg {
  margin-left: 5px;
}
.blog-content .related-articles-sm {
  width: 100%;
  padding-top: 35px;
  border-top: 1px solid #eee;
}
.related-articles-sm .blog-one__single {
  margin-bottom: 0px;
}
.related-articles-sm .related-title {
  margin-bottom: 30px;
}
.related-articles-sm .article-card {
  display: block;
  margin-bottom: 20px;
}
.related-articles-sm .post__image img {
  max-height: 350px;
  object-fit: cover;
}

.related-articles-sm .blog__card-02 .post__category {
  margin-bottom: 0px;
}

.related-articles-sm .blog__card-02 .meta__container {
  padding: 20px;
}

.related-articles-sm .article-image {
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 120px;
  margin-bottom: 15px;
}
.related-articles-sm .article-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.related-articles-sm .article-date {
  font-size: 13px;
  font-weight: 600;
}

.related-articles-sm .article-date i {
  margin-right: 10px;
}

.post-password-form input[type="password"] {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 4px;
  display: block;
  height: 45px;
}

.post-password-form input[type="submit"] {
  box-shadow: none;
  border: 0;
  border-radius: 4px;
  color: #fff;
  height: 45px;
  padding: 7px 15px;
}

/*---------------------------------------
Blog Sidebar and Widgets
---------------------------------------*/

.scd-sidebar {
  margin-bottom: 50px;
}

.scd-sidebar .widget {
  margin-bottom: 30px;
}

.scd-sidebar .widget.widget_block .wp-block-group h2,
.scd-sidebar .widget.widget_block > h2,
.scd-sidebar .widget .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 18px;
  position: relative;
  display: block;
  padding-left: 40px;
}

.scd-sidebar .widget.widget_block .wp-block-group h2:before,
.scd-sidebar .widget.widget_block > h2:before,
.scd-sidebar .widget .title:before{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 30px;
    height: 2px;
}

.scd-sidebar .widget {
  padding: 38px 30px 40px;
}

.scd-sidebar .widget .widget {
  padding: 0px;
}

.scd-sidebar .widget ol {
  padding-left: 0px;
}

.scd-sidebar .widget:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .scd-sidebar .widget {
    margin-bottom: 30px;
  }
}

.scd-sidebar ul.wp-block-archives-list.wp-block-archives li {
  margin-bottom: 15px;
}

.widget tr:nth-child(even) {
  background-color: transparent;
}

.widget img {
  max-width: 100%;
}

.scd-sidebar li,
.scd-sidebar .woocommerce-Price-currencySymbol {
  color: #707480;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.scd-sidebar .widget_archive li,
.scd-sidebar .widget_categories li,
.wp-block-archives li a,
.wp-block-categories li a {
  font-size: 15px;
}
.scd-sidebar .widget_archive li a,
.scd-sidebar .widget_categories li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  background: #ffffff;
  padding: 14px 25px 14px;
  z-index: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.scd-sidebar ul {
  padding: 0;
  list-style-type: none;
}
.scd-sidebar .widget_nav_menu ul.sub-menu,
.scd-sidebar .custom_menu ul.sub-menu,
.scd-sidebar .widget_pages ul.children {
  padding-left: 20px;
  margin-top: 10px;
}
.scd_recent_posts .recent-post-info a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.scd_recent_posts ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
}
.scd_recent_posts ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.scd_recent_posts .recent-post-image img {
  border-radius: 5px;
  margin-right: 15px;
  height: 75px;
  width: 80px;
  max-width: initial;
}
.scd_recent_posts .recent-post-info h4 {
  font-size: 16px;
  line-height: 22px;
  max-height: 48px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
.scd_recent_posts .recent-post-info span a {
  font-size: 13px;
  color: #878c8f;
  font-weight: normal;
}
.scd_recent_posts .post-date {
  font-style: italic;
  margin-bottom: 0 !important;
}
.scd-sidebar ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: all ease 0.3s;
  line-height: 26px;
}

footer.wp-block-latest-comments__comment-meta,.wp-block-archives li a, .wp-block-categories li a, .wp-block-latest-posts li a, .wp-block-latest-comments__comment-meta a{
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 9px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.scd-sidebar .widget_recent_entries li {
  position: relative;
  padding-bottom: 10px;
}


.scd-sidebar #recentcomments li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.scd-sidebar #recentcomments li:before {
  content: "\e06a";
  font-family: ElegantIcons;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 13px;
  transform: rotate(180deg);
}

.scd-sidebar .custom_menu li a:before,
.scd-sidebar .widget_nav_menu li a:before,
.scd-sidebar .widget_pages li a:before {
  content: "\35";
  font-family: ElegantIcons;
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.scd-sidebar .custom_menu li,
.scd-sidebar .widget_nav_menu li,
.scd-sidebar .widget_pages li {
  position: relative;
}
.scd-sidebar .custom_menu li a,
.scd-sidebar .widget_nav_menu li a,
.scd-sidebar .widget_pages li a {
  display: inline-block;
  position: relative;
  padding: 13px 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  transition: all ease 500ms;
}

.scd-sidebar .widget_categories li,
.scd-sidebar .widget_archive li,
.scd-sidebar .product-categories .cat-item,
.footer__main .widget_categories li,
.footer__main .product-categories .cat-item {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 0px;
}

.scd-sidebar ul .post-date {
  font-size: 13px;
  display: block;
  margin: 5px 0 15px;
}

.scd-sidebar .comment-author-link {
  font-size: 15px;
}

.sidebar-form-name .wpcf7-form-control-wrap:before {
  content: "\e93e";
}
.sidebar-form-phone .wpcf7-form-control-wrap:before {
  content: "\e900";
}
.sidebar-form-message .wpcf7-form-control-wrap:before {
  content: "\e901";
}
.sidebar-form-name .wpcf7-form-control-wrap:before,
.sidebar-form-phone .wpcf7-form-control-wrap:before,
.sidebar-form-message .wpcf7-form-control-wrap:before {
  font-family: icomoon;
  font-family: icomoon;
  vertical-align: middle;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  font-size: 15px;
  margin-top: 20px;
  right: 20px;
}

.scd-sidebar .searchform {
  position: relative;
}

.scd-sidebar .searchform input {
  height: 50px;
  box-shadow: none;
  background: #f7f7f7;
  border-color: #eee;
}

.scd-sidebar .searchform button,
.scd-sidebar .shop__search {
  box-shadow: none !important;
  background: none;
  position: absolute;
  top: 0;
  right: 7px;
  height: 65px;
  font-size: 19px;
  outline: none;
  color: grey;
}

.scd-sidebar .searchform .icon_search,
.scd-sidebar .woocommerce-product-search .icon_search {
  color: #7e828c;
}

.scd-sidebar .searchform .icon_search:before,
.scd-sidebar .woocommerce-product-search .icon_search:before {
  font-weight: 700;
  font-size: 16;
}

.scd-sidebar form label:before {
  position: absolute;
  z-index: 1;
  right: 20px;
  line-height: 67px;
}

.scd-sidebar form input {
  height: 65px !important;
  border: 0px !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
}

.scd-sidebar form .sidebar-form-subs input[type="email"],
.scd-sidebar form .service_sidebar-form input[type="text"],
.scd-sidebar form textarea,
.scd-sidebar form .service_sidebar-form input[type="tel"] {
  font-size: 15px !important;
  border: 0px !important;
  padding: 20px 40px 20px 20px !important;
  border-radius: 5px !important;
  font-weight:500 !important;
}
.scd-sidebar form .service_sidebar-form textarea {
  line-height: 26px !important;
}

.wpcf7 input[type="submit"] .scd-sidebar .widget:has(> div.has-background) {
  padding: 0px;
}
.scd-sidebar .widget .has-background {
  padding: 38px 30px 40px;
}

.scd-sidebar .number-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 29px;
}

.scd-sidebar .number-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.scd-sidebar .number-box .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.scd-sidebar .number-box .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.scd-sidebar .number-box .text-box a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.scd-sidebar #wp-calendar {
  width: 100%;
}

.scd-sidebar #calendar_wrap th {
  padding-bottom: 15px;
  font-size: 14px;
  text-align: center;
}

.scd-sidebar #wp-calendar tr td {
  font-size: 13px;
  padding-bottom: 15px;
  height: 30px;
  width: 30px;
  text-align: center;
}

.scd-sidebar #wp-calendar a {
  display: inline-block;
  background: #fafafa;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  width: 30px;
  border-radius: 50px;
  transition: all ease 0.3s;
}

.scd-sidebar #wp-calendar a:hover {
  color: #fff;
}

.scd-sidebar #wp-calendar caption {
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.woocommerce.scd-sidebar ul.cart_list li img,
.woocommerce.scd-sidebar ul.product_list_widget li img,
.woocommerce .scd-sidebar ul.cart_list li img,
.woocommerce .scd-sidebar ul.product_list_widget li img,
.woocommerce.scd__footer ul.cart_list li img,
.woocommerce.scd__footer ul.product_list_widget li img,
.woocommerce .scd__footer ul.cart_list li img,
.woocommerce .scd__footer ul.product_list_widget li img {
  float: left;
  margin-right: 15px;
  width: 70px;
  height: auto;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce.scd-sidebar .widget_shopping_cart .cart_list li,
.woocommerce.scd-sidebar .widget_shopping_cart .cart_list li,
.woocommerce .scd-sidebar .widget_shopping_cart .cart_list li,
.woocommerce .scd-sidebar .widget_shopping_cart .cart_list li {
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 10px;
}

.woocommerce.scd-sidebar .widget_shopping_cart .cart_list li a.remove,
.woocommerce.scd-sidebar .widget_shopping_cart .cart_list li a.remove,
.woocommerce .scd-sidebar .widget_shopping_cart .cart_list li a.remove,
.woocommerce .scd-sidebar .widget_shopping_cart .cart_list li a.remove {
  right: 0;
  left: initial;
  font-size: 20px !important;
  opacity: 0.7;
}

.woocommerce.scd-sidebar ul.cart_list li a,
.woocommerce.scd-sidebar ul.product_list_widget li a,
.woocommerce .scd-sidebar ul.cart_list li a,
.woocommerce .scd-sidebar ul.product_list_widget li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 1px;
}

.scd-sidebar ul.cart_list li,
.scd-sidebar ul.product_list_widget li {
  margin-bottom: 20px;
  padding: 0;
}

.scd-sidebar ul.cart_list li:last-child,
.scd-sidebar ul.product_list_widget li:last-child {
  margin-bottom: 0px;
}

.scd-sidebar p.woocommerce-mini-cart__buttons.buttons {
  margin-top: 20px;
}

.woocommerce.scd-sidebar .quantity,
.woocommerce .scd-sidebar .quantity {
  opacity: 0.5;
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px;
  display: inline-block;
}


.scd-sidebar .widget_shopping_cart .total {
  border: none;
}

.scd-sidebar .widget_shopping_cart .buttons a {
  width: 100%;
  text-align: center;
  padding: 10px;
}

.scd-sidebar .widget_shopping_cart .total strong {
  font-size: 15px;
}

.scd-sidebar .woocommerce-Price-amount {
  font-size: 14px;
  opacity: 0.8;
}

.scd-sidebar .widget_categories ul ul.children {
  margin-top: 10px;
}

.scd-sidebar .widget select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.scd-sidebar .widget_layered_nav_filters ul li a::before {
  opacity: 0.8;
  color: #ec4545;
}

.scd-sidebar figure img {
  height: auto;
  width: 100%;
}

.scd-sidebar .gallery-columns-1 figure {
  width: 100%;
}

.scd-sidebar .gallery-columns-2 figure {
  width: 50%;
}

.scd-sidebar .gallery-columns-3 figure {
  width: 33.33333%;
}

.scd-sidebar .gallery-columns-4 figure {
  width: 25%;
}

.scd-sidebar .gallery-columns-5 figure {
  width: 20%;
}

.scd-sidebar .gallery-columns-6 figure {
  width: 16.66666%;
}

.scd-sidebar .gallery-columns-7 figure {
  width: 14.2857%;
}

.scd-sidebar .gallery-columns-8 figure {
  width: 12.5%;
}

.scd-sidebar .gallery-columns-9 figure {
  width: 11.111111%;
}

.scd-sidebar .product-categories .children {
  margin-top: 10px;
  padding-left: 15px;
}

.scd-sidebar .product-categories .count {
  font-size: 12px;
  opacity: 0.8;
}

.scd-sidebar .product-categories .cat-item.has-child a,
.scd-sidebar .product-categories .cat-item.has-child .children li a {
  color: #555;
}

.woocommerce .switch-left .scd-sidebar {
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .woocommerce .switch-left .scd-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.woocommerce .switch-right .scd-sidebar {
  padding-right: 0px;
  padding-left: 30px;
}

.scd-sidebar ins {
  text-decoration: none;
  padding-left: 5px;
}

.scd-sidebar .product_list_widget li a {
  margin-bottom: 5px !important;
}

.scd-sidebar .star-rating::before {
  color: #fe9a24 !important;
}

.scd-sidebar .reviewer {
  font-size: 13px;
  opacity: 0.8;
}

.scd-sidebar .widget_rss li {
  font-size: 14px;
}

.scd-sidebar .textwidget p {
  font-size: 14px;
}

.scd-sidebar .woocommerce-product-search {
  position: relative;
}

.scd-sidebar .search-field {
  height: 40px;
  width: 100%;
  padding: 10px;
  padding-right: 65px;
  outline: none;
  font-size: 15px;
  background: #fafafa;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
}

.scd-sidebar .woocommerce-product-search input[type="submit"] {
  border: none;
  height: 40px;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  float: right;
  position: absolute;
  outline: none;
  top: 0;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.scd-sidebar .widget .wp-block-tag-cloud,
.scd-sidebar .widget_tag_cloud,
.scd-sidebar .widget_product_tag_cloud {
  margin-right: -5px;
  margin-left: -5px;
}
.scd-sidebar .widget .wp-block-tag-cloud a,
.scd-sidebar .widget_tag_cloud a,
.scd-sidebar .widget_product_tag_cloud a {
  display: inline-block;
  margin: 2px 2px 10px 2px;
  font-size: 15px !important;
  font-weight: 500;
  background: #ffffff;
  padding: 9px 25px 12px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  line-height: 30px;
}

.scd-sidebar .widget .wp-block-tag-cloud a:hover,
.scd-sidebar .widget_tag_cloud a:hover,
.scd-sidebar .widget_product_tag_cloud a:hover {
  color: #fff !important;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 42px 30px 50px;
}

.scd-sidebar .wp-block-categories-list,
.scd-sidebar .menu {
  position: relative;
  display: block;
}

.scd-sidebar .wp-block-categories-list li,
.scd-sidebar .menu li,
.scd-sidebar .widget_pages li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 0px;
}

.scd-sidebar .wp-block-categories-list li:last-child,
.scd-sidebar .menu li:last-child {
  margin-bottom: 0px;
}

.scd-sidebar .wp-block-categories-list li a,
.scd-sidebar .menu li a,
.scd-sidebar .widget_pages li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  background: #ffffff;
  padding: 14px 25px 14px;
  z-index: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.scd-sidebar .wp-block-categories-list li a:hover,
.scd-sidebar .wp-block-categories-list li a.active,
.scd-sidebar .menu li a:hover,
.scd-sidebar .menu li.current-menu-item a,
.scd-sidebar .widget_categories li a:hover,
.scd-sidebar .widget_pages li a:hover,
.scd-sidebar .widget_archive li a:hover {
  color: #ffffff;
}

.scd-sidebar .wp-block-categories-list li a::after,
.scd-sidebar .menu a::after,
.scd-sidebar .menu li a::after,
.scd-sidebar .widget_pages li a:before,
.scd-sidebar .widget_categories li a::after,
.scd-sidebar .widget_pages li a::after,
.scd-sidebar .widget_archive li a::after {
  content: "\e90a";
  font-family: icomoon;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  font-size: 22px;
  font-weight: 700;
  right: 15px;
}

.scd-sidebar .wp-block-categories-list li a::before,
.scd-sidebar .menu li a::before,
.scd-sidebar .widget_pages li a:before,
.scd-sidebar .widget_categories li a::before,
.scd-sidebar .widget_archive li a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  border-radius: 0px;
}

.scd-sidebar .wp-block-categories-list li a:hover::before,
.scd-sidebar .wp-block-categories-list li.current-cat a::before,
.scd-sidebar .menu li a:hover::before,
.scd-sidebar .menu li.current-menu-item a:hover::before,
.scd-sidebar .widget_categories li a:hover::before,
.scd-sidebar .widget_pages li a:hover::before,
.scd-sidebar .widget_pages li.current_page_item a::before,
.scd-sidebar .widget_categories li.current-cat a::before,
.scd-sidebar .widget_archive li a:hover::before,
.scd-sidebar .menu li.current-menu-item a::before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.scd-sidebar .wp-block-categories-list li a span::before,
.scd-sidebar .menu li a span::before {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  top: 3px;
  float: right;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.scd-sidebar .wp-block-categories-list li a:hover span::before,
.scd-sidebar .wp-block-categories-list li.current-cat a,
.scd-sidebar .menu li a:hover span::before,
.scd-sidebar .menu li.current-cat a,
.scd-sidebar .widget_categories li.current-cat a,
.scd-sidebar .widget_pages li.current_page_item a,
.scd-sidebar .widget_archive li a:hover {
  color: #ffffff;
}

.scd-sidebar
  .widget.widget_block
  .wp-block-latest-posts.wp-block-latest-posts__list
  li {
  margin-bottom: 10px;
}
.scd-sidebar
  .widget.widget_block
  .wp-block-latest-posts.wp-block-latest-posts__list
  .wp-block-latest-posts__featured-image {
  margin-bottom: 0px;
  margin-top: 0px;
}
.scd-sidebar
  .widget.widget_block
  .wp-block-latest-posts.wp-block-latest-posts__list
  .wp-block-latest-posts__featured-image
  img.wp-post-image {
  margin: 0.5em auto;
}

.scd-sidebar
  form.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search {
  background-color: #fff;
}

.scd-sidebar
  form.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search
  button {
  background: #fff;
  border: 0;
}

.scd-sidebar
  form.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search
  button
  svg {
  display: none;
}
.scd-sidebar
  form.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search
  .wp-block-search__inside-wrapper {
  border: 0px;
}

.scd-sidebar
  form.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search
  button:before {
  content: "\e901";
  font-family: icomoon;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
  color: #7e828c;
  font-weight: bolder;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.scd-sidebar
  form.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search
  .wp-block-search__inside-wrapper
  input {
  display: block;
  border: none;
  outline: none;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
  height: 60px !important;
  width: 100%;
  border-radius: 0px;
}
.scd-sidebar .searchform input {
  display: block;
  border: none;
  outline: none;
  background-color: #ffffff;
  font-size: 15px;
  padding-left: 20px;
  height: 65px !important;
  width: 100%;
  border-radius: 0px;
}

.scd-sidebar .searchform button i, 
.scd-sidebar .shop__search i {
    left: 0;
}

.wp-block-search__button {
  color: #fff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.label {
  font-weight: 600;
}
.scd-sidebar
  .wp-block-search__inside-wrapper
  input.wp-block-search__input.wp-block-search__input {
  height: 50px !important;
  border-radius: 5px !important;
}
.scd-sidebar .wp-block-search__inside-wrapper .wp-block-search__button {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  height: 50px !important;
  border-radius: 5px !important;
  padding: 0 20px;
}
.scd-sidebar ol ol,
.scd-sidebar ol ul,
.scd-sidebar ul ol,
.scd-sidebar ul ul {
  padding-left: 20px;
}
.sidebar-form button {
  position: absolute;
  top: 15px;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  transition: all 300ms ease 100ms;
  border: 0;
  font-size: 16px;
  background-color: #fff;
}
.sidebar-form button span:before {
  font-weight: 700;
}

.sidebar-form input {
  border-radius: 10px !important;
}

span.sub-icon {
  position: absolute;
  top: 18px;
  right: -5px;
  bottom: 10px;
  width: 50px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  transition: all 300ms ease 100ms;
  border: 0;
  font-size: 16px;
  font-weight: 600;
}

.scd-sidebar form .sidebar-form-subs input[type="submit"] {
  padding: 0px !important;
  width: 100%;
  border-radius: 0px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  margin-top: 10px;
}

.scd-sidebar form .sidebar-form-subs input[type="email"] {
  border-radius: 0px !important;
  font-weight: 400 !important;
}

.scd-sidebar form .sidebar-form input[type="text"] {
  outline: none;
  border-radius: 0px !important;
  height: 60px !important;
  padding-right: 70px !important;
}

.sidebar__news-list,
.sidebar__products {
  position: relative;
  display: block;
}

.sidebar__news-list li,
.sidebar__products li {
  position: relative;
  align-items: center;
}

.sidebar__news-list li,
.sidebar__products li {
  margin-bottom: 30px;
}

.sidebar__news-list li:last-child,
.sidebar__products li:last-child {
  margin-bottom: 0;
}

.sidebar__news-list li .img-box {
  position: relative;
  display: block;
}

.sidebar__news-list li .img-box img {
  width: 100%;
  margin: 0px;
}

.sidebar__news-list li .text-box {
  position: relative;
  display: block;
}

.sidebar__news-list li .text-box h4 a,
.sidebar__news-list li .text-box h4,
.scd-sidebar .widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
  margin-top: 15px;
}

.sidebar__products li .product-content {
  position: relative;
  display: block;
}

.sidebar__products li img {
  margin: 0px;
}

.sidebar__products li .product-content h4 a,
.sidebar__products li .product-content h4,
.scd-sidebar .widget_recent_entries li a {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: capitalize;
  margin-bottom: 1px;
}

.sidebar__products .star-rating {
  float: none;
}

.sidebar__news-list li .text-box h4 a,
.sidebar__products li .product-content h4 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__news-list li .text-box span {
  font-size: 15px;
  font-weight: 500;
}

.sidebar__products img {
  width: 100%;
}

/*-- Widgets Content Scheme for Footer --*/

.widget_rss li {
  margin-bottom: 20px;
}

/*-- SCD Recent Posts Widget Footer --*/

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  list-style-type: none;
  padding: 0;
}

.wp-block-archives .children,
.wp-block-categories .children {
  list-style-type: none;
  margin-top: 10px;
}



.wp-block-archives li,
.wp-block-categories li {
  position: relative;
}

/*---------------------------------------
Page Header
---------------------------------------*/

.page__header {
  min-height: 300px;
  width: 100%;
  display: table;
  float: left;
  background: #f7f7f7;
  background-size: cover;
  /*background-position: center;*/
  background-repeat: no-repeat;
}


.page__header .content .inner h1 {
  text-transform: capitalize;
  margin-bottom: 8px;
  text-align: center;
}

.page-header .content .content__inner .inner {
  z-index: 1;
}

@media (max-width: 767px) {
  .page__header .content .inner h1 {
    font-size: 45px !important;
    line-height: 60px !important;
  }

  .page__header.home__header .content .inner h1 {
    font-size: 50px !important;
  }
}

[data-header-content-align="center"] {
  text-align: center;
}

[data-header-content-align="center"] .content .inner {
  margin: 0 auto;
}

[data-header-content-align="right"] {
  text-align: right;
}

[data-header-content-align="right"] .content .inner {
  margin: 0 0 0 auto;
}

[data-header-vertical-align="top"] .content {
  vertical-align: top;
}

[data-header-vertical-align="middle"] .content {
  vertical-align: middle;
}

[data-header-vertical-align="bottom"] .content {
  vertical-align: bottom;
}

.page__header .content .breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}

.page__header .content .breadcrumbs li {
  display: inline-block;
}

.page__header .content .breadcrumbs li,
.page__header .content .breadcrumbs li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.page__header .content .breadcrumbs li:last-child a {
  opacity: 1;
  pointer-events: none;
}
.page__header .content .breadcrumbs li:not(:first-child) a {
  margin-left: 3px;
}
.page__header .content .breadcrumbs li:before {
  content: "/";
  font-size: 14px;
  vertical-align: middle;
}

.page__header .content .breadcrumbs li:first-child:before {
  content: none;
  margin: 0;
}

.content-light .content h1,
.content-light .content p,
.content-light .content .breadcrumbs li a,
.content-light .content .breadcrumbs li,
.content-light .content .breadcrumbs li a:hover {
  color: #fff !important;
}

.content-light .content .breadcrumbs li:before {
  color: #fff !important;
}

.page-header {
  position: relative;
  display: table;
  z-index: 1;
  background-position: center;
}

.page-header.page__header .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top:135px;
}

.page-header__img {
  position: absolute;
  top: -65px;
  right: -85px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  overflow: hidden;
  border-top-right-radius: 0;
}

.page-header__img img {
  height: 100% !important;
  width: 100%;
}

.page-header__img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 8;
}

.page-header__inner {
  position: relative;
  display: block;
}

.page-header__inner h2 {
  color: #ffffff;
  font-size: 80px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.page-header__inner .thm-breadcrumb {
  position: relative;
  display: block;
}

.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb li span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  top: 2px;
}

.page-header__inner .thm-breadcrumb li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}


.page__header .content .inner p {
  font-size: 20px;
  text-align: center;
}


/*---------------------------------------
Back to top
---------------------------------------*/

.back__top {
  position: fixed;
  border: 2px solid;
  bottom: 20px;
  right: 15px;
  height: 50px;
  width: 50px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.5) translateY(50px);
  transform: scale(0.5) translateY(50px);
  -webkit-transform: scale(0.5) translateY(50px);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .nav__modern .back__top {
    bottom: 70px;
    right: 24px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back__top i {
  font-size: 18px;
  line-height: 36px;
}

.back__top i:before {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 800;
}
.back__top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 90%);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 90%);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.back__top:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.back__top.visible {
  opacity: 1;
  pointer-events: auto;
  border: 0px;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
}

.back__top.visible:focus {
  color: #ffffff00;
}

/*---------------------------------------
Contact Form
---------------------------------------*/

.wpcf7 {
  position: relative;
}

.wpcf7 input,
.wpcf7 select {
  outline: none;
  margin-bottom: 15px !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  background-color: #fff;
  color: #878c8f;
  width: 100%;
  font-weight: 500;
  border: 1px solid #ececec;
  border-radius: 5px;
  height: 43px;
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.wpcf7 textarea {
  outline: none;
  height: 130px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: blue;
}

.wpcf7 label {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: normal;
}

.wpcf7 p {
  margin-bottom: 0;
}

span.wpcf7-list-item {
  margin-right: 15px;
  font-size: 15px;
  margin-left: 0 !important;
}

.input-half {
  width: 49% !important;
  display: inline-block;
}

.input-half.first {
  margin-right: 1%;
}

.input-half.last {
  margin-right: 0;
  margin-left: 1% !important;
}

@media (max-width: 767px) {
  .input-half {
    width: 100% !important;
  }
  .input-half.first {
    margin-right: 0 !important;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .input-half.last {
    margin-left: 0px !important;
  }
}

input[type="radio"],
input[type="checkbox"] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -4px 4px 0 0;
  outline: none !important;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: 0.05s border-color ease-in-out;
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  content: "\4e";
  position: absolute;
  font-size: 12px;
  left: -1px;
  top: 10px;
  color: #fff;
  font-family: ElegantIcons;
  height: 20px;
  width: 20px;
  font-weight: 700;
}

.border__enabled header {
  margin-top: 10px;
}

.border__enabled footer {
  margin-bottom: 10px;
}

.btn-submit {
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .border__enabled header,
  .border__enabled footer {
    margin: 0;
  }
}
input.subscribe-input {
  background: #fff;
  height: 56px !important;
  line-height: 56px !important;
  margin-bottom: 8px !important;
}
input.subscribe-btn {
  top: 9px;
  right: 4px;
  height: 48px;
  font-weight: 600;
  position: absolute;
  background: #efa286 !important;
  margin-bottom: 0 !important;
}
.subscribe-form .ajax-loader {
  position: absolute;
  right: 0;
}
.subscribe-form p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

span.wpcf7-not-valid-tip {
  position: relative;
  width: 100%;
  top: -10px;
  color: #efa286;
  font-size: 13px;
  font-weight: normal;
  display: block;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output {
  border: none;
  font-size: 13px;
  color: #999;
  margin: 0;
}
.btn-cost-estimate {
  width: 100%;
  font-size: 13px;
  line-height: 1;
  padding: 20px 40px !important;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
}
.cost-estimate-text {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  color: #999;
}

/*---------------------------------------
404 Page
---------------------------------------*/

.section__404 {
  padding: 100px 0;
}

.heading__404 {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.icon__404 {
  text-align: center;
}
.icon__404 svg {
  width: 400px;
  height: auto;
}

.text__404 {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .section__404 {
    text-align: center;
  }
  .icon__404 svg {
    width: 200px;
    margin-bottom: 50px;
  }
  .heading__404 {
    font-size: 65px;
    margin-bottom: 15px;
  }
  .text__404 {
    font-size: 16px;
  }
}

/*---------------------------------------
Privacy Bar and Consent
---------------------------------------*/

.comment-form-cookies-consent input {
  height: 20px !important;
  width: 20px !important;
  min-width: 15px;
  margin-right: 10px;
}

.comment-form-cookies-consent input:before {
  content: "\4e";
  position: absolute;
  font-size: 14px;
  left: -1px !important;
  top: 10px !important;
  color: #fff;
  font-family: ElegantIcons;
  height: 15px;
  width: 15px;
}

.privacy__bar {
  width: 100%;
  display: block;
  float: left;
  position: fixed;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  transition: opacity ease 0.3s;
  transform: translateY(100%);
}

.privacy__bar a {
  text-decoration: underline;
  color: #333;
}

.privacy__bar.in-action {
  opacity: 1;
  transform: translateY(0);
}

.privacy__wrap {
  padding: 10px;
  background: #fff;
  float: left;
  width: 100%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.08) 1px 2px 12px 0px;
}

.privacy__text {
  font-size: 15px;
  color: #888;
  display: inline-block;
}

.privacy__button {
  display: inline-block;
  margin-left: 10px;
}

.privacy__button .privacy__agree {
  background: none;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: blue;
  font-weight: 600;
}

.privacy__popup .modal-dismiss {
  background: none;
  border: none;
  position: absolute;
  font-size: 25px;
  font-weight: 700;
  right: 10px;
  top: 10px;
  z-index: 99;
}

.privacy__popup .privacy__agree {
  background: none;
  border: none;
  font-weight: 700;
  box-shadow: none !important;
  outline: none;
  color: #fff !important;
  text-decoration: underline;
}

.privacy__placeholder {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
}

.privacy__popup {
  position: relative;
  border-radius: 5px;
  min-height: 200px;
  width: auto;
  max-width: 450px;
  margin: 20px auto;
  color: #fff;
}

.privacy__image {
  width: 100%;
}

.privacy__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  max-width: 450px;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
}

.privacy__icon {
  font-size: 35px;
  display: block;
  margin-bottom: 20px;
}

.privacy__frame button {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.map__privacy {
  width: 100%;
}

.instagram__privacy {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px;
}

.instagram__privacy .privacy__frame {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  color: #fff;
  max-width: 450px;
  text-align: center;
  transform: none;
}

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
  height: 0 !important;
}

div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content {
  background: transparent !important;
}

div.pp_default .pp_close {
  background: url(../images/icons/pp-close.svg) !important;
  background-size: 20px !important;
  height: 20px !important;
  width: 20px !important;
  top: 10px !important;
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
  background: url(../images/icons/pp-play.svg) !important;
  background-size: 20px !important;
  margin: 4px 4px 0 0 !important;
}

div.pp_default a.pp_arrow_previous {
  transform: rotate(180deg);
}

div.pp_default .pp_nav .pp_play {
  background: url(../images/icons/pp-play.svg) !important;
  background-size: 30px !important;
}

div.pp_default .pp_nav .pp_pause {
  background: url(../images/icons/pp-pause.svg) !important;
  background-size: 30px !important;
  background-repeat: no-repeat;
}

div.pp_default .pp_description {
  color: #fff;
}

div.pp_overlay {
  z-index: 9999 !important;
}

[data-display-type="inline"] {
  display: inline-block;
}
/*bookly*/
.bookly-form input[type="text"], 
.bookly-form input[type="number"], 
.bookly-form input[type="password"], 
.bookly-form select{
height:50px !important;
}
.bookly-form .bookly-btn {
    min-height: 50px;
}
.bookly-btn, .bookly-btn > span {
    color: #fff !important;
    font-size: 17px !important;
    line-height: 17px !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
}
.cta-two-icon-two img {
    width: 100%;
}