/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Reset Styles                         ||
||          2. 	Navigation                           ||
||          3. 	Heading                              ||
||          4. 	Blog Archive                         ||
||          4. 	Blog Archive                         ||
||                                                   ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  RTL Styles

-------------------------------------------------------------------*/
.rtl {
  direction: rtl; }
  .rtl .fl--header .fl-header-content .fl-navigation-container .left-content .fl--logo-container {
    margin-right: 0em;
    margin-left: 7.5em; }
  .rtl .fl--header .fl-header-content .fl-navigation-container .left-content form.search .searchsubmit {
    right: unset;
    left: 15px; }
  .rtl .fl--header .fl-header-content .fl-navigation-container .left-content form.search .searchsubmit .submit-btn {
    left: 0; }
  .rtl .fl--header .fl-header-content .fl-navigation-container .right-content .fl-mega-menu {
    justify-content: flex-start; }
  .rtl .fl-mega-menu ul li.menu-item-depth-0.has-submenu > a:after {
    margin-left: 6px;
    margin-right: 6px; }
  .rtl .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-btn-contain {
    margin-left: unset;
    margin-right: 41px; }
  .rtl .elementor-section-stretched {
    direction: ltr; }

/*-------------------------------------------------------------------

==  Preloader Styles

-------------------------------------------------------------------*/
.preloaderjs .spinner {
  display: none !important; }

.preloaderjs#page-preloader {
  background: rgba(46, 46, 46, 0.99) !important; }

#page-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  z-index: 100500; }

#page-preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border: 3px solid transparent;
  border-top-color: #00bff5;
  border-radius: 50%;
  z-index: 1001;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear; }

#page-preloader .spinner:before,
#page-preloader .spinner:after {
  position: absolute;
  border-radius: 50%;
  content: ''; }

#page-preloader .spinner:before {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 3px solid transparent;
  border-top-color: #de2929;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

#page-preloader .spinner:after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 3px solid transparent;
  border-top-color: #efa96b;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

a:focus, a:active, a:visited {
  outline: none !important; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"], button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

label {
  display: block; }

b,
strong {
  font-weight: 700; }

/*-------------------------------------------------------------------

==  Preloader Page

-------------------------------------------------------------------*/
#fl-page--preloader {
  z-index: 1999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

#fl-page--preloader .save_loader_bugs {
  display: none; }

#fl-page--preloader .fl-top-progress {
  position: absolute;
  width: 100%;
  top: 0; }

#fl-page--preloader .fl-top-progress .fl-loader_right {
  opacity: 0.8;
  position: absolute;
  right: 100%;
  z-index: 999;
  height: 7px;
  display: inline-block;
  left: 50%;
  width: 0;
  transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }

#fl-page--preloader .fl-top-progress .fl-loader_left {
  opacity: 0.8;
  position: absolute;
  z-index: 999;
  height: 7px;
  display: inline-block;
  right: 50%;
  width: 0;
  transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }

#fl-page--preloader .fl--preloader-progress-bar {
  height: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  max-width: 700px;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #eee; }

#fl-page--preloader .fl--preloader-progress-bar span {
  float: left;
  width: 0;
  height: 100%;
  display: inline-block; }

#fl-page--preloader .fl-preloader--text-percent {
  margin-top: 45px;
  font-size: 23px; }

#fl-page--preloader.fl-preloader-close {
  transform: translateY(-1000%);
  opacity: 0;
  transition: opacity 0s ease-in ,transform 0s ease-in;
  display: none; }

#fl-page--preloader .fl-top-background-preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50%; }

#fl-page--preloader .fl-bottom-background-preloader {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50%; }

.content-wrap::before {
  display: none;
  content: none; }

.media {
  display: unset; }

