@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/* Normalize */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

body {
  margin-top: -1px;
}

ol ol, ul ul, ol ul, ul ol {
  padding-left: 10px;
  margin-bottom: 1em;
}

ol, pre, ul {
  margin: 15px 0;
  line-height: 1.8;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
.xooapp-heading-title.xooapp-size-small {
  font-size: 17px;
}
.xooapp-heading-title.xooapp-size-medium {
  font-size: 20px;
}
.xooapp-heading-title.xooapp-size-large {
  font-size: 30px;
}
.xooapp-heading-title.xooapp-size-xl {
  font-size: 40px;
}
.xooapp-heading-title.xooapp-size-xxl {
  font-size: 60px;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b, strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp {
  /* 1 */
  font-size: 1em;
  /* 2 */
  padding: 2px;
  border-radius: 2px;
  color: #23282d;
  background: #f0f0f0;
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 14px;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template, [hidden] {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button, input, select, optgroup, textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.8em;
  line-height: 1.8;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

table {
  border-spacing: 0;
  width: 100%;
  margin-bottom: 25px;
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

thead {
  background: #43ca25;
  color: #fff;
}

thead th {
  border: 1px solid transparent;
}

th {
  text-transform: capitalize;
  border: 1px solid #EDEDED;
  padding: 4px 10px;
}

td {
  border: 1px solid #ededed;
  padding: 5px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  padding: 10px 5px;
}

caption {
  font-size: 16px;
  margin: 0 0 20px 0;
}

ins {
  text-decoration: none;
  margin-left: 5px;
  font-size: 1.2em;
  font-weight: 700;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

label {
  width: 100%;
  display: inline-block;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
*:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

ul, ol {
  margin: 0 0 1.5em 1em;
  padding-left: 10px;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type=button], input[type=reset], input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover {
  border-color: #ccc #bbb #aaa;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=button]:active, input[type=button]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type=reset]:active, input[type=reset]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type=submit]:active, input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color] {
  color: #666;
  border-radius: 3px;
}

textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus {
  color: #111;
}

textarea {
  width: 100%;
}

textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
li.nav-item {
  display: inline-block;
  position: relative;
}

li.nav-item.app_img:hover {
  background: none;
}

a.no-nav-menu {
  position: relative;
  font-weight: bold;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:before, .entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:before, .comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header:before, .site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-content:before, .site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

/* - Calendar Style 
------------------------------------------*/
table#wp-calendar caption {
  background: #5c5a56;
  text-align: center;
  padding: 4px;
  color: #fff;
}
table#wp-calendar td {
  text-align: center;
  padding: 8px 4px;
}
table#wp-calendar td a {
  display: block;
  color: #000;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* - Widget Common Style
------------------------------------------*/
.widget_recent_comments ul, .widget_recent_entries ul, .widget_archive ul, .widget_pages ul, .widget_meta ul, .widget_rss ul, .widget_nav_menu ul {
  padding-left: 0;
  list-style: none;
}

.widget_recent_comments ul li.recentcomments,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_rss ul li {
  position: relative;
}

.widget_archive ul li {
  border-bottom: 1px dashed #dedede;
  padding: 8px 0;
  margin: 0;
}

.widget_categories ul, .wp-block-categories-list ul {
  padding: 0;
  list-style: none;
}

.widget_categories li:before, .wp-block-categories-list li:before {
  content: "";
  color: #49c731;
  font-family: fontawesome;
  font-size: 10px;
  margin-right: 6px;
  font-weight: 100;
  position: relative;
  top: -2px;
}

.widget_categories select, .wp-block-categories-list select, .widget_archive select {
  width: 100%;
  height: 40px;
  display: block;
  margin-top: 15px;
  padding: 7px 10px;
}

.widget_categories select option, .wp-block-categories-list select option, .widget_archive select option {
  padding: 7px 10px;
}

.widget_recent_entries li {
  border-bottom: 1px solid #ecebeb;
}
.widget_recent_entries li:last-child {
  border: none;
}
.widget_recent_entries li:first-child {
  padding-top: 10px;
}

/* - Rss Style
------------------------------------------*/
.widget_rss ul li {
  padding-bottom: 15px;
}
.widget_rss ul li a {
  display: block;
  padding-bottom: 4px;
}
.widget_rss ul li cite {
  padding-top: 6px;
  display: inline-block;
}

a.rsswidget {
  font-weight: bold;
}

span.rss-date {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 12px;
  display: block;
}

/* - Archive Style
------------------------------------------*/
.widget_archive ul li a {
  line-height: 35px;
  position: relative;
  text-decoration: none;
}

/* - Category Style
------------------------------------------*/
.widget_categories ul, .wp-block-categories-list ul {
  padding: 0;
  list-style: none;
}

.widget_categories li, .wp-block-categories-list li {
  margin: 2px 0 !important;
  text-transform: capitalize;
  padding: 10px 0;
  border-bottom: 1px dashed #c0c0c0;
}
.widget_categories li:hover .children, .widget_categories li .children, .wp-block-categories-list li .children {
  display: block;
  margin: 0 !important;
  margin-top: 10px !important;
  padding-left: 15px;
  border-top: 1px dashed #c0c0c0;
}
.widget_categories li span, .wp-block-categories-list li span {
  float: right;
  background: #4cd12a;
  color: #fff;
  padding: 0 4px;
  margin-top: 3px;
}
.widget_categories li a, .wp-block-categories-list li a {
  line-height: 35px;
  position: relative;
  color: #333 !important;
  text-decoration: none;
  border: none;
}
.widget_categories li a:hover, .wp-block-categories-list li a:hover {
  color: #111 !important;
  border: none;
}
.widget_categories li .children li:before, .wp-block-categories-list li .children li:before {
  display: none;
}
.widget_categories li .children li:first-child, .wp-block-categories-list li .children li:first-child {
  padding-top: 10px;
}
.widget_categories li .children li:last-child, .wp-block-categories-list li .children li:last-child {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.wp-block-categories-list li span {
  float: none;
}

li.recentcomments {
  padding: 20px 0 !important;
  color: #000;
}
li.recentcomments a {
  color: #4CAF50;
  display: block;
}

.widget_recent_comments .xooapp-footer-widget li {
  border-bottom: 1px dashed #ccc;
}

/* - Widget Text Style
------------------------------------------*/
.widget_text select {
  width: 100%;
  height: 40px;
  padding: 7px 15px;
}

.widget-item.widget_archive li a {
  float: left;
}

/* - Tag Cloud Style
------------------------------------------*/
.widget_tag_cloud .tagcloud {
  margin-top: 20px;
}
.widget_tag_cloud a {
  color: #3F3F3F;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  padding: 0.35rem 1rem;
  display: inline-block;
  font-size: 0.7rem !important;
  font-weight: 400;
  margin-right: 0.35rem;
  margin-bottom: 0.5rem;
  position: relative;
  text-transform: uppercase;
}
.widget_tag_cloud span.tagcount {
  color: #000;
  margin-left: 4px;
  font-weight: 700;
  font-size: 13px;
}
.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
  background-color: #efefef;
  text-decoration: none;
  color: #000000;
}

.footer-widget {
  margin-bottom: 40px;
}

/* - Sidebar Default Menu Style 
------------------------------------------*/
.widget_nav_menu ul {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.widget_nav_menu ul li {
  margin-bottom: 0;
  line-height: 2.2;
}
.widget_nav_menu ul li a {
  position: relative;
  display: block;
  border-bottom: 1px dashed #ccc;
  padding-left: 10px;
}
.widget_nav_menu ul li a:before {
  content: "-";
  position: relative;
  left: -11px;
  color: #34ec3c;
  top: 0px;
  font-size: 22px;
  font-weight: bold;
}
.widget_nav_menu ul li .sub-menu {
  margin-left: 10px !important;
}
.widget_nav_menu ul li .sub-menu .sub-menu .sub-menu .sub-menu {
  margin-left: 0px !important;
}
.widget_nav_menu .menu {
  padding-left: 20px;
}

.sidebar-div.widget_nav_menu ul > li {
  border-bottom: none !important;
}
.sidebar-div.widget_nav_menu ul > li:last-child {
  border-bottom: none !important;
}

.sidebar-div ul.sub-menu {
  margin-bottom: 0;
}
.sidebar-div ul.sub-menu li {
  border: none;
}
.sidebar-div ul.sub-menu .sub-menu {
  padding: 0;
  padding-left: 10px;
}
.sidebar-div ul.sub-menu .sub-menu .sub-menu {
  padding-left: 0;
}
.sidebar-div .menu-item-has-children {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.sidebar-div ul > li a:not([href]):not([tabindex]) {
  display: none;
}

.sidebar-div ul > li a:not([href]):not([tabindex]) {
  display: none;
}

.widget_pages li.page_item {
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}
.widget_pages li.page_item a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.widget_pages li.page_item.page_item_has_children {
  border-bottom: 1px solid #efefef;
}

.widget_pages li.page_item.page_item_has_children .page_item_has_children {
  border-top: none;
}

.widget_pages li.page_item .children li:last-child a {
  border-bottom: none;
}

.menu-testing-menu-container li a {
  width: 100%;
  display: inline-block;
  color: #373636;
}

.left-sign-btn-have {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
input.search-field {
  padding: 8px;
  width: 100%;
}
input.search-submit {
  padding: 10px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  background: #41bf2b;
  border: none;
  color: #fff;
}

.sidebar-div input.search-submit {
  font-size: 0.9rem;
  text-transform: none;
  background: #41bf2b;
}

header.page-header h1 {
  margin-top: 0;
}

#search-field input {
  padding-left: 15px;
}

.page-links {
  clear: both;
  margin: 1.5em 0;
  display: flex;
}

.page-links a {
  margin-right: 5px;
  margin-left: 5px;
}

.page-links a:first-child {
  margin-left: 0;
}

.posts-holder .blog-post-txt .page-links a span {
  background: #59ec3c;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 0;
}

.page-links span {
  background: #60d343;
  color: #fff;
  display: inline-block;
  padding: 1px 13px;
}

form.post-password-form input[type=submit] {
  background: #4ac731;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
}

form.post-password-form label {
  display: block;
  font-weight: 700;
}

form.post-password-form input[type=password] {
  display: block;
  padding: 10px;
  border: 2px solid #e4e4e4;
}

.frp-img {
  height: 60px;
  width: 70px;
  float: left;
  margin-right: 15px;
}

.frp-content {
  display: table;
}
.frp-content span {
  font-size: 13px;
  display: block;
}
.frp-content h5 {
  margin: 0 !important;
  font-weight: 500;
}

.frp-img span.image-block {
  background-size: cover;
  height: 60px;
  display: block;
}

.frp-content h5 {
  font-size: 0.9rem;
  margin-bottom: 0px;
  font-weight: 400;
}

.single-frp {
  display: flow-root;
  padding: 1em 0;
  border-bottom: 1px dashed #c0c0c0;
}
.single-frp:last-child {
  border: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.posts-holder .sticky .blog-post {
  background: #fafafa;
  border: 1px solid #e2e2e2;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.no-sidebar .site-main {
  max-width: 100%;
  flex: 0 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
}
.no-sidebar .site-main .posts-holder.p-right-60 {
  padding: 0;
}

.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
  box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.gallery-item figcaption {
  position: absolute;
  visibility: hidden;
  bottom: -100px;
  padding: 5px;
  background: #777777c7;
  color: #fff;
  transition: 0.3s ease-in;
  width: 100%;
}

.gallery-item img {
  max-width: 100%;
  overflow: hidden;
}

.gallery-item:hover figcaption {
  visibility: visible;
  bottom: 0;
  transition: 0.3s ease-in-out;
}

.tiled-gallery {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}

.tiled-gallery img {
  margin: 2px !important;
}

.tiled-gallery .gallery-group {
  float: left;
  position: relative;
}

.tiled-gallery .tiled-gallery-item {
  float: left;
  margin: 0;
  position: relative;
  width: inherit;
}

.tiled-gallery .gallery-row {
  overflow: hidden;
}

.tiled-gallery .tiled-gallery-item a {
  background: transparent;
  border: none;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: auto;
}

.tiled-gallery .tiled-gallery-item img, .tiled-gallery .tiled-gallery-item img:hover {
  background: none;
  border: none;
  box-shadow: none;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
}

.tiled-gallery-caption {
  background: #eee;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
  font-size: 11px;
}

.widget-gallery .tiled-gallery-unresized {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}

.tiled-gallery .tiled-gallery-item img.grayscale {
  position: absolute;
  left: 0;
  top: 0;
}

.tiled-gallery .tiled-gallery-item img.grayscale:hover {
  opacity: 0;
}

.tiled-gallery.type-circle .tiled-gallery-item img {
  border-radius: 50% !important;
}

.tiled-gallery.type-circle .tiled-gallery-caption {
  display: none;
  opacity: 0;
}

.wpcf7 .wpcf7-submit {
  background-color: #42a5f5;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem 2rem;
  border: 2px solid #42a5f5;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

#contacts-2 .wpcf7 .wpcf7-submit {
  color: #fff;
  background-color: #41bf2b;
  border-color: #41bf2b;
}

/* elementor */
body.elementor-editor-active .fixed-top {
  padding: 0.75rem 1rem;
  z-index: 1;
}
body.elementor-editor-active .fixed-top.scroll {
  top: 0;
}

p.xooapp-sub-heading {
  padding-top: 10px;
}

.xooapp-logo-desc {
  font-size: 1.05rem;
  line-height: 1.65;
}

.elementor hr {
  margin: 15px 0 !important;
  background: inherit;
}

.mc4wp-form-fields {
  position: relative;
}
.mc4wp-form-fields input[type=email], .mc4wp-form-fields input[type=text] {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  padding: 10px;
  color: #fff;
  width: 100%;
  outline: none;
}
.mc4wp-form-fields input[type=submit] {
  background: none;
  border: 0;
  bottom: 2px;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 10px 30px;
}
.mc4wp-form-fields button.btn {
  position: absolute;
  right: 0;
  bottom: 6px;
  background: none;
  border: transparent;
}
.mc4wp-form-fields ::-moz-placeholder, .mc4wp-form-fields :-ms-input-placeholder, .mc4wp-form-fields ::-webkit-input-placeholder {
  color: #eee;
}

.elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-small {
  font-size: 15px;
}
.elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-medium {
  font-size: 19px;
}
.elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-large {
  font-size: 29px;
}
.elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-xl {
  font-size: 39px;
}
.elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-xxl {
  font-size: 52px;
}

.elementor-widget-wp-widget-nav_menu ul li a {
  font-size: 16.8px;
  line-height: 24px;
}
.elementor-widget-wp-widget-nav_menu h5 {
  margin-bottom: 20px;
}
.elementor-widget-wp-widget-nav_menu li {
  margin-bottom: 8px;
}
.elementor-widget-wp-widget-nav_menu ul li a:hover {
  text-decoration: underline;
}

.xooapp-widget-heading.xooapp-widget-heading .xooapp-heading-title {
  color: #222;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
  overflow: hidden;
  display: table;
  margin: auto;
}

.elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background: #41bf2b;
  border: 1px solid #ccc;
}
.elementor-tabs-wrapper .elementor-tab-title {
  font-size: 17px;
  font-weight: 300;
  padding: 15px 30px !important;
  margin: 0 5px !important;
  display: inline-block !important;
  border: 1px solid #ccc !important;
  border-radius: 5px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after, .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  border-bottom-style: none;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
  margin-top: 30px;
  border-style: none;
}

.xooapp-button-sm .xooapp-button-list {
  display: inline-block;
}

.xooapp-inline-items .xooapp-button-sm {
  display: inline-flex;
  vertical-align: middle;
}

.xooapp-inline-items .xooapp-button-sm a {
  display: block;
  margin: 10px 0;
}

.elementor-button .elementor-align-icon-right {
  float: right;
  margin-left: 5px;
}

.elementor-widget-wp-widget-nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ===========================================================================
01. GENERAL & BASIC STYLES
=========================================================================== */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: "Roboto", "sans-serif";
  color: #333;
  font-weight: 400;
  word-break: break-word;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/
#page {
  overflow: hidden;
}

/*------------------------------------------*/
/*  ONSCROLL ANIMATIONS
/*------------------------------------------*/
.visible {
  visibility: visible;
}

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/
.ind-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.ind-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.ind-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.ind-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.ind-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.ind-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.ind-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.ind-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.ind-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.ind-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.wide-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.wide-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.wide-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wide-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.wide-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.wide-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.wide-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wide-90 {
  padding-top: 100px;
  padding-bottom: 90px;
}

.wide-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.wide-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.wide-60 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.wide-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.wide-40 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.wide-30 {
  padding-top: 100px;
  padding-bottom: 30px;
}

/*------------------------------------------*/
/*    Margin Top
/*------------------------------------------*/
.m-top-160 {
  margin-top: 160px;
}

.m-top-150 {
  margin-top: 150px;
}

.m-top-140 {
  margin-top: 140px;
}

.m-top-130 {
  margin-top: 130px;
}

.m-top-120 {
  margin-top: 120px;
}

.m-top-110 {
  margin-top: 110px;
}

.m-top-100 {
  margin-top: 100px;
}

.m-top-90 {
  margin-top: 90px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-70 {
  margin-top: 70px;
}

.m-top-60 {
  margin-top: 60px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-45 {
  margin-top: 45px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-top-35 {
  margin-top: 35px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-5 {
  margin-top: 5px;
}

.m-top-0 {
  margin-top: 0;
}

/*------------------------------------------*/
/*    Margin Bottom
/*------------------------------------------*/
.m-bottom-160 {
  margin-bottom: 160px;
}

.m-bottom-150 {
  margin-bottom: 150px;
}

.m-bottom-140 {
  margin-bottom: 140px;
}

.m-bottom-130 {
  margin-bottom: 130px;
}

.m-bottom-120 {
  margin-bottom: 120px;
}

.m-bottom-110 {
  margin-bottom: 110px;
}

.m-bottom-100 {
  margin-bottom: 100px;
}

.m-bottom-90 {
  margin-bottom: 90px;
}

.m-bottom-80 {
  margin-bottom: 80px;
}

.m-bottom-70 {
  margin-bottom: 70px;
}

.m-bottom-60 {
  margin-bottom: 60px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-bottom-45 {
  margin-bottom: 45px;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

.m-bottom-35 {
  margin-bottom: 35px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-bottom-25 {
  margin-bottom: 25px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-5 {
  margin-bottom: 5px;
}

.m-bottom-0 {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*    Margin Left
/*------------------------------------------*/
.m-left-70 {
  margin-left: 70px;
}

.m-left-60 {
  margin-left: 60px;
}

.m-left-50 {
  margin-left: 50px;
}

.m-left-45 {
  margin-left: 45px;
}

.m-left-40 {
  margin-left: 40px;
}

.m-left-35 {
  margin-left: 35px;
}

.m-left-30 {
  margin-left: 30px;
}

.m-left-25 {
  margin-left: 25px;
}

.m-left-20 {
  margin-left: 20px;
}

.m-left-15 {
  margin-left: 15px;
}

.m-left-10 {
  margin-left: 10px;
}

.m-left-5 {
  margin-left: 5px;
}

/*------------------------------------------*/
/*    Margin Right
/*------------------------------------------*/
.m-right-70 {
  margin-right: 70px;
}

.m-right-60 {
  margin-right: 60px;
}

.m-right-50 {
  margin-right: 50px;
}

.m-right-45 {
  margin-right: 45px;
}

.m-right-40 {
  margin-right: 40px;
}

.m-right-35 {
  margin-right: 35px;
}

.m-right-30 {
  margin-right: 30px;
}

.m-right-25 {
  margin-right: 25px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-right-15 {
  margin-right: 15px;
}

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

.m-right-5 {
  margin-right: 5px;
}

/*------------------------------------------*/
/*    Padding Top
/*------------------------------------------*/
.p-top-160 {
  padding-top: 160px;
}

.p-top-150 {
  padding-top: 150px;
}

.p-top-140 {
  padding-top: 140px;
}

.p-top-130 {
  padding-top: 130px;
}

.p-top-120 {
  padding-top: 120px;
}

.p-top-110 {
  padding-top: 110px;
}

.p-top-100 {
  padding-top: 100px;
}

.p-top-90 {
  padding-top: 90px;
}

.p-top-80 {
  padding-top: 80px;
}

.p-top-70 {
  padding-top: 70px;
}

.p-top-60 {
  padding-top: 60px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-top-45 {
  padding-top: 45px;
}

.p-top-40 {
  padding-top: 40px;
}

.p-top-35 {
  padding-top: 35px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-top-25 {
  padding-top: 25px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-10 {
  padding-top: 10px;
}

/*------------------------------------------*/
/*    Padding Bottom
/*------------------------------------------*/
.p-bottom-160 {
  padding-bottom: 160px;
}

.p-bottom-150 {
  padding-bottom: 150px;
}

.p-bottom-140 {
  padding-bottom: 140px;
}

.p-bottom-130 {
  padding-bottom: 130px;
}

.p-bottom-120 {
  padding-bottom: 120px;
}

.p-bottom-110 {
  padding-bottom: 110px;
}

.p-bottom-100 {
  padding-bottom: 100px;
}

.p-bottom-90 {
  padding-bottom: 90px;
}

.p-bottom-80 {
  padding-bottom: 80px;
}

.p-bottom-70 {
  padding-bottom: 70px;
}

.p-bottom-60 {
  padding-bottom: 60px;
}

.p-bottom-50 {
  padding-bottom: 50px;
}

.p-bottom-45 {
  padding-bottom: 45px;
}

.p-bottom-40 {
  padding-bottom: 40px;
}

.p-bottom-35 {
  padding-bottom: 35px;
}

.p-bottom-30 {
  padding-bottom: 30px;
}

.p-bottom-25 {
  padding-bottom: 25px;
}

.p-bottom-20 {
  padding-bottom: 20px;
}

.p-bottom-15 {
  padding-bottom: 15px;
}

.p-bottom-10 {
  padding-bottom: 10px;
}

.p-bottom-0 {
  padding-bottom: 0;
}

/*------------------------------------------*/
/*    Padding Left
/*------------------------------------------*/
.p-left-100 {
  padding-left: 100px;
}

.p-left-90 {
  padding-left: 90px;
}

.p-left-80 {
  padding-left: 80px;
}

.p-left-70 {
  padding-left: 70px;
}

.p-left-60 {
  padding-left: 60px;
}

.p-left-50 {
  padding-left: 50px;
}

.p-left-45 {
  padding-left: 45px;
}

.p-left-40 {
  padding-left: 40px;
}

.p-left-35 {
  padding-left: 35px;
}

.p-left-30 {
  padding-left: 30px;
}

.p-left-25 {
  padding-left: 25px;
}

.p-left-20 {
  padding-left: 20px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-left-10 {
  padding-left: 10px;
}

.p-left-5 {
  padding-left: 5px;
}

.p-left-0 {
  padding-left: 0px;
}

/*------------------------------------------*/
/*    Padding Right
/*------------------------------------------*/
.p-right-100 {
  padding-right: 100px;
}

.p-right-90 {
  padding-right: 90px;
}

.p-right-80 {
  padding-right: 80px;
}

.p-right-70 {
  padding-right: 70px;
}

.p-right-60 {
  padding-right: 60px;
}

.p-right-50 {
  padding-right: 50px;
}

.p-right-45 {
  padding-right: 45px;
}

.p-right-40 {
  padding-right: 40px;
}

.p-right-35 {
  padding-right: 35px;
}

.p-right-30 {
  padding-right: 30px;
}

.p-right-25 {
  padding-right: 25px;
}

.p-right-20 {
  padding-right: 20px;
}

.p-right-15 {
  padding-right: 15px;
}

.p-right-10 {
  padding-right: 10px;
}

.p-right-5 {
  padding-right: 5px;
}

.p-right-0 {
  padding-right: 0px;
}

/*------------------------------------------*/
/*   BACKGROUND SETTINGS
/*------------------------------------------*/
.bg-scroll {
  width: 100%;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*------------------------------------------*/
/*   Background Colors for Sections
/*------------------------------------------*/
.bg-lightgrey {
  background-color: #f0f0f0;
}

.bg-grey {
  background-color: #e8e8e8;
}

.bg-red {
  background-color: #e35029;
}

.bg-yellow {
  background-color: #feca16;
}

.bg-green {
  background-color: #42a045;
}

.bg-blue {
  background-color: #242d4d;
}

.bg-lightblue {
  background-color: #1e88e5;
}

.bg-purple {
  background-color: #783bb1;
}

.bg-lightpurple {
  background-color: #715fef;
}

/*------------------------------------------*/
/*   BORDER SETTINGS FOR DEMOS
/*------------------------------------------*/
.b-top {
  border-top: 1px solid #ddd;
}

.b-bottom {
  border-bottom: 1px solid #ddd;
}

.b-left {
  border-left: 1px solid #ddd;
}

.b-right {
  border-right: 1px solid #ddd;
}

/* ==========================================================================
02.  TYPOGRAPHY
=========================================================================== */
/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025rem;
  margin-bottom: 15px;
}

/* Header H5 */
h5.h5-xs {
  font-size: 1.125rem;
}
h5.h5-sm {
  font-size: 1.1875rem;
}
h5.h5-md {
  font-size: 1.25rem;
}
h5.h5-lg {
  font-size: 1.375rem;
}
h5.h5-xl {
  font-size: 1.5rem;
}

/* 18px */
/* 19px */
/* 20px */
/* 22px */
/* 24px */
/* Header H4 */
h4.h4-xs {
  font-size: 1.625rem;
}
h4.h4-sm {
  font-size: 1.75rem;
}
h4.h4-md {
  font-size: 1.875rem;
}
h4.h4-lg {
  font-size: 2rem;
}
h4.h4-xl {
  font-size: 2.125rem;
}

/* 26px */
/* 28px */
/* 30px */
/* 32px */
/* 34px */
/* Header H3 */
h3.h3-xs {
  font-size: 2.375rem;
}
h3.h3-sm {
  font-size: 2.5rem;
}
h3.h3-md {
  font-size: 2.625rem;
}
h3.h3-lg {
  font-size: 2.75rem;
}
h3.h3-xl {
  font-size: 3rem;
}

/* 38px */
/* 40px */
/* 42px */
/* 44px */
/* 48px */
/* Header H2 */
h2.h2-xs {
  font-size: 3.25rem;
}
h2.h2-sm {
  font-size: 3.375rem;
}
h2.h2-md {
  font-size: 3.5rem;
}
h2.h2-lg {
  font-size: 3.75rem;
}
h2.h2-xl {
  font-size: 4rem;
}

/* 52px */
/* 54px */
/* 56px */
/* 60px */
/* 64px */
/*------------------------------------------*/
/*   PARAGRAPHS
/*------------------------------------------*/
p.p-sm {
  font-size: 0.95rem;
}
p.p-md {
  font-size: 1.125rem;
}
p.p-lg {
  font-size: 1.25rem;
}
p.p-xl {
  font-size: 1.3175rem;
}

/* 15.2px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/*------------------------------------------*/
/*   LINK SETTINGS
/*------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
a:hover {
  color: #666;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*   BUTTON SETTINGS
/*------------------------------------------*/
.btn, .xooapp-button-type-button {
  background-color: #e35029;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem 2rem;
  border: 2px solid #e35029;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.btn:before, .xooapp-button-type-button:before {
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -2;
  transition: 0.5s all ease;
  border-radius: 2px;
}

.btn-white:before, .btn-tra-black:before {
  background-color: rgba(0, 0, 0, 0.75);
}

/*------------------------------------------*/
/*   Button Color
/*------------------------------------------*/
.btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-tra-black {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.btn-yellow {
  color: #333;
  background-color: #feca16;
  border-color: #feca16;
}

.white-color .btn-yellow {
  color: #333;
}

.btn-lightblue {
  color: #fff;
  background-color: #42a5f5;
  border-color: #42a5f5;
}

.btn-green {
  color: #fff;
  background-color: #56a959;
  border-color: #56a959;
}

.btn-lightgreen {
  color: #fff;
  background-color: #41bf2b;
  border-color: #41bf2b;
}

.btn-purple {
  color: #fff;
  background-color: #513c97;
  border-color: #513c97;
}

.btn-lightpurple {
  color: #fff;
  background-color: #715fef;
  border-color: #715fef;
}

.btn-teal {
  color: #fff;
  background-color: #2c95ce;
  border-color: #2c95ce;
}

.fa:before {
  font-family: Fontawesome;
}

/*------------------------------------------*/
/*   Button Hover
/*------------------------------------------*/
.btn:hover {
  color: #fff;
}

.btn-tra-yellow:hover, .btn-yellow:hover {
  color: #333;
}

.btn-white:hover {
  border-color: #444;
}

.btn:hover::before, .xooapp-button-type-button:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
  transition: 0.5s all ease;
}
.btn:focus, .xooapp-button-type-button:focus {
  color: #fff;
  box-shadow: none;
}

/*------------------------------------------*/
/*   Button Focus
/*------------------------------------------*/
/*------------------------------------------*/
/*    STORE BAGE ICONS
/*------------------------------------------*/
a.store {
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.btn:last-child, a.store:last-child {
  margin-right: 0;
}

/*------------------------------------------*/
/*   Video Link
/*------------------------------------------*/
.modal-video {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.15rem;
}
.modal-video a {
  font-size: 1.05rem;
  line-height: 2.15rem;
  font-weight: 400;
}
.modal-video a span {
  font-size: 2.15rem;
  line-height: 2.15rem;
  margin-right: 4px;
  vertical-align: middle;
}

/*------------------------------------------*/
/*   Video Popup Icon
/*------------------------------------------*/
.play-icon-green {
  width: 120px;
  height: 120px;
  position: absolute;
  background: #41bf2b;
  border-radius: 100%;
  z-index: 99;
  color: #fff;
  font-size: 40px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}
.play-icon-green:after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  top: 24%;
  left: 42%;
}
.play-icon-green:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  display: block;
  width: 130px;
  height: 130px;
  background: -o-linear-gradient(-164deg, #41bf2b 0%, #41bf2b 48%, #41bf2b 100%);
  border-radius: 50%;
  animation: pulse-border 2000ms ease-out infinite;
}
.play-icon-green:hover {
  opacity: 1;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*------------------------------------------*/
/*  BOX ICONS
/*------------------------------------------*/
.box-icon span, .box-icon i {
  font-size: 4rem;
}

.box-icon-xs span {
  font-size: 3rem;
}

.box-icon-sm span {
  font-size: 3.5rem;
}

.box-icon-md span {
  font-size: 4.5rem;
}

.box-icon-lg span {
  font-size: 9rem;
}

.box-icon-xl span {
  font-size: 5.5rem;
}

/*------------------------------------------*/
/*   BOX ICON COLOR
/*------------------------------------------*/
.grey-icon span {
  color: #757575;
}

.red-icon span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee041a), to(#ff8212));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.green-icon span {
  background: -webkit-gradient(linear, left top, left bottom, from(#029c09), to(#02ce0b));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue-icon i {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d07f4), to(#37a7fc));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.skyblue-icon span {
  color: #42a5f5;
}

.purple-icon span {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d07f4), to(#f402b8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box-icon-lg span i:before {
  position: static;
}

/*------------------------------------------*/
/*    QUOTE
/*------------------------------------------*/
.quote p {
  color: #666;
  font-style: italic;
  border-left: 3px solid #6bbb28;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.elementor-widget-container blockquote, blockquote {
  box-shadow: none;
  border-left: 3px solid #6bbb28;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
}

/*------------------------------------------*/
/*    Quote Avatar 
/*------------------------------------------*/
.quote-avatar {
  display: inline-block;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}
.quote-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.quote-author {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: left;
  position: relative;
  top: 10px;
}
.quote-author h5 {
  margin-bottom: 0;
}
.quote-author span {
  font-size: 1rem;
  font-weight: 300;
  display: block;
}

/*------------------------------------------*/
/*    Quote Avatar 
/*------------------------------------------*/
/*------------------------------------------*/
/*   APP DEVICES
/*------------------------------------------*/
.app-devices {
  padding: 15px 0 0 5px;
}
.app-devices i {
  color: rgba(50, 50, 50, 0.3);
  font-size: 2.6rem;
  line-height: 1 !important;
  float: left;
  margin-right: 0.65rem;
}

/*------------------------------------------*/
/*   App Devices Icons
/*------------------------------------------*/
.bg-green .app-devices i, .bg-lightpurple .app-devices i, .bg-lightblue .app-devices i {
  color: rgba(240, 240, 240, 0.5);
}

.app-devices i.f-tablet {
  transform: rotate(90deg);
}
.app-devices i.f-phone {
  margin-right: 1.25rem;
}

.app-devices-desc p {
  font-style: italic;
  line-height: 1.25;
  padding-right: 20%;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   BOX LIST
/*------------------------------------------*/
.box-list-icon {
  font-size: 0.9rem;
  line-height: 1.5rem;
  float: left;
  margin-right: 10px;
}

.box-list p {
  overflow: hidden;
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*   SECTION TITLE
/*------------------------------------------*/
.section-title {
  position: relative;
  text-align: center;
  padding: 0 10%;
  margin-bottom: 60px;
}
.section-title h2 {
  letter-spacing: -1.5px;
  margin-bottom: 10px;
}
.section-title p {
  font-size: 1.3125rem;
  padding: 0 15%;
}

#content-7 .section-title p {
  margin-top: 20px;
  padding: 0 5%;
}

#content-8 .section-title {
  margin-bottom: 20px;
}
#content-8 .section-title p {
  margin-top: 20px;
  padding: 0 5%;
}

/*------------------------------------------*/
/*   TEXT WEIGHT
/*------------------------------------------*/
.txt-300 {
  font-weight: 300;
}

.txt-400 {
  font-weight: 400;
}

.txt-500 {
  font-weight: 500;
}

.txt-600 {
  font-weight: 600;
}

.txt-700 {
  font-weight: 700;
}

.txt-800 {
  font-weight: 800;
}

.txt-900 {
  font-weight: 900;
}

.txt-upper {
  text-transform: uppercase;
}

/*------------------------------------------*/
/*   TEXT SETTINGS FOR DEMOS
/*------------------------------------------*/
.white-color {
  color: #fff;
}
.white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color p, .white-color a, .white-color li, .white-color i, .white-color span {
  color: #fff;
}

.grey-color {
  color: #666;
}
.grey-color h2, .grey-color h3, .grey-color h4, .grey-color h5, .grey-color h6, .grey-color p, .grey-color a, .grey-color li, .grey-color span {
  color: #666;
}

.lightgrey-color {
  color: #ccc;
}
.lightgrey-color h2, .lightgrey-color h3, .lightgrey-color h4, .lightgrey-color h5, .lightgrey-color p, .lightgrey-color a, .lightgrey-color li, .lightgrey-color span {
  color: #ccc;
}

.yellow-color {
  color: #f4c744;
}
.yellow-color h2, .yellow-color h3, .yellow-color h4, .yellow-color h5, .yellow-color h6, .yellow-color p, .yellow-color a, .yellow-color li, .yellow-color i, .yellow-color span {
  color: #f4c744;
}

.green-color {
  color: #42a045;
}
.green-color h2, .green-color h3, .green-color h4, .green-color h5, .green-color h6, .green-color p, .green-color a, .green-color li, .green-color i, .green-color span {
  color: #42a045;
}

.blue-color {
  color: #01b7de;
}
.blue-color h2, .blue-color h3, .blue-color h4, .blue-color h5, .blue-color h6, .blue-color p, .blue-color a, .blue-color li, .blue-color i, .blue-color span {
  color: #01b7de;
}

.red-color {
  color: #e35029;
}
.red-color h2, .red-color h3, .red-color h4, .red-color h5, .red-color h6, .red-color p, .red-color a, .red-color li, .red-color i, .red-color span {
  color: #e35029;
}

/* ==========================================================================
03.  PRELOAD SPINNER
=========================================================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1111;
  background-color: #fff;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
}

.cssload-flex-container li {
  height: 100px;
  width: 100px;
  position: relative;
  text-align: center;
}

.cssload-loading {
  display: inline-block;
  position: relative;
  width: 83px;
  height: 83px;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 5px solid transparent;
  border-bottom: 5px solid #282828;
  border-left: 5px solid #282828;
  animation: cssload-spinR 2.3s linear infinite;
  -o-animation: cssload-spinR 2.3s linear infinite;
  -ms-animation: cssload-spinR 2.3s linear infinite;
  -webkit-animation: cssload-spinR 2.3s linear infinite;
  -moz-animation: cssload-spinR 2.3s linear infinite;
}
.cssload-loading:before, .cssload-loading:after {
  content: "";
  display: block;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
}
.cssload-loading:before {
  height: 49px;
  width: 49px;
  border: 3px solid transparent;
  border-top: 3px solid #282828;
  border-right: 3px solid #282828;
  animation: cssload-spinL 0.86s linear infinite;
  -o-animation: cssload-spinL 0.86s linear infinite;
  -ms-animation: cssload-spinL 0.86s linear infinite;
  -webkit-animation: cssload-spinL 0.86s linear infinite;
  -moz-animation: cssload-spinL 0.86s linear infinite;
  transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  top: 11%;
  left: 11%;
}
.cssload-loading:after {
  height: 10px;
  width: 10px;
  background: transparent;
  border: 2px solid #282828;
  top: 35.5%;
  left: 35.5%;
}

@keyframes cssload-spinR {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes cssload-spinL {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/* ==========================================================================
03.  HEADER & NAVIGATION
=========================================================================== */
/*------------------------------------------*/
/*   LOGO IMAGE    
/*------------------------------------------*/
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #555;
}

.bg-light {
  background-color: #fff !important;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

.single-post .bg-light {
  box-shadow: none;
}

.header .nb-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

/*------------------------------------------*/
/*   NAVIGATION BAR    
/*------------------------------------------*/
.navbar {
  min-height: 68px;
  padding: 0;
  transition: all 400ms ease-in-out;
}
.navbar.bg-tra {
  padding: 2.25rem 1rem;
  background-color: transparent;
}

/*------------------------------------------*/
/*   NAVIGATION MENU    
/*------------------------------------------*/
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1.05rem;
  font-weight: 500;
  padding: 0.45rem 1.3rem;
  margin-left: 1px;
  border-radius: 4px;
}
.navbar-expand-lg .navbar-nav .nav-link.pre-link {
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link span {
  background-color: #41bf2b;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 28px;
  right: 20px;
}

li.nav-item.nl-simple:hover {
  background: transparent;
}
li.nav-item.nl-simple.nav-item.nl-simple {
  padding: 1.45rem 0rem;
}
li.nav-item.nl-simple.nav-item.nl-simple:hover a {
  background: #ffffff21;
}

.nav-item.dropdown.nav-item.dropdown:not(li) {
  padding: 1.45rem 0rem;
}

.scroll li.nav-item.nl-simple.nav-item.nl-simple:hover a {
  color: #000 !important;
}

.dropdown-item, .menu-item-has-children > .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  word-break: break-word;
  white-space: inherit;
}

.menu-item-has-children > .dropdown-item:after {
  vertical-align: 0.075em;
  font-size: 12px;
  content: "";
  border: none;
  font-family: FontAwesome;
  float: right;
  position: relative;
  top: 6px;
}

.dropdown-menu a {
  display: block;
  padding: 0.5rem 1.5rem;
  position: relative;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
  background-color: #f1f2f3;
}
.dropdown-menu a:focus:before, .dropdown-menu a:hover:before {
  color: #fff;
  text-decoration: none;
  background-color: #50c63f;
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.nl-simple .dropdown-item {
  display: block;
  padding: 0.5rem 1.5rem;
  position: relative;
}
.nl-simple .dropdown-item:hover, .nl-simple .dropdown-item:focus {
  background-color: #f1f2f3;
}
.nl-simple .dropdown-item:focus:before, .nl-simple .dropdown-item:hover:before {
  color: #fff;
  text-decoration: none;
  background-color: #50c63f;
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5fd342;
}

.edge .menu-item-has-children > .dropdown-item:after {
  content: "";
}

.dropdown-toggle::after {
  vertical-align: 0.075em;
  font-size: 12px;
  content: "";
  border: none;
  font-family: FontAwesome;
  float: right;
  margin-top: 2px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*   Navbar Social Icons  
/*------------------------------------------*/
ul.header-social-area {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-socials {
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  line-height: 4.5;
}
.header-socials span {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.header-socials a {
  width: 38px;
  height: 38px;
  background-color: transparent;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 38px !important;
  border: 2px solid #fff;
  margin-left: 3px;
  border-radius: 100%;
}

.navbar-light .header-socials a {
  color: #333;
  border: 2px solid #333;
}

.header-socials a:hover {
  background-color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.45);
  color: #333;
}

.navbar-light .header-socials a:hover {
  background-color: rgba(20, 20, 20, 0.75);
  border-color: rgba(20, 20, 20, 0.45);
  color: #fff;
}

/*------------------------------------------*/
/*   Navbar Store Badge  
/*------------------------------------------*/
.header-store {
  margin-left: 5px;
  line-height: 4.5;
}
.header-store span {
  padding: 8px 30px;
  border: 1px solid #ccc;
  border-radius: 26px;
  color: #fff;
  line-height: 50px;
}

/*------------------------------------------*/
/*   Navigation Menu Hover
/*------------------------------------------*/
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #50c63f;
  background-color: transparent;
}

.navbar-dark .nav-link:focus, .navbar-dark .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

/*------------------------------------------*/
/*   Navbar Scroll   
/*------------------------------------------*/
#navbarSupportedContent .navbar-nav {
  display: flow-root;
  display: -webkit-box;
  line-height: 1;
}

.fixed-top.scroll {
  top: 0px;
  border-bottom: 1px solid #e0e0e0;
}

.navbar.scroll.bg-tra {
  padding: 0;
  background-color: #fcfcfc;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}
.navbar.scroll.navbar-dark.bg-tra .nav-link {
  color: #666;
}
.navbar.scroll.navbar-dark.bg-tra .header-store span {
  color: #666;
}
.navbar.scroll .header-socials a {
  color: #666;
  border: 2px solid #666;
}
.navbar.scroll .header-socials a.ico-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.navbar.scroll .header-socials a.ico-twitter:hover {
  background-color: #00a9ed;
  border-color: #00a9ed;
  color: #fff;
}
.navbar.scroll .header-socials a.ico-behance:hover {
  background-color: #2473f6;
  border-color: #2473f6;
  color: #fff;
}
.navbar.scroll .header-socials a.ico-google-plus:hover {
  background-color: #cd1111;
  border-color: #cd1111;
  color: #fff;
}
.navbar.scroll .header-socials a.ico-linkedin:hover {
  background-color: #015886;
  border-color: #015886;
  color: #fff;
}
.navbar.scroll .header-socials a.ico-dribbble:hover {
  background-color: #d92d84;
  border-color: #d92d84;
  color: #fff;
}
.navbar.scroll .header-socials a.ico-instagram:hover {
  background-color: #beb3a8;
  border-color: #beb3a8;
  color: #fff;
}
.navbar.scroll .header-socials a.ico-pinterest:hover {
  background-color: #ac281a;
  border-color: #ac281a;
  color: #fff;
}
.navbar.scroll .header-socials a.ico-youtube:hover {
  background-color: #cd1b20;
  border-color: #cd1b20;
  color: #fff;
}
.navbar.scroll .header-socials a.ico-tumblr:hover {
  background-color: #3a5976;
  border-color: #3a5976;
  color: #fff;
}
.navbar.scroll .header-socials a.ico-vk:hover {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

/*------------------------------------------*/
/*   Responsive Burger Menu   
/*------------------------------------------*/
.navbar-light .navbar-toggler, .navbar.bg-tra .navbar-toggler {
  color: #888;
  border-color: #888;
  padding: 0.25rem 0.5rem;
  font-size: 1.05rem;
}

.navbar-dark.bg-tra .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
  outline: 0;
}

/*------------------------------------------*/
/*   Logo Image
/*------------------------------------------*/
.logged-in.admin-bar .fixed-top {
  top: 32px;
}

.logo-white, .logo-black {
  display: block;
}

.logo-black img, .logo-white img {
  min-width: 130px;
}

a.custom-logo-link img {
  width: 130px;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  background: none;
}

.navbar-dark.bg-tra .logo-black, .navbar-light.bg-tra .logo-white, .scroll.navbar-dark.bg-tra .logo-white, .navbar-dark.bg-dark .logo-black, .navbar-light.bg-light .logo-white {
  display: none;
}

.navbar-dark.bg-tra .logo-white, .navbar-light.bg-tra .logo-black, .scroll.navbar-dark.bg-tra .logo-black, .navbar-dark.bg-dark .logo-white, .navbar-light.bg-light .logo-black {
  display: block;
}

/* ==========================================================================
04.  HERO 
=========================================================================== */
.hero-section .container {
  position: relative;
  z-index: 10;
}

#hero-1 {
  position: relative;
  background-position: center bottom;
  padding-top: 180px;
  padding-bottom: 100px;
}

#hero-2 {
  background-position: right bottom;
}

#hero-3 {
  position: relative;
}

#hero-4 {
  padding-top: 170px;
}

#hero-5 {
  padding-top: 160px;
  padding-bottom: 80px;
}

#hero-7 {
  background-position: bottom center;
  padding-top: 150px;
  padding-bottom: 100px;
}

.hero-9-text {
  background-position: center bottom;
}

#hero-10 {
  padding-top: 150px;
  padding-bottom: 100px;
}

#hero-11 {
  position: relative;
  background: linear-gradient(to bottom, #783bb1 0%, #472fad 100%);
}

/*------------------------------------------*/
/*   HERO SPACING & ALIGNMENT
/*------------------------------------------*/
.hero-row-200 {
  padding-top: 220px;
  padding-bottom: 180px;
}

.hero-row-180 {
  padding-top: 200px;
  padding-bottom: 160px;
}

.hero-row-160 {
  padding-top: 180px;
  padding-bottom: 140px;
}

.hero-row-140 {
  padding-top: 160px;
  padding-bottom: 140px;
}

.hero-row-120 {
  padding-top: 150px;
  padding-bottom: 120px;
}

.hero-row-100 {
  padding-top: 130px;
  padding-bottom: 100px;
}

/*------------------------------------------*/
/*  HERO APP LOGO
/*------------------------------------------*/
.hero-app-logo {
  margin-bottom: 25px;
}

#hero-4 .hero-app-logo {
  margin-bottom: 30px;
}

#hero-8 .hero-app-logo {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  HERO APP BIG TITLE
/*------------------------------------------*/
.hero-app-logo span {
  font-size: 4.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -3px;
  padding-left: 20px;
}

.xooapp-logo-img {
  width: 175px;
}

.xooapp-logo-desc p:last-of-type, .footer-socials-links h5 {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/
#hero-1 .hero-txt {
  margin-top: 120px;
}

#hero-9-content {
  padding-top: 180px;
  padding-bottom: 380px;
}

/*------------------------------------------*/
/*   Hero Headers
/*------------------------------------------*/
.hero-section h4, .hero-section h3, .hero-section h2 {
  margin-bottom: 20px;
}

#hero-1.hero-section h2 {
  margin-bottom: 25px;
}

#hero-10.hero-section h2 {
  margin-bottom: 35px;
}

.hero-section h4 span, .hero-section h3 span, .hero-section h2 span {
  font-weight: 700;
}

/*------------------------------------------*/
/*   Hero Paragraph
/*------------------------------------------*/
#hero-1 .hero-txt p, #hero-11 .hero-txt p {
  padding-right: 5%;
}

#hero-5 .hero-txt p {
  padding-right: 15%;
}

#hero-8 .hero-txt p {
  padding-bottom: 30px;
}

#hero-9 .hero-txt p {
  padding: 0 10%;
  margin-bottom: 30px;
}

#hero-12 .hero-txt p {
  padding-bottom: 10px;
}

/*------------------------------------------*/
/*    HERO LINKS 
/*------------------------------------------*/
.hero-links {
  margin-top: 10px;
}
.hero-links span {
  font-size: 0.95rem;
  line-height: 1;
  margin-right: 25px;
}
.hero-links span:last-child {
  margin-right: 0;
}
.hero-links span a {
  text-decoration: underline;
}
.hero-links span a:hover {
  color: #444;
}

/*------------------------------------------*/
/*    HERO BUTTONS
/*------------------------------------------*/
#hero-4 .btn {
  margin-top: 25px;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*    HERO STORE BADGES
/*------------------------------------------*/
.hero-stores-badge {
  margin-top: 40px;
}

#hero-12 .hero-stores-badge {
  margin-top: 30px;
}

.hero-stores-badge p {
  font-weight: 500;
  margin-bottom: 10px;
}
.hero-stores-badge span {
  display: block;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1;
  margin-top: 20px;
}
.hero-stores-badge img {
  margin-right: 15px;
}

/*------------------------------------------*/
/*    HERO BOX
/*------------------------------------------*/
.hero-boxes {
  margin-top: 70px;
}

.hbox {
  width: 20%;
  display: inline-block;
  float: left;
  text-align: center;
}
.hbox span {
  display: block;
  margin-bottom: 14px;
}

/*------------------------------------------*/
/*   HERO IMAGE
/*------------------------------------------*/
.hero-img {
  text-align: center;
}

.hero-3-img {
  background-image: url(../images/hero-3-img.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 2%;
  width: 50%;
  left: 50%;
}

.hero-9-image img {
  margin-top: -320px;
}

.hero-11-img {
  background-image: url(../images/hero-11-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40%;
  left: 60%;
}

/*------------------------------------------*/
/*    HERO NEWSLETTER FORM
/*------------------------------------------*/
#hero-2 .newsletter-form {
  margin-top: 40px;
  margin-right: 10%;
  display: flex;
  padding-left: 0;
}
#hero-2 .newsletter-form ::-moz-placeholder, #hero-2 .newsletter-form ::-ms-input-placeholder, #hero-2 .newsletter-form ::-webkit-input-placeholder {
  color: #999;
}
#hero-2 .newsletter-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #eee;
  border-right: none;
  color: #222;
  font-size: 1.05rem;
  font-weight: 400;
  padding: 0 1.4rem;
  box-shadow: none;
  border-radius: 20px 0 0 20px;
}
#hero-2 .newsletter-form .form-control:focus {
  border: 1px solid #eee;
  border-right: none;
  outline: 0;
  box-shadow: none;
}
#hero-2 .newsletter-form .form-control.subscribe-text::-moz-placeholder, #hero-2 .newsletter-form .form-control.subscribe-text:-ms-input-placeholder, #hero-2 .newsletter-form .form-control.subscribe-text::-webkit-input-placeholder {
  color: #999;
}
#hero-2 .newsletter-form .btn {
  height: 54px;
  background-color: #fff;
  border-color: #fff;
  color: #f4c744;
  bottom: 0;
  position: relative;
  font-size: 1.25rem;
  padding: 0 1.4rem;
  border-radius: 0 20px 20px 0;
}
#hero-2 .newsletter-form .btn:hover {
  color: #444;
}
#hero-2 .newsletter-form input.subscribe-text.form-control::-webkit-input-placeholder {
  color: #999;
}

