/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Bootstrap Reboot
2. Base styles
  1. Forms
  2. Float & Align
  3. Clearfix
  4. Links
  5. Framework TYPO
  6. Lightbox
  7. Clearfix for the .slides element
3. Main styles
  1.  Default tags setting
  2.  Header
  3.  Slider
  4.  Widget Styles
  5.  Blog
  6.  Reveal Animations
4. Responsive
--------------------------------------------------------------*/
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
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: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
/*--------------------------------------------------------------
# Base styles
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 99%;
  /* Image does not overflow the content area */
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.sticky {
  position: relative;
}
.sticky::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 0;
  background: url(images/thumbtack.svg) center center no-repeat;
  display: block;
  width: 14px;
  height: 14px;
}
.gallery-caption {
  font-style: italic;
}
/* Forms
	 ========================================================================== */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  background: transparent;
  text-transform: uppercase;
}
textarea {
  resize: none;
}
/* Float & Align
	 ========================================================================== */
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Clearfix
	 ========================================================================== */
.cf::after {
  content: "";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
/* Links
	 ========================================================================== */
a {
  text-decoration: none;
  cursor: pointer;
  transition: color 100ms linear;
}
/* Framework TYPO
	 ========================================================================== */
b,
strong {
  font-weight: bold;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  margin-bottom: 20px;
}
.story pre {
  background: #ececec;
  padding: 20px;
  display: block;
  margin: 10px 15px 10px 0;
  overflow-x: auto;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story .wp-caption {
  width: auto;
}
.single .story .wp-caption img {
  margin: 0;
}
.story .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #898989 !important;
  margin: 0!important;
}
.story abbr {
  text-transform: uppercase;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #f2f2f2;
  display: block;
  margin-bottom: 25px;
}
.story dl dt {
  min-width: 150px;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  font-weight: 900;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}
.story .gallery dl dt {
  min-width: 0;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
.story table {
  margin-bottom: 30px;
  border-collapse: collapse;
}
.story table a:hover {
  opacity: 0.6;
}
.story table td,
.story table th {
  padding: 5px 10px;
  border: 1px solid #f2f2f2;
}
.story .tagsphar {
  margin-top: 30px;
}
.story .tagsphar a,
.post_pages {
  text-align: center;
  font-size: 16px;
  clear: both;
  margin-bottom: 35px;
}
.story .post_pages a {
  font-weight: 900;
  font-size: 12px;
  border: 2px solid #b71c1c;
  padding: 4px 10px;
  margin: 3px;
  display: inline-block;
  transition: all 300ms ease-in-out;
}
.story .tagsphar a:hover,
.story .post_pages a:hover {
  opacity: 1;
  background-color: #b71c1c;
  color: #FFF;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.story .post_pages .current {
  font-weight: 900;
  font-size: 14px;
  border: 2px solid transparent;
  padding: 4px 0;
  margin: 3px;
  display: inline-block;
  transition: all 300ms ease-in-out;
}
.story p {
  word-wrap: break-word;
}
/* Lightbox
	 ========================================================================== */
body:after {
  content: url(images/lightbox/close.png) url(images/lightbox/loading.gif) url(images/lightbox/prev.png) url(images/lightbox/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Clearfix for the .slides element
	 ========================================================================== */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* Title */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #141414;
  margin-bottom: 20px;
  text-transform: none;
  display: block;
  font-weight: bold;
  line-height: 1;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
h5,
.h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
h6,
.h6 {
  font-size: 20px;
  margin-bottom: 10px;
}
.ale_container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}
.title h6 {
  font-size: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.title h6::after {
  width: 79px;
  margin: 17px auto 0;
  height: 4px;
  background-color: #b71c1c;
  content: '';
  display: block;
}
.logo h1,
.logotype_light h1 {
  font-size: 18px;
  text-align: center;
}
/* Button */
button,
input[type="submit"] {
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #fff;
  padding: 15px 31px;
  outline: none !important;
  border: 2px solid #b71c1c;
  background-color: #b71c1c;
}
button:hover,
button.active,
.button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: transparent;
  color: #b71c1c;
  text-decoration: none;
  cursor: pointer;
}
button:hover a.comment-reply-link,
button.active a.comment-reply-link,
.button:hover a.comment-reply-link,
input[type="submit"]:hover a.comment-reply-link,
input[type="submit"]:focus a.comment-reply-link {
  color: #b71c1c;
  text-decoration: none;
}
.button,
.elementor-button {
  line-height: 1;
  border: 2px solid #b71c1c;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #fff;
  padding: 15px 31px;
  background-color: #b71c1c;
  outline: none !important;
}
.button a.comment-reply-link,
.elementor-button a.comment-reply-link {
  color: #fff;
}
.button:hover a {
  color: #ffffff;
}
.button_white {
  line-height: 1;
  border: 2px solid #fff;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #fff;
  padding: 15px 31px;
  background-color: transparent;
  outline: none !important;
}
.button_white:hover {
  background-color: #b71c1c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-color: #b71c1c;
}
.bottom_color {
  line-height: 1;
  outline: none;
  text-transform: uppercase;
  border: 2px solid #b71c1c;
  display: inline-block;
  padding: 15px 31px;
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #b71c1c;
  background-color: transparent;
}
.bottom_color:hover {
  background-color: #b71c1c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-color: #b71c1c;
}
.button_sm {
  padding: 10px 25px;
  font-size: 11px;
}
.small {
  padding: 7px 20px;
  font-size: 12px;
}
.border-left {
  border-left: 2px solid #b71c1c;
}
.border-right {
  border-right: 2px solid #b71c1c;
}
/* Default tags setting
	 ========================================================================== */
p {
  margin-bottom: 30px;
}
a {
  color: #b71c1c;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}
a:hover {
  color: #b71c1c;
  text-decoration: underline;
}
img {
  height: auto;
  vertical-align: middle;
  border: none;
  max-width: 100%;
}
form {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
input {
  width: 100%;
  color: #5d5d5d;
  outline: none !important;
  border: 1px solid #becbd2;
  background: transparent;
  padding: 15px 25px;
  font-size: 14px;
  transition: all 0.3s ease;
}
textarea {
  width: 100%;
  color: #5d5d5d;
  outline: none !important;
  min-height: 100px;
  border: 1px solid #becbd2;
  background: transparent;
  padding: 15px 25px;
  font-size: 14px;
}
select {
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  padding: 2px;
  width: 100%;
}
label {
  cursor: pointer;
  margin-bottom: 0;
}
ul,
ol {
  padding: 0;
  margin: 0 0 2em;
  list-style-type: none;
}
ul > ol,
ol > ol,
ul > ul,
ol > ul {
  margin: 0 0 0 15px;
}
ol {
  counter-reset: myCounter;
}
ol > li {
  list-style: none;
}
ol > li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #b9b9b9;
  display: inline-block;
  margin: 0 15px 0 0;
}
address {
  font-style: normal;
}
blockquote {
  padding: 35px 35px 35px 90px;
  position: relative;
  display: block;
  background: #f6f6f6;
  margin: 0 0 30px;
}
blockquote cite {
  display: block;
  margin-top: 15px;
  text-align: right;
}
blockquote:before {
  color: #b71c1c;
  display: inline-block;
  font: normal normal normal 48px/1 FontAwesome;
  position: absolute;
  left: 25px;
  text-rendering: auto;
  content: "\f10d";
  -webkit-font-smoothing: antialiased;
}
blockquote p {
  margin: 0 !important;
}
article ul > li,
.page_content ul > li,
.coment_item_cintent ul > li {
  list-style: none;
  margin: 3px 0;
  position: relative;
}
article ul > li:before,
.page_content ul > li:before,
.coment_item_cintent ul > li:before {
  font: normal normal normal 8px/1 FontAwesome;
  color: #b71c1c;
  content: "\f04d";
  position: relative;
  top: -2px;
  padding-right: 15px;
  margin-left: 0;
}
article img,
.page_content img,
.coment_item_cintent img {
  margin-bottom: 30px;
}
article ol ol,
.page_content ol ol,
.coment_item_cintent ol ol,
article ul ol,
.page_content ul ol,
.coment_item_cintent ul ol,
article ol ul,
.page_content ol ul,
.coment_item_cintent ol ul,
article ul ul,
.page_content ul ul,
.coment_item_cintent ul ul {
  margin: 10px 0 10px 15px;
}
article ol > li:before,
.page_content ol > li:before,
.coment_item_cintent ol > li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #b9b9b9;
  display: inline-block;
  margin-left: 0;
}
table {
  width: 100%;
}
code {
  background-color: #eaeaea;
  display: block;
  padding: 20px;
  overflow: auto;
  margin: 20px 0;
}
iframe {
  max-width: 100%;
}
.page_content img {
  margin-bottom: 0;
}
.post-password-form input {
  width: auto;
}
.post-password-form input[type="password"] {
  padding: 12px 15px 11px;
}
.post-password-form .post-password-form .gallery {
  display: flex;
  flex-wrap: wrap;
}
.post-password-form .post-password-form .gallery dl.gallery-item {
  margin-top: 0 !important;
  padding: 10px;
}
.textarea .input__label--akira {
  min-height: 100px;
}
.input__label-content--textarea {
  position: absolute;
  top: 0;
  left: 0;
  transition: top 0.3s;
}
.input__field--akira:focus + .input__label--akira .input__label-content--textarea,
.input--filled .input__label-content--textarea {
  transform: none;
  top: calc(100% - 12px);
}
.blockquote {
  padding: 18px 0 27px 3px;
  position: relative;
  margin-left: 11px;
  display: block;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 24px;
}
.df {
  display: flex;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.parent_center {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}
.parent_center:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.text_block_center {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
.center {
  text-align: center;
  margin-top: 30px;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.page_content {
  padding-top: 70px;
}
.elementor-page .page_content {
  padding-top: 0;
}
.elementor-page .page_content .breadcrumbs {
  margin: 30px 0;
}
.fon_blog_title {
  text-align: center;
  display: flex;
}
.fon_blog_title h1 {
  color: white;
  font-weight: 700;
  word-wrap: break-word;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 20px;
}
.fon_blog_title h1:after {
  display: none;
}
.fon_blog_title h2 {
  color: white;
  text-transform: uppercase;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}
.fon_blog_title h2:after {
  content: "";
  display: block;
  bottom: 0;
  width: 79px;
  height: 4px;
  background-color: #b71c1c;
  margin: 24px auto 0;
}
.fon_blog_title h2 p {
  margin-bottom: 0;
  line-height: 1.5;
}
.content-heading__subtitle {
  text-transform: uppercase;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}
.content-heading--page {
  margin-top: 67px;
  margin-bottom: 67px;
}
.content-heading--page h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #141414;
  margin-bottom: 0;
}
.breadcrumbs + .content-heading--page {
  margin-top: 30px;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.sticky {
  text-align: left;
  display: block;
}
.bypostauthor {
  text-align: left;
}
.breadcrumbs {
  margin-bottom: 8px;
  width: 100%;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #b71c1c;
  text-decoration: none;
}
.blog_wrap .breadcrumbs {
  margin-top: 8px;
}
.blog_wrap .breadcrumbs--standalone {
  margin-bottom: 20px;
}
/* Redizain */
.left-vert-bar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 63px;
  z-index: 999;
  -webkit-transition: -webkit-background-color 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-background-color 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-background-color 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 600ms cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0 0 12px 0 rgba(16, 16, 17, 0.13);
}
.lvb-social {
  white-space: nowrap;
}
.lvb-social ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100vh;
  justify-content: center;
  overflow-y: auto;
}
.lvb-social a {
  vertical-align: middle;
  margin: 15px 14px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 5px;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  display: inline-block;
  color: #5d5d5d;
  writing-mode: vertical-lr;
  transform: rotate(180deg) translateZ(0);
}
.lvb-social a:hover {
  color: #b71c1c;
  text-decoration: none;
}
.header-creative-widget {
  top: -350px;
  text-align: right;
  position: relative;
  z-index: 1;
}
.animation-delay {
  animation-delay: 1.5s !important;
}
.animation-delay::after,
.animation-delay > * {
  animation-delay: 1.5s !important;
}
.hcw-inner {
  display: inline-block;
  width: 100%;
  max-width: 481px;
  position: absolute;
  top: 0;
  right: 100px;
}
.hcw-box {
  padding: 107px 70px 84px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 24px 65px 0 rgba(16, 16, 17, 0.13);
  -moz-box-shadow: 0 24px 65px 0 rgba(16, 16, 17, 0.13);
  box-shadow: 0 24px 65px 0 rgba(16, 16, 17, 0.13);
}
.hcw-box h3 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.hcw-box .hcw-tagline {
  padding-bottom: 34px;
  margin-bottom: 34px;
  font-size: 18px;
  letter-spacing: 0.9px;
  position: relative;
  color: #b0b0b6;
  font-weight: 400;
}
.hcw-box .hcw-tagline::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 46px;
  background-color: #b71c1c;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hcw-box a.button {
  font-size: 13px;
  padding: 15px 44px;
  letter-spacing: 1.5px;
}
.info_block span.banner_title {
  max-width: 765px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.info_block .banner_subtitle {
  font-size: 14px;
  color: #b71c1c;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 3.2px;
  padding-top: 15px;
  margin-bottom: 35px;
}
.input__field:focus {
  border-color: #b71c1c;
}
.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
  color: #b71c1c;
}
.grid-slideshow nav span,
.grid-slideshow nav span.nav-close {
  color: #b71c1c;
}
.grid-slideshow {
  z-index: 99999;
}
.grid-slideshow__more-link {
  margin-top: 30px;
  text-align: center;
}
.grid-slideshow__tags {
  margin-top: 30px;
  text-align: center;
}
.admin-bar .grid-slideshow nav span.nav-close {
  top: 37px;
}
@media screen and (max-height: 800px) {
  .lvb-social {
    top: 600px;
  }
}
.wp-block-archives-dropdown,
.wp-block-categories-dropdown,
.wp-block-group,
.wp-block-media-text {
  margin-bottom: 15px;
}
/* CF7*/
.digrand_form {
  display: flex;
  color: #ffffff;
  font-weight: 400;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.digrand_form .df_col-left {
  margin-right: 40px;
  flex: 0 0 35%;
}
.digrand_form .df_col-left .wpcf7-form-control-wrap {
  display: flex;
  margin-bottom: 40px;
}
.digrand_form .df_col-left .wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}
.digrand_form .df_col-left .wpcf7-form-control-wrap input {
  border-right-color: #b71c1c;
}
.digrand_form .df_col-right {
  flex-grow: 1;
  display: flex;
  position: relative;
}
.digrand_form .df_col-right textarea {
  height: 150px;
  min-height: 0;
  border-right: 0;
  display: block;
  padding-right: 80px;
}
.digrand_form .df_col-right .your-message {
  flex-grow: 1;
}
.digrand_form .df_col-right input[type="submit"] {
  transform: rotate(270deg);
  transform-origin: top right;
  position: absolute;
  font-size: 11px;
  background-color: #b71c1c;
  border: none;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  letter-spacing: 2.2px;
  padding: 15px 10px;
}
.digrand_form .df_col-right input[type="submit"]:hover,
.digrand_form .df_col-right input[type="submit"]:focus {
  color: white;
}
.digrand_form .df_col-right input[type="submit"]:hover {
  border-left-color: #b71c1c;
  border-right-color: #b71c1c;
}
.digrand_form input,
.digrand_form textarea {
  border: 2px solid #fff;
  color: #ffffff;
}
.digrand_form input:focus,
.digrand_form textarea:focus {
  border-color: #b71c1c;
}
.digrand_form ::-webkit-input-placeholder {
  color: #fff;
}
.digrand_form ::-moz-placeholder {
  color: #fff;
}
.digrand_form :-moz-placeholder {
  color: #fff;
}
.digrand_form :-ms-input-placeholder {
  color: #fff;
}
.digrand_form br,
.digrand_form span.ajax-loader {
  display: none;
}
.digrand_form span.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
}
div.wpcf7-response-output {
  position: absolute;
  z-index: 11;
  width: 100%;
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  border: none;
  margin: 15px 0;
}
div.wpcf7-mail-sent-ok {
  background-color: #80B501;
}
div.wpcf7-mail-sent-ok:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
div.wpcf7-validation-errors {
  background-color: #ffb108;
}
div.wpcf7-validation-errors:before {
  content: "\f071";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
/* No JS Fallback */
.no-js .container_left_menu .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .container_left_menu .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .container_left_menu .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
.no-js .container_left_menu .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .container_left_menu .dl-menuwrapper li .dl-submenu {
  display: block;
}
.ale_bg_overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Parallax for image */
.jarallax {
  position: relative;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.jarallax .container {
  position: relative;
  z-index: 1;
}
.jarallax[data-jarallax-video] img {
  transition: all 1s ease;
}
/* Class for auto heading block */
.auto_heading {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: cover !important;
}
.background {
  background: rgba(60, 60, 60, 0.38);
}
/* Header
	 ========================================================================== */
.site-header-wrap {
  position: relative;
}
header#site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#site-header .header-logo {
  color: white;
}
header#site-header .header-logo img {
  max-height: 100%;
}
header#site-header .header-logo .ale-logo-mobile {
  display: none;
}
header#site-header .header-logo h1 {
  color: white;
  margin: 0;
}
header#site-header .header-right-top {
  display: flex;
  align-items: flex-start;
}
header#site-header .header_button {
  margin-left: 14px;
  flex-shrink: 0;
}
header .container {
  position: relative;
}
header .header {
  margin-top: 60px;
  position: absolute;
  z-index: 11;
  width: 100%;
  transition: all 0.3s ease;
}
header .header .menu_container {
  position: static;
}
header .header .menu_container .menu {
  float: right;
  margin: 8px 0 0 0;
}
header a.logo {
  display: inline-block;
}
header .logo-scrolled {
  opacity: 0;
  height: 0;
}
/* header menu*/
.header-menu {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.header-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.header-menu ul ul {
  box-shadow: 0 24px 65px 0 rgba(16, 16, 17, 0.13);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-menu ul ul ul {
  left: -999em;
  top: 0;
}
.header-menu ul ul li:hover > ul,
.header-menu ul ul li.focus > ul {
  left: 100%;
}
.header-menu ul ul a {
  width: 180px;
  color: #141414;
  transition: all 0.3s ease;
}
.header-menu ul li:hover > ul,
.header-menu ul li.focus > ul {
  left: auto;
  opacity: 1;
}
.header-menu ul.menu > li:hover > a,
.header-menu ul.menu > li.focus > a {
  color: #b71c1c;
  text-decoration: none;
}
.header-menu ul.menu > li:hover > a::after,
.header-menu ul.menu > li.focus > a::after {
  width: 100%;
}
.header-menu ul .sub-menu > li:hover > a,
.header-menu ul .sub-menu > li.focus > a {
  background-color: #b71c1c;
  color: white;
  text-decoration: none;
}
.header-menu li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header-menu a {
  display: block;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2.2px;
  position: relative;
}
.header-menu-decorated a::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  margin-top: 1px;
  background-color: #b71c1c;
  width: 0;
  transition: width 0.3s ease;
}
.header-menu-multipage ul.menu > .current_page_item > a,
.header-menu-multipage ul.menu > .current-menu-item > a,
.header-menu-multipage ul.menu > .current_page_ancestor > a,
.header-menu-multipage ul.menu > .current-menu-ancestor > a {
  color: #b71c1c;
}
.header-menu-multipage ul.menu > .current_page_item > a::after,
.header-menu-multipage ul.menu > .current-menu-item > a::after,
.header-menu-multipage ul.menu > .current_page_ancestor > a::after,
.header-menu-multipage ul.menu > .current-menu-ancestor > a::after {
  width: 100%;
}
.header-menu-multipage ul.sub-menu > .current_page_item > a,
.header-menu-multipage ul.sub-menu > .current-menu-item > a,
.header-menu-multipage ul.sub-menu > .current_page_ancestor > a,
.header-menu-multipage ul.sub-menu > .current-menu-ancestor > a {
  background-color: #b71c1c;
  color: white;
}
/* Right sidebar popup menu */
.admin-bar header#site-header.fixed {
  top: 32px;
}
.menu-left-button {
  color: #b71c1c;
  padding: 5px 10px;
  cursor: pointer;
  line-height: 1;
  font-size: 28px;
  background: transparent;
  position: fixed;
  right: 10px;
  top: 25px;
  left: 10px;
  width: 45px;
  height: 38px;
  z-index: 98;
}
.menu-left-button:hover {
  background: #b71c1c;
  color: white;
}
.ale-has-social-menu .menu-left-button {
  z-index: 9999;
}
.admin-bar .menu-left-button {
  top: 48px;
}
.admin-bar .container_left_menu,
.admin-bar .left-vert-bar {
  margin-top: 32px;
}
.ale-has-social-menu .container_left_menu.open {
  left: 63px;
}
.container_left_menu {
  background: #0c0c0c;
  padding: 30px 40px 0 40px;
  position: fixed;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  left: -360px;
  max-width: 340px;
  z-index: 99;
}
.container_left_menu .widget_title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: 0.4px;
}
.container_left_menu .widget_title::after {
  margin-bottom: 0;
}
.container_left_menu .label {
  color: #ffffff;
  font-weight: 300;
}
.container_left_menu .close-button {
  font-size: 26px;
  color: #b71c1c;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 20px;
  line-height: 0.7;
}
.container_left_menu .close-button:hover {
  color: white;
}
.container_left_menu.open {
  left: 0;
}
.container_left_menu .footer_menu .title {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.container_left_menu .footer_menu .dl-menuwrapper {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}
.container_left_menu .footer_menu .dl-menuwrapper:first-child {
  margin-right: 100px;
}
.container_left_menu .footer_menu .dl-menuwrapper .dl-menu {
  opacity: 0;
}
.container_left_menu .footer_menu .dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.container_left_menu .footer_menu .dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.container_left_menu .footer_menu .dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.container_left_menu .footer_menu .dl-menuwrapper ul li {
  position: relative;
}
.container_left_menu .footer_menu .dl-menuwrapper ul li .dl-submenu {
  display: none;
}
.container_left_menu .footer_menu .dl-menuwrapper ul li.dl-back:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.container_left_menu .footer_menu .dl-menuwrapper ul li a {
  display: block;
  position: relative;
  outline: none;
}
.container_left_menu .footer_menu .dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.container_left_menu .footer_menu .dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}
.container_left_menu .footer_menu ul {
  width: 100%;
}
.container_left_menu .footer_menu ul li:last-child a {
  border-bottom: 0;
}
.container_left_menu .footer_menu ul li a {
  font-size: 16px;
  padding: 8px 0;
  color: #aaaaaa;
  display: block;
  border-bottom: 1px solid #222222;
}
.container_left_menu .footer_menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.container_left_menu .logotype_light {
  margin-bottom: 30px;
  display: block;
  text-align: center;
  max-width: 260px;
  width: 100%;
}
.container_left_menu .logotype_light img {
  max-width: 150px;
}
.container_left_menu .footer_item_social {
  display: inline-block;
  margin-bottom: 30px;
}
.container_left_menu .footer_item_social ul {
  width: 260px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container_left_menu .footer_item_social ul li {
  display: block;
  width: 66px;
  height: inherit;
  margin-left: -1px;
  margin-bottom: -1px;
}
.container_left_menu .footer_item_social ul li a {
  display: block;
  line-height: 1;
  border: 1px solid #282828;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 13px 0;
  height: 45px;
  fill: #fff;
}
.container_left_menu .footer_item_social ul li a:hover {
  background-color: #fff;
  color: #141414;
  fill: #141414;
}
.container_left_menu .menu_contact li {
  list-style-type: none;
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.container_left_menu .dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.container_left_menu .dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.container_left_menu .dl-menuwrapper li.dl-back:after,
.container_left_menu .dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 10px;
  color: #aaaaaa;
  right: 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f105";
}
.container_left_menu .dl-menuwrapper li.dl-back:hover::after,
.container_left_menu .dl-menuwrapper li > a:not(:only-child):hover::after {
  color: #ffffff;
}
.container_left_menu .dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.container_left_menu .dl-menu.dl-subview li {
  display: none;
}
.container_left_menu .dl-menu.dl-subview li.dl-subview,
.container_left_menu .dl-menu.dl-subview li.dl-subview .dl-submenu,
.container_left_menu .dl-menu.dl-subview li.dl-subviewopen,
.container_left_menu .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.container_left_menu .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
.container_left_menu .dl-menu.dl-subview li.dl-subviewopen > a,
.container_left_menu .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
.container_left_menu .dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
.container_left_menu .dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
.container_left_menu .dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
/* Slider
	 ========================================================================== */
.slideshow {
  position: relative;
  background: black;
  top: 0;
}
.slideshow .slick-track {
  display: flex;
}
.slideshow .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.slideshow .ale_container {
  width: 100%;
}
.slideshow .owl-item {
  overflow: hidden;
}
.slideshow .item img {
  display: block;
  width: 100%;
}
.slideshow .slick-arrow {
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 47px;
  color: white;
  font-size: 26px;
  position: absolute;
  top: 46%;
  right: 0;
  z-index: 9;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
.slideshow .slick-arrow::after {
  content: '';
  width: 0;
  display: block;
  height: 47px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: width 0.4s;
  z-index: 0;
}
.slideshow .slick-arrow:hover {
  border-color: #fff;
}
.slideshow .slick-arrow:hover::after {
  width: 100%;
}
.slideshow .slick-arrow i {
  display: block;
  line-height: 46px;
  font-size: 14px;
  z-index: 10;
  position: relative;
}
.slideshow .slick-arrow:hover {
  color: #b71c1c;
}
.slideshow .slick-arrow.slick-prev {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -24px;
}
.slideshow .slick-arrow.slick-next {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 1px solid #fff;
  margin-top: 24px;
}
.slideshow .owl-nav button {
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 47px;
  color: white;
  font-size: 26px;
  position: absolute;
  top: 46%;
}
.slideshow .owl-nav button::after {
  content: '';
  width: 0;
  display: block;
  height: 47px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: width 0.4s;
  z-index: 0;
}
.slideshow .owl-nav button:hover {
  border-color: #fff;
}
.slideshow .owl-nav button:hover::after {
  width: 100%;
}
.slideshow .owl-nav button i {
  z-index: 10;
  position: relative;
}
.slideshow .owl-nav button.owl-prev,
.slideshow .owl-nav button.owl-next {
  color: white;
  right: 0;
}
.slideshow .owl-nav button.owl-prev:hover,
.slideshow .owl-nav button.owl-next:hover {
  color: #b71c1c;
}
.slideshow .owl-nav button.owl-prev {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -24px;
}
.slideshow .owl-nav button.owl-next {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 1px solid #fff;
  margin-top: 24px;
}
.slideshow .owl-stage-outer .item {
  background-size: cover !important;
}
.slideshow .slideshow-image {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: scale(1);
  backface-visibility: hidden;
  transition: transform 12s ease;
  opacity: 0.1;
}
.slideshow .ale_bg_overlay {
  left: -1px;
  width: calc(100% + 1px);
}
.slideshow .active .slideshow-image,
.slideshow .slick-current .slideshow-image {
  animation-name: example;
  animation-duration: 10s;
  animation-timing-function: linear;
  opacity: 1;
}
.animOut {
  z-index: 99;
}
@keyframes example {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  1% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
/* Slideshow infoblock */
.info_block {
  min-height: 106px;
}
.info_block.has_header_widget {
  min-height: 500px;
}
.info_block.auto_heading {
  min-height: 100vh;
}
.info_block {
  position: relative;
  z-index: 1;
}
.info_block .banner_title {
  line-height: 1;
  font-size: 102px;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  word-wrap: break-word;
  text-shadow: 5px 5px 5px black;
}
.info_block .text_block {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  position: relative;
}
.info_block .text_block .info_block_btn {
  display: inline-block;
  margin-right: 20px;
  margin-top: 30px;
}
.info_block .text_block .info_block_btn a {
  display: block;
}
.info_block .text_block .info_block_btn:last-of-type {
  margin-right: 0;
}
.info_block .text_block a {
  outline: none;
  display: inline-block;
  padding: 15px 56px 15px 59px;
  color: white;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.14em;
}
.info_block .text_block a:hover {
  background-color: #fff;
  color: #b71c1c;
  text-decoration: none;
}
.info_block .text_block a:last-child {
  margin-right: 0;
}
.info_block .text_block .vertical_banner_link {
  margin-top: 34px;
}
.info_block .text_block .vertical_banner_link a {
  text-orientation: mixed;
  writing-mode: vertical-lr;
  white-space: nowrap;
  transform: rotate(180deg);
  color: #b71c1c;
  border: none;
  padding: 0;
  margin: 0;
}
.info_block .text_block .vertical_banner_link a:hover {
  background: transparent;
  color: #b71c1c;
  opacity: 0.5;
}
.info_block .text_block .vertical_banner_link a::before {
  content: '';
  position: absolute;
  height: 43px;
  width: 2px;
  background-color: #b71c1c;
  margin-bottom: 13px;
  right: 50%;
  bottom: 100%;
}
.info_block .parent {
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0;
}
.info_block .parent::before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
body:not(.home) .info_block .text_block {
  padding: 180px 0 160px;
}
.ale-insta-feed {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.ale-insta-feed li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.ale-insta-feed li img {
  transition: transform 0.3s ease;
  will-change: transform;
}
.ale-insta-feed li a {
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.ale-insta-feed li a:hover img {
  transform: scale(1.06) translateZ(0);
}
/* Footer */
.site-footer {
  padding: 75px 0;
  background-color: #0c0c0c;
  overflow: hidden;
}
.site-footer .social {
  margin-right: 50px;
  margin-left: 13px;
}
.site-footer .social .twitter_container .title {
  margin-bottom: 17px;
}
.site-footer .col-footer-menu {
  flex-grow: 1;
}
.site-footer .widget.widget_nav_menu ul {
  column-count: 2;
  margin: 0;
}
.site-footer .widget.widget_nav_menu ul li {
  margin-bottom: 13px;
  width: 100%;
  display: inline-block;
  break-inside: avoid;
}
.site-footer .widget.widget_nav_menu ul li::before {
  display: none;
}
.site-footer .widget.widget_nav_menu ul li a {
  font-size: 14px;
  padding: 1px 0 12px;
  color: #5d5d5d;
  display: block;
  border-bottom: 1px solid #222222;
  margin-right: 27px;
  transition: all 0.3s ease;
}
.site-footer .widget.widget_nav_menu ul li a:hover,
.site-footer .widget.widget_nav_menu ul li a:focus {
  color: #b71c1c;
  border-color: #b71c1c;
  text-decoration: none;
}
.site-footer .widget.widget_nav_menu .title {
  margin-bottom: 27px;
}
.site-footer .ale-insta-feed,
.site-footer .mailchimp_subscribe {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .footer_subscribe {
  padding-left: 111px;
  padding-right: 25px;
}
.site-footer .label {
  color: #ffffff;
  font-weight: 300;
}
.site-footer .copyright {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.site-footer .copyright a {
  color: #fff;
}
.site-footer .copyright a:hover {
  color: #5d5d5d;
}
.site-footer .title,
.site-footer .footer_title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: 0.4px;
}
.site-footer .title::after,
.site-footer .footer_title::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #b71c1c;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 23px;
}
.footer-widget-container {
  margin-bottom: 30px;
}
.footer-widget-area {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
  justify-content: center;
}
.footer-widget-area .widget {
  width: 100%;
}
.footer-widget-area .footer-widget-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 50px;
  width: 100%;
}
.footer-widget-area.one_col {
  text-align: center;
}
.footer-widget-area.one_col .widget.widget_nav_menu ul {
  column-count: 1;
}
.footer-widget-area.one_col .widget.widget_nav_menu ul li {
  width: auto;
}
.footer-widget-area.two_cols .footer-widget-col {
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-widget-area.three_cols .footer-widget-col {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.footer-widget-area.four_cols .footer-widget-col {
  flex: 0 0 25%;
  max-width: 25%;
}
.footer-widget-area .widget_nav_menu .menu ul {
  display: none;
}
.mailchimp_subscribe {
  display: flex;
}
.mailchimp_subscribe span.ajax-loader {
  display: none;
}
.mailchimp_subscribe input[type="submit"] {
  max-width: 84px;
  background-color: #b71c1c;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  padding: 0;
  letter-spacing: 2px;
  border: none;
  margin-bottom: 0;
  line-height: 1;
}
.mailchimp_subscribe input[type="submit"]:hover {
  background-color: #ffffff;
  color: #6a6a6a;
}
.mailchimp_subscribe .wpcf7-form-control-wrap {
  flex-grow: 1;
  margin-bottom: 0;
}
.mailchimp_subscribe .wpcf7-form-control-wrap input {
  border: 2px solid #6a6a6a;
  border-right: none;
  font-size: 12px;
  padding: 9px 10px 7px;
  line-height: 1;
}
.mailchimp_subscribe .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6a6a6a;
}
.mailchimp_subscribe .wpcf7-form-control-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6a6a6a;
}
.mailchimp_subscribe .wpcf7-form-control-wrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6a6a6a;
}
.mailchimp_subscribe .wpcf7-form-control-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #6a6a6a;
}
.mailchimp_subscribe .wpcf7-form-control-wrap input:focus {
  border-color: #b71c1c;
}
.mailchimp_subscribe .wpcf7-not-valid-tip {
  position: absolute;
}
.mailchimp_subscribe + div.wpcf7-response-output {
  padding: 15px;
  font-size: 15px;
  margin: 20px 0 0;
  z-index: 10;
}
/* Back to top  */
#scroller {
  z-index: 10;
  position: fixed;
  bottom: 30px;
  cursor: pointer;
  right: 20px;
  display: none;
}
#scroller:hover {
  opacity: 0.7;
}
#scroller svg {
  fill: #b71c1c;
}
/* Animation on hover */
button,
.button,
.button_white,
.bottom_color,
#scroller,
.tabs nav a,
.brand_block a img,
.info_block .text_block a,
.item_vn,
.portfolio_content .open_more span,
.menu-left-button,
.white-popup .close,
.container_left_menu .footer_item_social ul li a,
.our_team .item .footer_item_social ul li a,
.counters .item .visible,
footer .social .footer_item_social ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*Preloader */
.animsition-loading {
  border-top-color: #b71c1c;
  border-right-color: #b71c1c;
  border-bottom-color: #b71c1c;
}
/* Hoover effects style */
.grid figure {
  position: relative;
  overflow: hidden;
}
.grid figure img {
  position: relative;
  display: block;
  width: 100%;
}
.grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}
.grid figure span {
  margin: 0;
  text-transform: none;
}
.grid figure:hover figcaption {
  pointer-events: auto;
}
figure.effect-julia {
  background: #131313;
  display: block;
}
figure.effect-julia:hover {
  pointer-events: auto;
}
figure.effect-julia:hover span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-julia:hover span:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.effect-julia:hover span:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-julia:hover span :nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
figure.effect-julia span {
  display: block;
  opacity: 0;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: auto;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}