/*-------------------------------------------------------------------

==  Theme Custom Styles

-------------------------------------------------------------------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.container__1620 {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.container__1575 {
  max-width: 1575px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.container__1320 {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.content-post-gap, .comment-content {
  /* Lists ------------------------------------- */
  /* VANILLA GALLERIES */ }
  .content-post-gap ul,
  .content-post-gap ol, .comment-content ul,
  .comment-content ol {
    margin: 0 0 25px 0; }
  .content-post-gap ul, .comment-content ul {
    list-style: disc; }
  .content-post-gap ul ul, .comment-content ul ul {
    list-style: circle; }
  .content-post-gap ul ul ul, .comment-content ul ul ul {
    list-style: square; }
  .content-post-gap ol, .comment-content ol {
    list-style: decimal; }
  .content-post-gap ol ol, .comment-content ol ol {
    list-style: lower-alpha; }
  .content-post-gap ol ol ol, .comment-content ol ol ol {
    list-style: lower-roman; }
  .content-post-gap li, .comment-content li {
    margin: 15px 0 0 25px; }
  .content-post-gap li > ul,
  .content-post-gap li > ol, .comment-content li > ul,
  .comment-content li > ol {
    margin: 0 0 0 0; }
  .content-post-gap .reset-list-style,
  .content-post-gap .reset-list-style ul,
  .content-post-gap .reset-list-style ol, .comment-content .reset-list-style,
  .comment-content .reset-list-style ul,
  .comment-content .reset-list-style ol {
    list-style: none;
    margin: 0; }
  .content-post-gap .reset-list-style li, .comment-content .reset-list-style li {
    margin: 0; }
  .content-post-gap dt,
  .content-post-gap dd, .comment-content dt,
  .comment-content dd {
    line-height: 1.5; }
  .content-post-gap dt, .comment-content dt {
    font-weight: 700; }
  .content-post-gap dt + dd, .comment-content dt + dd {
    margin-top: 15px; }
  .content-post-gap dd + dt, .comment-content dd + dt {
    margin-top: 20px; }
  .content-post-gap ul ul, .comment-content ul ul {
    margin-top: 0; }
  .content-post-gap .wp-block-archives:not(.alignwide):not(.alignfull), .content-post-gap .wp-block-categories:not(.alignwide):not(.alignfull), .content-post-gap .wp-block-code, .content-post-gap .wp-block-columns:not(.alignwide):not(.alignfull), .content-post-gap .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .content-post-gap .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .content-post-gap .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .content-post-gap .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .content-post-gap .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .content-post-gap .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .content-post-gap .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .content-post-gap .wp-block-media-text:not(.alignwide):not(.alignfull), .content-post-gap .wp-block-preformatted, .content-post-gap .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .content-post-gap .wp-block-quote, .content-post-gap .wp-block-quote.is-large, .content-post-gap .wp-block-quote.is-style-large, .content-post-gap .wp-block-verse, .content-post-gap .wp-block-video:not(.alignwide):not(.alignfull), .comment-content .wp-block-archives:not(.alignwide):not(.alignfull), .comment-content .wp-block-categories:not(.alignwide):not(.alignfull), .comment-content .wp-block-code, .comment-content .wp-block-columns:not(.alignwide):not(.alignfull), .comment-content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment-content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment-content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment-content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .comment-content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment-content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .comment-content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .comment-content .wp-block-media-text:not(.alignwide):not(.alignfull), .comment-content .wp-block-preformatted, .comment-content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .comment-content .wp-block-quote, .comment-content .wp-block-quote.is-large, .comment-content .wp-block-quote.is-style-large, .comment-content .wp-block-verse, .comment-content .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 25px;
    margin-top: 25px; }
  .content-post-gap .wp-block-image .alignleft, .comment-content .wp-block-image .alignleft {
    float: left;
    margin-right: 25px; }
  .content-post-gap .wp-block-image .alignright, .comment-content .wp-block-image .alignright {
    float: right;
    margin-left: 25px; }
  .content-post-gap .wp-block-image, .comment-content .wp-block-image {
    margin-top: 25px;
    margin-bottom: 25px; }
  .content-post-gap .wp-block-image figcaption, .comment-content .wp-block-image figcaption {
    margin-top: 10px;
    margin-bottom: 10px; }
  .content-post-gap .wp-block-button, .comment-content .wp-block-button {
    margin: 15px 0; }
  .content-post-gap .wp-block-pullquote, .comment-content .wp-block-pullquote {
    padding: 0; }
  .content-post-gap .wp-block-quote.is-large, .content-post-gap .wp-block-quote.is-style-large, .comment-content .wp-block-quote.is-large, .comment-content .wp-block-quote.is-style-large {
    padding: 60px 80px 40px 80px; }
  .content-post-gap .wp-block-pullquote.is-style-solid-color blockquote, .comment-content .wp-block-pullquote.is-style-solid-color blockquote {
    background: transparent;
    text-align: center;
    box-shadow: unset;
    border-bottom: 0px; }
  .content-post-gap .wp-block-quote.is-large p, .content-post-gap .wp-block-quote.is-style-large p, .comment-content .wp-block-quote.is-large p, .comment-content .wp-block-quote.is-style-large p {
    line-height: 40px;
    font-size: 30px; }
  .content-post-gap .has-large-font-size, .comment-content .has-large-font-size {
    line-height: 1.5; }
  .content-post-gap .has-medium-font-size, .comment-content .has-medium-font-size {
    line-height: 1.5; }
  .content-post-gap .has-drop-cap:not(:focus)::first-letter, .comment-content .has-drop-cap:not(:focus)::first-letter {
    color: #222;
    font-size: 5.1em;
    font-weight: 800;
    margin: 0.05em 0.1em 0 0; }
  .content-post-gap .has-drop-cap:not(:focus)::first-letter::after, .comment-content .has-drop-cap:not(:focus)::first-letter::after {
    content: "";
    display: table;
    clear: both; }
  .content-post-gap .has-drop-cap:not(:focus)::after, .comment-content .has-drop-cap:not(:focus)::after {
    padding: 0; }
  .content-post-gap .wp-block-cover, .content-post-gap .wp-block-cover-image, .comment-content .wp-block-cover, .comment-content .wp-block-cover-image {
    margin-bottom: 25px; }
  .content-post-gap .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .content-post-gap .wp-block-cover-image h1:not(.has-text-color), .content-post-gap .wp-block-cover-image h2:not(.has-text-color), .content-post-gap .wp-block-cover-image h3:not(.has-text-color), .content-post-gap .wp-block-cover-image h4:not(.has-text-color), .content-post-gap .wp-block-cover-image h5:not(.has-text-color), .content-post-gap .wp-block-cover-image h6:not(.has-text-color), .content-post-gap .wp-block-cover-image p:not(.has-text-color), .content-post-gap .wp-block-cover .wp-block-subhead:not(.has-text-color), .content-post-gap .wp-block-cover h1:not(.has-text-color), .content-post-gap .wp-block-cover h2:not(.has-text-color), .content-post-gap .wp-block-cover h3:not(.has-text-color), .content-post-gap .wp-block-cover h4:not(.has-text-color), .content-post-gap .wp-block-cover h5:not(.has-text-color), .content-post-gap .wp-block-cover h6:not(.has-text-color), .content-post-gap .wp-block-cover p:not(.has-text-color), .comment-content .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .comment-content .wp-block-cover-image h1:not(.has-text-color), .comment-content .wp-block-cover-image h2:not(.has-text-color), .comment-content .wp-block-cover-image h3:not(.has-text-color), .comment-content .wp-block-cover-image h4:not(.has-text-color), .comment-content .wp-block-cover-image h5:not(.has-text-color), .comment-content .wp-block-cover-image h6:not(.has-text-color), .comment-content .wp-block-cover-image p:not(.has-text-color), .comment-content .wp-block-cover .wp-block-subhead:not(.has-text-color), .comment-content .wp-block-cover h1:not(.has-text-color), .comment-content .wp-block-cover h2:not(.has-text-color), .comment-content .wp-block-cover h3:not(.has-text-color), .comment-content .wp-block-cover h4:not(.has-text-color), .comment-content .wp-block-cover h5:not(.has-text-color), .comment-content .wp-block-cover h6:not(.has-text-color), .comment-content .wp-block-cover p:not(.has-text-color) {
    color: #fff; }
    .content-post-gap .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover-image h1:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover-image h2:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover-image h3:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover-image h4:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover-image h5:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover-image h6:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover-image p:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover h1:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover h2:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover h3:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover h4:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover h5:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover h6:not(.has-text-color) a:hover, .content-post-gap .wp-block-cover p:not(.has-text-color) a:hover, .comment-content .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .comment-content .wp-block-cover-image h1:not(.has-text-color) a:hover, .comment-content .wp-block-cover-image h2:not(.has-text-color) a:hover, .comment-content .wp-block-cover-image h3:not(.has-text-color) a:hover, .comment-content .wp-block-cover-image h4:not(.has-text-color) a:hover, .comment-content .wp-block-cover-image h5:not(.has-text-color) a:hover, .comment-content .wp-block-cover-image h6:not(.has-text-color) a:hover, .comment-content .wp-block-cover-image p:not(.has-text-color) a:hover, .comment-content .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .comment-content .wp-block-cover h1:not(.has-text-color) a:hover, .comment-content .wp-block-cover h2:not(.has-text-color) a:hover, .comment-content .wp-block-cover h3:not(.has-text-color) a:hover, .comment-content .wp-block-cover h4:not(.has-text-color) a:hover, .comment-content .wp-block-cover h5:not(.has-text-color) a:hover, .comment-content .wp-block-cover h6:not(.has-text-color) a:hover, .comment-content .wp-block-cover p:not(.has-text-color) a:hover {
      color: #fff; }
  .content-post-gap .wp-block-group.has-background, .comment-content .wp-block-group.has-background {
    padding: 35px; }
  .content-post-gap .alignnone, .content-post-gap .aligncenter, .content-post-gap .alignleft, .content-post-gap .alignright, .content-post-gap .alignwide, .comment-content .alignnone, .comment-content .aligncenter, .comment-content .alignleft, .comment-content .alignright, .comment-content .alignwide {
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto; }
  .content-post-gap > .alignfull, .comment-content > .alignfull {
    margin-bottom: 25px;
    margin-top: 25px; }
  .content-post-gap pre, .comment-content pre {
    padding: 25px;
    border: 1px solid #dddddd; }
  .content-post-gap .wp-block-table table, .comment-content .wp-block-table table {
    width: 100%; }
  .content-post-gap table, .comment-content table {
    border-collapse: inherit;
    margin-bottom: 25px;
    margin-top: 25px;
    border: .1px solid #dddddd; }
  .content-post-gap th, .content-post-gap td, .comment-content th, .comment-content td {
    border: .1px solid #dddddd;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 10px; }
  .content-post-gap .wp-block-table.is-style-stripes td, .content-post-gap .wp-block-table.is-style-stripes th, .comment-content .wp-block-table.is-style-stripes td, .comment-content .wp-block-table.is-style-stripes th {
    border: .1px solid #dddddd; }
  .content-post-gap pre, .content-post-gap fieldset, .content-post-gap input, .content-post-gap textarea, .content-post-gap table, .content-post-gap table *, .content-post-gap hr, .comment-content pre, .comment-content fieldset, .comment-content input, .comment-content textarea, .comment-content table, .comment-content table *, .comment-content hr {
    border-color: #dddddd; }
  .content-post-gap p + h1, .content-post-gap p + h2, .content-post-gap p + h3, .content-post-gap p + h4, .content-post-gap p + h5, .content-post-gap p + h6, .comment-content p + h1, .comment-content p + h2, .comment-content p + h3, .comment-content p + h4, .comment-content p + h5, .comment-content p + h6 {
    margin-top: 25px; }
  .content-post-gap cite, .comment-content cite {
    display: block; }
  .content-post-gap .gallery + h1, .content-post-gap .gallery + h2, .content-post-gap .gallery + h3, .content-post-gap .gallery + h4, .content-post-gap .gallery + h5, .content-post-gap .gallery + h6, .comment-content .gallery + h1, .comment-content .gallery + h2, .comment-content .gallery + h3, .comment-content .gallery + h4, .comment-content .gallery + h5, .comment-content .gallery + h6 {
    margin-top: 25px; }
  .content-post-gap .gallery, .comment-content .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .content-post-gap .gallery-item, .comment-content .gallery-item {
    margin: 15px 0;
    padding: 0 15px;
    width: 100%; }
  .content-post-gap .gallery-columns-2 .gallery-item, .comment-content .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .content-post-gap .gallery-columns-3 .gallery-item, .comment-content .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .content-post-gap .gallery-columns-4 .gallery-item, .comment-content .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .content-post-gap .gallery-columns-5 .gallery-item, .comment-content .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .content-post-gap .gallery-columns-6 .gallery-item, .comment-content .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .content-post-gap .gallery-columns-7 .gallery-item, .comment-content .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .content-post-gap .gallery-columns-8 .gallery-item, .comment-content .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .content-post-gap .gallery-columns-9 .gallery-item, .comment-content .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .content-post-gap img, .comment-content img {
    display: block; }
  .content-post-gap figure figcaption, .comment-content figure figcaption {
    text-align: center; }
  .content-post-gap .alignleft, .comment-content .alignleft {
    float: left;
    margin: 0 25px 10px 0; }
  .content-post-gap .alignright, .comment-content .alignright {
    float: right;
    margin: 0 0 10px 25px; }

.header-plugin-disable .fl-page-heading .fl--page-header {
  margin-top: unset; }

iframe, figure {
  max-width: 100%;
  width: 100%; }

address {
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px; }

code {
  margin: 3px; }

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 90%;
  padding: 3px 10px;
  color: #222;
  margin-top: 25px;
  margin-bottom: 25px; }

select {
  cursor: pointer;
  position: relative;
  max-width: 100%;
  appearance: none;
  outline: 0;
  width: 100%;
  border-radius: 28px;
  line-height: 1;
  padding: 16px 35px;
  border: 1px solid;
  transition: .3s ease;
  background: url("./images/arrow-dropdown.png") #fff 95% 40%;
  background-repeat: no-repeat;
  font-size: 12px; }
  select:hover, select:active, select:focus {
    border-color: transparent;
    -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

p + p {
  margin-top: 25px;
  margin-bottom: 0; }

figcaption {
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }

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

a:hover {
  text-decoration: none; }

.fl-page-padding {
  height: 105px; }
  .fl-page-padding.top {
    height: 105px; }

.fl-main-container {
  overflow: hidden; }

#fl-main-holder {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.fl-main-container {
  overflow: hidden; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 23px; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:focus, button:active,
  [type="button"]:focus,
  [type="button"]:active,
  [type="reset"]:focus,
  [type="reset"]:active,
  [type="submit"]:focus,
  [type="submit"]:active {
    outline: none; }

.sticky .post--title .title-link {
  padding-left: 35px;
  position: relative; }
  .sticky .post--title .title-link:after {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 34px;
    content: '\f08d';
    font-family: FontAwesome;
    color: #e64646; }

input {
  width: 100%;
  color: #222;
  line-height: 1;
  border: 1px solid;
  max-width: 100%;
  transition: .3s ease; }
  input:hover, input:active, input:focus {
    transition: .3s ease; }

input[type=checkbox] {
  width: auto;
  display: inline-flex;
  margin-right: 4px;
  margin-bottom: 0; }
  input[type=checkbox]:hover, input[type=checkbox]:active, input[type=checkbox]:focus {
    box-shadow: none !important;
    transition: .3s ease; }

textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
  transition: .3s ease;
  padding: 35px 30px; }
  textarea::placeholder {
    font-size: 17px;
    font-weight: 400;
    color: #222222;
    opacity: 0.9; }
  textarea:hover, textarea:active, textarea:focus {
    transition: .3s ease; }

button {
  border: none; }

blockquote {
  background-color: #E4F8FF;
  margin-top: 35px;
  margin-bottom: 30px;
  padding-left: 67px;
  padding-right: 67px;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: left;
  line-height: 28px;
  font-size: 18px;
  position: relative;
  border-radius: 3px;
  border-bottom: 3px solid;
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 600; }
  blockquote:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 45px;
    left: 30px;
    font-size: 10px; }
  blockquote cite {
    display: block;
    font-style: normal;
    font-size: 18px;
    font-family: 'Quicksand';
    font-weight: 600;
    margin-top: 20px; }
    blockquote cite span {
      font-family: 'Quicksand';
      font-size: 14px;
      color: #777777;
      display: block;
      font-weight: 500; }

.slick-slider:not(.slww) {
  overflow: hidden; }
  .slick-slider:not(.slww) .slick-track:after {
    content: "";
    clear: both;
    display: table; }
  .slick-slider:not(.slww) .slider-image {
    float: left; }

.cf::after {
  content: "";
  clear: both;
  display: table; }

.hidden {
  display: none; }

.fl-form-password-protected .fl-input-group {
  display: flex;
  flex-wrap: wrap; }
  .fl-form-password-protected .fl-input-group input {
    flex-grow: 1;
    max-width: 70%;
    width: 100%;
    color: #aaaaaa;
    border-radius: 28px;
    line-height: 1;
    padding: 13px 35px;
    margin-bottom: 20px;
    transition: .3s ease;
    margin-right: 15px; }
  .fl-form-password-protected .fl-input-group button {
    max-height: 48px;
    flex-grow: 0; }
    .fl-form-password-protected .fl-input-group button:before {
      background: #00a8d8; }

.comment-moderation p {
  margin-bottom: 25px; }
.comment-moderation h1, .comment-moderation h2, .comment-moderation h3, .comment-moderation h4, .comment-moderation h5, .comment-moderation h6 {
  margin-top: 25px; }
.comment-moderation img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.trackback .comments--reply-wrapper {
  flex-wrap: wrap; }
.trackback .comment-author-name {
  display: block; }

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

.gallery-caption {
  box-sizing: border-box; }

.bypostauthor {
  box-sizing: border-box; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: relative; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  border: 1px solid #222;
  border-radius: 50%; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font: normal normal normal 10px/1 FontAwesome;
  content: "\f111";
  position: absolute;
  top: 9px;
  left: 0.34em;
  font-size: 9px;
  line-height: 0.8;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #e8e0f5;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #e8e0f5; }

[type="checkbox"]:disabled + label {
  color: #e8e0f5; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #f0487a; }

.fl-flipper-icon {
  transform-style: preserve-3d;
  perspective: 60px;
  transition: .6s;
  position: relative; }
  .fl-flipper-icon .fl-front-content {
    backface-visibility: hidden;
    transform: rotateY(0deg);
    opacity: 1; }
    .fl-flipper-icon .fl-front-content i {
      backface-visibility: hidden;
      transform: rotateY(0deg); }
  .fl-flipper-icon .fl-back-content {
    cursor: pointer;
    transform: rotateX(180deg);
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center; }
    .fl-flipper-icon .fl-back-content .fl-custom-icon-plus-symbol {
      transform: rotate(45deg);
      font-size: 18px;
      margin-top: -1px;
      transition: .3s ease; }
  .fl-flipper-icon.opened {
    transition: .6s;
    transform: rotateY(180deg); }

.fl-header-login.opened .fl-flipper-icon .fl-front-content {
  transition: .6s;
  transform: rotateX(-180deg); }
.fl-header-login.opened .fl-flipper-icon .fl-back-content {
  transition: .6s;
  transform: rotateX(0deg);
  opacity: 1; }
.fl-header-login.closed .fl-flipper-icon .fl-front-content {
  transition: .6s;
  transform: rotateX(0deg);
  opacity: 1; }
.fl-header-login.closed .fl-flipper-icon .fl-back-content {
  transition: .6s;
  transform: rotateX(180deg);
  opacity: 0; }

.login-form {
  position: absolute;
  width: 500px;
  height: 400px;
  top: 75px;
  right: -180px;
  z-index: 9999;
  opacity: 0;
  display: none;
  text-align: center;
  justify-content: center;
  transition: all .3s ease-in-out;
  overflow: hidden;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2); }
  .login-form .login-gap {
    display: block;
    width: 100%; }
    .login-form .login-gap.top {
      height: 100px; }
    .login-form .login-gap.bottom {
      height: 300px; }
  .login-form form {
    width: 300px;
    height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute; }
    .login-form form label {
      color: #222222; }
    .login-form form .login-remember label {
      color: #ffffff; }

.remember--lost-password-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px; }
  .remember--lost-password-wrapper .remember-login-checkbox-label {
    cursor: pointer;
    margin-top: 0;
    margin-right: 20px;
    padding-left: 25px;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff; }
    .remember--lost-password-wrapper .remember-login-checkbox-label input[type="checkbox"] {
      border: 0;
      padding: 0;
      width: 0;
      position: relative;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      -ms-appearance: none !important;
      -o-appearance: none !important;
      appearance: none !important; }
      .remember--lost-password-wrapper .remember-login-checkbox-label input[type="checkbox"]:before {
        cursor: pointer;
        top: -8px;
        position: absolute;
        left: -25px;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border: 1px solid #eaeaeb; }
    .remember--lost-password-wrapper .remember-login-checkbox-label input[type="checkbox"]:checked:after {
      position: absolute;
      top: -5px;
      left: -22px;
      font: 9px/1 FontAwesome;
      content: '\f00c';
      text-align: center; }
  .remember--lost-password-wrapper a {
    font-size: 12px; }

.fl-login-sub-menu.opened {
  opacity: 1;
  visibility: visible;
  transition: .3s ease;
  transform: translateY(0); }
.fl-login-sub-menu .fl-login-form-entry.login-in .fl-login_form {
  display: block; }
.fl-login-sub-menu .fl-login-form-entry.login-in .fl-register-sub-menu {
  display: none; }
.fl-login-sub-menu .fl-login-form-entry.register .fl-register-sub-menu {
  display: block; }
.fl-login-sub-menu .fl-login-form-entry.register .fl-login_form {
  display: none; }
.fl-login-sub-menu .fl-login-form-entry.loading {
  transition: all .4s ease-in-out;
  opacity: 0.8; }

.fl-login_form p + p {
  margin-top: 20px; }
.fl-login_form .login_form_title {
  font-size: 27px;
  color: #fff;
  text-align: center; }
.fl-login_form form input {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #eaeaeb;
  margin-bottom: 0; }
.fl-login_form form button {
  justify-content: center;
  display: flex;
  width: 100%;
  line-height: 1; }
  .fl-login_form form button:hover {
    transition: .3s ease-in-out; }
.fl-login_form form .title-registration {
  font-size: 12px; }
.fl-login_form form .remember--lost-password-wrapper .lost-password-link {
  position: relative;
  transition: all 0.3s;
  color: #fff; }
  .fl-login_form form .remember--lost-password-wrapper .lost-password-link:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: 3px;
    transform-origin: 0 50%;
    transform: scale3d(0, 1, 1);
    opacity: 0;
    transition: all 0.3s;
    transition-property: opacity, transform; }
  .fl-login_form form .remember--lost-password-wrapper .lost-password-link:hover {
    opacity: 1;
    transition: all 0.3s; }
    .fl-login_form form .remember--lost-password-wrapper .lost-password-link:hover:before {
      opacity: .8;
      transform: scale3d(1, 1, 1);
      transform-origin: left;
      background: #fff; }
.fl-login_form .registration-text-wrapper {
  margin-top: 15px;
  font-size: 11px;
  display: flex;
  align-items: center; }
  .fl-login_form .registration-text-wrapper .registration-text {
    margin-right: 10px; }
  .fl-login_form .registration-text-wrapper .registration-link {
    position: relative;
    transition: all 0.3s;
    color: #1c1f23; }
    .fl-login_form .registration-text-wrapper .registration-link:before {
      content: '';
      position: absolute;
      width: 80%;
      height: 1px;
      bottom: 3px;
      transform-origin: 0 50%;
      transform: scale3d(0, 1, 1);
      opacity: 0;
      transition: all 0.3s;
      transition-property: opacity, transform; }
    .fl-login_form .registration-text-wrapper .registration-link:hover {
      opacity: 1;
      transition: all 0.3s; }
      .fl-login_form .registration-text-wrapper .registration-link:hover:before {
        opacity: .8;
        transform: scale3d(1, 1, 1);
        transform-origin: left; }

.login-in {
  display: inline-block;
  margin: 0 auto;
  min-width: 370px; }
  .login-in p + p {
    margin-top: 20px; }
  .login-in .register_form_title {
    font-size: 22px;
    text-align: center; }
  .login-in form input {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #eaeaeb;
    background-color: white;
    margin-bottom: 0; }
  .login-in form .register-submit-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 11px; }
    .login-in form .register-submit-btn:hover {
      background: transparent !important; }
  .login-in form .reg_passmail {
    text-align: left;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px; }
  .login-in form .register-text-link {
    display: flex;
    text-align: left;
    font-size: 11px; }
    .login-in form .register-text-link .registration-text {
      margin-right: 10px; }
    .login-in form .register-text-link .login-in-link {
      position: relative;
      transition: all 0.3s;
      color: #1c1f23; }
      .login-in form .register-text-link .login-in-link:before {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        bottom: 3px;
        transform-origin: 0 50%;
        transform: scale3d(0, 1, 1);
        opacity: 0;
        transition: all 0.3s;
        transition-property: opacity, transform; }
      .login-in form .register-text-link .login-in-link:hover {
        opacity: 1;
        transition: all 0.3s; }
        .login-in form .register-text-link .login-in-link:hover:before {
          opacity: .8;
          transform: scale3d(1, 1, 1);
          transform-origin: left; }
  .login-in form .login-in-btn {
    color: #fff;
    transition: color .3s ease; }

.single-post-wrapper .is-style-outline .wp-block-button__link {
  color: #222222 !important; }
.single-post-wrapper .wp-block-button__link {
  color: #ffffff !important; }
.single-post-wrapper .wp-block-cover-text a {
  color: #ffffff !important; }

.fl-story-page-inner a {
  color: #00a8d8;
  transition: all .3s ease-in-out; }
  .fl-story-page-inner a:hover {
    color: #e64646; }

.fl-blog-post-div .single-post-wrapper .wp-block-archives-list li {
  position: relative; }
  .fl-blog-post-div .single-post-wrapper .wp-block-archives-list li a {
    text-decoration: underline; }
  .fl-blog-post-div .single-post-wrapper .wp-block-archives-list li .fl-archive-post-count:before {
    content: '('; }
  .fl-blog-post-div .single-post-wrapper .wp-block-archives-list li .fl-archive-post-count:after {
    content: ')'; }
.fl-blog-post-div .single-post-wrapper .wp-block-archives-dropdown select, .fl-blog-post-div .single-post-wrapper .wp-block-categories select {
  font-size: 14px;
  background: url(./images/arrow-dropdown.png) #fff 98% 47%;
  padding: 16px 25px;
  background-repeat: no-repeat; }
.fl-blog-post-div .single-post-wrapper .wp-block-latest-comments li, .fl-blog-post-div .single-post-wrapper .wp-block-latest-posts li {
  margin: 15px 0 0 0px; }
  .fl-blog-post-div .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .fl-blog-post-div .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .fl-blog-post-div .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .fl-blog-post-div .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
    font-weight: 600;
    color: #e64646; }
.fl-blog-post-div .single-post-wrapper table a {
  color: #e64646 !important;
  transition: all .3s ease-in-out;
  font-weight: 700; }
  .fl-blog-post-div .single-post-wrapper table a:hover {
    color: #00a8d8 !important; }

.wp-block-image {
  margin-bottom: 20px; }

html .post-inner_content .wp-block-image figcaption,
.post-inner_content .wp-block-image figcaption,
.comment-moderation .wp-block-image figcaption,
.wp-caption-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222;
  opacity: 0.55; }

html .post-inner_content .wp-block-image figcaption a,
.post-inner_content .wp-block-image figcaption a,
.comment-moderation .wp-block-image figcaption a,
.wp-caption-text a {
  text-decoration: underline; }

.wp-block-image figure {
  max-width: 100%;
  width: auto;
  display: inline-block; }

html .wp-block-image figure.aligncenter {
  max-width: 100%;
  width: 100%; }

.wp-block-image figure.aligncenter img {
  margin: 0 auto;
  display: block; }

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin-bottom: 0; }

html iframe,
htmlfigure,
html figure.wp-block-embed-youtube,
html .wp-block-embed-youtube iframe,
html figure.wp-block-embed-twitter,
html .wp-block-embed-twitter iframe {
  max-width: 100%;
  width: 100%;
  display: inline-block; }

.wp-block-image figure.aligncenter figcaption {
  display: inline-block !important;
  width: 100%;
  text-align: center; }

/*-------------------------------------------------------------------

==  Navigation

-------------------------------------------------------------------*/
.fl-header .fl-mega-menu .menu .nav-item.has-submenu ul {
  display: none; }

.fl-header .fl-mega-menu .menu .nav-item.has-submenu ul.double-sub-menu {
  display: block; }

.fl-header .fl-mega-menu .menu .nav-item.has-submenu ul.open {
  display: block; }

.fl-header .fl-mega-menu .menu .has-submenu ul.sub-nav .sub-nav-item.has-submenu > a {
  position: relative;
  display: block;
  margin: 0px; }
  .fl-header .fl-mega-menu .menu .has-submenu ul.sub-nav .sub-nav-item.has-submenu > a:after {
    transform: rotate(-90deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    position: absolute; }
  .fl-header .fl-mega-menu .menu .has-submenu ul.sub-nav .sub-nav-item.has-submenu > a:before {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    right: 0px;
    transform: rotate(270deg);
    font: normal normal normal 15px/1 FontAwesome;
    color: #333333;
    opacity: 0.7; }
.fl-header .fl-mega-menu .menu .has-submenu ul.sub-nav .sub-nav-item.has-submenu .sub-menu.double-sub-menu {
  z-index: 999;
  display: flex;
  position: absolute;
  width: inherit;
  left: 245px;
  top: -20px;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease-in-out;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  min-width: 257px;
  background: #f6f6f6; }
  .fl-header .fl-mega-menu .menu .has-submenu ul.sub-nav .sub-nav-item.has-submenu .sub-menu.double-sub-menu:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-right: 11px solid #f6f6f6;
    opacity: 1;
    top: 25px;
    left: -20px;
    width: fit-content;
    margin: auto;
    transition: all .3s ease-in-out; }
.fl-header .fl-mega-menu .menu .has-submenu ul.sub-nav .sub-nav-item.has-submenu:hover .sub-menu.double-sub-menu {
  transition: .3s ease-in-out;
  visibility: visible;
  opacity: 1; }

.fl--header {
  padding: 35px 0;
  position: relative;
  z-index: 99;
  width: 100%; }
  .fl--header.fl-header-box-shadow {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2); }
  .fl--header.absolute-navbar {
    position: absolute;
    box-shadow: unset;
    border-bottom: 1px rgba(255, 255, 255, 0.15) solid; }
    .fl--header.absolute-navbar .fl-navigation-container .left-content .fl--logo-container {
      display: none; }
    .fl--header.absolute-navbar .fl-navigation-container .left-content .fl--logo-container.fl--logo-container-white {
      display: block; }
    .fl--header.absolute-navbar .fl-navigation-container .left-content form.search input.searchinput {
      border-color: rgba(255, 255, 255, 0.15);
      background-color: transparent;
      color: #fff; }
      .fl--header.absolute-navbar .fl-navigation-container .left-content form.search input.searchinput::placeholder {
        color: #fff !important; }
    .fl--header.absolute-navbar .fl-navigation-container .right-content nav ul li a.main-menu-link {
      color: #fff; }
    .fl--header.absolute-navbar .fl-navigation-container .right-content .fl-header-login a {
      color: #fff !important; }
  .fl--header .fl-header-content .fl-navigation-container {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px; }
    .fl--header .fl-header-content .fl-navigation-container .left-content {
      display: flex;
      align-items: center;
      max-width: 50%;
      flex-grow: 1;
      padding-right: 30px; }
      .fl--header .fl-header-content .fl-navigation-container .left-content .fl--logo-container-white {
        display: none; }
      .fl--header .fl-header-content .fl-navigation-container .left-content .fl--logo-container {
        margin-right: 7.5em; }
        .fl--header .fl-header-content .fl-navigation-container .left-content .fl--logo-container .logotype-text {
          font-size: 30px;
          margin-bottom: 0; }
      .fl--header .fl-header-content .fl-navigation-container .left-content form.search {
        position: relative;
        max-width: 340px;
        width: 100%; }
        .fl--header .fl-header-content .fl-navigation-container .left-content form.search input.searchinput {
          padding: 17px 35px; }
          .fl--header .fl-header-content .fl-navigation-container .left-content form.search input.searchinput::placeholder {
            font-size: 16px; }
        .fl--header .fl-header-content .fl-navigation-container .left-content form.search .searchsubmit {
          position: absolute;
          right: 15px;
          top: 0;
          width: 60px;
          height: 100%;
          z-index: 0; }
          .fl--header .fl-header-content .fl-navigation-container .left-content form.search .searchsubmit .submit-btn {
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            background: transparent;
            border: none; }
            .fl--header .fl-header-content .fl-navigation-container .left-content form.search .searchsubmit .submit-btn:hover, .fl--header .fl-header-content .fl-navigation-container .left-content form.search .searchsubmit .submit-btn:active, .fl--header .fl-header-content .fl-navigation-container .left-content form.search .searchsubmit .submit-btn:focus {
              box-shadow: unset !important; }
          .fl--header .fl-header-content .fl-navigation-container .left-content form.search .searchsubmit i {
            transition: .3s ease;
            z-index: 0;
            position: absolute;
            top: 0;
            right: 0;
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
            transform: scale(-1, 1); }
    .fl--header .fl-header-content .fl-navigation-container .right-content {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      max-width: 50%; }
      .fl--header .fl-header-content .fl-navigation-container .right-content .fl-mega-menu {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        max-width: 51%; }
      .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-menu, .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-sidebar {
        display: none;
        margin-left: 50px; }
        .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-menu .fl-flipper-icon, .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-sidebar .fl-flipper-icon {
          width: 35px;
          height: 30px; }
          .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-menu .fl-flipper-icon .fl-front-content, .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-sidebar .fl-flipper-icon .fl-front-content {
            align-items: center; }
            .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-menu .fl-flipper-icon .fl-front-content span, .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-sidebar .fl-flipper-icon .fl-front-content span {
              border-radius: 13px;
              width: 30px;
              height: 3px;
              margin-top: 7px;
              background: #e64646;
              margin-left: auto;
              position: relative;
              display: block;
              margin-right: 0; }
              .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-menu .fl-flipper-icon .fl-front-content span:first-child, .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-sidebar .fl-flipper-icon .fl-front-content span:first-child {
                width: 25px;
                margin-top: 0; }
              .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-menu .fl-flipper-icon .fl-front-content span:last-child, .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-sidebar .fl-flipper-icon .fl-front-content span:last-child {
                width: 35px; }
          .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-menu .fl-flipper-icon .fl-back-content .fl-custom-icon-plus-sign, .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-sidebar .fl-flipper-icon .fl-back-content .fl-custom-icon-plus-sign {
            color: #222;
            font-size: 15px;
            transform: rotate(45deg);
            left: -1px;
            position: relative; }
      .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-login {
        margin: 0 12.5px;
        position: relative; }
        .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-login i {
          display: inline-flex;
          margin-right: 9px; }
          .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-login i.fa-envelope {
            font-size: 12px; }
        .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-login .fl-flipper-icon {
          display: inline-flex; }
        .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-login .fl-front-content {
          cursor: pointer;
          text-decoration: underline; }
        .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-login a {
          text-decoration: underline;
          transition: all .3s ease-in-out; }
          .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-login a:hover {
            opacity: .8; }
        .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-login.opened i {
          display: none; }
      .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-btn-contain {
        margin-left: 41px; }
        .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-btn-contain .fl-header-btn {
          padding: 13px 40px;
          text-transform: uppercase;
          border-radius: 33px;
          font-size: 18px;
          font-weight: 500;
          transition: all .3s ease-in-out;
          line-height: unset;
          vertical-align: middle; }
          .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-btn-contain .fl-header-btn span {
            margin-right: 7px; }
          .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-btn-contain .fl-header-btn:hover {
            opacity: .99; }
          .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-btn-contain .fl-header-btn:before {
            content: '';
            margin-right: 5px; }

.fl--header-not-absolute {
  position: relative !important;
  padding: 30px 0 !important; }
  .fl--header-not-absolute .fl-header-content .fl-navigation-container-three .fl-header-bottom nav ul li a {
    color: #222; }

.header-plugin-disable .fl--header .fl-header-content .fl-navigation-container .right-content .fl-mega-menu {
  max-width: unset; }
.header-plugin-disable .fl-header.fl-header-single.fl-header-type1 .fl-mega-menu.nav-menu {
  width: 85%; }

.container__1620 {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.container__1575 {
  max-width: 1575px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.container__1320 {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.fl-header.fl-header-single.fl-header-type1 .link-reg {
  width: 45%;
  justify-content: end !important; }

.fl-header {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  height: 96px; }

.fl-header .nav-logo {
  border-right: 1px solid #eeeeee;
  padding: 27px 50px;
  height: 96px; }

.fl-header .header-search button.btn i {
  font-size: 34px; }

.fl-header .header-search input {
  border: none;
  font-size: 17px;
  color: #222222;
  line-height: 1.2;
  text-align: left;
  outline: none;
  min-width: 350px;
  font-style: italic; }

.fl-header .header-page .offcanvas-start .link-reg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-right: 1px solid #eeeeee;
  margin-right: 0; }

.fl-header .header-page .offcanvas-start .link-reg ul {
  height: 96px; }

.fl-header.link-reg ul li a {
  font-size: 17px;
  font-family: inherit;
  color: inherit;
  line-height: 1.2; }

.fl-header .link-reg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-left: 1px solid #eeeeee;
  margin-right: 0;
  height: 96px; }

.fl-header .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2; }

.fl-header .user-data {
  min-width: 220px;
  position: relative;
  cursor: pointer; }

.fl-header .user-area {
  position: relative;
  padding: 20px 30px;
  border-left: 1px solid #eeeeee;
  height: 96px;
  margin-left: 0px !important; }

.fl-header .nav-logo img {
  min-width: 160px;
  height: auto; }

.fl-header.fl-header-single .nav-logo {
  background: #2573DE;
  padding: 27px 30px; }

.fl-header-type1.fl-header.fl-header-single .nav-logo {
  padding: 21px 30px 27px 0px; }

.fl-header-type1.fl-header.fl-header-single .nav-logo {
  background: #fff; }

.fl-header.fl-header-single .link-reg li {
  border: 0;
  padding: 0 10px;
  margin: 0;
  width: auto; }

.fl-header.fl-header-single .link-reg ul li i {
  font-size: 19px;
  margin-right: 10px;
  color: #222;
  position: relative;
  top: 2px; }

.fl-header.fl-header-single {
  width: 90%;
  margin: 0 5%;
  position: absolute;
  top: 25px; }
  .fl-header.fl-header-single .icon_left_menu {
    display: none; }

.fl-header.fl-header-single.fl-header-type1 {
  width: 100%;
  margin: 0;
  position: relative;
  border: 0 !important;
  padding-right: 25px;
  padding-left: 25px;
  height: fit-content; }

.fl-header.fl-header-single.fl-header-type1 .nav-logo {
  border-right: 0;
  width: 15%; }
  .fl-header.fl-header-single.fl-header-type1 .nav-logo .logo-img {
    text-decoration: unset; }
    .fl-header.fl-header-single.fl-header-type1 .nav-logo .logo-img .logotype-text {
      color: #222;
      text-decoration: unset;
      margin-bottom: 0px;
      font-size: 24px;
      font-weight: 700; }

.fl-header.fl-header-single.fl-header-type1 .fl-mega-menu ul li a {
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none; }
  .fl-header.fl-header-single.fl-header-type1 .fl-mega-menu ul li a .icon_left_menu {
    display: none; }

.fl-header.fl-header-single.fl-header-type1 .fl-mega-menu.nav-menu {
  width: 55%; }

.fl-header.fl-header-single.fl-header-type1 .ink-reg {
  width: 35%; }

.fl-header.fl-header-single {
  justify-content: space-between;
  padding-right: 25px !important;
  z-index: 1; }

html .header-style-2 .link-reg .submit__listing span {
  background-color: #1e4378; }

.fl-header.fl-header-single.fl-header-type1 .link-reg {
  width: 45%;
  justify-content: end !important; }

.header.header-style-2 .link-reg ul li i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  color: #222; }

.fl-mega-menu ul li .sub-menu li {
  margin: 0 5px; }

.fl-header-single .logotype-text {
  margin-bottom: 0px; }

.header-plugin-disable .fl-header.fl-header-single.fl-header-type1 .fl-mega-menu ul li .double-sub-menu {
  margin-bottom: 0px; }
.header-plugin-disable .fl-header.fl-header-single.fl-header-type1 .fl-mega-menu ul li a {
  font-size: 15px;
  padding-bottom: 5px; }
.header-plugin-disable .fl-header.fl-header-single.fl-header-type1 .link-reg a {
  font-size: 15px; }

.header-page .offcanvas-start .link-reg {
  max-width: 568px;
  width: 100%; }

.header-page .offcanvas-start .link-reg ul {
  height: 96px; }

.header-page .offcanvas-start .link-reg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-right: 1px solid #eeeeee;
  margin-right: 0; }

.header-page .offcanvas-start .link-reg svg {
  fill: #00a5d3; }

.header-page .offcanvas-start .link-reg .user-area img {
  border-radius: 50%; }

@media screen and (max-width: 1300px) {
  .link-reg .submit__listing {
    margin-left: 30px;
    height: 55px;
    width: 212px;
    padding-left: 27px;
    font-size: 13px; } }
@media screen and (max-width: 1200px) {
  .link-reg .submit__listing {
    display: none; }

  .link-reg .reg-text {
    display: none !important; }

  .fl-header.fl-header-single.fl-header-type1 .link-reg {
    width: 30%; }

  html .fl-header.fl-header-single.fl-header-type1 .fl-mega-menu.nav-menu {
    width: 45%; } }
@media screen and (max-width: 1000px) {
  .fl-header .user-area,
  .link-reg {
    display: none !important; }

  .header-page .link-reg {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 768px) {
  .link-reg {
    width: 100%;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: 20px;
    margin-left: -20px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    background: #fff;
    bottom: 0;
    padding-bottom: 30px; }

  .link-reg ul {
    margin: 0 auto;
    margin-bottom: 3rem; }

  .link-reg ul li:first-of-type {
    border-left: 0; } }
@media screen and (max-width: 500px) {
  .header-page .link-reg ul {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .header-page .link-reg ul li {
    width: 100%; }

  .header-page .link-reg ul li:last-child {
    border-right: none; }

  .header-page .link-reg .user-area {
    margin: 0 auto;
    padding: 15px 0; } }
.fl-header .header-page .offcanvas-start .link-reg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-right: 1px solid #eeeeee;
  margin-right: 0; }

.fl-header .header-page .offcanvas-start .link-reg ul {
  height: 96px; }

.fl-header.link-reg ul li a {
  font-size: 17px;
  font-family: inherit;
  color: inherit;
  line-height: 1.2; }

.fl-header .link-reg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-left: 1px solid #eeeeee;
  margin-right: 0;
  height: 96px; }

.fl-header .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2; }

.fl-header.fl-header-single .link-reg li {
  border: 0;
  padding: 0 10px;
  margin: 0;
  width: auto; }

.fl-header.fl-header-single .link-reg ul li i {
  font-size: 19px;
  margin-right: 10px;
  color: #222;
  position: relative;
  top: 2px; }

.fl-mega-menu ul li:hover > a,
.fl-header.fl-header-single .link-reg li:hover i {
  color: #00a8d8; }

.fl-header.fl-header-single .link-reg li {
  border: 0;
  padding: 0 10px;
  margin: 0;
  width: auto; }

.link-reg a {
  text-decoration: none;
  color: inherit; }

.header-page .offcanvas-start .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2; }

.header-page .offcanvas-start .link-reg .user-area .user-data .role {
  font-size: 15px;
  color: #444444;
  line-height: 1.733;
  text-align: left; }

.header-page .link-reg {
  max-width: 568px;
  width: 100%; }

.header-page .link-reg ul {
  height: 96px; }

.header-page .link-reg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-right: 1px solid #eeeeee;
  margin-right: 0; }

.header-page .link-reg svg {
  fill: #00a5d3; }

.header-page .link-reg .user-area img {
  border-radius: 50%; }

.header-page .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2; }

.header-page .link-reg .user-area .user-data .role {
  font-size: 15px;
  color: #444444;
  line-height: 1.733;
  text-align: left; }

.link-reg ul li {
  list-style: none;
  margin-right: 17px; }

.link-reg ul li a {
  font-size: 17px;
  font-family: inherit;
  color: inherit;
  line-height: 1.2; }

.link-reg ul li i {
  font-size: 30px;
  color: #00a8d8;
  -webkit-transition: all .5s;
  transition: all .5s; }

.link-reg ul li a:hover,
.header-home #dl-menu.dl-menuwrapper ul li:hover a {
  color: #00a8d8; }

.link-reg ul li.line__v {
  color: #cccccc; }

.link-reg .submit__listing {
  margin-left: 30px;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 0;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  position: relative;
  width: 254px;
  justify-content: flex-start;
  padding-left: 30px; }

.link-reg .submit__listing span {
  background-color: #00a8d8;
  padding: 16px 18px;
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px; }

.link-reg .submit__listing span svg path {
  fill: #fff; }

.header-page .offcanvas-start .link-reg .user-area .user-data .role i {
  color: #00a8d8; }

.second-bg-color {
  background-color: #00bff5; }

.fl-mega-menu ul li.menu-item-depth-0.has-submenu {
  padding-right: 11px; }

.fl-mega-menu ul li {
  padding: 0;
  margin: 0 12.5px;
  position: relative;
  display: inline-block; }

.fl-mega-menu ul li a {
  color: #222;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  transition: .3s ease-in-out;
  text-decoration: unset; }

.fl-mega-menu ul .sub-nav {
  z-index: 999;
  display: flex;
  position: absolute;
  width: inherit;
  left: -20px;
  top: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: .3s ease-in-out;
  background: #f6f6f6;
  width: 257px;
  padding: 20px; }

.fl-mega-menu.nav-menu {
  padding: 36px 0; }

.fl-mega-menu ul .sub-nav li {
  display: inline-block;
  width: 100%; }
  .fl-mega-menu ul .sub-nav li a {
    padding-bottom: 15px;
    display: block; }

.fl-mega-menu ul li:hover > .sub-nav {
  visibility: visible;
  opacity: 1;
  display: block; }

.fl-mega-menu ul .sub-nav:before {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 11px solid #f6f6f6;
  opacity: 1;
  top: -21px;
  left: -170px;
  right: 0;
  width: fit-content;
  margin: auto;
  transition: all .3s ease-in-out; }

.fl-mega-menu ul li.has-submenu > a:after {
  content: "\f107";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  font: normal normal normal 15px/1 FontAwesome;
  position: relative;
  margin-left: 6px;
  bottom: 6px;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 11px; }

.fl-mega-menu .has-submenu .sub-menu .sub-nav-item:last-child a {
  padding-bottom: 0px; }
.fl-mega-menu .has-submenu .has-submenu .double-sub-menu {
  margin-bottom: 15px; }
  .fl-mega-menu .has-submenu .has-submenu .double-sub-menu li a {
    font-size: 14px !important;
    padding-bottom: 0px; }

@media screen and (max-width: 1400px) {
  .fl-header .link-reg .user-area .user-data .name {
    font-size: 17px; }

  .fl-header .nav-logo img {
    min-width: 120px; }

  .fl-header .nav-logo,
  .fl-nav {
    padding-right: 20px;
    padding-left: 20px; }

  .fl-header .user-data {
    font-size: 14px; } }
@media screen and (max-width: 1200px) {
  .fl-header.fl-header-single.fl-header-type1 .link-reg {
    width: 30%; }

  html .fl-header.fl-header-single.fl-header-type1 .fl-mega-menu.nav-menu {
    width: 45%; } }
@media screen and (max-width: 1000px) {
  .fl-header {
    display: none !important; }

  .fl-header .user-area,
  .link-reg {
    display: none !important; } }
.fl--navigation-icon-container .header-icon {
  cursor: pointer;
  display: inline-flex;
  margin-left: 50px; }
  .fl--navigation-icon-container .header-icon .fl-flipper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
    transform-style: preserve-3d;
    width: 20px;
    height: 20px;
    line-height: 20px;
    perspective: 40px;
    position: relative; }
    .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      backface-visibility: hidden;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 2; }
      .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content span {
        border-radius: 13px;
        width: 30px;
        height: 3px;
        margin-top: 7px;
        background: #fff;
        margin-right: auto;
        position: relative; }
        .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content span:first-child {
          width: 25px;
          margin-top: 0; }
        .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content span:last-child {
          width: 35px; }
    .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-back-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: rotateY(180deg); }
      .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-back-content .fl-custom-icon-plus-sign {
        color: #fff;
        font-size: 15px;
        transform: rotate(45deg);
        left: -1px;
        position: relative; }
  .fl--navigation-icon-container .header-icon.opened .fl-flipper-icon {
    transition: .6s;
    transform: rotateY(180deg); }
.fl--navigation-icon-container .header-search {
  transition: .3s ease;
  display: inline-flex; }
  .fl--navigation-icon-container .header-search .fl-flipper-icon {
    border-radius: 25px;
    height: 49px;
    width: 49px; }
    .fl--navigation-icon-container .header-search .fl-flipper-icon .fl-front-content {
      width: 100%;
      height: 100%;
      align-items: center;
      border-radius: 100%; }
    .fl--navigation-icon-container .header-search .fl-flipper-icon .fl-back-content {
      border-radius: 100%;
      width: 100%;
      height: 100%;
      align-items: center; }
      .fl--navigation-icon-container .header-search .fl-flipper-icon .fl-back-content .fl-custom-icon-plus-sign {
        color: #fff;
        font-size: 15px;
        transform: rotate(45deg);
        left: -1px;
        position: relative; }
  .fl--navigation-icon-container .header-search i {
    color: #fff;
    font-size: 14px; }
  .fl--navigation-icon-container .header-search:hover {
    opacity: .8;
    transition: .3s ease; }

.menu-toggle {
  flex: 0 0 auto;
  width: 100px;
  height: 98px;
  border: 0;
  cursor: pointer;
  position: relative; }

.menu-toggle:hover .hamburger span:before {
  transform: translateX(0); }

.menu-toggle:hover .hamburger span:after {
  transform: translateX(200%); }

.menu-toggle.active .hamburger span:before {
  transform: translateX(100%); }

.menu-toggle.active .hamburger span:after {
  transform: translateX(200%); }

.menu-toggle.active .cross span {
  transition-delay: 450ms;
  transform: translateY(50%) rotate(45deg) scaleX(1); }

.menu-toggle.active .cross span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(1); }

.cross span {
  display: block;
  width: 37px;
  height: 3px;
  background-color: #fff;
  transform: translateY(50%) rotate(45deg) scaleX(0);
  transition: transform ease 200ms; }

.cross span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(0); }

.hamburger,
.cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.hamburger span {
  display: block;
  width: 48px;
  height: 3px;
  margin-bottom: 9px;
  overflow: hidden;
  position: relative; }

.hamburger span:last-child {
  margin: 0; }

.hamburger span:before,
.hamburger span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-200%);
  transition: transform ease 300ms; }

.hamburger span:after {
  transform: translateX(0); }

.hamburger span:nth-child(2):before,
.hamburger span:nth-child(2):after {
  transition-delay: 75ms; }

.hamburger span:last-child:before,
.hamburger span:last-child:after {
  transition-delay: 150ms; }

.header-page {
  border-bottom: 1px solid #eeeeee;
  background: #fff; }

.header-page .navbar {
  padding: 0;
  margin: 0;
  height: 96px; }

.header-page .navbar .dots-menu {
  background-color: #00a8d8;
  border-right: 1px solid #eeeeee;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-page .navbar .dots-menu {
  -webkit-transition: all .5s;
  transition: all .5s; }

.header-page .navbar .dots-menu.is-open {
  background-color: #de2929; }

.header-page .navbar .dots-menu:hover {
  background-color: #f09e00; }

.header-page .navbar .dots-menu a {
  background-color: transparent;
  padding: 25px 30px 22px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 96px;
  height: 93px; }

.header-page .navbar .nav-logo {
  border-right: 1px solid #eeeeee;
  height: 96px;
  padding: 0 50px; }

.header-page .navbar .nav-logo a {
  margin-right: 0; }
  .header-page .navbar .nav-logo a h3 {
    margin: 0 auto; }

.header-page .navbar .nav-logo a img {
  margin-right: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 172px; }

.header-page .navbar-collapse {
  border-right: 1px solid #eeeeee;
  height: 96px; }

.header-page .navbar-collapse .header-search {
  height: 96px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding-left: 30px; }

.header-page .navbar-collapse .header-search form button.btn {
  border: none; }

.header-page .navbar-collapse .header-search form input {
  border: none;
  font-size: 17px;
  color: #222222;
  line-height: 1.2;
  text-align: left; }

.header-page .navbar-collapse #dl-menu.dl-menuwrapper ul {
  background: transparent; }

.header-page .navbar-collapse #dl-menu.dl-menuwrapper ul.dl-menu {
  pointer-events: all;
  background: transparent;
  position: relative;
  display: none; }

.header-page .navbar-collapse #dl-menu.dl-menuwrapper ul.dl-menu li a {
  font-size: 22px;
  color: #222222;
  line-height: 1.2;
  text-align: left; }

.header-page .navbar-collapse.show {
  height: 100%; }

.header-page .navbar-collapse.show ul.navbar-nav {
  display: none; }

.header-page .navbar-collapse.show #dl-menu.dl-menuwrapper ul.dl-menu {
  opacity: 1;
  display: block; }

.header-page .navbar-nav li a.nav-link {
  font-size: 22px;
  color: #cccccc;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  word-break: normal; }

.header-page .navbar-nav li a.nav-link.active {
  font-size: 22px;
  color: #222222;
  line-height: 1.2;
  text-align: left; }

.header-page .offcanvas-header {
  margin-left: auto; }

.header-page .offcanvas-start .header-search {
  height: 96px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding-left: 30px; }

.header-page .offcanvas-start .header-search form button.btn {
  border: none; }

.header-page .offcanvas-start .header-search form button.btn i {
  font-size: 34px; }

.header-page .offcanvas-start .header-search form input {
  border: none;
  font-size: 17px;
  color: #222222;
  line-height: 1.2;
  text-align: left; }
  .header-page .offcanvas-start .header-search form input#searchsubmit {
    background: transparent;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1; }

.header-page .offcanvas-start .header-search form input::placeholder {
  color: #cccccc; }

.header-page .offcanvas-start #dl-menu.dl-menuwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-page .offcanvas-start #dl-menu.dl-menuwrapper ul {
  background: transparent;
  width: 100%; }

.header-page .offcanvas-start #dl-menu.dl-menuwrapper ul.dl-menu {
  pointer-events: all;
  background: transparent;
  position: relative;
  display: none; }

.header-page .offcanvas-start #dl-menu.dl-menuwrapper ul.dl-menu li a {
  font-size: 22px;
  color: #222222;
  line-height: 1.2;
  text-align: left; }

.header-page .offcanvas-start.show {
  height: 100%; }

.header-page .offcanvas-start.show ul.navbar-nav {
  display: none; }

.header-page .offcanvas-start.show #dl-menu.dl-menuwrapper ul.dl-menu {
  opacity: 1;
  display: block; }

.header-page .offcanvas-start .link-reg {
  max-width: 568px;
  width: 100%; }
  .header-page .offcanvas-start .link-reg.navi_account_disable {
    margin-right: 0px !important;
    max-width: 200px; }
  .header-page .offcanvas-start .link-reg .navigator_icon_menu {
    margin-right: 0;
    margin-left: auto; }

.header-page .offcanvas-start .link-reg ul {
  height: 96px; }

.header-page .offcanvas-start .link-reg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-right: 1px solid #eeeeee;
  margin-right: 0; }

.header-page .offcanvas-start .link-reg svg {
  fill: #00a5d3; }

.header-page .offcanvas-start .link-reg .user-area img {
  border-radius: 50%; }

.header-page .user-data {
  min-width: 220px;
  position: relative;
  cursor: pointer; }

.header-page .offcanvas-start .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2; }

.header-page .offcanvas-start .link-reg .user-area .user-data .role {
  font-size: 15px;
  color: #444444;
  line-height: 1.733;
  text-align: left; }

.header-page .link-reg {
  max-width: 568px;
  width: 100%; }

.header-page .link-reg ul {
  height: 96px; }

.header-page .link-reg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-right: 1px solid #eeeeee;
  margin-right: 0; }

.header-page .link-reg svg {
  fill: #00a5d3; }

.header-page .link-reg .user-area img {
  border-radius: 50%; }

.header-page .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2; }

.header-page .link-reg .user-area .user-data .role {
  font-size: 15px;
  color: #444444;
  line-height: 1.733;
  text-align: left; }

.header-page .offcanvas-start .link-reg .user-area .user-data .role i {
  color: #00a8d8; }

.left__menu .offcanvas {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }

.admin-bar .left__menu .offcanvas-start {
  top: 130px;
  width: 375px; }

.left__menu .offcanvas-start {
  top: 98px;
  width: 375px; }

.left__menu .offcanvas-body {
  padding-top: 60px;
  padding-left: 15px; }

.left__menu .offcanvas-body ul {
  list-style: none;
  padding-left: 2.3rem; }

.left__menu .offcanvas-body ul li {
  margin-bottom: 25px; }

.icon_left_menu {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }

.left__menu .offcanvas-body ul li:hover .icon_left_menu {
  transform: scale(1.1); }

.left__menu .offcanvas-body ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: #222222;
  -webkit-transition: all .3s;
  transition: all .3s; }

.left__menu .offcanvas-body ul li a:hover,
.left__menu .offcanvas-body ul li.active-link a {
  color: #00a8d8; }

.left__menu .offcanvas-body ul li a:hover .icon_left_menu,
.left__menu .offcanvas-body ul li.active-link a .icon_left_menu {
  border-color: #00a8d8;
  background: #00a8d8;
  color: #fff; }

.left__menu .offcanvas-body ul li svg {
  margin-right: 40px; }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

.offcanvas-title {
  margin-bottom: 0; }

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  max-height: 100%;
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  max-height: 100%;
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

.dl-menuwrapper {
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  padding: 0 20px; }

.dl-menuwrapper:first-child {
  margin-right: 100px; }

.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none; }

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa; }

.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; }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative; }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none; }

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1); }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000"; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15); }

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

@media screen and (min-width: 1025px) {
  #navbarNavDropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .offcanvas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
.header-search .btn {
  color: #212529; }
  .header-search .btn i {
    color: #212529; }

.left_menu_nav a {
  text-decoration: unset; }

.header-icon {
  cursor: pointer;
  display: inline-flex;
  margin-left: 50px; }
  .header-icon .fl-flipper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
    transform-style: preserve-3d;
    line-height: 20px;
    perspective: 40px;
    position: relative; }
    .header-icon .fl-flipper-icon .fl-front-content {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      backface-visibility: hidden;
      justify-content: center;
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 2; }
      .header-icon .fl-flipper-icon .fl-front-content span {
        border-radius: 13px;
        width: 30px;
        height: 3px;
        margin-top: 7px;
        background: #fff;
        margin-right: auto;
        position: relative; }
        .header-icon .fl-flipper-icon .fl-front-content span:first-child {
          width: 25px;
          margin-top: 0; }
        .header-icon .fl-flipper-icon .fl-front-content span:last-child {
          width: 35px; }
    .header-icon .fl-flipper-icon .fl-back-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: rotateY(180deg); }
      .header-icon .fl-flipper-icon .fl-back-content .fl-custom-icon-plus-sign {
        color: #fff;
        font-size: 15px;
        transform: rotate(45deg);
        left: -1px;
        position: relative; }
  .header-icon.opened .fl-flipper-icon {
    transition: .6s;
    transform: rotateY(180deg); }

.header-search {
  transition: .3s ease;
  display: inline-flex; }
  .header-search .fl-flipper-icon {
    border-radius: 25px;
    height: 49px;
    width: 49px; }
    .header-search .fl-flipper-icon .fl-front-content {
      width: 100%;
      height: 100%;
      align-items: center;
      border-radius: 100%; }
    .header-search .fl-flipper-icon .fl-back-content {
      border-radius: 100%;
      width: 100%;
      height: 100%;
      align-items: center; }
      .header-search .fl-flipper-icon .fl-back-content .fl-custom-icon-plus-sign {
        color: #fff;
        font-size: 15px;
        transform: rotate(45deg);
        left: -1px;
        position: relative; }
  .header-search i {
    color: #fff;
    font-size: 14px; }
  .header-search:hover {
    opacity: .8;
    transition: .3s ease; }

.fl-nav-wrapper .dots-menu:hover {
  background-color: #f09e00; }

.fl-nav-wrapper .dots-menu.is-open {
  background-color: #de2929; }

.fl-mobile-nav {
  background: #fff;
  width: 100%; }
  .fl-mobile-nav .dl-menu {
    display: none; }
  .fl-mobile-nav .dl-menuwrapper:first-child {
    margin-right: 0px; }

.fl-mobile-nav {
  display: none; }
  .fl-mobile-nav .mobile-logo-img {
    text-decoration: unset; }
    .fl-mobile-nav .mobile-logo-img .logotype-text {
      font-size: 30px;
      text-decoration: unset;
      margin-bottom: 0px; }

@media screen and (max-width: 1000px) {
  .fl-mobile-nav {
    display: block;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    padding: 15px;
    position: relative;
    top: 0;
    background: #fff;
    z-index: 99;
    margin-bottom: 0; }

  .header-search {
    display: none !important; } }
.fl-header {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  height: 96px; }

.fl-header .nav-logo {
  border-right: 1px solid #eeeeee;
  padding: 27px 50px;
  height: 96px; }

.fl-header .header-search button.btn i {
  font-size: 34px; }

.fl-header .header-search input {
  border: none;
  font-size: 17px;
  color: #222222;
  line-height: 1.2;
  text-align: left;
  outline: none;
  min-width: 350px;
  font-style: italic; }

.fl-header .header-page .offcanvas-start .link-reg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-right: 1px solid #eeeeee;
  margin-right: 0; }

.fl-header .header-page .offcanvas-start .link-reg ul {
  height: 96px; }

.fl-header.link-reg ul li a {
  font-size: 17px;
  font-family: inherit;
  color: inherit;
  line-height: 1.2; }

.fl-header .link-reg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-left: 1px solid #eeeeee;
  margin-right: 0;
  height: 96px; }

.fl-header .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2; }

.fl-header .user-data {
  min-width: 220px;
  position: relative;
  cursor: pointer; }

.fl-header .user-area {
  position: relative;
  padding: 20px 30px;
  border-left: 1px solid #eeeeee;
  height: 96px; }
  .fl-header .user-area img.user-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%; }
  .fl-header .user-area .user-data .role {
    margin-top: 0px; }
  .fl-header .user-area .members-info_top ul li:last-child {
    padding-bottom: 0px; }

.fl-header .nav-logo img {
  min-width: 160px;
  height: auto; }

.fl-header .user-data {
  font-size: 16px; }

.header-page .navbar .dots-menu {
  background-color: #00a8d8;
  border-right: 1px solid #eeeeee;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-page .navbar .dots-menu {
  -webkit-transition: all .5s;
  transition: all .5s; }

.header-page .navbar .dots-menu.is-open {
  background-color: #de2929; }

.header-page .navbar .dots-menu:hover {
  background-color: #f09e00; }

.header-page .navbar .dots-menu a {
  background-color: transparent;
  padding: 25px 30px 22px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 96px;
  height: 93px; }

@media screen and (max-width: 321px) {
  .header .navbar-brand .dots-menu {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa; } }
.dots-menu {
  background-color: #00a8d8;
  border-right: 1px solid #eeeeee;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-page .navbar .nav-logo {
  border-right: 1px solid #eeeeee;
  height: 96px;
  padding: 0 50px; }

.header-page .navbar .nav-logo a {
  margin-right: 0; }

.header-page .navbar .nav-logo a img {
  margin-right: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 172px; }

.fl-nav {
  border-right: 1px solid #eeeeee;
  height: 100%;
  padding: 0 50px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center; }

.fl-nav li {
  display: inline-block;
  text-align: center;
  margin: 0; }

.fl-nav ul {
  flex-direction: row; }

.fl-nav .navbar-nav li a.active {
  color: #222; }

.fl-nav .navbar-nav li a {
  position: relative;
  padding: 36px 12px;
  font-size: 19px !important;
  color: #cccccc;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  font-size: 19px; }

@media screen and (max-width: 1300px) {
  .fl-nav-filter {
    display: none; } }
.header-page .navbar-collapse .header-search {
  height: 96px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding-left: 30px; }

.header-page .navbar-collapse .header-search form button.btn {
  border: none; }

.header-page .navbar-collapse .header-search form input {
  border: none;
  font-size: 17px;
  color: #222222;
  line-height: 1.2;
  text-align: left; }

.header-page .offcanvas-start .header-search {
  height: 96px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding-left: 30px; }

.header-page .offcanvas-start .header-search form button.btn {
  border: none; }

.header-page .offcanvas-start .header-search form button.btn i {
  font-size: 34px; }

.header-page .offcanvas-start .header-search form input {
  border: none;
  font-size: 17px;
  color: #222222;
  line-height: 1.2;
  text-align: left; }

.header-page .offcanvas-start .header-search form input::placeholder {
  color: #cccccc; }

@media screen and (max-width: 500px) {
  .header-page .navbar .header-search {
    border-right: none; } }
.header-page .offcanvas-start .link-reg .user-area img {
  border-radius: 50%; }

.user-area {
  position: relative;
  padding: 20px 0; }

.user-area:hover .members-info_top {
  opacity: 1;
  z-index: 99; }

.header-page .offcanvas-start .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2; }

.header-page .offcanvas-start .link-reg .user-area .user-data .role {
  font-size: 15px;
  color: #444444;
  line-height: 1.733;
  text-align: left; }

.header-page .link-reg .user-area img {
  border-radius: 50%; }

.header-page .link-reg .user-area .user-data .name {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 1.2; }

.header-page .link-reg .user-area .user-data .role {
  font-size: 15px;
  color: #444444;
  line-height: 1.733;
  text-align: left; }

.header-page .offcanvas-start .link-reg .user-area .user-data .role i {
  color: #00a8d8; }

@media screen and (max-width: 500px) {
  .header-page .link-reg .user-area {
    margin: 0 auto;
    padding: 15px 0; } }
.members-info_top:after {
  color: #ffffff;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 8px solid #f4f4f4;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  margin-left: -10px;
  top: -8px; }

.members-info_top ul {
  height: auto !important;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

.members-info_top ul li {
  height: auto !important;
  margin: 0;
  padding: 0;
  width: 100% !important;
  text-align: left !important;
  border: 0 !important;
  padding-bottom: 12px;
  padding-top: 0;
  -webkit-box-align: left !important;
  -ms-flex-align: left !important;
  align-items: left !important;
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important; }

.members-info_top ul li i {
  font-size: 13px !important;
  margin-right: 10px; }

.members-info_top:after:hover {
  opacity: 1; }

.members-info_top {
  transition: all .4s;
  color: #222;
  position: absolute;
  top: 85px;
  border: 0;
  width: 100%;
  text-align: center;
  left: 27%;
  font-size: 14px;
  background: #f4f4f4;
  padding: 10px;
  line-height: 20px;
  border-radius: 0;
  opacity: 1;
  transition: all .4s;
  opacity: 0;
  border-top: 0;
  z-index: 9;
  box-shadow: 0 5px 12px black;
  padding: 20px 20px 15px 20px;
  width: auto;
  z-index: -1; }

.members-info_top li {
  margin-bottom: 3px;
  font-size: 12px; }

.members-info_top li a:hover {
  opacity: 1 !important; }

.members-info_top li a {
  display: inline-block;
  color: #222 !important;
  opacity: .8;
  font-size: 10px !important;
  text-transform: uppercase;
  line-height: 14px; }

.ic-site-settings:hover a {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

.link-reg ul li a:hover,
.header-home #dl-menu.dl-menuwrapper ul li:hover a {
  color: #00a8d8; }

/* Common styles of menus */
.dl-menuwrapper {
  float: none;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  padding: 0;
  z-index: 1; }

.dl-menuwrapper button {
  background: #00bff5;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none; }

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #ab1212; }

.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; }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative; }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none; }

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: #ab1212;
  color: #fff; }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\eafb"; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15); }

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #eee; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  display: block;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .sub-menu {
  display: none; }

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .sub-menu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s; }

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out; }

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease; }

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease; }

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease; }

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; } }
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease; }

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease; }

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(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; } }
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.dl-menuwrapper > .sub-menu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease; }