.mc4wp-form-fields input::-webkit-input-placeholder {
  color: #fff;
}

.mc4wp-form-fields .btn:hover:before {
  background: none;
}

.mc4wp-response p {
  color: #fff;
  margin-left: 30px;
}

/*------------------------------------------*/
/*    Newsletter Form Input
/*------------------------------------------*/
/*------------------------------------------*/
/*    Newsletter Form Placeholder
/*------------------------------------------*/
/*------------------------------------------*/
/*    Newsletter Form Button
/*------------------------------------------*/
/* ==========================================================================
05.  FEATURES
=========================================================================== */
#features-4 .bg-inner {
  background-image: url(../images/tra-bg-1.png);
  background-position: center center;
  position: relative;
  z-index: 1;
}

#features-5 {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 90px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.features-6-content {
  position: relative;
  z-index: 1;
}

/*------------------------------------------*/
/*   FEATURES TEXT
/*------------------------------------------*/
#features-2 .col-md-6 {
  padding-right: 10px;
  padding-left: 10px;
}

/*------------------------------------------*/
/*   FEATURE BOX
/*------------------------------------------*/
.fbox-1 {
  margin-bottom: 40px;
}
.fbox-1 .m-img {
  margin-bottom: 10px;
}

.fbox-2 {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.fbox-3 {
  position: relative;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 50px 30px;
  margin-bottom: 30px;
  transition: all 300ms ease-in-out;
}
.fbox-3 .box-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.fbox-3 span {
  color: #555;
  transition: all 300ms ease-in-out;
}
.fbox-3:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.fbox-3:hover h5 {
  color: #222;
}
.fbox-3.rose-hover:hover {
  border-top: 1px solid #f402b8;
}
.fbox-3.rose-hover:hover .box-line {
  background-color: #f402b8;
  opacity: 1;
}
.fbox-3.rose-hover:hover span {
  color: #f402b8;
}
.fbox-3.rose-hover:hover span i {
  color: #f402b8;
}
.fbox-3.red-hover:hover {
  border-top: 1px solid #ee041a;
}
.fbox-3.red-hover:hover .box-line {
  background-color: #ee041a;
  opacity: 1;
}
.fbox-3.red-hover:hover span {
  color: #ee041a;
}
.fbox-3.red-hover:hover span i {
  color: #ee041a;
}
.fbox-3.orange-hover:hover {
  border-top: 1px solid #ff8212;
}
.fbox-3.orange-hover:hover .box-line {
  background-color: #ff8212;
  opacity: 1;
}
.fbox-3.orange-hover:hover span {
  color: #ff8212;
}
.fbox-3.orange-hover:hover span i {
  color: #ff8212;
}
.fbox-3.green-hover:hover {
  border-top: 1px solid #4fcb36;
}
.fbox-3.green-hover:hover .box-line {
  background-color: #4fcb36;
  opacity: 1;
}
.fbox-3.green-hover:hover span {
  color: #4fcb36;
}
.fbox-3.green-hover:hover span i {
  color: #4fcb36;
}
.fbox-3.blue-hover:hover {
  border-top: 1px solid #1d07f4;
}
.fbox-3.blue-hover:hover .box-line {
  background-color: #1d07f4;
  opacity: 1;
}
.fbox-3.blue-hover:hover span {
  color: #1d07f4;
}
.fbox-3.blue-hover:hover span i {
  color: #1d07f4;
}
.fbox-3.skyblue-hover:hover {
  border-top: 1px solid #01b7de;
}
.fbox-3.skyblue-hover:hover .box-line {
  background-color: #01b7de;
  opacity: 1;
}
.fbox-3.skyblue-hover:hover span {
  color: #01b7de;
}
.fbox-3.skyblue-hover:hover span i {
  color: #01b7de;
}
.fbox-3.purple-hover:hover {
  border-top: 1px solid #783bb1;
}
.fbox-3.purple-hover:hover .box-line {
  background-color: #783bb1;
  opacity: 1;
}
.fbox-3.purple-hover:hover span {
  color: #783bb1;
}
.fbox-3.purple-hover:hover span i {
  color: #783bb1;
}

.fbox-5 {
  margin-bottom: 30px;
}

.fbox-6 {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*   FEATURE BOX TYPOGRAPHY
/*------------------------------------------*/
.fbox-5-txt, .fbox-6-txt {
  overflow: hidden;
  padding-left: 20px;
}

.fbox-1 h5, .fbox-2 h5, .fbox-3 h5 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.fbox-4 h5 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.fbox-3 h5 {
  color: #757575;
  transition: all 300ms ease-in-out;
}

.fbox-1 p, .fbox-2 p, .fbox-3 p, .fbox-4 p, .fbox-5 p, .fbox-6 p {
  line-height: 1.5;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   FEATURE BOX ICON
/*------------------------------------------*/
.fbox-5 span, .fbox-6 span {
  width: 65px;
  height: 65px;
  text-align: center;
  float: left;
}

/*------------------------------------------*/
/*   FEATURES IMAGE
/*------------------------------------------*/
.fbox-4-img {
  margin-top: -60px;
  margin-bottom: -60px;
  position: relative;
  z-index: 999;
  position: relative;
}

.features-5-img {
  background-image: url(../images/features-5-img.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 50%;
}

.features-6-img {
  background-image: url(../images/features-5-img.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 50%;
  background-image: url(../images/features-6-img.png);
}

/* ==========================================================================
05.  CONTENT
=========================================================================== */
#content-5 .bg-inner {
  position: relative;
  z-index: 1;
}

.content-7-image {
  background-image: url(../images/content-7.png);
  background-position: bottom bottom;
  padding-bottom: 60px;
}

#content-7 .content-img {
  margin-top: -80px;
  margin-bottom: 50px;
}
#content-7 .section-title {
  margin-bottom: 120px;
}

/*------------------------------------------*/
/*   CONTENT SECTION TITLE 
/*------------------------------------------*/
/*------------------------------------------*/
/*   CONTENT TEXT
/*------------------------------------------*/
.content-txt {
  margin-bottom: 40px;
}

.cbox-1-txt {
  overflow: hidden;
  margin-left: 85px;
}

/*------------------------------------------*/
/*   CONTENT TEXT TYPOGRAPHY
/*------------------------------------------*/
.content-txt h2.h2-xs {
  margin-bottom: 25px;
}
.content-txt h5.h5-md {
  margin-top: 25px;
  margin-bottom: 10px;
}
.content-txt .cbox-1 h5.h5-md {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 12px;
}
.content-txt .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*   CONTENT BOX ICON
/*------------------------------------------*/
.cbox-1 {
  margin-bottom: 20px;
}
.cbox-1 span {
  width: 70px;
  height: 70px;
  text-align: center;
  float: left;
}

/*------------------------------------------*/
/*   CONTENT IMAGE
/*------------------------------------------*/
.content-img {
  text-align: center;
  margin-bottom: 40px;
}

.content-5-img {
  text-align: center;
  margin-bottom: -80px;
  position: relative;
  z-index: 999;
  position: relative;
}

/*------------------------------------------*/
/*   CONTENT TABS
/*------------------------------------------*/
#pills-tab {
  margin: 0 auto 80px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #e35029;
  border-color: #e35029;
  color: #fff;
  box-shadow: 0 0 3px rgba(10, 10, 10, 0.05);
}
.nav-pills.yellow-navi .nav-link.active {
  background-color: #feca16;
  border-color: #feca16;
  color: #333;
}
.nav-pills.green-navi .nav-link.active {
  background-color: #41bf2b;
  border-color: #41bf2b;
}
.nav-pills.blue-navi .nav-link.active {
  background-color: #42a5f5;
  border-color: #42a5f5;
}
.nav-pills .nav-link {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #999;
  font-size: 1.1rem;
  padding: 10px 30px;
  margin-right: 10px;
  transition: all 450ms ease-in-out;
}

/* ==========================================================================
06.  STATISTIC
=========================================================================== */
#statistic-1 {
  background-image: url(../images/tra-bg-2.png);
}