figure.effect-julia span:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect-julia span:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-julia span:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-julia img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-julia figcaption {
  text-align: left;
}
/* Page 404 */
.error_page {
  padding: 100px 0;
  text-align: center;
}
.error_page p.errorp {
  font-size: 23px;
}
/* Widget Styles
	 ========================================================================== */
/* Latest blog post widget */
.latest_blog > .row-flex {
  margin-left: -15px;
  margin-right: -15px;
}
.latest_blog .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.latest_blog .item .item_vn {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.09);
}
.latest_blog .item .item_vn figure {
  position: relative;
  overflow: hidden;
}
.latest_blog .item .item_vn .read_more_block {
  text-align: center;
}
.latest_blog .item .item_vn .read_more_block .button_white {
  margin-top: 0;
}
.latest_blog .item .item_vn .content_latest_blog {
  padding: 28px 32px 25px 32px;
  background: #fff;
}
.latest_blog .item .item_vn .content_latest_blog .top {
  padding-bottom: 26px;
  margin-bottom: 19px;
  border-bottom: 1px solid #eaeaea;
}
.latest_blog .item .item_vn .content_latest_blog .top .name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #141414;
}
.latest_blog .item .item_vn .content_latest_blog .top .name:hover,
.latest_blog .item .item_vn .content_latest_blog .top .name:focus {
  color: #b71c1c;
}
.latest_blog .item .item_vn .content_latest_blog .top .comment {
  margin-left: 5px;
  display: inline-block;
  padding-left: 8px;
  border-left: 2px solid #BEBEBE;
}
.latest_blog .item .item_vn .content_latest_blog .top .comment span {
  color: #141414;
}
.latest_blog .item .item_vn .content_latest_blog p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.76;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
/* Our team widget */
.our_team > .row {
  margin-left: -15px;
  margin-right: -15px;
}
.our_team .item {
  margin-bottom: 80px;
  padding: 0 15px;
}
.our_team .item .img {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
}
.our_team .item .block_text {
  padding: 34px 27px;
  background-color: #fff;
  text-transform: uppercase;
  text-align: right;
}
.our_team .item .block_text .destraction {
  font-size: 14px;
  color: #b71c1c;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 19px;
  letter-spacing: 3px;
  line-height: 1;
  position: relative;
}
.our_team .item .block_text .destraction::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #b71c1c;
  margin-right: 14px;
}
.our_team .item .block_text .name {
  display: block;
  color: #141414;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px;
}
.our_team .item .footer_item_social {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.our_team .item .footer_item_social ul {
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.our_team .item .footer_item_social ul li {
  display: block;
  width: 70px;
  height: inherit;
  margin-left: -1px;
  margin-bottom: -1px;
  margin-top: 0;
}
.our_team .item .footer_item_social ul li::before {
  display: none;
}
.our_team .item .footer_item_social ul li a {
  font-size: 16px;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  height: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}
.our_team .item .footer_item_social ul li a:hover {
  background-color: #fff;
  color: #141414;
}
.our_team .item .blog_img {
  overflow: hidden;
  background: #131313;
  position: relative;
}
.our_team .item .blog_img img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.our_team .item .blog_img:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.our_team .item .blog_img:hover .footer_item_social a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Price & Plans widget */
.plans .item {
  padding: 0 15px;
}
.plans .item_vn {
  margin-top: 36px;
  text-align: center;
  background: #fff;
  border-top: 4px solid #1d1d1d;
  padding-bottom: 50px;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.07);
}
.plans .item_vn > .title {
  font-weight: 500;
  padding-top: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 36px;
  color: #2a2a2a;
  letter-spacing: 1px;
}
.plans .item_vn span.title {
  font-weight: 500;
  color: #2b2b2b;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
}
.plans .item_vn span.price {
  font-weight: 300;
  font-size: 18px;
  position: relative;
  bottom: -1px;
}
.plans .item_vn sup {
  font-size: 20px;
  top: -5px;
  left: -5px;
  position: relative;
}
.plans .item_vn ul li {
  list-style-type: none;
  padding: 10px 30px;
  font-weight: 300;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  color: #494949;
  letter-spacing: 0.5px;
  margin: 0;
}
.plans .item_vn ul li:last-child {
  border-bottom: 1px solid transparent;
}
.plans .item_vn ul li:before {
  display: none;
}
.plans .item_vn .button {
  padding: 12px 44px;
  margin-top: 15px;
}
.plans .item_vn:hover {
  margin-top: 0;
  border-top: 4px solid #b71c1c;
}
.plans .title h6 {
  margin-bottom: 37px;
}
.mfp-content .price_plane__popup {
  max-width: 410px;
  width: 100%;
  padding: 40px;
}
.mfp-content .price_plane__popup h2 {
  text-align: center;
  text-transform: uppercase;
}
.mfp-content .price_plane__popup h2::after {
  width: 79px;
  margin: 17px auto 0;
  height: 4px;
  background-color: #b71c1c;
  content: '';
  display: block;
}
.mfp-content .price_plane__popup span {
  width: 100%;
  margin-bottom: 32px !important;
}
.mfp-content .price_plane__popup input {
  border: 2px solid #becbd2;
  color: #5d5d5d;
  width: 100%;
}
.mfp-content .price_plane__popup input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5d5d5d;
}
.mfp-content .price_plane__popup input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5d5d5d;
}
.mfp-content .price_plane__popup input:-ms-input-placeholder {
  /* IE 10+ */
  color: #5d5d5d;
}
.mfp-content .price_plane__popup input:-moz-placeholder {
  /* Firefox 18- */
  color: #5d5d5d;
}
.mfp-content .price_plane__popup .wpcf7-submit {
  width: 40%;
  margin: 0 auto;
  display: block;
}
.mfp-content .price_plane__popup .mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.mfp-content .price_plane__popup .ajax-loader {
  position: absolute;
  width: 16px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
}
.mfp-content .price_plane__popup div.wpcf7-response-output {
  text-align: center;
  padding: 20px;
  font-size: 18px;
}
.price_plane__popup form {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.price_plane__popup form ::-webkit-input-placeholder {
  color: #fff;
}
.price_plane__popup form ::-moz-placeholder {
  color: #fff;
}
.price_plane__popup form :-moz-placeholder {
  color: #fff;
}
.price_plane__popup form :-ms-input-placeholder {
  color: #fff;
}
.price_plane__popup form input,
.price_plane__popup form textarea {
  color: #fff;
}
.price_plane__popup form input:focus,
.price_plane__popup form textarea:focus {
  border-color: #b71c1c;
}
.price_plane__popup form .wpcf7-submit {
  line-height: 1;
  outline: none;
  text-transform: uppercase;
  border: 2px solid #b71c1c;
  display: inline-block;
  padding: 15px 31px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #b71c1c;
  background-color: transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.price_plane__popup form .wpcf7-submit:hover {
  border: 2px solid #b71c1c;
  background-color: #b71c1c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.price_plane__popup form span.ajax-loader {
  display: none !important;
}
.price_plane__popup form .wpcf7-not-valid-tip {
  position: absolute;
  margin-bottom: 0 !important;
}
/* Review block */
.review .item .image {
  text-align: center;
  padding-left: 93px;
  padding-right: 30px;
  position: relative;
  padding-top: 12px;
}
.review .item .image img {
  border-radius: 50%;
  height: 168px;
  width: 168px;
}
.review .item .image .quote {
  width: 43px;
  height: 36px;
  color: #b71c1c;
  font-size: 44px;
  display: block;
  position: absolute;
  left: 25px;
  top: -10px;
}
.review .item .name {
  font-weight: 500;
  font-size: 18px;
  color: #141414;
  padding-left: 13px;
  margin-top: 14px;
  text-transform: uppercase;
}
.review .item .subname {
  color: #5d5d5d;
  margin-bottom: 23px;
  padding-left: 14px;
  font-size: 15px;
  letter-spacing: 0.8px;
}
.review .item .blockquote p {
  margin: 0;
  letter-spacing: normal;
}
.review .ls-nav ul li {
  margin-right: 29px;
}
.review .ls-nav ul li:before {
  display: none;
}
.review .ls-nav ul li a {
  display: flex;
}
/* Portfolio widget */
.portfolio_content #filter {
  font-size: 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 54px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  color: #141414;
}
.portfolio_content #filter li {
  margin: 0 42px 10px 0;
  position: relative;
  padding-left: 37px;
}
.portfolio_content #filter li.active,
.portfolio_content #filter li:hover {
  color: #b71c1c;
  cursor: pointer;
}
.portfolio_content #filter li::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background-color: #b71c1c;
  top: 50%;
  left: 0;
}
.portfolio_content #filter li:last-child {
  margin-right: 0;
}
.portfolio_content figure.effect-julia .hover_title .h1:after {
  content: "";
  display: block;
  bottom: 0;
  width: 79px;
  height: 4px;
  background-color: #b71c1c;
  margin: 10px auto;
}
.portfolio_content .open_more_url {
  display: inline-block;
  padding: 5px 15px;
}
.portfolio_content .open_more_url a {
  display: inline-block;
  color: white;
}
.portfolio_content .open_more_url a:hover {
  cursor: pointer;
  color: #b71c1c;
}
.portfolio_content .details span {
  font-size: 30px;
}
.portfolio_content .open_more {
  display: inline-block;
  padding: 5px 15px;
}
.portfolio_content .open_more a {
  display: inline-block;
  color: white;
}
.portfolio_content .open_more a:hover {
  cursor: pointer;
  color: #b71c1c;
}
.portfolio_content .open_more span {
  display: inline-block;
}
.portfolio_content .open_more span:hover {
  cursor: pointer;
  color: #b71c1c;
}
.portfolio_content .buttons {
  text-align: center;
}
.portfolio_content .item {
  display: block;
  margin: 0;
}
.portfolio_content .item:before {
  display: none;
}
.portfolio_content .item a:focus {
  outline: none;
}
.portfolio_content .item .portfolio_text_block {
  display: none;
  background-color: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio_content .item:hover .portfolio_text_block {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.portfolio_content .item:hover .portfolio_text_block span:after {
  content: "";
  display: block;
  bottom: 0;
  width: 79px;
  height: 4px;
  background-color: #b71c1c;
  margin: 10px auto;
}
.portfolio_content .item span {
  display: block;
  width: 100%;
}
.portfolio_content .item span:hover {
  text-decoration: none;
}
.portfolio_content .item .text_block_center {
  padding: 0 20px;
}
.portfolio_content .item .text_block_center .h1 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.7px;
}
.portfolio_content .grid-slideshow {
  background-color: rgba(0, 0, 0, 0.75);
}
.portfolio_content .grid-slideshow ul li {
  position: absolute;
}
.portfolio_content .grid-slideshow ul li:before {
  display: none;
}
.portfolio_content .info-keys {
  display: none;
}
.portfolio_content .nav-close {
  background-color: #fff;
  transition: opacity 0.3s ease;
}
.portfolio_content .nav-close:hover {
  opacity: 0.75;
}
.portfolio_content .nav-close::before {
  display: block;
  line-height: 70px;
}
.portfolio_content .grid-sizer::before {
  display: none;
}
.portfolio_content .grid-item {
  padding: 0 10px 20px;
  margin: 0;
}
.portfolio_content .grid-item::before {
  display: none;
}
.portfolio_content .grid {
  padding: 0 20px;
}
.shuffle_sizer {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
/* Carousel widget */
.brand_block a {
  display: inline-block;
}
.brand_block a:hover img {
  opacity: 0.6;
}
.brand_block .owl-item {
  text-align: center;
}
.brand_block .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  margin-top: -22px;
}
.brand_block .owl-nav i {
  display: inline-block;
  padding: 15px;
  font-size: 14px;
}
.brand_block .owl-prev {
  float: left;
}
.brand_block .owl-next {
  float: right;
}
/* Popup widget */
.white-popup {
  position: relative;
  background: #fff;
  padding: 35px;
  max-width: 1170px;
  width: 85%;
  margin: 0 auto;
}
.white-popup ul {
  margin: 30px;
}
.white-popup ul li::before {
  font: normal normal normal 8px/1 FontAwesome;
  color: #b71c1c;
  content: "\f04d";
  position: relative;
  top: -2px;
  padding-right: 15px;
}
.white-popup ol {
  margin: 30px;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.5);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.5);
  opacity: 0;
}
.mfp-with-zoom .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container {
  opacity: 0;
}
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-close:hover {
  border: none;
}
.popup_content .h2 {
  display: block;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
.popup_content .h2:after {
  content: "";
  display: block;
  bottom: 0;
  width: 79px;
  height: 4px;
  background-color: #b71c1c;
  margin: 15px auto 0;
}
.popup_content .h3 {
  margin: 30px 0;
  font-weight: 400;
  text-align: center;
}
.popup_content .text_align_left .h2::after {
  margin: 10px 0;
}
.popup_content .text_align_center .h2::after {
  margin: 15px auto;
}
.popup_content .popup_blog img {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  min-width: 360px;
}
.popup_content .mblockgetplan {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #b71c1c;
  margin-top: 15px;
  text-align: center;
}
.popup_content .more_url .button {
  margin-top: 0;
}
.popup_content .date {
  color: black;
  margin: 0 0 20px 0;
  display: block;
  text-align: center;
}
.popup_content p {
  margin-bottom: 20px;
}
.popup_content p:last-of-type {
  margin-bottom: 0;
}
.support-contact-info .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
/* Contact us widget */
.digrand_contact_us {
  display: flex;
}
.digrand_contact_us ul {
  margin: 0;
  padding: 0;
}
.digrand_contact_us ul li::before {
  display: none;
}
.digrand_contact_us-title {
  line-height: 1;
  margin-bottom: 33px;
  color: #171d1e;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.digrand_contact_us-content {
  padding: 41px 53px 40px 53px;
  flex-grow: 1;
  text-align: left;
}
.digrand_contact_us-content ul li {
  margin: 0 0 30px;
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  letter-spacing: 0.7px;
  color: #b0b0b6;
  font-size: 15px;
  font-weight: 400;
}
.digrand_contact_us-content ul li:last-child {
  margin-bottom: 0;
}
.digrand_contact_us-content ul li p {
  margin: 0;
}
.digrand_contact_us-content ul li i {
  color: #b71c1c;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
}
.digrand_contact_us-content ul li i.fa-envelope {
  font-size: 14px;
}
.digrand_contact_us-content ul li i.fa-mobile-phone {
  font-size: 22px;
}
.digrand_contact_us-social ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  background-color: #b71c1c;
  min-width: 55px;
  padding: 20px 0;
}
.digrand_contact_us-social ul li {
  margin: 0;
  text-align: center;
  display: block;
}
.digrand_contact_us-social ul li a {
  display: block;
  padding: 17px 0;
  transition: background 0.3s ease;
}
.digrand_contact_us-social ul li a:hover,
.digrand_contact_us-social ul li a:focus {
  background-color: #fff;
}
.digrand_contact_us-social ul li a:hover i,
.digrand_contact_us-social ul li a:focus i {
  color: #b71c1c;
}
.digrand_contact_us-social ul li a:hover svg,
.digrand_contact_us-social ul li a:focus svg {
  fill: #b71c1c;
}
.digrand_contact_us-social ul li i {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  transition: color 0.3s ease;
}
.digrand_contact_us-social ul li svg {
  fill: #fff;
}
/* Custom heading */
.widget_title_typography {
  margin-bottom: 0;
  color: #b71c1c;
}
.story .widget_title_typography {
  margin-bottom: 0;
}
.before_stripe {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.before_stripe::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: #b71c1c;
  top: 50%;
  right: 100%;
  margin-right: 13px;
}
.before_stripe.vertical_title::before {
  width: 1px;
  height: 25px;
  top: auto;
  bottom: 100%;
  margin-right: 0;
  margin-bottom: 13px;
  right: 50%;
  transform: translateX(-50%);
}
.after_stripe {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.after_stripe::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: #b71c1c;
  top: 50%;
  left: 100%;
  margin-left: 13px;
  transform: translateY(-50%);
}
.after_stripe.vertical_title::after {
  width: 1px;
  height: 25px;
  top: auto;
  margin-left: 0;
  margin-top: 13px;
  right: 50%;
  left: auto;
  transform: translateX(-50%);
}
.vertical_title {
  text-orientation: mixed;
  writing-mode: vertical-lr;
  white-space: nowrap;
  transform: rotate(180deg);
}
h1.after_stripe::after {
  width: 165px;
  height: 4px;
  margin-left: 43px;
}
h1.before_stripe::before {
  width: 165px;
  height: 4px;
  margin-right: 43px;
}
h2.after_stripe::after {
  width: 165px;
  height: 4px;
  margin-left: 43px;
}
h2.before_stripe::before {
  width: 165px;
  height: 4px;
  margin-right: 43px;
}
h3.after_stripe::after {
  width: 89px;
  height: 2px;
  margin-left: 30px;
}
h3.before_stripe::before {
  width: 89px;
  height: 2px;
  margin-right: 30px;
}
h4.after_stripe::after {
  width: 25px;
}
h4.before_stripe::before {
  width: 25px;
}
h5.after_stripe::after {
  width: 25px;
}
h5.before_stripe::before {
  width: 25px;
}
h6.after_stripe::after {
  width: 25px;
}
h6.before_stripe::before {
  width: 25px;
}
h1.after_stripe.vertical_title::after {
  height: 165px;
  width: 4px;
  margin-top: 43px;
}
h1.before_stripe.vertical_title::before {
  height: 165px;
  width: 4px;
  margin-bottom: 43px;
}
h2.after_stripe.vertical_title::after {
  height: 165px;
  width: 4px;
  margin-top: 43px;
}
h2.before_stripe.vertical_title::before {
  height: 165px;
  width: 4px;
  margin-bottom: 43px;
}
h3.after_stripe.vertical_title::after {
  height: 89px;
  width: 2px;
  margin-top: 30px;
}
h3.before_stripe.vertical_title::before {
  height: 89px;
  width: 2px;
  margin-bottom: 30px;
}
h4.after_stripe.vertical_title::after {
  height: 25px;
}
h4.before_stripe.vertical_title::before {
  height: 25px;
}
h5.after_stripe.vertical_title::after {
  height: 25px;
}
h5.before_stripe.vertical_title::before {
  height: 25px;
}
h6.after_stripe.vertical_title::after {
  height: 25px;
}
h6.before_stripe.vertical_title::before {
  height: 25px;
}
/* Blog
	 ========================================================================== */
