@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
		 url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
		 url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
		 url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
		 url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
		 url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
		 url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
       local('../fonts/MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: IRANSans;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  text-align: right;
  direction: rtl;
}

[tabindex="-1"]:focus {
  outline: 0 !important; }
  
.img-fluid {
  max-width: 100%;
  height: auto; }

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

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

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #555;
}
h6 {
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

blockquote{
	background:#eee;
	padding:1px 15px;
	border-right:4px solid #F60!important;
	font-size:14px!important;
	color:#555;
	margin:20px 10px;
	border-radius:10px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-right: 0; }
b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }


a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
a:active, a:hover {
    outline: 0;
}
a:hover {
    color: #999;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: right;
  caption-side: bottom; }

th {
  text-align: inherit; }

.btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,.button-secondary {
	border:0;
	color:#fff;
	background:#dd3333;
	border-radius:20px;
	text-align:center;
	font-family: IRANSans;
	font-size:14px;
	padding:6px 20px;
	text-shadow:none;
	display:inline-block;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	font-weight:inherit;
}
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button-secondary:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.button-secondary:focus{
	color:#fff;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:0;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input.input-text,
select,
textarea {
	width:100%;
	outline:0;
	color:#666;
	font-size:13px;
	background: #F9F9F9;
	padding:8px 20px;
	line-height:1.6 !important;
	display: block;
	border:1px solid #cacaca;
	border-radius:10px;
	font-family: IRANSans;
	-webkit-appearance:none;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="time"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input.input-text:focus,
select:focus,
textarea:focus {
	outline:0;
	background: #fff;
	-webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.07);
	box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.07);
}
label .required{
	color:#adb5bd;
}
input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #999;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 15px;
    width: 15px;
    outline: 0;
    padding: 0 !important;
    text-align: center;
	border-radius:50%;
    vertical-align: middle;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
	content:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23e14d43%27%2F%3E%3C%2Fsvg%3E);
	margin:-.1875rem -.25rem 0 0;
	height:1.3125rem;
	width:1.3125rem;
}
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
	display:inline-block;
}