/*------------------------------------------*/
/*    STATISTIC BLOCK
/*------------------------------------------*/
.statistic-block {
  text-align: center;
  margin-bottom: 30px;
}

.statistic-block {
  padding: 40px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*    Statistic Block Number
/*------------------------------------------*/
.statistic-number {
  font-size: 4.25rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#statistic-2 .statistic-number {
  font-size: 4rem;
  letter-spacing: -0.5px;
  margin-top: 12px;
  margin-bottom: 6px;
}

/*------------------------------------------*/
/*    Statistic Text
/*------------------------------------------*/
.statistic-txt {
  margin-top: 10px;
}
.statistic-txt p {
  padding: 0 2%;
  margin-bottom: 0;
}

#statistic-2 .b-bottom {
  border-bottom: 1px solid #ccc;
}
#statistic-2 .b-right {
  border-right: 1px solid #ccc;
}

/* ==========================================================================
07.  VIDEO
=========================================================================== */
#video-1 {
  background-image: url(../images/tra-bg-1.png);
}

#video-3 {
  background-image: url(../images/tra-bg-2.png);
  padding-top: 100px;
  padding-bottom: 150px;
}

#video-4 {
  padding-top: 150px;
  padding-bottom: 100px;
}

.video-inner-bg {
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
  margin-right: 40px;
  margin-left: 40px;
}

#video-4 .video-inner-bg {
  margin-right: 30px;
  margin-left: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#video-3 .section-title {
  margin-bottom: 6.25rem;
}

a.video-popup span i {
  font-size: 34px;
  color: #6d6d6d;
  position: relative;
}

/*------------------------------------------*/
/*   VIDEO CONTENT
/*------------------------------------------*/
.entry-video {
  width: 100%;
  overflow: hidden;
}
.entry-video iframe {
  width: 100%;
}

.entry-video video {
  width: 100%;
}

.video-content {
  background-color: #fff;
  padding: 100px 80px;
  position: relative;
  z-index: 999;
  margin-top: -50px;
  margin-bottom: -50px;
}

#video-4 .video-content {
  background-color: transparent;
  padding: 0;
  margin: -50px 70px;
}

/*------------------------------------------*/
/*   VIDEO TYPOGRAPHY
/*------------------------------------------*/
.video-txt h2, .video-txt h4 {
  margin-bottom: 25px;
}

#video-1 p {
  padding: 0 5%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.video-section .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*   VIDEO PREVIEW
/*------------------------------------------*/
.video-preview {
  text-align: center;
}

#video-1 .video-preview {
  position: relative;
  margin-top: 60px;
}

/* ===================================================================================
08.  SCREENSHOTS
=================================================================================== */
#screens-1 {
  padding-top: 100px;
  padding-bottom: 150px;
}

/*------------------------------------------*/
/*   SCREENSHOTS CAROUSEL
/*------------------------------------------*/
.screenshots-wrap {
  position: relative;
  margin-bottom: 100px;
}

#screens-1 .screenshots-wrap {
  margin-top: 78px;
}

.slick-slide {
  width: 298px;
}

.carousel-item {
  opacity: 0.25;
  transition: all 450ms ease-in-out;
}

.app-slide .carousel-item {
  transform: scale(0.9);
}

.carousel-item.slick-current {
  opacity: 1;
}

.app-slide .carousel-item.slick-current {
  transform: scale(1);
}

/*------------------------------------------*/
/*   IPHONE FRAME
/*------------------------------------------*/
.iphone-frame {
  position: absolute;
  top: -79px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.iphone-frame img {
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

/*------------------------------------------*/
/*   Screens Slick Carousel Dots
/*------------------------------------------*/
.screens-section .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: -150px;
}

.screens-2.screens-section .slick-dots {
  bottom: -60px;
}

.screens-section .slick-dots li {
  margin: 0 2px;
  width: 15px;
  height: 15px;
}
.screens-section .slick-dots li button:before {
  content: "";
  background: #aaa;
  border-radius: 50%;
  opacity: 1;
  width: 8px;
  height: 8px;
  left: auto;
  transition: all ease-in-out 0.2s;
}
.screens-section.bg-lightgrey .slick-dots li button:before {
  content: "";
  background: #aaa;
  border-radius: 50%;
  opacity: 1;
  width: 8px;
  height: 8px;
  left: auto;
  transition: all ease-in-out 0.2s;
}

.no-bg.screens-section .slick-dots li button:before, .no-bg.screens-section.bg-lightgrey .slick-dots li button:before {
  background: #ccc;
}

.bg-green.screens-section .slick-dots li button:before, .bg-purple.screens-section .slick-dots li button:before, .bg-green.screens-section.bg-lightgrey .slick-dots li button:before, .bg-purple.screens-section.bg-lightgrey .slick-dots li button:before {
  background: rgba(20, 20, 20, 0.2);
}

.screens-section .slick-dots li button:hover:before, .screens-section .slick-dots li.slick-active button:before {
  background: #fff;
}

.no-bg.screens-section .slick-dots li button:hover:before, .bg-lightgrey.screens-section .slick-dots li button:hover:before, .no-bg.screens-section .slick-dots li.slick-active button:before, .bg-lightgrey.screens-section .slick-dots li.slick-active button:before {
  background: #555;
}

/* ===================================================================================
09.  TEAM
=================================================================================== */
#team-1 {
  background-position: bottom center;
}
#team-1 .col-md-6 {
  padding-right: 10px;
  padding-left: 10px;
}

/*------------------------------------------*/
/*    TEAM MEMBER
/*------------------------------------------*/
.team-member {
  position: relative;
  background-color: #fff;
  padding: 50px 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 4px;
  border-bottom: 1px solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in-out;
}
.team-member .box-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.team-member:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.team-member.rose-hover:hover {
  border-bottom: 1px solid #f402b8;
}
.team-member.rose-hover:hover .box-line {
  background-color: #f402b8;
  opacity: 1;
}
.team-member.rose-hover:hover .team-img-meta span {
  color: #f402b8;
}
.team-member.red-hover:hover {
  border-bottom: 1px solid #ee041a;
}
.team-member.red-hover:hover .box-line {
  background-color: #ee041a;
  opacity: 1;
}
.team-member.red-hover:hover .team-img-meta span {
  color: #ee041a;
}
.team-member.orange-hover:hover {
  border-bottom: 1px solid #ff8212;
}
.team-member.orange-hover:hover .box-line {
  background-color: #ff8212;
  opacity: 1;
}
.team-member.orange-hover:hover .team-img-meta span {
  color: #ff8212;
}
.team-member.green-hover:hover {
  border-bottom: 1px solid #4fcb36;
}
.team-member.green-hover:hover .box-line {
  background-color: #4fcb36;
  opacity: 1;
}
.team-member.green-hover:hover .team-img-meta span {
  color: #4fcb36;
}
.team-member.blue-hover:hover {
  border-bottom: 1px solid #1d07f4;
}
.team-member.blue-hover:hover .box-line {
  background-color: #1d07f4;
  opacity: 1;
}
.team-member.blue-hover:hover .team-img-meta span {
  color: #1d07f4;
}
.team-member.skyblue-hover:hover {
  border-bottom: 1px solid #01b7de;
}
.team-member.skyblue-hover:hover .box-line {
  background-color: #01b7de;
  opacity: 1;
}
.team-member.skyblue-hover:hover .team-img-meta span {
  color: #01b7de;
}
.team-member.purple-hover:hover {
  border-bottom: 1px solid #783bb1;
}
.team-member.purple-hover:hover .box-line {
  background-color: #783bb1;
  opacity: 1;
}
.team-member.purple-hover:hover .team-img-meta span {
  color: #783bb1;
}

/*------------------------------------------*/
/*    TEAM MEMBER PHOTO
/*------------------------------------------*/
.team-member-photo {
  min-height: 170px;
  position: relative;
}
.team-member-photo span {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 600ms ease;
}
.team-member-photo .image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.team-shape-circle .team-member-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 25px 25px;
  border-radius: 100%;
}

.team-shape-square .team-member-photo {
  position: relative;
  z-index: 1;
  margin: 0 25px 25px;
  border-radius: 0;
}

.team-position-left .team-member {
  text-align: left;
}

.team-position-center .team-member {
  text-align: center;
}

.team-position-right .team-member {
  text-align: right;
}

/*------------------------------------------*/
/*    TEAM MEMBER TYPOGRAPHY
/*------------------------------------------*/
.team-img-meta span {
  color: #888;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  display: block;
  transition: all 300ms ease-in-out;
}

.join-team h4 {
  font-weight: 400;
  margin-bottom: 10px;
}
.join-team h4 span {
  font-weight: 700;
  margin-right: 5px;
}
.join-team p {
  margin-bottom: 25px;
  padding: 0 10%;
}

/*------------------------------------------*/
/*    Team Member Social Links
/*------------------------------------------*/
.tm-social ul {
  display: inline-block;
  padding-left: 0 !important;
  margin: 25px auto 0 !important;
}
.tm-social ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}
.tm-social a {
  color: #999;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0 10px;
  display: block;
  transition: all 450ms ease-in-out;
}
.tm-social a.ico-facebook:hover {
  color: #3b5998;
}
.tm-social a.ico-twitter:hover {
  color: #00a9ed;
}
.tm-social a.ico-instagram:hover {
  color: #e44772;
}
.tm-social a.ico-dribbble:hover {
  color: #d92d84;
}
.tm-social a.ico-behance:hover {
  color: #2473f6;
}
.tm-social a.ico-pinterest:hover {
  color: #ac281a;
}
.tm-social a.ico-linkedin:hover {
  color: #015886;
}
.tm-social a.ico-google-plus:hover {
  color: #cd1111;
}
.tm-social a.ico-youtube:hover {
  color: #cd1b20;
}
.tm-social a.ico-tumblr:hover {
  color: #3a5976;
}
.tm-social a.ico-vk:hover {
  color: #3b5998;
}

/* ===================================================================================
10. PRICING TABLES
=================================================================================== */
/*------------------------------------------*/
/*   PRICING TABLE
/*------------------------------------------*/
.pricing-table {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 50px;
  transition: all 300ms ease-in-out;
}
.pricing-table:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------*/
/*    Pricing Table Price Plan
/*------------------------------------------*/
.pricing-plan h4 {
  color: #444;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.pricing-plan h4 span {
  color: #222;
  font-weight: 700;
}

.pricing-table span.price {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: -1px;
}
.pricing-table sup {
  font-size: 34px;
  font-weight: 500;
  top: -6px;
  right: 3px;
}
.pricing-table sup.validity {
  color: #757575;
  font-weight: 300;
  font-size: 1.25rem;
  top: 0px;
  left: 3px;
}

/*------------------------------------------*/
/*    Pricing Table Body
/*------------------------------------------*/
ul.features {
  color: #333;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 300;
  padding-top: 10px;
}
ul.features li {
  padding: 9px 0;
}
ul.features li i {
  margin-right: 6px;
}
ul.features li.disabled-option {
  color: #888;
}

/*------------------------------------------*/
/*   Pricing Table Button
/*------------------------------------------*/
.pricing-table .btn {
  display: block;
  width: 100%;
  margin-top: 30px;
}

/*------------------------------------------*/
/*   PRICING NOTICE TEXT
/*------------------------------------------*/
.pricing-notice p {
  margin-top: 10px;
  padding: 0 8%;
}
.pricing-notice p span {
  font-weight: 700;
  margin-right: 5px;
}

/* ===================================================================================
11.  TESTIMONIALS
=================================================================================== */
/*------------------------------------------*/
/*   TESTIMONIALS CAROUSEL
/*------------------------------------------*/
.review-1 {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 30px;
  transition: all 450ms ease-in-out;
}

.review-2 {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 30px;
  transition: all 450ms ease-in-out;
  padding: 0;
  transform: scale(0.85);
}
.review-2 .review-txt {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 45px 40px 55px;
  margin: 0 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.review-1, .review-2 {
  opacity: 0.3;
}

.review-1.slick-current {
  opacity: 1;
}

.review-2.slick-current {
  opacity: 1;
  transform: scale(1);
}

/*------------------------------------------*/
/*    Testimonial Message Avatar 
/*------------------------------------------*/
.review-1 .testimonial-avatar img {
  width: 90px;
  height: 90px;
  display: inline-block;
  margin: 0 auto 15px;
  border-radius: 100%;
}

.review-2 .testimonial-avatar img {
  width: 90px;
  height: 90px;
  display: inline-block;
  margin: 0 auto 15px;
  border-radius: 100%;
  margin: -45px auto 15px;
}
.review-2 h5 {
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*   Testimonial Message Text
/*------------------------------------------*/
.review-1 p, .review-2 p {
  color: #666;
  font-size: 1.05rem;
  font-style: italic;
}

p.testimonial-autor {
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
}

.review-2 p.testimonial-autor {
  line-height: 1.2;
  margin-bottom: 0;
}

.testimonial-avatar span {
  font-size: 0.95rem;
  line-height: 1;
}

/*------------------------------------------*/
/*   App Rating
/*------------------------------------------*/
.app-rating i {
  color: #ff8000;
  font-size: 0.8rem;
  line-height: 1;
  margin-right: 1px;
}
.app-rating i:last-child {
  margin-right: 0;
}

/*------------------------------------------*/
/*   Reviews Slick Carousel Dots
/*------------------------------------------*/
.reviews-section .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: -30px;
}
.reviews-section .slick-dots li {
  margin: 0 2px;
  width: 15px;
  height: 15px;
}
.reviews-section .slick-dots li button:before {
  content: "";
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
  width: 8px;
  height: 8px;
  left: auto;
  transition: all ease-in-out 0.2s;
}
.reviews-section .slick-dots li button:hover:before {
  background: #999;
}
.reviews-section .slick-dots li.slick-active button:before {
  background: #666;
}

/* ==========================================================================
12.  FAQs
=========================================================================== */
#faqs-1 {
  background-position: center bottom;
}

