/*
Template Name: Oxin 
Template URI: 
Author: Oxinom Group
Author URI: 
Description:
Version: 1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    ## typography 
    ## headings 
    ## Others Typography
# Elements
	## elements
		## Font Size
		## Font Weight
		## Margin Element
		## Padding Element
		## Color Element
		## Background Element 
		## Extra Background
		## SVG Fill
		## Social Element
		## Overlay Element
		## Border element
		## Border Extra Elements
		## Radius Element
		## lists
		## tables
		## Others Element
		## Grid Element
# Forms
	## buttons
	## fields
# Media
	## Captions
	## Galleries
	## media
# modules 
	## accessibility
	## alignments
	## clearings
	## infinite-scroll
# Header Content
	## Preloader
	## Header
# navigation
	## Links
	## Menus
	## Pagination
	## Navigation responsive
# layout
    ## Banner Block
    ## Hero Block
    ## Socail Status
    ## Counter Element
    ## File featured Element
    ## Card Element
    ## Service
    ## Team
    ## Progress Bar
    ## Subscriber Block
    ## Featured On Block
    ## Tab Style
    ## Portfolio
    ## Portfolio Single
    ## Testimonial
    ## Blog
# others
	## Blog Single
	## Pricing Table
	## Coming Soon
# site content
	## About Page
	## Contact Page
	## 404 Page
	## Posts and pages
	## Page-header
	## Page Heading
	## Process of work
	## No results
	## Asides
	## Comments
	## Widgets
	## Widgets Content
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
  font-weight: 400
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
  font-weight: 900
}

html {
    font-size: 100%;
  }
  
  body {
    background-color: white;
    font-family: "Vazir", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.45em;
    color: #7a7a7a;
    word-wrap: break-word;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /*--------------------------------------------------------------
  # Heading
  --------------------------------------------------------------*/
  h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "Vazir", serif;
    line-height: 1.3em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .light-version h1, .light-version h2, .light-version h3, .light-version h4, .light-version h5, .light-version h6
  {
    color: #101010;
  }
  .dark-version h1, .dark-version h2, .dark-version h3, .dark-version h4, .dark-version h5, .dark-version h6
  {
    color: white;
  }
  .dark-version h1::after, .dark-version h2::after, .dark-version h3::after, .dark-version h4::after, .dark-version h5::after, .dark-version h6::after,
  .dark-version h1::before, .dark-version h2::before, .dark-version h3::before, .dark-version h4::before, .dark-version h5::before, .dark-version h6::before
  {
    background: white;
  }
  
  h1 {
    font-size: 2em;
  }
  
  h2 {
    font-size: 1.5em;
  }
  
  h3 {
    font-size: 1.17em;
  }
  
  h4 {
    font-size: 1em;
  }
  
  h5 {
    font-size: 0.83em;
  }
  
  h6 {
    font-size: 0.67em;
  }
  
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a {
    color: inherit;
    text-decoration: none;
  }
  
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover {
    color: inherit;
    text-decoration: none;
  }
  
  .oxin-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .oxin-title > span {
    font-size: 20px;
    display: block;
    font-weight: 400;
  }
  
  .oxin-description {
    font-size: 18px;
    color: #575757;
    font-weight: 500;
    line-height: 28px;
  }
  
  .heading-border {
    width: 50px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  
  .dark-version .oxin-title {
    color: white;
  }
  .dark-version .oxin-title strong {
    font-weight: bold;
    color: #b1b1b1;
  }
  .dark-version .oxin-description {
    color: white;
  }
  
  .section-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin-top: 0;
    position: relative;
  }
  
  .sm-title {
    font-family: inherit;
    color: #2d2d2d;
    font-weight: bold;
  }
  
  .xl-title {
    font-weight: 700;
    font-size: 2.441em;
  }
  .xl-title span {
    color: #e12d1e;
  }
  
  .rotation-title {
    font-weight: bold;
    position: relative;
  }
  @media only screen and (min-width: 768px) {
    .rotation-title {
      margin-top: -15px;
      white-space: nowrap;
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translateX(50%) translateY(-50%) rotate(90deg);
      -moz-transform: translateX(50%) translateY(-50%) rotate(90deg);
      -o-transform: translateX(50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(50%) translateY(-50%) rotate(90deg);
      transform: translateX(50%) translateY(-50%) rotate(90deg);
    }
  }
  .rotation-title:before {
    content: "";
    width: 45px;
    height: 2px;
    display: block;
    background: #e12d1e;
    position: absolute;
    left: -55px;
    top: 12px;
  }
  @media only screen and (max-width: 768px) {
    .rotation-title:before {
      display: none;
    }
  }
  
  /*--------------------------------------------------------------
  # Others Typography
  --------------------------------------------------------------*/
  p {
    margin-bottom: 1.3em;
    line-height: 1.75em;
  }
  
  blockquote {
    margin: 0 0 1.3em;
    font-size: 18px;
    font-style: italic;
    border-right: 0 none !important;
    padding: 45px;
  }
  blockquote p {
    text-decoration: underline;
  }
  blockquote.wp-block-quote:not(.is-large) {
    padding-right: 45px;
    padding-left: 45px;
  }
  blockquote.wp-block-quote.is-large {
    padding: 30px;
  }
  blockquote cite {
    padding-right: 60px;
    position: relative;
    color: #868686;
    font-size: 16px;
  }
  blockquote cite:before {
    content: '';
    width: 45px;
    height: 1px;
    background: #6f6798;
    position: absolute;
    top: 50%;
    right: 0;
  }
  
  .wp-block-pullquote blockquote {
    background: transparent;
    padding: 0;
  }
  
  address {
    margin: 0 0 1.3em;
  }
  
  dfn, em, cite, i, code, kbd, tt, var {
    font-size: 1em;
  }
  
  em, cite, i {
    font-style: italic;
  }
  
  kbd {
    border-radius: 0;
  }
  
  abbr, acronym {
    border-bottom: 1px dotted #646363;
    cursor: help;
  }
  
  mark, ins {
    background: #fff9c0;
    text-decoration: none;
  }
  
  big {
    font-size: 125%;
  }
  
  pre {
    background: #f7f7f7;
    padding: 20px 30px;
    margin-bottom: 30px;
    max-width: 100%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 0.929em;
    overflow: auto;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  .dropcap {
    display: block;
    float: right;
    margin: 15px 0 0 5px;
    font-weight: bold;
    font-size: 60px;
    color: #ccc;
  }
  
  .el-text-rotation {
    white-space: nowrap;
    position: relative;
    display: inline-block;
  }
  .el-text-rotation .inner-el {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(90deg);
    -moz-transform: translateX(50%) translateY(-50%) rotate(90deg);
    -o-transform: translateX(50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(50%) translateY(-50%) rotate(90deg);
    transform: translateX(50%) translateY(-50%) rotate(90deg);
  }
  
  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Font Size
  --------------------------------------------------------------*/
  .fts-13 {
    font-size: 13px;
  }
  
  .fts-15 {
    font-size: 15px;
  }
  
  .fts-18 {
    font-size: 18px;
  }
  
  .fts-20 {
    font-size: 20px;
  }
  
  .fts-25 {
    font-size: 25px;
  }
  
  .fts-30 {
    font-size: 30px;
  }
  
  .fts-35 {
    font-size: 35px;
  }
  
  .fts-40 {
    font-size: 40px;
  }
  
  .fts-45 {
    font-size: 45px;
  }
  
  .fts-50 {
    font-size: 50px;
  }
  
  .fts-60 {
    font-size: 60px;
  }
  
  .fts-65 {
    font-size: 65px;
  }
  
  .fts-70 {
    font-size: 70px;
  }
  
  .fts-75 {
    font-size: 75px;
  }
  
  /*--------------------------------------------------------------
  # Font Weight
  --------------------------------------------------------------*/
  .w-100 {
    font-weight: 100;
  }
  
  .w-300 {
    font-weight: 300;
  }
  
  .w-400 {
    font-weight: 400;
  }
  
  .w-500 {
    font-weight: 500;
  }
  
  .w-600 {
    font-weight: 600;
  }
  
  .w-700 {
    font-weight: 700;
  }
  
  .w-800 {
    font-weight: 800;
  }
  
  .w-900 {
    font-weight: 900;
  }
  
  /*--------------------------------------------------------------
  # Margin Element
  --------------------------------------------------------------*/
  .mr-0 {
    margin: 0;
  }
  
  .mrt-0 {
    margin-top: 0;
  }
  
  .mrb-0 {
    margin-bottom: 0;
  }
  
  .mrl-0 {
    margin-right: 0;
  }
  
  .mrr-0 {
    margin-left: 0;
  }
  
  .mrt-5 {
    margin-top: 5px;
  }
  
  .mrb-5 {
    margin-bottom: 5px;
  }
  
  .mrl-5 {
    margin-right: 5px;
  }
  
  .mrr-5 {
    margin-left: 5px;
  }
  
  .mrt-10 {
    margin-top: 10px;
  }
  
  .mrb-10 {
    margin-bottom: 10px;
  }
  
  .mrl-10 {
    margin-right: 10px;
  }
  
  .mrr-10 {
    margin-left: 10px;
  }
  
  .mrt-15 {
    margin-top: 15px;
  }
  
  .mrb-15 {
    margin-bottom: 15px;
  }
  
  .mrl-15 {
    margin-right: 15px;
  }
  
  .mrr-15 {
    margin-left: 15px;
  }
  
  .mrt-20 {
    margin-top: 20px;
  }
  
  .mrb-20 {
    margin-bottom: 20px;
  }
  
  .mrl-20 {
    margin-right: 20px;
  }
  
  .mrr-20 {
    margin-left: 20px;
  }
  
  .mrt-25 {
    margin-top: 25px;
  }
  
  .mrb-25 {
    margin-bottom: 25px;
  }
  
  .mrl-25 {
    margin-right: 25px;
  }
  
  .mrr-25 {
    margin-left: 25px;
  }
  
  .mrt-30 {
    margin-top: 30px;
  }
  
  .mrb-30 {
    margin-bottom: 30px;
  }
  
  .mrl-30 {
    margin-right: 30px;
  }
  
  .mrr-30 {
    margin-left: 30px;
  }
  
  .mrt-35 {
    margin-top: 35px;
  }
  
  .mrb-35 {
    margin-bottom: 35px;
  }
  
  .mrl-35 {
    margin-right: 35px;
  }
  
  .mrr-35 {
    margin-left: 35px;
  }
  
  .mrt-40 {
    margin-top: 40px;
  }
  
  .mrb-40 {
    margin-bottom: 40px;
  }
  
  .mrl-40 {
    margin-right: 40px;
  }
  
  .mrr-40 {
    margin-left: 40px;
  }
  
  .mrt-45 {
    margin-top: 45px;
  }
  
  .mrb-45 {
    margin-bottom: 45px;
  }
  
  .mrl-45 {
    margin-right: 45px;
  }
  
  .mrr-45 {
    margin-left: 45px;
  }
  
  .mrt-50 {
    margin-top: 50px;
  }
  
  .mrb-50 {
    margin-bottom: 50px;
  }
  
  .mrl-50 {
    margin-right: 50px;
  }
  
  .mrr-50 {
    margin-left: 50px;
  }
  
  .mrt-60 {
    margin-top: 60px;
  }
  
  .mrb-60 {
    margin-bottom: 60px;
  }
  
  .mrl-60 {
    margin-right: 60px;
  }
  
  .mrr-60 {
    margin-left: 60px;
  }
  
  .mrt-75 {
    margin-top: 75px;
  }
  
  .mrt-65 {
    margin-top: 65px;
  }
  
  .mrb-65 {
    margin-bottom: 65px;
  }
  
  .mrl-65 {
    margin-right: 65px;
  }
  
  .mrr-65 {
    margin-left: 60px;
  }
  
  .mrt-75 {
    margin-top: 75px;
  }
  
  .mrb-75 {
    margin-bottom: 75px;
  }
  
  .mrl-75 {
    margin-right: 75px;
  }
  
  .mrr-75 {
    margin-left: 75px;
  }
  
  .mrt-90 {
    margin-top: 90px;
  }
  
  .mrb-90 {
    margin-bottom: 90px;
  }
  
  .mrl-90 {
    margin-right: 90px;
  }
  
  .mrr-90 {
    margin-left: 90px;
  }
  
  .mrt-105 {
    margin-top: 105px;
  }
  
  .mrb-105 {
    margin-bottom: 105px;
  }
  
  .mrl-105 {
    margin-right: 105px;
  }
  
  .mrr-105 {
    margin-left: 105px;
  }
  
  /* Margin Top Negative Value */
  .ml-t-5 {
    margin-top: -5px;
  }
  
  .ml-t-8 {
    margin-top: -8px;
  }
  
  .ml-t-058p {
    margin-top: -0.58%;
  }
  
  .ml-t-10 {
    margin-top: -10px;
  }
  
  .ml-t-15 {
    margin-top: -15px;
  }
  
  .ml-t-20 {
    margin-top: -20px;
  }
  
  .ml-t-25 {
    margin-top: -25px;
  }
  
  .ml-t-30 {
    margin-top: -30px;
  }
  
  .ml-t-35 {
    margin-top: -35px;
  }
  
  .ml-t-40 {
    margin-top: -40px;
  }
  
  .ml-t-45 {
    margin-top: -45px;
  }
  
  .ml-t-50 {
    margin-top: -50px;
  }
  
  .ml-t-60 {
    margin-top: -60px;
  }
  
  .ml-t-75 {
    margin-top: -75px;
  }
  
  .ml-t-90 {
    margin-top: -90px;
  }
  
  .ml-t-105 {
    margin-top: -105px;
  }
  
  .ml-t-120 {
    margin-top: -120px;
  }
  
  .ml-t-135 {
    margin-top: -135px;
  }
  
  .ml-t-150 {
    margin-top: -150px;
  }
  
  .ml-t-165 {
    margin-top: -165px;
  }
  
  .ml-t-180 {
    margin-top: -180px;
  }
  
  .ml-t-195 {
    margin-top: -195px;
  }
  
  .ml-t-210 {
    margin-top: -210px;
  }
  
  .ml-t-225 {
    margin-top: -225px;
  }
  
  /* Margin bottom Negtive value */
  .ml-b-5 {
    margin-bottom: -5px;
  }
  
  .ml-b-10 {
    margin-bottom: -10px;
  }
  
  .ml-b-15 {
    margin-bottom: -15px;
  }
  
  .ml-b-20 {
    margin-bottom: -20px;
  }
  
  .ml-b-25 {
    margin-bottom: -25px;
  }
  
  .ml-b-30 {
    margin-bottom: -30px;
  }
  
  .ml-b-35 {
    margin-bottom: -35px;
  }
  
  .ml-b-40 {
    margin-bottom: -40px;
  }
  
  .ml-b-45 {
    margin-bottom: -45px;
  }
  
  .ml-b-50 {
    margin-bottom: -50px;
  }
  
  .ml-b-60 {
    margin-bottom: -60px;
  }
  
  .ml-b-75 {
    margin-bottom: -75px;
  }
  
  .ml-b-90 {
    margin-bottom: -90px;
  }
  
  .ml-b-105 {
    margin-bottom: -105px;
  }
  
  .ml-t-105 {
    margin-top: -105px;
  }
  
  .ml-b-120 {
    margin-bottom: -120px;
  }
  
  .ml-b-135 {
    margin-bottom: -135px;
  }
  
  .ml-bp-0933 {
    margin-bottom: -0.933%;
  }
  
  /* Margin for Responsive value */
  @media only screen and (max-width: 768px) {
    .mrb-m-30 {
      margin-bottom: 30px;
    }
  
    .mrb-m-45 {
      margin-bottom: 45px;
    }
  
    .mrb-m-60 {
      margin-bottom: 60px;
    }
  
    .mr-m-0 {
      margin: 0;
    }
  }
  /*--------------------------------------------------------------
  # Padding Element
  --------------------------------------------------------------*/
  .pd-0 {
    padding: 0;
  }
  
  .pd-t-0 {
    padding-top: 0;
  }
  
  .pd-b-0 {
    padding-bottom: 0;
  }
  
  .pd-l-0 {
    padding-right: 0;
  }
  
  .pd-r-0 {
    padding-left: 0;
  }
  
  .pd-t-5 {
    padding-top: 5px;
  }
  
  .pd-b-5 {
    padding-bottom: 5px;
  }
  
  .pd-l-5 {
    padding-right: 5px;
  }
  
  .pd-r-5 {
    padding-left: 5px;
  }
  
  .pd-t-10 {
    padding-top: 10px;
  }
  
  .pd-b-10 {
    padding-bottom: 10px;
  }
  
  .pd-l-10 {
    padding-right: 10px;
  }
  
  .pd-r-10 {
    padding-left: 10px;
  }
  
  .pd-t-15 {
    padding-top: 15px;
  }
  
  .pd-b-15 {
    padding-bottom: 15px;
  }
  
  .pd-l-15 {
    padding-right: 15px;
  }
  
  .pd-r-15 {
    padding-left: 15px;
  }
  
  .pd-t-20 {
    padding-top: 20px;
  }
  
  .pd-b-20 {
    padding-bottom: 20px;
  }
  
  .pd-l-20 {
    padding-right: 20px;
  }
  
  .pd-r-20 {
    padding-left: 20px;
  }
  
  .pd-t-25 {
    padding-top: 25px;
  }
  
  .pd-b-25 {
    padding-bottom: 25px;
  }
  
  .pd-l-25 {
    padding-right: 25px;
  }
  
  .pd-r-25 {
    padding-left: 25px;
  }
  
  .pd-t-30 {
    padding-top: 30px;
  }
  
  .pd-b-30 {
    padding-bottom: 30px;
  }
  
  .pd-l-30 {
    padding-right: 30px;
  }
  
  .pd-r-30 {
    padding-left: 30px;
  }
  
  .pd-t-35 {
    padding-top: 35px;
  }
  
  .pd-b-35 {
    padding-bottom: 35px;
  }
  
  .pd-l-35 {
    padding-right: 35px;
  }
  
  .pd-r-35 {
    padding-left: 35px;
  }
  
  .pd-t-40 {
    padding-top: 40px;
  }
  
  .pd-b-40 {
    padding-bottom: 40px;
  }
  
  .pd-l-40 {
    padding-right: 40px;
  }
  
  .pd-r-40 {
    padding-left: 40px;
  }
  
  .pd-t-45 {
    padding-top: 45px;
  }
  
  .pd-b-45 {
    padding-bottom: 45px;
  }
  
  .pd-l-45 {
    padding-right: 45px;
  }
  
  .pd-r-45 {
    padding-left: 45px;
  }
  
  .pd-t-50 {
    padding-top: 50px;
  }
  
  .pd-b-50 {
    padding-bottom: 50px;
  }
  
  .pd-l-50 {
    padding-right: 50px;
  }
  
  .pd-r-50 {
    padding-left: 50px;
  }
  
  .pd-t-60 {
    padding-top: 60px;
  }
  
  .pd-b-60 {
    padding-bottom: 60px;
  }
  
  .pd-l-60 {
    padding-right: 60px;
  }
  
  .pd-r-60 {
    padding-left: 60px;
  }
  
  .pd-t-70 {
    padding-top: 70px;
  }
  
  .pd-b-70 {
    padding-bottom: 70px;
  }
  
  .pd-l-70 {
    padding-right: 70px;
  }
  
  .pd-r-70 {
    padding-left: 70px;
  }
  
  .pd-t-75 {
    padding-top: 75px;
  }
  
  .pd-b-75 {
    padding-bottom: 75px;
  }
  
  .pd-l-75 {
    padding-right: 75px;
  }
  
  .pd-r-75 {
    padding-left: 75px;
  }
  
  .pd-t-90 {
    padding-top: 90px;
  }
  
  .pd-b-90 {
    padding-bottom: 90px;
  }
  
  .pd-l-90 {
    padding-right: 90px;
  }
  
  .pd-r-90 {
    padding-left: 90px;
  }
  
  .pd-t-100 {
    padding-top: 100px;
  }
  
  .pd-b-100 {
    padding-bottom: 100px;
  }
  
  .pd-l-100 {
    padding-right: 100px;
  }
  
  .pd-r-100 {
    padding-left: 100px;
  }
  
  .pd-t-105 {
    padding-top: 105px;
  }
  
  .pd-b-105 {
    padding-bottom: 105px;
  }
  
  .pd-l-105 {
    padding-right: 105px;
  }
  
  .pd-r-105 {
    padding-left: 105px;
  }
  
  .pd-t-120 {
    padding-top: 120px;
  }
  
  .pd-b-120 {
    padding-bottom: 120px;
  }
  
  .pd-l-120 {
    padding-right: 120px;
  }
  
  .pd-r-120 {
    padding-left: 120px;
  }
  
  .pd-t-125 {
    padding-top: 125px;
  }
  
  .pd-b-125 {
    padding-bottom: 125px;
  }
  
  .pd-l-125 {
    padding-right: 125px;
  }
  
  .pd-r-125 {
    padding-left: 120px;
  }
  
  .pd-t-135 {
    padding-top: 135px;
  }
  
  .pd-b-135 {
    padding-bottom: 135px;
  }
  
  .pd-l-135 {
    padding-right: 135px;
  }
  
  .pd-r-135 {
    padding-left: 135px;
  }
  
  .pd-t-150 {
    padding-top: 150px;
  }
  
  .pd-b-150 {
    padding-bottom: 150px;
  }
  
  .pd-l-150 {
    padding-right: 150px;
  }
  
  .pd-r-150 {
    padding-left: 150px;
  }
  
  .pd-t-155 {
    padding-top: 155px;
  }
  
  .pd-b-155 {
    padding-bottom: 155px;
  }
  
  .pd-l-155 {
    padding-right: 155px;
  }
  
  .pd-r-155 {
    padding-left: 150px;
  }
  
  .pd-t-165 {
    padding-top: 165px;
  }
  
  .pd-b-165 {
    padding-bottom: 165px;
  }
  
  .pd-l-165 {
    padding-right: 165px;
  }
  
  .pd-r-165 {
    padding-left: 165px;
  }
  
  .pd-t-180 {
    padding-top: 180px;
  }
  
  .pd-b-180 {
    padding-bottom: 180px;
  }
  
  .pd-l-180 {
    padding-right: 180px;
  }
  
  .pd-r-180 {
    padding-left: 180px;
  }
  
  .pd-t-195 {
    padding-top: 195px;
  }
  
  .pd-b-195 {
    padding-bottom: 195px;
  }
  
  .pd-l-195 {
    padding-right: 195px;
  }
  
  .pd-r-195 {
    padding-left: 195px;
  }
  
  .pd-t-205 {
    padding-top: 205px;
  }
  
  .pd-b-205 {
    padding-bottom: 205px;
  }
  
  .pd-l-205 {
    padding-right: 205px;
  }
  
  .pd-r-205 {
    padding-left: 205px;
  }
  
  .pd-t-220 {
    padding-top: 220px;
  }
  
  .pd-b-220 {
    padding-bottom: 220px;
  }
  
  .pd-l-220 {
    padding-right: 220px;
  }
  
  .pd-r-220 {
    padding-left: 220px;
  }
  
  .pd-t-235 {
    padding-top: 235px;
  }
  
  .pd-b-235 {
    padding-bottom: 235px;
  }
  
  .pd-l-235 {
    padding-right: 235px;
  }
  
  .pd-r-235 {
    padding-left: 220px;
  }
  
  @media only screen and (max-width: 992px) {
    .pm-tb-90 {
      padding-top: 90px;
      padding-bottom: 90px;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .pm-b-90 {
      padding-bottom: 90px;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .pm-t-0 {
      padding-top: 0;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .pdmX-60 {
      padding: 60px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .pdms-30 {
      padding: 30px;
    }
  }
  
  /*--------------------------------------------------------------
  # Background Element 
  --------------------------------------------------------------*/
  .bg-soft-black {
    background: #121212;
  }
  
  /*--------------------------------------------------------------
  # Social Element
  --------------------------------------------------------------*/
  .fb-color {
    color: #3b5998;
  }
  
  .fb-bg {
    background: #3b5998;
  }
  
  .tw-color {
    color: #1da1f2;
  }
  
  .tw-bg {
    background: #1da1f2;
  }
  
  .yt-color {
    color: #ff0000;
  }
  
  .yt-bg {
    background: #ff0000;
  }
  
  .in-color {
    color: #c32aa3;
  }
  
  .in-bg {
    background: #c32aa3;
  }
  
  .pin-color {
    color: #bd081c;
  }
  
  .pin-bg {
    background: #bd081c;
  }
  
  .lid-color {
    color: #007bb5;
  }
  
  .lid-bg {
    background: #007bb5;
  }
  
  .gplus-color {
    color: #db4437;
  }
  
  .gplus-bg {
    background: #db4437;
  }
  
  .drib-color {
    color: #ea4c89;
  }
  
  .drib-bg {
    background: #ea4c89;
  }
  
  .drib-color {
    color: #ea4c89;
  }
  
  .drib-bg {
    background: #ea4c89;
  }
  
  .dbart-color {
    color: #05cc47;
  }
  
  .dbart-bg {
    background: #05cc47;
  }
  
  .bh-color {
    color: #053eff;
  }
  
  .bh-bg {
    background: #053eff;
  }
  
  .dark-gray {
    color: #b1b1b1;
  }
  
  /*--------------------------------------------------------------
  # Overlay Element
  --------------------------------------------------------------*/
  .hg-background {
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
  }
  
  .hg-background-image,
  .hg-img-into-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  
  
  /*--------------------------------------------------------------
  # 
  --------------------------------------------------------------*/
  li > ul,
  li > ol {
    margin-bottom: 0;
    margin-right: 1em;
  }
  
  .remove-broswer-defult {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  dt {
    font-weight: bold;
  }
  
  dd {
    margin: 0 1.5em 1.5em;
  }
  
  /*--------------------------------------------------------------
  # Post, Page, Comments Table
  --------------------------------------------------------------*/
  .article-content table {
    margin-bottom: 30px;
  }
  .article-content table td, .article-content table th {
    border: 1px solid #dddddd;
    padding: 15px;
  }
  
  .comment-content table {
    margin-bottom: 30px;
  }
  .comment-content table td, .comment-content table th {
    border: 1px solid #dddddd;
    padding: 15px;
  }
  
  /*-------------------------------------------
    -- Animations
  -------------------------------------------*/
  [data-animate] {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  
  /* Fade In Up */
  @-webkit-keyframes hg-fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 1.25rem, 0);
      -moz-transform: translate3d(0, 1.25rem, 0);
      -o-transform: translate3d(0, 1.25rem, 0);
      -ms-transform: translate3d(0, 1.25rem, 0);
      transform: translate3d(0, 1.25rem, 0);
      
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes hg-fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 1.25rem, 0);
      -moz-transform: translate3d(0, 1.25rem, 0);
      -o-transform: translate3d(0, 1.25rem, 0);
      -ms-transform: translate3d(0, 1.25rem, 0);
      transform: translate3d(0, 1.25rem, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .hg-fadeInUp {
    -webkit-animation-name: hg-fadeInUp;
    animation-name: hg-fadeInUp;
  }
  
  /* Fade In Down */
  @-webkit-keyframes hg-fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -1.25rem, 0);
      -moz-transform: translate3d(0, -1.25rem, 0);
      -o-transform: translate3d(0, -1.25rem, 0);
      -ms-transform: translate3d(0, -1.25rem, 0);
      transform: translate3d(0, -1.25rem, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes hg-fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -1.25rem, 0);
      -moz-transform: translate3d(0, -1.25rem, 0);
      -o-transform: translate3d(0, -1.25rem, 0);
      -ms-transform: translate3d(0, -1.25rem, 0);
      transform: translate3d(0, -1.25rem, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .hg-fadeInDown {
    -webkit-animation-name: hg-fadeInDown;
    animation-name: hg-fadeInDown;
  }
  
  /* Fade In Left */
  @-webkit-keyframes hg-fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(1.25rem, 0, 0);
      -moz-transform: translate3d(1.25rem, 0, 0);
      -o-transform: translate3d(1.25rem, 0, 0);
      -ms-transform: translate3d(1.25rem, 0, 0);
      transform: translate3d(1.25rem, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes hg-fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(1.25rem, 0, 0);
      transform: translate3d(1.25rem, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .hg-fadeInLeft {
    -webkit-animation-name: hg-fadeInLeft;
    animation-name: hg-fadeInLeft;
  }
  
  /* Fade In Right */
  @-webkit-keyframes hg-fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-1.25rem, 0, 0);
      transform: translate3d(-1.25rem, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes hg-fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-1.25rem, 0, 0);
      transform: translate3d(-1.25rem, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .hg-fadeInRight {
    -webkit-animation-name: hg-fadeInRight;
    animation-name: hg-fadeInRight;
  }
  
  /* Zoom In */
  @-webkit-keyframes hg-zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes hg-zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .hg-zoomIn {
    -webkit-animation-name: hg-zoomIn;
    animation-name: hg-zoomIn;
  }
  
  /* Zoom Out In */
  @-webkit-keyframes hg-zoomOutIn {
    from {
      opacity: 0;
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes hg-zoomOutIn {
    from {
      opacity: 0;
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .hg-zoomOutIn {
    -webkit-animation-name: hg-zoomOutIn;
    animation-name: hg-zoomOutIn;
  }
  
  /* Zoom In Short */
  @-webkit-keyframes hg-zoomInShort {
    from {
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes hg-zoomInShort {
    from {
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .hg-zoomInShort {
    -webkit-animation-name: hg-zoomInShort;
    animation-name: hg-zoomInShort;
  }
  
  @-webkit-keyframes reveal-link {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  
    10% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @keyframes reveal-link {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  
    10% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .hg-reveal-link {
    -webkit-animation-name: reveal-link;
    animation-name: reveal-link;
  }
  
  @-webkit-keyframes reveal {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes reveal {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .hg-reveal {
    -webkit-animation-name: reveal;
    animation-name: reveal;
  }

  @-webkit-keyframes revealBack {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes revealBack {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes reveal-vertical {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  
    50% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @keyframes reveal-vertical {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  
    50% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }

  /*--------------------------------------------------------------
  # Others Element
  --------------------------------------------------------------*/
  .block-img {
    display: block;
  }
  
  .mfp-close {
    color: white !important;
  }
  
  .full-content {
    float: none;
    margin: auto;
  }
  
  .full-width {
    width: 100%;
  }
  
  .bg-cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  
  [data-bg-image] {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
  }
  
  .oxin-particle-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .particles-js-canvas-el {
    height: 100%;
    position: absolute;
  }
  
  .oxin-password-protected-content-fields > form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .oxin-password-protected-content-fields .oxin-password {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 1em;
    line-height: 1em;
  }
  
  .oxin-password-protected-content-fields .oxin-submit {
    padding: 10px 20px;
    border: 1px solid #333;
    border-radius: 0;
    font-size: 1em;
    line-height: 1em;
  }
  
  .oxin-protected-content-message {
    padding: 10px;
  }
  
  .protected-content-error-msg {
    color: #f00;
  }
  
  .no-border {
    border: 0 none !important;
  }
  
  .overflow-hide {
    overflow: hidden;
  }
  
  .overflow-visible {
    overflow: visible;
  }
  
  .fl-none {
    float: none !important;
  }
  
  @media only screen and (max-width: 800px) {
    .mb-fl-none {
      float: none !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .mb-text-center {
      text-align: center !important;
    }
  }
  
  .card-shadow {
    -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.04);
  }
  
  /*--------------------------------------------------------------
  # Grid Element
  --------------------------------------------------------------*/
  .container-xl {
    margin: auto;
    padding: 0 15px;
    width: 100%;
  }
  @media only screen and (min-width: 1575px) {
    .container-xl {
      max-width: 1300px;
    }
  }
  @media only screen and (min-width: 1300px) and (max-width: 1574px) {
    .container-xl {
      max-width: 1200px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .row.item-4 .item:nth-child(4n+1) {
      clear: right;
    }
  }
  @media only screen and (min-width: 992px) {
    .row.item-3 .item:nth-child(3n+1) {
      clear: right;
    }
  }
  @media only screen and (min-width: 992px) {
    .row.item-2 .item:nth-child(2n+1) {
      clear: right;
    }
  }
  @media only screen and (min-width: 992px) {
    .row.item-1 .item:nth-child(n+1) {
      clear: right;
    }
  }
  @media only screen and (max-width: 992px) {
    .row .item:nth-child(2n+1) {
      clear: right;
    }
  }
  @media only screen and (max-width: 520px) {
    .row .item:nth-child(n+1) {
      clear: right;
    }
  }
  @media only screen and (max-width: 520px) {
    .row[class*="item-"] [class*="col-"] {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .item-sm [class*="col-"] {
      width: 100%;
    }
  }
  
  .elementor-edit-mode [data-animate] {
    opacity: 1;
  }
  
  .dark-version {
    background: #333333;
  }
  
  /* ----------------------------------------
     ------------ VERTICAL LINES ----------
     ---------------------------------------- */
  .vertical-line {
    position: fixed;
    width: 1px;
    height: 100%;
  }
  
  .line1 {
    right: 19.85vw;
  }
  
  .line2 {
    right: 50vw;
  }
  
  .line3 {
    left: 19.85vw;
  }
  
  .hamburger-wrapper .vertical-line {
    z-index: 1102;
    opacity: 0.05;
  }
  
  .elementor-text-editor p {
    line-height: inherit;
  }
  
  .height-100 {
    height: 100vh;
  }
  
  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  
  input[type="submit"]:hover {
    color: white;
  }
  
  button, input[type="button"], input[type="reset"], input[type="submit"],
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
  }
  button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    outline: none;
  }
  
  button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
  input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  .btn, .comment-respond #submit, .comment-respond .submit {
    border-radius: 7px;
  }
  
  .btn.color-white:hover {
    color: #fafafa;
  }
  
  .btn-main {
    padding: 15px 60px;
    border-radius: 0;
    font-weight: 600;
  }
  
  .dark-version .btn {
    color: white;
  }
  
  .btn.focus, .btn:focus {
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
  }
  
  .search-form .btn,
  .searchform .btn {
    border-radius: 0;
  }
  .search-form .btn:hover,
  .searchform .btn:hover {
    color: white;
    text-decoration: none;
  }
  .search-form .btn:focus,
  .searchform .btn:focus {
    background: transparent;
    color: white;
    outline: 0 none;
  }
  .search-form .btn:active:focus,
  .searchform .btn:active:focus {
    background: transparent;
    color: white;
    outline: 0 none;
  }
  
  .more-link {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    word-spacing: 0.02em;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .more-link:hover, .more-link:focus, .more-link:active:focus {
    color: white;
    text-decoration: none !important;
  }
  
  .comment-navigation .nav-links a {
    background: white;
    display: inline-block;
    padding: 0.5em 1.8em;
  }
  .comment-navigation .nav-links a:hover {
    color: white;
  }
  
  .mfp-wrap button:hover, .mfp-wrap input[type="button"]:hover, .mfp-wrap input[type="reset"]:hover, .mfp-wrap input[type="submit"]:hover {
    background: transparent !important;
  }
  
  .btn-play {
    padding: 15px;
    display: inline-block;
    font-size: 16px;
    height: 55px;
    width: 55px;
    line-height: 25px;
  }
  
  .social-btn-lg {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
  }
  
  .btn-gf {
    border-style: solid;
    border-width: 5px;
    border-color: white;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  }
  
  .btn-lg {
    padding: 15px 45px;
    display: inline-block;
    font-size: 16px;
  }
  
  .btn-md {
    padding: 10px 30px;
    display: inline-block;
    font-size: 15px;
  }
  
  .btn-xl {
    padding: 15px 45px;
    font-weight: 500;
    font-size: 15px;
  }
  
  .btn-slider {
    padding: 10px 45px;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
    border-width: 3px;
  }
  
  .btn-slider-xl {
    padding: 15px 45px;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
  }
  
  .load-more-btn {
    background: #eeedfd;
    font-size: 35px;
    display: inline-block;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #191919;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus {
    outline: none;
  }
  
  input[type=time]::-webkit-inner-spin-button,
  input[type=time]::-webkit-outer-spin-button,
  input[type=date]::-webkit-inner-spin-button,
  input[type=date]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
  }
  
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("../images/angle.png") no-repeat scroll 5% 50%;
  }
  
  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #636363 !important;
  }
  
  input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #636363 !important;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
  }
  
  .form-control:focus {
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
  }
  
  textarea:not(.wpcf7-textarea) {
    display: block;
    width: 100%;
  }
  
  input,
  select,
  textarea {
    border: none;
    vertical-align: baseline;
    font-size: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  
  .form-controller {
    padding: 15px;
    color: #7a7a7a;
    margin-bottom: 15px;
    border-radius: 0;
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    width: 100%;
    border: 1px solid #d1d1d1;
    background: transparent;
  }
  .form-controller:focus {
    outline: none;
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: 0 0 0 transparent;
  }
  
  .post-password-form input[type="password"] {
    font-size: 14px;
    border: 1px solid #f0f0f0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .post-password-form input[type="submit"] {
    padding: 11px 30px;
    position: relative;
    top: 0;
    font-size: 14px;
    font-weight: 600;
    color: #e0e0e0;
    background: #505050;
  }
  .post-password-form input[type="submit"]:hover {
    background: #b1b1b1;
    color: #ffffff;
  }
  
  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  .page-content .wp-smiley, .entry-summary .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  
  /* Make sure embeds and iframes fit their containers. */
  embed,
  iframe,
  object {
    max-width: 100%;
    border: none;
  }
  
  .format-audio iframe {
    width: 100%;
    overflow: hidden;
  }
  
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
  }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .wp-caption .wp-caption-text {
    margin: 0.4em 0;
    font-size: 0.9em;
    font-style: italic;
  }
  
  .wp-caption-text {
    text-align: center;
  }
  
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  .gallery {
    margin-bottom: 1.5em;
    margin-right: -10px;
    margin-left: -10px;
  }
  
  .gallery-item {
    float: right;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .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;
  }
  
  @media only screen and (min-width: 1100px) {
    .oxin-gallery-layout-one {
      float: right;
      max-width: 1545px;
    }
  }
  .oxin-gallery-layout-one .gallery-caption {
    margin-top: 15px;
    font-weight: 500;
  }
  
  .oxin-gallery-layout-two .gallery-caption {
    margin-top: 15px;
    font-weight: 500;
  }
  
  .owl-carousel-custom-control button, .owl-carousel-custom-control input[type="button"], .owl-carousel-custom-control input[type="reset"], .owl-carousel-custom-control input[type="submit"] {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 15px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
  }
  
  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    border-radius: 3px;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP tool-bar. */
  }
  
  .skip-link {
    position: absolute;
    top: -100px;
    background-color: #f1f1f1;
    -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);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    right: 6px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
    -webkit-transition: top .75s ease-out;
    transition: top .75s ease-out;
  }
  .skip-link:focus {
    color: #21759b;
    top: 7px;
    -webkit-transition: top 0s;
    transition: top 0s;
  }
  
  /* Load More
   * ------------------------ */
  .infinite-scroll-status {
    display: none;
    /* hidden by default */
    text-align: center;
    color: #777;
    position: absolute;
    margin: auto;
    width: 70px;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  /* loader-ellips
   * ------------------------ */
  .loader-ellips {
    font-size: 15px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 0 auto;
  }
  
  .loader-ellips__dot {
    display: block;
    width: 0.75em;
    height: 0.75em;
    border-radius: 0.5em;
    background: #000;
    position: absolute;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .loader-ellips__dot:nth-child(1),
  .loader-ellips__dot:nth-child(2) {
    right: 0;
  }
  
  .loader-ellips__dot:nth-child(3) {
    right: 1.5em;
  }
  
  .loader-ellips__dot:nth-child(4) {
    right: 3em;
  }
  
  @keyframes reveal {
    from {
      -webkit-transform: scale(0.001);
      transform: scale(0.001);
    }
  
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes slide {
    to {
      -webkit-transform: translateX(-1.5em);
      transform: translateX(-1.5em);
    }
  }
  @keyframes slide {
    to {
      -webkit-transform: translateX(-1.5em);
      transform: translateX(-1.5em);
    }
  }
  .loader-ellips__dot:nth-child(1) {
    -webkit-animation-name: reveal;
    animation-name: reveal;
  }
  
  .loader-ellips__dot:nth-child(2),
  .loader-ellips__dot:nth-child(3) {
    -webkit-animation-name: slide;
    animation-name: slide;
  }
  
  .loader-ellips__dot:nth-child(4) {
    -webkit-animation-name: reveal;
    animation-name: reveal;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  .clear:before,
  .clear:after,
  .entry-content:before,
  .entry-content:after,
  .comment-content:before,
  .comment-content:after,
  .site-header:before,
  .site-header:after,
  .site-content:before,
  .site-content:after,
  .site-footer:before,
  .site-footer:after {
    content: "";
    display: table;
  }
  
  .clear:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after {
    clear: both;
  }
  
  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  .infinite-scroll .posts-navigation,
  .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
  }
  
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .never ending) before. */
  .infinity-end.neverending .site-footer {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # Header Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  .preloader {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #12141c;
    overflow: hidden;
  }
  
  .preloader-inner {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  
  .preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
  }
  
  .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-color: #e51681;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
  }
  
  .preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
  }
  
  @keyframes preloader-fx {
    0% {
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
      opacity: 0.5;
    }
  
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  @-webkit-keyframes preloader-fx {
    0% {
      -webkit-transform: scale(0, 0);
      opacity: 0.5;
    }
  
    100% {
      -webkit-transform: scale(1, 1);
      opacity: 0;
    }
  }
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  header.site-header, header.oxin-custom-header {
    position: relative;
    background-color: #ffffff;
    z-index: 99;
  }
  header.header-transparent {
    background: transparent !important;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 20;
  }
  .sticky-header.sticky-show{
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0;
  }
  .sticky-header {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
  }
  .sticky-hide {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .oxin-mobile-menu-active .oxin-nav{
    opacity: 1;
    height: 100%;
    overflow: unset;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  @media only screen and (min-width: 992px) {
    .sticky-show {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .sticky-enable .sticky-header {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .site-branding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 130px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-branding .site-title {
    font-weight: 900;
    margin-bottom: 0;
  }
  .site-branding .site-branding-text .site-description {
    font-size: 12px;
    margin-bottom: 0;
  }
  
  .full-screen-search-overlay {
    background: #110f10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    -webkit-transition: all 0s 0.5s cubic-bezier(0.645, 0.05, 0.355, 1);
    transition: all 0s 0.5s cubic-bezier(0.645, 0.05, 0.355, 1);
    width: 100%;
    z-index: 1000;
  }
  .full-screen-search-overlay .fullscreen-close {
    position: absolute;
    left: 45px;
    top: 45px;
    color: #ffffff;
    z-index: 999;
  }
  .full-screen-search-overlay .fullscreen-close i {
    font-size: 20px !important;
  }
  .full-screen-search-overlay .full-screen-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 2rem 4.25rem 0;
    width: 100%;
  }
  .full-screen-search-overlay .full-screen-container .searchform {
    width: 45%;
    margin: auto;
  }
  @media only screen and (max-width: 992px) {
    .full-screen-search-overlay .full-screen-container .searchform {
      width: 75%;
    }
  }
  @media only screen and (max-width: 767px) {
    .full-screen-search-overlay .full-screen-container .searchform {
      width: 90%;
    }
  }
  .full-screen-search-overlay .full-screen-container .searchform .form-control {
    background: transparent;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 3px solid #424242;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 0;
    padding: 20px 30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .full-screen-search-overlay .full-screen-container .searchform .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
  }
  .full-screen-search-overlay .full-screen-container .searchform .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
  }
  .full-screen-search-overlay .full-screen-container .searchform .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
  }
  .full-screen-search-overlay .full-screen-container .searchform .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
  }
  .full-screen-search-overlay .full-screen-container .searchform .form-control:focus {
    border-bottom-color: #303030;
  }
  .full-screen-search-overlay .full-screen-container .searchform .form-control:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
  }
  .full-screen-search-overlay .full-screen-container .searchform .form-control:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  .full-screen-search-overlay .full-screen-container .searchform .form-control:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
  }
  .full-screen-search-overlay .full-screen-container .searchform .form-control:focus:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  .full-screen-search-overlay .full-screen-container .searchform .btn-default {
    background: transparent;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
    color: #fff;
  }
  .full-screen-search-overlay.open {
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  
  .eff-background {
    background-color: #000;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1100;
  }
  
  .eff-background.animated {
    display: block;
    -webkit-animation: reveal-vertical 1s cubic-bezier(0.645, 0.05, 0.355, 1) both;
    animation: reveal-vertical 1s cubic-bezier(0.645, 0.05, 0.355, 1) both;
  }
  
  @media only screen and (min-width: 992px) {
    header.site-header > .container-fluid {
      padding-right: 30px;
      padding-left: 30px;
    }
  }
  
  header.site-header > .container-fluid > .row {
    margin-right: 0;
    margin-left: 0;
  }
  
  section.hero-block.bg-soft-black {
    position: relative;
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0%;
  }
  section.hero-block:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.30);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
  section.hero-block.bg-soft-black > .container {
    position: relative;
  }

  section.hero-block.bg-image {
    position: relative;
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  @media only screen and (max-width: 993px) {
    section.hero-block.bg-image {
      background-position-x: -400px;
    }
  }
  .dark-version header.site-header,
  .dark-version header.oxin-custom-header{
    background: #333333;
    color: #fff;
  }
  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a {
    color: inherit;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  a:hover, a:focus, a:active {
    text-decoration: none;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover, a:active {
    outline: 0;
    text-decoration: none;
  }
  
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Menu
  --------------------------------------------------------------*/
    header.site-header .menu-button {
      display: none;
    }
    header.site-header #mobile-menu {
      display: none;
    }
    header.site-header .mainmenu {
      position: relative;
    }
    header.site-header .overlapblackbg {
      display: none;
    }
    header.site-header .menu-wrapper {
      position: relative;
    }
    header.site-header .site-navigation {
      margin-left: -15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    header.site-header .menu-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 130px;
    }
    header.site-header .mainmenu {
      padding: 0;
      margin-bottom: 0;
      margin-left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    header.site-header .mainmenu li {
      list-style: none;
      position: relative;
    }
    header.site-header .mainmenu > li {
      padding-right: 20px;
      padding-left: 20px;
    }
    header.site-header .navigation .mainmenu > li > a {
      font-size: 18px;
      font-weight: 800;
      text-decoration: none;
      position: relative;
      color: #424242;
      vertical-align: middle;
      -webkit-box-shadow: 0 0 1px transparent;
      box-shadow: 0 0 1px transparent;
      white-space: nowrap;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    header.site-header .navigation .mainmenu > li > a span {
      font-size: 14px;
      color: #929292;
      margin-right: 5px;
    }
    header.site-header .navigation .mainmenu > li > a > .fa-angle-down {
      position: absolute;
      font-size: 11px;
      left: -15px;
      opacity: 0.45;
    }
    header.site-header .navigation .mainmenu > li > a:after {
      content: '';
      width: 7px;
      height: 7px;
      background: #333;
      border-radius: 50%;
      right: 0;
      left: 0;
      position: absolute;
      margin: auto;
      top: 32%;
      opacity: 0;
      -webkit-transition: opacity 0.8s ease;
      transition: opacity 0.8s ease;
    }
    header.site-header .navigation .mainmenu > li.active > a:after,
    header.site-header .navigation .mainmenu > li > a:hover:after {
      opacity: 1;
    }
    header.site-header .navigation .mainmenu > li.current-menu-item > a:before,
    header.site-header .navigation .mainmenu > li.current-menu-ancestor > a:before {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    header.site-header .navigation .mainmenu > li.current-menu-item > a:after,
    header.site-header .navigation .mainmenu > li.current-menu-ancestor > a:after {
      opacity: 1;
    }
    .dark-version header.site-header .navigation .mainmenu > li > a {
      font-weight: 500;
      color: #dedede;
    }
    .dark-version header.site-header .navigation .mainmenu > li > a > .fa-angle-down {
      color: #737373;
    }
    header.site-header .menu-click {
      display: none;
    }
    header.site-header .mainmenu .sub-menu {
      text-align: right;
      min-width: 240px;
      position: absolute;
      z-index: 999;
      margin: 0;
      padding: 20px 30px;
      background-color: black;
      opacity: 0;
      -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
      -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
      transition: transform 0.3s,opacity 0.3s;
    }
    header.site-header .mainmenu .sub-menu li {
      position: relative;
      display: block;
    }
    header.site-header .mainmenu .sub-menu li a {
      background-image: none;
      color: white;
      border-left: 0 none;
      text-align: right;
      display: block;
      line-height: 1.5em;
      padding: 10px 0;
      text-transform: none;
      font-size: 16px;
      font-weight: 500;
      display: block;
      position: relative;
    }
    header.site-header .mainmenu .sub-menu li a:hover {
      opacity: 0.85;
    }
    header.site-header .mainmenu .sub-menu li:last-child a {
      border-bottom: none;
    }
    header.site-header .mainmenu .sub-menu .current-menu-parent > a,
    header.site-header .mainmenu .sub-menu .current-menu-item > a,
    header.site-header .mainmenu .sub-menu .current-menu-ancestor > a {
      opacity: 0.85;
    }
    header.site-header .mainmenu .sub-menu li:last-child > a {
      border-bottom: 0;
    }
    header.site-header .menuexpandermain {
      display: none;
    }
    header.site-header .mainmenu .sub-menu .fa-angle-down {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      left: 0;
      position: absolute;
      top: 17px;
      font-size: 10px;
    }
    header.site-header .mainmenu li:hover .sub-menu,
    header.site-header .mainmenu .sub-menu li:hover .sub-menu-sub {
      display: block;
    }
    header.site-header .mainmenu .sub-menu .sub-menu,
    header.site-header .mainmenu .sub-menu .sub-menu .sub-menu {
      left: 100%;
      top: -20px;
      z-index: 1001;
    }
    header.site-header .mainmenu .sub-menu li {
      position: relative;
      display: block;
    }
    header.site-header .mainmenu li > .sub-menu,
    header.site-header .mainmenu li > .megamenu > .sub-menu {
      -webkit-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      visibility: hidden;
    }
    header.site-header .mainmenu li.menu-item-has-children:hover > ul, header.site-header .mainmenu li.menu-item-has-children:focus > ul, header.site-header .mainmenu li.menu-item-has-children.focus > ul {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 1;
      visibility: visible;
    }
    header.site-header .mainmenu li.menu-item-has-children:focus-within > a + ul {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 1;
      visibility: visible;
    }
    header.site-header .mainmenu li:hover > a,
    header.site-header .mainmenu > li > a:hover,
    header.site-header .mainmenu > li > a.active {
      background-color: transparent;
      text-decoration: none;
    }
    .dark-version header.site-header .navigation .mainmenu > li.active > a,
    .dark-version header.site-header .navigation .mainmenu > li > a:hover {
      color: #b1b1b1;
    }
    .dark-version header.site-header .mainmenu > li {
      border-bottom-color: #4e4e4e;
    }
  
  .hamburger-wrapper {
    background: #110f10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    -webkit-transition: all 0s 0.5s cubic-bezier(0.645, 0.05, 0.355, 1);
    transition: all 0s 0.5s cubic-bezier(0.645, 0.05, 0.355, 1);
    width: 100%;
    z-index: 1000;
  }
  .hamburger-wrapper.menu-show {
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  .hamburger-wrapper.menu-show .menu-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .hamburger-wrapper .menu-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 4.25rem 8.5rem;
    width: 100%;
  }
  @media only screen and (max-width: 1100px) {
    .hamburger-wrapper .menu-inner {
      padding: 2.25rem;
    }
  }
  .hamburger-wrapper .mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    float: none;
    text-align: right;
    margin: 0;
    min-width: 675px;
    margin-top: 0;
  }
  @media only screen and (max-width: 768px) {
    .hamburger-wrapper .mainmenu {
      overflow: auto;
      text-align: center;
      min-width: 100%;
    }
  }
  @media only screen and (max-height: 320px) {
    .hamburger-wrapper .mainmenu {
      -webkit-box-pack: normal;
      -webkit-justify-content: normal;
      -ms-flex-pack: normal;
      justify-content: normal;
      padding: 2.14rem 0 0;
    }
  }
  .hamburger-wrapper .mainmenu > li > .menu-inside > a {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .hamburger-wrapper .mainmenu li > .menu-inside {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hamburger-wrapper .mainmenu li .menu-inside a {
    position: relative;
  }
  .hamburger-wrapper .mainmenu li .menu-inside a:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    opacity: 0.3;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .hamburger-wrapper .mainmenu li:hover > .menu-inside a:before,
  .hamburger-wrapper .mainmenu li.current_page_item > .menu-inside a:before {
    background: #fe628e;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .hamburger-wrapper .mainmenu li > .menu-inside > a {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.85s ease;
    transition: all 0.85s ease;
  }
  @media only screen and (max-width: 767px) {
    .hamburger-wrapper .mainmenu li > .menu-inside > a {
      font-size: 1.5rem;
    }
  }
  @media only screen and (max-width: 1200px) {
    .hamburger-wrapper .mainmenu li > .menu-inside > a {
      font-size: 2.5rem;
    }
  }
  .hamburger-wrapper .mainmenu > li > a:hover:before, .hamburger-wrapper .mainmenu > li.current_page_item > a:before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #c3ac6d;
    opacity: 0.2;
    -webkit-transition: .4s width;
    transition: .4s width;
    top: 55px;
    right: -15px;
    width: 20%;
    height: 30px;
  }
  @media only screen and (max-width: 992px) {
    .hamburger-wrapper .mainmenu > li > a:hover:before, .hamburger-wrapper .mainmenu > li.current_page_item > a:before {
      width: 20%;
      right: 0;
      left: 0;
      margin: auto;
      top: 30px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .hamburger-wrapper .mainmenu > li > a:hover:before, .hamburger-wrapper .mainmenu > li.current_page_item > a:before {
      height: 15px;
      top: 30px;
    }
  }
  @media only screen and (max-width: 1100px) {
    .hamburger-wrapper .mainmenu > li {
      max-width: 100%;
    }
  }
  .hamburger-wrapper .mainmenu li a i {
    display: none;
  }
  .hamburger-wrapper .mainmenu .back-click {
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    color: #fff;
    margin-bottom: 25px;
    display: inline-block;
    padding: 15px;
    margin-right: -15px;
  }
  .hamburger-wrapper .mainmenu .menu-click {
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    color: #fff;
    margin-right: 30px;
    padding: 15px;
  }
  .hamburger-wrapper .mainmenu .sub-menu {
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 100%;
    opacity: 0;
    list-style: none;
    margin: 0;
    line-height: 1.6;
    z-index: 10;
    padding: 0;
    visibility: hidden;
    background: transparent !important;
  }
  .hamburger-wrapper .mainmenu .sub-menu .sub-menu {
    margin: 0;
  }
  .hamburger-wrapper .mainmenu.has-hovered-link > li > a {
    opacity: .1;
  }
  .hamburger-wrapper .mainmenu.has-hovered-link > li.current > a {
    opacity: 1;
  }
  .hamburger-wrapper.menu-show .mainmenu > li {
    opacity: 1;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(2) {
    -webkit-transition-delay: .70s;
    transition-delay: .70s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(3) {
    -webkit-transition-delay: .90s;
    transition-delay: .90s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(4) {
    -webkit-transition-delay: .110s;
    transition-delay: .110s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(5) {
    -webkit-transition-delay: .130s;
    transition-delay: .130s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(6) {
    -webkit-transition-delay: .150s;
    transition-delay: .150s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(7) {
    -webkit-transition-delay: .170s;
    transition-delay: .170s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(8) {
    -webkit-transition-delay: .190s;
    transition-delay: .190s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(9) {
    -webkit-transition-delay: .210s;
    transition-delay: .210s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(10) {
    -webkit-transition-delay: .230s;
    transition-delay: .230s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(11) {
    -webkit-transition-delay: .250s;
    transition-delay: .250s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(12) {
    -webkit-transition-delay: .270s;
    transition-delay: .270s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(13) {
    -webkit-transition-delay: .290s;
    transition-delay: .290s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(14) {
    -webkit-transition-delay: .310s;
    transition-delay: .310s;
  }
  .hamburger-wrapper.menu-show .mainmenu > li:nth-child(15) {
    -webkit-transition-delay: .330s;
    transition-delay: .330s;
  }
  
  .ef-background {
    background-color: #000;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1100;
  }
  
  .ef-background.animated {
    display: block;
    -webkit-animation: reveal-vertical 1s cubic-bezier(0.645, 0.05, 0.355, 1) both;
    animation: reveal-vertical 1s cubic-bezier(0.645, 0.05, 0.355, 1) both;
  }
  
  .menu-content .shoping-cart > a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 15px;
    font-size: 18px;
    position: relative;
  }
  @media only screen and (max-width: 992px) {
    .menu-content .shoping-cart > a {
      padding: 25px 15px;
    }
  }
  
  .shoping-cart {
    position: relative;
  }
  .shoping-cart .header-cart-dropdown {
    text-align: right;
    min-width: 240px;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 20px 30px;
    background-color: black;
    opacity: 0;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
    transition: transform 0.3s,opacity 0.3s;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    visibility: hidden;
  }
  .shoping-cart .header-cart-dropdown .woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
    color: white;
  }
  .shoping-cart a:hover {
    color: inherit;
  }
  .shoping-cart:hover .header-cart-dropdown {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }
  
  .search-wrapper a {
    font-size: 15px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 16px;
    position: relative;
    color: #000000;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  @media only screen and (max-width: 992px) {
    .search-wrapper a {
      padding: 25px 15px;
    }
  }
  
  .hamburger-menu {
    z-index: 999;
    margin-right: 0;
  }
  .hamburger-menu.hamburger-mobile .menu-indicator {
    display: none;
  }
  @media only screen and (max-width: 992px) {
    .hamburger-menu.hamburger-mobile .menu-indicator {
      position: relative;
      width: 45px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .hamburger-menu.hamburger-desktop .menu-indicator, .hamburger-menu.hamburger-widget-display .menu-indicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-width: 45px;
    padding: 0 15px;
    height: 100%;
  }
  .hamburger-menu.hamburger-desktop .menu-indicator .hamburger-content, .hamburger-menu.hamburger-widget-display .menu-indicator .hamburger-content {
    top: 50%;
  }
  @media only screen and (max-width: 992px) {
    .hamburger-menu.hamburger-widget-display .menu-indicator {
      display: none;
    }
  }
  @media only screen and (max-width: 992px) {
    .hamburger-menu {
      margin-top: 0;
      margin-right: 0;
    }
  }
  .hamburger-menu .hamburger-content {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 2px;
    background: black;
    left: 12px;
    display: block;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .hamburger-menu .hamburger-content:before,
  .hamburger-menu .hamburger-content:after {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 100%;
    background: black;
    left: 0;
  }
  .hamburger-menu .hamburger-content:before {
    top: -7px;
  }
  .hamburger-menu .hamburger-content:after {
    bottom: -7px;
  }
  .hamburger-menu.is-active .hamburger-content {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 18px;
    z-index: 99;
  }
  .hamburger-menu.is-active .hamburger-content:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
    width: 18px;
  }
  .hamburger-menu.is-active .hamburger-content:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0;
    width: 18px;
  }
  
  .dark-version .hamburger-content {
    background: white;
  }
  .dark-version .hamburger-content:before,
  .dark-version .hamburger-content:after {
    background: white;
  }
  .dark-version .search-wrapper a {
    color: white;
  }
  .dark-version .site-branding-text .site-title {
    color: white;
  }
  .dark-version header.site-header > .container {
    border-bottom-color: #4e4e4e;
  }
  
  .hamburger-close {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 75px;
    top: 75px;
    cursor: pointer;
    z-index: 1101;
    display: block;
    overflow: hidden;
  }
  @media only screen and (max-width: 992px) {
    .hamburger-close {
      left: 15px;
      top: 15px;
    }
  }
  
  .hamburger-close div {
    position: absolute;
    top: 10px;
    width: 22px;
    height: 2px;
    left: 0;
    display: block;
    background: white;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger-close div:before, .hamburger-close div:after {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 100%;
    background: white;
    left: 0;
  }
  .hamburger-close div:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
    width: 22px;
  }
  .hamburger-close div:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0;
    width: 22px;
  }
  
  @media only screen and (max-width: 992px) {
    .disable-content-menu {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      background-color: #fff;
      visibility: hidden;
      opacity: 0;
      z-index: 2;
      cursor: url("../images/close.png"), e-resize;
      webkit-transition: all 0.3s ease-in-out 0.5s;
      -webkit-transition: all 0.3s ease-in-out 0.5s;
      transition: all 0.3s ease-in-out 0.5s;
    }
  
    .disable-content-menu.is-active {
      visibility: visible;
      opacity: 0.4;
      webkit-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }
  
    .dark-version .disable-content-menu {
      background-color: #313131;
    }
  }
  /*--------------------------------------------------------------
  ## Pagination
  --------------------------------------------------------------*/
  /* page link pagination */
  .article-content .page-links span {
    border: 1px solid #ebebeb;
    font-size: 1em;
    padding: 0.4em 0.8em;
    font-weight: 600;
  }
  .article-content .page-links > span {
    color: #fff;
  }
  .article-content .page-links a {
    text-decoration: none;
  }
  
  .pagination-link {
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 0;
    margin-right: -5px;
    margin-left: -5px;
  }
  .pagination-link > li {
    display: inline-block;
    font-weight: bold;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin: 5px;
    text-align: center;
  }
  .pagination-link > li a {
    position: relative;
    line-height: 50px;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    display: block;
    font-size: 15px;
    background: #f5f5f5;
  }
  .pagination-link > li.active a {
    background: #303030;
    color: #ffffff;
  }
  
  .pagination-block {
    padding: 15px 0;
  }
  .pagination-block .pagination {
    margin: 0;
    margin-bottom: -10px;
    display: block;
  }
  .pagination-block .pagination li {
    display: inline-block;
  }
  .pagination-block .pagination li a {
    margin-left: 10px;
    margin-bottom: 10px;
    color: black;
    font-weight: 700;
    line-height: 50px;
    font-size: 15px;
    display: block;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background: white;
    text-align: center;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .pagination-block .pagination li.active a {
    color: white;
    background: #e51681;
  }
  .pagination-block .pagination .dot i {
    color: #dddddd;
  }
  .pagination-block .pagination.pagination-style-two {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 992px) {
    .pagination-block {
      margin-bottom: 30px;
    }
  }
  
  .page-numbers.dots {
    margin-left: 12px;
  }
  
  .custom-pagination {
    margin-top: 20px;
  }
  .custom-pagination .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
  .custom-pagination .nav-links > * {
    margin-left: 10px;
    margin-bottom: 10px;
    color: black;
    font-weight: 700;
    line-height: 50px;
    font-size: 15px;
    display: block;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background: white;
    text-align: center;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .custom-pagination .nav-links > span.current {
    color: #ffffff;
    background: #2d2d2d;
  }
  .custom-pagination .page-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    font-family: VazirFD;
  }
  .custom-pagination .page-numbers li > * {
    margin-left: 10px;
    margin-bottom: 10px;
    color: black;
    font-weight: 700;
    line-height: 40px;
    font-size: 15px;
    display: block;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    background: white;
    text-align: center;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .custom-pagination .page-numbers > li > span.current {
    color: #ffffff;
    background: #2d2d2d;
  }
  
  .single-post-pagination {
    border-top: 1px solid #d1d1d1a6;
    border-bottom: 1px solid #d1d1d1a6;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 0;
  }
  
  .single-post-pagination .row {
    flex-direction: row-reverse; 
  }

  .single-post-pagination .more-link-wrap {
    margin-top: 0 !important;
  }
  
  /*--------------------------------------------------------------
  ## Navigation Responsive
  --------------------------------------------------------------*/
  @media only screen and (max-width: 992px) {
    .menu-button {
      background: transparent none repeat scroll 100% 0;
      border-bottom: medium none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #222222;
      cursor: pointer;
      display: block;
      font-size: 14px;
      font-weight: 500;
      height: 42px;
      line-height: 40px;
      padding: 0;
      position: relative;
      float: left;
      z-index: 0;
    }
  
    .dark-version .menu-button {
      color: white;
    }
  
    header .menu-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      height: 130px;
    }
    header .mainmenu > li > a {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-box-shadow: 0 0 1px transparent;
      box-shadow: 0 0 1px transparent;
      color: #fff !important;
      display: block;
      font-weight: 500;
      line-height: 30px;
      overflow: hidden;
      padding: 10px 20px;
      position: relative;
      text-decoration: none;
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      vertical-align: middle;
      font-size: 14px;
      border-top: 1px solid #1f1f1f;
    }
    header .mainmenu {
      width: 240px;
      height: 100%;
      position: fixed;
      right: -100%;
      padding: 0;
      top: 0;
      margin: 0;
      z-index: 1010;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      border: none;
      background: #12141c;
    }
    header .mainmenu.menuopen {
      right: 0;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
    }
    header .navigation .menu-content > li {
      width: 240px;
      display: block;
      float: none;
      border-left: none;
      background-color: transparent;
      position: relative;
      text-align: right;
      white-space: inherit;
    }
    header ul.mainmenu {
      padding: 0;
      margin: 0;
      list-style: none;
    }
    header .mainmenu li {
      position: relative;
    }
    header .mainmenu li a .fa-angle-down {
      display: none;
    }
    header .menu-click {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      cursor: pointer;
      z-index: 120;
      text-align: center;
    }
    header .menu-click i {
      display: block;
      -webkit-background-size: 25px;
      background-size: 25px;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.35) !important;
      float: left;
      padding: 21px;
      width: 54px;
      -webkit-transition: -webkit-transform 0.1s ease;
      transition: transform 0.1s ease;
    }
    header .menu-extend.fa-plus::before {
      content: "\f068";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
    header ul.sub-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: none;
    }
    header ul.sub-menu li a {
      padding: 12px 20px 12px 32px;
      font-size: 14px;
      border-left: solid 0px;
      background-color: transparent;
      line-height: 25px;
      border-top: 1px solid #1f1f1f;
      position: relative;
      color: white;
      display: block;
    }
  }
  @media only screen and (min-width: 779px) {
    body.admin-bar .sticky-header {
      top: 32px;
    }
  }
  @media only screen and (max-width: 779px) {
    body.admin-bar .sticky-header {
      top: 46px;
    }
  }
  @media only screen and (max-width: 600px) {
    body.admin-bar .mainmenu.menuopen,
    body.admin-bar .sticky-header.menuopen {
      top: 46px;
    }
    body.admin-bar .mainmenu.menuopen.scroll,
    body.admin-bar .sticky-header.menuopen.scroll,
    body.admin-bar .sticky-header-template-wrap {
      top: 0px;
    }
  }
  @media only screen and (max-width: 992px) and (min-width: 779px) {
    body.admin-bar .mainmenu {
      top: 32px;
    }
  }
  @media only screen and (max-width: 779px) and (min-width: 601px) {
    body.admin-bar .mainmenu {
      top: 46px;
    }
  }
  /*--------------------------------------------------------------
  # Layout
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Slider
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## About us
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Area Of Work
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Tab Style
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Skill
  --------------------------------------------------------------*/
  .contact-block {
    position: relative;
  }
  
  /*--------------------------------------------------------------
  ## Portfolio
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Portfolio Filter
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Testimonial
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Blog
  --------------------------------------------------------------*/
  article {
    margin-bottom: 60px;
  }
  article .entry-title {
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
  }
  .dark-version .entry-title {
    color: white;
  }
  article.sticky .entry-title {
    position: relative;
  }
  article.sticky {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
  article .post-category {
    margin-bottom: 15px;
  }
  article .post-category > a,
  .blog-single-page .blog-tag .tagcloud a {
    display: inline-block;
    color: #fff;
    border-radius: 2rem;
    font-size: 12px;
    padding: 4px 18px;
    margin-bottom: 5px;
  }
  article.sticky .entry-title:after {
    content: "\f08d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #dedede;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -15px;
    font-size: 15px;
  }
  @media only screen and (max-width: 767px) {
    article.sticky h2.entry-title:after {
      top: -18px;
      left: 0;
    }
  }
  article .list-layout {
    padding-right: 45px;
    padding-left: 45px;
    padding-bottom: 45px;
  }
  article .list-layout .post-thumb {
    margin-bottom: 45px;
    margin-right: -45px;
    margin-left: -45px;
  }
  article .list-layout .post-category {
    margin-bottom: 20px;
  }
  article .list-layout .post-category a {
    background: #f5e7d2;
    color: #676767;
    font-size: 14px;
    padding: 5px 15px;
    margin-left: 3px;
    margin-bottom: 3px;
    display: inline-block;
  }
  article .list-layout .post-category a:hover {
    color: white;
  }
  article .list-layout .entry-content {
    margin-bottom: 20px;
  }
  article .list-layout .entry-content > p:last-of-child {
    margin-bottom: 0;
  }
  article .list-layout .entry-title {
    margin-bottom: 15px;
  }
  article .list-layout .more-link {
    color: #2d2d2d;
    padding: 15px 30px;
    display: inline-block;
    position: relative;
  }
  article .list-layout .more-link i {
    margin-right: 8px;
    opacity: 0.75;
  }
  article .list-layout .more-link:hover {
    color: white;
  }
  article .grid-featurs-layout {
    margin-bottom: 90px;
  }
  @media only screen and (min-width: 992px) {
    article .grid-featurs-layout > .row {
      margin-right: -20px;
      margin-left: -20px;
    }
  }
  article .grid-featurs-layout .entry-title {
    font-size: 60px;
    font-weight: 600;
    color: #474747;
  }
  article .grid-featurs-layout .post-category {
    margin-bottom: 20px;
  }
  article .grid-featurs-layout .post-category a {
    background: #f5e7d2;
    color: #676767;
    font-size: 14px;
    padding: 5px 15px;
    margin-left: 3px;
    margin-bottom: 3px;
    display: inline-block;
  }
  article .grid-featurs-layout .post-category a:hover {
    color: white;
  }
  article .grid-featurs-layout .entry-content {
    margin-bottom: 20px;
  }
  article .grid-featurs-layout .entry-content > p:last-of-child {
    margin-bottom: 0;
  }
  article .grid-featurs-layout .entry-title {
    margin-bottom: 15px;
  }
  article .grid-featurs-layout .more-link {
    color: #2d2d2d;
    padding: 15px 30px;
    display: inline-block;
    position: relative;
  }
  article .grid-featurs-layout .more-link i {
    margin-right: 8px;
    opacity: 0.75;
  }
  article .grid-featurs-layout .more-link:hover {
    color: white;
  }
  article .grid-layout {
    padding-bottom: 30px;
  }
  article .grid-layout .post-thumb {
    margin-bottom: 30px;
  }
  article .grid-layout .post-thumb a {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: block;
    width: calc( 100% - 15px - 15px );
    border-radius: 7px;
  }
  article .grid-layout .post-thumb a:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    opacity: 0;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    z-index: 1;
  }
  article .grid-layout .post-thumb a:hover:after {
    opacity: 1;
  }
  article .grid-layout .entry-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  article .grid-layout .post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  article .grid-layout .post-meta .author-thumb {
    margin-left: 15px;
  }
  article .grid-layout .post-meta .author-thumb img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  article .grid-layout .post-meta .entry-author {
    margin-bottom: 0;
    font-size: 14px;
  }
  article .grid-layout .post-meta .entry-author > span {
    margin-left: 5px;
  }
  article .grid-layout .post-meta .entry-date {
    font-size: 14px;
  }
  article .grid-layout .post-meta > div {
    margin-left: 15px;
  }
  @media only screen and (min-width: 992px) {
    article.sticky .post-thumb {
      margin-bottom: 0;
    }
  }
  @media only screen and (min-width: 992px) {
    article .align-items-center .post-thumb {
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    article .post-thumb img {
      width: 100%;
    }
  }
  article .entry-footer .entry-author,
  article .entry-footer .entry-date {
    font-size: 15px;
    color: #7a7a7a;
  }
  article .entry-footer .entry-author a,
  article .entry-footer .entry-date a {
    color: #000000;
  }
  article .entry-footer .more-meta {
    margin-top: 10px;
    font-size: 15px;
    color: #b1b1b1;
  }
  article .entry-footer .more-meta > span {
    margin-left: 10px;
  }
  article .entry-footer .more-meta > span > i {
    margin-left: 7px;
    opacity: 0.65;
  }
  article .more-link-wrap {
    margin-top: 20px;
  }
  article .more-link-wrap .more-link {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 30px;
    display: inline-block;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border: 2px solid #c1c1c1;
    line-height: 1.5;
  }
  
  .elementor-widget-container article .grid-layout {
    padding-bottom: 0;
  }
  
  .blog-block {
    position: relative;
    z-index: 2;
  }
  
  .blog-block .blog-latest-items .entry-content {
    line-height: 1.75em;
  }
  .blog-block .blog-latest-items .entry-content p {
    line-height: inherit;
  }
  
  .posts-loadmore a {
    background: #2d2d2d;
    color: #fff;
    padding: 15px 45px;
    font-weight: 600;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .posts-loadmore a i {
    margin-left: 4px;
  }

  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Blog Single
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # blog-single
  --------------------------------------------------------------*/
  .blog-block-single {
    position: relative;
    z-index: 2;
  }
  
  .blog-single-page .grid-layout .entry-meta > span {
    margin-left: 15px;
  }
  .blog-single-page .grid-layout .entry-meta > span > i {
    margin-left: 5px;
  }
  .blog-single-page .grid-layout {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .blog-single-page .post-meta {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .blog-single-page .post-thumb img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-single-page .post {
    margin-bottom: 60px;
  }
  .blog-single-page .single-category {
    margin-bottom: 30px;
  }
  .blog-single-page > article .entry-title {
    font-weight: bold;
  }
  .blog-single-page > article.post:only-child {
    margin-bottom: 0;
  }
  .blog-single-page .entry-content > p:last-of-type {
    margin-bottom: 1.3em !important;
  }
  .blog-single-page .entry-content ul li, .blog-single-page .entry-content ol li {
    margin-top: 10px;
    line-height: 1.6em;
  }
  .blog-single-page .entry-content > ul,
  .blog-single-page .entry-content > ol {
    padding-right: 20px;
    margin-bottom: 1.25rem;
  }
  .blog-single-page .entry-content table {
    margin-bottom: 30px;
  }
  .blog-single-page .entry-content table:not(.wp-block-table) {
    width: 100%;
  }
  .blog-single-page .entry-content table:not(.wp-block-table) td,
  .blog-single-page .entry-content table:not(.wp-block-table) th {
    border: 1px solid #ddd;
    padding: 10px;
  }
  .blog-single-page .entry-content > .wp-block-cover {
    margin-bottom: 30px;
  }
  .blog-single-page .entry-content .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
  }
  .blog-single-page .blog-tag {
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blog-single-page .blog-tag span {
    margin-left: 5px;
  }
  
  .blog-single-page .blog-tag .tagcloud a:before {
    content: '#';
    margin-left: 2px;
    opacity: 0.85;
  }
  
  .wp-block-button__link {
    text-decoration: none !important;
  }
  
  ul.wp-block-gallery,
  ol.wp-block-gallery {
    padding: 0 !important;
  }
  
  .wp-block-gallery .blocks-gallery-item {
    margin-top: 0 !important;
  }
  
  .full-content .post .entry-content > .alignwide,
  .full-content .post .grid-layout > .alignwide {
    max-width: none;
    width: 70vw;
    max-width: none;
    margin-right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  
  @media only screen and (max-width: 1450px) and (min-width: 1300px) {
    .full-content .post .entry-content > .alignwide,
    .full-content .post .grid-layout > .alignwide {
      width: 75vw;
    }
  }
  @media only screen and (max-width: 1299px) and (min-width: 600px) {
    .full-content .post .entry-content > .alignwide,
    .full-content .post .grid-layout > .alignwide {
      width: 90vw;
    }
  }
  @media only screen and (max-width: 600px) {
    .full-content .post .entry-content > .alignwide,
    .full-content .post .grid-layout > .alignwide {
      margin-right: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      width: 100%;
    }
  }
  .full-content .post .entry-content > .alignfull,
  .full-content .post .grid-layout > .alignfull {
    width: 99vw;
    max-width: none;
    margin-right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  
  .wp-block-categories.aligncenter {
    text-align: center;
  }
  
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 0;
  }
  
  .related-post-content .post-section-title {
    position: relative;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .related-post-content .post-section-title:after {
    content: '';
    width: 35px;
    height: 2px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
  }
  .related-post-content .post {
    margin-bottom: 45px;
  }
  
  .single-post-pagination .more-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-post-pagination .more-link-wrap h3 {
    font-weight: bold;
    font-size: 14px;
  }
  .single-post-pagination .post-thumb img {
    width: 90px;
    height: auto;
    border-radius: 50%;
  }
  .single-post-pagination .page-post-content > a {
    opacity: 0.65;
    font-size: 15px;
  }
  .single-post-pagination .previous-posts {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .single-post-pagination .previous-posts .post-thumb {
    margin-left: 15px;
  }
  .single-post-pagination .next-posts {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .single-post-pagination .next-posts .post-thumb {
    margin-right: 15px;
  }
  .single-post-pagination a:hover {
    color: inherit !important;
  }
  
  .related-content .entry-content {
    line-height: 1.75em;
  }
  .related-content .entry-content > p {
    line-height: normal;
  }

  /*--------------------------------------------------------------
  # WooCommerce Styling
  --------------------------------------------------------------*/
  .woocommerce-page .post-details .entry-title {
    text-align: center;
    margin-bottom: 45px;
  }
  
  ul.products > li.product {
    text-align: center;
  }
  ul.products > li.product .button.add_to_cart_button,
  ul.products > li.product .button.product_type_grouped,
  ul.products > li.product .button.product_type_external,
  ul.products > li.product .added_to_cart.wc-forward {
    background: #2d2d2d;
    color: #fff;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  ul.products > li.product .button.add_to_cart_button:hover,
  ul.products > li.product .button.product_type_grouped:hover,
  ul.products > li.product .button.product_type_external:hover,
  ul.products > li.product .added_to_cart.wc-forward:hover {
    color: #000;
  }
  ul.products > li.product .button.add_to_cart_button.added {
    display: none;
  }
  ul.products > li.product .added_to_cart.wc-forward {
    margin-top: 1em;
    padding: 12px 30px;
  }
  ul.products > li.product .woocommerce-loop-product__title {
    font-size: 25px !important;
    font-weight: 600;
  }
  ul.products > li.product .price {
    color: #8b8b8b !important;
    font-size: 16px !important;
  }
  
  .oxin-products-lists {
    margin-top: 105px;
    display: block;
    width: 100%;
  }
  
  .shop-main-content {
    position: relative;
    z-index: 2;
  }
  .shop-main-content .woocommerce-ordering select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
  }
  .shop-main-content p.woocommerce-result-count {
    position: relative;
    top: 10px;
  }
  
  .shop-single-contents p.price {
    color: inherit !important;
  }
  .shop-single-contents div.product form.cart .button {
    background: #2d2d2d;
    color: #fff;
    padding: 15px 45px;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .shop-single-contents div.product form.cart .button:hover {
    color: #000;
  }
  .shop-single-contents .quantity .qty {
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
  }
  .shop-single-contents .product_meta > span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
  }
  .shop-single-contents .product_meta > span > span, .shop-single-contents .product_meta > span > a {
    font-weight: normal;
  }
  .shop-single-contents .woocommerce-tabs ul.tabs {
    margin: 0 auto 30px !important;
    padding: 0 !important;
    text-align: center;
  }
  .shop-single-contents .woocommerce-tabs ul.tabs li {
    border: 0 none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .shop-single-contents .woocommerce-tabs ul.tabs li.active {
    background: #2d2d2d !important;
    color: #fff !important;
  }
  .shop-single-contents .woocommerce-tabs ul.tabs li:before, .shop-single-contents .woocommerce-tabs ul.tabs li:after {
    border: 0 none !important;
    -webkit-box-shadow: 2px 2px 0 transparent !important;
    box-shadow: 2px 2px 0 transparent !important;
  }
  .shop-single-contents .woocommerce-tabs ul.tabs li > a {
    padding: 15px 45px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
  }
  .shop-single-contents .woocommerce-tabs ul.tabs:before {
    border-bottom: 0 none !important;
  }
  .shop-single-contents .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 30px;
  }
  
  .woocommerce span.onsale {
    min-width: 3.75em !important;
  }
  
  #review_form_wrapper .comment-respond .comment-form > p,
  #review_form_wrapper .comment-respond .comment-form > .comment-form-rating {
    width: 100%;
    padding: 0 15px;
  }
  #review_form_wrapper .comment-respond .comment-form > p > label,
  #review_form_wrapper .comment-respond .comment-form > .comment-form-rating > label {
    display: block;
  }
  #review_form_wrapper .comment-respond .comment-form > p > input[type="text"],
  #review_form_wrapper .comment-respond .comment-form > p > input[type="email"],
  #review_form_wrapper .comment-respond .comment-form > .comment-form-rating > input[type="text"],
  #review_form_wrapper .comment-respond .comment-form > .comment-form-rating > input[type="email"] {
    padding: 10px;
    color: #7a7a7a;
    margin-bottom: 15px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #d1d1d1;
    background: transparent;
  }
  #review_form_wrapper .comment-respond .comment-form > p > textarea[name="comment"],
  #review_form_wrapper .comment-respond .comment-form > .comment-form-rating > textarea[name="comment"] {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin-bottom: 15px;
    background: transparent;
  }
  #review_form_wrapper .comment-respond .comment-form > .comment-form-rating {
    margin-bottom: 0;
  }
  #review_form_wrapper .comment-respond .comment-form .form-submit {
    text-align: right;
  }
  #review_form_wrapper .comment-respond .comment-form .form-submit input#submit {
    background: #2d2d2d;
    color: #fff;
    padding: 15px 45px;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  #review_form_wrapper .comment-respond .comment-form .form-submit input#submit:hover {
    color: #303030;
  }
  #review_form_wrapper .comment-reply-title:after {
    display: none;
  }
  #review_form_wrapper span.comment-reply-title {
    display: block;
    text-align: right;
    margin-bottom: 30px;
  }
  
  .woocommerce ul.products li.product .star-rating {
    font-size: .75em;
    margin: 0 auto 15px;
    opacity: 0.75;
  }
  
  .woocommerce-Reviews .woocommerce-Reviews-title {
    margin-bottom: 20px;
  }
  .woocommerce-Reviews ol.commentlist {
    padding: 0 0 45px;
  }
  .woocommerce-Reviews ol.commentlist li img.avatar {
    width: 52px !important;
  }
  .woocommerce-Reviews ol.commentlist li .comment-text {
    margin: 0 75px 0 0 !important;
  }
  
  .related.products {
    padding-top: 30px;
  }
  .related.products > h2 {
    margin-bottom: 40px;
  }
  
  form.cart .variations select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 7px 15px;
  }
  
  form.cart table.variations tbody td {
    padding-bottom: 20px;
  }
  
  form.cart .single_variation_wrap .woocommerce-variation.single_variation {
    margin-bottom: 30px;
  }
  form.cart .single_variation_wrap .woocommerce-variation-price span.price {
    color: #8b8b8b !important;
    font-size: 1.25em !important;
  }
  
  form.cart.grouped_form .single_add_to_cart_button {
    margin-top: 30px;
  }
  
  .woocommerce a.remove {
    text-decoration: none;
    margin: auto;
  }
  
  .woocommerce-cart-form table.shop_table thead th {
    text-align: center;
  }
  .woocommerce-cart-form table.shop_table td, .woocommerce-cart-form table.shop_table th {
    border-right: 0 none !important;
    border-top: 0 none !important;
    padding: 12px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
  }
  .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item td {
    text-align: center;
  }
  .woocommerce-cart-form table.shop_table tr:not(.woocommerce-cart-form__cart-item) td {
    border-bottom: 0 none !important;
  }
  .woocommerce-cart-form table.shop_table input[name="coupon_code"] {
    background: transparent;
    min-width: 130px;
    padding: 5px 10px !important;
  }
  .woocommerce-cart-form table.shop_table input[type="number"] {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .cart-collaterals th,
  .cart-collaterals td {
    border-color: rgba(0, 0, 0, 0.1) !important;
  }
  
  .wc-proceed-to-checkout .checkout-button.button {
    text-decoration: none !important;
    font-weight: 600 !important;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .wc-proceed-to-checkout .checkout-button.button:hover {
    color: #3d3d3d !important;
  }
  
  .woocommerce-checkout span.woocommerce-input-wrapper {
    width: 100%;
  }
  .woocommerce-checkout span.woocommerce-input-wrapper input {
    padding: 10px 15px;
    background: transparent;
    border: 1px solid;
  }
  .woocommerce-checkout span.woocommerce-input-wrapper textarea {
    padding: 10px 15px;
    background: transparent;
    border: 1px solid;
  }
  
  .select2-container--default .select2-selection--single, .select2-dropdown {
    border: 0 none;
  }
  
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    padding: 20px 45px;
    font-size: 20px;
  }
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    color: #313131;
  }
  
  .woocommerce-form-login input[type="text"],
  .woocommerce-form-login input[type="password"] {
    padding: 10px 15px;
    background: transparent;
    border: 1px solid;
  }
  .woocommerce-form-login button[name="apply_coupon"], .woocommerce-form-login input[name="apply_coupon"][type="button"], .woocommerce-form-login input[name="apply_coupon"][type="reset"], .woocommerce-form-login input[name="apply_coupon"][type="submit"] {
    padding: 15px 45px;
    font-size: 15px;
    color: white;
    border-radius: 0;
  }
  .woocommerce-form-login button[name="apply_coupon"]:hover, .woocommerce-form-login input[name="apply_coupon"][type="button"]:hover, .woocommerce-form-login input[name="apply_coupon"][type="reset"]:hover, .woocommerce-form-login input[name="apply_coupon"][type="submit"]:hover {
    color: #313131;
  }
  .woocommerce-form-login .woocommerce-button.button.woocommerce-form-login__submit {
    padding: 15px 45px;
    font-size: 15px;
    color: white;
    border-radius: 0;
    margin-right: 15px;
  }
  .woocommerce-form-login .woocommerce-button.button.woocommerce-form-login__submit:hover {
    color: #313131;
  }
  
  .woocommerce-form-coupon input {
    padding: 10px 15px;
    background: transparent;
    border: 1px solid;
  }
  .woocommerce-form-coupon button[name="apply_coupon"], .woocommerce-form-coupon input[name="apply_coupon"][type="button"], .woocommerce-form-coupon input[name="apply_coupon"][type="reset"], .woocommerce-form-coupon input[name="apply_coupon"][type="submit"] {
    padding: 15px 45px;
    font-size: 15px;
    color: white;
    border-radius: 0;
  }
  .woocommerce-form-coupon button[name="apply_coupon"]:hover, .woocommerce-form-coupon input[name="apply_coupon"][type="button"]:hover, .woocommerce-form-coupon input[name="apply_coupon"][type="reset"]:hover, .woocommerce-form-coupon input[name="apply_coupon"][type="submit"]:hover {
    color: #313131;
  }
  
  .return-to-shop {
    text-align: center;
  }
  
  .return-to-shop a {
    padding: 15px 45px !important;
    font-size: 15px !important;
    color: white !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
  }
  .return-to-shop a:hover {
    color: #313131 !important;
  }
  
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .woocommerce-MyAccount-content .woocommerce-form-row input[type="text"],
  .woocommerce-MyAccount-content .woocommerce-form-row input[type="email"],
  .woocommerce-MyAccount-content .woocommerce-form-row input[type="password"] {
    padding: 10px 15px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .woocommerce-MyAccount-content .woocommerce-Button.button {
    padding: 15px 45px;
    font-size: 15px;
    color: white;
    border-radius: 0;
    margin-right: 3px;
  }
  .woocommerce-MyAccount-content .woocommerce-Button.button:hover {
    color: #313131;
  }
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
  }
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row input[type="text"],
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row input[type="tel"],
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row input[type="email"] {
    padding: 10px 15px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  @media only screen and (min-width: 992px) {
    .woocommerce-MyAccount-navigation {
      border-left: 1px solid rgba(0, 0, 0, 0.15);
    }
  }
  .woocommerce-MyAccount-navigation .user-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .woocommerce-MyAccount-navigation .user-information .at-img img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-left: 10px;
  }
  .woocommerce-MyAccount-navigation > ul {
    list-style: none;
    padding-right: 0;
  }
  .woocommerce-MyAccount-navigation > ul > li:first-child {
    margin-top: 0 !important;
  }
  .woocommerce-MyAccount-navigation > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    text-decoration: none !important;
    padding: 15px 0 5px;
    font-weight: 600;
  }
  .woocommerce-MyAccount-navigation > ul > li:first-child > a {
    border-top: 0 none !important;
  }
  @media only screen and (max-width: 992px) {
    .woocommerce-MyAccount-navigation > ul > li {
      display: inline-block;
    }
  }
  @media only screen and (max-width: 992px) {
    .woocommerce-MyAccount-navigation > ul > li > a {
      border: 1px solid rgba(0, 0, 0, 0.15) !important;
      padding: 10px 20px;
    }
  }
  @media only screen and (max-width: 992px) {
    .woocommerce-MyAccount-navigation > ul > li:first-child > a {
      border: 1px solid rgba(0, 0, 0, 0.15) !important;
    }
  }
  
  .woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading[type="button"]::after, .woocommerce input.button.loading[type="reset"]::after, .woocommerce input.button.loading[type="submit"]::after, .woocommerce input.button.loading::after {
    top: 0.95em;
  }
  
  .cart-contents span.count {
    position: absolute;
    min-width: 23px;
    min-height: 20px;
    color: #fff;
    display: block;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    margin-top: -15px;
    left: -2px;
  }
  
  .shoping-cart .header-cart-dropdown .woocommerce-mini-cart.cart_list.product_list_widget {
    margin-right: -12px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 155px;
  }
  .shoping-cart .header-cart-dropdown .woocommerce-mini-cart-item.mini_cart_item {
    color: white;
    margin-bottom: 15px;
  }
  .shoping-cart .header-cart-dropdown .woocommerce-mini-cart-item.mini_cart_item .quantity {
    opacity: 0.55;
    font-size: 13px;
  }
  .shoping-cart .header-cart-dropdown .woocommerce-mini-cart-item.mini_cart_item a:hover {
    color: white;
  }
  .shoping-cart .header-cart-dropdown .woocommerce-mini-cart__total.total {
    border-top: 3px double #3b3b3b;
    color: white;
  }
  .shoping-cart .header-cart-dropdown .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
  }
  .shoping-cart .header-cart-dropdown .woocommerce-mini-cart__buttons a {
    color: white;
    background: #272727;
  }
  
  /*--------------------------------------------------------------
  # Site Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## About Page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # about
  --------------------------------------------------------------*/
  .text-content h1 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .text-content h1 strong {
    font-weight: 900;
  }
  .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    margin: 0 0 15px;
  }
  .text-content p {
    font-size: 15px;
  }
  
  .go-live {
    color: #1d1d1f;
    font-weight: 500;
  }
  
  .coming-soon-content {
    padding: 245px 0;
  }
  @media only screen and (max-width: 1100px) {
    .coming-soon-content {
      padding: 200px 0;
    }
  }
  @media only screen and (max-width: 992px) {
    .coming-soon-content {
      padding: 150px 0;
    }
  }
  @media only screen and (max-width: 800px) {
    .coming-soon-content {
      padding: 120px 0;
    }
  }
  @media only screen and (max-width: 768px) {
    .coming-soon-content {
      padding: 60px 0;
    }
  }
  
  /*--------------------------------------------------------------
  ## 404 Page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # 404
  --------------------------------------------------------------*/
  .error-page-block {
    position: relative;
    z-index: 2;
  }
  
  .error-text-blocks .btn-more-works {
    color: white;
    padding: 15px 45px;
    font-size: 18px;
  }
  
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  .sticky {
    display: block;
  }
  
  .hentry {
    margin: 0 0 30px;
  }
  
  .page-content, .entry-summary {
    margin: 1.4em 0;
  }
  
  .page-links {
    clear: both;
    margin: 0 0 2.1em;
  }
  
  /*--------------------------------------------------------------
  # Page-header
  --------------------------------------------------------------*/
  .page-header {
    margin: 0;
    padding: 60px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .page-header .section-title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.12em;
    margin-top: 0;
  }
  .page-header .section-title span {
    font-family: inherit;
  }
  .page-header .section-title + .page-description {
    font-weight: 500;
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Page Heading
  --------------------------------------------------------------*/
  .header-title {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .page-header {
    margin: 0;
  }
  
  body.page .page-links {
    padding-top: 30px;
  }
  
  /*--------------------------------------------------------------
  # No results
  --------------------------------------------------------------*/
  .no-results.not-found {
    overflow: hidden;
    background: #ffffff;
    text-align: center;
  }
  .no-results.not-found .page-header {
    margin-top: 0;
    padding-top: 0;
  }
  .no-results.not-found .page-title {
    font-family: inherit !important;
    font-size: 45px;
    font-weight: bold;
    margin-top: 0;
    position: relative;
  }
  .no-results.not-found .page-title:after {
    content: "";
    background: #1d1d1f;
    height: 3px;
    width: 50px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -25px;
  }
  .no-results.not-found .page-not-found-icon {
    margin-top: 5px;
  }
  .no-results.not-found .page-not-found-icon i {
    color: #a94442;
    font-size: 60px;
  }
  .no-results.not-found .form-control {
    border-radius: 0;
  }
  .no-results.not-found .btn-default {
    border: 1px solid #e1e1e1;
    color: white;
  }
  @media only screen and (max-width: 540px) {
    .no-results.not-found .btn-default {
      padding: 13px 30px;
    }
  }
  @media only screen and (min-width: 992px) {
    .no-results.not-found .page-content, .no-results.not-found .entry-summary {
      max-width: 540px;
      margin: auto;
    }
  }
  
  /*--------------------------------------------------------------
  ## Asides
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  .comment-content a {
    word-wrap: break-word;
  }
  
  .bypostauthor {
    display: block;
  }
  
  .comment-content a {
    word-wrap: break-word;
  }
  
  .comment-content ul li, .comment-content ol li {
    margin-top: 10px;
    line-height: 1.6em;
  }
  .comment-content > ul,
  .comment-content > ol {
    padding-right: 20px;
    margin-bottom: 1.25rem;
  }
  .comment-content a:hover {
    text-decoration: underline;
  }
  
  .bypostauthor {
    display: block;
  }
  
  .cancel-comment-reply-link {
    bottom: -2px;
    display: inline-block;
    right: 0.6em;
    position: relative;
  }
  
  .logged-in-as {
    margin-bottom: 0.7em !important;
    padding: 0 15px;
  }
  
  .comments-area {
    overflow: hidden;
    margin-top: 60px;
  }
  .comments-area .comment-list, .comments-area .children {
    list-style: none;
    padding: 0;
  }
  .comments-area .comments-title {
    font-size: 25px;
    position: relative;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .comments-area .comments-title span {
    z-index: 10;
    position: relative;
  }
  .comments-area .comments-title:after {
    content: '';
    width: 45px;
    height: 2px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
  }
  .comments-area .comment-list {
    margin-bottom: 45px;
    border-top: none;
  }
  .comments-area .comment-list .comment .comment-respond {
    margin-bottom: 75px;
  }
  .comments-area .comment-body {
    overflow: hidden;
    position: relative;
    margin-bottom: 45px;
  }
  @media only screen and (min-width: 768px) {
    .comments-area .comment-body .comments-main-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .comments-area .comment-author {
    margin-left: 30px;
    width: 80px;
  }
  .comments-area .date {
    font-size: 13px;
    color: #a4a4a4;
    font-weight: 400;
  }
  .comments-area .comment-details {
    width: 100%;
  }
  .comments-area .comment-details .comment-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .comments-area .author-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .comments-area .comment-metadata {
    margin-bottom: 10px;
    color: black;
  }
  .comments-area .comment-metadata .author {
    font-size: 18px;
    font-weight: 600;
  }
  .comments-area .comment-metadata .author a:hover {
    color: #b1b1b1;
  }
  .comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link {
    color: #777;
  }
  .comments-area .children {
    margin-right: 108px;
  }
  @media only screen and (max-width: 1199px) {
    .comments-area .children {
      margin-right: 90px;
    }
  }
  @media only screen and (max-width: 992px) {
    .comments-area .children {
      margin-right: 75px;
    }
  }
  @media only screen and (max-width: 767px) {
    .comments-area .children {
      margin-right: 50px;
    }
  }
  @media only screen and (max-width: 450px) {
    .comments-area .children {
      margin-right: 30px;
    }
  }
  @media only screen and (max-width: 400px) {
    .comments-area .children {
      margin-right: 25px;
    }
  }
  .comments-area .comment-navigation {
    margin-bottom: 3.5em;
  }
  .comments-area .comment-navigation .nav-links .nav-previous {
    float: right;
  }
  .comments-area .comment-navigation .nav-links .nav-next {
    float: left;
  }
  .comments-area .comment-navigation .nav-links span {
    font-size: 18px;
  }
  .comments-area .comment-navigation .nav-links a {
    background-color: #232c3b;
    color: white;
    border-radius: 5px;
  }
  
  .comment-respond .comment-reply-title {
    margin-top: 0;
    margin-bottom: 45px;
    position: relative;
    font-weight: bold;
  }
  .comment-respond .comment-reply-title:after {
    content: '';
    width: 35px;
    height: 2px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
  }
  .comment-respond .comment-warning {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 15px;
  }
  
  .comment-respond {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .comment-respond p {
    margin-bottom: 1em;
  }
  .comment-respond textarea.form-control {
    min-height: 160px;
  }
  .comment-respond .form-control {
    padding: 10px 0;
    color: #7a7a7a;
    margin-bottom: 30px;
    border-radius: 0;
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    border-bottom: 1px solid #d1d1d1;
    font-weight: 500;
  }
  .comment-respond .form-control:focus {
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
  }
  .comment-respond .form-submit {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .comment-respond .comment-subscription-form {
    display: none;
  }
  .comment-respond .comment-form-rating {
    margin-bottom: 1em;
  }
  .comment-respond .form-submit {
    width: 100%;
  }
  .comment-respond #submit,
  .comment-respond .submit {
    font-size: 14px;
    padding: 15px 45px;
    color: white;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  #review_form .form-submit {
    padding: 0;
  }
  
  .no-comments {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  
  .comment-reply-link {
    font-size: 13px;
    text-transform: capitalize;
    color: white;
    padding: 5px 25px;
    margin: 5px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .comment-reply-link:hover {
    color: white;
  }
  
  input[type="checkbox"]::-ms-check {
    color: transparent;
  }
  
  @media only screen and (max-width: 767px) {
    .comments-area .comment-author {
      float: none;
      margin-left: 0;
      margin-bottom: 20px;
      width: 80px;
    }
  
    .comment-reply-link {
      border: 1px solid #c1c1c1;
      padding: 10px 20px;
    }
  
    .comments-area .comment-body {
      padding-bottom: 7px;
    }
  }
  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  .widget select {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 0.75em 1em;
    outline: none;
  }
  .widget ul, .widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .widget .widget-title-area {
    position: relative;
  }
  .widget .widget-title {
    margin-top: 0;
  }
  .widget pre {
    padding: 0.5em;
  }
  .widget label {
    margin-bottom: 0;
  }
  .widget option {
    padding: 0.2em 1em;
  }
  .widget input[type="text"],
  .widget input[type="email"],
  .widget input[type="url"],
  .widget input[type="password"],
  .widget input[type="search"],
  .widget textarea {
    padding: 0.5em 1em;
  }
  .widget input[type="text"]:focus,
  .widget input[type="email"]:focus,
  .widget input[type="url"]:focus,
  .widget input[type="password"]:focus,
  .widget input[type="search"]:focus,
  .widget textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  @media only screen and (min-width: 992px) {
    .sidebar-block {
      padding-right: 15px;
    }
  }
  @media only screen and (max-width: 992px) {
    .sidebar-block {
      padding-top: 90px;
    }
  }
  .sidebar-block .widget {
    margin-bottom: 60px;
  }
  .sidebar-block .widget-title {
    position: relative;
    margin-top: 0;
    clear: both;
    margin-bottom: 30px;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    border-radius: 7px;
  }
  
  @media only screen and (max-width: 992px) {
    .widget-title {
      margin-bottom: 0 !important;
    }
  }
  @media only screen and (max-width: 992px) {
    .widget-title + div,
    .widget-title + ul,
    .widget-title + select,
    .widget-title + ol {
      margin-top: 30px;
    }
  }
  
  .widget-hamburger-blocks {
    position: fixed;
    width: 350px;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    height: 100vh;
    left: -105%;
    padding-top: 75px;
    padding-bottom: 75px;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    overflow-y: auto;
  }
  .widget-hamburger-blocks.menu-show {
    left: 0;
  }
  .widget-hamburger-blocks .hamburger-close {
    left: 30px;
    top: 30px;
  }
  .widget-hamburger-blocks .hamburger-close div {
    background: #313131;
  }
  .widget-hamburger-blocks .hamburger-close div:before, .widget-hamburger-blocks .hamburger-close div:after {
    background: #313131;
  }
  .widget-hamburger-blocks .widget {
    padding: 30px;
  }
  .widget-hamburger-blocks .widget .widget-title {
    clear: both;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .widget-hamburger-blocks .widget a:hover {
    color: #000000;
  }
  .widget-hamburger-blocks .widget select {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .widget-hamburger-blocks .widget table {
    width: 100%;
  }
  .widget-hamburger-blocks .widget td, .widget-hamburger-blocks .widget th {
    border-color: rgba(0, 0, 0, 0.15) !important;
  }
  .widget-hamburger-blocks .widget ul li,
  .widget-hamburger-blocks .widget ol li {
    border-top-color: rgba(0, 0, 0, 0.15) !important;
  }
  .widget-hamburger-blocks .widget input[type='search'] {
    border-color: rgba(0, 0, 0, 0.15) !important;
  }
  
  /*--------------------------------------------------------------
  # Widgets Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Popular, Latest Post, Recent Comment widget
  --------------------------------------------------------------*/
  .widget-post-list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    padding-right: 20px;
    margin-top: 15px;
  }
  .widget-post-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #7540ee;
    position: absolute;
    top: 5px;
    right: 0;
  }
  
  .widget-content img {
    display: block;
    margin: auto;
  }
  
  /*--------------------------------------------------------------
  # Categories And Archive Widget
  --------------------------------------------------------------*/
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_layered_nav ul li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #dddddd;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    -webkit-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    position: relative;
  }
  @media only screen and (max-width: 767px) {
    .widget_categories ul li,
    .widget_archive ul li,
    .widget_layered_nav ul li {
      padding-top: 20px;
    }
  }
  .widget_categories ul li ul,
  .widget_archive ul li ul,
  .widget_layered_nav ul li ul {
    padding-right: 15px;
  }
  .widget_categories ul li .count,
  .widget_archive ul li .count,
  .widget_layered_nav ul li .count {
    position: absolute;
    left: 0;
  }
  .widget_categories > ul > li:first-child,
  .widget_archive > ul > li:first-child,
  .widget_layered_nav > ul > li:first-child {
    border: 0 none;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .widget_categories .bsm-select-wrapper li,
  .widget_archive .bsm-select-wrapper li,
  .widget_layered_nav .bsm-select-wrapper li {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  .widget_categories li .count:after {
    content: ")";
    position: relative;
    right: 0;
  }
  
  /*------------------------------------------------------------------------
  # Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
  -------------------------------------------------------------------------*/
  .widget_links a,
  .widget_meta a,
  .widget_nav_menu .menu a,
  .widget_pages a,
  .widget_recent_comments a,
  .widget_recent_entries a,
  .widget_product_categories a {
    border: 0;
  }
  
  .widget_nav_menu .menu a .fa {
    display: none;
  }
  
  .widget_links,
  .widget_meta,
  .widget_nav_menu,
  .widget_pages,
  .widget_recent_comments,
  .widget_recent_entries,
  .widget_product_categories {
    font-size: 16px;
  }
  .widget_links a,
  .widget_meta a,
  .widget_nav_menu a,
  .widget_pages a,
  .widget_recent_comments a,
  .widget_recent_entries a,
  .widget_product_categories a {
    border: 0;
    text-decoration: none;
  }
  .widget_links ul,
  .widget_meta ul,
  .widget_nav_menu ul,
  .widget_pages ul,
  .widget_recent_comments ul,
  .widget_recent_entries ul,
  .widget_product_categories ul {
    list-style: none;
  }
  .widget_links ul li,
  .widget_meta ul li,
  .widget_nav_menu ul li,
  .widget_pages ul li,
  .widget_recent_comments ul li,
  .widget_recent_entries ul li,
  .widget_product_categories ul li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #dddddd;
  }
  .widget_links > ul,
  .widget_meta > ul,
  .widget_nav_menu > ul,
  .widget_pages > ul,
  .widget_recent_comments > ul,
  .widget_recent_entries > ul,
  .widget_product_categories > ul {
    position: relative;
  }
  .widget_links > ul > li:first-child,
  .widget_meta > ul > li:first-child,
  .widget_nav_menu > ul > li:first-child,
  .widget_pages > ul > li:first-child,
  .widget_recent_comments > ul > li:first-child,
  .widget_recent_entries > ul > li:first-child,
  .widget_product_categories > ul > li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0 none;
  }
  
  .widget .menu {
    position: relative;
  }
  .widget .menu > li:first-child {
    border-top: 0 none;
    padding-top: 0;
  }
  .widget .menu .sub-menu {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  
  .widget_nav_menu .sub-menu,
  .widget_pages .children {
    border: 0;
    margin: 0 1em 0 0;
  }
  
  .widget_recent_entries .post-date {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # RSS Widget
  --------------------------------------------------------------*/
  .widget_rss {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .widget_rss ul {
    list-style: none;
    margin: 0;
  }
  .widget_rss ul:last-child {
    margin-bottom: 0;
  }
  .widget_rss li {
    margin-bottom: 1.6em;
    padding-bottom: 25px;
  }
  .widget_rss li:last-child {
    margin-bottom: 0;
  }
  .widget_rss li .rssSummary {
    margin: 5px 0;
    line-height: 1.75em;
  }
  .widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
  }
  .widget_rss .rsswidget img {
    margin-top: -4px;
  }
  .widget_rss .rss-date, .widget_rss cite {
    font-size: 0.8em;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .widget_rss > p {
    position: relative;
  }
  
  #wp-calendar caption {
    font-weight: 600;
  }
  
  .calendar_wrap table {
    margin-right: auto;
    margin-left: auto;
  }
  
  #wp-calendar td,
  #wp-calendar th {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
  }
  
  /*--------------------------------------------------------------
  # Search Widget
  --------------------------------------------------------------*/
  .widget_search input,
  .widget_product_search input {
    border-radius: 0;
  }
  .widget_search .form-control,
  .widget_product_search .form-control {
    background: transparent;
    font-size: 14px;
    border-radius: 0 7px 7px 0 !important;
    height: 50px;
  }
  .widget_search button, .widget_search input[type="button"], .widget_search input[type="reset"], .widget_search input[type="submit"],
  .widget_product_search button,
  .widget_product_search input[type="button"],
  .widget_product_search input[type="reset"],
  .widget_product_search input[type="submit"] {
    border-radius: 0;
    padding: 0.75em 1em;
  }
  
  .widget_search .btn,
  .widget_product_search .btn {
    color: #ffffff;
  }
  .widget_search .btn.btn-default,
  .widget_product_search .btn.btn-default {
    border-radius: 7px 0 0 7px;
  }
  
  .widget.clearfix.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    padding: 3px 12px;
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 30px;
  }
  
  .widget_media_gallery .gallery-item {
    margin-bottom: 20px;
  }
  .widget_media_gallery .gallery-item img {
    width: 100%;
  }
  
  .widget_about_me .author-name {
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 600;
  }
  .widget_about_me .author-description {
    color: #7a7a7a;
  }
  .widget_about_me .social-item {
    list-style: none;
    padding: 0;
    text-align: center;
  }
  .widget_about_me .social-item > li {
    display: inline-block;
  }
  .widget_about_me .social-item > li a {
    display: block;
    padding: 5px;
    color: #7a7a7a;
  }
  .widget_about_me .social-item > li a:hover {
    color: #b1b1b1;
  }
  
  /*--------------------------------------------------------------
  # Footer Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Footer-block
  --------------------------------------------------------------*/
  .site-footer {
    position: relative;
  }
  .site-footer.footer-fixed {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
  }
  @media only screen and (min-width: 992px) {
    .site-footer .container-fluid {
      padding-right: 45px;
      padding-left: 45px;
    }
  }
  .site-footer .footer-top-block > .container .widget,
  .site-footer .footer-top-block > .container-fluid .widget {
    padding-top: 60px;
    font-size: 16px;
    font-weight: 500;
  }
  .site-footer .footer-top-block > .container .widget .widget-title,
  .site-footer .footer-top-block > .container-fluid .widget .widget-title {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .site-footer .footer-top-block > .container .widget_links ul li,
  .site-footer .footer-top-block > .container .widget_meta ul li,
  .site-footer .footer-top-block > .container .widget_nav_menu ul li,
  .site-footer .footer-top-block > .container .widget_pages ul li,
  .site-footer .footer-top-block > .container .widget_recent_comments ul li,
  .site-footer .footer-top-block > .container .widget_recent_entries ul li,
  .site-footer .footer-top-block > .container .widget_categories ul li,
  .site-footer .footer-top-block > .container .widget_product_categories ul li,
  .site-footer .footer-top-block > .container-fluid .widget_links ul li,
  .site-footer .footer-top-block > .container-fluid .widget_meta ul li,
  .site-footer .footer-top-block > .container-fluid .widget_nav_menu ul li,
  .site-footer .footer-top-block > .container-fluid .widget_pages ul li,
  .site-footer .footer-top-block > .container-fluid .widget_recent_comments ul li,
  .site-footer .footer-top-block > .container-fluid .widget_recent_entries ul li,
  .site-footer .footer-top-block > .container-fluid .widget_product_categories ul li {
    border-top: 0 none;
    padding-top: 6px;
    margin-top: 6px;
  }
  .site-footer .social-items {
    margin-top: -10px;
  }
  .site-footer .social-items > a {
    padding: 10px;
    display: inline-block;
  }
  .site-footer .footer-social {
    list-style: none;
    padding: 0;
    float: left;
    margin: 0 -15px;
  }
  @media only screen and (max-width: 992px) {
    .site-footer .footer-social {
      float: none;
      margin-top: 15px;
    }
  }
  .site-footer .footer-social li {
    display: inline-block;
    padding: 5px 12px;
  }
  .site-footer .footer-social li a {
    font-size: 15px;
    display: block;
    color: #505050;
    padding: 3px 0;
  }
  .site-footer .footer-social li a:hover {
    color: #b1b1b1;
  }
  
  .oxin-custom-footer.footer-fixed {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
  }
  footer .widget_categories ul li,
  footer .widget_archive ul li,
  footer .widget_layered_nav ul li,
  footer .widget_links ul li,
  footer .widget_meta ul li,
  footer .widget_nav_menu ul li,
  footer .widget_pages ul li,
  footer .widget_recent_comments ul li,
  footer .widget_recent_entries ul li,
  footer .widget_product_categories ul li {
    border-top: 0 none;
    padding-top: 6px;
    margin-top: 6px;
  }
  
  .social-items > a {
    color: white;
    margin-left: 15px;
  }
  
  .copyright-text {
    padding-top: 30px;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    opacity: 0.75;
  }
  .copyright-text i {
    font-size: 13px;
    color: #000;
  }
  .dark-version footer.site-footer, 
  .dark-version footer.oxin-custom-footer {
    background: #1b1b1b;
  }
  .dark-version footer.site-footer a,
  .dark-version .footer-social li a {
    color: white;
  }
  .dark-version footer.site-footer a:hover{
    color: #ff0066;
  }
  .dark-version .footer-social li a:hover {
    color: #b1b1b1 !important;
  }
  .dark-version .social-items > a,
  .dark-version footer.site-footer h3.widget-title {
    color: #f3f3f3;
  }
  .dark-version .site-footer .footer-top-block > .container {
    border-top-color: #c5c5c5;
  }
  .dark-version .site-footer .footer-top-block > .container .widget .widget-title {
    color: #f3f3f3;
  }
  .dark-version .site-footer .footer-top-block > .container .widget {
    color: #b0b0b0;
  }
  .dark-version .copyright-text {
    color: #808080 !important;
  }
  .dark-version .copyright-text a {
    color: white !important;
  }
  
  /*--------------------------------------------------------------
  # Icon
  --------------------------------------------------------------*/
  .oxin-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .oxin-icon i, .oxin-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
  }
  /*--------------------------------------------------------------
  # Breadcrumb
  --------------------------------------------------------------*/
  .oxin-breadcrumbs {
    padding: 20px 30px;
  }

  .oxin-breadcrumbs .separator-icon {
    padding: 0 5px;
  }

  .oxin-breadcrumbs .breadcrumbs__current{
    color: #ff0066;
  }
  /*--------------------------------------------------------------
  # Scroll Top
  --------------------------------------------------------------*/
  .oxin-scroll-top {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    width: 3rem;
    left: 30px;
    bottom: 20px;
    position:fixed;
    z-index: 99;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    color: #fff;
  }

  .oxin-scroll-top.btn-hide {
    visibility: hidden;
  }

  .oxin-scroll-top.btn-show {
    visibility: visible;
  }
  /*--------------------------------------------------------------
  # Custom Scrollbar
  --------------------------------------------------------------*/

  /* Works on Firefox */
  .oxin-custom-scrollbar{
    scrollbar-width: thin;
  }

  /* Works on Chrome, Edge, and Safari */
  .oxin-custom-scrollbar::-webkit-scrollbar {
    width: 12px;
  }

  .oxin-custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 3px solid #cdcdcd;
  }