.mc4wp-form input{color:#999;margin-bottom:10px;padding:0 10px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;float:right;width:calc(100% - 65px);height:42px;border-radius:0 3px 3px 0 !important;background:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1) !important;}
.mc4wp-form button{margin:0;position:relative;width:64px;height:42px;float:right;border-radius:3px 0 0 3px;}
.mc4wp-form button i{position:absolute;right:20px;top:9px;font-size:22px}
.mc4wp-form input[type="email"]{width:calc(100% - 65px);}
.zhk_btn{outline:0;color:#fff;position:relative;display:block;margin:30px auto;overflow:hidden;border-width:0;padding:4px 20px;border-radius:5px;background-color:#56b881;-webkit-transition:all ease-out .3s;-moz-transition:all ease-out .3s;-ms-transition:all ease-out .3s;-o-transition:all ease-out .3s;transition:all ease-out .3s;}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  margin: 0 0 12px; }

h1 {
  font-size: 22px;
  line-height: 1.3846153846; }

h2 {
  font-size: 20px;
  line-height: 1; }

h3 {
  font-size: 18px;
  line-height: 1.4; }

h4 {
  font-size: 17px;
  line-height: 1.4; }

h5 {
  font-size: 16px;
  line-height: 1.3333333333; }

h6 {
  font-size: 15px;
  line-height: 1.5; }

abbr[title] {
  cursor: help; }

b,
strong {
  font-weight: 600; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 13px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6; }

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

small {
  font-size: smaller; }

big {
  font-size: 125%; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

dl {
  margin-bottom: 24px; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 24px; }

ul,
ol {
  list-style: none;}
ol {
  list-style: decimal; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

legend {
    white-space: normal;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0; }
  table tr th {
    padding: 15px 0;
    text-align: right;
    line-height: 1.4;
    font-weight: 500 !important;
    color: #495057;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #efefef; }
  table tr td {
    padding: 9px 0 8px;
    font-size: 13px;
    color: #888888;
    border-bottom: 1px solid #efefef; }

caption {
  padding: 0.5em 0;
  font-weight: normal;
  text-align: right; }

del {
  color: #767676; }

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px; }

.box-page{
	max-width:550px;
	margin:0 auto;
}

@media (max-width: 768px) {
.blog-loop-inner.post-single > .post .post-inner {
    margin: 0 15px;
}
.blog-loop-inner .post .post-thumbnail img {
    height: 100% !important;
}
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignleft,
.alignright,
.aligncenter,
.bypostauthor {
  color: inherit; }

.wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%; }

.alignright {
  float: right;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 25px; }

.alignleft {
  float: left;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-right: 25px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }

.wp-caption .wp-caption-text,
.wp-caption-dd {
  line-height: 1.6;
  padding: 5px 0 5px 10px;
  opacity: 0.8; }

.gallery {
  display: block;
  margin: 0 -2px;
  clear: both;
  overflow: hidden; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-2 .gallery-item {
        max-width: 50%; } }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-3 .gallery-item {
        width: 33.33%; } }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-4 .gallery-item {
        max-width: 50%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-4 .gallery-item {
        max-width: 25%; } }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-5 .gallery-item {
        max-width: 20%; } }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-6 .gallery-item {
        max-width: 33.33%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-6 .gallery-item {
        max-width: 16.66%; } }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-7 .gallery-item {
        max-width: 25%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-7 .gallery-item {
        max-width: 14.28%; } }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-8 .gallery-item {
        max-width: 25%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-8 .gallery-item {
        max-width: 12.5%; } }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-9 .gallery-item {
        max-width: 25%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-9 .gallery-item {
        max-width: 11.11%; } }
  .gallery .gallery-item {
    display: inline-block;
    width: 100%;
    padding: 0 2px;
    margin: 0 0 1.5em;
    vertical-align: top;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    .gallery .gallery-item:hover {
      opacity: 0.8; }
    .gallery .gallery-item img {
      width: 100%;
      display: block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .gallery .gallery-item a {
      line-height: 0;
      display: block;
      width: 100%; }
    .gallery .gallery-item .gallery-caption {
      color: rgba(51, 51, 51, 0.7);
      font-size: 12px;
      line-height: 1.5;
      padding: 0.5em 0; }

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

body.off-canvas-open,
body.modal-login-open {
    overflow: hidden; }

.placeholder {
  color: #888; }

:-moz-placeholder {
  color: #888; }

::-moz-placeholder {
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

::-webkit-input-placeholder {
  color: #888; }

.main-page-content.default-margin {
    background-color: #f8f9fa;
    padding-top: 40px;
    padding-bottom: 105px;
}

.vc_row {
    margin-left: 0!important;
    margin-right: 0!important;
}
.container,
.vc-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
@media (min-width: 576px) {
.container, .vc-container {
max-width: 780px;
}}
@media (max-width: 768px) {
.container, .vc-container {
	max-width: 720px;
}
.vc_col-sm-1 {
    max-width: 25%!important;
}
.notari{
	text-align: center;
}}
@media (min-width: 992px) {
.container, .vc-container {
	max-width: 960px;
}}
  @media (min-width: 1200px) {
.container, .vc-container {
	max-width: 1230px;
}}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.cdb-content-box {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.page .entry-content::after {
  display: block;
  clear: both;
  content: ""; }

.gallery-entry-unit {
  border-radius: 4px;
  overflow: hidden; }

.sfollow-preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f9a134;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #f9a134;
  float: right;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

/*--------------------------------------------------------------
2.0 Normalize
--------------------------------------------------------------*/

.post-content p:last-of-type {
  margin-bottom: 15px; }

.highlight {
  color: #f9a134; }

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
/* Top Bar */
.top-bar {
  position: relative;
  font-size: 14px;
  z-index: 120;
  background: linear-gradient(45deg,#e37682 15%,#5f4d93 85%);
}
.top-bar .row {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  .top-bar.top-bar-color-light {
    color: #fff;}
    .top-bar.top-bar-color-light a:not(.button) {
      color: #fff; }
      .top-bar.top-bar-color-light a:not(.button):hover {
        color: #ddd;}
@media (max-width: 991.98px) {
.top-bar {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}}

.top-bar-col {
  position: relative;
  width: 100%;
  padding: 7px 0;
}
@media (min-width: 992px) {
.top-bar-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}}

@media (max-width: 991.98px) {
.top-right {
	display: none;
}}

.top-bar-contact-info {
  list-style: none;
  padding: 0;
  margin: 0; }
  .top-bar-contact-info li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 30px; }
.top-bar-contact-info li:last-child {
	margin-left: 0;
}

  @media (max-width: 991.98px) {
    .top-bar-contact-info {
      text-align: center; } }

/* Top Bar Secondary Menu */
.top-bar-secondary-menu .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding: 0 0 0 0.75rem;
  margin: 0; }
  .top-bar-secondary-menu .top-menu > li a {
    padding: 0 0.75rem; }
.top-bar-secondary-menu .top-menu ul {
    display: none;}

.site-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    z-index: 110;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.site-header .container {
    position: relative
}

.site-header .site-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.site-header .navigation-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
}

.site-header .menu-text-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:991.98px) {
    .site-header .menu-text-widget {
        display: none
    }
}

.site-header .mobile-nav-toggle {
    position: relative;
    padding: 10px;
    display: none
}


@media (max-width:991.98px) {
.site-header .mobile-nav-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
}

.site-header .mobile-nav-toggle .the-icon {
    vertical-align: middle;
    position: relative;
    margin: 12px 0 12px 4px;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #343a40;
    -webkit-transition: all .5s;
    transition: all .5s
}

.site-header .mobile-nav-toggle .the-icon:after,
.site-header .mobile-nav-toggle .the-icon:before {
    position: absolute;
    content: "";
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #343a40;
    -webkit-transition: all .5s;
    transition: all .5s
}

.site-header .mobile-nav-toggle .the-icon:before {
    top: -6px
}

.site-header .mobile-nav-toggle .the-icon:after {
    top: 6px
}

.off-canvas-open .site-header .mobile-nav-toggle .the-icon {
    background-color: transparent
}

.off-canvas-open .site-header .mobile-nav-toggle .the-icon:before {
    -webkit-transform: translateY(6px) rotateZ(-45deg);
    transform: translateY(6px) rotateZ(-45deg)
}

.off-canvas-open .site-header .mobile-nav-toggle .the-icon:after {
    -webkit-transform: translateY(-6px) rotateZ(45deg);
    transform: translateY(-6px) rotateZ(45deg)
}

.menu-hed .mobile-nav-toggle .the-icon {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
	margin: 10px;
    background-color: #666;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu-hed .mobile-nav-toggle .the-icon:before,
.menu-hed .mobile-nav-toggle .the-icon:after {
    position: absolute;
    content: "";
    left: 0;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #666;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu-hed .mobile-nav-toggle .the-icon:before{top:-6px;}
.menu-hed .mobile-nav-toggle .the-icon:after{top:6px;}
.off-canvas-open .menu-hed .mobile-nav-toggle .the-icon{background-color:transparent;}
.off-canvas-open .menu-hed .mobile-nav-toggle .the-icon:before{-webkit-transform:translateY(6px) rotateZ(-45deg);transform:translateY(6px) rotateZ(-45deg);}
.off-canvas-open .menu-hed .mobile-nav-toggle .the-icon:after{-webkit-transform:translateY(-6px) rotateZ(45deg);transform:translateY(-6px) rotateZ(45deg);}


p.login-btn-txt {
    display: inline;
    margin: 0;
}
@media (max-width:991.98px) {
  p.login-btn-txt {
  display: none;
}
}
@media (max-width:820px){
.woocommerce-MyAccount-navigation{display:none;}
.woocommerce-account .woocommerce-MyAccount-content{width:100%!important;;}
}

.sfollow-navigation {
  position: relative; }
  .sfollow-navigation ul {
    padding-right: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .sfollow-navigation ul.menu,
  .sfollow-navigation .menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .sfollow-navigation ul.menu > li,
    .sfollow-navigation .menu > ul > li {
      margin: 0 5px;
      /* Second Level*/ }
      .sfollow-navigation ul.menu > li > a,
      .sfollow-navigation .menu > ul > li > a {
        font-size: 15px;
        margin-right: 15px;}
        .sfollow-navigation ul.menu > li > a i,
        .sfollow-navigation .menu > ul > li > a i {
          opacity: 0.7;
          margin-right: 7px; }
      .sfollow-navigation ul.menu > li:hover > ul,
      .sfollow-navigation .menu > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }

.sfollow-navigation ul.menu > li ul,
.sfollow-navigation .menu > ul > li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    right: 0;
    width: 230px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 10px;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 200;
}

@media screen and (prefers-reduced-motion: reduce) {
.sfollow-navigation ul.menu > li ul,
.sfollow-navigation .menu > ul > li ul {
	-webkit-transition: none;
	transition: none;
}}
.sfollow-navigation ul.menu > li ul:after,
.sfollow-navigation .menu > ul > li ul:after {
	content: '';
	display: block;
	display: block;
	position: absolute;
	top: -15px;
	right: 0;
	width: 230px;
	height: 15px;
	background-color: transparent;
}
        .sfollow-navigation ul.menu > li ul li,
        .sfollow-navigation .menu > ul > li ul li {
          position: relative;
          width: 100%; }
          .sfollow-navigation ul.menu > li ul li.menu-item-has-children > a,
          .sfollow-navigation .menu > ul > li ul li.menu-item-has-children > a {
            position: relative; }
            .sfollow-navigation ul.menu > li ul li.menu-item-has-children > a:after,
            .sfollow-navigation .menu > ul > li ul li.menu-item-has-children > a:after {
              content: '';
              display: block;
              position: absolute;
              left: 20px;
              top: 50%;
              margin-top: -4px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 0 4px 6px;
              border-color: transparent transparent transparent #dee2e6; }
          .sfollow-navigation ul.menu > li ul li:after,
          .sfollow-navigation .menu > ul > li ul li:after {
            content: '';
            display: block;
            position: absolute;
            right: 20px;
            left: 20px;
            height: 1px;
            background-color: #e9ecef; }
          .sfollow-navigation ul.menu > li ul li:last-child:after,
          .sfollow-navigation .menu > ul > li ul li:last-child:after {
            display: none; }
          .sfollow-navigation ul.menu > li ul li:hover > ul,
          .sfollow-navigation .menu > ul > li ul li:hover > ul {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
          .sfollow-navigation ul.menu > li ul li > a,
          .sfollow-navigation .menu > ul > li ul li > a {
            display: block;
            padding: 10px 20px;
            font-size: 14px; }
          .sfollow-navigation ul.menu > li ul li > ul,
          .sfollow-navigation .menu > ul > li ul li > ul {
            top: 0;
            right: 100%;
            -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
            z-index: 30; }
.sfollow-navigation ul.menu li,
.sfollow-navigation .menu > ul li {
	position: relative;
}
@media (max-width: 991.98px) {
.sfollow-navigation {
	display: none;
}}

.menu-item-has-children img {
  border-radius: 50%;
}
.box-menu {
	top: 45px !important;
	width: 200px !important;
}

.page-home {
/*	background: url(../images/hero-bg.jpg) 0 no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
}

.page-home a {
    color: #fff;
}
.page-home .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(40 53 61 / 62%);
    top: 0;
}

.page-title {
    background: url(../images/follbanner.jpg) 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
}
.page-title a {
    color: #fff;
}
.notari{
	position: relative;
}
.notari h1{
	position: relative;
	color: #fff;
}
.page-title .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(40 53 61 / 30%);
    top: 0;
}
.page-title .h2 {
	font-size: 25px;
	margin-bottom: 0;
	line-height: 1.2;
}
.page-title .breadcrumbs {
	margin-top: 8px;
}


/* Off Canvas Navigation */
.off-canvas-navigation {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    color: #666;
    width: 280px;
    height: 100%;
    overflow: auto;
    z-index: 160;
    background: #fff;
    visibility: hidden;
    will-change: transform;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(280px, 0);
    transform: translate(280px, 0);
}
.off-canvas-open .off-canvas-navigation {
	visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
.admin-bar .off-canvas-navigation {
	top: 32px; }
@media (max-width: 767.98px) {
.admin-bar .off-canvas-navigation {
	top: 0;
	padding-top: 46px;
}}

.off-canvas-navigation .logo-mob {
	padding: 10px 20px 0;
	text-align: center;
}

.off-canvas-navigation .logo-mob img {
	width: 100px;
}

.off-canvas-navigation .search-form-wrapper .search-field {
	background: rgba(0, 0, 0, 0.3);
	border-color: transparent;
	color: #6c757d; }
.off-canvas-navigation .search-form-wrapper .search-field.placeholder {
	color: #6c757d; }
.off-canvas-navigation .search-form-wrapper .search-field:-moz-placeholder {
	color: #6c757d; }
.off-canvas-navigation .search-form-wrapper .search-field::-moz-placeholder {
	color: #6c757d; }
.off-canvas-navigation .search-form-wrapper .search-field:-ms-input-placeholder {
	color: #6c757d; }
.off-canvas-navigation .search-form-wrapper .search-field::-webkit-input-placeholder {
	color: #6c757d; }

/* Mobile Menu */
.off-canvas-main {
  padding: 12px 20px; }
.off-canvas-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
.off-canvas-main .mobile-menu li {
    position: relative;
    display: block;
}
.off-canvas-main .mobile-menu li > a {
	font-size: 14px;
	padding: 6px 0;
}
.off-canvas-main .mobile-menu a {
    display: inline-block;
    color: #666; }
.off-canvas-main .mobile-menu ul{
	padding-right:20px;
	display:none;
}
.off-canvas-main .mobile-menu ul a {
	font-size: 13px;
	color: #999;
}
.off-canvas-main .sub-menu-arrow {
    position: absolute;
    left: 0;
    padding: 3px 0;
    color: #666;
    font-size: 22px;
    line-height: 24px;
    cursor: pointer;
}

.canvas-user {
    text-align: center;
    padding: 20px 0;
    background: linear-gradient(45deg,#ad5b5b 20%,#4f4d90 80%);
}
.canvas-user img {
    border-radius: 50%;
}
.mtop {
    margin-top: 20px !important;
}
.btm-user-info {
    color: #fff;
    background: #0000002e;
    padding: 3px 20px;
    margin: 0 60px;
    border-radius: 5px;
    font-size: 13px;
}
.canvas-user-info {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}
.btm-user-info a {
	color:#fff;
}
.menu-title {
    background: #49a3af;
    text-align: center;
    padding: 5px 0;
    color: #fff;
}
.off-canvas-main .panel-main li {
    position: relative;
    padding: 0 0 8px;
    display: block;
    font-size: 14px;
}
.off-canvas-main .panel-main li.is-active:hover,
.off-canvas-main .panel-main li.is-active {
	margin-right: 20px;
	background:none;
}
.off-canvas-main .panel-main li:before {
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 16px;
    color: #888;
    content: '\f0d9';
}
@media (min-width:820px){
.menu-hed,
.panel-main-close {
	display:none;
}}

/* OffCanvas Footer */
.off-canvas-footer {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #e5e0e0;
    text-align: center;
}

.wrap {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* Off Canvas Overay */
.off-canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(108, 117, 125, 0.1);
  -webkit-box-shadow: inset -37px 0px 72px -6px rgba(0, 0, 0, 0.1);
  box-shadow: inset -37px 0px 72px -6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .off-canvas-open .off-canvas-overlay {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(280px, 0);
    transform: translate(280px, 0);
}


ul.posts li a img {
    float: right;
    width: 60px;
    height: 60px;
    margin: 0 0 10px 10px;
    border-radius: 5px;
    position: relative;
}
ul.posts li {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

.post-date, ul.posts li span {
    display: block;
    color: #999;
    padding-top: 5px;
    font-size: 12px;
}

.ltx-overlay-main-waves {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
	width: 100%;
}
.ltx-overlay-black-waves,
.ltx-overlay-gray-waves,
.ltx-overlay-main-waves,
.ltx-overlay-second-waves,
.ltx-overlay-white-waves {
    display: block;
    height: 60px;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
    margin-top: -60px;
    -webkit-mask-image: url(../images/wave.svg);
    -webkit-mask-size: 1940px;
    position: absolute;
    left: -10px;
    right: 0;
	width: 100%;
}
.ltx-overlay-black-waves {
    background-color: #28353d;
}
.ltx-overlay-main-waves {
    background-color: #f4524d;
}

.footer-widgets .widget-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.site-footer {
  background-color: #28353d; }
  .site-footer.footer-color-light {
    color: #aeb6b8; }
    .site-footer.footer-color-light h1, .site-footer.footer-color-light h2, .site-footer.footer-color-light h3, .site-footer.footer-color-light h4, .site-footer.footer-color-light h5, .site-footer.footer-color-light h6,
    .site-footer.footer-color-light table tr th {
      color: #fff; }
    .site-footer.footer-color-light table tr td, .site-footer.footer-color-light caption {
      color: #aeb6b8; }
    .site-footer.footer-color-light a {
      color: #aeb6b8; }
      .site-footer.footer-color-light a:hover {
        color: #fff; }
    .site-footer.footer-color-light table tr th,
    .site-footer.footer-color-light table tr td {
      border-color: #435184; }

.footer-widgets {
  padding: 40px 0 20px; }
  .footer-widgets ul li {
    border-bottom: 0; }
  .footer-widgets .widget-title {
    font-size: 18px;
    margin-bottom: 24px; }
  .footer-widgets .footer-widgets-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .footer-widgets .footer-widget-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .footer-widgets .widget_nav_menu * > ul {
    list-style-type: none;
    padding: 0;
    margin-right: -10px;
    margin-left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer-widgets .widget_nav_menu * > ul > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 0 10px;
      line-height: 36px; }
      .footer-widgets .widget_nav_menu * > ul > li ul {
        padding: 0;
        margin: 0 -10px; }
        .footer-widgets .widget_nav_menu * > ul > li ul li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding: 0 10px; }
      .footer-widgets .widget_nav_menu * > ul > li a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle; }
        .footer-widgets .widget_nav_menu * > ul > li a:before {
          content: '';
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          height: 1px;
          width: 0;
          background: #fff;
          margin-left: 0;
          margin-right: 0;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .footer-widgets .widget_nav_menu * > ul > li a:hover:before {
          width: 12px;
          margin-left: 5px; }
  .footer-widgets .select2-container--default .select2-selection--single {
    color: #6c757d; }
  .footer-widgets .widget_text p {
    margin-bottom: 18px; }
  .footer-widgets .widget {
    margin-top: 40px; }
    .footer-widgets .widget:first-child, .footer-widgets .widget.widget_contacts {
      margin-top: 0; }

@media (min-width: 992px){
.blog-loop-view-grid.four-columns .post, .products.grid-view.products-4-columns .product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}

@media (min-width: 992px) {
  .footer-one-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .footer-two-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .footer-three-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .footer-four-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .footer-doubleright-col .footer-widget-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .footer-doubleright-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .footer-doubleleft-col .footer-widget-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .footer-doubleleft-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 991.98px) {
  .footer-widget-col:not(:last-child) {
    margin-bottom: 3em; } }

/* Footer Copyleft */
.footer-copyright .copyright-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0; }

.footer-copyright.copyrights-layout-default .copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .footer-copyright.copyrights-layout-default .copyright-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

.main-sidebar-holder .widget {
    margin: 20px 0 0;
}
}

/* Back to top */
.back-to-top {
  position: fixed;
  left: 20px;
  bottom: 30px;
  opacity: 0;
  width: 42px;
  height: 42px;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(24, 25, 27, 0.25);
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2000;
}
.back-to-top i {
    line-height: 42px;
    font-size: 30px;
}
  .back-to-top.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .back-to-top:hover {
    background-color: #e63f3f; }

.main-sidebar-holder .widget {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
  .main-sidebar-holder .widget .widget-title {
    position: relative;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px; }
.main-sidebar-holder .widget .widget-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #f6bcbc;
	margin-top: 0.75em;
}

.widget-side {
	display: inline-block;
}

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
  display: contents;
}

.widget li > ol,
.widget li > ul {
  margin-right: 10px;
  list-style: disc;
  list-style-position: inside;
  margin-top: 5px; }

/* List Style Widgets */
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  padding: 7px 0;
  border-bottom: 1px solid #eee; }
  .widget_archive li:last-child,
  .widget_categories li:last-child,
  .widget_links li:last-child,
  .widget_meta li:last-child,
  .widget_nav_menu li:last-child,
  .widget_pages li:last-child,
  .widget_recent_comments li:last-child,
  .widget_recent_entries li:last-child {
    border-bottom: 0; }

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0; }

/* Recent Posts Widget */
.widget_recent_entries .post-date {
  display: block;
  color: #aaaaaa;
  font-size: 13px;
}

/* RSS Widget */
.rsswidget img {
  margin-top: -4px; }

.rssSummary {
  margin: 9px 0; }

.rss-date {
  display: block; }

.widget_rss li {
  margin-bottom: 18px; }

.widget_rss li:last-child {
  margin-bottom: 0; }

/* Text Widget */
/* Contact Infos */
.widget_contacts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .widget_contacts ul li .contact-info-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 5px;
    text-align: center; }
    .widget_contacts ul li .contact-info-icon i {
      font-size: 22px; }

/* Search Form */
.search-form {
  position: relative; }
  .search-form input[type='search'] {
    width: 100%;
    padding-left: 42px; }
  .search-form .search-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: 0; }
    .search-form .search-submit svg {
      width: 32px;
      height: 32px;
      fill: #6c757d; }

/* Widget Tag Cloud */
.widget_tag_cloud .tag-cloud-link {
  font-size: 14px !important;
  background: #1e83f0;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  padding: 6px 10px;
  display: inline-block;
  margin: 0 0 5px 5px; }

/*--------------------------------------------------------------
  Login Forms
--------------------------------------------------------------*/

.login-form-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1040;
  opacity: 0;
  background-color: #000; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  visibility: hidden; }
  .modal-login-open .modal {
    visibility: visible;
    opacity: 1; }
    .modal-login-open .modal .login-form-overlay {
      opacity: 0.8; }

.login-form-modal {
  position: relative;
  width: auto;
  margin: 0.5rem;
  z-index: 1040;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
  visibility: hidden; }
  .modal-login-open .login-form-modal {
    visibility: visible;
    opacity: 1; }
  @media (min-width: 576px) {
    .login-form-modal {
      max-width: 500px;
      margin: 10vh auto 0 auto; } }
  .login-form-modal .login-form-modal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); }
  .login-form-modal .login-form-modal-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .login-form-modal .login-form-modal-box .close {
      position: absolute;
      top: 35px;
      left: 30px; }
      .login-form-modal .login-form-modal-box .close svg {
        width: 26px;
        fill: #666; }
    .login-form-modal .login-form-modal-box .login-title {
      font-size: 28px;
      margin-bottom: 0;
      background-color: #f6f6f6;
      padding: 35px 40px; }
    .login-form-modal .login-form-modal-box .login-form-content {
      padding: 40px; }
      .login-form-modal .login-form-modal-box .login-form-content .form-row {
        margin-bottom: 15px; }
    .login-form-modal .login-form-modal-box .login-form-remember {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 5px 0 15px 0; }
    .login-form-modal .login-form-modal-box .or-use-login {
      font-size: 14px;
      text-transform: uppercase;
      color: #adb5bd;
      margin-top: 20px;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .login-form-modal .login-form-modal-box .or-use-login:before, .login-form-modal .login-form-modal-box .or-use-login:after {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        border-bottom: 1px solid #e5e5e5; }
      .login-form-modal .login-form-modal-box .or-use-login:before {
        margin-left: 15px; }
      .login-form-modal .login-form-modal-box .or-use-login:after {
        margin-right: 15px; }
  .login-form-modal .form-row-username,
  .login-form-modal .form-row-password {
    position: relative; }
    .login-form-modal .form-row-username i.material-icons,
    .login-form-modal .form-row-password i.material-icons {
      position: absolute;
      bottom: 15px;
      font-size: 22px;
      right: 12px;
      color: #ccc; }
    .login-form-modal .form-row-username input,
    .login-form-modal .form-row-password input {
      height: 50px;
      padding-right: 46px; }
  .login-form-modal .button {
    min-width: 140px; }

.sfollow-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sfollow-social-links li {
	display: inline-block;
	font-size: 18px;
}
  .sfollow-social-links:not(.rounded) li {
    margin:1px 8px;}
  .sfollow-social-links li a {
    color: #999;}
  .sfollow-social-links.rounded li {
    margin: 3px; }
    .sfollow-social-links.rounded li a {
      width: 36px;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: rgba(0, 0, 0, 0.6);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #e5e5e5;
      border-radius: 50%; }
      .sfollow-social-links.rounded li a:hover {
        color: #fff; }
      .sfollow-social-links.rounded li a.facebook:hover {
        background-color: #3b5998;
        border-color: #3b5998; }
      .sfollow-social-links.rounded li a.twitter:hover {
        background-color: #1da1f2;
        border-color: #1da1f2; }
      .sfollow-social-links.rounded li a.linkedin:hover {
        background-color: #0077b5;
        border-color: #0077b5; }
      .sfollow-social-links.rounded li a.instagram:hover {
        background-color: #405de6;
        border-color: #405de6; }
      .sfollow-social-links.rounded li a.telegram:hover {
        background-color: #1da1f2;
        border-color: #1da1f2; }
      .sfollow-social-links.rounded li a.email:hover {
        background-color: #495057;
        border-color: #495057; }
      .sfollow-social-links.rounded li a.youtube:hover, .sfollow-social-links.rounded li a.youtube-play:hover {
        background-color: #ff0000;
        border-color: #ff0000; }
      .sfollow-social-links.rounded li a.pinterest:hover {
        background-color: #bd081c;
        border-color: #bd081c; }
      .sfollow-social-links.rounded li a.vimeo:hover {
        background-color: #1ab7ea;
        border-color: #1ab7ea; }
      .sfollow-social-links.rounded li a.foursquare:hover {
        background-color: #f94877;
        border-color: #f94877; }
      .sfollow-social-links.rounded li a.custom:hover {
        background-color: #f9a134;
        border-color: #f9a134; }
  .sfollow-social-links.rounded.light li a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: transparent; }

.post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .post-share .post-share-title {
    margin-left: 6px; }

.post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.75rem; }

.post-nav-btn {
  max-width: 50%; }

.post-nav-link {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px; }
  .post-nav-link span {
    display: block;
    color: #adb5bd; }
  .post-nav-link strong {
    font-weight: normal; }
  .post-nav-link svg {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 20px;
    fill: #adb5bd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .post-nav-link.prev {
    padding-right: 32px; }
  .post-nav-link.next {
    padding-left: 32px; }
    .post-nav-link.next svg {
      right: auto;
      left: 0; }
  @media (max-width: 767.98px) {
    .post-nav-link strong {
      display: none; } }


.commentlist {
    list-style: none;
    padding: 0;
    margin: 0
}
.commentlist ul {
    list-style: none;
}
.commentlist ul.children {
    margin: 20px 30px 20px 0;
    border-radius: 10px;
	padding: 10px;
	border: 1px solid #eee;
}
.commentlist ul.children li.comment-author-admin {
    padding: 20px;
    border-right: 3px solid #f3c29f;
}
.commentlist .comment .comment_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: both
}
.commentlist .comment .comment_container .comment-avatar {
    margin-left: 24px
}

.commentlist .comment .comment_container .comment-avatar img {
    border-radius: 50%
}
.commentlist .comment .comment_container .comment-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.commentlist .comment .comment_container .comment-text .comment-header {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-bottom: 10px;
    color: #adb5bd
}
.commentlist .comment .comment_container .comment-text .comment-header .date {
    display: block;
    margin-top: 10px;
    line-height: 1.2;
    color: #8a8a8a;
    font-size: 14px
}
.commentlist .comment .comment_container .comment-text .comment-header .comment-author {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #464749;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 10px
}
@media (max-width:767.98px) {
.commentlist .comment .comment_container .comment-avatar {
	min-width: 40px
}
}

.commentlist .comment .comment-link-btn {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 13px;
    background-color: #f8f9fa;
    border-radius: 2px;
    line-height: 1.5
}

.commentlist .comment .comment-respond {
    margin-bottom: 20px;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 3px
}

.comment-respond {
    margin-top: 30px;
	margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    border: 1px solid #dde2e6;
    border-radius: 10px
}

.comment-respond .form-submit,
.comment-respond .must-log-in {
    margin-bottom: 0
}

.comment-respond .comment-reply-title small a {
    font-size: 13px;
    margin-right: 10px;
    padding: 3px 6px;
    border-radius: 3px;
    border: 1px solid #e5e5e5
}

.comment-respond p {
    margin-bottom: 16px
}

.comment-respond p textarea {
    height: 140px;
    padding-top: 10px;
    height: 184px;
    line-height: 26px
}

.comment-respond p textarea:before {
    border-right: 1px solid #fbd0d0;
    border-left: 1px solid #fbd0d0;
    bottom: 0;
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
    width: 7px
}

.comment-respond p .form-submit,
.comment-respond p .submit {
    width: auto
}

.comment-respond .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.comment-respond .comment-form .comment-form-rating,
.comment-respond .comment-form p {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.comment-form-url {display: none;}

@media (min-width:768px) {
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: inline-grid;
}}

.comment-holder {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 1.875rem;
}

@media (max-width:767.98px) {
    .comment-holder .commentlist .children {
        margin-right: 15px
    }
}

.comment-respond-holder {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 1.875rem;
    margin-top: 30px
}

.page .commentlist .comment-body,
.page .commentlist .comment-text,
.single-post .commentlist .comment-body,
.single-post .commentlist .comment-text {
    position: relative;
    padding-bottom: 0
}

@media (min-width:768px) {
    .page .commentlist .comment-body,
    .page .commentlist .comment-text,
    .single-post .commentlist .comment-body,
    .single-post .commentlist .comment-text {
        padding-right: 80px
    }
}

.page .commentlist .comment .avatar,
.single-post .commentlist .comment .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%
}

@media (min-width:768px) {
    .page .commentlist .comment .avatar,
    .single-post .commentlist .comment .avatar {
        width: 70px;
        height: 70px
    }
}

.page .commentlist .comment .vcard,
.single-post .commentlist .comment .vcard {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0 0 16px
}

.page .commentlist .comment .vcard .fn,
.single-post .commentlist .comment .vcard .fn {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    color: #555
}

.page .commentlist .comment .vcard .fn a,
.single-post .commentlist .comment .vcard .fn a {
    color: #555
}

.page .commentlist .comment .vcard .fn a:hover,
.single-post .commentlist .comment .vcard .fn a:hover {
    color: #f14242
}

.page .commentlist .comment .vcard .says,
.single-post .commentlist .comment .vcard .says {
    display: none
}

.comment-content p {
    font-size: 13.5px;
    color: #666;
	margin: 0;
}
.comment-metadata {
    display: flex;
    float: left;
	color: #8a8a8a;
	font-size: 12px;
}
.comment-metadata a {
	color: #8a8a8a
}

.page .commentlist .comment .reply,
.single-post .commentlist .comment .reply {
    margin-bottom: 30px
}
.page .commentlist .comment .reply .comment-reply-link,
.single-post .commentlist .comment .reply .comment-reply-link {
    color: #ec4949;
	float: left;
}




.newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.newsletter-form:before {
    content: "\f003";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 46px;
    pointer-events: none;
    color: #6c757d;
    font-size: 16px;
    text-align: center;
    z-index: 1;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.newsletter-form .form-control {
    position: relative;
    width: 100%;
    line-height: 1;
    padding-right: 44px;
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
.newsletter-form input[type=submit] {
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop-inner {
    width: 100%;
	float: right;
}

ul.page-numbers {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    line-height: 40px;
    font-weight: 500;
    padding: 0;
    width: 40px;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin-left: 5px;
	border: none;
}

  ul.page-numbers li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 20px 0;
    background-color: #f0f0f1;
    border-radius: 50%; }
    ul.page-numbers li:first-child {
      margin-right: 0; }
  ul.page-numbers .page-numbers {
    position: relative;
    display: block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%; }

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
ul.page-numbers .page-numbers.current, ul.page-numbers .page-numbers:hover {
	background-color: #f9a134;
	color: #fff;
}

.page-numbers.sfollow_wp_link_pages {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  text-align: center; }
  .page-numbers.sfollow_wp_link_pages > * {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f0f0f1; }
  .page-numbers.sfollow_wp_link_pages > .page-number {
    background-color: #f9a134;
    color: #fff;
    margin: 0 5px; }

.animated-counter .counter-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .animated-counter .counter-text .counter-number {
    font-size: 48px;
    font-weight: 300;
    margin-left: 15px; }
  .animated-counter .counter-text .counter-label {
    line-height: 1.4; }

.animated-counter.counter-light .counter-text {
  color: #fff; }

.section-heading .section-title {
  font-size: 28px; }

.section-heading .section-subtitle {
  color: #1e83f0;
  display: block;
  margin-bottom: 8px; }

.testimonials-wrapper {
  position: relative; }
  .testimonials-wrapper .testimonial-item .testimonial-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0; }
    .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author,
    .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-content {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    @media (min-width: 768px) {
      .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
      .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

    .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author .testimonial-avatar {
        overflow: hidden;
        border-radius: 50%;
        width: 100px;
        border: 6px solid rgba(73, 80, 87, 0.1);
        margin-left: 20px; }
      .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author .testimonial-author-main {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author .testimonial-author-main .testimonial-author-name {
          font-size: 20px;
          margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author {
          padding-top: 20px;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }

.countdown-timer-holder .countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .countdown-timer-holder .countdown-item .countdown-unit {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center; }
    .countdown-timer-holder .countdown-item .countdown-unit .number,
    .countdown-timer-holder .countdown-item .countdown-unit .text {
      display: block; }
  @media (max-width: 767.98px) {
    .countdown-timer-holder .countdown-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px;
      margin-right: 0;
      margin-left: 0; }
      .countdown-timer-holder .countdown-item .countdown-col {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 30px; }
      .countdown-timer-holder .countdown-item .countdown-unit {
        margin-right: 0 !important;
        margin-left: 0 !important; } }

.countdown-timer-holder.right .countdown-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .countdown-timer-holder.right .countdown-item .countdown-unit:first-child {
    margin-right: 0; }

.countdown-timer-holder.center .countdown-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.countdown-timer-holder.left .countdown-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .countdown-timer-holder.left .countdown-item .countdown-unit:last-child {
    margin-left: 0; }

.countdown-timer-holder.medium .countdown-unit .number {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -2px; }
  @media (max-width: 767.98px) {
    .countdown-timer-holder.medium .countdown-unit .number {
      font-size: 24px;
      letter-spacing: -1px; } }

.countdown-timer-holder.large .countdown-unit .number {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -2px; }
  @media (max-width: 767.98px) {
    .countdown-timer-holder.large .countdown-unit .number {
      font-size: 24px;
      letter-spacing: -1px; } }

.countdown-timer-holder.standard .countdown-unit {
  min-width: 100px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
  .countdown-timer-holder.standard .countdown-unit .number {
    color: #f9a134;
    padding: 25px 15px;
    border-bottom: 1px solid #efefef; }
  .countdown-timer-holder.standard .countdown-unit .text {
    line-height: 1;
    padding: 8px 15px; }

.countdown-timer-holder.transparent .countdown-unit {
  min-width: 100px;
  background-color: rgba(108, 117, 125, 0.1);
  line-height: 1;
  border-radius: 4px;
  padding: 25px 20px; }
  .countdown-timer-holder.transparent .countdown-unit .number {
    margin-bottom: 10px; }

.countdown-timer-holder.transparent.light .countdown-unit {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }


/*
Sidebar Holder
 */
.main-sidebar-holder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .main-sidebar-holder {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
/*
Blog Main Loop
 */

.entry-title, .h1 {
	font-size: 14px !important;
	text-align: center;
}

.blog-archive{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;}
.blog-archive .blog-main-loop{position:relative;width:100%;min-height:1px;padding-left:15px;padding-right:15px;}
@media (min-width:992px){.blog-archive.has-sidebar .blog-main-loop{-webkit-box-flex:0;-ms-flex:0 0 70.66667%;flex:0 0 70.66667%;max-width:70.66667%;}
}
@media (min-width:768px){.blog-archive.sidebar-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
}
.main-sidebar-holder{position:relative;width:100%;min-height:1px;padding-left:15px;}
@media (min-width:992px){.main-sidebar-holder{-webkit-box-flex:0;-ms-flex:0 0 29.33333%;flex:0 0 29.33333%;max-width:28.33333%;}
}
.page-container .main-sidebar-holder{position:relative;width:100%;min-height:1px;padding-left:20px;padding-right:0px;}
@media (max-width:992px){.page-container .main-sidebar-holder{padding-left:0px;}
}
.blog-loop-inner .portfolio{position:relative;width:100%;min-height:1px;padding-left:15px;padding-right:15px;}
.blog-loop-inner .portfolio .post-meta.post-category{display:none;}
.post-category1{margin-top:1rem;}
.blog-loop-inner .post,
.blog-loop-inner .portfolio{position:relative;margin-bottom:20px;z-index:10;}
.blog-loop-inner .post .post-thumbnail img,
.blog-loop-inner .portfolio .post-thumbnail img{max-width:100%;width:100%;}
.thum-ind img{height:160px !important;}
@media (max-width:992px){.thum-ind img{height:auto!important;}}
.blog-loop-inner ul{padding-left:40px;list-style:initial;}
.entry-content{margin-bottom:20px;}
.entry-content p{margin-bottom: 15px;;}
.blog-loop-inner .post .entry-content,
.blog-loop-inner .portfolio .entry-content{overflow:hidden;}
.blog-loop-inner .post .the-excerpt,
.blog-loop-inner .portfolio .the-excerpt{margin-bottom:15px;}
.blog-loop-inner .post .the-excerpt p:last-child,
.blog-loop-inner .portfolio .the-excerpt p:last-child{margin-bottom:0;}
.blog-loop-inner .post .post-inner,
.blog-loop-inner .portfolio .post-inner{background-color:#fff;border:1px solid #e5e5e5;font-size:13.50px;border-radius:4px;overflow:hidden;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.bgi{border-radius:10px!important;margin:0 10px;}
.bgi:hover{margin-top:-8px;}
.single-post .blog-loop-inner .post .post-inner, .single-post
.blog-loop-inner .portfolio .post-inner{-webkit-box-shadow:none !important;box-shadow:none !important;}
.blog-loop-inner .post .post-inner .post-content,
.blog-loop-inner .portfolio .post-inner .post-content{padding:0 1.0rem;overflow:hidden;}
.blog-loop-inner .post .post-inner .post-content .entry-title,
.blog-loop-inner .portfolio .post-inner .post-content .entry-title{margin-top:10px;font-size:14px;font-weight:500;letter-spacing:-.5px;overflow:hidden;text-align:center;height:50px;}
.blog-loop-inner .post.sticky .entry-title a,
.blog-loop-inner .portfolio.sticky .entry-title a{color:#56B881;border-bottom:1px solid #56B881;display:inline-block;}
.blog-loop-inner .post .post-meta,
.blog-loop-inner .portfolio .post-meta{display:inline-block;font-size:12px;padding-left:10px;color:#8f8f8f;}
.blog-loop-inner .post .post-meta a,
.blog-loop-inner .portfolio .post-meta a{color:#8f8f8f;}
.blog-loop-inner .post .post-meta a:hover,
.blog-loop-inner .portfolio .post-meta a:hover{color:#666;}
.blog-loop-inner .post .post-meta i,
.blog-loop-inner .portfolio .post-meta i{color:#b0b0b0 !important;margin-left:3px;}
.blog-loop-inner .post:hover .post-inner, .blog-loop-inner .post.sticky .post-inner,
.blog-loop-inner .portfolio:hover .post-inner,
.blog-loop-inner .portfolio.sticky .post-inner{-webkit-box-shadow:0 6px 20px rgba(168, 172, 185, .3);box-shadow:0 6px 20px rgba(168, 172, 185, .3);}
.blog-loop-inner.post-single > .post .post-inner .entry-header h1.entry-title{border-bottom:2px solid #f3f3f3;padding-bottom:17px;}
.blog-loop-inner.post-single > .post .post-inner, .blog-loop-inner.post-single > .post .post-inner .post-thumbnail{padding:1.5rem;margin-bottom: 1.5rem;}
.entry-header{padding-bottom:5px;margin-bottom:15px;border-bottom:1px solid #e5e5e5;}
.blog-loop-inner.post-single > .post .post-inner .post-thumbnail{margin:-1.875rem -1.875rem 20px;padding: 0;}
.blog-loop-inner.post-single > .post .post-inner .entry-tag-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.blog-loop-inner.post-single > .post .post-inner .entry-tag-share .post-tags{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
@media (min-width:768px){.blog-loop-inner.post-single > .post .post-inner .entry-tag-share{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
}
@media (min-width:768px){.blog-loop-view-grid.three-columns .post{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
}
@media (min-width:992px){.blog-loop-view-grid.three-columns .post{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;}}
@media (min-width:992px){.blog-loop-view-grid.two-columns .post{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
}
.blog-loop-view-list .post-inner{
	display:-webkit-box;display:
	-ms-flexbox;display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}
.blog-loop-view-list .post-inner .post-thumbnail{
	max-width:40%;
	min-width:40%;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-preferred-size:auto;
	flex-basis:auto;
}
.blog-loop-view-list .post-inner .post-content{
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
.blog-list img{
	height: 183px!important;
}

@media (max-width:767.98px){.blog-loop-view-list .post-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.blog-loop-view-list .post-inner .post-thumbnail{max-width:100%;min-width:100%;}
}
.blog-loop-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;}
.blog-loop-inner .post{
	position:relative;
	width:100%;
}

.post-author-box {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.post-author-box .avatar {
	max-width: 100%;
    width: 110px;
    height: auto;
    border-radius: 50%;
    margin-left: 10px;
    border: 3px solid #e5e5e5;
}
.post-author-box .author-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.post-author-box .author-content p {
	margin-bottom: 20px;
}

@media (max-width: 576px){
.post-author-box {
    text-align: center!important;
	display: block;
}
.post-author-box .avatar {
    margin-left: 0;
    margin-bottom: 5px;
}}

.post-tags a[rel="tag"] {
    padding: 4px 8px;
    line-height: 1.2;
    display: inline-block;
    background-color: #f9f9f9;
    border-radius: 20px;
    margin: 2px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

.page-pagination {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-pagination .page-links-title {
    font-weight: 600;
    margin-left: 20px; }
  .page-pagination span {
    position: relative;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-left: 10px; }
  .page-pagination > span {
    background-color: #f9a134;
    color: #fff; }
  .page-pagination a span,
  .page-pagination a:hover span {
    background-color: #efefef; }

.post-password-form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0; }

.post-password-form input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 42px;
  border-radius: 2px; }

.post-password-form input[type=password] {
  display: block;
  max-width: 100%;
  width: 200px;
  margin: 0 10px; }

@media (max-width: 767.98px) {
  .post-password-form label {
    display: block; }
  .post-password-form input[type=password] {
    width: 100%;
    margin: 10px 0 15px 0; } }

.search-results-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .search-results-wrapper .search-results-main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .search-results-wrapper .search-results-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    .search-results-wrapper .search-results-main .search-result-box {
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      padding: 1.75rem;
      margin-bottom: 1.75rem;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .search-results-wrapper .search-results-main .search-result-box .result-thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 24px; }
        .search-results-wrapper .search-results-main .search-result-box .result-thumbnail a {
          display: block;
          width: 140px;
          height: 140px;
          border-radius: 50%;
          overflow: hidden; }
      .search-results-wrapper .search-results-main .search-result-box .search-content {
        margin-left: 20px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }


.countdown-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.countdown-section {
  padding: 0 0 0 10px; }
  .countdown-section:last-child {
    padding: 0; }

.countdown-amount {
  background-color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  height: auto;
  font-size: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #f9a134; }

.countdown-period {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: 14px;
  padding: 2px; }


.inner-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px;}

.box-holder {
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  vertical-align: middle;
}

/*======== item =======*/
.cardin {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.vc_column_container>.vc_column-inner {
    padding-left: 8px!important;
    padding-right: 8px!important;
}

.ig-bg{
	background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.tel-bg {
	background: linear-gradient(45deg,#20a8df 0,#20a8df 25%,#27a2d4 50%,#477692 75%,#25295d 100%);
}
.pricing-pack:hover {
	box-shadow: 0 1rem 3rem rgba(31,45,61,.125);
	transform: translate(0, -10px);
}


.vc_row[data-vc-full-width] {
	overflow:inherit !important;
}

.cardin>*{
	box-sizing:border-box;
	width:100%;
	flex-grow:0;
	flex-shrink:1;
	flex-basis:auto;
	position:relative;
	padding: 15px;
}
.cardin>*:first-child{
	border-top-right-radius:15px;
	border-top-left-radius:15px;
}
.cardin .cardin__header{
	display:block;
	padding:20px 20px;
	color:#fff;
	text-align:center;
	overflow:hidden;
}

.cardin .cardin__price {
	font-size: 12px;
	position: absolute;
	left: -30px;
	transform: rotate(-45deg);
	background: #ff0;
	color: black;
	font-weight: 600;
	padding: 1px 40px;
	top: 12px;
	text-align: center;
}

.cardin .cardin__title {
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: 1.5px;
}

.cardin .cardin__wish-list-wrapper {
    border-radius: 20px;
    text-align: center;
    margin: auto 20px;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 4px 0;
}
.cardin .cardin__wish-list-wrapper a {
	color: #999;
}

.cardin .cursign{
	margin-right:2px;
	font-size:12px;
}
.cardin .value-num{
	font-size:28px;
}

.cardin .price-wrapper{
	direction:ltr;
	box-sizing:border-box;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

@media (min-width:50px){
.cardin {
    width: 100% !important;
}}

@media (min-width:576px){
.vc_col-sm-1\/5 {
	float: right;
    width: 50% !important;
}}
@media (min-width:768px){
.vc_col-sm-1\/5 {
	float: right!important;
    width: 33.3333% !important;
}}
@media (min-width:992px){
.vc_col-sm-1\/5 {
    width: 25% !important;
}}
@media (min-width:1200px){
.vc_col-sm-1\/5 {
    width: 20% !important;
}}

@media (max-width:768px){
.footer-copyright {
    text-align: center
}}


.select2-container {
    width: 100%!important;
}


.vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading {
    text-align: right!important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff!important;
	font-size: 14px;
}
.vc_tta.vc_general {
    font-size: 13px!important;
}
.vc_col-xs-12 {
    float: none !important;
}
.vc_tta.vc_general .vc_tta-panel-body {
	padding: 0!important;
}


.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #f0f0f0;
    background-color: #80d6a4!important;
	color: #fff!important;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    color: #eee;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner h2,
.vc_row-has-fill>.vc_column_container>.vc_column-inner h3 {
    color: #fff;
}

/* wpcf7 */

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form .wpcf7-response-output {
	padding: 5px 20px;
	border: 2px solid #e69a9a;
    border-radius: 10px;
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	right: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../images/loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.col-xs-12 {
    width: 100%;
	float: right;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px){
.col-md-6 {
    width: 50%;
}}
.article_related .post-inner{padding:0 !important;line-height:20px;}
.article_related h5.author-title{padding:0 20px;font-size:14px;}
.article_related ul{padding:0;list-style:none;margin-bottom:15px;float:right;width:100%;margin-right:0;}
.article_related ul li{margin-top:10px;}
.article_related ul li a{color:#333;display:block;background:#f5f5f5;padding:10px;border-radius:5px;float:right;width:100%;}
.article_related ul li a:hover{color:#e31e24;background:#eee;}
.article_related ul li:hover h6{color:#dd3333;}
.article_related ul li img{float:right;width:70px;height:70px;margin-left:10px;border-radius:3px;}
.article_related ul li h6{font-size:14px;line-height:1.8;margin:0;color:#555;font-weight:600;display:inline;}
.article_related ul li p{font-size:12px;transform:translateY(3px);margin:0;color:#9c9fa4;}



.woocommerce-account .login-user .stu-login {
    display: none
}

.leading {
    padding: 5px;
    text-align: center;
    font-size: 13px;
    background: #f5f8fb;
    margin: 0 20px;
	border-radius: 10px;
}

@media screen and (max-width:992px) {
    .leading {
        margin: 0
    }
}

.leading button {
    font-size: 13px;
    color: #1ca2bd;
    text-decoration: none;
    position: relative
}

.leading button:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #a0a0a0
}

.login-btn, .reg-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 400;
    border-radius: 5px;
    color: #fff!important;
    background: #52c5ce;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff!important;
    background: #52c5ce;
}

.login-user button.woocommerce-Button {
    padding: 12px 20px!important;
}

.box-lost-pass {
    max-width: 600px;
    margin: 0 auto
}

form.lost_reset_password {
    padding: 30px
}

.lost_reset_password i.material-icons {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    left: 15px;
    color: #ccc;
}

.lost_reset_password label {
    position: relative
}

.box-lost-pass .lost-pass-image {
    width: 180px;
}

.login-user {
    position: relative;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 7px
}

@media screen and (min-width:992px) {
    .login-wrapper:before {
        content: ""!important;
        display: block!important;
        position: absolute;
        top: 115px;
        height: auto;
        right: 0;
        left: 0;
        bottom: 100px;
        width: 2px;
        margin: auto;
        background: #ddd;
        border-radius: 4px;
        z-index: 1
    }
}

.woocommerce ul.order_details {
    padding: 0;
}

p.woocommerce-form-row {
    position: relative
}

p.woocommerce-form-row i.fal, p.dig-custom-field i.fal {
    position: absolute;
    top: 14px;
    font-size: 16px;
    left: 15px;
    color: #ccc
}

.login-user-dis {
    color: #7b868a;
    text-align: justify;
    line-height: 26px;
    font-size: 12px
}


.woocommerce-account .woocommerce-MyAccount-content {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
    width: 76%;
    float: left
}

.woocommerce-MyAccount-navigation {
    width: 23%!important;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
	border: 1px solid #e5e5e5;
}

.woocommerce-account .woocommerce-MyAccount-content p:last-of-type {
    margin-bottom: 0;
    color: #7b7b7b
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0 20px
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    cursor: pointer !important;
    margin-top: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px
}

li.woocommerce-MyAccount-navigation-link:hover,
li.woocommerce-MyAccount-navigation-link.is-active {
    background: #f5f5f5;
    border-radius: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
	font-family: FontAwesome;
	margin-right: 10px;
	color: #666;
	display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: '\f015'
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
    content: '\f23d'
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
    content: '\f019'
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: '\f279'
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: '\f2be'
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: '\f08b'
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mywishlist:before {
    content: "\f004"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    margin-left: 0;
    border-bottom: 0 solid #e5e5e5
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #666;
    width: 100%;
    padding: 10px;
}

.woocommerce-account .u-columns.col2-set>div {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.woocommerce-account .login-title {
    padding: 10px 20px 0 0;
    color: #7b868a
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 0;
    padding: 20px;
    margin: 0;
}

@media (max-width:992px) {
    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register {
        padding: 10px 0;
    }
}

.woocommerce .login-form-content form.login {
    padding: 0px;
}

.woocommerce-account .password-remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.woocommerce-account .woocommerce-Address-title {
    margin: 24px 0
}

.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-address-fields__field-wrapper {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.woocommerce-account .woocommerce-EditAccountForm input,
.woocommerce-account .woocommerce-address-fields__field-wrapper input {
    width: 100%
}

.woocommerce-account .woocommerce-EditAccountForm fieldset,
.woocommerce-account .woocommerce-address-fields__field-wrapper fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.woocommerce-account .woocommerce-EditAccountForm .form-row,
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .woocommerce-account .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-account .woocommerce-EditAccountForm .form-row-last,
    .woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-first,
    .woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-last {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.woocommerce-account .woocommerce-address-fields input {
    width: 100%
}

.woocommerce-form .button,
.woocommerce-form input:not([type=checkbox]) {
    display: block;
    overflow: hidden;
    width: 100%
}

.woocommerce-password-strength {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-top: 10px;
    padding: 5px 12px;
    border-radius: 50px;
}

.woocommerce-password-strength.good {
    background-color: #f3b700
}

.woocommerce-password-strength.strong {
    background-color: #03a678
}
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
    background-color: #f27362;
}

.woocommerce-password-hint {
    display: block;
    font-size: 13px;
    padding-top: 4px
}

.box-holder {
    position: relative;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 6px 20px rgba(168, 172, 185, .3);
    box-shadow: 0 6px 20px rgba(168, 172, 185, .3)
}

.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {
    margin-left: 5px;
    content: "\f0d6";
    font-family: fontawesome!important
}

.woo-wallet-icon-wallet:before {
    content: " "!important
}

.user-info-MyAccount {
    padding-top: 25px;
    text-align: center;
	padding-bottom: 20px;
	background: linear-gradient(45deg,#e06f7b 30%,#1f5691 70%);
}

.user-info-MyAccount img.avatar {
    border-radius: 50%;
    box-shadow: 0 6px 20px rgb(0 0 0 / 37%);
}

.user-info-name {
    margin-top: 10px;
    color: #fff;
}

.status-user-widget {
    overflow: hidden
}

.status-user-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    float: right;
    width: 100%
}

.status-user-widget ul li {
    float: right;
    width: 24.5%;
    padding: 0 10px 0 0
}

.status-user-widget ul li:first-child {
    padding-right: 0
}

.status-user-widget ul li .key_wrapper {
    height: 75px;
    float: right;
    width: 100%;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
	margin-right: 15px;
}
@media (max-width: 768px){
.status-user-widget ul li .key_wrapper {
    margin-right: 0;
}
}
.status-user-widget ul li.all_product .key_wrapper {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eee;
}

.status-user-widget ul li .key_wrapper span.icon {
    float: right;
    font-size: 28px;
    margin-top: 7px;
    background: rgba(0, 0, 0, .06);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center
}

.status-user-widget ul li .key_wrapper span.icon .material-icons {
    font-size: 36px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
}

.status-user-widget ul li .key_wrapper span.wc-amount {
    display: block;
    padding: 17px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px
}

.status-user-widget ul li .key_wrapper span.title {
    text-align: center;
    display: block;
    padding: 3px 0 0;
    font-size: 12px;
    line-height: 20px
}

@media (max-width:1200px) {
.status-user-widget ul li {
	width: calc((100% / 2) - 10px);
	padding: 0;
	margin: 5px
}}

@media (max-width:500px) {
.status-user-widget ul li {
	width: calc((100% / 1) - 10px);
	padding: 0;
	margin: 5px
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 100%;
}}

.notifications-box {
    background: #f8f8f8;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 25px 0;
}

.notifications-box h3 {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}

h4.notifications {
    font-size: 16px;
    margin-bottom: 15px;
}

.notifications .fal {
    font-size: 25px;
    margin-left: 5px
}

.notifications-box ul.list-unstyled {
    list-style: none;
    margin: 0
}

.notifications-box ul.list-unstyled li {
  padding: 8px 10px;
    border-bottom: 1px dashed #dedede;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.notifications-box ul.list-unstyled li.active {
  background: #e9e9e9;
}
.notifications-box ul.list-unstyled li:hover {
  background: #e9e9e9;
}

.notifications-box ul.list-unstyled li:last-child {
    border-bottom: 0 solid #dedede
}

h4.notifications .material-icons {
    margin-left: 10px
}

.notifications-box .notif-date {
    font-size: 10px
}

@media (max-width: 991.98px) {
.notifications-box .notif-date {
	display:none;
}
.notifications-box {
	padding: 10px;
}}

.notifications-box .notifications-icon i {
  width: 70px;
  height: 70px;
  background: #f8f8f8;
  border-radius: 15px;
  text-align: center;
  font-size: 30px;
  color: #585858;
  box-sizing: border-box;
  padding-top: 19px;
  margin-top: -40px;
  position: relative;
  border: 1px solid #e5e5e5;
  top: -25px;
  right: 10px;
}

.notif-row {
    cursor: pointer;
}
.notif-row {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.notif-content.deactive {
    display: none;
}
.notif-content .card {
  background: #fff;
    padding: 10px 19px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    font-size: 12px;
}

.rtl .woocommerce-MyAccount-navigation.mobile {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  will-change: transform;
-webkit-transition: all .5s;
  z-index: 168;
  -webkit-transform: translate(280px, 0);
  transform: translate(280px, 0);
}

@media (max-width:768px) {
.rtl .woocommerce-MyAccount-navigation.desktop {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%
}

.account-off-canvas-open .woocommerce-MyAccount-navigation.mobile {
	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    width: 280px!important;
	border-radius: 0;
}}

.account-nav-toggle {
    position: relative;
    padding: 10px;
    display: none;
    cursor: pointer;
}
.account-nav-toggle a:hover, .account-nav-toggle a:active  {
  color: #111 !important;
}

@media (max-width:768px) {
  .account-nav-toggle {
    display: block;
  }
}
.account-nav-toggle .the-icon {
    vertical-align: middle;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    display: inline-block;
    margin-left: 10px;
    width: 18px;
    height: 2px;
    background-color: #343a40;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.account-nav-toggle .the-icon:after, .account-nav-toggle .the-icon:before {
    position: absolute;
    content: "";
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #343a40;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.account-nav-toggle .the-icon:after {
    top: 6px;
}
.account-nav-toggle .the-icon:before {
    top: -6px;
}

.account-off-canvas-open .account-nav-toggle .the-icon {
    background-color: transparent;
}
.account-off-canvas-open .account-nav-toggle .the-icon:before {
    -webkit-transform: translateY(6px) rotateZ(-45deg);
    transform: translateY(6px) rotateZ(-45deg);
}
.account-off-canvas-open .account-nav-toggle .the-icon:after {
    -webkit-transform: translateY(-6px) rotateZ(45deg);
    transform: translateY(-6px) rotateZ(45deg);
}

.account-off-canvas-open .off-canvas-overlay {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.blog-single-social-box {
    border-radius: 5px;
    color: #7b7b7b;
    background: #fff;
    margin-bottom: 25px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.07);
    box-shadow: 0 5px 20px rgba(0,0,0,.07);
    top: 0;
    -webkit-transition: top .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: top .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: top .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: top .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: top .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.blog-single-social-box:hover {
    top: -2px;
    -webkit-box-shadow: 0 8px 30px rgba(0,0,0,.1);
    box-shadow: 0 8px 30px rgba(0,0,0,.1);
}
a.blog-single-social-box:hover {
    color: #7b7b7b;
}
.blog-single-social-box-text b {
    font-size: 18px;
    font-weight: 600;
}
.blog-single-social-box-icon {
    min-width: 105px;
    width: 105px;
    position: relative;
    height: 90px;
    margin-left: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-single-social-box-icon svg {
    position: relative;
    z-index: 2;
    fill: #fff;
    margin-top: 2px;
}
.blog-single-social-box-icon:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    z-index: 1;
}
.blog-single-social-box-telegram .blog-single-social-box-icon:before {
    -webkit-box-shadow: -13px 0 rgba(94,186,232,.2), -23px 0 rgba(94,186,232,.1);
    box-shadow: -13px 0 rgba(94,186,232,.2), -23px 0 rgba(94,186,232,.1);
    background: #5ebae8;
}
.blog-single-social-box-instagram .blog-single-social-box-icon:before {
    -webkit-box-shadow: -13px 0 rgba(254,114,103,.2), -23px 0 rgba(254,114,103,.1);
    box-shadow: -13px 0 rgba(254,114,103,.2), -23px 0 rgba(254,114,103,.1);
    background: #f76290;
    background: linear-gradient(295deg,#f76290 0%,#fe7464 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f76290", endColorstr="#fe7464", GradientType=1);
}
.blog-single-social-box-telegram .blog-single-social-box-icon svg {
    height: 48px;
    margin-left: 10px;
}
.blog-single-social-box-instagram .blog-single-social-box-icon svg {
    height: 52px;
    margin-left: 12px;
}

.blog-single-social-box-telegram .blog-single-social-box-text b {
    color: #5ebae8;
}
.blog-single-social-box-instagram .blog-single-social-box-text b {
    color: #fb6c78;
}


.woo-wallet-my-wallet-container {
    border: 0!important;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar {
    background: none!important;
	padding: 0!important;
}
.woo-wallet-sidebar ul li {
    margin: 10px 0!important;
}
.woo-wallet-sidebar ul li.card {
    background: #649292!important;
    border-radius: 20px!important;
    box-shadow: none!important;
}
.woo-wallet-sidebar ul li.card a {
    color: #fff;
}
.woo-wallet-sidebar ul li p {
    color: #fff!important;
}


@media (max-width:768px){.woocommerce a.remove {font-size: 2em;width: unset;}
.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{display:none;}
.shop_table tbody tr td{border-bottom:3px solid #fff!important;padding:5px 20px!important;background:#f5f5f5;display:block;width:100%;font-size:13px;text-align:left;}
.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:right}
.woocommerce-page table.shop_table_responsive tr td.product-remove::before{content:attr(data-title) "  ";font-weight:700;float:right}
.woocommerce-page table.shop_table_responsive tr td.actions::before{content:attr(data-title) "  ";font-weight:700;float:right}
.woocommerce-page table.shop_table_responsive tr.cart-subtotal td::before{content:" ";font-weight:700;float:right}
.woocommerce-page table.shop_table_responsive tr.order-total td::before{content:" ";font-weight:700;float:right;}
.shop_table tbody .product-thumbnail.product-thumbnail{display:none;}
}

.woocommerce .quantity .qty {
    width: 5em!important;
    padding: 5px 10px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3em 1em 2em;
    margin: 0 0 1.5em;
    border-radius: 10px;
}

.woocommerce ul.products li.product a img {
    border-radius: 50%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 50px;
	max-width: 50px;
    border-radius: 50%;
}
.woocommerce table.shop_table td {
    border-top: 0;
    padding: 7px 10px;
}
.woocommerce ul.products li.product .price {
    color: #e65555;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    display: none;
}

@media (max-width: 991px){
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%!important;
}
}

a[data-tooltip]{position:relative;}
a[data-tooltip]:before{position:absolute;padding:0 10px;height:32px;line-height:32px;background:#142736;top:-30px;-webkit-transform:translateX(-50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translateX(-50%);opacity:0;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;content:attr(data-tooltip);font-size:11px;left:50%;border-radius:2px;color:#fff;pointer-events:none;z-index:999;text-align:center;white-space:nowrap;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
a[data-tooltip]:hover:before{top:-40px;opacity:1}
a[data-tooltip]:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0d7";position:absolute;left:50%;top:-10px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);opacity:0;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;color:#142736;font-size:20px;z-index:999}
a[data-tooltip]:hover:after{opacity:1;top:-16px}

.collaborators{margin-top:-20px}
.collaborators a{display:inline-block;width:32px;height:32px;background:rgba(255,255,255,.1);line-height:32px;text-align:center;color:#fff;border-radius:3px;white-space:nowrap}
.collaborators a[data-tooltip]:before{left:100%}
.collaborators a.developer:hover{background:#2196f3;color:#fff}
.collaborators a.graphist:hover{background:#8bc34a;color:#fff}


html[dir=rtl] .dig_lasele {
    right: 70px!important;
}
.digcon {
    direction: rtl;
}