/*------------------------------------------*/
/*    FAQs TYPOGRAPHY
/*------------------------------------------*/
.question {
  margin-bottom: 25px;
}
.question h5 {
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.question p {
  color: #666;
}

.more-questions-btn {
  margin-top: 50px;
}
.more-questions-btn .btn {
  margin-top: 20px;
}

/* ==========================================================================
13.  DOWNLOAD
=========================================================================== */
#download-1 {
  background-image: url(../images/tra-bg-1.png);
}

#download-2 .bg-inner {
  background-image: url(../images/download-2.jpg);
  position: relative;
  z-index: 1;
}

#download-3 .bg-inner {
  background-image: url(../images/world-map.png);
  position: relative;
  z-index: 1;
}

#download-4.bg-lightgrey {
  background-image: url(../images/tra-waves.png);
  background-position: bottom center;
}
#download-4 .download-txt {
  text-align: center;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*   DOWNLOAD TEXT
/*------------------------------------------*/
/*------------------------------------------*/
/*   DOWNLOAD TYPOGRAPHY
/*------------------------------------------*/
.download-section h2 {
  margin-bottom: 15px;
}

#download-1 p, #download-4 p {
  padding: 0 10%;
}

.download-section .stores-badge {
  margin-top: 30px;
}

/*------------------------------------------*/
/*   DOWNLOAD IMAGE
/*------------------------------------------*/
.download-2-img, .download-3-img {
  margin-top: -60px;
  margin-bottom: -60px;
  position: relative;
  z-index: 999;
  position: relative;
}

/* ===================================================================================
14.  MORE APPS
=================================================================================== */
.m-img {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 60px 40px;
}

/*------------------------------------------*/
/*    MORE APPS TYPOGRAPHY
/*------------------------------------------*/
.more-app-box {
  margin-top: 15px;
}
.more-app-box h5 {
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 25px;
}
.more-app-box span.app-cat {
  color: #888;
  font-size: 0.95rem;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  margin-top: -10px;
}
.more-app-box a {
  color: #888;
  margin-right: 12px;
}
.more-app-box a span {
  text-decoration: underline;
  margin-left: 4px;
}

.more-app-box a:hover {
  color: #222;
}

/* ==========================================================================
15.  BRANDS
=========================================================================== */
#brands-1 {
  padding-top: 70px;
  padding-bottom: 40px;
}
#brands-1.brands-section-thin {
  padding-top: 0;
  padding-bottom: 0;
}
#brands-1 .brand-logo {
  margin-bottom: 30px;
}
#brands-1 .brand-logo img {
  padding: 0 15px;
}

/*------------------------------------------*/
/*    BRANDS LOGO HOLDER
/*------------------------------------------*/
/* ==========================================================================
16.  PRESS
=========================================================================== */
/*------------------------------------------*/
/*    PRESS LOGO
/*------------------------------------------*/
.press-logo {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  background-color: #fff;
  padding: 70px 30px;
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 450ms ease-in-out;
}
.press-logo img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  transition: transform 450ms;
}
.press-logo:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.press-logo:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

/*------------------------------------------*/
/*    PRESS TEXT
/*------------------------------------------*/
.press-txt p {
  margin-bottom: 30px;
  padding: 0 10%;
}

/* ==========================================================================
17.  NEWSLETTER
=========================================================================== */
#newsletter-1 {
  background-image: url(../images/tra-bg-1.png);
  padding-top: 120px;
  padding-bottom: 100px;
}

#newsletter-2 {
  background-image: url(../images/tra-bg-2.png);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

#newsletter-1 .newsletter-form {
  margin: 50px 15% 0;
}

/*------------------------------------------*/
/*    Newsletter Form Input
/*------------------------------------------*/
.newsletter-section .newsletter-form .form-control {
  height: 60px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 400;
  padding: 0 0.5rem;
  margin-right: 0;
  border-radius: 0;
  box-shadow: 0 0;
}
.newsletter-section .newsletter-form .form-control:focus {
  border: none;
  border-bottom: 2px solid #fff;
  outline: 0;
  box-shadow: none;
}
.newsletter-section .newsletter-form .form-control::-moz-placeholder, .newsletter-section .newsletter-form .form-control:-ms-input-placeholder, .newsletter-section .newsletter-form .form-control::-webkit-input-placeholder {
  color: #eee;
}
.newsletter-section .newsletter-form .btn {
  height: 60px;
  background-color: transparent;
  border: none;
  font-size: 1.35rem;
  padding: 0 1rem;
  border-radius: 0;
  box-shadow: 0 0;
}
.newsletter-section .newsletter-form .btn:hover {
  padding: 0 1.25rem;
}
.newsletter-section .newsletter-form .btn:hover::before {
  opacity: 0;
}

/*------------------------------------------*/
/*    Newsletter Form Placeholder
/*------------------------------------------*/
/*------------------------------------------*/
/*    Newsletter Form Button
/*------------------------------------------*/
/* ==========================================================================
18.  BLOG
=========================================================================== */
#page-breadcrum {
  padding: 190px 0 100px 0px;
  background-image: url(../images/blog/breadcrumb.jpg);
  background-color: #43ca25d4;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
#page-breadcrum:before {
  content: "";
  background: #43ca25e6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}
#page-breadcrum .breadcrum-content {
  z-index: 2;
  width: 80%;
  margin: auto;
}
#page-breadcrum .breadcrum-content h1 {
  color: #fff;
}
#page-breadcrum .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
#page-breadcrum .breadcrumb .breadcrumb-item a {
  color: #fff;
}
#page-breadcrum .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  margin: 0 5px;
  font-family: FontAwesome;
}

#blog-page {
  margin-top: 100px;
  margin-bottom: 100px;
}

.no-sidebar #single-post-page-full, #single-post-page-full {
  margin-top: 165px;
}

#single-post-page-full hr, div#single-post-page-full .blog-post-meta {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#single-post-page-full .elementor-widget-button a.elementor-button,
#single-post-page-full .elementor-widget-button .elementor-button {
  color: #fff;
}

div#single-post-page-full .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 30px;
}

#single-post-page {
  margin-top: 160px;
  margin-bottom: 60px;
}

#single-post-page-full .content-area {
  border: none;
  padding: 0;
}
#single-post-page-full .comment-section.container {
  max-width: 930px;
}
#single-post-page-full .featured-img {
  margin-left: -100px;
  margin-right: -100px;
}
#single-post-page-full .featured-img img {
  max-width: 1110px;
  height: 80vh;
  object-fit: cover;
}

span.single-post-cat a {
  background: #4ac834;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  font-size: 15px;
}
span.single-post-cat a:hover {
  color: #fff;
}

.blog .blog-post-txt p, .archive .blog-post-txt p {
  margin-bottom: 0;
}

.single-post .blog-post-img img {
  width: 100%;
  height: 452px;
}

.single-post.post-template-full-post-page #single-post-page .xooapp-feature-image {
  margin-top: -35px;
}

.single-post.post-template-full-post-page .entry-header {
  margin: auto;
  max-width: 990px !important;
  z-index: 9;
  position: relative;
  padding: 40px;
  padding-bottom: 0;
  background: #fff;
}

.single-post.post-template-full-post-page .content-area {
  position: relative;
}

.single-post.post-template-full-post-page .blog-post.video-format .entry-header {
  margin-top: 0;
  padding-top: 0;
}

/*------------------------------------------*/
/*    BLOG POST
/*------------------------------------------*/
.img-thumb.dis-block.xooapp-feature-image span:after {
  content: "";
  display: block;
  padding-top: 100%;
}

span.image-block {
  position: relative;
  background-size: contain;
  overflow: hidden;
  display: block;
  max-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-post {
  margin-bottom: 40px;
}
.blog-post a {
  color: #111;
}
.blog-post a:hover {
  color: #49c731;
}

.content-area a {
  color: #333;
  border-bottom: 1px solid #49c731;
}
.content-area a:hover {
  border-bottom: 1px solid #49c731;
  color: #49c731;
}

.posts-holder .blog-post {
  margin-bottom: 60px;
  border: 1px solid #ebebeb;
}

/*------------------------------------------*/
/*    BLOG TYPOGRAPHY
/*------------------------------------------*/
.blog-post-txt span {
  font-size: 14px;
}

.entry-title {
  margin-top: 0;
  font-size: 1.7rem;
}

.single-post .blog-post-txt article a {
  color: #3bcc01;
}
.single-post .blog-post-txt article a:hover {
  color: #49c731;
}
.single-post .blog-post-txt article p {
  margin-bottom: 22px;
}
.single-post .entry-content {
  padding: 0;
}

.blog-block {
  box-shadow: 0 0 2px 0px #e6e6e6;
  padding-bottom: 15px;
}
.blog-block .blog-post-txt p {
  color: #444;
  line-height: 24px;
}
.blog-block h5.h5-sm.entry-title {
  margin-bottom: 15px;
}
.blog-block .blog-post-txt, .blog-block .blog-post-meta {
  padding: 0 20px;
}

.blog-block.style2 {
  box-shadow: none;
  margin-bottom: 30px;
  width: 100%;
}
.blog-block.style2 img {
  width: 150px;
  height: auto;
}
.blog-block.style2 .blog-post-img a {
  background: transparent;
}
.blog-block.style2 .blog-post-meta {
  padding: 0;
}
.blog-block.style2 .blog-post-img a {
  min-height: auto;
}

.blog .blog-post-meta {
  width: 100%;
}

.blog-post-meta a.more-detail {
  border-bottom: 1px solid #ffce39;
  font-weight: 600;
  color: #111;
  float: left;
}
.blog-post-meta a.more-detail:hover {
  border-bottom: 1px solid #49c731;
}
.blog-post-meta span {
  color: #888;
  font-size: 0.95rem;
  margin-left: 30px;
}

.single .blog-post-meta {
  width: 40%;
}

.author.vcard i {
  margin-right: 5px;
}

.post-inner-img p.p-sm {
  color: #999;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0;
}

.entry-meta, .single-post .entry-meta {
  display: flex;
  text-transform: capitalize;
}
.entry-meta span a, .single-post .entry-meta span a {
  font-weight: 300;
}
.entry-meta span i, .single-post .entry-meta span i {
  color: #ffce39;
}

.single-post .entry-meta a {
  color: #111;
}

.blog-post-img {
  position: relative;
}
.blog-post-img a {
  min-height: 250px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
}
.blog-post-img .image-block {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 600ms ease;
  background-size: cover;
  background-position: top center;
}
.blog-post-img .img-thumb span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}
.blog-post-img img {
  object-fit: cover;
  height: 265px;
}

a.post-thumbnail {
  display: initial;
}

.footer-widget-area > div {
  min-width: 18%;
  -webkit-box-flex: 0;
}
.footer-widget-area > div:last-child {
  min-width: 22%;
  width: 100%;
  margin: 0;
}

footer.entry-footer {
  display: flow-root;
  max-width: 1140px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
footer.entry-footer span.edit-link {
  float: right;
  text-align: right;
}
footer.entry-footer span.edit-link a {
  background: #3bcc01;
  padding: 3px 15px;
  color: #fff;
  display: block;
}
footer.entry-footer span.tags-links {
  width: 65%;
  float: left;
}
footer.entry-footer span.tags-links a {
  text-transform: uppercase;
  font-size: 12px;
  background: #4ac834;
  padding: 4px 8px;
  color: #fff !important;
  border-radius: 4px;
  font-weight: bold;
}
footer.entry-footer span.tags-links a:hover {
  color: #000000;
}
footer.entry-footer span.tags-links i {
  color: #50c63f;
  font-size: 16px;
  margin-right: 8px;
}
footer li {
  margin-bottom: 8px;
}

.single-post footer.entry-footer {
  margin-top: 45px;
}

.xooapp-inner-appsinfo a {
  display: block;
}

span.cat-links {
  font-weight: 400;
}
span.cat-links svg {
  color: #c3c3c3;
}

nav.navigation.post-navigation {
  margin: 40px 0;
  display: table;
  width: 100%;
}
nav.navigation.post-navigation a {
  color: #5d5d5d;
}

/*------------------------------------------*/
/*    BLOG PAGE RIGHT SIDEBAR 
/*------------------------------------------*/
#sidebar-right h5.h5-md {
  margin-bottom: 20px;
}
#sidebar-right > div:last-of-type {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   Blog Search Form
/*------------------------------------------*/
#search-field .btn {
  padding: 14px 18px;
  margin-top: 0;
  box-shadow: 0 0 0;
}
#search-field .form-control:focus {
  border-color: #999;
  outline: 0px none;
  box-shadow: none;
}

input.search-field {
  padding: 8px;
  width: 100%;
}
input.search-submit {
  padding: 10px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  background: blue;
  border: none;
  color: #fff;
}

/*------------------------------------------*/
/*   Blog Categories
/*------------------------------------------*/
.sidebar-div > ul {
  margin: 0;
  padding: 0;
}
.sidebar-div ul {
  list-style: none;
}
.sidebar-div ul > li {
  line-height: 2.2;
  border-bottom: 1px dashed #c0c0c0;
  transition: all 300ms ease-in-out;
}
.sidebar-div ul > li:last-child {
  border-bottom: none;
}
.sidebar-div ul li i {
  margin-right: 10px;
}
.sidebar-div ul li a:hover {
  color: #000;
  text-decoration: none;
}

/*------------------------------------------*/
/*   Popular Posts
/*------------------------------------------*/
.popular-posts li {
  padding: 14px 0;
  border-bottom: 1px dashed #c0c0c0;
}
.popular-posts li:first-child {
  padding: 0 0 14px;
}
.popular-posts li:last-child {
  padding: 14px 0 0;
  border-bottom: 0;
}

/*------------------------------------------*/
/*  Popular Post Typography
--------------------------------------------*/
.post-summary a {
  color: #555;
  transition: all 400ms ease-in-out;
}

.popular-posts .post-summary a:hover {
  color: #000;
  text-decoration: underline;
}
.popular-posts p {
  color: #888;
  font-size: 0.875rem;
  margin-top: 6px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   Blog Page Popular Tags
/*------------------------------------------*/
.badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: #222;
  border: 1px solid #ddd;
  background-color: #fbfbfb;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 5px 10px;
  margin-right: 2px;
  transition: all 450ms ease-in-out;
}
.badge a {
  color: #666 !important;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.42857;
}
.badge:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.badge:hover a {
  color: #fff !important;
}

/*------------------------------------------*/
/*    BLOG PAGE PAGINATION 
/*------------------------------------------*/
.page-link {
  color: #666;
  padding: 0.65rem 0.95rem;
}
.page-link:hover, .page-link:focus {
  color: #444;
  background-color: #f2f2f2;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #444;
  border-color: #444;
}

/*------------------------------------------*/
/*    SINGLE POST SHARE ICONS
/*-----------------------------------------*/
.share-social-icons {
  display: inline-block;
  margin: 0 !important;
  padding-right: 5px !important;
  float: right;
}
.share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

a.share-ico {
  width: 44px;
  height: 28px;
  font-size: 18px;
  line-height: 28px !important;
  text-align: center;
  margin-right: 3px;
  display: block;
  opacity: 0.75;
  border-radius: 2px;
}
a.share-ico.ico-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
a.share-ico.ico-twitter {
  background-color: #00a9ed;
  border-color: #00a9ed;
  color: #fff;
}
a.share-ico.ico-behance {
  background-color: #00a8e7;
  border-color: #00a8e7;
  color: #fff;
}
a.share-ico.ico-google-plus {
  background-color: #cd1111;
  border-color: #cd1111;
  color: #fff;
}
a.share-ico.ico-linkedin {
  background-color: #015886;
  border-color: #015886;
  color: #fff;
}
a.share-ico.ico-dribbble {
  background-color: #d92d84;
  border-color: #d92d84;
  color: #fff;
}
a.share-ico.ico-instagram {
  background-color: #beb3a8;
  border-color: #beb3a8;
  color: #fff;
}
a.share-ico.ico-pinterest {
  background-color: #ac281a;
  border-color: #ac281a;
  color: #fff;
}
a.share-ico.ico-dropbox {
  background-color: #008ad2;
  border-color: #008ad2;
  color: #fff;
}
a.share-ico.ico-skype {
  background-color: #00a9ed;
  border-color: #00a9ed;
  color: #fff;
}
a.share-ico.ico-youtube {
  background-color: #cd1b20;
  border-color: #cd1b20;
  color: #fff;
}
a.share-ico.ico-tumblr {
  background-color: #3a5976;
  border-color: #3a5976;
  color: #fff;
}
a.share-ico.ico-vimeo {
  background-color: #00adee;
  border-color: #00adee;
  color: #fff;
}
a.share-ico.ico-flickr {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  color: #fff;
}
a.share-ico.ico-github {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
a.share-ico.ico-renren {
  background-color: #364a83;
  border-color: #364a83;
  color: #fff;
}
a.share-ico.ico-vk {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
a.share-ico.ico-xing {
  background-color: #015f5e;
  border-color: #015f5e;
  color: #fff;
}
a.share-ico.ico-weibo {
  background-color: #be4443;
  border-color: #be4443;
  color: #fff;
}
a.share-ico.ico-rss {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
a.share-ico.ico-digg {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
a.share-ico.ico-deviantart {
  background-color: #57675d;
  border-color: #57675d;
  color: #fff;
}
a.share-ico.ico-envelope {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
a.share-ico.ico-delicious {
  background-color: #0A0A0A;
  border-color: #0A0A0A;
  color: #fff;
}
a.share-ico:hover {
  opacity: 1;
}

.print-this {
  cursor: pointer;
}

.print-this:hover i {
  color: #fafafa;
}

/*------------------------------------------*/
/*    SINGLE POST META
/*------------------------------------------*/
.comment-meta {
  margin-bottom: 10px;
}
.comment-meta h5 {
  line-height: 1.1;
  margin-bottom: 0;
}

.comment-date {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.btn-reply a {
  background-color: #52cd38;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 8px;
  text-transform: uppercase;
  border-radius: 2px;
}
.btn-reply a:hover {
  color: #fff;
  background-color: #48af4b;
}

.comment-reply {
  margin-left: 40px;
}

.single-post-comments hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/
#submited-comment {
  list-style: none;
  margin: 0;
  padding: 0;
}
#submited-comment .comments-content {
  margin-left: 16px;
  width: 100%;
}
#submited-comment > li.comment.even {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #efefef;
}
#submited-comment ul.children {
  list-style: none;
  padding-top: 20px;
}
#submited-comment ul.children .children li {
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#submited-comment > li.comment.odd {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #efefef;
}
#submited-comment h3.commets-title {
  margin: 0;
  font-size: 18px;
  margin-top: 30px;
}

.odd div#respond {
  background: #f5f5f5;
  padding: 15px;
  padding-top: 1px;
  padding-bottom: 0px;
}

.children li.comment.odd {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 15px;
  margin-bottom: 20px;
}

.children li.comment.even {
  padding: 15px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
}

#leave-comment h4.h4-lg {
  margin-bottom: 5px;
}

p.logged-in-as {
  margin-left: 15px;
}

.comment-form {
  position: relative;
}
.comment-form p {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.comment-form .form-control {
  background-color: #fff;
  border: 2px solid #eaeaea;
  color: #333;
  height: 46px;
  font-size: 15px;
  font-weight: 300;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: none;
}
.comment-form .form-control:focus {
  border-color: #48af4b;
  outline: 0px none;
  box-shadow: none;
}
.comment-form textarea {
  min-height: 200px;
}
.comment-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 20px;
}
.comment-form .comment-field {
  position: relative;
}
.comment-form .comment-field i {
  position: absolute;
  top: 12px;
  right: 30px;
  color: #d6d6d6;
}

/*------------------------------------------*/
/*    Forms Message
/*------------------------------------------*/
.comment-form-msg {
  position: absolute;
  bottom: 10px;
  left: 350px;
}
.comment-form-msg .error, .comment-form-msg .loading {
  color: #45afff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}
.comment-form-msg .error {
  color: #f6412d;
}

/* ==========================================================================
19.  CONTACTS
=========================================================================== */
#contacts-1.bg-lightgrey {
  background-image: url(../images/tra-waves.png);
  background-position: bottom center;
}

.contacts-section .form-holder {
  position: relative;
}

span.wpcf7-form-control-wrap input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}

/*------------------------------------------*/
/*    Contact Form Input
/*------------------------------------------*/
.contact-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 0;
  color: #444;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 25px;
  border-radius: 0;
}

#contacts-2 .contact-form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #666;
  color: #f5f5f5;
  font-size: 1.35rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding: 0 5px;
  margin-bottom: 35px;
}

.contact-form .custom-select {
  display: inline-block;
  width: 100%;
  height: 54px;
  line-height: 1;
  color: #444;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 25px;
  border-radius: 0;
}

.bg-lightgrey .contact-form .form-control {
  border: 1px solid #ddd;
}

/*------------------------------------------*/
/*    Contact Form Textarea
/*------------------------------------------*/
.contact-form textarea {
  min-height: 220px;
}
.contact-form textarea.form-control {
  padding: 20px;
}

#contacts-2 .contact-form textarea.form-control {
  padding: 20px 5px;
}

/*------------------------------------------*/
/*    Contact Form Placeholder
/*------------------------------------------*/
.contact-form .form-control::-moz-placeholder, .contact-form .form-control:-ms-input-placeholder, .contact-form .form-control::-webkit-input-placeholder {
  color: #555;
}

#contacts-2 .contact-form .form-control::-moz-placeholder, #contacts-2 .contact-form .form-control:-ms-input-placeholder, #contacts-2 .contact-form .form-control::-webkit-input-placeholder {
  color: #666;
}

/*------------------------------------------*/
/*    Contact Form Input Focus
/*------------------------------------------*/
.contact-form .form-control:focus, .contact-form .custom-select:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #6bbb28;
}

#contacts-2 .contact-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #fff;
}

/*------------------------------------------*/
/*    Contact Form Message
/*------------------------------------------*/
.contact-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 35px;
}

#contacts-2 .contact-form label.error {
  margin-left: 5px;
  margin-bottom: 30px;
}

.contact-form-msg {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.contact-form-msg .error, .contact-form-msg .loading {
  color: #45afff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}
.contact-form-msg .error {
  color: #f6412d;
}

/* ==========================================================================
20. FOOTER
========================================================================== */
.footer {
  background-position: bottom center;
}

.footer-info img {
  width: 173px;
}

/*------------------------------------------*/
/*   FOOTER TYPOGRAPHY
/*------------------------------------------*/
.bg-dark.footer .white-color p {
  color: #ddd;
}
.bg-dark.footer .white-color h5 a {
  color: #ccc;
}

.footer h5 {
  margin-bottom: 20px;
}

.footer-info p {
  font-size: 1.05rem;
  line-height: 1.65;
  margin-top: 20px;
}

.footer-socials-links h5 {
  letter-spacing: 0;
  margin-bottom: 13px;
}
.footer-socials-links h5 a {
  text-decoration: underline;
}

a.foo-facebook:hover {
  color: #3b5998;
}
a.foo-twitter:hover {
  color: #00a9ed;
}
a.foo-instagram:hover {
  color: #e44772;
}
a.foo-dribbble:hover {
  color: #d92d84;
}
a.foo-behance:hover {
  color: #2473f6;
}
a.foo-pinterest:hover {
  color: #ac281a;
}
a.foo-linkedin:hover {
  color: #015886;
}
a.foo-google-plus:hover {
  color: #cd1111;
}
a.foo-youtube:hover {
  color: #cd1b20;
}
a.foo-tumblr:hover {
  color: #3a5976;
}
a.foo-vk:hover {
  color: #3b5998;
}

.bg-dark.footer .white-color h5 a:hover {
  color: #fff;
}

/*------------------------------------------*/
/*   FOOTER LOGO
/*------------------------------------------*/
#footer-4 .footer-logo {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*   FOOTER LINKS
/*------------------------------------------*/
.foo-links {
  display: inline-block;
  padding-left: 0;
  margin: 0 auto;
}
.foo-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

#footer-3 .foo-links li, #footer-4 .foo-links li, .bottom-footer .foo-links li {
  display: inline-block !important;
  margin-left: 22px;
}

.foo-links li a {
  font-size: 1.05rem;
  line-height: 1.5;
}

#footer-3 .foo-links li a, .bottom-footer .foo-links li a {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}

.bg-dark .foo-links li a {
  color: #ddd;
}

.foo-links li a:hover {
  color: #000;
  text-decoration: underline;
}

.bg-dark .foo-links li a:hover {
  color: #ddd;
}

#footer-1 ul {
  margin-left: 0;
}