.dl-menuwrapper > .sub-menu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

.dl-menuwrapper > .sub-menu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease; }

.dl-menuwrapper > .sub-menu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease; }

.dl-menuwrapper > .sub-menu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1; } }
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(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; } }
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.dl-menuwrapper > .sub-menu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease; }

.dl-menuwrapper > .sub-menu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

.dl-menuwrapper > .sub-menu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease; }

.dl-menuwrapper > .sub-menu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease; }

.dl-menuwrapper > .sub-menu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; } }
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; } }
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .sub-menu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860; }

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847; }

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814; }

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400; }

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4; }

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae; }

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912; }

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002; }

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783; }

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771; }

.mobile-logo-img {
  float: none;
  padding: 0;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  height: 76px;
  width: 200px;
  display: flex;
  text-align: center;
  margin-left: -100px;
  align-items: center;
  z-index: 1; }

.mobile-logo-img img {
  width: 100%;
  height: auto;
  margin: 0 auto; }

@media screen and (max-width: 320px) {
  .m-login {
    display: none; }

  .mobile-logo-img img {
    width: 100%;
    height: auto;
    max-width: 120px;
    margin: 0 auto; } }
.m-login {
  color: #222;
  position: absolute;
  right: 19px;
  top: 29px;
  z-index: 1; }

.m-login i {
  margin-right: 10px; }

.m-login a {
  color: #222;
  font-size: 20px;
  text-decoration: none; }

.m-login span {
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .m-login a span {
    display: none; } }
.dl-menuwrapper li {
  background: #fff;
  border-bottom: 1px solid #eee; }

.dl-menuwrapper li a {
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: unset; }
  .dl-menuwrapper li a .icon_left_menu {
    display: none; }

.header-home #dl-menu.dl-menuwrapper ul {
  background: transparent; }

.header-home #dl-menu.dl-menuwrapper ul li a {
  color: #222222 !important;
  font-weight: 400; }

.header-home.header-style-2 #dl-menu.dl-menuwrapper ul li a {
  color: #222222 !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0; }

.header-home #dl-menu.dl-menuwrapper ul.dl-menu {
  opacity: 1;
  pointer-events: auto;
  position: relative; }

.header-page .navbar-collapse #dl-menu.dl-menuwrapper ul {
  background: transparent; }

.header-page .navbar-collapse #dl-menu.dl-menuwrapper ul.dl-menu {
  pointer-events: all;
  background: transparent;
  position: relative;
  display: none; }

.header-page .navbar-collapse #dl-menu.dl-menuwrapper ul.dl-menu li a {
  font-size: 22px;
  color: #222222;
  line-height: 1.2;
  text-align: left; }

.header-page .navbar-collapse.show #dl-menu.dl-menuwrapper ul.dl-menu {
  opacity: 1;
  display: block; }

.header-page .offcanvas-start #dl-menu.dl-menuwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-page .offcanvas-start #dl-menu.dl-menuwrapper ul {
  background: transparent;
  width: 100%; }

.header-page .offcanvas-start #dl-menu.dl-menuwrapper ul.dl-menu {
  pointer-events: all;
  background: transparent;
  position: relative;
  display: none; }

.header-page .offcanvas-start #dl-menu.dl-menuwrapper ul.dl-menu li a {
  font-size: 22px;
  color: #222222;
  line-height: 1.2;
  text-align: left; }

.header-page .offcanvas-start.show #dl-menu.dl-menuwrapper ul.dl-menu {
  opacity: 1;
  display: block; }

.fl-page-heading.quavicino_menu_three {
  padding-top: 120px;
  height: 460px; }

.fl-header .link-reg .user-area img {
  margin-right: 1rem !important;
  width: 60px;
  height: 60px;
  border-radius: 50%; }

.home-hero + .tmreviews_places_archive_cont {
  padding-top: 120px; }

.left__menu ul.sub-menu {
  display: none; }
.left__menu a.link__template {
  text-decoration: unset; }

.icon_left_menu {
  border: 2px solid #222;
  width: 53px;
  height: 53px;
  border-radius: 100px;
  text-align: center;
  line-height: 49px;
  margin-right: 20px;
  font-size: 18px; }

.left__menu .offcanvas {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }

.left__menu .offcanvas-start {
  top: 98px;
  width: 375px; }

