/*
Theme Name: Travil
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Travel & Tour Booking WordPress Theme
Version: 1.0.0
*/
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body,
  html {
    height: 100%;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  html, body, div, span, img,
  ol, ul, li, a, p, h1, h2, h3,
  h4, h5, h6, option, legend, label,
  table, th, td, tr, article, aside,
  caption, figure, footer, header, hgroup,
  mark, nav, section, time, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
  }
  
  img {
    max-width: 100%;
  }
  
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none !important;
    border: 0;
  }
  
  input:focus {
    outline: none;
  }
  
  input::-moz-focus-inner {
    border: 0;
    display: none;
  }
  
  input::-webkit-focus-inner {
    border: 0;
    display: none;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px rgba(119, 255, 210, 0.788) inset !important;
  }
  
  input:focus, textarea:focus, select:focus {
    outline: none;
  }
  
  ::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
    /* Firefox */
  }
  
  :-ms-input-placeholder {
    color: #666;
    opacity: 1;
    /* Firefox */
  }
  
  ::-ms-input-placeholder {
    color: #666;
    opacity: 1;
    /* Firefox */
  }
  
  ::placeholder {
    color: #666;
    opacity: 1;
    /* Firefox */
  }
  
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
  }
  
  ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666;
  }
  
  table {
    border-collapse: collapse;
  }
  
  html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  ul, li {
    margin: 0;
    padding: 0;
  }
  
  figure {
    margin: 0px;
  }
  
  form {
    position: relative;
  }
  
  .form-control:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
  
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-size: inherit;
    color: inherit;
  }
  
  h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
    font-size: inherit;
    color: inherit;
  }
  
  hr {
    margin: 0;
    padding: 0;
    border-color: #000;
  }
  
  ul {
    list-style-type: none;
  }
  
  li {
    list-style: none;
    position: relative;
  }
  
  a,
  button {
    position: relative;
  }
  
  a:hover, a:focus,
  button:hover,
  button:focus {
    outline: 0;
    text-decoration: none;
  }
  
 button {
    border: 0px;
  }
  
  header ul {
    list-style: none;
  }
  
  /* ------------------------------------------------------------------
      Template All Variables Defined - Value Change with Your's Need
   -------------------------------------------------------------------- */
  :root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme-color:#4D40CA;
    --theme-color-2:#FB5B32;
    --header:#151415;
    --base:#4D40CA;
    --text:#455151;
    --border:#E6EFFF;
    --ratting:#F8BC26;
    --bg:#EFEEFA;
    ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  }
  
  .mx-auto {
    margin: 0 auto;
  }
  
  .align-center {
    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;
  }
  
  .align-center:before, .align-center:after {
    content: none;
  }
  
  .align-center-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .align-center-h:before, .align-center-h:after {
    content: none;
  }
  
  .align-center-v {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .align-center-v:before, .align-center-v:after {
    content: none;
  }
  
  .align-center-v-b {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .align-center-v-b:before, .align-center-v-b:after {
    content: none;
  }
  
  .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .justify-content-center:before, .justify-content-center:after {
    content: none;
  }
  
  .eq-height {
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .eq-height:before, .eq-height:after {
    content: none;
  }
  
  /* ----------------------------------
      Template Helps Classes - Styles
   ------------------------------------ */
  .text-white h1,
  .text-white h2,
  .text-white h3,
  .text-white h4,
  .text-white h5,
  .text-white h6,
  .text-white p,
  .text-white span,
  .text-white a {
    color: #fff !important;
  }
  
  .mlm-30 {
    margin-left: -30px;
  }
  
  /* padding left */
  .pl-5 {
    padding-left: 5px;
  }
  
  .pl-10 {
    padding-left: 10px;
  }
  
  .pl-15 {
    padding-left: 15px;
  }
  
  .pl-20 {
    padding-left: 20px;
  }
  
  .pl-25 {
    padding-left: 25px;
  }
  
  .pl-30 {
    padding-left: 30px;
  }
  
  .pl-35 {
    padding-left: 35px;
  }
  
  .pl-40 {
    padding-left: 40px;
  }
  
  .pl-45 {
    padding-left: 45px;
  }
  
  .pl-50 {
    padding-left: 50px;
  }
  
  .pl-60 {
    padding-left: 60px;
  }
  
  .pl-65 {
    padding-left: 65px;
  }
  
  .pl-70 {
    padding-left: 70px;
  }
  
  .pl-75 {
    padding-left: 75px;
  }
  
  .pl-80 {
    padding-left: 80px;
  }
  
  .pl-90 {
    padding-left: 90px;
  }
  
  .pl-100 {
    padding-left: 100px;
  }
  
  .pl-110 {
    padding-left: 110px;
  }
  
  .pl-115 {
    padding-left: 115px;
  }
  
  .pl-120 {
    padding-left: 120px;
  }
  
  .pl-125 {
    padding-left: 125px;
  }
  
  .pl-130 {
    padding-left: 130px;
  }
  
  .pl-140 {
    padding-left: 140px;
  }
  
  .pl-150 {
    padding-left: 150px;
  }
  
  /* padding right */
  .pr-5 {
    padding-right: 5px;
  }
  
  .pr-5i {
    padding-right: 5px !important;
  }
  
  @media (max-width: 767px) {
    .pr-5i {
      padding-right: 15px !important;
    }
  }
  
  .pr-10 {
    padding-right: 10px;
  }
  
  .pr-15 {
    padding-right: 15px;
  }
  
  .pr-20 {
    padding-right: 20px;
  }
  
  .pr-25 {
    padding-right: 25px;
  }
  
  .pr-30 {
    padding-right: 30px;
  }
  
  .pr-35 {
    padding-right: 35px;
  }
  
  .pr-40 {
    padding-right: 40px;
  }
  
  .pr-45 {
    padding-right: 45px;
  }
  
  .pr-50 {
    padding-right: 50px;
  }
  
  .pr-60 {
    padding-right: 60px;
  }
  
  .pr-70 {
    padding-right: 70px;
  }
  
  .pr-75 {
    padding-right: 75px;
  }
  
  .pr-80 {
    padding-right: 80px;
  }
  
  .pr-90 {
    padding-right: 90px;
  }
  
  .pr-100 {
    padding-right: 100px;
  }
  
  .pr-110 {
    padding-right: 110px;
  }
  
  .pr-115 {
    padding-right: 115px;
  }
  
  .pr-120 {
    padding-right: 120px;
  }
  
  .pr-125 {
    padding-right: 125px;
  }
  
  .pr-130 {
    padding-right: 130px;
  }
  
  .pr-140 {
    padding-right: 140px;
  }
  
  .pr-150 {
    padding-right: 150px;
  }
  
  /* padding top */
  .pt-5 {
    padding-top: 5px;
  }
  
  .pt-10 {
    padding-top: 10px;
  }
  
  .pt-15 {
    padding-top: 15px;
  }
  
  .pt-20 {
    padding-top: 20px;
  }
  
  .pt-25 {
    padding-top: 25px;
  }
  
  .pt-30 {
    padding-top: 30px;
  }
  
  .pt-35 {
    padding-top: 35px;
  }
  
  .pt-40 {
    padding-top: 40px;
  }
  
  .pt-45 {
    padding-top: 45px;
  }
  
  .pt-50 {
    padding-top: 50px;
  }
  
  .pt-60 {
    padding-top: 60px;
  }
  
  .pt-65 {
    padding-top: 65px;
  }
  
  .pt-70 {
    padding-top: 70px;
  }
  
  .pt-75 {
    padding-top: 75px;
  }
  
  .pt-80 {
    padding-top: 80px;
  }
  
  .pt-90 {
    padding-top: 90px;
  }
  
  .pt-100 {
    padding-top: 100px;
  }
  
  .pt-110 {
    padding-top: 110px;
  }
  
  .pt-115 {
    padding-top: 115px;
  }
  
  .pt-120 {
    padding-top: 120px;
  }
  
  .pt-125 {
    padding-top: 125px;
  }
  
  .pt-130 {
    padding-top: 130px;
  }
  
  .pt-140 {
    padding-top: 140px;
  }
  
  .pt-150 {
    padding-top: 150px;
  }
  
  /* padding bottom */
  .pb-5 {
    padding-bottom: 5px;
  }
  
  .pb-10 {
    padding-bottom: 10px;
  }
  
  .pb-15 {
    padding-bottom: 15px;
  }
  
  .pb-20 {
    padding-bottom: 20px;
  }
  
  .pb-25 {
    padding-bottom: 25px;
  }
  
  .pb-30 {
    padding-bottom: 30px;
  }
  
  .pb-35 {
    padding-bottom: 35px;
  }
  
  .pb-40 {
    padding-bottom: 40px;
  }
  
  .pb-45 {
    padding-bottom: 45px;
  }
  
  .pb-50 {
    padding-bottom: 50px;
  }
  
  .pb-60 {
    padding-bottom: 60px;
  }
  
  .pb-65 {
    padding-bottom: 65px;
  }
  
  .pb-70 {
    padding-bottom: 70px;
  }
  
  .pb-75 {
    padding-bottom: 75px;
  }
  
  .pb-80 {
    padding-bottom: 80px;
  }
  
  .pb-90 {
    padding-bottom: 90px;
  }
  
  .pb-100 {
    padding-bottom: 100px;
  }
  
  .pb-110 {
    padding-bottom: 110px;
  }
  
  .pb-115 {
    padding-bottom: 115px;
  }
  
  .pb-120 {
    padding-bottom: 120px;
  }
  
  .pb-125 {
    padding-bottom: 125px;
  }
  
  .pb-130 {
    padding-bottom: 130px;
  }
  
  .pb-140 {
    padding-bottom: 140px;
  }
  
  .pb-150 {
    padding-bottom: 150px;
  }
  
  /* margin left */
  .ml-5 {
    margin-left: 5px;
  }
  
  .ml-10 {
    margin-left: 10px;
  }
  
  .ml-15 {
    margin-left: 15px;
  }
  
  .ml-20 {
    margin-left: 20px;
  }
  
  .ml-25 {
    margin-left: 25px;
  }
  
  .ml-30 {
    margin-left: 30px;
  }
  
  .ml-35 {
    margin-left: 35px;
  }
  
  .ml-40 {
    margin-left: 40px;
  }
  
  .ml-45 {
    margin-left: 45px;
  }
  
  .ml-50 {
    margin-left: 50px;
  }
  
  .ml-60 {
    margin-left: 60px;
  }
  
  .ml-70 {
    margin-left: 70px;
  }
  
  .ml-75 {
    margin-left: 75px;
  }
  
  .ml-80 {
    margin-left: 80px;
  }
  
  .ml-90 {
    margin-left: 90px;
  }
  
  .ml-100 {
    margin-left: 100px;
  }
  
  .ml-110 {
    margin-left: 110px;
  }
  
  .ml-115 {
    margin-left: 115px;
  }
  
  .ml-120 {
    margin-left: 120px;
  }
  
  .ml-125 {
    margin-left: 125px;
  }
  
  .ml-130 {
    margin-left: 130px;
  }
  
  .ml-140 {
    margin-left: 140px;
  }
  
  .ml-150 {
    margin-left: 150px;
  }
  
  /* margin right */
  .mr-5 {
    margin-right: 5px;
  }
  
  .mr-10 {
    margin-right: 10px;
  }
  
  .mr-15 {
    margin-right: 15px;
  }
  
  .mr-20 {
    margin-right: 20px;
  }
  
  .mr-25 {
    margin-right: 25px;
  }
  
  .mr-30 {
    margin-right: 30px;
  }
  
  .mr-35 {
    margin-right: 35px;
  }
  
  .mr-40 {
    margin-right: 40px;
  }
  
  .mr-45 {
    margin-right: 45px;
  }
  
  .mr-50 {
    margin-right: 50px;
  }
  
  .mr-60 {
    margin-right: 60px;
  }
  
  .mr-70 {
    margin-right: 70px;
  }
  
  .mr-75 {
    margin-right: 75px;
  }
  
  .mr-80 {
    margin-right: 80px;
  }
  
  .mr-90 {
    margin-right: 90px;
  }
  
  .mr-100 {
    margin-right: 100px;
  }
  
  .mr-110 {
    margin-right: 110px;
  }
  
  .mr-115 {
    margin-right: 115px;
  }
  
  .mr-120 {
    margin-right: 120px;
  }
  
  .mr-125 {
    margin-right: 125px;
  }
  
  .mr-130 {
    margin-right: 130px;
  }
  
  .mr-140 {
    margin-right: 140px;
  }
  
  .mr-150 {
    margin-right: 150px;
  }
  
  /* margin top */
  .mt-5 {
    margin-top: 5px;
  }
  
  .mt-10 {
    margin-top: 10px;
  }
  
  .mt-15 {
    margin-top: 15px;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  
  .mt-25 {
    margin-top: 25px;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .mt-35 {
    margin-top: 35px;
  }
  
  .mt-40 {
    margin-top: 40px;
  }
  
  .mt-45 {
    margin-top: 45px;
  }
  
  .mt-50 {
    margin-top: 50px;
  }
  
  .mt-60 {
    margin-top: 60px;
  }
  
  .mt-70 {
    margin-top: 70px;
  }
  
  .mt-75 {
    margin-top: 75px;
  }
  
  .mt-80 {
    margin-top: 80px;
  }
  
  .mt-90 {
    margin-top: 90px;
  }
  
  .mt-100 {
    margin-top: 100px;
  }
  
  .mt-110 {
    margin-top: 110px;
  }
  
  .mt-115 {
    margin-top: 115px;
  }
  
  .mt-120 {
    margin-top: 120px;
  }
  
  .mt-125 {
    margin-top: 125px;
  }
  
  .mt-130 {
    margin-top: 130px;
  }
  
  .mt-140 {
    margin-top: 140px;
  }
  
  .mt-150 {
    margin-top: 150px;
  }
  
  /* margin bottom */
  .mb-5 {
    margin-bottom: 5px;
  }
  
  .mb-10 {
    margin-bottom: 10px;
  }
  
  .mb-15 {
    margin-bottom: 15px;
  }
  
  .mb-20 {
    margin-bottom: 20px;
  }
  
  .mb-25 {
    margin-bottom: 25px;
  }
  
  .mb-30 {
    margin-bottom: 30px;
  }
  
  .mb-35 {
    margin-bottom: 35px;
  }
  
  .mb-40 {
    margin-bottom: 40px;
  }
  
  .mb-45 {
    margin-bottom: 45px;
  }
  
  .mb-50 {
    margin-bottom: 50px;
  }
  
  .mb-55 {
    margin-bottom: 55px;
  }
  
  .mb-60 {
    margin-bottom: 60px;
  }
  
  .mb-70 {
    margin-bottom: 70px;
  }
  
  .mb-75 {
    margin-bottom: 75px;
  }
  
  .mb-80 {
    margin-bottom: 80px;
  }
  
  .mb-90 {
    margin-bottom: 90px;
  }
  
  .mb-100 {
    margin-bottom: 100px;
  }
  
  .mb-110 {
    margin-bottom: 110px;
  }
  
  .mb-115 {
    margin-bottom: 115px;
  }
  
  .mb-120 {
    margin-bottom: 120px;
  }
  
  .mb-125 {
    margin-bottom: 125px;
  }
  
  .mb-130 {
    margin-bottom: 130px;
  }
  
  .mb-140 {
    margin-bottom: 140px;
  }
  
  .mb-150 {
    margin-bottom: 150px;
  }
  
  .mmb10 {
    margin-bottom: -10px;
  }
  
  /* background */
  .bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
  }
  
  .bg-center {
    background-position: center;
  }
  
  .bg-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
  }
  
  .bg-right {
    background-repeat: no-repeat;
    background-position: right;
  }
  
  .bg-left {
    background-repeat: no-repeat;
    background-position: left;
  }
  
  .bg-bottom {
    background-repeat: no-repeat;
    background-position: bottom;
  }
  
  .bg-top {
    background-repeat: no-repeat;
    background-position: top;
  }
  
  .bg-100 {
    background-size: 100% 100%;
  }
  
  .mmb-100 {
    margin-bottom: -100px;
  }
  
  .mmb-80 {
    margin-bottom: -80px;
  }
  
  .lr-9 {
    margin-left: -9px;
    margin-right: -9px;
  }
  
  .lr-9 [class*="col"] {
    padding-left: 9px;
    padding-right: 9px;
  }
  
  .bg-overlay {
    position: relative;
    z-index: 1;
  }
  
  .bg-overlay::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    background-color: var(--theme-color);
    z-index: -1;
  }
  
  .fix {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .navbar-brand {
    padding: 0;
    margin-right: 0;
  }
  
  .scroll-up {
    position: fixed;
    background: #00baa3;
    border-radius: 50%;
    bottom: 0px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 44px;
    right: 20px;
    text-align: center;
    width: 40px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
            box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 990;
  }
  
  .scroll-up i {
    color: #fff;
  }
  
  .scroll-up:hover {
    background-color: #f86048;
    color: #fff;
  }
  
  .scroll-up.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
  }
  
  @media only screen and (max-width: 991px) {
    .scroll-up {
      font-size: 15px;
      height: 30px;
      line-height: 32px;
      right: 30px;
      width: 30px;
    }
  }
  
  button {
    border: none;
  }
  
  section {
    position: relative;
    z-index: 1;
  }
  
  section.pt-235 {
    padding-top: 225px;
  }
  
  @-webkit-keyframes sticky {
    0% {
      opacity: 0;
      margin-top: -120px;
    }
    50% {
      opacity: 0;
      margin-top: -60px;
    }
    100% {
      opacity: 1;
      margin-top: 0;
    }
  }
  
  @keyframes sticky {
    0% {
      opacity: 0;
      margin-top: -120px;
    }
    50% {
      opacity: 0;
      margin-top: -60px;
    }
    100% {
      opacity: 1;
      margin-top: 0;
    }
  }
  
  .equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .equal > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  @media (max-width: 414px) {
    .d-none-mobile {
      display: none !important;
    }
  }
  
  .overlay {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 40%;
    opacity: 0;
    visibility: hidden;
  }
  
  .overlay.active {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    z-index: 99;
    opacity: .5;
    visibility: visible;
  }
  
  @-webkit-keyframes left-to-right {
    0% {
      background-position: left center;
    }
    100% {
      background-position: right center;
    }
  }
  
  @keyframes left-to-right {
    0% {
      background-position: left center;
    }
    100% {
      background-position: right center;
    }
  }
  
  @-webkit-keyframes right-to-left {
    0% {
      background-position: right center;
    }
    100% {
      background-position: left center;
    }
  }
  
  @keyframes right-to-left {
    0% {
      background-position: right center;
    }
    100% {
      background-position: left center;
    }
  }
  
  @-webkit-keyframes left-to-center {
    0% {
      background-position: left center;
    }
    100% {
      background-position: center center;
    }
  }
  
  @keyframes left-to-center {
    0% {
      background-position: left center;
    }
    100% {
      background-position: center center;
    }
  }
  
  @-webkit-keyframes right-to-center {
    0% {
      background-position: right center;
    }
    100% {
      background-position: center center;
    }
  }
  
  @keyframes right-to-center {
    0% {
      background-position: right center;
    }
    100% {
      background-position: center center;
    }
  }
  
  @-webkit-keyframes top-to-bottom {
    0% {
      background-position: center top;
    }
    100% {
      background-position: center bottom;
    }
  }
  
  @keyframes top-to-bottom {
    0% {
      background-position: center top;
    }
    100% {
      background-position: center bottom;
    }
  }
  
  @-webkit-keyframes top-to-center {
    0% {
      background-position: center top;
    }
    100% {
      background-position: center center;
    }
  }
  
  @keyframes top-to-center {
    0% {
      background-position: center top;
    }
    100% {
      background-position: center center;
    }
  }
  
  @-webkit-keyframes bottom-to-top {
    0% {
      background-position: center bottom;
    }
    100% {
      background-position: center top;
    }
  }
  
  @keyframes bottom-to-top {
    0% {
      background-position: center bottom;
    }
    100% {
      background-position: center top;
    }
  }
  
  @-webkit-keyframes bottom-to-center {
    0% {
      background-position: center bottom;
    }
    100% {
      background-position: center center;
    }
  }
  
  @keyframes bottom-to-center {
    0% {
      background-position: center bottom;
    }
    100% {
      background-position: center center;
    }
  }
  
  @-webkit-keyframes top-left-to-bottom-right {
    0% {
      background-position: left top;
    }
    100% {
      background-position: right bottom;
    }
  }
  
  @keyframes top-left-to-bottom-right {
    0% {
      background-position: left top;
    }
    100% {
      background-position: right bottom;
    }
  }
  
  @-webkit-keyframes top-left-to-center {
    0% {
      background-position: left top;
    }
    100% {
      background-position: center center;
    }
  }
  
  @keyframes top-left-to-center {
    0% {
      background-position: left top;
    }
    100% {
      background-position: center center;
    }
  }
  
  @-webkit-keyframes top-right-to-bottom-left {
    0% {
      background-position: right top;
    }
    100% {
      background-position: left bottom;
    }
  }
  
  @keyframes top-right-to-bottom-left {
    0% {
      background-position: right top;
    }
    100% {
      background-position: left bottom;
    }
  }
  
  @-webkit-keyframes top-right-to-center {
    0% {
      background-position: right top;
    }
    100% {
      background-position: center center;
    }
  }
  
  @keyframes top-right-to-center {
    0% {
      background-position: right top;
    }
    100% {
      background-position: center center;
    }
  }
  
  @-webkit-keyframes bottom-left-to-top-right {
    0% {
      background-position: left bottom;
    }
    100% {
      background-position: right top;
    }
  }
  
  @keyframes bottom-left-to-top-right {
    0% {
      background-position: left bottom;
    }
    100% {
      background-position: right top;
    }
  }
  
  @-webkit-keyframes bottom-left-to-center {
    0% {
      background-position: left bottom;
    }
    100% {
      background-position: center center;
    }
  }
  
  @keyframes bottom-left-to-center {
    0% {
      background-position: left bottom;
    }
    100% {
      background-position: center center;
    }
  }
  
  @-webkit-keyframes bottom-right-to-top-left {
    0% {
      background-position: right bottom;
    }
    100% {
      background-position: left top;
    }
  }
  
  @keyframes bottom-right-to-top-left {
    0% {
      background-position: right bottom;
    }
    100% {
      background-position: left top;
    }
  }
  
  @-webkit-keyframes bottom-right-to-center {
    0% {
      background-position: right bottom;
    }
    100% {
      background-position: center center;
    }
  }
  
  @keyframes bottom-right-to-center {
    0% {
      background-position: right bottom;
    }
    100% {
      background-position: center center;
    }
  }
  
  @-webkit-keyframes zoomIn {
    0% {
      background-position: right center;
    }
    100% {
      background-position: left center;
    }
  }
  
  @keyframes zoomIn {
    0% {
      background-position: right center;
    }
    100% {
      background-position: left center;
    }
  }
  
  .animation_left-to-right {
    background-position: left center;
  }
  
  .active .animation_left-to-right {
    -webkit-animation: left-to-right 5s ease 0s 1 normal forwards running;
            animation: left-to-right 5s ease 0s 1 normal forwards running;
  }
  
  .animation_right-to-left {
    background-position: right center;
  }
  
  .active .animation_right-to-left {
    -webkit-animation: right-to-left 5s ease 0s 1 normal forwards running;
            animation: right-to-left 5s ease 0s 1 normal forwards running;
  }
  
  .animation_left-to-center {
    background-position: left center;
  }
  
  .active .animation_left-to-center {
    -webkit-animation: left-to-center 5s ease 0s 1 normal forwards running;
            animation: left-to-center 5s ease 0s 1 normal forwards running;
  }
  
  .animation_right-to-center {
    background-position: right center;
  }
  
  .active .animation_right-to-center {
    -webkit-animation: right-to-center 5s ease 0s 1 normal forwards running;
            animation: right-to-center 5s ease 0s 1 normal forwards running;
  }
  
  .animation_top-to-bottom {
    background-position: center top;
  }
  
  .active .animation_top-to-bottom {
    -webkit-animation: top-to-bottom 5s ease 0s 1 normal forwards running;
            animation: top-to-bottom 5s ease 0s 1 normal forwards running;
  }
  
  .animation_top-to-center {
    background-position: center top;
  }
  
  .active .animation_top-to-center {
    -webkit-animation: top-to-center 5s ease 0s 1 normal forwards running;
            animation: top-to-center 5s ease 0s 1 normal forwards running;
  }
  
  .animation_bottom-to-top {
    background-position: center bottom;
  }
  
  .active .animation_bottom-to-top {
    -webkit-animation: bottom-to-top 5s ease 0s 1 normal forwards running;
            animation: bottom-to-top 5s ease 0s 1 normal forwards running;
  }
  
  .animation_bottom-to-center {
    background-position: center bottom;
  }
  
  .active .animation_bottom-to-center {
    -webkit-animation: bottom-to-center 5s ease 0s 1 normal forwards running;
            animation: bottom-to-center 5s ease 0s 1 normal forwards running;
  }
  
  .animation_top-left-to-bottom-right {
    background-position: left top;
  }
  
  .active .animation_top-left-to-bottom-right {
    -webkit-animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
            animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
  }
  
  .animation_top-left-to-center {
    background-position: left top;
  }
  
  .active .animation_top-left-to-center {
    -webkit-animation: top-left-to-center 5s ease 0s 1 normal forwards running;
            animation: top-left-to-center 5s ease 0s 1 normal forwards running;
  }
  
  .animation_top-right-to-bottom-left {
    background-position: right top;
  }
  
  .active .animation_top-right-to-bottom-left {
    -webkit-animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
            animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
  }
  
  .animation_top-right-to-center {
    background-position: right top;
  }
  
  .active .animation_top-right-to-center {
    -webkit-animation: top-right-to-center 5s ease 0s 1 normal forwards running;
            animation: top-right-to-center 5s ease 0s 1 normal forwards running;
  }
  
  .animation_bottom-left-to-top-right {
    background-position: left bottom;
  }
  
  .active .animation_bottom-left-to-top-right {
    -webkit-animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
            animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
  }
  
  .animation_bottom-left-to-center {
    background-position: left bottom;
  }
  
  .active .animation_bottom-left-to-center {
    -webkit-animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
            animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
  }
  
  .animation_bottom-right-to-top-left {
    background-position: right bottom;
  }
  
  .active .animation_bottom-right-to-top-left {
    -webkit-animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
            animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
  }
  
  .animation_bottom-right-to-center {
    background-position: right bottom;
  }
  
  .active .animation_bottom-right-to-center {
    -webkit-animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
            animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
  }
  
  /* Alignments
  --------------------------------------------- */
  .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
  
  .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
  }
  
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }
  
  nav .breadcrumb {
    list-style: none;
  }
  
  nav .breadcrumb li {
    list-style: none;
  }
  
  @media (min-width: 768px) {
    .no-padding .col-12 {
      padding: 0;
    }
  }
  
  @media (max-width: 767px) {
    .no-padding .col-12 {
      padding: 0px 30px;
    }
  }
  
  .mask-outline {
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
  
  .mask-outline h1 {
    font-size: 200px;
    margin-bottom: 0;
    line-height: 1;
  }
  
  @media (max-width: 991px) {
    .mask-outline h1 {
      font-size: 150px;
    }
  }
  
  @media (max-width: 576px) {
    .mask-outline h1 {
      font-size: 100px;
    }
  }
  
  .mask-outline h2 {
    font-size: 115px;
    margin-bottom: 0;
    line-height: 1;
  }
  
  .mask-outline h3 {
    font-size: 80px;
    margin-bottom: 0;
    line-height: 1;
  }
  
  @media (max-width: 414px) {
    .d-none-mobile {
      display: none !important;
    }
  }
  
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px var(--theme-color);
            box-shadow: inset 0 0 5px var(--theme-color);
    border-radius: 5px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px;
  }
  
  .fix {
    overflow: hidden;
  }
  
  .ralt {
    position: relative;
  }
  
  .ml-100 {
    margin-left: 100px;
  }
  
  .video-pulse::after,
  .video-pulse::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    border: 1px solid var(--white);
    opacity: 0.7;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-name: video-animation;
            animation-name: video-animation;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    z-index: 1;
  }
  
  .video-pulse::before {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  .mt-100 {
    margin-top: 100px;
  }
  
  @media (max-width: 991px) {
    .mt-100 {
      margin-top: 0;
    }
  }
  
  .mt-40 {
    padding-top: 40px;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .mt-60 {
    margin-top: 60px;
  }
  
  .mb-50 {
    margin-bottom: 50px;
  }
  
  .mt-50 {
    margin-top: 50px;
  }
  
  @media (max-width: 575px) {
    br {
      display: none;
    }
  }
  
  .nice-select {
    background-color: whitesmoke;
    font-size: 16px;
    font-weight: 500;
    width: unset;
    outline: none;
    padding: 20px 25px;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  @media (max-width: 575px) {
    .nice-select {
      padding: 15px 20px;
    }
  }
  
  .nice-select span {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 500;
  }
  
  @media (max-width: 991px) {
    .nice-select span {
      font-size: 15px;
    }
  }
  
  @media (max-width: 575px) {
    .nice-select span {
      font-size: 14px;
    }
  }
  
  .nice-select:hover {
    background-color: var(--header);
  }
  
  .nice-select:hover span {
    color: var(--white);
  }
  
  .nice-select:hover::after {
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
  }
  
  .nice-select option {
    color: #7A7A7A;
  }
  
  .nice-select .current {
    margin-right: 12px;
  }
  
  .nice-select:after {
    right: 23px;
    border-bottom: 1px solid var(--header);
    border-right: 1px solid var(--header);
    width: 10px;
    height: 10px;
  }
  
  .nice-select.open .list {
    background: var(--header);
    margin-top: 16px;
    width: 100%;
  }
  
  .nice-select .option.selected.focus {
    background: var(--header);
    outline: none;
    color: var(--white);
  }
  
  .nice-select .option {
    border: 1px solid var(--border);
  }
  
  .nice-select .option:hover {
    background: transparent;
  }
  
  .side_bar {
    position: fixed;
    top: 0;
    right: 0px;
    width: 450px;
    height: 100%;
    background-color: var(--header);
    padding: 40px;
    padding-top: 45px;
    z-index: 999999999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .side_bar .info .icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .side_bar .info .icon__item:not(:last-child) {
    margin-bottom: 30px;
  }
  
  .side_bar .info .icon__item .icon {
    color: var(--theme-color);
    font-size: 32px;
  }
  
  .side_bar .info .icon__item .content p {
    margin-bottom: 5px;
  }
  
  .side_bar .info .icon__item .content h6 {
    font-size: 16px;
    color: var(--white);
  }
  
  .side_bar button {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    background-color: var(--theme-color);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .side_bar button:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  .side_bar p {
    color: var(--white);
  }
  
  .side_bar .gallery-sidebar-wrap .gallery-container {
    position: relative;
    margin-left: -3%;
  }
  
  .side_bar .gallery-sidebar-wrap .gallery-container .thumb {
    width: 30%;
    float: left;
    margin-left: 3%;
    margin-top: 3%;
    position: relative;
  }
  
  .side_bar .gallery-sidebar-wrap .gallery-container .thumb img {
    width: 100%;
    height: 100%;
  }
  
  .side_bar .gallery-sidebar-wrap .gallery-container .thumb .icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  
  .side_bar .gallery-sidebar-wrap .gallery-container .thumb .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    height: 100%;
  }
  
  .side_bar .gallery-sidebar-wrap .gallery-container .thumb .icon i {
    color: var(--white);
    font-size: 22px;
    z-index: 99;
    position: relative;
    margin-top: 28px;
  }
  
  .side_bar .gallery-sidebar-wrap .gallery-container .thumb:hover .icon {
    opacity: 1;
  }
  
  .side_bar .gallery-sidebar-wrap .gallery-container .thumb:hover .icon::after {
    opacity: .55;
  }
  
  .side_bar_hidden {
    visibility: hidden;
    opacity: 0;
    right: -30px;
  }
  
  .nice-select li {
    padding: 0px 20px !important;
    padding-bottom: 5px !important;
  }
  
  select.wpcf7-form-control {
    background: #f5f5f5;
    border: 0px;
    padding: 20px;
    height: 70px;
    border-radius: 10px;
  }
  
  @-webkit-keyframes rippleOne {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
      box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
      box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
  }
  
  @keyframes rippleOne {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
      box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
      box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
  }
  
  @-webkit-keyframes cir36 {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes cir36 {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes rounded {
    50% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
  }
  
  @keyframes rounded {
    50% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
  }
  
  @-webkit-keyframes rounded-2 {
    50% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
    }
  }
  
  @keyframes rounded-2 {
    50% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
    }
  }
  
  @-webkit-keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .animation__rotate {
    -webkit-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
  }
  
  @-webkit-keyframes spinner {
    to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }
  }
  
  @keyframes spinner {
    to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }
  }
  
  @-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
              transform: rotateY(-90deg);
    }
    25%,
    50% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  
  @keyframes letters-loading {
    0%,
    75%,
    100% {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
              transform: rotateY(-90deg);
    }
    25%,
    50% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
  }
  
  @keyframes loaderspin {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  
  @-webkit-keyframes tpswing {
    0% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  
  @keyframes tpswing {
    0% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  
  @keyframes width {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  
  @-webkit-keyframes width {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  
  @-webkit-keyframes loaderspin {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  
  @-webkit-keyframes loaderpulse {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  
  @keyframes loaderpulse {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  
  .float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  @-webkit-keyframes float-bob-y {
    0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  }
  
  @keyframes float-bob-y {
    0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  }
  
  @-webkit-keyframes top-image-bounce {
    0% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
    }
    50% {
      -webkit-transform: translateX(12px);
              transform: translateX(12px);
    }
    100% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
    }
  }
  
  @keyframes top-image-bounce {
    0% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
    }
    50% {
      -webkit-transform: translateX(12px);
              transform: translateX(12px);
    }
    100% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
    }
  }
  
  @-webkit-keyframes top-image-bounce-2 {
    0% {
      -webkit-transform: translatey(-8px);
              transform: translatey(-8px);
    }
    50% {
      -webkit-transform: translatey(12px);
              transform: translatey(12px);
    }
    100% {
      -webkit-transform: translatey(-8px);
              transform: translatey(-8px);
    }
  }
  
  @keyframes top-image-bounce-2 {
    0% {
      -webkit-transform: translatey(-8px);
              transform: translatey(-8px);
    }
    50% {
      -webkit-transform: translatey(12px);
              transform: translatey(12px);
    }
    100% {
      -webkit-transform: translatey(-8px);
              transform: translatey(-8px);
    }
  }
  
  @-webkit-keyframes toggle {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes toggle {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes moveCursor1 {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  
  @keyframes moveCursor1 {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  
  @-webkit-keyframes moveCursor2 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  
  @keyframes moveCursor2 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes criss-cross-left {
    0% {
      left: -20px;
    }
    50% {
      left: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      left: 50%;
      width: 375px;
      height: 375px;
    }
  }
  
  @keyframes criss-cross-left {
    0% {
      left: -20px;
    }
    50% {
      left: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      left: 50%;
      width: 375px;
      height: 375px;
    }
  }
  
  @-webkit-keyframes criss-cross-right {
    0% {
      right: -20px;
    }
    50% {
      right: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      right: 50%;
      width: 375px;
      height: 375px;
    }
  }
  
  @keyframes criss-cross-right {
    0% {
      right: -20px;
    }
    50% {
      right: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      right: 50%;
      width: 375px;
      height: 375px;
    }
  }
  
  @keyframes tpswing {
    0% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  
  @keyframes width {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  
  @-webkit-keyframes width {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  
  @-webkit-keyframes icon-animation {
    from {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
              transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
      -webkit-transform: rotate3d(0, 0, 1, -15deg);
              transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  
  @keyframes icon-animation {
    from {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
              transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
      -webkit-transform: rotate3d(0, 0, 1, -15deg);
              transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  
  @-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
              transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
              transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
              transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
              transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
              transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
              transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
              transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
              transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  
  .float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  @-webkit-keyframes float-bob-y {
    0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  }
  
  @keyframes float-bob-y {
    0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  }
  
  .float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  @-webkit-keyframes float-bob-x {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(30px);
    }
    50% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    100% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
  }
  
  @keyframes float-bob-x {
    0% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
    50% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    100% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
  }
  
  @-webkit-keyframes bounce-x {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @keyframes bounce-x {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  .bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
  }
  
  @-webkit-keyframes scroll3 {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  @keyframes scroll3 {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  @-webkit-keyframes iconTranslateX {
    49% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  @keyframes iconTranslateX {
    49% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  }
  
  @keyframes pulse-border {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  }
  
  @-webkit-keyframes pulse-border-2 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
  }
  
  @keyframes pulse-border-2 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
  }
  
  @-webkit-keyframes zoomBig {
    0% {
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    100% {
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
    }
  }
  
  @keyframes zoomBig {
    0% {
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    100% {
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
    }
  }
  
  @-webkit-keyframes topToBottom {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  
  @keyframes topToBottom {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  
  @-webkit-keyframes leftToRight {
    0% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    50% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  
  @keyframes leftToRight {
    0% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    50% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  
  @-webkit-keyframes rotateleft {
    0% {
      rotate: 0deg;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      rotate: 10deg;
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    100% {
      rotate: 0deg;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  
  @keyframes rotateleft {
    0% {
      rotate: 0deg;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      rotate: 10deg;
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    100% {
      rotate: 0deg;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  
  @-webkit-keyframes rotateleft2 {
    0% {
      rotate: 0deg;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      rotate: -10deg;
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    100% {
      rotate: 0deg;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  
  @keyframes rotateleft2 {
    0% {
      rotate: 0deg;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      rotate: -10deg;
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    100% {
      rotate: 0deg;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  
  /* ----------------------------------
      WordPress Default Style - Start
   ------------------------------------*/
  body {
    word-wrap: break-word;
  }
  
  body ol.wp-block-latest-comments {
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  
  body ol.wp-block-latest-comments li {
    list-style-type: none !important;
    margin-left: 0 !important;
  }
  
  body ul.wp-block-latest-posts {
    list-style-type: none !important;
    margin-left: 0 !important;
  }
  
  body ul.wp-block-latest-posts li {
    list-style-type: none !important;
    margin-left: 0 !important;
  }
  
  .post.sticky {
    border: 1px solid #ddd;
    background-color: #dddddd45;
  }
  
  .post.sticky .post-content {
    padding-top: 10px;
  }
  
  form.search-form span {
    display: none;
  }
  
  form.search-form .search-submit {
    color: #fff;
    background-color: var(--theme-color-2);
    position: absolute;
    height: 100%;
    right: 0px;
    padding: 0px 20px;
  }
  form.search-form .submit-btn {
    color: #fff;
    background-color: var(--theme-color);
    position: absolute;
    height: 100%;
    right: 0px;
    padding: 0px 20px;
    top: 0;
}
  
  .search-form {
    overflow: hidden;
    position: relative;
  }
  
  .search-form label {
    width: 100%;
  }
  
  .search-form .search-field {
    height: 60px;
    line-height: 60px;
    padding-left: 25px;
    position: relative;
    padding-right: 60px;
    background-color: #252a2a12;
    width: 100%;
  }
  
  .main-sidebar .single-sidebar-widget .wid-title h3 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  
  .wp-block-group__inner-container > ul {
    padding-left: 0px;
  }
  
  .widget_block h2 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  
  .widget_block h3 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  
  .widget.widget_block h3 {
    margin-bottom: 20px;
  }
  
  .widget.widget_block h2 {
    margin-bottom: 20px;
  }
  
  .wp-block-group {
    display: block;
    clear: both;
    display: flow-root;
  }
  
  .wp-block-group .wp-block-group__inner-container h2 {
    margin-bottom: 20px;
    position: relative;
  }
  
  .wp-block-search .wp-block-search__label {
    width: 100%;
    display: none;
  }
  
  .wp-block-search .wp-block-search__button {
    border: 0px;
    color: #fff;
    margin-left: 10px;
    word-break: normal;
    background: var(--theme-color);
    text-transform: capitalize;
    font-size: 17px;
    border-radius: 0px;
    padding: 10px 16px;
  }
  
  .wp-block-search input[type="search"].wp-block-search__input {
    background: #f8f8f8;
    font-size: 15px;
    width: 100%;
    border-radius: 0px;
    min-height: 52px;
    height: 52px;
  }
  
  .wp-block-group__inner-container {
    padding: 0px !important;
    padding: 20px;
  }
  
  .byline {
    display: none;
  }
  
  .updated:not(.published) {
    display: none;
  }
  
  .single .byline {
    display: inline;
  }
  
  .group-blog .byline {
    display: inline;
  }
  
  table {
    width: 100%;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #d7d7d7;
    margin: 0 0 20px;
    width: 100%;
    margin-bottom: 30px !important;
  }
  
  table tr {
    border: inherit;
  }
  
  table th {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 8px;
    border-color: #d7d7d7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #d7d7d7;
  }
  
  table th a {
    font-weight: 700;
    color: var(--theme-color);
  }
  
  table td {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 8px;
    border-color: #d7d7d7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #d7d7d7;
  }
  
  table td a {
    font-weight: 700;
    color: var(--theme-color);
    font-weight: 700;
    color: var(--theme-color);
  }
  
  .widget table caption {
    padding-bottom: 0;
    text-align: right;
    padding-bottom: 0;
    padding-top: 10px;
  }
  
  .widget img {
    max-width: 100%;
  }
  
  .widget nav.wp-calendar-nav {
    bottom: 0;
    position: absolute;
  }
  
  .widget select {
    padding: 0 15px;
    width: 100%;
    cursor: pointer;
    border-color: #dddddd;
    outline: none;
    color: var(--header);
    font-size: 17px;
  }
  
  .widget select:focus {
    padding: 0 15px;
    width: 100%;
    cursor: pointer;
    border-color: #dddddd;
    outline: none;
    color: var(--header);
  }
  
  .widget ul li > span.number {
    top: 0;
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    background: var(--theme-color);
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding-top: 12px;
    z-index: 22;
  }
  
  .calendar_wrap {
    position: relative;
  }
  
  .calendar_wrap table {
    width: 100%;
    color: var(--header);
  }
  
  .calendar_wrap tbody td {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
  }
  
  .calendar_wrap tbody th {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
  }
  
  .calendar_wrap tbody td#today a {
    color: #fff;
  }
  
  .calendar_wrap td#today {
    background: #333333;
    color: #fff;
  }
  
  .calendar_wrap tfoot {
    background: #f5f5f5;
  }
  
  .calendar_wrap tfoot td {
    font-size: 15px;
    color: var(--theme-color);
    font-weight: 400;
    padding: 0 15px;
    height: 42px;
  }
  
  .calendar_wrap tfoot td a {
    color: var(--theme-color);
  }
  
  .calendar_wrap tfoot td a:hover {
    color: var(--theme-color-2);
  }
  
  .calendar_wrap tfoot td#prev {
    text-align: left;
  }
  
  .calendar_wrap tfoot td#next {
    text-align: right;
  }
  
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    clear: both;
  }
  
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    clear: both;
  }
  
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  img.attachment-full.size-full {
    width: auto;
  }
  
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    margin-bottom: 1.6em;
    max-width: 100%;
    max-width: 100%;
  }
  
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
  }
  
  .wp-caption-text {
    text-align: center;
    color: var(--theme-color);
    line-height: 1.5;
    padding: 0.5em 0;
    font-size: 16px;
    text-align: center;
  }
  
  .comment-content a {
    word-wrap: break-word;
  }
  
  .comment-content:before {
    content: "";
    display: table;
    table-layout: fixed;
  }
  
  .comment-content:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
  }
  
  .comment-content img {
    max-width: 100%;
  }
  
  .bypostauthor {
    display: block;
    display: block;
  }
  
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
  
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: var(--theme-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  
  #content[tabindex="-1"]:focus {
    outline: 0;
  }
  
  a:not([href]):not([tabindex]) {
    color: #fff;
  }
  
  .clear:before {
    content: "";
    display: table;
    table-layout: fixed;
  }
  
  .clear:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
  }
  
  .entry-content:before {
    content: "";
    display: table;
    table-layout: fixed;
  }
  
  .entry-content:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
  }
  
  .entry-content ul li.blocks-gallery-item {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .entry-content ul li.blocks-gallery-item:before {
    content: '';
  }
  
  .entry-content table th {
    padding: 15px;
  }
  
  .entry-content table td {
    padding: 15px;
  }
  
  .entry-content img {
    max-width: 100%;
  }
  
  .site-header:before {
    content: "";
    display: table;
    table-layout: fixed;
  }
  
  .site-header:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
  }
  
  .site-content:before {
    content: "";
    display: table;
    table-layout: fixed;
  }
  
  .site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
  }
  
  .site-footer:before {
    content: "";
    display: table;
    table-layout: fixed;
  }
  
  .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
  }
  
  .gallery {
    margin-bottom: 1.5em;
  }
  
  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 15px;
    margin: 0;
    width: 100%;
  }
  
  .gallery-item figcaption {
    font-weight: normal;
  }
  
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  
  .gallery-caption {
    display: block;
  }
  
  .wp-block-gallery {
    margin-bottom: 30px;
  }
  
  .wp-block-gallery .blocks-gallery-image figcaption {
    font-weight: 400;
    font-size: .8em;
    font-size: .8em;
    margin-top: 0;
    margin-top: 0;
    font-weight: 400;
  }
  
  .wp-block-gallery .blocks-gallery-item figcaption {
    font-weight: 400;
    font-size: .8em;
    font-size: .8em;
    margin-top: 0;
    margin-top: 0;
    font-weight: 400;
  }
  
  .wp-block-gallery .blocks-gallery-item figure img {
    margin-top: 0;
  }
  
  ul.blocks-gallery-grid {
    margin-left: 0 !important;
  }
  
  ul.blocks-gallery-grid li:before {
    display: none;
  }
  
  .wp-block-button {
    margin-bottom: 15px;
  }
  
  .wp-block-button.is-style-squared a {
    border-radius: 0;
  }
  
  .wp-block-button__link.wp-block-button.is-style-squared a {
    border-radius: 0;
  }
  
  .wp-block-cover-image {
    margin-bottom: 15px;
  }
  
  .wp-block-cover-image .wp-block-subhead:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover-image h1:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover-image h2 {
    font-size: 36px;
  }
  
  .wp-block-cover-image h2:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover-image h3:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover-image h4:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover-image h5:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover-image h6:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover-image p:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover-image strong {
    color: #fff;
  }
  
  .wp-block-cover-image .wp-block-cover-image-text {
    font-size: 36px;
  }
  
  .wp-block-cover-image .wp-block-cover-text {
    font-size: 36px;
  }
  
  .wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container {
    color: #fff;
  }
  
  .wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text {
    color: #fff;
  }
  
  .wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
    color: #fff;
  }
  
  .wp-block-cover {
    margin-bottom: 15px;
  }
  
  .wp-block-cover .wp-block-subhead:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover h1:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover h2 {
    font-size: 36px;
  }
  
  .wp-block-cover h2:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover h3:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover h4:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover h5:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover h6:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover p:not(.has-header-color) {
    color: #fff;
  }
  
  .wp-block-cover strong {
    color: #fff;
  }
  
  .wp-block-cover .wp-block-cover-image-text {
    font-size: 36px;
  }
  
  .wp-block-cover .wp-block-cover-text {
    font-size: 36px;
  }
  
  .wp-block-cover .wp-block-cover-text a {
    font-size: inherit;
  }
  
  .wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container {
    color: #fff;
  }
  
  .wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text {
    color: #fff;
  }
  
  .wp-block-cover:not([class*=background-color]) .wp-block-cover-text {
    color: #fff;
  }
  
  strong {
    color: #202426;
    font-weight: bold;
  }
  
  dt {
    color: #202426;
    font-size: 20px;
    line-height: 32px;
  }
  
  i {
    font-style: italic;
  }
  
  cite {
    font-style: italic;
  }
  
  em {
    font-style: italic;
  }
  
  var {
    font-style: italic;
  }
  
  address {
    font-style: italic;
  }
  
  dfn {
    font-style: italic;
  }
  
  .blocks-gallery-caption {
    margin-top: 20px;
    color: var(--theme-color);
    font-weight: 500;
  }
  
  .wp-block-embed figcaption {
    margin-top: 20px;
    color: var(--theme-color);
    font-weight: 500;
  }
  
  .wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
  }
  
  .wp-block-image figcaption {
    margin-top: 20px;
    color: var(--theme-color);
    font-weight: 500;
  }
  
  .wp-block-image .alignleft {
    margin: inherit;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
  
  figcaption {
    margin-top: 20px;
    color: var(--theme-color);
    font-weight: 500;
    display: block;
  }
  
  img.size-full {
    height: auto;
    max-width: 100%;
  }
  
  img.size-large {
    height: auto;
    max-width: 100%;
  }
  
  img.wp-post-image {
    height: auto;
    max-width: 100%;
  }
  
  .blocks-gallery-grid .blocks-gallery-image figcaption {
    font-size: .8em;
    font-size: .8em;
    margin-top: 0;
    margin-top: 0;
  }
  
  .blocks-gallery-grid .blocks-gallery-item figcaption {
    font-size: .8em;
    font-size: .8em;
    margin-top: 0;
    margin-top: 0;
  }
  
  .wp-block-video video {
    width: 100%;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  ul {
    padding-left: 20px;
  }
  
  ul ul {
    padding-left: 20px;
  }
  
  ul ol {
    padding-left: 20px;
  }
  
  ol {
    padding-left: 20px;
  }
  
  ol ol {
    padding-left: 20px;
  }
  
  ol ul {
    padding-left: 20px;
  }
  
  select {
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #454545;
    vertical-align: middle;
    min-width: 100%;
    border: 1px solid #dddddd;
    outline: 0 !important;
    max-height: calc(12.2em + 18px);
    height: calc(2.2em + 19px);
    padding: 13px 10px 10px;
    -webkit-appearance: none;
    background-size: 12px;
    background-position: calc(100% - 13px) 24px;
    background-repeat: no-repeat;
    max-width: 100%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23dddddd'><polygon points='0,0 100,0 50,50'/></svg>");
    margin-bottom: 15px;
  }
 
  
  input[type="password"] {
    width: 100%;
    display: block;
    color: var(--theme-color);
    height: 67px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
  }
  
  input[type="search"] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: #fff;
    color: var(--theme-color);
    height: 67px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
  }
  
  pre {
    background: #eef3f9;
    padding: 30px;
    border-radius: 5px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 30px;
  }
  
  .entry-summary img {
    max-width: 100%;
  }
  
  form.post-password-form {
    position: relative;
  }
  
  .post-password-form label {
    width: 100%;
    display: block;
  }
  
  .post-password-form input[type="password"] {
    border: 1px solid #eef3f9;
    width: 100%;
    height: 52px;
    padding: 10px 15px;
  }
  
  .post-password-form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 12px 30px;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: var(--theme-color);
    color: #fff;
    background-color: var(--theme-color-2);
    display: inline-block;
    height: 60px;
    padding: 0px 40px;
    color: #fff;
    border-radius: 2px;
    display: block;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .post-password-form input[type='password'] {
    height: 60px;
    line-height: 60px;
    padding-left: 25px;
    position: relative;
    padding-right: 25px;
    background-color: #f7f7f7;
    width: 100% !important;
    border-radius: 2px;
    border: 1px solid rgba(68, 68, 68, 0.2);
    display: block;
    margin-top: 10px;
  }
  
  .format-chat .entry-content p {
    padding: 15px;
    margin-right: 20px;
    background: #eef3f9;
    border-radius: 5px;
  }
  
  .format-chat .entry-content p:nth-child(2n) {
    margin-right: 0;
    margin-left: 24px;
    text-align: right;
  }
  
  article {
    display: block;
  }
  
  aside {
    display: block;
  }
  
  figure {
    display: block;
  }
  
  footer {
    display: block;
  }
  
  footer table th {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 8px;
    border-color: #d7d7d7;
    color: #fff;
  }
  
  footer table td {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 8px;
    border-color: #d7d7d7;
    color: #fff;
  }
  
  footer span.wp-calendar-nav-prev a:hover {
    color: var(--theme-color);
  }
  
  footer span.wp-calendar-nav-next a:hover {
    color: var(--theme-color);
  }
  
  footer .widget ul li > span.number {
    color: #fff;
  }
  
  header {
    display: block;
  }
  
  hgroup {
    display: block;
  }
  
  main {
    display: block;
  }
  
  nav {
    display: block;
  }
  
  section {
    display: block;
  }
  
  .page-links {
    clear: both;
    margin: 1.5em 0;
    margin-top: 20px;
    font-weight: 700;
    clear: both;
  }
  
  .page-links .post-page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background-color: #eee;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 3px;
  }
  
  .page-links a.post-page-numbers {
    background-color: var(--theme-color-2);
    color: #fff;
  }
  
  .page-links a.post-page-numbers:hover {
    background-color: var(--theme-color);
    color: #fff;
  }
  
  .page-links .page-link-label {
    display: inline-block;
    font-weight: 700;
    margin-right: 15px;
  }
  
  .page-links a:visited {
    color: #fff;
  }
  
  .page-links a:focus {
    color: #fff;
  }
  
  .page-links a:hover {
    color: #fff;
    background-color: var(--theme-color);
  }
  
  .page p img {
    margin-bottom: 30px;
  }
  
  blockquote.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
  }
  
  .wp-caption.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
  }
  
  .wp-calendar-table tr td a:hover {
    color: var(--theme-color);
  }
  
  .wp-calendar-table tbody td#today {
    background: var(--theme-color);
    opacity: 1;
    color: #fff;
    border-color: var(--theme-color);
  }
  
  table.wp-calendar-table {
    margin: 0;
  }
  
  .wp-block-archives a, .wp-block-categories a {
    color: var(--theme-color);
  }
  
  .wp-block-archives a:hover, .wp-block-categories a:hover {
    color: var(--theme-color-2);
  }
  
  ul.wp-block-archives.extraclass.wp-block-archives-list li {
    margin-bottom: 15px;
  }
  
  button.wp-block-search__button {
    border: none;
    padding: 0 24px;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  button.wp-block-search__button:hover {
    background-color: var(--theme-color-2);
    color: #fff;
  }
  
  .post-content ul li {
    margin-bottom: 15px;
  }
  
  .post-content ol li {
    margin-bottom: 15px;
  }
  
  ul.wp-block-rss {
    list-style: none;
    padding: 0;
  }
  
  p.has-large-font-size {
    font-size: 36px;
    line-height: 50px;
  }
  
  .gallery.gallery-columns-9 .gallery-item {
    width: calc(100% / 9);
  }
  
  .single-sidebar-widget .widget {
    background-color: #ededed;
    margin-bottom: 40px;
    padding: 40px 30px;
  }
  
  section.widget:last-of-type {
    margin-bottom: 0;
  }
  
  .widget.widget_rss .rss-date {
    margin-bottom: 8px;
    display: block;
    margin-top: 4px;
    color: var(--theme-color);
    font-weight: 500;
    font-size: 16px;
  }
  
  .widget.widget_rss cite {
    margin-top: 10px;
    display: block;
    color: var(--theme-color-2);
  }
  
  .widget.widget_rss ul li {
    border-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }
  
  .widget.widget_rss ul li:last-child {
    margin-bottom: 0;
    border: none;
  }
  
  .comment-text img {
    display: block;
    margin: 10px 0px;
  }
  
  .widget.widget_text img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    margin: 15px 0;
  }
  
  .widget_rss li cite:before {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: var(--theme-color-2);
    content: "";
    position: relative;
    top: -5px;
    margin-right: 10px;
  }
  
  .widget.widget_tag_cloud .tagcloud a {
    background-color: var(--theme-color);
    padding: 12px 26px;
    line-height: 18px;
    font-size: 14px !important;
    text-transform: capitalize;
    margin-right: 5px;
    color: #fff !important;
    display: inline-block;
    clear: both;
    overflow: hidden;
  }
  
  .widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background: var(--theme-color-2);
  }
  
  .widget.widget_archive li:hover .post-count-number {
    color: #fff;
  }
  
  .widget.widget_archive li .number {
    padding: 0px;
  }
  
  .bre-sub span > i {
    font-size: 11px;
    margin: 0 5px;
  }
  
  blockquote {
    padding-left: 30px;
    border-left: 5px solid var(--theme-color);
    margin: 30px 0 30px 0;
  }
  
  blockquote cite {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
  }
  
  .post-contents.entry-content p {
    margin-bottom: 25px;
  }
  
  .blog-post-details .post-navigation .nav-links {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    overflow: hidden;
    clear: both;
    word-break: break-word;
  }
  
  .blog-post-details .post-navigation .nav-links a {
    display: block;
    color: #fff;
    padding: 30px 20px;
    background: var(--theme-color);
    font-size: 18px;
    font-weight: 500;
  }
  
  .blog-post-details .post-navigation .nav-links a:hover {
    background: var(--theme-color-2);
  }
  
  .blog-post-details .post-navigation .nav-next a {
    text-align: right;
  }
  
  form.search-form-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: var(--theme-color);
    width: 60px;
    color: var(--white);
    font-size: 20px;
    line-height: 1;
  }
  
  form.search-form-box input {
    background: #ededed;
    border-radius: 0px;
    color: var(--header);
  }
  
  .comment-form-wrap {
    overflow: hidden;
    width: 100%;
  }
  
  .page-contents p {
    margin-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .page-contents p:last-child {
    margin-bottom: 0;
  }
  
  .page-contents ul {
    list-style-type: revert;
    list-style-type: revert;
  }
  
  .page-contents ul li {
    list-style-type: revert;
  }
  
  tbody {
    border: 1px solid #d7d7d7;
  }
  
  .comment {
    list-style-type: none;
  }
  
  .comment ol {
    list-style-type: decimal;
    margin-bottom: 20px;
  }
  
  .comment ol li {
    list-style-type: decimal;
  }
  
  .page-template-default .blog-wrapper ul {
    margin-bottom: 15px;
  }
  
  .page-template-default ol {
    margin-bottom: 15px;
    list-style-type: decimal;
    margin-bottom: 20px;
  }
  
  .page-template-default ol li {
    list-style-type: decimal;
  }
  
  .page-template-default ul {
    list-style: revert;
  }
  
  .page-template-default ul li {
    list-style: revert;
  }
  
  .comments-item-list {
    list-style: none !important;
    margin-left: 0px !important;
    padding-left: 0px;
  }
  
  .comments-item-list a.comment-reply-link {
    position: absolute;
    right: 0;
    border: 2px solid #eee;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    font-weight: 500;
    top: 0;
  }
  
  .comments-item-list a.comment-reply-link:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
  }
  
  .comments-item-list a.comment-reply-link i {
    margin-right: 5px;
  }
  
  .comments-item-list .single-comment-item .comment-text.comment-text h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  
  .comments-item-list .single-comment-item table {
    margin-top: 20px;
  }
  
  .clearfix:after {
    display: block;
    content: "";
    clear: both;
  }
  
  .tag-share-wrap .post-tags a {
    display: inline-block;
    padding: 6px 13px;
    background: var(--theme-color);
    color: #fff;
    margin-bottom: 4px;
    margin-right: 5px;
    text-transform: capitalize;
  }
  
  .tag-share-wrap .post-tags a:hover {
    background: var(--theme-color-2);
    color: #fff;
  }
  
  dl {
    margin-top: 20px;
  }
  
  .comment-respond {
    margin-top: 30px;
  }
  
  .comment-reply-title small {
    font-size: 60%;
    margin-left: 40px;
  }
  
  input#wp-comment-cookies-consent {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
  }
  
  p.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  
  .blog-wrapper .blog-post-details .post-meta {
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  
  .blog-wrapper .blog-post-details .post-content p {
    margin: 0px;
    margin-bottom: 15px;
    line-height: 1.625;
  }
  
  .blog-wrapper .blocks-gallery-item img {
    margin: 0px !important;
  }
  
  .wp-block-columns blockquote.wp-block-quote {
    padding: 20px !important;
    font-size: 26px !important;
  }
  
  @media screen and (max-width: 992px) {
    .entry-content table th {
      padding: 7px;
    }
    .entry-content table td {
      padding: 7px;
    }
    table td {
      padding: 7px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .blog-post-details .post-navigation .nav-links {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
    }
    .blog-post-details .post-navigation .nav-next a {
      text-align: left;
    }
  }
  
  .admin-bar .mobile-nav.show, .admin-bar header.header-1.sticky {
    top: 32px !important;
  }
  
  @media screen and (max-width: 782px) {
    .admin-bar .mobile-nav.show, .admin-bar header.header-1.sticky {
      top: 46px !important;
    }
  }
  
  .widget_recent_entries ul, .widget_recent_comments ul {
    padding-left: 0;
  }
  
  nav.navigation.comment-navigation {
    margin-top: 25px;
  }
  
  nav.navigation.comment-navigation .nav-links a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color);
  }
  
  .wp-block-latest-comments__comment {
    margin-bottom: 8px !important;
  }
  
  .single-sidebar-widget.widget > ul {
    padding-left: 0px !important;
  }
  
  .page-template-default ul.children {
    list-style: none;
  }
  
  .wp-block-archives label {
    margin-bottom: 10px;
  }
  
  .wp-block-calendar caption {
    padding-top: 10px;
  }
  
  .single-sidebar-widget .menu {
    padding-left: 0px;
  }
  
  time.wp-block-latest-comments__comment-date {
    margin: 6px 0px;
  }
  
  a.wp-block-latest-comments__comment-author {
    text-transform: capitalize;
  }
  
  .category-markup.tag-content-2.tag-css.tag-formatting-2 ol,
  .tag-html.tag-markup-2 ol {
    padding-left: 29px;
  }
  
  .widget_recent_comments ul li span {
    display: block;
  }
  
  .wp-block-latest-comments__comment-author {
    font-size: 18px !important;
    color: var(--header) !important;
    text-transform: capitalize;
  }
  
  .wp-block-latest-comments__comment-author:hover {
    color: var(--theme-color) !important;
  }
  
  span.comment-author-link {
    display: block;
  }
  
  .woocommerce .onsale {
    background: var(--theme-color) !important;
    font-family: "Prompt", sans-serif;
  }
  
  .woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h5, .woocommerce h4 {
    font-weight: 600;
  }
  
  .woocommerce p {
    font-size: 16px;
  }
  
  .woocommerce a.button {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 15px 30px;
    color: var(--theme-color) !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .woocommerce a.button:hover {
    background: var(--theme-color) !important;
    color: #fff !important;
  }
  
  .woocommerce li.product .onsale {
    top: 0;
    border-radius: 50%;
    margin: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
    right: 0 !important;
    left: 0px;
  }
  
  h2.woocommerce-loop-product__title {
    font-size: 22px !important;
    text-transform: capitalize;
    font-weight: 600 !important;
  }
  
  h2.woocommerce-loop-product__title:hover {
    color: var(--theme-color-2);
  }
  
  .related.products {
    padding-top: 30px;
  }
  
  .related.products h2 {
    font-weight: 600;
    margin-bottom: 40px;
  }
  
  .woocommerce-tabs.wc-tabs-wrapper h1, .woocommerce-tabs.wc-tabs-wrapper h2, .woocommerce-tabs.wc-tabs-wrapper h3, .woocommerce-tabs.wc-tabs-wrapper h5, .woocommerce-tabs.wc-tabs-wrapper h4 {
    font-weight: 600;
  }
  
  .single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
  }
  
  .woocommerce div.product form.cart .button, .woocommerce div.product form.cart div.quantity {
    float: none !important;
  }
  
  .woocommerce div.product form.cart .button {
    display: block;
    padding: 20px 50px;
    border-radius: 0;
  }
  
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: var(--theme-color) !important;
    font-weight: 600 !important;
    color: #fff !important;
  }
  
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: var(--theme-color-2) !important;
    color: #fff !important;
  }
  
  button.plus, button.minus {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  button.plus:hover, button.minus:hover {
    color: var(--white);
    background: var(--theme-color);
  }
  
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--theme-color);
    font-size: 22px !important;
  }
  
  form.cart {
    margin-top: 30px;
  }
  
  .woocommerce-product-details__short-description p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  
  body .woocommerce ul.products li.product .onsale {
    left: inherit !important;
    right: inherit !important;
  }
  
  form.checkout.woocommerce-checkout {
    background: #f9f9f9;
    padding: 40px;
  }
  
  form.checkout.woocommerce-checkout input {
    height: 50px;
    padding: 0px 15px;
  }
  
  .woocommerce form .form-row textarea {
    padding-top: 15px;
    height: 150px;
  }
  
  input#coupon_code {
    width: 220px;
    height: 60px;
  }
  
  .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .woocommerce .woocommerce-pagination ul {
    border: 0px !important;
  }
  
  .woocommerce .woocommerce-pagination ul.page-numbers li {
    border: 0px !important;
  }
  
  .woocommerce .woocommerce-pagination ul.page-numbers li.current {
    background-color: var(--theme-color) !important;
    color: white !important;
  }
  
  .woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce .woocommerce-pagination ul.page-numbers li span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    border-radius: 50%;
    background: #f6f6f6;
    font-weight: 700 !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 6px !important;
    padding: 0px !important;
    font-family: "Prompt", sans-serif;
  }
  
  @media (max-width: 767px) {
    .woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce .woocommerce-pagination ul.page-numbers li span {
      margin-top: 10px;
      width: 50px;
      height: 50px;
      line-height: 50px !important;
      font-size: 14px;
    }
  }
  
  .woocommerce .woocommerce-pagination ul.page-numbers li a i, .woocommerce .woocommerce-pagination ul.page-numbers li span i {
    margin-top: 2px;
  }
  
  .woocommerce .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce .woocommerce-pagination ul.page-numbers li span:hover {
    background-color: var(--theme-color) !important;
    color: #fff !important;
  }
  
  .search_widget form {
    width: 100%;
    position: relative;
  }
  
  .search_widget form input {
    background-color: #f8f8f8;
    font-size: 15px;
    padding: 20px;
    width: 100%;
  }
  
  .search_widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme-color-2);
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .search_widget form button:hover {
    background-color: var(--theme-color);
  }
  
  .popular-posts .single-post-item, .popular_posts .single-post-item {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(var(--white), 0.2);
  }
  
  .popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
  }
  
  .popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
    width: 100px;
    height: 100px;
    background-color: #f2f2f2;
    float: left;
    overflow: hidden;
    margin-right: 20px;
  }
  
  .popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
    overflow: hidden;
  }
  
  .popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
    text-transform: capitalize;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 0;
  }
  
  .popular-posts .single-post-item .post-content h5:hover a, .popular_posts .single-post-item .post-content h5:hover a {
    color: var(--theme-color-2);
  }
  
  .popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
    color: rgba(var(--white), 0.7);
    font-size: 16px;
  }
  
  .popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
    margin-right: 7px;
  }
  
  img.avatar-32.photo {
    border-radius: 50%;
  }
  
  ul.checked-list {
    list-style: none !important;
    padding-left: 0;
  }
  
  /* ----------------------------------
      WordPress Default Style - End
   ------------------------------------*/
  .border-wrap {
    border: 2px solid #ededed;
  }
  
  .blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
    font-weight: 700;
  }
  
  .blog-wrapper .border-wrap {
    padding: 40px;
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .border-wrap {
      padding: 30px 15px;
    }
  }
  
  .blog-wrapper .border-wrap .single-blog-post .post-content {
    padding: 0px;
  }
  
  .blog-wrapper .single-blog-post {
    margin-bottom: 40px;
    position: relative;
  }
  
  .blog-wrapper .single-blog-post .video__button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }
  
  .blog-wrapper .single-blog-post .video__button .video__btn__wrp {
    margin-bottom: 0;
  }
  
  .blog-wrapper .single-blog-post.post-details.format-quote .post-content {
    position: relative;
    background: transparent;
    border: none;
  }
  
  .blog-wrapper .single-blog-post.post-details .post-content {
    border: none;
  }
  
  .blog-wrapper .single-blog-post.post-details .post-content img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 36px;
    line-height: 1.4;
  }
  
  .blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
    margin-top: 10px;
  }
  
  .blog-wrapper .single-blog-post.post-details .post-content table {
    margin-top: 20px;
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details .post-content h1 {
      font-size: 28px;
    }
    .blog-wrapper .single-blog-post.post-details .post-content h3 {
      font-size: 20px;
    }
  }
  
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    background-color: var(--theme-color);
    color: var(--white);
    font-size: 26px;
    line-height: 1.4;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    padding: 60px;
    text-align: center;
    margin: 40px 0px;
    position: relative;
    z-index: 1;
  }
  
  .blog-wrapper .single-blog-post.post-details blockquote p, .blog-wrapper .single-blog-post.post-details .wp-block-quote p {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  
  .blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
    color: var(--white);
  }
  
  .blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
    color: var(--theme-color-2);
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
      padding: 30px 15px;
      font-size: 18px;
      line-height: 1.5;
    }
  }
  
  .blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
    right: 30px;
    font-size: 110px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    content: "\f10d";
    bottom: -20px;
    color: var(--white);
    z-index: -1;
    opacity: .1;
    font-weight: 900;
  }
  
  .blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
    z-index: 1;
    position: relative;
  }
  
  .blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: #282835;
    opacity: .3;
    z-index: -1;
  }
  
  .blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
    position: relative;
    background-color: var(--theme-color);
    background-image: url("../img/quotepost.png");
    border: none;
  }
  
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    overflow: hidden;
  }
  
  @media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
      text-align: center;
      font-size: 24px;
    }
  }
  
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    font-size: 70px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
  }
  
  @media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
      float: none;
      margin-bottom: 10px;
      margin-right: 0;
      font-size: 50px;
      line-height: 60px;
    }
  }
  
  .blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
    overflow: hidden;
  }
  
  .blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
    margin-top: -2px;
    font-size: 30px;
    color: var(--white);
  }
  
  .blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span {
    color: var(--white);
  }
  
  .blog-wrapper .single-blog-post:last-child {
    margin-bottom: 0;
  }
  
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: -2px;
  }
  
  @media (max-width: 991px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
      height: 280px;
    }
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
      height: 230px;
    }
  }
  
  .blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }
  
  .blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  
  .blog-wrapper .single-blog-post .post-content {
    padding: 50px;
    border: 2px solid #ededed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .blog-wrapper .single-blog-post .post-content h2 {
    line-height: 1.4;
    font-size: 30px;
    font-weight: 700;
  }
  
  .blog-wrapper .single-blog-post .post-content h2 a:hover {
    color: var(--theme-color);
  }
  
  .blog-wrapper .single-blog-post .post-content p {
    font-size: 16px;
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content {
      padding: 50px 10px;
    }
  }
  
  @media (max-width: 414px) {
    .blog-wrapper .single-blog-post .post-content h2 {
      font-size: 22px;
    }
  }
  
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    color: var(--white);
    display: inline-block;
    background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
    padding: 14px 18px 12px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: "Prompt", sans-serif;
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-cat a {
      font-size: 12px;
    }
  }
  
  .blog-wrapper .single-blog-post .post-content .post-cat a:hover {
    background-color: var(--theme-color-2) !important;
    color: var(--white);
  }
  
  .blog-wrapper .single-blog-post .post-content ul {
    margin-bottom: 0;
    list-style-type: disc;
    margin-top: 30px;
  }
  
  .blog-wrapper .single-blog-post .post-content ul ol {
    margin-bottom: 0;
  }
  
  .blog-wrapper .single-blog-post .post-content ul ul {
    margin-bottom: 0;
  }
  
  .blog-wrapper .single-blog-post .post-content ul li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: disc;
    color: var(--text);
    position: relative;
    font-size: 18px;
    padding-left: 30px;
  }
  
  .blog-wrapper .single-blog-post .post-content ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    color: var(--theme-color);
  }
  
  .blog-wrapper .single-blog-post .post-content ol {
    margin-bottom: 0;
    list-style-type: decimal;
  }
  
  .blog-wrapper .single-blog-post .post-content ol ul {
    margin-bottom: 0;
  }
  
  .blog-wrapper .single-blog-post .post-content ol ol {
    margin-bottom: 0;
  }
  
  .blog-wrapper .single-blog-post .post-content ol li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: decimal;
  }
  
  .blog-wrapper .single-blog-post .post-content p {
    margin-top: 15px;
  }
  
  .blog-wrapper .single-blog-post .post-content .post-meta {
    margin-top: 10px;
  }
  
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    color: #202426;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-right: 25px;
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-meta span {
      font-size: 13px;
    }
  }
  
  .blog-wrapper .single-blog-post .post-content .post-meta span i {
    margin-right: 5px;
  }
  
  .blog-wrapper .single-blog-post .post-content .author-info {
    overflow: hidden;
  }
  
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    background-position: center;
    background-size: cover;
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info .author-img {
      margin-right: 5px;
    }
  }
  
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    margin-top: 9px;
  }
  
  .blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
    color: var(--theme-color);
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info h5 {
      font-size: 14px;
    }
  }
  
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-weight: 700;
  }
  
  .blog-wrapper .single-blog-post .post-content .post-link a:hover {
    color: var(--theme-color);
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a {
      font-size: 14px;
    }
  }
  
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 5px;
  }
  
  @media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a i {
      margin-right: 3px;
    }
  }
  
  @media (min-width: 991px) {
    .main-sidebar {
      margin-left: 20px;
    }
  }
  
  @media (max-width: 991px) {
    .main-sidebar {
      margin-top: 40px;
    }
  }
  
  .main-sidebar .single-sidebar-widget {
    border: 2px solid #ededed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
  }
  
  .main-sidebar .single-sidebar-widget ul {
    padding-left: 0;
  }
  
  .main-sidebar .single-sidebar-widget ul > li {
    margin-bottom: 10px;
  }
  
  .main-sidebar .single-sidebar-widget ul > li a {
    font-size: 18px;
    text-transform: capitalize;
  }
  
  .main-sidebar .single-sidebar-widget ul > li a:hover {
    color: var(--theme-color);
  }
  
  .main-sidebar .single-sidebar-widget ul ul {
    padding-left: 20px;
  }
  
  .main-sidebar .single-sidebar-widget ul ul li {
    margin-top: 5px;
    overflow: hidden;
  }
  
  .main-sidebar .single-sidebar-widget:last-child {
    margin-bottom: 0;
  }
  
  .main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
  }
  
  .main-sidebar .single-sidebar-widget .wid-title h3 {
    font-weight: 600;
    font-size: 22px;
  }
  
  .main-sidebar .single-sidebar-widget .wid-title::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 18px;
    border-radius: 5px;
    position: absolute;
    background-color: var(--theme-color);
  }
  
  .main-sidebar .single-sidebar-widget .wid-title::after {
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--theme-color);
  }
  
  .main-sidebar .single-sidebar-widget .social-link a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #f2f2f2;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  
  .main-sidebar .single-sidebar-widget .social-link a:hover {
    background-color: var(--theme-color);
    color: var(--white);
  }
  
  .search_widget form {
    width: 100%;
    position: relative;
  }
  
  .search_widget form input {
    background-color: #f8f8f8;
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--header);
  }
  
  .search_widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme-color);
    color: var(--white);
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .search_widget form button:hover {
    background-color: var(--header);
  }
  
  .popular-posts .single-post-item, .popular_posts .single-post-item {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  
  .popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
  }
  
  .popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f2f2f2;
    float: left;
    overflow: hidden;
    margin-right: 20px;
  }
  
  .popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
    overflow: hidden;
  }
  
  .popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
  }
  
  .popular-posts .single-post-item .post-content h5 a:hover, .popular_posts .single-post-item .post-content h5 a:hover {
    color: var(--theme-color);
  }
  
  .popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
    margin-top: 5px;
    color: var(--theme-color);
    font-weight: 700;
  }
  
  .popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
    margin-right: 7px;
  }
  
  .widget_categories ul li {
    display: block;
  }
  
  .widget_categories ul li:last-child a {
    margin-bottom: 0;
  }
  
  .widget_categories ul li a {
    position: relative;
    background: #f8f8f8;
    padding: 17px 30px;
    line-height: 1;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .widget_categories ul li a:hover {
    color: var(--theme-color);
  }
  
  .widget_categories ul li a span {
    position: absolute;
    width: 60px;
    line-height: 55px;
    height: 100%;
    content: "";
    background-color: var(--theme-color);
    right: 0;
    top: 0;
    text-align: center;
    color: var(--white);
  }
  
  .tagcloud a {
    display: inline-block;
    padding: 11px 26px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    background: #f8f8f8;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .tagcloud a:last-child {
    margin-right: 0;
  }
  
  .tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white);
  }
  
  .widget_categories ul li {
    display: block;
    margin-bottom: 10px;
  }
  
  p.sticky-label {
    position: absolute;
    right: 0;
    background: var(--theme-color);
    color: var(--white);
    padding: 10px 40px;
    z-index: -1;
    top: 0;
    font-weight: 700;
  }
  
  .page-nav-wrap ul li {
    display: inline-block;
  }
  
  .page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #f6f6f6;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border: 0px;
  }
  
  .page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme-color);
    color: var(--white);
  }
  
  @media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
      margin-top: 10px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
    }
  }
  
  .page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
  }
  
  .page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme-color);
    color: var(--white);
  }
  
  .social-share a {
    margin-left: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .social-share a:hover {
    color: var(--theme-color);
  }
  
  .tag-share-wrap {
    padding-bottom: 50px;
  }
  
  .tag-share-wrap h4 {
    margin-bottom: 25px;
  }
  
  @media (max-width: 767px) {
    .tag-share-wrap h4 {
      margin-bottom: 10px;
      font-size: 18px;
    }
  }
  
  @media (max-width: 767px) {
    .tag-share-wrap .tagcloud {
      margin-bottom: 20px;
    }
  }
  
  .comments-section-wrap {
    overflow: hidden;
  }
  
  .comments-heading h3,
  .related-post-wrap h3,
  .comment-form-wrap h3 {
    font-size: 26px;
  }
  
  @media (max-width: 767px) {
    .comments-heading h3,
    .related-post-wrap h3,
    .comment-form-wrap h3 {
      font-size: 20px;
    }
  }
  
  .comments-item-list .single-comment-item {
    margin-top: 30px;
  }
  
  .comments-item-list .single-comment-item ul {
    margin-bottom: 15px;
  }
  
  .comments-item-list .single-comment-item p, .comments-item-list .single-comment-item span {
    font-size: 16px;
  }
  
  .comments-item-list .single-comment-item .author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 30px;
  }
  
  @media (max-width: 991px) {
    .comments-item-list .single-comment-item .author-img {
      width: 80px;
      height: 80px;
      margin-right: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-img {
      width: 70px;
      height: 70px;
      margin-right: 15px;
    }
  }
  
  @media (max-width: 585px) {
    .comments-item-list .single-comment-item .author-img {
      float: none;
      margin-bottom: 20px;
    }
  }
  
  .comments-item-list .single-comment-item .author-info-comment {
    overflow: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
  }
  
  .comments-item-list .single-comment-item .author-info-comment .info {
    position: relative;
  }
  
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    padding: 7px 18px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #727475;
    border: 1px solid #ebebeb;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
  
  @media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
      font-size: 12px;
    }
  }
  
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
    margin-right: 5px;
  }
  
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before, .comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
    background-color: var(--theme-color);
  }
  
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--white);
  }
  
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
    color: var(--white);
  }
  
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    margin-bottom: 5px;
  }
  
  @media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info h5 {
      font-size: 16px;
    }
  }
  
  .comments-item-list .single-comment-item .author-info-comment span {
    color: var(--theme-color);
    font-weight: 500;
  }
  
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    padding: 7px 18px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  @media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .theme-btn {
      font-size: 12px;
    }
  }
  
  .comments-item-list .single-comment-item .author-info-comment .theme-btn i {
    margin-right: 5px;
  }
  
  .comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
    color: var(--white);
  }
  
  .comments-item-list .single-comment-item .author-info-comment .comment-text {
    margin-top: 15px;
  }
  
  .comment-form {
    background-color: #f0f0f0;
    width: 100%;
    margin-top: 30px;
  }
  
  .comment-form label {
    margin-bottom: 4px;
  }
  
  .comment-form input, .comment-form textarea {
    margin-bottom: 20px;
    padding: 20px 30px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
    border: none;
    color: var(--header);
  }
  
  @media (max-width: 585px) {
    .comment-form input, .comment-form textarea {
      padding: 15px;
    }
  }
  
  .comment-form textarea {
    height: 200px;
    line-height: 1.3;
    border: none;
  }
  
  @media (max-width: 767px) {
    .comment-form textarea {
      height: 120px;
    }
  }
  
  .comment-form .theme-btn {
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    margin-top: 20px;
  }
  
  @media (max-width: 585px) {
    .comment-form .theme-btn {
      font-size: 14px;
    }
  }
  
  .comment-form .theme-btn i {
    margin-right: 10px;
  }
  
  .comment ul {
    list-style-type: disc;
  }
  
  .comment ul ol {
    margin-bottom: 0;
  }
  
  .comment ul li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: disc;
  }
  
  .comment ol ul {
    margin-bottom: 0;
  }
  
  .comment ol ol {
    margin-bottom: 0;
  }
  
  .comment ol li {
    line-height: 1.5;
    margin-top: 10px;
  }
  
  .site_info_widget .single-contact-info {
    overflow: auto;
    margin-bottom: 20px;
  }
  
  .site_info_widget .single-contact-info span {
    display: block;
    color: var(--theme-color);
  }
  
  .site_info_widget .single-contact-info .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--white);
    background-color: var(--theme-color-2);
    float: left;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    margin-right: 20px;
  }
  
  .site_info_widget .single-contact-info:nth-child(2n) .icon {
    background-color: var(--theme-color);
  }
  
  .site_info_widget .single-contact-info:nth-child(3n) .icon {
    background-color: var(--theme-color-2);
  }
  
  .site_info_widget .social-link {
    margin-top: 35px;
  }
  
  .site_info_widget .social-link a {
    margin-right: 8px !important;
  }
  
  .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
  
  .comment-form input[type='submit'] {
    background: var(--theme-color);
    color: var(--white);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    font-weight: 700;
  }
  
  .comment-form input[type='submit']:hover {
    background: var(--theme-color-2);
    color: var(--white);
  }
  
  .gallery-slider-active {
    position: relative;
    overflow: hidden;
  }
  
  .gallery-slider-active .single-post-gallery-item {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .gallery-slider-active .array-button .array-prev, .gallery-slider-active .array-button .array-next {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: var(--header);
    background: var(--white);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 99;
  }
  
  .gallery-slider-active .array-button .array-prev:hover, .gallery-slider-active .array-button .array-next:hover {
    background: var(--theme-color);
    color: var(--white);
  }
  
  .gallery-slider-active .array-button .array-next {
    left: auto;
    right: 20px;
  }
  
  .elementor-widget-container .popular-posts .single-post-item .post-content h5 {
    font-size: 18px;
  }
  
  .elementor-widget-container .popular-posts .single-post-item .post-date {
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .recent_post_wid .single-recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .recent_post_wid .single-recent-post .thumb {
    width: 30%;
    height: 100px;
  }
  
  .recent_post_wid .single-recent-post .post-data {
    width: 65%;
  }
  
  .recent_post_wid .single-recent-post span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
  }
  
  .recent_post_wid .single-recent-post span i {
    margin-right: 5px;
    color: var(--theme-color);
  }
  
  .recent_post_wid .single-recent-post h5 {
    font-size: 18px;
  }
  
  .single-recent-post:last-child {
    margin-bottom: 0px;
  }
  
  @media (min-width: 991px) {
    .blog-posts {
      margin-right: 15px;
    }
  }
  
  /* ----------------------------------
      Blog Section end
   ------------------------------------*/
  /* ----------------------------------
      Template Section Styles
   ------------------------------------*/
  header {
    position: relative;
    z-index: 99;
  }
  
  footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  
  footer ul li {
    list-style: none;
  }
  
  footer .single-footer-wid {
    margin-top: 40px;
  }
  
  footer .single-footer-wid .wid-title {
    margin-bottom: 25px;
  }
  
  @media (min-width: 767px) {
    footer .single-footer-wid .wid-title {
      margin-top: 20px;
    }
  }
  
  footer .single-footer-wid .wid-title h6 {
    font-weight: 600;
    color: #fff;
    font-size: 17px;
  }
  
  footer .single-footer-wid ul li a {
    margin-top: 8px;
    color: #9dacb8;
    display: block;
    font-size: 16px;
  }
  
  footer .footer-bottom {
    background-color: var(--theme-color);
    color: #fff;
  }
  
  @media (max-width: 767px) {
    footer .footer-bottom {
      text-align: center;
    }
  }
  
  footer .footer-bottom .bottom-content-wrapper {
    padding: 15px 0px;
  }
  
  footer .footer-bottom .bottom-content-wrapper p, footer .footer-bottom .bottom-content-wrapper b, footer .footer-bottom .bottom-content-wrapper strong {
    color: var(--white);
    font-size: 16px;
    text-transform: capitalize;
  }
  
  footer .footer-bottom .bottom-content-wrapper a {
    font-weight: 600;
  }
  
  footer .footer-bottom .bottom-content-wrapper ul li {
    display: inline-block;
  }
  
  footer .footer-bottom .bottom-content-wrapper ul li:first-of-type a {
    margin-left: 0;
  }
  
  footer .footer-bottom .bottom-content-wrapper ul li a {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
  }
  
  footer .footer-bottom .social-links a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    cursor: pointer;
  }
  
  footer .footer-bottom .social-links a:hover {
    color: var(--theme-color-2);
  }
  
  footer .footer-bottom .social-links a:last-of-type {
    margin-left: 0;
  }
  
  footer .footer-bottom-bar {
    background-color: var(--theme-color);
    padding: 20px 0px;
    color: #fff;
    text-transform: capitalize;
  }
  
  footer .footer-bottom-bar p {
    color: #fff;
  }
  
  footer .footer-bottom-bar a, footer .footer-bottom-bar b, footer .footer-bottom-bar strong {
    color: var(--white);
    font-weight: 600;
  }

  .widget_categories ul li span {
    position: absolute;
    right: 15px;
    top: 11px;
}

.widget_categories ul li {
    position: relative;
    overflow: hidden !important;
}

.widget_categories ul li ul {
    margin-bottom: 10px;
}