/*------------------------------------------*/
/*   FOOTER STORE BADGES
/*------------------------------------------*/
.footer-stores-badge a.store {
  display: block;
  margin-bottom: 14px;
}

/*------------------------------------------*/
/*   BOTTOM FOOTER
/*------------------------------------------*/
.bottom-footer {
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

.bg-grey .bottom-footer {
  border-color: #ccc;
}

.bg-dark .bottom-footer {
  border-color: #555;
}

/*------------------------------------------*/
/*   FOOTER COPYRIGHT
/*------------------------------------------*/
.footer-copyright p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

#footer-2 .footer-copyright p {
  margin-bottom: 2px;
}

.footer-copyright p span {
  font-weight: 500;
}

/* ==========================================================================
21. BOTTOM QUICK FORM
========================================================================== */
.bottom-form {
  background-color: #fff;
  min-width: 260px;
  max-width: 260px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.33);
  position: fixed;
  right: 6em;
  bottom: 0;
  z-index: 998;
}

/*------------------------------------------*/
/*   QUICK FORM HEADER
/*------------------------------------------*/
.bottom-form-header {
  background-color: #41bf2b;
  border-color: #41bf2b;
  padding: 14px 20px;
  min-height: 45px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  cursor: pointer;
}
.bottom-form-header span {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.bottom-form-header p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 30px !important;
  display: inline-block;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   QUICK FORM FORM
/*------------------------------------------*/
.bottom-form-holder {
  padding-bottom: 5px;
}
.bottom-form-holder input.wpcf7-form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
  line-height: 1;
  padding: 18px;
}
.bottom-form-holder textarea.wpcf7-form-control {
  padding: 20px;
  min-height: 110px;
  border: 1px solid #f0f0f0;
}
.bottom-form-holder label {
  text-indent: 10px;
  margin-top: 5px;
}
.bottom-form-holder .wpcf7-submit {
  background: #49c731;
}
.bottom-form-holder .col-lg-6 {
  max-width: 100%;
  flex: 0 0 100%;
}

.bottom-form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
  line-height: 1;
  padding: 18px;
}

.quick-contact-form textarea {
  min-height: 60px;
  border-bottom: none;
}
.quick-contact-form .btn {
  font-size: 0.9rem;
  padding: 0.6rem 1.75rem;
  margin-right: 30px;
}
.quick-contact-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 35px;
}
.quick-contact-form .contact-form-msg {
  position: absolute;
  bottom: 80px;
  left: 20px;
}
.quick-contact-form .contact-form-msg .error, .quick-contact-form .contact-form-msg .loading {
  color: #45afff;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 300;
}
.quick-contact-form .contact-form-msg .error {
  color: #f6412d;
}

/*------------------------------------------*/
/*    Quick Form Message
/*------------------------------------------*/
/* ==========================================================================
22. TERMS PAGE
========================================================================== */
#terms-page {
  margin-top: 160px;
  margin-bottom: 60px;
}
#terms-page p.p-notice {
  font-weight: 700;
}

/*------------------------------------------*/
/*   TERMS PAGE TYPOGRAPHY
/*------------------------------------------*/
.terms-box {
  margin-bottom: 40px;
}
.terms-box h4 {
  margin-bottom: 15px;
}
.terms-box p span {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 5px;
}
.terms-box p a {
  color: #333;
  font-weight: 700;
  text-decoration: underline;
}
.terms-box p a:hover {
  color: #666;
}

/*------------------------------------------*/
/*    Terms / Privacy Title
/*------------------------------------------*/
ul.terms-list {
  list-style: disc;
  margin: 20px 0 20px 25px;
}
ul.terms-list li {
  margin-bottom: 10px;
}
ul.terms-list li:last-child {
  margin-bottom: 0;
}

/* ===================================================================================
23.  SCROLL TO TOP
=================================================================================== */
#scrollUp {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.5);
  border-radius: 100%;
  transition: all 250ms linear;
}
#scrollUp:hover {
  background-color: #666;
}

nav a#pull {
  display: none;
}

/* ===================================================================================
24.  Editor Block
=================================================================================== */
.has-white-background-color.has-white-background-color {
  background-color: #FFF;
}

.has-strong-blue-background-color.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #eee;
}

.has-carrot-background-color.has-carrot-background-color {
  background-color: #e67e22;
}

.has-sun-flower-background-color.has-sun-flower-background-color {
  background-color: #f1c40f;
}

.has-green-sea-background-color.has-green-sea-background-color {
  background-color: #16a085;
}

.has-orange-background-color.has-orange-background-color {
  background-color: #f39c12;
}

.has-wisteria-background-color.has-wisteria-background-color {
  background-color: #8e44ad;
}

.has-pumpkin-background-color.has-pumpkin-background-color {
  background-color: #d35400;
}

.has-white-color {
  color: #FFF;
}

.has-strong-blue-color {
  color: #0073aa;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-dark-gray-color {
  color: #eee;
}

.has-carrot-color {
  color: #e67e22;
}

.has-sun-flower-color {
  color: #f1c40f;
}

.has-green-sea-color {
  color: #16a085;
}

.has-orange-color {
  color: #f39c12;
}

.has-wisteria-color {
  color: #8e44ad;
}

.has-pumpkin-color {
  color: #d35400;
}

.has-large-font-size {
  font-size: 36px;
}

.has-huge-font-size {
  font-size: 50px;
}

.wp-block-table table {
  border-spacing: 0;
  width: 100%;
  margin-bottom: 25px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
}

.wp-block-table th,
.wp-block-table td {
  text-align: left;
  padding: 8px;
}

.wp-block-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.wp-block-table caption,
.wp-block-table th,
.wp-block-table td {
  font-weight: normal;
  text-align: left;
  padding: 0 5px;
}

caption {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.wp-block-table thead {
  background: #42a045;
  color: #fff;
}

.wp-block-table thead th {
  border: 1px solid transparent;
}

.wp-block-table.wp-block-table td, .entry-content .wp-block-table.wp-block-table td {
  border: 1px solid #ededed;
  padding: 15px;
}

ul.wp-block-categories.wp-block-categories-list, ul.wp-block-archives.wp-block-archives-list, .wp-block-categories ul, .wp-block-latest-posts, .wp-block-latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.wp-block-archives.wp-block-archives-list li {
  border-bottom: 1px dashed #dedede;
  padding: 15px 0;
  margin-bottom: 0;
}

.wp-block-categories ul li a, .wp-block-latest-posts li a {
  color: #111;
  text-decoration: none;
  font-weight: 300;
  font-family: Roboto;
}

.editor-rich-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.wp-block-cover.has-background-dim, .wp-block-cover.has-background-dim p {
  font-family: Montserrat;
  font-size: 1.6rem;
  font-weight: 600;
}

.wp-block-pullquote {
  padding: 0em 0;
  border: 3px solid #76c32d;
}
.wp-block-pullquote blockquote {
  padding: 1em;
  border-left: 0;
  margin-top: 25px;
  color: inherit;
  margin-bottom: 25px;
}
.wp-block-pullquote blockquote p {
  line-height: 1.6;
}
.wp-block-pullquote blockquote cite {
  color: inherit;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 28px;
}

.wp-block-quote.is-style-large p {
  font-size: 20px;
}

#single-post-page-full .entry-content > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#single-post-page-full .blog-post-meta {
  max-width: 1140px;
  margin: auto;
}

#single-post-page-full .entry-content > .alignwide {
  max-width: 1110px;
}

ol.wp-block-latest-comments, ol.wp-block-latest-comments a, li.wp-block-latest-comments__comment {
  text-decoration: none;
  font-family: Roboto;
  font-weight: 300;
  color: #111;
}

span.wp-block-latest-comments__comment-author, a.wp-block-latest-comments__comment-author {
  font-weight: 700;
}

#single-post-page-full .entry-content .elementor {
  max-width: 100%;
  padding: 0;
}

#single-post-page-full .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.has-small-font-size {
  font-size: 0.8em;
}

.entry-content ul li, .entry-content ol li {
  margin-bottom: 6px;
}

.wp-block-code,
.wp-block-code textarea,
.wp-block-verse.editor-rich-text {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace !important;
}

.wp-block-video video {
  max-width: 100%;
}

.wp-block-image img {
  display: block;
}

.wp-block-latest-posts.is-grid li {
  margin: 0;
  margin-right: 15px;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

ul.wp-block-gallery {
  padding: 0;
  margin: 0;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-button__link {
  color: inherit !important;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

ul.wp-block-latest-posts li {
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
  margin: 0;
}

.single-post .blog-post-txt .wp-block-latest-posts {
  padding-left: 0;
  margin-left: 0;
}

.single-post .blog-post-txt ul.wp-block-latest-posts li a {
  color: #111;
}

.editor-block-list__layout .wp-block-freeform.block-library-rich-text__tinymce blockquote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
  box-shadow: none;
  color: #666;
  border-left: 3px solid #6bbb28;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-cover {
  background-attachment: fixed;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

p.wp-block-subhead {
  color: #6c7781;
}

#single-post-page-full .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin: 3em auto;
  border-bottom: none;
}

p.has-drop-cap:not(:focus)::first-letter {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.flex-viewport {
  margin-bottom: 5px;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  border: 1px solid;
  padding: 5px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
  flex: 0 0 48.333333%;
  max-width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
  max-width: 35%;
  flex: 0 0 34.666667%;
}

span.woocommerce-input-wrapper {
  width: -webkit-fill-available;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 5px;
  border: 1px solid;
}

/*
*   responsive
* -----------------------------------------------------------------------------------------*/
@media (min-width: 1921px) {
  #hero-2 {
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    margin: 0;
  }
  .dropdown-menu li {
    width: 100%;
  }
  .dropdown-menu li:hover > .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
  }

  .dropdown-menu.show.dropdown-menu.show {
    display: none;
    width: 100%;
  }

  .dropdown .dropdown-menu {
    min-width: 15em;
    padding: 15px 0;
  }

  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    display: block;
    border: none;
    background: #fbfbfb;
  }

  .dropdown.edge ul {
    right: 0;
    left: inherit !important;
    width: 100%;
  }
  .dropdown.edge ul li:hover > .dropdown-menu {
    display: block;
    right: 100%;
    left: inherit;
    top: -8px;
    border-radius: 0;
  }
  .dropdown.edge ul > .dropdown-menu {
    left: -100% !important;
    top: -9px !important;
    width: 100%;
  }

  .custom-col.col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .custom-col.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  html {
    font-size: 15px;
  }

  .ind-5, .ind-10, .ind-15, .ind-20, .ind-25 {
    padding-right: 0;
    padding-left: 0;
  }

  .ind-30, .ind-35, .ind-40 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ind-45, .ind-50 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .ind-60 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wide-90 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .wide-80 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wide-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wide-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .wide-40 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .wide-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .p-left-0, .p-left-5, .p-left-10, .p-left-15 {
    padding-left: 0;
  }

  .p-left-20, .p-left-25, .p-left-30, .p-left-35 {
    padding-left: 10px;
  }

  .p-left-40, .p-left-45 {
    padding-left: 20px;
  }

  .p-left-50 {
    padding-left: 20px;
    padding-left: 30px;
  }

  .p-left-60, .p-left-70, .p-left-80, .p-left-90, .p-left-100 {
    padding-left: 30px;
  }

  .p-right-0, .p-right-5, .p-right-10, .p-right-15 {
    padding-right: 0;
  }

  .p-right-20, .p-right-25, .p-right-30, .p-right-35 {
    padding-right: 10px;
  }

  .p-right-40, .p-right-45 {
    padding-right: 20px;
  }

  .p-right-50 {
    padding-right: 20px;
    padding-left: 30px;
  }

  .p-right-60, .p-right-70, .p-right-80, .p-right-90, .p-right-100 {
    padding-left: 30px;
  }

  .division.p-top-100 {
    padding-top: 80px;
  }

  p {
    font-size: 1.266rem;
  }

  .sidebar-div ul.sub-menu .sub-menu {
    padding-left: 5px;
  }

  a.store {
    margin-right: 10px;
  }

  .store img.appstore-original {
    width: 141px;
    height: 44px;
  }
  .store img.googleplay-original {
    width: 150px;
    height: 44px;
  }
  .store img.amazon-original {
    width: 139px;
    height: 44px;
  }
  .store img.windows-original {
    width: 144px;
    height: 44px;
  }
  .store img.appstore-white {
    width: 136px;
    height: 44px;
  }
  .store img.googleplay-white {
    width: 144px;
    height: 44px;
  }
  .store img.appstore-grey {
    width: 139px;
    height: 44px;
  }
  .store img.googleplay-grey {
    width: 148px;
    height: 44px;
  }

  .modal-video {
    line-height: 2rem;
  }
  .modal-video a {
    line-height: 2rem;
  }
  .modal-video a span {
    font-size: 2rem;
    line-height: 2rem;
    margin-right: 3px;
  }

  .box-icon span {
    font-size: 3.5rem;
  }

  .box-icon-xs span {
    font-size: 2.5rem;
  }

  .box-icon-sm span {
    font-size: 3rem;
  }

  .box-icon-md span {
    font-size: 4rem;
  }

  .box-icon-lg span {
    font-size: 4.5rem;
  }

  .box-icon-xl span {
    font-size: 5rem;
  }

  .section-title p {
    font-size: 1.1rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 1.45rem 1.25rem;
  }

  .header-socials a {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
    line-height: 32px !important;
    border: 2px solid #fff;
    margin-left: 2px;
  }

  .header-store img.appstore-button {
    width: 135px;
    height: 42px;
  }
  .header-store img.googleplay-button {
    width: 144px;
    height: 42px;
  }

  #hero-1 {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  #hero-2 {
    padding-top: 160px;
    padding-bottom: 90px;
  }

  #hero-4 {
    padding-top: 150px;
  }

  #hero-5, #hero-7, #hero-10 {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hero-row-200 {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .hero-row-180 {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .hero-row-160 {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .hero-row-140 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-row-120 {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .hero-row-100 {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero-app-logo span {
    font-size: 3.5rem;
    letter-spacing: -2px;
    padding-left: 15px;
  }

  #hero-1 .hero-txt {
    margin-top: 100px;
  }

  #hero-9-content {
    padding-top: 160px;
    padding-bottom: 370px;
  }

  .hero-section h2, .hero-section h3, .hero-section h4 {
    margin-bottom: 15px;
  }

  #hero-1.hero-section h2 {
    margin-bottom: 20px;
  }

  #hero-8 .hero-txt p {
    padding-bottom: 25px;
  }

  .hero-stores-badge {
    margin-top: 30px;
  }

  #hero-12 a.store {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }

  #hero-4 .btn {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .hero-app-logo, #hero-4 .hero-app-logo {
    margin-bottom: 20px;
  }

  #hero-8 .hero-app-logo {
    margin-bottom: 30px;
  }

  .hero-app-logo img {
    max-width: 150px;
    height: auto;
  }

  #hero-4 .hero-app-logo img {
    width: 125px;
    height: auto;
  }

  #hero-2 .hero-links {
    margin-top: 0px;
    margin-left: 5px;
  }

  .hero-boxes {
    margin-top: 50px;
  }

  #hero-2 .newsletter-form {
    margin-top: 30px;
    margin-right: 10%;
  }
  #hero-2 .newsletter-form .form-control {
    height: 46px;
    font-size: 1rem;
  }
  #hero-2 .newsletter-form .btn {
    height: 46px;
  }

  #hero-4 .hero-img {
    margin: 0 15%;
  }

  .fbox-2, .fbox-3 {
    padding: 40px 20px;
  }

  .fbox-5 {
    margin-bottom: 25px;
  }

  .fbox-6 {
    margin-bottom: 30px;
  }

  .fbox-1 p {
    padding: 0;
  }

  .fbox-5-txt, .fbox-6-txt {
    padding-left: 15px;
  }

  .fbox-5 span, .fbox-6 span {
    width: 55px;
    height: 55px;
  }

  .content-txt h2.h2-xs {
    margin-bottom: 20px;
  }
  .content-txt h5.h5-md {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .cbox-1 {
    margin-bottom: 15px;
  }
  .cbox-1 span {
    width: 60px;
    height: 60px;
  }

  .cbox-1-txt {
    margin-left: 70px;
  }

  .content-5-img, .content-section .content-img {
    padding-left: 30px;
    padding-right: 30px;
  }

  #content-7 .content-img {
    margin-top: -80px;
    margin-bottom: 40px;
  }

  .nav-pills .nav-link {
    font-size: 1rem;
    padding: 8px 24px;
    margin-right: 6px;
  }

  .statistic-number {
    font-size: 3.65rem;
    letter-spacing: 1px;
  }

  #statistic-2 .statistic-number {
    font-size: 3.35rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .statistic-txt {
    margin-top: 0;
  }

  #video-3 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  #video-4 {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .video-inner-bg {
    margin-right: 20px;
    margin-left: 20px;
  }

  .video-content {
    padding: 80px 70px;
    margin-right: 30px;
    margin-left: 30px;
  }

  #video-4 .video-content {
    margin: -30px 40px;
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top: 70px;
  }

  #screens-1 {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .team-member-photo {
    margin: 0 15px 20px;
  }

  .join-team.m-top-25 {
    margin-top: 10px;
  }
  .join-team p {
    margin-bottom: 20px;
    padding: 0 5%;
  }

  .review-1 {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .review-2 {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .review-2 .review-txt {
    padding: 40px 25px 50px;
  }

  .review-1 .testimonial-avatar img {
    width: 70px;
    height: 70px;
  }

  .review-2 .testimonial-avatar img {
    width: 70px;
    height: 70px;
    margin: -35px auto 15px;
  }
  .review-2 h5.h5-lg {
    font-size: 1.0675rem;
    margin-bottom: 15px;
  }

  .review-1 p, .review-2 p {
    font-size: 1rem;
  }

  p.testimonial-autor {
    font-size: 1.05rem;
  }

  .app-rating .svg-inline--fa {
    font-size: 0.75rem;
  }

  .question {
    margin-bottom: 20px;
  }
  .question h5 {
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .more-questions-btn {
    margin-top: 30px;
  }

  #brands-1 {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .press-txt p {
    margin-bottom: 30px;
    padding: 0;
  }

  #newsletter-1 {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  #newsletter-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #newsletter-1 .newsletter-form {
    margin: 40px 20% 0;
  }

  .newsletter-section .newsletter-form .form-control {
    height: 54px;
    font-size: 1.15rem;
  }
  .newsletter-section .newsletter-form .btn {
    height: 54px;
  }

  #blog-page {
    margin-top: 140px;
    margin-bottom: 80px;
  }

  #single-post-page {
    margin-top: 140px;
    margin-bottom: 40px;
  }

  .sidebar-div.m-bottom-50 {
    margin-bottom: 40px;
  }

  .post-holder.p-right-60, .posts-holder.p-right-60 {
    padding-right: 30px;
  }

  #search-field .btn {
    padding: 12px;
  }

  .badge {
    font-size: 0.7rem;
    margin-bottom: 6px;
    padding: 3px 8px;
  }

  a.share-ico {
    width: 70px;
    height: 30px;
    font-size: 15px;
    line-height: 30px !important;
    margin-right: 2px;
  }

  .single-post-comments hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .comment-form .btn {
    font-size: 1rem;
  }

  .blog-page-pagination.m-top-80 {
    margin-top: 50px;
  }

  .contact-form .form-control, .contact-form .custom-select {
    height: 50px;
    margin-bottom: 20px;
  }

  #contacts-2 .contact-form .form-control {
    font-size: 1.15rem;
    margin-bottom: 30px;
  }

  .footer .p-left-60 {
    padding-left: 0;
  }

  .footer-logo img {
    width: 110px;
    height: 110px;
  }

  .footer-info p {
    font-size: 1rem;
  }

  .foo-links li a {
    font-size: 1rem;
    line-height: 1.4;
  }

  #terms-page {
    margin-top: 140px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .navbar {
    min-height: 65px;
  }

  #navbarSupportedContent .navbar-nav {
    overflow: auto;
    max-height: 65vh;
    margin-top: 25px;
    display: inherit;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    background-color: #5fd34200;
  }

  li.nav-item {
    text-align: left;
  }
  li.nav-item a.nav-item {
    padding-left: 10px;
  }

  .dropdown-menu {
    border: none;
  }

  .navbar-light .nav-link:focus, .navbar-light .nav-link:hover {
    background-color: #ffffff00 !important;
  }

  .dropdown-item:focus:before, .dropdown-item:hover:before {
    background-color: #ffffff00 !important;
  }

  .dropdown-menu li {
    position: relative;
    margin-left: 15px;
  }

  .dropdown-menu li:before {
    content: "-";
    margin-right: 10px;
    position: absolute;
    left: -9px;
    top: 10px;
  }

  .navbar-nav .dropdown-menu {
    text-align: left;
  }

  .dropdown-toggle::after {
    vertical-align: 0.075em;
    font-size: 17px;
    content: "" !important;
    font-weight: bold;
    border: none;
    font-family: FontAwesome;
    position: absolute;
    right: 24px;
  }

  .dropdown-menu .menu-item-has-children.show.active .dropdown-toggle::after,