.left__menu .offcanvas-body {
  padding-top: 60px;
  padding-left: 15px; }

.left__menu .offcanvas-body ul {
  list-style: none;
  padding-left: 2.3rem; }

.left__menu .offcanvas-body ul li {
  margin-bottom: 25px; }

.icon_left_menu {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }

.left__menu .offcanvas-body ul li:hover .icon_left_menu {
  transform: scale(1.1); }

.left__menu .offcanvas-body ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: #222222;
  -webkit-transition: all .3s;
  transition: all .3s; }

.left__menu .offcanvas-body ul li a:hover,
.left__menu .offcanvas-body ul li.active-link a {
  color: #00a8d8; }

.left__menu .offcanvas-body ul li a:hover .icon_left_menu,
.left__menu .offcanvas-body ul li.active-link a .icon_left_menu {
  border-color: #00a8d8;
  background: #00a8d8;
  color: #fff; }

.left__menu .offcanvas-body ul li svg {
  margin-right: 40px; }

/*-------------------------------------------------------------------

==  Heading

-------------------------------------------------------------------*/
.buddypress.members .fl-page-heading, .buddypress.groups .fl-page-heading, .buddypress.my-account .fl-page-heading, .buddypress .fl-page-heading {
  display: none !important; }

.fl-gray-color {
  background-color: #FAFAFA !important; }

.breadcrumbs {
  height: 340px;
  background: #5a5a5a;
  border-bottom: 4px solid #de2929; }
  .breadcrumbs .jarallax-img {
    position: absolute;
    z-index: 1; }
  .breadcrumbs .jarallax-img + .container {
    z-index: 2; }

.youzify-membership + .fl-page-heading {
  display: none; }

.breadcrumbs ul {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 20px; }

.breadcrumbs ul li {
  font-size: 18px;
  color: #fafafa;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.breadcrumbs-divider {
  color: #fff;
  padding: 0 10px;
  font-size: 15px !important; }

.breadcrumbs ul li a {
  font-size: 18px;
  color: #00bff5; }

.breadcrumbs .title {
  font-size: 60px;
  color: #fafafa;
  font-weight: bold;
  margin-bottom: 0px; }

/*-------------------------------------------------------------------

==  Blog Archive

-------------------------------------------------------------------*/
body section.content > img {
  margin-bottom: 45px; }

.post-fl .post-fl-image img {
  height: auto;
  margin: 0 !important;
  padding: 0 !important; }

#fl-main-holder.header-plugin-enable .post_grid_style .post-fl-image img {
  width: 100%; }

.post_grid_style .sticky .title a {
  padding-left: 0px; }
  .post_grid_style .sticky .title a:after {
    content: none; }

.post-fl .post-fl-image {
  position: relative; }
  .post-fl .post-fl-image .video-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .post-fl .post-fl-image .video-btn-wrap a.video-btn {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      background: #fff;
      opacity: 1;
      transition: all .3s ease-in-out; }
      .post-fl .post-fl-image .video-btn-wrap a.video-btn:hover {
        opacity: 0.8; }
  .post-fl .post-fl-image .fl-post-image-slider {
    height: 410px; }
  .post-fl .post-fl-image .post-arrow-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    width: 100%;
    height: fit-content; }
    .post-fl .post-fl-image .post-arrow-slider .post-prev-slider-btn {
      position: absolute;
      left: 15px;
      background: #fff;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      margin: auto;
      top: 0;
      bottom: 0;
      cursor: pointer; }
      .post-fl .post-fl-image .post-arrow-slider .post-prev-slider-btn i {
        position: absolute;
        margin: auto;
        height: fit-content;
        width: fit-content;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
    .post-fl .post-fl-image .post-arrow-slider .post-next-slider-btn {
      position: absolute;
      right: 15px;
      background: #fff;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      margin: auto;
      top: 0;
      bottom: 0;
      cursor: pointer; }
      .post-fl .post-fl-image .post-arrow-slider .post-next-slider-btn i {
        position: absolute;
        margin: auto;
        height: fit-content;
        width: fit-content;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }

.post-fl .rounded-circle {
  border-radius: 50% !important;
  margin-right: 15px;
  margin-top: -10px; }

.post-fl .title {
  font-size: 27px;
  line-height: 38px;
  margin-top: 0;
  font-weight: 600; }

.post-fl a {
  color: #222;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none; }

.post-fl .title {
  font-size: 30px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 0; }

.post-fl.post-grid a {
  font-size: 24px; }

.post-fl.post-grid h3 {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 5px; }

.post-fl.post-grid a {
  font-size: 24px;
  line-height: 1.5;
  display: inline-block; }

.post-fl .title a {
  color: #222222;
  -webkit-transition: all .3s;
  transition: all .3s; }

.post-fl .title:hover a {
  color: #e64646; }

body section.content .content-meta {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px; }
  body section.content .content-meta ul {
    margin-bottom: 0px; }
    body section.content .content-meta ul.many_cats {
      display: block !important; }
      body section.content .content-meta ul.many_cats li {
        display: block !important; }
        body section.content .content-meta ul.many_cats li a {
          padding-left: 0px;
          padding-right: 7px; }

body section.content .content-meta ul li {
  margin-right: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

.post-fl .content-meta ul li i {
  margin-right: 9px;
  color: #e64646;
  font-size: 17px;
  margin-top: -2px; }

.post-fl .content-meta ul li a {
  padding-left: 7px;
  font-size: 14px;
  color: #444444;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 500;
  padding-right: 0px; }

body section.content .content-meta ul li a:hover {
  text-decoration: underline; }

body section.content .content-tag ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-bottom: 0;
  border-top: 1px solid #eee;
  padding-top: 35px;
  margin-top: 35px; }

body section.content .content-tag ul li {
  margin-right: 12px;
  margin-bottom: 0px; }

body section.content .content-tag ul li a {
  border-radius: 100px;
  background-color: #E4F8FF;
  padding: 11px 22px;
  font-size: 14px;
  color: #222222;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  margin-bottom: 5px; }

body section.content .content-tag ul li a:hover {
  background-color: #de2929;
  color: #fff; }

body section.content p {
  color: #444444;
  font-size: inherit;
  margin-bottom: 20px;
  line-height: 1.8; }
  body section.content p:last-child {
    margin-bottom: 0px; }

.post-fl h3 {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 20px; }

body section.content .continue-reading {
  font-size: 19px;
  color: #202020;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative; }

body section.content .continue-reading i {
  color: #e64646;
  position: relative;
  top: 5px;
  margin-left: 4px;
  font-size: 24px;
  transition: all .3s; }

body section.content .continue-reading:hover i {
  margin-left: 8px;
  color: #222; }

body section.content .continue-reading svg {
  fill: #ff5e14;
  margin-right: 16px; }

body section.content .continue-reading:hover {
  color: #e64646; }

body section.content .content-blog .navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.content-blog .fl-post--item:last-child {
  margin-bottom: 0px !important; }

body section.content .content-blog .navigation.pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #444444;
  -webkit-transition: all .3s;
  transition: all .3s; }

body section.content .content-blog .navigation.pagination .nav-links .page-numbers:hover {
  background-color: #ffc248;
  color: #fff; }

body section.content .content-blog .navigation.pagination .nav-links .page-numbers.current {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffc248;
  color: #fff;
  font-size: 18px; }

.content-gap {
  padding: 25px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-top: -1px; }

.sticky .title a {
  padding-left: 35px;
  position: relative; }
  .sticky .title a:after {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 34px;
    content: '\f08d';
    font-family: FontAwesome;
    color: #de2929; }

/*-------------------------------------------------------------------

/*-------------------------------------------------------------------

==  Blog Single

-------------------------------------------------------------------*/
.content-post-gap {
  padding: 40px 50px 50px 40px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 50px; }

.single-post-wrapper.right-sidebar {
  padding-right: 30px; }
.single-post-wrapper.left-sidebar {
  padding-left: 30px; }
.single-post-wrapper .post .post--title, .single-post-wrapper .attachment .post--title {
  margin-bottom: 35px; }
  .single-post-wrapper .post .post--title a.title-link, .single-post-wrapper .attachment .post--title a.title-link {
    font-size: 40px;
    color: inherit; }
.single-post-wrapper .post .post-top-info, .single-post-wrapper .attachment .post-top-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 24px; }
  .single-post-wrapper .post .post-top-info i, .single-post-wrapper .attachment .post-top-info i {
    font-size: 16px;
    position: relative; }
    .single-post-wrapper .post .post-top-info i:before, .single-post-wrapper .attachment .post-top-info i:before {
      margin: 0 2px; }
  .single-post-wrapper .post .post-top-info .author-link, .single-post-wrapper .attachment .post-top-info .author-link {
    margin-right: 20px; }
    .single-post-wrapper .post .post-top-info .author-link a, .single-post-wrapper .attachment .post-top-info .author-link a {
      font-size: 14px;
      color: inherit; }
  .single-post-wrapper .post .post-top-info .post-date-content, .single-post-wrapper .attachment .post-top-info .post-date-content {
    margin-right: 20px; }
    .single-post-wrapper .post .post-top-info .post-date-content span, .single-post-wrapper .attachment .post-top-info .post-date-content span {
      font-size: 14px; }
  .single-post-wrapper .post .post-top-info .post-info-category, .single-post-wrapper .attachment .post-top-info .post-info-category {
    margin-right: 20px; }
    .single-post-wrapper .post .post-top-info .post-info-category a, .single-post-wrapper .attachment .post-top-info .post-info-category a {
      transition: all .3s ease-in-out;
      color: inherit;
      padding: 0px;
      font-weight: 600;
      font-size: 14px; }
      .single-post-wrapper .post .post-top-info .post-info-category a:first-child, .single-post-wrapper .attachment .post-top-info .post-info-category a:first-child {
        margin-left: 0px; }
      .single-post-wrapper .post .post-top-info .post-info-category a:hover, .single-post-wrapper .attachment .post-top-info .post-info-category a:hover {
        opacity: .7; }
    .single-post-wrapper .post .post-top-info .post-info-category .category-post, .single-post-wrapper .attachment .post-top-info .post-info-category .category-post {
      display: inline-block; }
  .single-post-wrapper .post .post-top-info .fl-post-comments, .single-post-wrapper .attachment .post-top-info .fl-post-comments {
    margin-right: 20px; }
    .single-post-wrapper .post .post-top-info .fl-post-comments i, .single-post-wrapper .attachment .post-top-info .fl-post-comments i {
      top: 2px; }
    .single-post-wrapper .post .post-top-info .fl-post-comments .comments-wrap, .single-post-wrapper .attachment .post-top-info .fl-post-comments .comments-wrap {
      font-size: 14px; }
.single-post-wrapper .post .post--holdesr, .single-post-wrapper .attachment .post--holdesr {
  margin-bottom: 40px; }
  .single-post-wrapper .post .post--holdesr img, .single-post-wrapper .attachment .post--holdesr img {
    border-radius: 10px; }
  .single-post-wrapper .post .post--holdesr .video-btn-wrap .video-btn, .single-post-wrapper .attachment .post--holdesr .video-btn-wrap .video-btn {
    border-radius: 50%;
    border: 37px rgba(255, 255, 255, 0.9) solid; }
.single-post-wrapper .post .post--holder, .single-post-wrapper .attachment .post--holder {
  margin-bottom: 35px; }
  .single-post-wrapper .post .post--holder img, .single-post-wrapper .attachment .post--holder img {
    border-radius: 10px; }
  .single-post-wrapper .post .post--holder .video-btn-wrap .video-btn, .single-post-wrapper .attachment .post--holder .video-btn-wrap .video-btn {
    border-radius: 50%;
    border: 37px rgba(255, 255, 255, 0.9) solid; }
.single-post-wrapper a {
  color: inherit;
  transition: .3s ease; }
  .single-post-wrapper a:hover {
    transition: .3s ease; }
.single-post-wrapper .title a {
  font-weight: 700; }

.post-inner_content {
  margin-top: 5px; }

.post-bottom-meta-contain {
  display: flex;
  margin-top: 40px;
  padding-bottom: 38px;
  border-bottom: 1px solid; }
  .post-bottom-meta-contain .post-tags-content {
    width: 50%;
    text-align: left; }
    .post-bottom-meta-contain .post-tags-content .tags-single-blog {
      font-size: 14px; }
      .post-bottom-meta-contain .post-tags-content .tags-single-blog .tags-content a {
        padding: 13px 20px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 25px;
        display: inline-block;
        border: 1px solid;
        line-height: 14px;
        font-weight: 500; }
  .post-bottom-meta-contain .fl-share-contain {
    width: 50%;
    display: inline-flex;
    justify-content: flex-end;
    font-size: 15px;
    position: relative; }
    .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain {
      position: relative;
      text-align: right; }
      .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain a.fl-share {
        text-align: center;
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer; }
        .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain a.fl-share i {
          border: none;
          background: none;
          line-height: 40px; }
          .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain a.fl-share i:before {
            margin-left: 0px; }
      .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain .fl-share-buttons-contain {
        text-align: center;
        transition: all 0.3s;
        height: 0px;
        overflow: hidden;
        position: absolute;
        left: -80%;
        right: 0; }
        .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain .fl-share-buttons-contain .fl--share-icons-contain {
          transition: all .3s ease-in-out;
          display: inline-block;
          width: 30px;
          height: 30px; }
          .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain .fl-share-buttons-contain .fl--share-icons-contain .fl--btn-icon i {
            font-size: 12px; }
      .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain .active {
        height: fit-content;
        transition: all 0.3s;
        position: absolute;
        top: 45px;
        width: 100px;
        margin: auto;
        padding-top: 15px;
        z-index: 9; }
        .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain .active:before {
          content: '';
          position: absolute;
          border: 10px solid transparent;
          border-bottom: 11px solid;
          top: -4px;
          left: 0;
          right: 0;
          width: fit-content;
          margin: auto;
          z-index: -1; }
    .post-bottom-meta-contain .fl-share-contain span {
      line-height: 42px;
      margin-left: 8px; }

.single-post-wrapper img {
  border-radius: 3px; }

.post-related-post-contain {
  margin-top: 53px;
  padding-bottom: 53px;
  border-bottom: 1px solid; }
  .post-related-post-contain i.icon-folder-alt {
    font-size: 18px;
    position: relative;
    bottom: 1px;
    color: #e64646; }
  .post-related-post-contain h3 {
    margin-bottom: 37px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-left: 8px; }
  .post-related-post-contain .fl-related-container {
    display: flex; }
    .post-related-post-contain .fl-related-container .fl--related-post {
      height: fit-content;
      display: inline-block;
      background-color: #fff;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 15px;
      border-radius: 10px;
      transition: all .3s ease-in-out;
      border: 1px solid #eeeeee; }
      .post-related-post-contain .fl-related-container .fl--related-post .post--holder {
        margin-bottom: 37px;
        border-radius: 10px;
        overflow: hidden; }
        .post-related-post-contain .fl-related-container .fl--related-post .post--holder img {
          width: 100%;
          height: auto; }
      .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content {
        padding: 0 35px;
        position: relative; }
        .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post-top-info {
          display: flex; }
          .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post-top-info .post-date-content {
            font-size: 13px;
            color: #fff;
            background-color: #e64646;
            border-radius: 20px;
            font-weight: 600;
            padding: 5px 15px;
            text-transform: uppercase;
            position: absolute;
            top: -50px;
            right: 35px; }
          .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post-top-info .post-info-category {
            margin-right: 20px;
            color: #969696; }
            .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post-top-info .post-info-category a {
              transition: all .3s ease-in-out;
              padding: 0px;
              color: #00a8d8;
              font-size: 16px;
              font-weight: 600;
              margin: 0 7px; }
              .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post-top-info .post-info-category a:first-child {
                margin-left: 0px; }
              .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post-top-info .post-info-category a:hover {
                opacity: .7; }
            .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post-top-info .post-info-category .category-post {
              display: inline-block; }
        .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post--title {
          margin-bottom: 12px;
          margin-top: 12px; }
          .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post--title a.title-link {
            font-size: 24px;
            transition: all .3s ease-in-out;
            color: #222222; }
            .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post--title a.title-link:hover {
              color: #e64646; }
        .post-related-post-contain .fl-related-container .fl--related-post .post-bottom-content .post-text--content {
          margin-bottom: 17px; }
      .post-related-post-contain .fl-related-container .fl--related-post .post-end-content {
        padding: 17px 35px;
        border-top: 1px solid #eeeeee; }
        .post-related-post-contain .fl-related-container .fl--related-post .post-end-content .author-link {
          margin-right: 20px; }
          .post-related-post-contain .fl-related-container .fl--related-post .post-end-content .author-link a {
            font-size: 14px;
            color: #222222; }
            .post-related-post-contain .fl-related-container .fl--related-post .post-end-content .author-link a i {
              color: #e64646; }
        .post-related-post-contain .fl-related-container .fl--related-post .post-end-content .fl-post-comments {
          border-left: 1px solid #eeeeee;
          border-right: 1px solid #eeeeee;
          padding: 20px;
          font-size: 14px; }
          .post-related-post-contain .fl-related-container .fl--related-post .post-end-content .fl-post-comments i {
            color: #e64646; }
      .post-related-post-contain .fl-related-container .fl--related-post:hover {
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15); }

.content-post-gap .wp-block-archives-list li {
  position: relative; }
  .content-post-gap .wp-block-archives-list li .fl-archive-post-count:before {
    content: '('; }
  .content-post-gap .wp-block-archives-list li .fl-archive-post-count:after {
    content: ')'; }
.content-post-gap .wp-block-archives-dropdown select, .content-post-gap .wp-block-categories select {
  font-size: 14px;
  background: url(./images/arrow-dropdown.png) #fff 98% 47%;
  padding: 16px 25px;
  background-repeat: no-repeat; }
.content-post-gap .wp-block-latest-comments li, .content-post-gap .wp-block-latest-posts li {
  margin: 15px 0 0 0px; }
  .content-post-gap .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .content-post-gap .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .content-post-gap .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .content-post-gap .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
    font-weight: 600;
    color: #e64646; }
.content-post-gap table a {
  color: #e64646 !important;
  transition: all .3s ease-in-out;
  font-weight: 700; }
  .content-post-gap table a:hover {
    color: #00a8d8 !important; }

.content-tag {
  display: flex;
  width: 100%; }
  .content-tag ul {
    width: 100%; }
    .content-tag ul li {
      margin-left: 0;
      margin-top: 0; }

/*-------------------------------------------------------------------

==  Comments

-------------------------------------------------------------------*/
.comment-gap {
  padding: 50px;
  background-color: #fff;
  border: 1px solid #eee; }

.comment-gap .text.text_comment {
  height: fit-content !important;
  background-color: transparent !important; }

.post-comments .add-reviews {
  color: #de2929;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none; }

.post-comments .comment-field-wrapper {
  width: 100%; }

.post-comments .add-reviews:hover {
  text-decoration: underline; }

.post-comments .your-rating {
  width: 300px;
  height: 65px;
  background-color: #e1f4f9;
  border-radius: 40px;
  margin-bottom: 45px; }

.post-comments .title {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  position: relative;
  margin-left: 20px; }

.single-post-wrapper .post-comments .title {
  margin-bottom: 0px; }
  .single-post-wrapper .post-comments .title:before {
    content: none; }

.post-comments .comment-list {
  list-style: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 70px; }

.post-comments .comment-author img {
  margin-right: 17px; }

.post-comments .comment-metadata {
  position: relative; }
  .post-comments .comment-metadata .comment--reply-wrap {
    position: absolute;
    bottom: -2px;
    right: 0; }
    .post-comments .comment-metadata .comment--reply-wrap a.comment-reply-link {
      border-bottom: 0px;
      padding: 0px; }

.post-comments .comment-metadata b {
  margin-right: 16px; }

.post-comments .comment-metadata b a {
  font-size: 18px;
  color: #222222;
  text-decoration: none; }

.post-comments .comment-metadata b .day {
  font-size: 12px;
  color: #444444; }

.post-comments .comment-content p {
  font-size: 16px;
  color: #444444; }

.post-comments .form-comment .comment-respond .comment-reply-title .mb-5 {
  margin-bottom: 25px !important; }

.post-comments .form-comment form textarea,
.post-comments .form-comment form input[type="text"],
.post-comments .form-comment form input[type="email"] {
  border: 1px solid #eeeeee;
  background: #FAFAFA;
  border: none;
  padding-left: 35px;
  margin-bottom: 22px; }

.post-comments .form-comment form input[type="text"],
.post-comments .form-comment form input[type="email"] {
  height: 60px; }

.post-comments .form-comment form input[type="radio"] {
  margin-right: 10px; }

.post-comments .form-comment form textarea {
  padding-top: 30px; }

.post-comments .form-comment form button.link__template {
  max-width: 300px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  margin-bottom: 0px;
  margin-right: auto;
  order: 5; }

.post-comments .form-comment form button.link__template .text {
  width: 100%;
  text-align: center; }

.post-comments .form-comment form button.link__template span.btn-icon-span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px; }

.post-comments .form-comment form button.link__template span svg {
  fill: #fff; }

.post-comments .form-comment form button.link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61); }

.btn-hover-animate.second-bg-color:hover {
  background-color: #de2929; }

.btn-hover-animate.second-bg-color:hover span {
  background-color: #c12525 !important; }

.btn-hover-animate .btn-icon-span {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.btn-hover-animate .fa {
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -10px;
  margin-top: -10px;
  -webkit-transition: 200ms all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 200ms all cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  font-size: 20px; }

.btn-hover-animate:hover .fa-first {
  position: absolute;
  right: -110px; }

.btn-hover-animate:hover .fa-second {
  right: 50%; }

.btn-hover-animate .fa-second {
  right: -110px; }

.post-content-bottom {
  margin-top: 70px; }

.comments-container i.icon-star {
  font-size: 18px;
  position: relative;
  bottom: 1px;
  color: #e64646; }
.comments-container .comment-title {
  margin-bottom: 37px;
  display: inline-block;
  font-size: 24px;
  font-weight: 700; }
.comments-container .fl-custom-btn {
  float: right;
  position: relative;
  top: -10px; }
  .comments-container .fl-custom-btn span {
    color: #fff; }
  .comments-container .fl-custom-btn:before {
    background-color: #e64646; }
  .comments-container .fl-custom-btn:after {
    background-color: #00a8d8 !important; }
.comments-container .reply-title {
  margin-bottom: 40px; }
.comments-container .comment-top-info {
  display: flex;
  margin-bottom: 13px; }
  .comments-container .comment-top-info .comment-meta-top {
    margin: 5px 0; }
    .comments-container .comment-top-info .comment-meta-top .comment-author-name {
      display: block;
      font-size: 18px;
      font-weight: 500; }
      .comments-container .comment-top-info .comment-meta-top .comment-author-name a {
        color: #222;
        transition: all .3s ease-in-out; }
        .comments-container .comment-top-info .comment-meta-top .comment-author-name a:hover {
          color: #e64646; }
    .comments-container .comment-top-info .comment-meta-top .comment-days-ago {
      font-size: 12px;
      color: #777777; }
.comments-container .comments-list {
  margin-bottom: 60px;
  border-bottom: 1px solid; }
  .comments-container .comments-list .comment > .comment {
    padding-left: 35px; }
  .comments-container .comments-list .fl-comment .comment-container {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .comments-container .comments-list .fl-comment .comment-container .comment-avatar {
      flex-grow: 0;
      padding-right: 20px; }
      .comments-container .comments-list .fl-comment .comment-container .comment-avatar img {
        max-width: 60px;
        border-radius: 50%; }
    .comments-container .comments-list .fl-comment .comment-container .comment-meta {
      flex-grow: 1;
      max-width: calc(100% - 80px); }
      .comments-container .comments-list .fl-comment .comment-container .comment-meta a {
        color: inherit;
        transition: .3s ease; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta a:hover {
          transition: .3s ease; }
      .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 13px; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name {
          color: #222222;
          margin-right: 15px;
          font-size: 17px; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name a {
            color: inherit;
            transition: .3s ease; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name a:hover {
              transition: .3s ease; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time {
          line-height: 1; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a {
            transition: .3s ease;
            color: inherit;
            font-size: 13px; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a:hover {
              transition: .3s ease; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a .comment-date, .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a .comment-delimiter {
              margin-right: 3px; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time .comment-edit-link {
            margin-left: 15px; }
      .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment-moderation {
        line-height: 26px;
        font-weight: 500; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment-moderation .comment--reply-wrap {
          text-align: left;
          text-transform: uppercase;
          font-size: 14px;
          padding-right: 30px;
          margin-top: 25px;
          line-height: 1; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment-moderation .comment--reply-wrap a {
            display: inline-block;
            color: #222222;
            position: relative;
            transition: color .2s ease-out;
            font-weight: 600; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment-moderation .comment--reply-wrap a:before {
              content: '';
              width: 66%;
              position: absolute;
              height: 1.5px;
              bottom: -2px;
              background: #fc4c59;
              z-index: 0;
              transform-origin: right;
              transition: transform .2s ease-out;
              left: 0; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment-moderation .comment--reply-wrap a:after {
              content: '';
              background: url("../images/arrow_comment.png");
              height: 9px;
              width: 16px;
              overflow: hidden;
              position: relative;
              transition: width .3s;
              display: inline-flex;
              margin-left: 10px; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment-moderation .comment--reply-wrap a:hover:before {
              transform: scaleX(0);
              transform-origin: right; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comment-moderation .comment--reply-wrap a:hover:after {
              transform: scaleX(1);
              transform-origin: left; }
  .comments-container .comments-list .fl-comment #respond.comment-respond {
    margin-top: 48px; }
    .comments-container .comments-list .fl-comment #respond.comment-respond .comment-reply-title {
      position: relative; }
      .comments-container .comments-list .fl-comment #respond.comment-respond .comment-reply-title .d-flex {
        justify-content: start; }
      .comments-container .comments-list .fl-comment #respond.comment-respond .comment-reply-title small {
        position: absolute;
        right: 0;
        top: 5px; }
        .comments-container .comments-list .fl-comment #respond.comment-respond .comment-reply-title small #cancel-comment-reply-link {
          top: 0; }
    .comments-container .comments-list .fl-comment #respond.comment-respond form.fl-comment-form {
      display: flex;
      flex-wrap: wrap; }
      .comments-container .comments-list .fl-comment #respond.comment-respond form.fl-comment-form button.link__template {
        max-width: 300px;
        width: 100%;
        height: 60px;
        color: #fff;
        text-transform: uppercase;
        font-size: 17px;
        font-family: inherit;
        font-weight: 700;
        background-color: #de2929;
        -webkit-transition: all .3s;
        transition: all .3s;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
        padding-left: 0;
        margin: 0;
        margin-bottom: 0px;
        margin-right: auto;
        order: 5; }
        .comments-container .comments-list .fl-comment #respond.comment-respond form.fl-comment-form button.link__template span.btn-icon-span {
          display: block;
          width: 80px;
          background-color: #ab1212;
          height: 60px; }
      .comments-container .comments-list .fl-comment #respond.comment-respond form.fl-comment-form textarea, .comments-container .comments-list .fl-comment #respond.comment-respond form.fl-comment-form input[type="text"], .comments-container .comments-list .fl-comment #respond.comment-respond form.fl-comment-form input[type="email"] {
        border: 1px solid #eeeeee;
        background: #FAFAFA;
        border: none;
        padding-left: 35px;
        margin-bottom: 22px; }
      .comments-container .comments-list .fl-comment #respond.comment-respond form.fl-comment-form input[type="text"], .comments-container .comments-list .fl-comment #respond.comment-respond form.fl-comment-form input[type="email"] {
        height: 60px; }

form.fl-comment-form {
  display: flex;
  flex-wrap: wrap; }
  form.fl-comment-form .logged-in-as {
    margin-bottom: 20px;
    width: 100%;
    display: block; }
    form.fl-comment-form .logged-in-as a {
      color: #222222;
      transition: all .3s ease-in-out; }
      form.fl-comment-form .logged-in-as a:hover {
        color: #e64646; }
  form.fl-comment-form .comment-field-wrapper div:first-child {
    width: 100%; }
  form.fl-comment-form .comment-field-wrapper div:nth-child(2) {
    width: 100%; }
  form.fl-comment-form .comment-field-wrapper div:last-child {
    width: 100%; }
  form.fl-comment-form .author-name {
    order: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  form.fl-comment-form .author-email {
    order: 2;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  form.fl-comment-form .author-comment {
    order: 3;
    width: 100%; }
    form.fl-comment-form .author-comment input {
      padding: 20px 35px; }
  form.fl-comment-form .comment-form-cookies-consent {
    margin-bottom: 3rem !important;
    order: 4;
    width: 100%;
    display: flex; }
    form.fl-comment-form .comment-form-cookies-consent input[type=checkbox] {
      margin-top: 7px;
      display: none; }
  form.fl-comment-form button.link__template {
    order: 5; }
  form.fl-comment-form .submit-btn-container {
    order: 5;
    width: 100%;
    margin-top: 35px;
    height: 46px; }
    form.fl-comment-form .submit-btn-container .fl-custom-btn {
      padding: 20px 45px;
      float: left;
      display: block; }
      form.fl-comment-form .submit-btn-container .fl-custom-btn span {
        font-size: 16px; }

#respond .reply-title {
  margin-bottom: 65px;
  display: inline-block;
  font-size: 24px;
  font-weight: 700; }
  #respond .reply-title i.icon-star {
    margin-right: 10px; }
#respond small {
  display: block;
  line-height: 1;
  margin-bottom: 40px; }

.trackback .comment-avatar, .pingback .comment-avatar {
  display: none; }
.trackback .comment-meta, .pingback .comment-meta {
  max-width: 100% !important; }

.single-page-wrapper .comments-container {
  margin-top: 50px; }

.comment-reply-title #cancel-comment-reply-link {
  font-size: 13px;
  color: #222222; }

/*-------------------------------------------------------------------

==  Widget

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Sidebar

-------------------------------------------------------------------*/
.aside {
  font-size: 16px;
  /*-------------------------------------------------------------------
  
  ==  Widget About Us
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  Search
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Search

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  Category
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  Popular Post
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Popular Post

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  Popular Post
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  Archive
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  Calendar
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  Pages
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  Recent Comments
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  RSS
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  RSS
  
  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  
  ==  Other Style
  
  -------------------------------------------------------------------*/ }
  .aside a {
    text-decoration: none; }
  .aside.sidebar_right {
    padding-left: 26px; }
  .aside.sidebar_left {
    padding-right: 26px; }
  .aside .widget {
    border: 1px solid #eee;
    border-radius: 2px;
    background-color: #fff;
    padding: 38px;
    padding-left: 41px;
    margin-bottom: 45px; }
    .aside .widget:last-child {
      margin-bottom: 0px; }
    .aside .widget.widget_meta ul li a {
      color: #444444;
      transition: all .3s ease-in-out; }
      .aside .widget.widget_meta ul li a:hover {
        color: #e64646; }
    .aside .widget ul {
      list-style: none;
      padding-left: 0; }
    .aside .widget ul li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 13px; }
    .aside .widget h2, .aside .widget .widget-title {
      font-size: 22px;
      color: #222222;
      font-weight: bold;
      position: relative;
      margin-bottom: 52px; }
      .aside .widget h2 a, .aside .widget .widget-title a {
        color: inherit;
        transition: all .3s ease-in-out; }
        .aside .widget h2 a:hover, .aside .widget .widget-title a:hover {
          color: #e64646; }
    .aside .widget h2::after, .aside .widget .widget-title:after {
      position: absolute;
      content: '';
      background: url(../../css/images/shape2-yellow-small.png) no-repeat left bottom;
      left: 0;
      width: 30px;
      height: 10px;
      display: block;
      padding-top: 15px;
      padding-bottom: 5px; }
  .aside .widget_fl_theme_helper_about_us {
    text-align: center; }
    .aside .widget_fl_theme_helper_about_us .about-image {
      margin-bottom: 40px; }
    .aside .widget_fl_theme_helper_about_us .fl-author-title {
      font-size: 17px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .aside .widget_fl_theme_helper_about_us .fl-about-social-link {
      margin-bottom: 20px; }
      .aside .widget_fl_theme_helper_about_us .fl-about-social-link li {
        margin: 0 7px;
        display: inline-block; }
        .aside .widget_fl_theme_helper_about_us .fl-about-social-link li i {
          font-size: 14px; }
        .aside .widget_fl_theme_helper_about_us .fl-about-social-link li a {
          transition: .3s ease;
          color: rgba(102, 102, 102, 0.5); }
          .aside .widget_fl_theme_helper_about_us .fl-about-social-link li a:hover {
            transition: .3s ease; }
    .aside .widget_fl_theme_helper_about_us .text {
      font-size: 15px; }
  .aside .widget_search {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background-color: unset; }
    .aside .widget_search form {
      background-color: #fff;
      -webkit-box-shadow: 0px 7px 19px 1px rgba(7, 48, 61, 0.07);
      box-shadow: 0px 7px 19px 1px rgba(7, 48, 61, 0.07);
      padding: 5px;
      height: 70px;
      margin-bottom: 45px;
      position: relative; }
      .aside .widget_search form label {
        display: none; }
      .aside .widget_search form .wp-block-search__button {
        margin-left: 0px; }
    .aside .widget_search form input {
      border: none;
      width: 100%;
      font-size: 17px;
      color: #222222;
      text-transform: uppercase;
      padding-left: 32px; }
      .aside .widget_search form input.searchinput {
        height: 60px; }
      .aside .widget_search form input:hover, .aside .widget_search form input:focus {
        box-shadow: unset !important;
        transition: .3s ease; }
    .aside .widget_search form button, .aside .widget_search form .searchsubmit {
      background-color: #e64646;
      border: none;
      border-radius: none;
      width: 70px;
      height: 60px;
      position: relative; }
    .aside .widget_search form div.searchsubmit {
      position: absolute;
      top: 4px;
      right: 4px; }
      .aside .widget_search form div.searchsubmit .submit-btn {
        z-index: 1;
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent; }
      .aside .widget_search form div.searchsubmit .fl-custom-icon-loupe {
        display: none; }
    .aside .widget_search form button:before, .aside .widget_search form .searchsubmit:before {
      font-family: 'icomoon';
      content: "\eac9";
      color: #fff;
      font-size: 24px;
      background-color: #e64646;
      position: absolute;
      top: 2px;
      width: 70px;
      height: 60px;
      line-height: 60px;
      left: 0;
      text-align: center; }
    .aside .widget_search form button svg {
      fill: #fff; }
  .aside .widget_mc4wp_form_widget {
    background-color: #143556 !important; }
    .aside .widget_mc4wp_form_widget .widget-title {
      font-size: 30px;
      color: #fff;
      text-align: center;
      position: relative; }
      .aside .widget_mc4wp_form_widget .widget-title:before {
        content: '';
        background: url("../images/mailchimp_icon.png");
        height: 134px;
        width: 214px;
        overflow: hidden;
        position: relative;
        transition: width .3s;
        display: block;
        margin: auto;
        margin-bottom: 15px; }
    .aside .widget_mc4wp_form_widget form input {
      margin-bottom: 0; }
    .aside .widget_mc4wp_form_widget form label {
      margin-bottom: 30px;
      color: #fff;
      text-align: center;
      font-size: 16px; }
    .aside .widget_mc4wp_form_widget form .mc4wp-form-fields input[type=email] {
      padding: 20px 50px;
      margin-bottom: 10px;
      border: unset; }
      .aside .widget_mc4wp_form_widget form .mc4wp-form-fields input[type=email]::placeholder {
        font-size: 16px;
        color: #9d9d9d;
        text-align: center; }
    .aside .widget_mc4wp_form_widget form .mc4wp-form-fields input[type=submit] {
      padding: 20px 50px;
      margin-bottom: 10px;
      border: unset;
      transition: all .3s ease-in-out;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500; }
    .aside .widget_mc4wp_form_widget form .fl-mailchimp-widget {
      position: relative; }
      .aside .widget_mc4wp_form_widget form .fl-mailchimp-widget .searchsubmit {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 100%;
        z-index: 0; }
        .aside .widget_mc4wp_form_widget form .fl-mailchimp-widget .searchsubmit input {
          position: absolute;
          z-index: 1;
          width: 100%;
          height: 100%;
          background: transparent;
          border: none; }
          .aside .widget_mc4wp_form_widget form .fl-mailchimp-widget .searchsubmit input:hover, .aside .widget_mc4wp_form_widget form .fl-mailchimp-widget .searchsubmit input:active, .aside .widget_mc4wp_form_widget form .fl-mailchimp-widget .searchsubmit input:focus {
            box-shadow: none !important;
            background: transparent !important; }
        .aside .widget_mc4wp_form_widget form .fl-mailchimp-widget .searchsubmit i {
          transition: .3s ease;
          color: #aaaaaa;
          z-index: 0;
          position: absolute;
          top: 0;
          right: 0;
          display: flex;
          width: 100%;
          height: 100%;
          justify-content: center;
          align-items: center; }
        .aside .widget_mc4wp_form_widget form .fl-mailchimp-widget .searchsubmit:hover i {
          transition: .3s ease; }
  .aside .widget_categories ul li.has-sub-category .children li {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .aside .widget_categories ul li.has-sub-category .children li.has-sub-category {
    padding-bottom: 0px; }
  .aside .widget_categories ul li {
    margin-bottom: 10px; }
    .aside .widget_categories ul li:last-child {
      margin-bottom: 0px; }
    .aside .widget_categories ul li a {
      font-size: 17px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      line-height: 26px;
      transition: all .3s ease-in-out; }
      .aside .widget_categories ul li a:hover {
        color: #e64646; }
  .aside .widget_categories ul > li {
    font-size: 17px;
    position: relative;
    list-style: none;
    line-height: 12px;
    flex-direction: column; }
    .aside .widget_categories ul > li span {
      position: absolute;
      right: 0;
      border-radius: 15px;
      background-color: #E4F8FF;
      width: 30px;
      height: 30px;
      font-size: 14px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none !important; }
  .aside .widget_categories ul ul {
    margin-left: 18px; }
    .aside .widget_categories ul ul li {
      border: 0px;
      font-size: 14px;
      padding: 10px 0; }
      .aside .widget_categories ul ul li a {
        font-size: 17px;
        color: #444444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        width: 100%;
        justify-content: flex-start; }
        .aside .widget_categories ul ul li a:before {
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0; }
      .aside .widget_categories ul ul li span {
        top: 10px;
        font-size: 14px; }
    .aside .widget_categories ul ul ul li a:before {
      content: '--'; }
  .aside ul.wp-block-categories-list li {
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .aside ul.wp-block-categories-list li:last-child {
      margin-bottom: 0px; }
    .aside ul.wp-block-categories-list li a {
      font-size: 17px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      line-height: 26px;
      transition: all .3s ease-in-out; }
      .aside ul.wp-block-categories-list li a:hover {
        color: #e64646; }
  .aside ul.wp-block-categories-list > li {
    font-size: 17px;
    position: relative;
    list-style: none;
    line-height: 12px; }
    .aside ul.wp-block-categories-list > li span {
      border-radius: 15px;
      background-color: #E4F8FF;
      width: 30px;
      height: 30px;
      font-size: 14px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none !important; }
  .aside ul.wp-block-categories-list ul {
    margin-left: 18px; }
    .aside ul.wp-block-categories-list ul li {
      border: 0px;
      font-size: 14px;
      padding: 10px 0; }
      .aside ul.wp-block-categories-list ul li a {
        font-size: 17px;
        color: #444444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        .aside ul.wp-block-categories-list ul li a:before {
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0; }
      .aside ul.wp-block-categories-list ul li span {
        top: 21px;
        font-size: 14px; }
    .aside ul.wp-block-categories-list ul ul li a:before {
      content: '--'; }
  .aside .widget_fl_theme_helper_popular_post .fl--last-post {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    display: flex;
    align-items: center; }
    .aside .widget_fl_theme_helper_popular_post .fl--last-post:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .aside .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-img {
      flex-grow: 0;
      margin-right: 21px; }
      .aside .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-img img {
        min-width: 70px;
        border-radius: 5px; }
    .aside .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info {
      flex-grow: 1; }
      .aside .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl-text-title-style {
        margin-bottom: 2px; }
        .aside .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl-text-title-style a {
          font-size: 18px;
          font-weight: 600;
          line-height: 24px; }
    .aside .widget_fl_theme_helper_popular_post .fl--last-post .fl-widget-popular-post-category {
      line-height: 18px; }
      .aside .widget_fl_theme_helper_popular_post .fl--last-post .fl-widget-popular-post-category a {
        transition: all .3s ease-in-out;
        font-size: 14px; }
        .aside .widget_fl_theme_helper_popular_post .fl--last-post .fl-widget-popular-post-category a:first-child {
          margin-left: 0px; }
        .aside .widget_fl_theme_helper_popular_post .fl--last-post .fl-widget-popular-post-category a:hover {
          opacity: .7; }
      .aside .widget_fl_theme_helper_popular_post .fl--last-post .fl-widget-popular-post-category .category-post {
        display: inline-block; }
  .aside .widget_fl_theme_helper_popular_works .fl-recent-portfolio-widget-contain {
    display: inline-flex; }
    .aside .widget_fl_theme_helper_popular_works .fl-recent-portfolio-widget-contain .fl--last-post {
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid;
      align-items: center;
      display: inline-flex; }
      .aside .widget_fl_theme_helper_popular_works .fl-recent-portfolio-widget-contain .fl--last-post:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
      .aside .widget_fl_theme_helper_popular_works .fl-recent-portfolio-widget-contain .fl--last-post .fl-last-post-img {
        flex-grow: 0;
        margin-right: 20px; }
        .aside .widget_fl_theme_helper_popular_works .fl-recent-portfolio-widget-contain .fl--last-post .fl-last-post-img img {
          min-width: 80px; }
  .aside .widget_latest_posts ul li {
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .aside .widget_latest_posts ul li:last-child {
      margin-bottom: 0px; }
    .aside .widget_latest_posts ul li a {
      font-size: 17px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      line-height: 26px;
      transition: all .3s ease-in-out; }
      .aside .widget_latest_posts ul li a:hover {
        color: #e64646; }
  .aside .widget_latest_posts ul > li {
    font-size: 17px;
    position: relative;
    list-style: none;
    line-height: 12px; }
    .aside .widget_latest_posts ul > li span {
      border-radius: 15px;
      background-color: #E4F8FF;
      width: 30px;
      height: 30px;
      font-size: 14px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none !important; }
  .aside .widget_latest_posts ul ul {
    margin-left: 18px; }
    .aside .widget_latest_posts ul ul li {
      border: 0px;
      font-size: 14px;
      padding: 10px 0; }
      .aside .widget_latest_posts ul ul li a {
        font-size: 17px;
        color: #444444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        .aside .widget_latest_posts ul ul li a:before {
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0; }
      .aside .widget_latest_posts ul ul li span {
        top: 21px;
        font-size: 14px; }
    .aside .widget_latest_posts ul ul ul li a:before {
      content: '--'; }
  .aside ul.wp-block-latest-posts li {
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .aside ul.wp-block-latest-posts li:last-child {
      margin-bottom: 0px; }
    .aside ul.wp-block-latest-posts li a {
      font-size: 17px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      line-height: 26px;
      transition: all .3s ease-in-out; }
      .aside ul.wp-block-latest-posts li a:hover {
        color: #e64646; }
  .aside ul.wp-block-latest-posts > li {
    font-size: 17px;
    position: relative;
    list-style: none;
    line-height: 12px; }
    .aside ul.wp-block-latest-posts > li span {
      border-radius: 15px;
      background-color: #E4F8FF;
      width: 30px;
      height: 30px;
      font-size: 14px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none !important; }
  .aside ul.wp-block-latest-posts ul {
    margin-left: 18px; }
    .aside ul.wp-block-latest-posts ul li {
      border: 0px;
      font-size: 14px;
      padding: 10px 0; }
      .aside ul.wp-block-latest-posts ul li a {
        font-size: 17px;
        color: #444444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        .aside ul.wp-block-latest-posts ul li a:before {
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0; }
      .aside ul.wp-block-latest-posts ul li span {
        top: 21px;
        font-size: 14px; }
    .aside ul.wp-block-latest-posts ul ul li a:before {
      content: '--'; }
  .aside .widget_tag_cloud {
    padding-bottom: 45px; }
    .aside .widget_tag_cloud .tagcloud a {
      border-radius: 100px;
      background-color: #E4F8FF;
      padding: 11px 22px;
      font-size: 14px !important;
      color: #222222;
      opacity: 1;
      -webkit-transition: all .3s;
      transition: all .3s;
      display: inline-flex;
      margin-bottom: 5px; }
      .aside .widget_tag_cloud .tagcloud a:hover {
        background-color: #de2929;
        color: #fff; }
  .aside .widget_archive ul li {
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .aside .widget_archive ul li:last-child {
      margin-bottom: 0px; }
    .aside .widget_archive ul li a {
      font-size: 17px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      line-height: 26px;
      transition: all .3s ease-in-out; }
      .aside .widget_archive ul li a:hover {
        color: #e64646; }
  .aside .widget_archive ul > li {
    font-size: 17px;
    position: relative;
    list-style: none;
    line-height: 12px; }
    .aside .widget_archive ul > li span {
      border-radius: 15px;
      background-color: #E4F8FF;
      width: 30px;
      height: 30px;
      font-size: 14px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none !important; }
  .aside .widget_archive ul ul {
    margin-left: 18px; }
    .aside .widget_archive ul ul li {
      border: 0px;
      font-size: 14px;
      padding: 10px 0; }
      .aside .widget_archive ul ul li a {
        font-size: 17px;
        color: #444444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        .aside .widget_archive ul ul li a:before {
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0; }
      .aside .widget_archive ul ul li span {
        top: 21px;
        font-size: 14px; }
    .aside .widget_archive ul ul ul li a:before {
      content: '--'; }
  .aside ul.wp-block-archives-list li {
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .aside ul.wp-block-archives-list li:last-child {
      margin-bottom: 0px; }
    .aside ul.wp-block-archives-list li a {
      font-size: 17px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      line-height: 26px;
      transition: all .3s ease-in-out; }
      .aside ul.wp-block-archives-list li a:hover {
        color: #e64646; }
  .aside ul.wp-block-archives-list > li {
    font-size: 17px;
    position: relative;
    list-style: none;
    line-height: 12px; }
    .aside ul.wp-block-archives-list > li span {
      border-radius: 15px;
      background-color: #E4F8FF;
      width: 30px;
      height: 30px;
      font-size: 14px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none !important; }
  .aside ul.wp-block-archives-list ul {
    margin-left: 18px; }
    .aside ul.wp-block-archives-list ul li {
      border: 0px;
      font-size: 14px;
      padding: 10px 0; }
      .aside ul.wp-block-archives-list ul li a {
        font-size: 17px;
        color: #444444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        .aside ul.wp-block-archives-list ul li a:before {
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0; }
      .aside ul.wp-block-archives-list ul li span {
        top: 21px;
        font-size: 14px; }
    .aside ul.wp-block-archives-list ul ul li a:before {
      content: '--'; }
  .aside .widget_calendar .calendar_wrap #wp-calendar {
    width: 100%;
    position: relative;
    background: transparent;
    margin: 0;
    border: none;
    border-collapse: collapse; }
    .aside .widget_calendar .calendar_wrap #wp-calendar caption {
      background: transparent;
      caption-side: top;
      text-align: center;
      height: 30px;
      line-height: 35px;
      font-size: 16px;
      padding: 0;
      margin-bottom: 15px;
      color: #222222;
      font-weight: 500; }
    .aside .widget_calendar .calendar_wrap #wp-calendar thead th,
    .aside .widget_calendar .calendar_wrap #wp-calendar tbody td {
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding: 0;
      vertical-align: middle; }
    .aside .widget_calendar .calendar_wrap #wp-calendar thead th {
      font-size: 12px; }
    .aside .widget_calendar .calendar_wrap #wp-calendar tbody td {
      font-size: 11px; }
      .aside .widget_calendar .calendar_wrap #wp-calendar tbody td#today {
        color: #e64646; }
    .aside .widget_calendar .calendar_wrap #wp-calendar thead {
      background: transparent; }
      .aside .widget_calendar .calendar_wrap #wp-calendar thead th {
        color: #222; }
    .aside .widget_calendar .calendar_wrap #wp-calendar tbody tr {
      background: transparent; }
      .aside .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
        border: 1px solid;
        position: relative; }
        .aside .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
          display: block;
          position: relative;
          z-index: 2; }
          .aside .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #fff;
            transition: background .3s ease;
            z-index: -1; }
          .aside .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
            color: #e64646 !important; }
        .aside .widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad {
          border: none; }
    .aside .widget_calendar .calendar_wrap #wp-calendar tfoot {
      background: transparent;
      position: absolute;
      top: 0;
      width: 100%;
      height: 36px;
      line-height: 36px; }
      .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
      .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        position: absolute;
        width: 36px;
        top: 50%;
        transform: translate(0, -50%);
        padding: 0; }
        .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
        .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #next a {
          border: 1px solid #ddd;
          background-color: #fff;
          display: block;
          position: relative;
          margin: 0 auto;
          color: transparent !important;
          width: 35px;
          height: 35px;
          line-height: 24px;
          text-align: center;
          transition: all .3s ease-in; }
          .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,
          .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
            font-family: FontAwesome;
            color: #222;
            transition: all .3s ease-in;
            font-size: 12px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
          .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
          .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover {
            transition: all .3s ease-in; }
            .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
            .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover:before {
              transition: all .3s ease-in;
              color: #fff; }
        .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
        .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
          text-align: center; }
          .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
          .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
            color: #f1f1f1;
            font-family: FontAwesome; }
      .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
        left: 0; }
        .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before {
          content: "\f104"; }
        .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before {
          content: "\f104"; }
      .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        right: 0; }
        .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
          content: "\f105"; }
        .aside .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
          content: "\f105"; }
  .aside .widget_pages ul li.page_item_has_children .children li {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .aside .widget_pages ul li.page_item_has_children .children li.page_item_has_children {
    padding-bottom: 0px; }
  .aside .widget_pages ul li {
    margin-bottom: 10px; }
    .aside .widget_pages ul li:last-child {
      margin-bottom: 0px; }
    .aside .widget_pages ul li a {
      font-size: 17px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      line-height: 26px;
      transition: all .3s ease-in-out; }
      .aside .widget_pages ul li a:hover {
        color: #e64646; }
  .aside .widget_pages ul > li {
    font-size: 17px;
    position: relative;
    list-style: none;
    line-height: 12px;
    flex-direction: column; }
    .aside .widget_pages ul > li span {
      position: absolute;
      right: 0;
      border-radius: 15px;
      background-color: #E4F8FF;
      width: 30px;
      height: 30px;
      font-size: 14px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none !important; }
  .aside .widget_pages ul ul {
    margin-left: 18px; }
    .aside .widget_pages ul ul li {
      border: 0px;
      font-size: 14px;
      padding: 10px 0; }
      .aside .widget_pages ul ul li a {
        font-size: 17px;
        color: #444444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        width: 100%;
        justify-content: flex-start; }
        .aside .widget_pages ul ul li a:before {
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0; }
      .aside .widget_pages ul ul li span {
        top: 10px;
        font-size: 14px; }
    .aside .widget_pages ul ul ul li a:before {
      content: '--'; }
  .aside .widget_recent_comments .recentcomments {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block; }
    .aside .widget_recent_comments .recentcomments a {
      color: #222;
      transition: all .3s ease-in-out; }
      .aside .widget_recent_comments .recentcomments a:hover {
        color: #F46119; }
    .aside .widget_recent_comments .recentcomments:last-child {
      margin: 0;
      border: none; }
    .aside .widget_recent_comments .recentcomments:last-child {
      padding-bottom: 0; }
    .aside .widget_recent_comments .recentcomments > a {
      margin-left: 5px; }
    .aside .widget_recent_comments .recentcomments .comment-author-link {
      font-weight: 600;
      color: #222222;
      margin-right: 5px; }
      .aside .widget_recent_comments .recentcomments .comment-author-link a {
        margin-left: 0 !important;
        text-decoration: none !important; }
      .aside .widget_recent_comments .recentcomments .comment-author-link:before {
        content: "\f2c0";
        font: normal normal normal 13px/1 FontAwesome;
        margin-right: 8px;
        position: relative;
        top: -1px; }
    .aside .widget_recent_comments .recentcomments a:before {
      content: '';
      margin-left: 5px; }
    .aside .widget_recent_comments .recentcomments a:last-child {
      text-decoration: underline; }
  .aside .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
    font-weight: 600;
    font-size: 17px;
    color: #444444; }
  .aside .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
    font-weight: 500; }
  .aside .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta:before {
    content: "\f2c0";
    font: normal normal normal 13px/1 FontAwesome;
    margin-right: 8px;
    position: relative;
    top: -1px;
    color: #222222; }
  .aside .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
    font-size: 17px;
    color: #444444;
    transition: all .3s ease-in-out;
    line-height: 24px; }
    .aside .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
      color: #e64646; }
    .aside .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:before {
      content: '';
      margin-left: 5px; }
    .aside .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:last-child {
      text-decoration: underline; }
  .aside .widget_rss .rsswidget img {
    display: none; }
  .aside .widget_rss ul li {
    padding-bottom: 15px;
    display: block; }
    .aside .widget_rss ul li:last-child {
      padding-bottom: 0; }
    .aside .widget_rss ul li .rsswidget {
      font-weight: 500;
      color: #222222;
      opacity: .8;
      display: block;
      margin-bottom: 5px; }
    .aside .widget_rss ul li .rss-date {
      display: block;
      margin-bottom: 5px; }
    .aside .widget_rss ul li .rssSummary {
      margin-bottom: 10px; }
    .aside .widget_rss ul li .rss-date {
      color: #c6c6c6; }
    .aside .widget_rss ul li cite {
      position: relative;
      display: block;
      font-style: normal;
      color: #b2b2b2; }
  .aside .widget_nav_menu ul li.has-submenu .sub-menu li, .aside .widget_recent_entries ul li.has-submenu .sub-menu li {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .aside .widget_nav_menu ul li.has-submenu .sub-menu li.has-submenu, .aside .widget_recent_entries ul li.has-submenu .sub-menu li.has-submenu {
    padding-bottom: 0px; }
  .aside .widget_nav_menu ul li, .aside .widget_recent_entries ul li {
    margin-bottom: 10px; }
    .aside .widget_nav_menu ul li:last-child, .aside .widget_recent_entries ul li:last-child {
      margin-bottom: 0px; }
    .aside .widget_nav_menu ul li a, .aside .widget_recent_entries ul li a {
      font-size: 17px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      line-height: 26px;
      transition: all .3s ease-in-out; }
      .aside .widget_nav_menu ul li a:hover, .aside .widget_recent_entries ul li a:hover {
        color: #e64646; }
  .aside .widget_nav_menu ul > li, .aside .widget_recent_entries ul > li {
    font-size: 17px;
    position: relative;
    list-style: none;
    line-height: 12px;
    flex-direction: column; }
    .aside .widget_nav_menu ul > li span, .aside .widget_recent_entries ul > li span {
      position: absolute;
      right: 0;
      border-radius: 15px;
      background-color: #E4F8FF;
      width: 30px;
      height: 30px;
      font-size: 14px;
      color: #444444;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none !important; }
  .aside .widget_nav_menu ul ul, .aside .widget_recent_entries ul ul {
    margin-left: 18px; }
    .aside .widget_nav_menu ul ul li, .aside .widget_recent_entries ul ul li {
      border: 0px;
      font-size: 14px;
      padding: 10px 0; }
      .aside .widget_nav_menu ul ul li a, .aside .widget_recent_entries ul ul li a {
        font-size: 17px;
        color: #444444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        width: 100%;
        justify-content: flex-start; }
        .aside .widget_nav_menu ul ul li a:before, .aside .widget_recent_entries ul ul li a:before {
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0; }
      .aside .widget_nav_menu ul ul li span, .aside .widget_recent_entries ul ul li span {
        top: 10px;
        font-size: 14px; }
    .aside .widget_nav_menu ul ul ul li a:before, .aside .widget_recent_entries ul ul ul li a:before {
      content: '--'; }
  .aside .widget_text strong {
    color: #222222; }
  .aside .widget_text .wp-caption {
    margin-bottom: 15px; }
    .aside .widget_text .wp-caption p {
      margin-top: 10px;
      margin-bottom: 0; }
    .aside .widget_text .wp-caption .wp-caption-text {
      text-align: center; }

/*-------------------------------------------------------------------

==  Button Style

-------------------------------------------------------------------*/
.fl-custom-btn {
  border-radius: 29px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 17px 35px;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2; }
  .fl-custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .fl-custom-btn:after {
    content: "";
    display: block;
    height: 140%;
    position: absolute;
    top: -10px;
    width: 140%;
    left: -20%;
    border-radius: 50%;
    z-index: -1;
    transform-origin: 0 50%;
    transform: skew(-35deg) scaleX(0);
    transition: transform .6s ease, -webkit-transform .6s ease; }
  .fl-custom-btn:hover:after {
    -webkit-transform: skew(-35deg) scaleX(1);
    -ms-transform: skew(-35deg) scaleX(1);
    transform: skew(-35deg) scaleX(1); }
  .fl-custom-btn span {
    position: relative;
    font-weight: 600;
    color: #fff; }
  .fl-custom-btn.normal-size {
    font-size: 13px;
    padding: 15px 30px; }
    .fl-custom-btn.normal-size span {
      top: 1px; }
  .fl-custom-btn.large-size {
    font-size: 16px;
    padding: 20px 45px; }
    .fl-custom-btn.large-size span {
      top: 2px; }
  .fl-custom-btn.small-size {
    font-size: 12px;
    padding: 15px 28px; }
    .fl-custom-btn.small-size span {
      top: 1px; }
  .fl-custom-btn.primary-border-style {
    color: #222222;
    transition: .5s ease;
    padding: 15px 33px; }
    .fl-custom-btn.primary-border-style:hover {
      transition: .3s ease;
      color: #ffffff; }
    .fl-custom-btn.primary-border-style.normal-size {
      padding: 13px 28px; }
    .fl-custom-btn.primary-border-style.large-size {
      padding: 18px 43px; }
    .fl-custom-btn.primary-border-style.small-size {
      padding: 13px 26px; }

/*-------------------------------------------------------------------

==  Video Button

-------------------------------------------------------------------*/
.video-btn {
  position: relative;
  z-index: 1;
  margin: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 75px;
  height: 75px; }
  .video-btn:before {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    opacity: .3;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1;
    border-radius: 50%;
    transition: .5s ease;
    animation: pulse-border 2s ease infinite; }
  .video-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    transition: .5s ease; }
  .video-btn i {
    font-size: 24px;
    position: relative;
    left: 3px;
    z-index: 2; }
  .video-btn .pulsing-bg {
    position: absolute;
    left: 0;
    top: 0; }
  .video-btn.small-size {
    width: 55px;
    height: 55px; }
    .video-btn.small-size i {
      font-size: 18px;
      left: 2px; }

@keyframes pulse-border {
  0%,
  100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
/*-------------------------------------------------------------------

==  Pagination

-------------------------------------------------------------------*/
.pagination {
  margin-top: 60px;
  text-align: center;
  display: inherit; }

.fl-comment-pagination {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  display: inherit; }

.fl-default-pagination .page-numbers, .fl-comment-pagination .page-numbers {
  overflow: hidden;
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  transition: .3s ease;
  background-color: #fff;
  text-decoration: unset; }
  .fl-default-pagination .page-numbers.current, .fl-default-pagination .page-numbers:hover, .fl-comment-pagination .page-numbers.current, .fl-comment-pagination .page-numbers:hover {
    background: #ffc248; }
  .fl-default-pagination .page-numbers i, .fl-comment-pagination .page-numbers i {
    font-size: 12px; }
  .fl-default-pagination .page-numbers a, .fl-comment-pagination .page-numbers a {
    color: inherit;
    transition: .6s ease; }
  .fl-default-pagination .page-numbers:after, .fl-comment-pagination .page-numbers:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 140%;
    left: -20%;
    z-index: -1;
    transform-origin: 0 50%;
    transform: skew(-15deg) scaleX(0);
    transition: transform .6s ease, -webkit-transform .6s ease; }
  .fl-default-pagination .page-numbers:before, .fl-comment-pagination .page-numbers:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .fl-default-pagination .page-numbers:hover, .fl-default-pagination .page-numbers.current, .fl-comment-pagination .page-numbers:hover, .fl-comment-pagination .page-numbers.current {
    color: #ffffff; }
    .fl-default-pagination .page-numbers:hover a, .fl-default-pagination .page-numbers.current a, .fl-comment-pagination .page-numbers:hover a, .fl-comment-pagination .page-numbers.current a {
      transition: .6s ease; }
    .fl-default-pagination .page-numbers:hover:after, .fl-default-pagination .page-numbers.current:after, .fl-comment-pagination .page-numbers:hover:after, .fl-comment-pagination .page-numbers.current:after {
      transform: skew(-15deg) scaleX(1); }

.post-inner-pagination, .page-inner-pagination {
  margin-bottom: 0;
  margin-top: 25px; }
  .post-inner-pagination .pagination-text, .page-inner-pagination .pagination-text {
    margin-right: 6px;
    font-weight: 500; }
  .post-inner-pagination .post-page-numbers, .page-inner-pagination .post-page-numbers {
    overflow: hidden;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    font-weight: 500; }
    .post-inner-pagination .post-page-numbers:before, .page-inner-pagination .post-page-numbers:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
    .post-inner-pagination .post-page-numbers:after, .page-inner-pagination .post-page-numbers:after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 140%;
      left: -20%;
      z-index: -1;
      transform-origin: 0 50%;
      transform: skew(-15deg) scaleX(0);
      transition: transform .6s ease, -webkit-transform .6s ease; }
    .post-inner-pagination .post-page-numbers.current, .post-inner-pagination .post-page-numbers:hover, .page-inner-pagination .post-page-numbers.current, .page-inner-pagination .post-page-numbers:hover {
      color: #fff; }
      .post-inner-pagination .post-page-numbers.current:after, .post-inner-pagination .post-page-numbers:hover:after, .page-inner-pagination .post-page-numbers.current:after, .page-inner-pagination .post-page-numbers:hover:after {
        transform: skew(-15deg) scaleX(1); }

.fl-blog-post-pagination {
  margin: auto; }

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
.footer-bg-color {
  background-color: #1f1f1f; }

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5; }

@media (min-width: 640px) {
  .uk-modal-footer {
    padding: 15px 30px; } }
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0; }

.footer .fl-shape1 {
  display: block;
  right: 2%;
  top: 30%;
  position: absolute;
  font-size: 27px;
  color: #ffc248; }

.footer .fl-shape2 {
  position: absolute;
  z-index: 7;
  left: 89px;
  top: 68px;
  font-size: 27px;
  color: #ffc248; }

.footer {
  width: 100%;
  position: relative;
  margin-top: 0; }

.footer_margin_top {
  margin-top: 120px; }

.footer-email {
  width: 100%;
  background-color: #00a5d3;
  position: relative;
  overflow: hidden;
  padding: 36px;
  z-index: 3; }

.second-style .footer-email {
  background-color: #2873de; }

.second-style .footer-email .form-email form input {
  border-color: #5b91df; }

.footer-email::after {
  content: '';
  background: url(../images/curve-email.svg) no-repeat center;
  width: 100%;
  height: 584px;
  position: absolute;
  top: -235px;
  left: 0; }

.footer-email .email-text h2 {
  font-size: 40px;
  font-family: inherit;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  margin-top: -13px;
  margin-bottom: 0px; }

.footer-email .email-text h2::before {
  top: 10px;
  left: -90px; }

.footer-email .form-email form {
  width: 100%;
  position: relative;
  z-index: 100; }

.footer-email .form-email form input {
  padding: 29px;
  font-size: 17px;
  font-family: inherit;
  color: #222222;
  line-height: 1.2;
  border: 10px solid #4eb6d3; }
  .footer-email .form-email form input::placeholder {
    color: #7b7b7b; }

.footer-email .form-email form button {
  position: absolute;
  right: 0;
  right: 10px;
  height: 79px;
  top: 10px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0; }

.footer-email .form-email form button:hover span {
  background-color: #ffc248 !important; }

.footer-middle {
  position: relative; }
  .footer-middle .widget h5.footer-widget--title {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 2.8;
    text-align: left;
    position: relative;
    margin-bottom: 40px; }
    .footer-middle .widget h5.footer-widget--title:before {
      content: '';
      background-color: #00bff5;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 1px;
      z-index: 26; }
  .footer-middle .widget.widget_media_image img {
    max-width: 172px !important; }
  .footer-middle .column-first .widget:first-child {
    margin-bottom: 30px;
    padding-top: 15px; }

.footer-middle .column-first {
  margin-right: 30px; }

.footer-middle .column-first .logo-footer {
  margin-bottom: 30px;
  padding-top: 15px; }

.footer-middle .column-first .logo-footer img {
  max-width: 100%;
  height: auto; }

.footer-middle .column-first .widget_text .textwidget p {
  font-size: 14px;
  color: #fff;
  line-height: 1.765;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 300;
  opacity: 0.8; }

.widget_templines_theme_helper_contact_phone_number a {
  text-decoration: unset; }

.widget_templines_theme_helper_social_profiles ul.social li {
  margin-right: 12px;
  width: 32px;
  height: 32px;
  text-align: center; }
  .widget_templines_theme_helper_social_profiles ul.social li i {
    color: #fff;
    font-size: 14px;
    margin-right: 6px; }

.footer-middle .column-first .text {
  font-size: 14px;
  color: #fff;
  line-height: 1.765;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 300;
  opacity: 0.8; }

.footer-middle .column-first i {
  margin-right: 6px;
  font-size: 22px;
  color: #ffc248; }

.footer-middle .column-first .phone {
  font-size: 20px;
  color: #fff;
  line-height: 1.273;
  text-align: left;
  margin-bottom: 25px;
  display: inline-block; }

.footer-middle .column-second ul li:first-child {
  margin-top: -15px; }

.footer-middle .column-second ul li {
  position: relative;
  -webkit-transition: all .7s;
  transition: all .7s;
  border-bottom: 1px dashed #4a4a4a;
  padding: 10px 0;
  margin-right: 20%;
  overflow: hidden; }

.footer-middle .column-second ul li a {
  font-size: 17px;
  color: #fff;
  line-height: 1.882;
  text-align: left;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 0;
  padding: 0;
  text-decoration: unset; }

.footer-middle .column-second ul li a:hover {
  opacity: 0.8; }

.footer-middle .column-second ul li:after {
  font-family: 'icomoon';
  content: "\eae0";
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
  left: -100px;
  top: 14px;
  -webkit-transition: all .2s;
  transition: all .5s;
  color: #de2929; }

.footer-middle .column-second ul li:hover::after {
  left: 0; }

.footer-middle .column-second ul li:hover a {
  padding-left: 25px; }

.footer-middle .column-three ul li {
  border-bottom: 1px dashed #4a4a4a;
  margin-bottom: 17px;
  padding-bottom: 7px; }

.footer-middle .column-three .card-content .data_info {
  font-size: 14px;
  color: #fff;
  line-height: 7px;
  text-align: left;
  margin-bottom: 14px;
  opacity: 0.8; }

.footer-middle .column-three .card-list img {
  border-radius: 2px;
  margin-right: 20px;
  width: 75px;
  height: auto; }

.footer-middle .column-three .card-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 7px;
  margin-top: -3px; }

.footer-middle .data_info i {
  font-size: 17px;
  color: #fff;
  margin-right: 5px;
  position: relative;
  top: -1px; }

.footer-middle .column-three .card-price {
  font-size: 18px;
  color: #de2929;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 8px;
  opacity: 1; }

.footer-middle .title {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 2.8;
  text-align: left;
  position: relative;
  margin-bottom: 40px; }

.footer-middle .title::before {
  content: '';
  background-color: #00bff5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  z-index: 26; }

.footer-bottom {
  text-align: center;
  min-height: 120px;
  background-color: #151515;
  width: 100%;
  margin-top: 0; }
  .footer-bottom ul li a {
    text-decoration: unset; }

.footer-bottom p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.875;
  text-align: center; }

.footer-bottom ul li {
  margin-left: 10px; }

.footer-bottom ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 3.063;
  text-align: left; }

.footer-bottom ul li a:hover {
  text-decoration: underline; }

.footer-email .btn-hover-animate .fa {
  right: 30px;
  top: 30px;
  font-size: 20px; }

.footer-email .btn-hover-animate .fa-second {
  right: -110px; }

.footer-email .btn-hover-animate .fa {
  right: 30px;
  margin: 0; }

.footer-email .btn-hover-animate:hover .fa-first {
  position: absolute;
  right: -110px; }

.footer-email .btn-hover-animate:hover .fa-second {
  right: 30px; }

.footer-email .btn-hover-animate .fa-second {
  right: -110px; }

@media screen and (min-width: 810px) {
  .footer-email {
    max-width: 1425px;
    position: relative;
    top: 0;
    left: 0;
    padding: 70px 126px;
    padding-left: 178px;
    margin-top: -120px;
    display: inline-block; } }
@media screen and (min-width: 768px) {
  html .footer-email .email-text h2 {
    font-size: 37px;
    line-height: 1.3;
    padding-bottom: 20px;
    position: relative;
    top: 7px;
    z-index: 77; }

  .footer-middle {
    position: relative;
    padding: 50px; }

  .footer-middle .column-first {
    margin-right: 30px;
    position: relative; }

  .footer-middle .column-first::before {
    content: '';
    background: url(../images/icon-dots-footer.png) no-repeat center;
    width: 78px;
    height: 76px;
    left: -29%;
    position: absolute;
    bottom: 18%; } }
@media screen and (max-width: 1200px) {
  .footer-email::after {
    display: none; }

  html .footer-email .email-text h2 {
    font-size: 30px;
    top: 13px; }

  .footer-middle .column-first .text {
    font-size: 13px; } }
@media screen and (max-width: 1000px) {
  html .footer-email {
    margin-top: 0px;
    padding: 70px !important; }

  .shape-footer1,
  .shape-footer2 {
    display: none !important; }

  html .footer-email .email-text h2 {
    font-size: 28px !important;
    margin-bottom: 30px;
    line-height: 40px; } }
@media screen and (max-width: 769px) {
  .footer-middle .title {
    margin-top: 25px; }

  html .footer-bottom {
    padding: 20px 20px 20px 20px;
    margin-top: 0; }

  html .footer-middle {
    position: relative;
    padding: 30px; } }
@media screen and (max-width: 768px) {
  .footer-middle .column-three .card-list img {
    display: none !important; }

  .footer-email .email-text h3 {
    text-align: center;
    margin-bottom: 20px; }

  .footer-middle {
    padding: 36px; }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .footer-bottom p {
    text-align: center; } }
@media screen and (max-width: 500px) {
  .footer-email {
    padding: 60px; }

  .footer-email h2 {
    font-size: 27px !important;
    margin-bottom: 10px; }

  .footer-middle {
    padding: 15px 0; }

  .footer-email {
    padding: 50px 30px; } }
.first-bg-color {
  background-color: #de2929; }

.first-bg-color,
.first-bg-color span {
  -webkit-transition: all .25s;
  transition: all .25s; }

.first-bg-color:hover,
.we__offer .link__template:hover {
  background-color: #00bff5 !important; }

.first-bg-color:hover span,
.we__offer .link__template:hover span {
  background-color: #07a0cb !important; }

.fl-animation,
.animation-navspinv,
.we-provide .snape23,
.featured__category-title + .row::before,
.first__screen--bg-img::after,
.home-card_icon-flex:after,
.svg45,
.decore-zigzag {
  animation: navspinv 3.4s infinite linear; }

@keyframes navspinv {
  0% {
    transform: translate3d(0, -15%, 0); }
  50% {
    transform: translate3d(0, 15%, 0); }
  100% {
    transform: translate3d(0, -15%, 0); } }
.fl_main.isset_footer_mailchimp_css {
  margin-bottom: -120px; }

/*-------------------------------------------------------------------

==  Header Search Form

-------------------------------------------------------------------*/
.header-search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  display: none; }
  .header-search-form .search-form-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 50vh; }
    .header-search-form .search-form-wrapper .search_global {
      transform: translateY(-50%);
      max-width: 500px;
      margin: 0 auto; }
      .header-search-form .search-form-wrapper .search_global input {
        opacity: 0;
        transform: translateY(-30px);
        flex-grow: 1;
        margin-bottom: 0; }
      .header-search-form .search-form-wrapper .search_global .info-text {
        transform: translateY(30px);
        opacity: 0;
        color: #fff;
        margin-top: 15px; }

.empty-search-wrapper .empty-search-wrapper-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px; }
  .empty-search-wrapper .empty-search-wrapper-text .left-content {
    display: inline-block; }
    .empty-search-wrapper .empty-search-wrapper-text .left-content i {
      font-size: 45px;
      margin-right: 25px;
      color: #cddbe7;
      top: -7px;
      position: relative; }
      .empty-search-wrapper .empty-search-wrapper-text .left-content i:before {
        font-size: 48px; }
  .empty-search-wrapper .empty-search-wrapper-text .right-content {
    display: inline-block; }
    .empty-search-wrapper .empty-search-wrapper-text .right-content .empty-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -2px;
      top: -10px;
      margin-bottom: -7px;
      position: relative; }
.empty-search-wrapper .empty-search-wrapper-search-form {
  max-width: 600px;
  margin: 0 auto; }
  .empty-search-wrapper .empty-search-wrapper-search-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper {
      width: 60%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 10px; }
    .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button {
        width: 100%;
        color: #fff;
        border-radius: 28px;
        line-height: 0px;
        height: 20px;
        padding: 25px 35px;
        max-width: 100%;
        transition: .3s ease;
        position: relative;
        overflow: hidden;
        background: transparent;
        text-transform: uppercase; }
        .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:hover:after {
          -webkit-transform: skew(-35deg) scaleX(1);
          -ms-transform: skew(-35deg) scaleX(1);
          transform: skew(-35deg) scaleX(1);
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left; }
        .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:before {
          background-color: #00a8d8;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -2; }
        .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:after {
          background-color: #e64646;
          content: "";
          display: block;
          height: 100%;
          position: absolute;
          top: 0;
          width: 140%;
          left: -20%;
          z-index: -1;
          -webkit-transform: skew(-35deg) scaleX(0);
          -ms-transform: skew(-35deg) scaleX(0);
          transform: skew(-35deg) scaleX(0);
          transition: transform .6s ease,-webkit-transform .6s ease;
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right; }

/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
.fl-mobile-menu-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098; }
  .fl-mobile-menu-wrapper .fl-sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1099;
    cursor: pointer; }
  .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper {
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 280px;
    background: #fff;
    padding: 45px 10px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh; }
    .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper .fl--mobile-menu-navigation {
      max-height: calc(100% - 85px);
      overflow-x: auto; }

.fl-hamburger-sidebar-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098; }
  .fl-hamburger-sidebar-wrapper .fl-nav-container {
    width: 450px;
    height: 100%;
    position: relative; }
  .fl-hamburger-sidebar-wrapper .fl-sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1099;
    cursor: pointer; }
  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper {
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 375px;
    background: #fff;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh; }
    .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper .sidebar_container {
      padding: 80px 60px; }
    .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper .fl--mobile-menu-navigation {
      padding: 70px 60px;
      padding-left: 15px;
      overflow: visible; }
    .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper .fl--mobile-menu-navigation {
      max-height: calc(100% - 85px); }

.fl--mobile-menu {
  background: inherit;
  z-index: 9;
  position: relative; }
  .fl--mobile-menu li {
    transition: background-color .3s ease-in;
    overflow: hidden; }
    .fl--mobile-menu li.opened {
      transition: background-color .3s ease-in;
      background: #E4F8FF; }
      .fl--mobile-menu li.opened > a .fl-menu-flipper-icon {
        transition: 0.6s;
        transform: rotateY(180deg); }
        .fl--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content i {
          transition: 0.6s;
          opacity: 0; }
    .fl--mobile-menu li a {
      border-bottom: 1px solid #cddbe7;
      position: relative;
      line-height: 1.1;
      display: block;
      padding: 17px 40px 17px 24px;
      color: #222222;
      font-size: 11px;
      text-transform: uppercase; }
      .fl--mobile-menu li a .fl-menu-flipper-icon {
        position: absolute;
        right: 0;
        color: #000;
        height: 100%;
        width: 50px;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
      .fl--mobile-menu li a:hover {
        color: #000; }
    .fl--mobile-menu li .sub-menu {
      display: none;
      background: #E4F8FF; }
      .fl--mobile-menu li .sub-menu li a {
        text-transform: none;
        font-size: 11px; }
        .fl--mobile-menu li .sub-menu li a .fl-front-content i:before {
          font-size: 11px; }
        .fl--mobile-menu li .sub-menu li a li a {
          padding-left: 37px; }
      .fl--mobile-menu li .sub-menu li .sub-menu {
        border-left: none;
        margin-left: 0; }
    > .fl--mobile-menu li:first-child a {
      border-bottom: none; }

.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar, .fl--mobile-menu-navigation::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px; }
.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar-thumb, .fl--mobile-menu-navigation::-webkit-scrollbar-thumb {
  height: 150px;
  border-radius: 10px;
  background: #E4F8FF; }

body.admin-bar .fl--mobile-menu-navigation-wrapper {
  top: 30px; }
body.admin-bar ul.fl-sidebar-social-profiles {
  bottom: 50px; }

.fl-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: #222;
  height: 100%;
  width: 50px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s;
  perspective: 40px; }
  .fl-menu-flipper-icon .fl-front-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    z-index: 2;
    backface-visibility: hidden; }
  .fl-menu-flipper-icon .fl-back-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    transform: rotateY(180deg); }
    .fl-menu-flipper-icon .fl-back-content i:before {
      font-size: 14px; }

.fl-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  transition: opacity .6s ease-in;
  border: 0;
  border-radius: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  top: 50px;
  right: 5px;
  z-index: 99999;
  cursor: pointer; }
  .fl-close-sidebar-icon:before {
    font-family: fl-custom-icon-font;
    content: '\e81d';
    transform: rotate(45deg);
    color: #222 !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

ul.fl-sidebar-social-profiles {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 24px; }
  ul.fl-sidebar-social-profiles li {
    display: inline-flex; }
    ul.fl-sidebar-social-profiles li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: 14px;
      padding: 0 2px;
      color: #222;
      transition: color .3s ease, opacity .3s ease;
      z-index: 1;
      width: 26px;
      height: 26px;
      opacity: .8; }
      ul.fl-sidebar-social-profiles li a i {
        display: flex; }
      ul.fl-sidebar-social-profiles li a:before {
        z-index: -1;
        content: '';
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        transition: all 0.3s;
        width: 0;
        border-radius: 100%; }
      ul.fl-sidebar-social-profiles li a:hover {
        opacity: 1;
        color: #fff; }
        ul.fl-sidebar-social-profiles li a:hover:before {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      ul.fl-sidebar-social-profiles li a.facebook:before {
        background: #4267b2; }
      ul.fl-sidebar-social-profiles li a.twitter:before {
        background: #1da1f2; }
      ul.fl-sidebar-social-profiles li a.linkedin:before {
        background: #0274b3; }
      ul.fl-sidebar-social-profiles li a.instagram:before {
        background: #231f20; }
      ul.fl-sidebar-social-profiles li a.behance:before {
        background: #0057ff; }
      ul.fl-sidebar-social-profiles li a.pinterest:before {
        background: #bd081c; }
      ul.fl-sidebar-social-profiles li a.google:before {
        background: #db4445; }
      ul.fl-sidebar-social-profiles li a.youtube:before {
        background: #f30007; }
      ul.fl-sidebar-social-profiles li a.vimeo:before {
        background: #1ab7ea; }

.fl-header-menu-container .fl--mobile-menu-icon {
  display: none !important; }

.fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget {
  padding-bottom: 90px;
  padding: 30px; }
  .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget .widget-title {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding-left: 14px;
    margin-bottom: 35px; }
    .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget .widget-title .fl-widget-title-line {
      width: 35px;
      height: 1px;
      background-color: #f0487a;
      display: block;
      margin-top: 10px; }
    .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget .widget-title:before {
      position: absolute;
      content: '';
      height: 5px;
      width: 5px;
      border-radius: 25px;
      background: #f0487a;
      top: 4px;
      left: 0;
      display: block; }
    .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget .widget-title:after {
      position: absolute;
      content: '';
      height: 5px;
      width: 5px;
      border-radius: 25px;
      background: #f0487a;
      display: block;
      bottom: 17px;
      left: 0; }
.fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_nav_menu ul > li {
  padding: 5px 0; }
  .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_nav_menu ul > li:before {
    content: '';
    background: url("../images/arrow.png");
    height: 9px;
    width: 0px;
    overflow: hidden;
    position: relative;
    transition: width .3s; }
  .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_nav_menu ul > li a {
    color: #222;
    transition: all .3s ease-in-out;
    font-weight: 500;
    font-size: 14px; }
    .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_nav_menu ul > li a:hover {
      color: #fc4c59; }
  .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_nav_menu ul > li:hover:before {
    width: 16px;
    transition: width .3s;
    display: inline-block; }
  .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_nav_menu ul > li:hover a {
    margin-left: 10px; }
  .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_nav_menu ul > li .sub-nav {
    display: none; }
.fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_fl_theme_helper_social_profiles .sidebar-social-links .social-links {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #cec6e1;
  position: relative;
  margin: 0 4px;
  transition: all .3s ease-in-out; }
  .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_fl_theme_helper_social_profiles .sidebar-social-links .social-links:hover {
    border: 2px solid #f0487a;
    background-color: #f0487a; }
    .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_fl_theme_helper_social_profiles .sidebar-social-links .social-links:hover a {
      color: #fff; }
  .fl--hamburger-sidebar-navigation-wrapper .sidebar_container .widget_fl_theme_helper_social_profiles .sidebar-social-links .social-links a {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    font-size: 16px;
    color: #333333; }
.fl--hamburger-sidebar-navigation-wrapper .fl--mobile-menu-navigation {
  display: none; }

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 1920px

-------------------------------------------------------------------*/
@media screen and (max-width: 3000px) {
  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: none; } }
@media screen and (max-width: 1620px) {
  .fl-nav .navbar-nav li a {
    font-size: 14px !important;
    line-height: 24px; } }
@media screen and (max-width: 1514px) {
  .fl-nav {
    display: none; } }
@media screen and (max-width: 560px) {
  html .footer-email {
    padding: 35px !important; } }
@media screen and (max-width: 1300px) {
  .fl-header .link-reg .header-search {
    width: 50%; }
  .fl-header .link-reg .nav-icons {
    display: none !important; } }
@media screen and (max-width: 1575px) {
  .fl-nav {
    padding: 0 25px; }

  .fl-nav .navbar-nav li a {
    font-size: 12px !important;
    line-height: 26px; } }
@media screen and (max-width: 1451px) {
  .fl-header.fl-header-single.fl-header-type1 .fl-mega-menu ul li a,
  .link-reg ul li a {
    font-size: 14px; }

  .link-reg .submit__listing {
    font-size: 14px;
    line-height: 12px;
    width: 215px;
    padding-left: 25px; } }
@media screen and (max-width: 1200px) {
  .fl-header.fl-header-single.fl-header-type1 .link-reg ul.d-flex {
    display: none !important; }

  .fl-header.fl-header-single.fl-header-type1 .link-reg {
    width: 30% !important; } }
@media screen and (max-width: 1310px) {
  .fl-header.fl-header-single.fl-header-type1 .link-reg {
    width: 60%; } }
@media screen and (max-width: 1300px) {
  .templines-testimonials-slider-wrap .fl-testimonials-slider .slick-list {
    height: unset !important; }

  .breadcrumbs {
    padding-left: 25px; } }
@media screen and (max-width: 1685px) {
  .fl--header .fl-header-content .fl-navigation-container .right-content {
    max-width: 60%; } }
@media screen and (max-width: 1820px) {
  .templines-testimonials-slider-wrap .fl-testimonials-slider .slick-list {
    height: 280px; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider.style_two .slick-list {
    height: unset !important; } }
@media screen and (max-width: 1640px) {
  .fl--header .fl-header-content .fl-navigation-container .right-content {
    max-width: 60%; } }
  /*-------------------------------------------------------------------

  ==  max-width 1425px

  -------------------------------------------------------------------*/
@media screen and (max-width: 1460px) {
  .templines-testimonials-slider-wrap .fl-testimonials-slider.style_two .slick-list {
    height: unset !important; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slick-list {
    height: 300px; }

  .fl--header .fl-header-content .fl-navigation-container .left-content {
    padding-right: 0px;
    max-width: unset; }

  .fl--header .fl-header-content .fl-navigation-container .right-content {
    max-width: 70%; }

  .fl--header .fl-header-content .fl-navigation-container .left-content .fl--logo-container {
    margin-right: 2.5em; }

  .fl-portfolio-three-column-style .fl-grid-item .entry-content {
    padding: 15px; }
    .fl-portfolio-three-column-style .fl-grid-item .entry-content .portfolio-mask-content {
      height: calc(100% - 30px);
      width: calc(100% - 30px);
      left: 15px;
      top: 15px; }

  .fl-portfolio-four-column-style .fl-grid-item .entry-content {
    padding: 15px; }
    .fl-portfolio-four-column-style .fl-grid-item .entry-content .portfolio-mask-content {
      height: calc(100% - 30px);
      width: calc(100% - 30px);
      left: 15px;
      top: 15px; }

  .fl-portfolio-masonry-style .fl-grid-item .entry-content {
    padding: 17px; }
    .fl-portfolio-masonry-style .fl-grid-item .entry-content .portfolio-mask-content {
      height: calc(100% - 34px);
      width: calc(100% - 34px);
      left: 17px;
      top: 17px; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .left-content {
    display: none; }

  .fl--header .fl-header-content .fl-navigation-container-four .right-content .fl--navigation-icon-container .fl--hamburger-menu .fl-flipper-icon {
    display: none; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: none; } }
  /*-------------------------------------------------------------------

  ==  max-width 1200px

  -------------------------------------------------------------------*/
@media screen and (max-width: 1340px) {
  .page-builder-blog-box-wrap .fl-post--item-three.col-4 {
    max-width: 30%; }

  .fl--header .fl-header-content .fl-navigation-container .left-content .fl--logo-container {
    margin-right: 1em; }

  .fl--header .fl-header-content .fl-navigation-container .left-content form.search input.searchinput {
    padding: 17px 20px; }

  .fl--header .fl-header-content .fl-navigation-container .left-content form.search .searchsubmit {
    right: 0px; }

  .fl--header .fl-header-content .fl-navigation-container .right-content .fl-mega-menu {
    max-width: 55%; }

  .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-btn-contain {
    margin-left: 10px; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item {
    opacity: 1 !important; } }
@media screen and (max-width: 1200px) {
  .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-sidebar {
    display: block; }

  .fl-content .templines-team-wrap {
    display: block !important; }

  .templines-team-wrap .team-item {
    width: 47.4% !important; }
    .templines-team-wrap .team-item:first-child {
      margin-left: 13px !important; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item {
    opacity: 1 !important; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: flex; }

  html .fl--header .fl-header-content .fl-navigation-container-four .right-content .fl-header-phone-contain {
    display: none !important; }

  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper .fl--mobile-menu-navigation {
    display: block;
    padding-left: 75px;
    padding-right: 0px;
    width: 100%;
    height: fit-content; }

  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }

  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper .sidebar_container {
    display: none; }

  .fl-padding {
    height: 90px !important; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .left-content .fl--navigation-icon-container {
    justify-content: flex-start; }

  .fl--hamburger-menu {
    display: inline-flex !important; }

  .fl--navigation-icon-container .header-icon {
    margin-left: 25px; }

  .fl--navigation-icon-container {
    flex-grow: 1 !important;
    justify-content: flex-end; }

  .fl-top-header-content {
    display: none; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-btn {
    margin-left: 20px; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
    display: inline-flex; } }
  /*-------------------------------------------------------------------

  ==  max-width 1170px

  -------------------------------------------------------------------*/
@media screen and (max-width: 1170px) {
  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-email, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    width: 100%;
    margin-left: 0px; }

  .fl--footer .bottom-content-footer .fl-subscribe-wrap .fl--socials-contain .fl_footer_social_icon i {
    width: 30px;
    height: 30px;
    line-height: 30px; }

  .fl--footer .bottom-content-footer .fl-subscribe-wrap .fl--socials-contain .fl_footer_social_icon {
    margin-top: 12px;
    font-size: 14px;
    margin-right: 20px; }

  .footer-widget-area-second {
    padding-left: 65px; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: flex; }

  html .fl--header .fl-header-content .fl-navigation-container-four .right-content .fl-header-phone-contain {
    display: none !important; }

  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper .fl--mobile-menu-navigation {
    display: block;
    padding-left: 75px;
    width: 100%;
    height: fit-content; }

  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }

  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper .sidebar_container {
    display: none; }

  .fl-padding {
    height: 90px !important; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .left-content .fl--navigation-icon-container {
    justify-content: flex-start; }

  .fl--hamburger-menu {
    display: inline-flex !important; }

  .fl--navigation-icon-container .header-icon {
    margin-left: 25px; }

  .fl--navigation-icon-container {
    flex-grow: 1 !important;
    justify-content: flex-end; }

  .fl-top-header-content {
    display: none; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-btn {
    margin-left: 20px; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
    display: inline-flex; } }
  /*-------------------------------------------------------------------

  ==  max-width 1024px

  -------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .footer .fl-shape2 {
    display: none; }

  .header-page .navbar {
    height: 100%; }

  .header-page .navbar .nav-logo {
    border-right: none; }

  .header-page .link-reg {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-info .fl-text-title-style a {
    font-size: 14px; }

  .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-widget-popular-post-category a {
    font-size: 12px; }

  .templines-team-wrap .team-item {
    width: 47.4% !important;
    margin: 10px !important; }
    .templines-team-wrap .team-item:first-child {
      margin-left: 10px !important; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: flex; }

  html .fl--header .fl-header-content .fl-navigation-container-four .right-content .fl-header-phone-contain {
    display: none !important; } }
  /*-------------------------------------------------------------------

  ==  max-width 992px

  -------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  #fl-main-holder.header-plugin-enable .single-post-wrapper .post-fl-image img {
    width: 100%; }

  .aside {
    width: 100%; } }
@media screen and (max-width: 992px) {
  .aside.sidebar_right {
    padding-left: 12px; }

  .fl-blog-post-div .main {
    margin-bottom: 60px; }
    .fl-blog-post-div .main.col-md-8 {
      width: 100%; }

  #fl-main-holder.header-plugin-enable .post_grid_style .post-fl-image img {
    width: 100%; }

  .post-content-bottom {
    margin-top: 38px; }

  .post-related-post-contain {
    display: none; }

  .post-wrapper .fl-post--item .post-top-info .author-link a, .post-wrapper .fl-post--item .post-top-info .post-date-content span, .post-wrapper .fl-post--item .post-top-info .post-info-category a, .post-wrapper .fl-post--item .post-top-info .fl-post-comments .comments-wrap, .post-wrapper .fl-post--item .post-top-info i {
    font-size: 12px; }

  .sidebar .widget {
    padding: 40px 30px;
    border-radius: 15px;
    margin-bottom: 40px; }

  .sidebar .widget_search form input {
    padding: 16px 21px; }

  .sidebar .widget_search form .searchsubmit i {
    left: 1px; }

  .container {
    max-width: 860px; }

  .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-img {
    margin-right: 11px; }

  .footer-widget-area-second {
    padding-left: 15px; }

  .footer-widget-area-first {
    padding-right: 15px;
    padding-left: 15px; }

  .footer-widget-area-third, .footer-widget-area-four {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px; }

  .sidebar .widget_mc4wp_form_widget .widget-title {
    font-size: 20px; }

  .fl--footer .bottom-content-footer .fl-subscribe-wrap .fl--subscribe-contain, .fl--footer .bottom-content-footer .fl-subscribe-wrap .fl--socials-contain {
    padding-right: 15px;
    padding-left: 15px; }

  .post-style-grid .fl-post-grid-row {
    display: unset; }

  .post-style-grid .fl-post-grid-row .fl-post--item {
    flex: 0 0 49.7%;
    max-width: 49.7%;
    margin-bottom: 55px; }

  .post-style-grid .fl-post-grid-row .fl-post--item .post--holder img {
    width: 100%; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-email, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    width: 47.3% !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-message, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-subject, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    margin-right: 6px; }

  .fl-mega-menu {
    display: none !important; }

  html .fl--header .fl-header-content .fl-navigation-container-four .right-content .fl-header-phone-contain {
    display: none !important; }

  .fl-page-heading {
    min-height: 400px; }

  .fl-page-heading .decor-image {
    display: none; }

  .fl-page-padding {
    height: 75px; }

  .fl-portfolio-masonry-style .grid-sizer, .fl-portfolio-masonry-style .fl-grid-item, .fl-portfolio-three-column-style .grid-sizer, .fl-portfolio-three-column-style .fl-grid-item, .fl-portfolio-four-column-style .grid-sizer, .fl-portfolio-four-column-style .fl-grid-item {
    width: 50%; }

  .fl-padding {
    height: 70px !important; }

  .fl-padding-20px {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .sidebar_left .sidebar {
    padding-right: 0 !important; }

  .sidebar_right .sidebar {
    padding-left: 0 !important; }

  .sidebar_left .cars-sidebar {
    padding-right: 20px !important; }

  .sidebar_right .cars-sidebar {
    padding-left: 20px !important; }

  .fl-blog-post-div .post-style-default .fl-post--item {
    flex-wrap: wrap; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-left-content {
      width: 100%;
      margin-bottom: 35px; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-right-content {
      width: 100%; }

  .fl-page-heading .content_header .header-title {
    font-size: 48px; }

  .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(odd) {
    padding-right: 15px; }

  .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(even) {
    padding-left: 15px; }

  .products .shop-archive-item:nth-child(4n+1) {
    clear: none; }

  .products .shop-archive-item:nth-child(2n+1) {
    clear: left; }

  .products .shop-archive-item {
    width: 50% !important; }

  .footer-widget-area {
    margin-top: 20px; } }
  /*-------------------------------------------------------------------

  ==  max-width 991px

  -------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-btn-contain .fl-header-btn {
    display: none; }

  .fl--header .fl-header-content .fl-navigation-container .right-content .fl-header-login {
    display: none; }

  .page-builder-custom-action-content-wrap .fl-action-content-meta .title {
    font-size: 28px !important; }

  .page-builder-custom-action-content-wrap .fl-action-content-meta .sub-title {
    font-size: 16px !important; }

  .fl-mega-menu {
    display: none !important; }

  html .fl--header .fl-header-content .fl-navigation-container-four .right-content .fl-header-phone-contain {
    display: none !important; }

  .fl--header .fl-header-content .fl-navigation-container .left-content {
    padding-right: 0px;
    max-width: unset; } }
  /*-------------------------------------------------------------------

  ==  max-width 870px

  -------------------------------------------------------------------*/
@media screen and (max-width: 870px) {
  .page-builder-blog-box-wrap .fl-post--item-two.col-4 {
    flex: 0 0 48%;
    max-width: 48%;
    padding-bottom: 15px; }

  .page-builder-blog-box-wrap .fl-post--item-three.col-4 {
    flex: 0 0 48%;
    max-width: 44%;
    margin-bottom: 30px; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item .fl-testimonial-content .title-wrap .fl-name .fl-testimonial-stars {
    margin-left: 0px !important; }

  .page-builder-blog-box-wrap {
    display: unset !important; }

  .page-builder-blog-box-wrap .fl-post--item .post--holder img {
    width: 100%; }

  .page-builder-blog-box-wrap .fl-post--item {
    display: inline-block;
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 43px;
    vertical-align: top; }
    .page-builder-blog-box-wrap .fl-post--item:last-child {
      margin-bottom: 0px; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-email, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    width: 46.6% !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-message, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-subject, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    margin-right: 6px; }

  .page-builder-icon-box-wrap.icon-box-style-two .icon-box-left-content {
    margin-right: 10px !important; }

  .page-builder-icon-box-wrap.icon-box-style-two .icon-box-right-content .icon-box-title {
    font-size: 18px !important;
    margin-bottom: 10px !important; }

  .page-builder-icon-box-wrap.icon-box-style-two .icon-box-right-content .icon-box-content {
    font-size: 14px !important; }

  .page-builder-custom-action-content-wrap .fl-action-content-meta {
    width: 75% !important; }

  .page-builder-custom-action-content-wrap .fl-action-content-meta .title {
    font-size: 24px !important; }

  .page-builder-custom-action-content-wrap .fl-action-content-meta .sub-title {
    font-size: 14px !important; }

  .post-style-grid .fl-post-grid-row .fl-post--item .post--holder img {
    width: 100%; }

  .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(even) {
    margin-top: 0px; }

  .post-style-grid .fl-post-grid-row .fl-post--item {
    flex: 0 0 49.6%;
    max-width: 49.6%;
    margin-bottom: 55px; }
    .post-style-grid .fl-post-grid-row .fl-post--item:last-child {
      margin-bottom: 0px; }

  .post-style-grid .fl-post-grid-row {
    margin-bottom: 55px; }
    .post-style-grid .fl-post-grid-row:last-child {
      margin-bottom: 0px; }

  .container {
    max-width: 720px; }

  .sidebar .widget .widget-title {
    font-size: 18px; }

  .sidebar .widget_fl_theme_helper_popular_post .fl--last-post .fl-last-post-img {
    display: none; }

  .sidebar .widget_fl_theme_helper_popular_post .fl--last-post {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px; }

  .sidebar .widget_mc4wp_form_widget .widget-title {
    line-height: 24px; }

  .sidebar .widget_mc4wp_form_widget form label {
    font-size: 14px; }

  .sidebar .widget_mc4wp_form_widget .widget-title:before {
    content: none; }

  .sidebar .widget_mc4wp_form_widget form .mc4wp-form-fields input[type=email] {
    padding: 20px 20px; }

  .sidebar .widget_mc4wp_form_widget form .mc4wp-form-fields input[type=submit] {
    padding: 20px 20px; }

  .sidebar .widget_mc4wp_form_widget form .mc4wp-form-fields input[type=email]::placeholder {
    font-size: 14px; }

  .widget_tmreviews_theme_helper_wp_city_widget .widget-title {
    letter-spacing: 2px; }

  .post-wrapper .fl-post--item .post--title a.title-link {
    font-size: 32px; }

  .fl--navigation {
    display: none !important; }

  .fl--footer .bottom-content-footer .fl-subscribe-wrap .fl--subscribe-contain form.mc4wp-form .mc4wp-form-fields input[type=submit] {
    padding: 15px 10px;
    font-size: 12px; }

  .fl--footer .bottom-content-footer .fl-subscribe-wrap .fl--subscribe-contain form.mc4wp-form .mc4wp-form-fields input[type=email] {
    width: 70%;
    padding: 15px 20px;
    padding-left: 60px;
    font-size: 12px; }

  .fl--footer .bottom-content-footer .fl-subscribe-wrap .fl--subscribe-contain form.mc4wp-form:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0e0";
    position: absolute;
    top: 14px;
    left: 20px;
    padding-right: 14px;
    border-right: 1px solid #eeeeee;
    line-height: 20px; } }
  /*-------------------------------------------------------------------

  max-width 782px

  -------------------------------------------------------------------*/
@media screen and (max-width: 782px) {
  .templines-team-wrap .team-item {
    width: 46.6% !important;
    margin: 10px !important; }
    .templines-team-wrap .team-item:first-child {
      margin-left: 10px !important; }

  .footer-bottom p {
    font-size: 12px; }

  .fl--header .fl-header-content .fl-navigation-container .left-content form.search {
    display: none; }

  .widget_tmreviews_theme_helper_wp_city_widget img {
    width: 100%; }

  .footer-widget-area-first, .footer-widget-area-second {
    width: 50%; }

  .fl-mega-menu {
    display: none !important; }

  .single-post-wrapper .post .post--title, .post-wrapper .fl-post--item .post--title {
    font-size: 30px; }

  .fl--header .fl-header-content .fl-navigation-container-four .right-content .fl-header-phone-contain {
    display: none; }

  .post-blockquote .quotes-text {
    font-size: 25px; }

  .fl-page-heading .fl--page-header .header-description-content {
    display: none; }

  .fl-filter-group-wrapper .filter-ul {
    display: none; }

  .fl-portfolio-masonry-style .grid-sizer, .fl-portfolio-masonry-style .fl-grid-item, .fl-portfolio-masonry-style .fl-grid-item, .fl-portfolio-three-column-style .grid-sizer, .fl-portfolio-three-column-style .fl-grid-item, .fl-portfolio-four-column-style .grid-sizer, .fl-portfolio-four-column-style .fl-grid-item {
    width: 100%; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-btn {
    display: none; }

  footer.fl--footer .footer__decor {
    height: 22px; }

  .fl-header--navigation .fl--logo-container .img-logotype, .fl-header--navigation .fl--logo-container .logotype-text {
    border-color: transparent;
    padding-right: 30px; }

  footer.fl--footer .footer__figure {
    display: none; }

  .fl-header--navigation.scrollUp {
    transform: translateY(0) !important; }

  .fl-counter-wrapper.text-left, .fl-counter-wrapper.text-right {
    text-align: center !important; }

  .fl-counter-wrapper {
    margin-top: 25px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-left-content {
    margin-bottom: 20px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .post--title {
    font-size: 19px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .category-post {
    margin-bottom: 20px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .post-info {
    margin-bottom: 15px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .post-text--content {
    margin-bottom: 25px; }

  .fl-page-heading .content_header .header-title {
    font-size: 40px; }

  .products .shop-archive-item:nth-child(2n+1) {
    clear: none; }

  .products .shop-archive-item {
    width: 100% !important; } }
  /*-------------------------------------------------------------------

  min-width 768px

  -------------------------------------------------------------------*/
@media (max-width: 768px) {
  .fl-blog-post-div .aside {
    padding-right: 12px; }

  .tm-contacts-contain {
    max-width: unset; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item.slick-center {
    min-width: unset !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-email, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    width: 48.1% !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-message, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-subject, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    margin-right: 6px; }

  .page-builder-icon-box-wrap.icon-box-style-two {
    max-width: unset !important; }

  .page-builder-icon-box-wrap.icon-box-style-two .icon-box-left-content {
    margin-right: 25px; }

  .fl--footer .bottom-content-footer .fl-subscribe-wrap .fl--subscribe-contain {
    display: none; }

  .fl--footer .bottom-content-footer .fl-subscribe-wrap .fl--socials-contain {
    width: 100%; }

  .fl-blog-post-div > .right-sidebar .post-wrapper {
    padding-right: 0px; }

  .single-post-wrapper.right-sidebar {
    padding-right: 15px; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item {
    margin: 20px 20px !important; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item.slick-active .fl-testimonial-image .entry-content {
    opacity: 1; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item .fl-testimonial-image .entry-content {
    opacity: 0; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: flex; }

  .fl--header .fl-header-content .fl-navigation-container .left-content .fl--logo-container .logotype-text {
    font-size: 18px; }

  .fl-page-heading {
    min-height: 300px; }

  .fl--header .fl-header-content .fl-navigation-container .left-content {
    padding-right: 0px;
    max-width: unset; }

  .fl--header .fl-header-content .fl-navigation-container-four .right-content .fl--navigation-icon-container .fl--hamburger-menu .fl-flipper-icon {
    display: flex; }

  .fl--header .fl-header-content .fl-navigation-container-four .right-content .fl--navigation-icon-container .fl--hamburger-sidebar .fl-flipper-icon {
    display: none; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .center-content {
    justify-content: flex-end; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .right-content {
    display: none; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .left-content .fl--navigation-icon-container .fl-top-header-social {
    display: none; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .left-content .fl--navigation-icon-container {
    justify-content: flex-start; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top {
    padding-bottom: 0px;
    margin-bottom: 0px; }

  .fl-header--navigation.fixed-enable {
    background-color: #fff; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top:after {
    content: none; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .center-content {
    flex-grow: 0; }

  .fl-mega-menu {
    display: none !important; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .left-content {
    display: flex; }

  .fl-home-page-posts-content-vc .home-page-post-container article.fl-post--item-two {
    display: block;
    width: 100%;
    margin-left: 0px; }

  .post-bottom-meta-contain .fl-share-contain {
    text-align: right; }

  .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain .fl-share-buttons-contain {
    justify-content: flex-end; }

  .post-bottom-meta-contain .fl-share-contain span {
    margin-right: 0px; }

  .fl-padding {
    height: 50px !important; }

  .fl-reflect {
    display: flex;
    flex-direction: column-reverse; }

  .auto-price-info {
    margin-top: 30px; }

  .car-details .vehicle-characteristics .list-descriptions .dd-item {
    max-width: 100%; }

  .car-details .wrap-nav-table-content ul {
    text-align: center; }
    .car-details .wrap-nav-table-content ul li {
      width: 100%;
      padding: 0; }
      .car-details .wrap-nav-table-content ul li span {
        padding: 15px 0;
        font-size: 14px; }
        .car-details .wrap-nav-table-content ul li span:before {
          display: none; }

  .fl-header--navigation .fl--logo-container .img-logotype, .fl-header--navigation .fl--logo-container .logotype-text {
    padding-right: 15px; }

  .fl--logo-container img {
    max-width: 145px !important; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
    margin-left: 0; }

  .fl-header--navigation .fl-bottom-header-content {
    padding: 25px 15px; }

  footer.fl--footer .footer__decor {
    display: none; }

  footer.fl--footer .top-content-footer {
    padding-top: 80px; }

  .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li:before {
    height: 30px; }

  .sidebar.cars-sidebar {
    margin-bottom: 30px; }

  #pix-sorting .sorting__inner .sorting__item:first-child {
    display: none; }

  #pix-sorting .sorting__inner .sorting__item {
    flex-grow: 0; }
    #pix-sorting .sorting__inner .sorting__item.view-by {
      flex-grow: 1;
      justify-content: flex-end; }

  .single-post-wrapper .post-holder--info .post-info {
    flex-wrap: wrap; }
    .single-post-wrapper .post-holder--info .post-info .left-post-top-content {
      width: 100%; }
    .single-post-wrapper .post-holder--info .post-info .right-post-top-content {
      width: 100%;
      margin-top: 20px; }

  .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper {
    flex-wrap: wrap; }

  .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name {
    width: 100%; }

  .fl-page-heading .content_header .breadcrumbs-heading .breadcrumbs {
    display: none; }

  form.fl-comment-form {
    flex-wrap: wrap;
    margin-bottom: 20px; }

  form.fl-comment-form .comment-field-wrapper {
    padding-right: 0; }

  form.fl-comment-form .author-comment {
    width: 100%;
    padding-left: 0; }

  .fl-page-padding {
    height: 75px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder .post-info-category {
    right: 10px;
    bottom: 10px; }

  .sidebar_right .sidebar, .sidebar_left .sidebar {
    margin-top: 30px; }

  .comment-title-content .font-text {
    font-size: 30px; }

  .comment-title-content .back-text {
    font-size: 55px; }

  .comments-container .reply-title {
    margin-bottom: 30px; }

  .single-post-wrapper .post-holder--info .post-holder .holder-decor {
    display: none; }

  .single .bg-holder {
    padding-top: 60px;
    margin-top: 0; }
    .single .bg-holder .bg-holder-after {
      display: none; }

  .single-post-wrapper .post-holder--info .post-holder {
    margin-bottom: 30px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder .post-info-category .category-post a {
    font-size: 8px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info {
    flex-wrap: wrap; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .post-comments-content {
    display: none; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post--title a {
    font-size: 19px; }

  .single-post-wrapper .post-holder--info .post-info .left-post-top-content .comments-post {
    display: none; }

  blockquote {
    padding: 40px 20px 40px 65px !important;
    font-size: 17px; }
    blockquote > p a {
      margin-top: 10px;
      width: 100%;
      display: block; }
    blockquote:before {
      left: 15px;
      font-size: 30px; }

  .single-post-wrapper .post-category--tags.style-two {
    padding: 25px 20px; }

  .login-form .login-gap {
    height: 70px !important; }
  .login-form .login-in {
    min-width: 300px; }
  .login-form .login-gap.bottom {
    height: 70px; }

  .header-search-form .search-form-row {
    flex-wrap: wrap;
    justify-content: flex-end; }
    .header-search-form .search-form-row input {
      min-width: calc(100% - 20px);
      margin-right: 10px;
      margin-bottom: 15px; }
    .header-search-form .search-form-row .searchsubmit {
      margin-right: 10px; }

  .pix-dynamic-content #pixad-listing.list .card {
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__img {
      width: 100%;
      max-width: none;
      margin-bottom: 20px; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner {
      max-width: none;
      padding-left: 0;
      width: 100%; } }
  /*-------------------------------------------------------------------

  min-width 720px

  -------------------------------------------------------------------*/
@media (max-width: 720px) {
  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-email, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    width: 48% !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-message, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-subject, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    margin-right: 6px; } }
  /*-------------------------------------------------------------------

  ==  max-width 680px

  -------------------------------------------------------------------*/
@media (max-width: 680px) {
  .page-builder-custom-action-content-wrap img {
    height: 200px !important; }

  .page-builder-blog-box-wrap {
    display: block !important; }

  .page-builder-blog-box-wrap .fl-post--item .post--holder img {
    width: 100%; }

  .page-builder-blog-box-wrap .fl-post--item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 43px; }
    .page-builder-blog-box-wrap .fl-post--item:last-child {
      margin-bottom: 0px; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-email, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    width: 47.8% !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-message, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-subject, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    margin-right: 6px; } }
  /*-------------------------------------------------------------------

  ==  max-width 630px

  -------------------------------------------------------------------*/
@media (max-width: 630px) {
  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-email, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    width: 47.7% !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-message, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-subject, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    margin-right: 6px; }

  .footer-widget-area-first, .footer-widget-area-four {
    width: 100%; }

  .footer-widget-area-second, .footer-widget-area-third {
    width: 50%; }

  .footer-widget-area-four {
    flex: 0 0 100%;
    max-width: 100%; }

  .templines-team-wrap .team-item {
    width: 46.7% !important;
    margin: 10px !important; }
    .templines-team-wrap .team-item:first-child {
      margin-left: 10px !important; } }
  /*-------------------------------------------------------------------

  ==  max-width 630px

  -------------------------------------------------------------------*/
@media (max-width: 600px) {
  .page-builder-icon-box-wrap.icon-box-style-four {
    display: block !important; }

  .page-builder-icon-box-wrap.icon-box-style-four .icon-box-left-content {
    margin-right: auto !important;
    margin-left: auto !important; }

  .page-builder-icon-box-wrap.icon-box-style-four .icon-box-right-content .icon-box-title {
    font-size: 36px !important;
    text-align: center !important;
    margin-top: 15px !important; }

  .page-builder-icon-box-wrap.icon-box-style-four .icon-box-right-content .icon-box-content {
    text-align: center !important; }

  .page-builder-blog-box-wrap .fl-post--item-two.col-4, .page-builder-blog-box-wrap .fl-post--item-three.col-4 {
    flex: 0 0 100%;
    max-width: 95%;
    padding-bottom: 45px; }
    .page-builder-blog-box-wrap .fl-post--item-two.col-4 img, .page-builder-blog-box-wrap .fl-post--item-three.col-4 img {
      width: 100%; }

  .templines-team-wrap .team-item {
    width: 95% !important;
    margin: 15px !important; }
    .templines-team-wrap .team-item:first-child {
      margin-left: 15px !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-email, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    width: 47.2% !important; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: flex; }

  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; }

  .pix-dynamic-content #pixad-listing.list .card .card__img {
    margin-bottom: 0; }
  .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content {
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .left-content {
      text-align: center;
      width: 100%;
      order: 1; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .right-content {
      display: flex;
      order: 0;
      width: 100%;
      justify-content: flex-end;
      margin-bottom: 40px;
      z-index: 2;
      position: relative;
      margin-top: -66px;
      margin-right: 20px; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .right-content .card__price {
        font-size: 13px;
        display: inline-flex; }
  .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list {
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li {
      text-align: center;
      margin-bottom: 15px; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li i {
        display: none; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li .right--content {
        flex-grow: initial; }
  .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content {
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .promo-image-gallery {
      margin-bottom: 15px;
      text-align: center; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .tmpl-list-footer {
      text-align: center; }

  .post-style-grid .fl-post-grid-row .fl-post--item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 55px; }
    .post-style-grid .fl-post-grid-row .fl-post--item:last-child {
      margin-bottom: 0px; }

  .post-style-grid .fl-post-grid-row {
    display: block;
    padding-bottom: 0px; }
    .post-style-grid .fl-post-grid-row:last-child {
      margin-bottom: 0px; } }
  /*-------------------------------------------------------------------

  ==  max-width 570px

  -------------------------------------------------------------------*/
@media (max-width: 570px) {
  .page-builder-blog-box-wrap .fl-post--item-two.col-4, .page-builder-blog-box-wrap .fl-post--item-three.col-4 {
    max-width: 94%; }

  .post-related-post-contain .fl-related-container {
    display: block; }

  .post-related-post-contain .fl-related-container .fl--related-post {
    width: 100%; }

  .post-related-post-contain .fl-related-container .fl--related-post .fl-last-post-img img {
    width: 100%; }

  .post-related-post-contain .fl-related-container .fl--related-post:last-child {
    margin-left: 0px; }

  .post-related-post-contain .fl-related-container .fl--related-post:first-child {
    padding-bottom: 53px; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: flex; }

  .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li {
    width: 50%;
    margin-bottom: 15px; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li .right--content {
      flex-grow: initial; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    left: -15px; }

  .fl--header .fl-header-content .fl-navigation-container .left-content .fl--logo-container .logotype-text {
    font-size: 14px; } }
  /*-------------------------------------------------------------------

  ==  max-width 500px

  -------------------------------------------------------------------*/
@media (max-width: 500px) {
  .header-page .link-reg ul {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .header-page .link-reg ul li {
    width: 100%; }

  .header-page .link-reg ul li:last-child {
    border-right: none; }

  .header-page .link-reg .user-area {
    margin: 0 auto;
    padding: 15px 0; }

  .header-page .navbar .nav-logo {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .header-page .navbar .header-search {
    border-right: none; }

  .page-builder-custom-action-content-wrap img {
    height: 250px !important; }

  #fl-main-holder {
    overflow-x: hidden; }

  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper .fl--mobile-menu-navigation {
    padding-left: 50px;
    padding-right: 50px; }

  .fl-hamburger-sidebar-wrapper .fl-nav-container {
    width: unset; }

  .comments-container .fl-custom-btn {
    display: none; }

  .post-bottom-meta-contain {
    display: block; }

  .post-bottom-meta-contain .fl-share-contain {
    display: none;
    justify-content: flex-start;
    text-align: left;
    margin-top: 20px; }

  .templines-team-wrap .team-item {
    width: 93% !important; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item .fl-testimonial-image .entry-content {
    opacity: 0 !important; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item .fl-testimonial-content {
    padding-left: 45px !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-email, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    width: 46.5% !important; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: flex; }

  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper, .menu-wrap {
    width: 100%; }

  .fl-hamburger-sidebar-wrapper .close-button {
    z-index: 9999; }

  .fl--header .fl-header-content .fl-navigation-container .left-content {
    padding-right: 0px;
    max-width: unset; }

  .menu-wrap {
    position: absolute;
    z-index: 1001;
    height: 100%;
    font-size: 1.15em;
    -webkit-transform: translate3d(-450px, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; } }
  /*-------------------------------------------------------------------

  ==  max-width 450

  -------------------------------------------------------------------*/
@media (max-width: 460px) {
  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item .fl-testimonial-content .title-wrap .fl-name .fl-testimonial-stars {
    margin-left: 0px !important;
    display: block !important; }

  .templines-testimonials-slider-wrap .fl-testimonials-slider .slider-item {
    margin: 20px 10px !important; }

  .page-builder-blog-box-wrap .fl-post--item-two.col-4, .page-builder-blog-box-wrap .fl-post--item-three.col-4 {
    max-width: 93%; } }
  /*-------------------------------------------------------------------

  ==  max-width 400px

  -------------------------------------------------------------------*/
@media (max-width: 400px) {
  .page-builder-blog-box-wrap .fl-post--item-two.col-4, .page-builder-blog-box-wrap .fl-post--item-three.col-4 {
    max-width: 92%; }

  .post-wrapper .fl-post--item .post-top-info {
    font-size: 12px; }

  .post-wrapper .fl-post--item .post-top-info .author-link, .post-wrapper .fl-post--item .post-top-info .post-date-content, .post-wrapper .fl-post--item .post-top-info .post-info-category, .post-wrapper .fl-post--item .post-top-info .fl-post-comments {
    margin-right: 10px; }

  .post-wrapper .fl-post--item .post-top-info .author-link {
    display: none; }

  .templines-team-wrap .team-item {
    width: 91% !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-email, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    width: 100% !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-phone {
    margin-left: 0px !important; }

  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-subject, .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.your-message {
    margin-right: 0px !important; }

  .morph-shape {
    display: none; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: flex; }

  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper {
    width: 100%; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .right-content {
    display: none; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .left-content .fl--navigation-icon-container .fl-top-header-social {
    display: none; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .left-content .fl--navigation-icon-container {
    justify-content: flex-start; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top {
    padding-bottom: 0px;
    margin-bottom: 0px; }

  .fl-header--navigation.fixed-enable {
    background-color: #fff; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top:after {
    content: none; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .center-content {
    flex-grow: 0; }

  .fl-home-page-posts-content-vc .home-page-post-container article.fl-post--item-two {
    display: block;
    width: 100%;
    margin-left: 0px; }

  .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain .fl-share-buttons-contain {
    justify-content: flex-end; }

  .post-bottom-meta-contain .fl-share-contain span {
    margin-right: 0px; } }
  /*-------------------------------------------------------------------

  ==  max-width 360

  -------------------------------------------------------------------*/
@media (max-width: 360px) {
  .page-builder-blog-box-wrap .fl-post--item-two.col-4, .page-builder-blog-box-wrap .fl-post--item-three.col-4 {
    max-width: 90%; }

  .fl--header .fl-header-content .fl-navigation-container .right-content .fl--hamburger-sidebar {
    margin-left: 0px; }

  .fl--navigation-icon-container .header-icon .fl-flipper-icon .fl-front-content {
    display: flex; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .right-content {
    display: none; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .left-content .fl--navigation-icon-container .fl-top-header-social {
    display: none; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .left-content .fl--navigation-icon-container {
    justify-content: flex-start; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top {
    padding-bottom: 0px;
    margin-bottom: 0px; }

  .fl-header--navigation.fixed-enable {
    background-color: #fff; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top:after {
    content: none; }

  .fl--header .fl-header-content .fl-navigation-container-three .fl-header-top .center-content {
    flex-grow: 0; }

  .fl-hamburger-sidebar-wrapper .fl--hamburger-sidebar-navigation-wrapper {
    width: 100%; }

  .fl-home-page-posts-content-vc .home-page-post-container article.fl-post--item-two {
    display: block;
    width: 100%;
    margin-left: 0px; }

  .post-bottom-meta-contain .fl-share-contain {
    text-align: right;
    display: block; }

  .post-bottom-meta-contain .fl-share-contain .fl-post-share-contain .fl-share-buttons-contain {
    justify-content: flex-end; }

  .post-bottom-meta-contain .fl-share-contain span {
    margin-right: 0px; } }
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
.page-404 {
  padding-top: 120px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px; }
  .page-404 .link__template {
    text-decoration: unset; }
  .page-404.menu_style_three {
    margin-top: 120px; }
  .page-404.footer_margin_enable {
    padding-bottom: 10px; }

.page-404 .img {
  position: relative;
  margin-bottom: 70px;
  z-index: 7; }

.page-404 .img::before {
  left: 10%;
  top: 40%; }

.page-404 .img::after {
  right: 200px;
  left: unset;
  top: 129px; }

.page-404 .img p {
  content: '';
  position: absolute;
  font-size: 36px;
  color: #0cbcee;
  font-weight: bold;
  line-height: 1.056;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.page-404 .subtitle {
  font-size: 36px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 5; }

.page-404 .subtitle + a {
  margin-bottom: 100px; }

.page-404 .subtitle::before {
  bottom: 0;
  left: 0;
  z-index: -1; }

.page-404 .link__template {
  max-width: 300px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  background-color: #de2929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin: 0 auto; }

.page-404 .link__template .text {
  width: 100%;
  text-align: center; }

.page-404 .link__template span {
  display: block;
  width: 80px;
  background-color: #ab1212;
  height: 60px; }

.page-404 .link__template span svg {
  fill: #fff; }

.page-404 .link__template:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 10px 19px -11px rgba(0, 0, 0, 0.61); }

@media screen and (max-width: 768px) {
  .page-404 .subtitle {
    font-size: 27px;
    color: #222222;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 5; } }
@media screen and (max-width: 768px) {
  .page-404 {
    padding-bottom: 15px; }

  .page-404 .img img {
    width: 100%;
    height: auto; }

  .page-404 .img p {
    font-size: 19px; } }
@media screen and (max-width: 500px) {
  .page-404 {
    padding-bottom: 0; }

  .page-404 .img {
    margin-bottom: 50px; }

  .page-404 .img p {
    font-size: 16px; }

  .page-404 .subtitle {
    font-size: 28px;
    margin-bottom: 50px; } }
@media screen and (max-width: 375px) {
  .page-404 {
    padding-bottom: 0; }

  .page-404 .img p {
    font-size: 12px; } }
@media screen and (max-width: 1000px) {
  .page-404 .img::before,
  .page-404 .img::after {
    display: none; } }
.icon-dots,
.page-404 .img::before,
.page-register::after {
  content: '';
  background: url(../../css/images/icon-dots.svg) no-repeat center;
  position: absolute;
  width: 113px;
  height: 106px; }

.shape2-yellow,
.page-404 .img::after {
  content: '';
  background: url(../../css/images/shape2-yellow.png);
  width: 65px;
  height: 13px;
  display: block;
  position: absolute;
  z-index: -1; }

.curve-404,
.page-404 .subtitle::before,
.page-register::before {
  content: '';
  background: url(img/png/curve-404-#fff.png) no-repeat center;
  position: absolute;
  width: 430px;
  height: 430px;
  z-index: 0; }

/*-------------------------------------------------------------------

==  PMPro Styles

-------------------------------------------------------------------*/
html #pmpro_account .pmpro_box h3 {
  background: #F2F8FF;
  padding: 30px 40px;
  margin: 0 -40px 40px; }

html #pmpro_account .pmpro_box {
  border: 1px solid #ededed;
  padding: 0 40px 40px; }

#pmpro_level_cost {
  background-color: #fcf8e3;
  padding: 13px 26px;
  border: 1px solid #faebcc; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-name {
  display: inline-block;
  margin: 0;
  width: 100%; }

html .pmpro_checkout {
  padding: 0;
  margin: 15px auto;
  border: 1px solid #ededed; }

.pmpro_checkout hr {
  display: none; }

.pmpro_checkout h3 {
  display: inline-block;
  width: 100%;
  background: #F2F8FF;
  padding: 30px 40px 20px !important;
  margin: 0 !important; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 5px;
  display: block; }

.pmpro_confirmation_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block; }

html .pmpro_btn.pmpro_btn-submit-checkout {
  padding: 20px 30px;
  width: 100%; }

.pmpro_actions_nav a {
  border-radius: 29px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 17px 35px;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
  background: #fff;
  border: #e0eaf4 2px solid;
  font-weight: 700;
  width: 100%;
  text-align: center; }

.pmpro_actions_nav a:hover {
  background: #e0eaf4; }

.pmpro_checkout-fields {
  padding: 40px; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase; }

#ExpirationMonth {
  max-width: 40%;
  margin-right: 10px; }

#ExpirationYear {
  max-width: 40%;
  margin-left: 10px; }

.pmpro_payment-cvv small {
  position: absolute;
  bottom: -15px;
  left: 10px; }

#pmpro_level_cost p {
  margin: 0;
  padding: 0;
  color: #8a6d3b; }

#pmpro_form {
  max-width: 800px;
  display: block;
  margin: 0 auto; }

.pmpro-login .pmpro_message {
  max-width: 800px;
  margin: 0 auto 30px; }

.pmpro_checkout {
  border: 1px solid #ededed;
  padding: 40px;
  margin: 15px auto; }

.pmpro_checkout_box-password,
.pmpro_confirmation_wrap,
.pmpro_login_wrap,
.pmpro_lost_password_wrap,
.pmpro_member_profile_edit_wrap,
.pmpro_reset_password_wrap {
  border: 1px solid #ededed;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto; }

.pmpro_login_wrap .pmpro_actions_nav a,
.pmpro_lost_password_wrap .pmpro_actions_nav a {
  width: 100%;
  margin: 0; }

.pmpro_lost_password-instructions {
  padding-bottom: 20px; }

#wp-submit,
.pmpro_btn-submit {
  background-color: #00a8d8;
  border: 0;
  color: #fff;
  padding: 18px; }

#wp-submit:hover,
.pmpro_btn-submit:hover {
  background-color: #e64646; }

.pmpro_login_wrap .pmpro_actions_nav,
.pmpro_lost_password_wrap .pmpro_actions_nav {
  font-size: 0;
  color: #fff; }

.pmpro_checkout-fields .pmpro_checkout-field {
  position: relative; }

.pmpro_asterisk {
  position: absolute;
  top: 0;
  left: -4px;
  color: red; }

#pmpro_levels_table .pmpro_btn.disabled,
#pmpro_levels_table .pmpro_btn[disabled],
#pmpro_levels_table fieldset[disabled] .pmpro_btn {
  background: #e64646 !important;
  opacity: 1; }

.pmpro_actions_nav {
  text-align: center;
  overflow: hidden; }

.pmpro-member-profile-edit h2 {
  display: none; }

.pmpro_billing_wrap {
  max-width: 800px;
  margin: 0 auto; }

html #loginform label,
html form.pmpro_form label {
  margin-left: 10px;
  margin-bottom: 5px; }

.pmpro_content_message {
  text-align: center; }

.pmpro_change_password_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block; }

#pmpro_levels_table + .pmpro_actions_nav {
  max-width: 800px;
  display: block;
  margin: 25px auto !important; }

html form.pmpro_form .lite {
  font-size: 14px; }

.pmpro_btn:link,
html .pmpro_btn,
html .pmpro_content_message a,
html .pmpro_content_message a:link {
  background-color: #00a8d8;
  border: 0;
  padding: 16px 30px !important;
  color: #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 19px; }

table.pmpro_table th {
  background-color: #F2F8FF;
  text-transform: uppercase;
  color: #222; }

html #loginform input[type="password"],
html #loginform input[type="text"],
html form.pmpro_form .input,
html form.pmpro_form select,
html form.pmpro_form textarea {
  max-width: 100%; }

html .pmpro_btn.pmpro_btn-cancel {
  background-color: #e64646 !important;
  color: #fff;
  margin-top: 15px;
  text-decoration: none; }

html .pmpro_btn.pmpro_btn-cancel:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8; }

.pmpro-confirmation .fl-page-heading .fl--page-header .header-title {
  font-size: 50px; }

.fl-venders-account table.pmpro_table {
  margin-bottom: 10px; }

.fl-venders-account table.pmpro_table td,
.fl-venders-account table.pmpro_table th {
  border: 1px solid #ddd;
  padding: 15px; }

#pmpro_levels_table {
  width: 100%;
  max-width: 800px; }

/*# sourceMappingURL=general.css.map */