/* Blog column */
.blog_content {
  padding-top: 70px;
  background: white;
}
.blog_right_sidebar .sidebar_wrap {
  padding-left: 35px;
  padding-right: 0;
  float: right;
}
.blog_no_sidebar .sidebar_wrap {
  display: none;
}
.blog_no_sidebar .blog_wrap {
  width: 100%;
}
.sidebar_wrap {
  padding-right: 35px;
}
/* Blog item + social button */
.single .blog_item {
  border-bottom: none;
  padding-bottom: 0;
}
.blog_item {
  font-size: 14px;
  margin-bottom: 45px;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 15px;
}
.blog_item .blog_title {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog_item .blog_title:after {
  content: "";
  display: block;
  bottom: 0;
  width: 79px;
  height: 4px;
  background-color: #b71c1c;
  margin-top: 25px;
}
.blog_item .blog_item_details {
  margin-bottom: 30px;
}
.blog_item .blog_item_details .date,
.blog_item .blog_item_details .blog_category_url {
  display: inline-block;
  color: #626262;
  margin-top: 6px;
  text-transform: uppercase;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #D3D3D3;
}
.blog_item .blog_item_details .blog_category_url a {
  color: #626262;
}
.blog_item .blog_item_details a:hover,
.blog_item .blog_item_details a:focus {
  text-decoration: none;
  color: #b71c1c;
}
.blog_item .nulm-coment {
  display: inline-block;
  color: #626262;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 6px;
}
.blog_item p {
  margin: 0 0 16px 0;
}
.blog_item .blog_image {
  margin-bottom: 30px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.blog_item .blog_image .button_white {
  margin-top: 0;
}
.blog_item .blog_more {
  text-align: center;
}
.blog_item .blog_item_social ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.blog_item .blog_item_social ul li {
  display: table-cell;
  width: 40px;
  float: right;
  margin: 0;
}
.blog_item .blog_item_social ul li:first-child a {
  border-right: 2px solid #b71c1c;
}
.blog_item .blog_item_social ul li:before {
  display: none;
}
.blog_item .blog_item_social ul li a {
  display: block;
  float: left;
  border: 2px solid #b71c1c;
  width: 100%;
  border-right: 0;
  text-align: center;
  color: #b71c1c;
  padding: 7px 0 7px 0;
  font-size: 11px;
  transition: 0.3s;
}
.blog_item .blog_item_social ul li a:hover {
  background-color: #b71c1c;
  color: #fff;
  text-decoration: none;
}
.blog_item article img {
  margin-bottom: 0;
}
/* Blog post */
.single .blog_item article {
  margin-bottom: 35px;
}
.single .blog_item article.ale-has-tag {
  padding-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}
.single .blog_item article p {
  margin: 0 0 30px 0;
}
.single .blog_item article img {
  margin-bottom: 30px;
}
.single .blog_item article .gallery img {
  margin-bottom: 0;
}
.single .blog_item article .gallery .wp-caption-text {
  margin-top: 20px;
}
.single .tags {
  margin-bottom: 35px;
}
.single .tags_title {
  text-align: left;
  font-weight: 400;
}
.single .tags_title:after {
  content: "";
  display: block;
  bottom: 0;
  width: 35px;
  height: 4px;
  background-color: #b71c1c;
  margin: 15px 0 25px 0;
}
.single .tags_content a {
  display: inline-block;
  text-transform: uppercase;
  padding-right: 16px;
  float: left;
  margin-right: 15px;
  line-height: 1;
  margin-bottom: 15px;
  color: #6c6c6c;
  border-right: 1px solid #D3D3D3;
}
.single .tags_content a:last-of-type {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.single .tags_content a:hover,
.single .tags_content a:focus {
  color: #b71c1c;
  text-decoration: none;
}
.single .blog_item_details_l div:last-of-type {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
/* Coments */
.coments .pingback {
  margin-bottom: 15px;
}
.coments .coments_content {
  padding-top: 45px;
  border-top: 4px solid #b71c1c;
  margin-top: 30px;
}
.coments .coments_content .comment {
  padding-bottom: 35px;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 35px;
}
.coments .coments_content .comment.depth-2 {
  padding-left: 35px;
}
.coments .coments_content .comment.depth-3 {
  padding-left: 35px;
}
.coments .coments_content .comment .coment_item_r {
  width: calc(100% - 100px);
  padding-left: 30px;
}
.coments .coments_content .comment .coment_item_l {
  width: 100px;
}
.coments .coments_content .comment .coment_item_l img {
  border-radius: 50%;
}
.coments .coments_content .comment .autor {
  color: #141414;
  font-size: 20px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
}
.coments .coments_content .comment.parent {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.coments .coments_content .comment.parent .reply,
.coments .coments_content .comment.parent .first-level {
  padding-bottom: 35px;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 35px;
}
.coments .coments_content .comment.parent .no_parent {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.coments .coments_content .comment.depth-1:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.coments .coments_content .comment.depth-1:last-child .no_parent .reply {
  padding-bottom: 0;
  border-bottom: none;
}
/* Leave a comment */
.comment-reply-title small {
  margin: 0 15px;
}
.comment-respond {
  padding-top: 45px;
  border-top: 4px solid #b71c1c;
  margin-bottom: 45px;
}
.comment-respond .comment-form {
  margin-left: -15px;
  margin-right: -15px;
}
.comment-respond .comment-form > p {
  padding: 0 15px;
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
  width: 33.333%;
  float: left;
}
.comment-respond .comment-form input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
.comment-respond .comment-form input:focus,
.comment-respond .comment-form textarea:focus {
  border-color: #b71c1c;
}
.comment-respond .comment-form .form-submit {
  text-align: right;
}
.comment-respond .comment-form .submit {
  width: auto;
}
.comment-respond .comment-form .comment-form-cookies-consent label {
  display: inline;
}
/* Default blocks sidebar */
.widget_title {
  color: #141414;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}
.widget_title:after {
  content: "";
  display: block;
  bottom: 0;
  width: 35px;
  height: 4px;
  background-color: #b71c1c;
  margin: 10px 0 30px 0;
}
.widget {
  margin-bottom: 30px;
}
.widget::after {
  clear: both;
  content: " ";
  display: table;
}
.widget.widget_calendar table {
  width: 100%;
}
.widget.widget_archive ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_recent_entries ul,
.widget.widget_nav_menu ul,
.widget.widget_categories ul {
  margin: 20px 0 20px 0;
}
.widget.widget_archive ul ul,
.widget.widget_pages ul ul,
.widget.widget_meta ul ul,
.widget.widget_recent_entries ul ul,
.widget.widget_nav_menu ul ul,
.widget.widget_categories ul ul {
  margin-left: 10px;
}
.widget.widget_archive ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li,
.widget.widget_categories ul li {
  list-style: none;
  margin: 3px 0 15px;
  position: relative;
}
.widget.widget_archive ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_nav_menu ul li:before,
.widget.widget_categories ul li:before {
  font: normal normal normal 8px/1 FontAwesome;
  color: #b71c1c;
  content: "\f04d";
  position: relative;
  top: -2px;
  padding-right: 15px;
}
.widget.widget_archive ul li span,
.widget.widget_pages ul li span,
.widget.widget_meta ul li span,
.widget.widget_recent_entries ul li span,
.widget.widget_nav_menu ul li span,
.widget.widget_categories ul li span {
  display: block;
}
.widget.widget_archive a,
.widget.widget_pages a,
.widget.widget_meta a,
.widget.widget_recent_entries a,
.widget.widget_nav_menu a,
.widget.widget_categories a {
  color: #5d5d5d;
}
.widget.widget_archive a:hover,
.widget.widget_pages a:hover,
.widget.widget_meta a:hover,
.widget.widget_recent_entries a:hover,
.widget.widget_nav_menu a:hover,
.widget.widget_categories a:hover,
.widget.widget_archive a:focus,
.widget.widget_pages a:focus,
.widget.widget_meta a:focus,
.widget.widget_recent_entries a:focus,
.widget.widget_nav_menu a:focus,
.widget.widget_categories a:focus {
  color: #b71c1c;
  text-decoration: none;
}
.widget.widget_rss .rsswidget {
  display: block;
}
.widget.widget_rss li {
  margin-bottom: 10px;
}
.widget.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget .mailchimp_subscribe input[type="submit"] {
  background-color: #b71c1c;
  color: #fff;
  border: 2px solid #b71c1c;
}
.widget .mailchimp_subscribe input[type="submit"]:hover {
  background-color: transparent;
  color: #b71c1c;
}
.widget .mailchimp_subscribe .wpcf7-form-control-wrap input {
  border-color: #b71c1c;
}
.widget .mailchimp_subscribe .wpcf7-form-control-wrap input:focus {
  border-color: #6a6a6a;
}
.widget_contacts {
  font-size: 14px;
}
.widget_contacts .row {
  margin-bottom: 23px;
}
.widget_contacts .row:last-child {
  margin-bottom: 0;
}
.widget_contacts p {
  margin-bottom: 0;
  font-style: normal;
  letter-spacing: -0.2px;
}
.widget_contacts span {
  display: block;
  margin-bottom: 4px;
}
.widget_contacts span:last-child {
  margin-bottom: 0;
}
.widget_contacts address {
  margin-bottom: 0;
}
/* Search */
.widget_search {
  margin-bottom: 40px;
}
.search_submit button {
  width: 100%;
  text-align: center;
  padding: 17px 0;
  border-width: 2px;
}
.search_input input {
  padding: 23px 25px;
  border: 2px solid #becbd2;
  border-right: none;
}
.search_input input:focus {
  border-width: 2px;
  border-right: none;
}
.search_input .input__label-content {
  padding: 15px 25px 13px 25px;
}
/* Block autor */
.blog_autor_top {
  margin-bottom: 30px;
  text-align: center;
}
.blog_autor_top_avatar {
  padding: 0 44px;
}
.blog_autor_top_details_name {
  color: #141414;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.blog_autor_top_years {
  margin-bottom: 10px;
}
.blog_autor_top_social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0 -3px 20px;
}
.blog_autor_top_social ul a {
  color: #b71c1c;
  font-size: 12px;
  border: 2px solid #b71c1c;
  width: 36px;
  height: 36px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  float: left;
  padding-top: 2px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  fill: #b71c1c;
}
.blog_autor_top_social ul a:hover {
  text-decoration: none;
  color: white;
  background: #b71c1c;
  transition: 0.5s;
  fill: white;
}
.blog_autor_top_social ul li {
  padding: 0 3px;
  margin-bottom: 6px;
}
.blog_autor_top_social ul > li::before {
  display: none;
}
.blog_autor_top_social ul li:last-child a {
  margin-right: 0;
}
/* Popular posts */
.recentcomments {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ECECEC;
}
.recentcomments:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#recentcomments a {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
#recentcomments span {
  display: block;
  color: #9d9d9d;
}
/* Block tags */
.tagcloud a {
  display: inline-block;
  float: left;
  border: 2px solid #b71c1c;
  color: #b71c1c;
  padding: 4px 10px 3px;
  margin: 0 10px 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px !important;
}
.tagcloud a:hover {
  text-decoration: none;
  color: white;
  background: #b71c1c;
  transition: 0.5s;
}
/* Popular posts */
.popular_posts_content_item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ECECEC;
}
.popular_posts_content_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.popular_posts_content_item a {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.popular_posts_content_item span {
  display: block;
  color: #9d9d9d;
}
/* Pagination */
.page-links {
  clear: both;
  padding: 50px 0;
}
.pagination {
  padding: 50px 0;
  text-align: center;
}
.pagination span,
.pagination .page-numbers {
  display: inline-block;
  border: 2px solid transparent;
  margin: 0 7px;
  font-weight: 700;
  font-size: 14px;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
}
.pagination span:hover,
.pagination .page-numbers:hover {
  border: 2px solid #b71c1c;
  color: #b71c1c;
  text-decoration: none;
  transition: 0.5s;
}
.pagination span.current,
.pagination .page-numbers.current {
  font-size: 20px;
  border: 2px solid #b71c1c;
  color: #b71c1c;
  padding-top: 3px;
  position: relative;
  top: 2px;
  width: 40px;
  height: 40px;
}
.pagination span.dots:hover,
.pagination .page-numbers.dots:hover {
  border: none;
}
/* Blog  col-2, col-3*/
.col_1 .blog_wrap > .row,
.col_2 .blog_wrap > .row,
.col_3 .blog_wrap > .row {
  margin-left: -20px;
  margin-right: -20px;
}
.col_1 .post_img a,
.col_2 .post_img a,
.col_3 .post_img a {
  display: block;
  text-align: center;
}
.col_1 .not-found,
.col_2 .not-found,
.col_3 .not-found {
  padding-left: 20px;
  padding-right: 20px;
}
.col_1 .blog_item,
.col_2 .blog_item,
.col_3 .blog_item {
  padding-bottom: 0 !important;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  border: none !important;
  display: flex;
}
.col_1 .blog_item .has-post-thumbnail .post_header,
.col_2 .blog_item .has-post-thumbnail .post_header,
.col_3 .blog_item .has-post-thumbnail .post_header {
  position: relative;
  margin-top: -40px;
}
.col_1 .blog_item .post_header,
.col_2 .blog_item .post_header,
.col_3 .blog_item .post_header {
  padding: 28px 16px 36px;
  text-align: center;
  background: #fff;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}
.col_1 .blog_item .blog_category_url,
.col_2 .blog_item .blog_category_url,
.col_3 .blog_item .blog_category_url {
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  color: #5d5d5d;
}
.col_1 .blog_item .blog_category_url:hover,
.col_2 .blog_item .blog_category_url:hover,
.col_3 .blog_item .blog_category_url:hover,
.col_1 .blog_item .blog_category_url:focus,
.col_2 .blog_item .blog_category_url:focus,
.col_3 .blog_item .blog_category_url:focus {
  color: #b71c1c;
  text-decoration: none;
}
.col_1 .blog_item .blog_title,
.col_2 .blog_item .blog_title,
.col_3 .blog_item .blog_title {
  color: #000;
  font-size: 21px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-bottom: 6px;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.col_1 .blog_item .blog_title::after,
.col_2 .blog_item .blog_title::after,
.col_3 .blog_item .blog_title::after {
  display: none;
}
.col_1 .blog_item .blog_title:hover,
.col_2 .blog_item .blog_title:hover,
.col_3 .blog_item .blog_title:hover,
.col_1 .blog_item .blog_title:focus,
.col_2 .blog_item .blog_title:focus,
.col_3 .blog_item .blog_title:focus {
  color: #b71c1c;
  text-decoration: none;
}
.col_1 .blog_item .date,
.col_2 .blog_item .date,
.col_3 .blog_item .date {
  color: #999;
}
.col_1 .blog_item .post_img,
.col_2 .blog_item .post_img,
.col_3 .blog_item .post_img {
  overflow: hidden;
}
.col_1 .blog_item .post_img figure,
.col_2 .blog_item .post_img figure,
.col_3 .blog_item .post_img figure {
  margin-bottom: 0;
}
.col_1 article,
.col_2 article,
.col_3 article {
  box-shadow: 0 0 30px 5px rgba(74, 74, 74, 0.1);
  width: 100%;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col_1 article.has-post-thumbnail,
.col_2 article.has-post-thumbnail,
.col_3 article.has-post-thumbnail {
  justify-content: initial;
}
/* Blog list*/
.blog_list .blog_item_details_l {
  display: inline-block;
  float: left;
}
.blog_list .button_comments {
  padding: 8px 15px;
  margin-top: 0;
  display: inline-block;
}
.blog_list .button_comments_row {
  display: inline-block;
  float: left;
  padding-left: 2px;
}
.blog_list .blog_list_row {
  align-items: center;
}
.blog_list .blog_item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog_list .blog_item .blog_title {
  margin-bottom: 7px;
  font-size: 24px !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #141414;
  font-weight: 400;
}
.blog_list .blog_item .blog_title:hover,
.blog_list .blog_item .blog_title:focus {
  color: #b71c1c;
  text-decoration: none;
}
.blog_list .blog_item .blog_title:after {
  margin-top: 7px;
}
.blog_list .blog_item .blog_item_details {
  margin-bottom: 7px;
}
.blog_list .blog_item .blog_more .button {
  margin-top: 13px;
}
.blog_list .blog_item p {
  margin-top: 0;
  overflow: hidden;
}
.blog_list .blog_item .blog_image {
  display: block;
  margin-bottom: 0;
}
.blog_list .blog_more {
  text-align: left;
}
.blog_list .row-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.blog_list .row-20 > div {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar {
  font-size: 14px;
}
.social-count-plus ul {
  margin: -3px !important;
  padding: 0 !important;
}
.social-count-plus ul a {
  background: transparent !important;
  background-size: 0 !important;
  display: inline-block;
  vertical-align: middle;
  width: 48px !important;
  height: 48px !important;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100% !important;
  min-height: 100% !important;
}
.social-count-plus ul .count-tumblr {
  background: #34465d !important;
}
.social-count-plus ul .count-tumblr a {
  color: #fff !important;
}
.social-count-plus ul .count-tumblr a:before {
  content: "\f173";
}
.social-count-plus ul .count-twitch {
  background: #6341a4 !important;
}
.social-count-plus ul .count-twitch a {
  color: #fff !important;
}
.social-count-plus ul .count-twitch a:before {
  content: "\f1e8";
}
.social-count-plus ul .count-linkedin {
  background: #0077b5 !important;
}
.social-count-plus ul .count-linkedin a {
  color: #fff !important;
}
.social-count-plus ul .count-linkedin a:before {
  content: "\f0e1";
}
.social-count-plus ul .count-vimeo {
  background: #1ab7ea !important;
}
.social-count-plus ul .count-vimeo a {
  color: #fff !important;
}
.social-count-plus ul .count-vimeo a:before {
  content: "\f27d";
}
.social-count-plus ul .count-comments {
  background: #125688 !important;
}
.social-count-plus ul .count-comments a {
  color: #fff !important;
}
.social-count-plus ul .count-comments a:before {
  content: "\f075";
}
.social-count-plus ul .count-posts {
  background: #00bf8f !important;
}
.social-count-plus ul .count-posts a {
  color: #fff !important;
}
.social-count-plus ul .count-posts a:before {
  content: "\f040";
}
.social-count-plus ul .count-users {
  background: #32506d !important;
}
.social-count-plus ul .count-users a {
  color: #fff !important;
}
.social-count-plus ul .count-users a:before {
  content: "\f007";
}
.social-count-plus ul .count-pinterest {
  background: #fc0517 !important;
}
.social-count-plus ul .count-pinterest a {
  color: #fff !important;
}
.social-count-plus ul .count-pinterest a:before {
  content: "\f0d2";
}
.social-count-plus ul .count-github {
  background: #000 !important;
}
.social-count-plus ul .count-github a {
  color: #fff !important;
}
.social-count-plus ul .count-github a:before {
  content: "\f09b";
}
.social-count-plus ul .count-soundcloud {
  background: #f80 !important;
}
.social-count-plus ul .count-soundcloud a {
  color: #fff !important;
}
.social-count-plus ul .count-soundcloud a:before {
  content: "\f1be";
}
.social-count-plus ul .count-twitter {
  background: #5eb2ef !important;
}
.social-count-plus ul .count-twitter a {
  color: #fff !important;
}
.social-count-plus ul .count-twitter a:before {
  content: "\f099";
}
.social-count-plus ul .count-facebook {
  background: #45629f !important;
}
.social-count-plus ul .count-facebook a {
  color: #fff !important;
}
.social-count-plus ul .count-facebook a:before {
  content: "\f09a";
}
.social-count-plus ul .count-youtube {
  background: #c61d23 !important;
}
.social-count-plus ul .count-youtube a {
  color: #fff !important;
}
.social-count-plus ul .count-youtube a:before {
  content: "\f167";
}
.social-count-plus ul .count-googleplus {
  background: #df5443 !important;
}
.social-count-plus ul .count-googleplus a {
  color: #fff !important;
}
.social-count-plus ul .count-googleplus a:before {
  content: "\f0d5";
}
.social-count-plus ul .count-instagram {
  background: #125d8f !important;
}
.social-count-plus ul .count-instagram a {
  color: #fff !important;
}
.social-count-plus ul .count-instagram a:before {
  content: "\f16d";
}
.social-count-plus ul .count-steam {
  background: #333 !important;
}
.social-count-plus ul .count-steam a {
  color: #fff !important;
}
.social-count-plus ul .count-steam a:before {
  content: "\f1b6";
}
.social-count-plus ul li {
  width: 33.333% !important;
  border: 3px solid #fff !important;
  padding: 38px 0 10px 0;
  position: relative;
  list-style: none !important;
  float: left;
  clear: none !important;
  text-align: center;
  margin: 0;
}
.social-count-plus ul li a:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 3px;
  font-size: 22px;
  line-height: 1.85;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.social-count-plus .default a {
  background: transparent !important;
  background-size: 0 !important;
  display: inline-block;
  vertical-align: middle;
  width: 48px !important;
  height: 48px !important;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100% !important;
  min-height: 100% !important;
}
.social-count-plus span span {
  font-size: 15px !important;
  font-weight: normal !important;
  line-height: 1.2 !important;
}
.social-count-plus .count {
  display: block;
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin: 5px 0 0 !important;
  padding: 0;
  font-weight: 500 !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.social-count-plus .label {
  font-size: 11px !important;
  line-height: 1.2 !important;
  text-transform: capitalize !important;
  margin-top: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
/*popular*/
.mostcommentedpost {
  margin-bottom: 25px;
}
.mostcommentedpost .entry-thumb {
  width: 80px;
  float: left;
}
.mostcommentedpost .entry-thumb img {
  margin-top: 4px;
}
.mostcommentedpost .detail {
  margin-left: 90px;
  line-height: 1.2;
}
.mostcommentedpost .entry-title {
  font-size: 13px;
  margin-bottom: 12px;
  word-wrap: break-word;
}
.mostcommentedpost .entry-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mostcommentedpost .details-cat {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 12px;
  display: inline-block;
}
.mostcommentedpost a {
  color: #5d5d5d;
}
.mostcommentedpost a:hover,
.mostcommentedpost a:focus {
  text-decoration: none;
  color: #b71c1c;
}
.mostcommentedpost.no-thumb .detail {
  margin-left: 0;
}
.ale-widget-latest-post {
  margin-bottom: 20px;
}
.ale-widget-latest-post .entry-thumb {
  position: relative;
}
.ale-widget-latest-post .details-cat {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 0 5px;
  background: #b71c1c;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ale-widget-latest-post .entry-title {
  margin-top: 15px;
}
.ale-widget-latest-post .entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.ale-widget-latest-post .entry-meta__author {
  margin-right: 5px;
}
.ale-widget-latest-post .entry-meta__author:last-child {
  margin-right: 0;
}
.ale-widget-latest-post .entry-meta i {
  font-size: 14px;
}
/* Reveal Animations
	 ========================================================================== */
body[data-aos-duration='1200'] [data-aos],
[data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform;
}
@keyframes show-img {
  50% {
    visibility: hidden;
  }
  50.01% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes slide-bg {
  50% {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.01% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
body.ale-use-reveal-animation [data-aos="slide-effect"] .slide-effect-2-inner,
body.ale-use-reveal-animation [data-aos="slide-effect"] > * {
  visibility: hidden;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
}
body.ale-use-reveal-animation [data-aos="slide-effect"]:after {
  content: ' ';
  display: block;
  position: absolute;
  background-color: #b71c1c;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scale(0, 1);
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.ale-use-reveal-animation [data-aos="slide-effect"].se-secondary:after {
  background-color: #f6f6f6;
}
body.ale-use-reveal-animation [data-aos="slide-effect"].se2-white:after {
  background-color: #ffffff;
}
body.ale-use-reveal-animation [data-aos="slide-effect"].aos-animate .slide-effect-2-inner,
body.ale-use-reveal-animation [data-aos="slide-effect"].aos-animate > * {
  animation-name: show-img;
}
body.ale-use-reveal-animation [data-aos="slide-effect"].aos-animate:after {
  animation-name: slide-bg;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 1600px) {
  .hcw-inner {
    max-width: 400px;
    top: 107px;
  }
  .hcw-box {
    padding: 50px;
  }
  .hcw-box h3 {
    font-size: 38px;
  }
  .info_block .banner_title {
    font-size: 86px;
  }
}
@media (min-width: 1200px) and (max-width: 1233px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: 970px;
  }
  .header-menu a {
    letter-spacing: 1.6px;
  }
  .portfolio_content #filter li {
    padding-left: 0;
  }
  .portfolio_content #filter li::before {
    content: none;
  }
  .col_2 .blog_item_details_l {
    align-items: center;
  }
  .col_2 .blog_item_details_l .blog_category_url {
    text-align: center;
  }
  .portfolio_content .item .text_block_center .h1 {
    font-size: 22px;
  }
  .left-vert-bar {
    display: none;
  }
  .ale-has-social-menu .container_left_menu.open {
    left: 0;
  }
  .container_left_menu.open {
    left: 0;
    z-index: 99999;
  }
  main {
    padding-left: 0;
  }
  .ultra_services .right {
    padding: 0;
  }
  .our_team .item {
    padding: 0 10px !important;
  }
  .our_team .item .img {
    width: 100%;
    height: 100%;
  }
  .our_team .item .footer_item_social ul li {
    width: auto;
  }
  .our_team .item .footer_item_social ul li a {
    width: 60px;
  }
  .review .item .image {
    padding: 30px 20px;
  }
  .counters {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .flexnav > li {
    padding: 0 4px 24px 0;
  }
  .site-footer .footer_menu {
    padding-left: 50px;
  }
  .site-footer .footer_subscribe {
    padding-left: 50px;
  }
  .digrand_contact_us-content {
    padding: 30px;
  }
  .digrand_contact_us-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .menu-left-button {
    background: white;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .ale_container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .header-menu {
    display: none;
  }
  .menu-left-button {
    display: block;
    top: 20px;
  }
  .admin-bar.menu-left-button {
    top: 52px;
  }
  header#site-header {
    align-items: flex-start;
    padding-right: 35px;
  }
  #grid {
    margin-left: 0;
    margin-right: 0;
  }
  .portfolio_content {
    margin-left: 0;
  }
  .portfolio_content .grid-slideshow ul li {
    margin: 0;
  }
  .portfolio_content .nav-close::before {
    line-height: 40px;
  }
  body.elementor-page .elementor-widget-wrap .elementor-icon-box-wrapper {
    flex-direction: column;
    text-align: center;
  }
  body.elementor-page .elementor-widget-wrap .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin: 0 auto !important;
  }
  .our_team .item {
    margin-bottom: 30px;
  }
  .our_team .item .footer_item_social ul li a {
    width: 41px;
    height: 41px;
    font-size: 14px;
    padding: 0;
    line-height: 39px;
  }
  .our_team .item .footer_item_social .fa-lg {
    vertical-align: -15%;
  }
  .our_team .item .name {
    line-height: 1;
  }
  .plans .item_vn sup {
    top: -1px;
  }
  .plans .item_vn > .title {
    font-size: 26px;
  }
  .plans .item_vn span.price {
    bottom: 0;
    font-size: 16px;
  }
  .plans .title h6 {
    margin-bottom: 30px;
  }
  .latest_blog .content_latest_blog {
    padding: 20px;
  }
  .grid figure figcaption {
    padding: 20px;
  }
  .portfolio_content figure.effect-julia span,
  .portfolio_content .item .text_block_center .h1 {
    padding: 0;
    font-size: 22px;
  }
  .ultra_services p {
    min-height: 96px;
  }
  .tabs nav a {
    padding: 10px 15px;
    font-size: 15px;
  }
  .content_tab {
    margin-top: -5px;
  }
  .input_label {
    font-size: 14px;
  }
  .title h6 {
    margin-bottom: 40px;
  }
  .input-chisato {
    padding-top: 20px;
  }
  .input_label-chisato {
    top: -7px;
  }
  .get_support .inputsend {
    padding-left: 40px;
  }
  .get_support .inputleft {
    padding-right: 20px;
  }
  .get_support .inputright {
    padding-left: 20px;
  }
  .blog_left_sidebar.col_3 .row-20,
  .blog_right_sidebar.col_3 .row-20 {
    margin-left: 0;
    margin-right: 0;
  }
  .mostcommentedpost {
    text-align: center;
  }
  .mostcommentedpost .entry-thumb {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
  .mostcommentedpost .detail {
    margin-left: 0;
  }
  .about_us {
    padding-bottom: 60px;
  }
  .about_us .about_us_title,
  .about_us .about_us_item_right .about_us_title {
    min-height: 379px;
    padding-top: 0;
  }
  .about_us #about_us_item_last .about_us_title {
    min-height: 379px;
  }
  .about_us .about_us_item,
  .about_us #about_us_item_last {
    top: 0;
  }
  .elementor-widget-di-contact-us {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .animation-delay {
    animation-delay: initial !important;
  }
  .animation-delay::after,
  .animation-delay > * {
    animation-delay: initial !important;
  }
  .sidebar_wrap {
    padding-right: 20px;
  }
  .info_block .banner_title {
    font-size: 64px;
  }
  .info_block .banner_subtitle {
    margin-bottom: 15px;
  }
  .info_block .text_block .info_block_btn {
    margin-top: 15px;
  }
  .social-count-plus ul li {
    width: 50% !important;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: 750px;
  }
  .blog_list .blog_item .blog_title {
    text-align: center;
    margin-top: 10px;
  }
  .blog_list .blog_item .blog_title::after {
    margin: 15px auto 0 auto !important;
  }
  .blog_list .blog_item_details_l {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .blog_list article {
    text-align: center;
  }
  .blog_list .blog_more {
    text-align: center;
  }
  .blog_list .blog_more a {
    margin-top: 0 !important;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col_2 .blog_item,
  .col_3 .blog_item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col_2 .blog_wrap > .row,
  .col_3 .blog_wrap > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col_2 .blog_item_details_l {
    display: block;
  }
  .site-footer .footer_subscribe {
    padding: 0;
  }
  .site-footer .social {
    margin-left: 0;
    margin-right: 20px;
  }
  header .header .menu_container .menu {
    float: none;
    text-align: center;
  }
  .digrand_form .df_col-left .wpcf7-form-control-wrap {
    margin-bottom: 46px;
  }
  .digrand_form input,
  .digrand_form textarea {
    padding: 15px 25px;
  }
  .left p,
  .right p {
    padding: 0 !important;
  }
  .clean_code .right {
    padding-top: 30px;
    padding-right: 10px;
  }
  .why_our_template .left {
    padding-left: 10px;
  }
  ul#filter span {
    padding: 15px;
  }
  #portfolios .item:hover .portfolio_text_block span {
    padding: 10px;
    font-size: 28px;
  }
  .latest_blog .item .item_vn .content_latest_blog {
    padding: 20px 15px;
  }
  .latest_blog .item .item_vn .content_latest_blog .top {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .latest_blog .item .item_vn .content_latest_blog .top .date,
  .latest_blog .item .item_vn .content_latest_blog .top .comment {
    font-size: 12px;
  }
  .portfolio_content #filter {
    margin-bottom: 20px;
  }
  .portfolio_content #filter li {
    margin-right: 18px;
  }
  .portfolio_content #filter li:last-child {
    margin-right: 0;
  }
  .portfolio_content #filter span {
    padding: 12px 15px;
    font-size: 14px;
  }
  .portfolio_content .item:hover .portfolio_text_block span {
    font-size: 23px;
  }
  .plans {
    padding: 40px 0;
  }
  .plans .item_vn button {
    padding: 10px 20px;
  }
  .ultra_services .item {
    padding-top: 7px;
  }
  .ultra_services .item .title {
    padding-right: 0;
    margin-bottom: 9px;
  }
  .ultra_services .item_1 {
    margin-bottom: 80px;
  }
  .ultra_services .righ_text_block {
    padding: 0 15px;
  }
  .ultra_services .icon_block {
    margin-right: 16px;
  }
  .ultra_services .left {
    padding-right: 40px;
  }
  .ultra_services .right {
    padding-left: 40px;
  }
  .review .item .image {
    padding: 45px 0 0;
  }
  .latest_blog {
    text-align: center;
  }
  .latest_blog .item {
    margin-bottom: 30px;
  }
  .counters .item {
    padding: 0 15px !important;
  }
  .counters .item .count {
    font-size: 70px;
    text-align: center;
  }
  .counters .item span {
    font-size: 18px;
    text-align: center;
  }
  .site-footer .footer_menu {
    padding-left: 19px;
  }
  .site-footer .footer_menu ul {
    column-count: 1;
  }
  .site-footer .widget.widget_nav_menu ul li a {
    margin-right: 5px;
  }
  .footer-widget-area {
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer-widget-area .footer-widget-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-widget-area.four_cols .footer-widget-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ale-insta-feed li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  header .logo {
    text-align: center;
    margin-bottom: 0;
  }
  h1,
  .h1,
  .title h6 {
    font-size: 50px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  .elementor-text-editor h1 {
    font-size: 50px;
  }
  .elementor-text-editor h2 {
    font-size: 40px;
  }
  .elementor-text-editor h3 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  input,
  .bottom_color,
  .bottom,
  .input__label-content {
    padding: 10px 25px;
    font-size: 14px;
  }
  .margin-bottom-50px {
    margin-bottom: 35px;
  }
  .margin-top-50px {
    margin-top: 35px;
  }
  .blog .blog_autor_top_avatar {
    width: auto;
    padding: 0;
  }
  .blog_autor_top_social ul a {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .map-info {
    padding: 30px;
  }
  .fixed .menu-button {
    color: #141414;
  }
  .header-creative-widget {
    position: relative;
    text-align: center;
    margin-top: -80px;
    top: 0;
    left: 0;
  }
  .hcw-inner {
    position: static;
  }
  .content-heading--page {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 820px) {
  .menu-left-button {
    z-index: 9999;
  }
  .plans {
    text-align: center;
  }
  .plans .item_vn:hover {
    margin-top: 36px;
  }
  .our_team .item .name {
    font-size: 26px;
    line-height: 1.3;
  }
  .our_team .item .footer_item_social {
    bottom: 15px;
  }
  .our_team .block_text {
    padding: 14px 20px;
  }
  .ultra_services_row {
    padding: 20px;
  }
  .portfolio_content figure.effect-julia span {
    font-size: 20px;
    line-height: 1;
  }
  .portfolio_content .item .text_block_center .h1 {
    font-size: 20px;
  }
  article {
    padding: 0;
  }
  .ultra_services {
    text-align: center;
  }
  .ultra_services .icon_block_top {
    margin: 0 auto;
  }
  .about_us .item {
    padding: 0 20px;
  }
  .about_us .about_us_title {
    min-height: 293px;
    padding-left: 30px;
  }
  .about_us #about_us_item_last .about_us_title {
    min-height: 293px;
    padding-left: 30px;
    padding-top: 0;
    padding-right: 30px;
  }
  .get_support .inputleft {
    padding-right: 17px;
  }
  .get_support .inputright {
    padding-left: 17px;
  }
  .get_support .inputsend {
    padding-left: 35px;
  }
  .get_support .inputsend .bottom_color {
    text-align: center;
    padding: 10px 5px;
  }
  .latest_blog .content_latest_blog {
    padding: 15px;
  }
  .latest_blog .content_latest_blog .top {
    padding-bottom: 20px;
  }
  .latest_blog .content_latest_blog .comment {
    margin: 5px 0;
    padding: 0;
    border: none;
    text-align: center;
  }
  .m_r {
    padding: 0;
  }
  .m_l {
    padding: 0;
    margin-bottom: 50px;
  }
  .typography .typography_block {
    margin-bottom: 50px;
  }
  .fofmgetplan input {
    width: 90%;
  }
  .fofmgetplan textarea {
    width: 100%;
  }
  .info_block span {
    font-size: 80px;
  }
  .fon_blog_title h1 {
    font-size: 52px;
  }
  .popup_content .popup_blog img {
    min-width: 260px;
  }
  .why_our_template .right {
    padding-left: 0;
  }
  .why_our_template .left .left_content,
  .why_our_template .seo_ready .left {
    padding-right: 30px;
  }
  .seo_ready .right {
    padding: 0 30px 5px 56px;
  }
}
@media only screen and (max-width: 782px) {
  header#site-header .header-logo .ale-logo-mobile {
    display: block;
  }
  header#site-header .header-logo .ale-logo-desktop {
    display: none;
  }
  .admin-bar .container_left_menu,
  .admin-bar .left-vert-bar {
    margin-top: 46px;
  }
  .admin-bar .container_left_menu.scrolled {
    margin-top: 0;
  }
  .admin-bar .menu-left-button {
    top: 65px;
  }
  .admin-bar .grid-slideshow nav span.nav-close {
    top: 5px;
  }
}
/* Mobile and tablet devices */
@media only screen and (max-width: 767px) {
  .story dl dd {
    margin-left: 0;
  }
  .before_stripe::before {
    display: none;
  }
  header#site-header {
    padding: 25px 60px;
  }
  .info_block .banner_title {
    font-size: 64px;
  }
  .info_block .text_block .vertical_banner_link {
    position: static;
    display: block;
    text-align: center;
  }
  .info_block .text_block .vertical_banner_link a {
    transform: none;
    writing-mode: unset;
  }
  .info_block .text_block .vertical_banner_link a::before {
    display: none;
  }
  .info_block .text_block .info_block_btn a {
    padding: 15px;
    min-width: 189px;
  }
  .hcw-box h3 {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .hcw-box .hcw-tagline {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
    padding: 0 15px;
  }
  .container div > .container {
    margin: 0;
  }
  .vertical_title {
    writing-mode: initial;
    transform: none;
  }
  .before_stripe.vertical_title::before {
    right: 100%;
    margin-right: 13px;
    width: 25px;
    height: 1px;
    top: 50%;
  }
  h4.before_stripe.vertical_title::before {
    height: 1px;
  }
  .ale-responsive-width {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .footer_menu ul {
    margin-bottom: 0;
    column-count: 2;
  }
  .site-footer .footer_menu ul li {
    padding: 0 10px;
  }
  .site-footer .copyright {
    padding-top: 30px;
  }
  .site-footer .social {
    margin-right: 0;
  }
  .block_image {
    display: none;
  }
  .portfolio_content #filter li.active span::after {
    width: 100%;
    left: 0;
  }
  .page_content {
    padding-top: 50px;
  }
  .blog_content > .container {
    display: flex;
    flex-direction: column;
  }
  aside.sidebar {
    order: 1;
    padding: 0;
  }
  .blog_content {
    padding-top: 30px;
  }
  .blog_item > article {
    margin-left: auto;
    margin-right: auto;
  }
  .blog_item .blog_item_social ul {
    display: inline-block;
    margin: 15px auto 0 auto;
  }
  .blog_item .blog_item_details {
    margin-bottom: 10px;
  }
  .tags .h3 {
    text-align: center;
  }
  .tags .h3::after {
    margin: 15px auto 25px auto;
  }
  .comment {
    text-align: left;
  }
  .single .tags_content {
    text-align: center;
  }
  .single .tags_content a {
    float: none;
  }
  .coments .coments_content .reply {
    padding-left: 0;
  }
  .blog_item {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
  }
  .widget_title {
    text-align: center;
  }
  .widget_title::after {
    margin: 10px auto 20px auto;
  }
  .widget {
    margin-bottom: 50px;
  }
  .tagcloud a {
    float: none;
    margin: 5px 3px;
  }
  .fon_blog_title h1 {
    font-size: 52px;
  }
  .blog_item .blog_more {
    display: none;
  }
  .blog_item .blog_title::after {
    margin: 15px auto 0 auto !important;
  }
  .blog_right_sidebar .sidebar_wrap {
    padding-left: 0;
  }
  .col_3 .blog_item_details_l {
    float: none;
  }
  .col_2 .blog_item,
  .col_3 .blog_item {
    width: 50%;
  }
  .elementor-widget-tabs .elementor-tab-mobile-title {
    display: none;
  }
  header .header {
    padding-top: 20px;
    margin-top: 0;
  }
  header .logo {
    margin-bottom: 0;
  }
  .auto_heading {
    min-height: unset;
    height: auto;
  }
  .info_block_home_header_bg.auto_heading,
  .info_block_home_header_bg.has_header_widget {
    min-height: 460px;
    height: auto;
  }
  .info_block {
    padding: 30px 15px;
  }
  .info_block span {
    font-size: 50px;
  }
  .info_block .text_block {
    max-width: 520px;
  }
  body,
  .text-left,
  .text-right {
    text-align: center;
  }
  .single-post .story {
    text-align: left;
  }
  .seo_ready .left {
    margin-top: 0;
    padding: 0 20px;
    text-align: center;
  }
  .seo_ready .left p {
    padding-right: 0;
  }
  .seo_ready .left .h2,
  .seo_ready .left .h3 {
    text-align: center;
  }
  .seo_ready .right {
    text-align: center;
  }
  #portfolio {
    margin: 0 20px;
  }
  .our_team .item .img {
    width: 100%;
    height: 100%;
  }
  .our_team .item .img img {
    width: 100%;
    height: 100%;
  }
  .ls-nav ul {
    display: block !important;
    margin: 0 auto !important;
    text-align: center;
    padding-left: 0 !important;
    width: 100%;
  }
  .ls-nav ul li {
    float: none;
    display: inline-block !important;
    margin: 0 10px !important;
  }
  .latest_blog .item a.image img {
    width: 100%;
  }
  .latest_blog .grid {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .latest_blog .row-flex {
    justify-content: center;
  }
  .menu {
    float: none;
  }
  .why_our_template .left {
    padding-top: 0;
  }
  .why_our_template .left p {
    padding-right: 0;
    text-align: center;
  }
  .why_our_template .left .h2,
  .why_our_template .left .h3 {
    text-align: center;
  }
  .why_our_template .left .left_content {
    padding: 0;
  }
  .counters {
    padding: 13px 0;
  }
  .counters h6 {
    margin-bottom: 0;
  }
  .widget_contacts .title {
    text-align: center;
  }
  .widget_contacts p,
  .widget_contacts span {
    text-align: center;
    font-size: 15px;
  }
  .site-footer {
    padding-bottom: 60px;
  }
  .site-footer .social {
    margin-bottom: 30px;
  }
  .site-footer .footer_menu {
    padding: 0 10px;
    text-align: center;
  }
  .site-footer .footer_menu ul li a {
    margin-right: 0;
  }
  .footer-widget-area.two_cols .footer-widget-col,
  .footer-widget-area.three_cols .footer-widget-col,
  .footer-widget-area.four_cols .footer-widget-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .clean_code .right {
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
  }
  .clean_code .right p {
    text-align: left;
  }
  .clean_code .right .h2,
  .clean_code .right .h3 {
    text-align: center;
  }
  .review .item p {
    margin-left: 0;
  }
  .review .item span.subname,
  .review .item span.name {
    padding-left: 0;
  }
  .clean_code,
  .why_our_template,
  .seo_ready,
  .plans,
  .counters,
  .ultra_services,
  .brand_block,
  .site-footer,
  .get_support {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .clean_code .inputright,
  .why_our_template .inputright,
  .seo_ready .inputright,
  .plans .inputright,
  .counters .inputright,
  .ultra_services .inputright,
  .brand_block .inputright,
  .site-footer .inputright,
  .get_support .inputright {
    margin-top: 30px;
  }
  .site-footer {
    padding-top: 30px;
  }
  .ultra_services .left {
    padding-right: 0;
    padding-left: 0;
  }
  .ultra_services .right {
    padding-left: 0;
  }
  .ultra_services .right .item:last-child {
    margin-bottom: 0 !important;
  }
  .ultra_services .item {
    margin-bottom: 30px !important;
  }
  .ultra_services p {
    min-height: inherit;
  }
  .brand_block {
    padding: 30px 0;
  }
  .portfolio_content #filter li {
    width: 50%;
    margin-right: 0;
  }
  .portfolio_content #filter span {
    width: 100%;
    border: 1px solid #c7c7c7 !important;
    padding: 13px;
  }
  .portfolio_content .item:hover .portfolio_text_block span {
    padding: 27% 5%;
  }
  .get_support .inputleft,
  .get_support .inputright,
  .get_support .inputsend {
    padding-right: 0;
    padding-left: 0;
  }
  .get_support .inputsend .bottom_color {
    width: 130px;
  }
  .container_left_menu {
    width: 100%;
    max-width: 100%;
    text-align: center;
    left: -100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .container_left_menu .logotype_light {
    margin: 0 auto 30px;
  }
  .container_left_menu .footer_item_social {
    margin-bottom: 25px;
  }
  .container_left_menu .footer_item_social ul {
    height: auto;
  }
  .container_left_menu .footer_item_social ul li a {
    padding: 5px 0;
    font-size: 11px;
    height: 27px;
  }
  .container_left_menu .footer_menu ul li a {
    margin-right: 0;
  }
  .container_left_menu .close-button {
    top: 15px;
    right: 20px;
  }
  .ale-insta-feed li {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .plans .item_vn {
    margin-top: 0;
  }
  .page-layout-3 div,
  .pading div {
    text-align: center;
    padding: 5px 30px 0 30px;
  }
  .bb-nav-prev {
    left: 10px;
    top: 250px;
  }
  .bb-nav-next {
    right: 10px;
    top: 250px;
  }
  .bb-bookblock h6 {
    font-size: 30px;
  }
  .bb-bookblock ol,
  .bb-bookblock ul {
    text-align: left;
    margin: 20px;
  }
  .tabs nav a {
    font-size: 16px;
    padding: 10px 10px;
  }
  article li {
    text-align: left;
  }
  #list div,
  .typography .typography_block,
  #button div {
    margin-bottom: 30px;
    text-align: left;
  }
  .fofmgetplan input {
    width: 100%;
  }
  .column_block .item {
    padding: 15px 0;
  }
  .owl-controls,
  .slick-arrow {
    display: none;
  }
  .row_grid {
    margin: 0;
  }
  .why_our_template .right,
  .seo_ready .right,
  .popup_content .popup_blog img {
    display: none;
  }
  .accordion {
    text-align: left;
  }
  .infobox {
    padding: 30px;
  }
  .infobox i {
    font-size: 24px;
  }
  .item_typography {
    padding-bottom: 50px;
  }
  .typography .typography_block,
  .typography .m_l {
    margin-bottom: 0;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 12px 16px;
    font-size: 18px;
  }
  .ui-accordion .ui-accordion-header {
    font-size: 18px;
  }
  .cs-select span {
    font-size: 14px;
  }
  .leave_coment .inputleft {
    padding-right: 0;
  }
  .leave_coment .inputright {
    padding-left: 0;
    margin-top: 35px;
  }
  .seo_ready_fon {
    display: none;
  }
  #map {
    height: 350px;
  }
  .map-info h3 {
    text-align: center;
  }
  .map-info h3::after {
    margin-left: auto;
    margin-right: auto;
  }
  .about_us .about_us_item {
    display: block;
    top: 0 !important;
    margin-bottom: 40px;
  }
  .about_us .about_us_item img {
    display: none;
  }
  .about_us .about_us_title {
    padding: 0 !important;
    text-align: center !important;
    min-height: 0 !important;
  }
  .about_us .about_us_title h3 {
    text-align: center !important;
  }
  .about_us .about_us_title h3:after {
    margin: 10px auto 0 !important;
    float: none !important;
  }
  .about_us #about_us_item_last {
    margin-bottom: 0;
  }
  .about_us .item {
    margin-bottom: 50px;
    border-right: none;
  }
  .elementor-counter {
    justify-content: center;
  }
  .after_stripe::after {
    display: none;
  }
  .elementor-widget-di-contact-us {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .col_1 .blog_wrap > .row,
  .col_2 .blog_wrap > .row,
  .col_3 .blog_wrap > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 600px) {
  .animsition {
    position: static;
  }
  header#site-header {
    flex-direction: column;
    align-items: center;
  }
  header#site-header .header_button {
    margin-left: 0;
  }
  .header-right-top {
    margin-top: 20px;
  }
  .col_2 .blog_item,
  .col_3 .blog_item {
    width: 100%;
  }
  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email,
  .comment-respond .comment-form .comment-form-url {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .latest_blog > .row-flex {
    margin-left: 0;
    margin-right: 0;
  }
  .hcw-box {
    padding: 30px;
  }
  .plans-wrap div.elementor-element.elementor-column {
    width: 100%;
  }
  .ui-accordion .ui-accordion-content {
    padding: 15px;
  }
  .latest_blog .col-xs-6 {
    width: 100%;
  }
  .info_block .banner_title {
    font-size: 42px;
  }
  .info_block .text_block .info_block_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
  }
  .info_block .text_block .info_block_btn {
    margin-right: 0;
    margin-top: 20px;
    padding: 0 5px;
  }
  .info_block .text_block .info_block_btn a {
    display: block;
    padding: 15px 30px;
  }
  .info_block .icon {
    font-size: 28px;
    width: 50px;
    height: 50px;
  }
  .ale_container,
  header#site-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block_image {
    display: block;
  }
  .xs_hidden {
    display: none !important;
  }
  .plans .item {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .plans .item_vn {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .bb-custom-side {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .bb-custom-side:before {
    box-shadow: none !important;
  }
  .bb-custom-wrapper {
    background: white !important;
  }
  .bb-item,
  .bb-custom-wrapper:after {
    min-height: 100%;
  }
  .page-layout-3 div,
  .pading div {
    padding: 5px 35px 0 35px;
  }
  .bb-nav-close {
    top: 10px !important;
    z-index: 9999999;
  }
  .why_our_template .left .h3 {
    padding-left: 0;
    margin: 10px 0;
  }
  .counters .item {
    height: 161px;
  }
  .tabs nav a span {
    display: none;
  }
  .text_align_left .h2 {
    margin-top: 20px;
  }
  .our_team .item {
    width: 100%;
  }
  .our_team .item .img {
    width: 100%;
    height: 100%;
  }
  .our_team .item .name {
    font-size: 36px;
    line-height: 1.3;
  }
  ul#filter li {
    width: 100%;
  }
  ul#filter span {
    width: 100%;
    border-left: 1px solid #c7c7c7;
  }
  .portfolio_content .item {
    width: 100%;
  }
  .get_support form {
    padding: 0;
  }
  .get_support form input[type="submit"] {
    margin: 7px auto;
  }
  .ultra_services .item {
    padding: 30px 0 0;
    text-align: center;
  }
  .ultra_services .item .title {
    text-align: center;
  }
  .ultra_services .icon_block {
    float: none;
    margin: 10px auto;
  }
  .righ_text_block {
    width: 100%;
  }
  button,
  .button:not(.button_sm),
  .button_white,
  .bottom_color {
    font-size: 14px;
    padding: 10px 25px;
  }
  .elementor-text-editor h1 {
    font-size: 40px;
  }
  .elementor-text-editor h2 {
    font-size: 35px;
  }
  blockquote {
    padding: 20px 20px 20px 45px;
  }
  blockquote:before {
    left: 10px;
    font: normal normal normal 30px/1 FontAwesome;
  }
  .infobox {
    text-align: center;
    padding: 20px 30px 25px 30px;
  }
  .infobox i {
    margin-bottom: 5px;
  }
  .infobox .close_button i {
    font-size: 20px;
  }
  .digrand_form {
    flex-direction: column;
    margin-right: 0;
  }
  .digrand_form .df_col-left {
    margin-right: 0;
  }
  .digrand_form .df_col-left .wpcf7-form-control-wrap,
  .digrand_form .df_col-left .wpcf7-form-control-wrap:last-child {
    margin-bottom: 30px;
  }
  .digrand_form .wpcf7-form-control-wrap,
  .digrand_form .wpcf7-form-control-wrap:last-child {
    margin-bottom: 30px;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
  .ui-accordion .ui-accordion-header {
    font-size: 16px;
  }
  .latest_blog .item {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
  }
  .grid figure {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .site-footer .footer_menu ul {
    column-count: 1;
  }
  .site-footer .footer_menu li {
    width: 100%;
    padding: 0;
  }
  .search_submit button {
    padding: 15px 0 16px;
  }
  .comment-respond .comment-form .submit {
    width: 100%;
  }
  .coments .coments_content .comment .coment_item_r {
    width: 100%;
    padding-left: 0;
  }
  .coments .coments_content .comment .coment_item_l {
    width: 100%;
    text-align: center;
  }
  .coments .coments_content .comment.depth-2,
  .coments .coments_content .comment.depth-3 {
    padding-left: 0;
  }
  .comment {
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  .col_1 .blog_item .has-post-thumbnail .post_header,
  .col_2 .blog_item .has-post-thumbnail .post_header,
  .col_3 .blog_item .has-post-thumbnail .post_header {
    margin-top: 0;
  }
  .col_1 .blog_item .post_header,
  .col_2 .blog_item .post_header,
  .col_3 .blog_item .post_header {
    width: 100%;
  }
}
@media only screen and (max-width: 340px) {
  .info_block {
    padding: 15px 10px;
  }
  .info_block span {
    font-size: 40px;
  }
  #grid [class*="col-"] {
    width: 100%;
  }
  .menu-left-button {
    display: none !important;
  }
  .counters .item .count {
    font-size: 28px;
  }
  article {
    padding: 0 10px;
  }
  h1,
  .h1,
  .title h6 {
    font-size: 35px;
  }
  .white-popup {
    padding: 35px 15px;
  }
  .site-footer .social .footer_item_social ul li {
    width: 40px;
  }
}