.dropdown-menu .menu-item-has-children.active .dropdown-toggle::after {
    content: "" !important;
    font-family: FontAwesome;
  }

  .dropdown-item:hover, .dropdown-item:focus {
    background: none;
  }

  .navbar {
    padding: 15px;
  }

  li.nav-item {
    display: block;
    position: relative;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #020202 !important;
  }

  .navbar-light .nav-link:focus, .navbar-light .nav-link:hover {
    background-color: #e8e8e8 !important;
  }

  .editor-block-list__layout .wp-block-freeform.block-library-rich-text__tinymce blockquote, .wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .single-post.post-template-full-post-page .entry-header {
    margin: 0;
    padding: 0;
  }

  .single-post.post-template-full-post-page .content-area {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
  }

  blockquote.wp-block-quote {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 768.01px) and (max-width: 991.99px) {
  html {
    font-size: 15px;
  }

  .ind-5, .ind-10, .ind-15, .ind-20, .ind-25, .ind-30, .ind-35, .ind-40, .ind-45, .ind-50, .ind-60, .ind-70, .ind-80, .ind-90, .ind-100 {
    padding: 0px;
  }

  .wide-160, .wide-150, .wide-140, .wide-130, .wide-120, .wide-110, .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wide-90 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .wide-80 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wide-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wide-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .wide-40 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .wide-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .p-left-0, .p-left-5, .p-left-10, .p-left-15, .p-left-20, .p-left-25, .p-left-30, .p-left-35, .p-left-40, .p-left-45, .p-left-50, .p-left-60, .p-left-70, .p-left-80, .p-left-90, .p-left-100 {
    padding-left: 15px;
  }

  .p-right-0, .p-right-5, .p-right-10, .p-right-15, .p-right-20, .p-right-25, .p-right-30, .p-right-35, .p-right-40, .p-right-45, .p-right-50, .p-right-60, .p-right-70, .p-right-80, .p-right-90, .p-right-100 {
    padding-right: 15px;
  }

  .division.p-top-100 {
    padding-top: 80px;
  }

  h5 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.55rem;
  }

  h3 {
    font-size: 2.21rem;
  }

  h2 {
    font-size: 2.95rem;
  }

  p {
    font-size: 1.15rem;
  }

  li.nav-item.nl-simple.nav-item.nl-simple {
    padding: 0.45rem 0rem;
  }

  .btn {
    padding: 0.9rem 1.85rem;
  }

  a.store {
    margin-right: 10px;
  }

  .store img.appstore-original {
    width: 141px;
    height: 44px;
  }
  .store img.googleplay-original {
    width: 150px;
    height: 44px;
  }
  .store img.amazon-original {
    width: 139px;
    height: 44px;
  }
  .store img.windows-original {
    width: 144px;
    height: 44px;
  }
  .store img.appstore-white {
    width: 136px;
    height: 44px;
  }
  .store img.googleplay-white {
    width: 144px;
    height: 44px;
  }
  .store img.appstore-grey {
    width: 139px;
    height: 44px;
  }
  .store img.googleplay-grey {
    width: 148px;
    height: 44px;
  }

  .modal-video {
    line-height: 1.75rem;
  }
  .modal-video a {
    font-size: 1.05rem;
    line-height: 1.75rem;
  }
  .modal-video a span {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-right: 3px;
  }

  .box-icon span {
    font-size: 3.5rem;
  }

  .box-icon-xs span {
    font-size: 2.5rem;
  }

  .box-icon-sm span {
    font-size: 3rem;
  }

  .box-icon-md span {
    font-size: 4rem;
  }

  .box-icon-lg span {
    font-size: 4.5rem;
  }

  .box-icon-xl span {
    font-size: 5rem;
  }

  .quote p {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .quote-avatar img {
    width: 40px;
    height: 40px;
  }

  .quote-author {
    padding: 0 0 0 10px;
  }

  .app-devices {
    padding: 5px 0 0 5px;
  }
  .app-devices .svg-inline--fa {
    font-size: 2.15rem;
  }
  .app-devices .svg-inline--fa.f-phone {
    margin-right: 1rem;
  }

  .app-devices-desc p {
    font-size: 0.95rem;
    padding-right: 5%;
  }

  .section-title {
    margin-bottom: 40px;
  }
  .section-title p {
    font-size: 1.1rem;
    padding: 0 5%;
  }

  .bg-light {
    background-color: #fff !important;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .navbar {
    text-align: center;
  }

  .dropdown-menu {
    padding: 0;
    margin-top: 0;
    border-top: none;
  }

  .dropdown-divider {
    margin: 5px 0;
  }

  .navbar.bg-tra {
    padding: 0.75rem 1.1rem;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }
  .navbar.scroll.bg-tra {
    padding: 0.75rem 1.1rem;
  }

  .logo-white {
    display: none;
  }

  .navbar-dark.bg-dark .logo-white, .navbar-dark.bg-tra .logo-white {
    display: none;
  }

  .navbar-light.bg-light .logo-white, .navbar-light.bg-tra .logo-white {
    display: none;
  }

  .logo-black, .navbar-dark.bg-tra .logo-black {
    display: block;
  }

  .navbar-light.bg-light .logo-black, .navbar-light.bg-tra .logo-black {
    display: block;
  }

  .bg-tra.navbar-dark .nav-link {
    color: #333;
  }
  .bg-tra.navbar-dark .navbar-nav .active > .nav-link {
    color: rgba(0, 0, 0, 0.9);
  }

  .navbar-dark .nav-link:focus, .navbar-dark .nav-link:hover {
    color: #333;
    background-color: rgba(200, 200, 200, 0.35);
  }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #333;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.1rem;
    margin-left: 0;
    border-radius: 0;
  }

  .navbar-text {
    padding: 10px 0;
    margin-top: 2px;
  }

  .header-socials {
    margin: 8px auto 0;
  }
  .header-socials a {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
    line-height: 30px !important;
    margin-left: 1px;
  }
  .header-socials span {
    margin-left: 3px;
  }
  .header-socials a {
    color: #333;
    opacity: 0.7;
  }

  .navbar.scroll .header-socials a {
    color: #333;
    opacity: 0.7;
  }

  .header-socials a.ico-facebook, .navbar.scroll .header-socials a.ico-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
  }

  .header-socials a.ico-twitter, .navbar.scroll .header-socials a.ico-twitter {
    background-color: #00a9ed;
    border-color: #00a9ed;
  }

  .header-socials a.ico-behance, .navbar.scroll .header-socials a.ico-behance {
    background-color: #2473f6;
    border-color: #2473f6;
  }

  .header-socials a.ico-google-plus, .navbar.scroll .header-socials a.ico-google-plus {
    background-color: #cd1111;
    border-color: #cd1111;
  }

  .header-socials a.ico-linkedin, .navbar.scroll .header-socials a.ico-linkedin {
    background-color: #015886;
    border-color: #015886;
  }

  .header-socials a.ico-dribbble, .navbar.scroll .header-socials a.ico-dribbble {
    background-color: #d92d84;
    border-color: #d92d84;
  }

  .header-socials a.ico-instagram, .navbar.scroll .header-socials a.ico-instagram {
    background-color: #beb3a8;
    border-color: #beb3a8;
  }

  .header-socials a.ico-pinterest, .navbar.scroll .header-socials a.ico-pinterest {
    background-color: #ac281a;
    border-color: #ac281a;
  }

  .header-socials a.ico-youtube, .navbar.scroll .header-socials a.ico-youtube {
    background-color: #cd1b20;
    border-color: #cd1b20;
  }

  .header-socials a.ico-tumblr, .navbar.scroll .header-socials a.ico-tumblr {
    background-color: #3a5976;
    border-color: #3a5976;
  }

  .header-socials a.ico-vk, .navbar.scroll .header-socials a.ico-vk {
    background-color: #3b5998;
    border-color: #3b5998;
  }

  .header-socials a:hover {
    color: #fff;
    opacity: 1;
  }

  .header-store img {
    margin-top: 4px;
  }
  .header-store img.appstore-button {
    width: 128px;
    height: 40px;
  }
  .header-store img.googleplay-button {
    width: 137px;
    height: 40px;
  }

  .hero-section {
    margin-top: 58px;
  }

  #hero-1, #hero-7 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  #hero-2 {
    padding-top: 100px;
    padding-bottom: 80px;
    background-position: right top;
  }

  #hero-4 {
    padding-top: 100px;
  }

  #hero-5, #hero-10 {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero-row-120, .hero-row-140, .hero-row-160, .hero-row-180, .hero-row-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-row-100 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hero-app-logo span {
    font-size: 3rem;
    letter-spacing: -2px;
    padding-left: 15px;
  }

  #hero-1 .hero-txt {
    margin-top: 40px;
  }

  #hero-2 .hero-txt, #hero-6 .hero-txt, #hero-8 .hero-txt {
    margin-left: 20px;
  }

  #hero-9-content {
    padding-top: 100px;
    padding-bottom: 370px;
  }

  #hero-1.hero-section h2 {
    margin-bottom: 15px;
  }

  .hero-section h2, .hero-section h3, .hero-section h4 {
    margin-bottom: 15px;
  }

  #hero-10.hero-section h2 {
    margin-bottom: 25px;
  }

  #hero-1 .hero-txt p, #hero-11 .hero-txt p {
    padding-right: 0;
  }

  #hero-5 .hero-txt p {
    padding-right: 5%;
  }

  #hero-8 .hero-txt p {
    padding-bottom: 15px;
  }

  #hero-9 .hero-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
  }

  .hero-stores-badge {
    margin-top: 25px;
  }

  #hero-12 a.store {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }

  #hero-4 .btn {
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .hero-app-logo, #hero-4 .hero-app-logo {
    margin-bottom: 20px;
  }

  #hero-8 .hero-app-logo {
    margin-bottom: 25px;
  }

  .hero-app-logo img {
    max-width: 150px;
    height: auto;
  }

  #hero-4 .hero-app-logo img {
    width: 110px;
    height: auto;
  }

  #hero-2 .hero-links {
    margin-top: 0px;
    margin-left: 0;
  }

  #hero-5 .modal-video {
    margin-top: 8px;
  }

  #hero-8 .modal-video.m-left-25 {
    margin-left: 15px;
  }

  .hero-boxes {
    margin-top: 50px;
  }

  #hero-2 .newsletter-form {
    margin-top: 25px;
    margin-right: 0;
  }
  #hero-2 .newsletter-form .form-control {
    height: 42px;
    font-size: 1rem;
  }
  #hero-2 .newsletter-form .btn {
    height: 42px;
  }

  .hero-3-img {
    bottom: 2%;
    width: 48%;
    left: 52%;
  }

  #hero-4 .hero-img {
    margin: 0 15%;
  }

  .hero-9-image img {
    margin-top: -330px;
  }

  #features-4 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #features-4 .bg-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #features-5 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .fbox-2 {
    padding: 40px 30px;
  }

  .fbox-3 {
    padding: 40px 60px;
  }

  .fbox-5 {
    margin-bottom: 25px;
  }

  .fbox-6 {
    margin-bottom: 30px;
  }

  .fbox-1 h5, .fbox-2 h5, .fbox-3 h5 {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .fbox-4 h5 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .fbox-1 p {
    padding: 0;
  }

  .fbox-5-txt, .fbox-6-txt {
    padding-left: 15px;
  }

  .fbox-5 span, .fbox-6 span {
    width: 55px;
    height: 55px;
  }

  .fbox-4-img {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .features-6-content.wide-50 {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .features-5-img, .features-6-img {
    width: 38%;
    left: 62%;
  }

  #content-5 .p-top-100.bg-inner {
    padding-top: 80px;
  }

  #content-7 .section-title {
    margin-bottom: 100px;
  }
  #content-7 .section-title p {
    padding: 0;
  }

  #content-8 .section-title p {
    padding: 0;
  }

  .content-txt h2.h2-xs {
    margin-bottom: 12px;
  }
  .content-txt h5.h5-md {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cbox-1 {
    margin-bottom: 10px;
  }
  .cbox-1 span {
    width: 60px;
    height: 60px;
  }

  .cbox-1-txt {
    margin-left: 70px;
  }

  .content-txt .btn {
    margin-top: 5px;
  }

  .content-5-img, .content-section .content-img {
    padding-left: 0;
    padding-right: 0;
  }

  .content-7-image {
    padding-bottom: 40px;
  }

  #content-7 .content-img {
    margin-top: -80px;
    margin-bottom: 30px;
  }

  .nav-pills .nav-link {
    font-size: 1rem;
    padding: 8px 24px;
    margin-right: 6px;
  }

  #statistic-2 .statistic-block {
    padding: 25px 20px;
  }

  .statistic-number {
    font-size: 3rem;
    letter-spacing: 1px;
  }

  #statistic-2 .statistic-number {
    font-size: 2.65rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .statistic-txt {
    margin-top: 0;
  }

  #video-3 {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  #video-3 .section-title {
    margin-bottom: 5.75rem;
  }

  #video-4 {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  #video-1 .video-preview {
    margin-top: 50px;
  }

  .video-inner-bg {
    margin-right: 10px;
    margin-left: 10px;
  }

  .video-content {
    padding: 60px 50px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .play-icon-green {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }

  #video-3 h4 {
    margin-bottom: 15px;
  }

  #video-1 p {
    padding: 0;
    margin-bottom: 20px;
  }

  #video-4 p {
    padding: 0 5%;
  }

  .video-section .btn {
    margin-top: 10px;
  }

  #video-4 .video-content {
    margin: -30px 20px;
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top: 70px;
  }

  #screens-1 {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  #team-1 .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .join-team.m-top-25 {
    margin-top: 0;
  }
  .join-team p {
    margin-bottom: 20px;
    padding: 0 5%;
  }

  .pricing-table span.price {
    font-size: 40px;
    line-height: 40px;
  }
  .pricing-table sup {
    font-size: 26px;
    top: -3px;
    right: 2px;
  }

  ul.features {
    font-size: 1rem;
  }
  ul.features li {
    padding: 7px 0;
  }

  .pricing-notice p {
    padding: 0;
  }

  .review-1 {
    padding: 0 80px;
    margin-bottom: 30px;
  }

  .review-2 {
    padding: 0 80px;
    margin-bottom: 30px;
  }
  .review-2 .review-txt {
    padding: 40px 25px 50px;
  }

  .review-1 .testimonial-avatar img {
    width: 70px;
    height: 70px;
  }

  .review-2 .testimonial-avatar img {
    width: 70px;
    height: 70px;
    margin: -35px auto 15px;
  }
  .review-2 h5.h5-lg {
    font-size: 1.0675rem;
    margin-bottom: 15px;
  }

  .review-1 p, .review-2 p {
    font-size: 1rem;
  }

  p.testimonial-autor {
    font-size: 1.05rem;
  }

  .app-rating .svg-inline--fa {
    font-size: 0.75rem;
  }

  .question {
    margin-bottom: 20px;
  }
  .question h5 {
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .more-questions-btn {
    margin-top: 30px;
  }

  #download-2, #download-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #download-4 .download-txt {
    margin-bottom: 40px;
  }

  #download-1 p, #download-4 p {
    padding: 0;
  }

  .download-section .stores-badge {
    margin-top: 25px;
  }

  .m-img {
    padding: 40px 40px;
  }
  .m-img img {
    width: 120px;
    height: 120px;
  }

  #brands-1 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #brands-1 .brand-logo img {
    padding: 0;
  }

  #press-1 .col-md-3 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .press-logo {
    padding: 50px 30px;
  }

  .press-txt p {
    margin-bottom: 30px;
    padding: 0;
  }
  .press-txt.m-top-20 {
    margin-top: 0;
  }

  #newsletter-1 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #newsletter-2 {
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
  }
  #newsletter-2 h3 {
    padding: 0 15%;
  }

  #newsletter-1 .newsletter-form {
    margin: 30px 15% 0;
  }

  #newsletter-2 .newsletter-form {
    margin: 30px 20% 0;
  }

  .newsletter-section .newsletter-form .form-control {
    height: 54px;
    font-size: 1.15rem;
  }
  .newsletter-section .newsletter-form .btn {
    height: 54px;
  }

  #blog-page {
    margin-top: 140px;
    margin-bottom: 80px;
  }

  #single-post-page {
    margin-top: 140px;
    margin-bottom: 40px;
  }

  .sidebar-div.m-bottom-40 {
    margin-bottom: 30px;
  }
  .sidebar-div.m-bottom-50 {
    margin-bottom: 40px;
  }

  .post-holder.p-right-60, .posts-holder.p-right-60 {
    padding-right: 0;
  }

  #search-field .btn {
    padding: 10px;
  }

  .badge {
    font-size: 0.65rem;
    margin-bottom: 6px;
    padding: 3px 8px;
  }

  a.share-ico {
    width: 70px;
    height: 30px;
    font-size: 15px;
    line-height: 30px !important;
    margin-right: 2px;
  }

  .single-post-comments hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .comment-form .form-control {
    height: 42px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .comment-form .btn {
    font-size: 1rem;
  }

  .blog-page-pagination.m-top-80 {
    margin-top: 50px;
  }

  .contact-form .form-control, .contact-form .custom-select {
    height: 50px;
    margin-bottom: 20px;
  }

  #contacts-2 .contact-form .form-control {
    font-size: 1.15rem;
    margin-bottom: 30px;
  }

  .footer .p-left-60 {
    padding-left: 0;
  }

  .footer-logo img {
    width: 110px;
    height: 110px;
  }

  .footer-info p {
    font-size: 1rem;
  }

  .foo-links li a {
    font-size: 1rem;
    line-height: 1.4;
  }

  #footer-3 .foo-links li, #footer-4 .foo-links li, .bottom-footer .foo-links li {
    margin-left: 10px;
  }

  .bottom-form {
    min-width: 240px;
    max-width: 240px;
  }

  .bottom-form-header {
    padding: 11px 20px;
  }

  #terms-page {
    margin-top: 140px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  li.nav-item.nl-simple.nav-item.nl-simple {
    padding: 0.45rem 0rem;
  }

  #single-post-page-full .entry-content > * {
    max-width: 720px;
    margin-left: inherit;
    margin-right: inherit;
  }

  .single-post.post-template-full-post-page .entry-header {
    padding: 0;
    margin-top: 0;
  }

  .single-post.post-template-full-post-page .content-area {
    position: relative;
    padding: 0 20px;
  }

  a.btn {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 2.75rem;
  }

  br {
    display: none;
  }

  .xooapp-logo-info, .elementor-widget-wp-widget-nav_menu {
    margin-bottom: 30px;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #111 !important;
  }

  .elementor-section .elementor-inner-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .elementor-element-populated .elementor-inner-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #page-breadcrum {
    padding: 125px 0 40px 0px;
  }

  .reviews-section {
    margin-top: 20px;
  }

  .elementor-section-wrap > .elementor-element > .elementor-container .elementor-widget {
    padding-left: 15px;
    padding-right: 15px;
  }

  div#watch_video {
    padding-bottom: 0;
  }

  .elementor-column:last-of-type .fbox-1 {
    margin-bottom: 0;
  }

  .elementor-tabs .elementor-tabs-wrapper > div {
    margin-bottom: 10px !important;
  }

  .section-title {
    margin-bottom: 20px;
    padding: 0;
  }

  .elementor-text-editor p:last-of-type {
    margin: 0;
  }

  .statistic-block {
    padding: 10px 0;
  }

  .elementor-widget-xooapp-heading .xooapp-heading-title.xooapp-size-xxl {
    font-size: 2.2rem;
    margin-top: 0;
  }

  .xooapp-heading-title.xooapp-size-xxl {
    font-size: 2.2rem;
    margin-top: 0;
  }
  .xooapp-heading-title.xooapp-size-xl {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  #elementor h2.xooapp-heading-title {
    margin-top: 0;
    font-size: 2.775rem;
    margin-bottom: 15px;
    padding: 0;
    line-height: initial;
  }

  .elementor-element > .elementor-element-populated {
    padding: 0px !important;
    padding-top: 0px;
  }

  .animated {
    visibility: visible;
    display: block;
  }
  @keyframes fadeIn {
    0% {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  #loader {
    margin: -30px 0 0 -30px;
  }

  .cssload-flex-container li {
    height: 60px;
    width: 60px;
  }

  .cssload-loading {
    width: 63px;
    height: 63px;
  }
  .cssload-loading:before {
    height: 39px;
    width: 39px;
  }

  .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wide-90 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .wide-80 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wide-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wide-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .wide-40 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .wide-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .ind-5, .ind-10, .ind-15, .ind-20, .ind-25, .ind-30, .ind-35, .ind-40, .ind-45, .ind-50, .ind-60, .ind-70, .ind-80, .ind-90, .ind-100 {
    padding: 0;
  }

  .m-right-30 {
    margin-right: 15px;
  }

  .m-left-30 {
    margin-left: 15px;
  }

  .p-left-60 {
    padding-left: 0px;
  }

  .entry-title {
    font-size: 1.3rem;
  }

  .division.p-top-100 {
    padding-top: 80px;
  }

  .bg-light {
    background-color: #fff !important;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .navbar {
    text-align: center;
  }

  .dropdown-menu {
    text-align: center;
    padding: 0;
    margin-top: 0;
    border-top: none;
    border-radius: 0;
  }

  .dropdown-divider {
    margin: 5px 0;
  }

  .dropdown-item, .menu-item-has-children > .dropdown-item {
    padding: 10px 0;
  }

  .navbar.bg-tra {
    padding: 0.75rem 1.1rem;
    background-color: #fff !important;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }
  .navbar.scroll.bg-tra {
    padding: 0.75rem 1.1rem;
  }

  .logo-white {
    display: none;
  }

  .navbar-dark.bg-dark .logo-white, .navbar-dark.bg-tra .logo-white {
    display: none;
  }

  .navbar-light.bg-light .logo-white, .navbar-light.bg-tra .logo-white {
    display: none;
  }

  .logo-black, .navbar-dark.bg-tra .logo-black {
    display: block;
    text-align: left;
  }

  .navbar-light.bg-light .logo-black, .navbar-light.bg-tra .logo-black {
    display: block;
  }

  .bg-tra.navbar-dark .nav-link {
    color: #333;
  }
  .bg-tra.navbar-dark .navbar-nav .active > .nav-link {
    color: rgba(0, 0, 0, 0.9);
  }

  .navbar-dark .nav-link:focus, .navbar-dark .nav-link:hover {
    color: #333;
    background-color: rgba(200, 200, 200, 0.35);
  }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #333;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 10px;
    margin-left: 0;
    border-radius: 0;
  }

  .navbar-text {
    padding: 10px 0;
    margin-top: 2px;
  }

  .header-socials {
    margin: 8px auto 0;
  }
  .header-socials a {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
    line-height: 30px !important;
    margin-left: 1px;
  }
  .header-socials span {
    margin-left: 3px;
  }
  .header-socials a {
    color: #fff;
    opacity: 0.7;
  }

  .navbar.scroll .header-socials a {
    color: #fff;
    opacity: 0.7;
  }

  .header-socials a.ico-facebook, .navbar.scroll .header-socials a.ico-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
  }

  .header-socials a.ico-twitter, .navbar.scroll .header-socials a.ico-twitter {
    background-color: #00a9ed;
    border-color: #00a9ed;
  }

  .header-socials a.ico-behance, .navbar.scroll .header-socials a.ico-behance {
    background-color: #2473f6;
    border-color: #2473f6;
  }

  .header-socials a.ico-google-plus, .navbar.scroll .header-socials a.ico-google-plus {
    background-color: #cd1111;
    border-color: #cd1111;
  }

  .header-socials a.ico-linkedin, .navbar.scroll .header-socials a.ico-linkedin {
    background-color: #015886;
    border-color: #015886;
  }

  .header-socials a.ico-dribbble, .navbar.scroll .header-socials a.ico-dribbble {
    background-color: #d92d84;
    border-color: #d92d84;
  }

  .header-socials a.ico-instagram, .navbar.scroll .header-socials a.ico-instagram {
    background-color: #beb3a8;
    border-color: #beb3a8;
  }

  .header-socials a.ico-pinterest, .navbar.scroll .header-socials a.ico-pinterest {
    background-color: #ac281a;
    border-color: #ac281a;
  }

  .header-socials a.ico-youtube, .navbar.scroll .header-socials a.ico-youtube {
    background-color: #cd1b20;
    border-color: #cd1b20;
  }

  .header-socials a.ico-tumblr, .navbar.scroll .header-socials a.ico-tumblr {
    background-color: #3a5976;
    border-color: #3a5976;
  }

  .header-socials a.ico-vk, .navbar.scroll .header-socials a.ico-vk {
    background-color: #3b5998;
    border-color: #3b5998;
  }

  .header-socials a:hover {
    color: #fff;
    opacity: 1;
  }

  .header-store img {
    margin-top: 4px;
  }
  .header-store img.appstore-button {
    width: 128px;
    height: 40px;
  }
  .header-store img.googleplay-button {
    width: 137px;
    height: 40px;
  }

  .hero-section {
    margin-top: 58px;
  }

  #video-4 {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  #blog-page {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #single-post-page, #terms-page {
    margin-top: 140px;
    margin-bottom: 40px;
  }

  .footer-info {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #single-post-page-full .entry-content > * {
    max-width: 720px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .wp-block-cover, .wp-block-cover-image {
    margin: 0 0 0.5em 0;
  }

  .no-sidebar #single-post-page-full, #single-post-page-full {
    margin-top: 100px;
  }

  .p-right-60 {
    padding-right: 15px;
  }

  .p-left-60 {
    padding-left: 15px;
  }

  .sl-wrapper span.sl-count {
    margin-left: 30px;
  }

  .elementor-8 .elementor-section-wrap > .elementor-element {
    padding: 50px 0;
  }
  .elementor-8 .elementor-section-wrap > .elementor-element:first-of-type {
    padding: 30px 0;
  }

  .blog-post-txt p {
    margin-bottom: 15px;
  }

  .tags-links a {
    margin-bottom: 5px;
    font-size: 10px;
    display: inline-block;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    background-color: #5fd34200;
  }

  li.nav-item {
    text-align: left;
  }
  li.nav-item a.nav-item {
    padding-left: 10px;
  }

  .dropdown-menu {
    border: none;
  }

  .navbar-light .nav-link:focus, .navbar-light .nav-link:hover {
    background-color: #ffffff00 !important;
  }

  .dropdown-item:focus:before, .dropdown-item:hover:before {
    background-color: #ffffff00 !important;
  }

  .dropdown-menu li {
    position: relative;
    margin-left: 15px;
  }

  .dropdown-menu li:before {
    content: "-";
    margin-right: 10px;
    position: absolute;
    left: -9px;
    top: 10px;
  }

  .navbar-nav .dropdown-menu {
    text-align: left;
  }

  .dropdown-toggle::after {
    vertical-align: 0.075em;
    font-size: 17px;
    content: "" !important;
    font-weight: bold;
    border: none;
    font-family: FontAwesome;
    position: absolute;
    right: 24px;
  }

  .dropdown-menu .menu-item-has-children.show.active .dropdown-toggle::after,
.dropdown-menu .menu-item-has-children.active .dropdown-toggle::after {
    content: "" !important;
    font-family: FontAwesome;
  }

  .dropdown-item:hover, .dropdown-item:focus {
    background: none;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .logged-in.admin-bar .fixed-top {
    top: 46px;
  }

  .navbar-dark .navbar-nav .nav-link.active {
    color: #111;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 95%;
    margin: auto;
  }

  .header-socials a, .navbar.scroll .header-socials a {
    color: #333;
    border: 2px solid #212020;
  }

  .elementor-image img {
    margin-bottom: 20px;
  }

  .animated {
    visibility: visible;
    display: block;
  }
  @keyframes fadeIn {
    0% {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  html {
    font-size: 15px;
  }

  h5 {
    font-size: 1.08rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  h3 {
    font-size: 1.85rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  h1 {
    font-size: 2.75rem;
  }

  p {
    font-size: 1rem;
  }

  .btn {
    font-size: 0.95rem;
    padding: 0.9rem 1.7rem;
  }

  a.store {
    margin-right: 10px;
  }

  .store img.appstore-original {
    width: 141px;
    height: 44px;
  }
  .store img.googleplay-original {
    width: 150px;
    height: 44px;
  }
  .store img.amazon-original {
    width: 139px;
    height: 44px;
  }
  .store img.windows-original {
    width: 144px;
    height: 44px;
  }
  .store img.appstore-white {
    width: 136px;
    height: 44px;
  }
  .store img.googleplay-white {
    width: 144px;
    height: 44px;
  }
  .store img.appstore-grey {
    width: 139px;
    height: 44px;
  }
  .store img.googleplay-grey {
    width: 148px;
    height: 44px;
  }

  .modal-video {
    line-height: 1.75rem;
  }
  .modal-video a {
    font-size: 1.05rem;
    line-height: 1.75rem;
  }
  .modal-video a span {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-right: 3px;
  }

  .box-icon span {
    font-size: 3.5rem;
  }

  .box-icon-xs span {
    font-size: 2.5rem;
  }

  .box-icon-sm span {
    font-size: 3rem;
  }

  .box-icon-md span {
    font-size: 4rem;
  }

  .box-icon-lg span {
    font-size: 4.5rem;
  }

  .box-icon-xl span {
    font-size: 5rem;
  }

  .quote p {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .quote-avatar img {
    width: 40px;
    height: 40px;
  }

  .quote-author {
    padding: 0 0 0 10px;
  }

  .app-devices {
    padding: 5px 0 0 5px;
    text-align: left;
  }
  .app-devices .fa {
    font-size: 2.15rem;
  }
  .app-devices .fa.f-phone {
    margin-right: 1rem;
  }

  .app-devices-desc p {
    font-size: 0.95rem;
    padding-right: 5%;
  }

  .section-title p {
    font-size: 1rem;
    padding: 0 5%;
  }

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

  #hero-1, #hero-5 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #hero-2 {
    padding-top: 80px;
    padding-bottom: 60px;
    background-position: left bottom;
  }

  #hero-4 {
    padding-top: 80px;
  }

  #hero-7 {
    padding-top: 80px;
    padding-bottom: 60px;
    background-position: bottom left;
  }

  #hero-10 {
    padding-top: 80px;
    padding-bottom: 60px;
    background-position: right center;
  }

  #hero-12 {
    background-position: right center;
  }

  .hero-row-100, .hero-row-120, .hero-row-140, .hero-row-160, .hero-row-180, .hero-row-200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #hero-3 .hero-row-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #hero-11 .hero-row-200 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hero-app-logo {
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-app-logo span {
    font-size: 2.75rem;
    letter-spacing: -2px;
    padding-left: 15px;
  }

  #hero-1 .hero-txt {
    margin-top: 0;
  }

  #hero-7 .hero-txt.text-right {
    text-align: center !important;
  }

  #hero-9-content {
    padding-top: 80px;
    padding-bottom: 370px;
  }

  #hero-1.hero-section h2 {
    margin-bottom: 12px;
  }

  .hero-section h2, .hero-section h3, .hero-section h4 {
    margin-bottom: 12px;
  }

  #hero-5 .hero-txt h2, #hero-6 .hero-txt h2, #hero-11 .hero-txt h2 {
    padding: 0 5%;
  }

  #hero-10.hero-section h2 {
    color: #fff;
    margin-bottom: 20px;
  }

  #hero-2 .hero-links a, #hero-2 .hero-links span {
    color: #333;
  }
  #hero-2 h2, #hero-2 p {
    color: #333;
  }

  #hero-7 .hero-data span, #hero-7 h2, #hero-7 p {
    color: #333;
  }

  #hero-10 h2 {
    color: #333;
  }
  #hero-10 h2 span {
    color: #333;
  }

  #hero-12 h3, #hero-12 p {
    color: #fff;
  }

  .hero-section .modal-video {
    margin: 0 auto;
  }

  #hero-10 .modal-video a, #hero-12 .modal-video a {
    color: #fff;
  }
  #hero-10 .modal-video a span, #hero-12 .modal-video a span {
    color: #fff;
  }

  #hero-1 .hero-txt p, #hero-11 .hero-txt p {
    padding-right: 0;
  }

  #hero-3 .hero-txt p, #hero-5 .hero-txt p, #hero-6 .hero-txt p, #hero-11 .hero-txt p, #hero-12 .hero-txt p {
    padding: 0 10%;
  }

  #hero-8 .hero-txt p {
    padding: 0 10% 10px;
  }

  #hero-9 .hero-txt p {
    padding: 0 5%;
    margin-bottom: 25px;
  }

  .hero-stores-badge {
    margin-top: 20px;
  }

  #hero-12 .hero-stores-badge {
    margin-top: 15px;
  }
  #hero-12 a.store {
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 0;
  }

  #hero-4 .btn {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .hero-btns {
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
  }

  #hero-4 .hero-app-logo, #hero-8 .hero-app-logo {
    margin-bottom: 20px;
  }

  .hero-app-logo {
    margin-bottom: 20px;
  }
  .hero-app-logo img {
    max-width: 150px;
    height: auto;
  }

  #hero-4 .hero-app-logo img {
    width: 100px;
    height: auto;
  }

  #hero-2 .hero-links {
    margin-top: 0px;
    margin-left: 0;
  }

  #hero-5 .modal-video {
    margin-top: 8px;
  }

  #hero-8 .modal-video.m-left-25 {
    margin-left: 15px;
  }

  .hero-boxes {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .hbox {
    width: 30%;
    margin-top: 30px;
    float: none !important;
    display: inline-block;
  }
  .hbox span {
    margin-bottom: 10px;
  }

  #hero-2 .newsletter-form {
    margin-top: 20px;
    margin-right: 0;
  }
  #hero-2 .newsletter-form .form-control {
    height: 44px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-right: none;
  }
  #hero-2 .newsletter-form .form-control:focus {
    border: 1px solid #ddd;
    border-right: none;
  }
  #hero-2 .newsletter-form .btn {
    height: 44px;
    border: 1px solid #ddd;
    border-left: none;
  }

  #hero-1 .hero-img, #hero-5 .hero-img, #hero-10 .hero-img {
    margin: 40px 12% 0;
  }

  .hero-3-img, .hero-11-img {
    display: none;
  }

  #hero-4 .hero-img {
    margin: 40px 10% 0;
  }

  #hero-2 .hero-img, #hero-6 .hero-img, #hero-7 .hero-img, #hero-8 .hero-img {
    margin: 0 12% 40px;
  }

  .hero-9-image img {
    margin-top: -330px;
  }

  #hero-12 .hero-img {
    margin: 30px 12%;
  }

  #features-4 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #features-4 .bg-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #features-4 .col-md-4 {
    text-align: center !important;
  }

  #features-5 {
    padding-top: 80px;
    padding-bottom: 55px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .fbox-2 {
    padding: 40px 60px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .fbox-3 {
    padding: 40px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .fbox-5 {
    margin-bottom: 25px;
  }

  .fbox-6 {
    margin-bottom: 30px;
  }

  .fbox-1 h5, .fbox-2 h5, .fbox-3 h5 {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .fbox-4 h5 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .fbox-1 p {
    padding: 0;
  }

  .fbox-4 p {
    padding: 0 10%;
  }

  .fbox-5-txt, .fbox-6-txt {
    padding-left: 15px;
  }

  .fbox-5 span, .fbox-6 span {
    width: 55px;
    height: 55px;
  }

  .fbox-4-img {
    margin: 40px 25%;
  }

  .features-6-content.wide-50 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .features-5-img, .features-6-img {
    display: none;
  }

  #content-5 .p-top-100.bg-inner {
    padding-top: 80px;
  }

  #content-7 .section-title {
    margin-bottom: 30px;
  }
  #content-7 .section-title p {
    padding: 0;
  }

  #content-8 .section-title p {
    padding: 0;
  }

  .content-txt h2.h2-xs {
    margin-bottom: 12px;
  }
  .content-txt h5.h5-md {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cbox-1 {
    margin-bottom: 10px;
  }
  .cbox-1 span {
    width: 60px;
    height: 60px;
  }

  .cbox-1-txt {
    margin-left: 70px;
  }

  .content-txt .btn {
    margin-top: 5px;
  }

  .content-5-img, .content-section .content-img {
    padding-left: 15%;
    padding-right: 15%;
  }

  .content-7-image {
    padding-bottom: 40px;
  }

  #content-7 .content-img {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  #content-8 #tab-3 .content-img {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-pills .nav-link {
    font-size: 1rem;
    padding: 8px 24px;
    margin-right: 6px;
  }

  #statistic-2 .statistic-block {
    padding: 25px 20px;
  }

  .statistic-number {
    font-size: 1.75rem;
    letter-spacing: 1px;
  }

  #statistic-2 .statistic-number {
    font-size: 2.75rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .statistic-txt {
    margin-top: 0;
  }

  .statistic-img img {
    padding-left: 15%;
    padding-right: 15%;
  }

  #video-3 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  #video-4 {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  #video-3 .section-title {
    margin-bottom: 5.75rem;
  }

  #video-1 .video-preview {
    margin-top: 50px;
  }

  #video-3 .video-preview {
    margin: 40px 10% 0;
  }

  .video-inner-bg {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 70px;
    margin-bottom: 120px;
  }

  .video-content {
    padding: 60px 50px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .play-icon-green {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }

  #video-3 h4 {
    margin-bottom: 15px;
  }

  #video-1 p {
    padding: 0;
    margin-bottom: 20px;
  }

  #video-4 p {
    padding: 0;
  }

  .video-section .btn {
    margin-top: 10px;
  }

  #video-4 .video-content {
    margin: -30px 10px;
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top: 60px;
  }

  #screens-1 {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  #team-1 .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .join-team.m-top-25 {
    margin-top: 0;
  }
  .join-team p {
    margin-bottom: 20px;
    padding: 0 5%;
  }

  .pricing-table span.price {
    font-size: 32px;
    line-height: 32px;
  }
  .pricing-table sup {
    font-size: 26px;
    top: -3px;
    right: 2px;
  }

  ul.features {
    font-size: 1rem;
  }
  ul.features li {
    padding: 7px 0;
  }

  .pricing-notice p {
    padding: 0;
  }

  .review-1 {
    padding: 0 50px;
    margin-bottom: 30px;
  }

  .review-2 {
    padding: 0 50px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .review-2 .review-txt {
    padding: 40px 25px 50px;
  }

  .review-1 .testimonial-avatar img {
    width: 70px;
    height: 70px;
  }

  .review-2 .testimonial-avatar img {
    width: 70px;
    height: 70px;
    margin: -35px auto 15px;
  }
  .review-2 h5.h5-lg {
    font-size: 1.0675rem;
    margin-bottom: 15px;
  }

  .review-1 p, .review-2 p {
    font-size: 1.05rem;
  }

  p.testimonial-autor {
    font-size: 1.1rem;
  }

  .app-rating .svg-inline--fa {
    font-size: 0.85rem;
  }

  .question {
    margin-bottom: 20px;
  }
  .question h5 {
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .more-questions-btn {
    margin-top: 30px;
  }

  #download-2, #download-3 {
    text-align: center;
    padding: 0;
  }

  #download-2 .download-txt, #download-3 .download-txt {
    padding: 80px 0;
  }

  #download-4 .download-txt {
    margin-bottom: 35px;
  }

  #download-2 h2, #download-3 h2 {
    padding: 0 8%;
  }

  #download-1 p, #download-4 p {
    padding: 0;
  }

  #download-2 p, #download-3 p {
    padding: 0 10%;
  }

  .download-section .stores-badge {
    margin-top: 20px;
  }

  .download-2-img, .download-3-img {
    display: none;
  }

  .m-img {
    display: inline-block;
    padding: 40px;
  }
  .m-img img {
    width: 100px;
    height: 100px;
  }

  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    margin-top: 10px;
  }

  #brands-1 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #brands-1 .brand-logo img {
    padding: 0;
  }

  #press-1 .col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .press-logo {
    padding: 60px 30px;
  }

  .press-txt p {
    margin-bottom: 30px;
    padding: 0;
  }
  .press-txt.m-top-20 {
    margin-top: 0;
  }

  #newsletter-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #newsletter-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
  #newsletter-2 h3 {
    padding: 0 10%;
  }

  #newsletter-1 .newsletter-form {
    margin: 20px 5% 0;
  }

  #newsletter-2 .newsletter-form {
    margin: 20px 10% 0;
  }

  .newsletter-section .newsletter-form .form-control {
    height: 54px;
    font-size: 1.1rem;
  }
  .newsletter-section .newsletter-form .btn {
    height: 54px;
  }

  #blog-2 .blog-post h5, .blog-post h5 {
    margin-bottom: 10px;
  }

  .blog-post-txt span {
    margin-bottom: 8px;
  }

  #sidebar-right {
    margin-top: 40px;
  }

  .sidebar-div.m-bottom-40 {
    margin-bottom: 30px;
  }
  .sidebar-div.m-bottom-50 {
    margin-bottom: 40px;
  }

  .post-holder.p-right-60, .posts-holder.p-right-60 {
    padding-right: 15px;
  }

  .p-left-60 {
    padding-left: 15px;
  }

  #search-field .btn {
    padding: 14px;
  }

  .badge {
    font-size: 0.7rem;
    margin-bottom: 8px;
    padding: 4px 10px;
  }

  a.share-ico {
    width: 70px;
    height: 30px;
    font-size: 15px;
    line-height: 30px !important;
    margin-right: 2px;
  }

  .single-post-comments hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .comment-form .form-control {
    height: 42px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .comment-form .btn {
    font-size: 1rem;
  }

  .blog-page-pagination.m-top-80 {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  #contacts-2 .form-holder {
    margin: 0 20px;
  }

  .contact-form .form-control, .contact-form .custom-select {
    height: 50px;
    margin-bottom: 20px;
  }

  #contacts-2 .contact-form .form-control {
    font-size: 1.05rem;
    margin-bottom: 30px;
  }

  .contact-form textarea {
    min-height: 150px;
  }

  .bottom-footer {
    padding-top: 40px;
  }

  .footer-logo img {
    width: 110px;
    height: 110px;
  }

  .footer-info p {
    font-size: 1rem;
  }

  .foo-links li a {
    font-size: 1rem;
    line-height: 1.4;
  }

  #footer-3 .foo-links li, #footer-4 .foo-links li, .bottom-footer .foo-links li {
    margin-left: 10px;
  }

  .footer-socials-links.text-right, .footer-stores-badge.text-right {
    text-align: left !important;
    padding-top: 60px;
  }

  .footer-copyright, .footer-links.text-right {
    text-align: center !important;
  }

  #footer-2 .footer-copyright, #footer-3 .footer-copyright {
    margin-bottom: 10px;
  }

  #terms-page {
    margin-top: 140px;
    margin-bottom: 40px;
  }

  .terms-box p span {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  #submited-comment ul.children .children li {
    padding: 0;
  }

  .m-bottom-50, .m-bottom-30 {
    margin-bottom: 20px;
  }

  .xooapp-logo-info, .elementor-widget-wp-widget-nav_menu {
    margin-bottom: 30px;
  }

  h2.xooapp-heading-title {
    font-size: 1.85rem;
  }

  .elementor-8 .elementor-section-wrap > .elementor-element {
    padding: 50px 0;
  }
  .elementor-8 .elementor-section-wrap > .elementor-element:first-of-type {
    padding: 30px 0;
  }

  h2.elementor-heading-title {
    font-size: 1.8em;
  }

  .logged-in.admin-bar .fixed-top {
    top: 45px;
  }
  .logged-in.admin-bar .fixed-top.scroll {
    top: 0px;
  }

  .xooapp-inline-items .xooapp-button-sm {
    max-width: 210px;
  }

  .wide-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px;
    margin: auto;
  }

  .team-shape-circle .team-member-photo {
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 20px;
  }

  .elementor-tab-title {
    width: 99%;
  }

  .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none;
  }

  .btn {
    display: block;
  }

  .counter-block-style {
    border: none !important;
  }
  @keyframes fadeIn {
    0% {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  html {
    font-size: 14px;
  }

  .btn {
    font-size: 0.95rem;
    padding: 0.8rem 1.7rem;
  }

  a.store {
    margin-right: 8px;
  }

  .store img.appstore-original {
    width: 128px;
    height: 40px;
  }
  .store img.googleplay-original {
    width: 137px;
    height: 40px;
  }
  .store img.amazon-original {
    width: 126px;
    height: 44px;
  }
  .store img.windows-original {
    width: 131px;
    height: 40px;
  }
  .store img.appstore-white {
    width: 124px;
    height: 40px;
  }
  .store img.googleplay-white {
    width: 131px;
    height: 40px;
  }
  .store img.appstore-grey {
    width: 126px;
    height: 40px;
  }
  .store img.googleplay-grey {
    width: 134px;
    height: 40px;
  }

  .box-icon span {
    font-size: 3.25rem;
  }

  .box-icon-xs span {
    font-size: 2.25rem;
  }

  .box-icon-sm span {
    font-size: 2.75rem;
  }

  .box-icon-md span {
    font-size: 3.75rem;
  }

  .box-icon-lg span {
    font-size: 4.25rem;
  }

  .box-icon-xl span {
    font-size: 4.75rem;
  }

  .quote p {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .quote-avatar img {
    width: 40px;
    height: 40px;
  }

  .quote-author {
    padding: 0 0 0 10px;
  }

  .app-devices {
    padding: 15px 0 0 5px;
    text-align: left;
  }
  .app-devices .svg-inline--fa {
    font-size: 2.15rem;
  }
  .app-devices .svg-inline--fa.f-phone {
    margin-right: 1rem;
  }

  .app-devices-desc p {
    font-size: 0.95rem;
    padding-right: 5%;
  }

  .section-title p {
    font-size: 1rem !important;
    padding: 0;
    line-height: 1.5;
  }

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

  #hero-1, #hero-5 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #hero-2 {
    padding-top: 80px;
    padding-bottom: 60px;
    background-position: left bottom;
  }

  #hero-4 {
    padding-top: 80px;
  }

  #hero-7 {
    padding-top: 80px;
    padding-bottom: 60px;
    background-position: bottom left;
  }

  #hero-10 {
    padding-top: 80px;
    padding-bottom: 60px;
    background-position: right center;
  }

  #hero-12 {
    background-position: right center;
  }

  .hero-row-100, .hero-row-120, .hero-row-140, .hero-row-160, .hero-row-180, .hero-row-200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #hero-3 .hero-row-200, #hero-11 .hero-row-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-app-logo {
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
  }

  #hero-1 .hero-txt {
    margin-top: 0;
  }

  #hero-7 .hero-txt.text-right {
    text-align: center !important;
  }

  #hero-1.hero-section h2 {
    margin-bottom: 12px;
    font-size: 1.7rem;
  }

  .hero-section h2, .hero-section h3, .hero-section h4 {
    margin-bottom: 12px;
    font-size: 1.7rem;
  }

  #hero-10.hero-section h2 {
    color: #fff;
    margin-bottom: 20px;
  }

  #hero-2 .hero-links a, #hero-2 .hero-links span {
    color: #333;
  }
  #hero-2 h2, #hero-2 p {
    color: #333;
  }

  #hero-7 .hero-data span, #hero-7 h2, #hero-7 p {
    color: #333;
  }

  #hero-10 h2 {
    color: #333;
  }
  #hero-10 h2 span {
    color: #333;
  }

  #hero-12 h3, #hero-12 p {
    color: #fff;
  }

  .hero-section .modal-video {
    margin: 0 auto;
  }

  #hero-10 .modal-video a, #hero-12 .modal-video a {
    color: #fff;
  }
  #hero-10 .modal-video a span, #hero-12 .modal-video a span {
    color: #fff;
  }

  #hero-1 .hero-txt p, #hero-5 .hero-txt p, #hero-11 .hero-txt p {
    padding-right: 0;
  }

  #hero-9 .hero-txt p {
    padding: 0;
    margin-bottom: 0;
  }

  #hero-4 .hero-app-logo, #hero-8 .hero-app-logo {
    margin-bottom: 20px;
  }

  .hero-app-logo {
    margin-bottom: 20px;
  }
  .hero-app-logo img {
    max-width: 150px;
    height: auto;
  }

  #hero-4 .hero-app-logo img {
    width: 100px;
    height: auto;
  }

  .hero-stores-badge {
    margin-top: 20px;
  }

  #hero-4 .btn {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .hero-btns {
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
  }

  #hero-2 .hero-links {
    margin-top: 0px;
    margin-left: 0;
  }

  .hero-boxes {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  #hero-2 .newsletter-form {
    margin-top: 20px;
    margin-right: 0;
  }
  #hero-2 .newsletter-form .form-control {
    height: 44px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-right: none;
  }
  #hero-2 .newsletter-form .form-control:focus {
    border: 1px solid #ddd;
    border-right: none;
  }
  #hero-2 .newsletter-form .btn {
    height: 44px;
    border: 1px solid #ddd;
    border-left: none;
  }

  .hero-3-img, .hero-11-img {
    display: none;
  }

  #features-4 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #features-4 .bg-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #features-4 .col-md-4 {
    text-align: center !important;
  }

  #features-5 {
    padding-top: 80px;
    padding-bottom: 55px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .fbox-5 {
    margin-bottom: 25px;
  }

  .fbox-6 {
    margin-bottom: 30px;
  }

  .fbox-1 h5, .fbox-2 h5, .fbox-3 h5 {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .fbox-4 h5 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .features-6-content.wide-50 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .features-5-img, .features-6-img {
    display: none;
  }

  .team-member-photo {
    height: 280px;
    width: 280px;
  }

  #content-5 .p-top-100.bg-inner {
    padding-top: 80px;
  }

  #content-7 .section-title {
    margin-bottom: 30px;
  }
  #content-7 .section-title p {
    padding: 0;
  }

  #content-8 .section-title p {
    padding: 0;
  }

  #video-4 {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .play-icon-green {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .pricing-table span.price {
    font-size: 32px;
    line-height: 32px;
  }
  .pricing-table sup {
    font-size: 26px;
    top: -3px;
    right: 2px;
  }

  ul.features {
    font-size: 1rem;
  }
  ul.features li {
    padding: 7px 0;
  }

  .pricing-notice p {
    padding: 0;
  }

  .review-1 .testimonial-avatar img {
    width: 70px;
    height: 70px;
  }

  .review-2 .testimonial-avatar img {
    width: 70px;
    height: 70px;
    margin: -35px auto 15px;
  }
  .review-2 h5.h5-lg {
    font-size: 1.0675rem;
    margin-bottom: 15px;
  }

  .review-1 p, .review-2 p {
    font-size: 1.05rem;
  }

  p.testimonial-autor {
    font-size: 1.1rem;
  }

  .app-rating .svg-inline--fa {
    font-size: 0.85rem;
  }

  .question {
    margin-bottom: 20px;
  }
  .question h5 {
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .more-questions-btn {
    margin-top: 30px;
  }

  #download-2, #download-3 {
    text-align: center;
    padding: 0;
  }

  #download-2 .download-txt, #download-3 .download-txt {
    padding: 80px 0;
  }

  #download-4 .download-txt {
    margin-bottom: 35px;
  }

  .download-2-img, .download-3-img {
    display: none;
  }

  .m-img {
    display: inline-block;
    padding: 40px;
    margin-bottom: 10px;
  }
  .m-img img {
    width: 100px;
    height: 100px;
  }

  #brands-1 {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  #newsletter-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #newsletter-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    text-align: center;
  }

  .newsletter-section .newsletter-form .form-control {
    height: 54px;
    font-size: 1.1rem;
  }
  .newsletter-section .newsletter-form .btn {
    height: 54px;
  }

  #blog-page {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .single-post.post-template-full-post-page .entry-header {
    padding: 10px;
    padding-bottom: 0;
    margin-top: 0;
  }

  blockquote.wp-block-quote p {
    margin: 0;
    padding: 0;
  }

  span.image-block {
    max-height: 280px;
  }

  h1.entry-title {
    padding: 0;
  }

  #single-post-page {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  ul.children {
    padding: 0;
    margin-left: 0.5em;
  }

  li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 0.5em;
    padding-left: 15px;
  }

  #blog-2 .blog-post h5, .blog-post h5 {
    margin-bottom: 10px;
  }

  .entry-meta, .single-post .entry-meta {
    display: inline-block;
  }
  .entry-meta span, .single-post .entry-meta span {
    min-width: 100px;
  }

  .blog-post-txt span {
    margin-bottom: 8px;
    font-size: 10px;
  }

  span.single-post-cat {
    display: table;
    margin: auto;
    margin-bottom: 10px;
  }

  #single-post-page-full span.single-post-cat a {
    margin: 0 3px;
  }

  #sidebar-right {
    margin-top: 40px;
  }

  .sidebar-div.m-bottom-40 {
    margin-bottom: 30px;
  }
  .sidebar-div.m-bottom-50 {
    margin-bottom: 40px;
  }

  .post-holder.p-right-60, .posts-holder.p-right-60 {
    padding-right: 0;
  }

  .single-post-comments hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .comment-form .form-control {
    height: 42px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .comment-form .btn {
    font-size: 1rem;
  }

  .blog-page-pagination.m-top-80 {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .contact-form .form-control, .contact-form .custom-select {
    height: 50px;
    margin-bottom: 20px;
  }

  #contacts-2 .contact-form .form-control {
    font-size: 1.05rem;
    margin-bottom: 30px;
  }

  .contact-form textarea {
    min-height: 150px;
  }

  .bottom-footer {
    margin-top: 10px;
    padding-top: 40px;
  }

  .footer-logo img {
    width: 90px;
    height: 90px;
  }

  .footer-info p {
    font-size: 1rem;
  }

  .foo-links li a {
    font-size: 1rem;
    line-height: 1.4;
  }

  #footer-3 .foo-links li, #footer-4 .foo-links li, .bottom-footer .foo-links li {
    margin-left: 10px;
  }

  .footer-socials-links.text-right, .footer-stores-badge.text-right {
    text-align: left !important;
  }

  .footer-copyright, .footer-links.text-right {
    text-align: center !important;
    margin: 0;
    margin-bottom: 20px;
  }

  #footer-2 .footer-copyright, #footer-3 .footer-copyright {
    margin-bottom: 10px;
  }

  #terms-page {
    margin-top: 140px;
    margin-bottom: 40px;
  }

  .terms-box p span {
    font-size: 1rem;
  }

  .footer-widget-area > div {
    min-width: 100%;
  }
}
@media (min-width: 416px) and (max-width: 575.99px) {
  html {
    font-size: 14px;
  }

  h5 {
    font-size: 1.1rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.515rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  h1 {
    font-size: 2.35rem;
  }

  #hero-9-content {
    padding-top: 80px;
    padding-bottom: 220px;
  }

  .hero-app-logo span {
    font-size: 2.45rem;
    letter-spacing: -2px;
    padding-left: 15px;
  }

  #hero-8 .hero-txt p {
    padding: 0 0 10px;
  }

  #hero-12 .hero-stores-badge {
    margin-top: 15px;
  }
  #hero-12 a.store {
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 0;
  }

  #hero-5 .modal-video {
    margin-top: 0;
  }

  #hero-8 .modal-video.m-left-25 {
    margin-left: 12px;
  }

  .hbox {
    width: 48%;
    margin-top: 30px;
    float: none !important;
    display: inline-block;
  }
  .hbox span {
    margin-bottom: 10px;
  }

  #hero-1 .hero-img, #hero-5 .hero-img, #hero-4 .hero-img {
    margin: 40px 10% 0;
  }

  #hero-2 .hero-img, #hero-6 .hero-img, #hero-7 .hero-img, #hero-8 .hero-img {
    margin: 0 10% 40px;
  }

  .hero-9-image img {
    margin-top: -180px;
  }

  #hero-10 .hero-img {
    margin: 30px 10% 0;
  }

  #hero-12 .hero-img {
    margin: 30px 10%;
  }

  .fbox-2 {
    padding: 40px 20px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .fbox-3 {
    padding: 40px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .fbox-4 p {
    padding: 0 5%;
  }

  .fbox-4-img {
    margin: 40px 25%;
  }

  .cbox-1 {
    margin-bottom: 10px;
  }
  .cbox-1 span {
    width: 60px;
    height: 60px;
  }

  .cbox-1-txt {
    margin-left: 70px;
  }

  .content-txt h2.h2-xs {
    margin-bottom: 12px;
  }
  .content-txt h5.h5-md {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .content-txt .btn {
    margin-top: 5px;
  }

  .content-5-img, .content-section .content-img {
    padding-left: 10%;
    padding-right: 10%;
  }

  .content-7-image {
    padding-bottom: 40px;
  }

  #content-7 .content-img {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  #content-8 #tab-3 .content-img {
    padding-left: 0;
    padding-right: 0;
  }

  #pills-tab {
    width: 100%;
    margin-bottom: 40px;
  }

  .nav-pills .nav-item {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .nav-pills .nav-link {
    font-size: 0.95rem;
    padding: 8px 12px;
    margin-right: 0;
  }

  #statistic-2 .col-sm-6 {
    border: none;
  }
  #statistic-2 .statistic-block {
    padding: 0;
    margin-bottom: 30px;
  }

  .statistic-number {
    font-size: 3rem;
    letter-spacing: 1px;
  }

  #statistic-2 .statistic-number {
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .statistic-txt {
    margin-top: 0;
  }

  .statistic-img img {
    padding-left: 10%;
    padding-right: 10%;
  }

  #video-3 {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  #video-3 .section-title {
    margin-bottom: 5.75rem;
  }

  #video-1 .video-preview {
    margin-top: 40px;
  }

  #video-3 .video-preview {
    margin: 10px 5% 0;
  }

  .video-inner-bg {
    margin-right: 0;
    margin-left: 0;
  }

  .video-content {
    padding: 60px 40px;
    margin-right: 0;
    margin-left: 0;
  }

  #video-3 .video-txt {
    margin-bottom: 40px;
  }
  #video-3 .video-txt h3.h3-lg {
    margin-bottom: 15px;
  }
  #video-3 .video-txt .btn {
    margin-top: 10px;
  }
  #video-3 h4 {
    margin-bottom: 15px;
  }

  #video-1 p {
    padding: 0;
    margin-bottom: 20px;
  }

  .video-section .btn {
    margin-top: 10px;
  }

  #video-4 .video-content {
    margin: -30px 0;
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top: 60px;
  }
  #video-4 p {
    padding: 0%;
  }

  #screens-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .screenshots-wrap {
    width: 280px;
    margin: 78px auto 70px;
  }

  #screens-2 .screenshots-wrap {
    width: 298px;
    margin: 0 auto;
  }

  #screens-1 .carousel-item {
    width: 240px;
    margin: 0 20px;
    text-align: center;
  }
  #screens-1 .carousel-item img {
    width: 240px;
    text-align: center;
  }

  .iphone-frame {
    top: -62px;
    left: -37px;
  }
  .iphone-frame img {
    max-width: 345px;
    margin: 0 !important;
    padding-left: 0 !important;
  }

  #screens-2 .carousel-item {
    transform: scale(1);
  }

  #team-1 .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .join-team.m-top-25 {
    margin-top: 0;
  }
  .join-team p {
    margin-bottom: 20px;
    padding: 0;
  }

  #download-2 h2, #download-3 h2 {
    padding: 0 8%;
  }

  #download-1 p, #download-4 p {
    padding: 0;
  }

  #download-2 p, #download-3 p {
    padding: 0 5%;
  }

  .download-section .stores-badge {
    margin-top: 20px;
  }

  #brands-1 .brand-logo {
    width: 50% !important;
    float: left;
  }
  #brands-1 .brand-logo img {
    padding: 0 10px;
  }

  #press-1 .col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .press-logo {
    padding: 60px 30px;
  }

  .press-txt p {
    margin-bottom: 30px;
    padding: 0;
  }
  .press-txt.m-top-20 {
    margin-top: 0;
  }

  #newsletter-2 h3 {
    padding: 0 5%;
  }

  #newsletter-1 .newsletter-form {
    margin: 15px 5% 0;
  }

  #newsletter-2 .newsletter-form {
    margin: 15px 10% 0;
  }

  #search-field .btn {
    padding: 12px;
  }

  a.share-ico {
    width: 60px;
    height: 25px;
    font-size: 14px;
    line-height: 25px !important;
    margin-right: 2px;
  }

  .single-post-comments hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .comment-form .form-control {
    height: 42px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .comment-form .btn {
    font-size: 1rem;
  }

  #contacts-2 .form-holder {
    margin: 0 20px;
  }

  #quick-form {
    display: none;
  }

  #terms-page {
    margin-top: 140px;
    margin-bottom: 40px;
  }

  .terms-box p span {
    font-size: 1rem;
  }
}
@media (min-width: 321px) and (max-width: 415px) {
  html {
    font-size: 14px;
  }

  h5 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.465rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h1 {
    font-size: 2.2rem;
  }

  .entry-title {
    font-size: 1.4rem;
  }

  .elementor-widget-xooapp-heading .xooapp-heading-title, .xooapp-heading-title.xooapp-size-xxl, .section-title .xooapp-heading-title h2.xooapp-heading-title, h2.xooapp-heading-title {
    font-size: 1.7rem;
  }

  #hero-9-content {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .hero-app-logo span {
    font-size: 2.45rem;
    letter-spacing: -2px;
    padding-left: 15px;
  }

  #hero-8 .hero-txt p {
    padding: 0 0 10px;
  }

  #hero-12 .hero-stores-badge {
    margin-top: 15px;
  }
  #hero-12 a.store {
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 0;
  }

  #hero-5 .modal-video {
    margin-top: 0;
  }

  #hero-8 .modal-video.m-left-25 {
    margin-left: 12px;
  }

  .hbox {
    width: 48%;
    margin-top: 30px;
    float: none !important;
    display: inline-block;
  }
  .hbox span {
    margin-bottom: 10px;
  }

  #hero-1 .hero-img, #hero-5 .hero-img, #hero-4 .hero-img {
    margin: 30px 10% 0;
  }

  #hero-2 .hero-img, #hero-6 .hero-img, #hero-7 .hero-img, #hero-8 .hero-img {
    margin: 0 10% 30px;
  }

  .hero-9-image img {
    margin-top: -140px;
  }

  #hero-10 .hero-img {
    margin: 30px 10% 0;
  }

  #hero-12 .hero-img {
    margin: 30px 10%;
  }

  .fbox-2 {
    padding: 40px 20px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .fbox-3 {
    padding: 40px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .fbox-5-txt, .fbox-6-txt {
    padding-left: 10px;
  }

  .fbox-5 span, .fbox-6 span {
    width: 55px;
    height: 55px;
  }

  .fbox-4 p {
    padding: 0 5%;
  }

  .fbox-4-img {
    margin: 40px 15%;
  }

  .cbox-1 {
    margin-bottom: 10px;
  }
  .cbox-1 span {
    width: 60px;
    height: 60px;
  }

  .cbox-1-txt {
    margin-left: 70px;
  }

  .content-txt h2.h2-xs {
    margin-bottom: 12px;
  }
  .content-txt h5.h5-md {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .content-txt .btn {
    margin-top: 5px;
  }

  .content-5-img, .content-section .content-img {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-7-image {
    padding-bottom: 40px;
  }

  #content-7 .content-img {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  #content-8 #tab-3 .content-img {
    padding-left: 0;
    padding-right: 0;
  }

  #pills-tab {
    width: 100%;
    margin-bottom: 40px;
  }

  .nav-pills .nav-item {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .nav-pills .nav-link {
    font-size: 0.95rem;
    padding: 8px 12px;
    margin-right: 0;
  }

  #statistic-2 .col-sm-6 {
    border: none;
  }
  #statistic-2 .statistic-block {
    padding: 0;
    margin-bottom: 30px;
  }

  .statistic-number {
    font-size: 3rem;
    letter-spacing: 1px;
  }

  #statistic-2 .statistic-number {
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .statistic-txt {
    margin-top: 0;
  }

  #video-3 {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  #video-3 .section-title {
    margin-bottom: 5.75rem;
  }

  #video-1 .video-preview {
    margin-top: 40px;
  }

  #video-3 .video-preview {
    margin: 0;
  }

  .video-inner-bg {
    margin-right: 0;
    margin-left: 0;
  }

  .video-content {
    padding: 60px 40px;
    margin-right: 0;
    margin-left: 0;
  }

  #video-3 .video-txt {
    margin-bottom: 40px;
  }
  #video-3 .video-txt h3.h3-lg {
    margin-bottom: 15px;
  }
  #video-3 .video-txt .btn {
    margin-top: 10px;
  }
  #video-3 h4 {
    margin-bottom: 15px;
  }

  #video-1 p {
    padding: 0;
    margin-bottom: 20px;
  }

  .video-section .btn {
    margin-top: 10px;
  }

  #video-4 .video-inner-bg {
    margin-right: 0;
    margin-left: 0;
  }
  #video-4 .video-content {
    margin: -30px 0;
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top: 60px;
  }
  #video-4 p {
    padding: 0%;
  }

  #screens-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .screenshots-wrap {
    width: 280px;
    margin: 78px auto 70px;
  }

  #screens-2 .screenshots-wrap {
    width: 298px;
    margin: 0 auto;
  }

  #screens-1 .carousel-item {
    width: 240px;
    margin: 0 20px;
    text-align: center;
  }
  #screens-1 .carousel-item img {
    width: 240px;
    text-align: center;
  }

  .iphone-frame {
    top: -62px;
    left: -34px;
  }
  .iphone-frame img {
    max-width: 345px;
    margin: 0 !important;
    padding-left: 0 !important;
  }

  .slick-slide img {
    margin: auto;
  }

  #screens-2 .carousel-item {
    transform: scale(1);
  }

  #team-1 .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .join-team.m-top-25 {
    margin-top: 0;
  }
  .join-team p {
    margin-bottom: 20px;
    padding: 0;
  }

  .pricing-table span.price {
    font-size: 28px;
    line-height: 28px;
  }
  .pricing-table sup {
    font-size: 20px;
    top: -2px;
    right: 2px;
  }

  .review-1 {
    padding: 0;
    margin-bottom: 30px;
  }

  .review-2 {
    padding: 0;
    margin-bottom: 30px;
  }
  .review-2 .review-txt {
    padding: 40px 25px 50px;
  }

  #download-2 h2, #download-3 h2, #download-1 p, #download-4 p, #download-2 p, #download-3 p {
    padding: 0;
  }

  .download-section .stores-badge {
    margin-top: 20px;
  }

  #brands-1 .brand-logo {
    width: 50% !important;
    float: left;
  }
  #brands-1 .brand-logo img {
    padding: 0 10px;
  }

  #press-1 .col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .press-logo {
    padding: 50px 30px;
  }

  .press-txt p {
    margin-bottom: 30px;
    padding: 0;
  }
  .press-txt.m-top-20 {
    margin-top: 0;
  }

  #newsletter-2 h3 {
    padding: 0;
  }

  #newsletter-1 .newsletter-form, #newsletter-2 .newsletter-form {
    margin: 15px 0 0;
  }

  #search-field .btn {
    padding: 12px;
  }

  a.share-ico {
    width: 35px;
    height: 25px;
    font-size: 14px;
    line-height: 25px !important;
    margin-right: 2px;
  }

  .single-post-comments hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .comment-form .form-control {
    height: 42px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .comment-form .btn {
    font-size: 1rem;
  }

  #contacts-2 .form-holder {
    margin: 0 10px;
  }

  #quick-form {
    display: none;
  }

  #terms-page {
    margin-top: 140px;
    margin-bottom: 40px;
  }

  .terms-box p span {
    font-size: 1rem;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 14px;
  }

  h5 {
    font-size: 1.1rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.465rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h1 {
    font-size: 2rem;
  }

  br {
    display: none;
  }

  ul.children {
    margin-left: 0em;
  }

  .xooapp-heading-title {
    font-size: 1.7rem;
  }

  #hero-9-content {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .hero-app-logo span {
    font-size: 2.45rem;
    letter-spacing: -2px;
    padding-left: 15px;
  }

  #hero-8 .hero-txt p {
    padding: 0 0 10px;
  }

  #hero-12 .hero-stores-badge {
    margin-top: 15px;
  }
  #hero-12 a.store {
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 0;
  }

  #hero-5 .modal-video {
    margin-top: 0;
  }

  #hero-8 .modal-video.m-left-25 {
    margin-left: 12px;
  }

  .hbox {
    width: 48%;
    margin-top: 30px;
    float: none !important;
    display: inline-block;
  }
  .hbox span {
    margin-bottom: 10px;
  }

  #hero-1 .hero-img, #hero-5 .hero-img, #hero-4 .hero-img {
    margin: 30px 10% 0;
  }

  #hero-2 .hero-img, #hero-6 .hero-img, #hero-7 .hero-img, #hero-8 .hero-img {
    margin: 0 10% 30px;
  }

  .hero-9-image img {
    margin-top: -140px;
  }

  #hero-10 .hero-img {
    margin: 30px 10% 0;
  }

  #hero-12 .hero-img {
    margin: 30px 10%;
  }

  .fbox-2 {
    padding: 40px 20px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .fbox-3 {
    padding: 40px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .fbox-5-txt, .fbox-6-txt {
    padding-left: 10px;
  }

  .fbox-5 span, .fbox-6 span {
    width: 55px;
    height: 55px;
  }

  .fbox-4 p {
    padding: 0 5%;
  }

  .fbox-4-img {
    margin: 40px 15%;
  }

  .cbox-1 {
    margin-bottom: 10px;
  }
  .cbox-1 span {
    width: 60px;
    height: 60px;
  }

  .cbox-1-txt {
    margin-left: 70px;
  }

  .content-txt h2.h2-xs {
    margin-bottom: 12px;
  }
  .content-txt h5.h5-md {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .content-txt .btn {
    margin-top: 5px;
  }

  .content-5-img, .content-section .content-img {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-7-image {
    padding-bottom: 40px;
  }

  #content-7 .content-img {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  #content-8 #tab-3 .content-img {
    padding-left: 0;
    padding-right: 0;
  }

  #pills-tab {
    width: 100%;
    margin-bottom: 40px;
  }

  .nav-pills .nav-item {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .nav-pills .nav-link {
    font-size: 0.95rem;
    padding: 8px 12px;
    margin-right: 0;
  }

  #statistic-2 .col-sm-6 {
    border: none;
  }
  #statistic-2 .statistic-block {
    padding: 0;
    margin-bottom: 30px;
  }

  .statistic-number {
    font-size: 3rem;
    letter-spacing: 1px;
  }

  #statistic-2 .statistic-number {
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .statistic-txt {
    margin-top: 0;
  }

  #video-3 {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  #video-3 .section-title {
    margin-bottom: 5.75rem;
  }

  #video-1 .video-preview {
    margin-top: 40px;
  }

  #video-3 .video-preview {
    margin: 0;
  }

  .video-inner-bg {
    margin-right: 0;
    margin-left: 0;
  }

  .video-content {
    padding: 60px 40px;
    margin-right: 0;
    margin-left: 0;
  }

  #video-3 .video-txt {
    margin-bottom: 40px;
  }
  #video-3 .video-txt h3.h3-lg {
    margin-bottom: 15px;
  }
  #video-3 .video-txt .btn {
    margin-top: 10px;
  }
  #video-3 h4 {
    margin-bottom: 15px;
  }

  #video-1 p {
    padding: 0;
    margin-bottom: 20px;
  }

  .video-section .btn {
    margin-top: 10px;
  }

  #video-4 .video-inner-bg {
    margin-right: 0;
    margin-left: 0;
  }
  #video-4 .video-content {
    margin: -30px 0;
  }
  #video-4 .col-lg-10.m-top-100 {
    margin-top: 60px;
  }
  #video-4 p {
    padding: 0%;
  }

  #screens-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .screenshots-wrap {
    width: 280px;
    margin: 78px auto 70px;
  }

  #screens-2 .screenshots-wrap {
    width: 298px;
    margin: 0 auto;
  }

  #screens-1 .carousel-item {
    width: 240px;
    margin: 0 20px;
    text-align: center;
  }
  #screens-1 .carousel-item img {
    width: 240px;
    text-align: center;
  }

  .iphone-frame {
    top: -62px;
  }
  .iphone-frame img {
    max-width: 280px;
    margin: 0 !important;
    padding-left: 0 !important;
  }

  #screens-2 .carousel-item {
    transform: scale(1);
  }

  #team-1 .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .join-team.m-top-25 {
    margin-top: 0;
  }
  .join-team p {
    margin-bottom: 20px;
    padding: 0;
  }

  .pricing-table span.price {
    font-size: 28px;
    line-height: 28px;
  }
  .pricing-table sup {
    font-size: 20px;
    top: -2px;
    right: 2px;
  }

  .review-1 {
    padding: 0;
    margin-bottom: 30px;
  }

  .review-2 {
    padding: 0;
    margin-bottom: 30px;
  }
  .review-2 .review-txt {
    padding: 40px 25px 50px;
  }

  #download-2 h2, #download-3 h2, #download-1 p, #download-4 p, #download-2 p, #download-3 p {
    padding: 0;
  }

  .download-section .stores-badge {
    margin-top: 20px;
  }

  #brands-1 .brand-logo {
    width: 50% !important;
    float: left;
  }
  #brands-1 .brand-logo img {
    padding: 0 10px;
  }

  #press-1 .col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .press-logo {
    padding: 50px 30px;
  }

  .press-txt p {
    margin-bottom: 30px;
    padding: 0;
  }
  .press-txt.m-top-20 {
    margin-top: 0;
  }

  #newsletter-2 h3 {
    padding: 0;
  }

  #newsletter-1 .newsletter-form, #newsletter-2 .newsletter-form {
    margin: 15px 0 0;
  }

  #search-field .btn {
    padding: 12px;
  }

  a.share-ico {
    width: 30px;
    height: 25px;
    font-size: 14px;
    line-height: 25px !important;
    margin-right: 2px;
  }

  .single-post-comments hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .comment-form .form-control {
    height: 42px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .comment-form .btn {
    font-size: 1rem;
  }

  #contacts-2 .form-holder {
    margin: 0;
  }

  #quick-form {
    display: none;
  }

  #terms-page {
    margin-top: 140px;
    margin-bottom: 40px;
  }

  .terms-box p span {
    font-size: 1rem;
  }
}